|
|
|
| 1 | 2026-07-11T17:29:46.992Z | job assigned to worker 01KX93KGR9B201BYXTA0VS5Y2M [factory aws, i-05cd2bc5fb6fe2118] (queued for 50 s) |
| |
| 2 | 2026-07-11T17:29:53.617Z | starting task 0: "setup" |
| 3 | 2026-07-11T17:29:53.624Z | ++ uname -s |
| 4 | 2026-07-11T17:29:53.628Z | + kern=SunOS |
| 5 | 2026-07-11T17:29:53.628Z | + build_user=build |
| 6 | 2026-07-11T17:29:53.628Z | + build_uid=12345 |
| 7 | 2026-07-11T17:29:53.628Z | + work_dir=/work |
| 8 | 2026-07-11T17:29:53.628Z | + input_dir=/input |
| 9 | 2026-07-11T17:29:53.628Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-11T17:29:53.628Z | + case "$kern" in |
| 11 | 2026-07-11T17:29:53.628Z | + groupadd -g 12345 build |
| 12 | 2026-07-11T17:29:53.628Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-11T17:29:55.634Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-11T17:29:55.737Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-11T17:29:55.740Z | + home_fs=zfs |
| 16 | 2026-07-11T17:29:55.741Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-11T17:29:55.741Z | + mkdir -p /home/build |
| 18 | 2026-07-11T17:29:55.741Z | + chown build:build /home/build /work |
| 19 | 2026-07-11T17:29:57.741Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-11T17:29:57.744Z | process exited: duration 4126 ms, exit code 0 |
| |
| 21 | 2026-07-11T17:29:57.751Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-11T17:29:57.755Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-11T17:29:57.755Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-11T17:29:57.755Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-11T17:29:57.755Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-11T17:29:57.755Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-11T17:29:57.755Z | * rust toolchain profile = "default" |
| 28 | 2026-07-11T17:29:57.759Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-11T17:29:57.759Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-11T17:29:57.864Z | info: downloading installer |
| 31 | 2026-07-11T17:29:59.129Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-11T17:29:59.129Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-11T17:29:59.129Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-11T17:29:59.129Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-11T17:29:59.141Z | info: profile set to default |
| 36 | 2026-07-11T17:29:59.141Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-11T17:29:59.144Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-11T17:29:59.285Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-11T17:29:59.288Z | info: downloading 6 components |
| 40 | 2026-07-11T17:30:14.016Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-11T17:30:14.016Z | |
| 42 | 2026-07-11T17:30:14.056Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-11T17:30:14.056Z | |
| 44 | 2026-07-11T17:30:14.056Z | |
| 45 | 2026-07-11T17:30:14.056Z | Rust is installed now. Great! |
| 46 | 2026-07-11T17:30:14.056Z | |
| 47 | 2026-07-11T17:30:14.059Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-11T17:30:14.059Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-11T17:30:14.059Z | |
| 50 | 2026-07-11T17:30:14.059Z | To configure your current shell, you need to source |
| 51 | 2026-07-11T17:30:14.059Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-11T17:30:14.059Z | |
| 53 | 2026-07-11T17:30:14.059Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-11T17:30:14.059Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-11T17:30:14.059Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-11T17:30:14.059Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-11T17:30:14.059Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-11T17:30:14.059Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-11T17:30:14.060Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-11T17:30:14.060Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-11T17:30:14.060Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-11T17:30:14.153Z | + rustup --version |
| 63 | 2026-07-11T17:30:14.162Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-11T17:30:14.165Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-11T17:30:14.183Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-11T17:30:14.186Z | + cargo --version |
| 67 | 2026-07-11T17:30:14.200Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-11T17:30:14.203Z | + rustc --version |
| 69 | 2026-07-11T17:30:14.222Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-11T17:30:14.225Z | process exited: duration 16473 ms, exit code 0 |
| |
| 71 | 2026-07-11T17:30:14.231Z | starting task 2: "authentication" |
| 72 | 2026-07-11T17:30:14.248Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-11T17:30:14.254Z | starting task 3: "clone repository" |
| 74 | 2026-07-11T17:30:14.257Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-11T17:30:14.260Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-11T17:30:14.290Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-11T17:30:25.061Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-11T17:30:25.061Z | + git fetch origin 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 79 | 2026-07-11T17:30:25.355Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-11T17:30:25.355Z | * branch 8cd11db3931cd0dd837fcd960e2aa60b9770e77c -> FETCH_HEAD |
| 81 | 2026-07-11T17:30:25.366Z | + [[ -n eliza/omdb-sitrep-version ]] |
| 82 | 2026-07-11T17:30:25.369Z | ++ git branch --show-current |
| 83 | 2026-07-11T17:30:25.369Z | + current=main |
| 84 | 2026-07-11T17:30:25.369Z | + [[ main != eliza/omdb-sitrep-version ]] |
| 85 | 2026-07-11T17:30:25.369Z | + git branch -f eliza/omdb-sitrep-version 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 86 | 2026-07-11T17:30:25.374Z | + git checkout -f eliza/omdb-sitrep-version |
| 87 | 2026-07-11T17:30:25.534Z | Switched to branch 'eliza/omdb-sitrep-version' |
| 88 | 2026-07-11T17:30:25.538Z | + git reset --hard 8cd11db3931cd0dd837fcd960e2aa60b9770e77c |
| 89 | 2026-07-11T17:30:25.698Z | HEAD is now at 8cd11db39 [omdb] allow looking up sitreps by version |
| 90 | 2026-07-11T17:30:25.702Z | process exited: duration 11446 ms, exit code 0 |
| |
| 91 | 2026-07-11T17:30:25.708Z | starting task 4: "build" |
| 92 | 2026-07-11T17:30:25.714Z | + source ./env.sh |
| 93 | 2026-07-11T17:30:25.714Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-11T17:30:25.714Z | ++ set -o xtrace |
| 95 | 2026-07-11T17:30:25.717Z | ++++ dirname ./env.sh |
| 96 | 2026-07-11T17:30:25.720Z | +++ readlink -f . |
| 97 | 2026-07-11T17:30:25.721Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ 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-11T17:30:25.721Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-11T17:30:25.721Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-11T17:30:25.721Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-11T17:30:25.721Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-11T17:30:25.721Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-11T17:30:25.725Z | +++ uname -s |
| 114 | 2026-07-11T17:30:25.725Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-11T17:30:25.725Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-11T17:30:25.725Z | + cargo --version |
| 117 | 2026-07-11T17:30:25.733Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-11T17:30:25.736Z | + rustc --version |
| 119 | 2026-07-11T17:30:25.755Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-11T17:30:25.759Z | + banner prerequisites |
| 121 | 2026-07-11T17:30:25.759Z | |
| 122 | 2026-07-11T17:30:25.759Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-11T17:30:25.759Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-11T17:30:25.759Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-11T17:30:25.759Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-11T17:30:25.759Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-11T17:30:25.759Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-11T17:30:25.759Z | |
| 129 | 2026-07-11T17:30:25.763Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-11T17:30:27.256Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-11T17:30:27.366Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-11T17:30:27.851Z | Planning: Solver setup ... Done (0.440s) |
| 133 | 2026-07-11T17:30:27.878Z | Planning: Running solver ... Done (0.027s) |
| 134 | 2026-07-11T17:30:27.893Z | Planning: Finding local manifests ... Done (0.002s) |
| 135 | 2026-07-11T17:30:27.905Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-11T17:30:27.921Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-11T17:30:27.935Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-07-11T17:30:27.938Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-11T17:30:28.103Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 140 | 2026-07-11T17:30:28.106Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-11T17:30:28.918Z | Planning: Evaluating mediators ... Done (0.814s) |
| 142 | 2026-07-11T17:30:28.921Z | Planning: Planning completed in 1.53 seconds |
| 143 | 2026-07-11T17:30:28.927Z | Packages to install: 2 |
| 144 | 2026-07-11T17:30:28.927Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-11T17:30:28.927Z | Estimated space to be consumed: 31.27 MB |
| 146 | 2026-07-11T17:30:28.927Z | Create boot environment: No |
| 147 | 2026-07-11T17:30:28.927Z | Create backup boot environment: No |
| 148 | 2026-07-11T17:30:28.927Z | Rebuild boot archive: No |
| 149 | 2026-07-11T17:30:28.930Z | |
| 150 | 2026-07-11T17:30:28.930Z | Changed packages: |
| 151 | 2026-07-11T17:30:28.930Z | helios |
| 152 | 2026-07-11T17:30:28.930Z | developer/build-essential |
| 153 | 2026-07-11T17:30:28.930Z | None -> 11-3.0 |
| 154 | 2026-07-11T17:30:28.930Z | library/libxmlsec1 |
| 155 | 2026-07-11T17:30:28.930Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-11T17:30:28.951Z | |
| 157 | 2026-07-11T17:30:28.951Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-11T17:30:29.425Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 159 | 2026-07-11T17:30:29.482Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-11T17:30:29.519Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-11T17:30:29.530Z | Finalize: Updating package state database ... Done (0.011s) |
| 162 | 2026-07-11T17:30:29.530Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-11T17:30:29.559Z | Finalize: Updating image state ... Done (0.029s) |
| 164 | 2026-07-11T17:30:31.965Z | Finalize: Creating fast lookup database ... Done (2.379s) |
| 165 | 2026-07-11T17:30:32.034Z | Finalize: Reading search index ... Done (0.013s) |
| 166 | 2026-07-11T17:30:32.037Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-11T17:30:32.122Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-11T17:30:32.445Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-11T17:30:32.551Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-11T17:30:32.554Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-11T17:30:32.707Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-11T17:30:32.710Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-11T17:30:32.730Z | Mediators to change: 2 |
| 174 | 2026-07-11T17:30:32.730Z | Create boot environment: No |
| 175 | 2026-07-11T17:30:32.730Z | Create backup boot environment: No |
| 176 | 2026-07-11T17:30:32.768Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-11T17:30:32.768Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-11T17:30:32.784Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-11T17:30:34.724Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-11T17:30:34.786Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-11T17:30:34.793Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-11T17:30:34.842Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-11T17:30:35.131Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-11T17:30:35.236Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-11T17:30:35.240Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-11T17:30:35.394Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-11T17:30:35.397Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-11T17:30:35.417Z | Mediators to change: 1 |
| 189 | 2026-07-11T17:30:35.417Z | Create boot environment: No |
| 190 | 2026-07-11T17:30:35.417Z | Create backup boot environment: No |
| 191 | 2026-07-11T17:30:35.454Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-11T17:30:35.458Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-11T17:30:35.472Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-11T17:30:37.438Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-11T17:30:37.503Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-11T17:30:37.503Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-11T17:30:37.567Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-11T17:30:37.880Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-11T17:30:37.880Z | apache system 2.4 system |
| 200 | 2026-07-11T17:30:37.880Z | clang system 15 system |
| 201 | 2026-07-11T17:30:37.880Z | csh system system illumos |
| 202 | 2026-07-11T17:30:37.880Z | ctags system system illumos |
| 203 | 2026-07-11T17:30:37.880Z | file vendor vendor darwinsys |
| 204 | 2026-07-11T17:30:37.880Z | file system system illumos |
| 205 | 2026-07-11T17:30:37.880Z | gcc vendor 14 vendor |
| 206 | 2026-07-11T17:30:37.880Z | gcc system 13 system |
| 207 | 2026-07-11T17:30:37.880Z | gcc system 10 system |
| 208 | 2026-07-11T17:30:37.880Z | go system 1.25 system |
| 209 | 2026-07-11T17:30:37.880Z | llvm system 15 system |
| 210 | 2026-07-11T17:30:37.880Z | mariadb system 11.4 system |
| 211 | 2026-07-11T17:30:37.880Z | mta vendor vendor dma |
| 212 | 2026-07-11T17:30:37.880Z | openjdk system 17 system |
| 213 | 2026-07-11T17:30:37.880Z | openjdk system 11 system |
| 214 | 2026-07-11T17:30:37.880Z | openssl vendor 3 vendor |
| 215 | 2026-07-11T17:30:37.880Z | perl system 5.40 system |
| 216 | 2026-07-11T17:30:37.880Z | postgresql system 18 system |
| 217 | 2026-07-11T17:30:37.881Z | postgresql system 17 system |
| 218 | 2026-07-11T17:30:37.881Z | python vendor 3 vendor |
| 219 | 2026-07-11T17:30:37.881Z | python system 2 system |
| 220 | 2026-07-11T17:30:37.881Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-11T17:30:37.881Z | ruby system 3.4 system |
| 222 | 2026-07-11T17:30:37.881Z | ruby system 3.0 system |
| 223 | 2026-07-11T17:30:37.881Z | words vendor vendor american-english |
| 224 | 2026-07-11T17:30:37.881Z | words system system australian-english |
| 225 | 2026-07-11T17:30:37.881Z | words system system british-english |
| 226 | 2026-07-11T17:30:37.881Z | words system system canadian-english |
| 227 | 2026-07-11T17:30:37.881Z | words system system french |
| 228 | 2026-07-11T17:30:37.881Z | words system system italian |
| 229 | 2026-07-11T17:30:37.881Z | words system system ngerman |
| 230 | 2026-07-11T17:30:37.881Z | words system system ogerman |
| 231 | 2026-07-11T17:30:37.881Z | words system system spanish |
| 232 | 2026-07-11T17:30:38.138Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-11T17:30:38.138Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-11T17:30:38.442Z | FMRI IFO |
| 235 | 2026-07-11T17:30:38.442Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-11T17:30:38.442Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-11T17:30:38.442Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-11T17:30:38.442Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-11T17:30:38.442Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-11T17:30:38.442Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-11T17:30:38.442Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-11T17:30:38.442Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-11T17:30:38.442Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-11T17:30:38.709Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-11T17:30:38.977Z | Updating crates.io index |
| 246 | 2026-07-11T17:30:38.981Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-11T17:30:39.215Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-11T17:30:39.459Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-11T17:30:40.350Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-11T17:30:40.810Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-11T17:30:42.356Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-11T17:30:43.134Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-11T17:30:43.364Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-11T17:30:43.671Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-11T17:30:44.643Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-11T17:30:44.878Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-11T17:30:45.161Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-11T17:30:45.398Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-11T17:30:45.846Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-11T17:30:46.306Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-11T17:30:46.504Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-11T17:30:46.725Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-11T17:30:46.958Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-11T17:30:47.230Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-11T17:30:47.423Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-11T17:30:47.639Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-11T17:30:47.864Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-11T17:30:48.218Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-11T17:30:48.499Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-11T17:30:48.748Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-11T17:30:49.121Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-11T17:30:49.361Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 273 | 2026-07-11T17:30:49.643Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 274 | 2026-07-11T17:30:49.873Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 275 | 2026-07-11T17:30:50.087Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 276 | 2026-07-11T17:30:50.372Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-07-11T17:30:50.734Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 278 | 2026-07-11T17:30:50.952Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 279 | 2026-07-11T17:30:51.211Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-07-11T17:30:51.450Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-07-11T17:30:51.709Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-07-11T17:30:52.004Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 283 | 2026-07-11T17:30:52.251Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 284 | 2026-07-11T17:30:52.536Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 285 | 2026-07-11T17:30:52.802Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 286 | 2026-07-11T17:30:55.550Z | Downloading crates ... |
| 287 | 2026-07-11T17:30:55.603Z | Downloaded anstream v1.0.0 |
| 288 | 2026-07-11T17:30:55.607Z | Downloaded anyhow v1.0.102 |
| 289 | 2026-07-11T17:30:55.611Z | Downloaded fnv v1.0.7 |
| 290 | 2026-07-11T17:30:55.611Z | Downloaded anstyle v1.0.14 |
| 291 | 2026-07-11T17:30:55.611Z | Downloaded anstyle-query v1.1.5 |
| 292 | 2026-07-11T17:30:55.614Z | Downloaded autocfg v1.5.0 |
| 293 | 2026-07-11T17:30:55.614Z | Downloaded errno v0.3.14 |
| 294 | 2026-07-11T17:30:55.614Z | Downloaded cargo_metadata v0.23.1 |
| 295 | 2026-07-11T17:30:55.617Z | Downloaded zmij v1.0.21 |
| 296 | 2026-07-11T17:30:55.620Z | Downloaded pest_derive v2.8.6 |
| 297 | 2026-07-11T17:30:55.623Z | Downloaded cargo-platform v0.3.2 |
| 298 | 2026-07-11T17:30:55.623Z | Downloaded digest v0.10.7 |
| 299 | 2026-07-11T17:30:55.623Z | Downloaded zerocopy-derive v0.7.35 |
| 300 | 2026-07-11T17:30:55.626Z | Downloaded generic-array v0.14.7 |
| 301 | 2026-07-11T17:30:55.629Z | Downloaded dtrace-parser v0.2.0 |
| 302 | 2026-07-11T17:30:55.629Z | Downloaded camino v1.2.2 |
| 303 | 2026-07-11T17:30:55.629Z | Downloaded anstyle-parse v1.0.0 |
| 304 | 2026-07-11T17:30:55.632Z | Downloaded is_terminal_polyfill v1.70.2 |
| 305 | 2026-07-11T17:30:55.632Z | Downloaded proc-macro-error-attr v1.0.4 |
| 306 | 2026-07-11T17:30:55.635Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-07-11T17:30:55.635Z | Downloaded zerocopy v0.7.35 |
| 308 | 2026-07-11T17:30:55.642Z | Downloaded dof v0.3.0 |
| 309 | 2026-07-11T17:30:55.669Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-07-11T17:30:55.669Z | Downloaded crypto-common v0.1.7 |
| 311 | 2026-07-11T17:30:55.669Z | Downloaded camino-tempfile v1.4.1 |
| 312 | 2026-07-11T17:30:55.669Z | Downloaded cfg-if v1.0.4 |
| 313 | 2026-07-11T17:30:55.669Z | Downloaded strsim v0.11.1 |
| 314 | 2026-07-11T17:30:55.669Z | Downloaded memmap v0.7.0 |
| 315 | 2026-07-11T17:30:55.669Z | Downloaded smawk v0.3.2 |
| 316 | 2026-07-11T17:30:55.669Z | Downloaded clap_lex v1.0.0 |
| 317 | 2026-07-11T17:30:55.669Z | Downloaded once_cell v1.21.3 |
| 318 | 2026-07-11T17:30:55.669Z | Downloaded clap_derive v4.6.1 |
| 319 | 2026-07-11T17:30:55.670Z | Downloaded plain v0.2.3 |
| 320 | 2026-07-11T17:30:55.673Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-07-11T17:30:55.673Z | Downloaded heck v0.4.1 |
| 322 | 2026-07-11T17:30:55.676Z | Downloaded thread-id v4.2.2 |
| 323 | 2026-07-11T17:30:55.679Z | Downloaded colorchoice v1.0.4 |
| 324 | 2026-07-11T17:30:55.682Z | Downloaded heck v0.5.0 |
| 325 | 2026-07-11T17:30:55.685Z | Downloaded itoa v1.0.17 |
| 326 | 2026-07-11T17:30:55.691Z | Downloaded usdt-macro v0.5.0 |
| 327 | 2026-07-11T17:30:55.695Z | Downloaded terminal_size v0.4.3 |
| 328 | 2026-07-11T17:30:55.695Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2026-07-11T17:30:55.698Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2026-07-11T17:30:55.698Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-07-11T17:30:55.701Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-07-11T17:30:55.704Z | Downloaded usdt v0.5.0 |
| 333 | 2026-07-11T17:30:55.704Z | Downloaded fastrand v2.3.0 |
| 334 | 2026-07-11T17:30:55.707Z | Downloaded toml_datetime v0.6.11 |
| 335 | 2026-07-11T17:30:55.707Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2026-07-11T17:30:55.707Z | Downloaded scroll_derive v0.12.1 |
| 337 | 2026-07-11T17:30:55.711Z | Downloaded version_check v0.9.5 |
| 338 | 2026-07-11T17:30:55.714Z | Downloaded swrite v0.1.0 |
| 339 | 2026-07-11T17:30:55.714Z | Downloaded serde_spanned v0.6.9 |
| 340 | 2026-07-11T17:30:55.728Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-07-11T17:30:55.731Z | Downloaded cargo_toml v0.21.0 |
| 342 | 2026-07-11T17:30:55.735Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-07-11T17:30:55.739Z | Downloaded fs-err v3.3.0 |
| 344 | 2026-07-11T17:30:55.742Z | Downloaded proc-macro-error v1.0.4 |
| 345 | 2026-07-11T17:30:55.748Z | Downloaded thiserror v2.0.18 |
| 346 | 2026-07-11T17:30:55.751Z | Downloaded scroll v0.12.0 |
| 347 | 2026-07-11T17:30:55.754Z | Downloaded quote v1.0.45 |
| 348 | 2026-07-11T17:30:55.757Z | Downloaded toml_write v0.1.2 |
| 349 | 2026-07-11T17:30:55.760Z | Downloaded bytecount v0.6.9 |
| 350 | 2026-07-11T17:30:55.763Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2026-07-11T17:30:55.763Z | Downloaded thiserror-impl v1.0.69 |
| 352 | 2026-07-11T17:30:55.766Z | Downloaded thiserror v1.0.69 |
| 353 | 2026-07-11T17:30:55.769Z | Downloaded serde_tokenstream v0.2.3 |
| 354 | 2026-07-11T17:30:55.769Z | Downloaded byteorder v1.5.0 |
| 355 | 2026-07-11T17:30:55.769Z | Downloaded bitflags v2.11.0 |
| 356 | 2026-07-11T17:30:55.772Z | Downloaded tempfile v3.25.0 |
| 357 | 2026-07-11T17:30:55.775Z | Downloaded sha2 v0.10.9 |
| 358 | 2026-07-11T17:30:55.779Z | Downloaded log v0.4.29 |
| 359 | 2026-07-11T17:30:55.782Z | Downloaded getrandom v0.4.1 |
| 360 | 2026-07-11T17:30:55.790Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-07-11T17:30:55.793Z | Downloaded semver v1.0.28 |
| 362 | 2026-07-11T17:30:55.797Z | Downloaded ucd-trie v0.1.7 |
| 363 | 2026-07-11T17:30:55.804Z | Downloaded pest_meta v2.8.6 |
| 364 | 2026-07-11T17:30:55.808Z | Downloaded pest_generator v2.8.6 |
| 365 | 2026-07-11T17:30:55.813Z | Downloaded serde_derive v1.0.228 |
| 366 | 2026-07-11T17:30:55.817Z | Downloaded serde_core v1.0.228 |
| 367 | 2026-07-11T17:30:55.820Z | Downloaded clap v4.6.1 |
| 368 | 2026-07-11T17:30:55.823Z | Downloaded textwrap v0.16.2 |
| 369 | 2026-07-11T17:30:55.823Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-07-11T17:30:55.826Z | Downloaded toml v0.8.23 |
| 371 | 2026-07-11T17:30:55.829Z | Downloaded memchr v2.8.0 |
| 372 | 2026-07-11T17:30:55.850Z | Downloaded indexmap v2.14.0 |
| 373 | 2026-07-11T17:30:55.863Z | Downloaded serde v1.0.228 |
| 374 | 2026-07-11T17:30:55.866Z | Downloaded papergrid v0.11.0 |
| 375 | 2026-07-11T17:30:55.873Z | Downloaded toml_edit v0.22.27 |
| 376 | 2026-07-11T17:30:55.877Z | Downloaded typenum v1.20.1 |
| 377 | 2026-07-11T17:30:55.907Z | Downloaded pest v2.8.6 |
| 378 | 2026-07-11T17:30:55.929Z | Downloaded serde_json v1.0.150 |
| 379 | 2026-07-11T17:30:55.933Z | Downloaded hashbrown v0.17.0 |
| 380 | 2026-07-11T17:30:55.936Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-07-11T17:30:55.947Z | Downloaded goblin v0.8.2 |
| 382 | 2026-07-11T17:30:55.950Z | Downloaded tabled v0.15.0 |
| 383 | 2026-07-11T17:30:55.959Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-11T17:30:55.973Z | Downloaded syn v1.0.109 |
| 385 | 2026-07-11T17:30:55.982Z | Downloaded unicode-width v0.2.0 |
| 386 | 2026-07-11T17:30:55.985Z | Downloaded unicode-width v0.1.14 |
| 387 | 2026-07-11T17:30:55.989Z | Downloaded syn v2.0.117 |
| 388 | 2026-07-11T17:30:56.002Z | Downloaded rustix v1.1.3 |
| 389 | 2026-07-11T17:30:56.031Z | Downloaded libc v0.2.185 |
| 390 | 2026-07-11T17:30:56.093Z | Compiling proc-macro2 v1.0.106 |
| 391 | 2026-07-11T17:30:56.093Z | Compiling unicode-ident v1.0.24 |
| 392 | 2026-07-11T17:30:56.098Z | Compiling quote v1.0.45 |
| 393 | 2026-07-11T17:30:56.098Z | Compiling serde_core v1.0.228 |
| 394 | 2026-07-11T17:30:56.098Z | Compiling libc v0.2.185 |
| 395 | 2026-07-11T17:30:56.098Z | Compiling version_check v0.9.5 |
| 396 | 2026-07-11T17:30:56.098Z | Compiling memchr v2.8.0 |
| 397 | 2026-07-11T17:30:56.098Z | Compiling serde v1.0.228 |
| 398 | 2026-07-11T17:30:56.443Z | Compiling zmij v1.0.21 |
| 399 | 2026-07-11T17:30:56.623Z | Compiling itoa v1.0.17 |
| 400 | 2026-07-11T17:30:56.751Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-11T17:30:56.812Z | Compiling ucd-trie v0.1.7 |
| 402 | 2026-07-11T17:30:56.880Z | Compiling rustix v1.1.3 |
| 403 | 2026-07-11T17:30:57.072Z | Compiling pest v2.8.6 |
| 404 | 2026-07-11T17:30:57.075Z | Compiling byteorder v1.5.0 |
| 405 | 2026-07-11T17:30:57.293Z | Compiling errno v0.3.14 |
| 406 | 2026-07-11T17:30:57.326Z | Compiling serde_json v1.0.150 |
| 407 | 2026-07-11T17:30:57.452Z | Compiling bitflags v2.11.0 |
| 408 | 2026-07-11T17:30:57.599Z | Compiling thread-id v4.2.2 |
| 409 | 2026-07-11T17:30:57.630Z | Compiling syn v2.0.117 |
| 410 | 2026-07-11T17:30:57.707Z | Compiling usdt-impl v0.5.0 |
| 411 | 2026-07-11T17:30:57.723Z | Compiling proc-macro-error-attr v1.0.4 |
| 412 | 2026-07-11T17:30:57.812Z | Compiling syn v1.0.109 |
| 413 | 2026-07-11T17:30:57.919Z | Compiling camino v1.2.2 |
| 414 | 2026-07-11T17:30:58.091Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2026-07-11T17:30:58.194Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-11T17:30:58.292Z | Compiling getrandom v0.4.1 |
| 417 | 2026-07-11T17:30:58.310Z | Compiling equivalent v1.0.2 |
| 418 | 2026-07-11T17:30:58.367Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-07-11T17:30:58.404Z | Compiling log v0.4.29 |
| 420 | 2026-07-11T17:30:58.624Z | Compiling utf8parse v0.2.2 |
| 421 | 2026-07-11T17:30:58.675Z | Compiling plain v0.2.3 |
| 422 | 2026-07-11T17:30:58.744Z | Compiling anstyle-parse v1.0.0 |
| 423 | 2026-07-11T17:30:58.811Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-11T17:30:58.948Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-11T17:30:59.437Z | Compiling colorchoice v1.0.4 |
| 426 | 2026-07-11T17:30:59.470Z | Compiling thiserror v2.0.18 |
| 427 | 2026-07-11T17:30:59.558Z | Compiling cfg-if v1.0.4 |
| 428 | 2026-07-11T17:30:59.576Z | Compiling pretty-hex v0.4.1 |
| 429 | 2026-07-11T17:30:59.601Z | Compiling toml_write v0.1.2 |
| 430 | 2026-07-11T17:30:59.653Z | Compiling winnow v0.7.14 |
| 431 | 2026-07-11T17:30:59.758Z | Compiling anstyle v1.0.14 |
| 432 | 2026-07-11T17:30:59.824Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-07-11T17:30:59.843Z | Compiling is_terminal_polyfill v1.70.2 |
| 434 | 2026-07-11T17:30:59.846Z | Compiling autocfg v1.5.0 |
| 435 | 2026-07-11T17:30:59.938Z | Compiling pest_generator v2.8.6 |
| 436 | 2026-07-11T17:30:59.941Z | Compiling anstream v1.0.0 |
| 437 | 2026-07-11T17:31:00.262Z | Compiling fastrand v2.3.0 |
| 438 | 2026-07-11T17:31:00.281Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-11T17:31:00.303Z | Compiling bytecount v0.6.9 |
| 440 | 2026-07-11T17:31:00.442Z | Compiling anyhow v1.0.102 |
| 441 | 2026-07-11T17:31:00.483Z | Compiling strsim v0.11.1 |
| 442 | 2026-07-11T17:31:00.483Z | Compiling fnv v1.0.7 |
| 443 | 2026-07-11T17:31:00.523Z | Compiling unicode-width v0.1.14 |
| 444 | 2026-07-11T17:31:00.591Z | Compiling once_cell v1.21.3 |
| 445 | 2026-07-11T17:31:00.643Z | Compiling heck v0.5.0 |
| 446 | 2026-07-11T17:31:00.760Z | Compiling heck v0.4.1 |
| 447 | 2026-07-11T17:31:00.796Z | Compiling clap_lex v1.0.0 |
| 448 | 2026-07-11T17:31:00.850Z | Compiling tempfile v3.25.0 |
| 449 | 2026-07-11T17:31:00.880Z | Compiling papergrid v0.11.0 |
| 450 | 2026-07-11T17:31:00.985Z | Compiling clap_builder v4.6.0 |
| 451 | 2026-07-11T17:31:01.009Z | Compiling tabled_derive v0.7.0 |
| 452 | 2026-07-11T17:31:01.043Z | Compiling semver v1.0.28 |
| 453 | 2026-07-11T17:31:01.126Z | Compiling cargo-platform v0.3.2 |
| 454 | 2026-07-11T17:31:01.154Z | Compiling memmap v0.7.0 |
| 455 | 2026-07-11T17:31:01.219Z | Compiling smawk v0.3.2 |
| 456 | 2026-07-11T17:31:01.336Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-11T17:31:01.357Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2026-07-11T17:31:01.400Z | Compiling camino-tempfile v1.4.1 |
| 459 | 2026-07-11T17:31:01.489Z | Compiling serde_derive v1.0.228 |
| 460 | 2026-07-11T17:31:01.598Z | Compiling thiserror-impl v1.0.69 |
| 461 | 2026-07-11T17:31:01.615Z | Compiling zerocopy-derive v0.7.35 |
| 462 | 2026-07-11T17:31:01.632Z | Compiling pest_derive v2.8.6 |
| 463 | 2026-07-11T17:31:01.656Z | Compiling scroll_derive v0.12.1 |
| 464 | 2026-07-11T17:31:01.915Z | Compiling thiserror-impl v2.0.18 |
| 465 | 2026-07-11T17:31:02.091Z | Compiling clap_derive v4.6.1 |
| 466 | 2026-07-11T17:31:02.277Z | Compiling tabled v0.15.0 |
| 467 | 2026-07-11T17:31:02.333Z | Compiling scroll v0.12.0 |
| 468 | 2026-07-11T17:31:02.498Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-11T17:31:02.645Z | Compiling goblin v0.8.2 |
| 470 | 2026-07-11T17:31:03.058Z | Compiling dtrace-parser v0.2.0 |
| 471 | 2026-07-11T17:31:03.089Z | Compiling textwrap v0.16.2 |
| 472 | 2026-07-11T17:31:03.550Z | Compiling swrite v0.1.0 |
| 473 | 2026-07-11T17:31:03.941Z | Compiling clap v4.6.1 |
| 474 | 2026-07-11T17:31:04.708Z | Compiling dof v0.3.0 |
| 475 | 2026-07-11T17:31:04.709Z | Compiling serde_tokenstream v0.2.3 |
| 476 | 2026-07-11T17:31:04.724Z | Compiling serde_spanned v0.6.9 |
| 477 | 2026-07-11T17:31:04.724Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-11T17:31:04.724Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 479 | 2026-07-11T17:31:04.783Z | Compiling macaddr v1.0.1 |
| 480 | 2026-07-11T17:31:04.787Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-11T17:31:05.020Z | Compiling toml_edit v0.22.27 |
| 482 | 2026-07-11T17:31:05.499Z | Compiling usdt-attr-macro v0.5.0 |
| 483 | 2026-07-11T17:31:05.503Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-11T17:31:06.127Z | Compiling usdt v0.5.0 |
| 485 | 2026-07-11T17:31:06.334Z | Compiling toml v0.8.23 |
| 486 | 2026-07-11T17:31:06.660Z | Compiling cargo_toml v0.21.0 |
| 487 | 2026-07-11T17:31:07.916Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 488 | 2026-07-11T17:31:09.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.36s |
| 489 | 2026-07-11T17:31:10.110Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 490 | 2026-07-11T17:31:10.605Z | Downloading crates ... |
| 491 | 2026-07-11T17:31:10.713Z | Downloaded adler2 v2.0.1 |
| 492 | 2026-07-11T17:31:10.717Z | Downloaded async-stream v0.3.6 |
| 493 | 2026-07-11T17:31:10.721Z | Downloaded base16ct v1.0.0 |
| 494 | 2026-07-11T17:31:10.724Z | Downloaded array-init v0.0.4 |
| 495 | 2026-07-11T17:31:10.724Z | Downloaded aead v0.5.2 |
| 496 | 2026-07-11T17:31:10.758Z | Downloaded atomicwrites v0.4.4 |
| 497 | 2026-07-11T17:31:10.758Z | Downloaded crc v3.4.0 |
| 498 | 2026-07-11T17:31:10.758Z | Downloaded bitfield-macros v0.19.4 |
| 499 | 2026-07-11T17:31:10.758Z | Downloaded assert_matches v1.5.0 |
| 500 | 2026-07-11T17:31:10.758Z | Downloaded bit-set v0.8.0 |
| 501 | 2026-07-11T17:31:10.758Z | Downloaded base16ct v0.2.0 |
| 502 | 2026-07-11T17:31:10.758Z | Downloaded convert_case v0.10.0 |
| 503 | 2026-07-11T17:31:10.758Z | Downloaded async-stream-impl v0.3.6 |
| 504 | 2026-07-11T17:31:10.758Z | Downloaded corncobs v0.1.4 |
| 505 | 2026-07-11T17:31:10.758Z | Downloaded bit-vec v0.6.3 |
| 506 | 2026-07-11T17:31:10.758Z | Downloaded cpubits v0.1.1 |
| 507 | 2026-07-11T17:31:10.758Z | Downloaded async-recursion v1.1.1 |
| 508 | 2026-07-11T17:31:10.762Z | Downloaded daft-derive v0.1.7 |
| 509 | 2026-07-11T17:31:10.762Z | Downloaded crunchy v0.2.4 |
| 510 | 2026-07-11T17:31:10.765Z | Downloaded crc-catalog v2.4.0 |
| 511 | 2026-07-11T17:31:10.765Z | Downloaded block-padding v0.4.2 |
| 512 | 2026-07-11T17:31:10.765Z | Downloaded atty v0.2.14 |
| 513 | 2026-07-11T17:31:10.768Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 514 | 2026-07-11T17:31:10.768Z | Downloaded bb8 v0.8.6 |
| 515 | 2026-07-11T17:31:10.768Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 516 | 2026-07-11T17:31:10.771Z | Downloaded cpufeatures v0.3.0 |
| 517 | 2026-07-11T17:31:10.771Z | Downloaded atomic-waker v1.1.2 |
| 518 | 2026-07-11T17:31:10.771Z | Downloaded bitfield-struct v0.6.2 |
| 519 | 2026-07-11T17:31:10.774Z | Downloaded async-trait v0.1.89 |
| 520 | 2026-07-11T17:31:10.777Z | Downloaded cstr-argument v0.1.2 |
| 521 | 2026-07-11T17:31:10.777Z | Downloaded ciborium-io v0.2.2 |
| 522 | 2026-07-11T17:31:10.777Z | Downloaded castaway v0.2.4 |
| 523 | 2026-07-11T17:31:10.781Z | Downloaded arrayref v0.3.9 |
| 524 | 2026-07-11T17:31:10.781Z | Downloaded darling_core v0.20.11 |
| 525 | 2026-07-11T17:31:10.784Z | Downloaded defmt v1.0.1 |
| 526 | 2026-07-11T17:31:10.787Z | Downloaded darling_macro v0.21.3 |
| 527 | 2026-07-11T17:31:10.787Z | Downloaded defmt-parser v1.0.0 |
| 528 | 2026-07-11T17:31:10.787Z | Downloaded darling_macro v0.20.11 |
| 529 | 2026-07-11T17:31:10.790Z | Downloaded bit-set v0.5.3 |
| 530 | 2026-07-11T17:31:10.790Z | Downloaded crc32fast v1.5.0 |
| 531 | 2026-07-11T17:31:10.790Z | Downloaded convert_case v0.4.0 |
| 532 | 2026-07-11T17:31:10.793Z | Downloaded critical-section v1.2.0 |
| 533 | 2026-07-11T17:31:10.793Z | Downloaded bcs v0.1.6 |
| 534 | 2026-07-11T17:31:10.793Z | Downloaded anstyle-parse v0.2.7 |
| 535 | 2026-07-11T17:31:10.796Z | Downloaded defmt v0.3.100 |
| 536 | 2026-07-11T17:31:10.796Z | Downloaded compression-core v0.4.31 |
| 537 | 2026-07-11T17:31:10.799Z | Downloaded block-buffer v0.12.1 |
| 538 | 2026-07-11T17:31:10.799Z | Downloaded darling v0.21.3 |
| 539 | 2026-07-11T17:31:10.803Z | Downloaded aead v0.6.1 |
| 540 | 2026-07-11T17:31:10.806Z | Downloaded ciborium-ll v0.2.2 |
| 541 | 2026-07-11T17:31:10.806Z | Downloaded cfg_aliases v0.1.1 |
| 542 | 2026-07-11T17:31:10.806Z | Downloaded darling_macro v0.13.4 |
| 543 | 2026-07-11T17:31:10.806Z | Downloaded csv-core v0.1.13 |
| 544 | 2026-07-11T17:31:10.806Z | Downloaded darling v0.23.0 |
| 545 | 2026-07-11T17:31:10.810Z | Downloaded bit-vec v0.8.0 |
| 546 | 2026-07-11T17:31:10.813Z | Downloaded anstream v0.6.21 |
| 547 | 2026-07-11T17:31:10.813Z | Downloaded cfg_aliases v0.2.1 |
| 548 | 2026-07-11T17:31:10.816Z | Downloaded ascii-canvas v3.0.0 |
| 549 | 2026-07-11T17:31:10.816Z | Downloaded debug-ignore v1.0.5 |
| 550 | 2026-07-11T17:31:10.819Z | Downloaded crypto-common v0.2.2 |
| 551 | 2026-07-11T17:31:10.819Z | Downloaded crucible-workspace-hack v0.1.0 |
| 552 | 2026-07-11T17:31:10.823Z | Downloaded endian-type v0.1.2 |
| 553 | 2026-07-11T17:31:10.826Z | Downloaded displaydoc v0.2.5 |
| 554 | 2026-07-11T17:31:10.826Z | Downloaded darling v0.20.11 |
| 555 | 2026-07-11T17:31:10.829Z | Downloaded cobs v0.3.0 |
| 556 | 2026-07-11T17:31:10.832Z | Downloaded constant_time_eq v0.4.2 |
| 557 | 2026-07-11T17:31:10.835Z | Downloaded dirs-next v2.0.0 |
| 558 | 2026-07-11T17:31:10.835Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 559 | 2026-07-11T17:31:10.836Z | Downloaded backoff v0.4.0 |
| 560 | 2026-07-11T17:31:10.839Z | Downloaded crc8 v0.1.1 |
| 561 | 2026-07-11T17:31:10.839Z | Downloaded base64ct v1.8.3 |
| 562 | 2026-07-11T17:31:10.842Z | Downloaded enum-as-inner v0.6.1 |
| 563 | 2026-07-11T17:31:10.842Z | Downloaded display-error-chain v0.2.2 |
| 564 | 2026-07-11T17:31:10.842Z | Downloaded document-features v0.2.12 |
| 565 | 2026-07-11T17:31:10.845Z | Downloaded bitfield v0.19.4 |
| 566 | 2026-07-11T17:31:10.845Z | Downloaded arrayvec v0.7.6 |
| 567 | 2026-07-11T17:31:10.845Z | Downloaded cmake v0.1.57 |
| 568 | 2026-07-11T17:31:10.848Z | Downloaded argon2 v0.6.0-rc.8 |
| 569 | 2026-07-11T17:31:10.848Z | Downloaded ahash v0.8.12 |
| 570 | 2026-07-11T17:31:10.851Z | Downloaded cipher v0.4.4 |
| 571 | 2026-07-11T17:31:10.851Z | Downloaded argon2 v0.5.3 |
| 572 | 2026-07-11T17:31:10.854Z | Downloaded env_filter v1.0.0 |
| 573 | 2026-07-11T17:31:10.857Z | Downloaded dunce v1.0.5 |
| 574 | 2026-07-11T17:31:10.860Z | Downloaded dyn-clone v1.0.20 |
| 575 | 2026-07-11T17:31:10.860Z | Downloaded derive_builder_macro v0.20.2 |
| 576 | 2026-07-11T17:31:10.863Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-07-11T17:31:10.863Z | Downloaded form_urlencoded v1.2.2 |
| 578 | 2026-07-11T17:31:10.863Z | Downloaded foreign-types-shared v0.1.1 |
| 579 | 2026-07-11T17:31:10.863Z | Downloaded foreign-types v0.3.2 |
| 580 | 2026-07-11T17:31:10.866Z | Downloaded float-cmp v0.10.0 |
| 581 | 2026-07-11T17:31:10.866Z | Downloaded flagset v0.4.7 |
| 582 | 2026-07-11T17:31:10.866Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-07-11T17:31:10.869Z | Downloaded embedded-io v0.6.1 |
| 584 | 2026-07-11T17:31:10.869Z | Downloaded cmov v0.5.4 |
| 585 | 2026-07-11T17:31:10.873Z | Downloaded byte-wrapper v0.1.0 |
| 586 | 2026-07-11T17:31:10.873Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 587 | 2026-07-11T17:31:10.873Z | Downloaded difflib v0.4.0 |
| 588 | 2026-07-11T17:31:10.876Z | Downloaded dof v0.4.0 |
| 589 | 2026-07-11T17:31:10.876Z | Downloaded embedded-io v0.4.0 |
| 590 | 2026-07-11T17:31:10.876Z | Downloaded defmt-macros v1.0.1 |
| 591 | 2026-07-11T17:31:10.879Z | Downloaded dsl_auto_type v0.2.0 |
| 592 | 2026-07-11T17:31:10.879Z | Downloaded ctr v0.10.1 |
| 593 | 2026-07-11T17:31:10.882Z | Downloaded cexpr v0.6.0 |
| 594 | 2026-07-11T17:31:10.885Z | Downloaded foreign-types-shared v0.3.1 |
| 595 | 2026-07-11T17:31:10.885Z | Downloaded crc-any v2.5.0 |
| 596 | 2026-07-11T17:31:10.885Z | Downloaded camino-tempfile-ext v0.3.3 |
| 597 | 2026-07-11T17:31:10.890Z | Downloaded blowfish v0.10.0 |
| 598 | 2026-07-11T17:31:10.890Z | Downloaded ctutils v0.4.2 |
| 599 | 2026-07-11T17:31:10.893Z | Downloaded futures-core v0.3.32 |
| 600 | 2026-07-11T17:31:10.893Z | Downloaded dirs-sys-next v0.1.2 |
| 601 | 2026-07-11T17:31:10.893Z | Downloaded darling_macro v0.23.0 |
| 602 | 2026-07-11T17:31:10.893Z | Downloaded funty v2.0.0 |
| 603 | 2026-07-11T17:31:10.893Z | Downloaded cipher v0.5.2 |
| 604 | 2026-07-11T17:31:10.896Z | Downloaded bitflags v1.3.2 |
| 605 | 2026-07-11T17:31:10.899Z | Downloaded fixedbitset v0.4.2 |
| 606 | 2026-07-11T17:31:10.899Z | Downloaded async-bb8-diesel v0.2.1 |
| 607 | 2026-07-11T17:31:10.902Z | Downloaded fd-lock v4.0.4 |
| 608 | 2026-07-11T17:31:10.902Z | Downloaded dtrace-parser v0.3.0 |
| 609 | 2026-07-11T17:31:10.902Z | Downloaded cbc v0.2.1 |
| 610 | 2026-07-11T17:31:10.905Z | Downloaded gethostname v0.5.0 |
| 611 | 2026-07-11T17:31:10.905Z | Downloaded fxhash v0.2.1 |
| 612 | 2026-07-11T17:31:10.905Z | Downloaded buf-list v1.1.2 |
| 613 | 2026-07-11T17:31:10.908Z | Downloaded foreign-types v0.5.0 |
| 614 | 2026-07-11T17:31:10.911Z | Downloaded ciborium v0.2.2 |
| 615 | 2026-07-11T17:31:10.911Z | Downloaded blake2 v0.10.6 |
| 616 | 2026-07-11T17:31:10.914Z | Downloaded futures-sink v0.3.32 |
| 617 | 2026-07-11T17:31:10.914Z | Downloaded futures-macro v0.3.32 |
| 618 | 2026-07-11T17:31:10.917Z | Downloaded ghash v0.6.0 |
| 619 | 2026-07-11T17:31:10.917Z | Downloaded futures-task v0.3.32 |
| 620 | 2026-07-11T17:31:10.922Z | Downloaded globwalk v0.9.1 |
| 621 | 2026-07-11T17:31:10.922Z | Downloaded ff v0.13.1 |
| 622 | 2026-07-11T17:31:10.922Z | Downloaded fallible-iterator v0.2.0 |
| 623 | 2026-07-11T17:31:10.925Z | Downloaded futures-io v0.3.32 |
| 624 | 2026-07-11T17:31:10.926Z | Downloaded ff v0.14.0 |
| 625 | 2026-07-11T17:31:10.926Z | Downloaded find-msvc-tools v0.1.9 |
| 626 | 2026-07-11T17:31:10.926Z | Downloaded ena v0.14.4 |
| 627 | 2026-07-11T17:31:10.929Z | Downloaded hash32 v0.2.1 |
| 628 | 2026-07-11T17:31:10.929Z | Downloaded ed25519 v2.2.3 |
| 629 | 2026-07-11T17:31:10.929Z | Downloaded diesel-dtrace v0.5.0 |
| 630 | 2026-07-11T17:31:10.932Z | Downloaded crossbeam-deque v0.8.6 |
| 631 | 2026-07-11T17:31:10.932Z | Downloaded blake2 v0.11.0-rc.6 |
| 632 | 2026-07-11T17:31:10.935Z | Downloaded ecdsa v0.16.9 |
| 633 | 2026-07-11T17:31:10.935Z | Downloaded digest v0.11.3 |
| 634 | 2026-07-11T17:31:10.938Z | Downloaded bzip2 v0.6.1 |
| 635 | 2026-07-11T17:31:10.938Z | Downloaded const_format_proc_macros v0.2.34 |
| 636 | 2026-07-11T17:31:10.941Z | Downloaded console v0.15.11 |
| 637 | 2026-07-11T17:31:10.944Z | Downloaded colored v2.2.0 |
| 638 | 2026-07-11T17:31:10.944Z | Downloaded fs-err v2.11.0 |
| 639 | 2026-07-11T17:31:10.947Z | Downloaded der_derive v0.7.3 |
| 640 | 2026-07-11T17:31:10.947Z | Downloaded hex-literal v1.1.0 |
| 641 | 2026-07-11T17:31:10.950Z | Downloaded hex v0.4.3 |
| 642 | 2026-07-11T17:31:10.950Z | Downloaded darling v0.13.4 |
| 643 | 2026-07-11T17:31:10.953Z | Downloaded either v1.15.0 |
| 644 | 2026-07-11T17:31:10.953Z | Downloaded cookie_store v0.22.1 |
| 645 | 2026-07-11T17:31:10.956Z | Downloaded http-body v1.0.1 |
| 646 | 2026-07-11T17:31:10.956Z | Downloaded ed25519 v3.0.0 |
| 647 | 2026-07-11T17:31:10.956Z | Downloaded crossbeam-utils v0.8.21 |
| 648 | 2026-07-11T17:31:10.959Z | Downloaded delegate v0.13.5 |
| 649 | 2026-07-11T17:31:10.961Z | Downloaded const-oid v0.9.6 |
| 650 | 2026-07-11T17:31:10.962Z | Downloaded cookie v0.18.1 |
| 651 | 2026-07-11T17:31:10.964Z | Downloaded headers-core v0.3.0 |
| 652 | 2026-07-11T17:31:10.964Z | Downloaded hash32 v0.3.1 |
| 653 | 2026-07-11T17:31:10.964Z | Downloaded backon v1.6.0 |
| 654 | 2026-07-11T17:31:10.967Z | Downloaded console v0.16.2 |
| 655 | 2026-07-11T17:31:10.970Z | Downloaded compression-codecs v0.4.37 |
| 656 | 2026-07-11T17:31:10.970Z | Downloaded chacha20 v0.9.1 |
| 657 | 2026-07-11T17:31:10.973Z | Downloaded git-stub v1.0.0 |
| 658 | 2026-07-11T17:31:10.973Z | Downloaded clang-sys v1.8.1 |
| 659 | 2026-07-11T17:31:10.976Z | Downloaded hostname v0.3.1 |
| 660 | 2026-07-11T17:31:10.976Z | Downloaded http-range v0.1.5 |
| 661 | 2026-07-11T17:31:10.979Z | Downloaded hostname v0.4.2 |
| 662 | 2026-07-11T17:31:10.979Z | Downloaded git-stub-vcs v0.1.0 |
| 663 | 2026-07-11T17:31:10.982Z | Downloaded env_logger v0.11.9 |
| 664 | 2026-07-11T17:31:10.982Z | Downloaded derive_builder_core v0.20.2 |
| 665 | 2026-07-11T17:31:10.985Z | Downloaded globset v0.4.18 |
| 666 | 2026-07-11T17:31:10.985Z | Downloaded futures-executor v0.3.32 |
| 667 | 2026-07-11T17:31:10.988Z | Downloaded fs_extra v1.3.0 |
| 668 | 2026-07-11T17:31:10.988Z | Downloaded foreign-types-macros v0.2.3 |
| 669 | 2026-07-11T17:31:10.988Z | Downloaded foldhash v0.2.0 |
| 670 | 2026-07-11T17:31:10.991Z | Downloaded group v0.13.0 |
| 671 | 2026-07-11T17:31:10.991Z | Downloaded fixedbitset v0.5.7 |
| 672 | 2026-07-11T17:31:10.994Z | Downloaded hyper-tls v0.6.0 |
| 673 | 2026-07-11T17:31:10.994Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-07-11T17:31:10.994Z | Downloaded hubpack v0.1.2 |
| 675 | 2026-07-11T17:31:10.995Z | Downloaded httpdate v1.0.3 |
| 676 | 2026-07-11T17:31:10.998Z | Downloaded home v0.5.12 |
| 677 | 2026-07-11T17:31:10.998Z | Downloaded erased-serde v0.3.31 |
| 678 | 2026-07-11T17:31:10.998Z | Downloaded foldhash v0.1.5 |
| 679 | 2026-07-11T17:31:11.001Z | Downloaded idna_adapter v1.2.1 |
| 680 | 2026-07-11T17:31:11.001Z | Downloaded ident_case v1.0.1 |
| 681 | 2026-07-11T17:31:11.001Z | Downloaded filetime v0.2.27 |
| 682 | 2026-07-11T17:31:11.005Z | Downloaded colored v3.1.1 |
| 683 | 2026-07-11T17:31:11.005Z | Downloaded illumos-nvpair v0.3.0 |
| 684 | 2026-07-11T17:31:11.008Z | Downloaded crossbeam-channel v0.5.15 |
| 685 | 2026-07-11T17:31:11.008Z | Downloaded const-oid v0.10.2 |
| 686 | 2026-07-11T17:31:11.011Z | Downloaded des v0.9.0 |
| 687 | 2026-07-11T17:31:11.016Z | Downloaded derive_builder v0.20.2 |
| 688 | 2026-07-11T17:31:11.019Z | Downloaded highway v1.3.0 |
| 689 | 2026-07-11T17:31:11.019Z | Downloaded data-encoding v2.10.0 |
| 690 | 2026-07-11T17:31:11.019Z | Downloaded daft v0.1.7 |
| 691 | 2026-07-11T17:31:11.019Z | Downloaded derive-ex v0.1.8 |
| 692 | 2026-07-11T17:31:11.022Z | Downloaded darling_core v0.23.0 |
| 693 | 2026-07-11T17:31:11.025Z | Downloaded inout v0.2.2 |
| 694 | 2026-07-11T17:31:11.025Z | Downloaded indoc v1.0.9 |
| 695 | 2026-07-11T17:31:11.029Z | Downloaded deranged v0.5.8 |
| 696 | 2026-07-11T17:31:11.029Z | Downloaded internet-checksum v0.2.1 |
| 697 | 2026-07-11T17:31:11.030Z | Downloaded crossbeam-epoch v0.9.18 |
| 698 | 2026-07-11T17:31:11.033Z | Downloaded group v0.14.0 |
| 699 | 2026-07-11T17:31:11.033Z | Downloaded futures-channel v0.3.32 |
| 700 | 2026-07-11T17:31:11.033Z | Downloaded allocator-api2 v0.2.21 |
| 701 | 2026-07-11T17:31:11.036Z | Downloaded indent_write v2.2.0 |
| 702 | 2026-07-11T17:31:11.039Z | Downloaded base64 v0.22.1 |
| 703 | 2026-07-11T17:31:11.042Z | Downloaded http-body-util v0.1.3 |
| 704 | 2026-07-11T17:31:11.042Z | Downloaded getrandom v0.2.17 |
| 705 | 2026-07-11T17:31:11.045Z | Downloaded is-terminal v0.4.17 |
| 706 | 2026-07-11T17:31:11.045Z | Downloaded cancel-safe-futures v0.1.5 |
| 707 | 2026-07-11T17:31:11.050Z | Downloaded instant v0.1.13 |
| 708 | 2026-07-11T17:31:11.051Z | Downloaded humantime v2.3.0 |
| 709 | 2026-07-11T17:31:11.053Z | Downloaded kem v0.3.0 |
| 710 | 2026-07-11T17:31:11.053Z | Downloaded instability v0.3.11 |
| 711 | 2026-07-11T17:31:11.053Z | Downloaded is_ci v1.2.0 |
| 712 | 2026-07-11T17:31:11.053Z | Downloaded ar_archive_writer v0.5.1 |
| 713 | 2026-07-11T17:31:11.054Z | Downloaded lazy_static v1.5.0 |
| 714 | 2026-07-11T17:31:11.057Z | Downloaded inout v0.1.4 |
| 715 | 2026-07-11T17:31:11.057Z | Downloaded lalrpop-util v0.19.12 |
| 716 | 2026-07-11T17:31:11.057Z | Downloaded libscf-sys v1.1.0 |
| 717 | 2026-07-11T17:31:11.060Z | Downloaded kstat-rs v0.2.4 |
| 718 | 2026-07-11T17:31:11.060Z | Downloaded chacha20 v0.10.0 |
| 719 | 2026-07-11T17:31:11.060Z | Downloaded fatfs v0.3.6 |
| 720 | 2026-07-11T17:31:11.063Z | Downloaded bzip2 v0.4.4 |
| 721 | 2026-07-11T17:31:11.063Z | Downloaded cassowary v0.3.0 |
| 722 | 2026-07-11T17:31:11.067Z | Downloaded enum_dispatch v0.3.13 |
| 723 | 2026-07-11T17:31:11.067Z | Downloaded hyper-staticfile v0.10.1 |
| 724 | 2026-07-11T17:31:11.073Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 725 | 2026-07-11T17:31:11.076Z | Downloaded lru-cache v0.1.2 |
| 726 | 2026-07-11T17:31:11.079Z | Downloaded glob v0.3.3 |
| 727 | 2026-07-11T17:31:11.082Z | Downloaded maplit v1.0.2 |
| 728 | 2026-07-11T17:31:11.082Z | Downloaded match_cfg v0.1.0 |
| 729 | 2026-07-11T17:31:11.082Z | Downloaded lru-slab v0.1.2 |
| 730 | 2026-07-11T17:31:11.087Z | Downloaded keccak v0.1.6 |
| 731 | 2026-07-11T17:31:11.090Z | Downloaded arc-swap v1.8.2 |
| 732 | 2026-07-11T17:31:11.093Z | Downloaded linked-hash-map v0.5.6 |
| 733 | 2026-07-11T17:31:11.093Z | Downloaded lru v0.12.5 |
| 734 | 2026-07-11T17:31:11.100Z | Downloaded derive_more v0.99.20 |
| 735 | 2026-07-11T17:31:11.105Z | Downloaded ipnetwork v0.21.1 |
| 736 | 2026-07-11T17:31:11.108Z | Downloaded maybe-uninit v2.0.0 |
| 737 | 2026-07-11T17:31:11.108Z | Downloaded mime v0.3.17 |
| 738 | 2026-07-11T17:31:11.108Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-07-11T17:31:11.108Z | Downloaded md-5 v0.10.6 |
| 740 | 2026-07-11T17:31:11.111Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 741 | 2026-07-11T17:31:11.111Z | Downloaded new_debug_unreachable v1.0.6 |
| 742 | 2026-07-11T17:31:11.114Z | Downloaded ecdsa v0.17.0-rc.18 |
| 743 | 2026-07-11T17:31:11.114Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 744 | 2026-07-11T17:31:11.117Z | Downloaded dropshot_endpoint v0.17.1 |
| 745 | 2026-07-11T17:31:11.117Z | Downloaded indoc v2.0.7 |
| 746 | 2026-07-11T17:31:11.120Z | Downloaded generic-array v1.4.3 |
| 747 | 2026-07-11T17:31:11.124Z | Downloaded md5 v0.8.0 |
| 748 | 2026-07-11T17:31:11.124Z | Downloaded managed v0.8.0 |
| 749 | 2026-07-11T17:31:11.124Z | Downloaded bumpalo v3.20.2 |
| 750 | 2026-07-11T17:31:11.127Z | Downloaded hybrid-array v0.4.13 |
| 751 | 2026-07-11T17:31:11.127Z | Downloaded lzss v0.8.2 |
| 752 | 2026-07-11T17:31:11.131Z | Downloaded compact_str v0.8.1 |
| 753 | 2026-07-11T17:31:11.131Z | Downloaded nibble_vec v0.1.0 |
| 754 | 2026-07-11T17:31:11.132Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-07-11T17:31:11.135Z | Downloaded libloading v0.8.9 |
| 756 | 2026-07-11T17:31:11.135Z | Downloaded num v0.4.3 |
| 757 | 2026-07-11T17:31:11.135Z | Downloaded chacha20poly1305 v0.10.1 |
| 758 | 2026-07-11T17:31:11.135Z | Downloaded base64 v0.21.7 |
| 759 | 2026-07-11T17:31:11.138Z | Downloaded ingot v0.1.1 |
| 760 | 2026-07-11T17:31:11.138Z | Downloaded hmac v0.12.1 |
| 761 | 2026-07-11T17:31:11.145Z | Downloaded multimap v0.10.1 |
| 762 | 2026-07-11T17:31:11.148Z | Downloaded newtype-uuid-macros v0.1.0 |
| 763 | 2026-07-11T17:31:11.148Z | Downloaded libsw v3.5.0 |
| 764 | 2026-07-11T17:31:11.151Z | Downloaded newline-converter v0.3.0 |
| 765 | 2026-07-11T17:31:11.151Z | Downloaded num-derive v0.3.3 |
| 766 | 2026-07-11T17:31:11.154Z | Downloaded nodrop v0.1.14 |
| 767 | 2026-07-11T17:31:11.154Z | Downloaded newtype_derive v0.1.6 |
| 768 | 2026-07-11T17:31:11.154Z | Downloaded num-derive v0.4.2 |
| 769 | 2026-07-11T17:31:11.157Z | Downloaded olpc-cjson v0.1.4 |
| 770 | 2026-07-11T17:31:11.157Z | Downloaded nonempty v0.12.0 |
| 771 | 2026-07-11T17:31:11.157Z | Downloaded num_enum_derive v0.5.11 |
| 772 | 2026-07-11T17:31:11.157Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-07-11T17:31:11.160Z | Downloaded derive-where v1.6.0 |
| 774 | 2026-07-11T17:31:11.160Z | Downloaded num-conv v0.2.0 |
| 775 | 2026-07-11T17:31:11.164Z | Downloaded normalize-line-endings v0.3.0 |
| 776 | 2026-07-11T17:31:11.164Z | Downloaded openssl-probe v0.1.6 |
| 777 | 2026-07-11T17:31:11.164Z | Downloaded libsw-core v0.3.2 |
| 778 | 2026-07-11T17:31:11.164Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-07-11T17:31:11.167Z | Downloaded mime_guess v2.0.5 |
| 780 | 2026-07-11T17:31:11.167Z | Downloaded diff v0.1.13 |
| 781 | 2026-07-11T17:31:11.170Z | Downloaded cc v1.2.56 |
| 782 | 2026-07-11T17:31:11.170Z | Downloaded getrandom v0.3.4 |
| 783 | 2026-07-11T17:31:11.173Z | Downloaded httparse v1.10.1 |
| 784 | 2026-07-11T17:31:11.179Z | Downloaded iana-time-zone v0.1.65 |
| 785 | 2026-07-11T17:31:11.189Z | Downloaded oso-derive v0.27.3 |
| 786 | 2026-07-11T17:31:11.192Z | Downloaded async-compression v0.4.41 |
| 787 | 2026-07-11T17:31:11.195Z | Downloaded lock_api v0.4.14 |
| 788 | 2026-07-11T17:31:11.195Z | Downloaded drift v0.2.0 |
| 789 | 2026-07-11T17:31:11.201Z | Downloaded num_threads v0.1.7 |
| 790 | 2026-07-11T17:31:11.204Z | Downloaded const_format v0.2.35 |
| 791 | 2026-07-11T17:31:11.207Z | Downloaded num-complex v0.4.6 |
| 792 | 2026-07-11T17:31:11.208Z | Downloaded keccak v0.2.0 |
| 793 | 2026-07-11T17:31:11.208Z | Downloaded openssl-probe v0.2.1 |
| 794 | 2026-07-11T17:31:11.211Z | Downloaded newtype-uuid v1.3.2 |
| 795 | 2026-07-11T17:31:11.211Z | Downloaded native-tls v0.2.18 |
| 796 | 2026-07-11T17:31:11.211Z | Downloaded linear-map v1.2.0 |
| 797 | 2026-07-11T17:31:11.215Z | Downloaded ipnet v2.11.0 |
| 798 | 2026-07-11T17:31:11.215Z | Downloaded half v2.7.1 |
| 799 | 2026-07-11T17:31:11.218Z | Downloaded ingot-macros v0.1.1 |
| 800 | 2026-07-11T17:31:11.219Z | Downloaded half v1.8.3 |
| 801 | 2026-07-11T17:31:11.219Z | Downloaded module-lattice v0.2.3 |
| 802 | 2026-07-11T17:31:11.223Z | Downloaded icu_properties v2.1.2 |
| 803 | 2026-07-11T17:31:11.223Z | Downloaded darling_core v0.13.4 |
| 804 | 2026-07-11T17:31:11.227Z | Downloaded futures v0.3.32 |
| 805 | 2026-07-11T17:31:11.227Z | Downloaded num_enum v0.7.6 |
| 806 | 2026-07-11T17:31:11.230Z | Downloaded num_enum_derive v0.7.6 |
| 807 | 2026-07-11T17:31:11.230Z | Downloaded num-integer v0.1.46 |
| 808 | 2026-07-11T17:31:11.234Z | Downloaded nanorand v0.7.0 |
| 809 | 2026-07-11T17:31:11.234Z | Downloaded peg-runtime v0.8.5 |
| 810 | 2026-07-11T17:31:11.234Z | Downloaded password-hash v0.6.1 |
| 811 | 2026-07-11T17:31:11.237Z | Downloaded packed_struct_codegen v0.10.1 |
| 812 | 2026-07-11T17:31:11.237Z | Downloaded path-slash v0.1.5 |
| 813 | 2026-07-11T17:31:11.237Z | Downloaded parse-size v1.1.0 |
| 814 | 2026-07-11T17:31:11.237Z | Downloaded bytes v1.11.1 |
| 815 | 2026-07-11T17:31:11.240Z | Downloaded parse-display v0.10.0 |
| 816 | 2026-07-11T17:31:11.243Z | Downloaded flate2 v1.1.9 |
| 817 | 2026-07-11T17:31:11.246Z | Downloaded headers v0.4.1 |
| 818 | 2026-07-11T17:31:11.250Z | Downloaded flume v0.11.1 |
| 819 | 2026-07-11T17:31:11.252Z | Downloaded hyper-rustls v0.27.7 |
| 820 | 2026-07-11T17:31:11.252Z | Downloaded hmac v0.13.0 |
| 821 | 2026-07-11T17:31:11.256Z | Downloaded icu_provider v2.1.1 |
| 822 | 2026-07-11T17:31:11.256Z | Downloaded num_enum v0.5.11 |
| 823 | 2026-07-11T17:31:11.259Z | Downloaded aes-gcm v0.11.0 |
| 824 | 2026-07-11T17:31:11.262Z | Downloaded num-rational v0.4.2 |
| 825 | 2026-07-11T17:31:11.262Z | Downloaded litrs v1.0.0 |
| 826 | 2026-07-11T17:31:11.265Z | Downloaded darling_core v0.21.3 |
| 827 | 2026-07-11T17:31:11.268Z | Downloaded owo-colors v4.3.0 |
| 828 | 2026-07-11T17:31:11.268Z | Downloaded elliptic-curve v0.13.8 |
| 829 | 2026-07-11T17:31:11.271Z | Downloaded der v0.7.10 |
| 830 | 2026-07-11T17:31:11.274Z | Downloaded phf_shared v0.11.3 |
| 831 | 2026-07-11T17:31:11.274Z | Downloaded aes v0.9.1 |
| 832 | 2026-07-11T17:31:11.278Z | Downloaded oxnet v0.1.6 |
| 833 | 2026-07-11T17:31:11.280Z | Downloaded phf_shared v0.12.1 |
| 834 | 2026-07-11T17:31:11.280Z | Downloaded powerfmt v0.2.0 |
| 835 | 2026-07-11T17:31:11.281Z | Downloaded indexmap v1.9.3 |
| 836 | 2026-07-11T17:31:11.284Z | Downloaded opaque-debug v0.3.1 |
| 837 | 2026-07-11T17:31:11.284Z | Downloaded ignore v0.4.25 |
| 838 | 2026-07-11T17:31:11.284Z | Downloaded expectorate v1.2.0 |
| 839 | 2026-07-11T17:31:11.287Z | Downloaded memmap2 v0.9.10 |
| 840 | 2026-07-11T17:31:11.290Z | Downloaded icu_normalizer v2.1.1 |
| 841 | 2026-07-11T17:31:11.290Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-07-11T17:31:11.293Z | Downloaded crypto-bigint v0.5.5 |
| 843 | 2026-07-11T17:31:11.299Z | Downloaded pem v3.0.6 |
| 844 | 2026-07-11T17:31:11.299Z | Downloaded paste v1.0.15 |
| 845 | 2026-07-11T17:31:11.302Z | Downloaded precomputed-hash v0.1.1 |
| 846 | 2026-07-11T17:31:11.302Z | Downloaded proc-macro-crate v3.4.0 |
| 847 | 2026-07-11T17:31:11.302Z | Downloaded predicates-tree v1.0.13 |
| 848 | 2026-07-11T17:31:11.302Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-07-11T17:31:11.302Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-07-11T17:31:11.302Z | Downloaded heapless v0.7.17 |
| 851 | 2026-07-11T17:31:11.305Z | Downloaded heapless v0.8.0 |
| 852 | 2026-07-11T17:31:11.309Z | Downloaded potential_utf v0.1.4 |
| 853 | 2026-07-11T17:31:11.309Z | Downloaded parse-display-derive v0.10.0 |
| 854 | 2026-07-11T17:31:11.312Z | Downloaded parking_lot_core v0.8.6 |
| 855 | 2026-07-11T17:31:11.312Z | Downloaded litemap v0.8.1 |
| 856 | 2026-07-11T17:31:11.312Z | Downloaded libbz2-rs-sys v0.2.2 |
| 857 | 2026-07-11T17:31:11.317Z | Downloaded icu_normalizer_data v2.1.1 |
| 858 | 2026-07-11T17:31:11.317Z | Downloaded multer v3.1.0 |
| 859 | 2026-07-11T17:31:11.320Z | Downloaded nu-ansi-term v0.50.3 |
| 860 | 2026-07-11T17:31:11.320Z | Downloaded packed_struct v0.10.1 |
| 861 | 2026-07-11T17:31:11.320Z | Downloaded indicatif v0.18.4 |
| 862 | 2026-07-11T17:31:11.323Z | Downloaded phf v0.13.1 |
| 863 | 2026-07-11T17:31:11.323Z | Downloaded phf v0.12.1 |
| 864 | 2026-07-11T17:31:11.326Z | Downloaded phc v0.6.1 |
| 865 | 2026-07-11T17:31:11.326Z | Downloaded proc-macro-crate v1.3.1 |
| 866 | 2026-07-11T17:31:11.326Z | Downloaded percent-encoding v2.3.2 |
| 867 | 2026-07-11T17:31:11.332Z | Downloaded peg-macros v0.8.5 |
| 868 | 2026-07-11T17:31:11.332Z | Downloaded pbkdf2 v0.13.0 |
| 869 | 2026-07-11T17:31:11.332Z | Downloaded peg v0.8.5 |
| 870 | 2026-07-11T17:31:11.335Z | Downloaded progenitor-macro v0.14.0 |
| 871 | 2026-07-11T17:31:11.336Z | Downloaded pin-project-internal v1.1.11 |
| 872 | 2026-07-11T17:31:11.336Z | Downloaded ingot-types v0.1.2 |
| 873 | 2026-07-11T17:31:11.336Z | Downloaded openssl-macros v0.1.1 |
| 874 | 2026-07-11T17:31:11.336Z | Downloaded psl-types v2.0.11 |
| 875 | 2026-07-11T17:31:11.339Z | Downloaded pkcs8 v0.10.2 |
| 876 | 2026-07-11T17:31:11.343Z | Downloaded pem-rfc7468 v0.7.0 |
| 877 | 2026-07-11T17:31:11.346Z | Downloaded phf_shared v0.13.1 |
| 878 | 2026-07-11T17:31:11.346Z | Downloaded pem-rfc7468 v1.0.0 |
| 879 | 2026-07-11T17:31:11.346Z | Downloaded progenitor-macro v0.13.0 |
| 880 | 2026-07-11T17:31:11.346Z | Downloaded icu_locale_core v2.1.1 |
| 881 | 2026-07-11T17:31:11.349Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 882 | 2026-07-11T17:31:11.352Z | Downloaded quick-error v1.2.3 |
| 883 | 2026-07-11T17:31:11.355Z | Downloaded derive_more-impl v2.1.1 |
| 884 | 2026-07-11T17:31:11.355Z | Downloaded ppv-lite86 v0.2.21 |
| 885 | 2026-07-11T17:31:11.358Z | Downloaded diesel_derives v2.3.7 |
| 886 | 2026-07-11T17:31:11.361Z | Downloaded parking_lot v0.11.2 |
| 887 | 2026-07-11T17:31:11.364Z | Downloaded radium v0.7.0 |
| 888 | 2026-07-11T17:31:11.364Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-07-11T17:31:11.367Z | Downloaded num-traits v0.2.19 |
| 890 | 2026-07-11T17:31:11.370Z | Downloaded parking_lot v0.12.5 |
| 891 | 2026-07-11T17:31:11.370Z | Downloaded poly1305 v0.8.0 |
| 892 | 2026-07-11T17:31:11.374Z | Downloaded ml-kem v0.3.2 |
| 893 | 2026-07-11T17:31:11.374Z | Downloaded proc-macro-error2 v2.0.1 |
| 894 | 2026-07-11T17:31:11.377Z | Downloaded pkg-config v0.3.32 |
| 895 | 2026-07-11T17:31:11.377Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-07-11T17:31:11.380Z | Downloaded predicates v3.1.4 |
| 897 | 2026-07-11T17:31:11.380Z | Downloaded postgres-protocol v0.6.10 |
| 898 | 2026-07-11T17:31:11.384Z | Downloaded primefield v0.14.0 |
| 899 | 2026-07-11T17:31:11.384Z | Downloaded primeorder v0.14.0-rc.10 |
| 900 | 2026-07-11T17:31:11.384Z | Downloaded primeorder v0.13.6 |
| 901 | 2026-07-11T17:31:11.387Z | Downloaded rand_chacha v0.3.1 |
| 902 | 2026-07-11T17:31:11.390Z | Downloaded hickory-resolver v0.24.4 |
| 903 | 2026-07-11T17:31:11.393Z | Downloaded progenitor-extras v0.2.0 |
| 904 | 2026-07-11T17:31:11.397Z | Downloaded oso v0.27.3 |
| 905 | 2026-07-11T17:31:11.433Z | Downloaded crossterm v0.28.1 |
| 906 | 2026-07-11T17:31:11.440Z | Downloaded progenitor-client v0.14.0 |
| 907 | 2026-07-11T17:31:11.440Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 908 | 2026-07-11T17:31:11.440Z | Downloaded progenitor v0.14.0 |
| 909 | 2026-07-11T17:31:11.440Z | Downloaded progenitor v0.13.0 |
| 910 | 2026-07-11T17:31:11.440Z | Downloaded ref-cast-impl v1.0.25 |
| 911 | 2026-07-11T17:31:11.440Z | Downloaded rfc6979 v0.4.0 |
| 912 | 2026-07-11T17:31:11.440Z | Downloaded derive_more v2.1.1 |
| 913 | 2026-07-11T17:31:11.440Z | Downloaded rfc6979 v0.5.0 |
| 914 | 2026-07-11T17:31:11.440Z | Downloaded progenitor-client v0.13.0 |
| 915 | 2026-07-11T17:31:11.440Z | Downloaded icu_collections v2.1.1 |
| 916 | 2026-07-11T17:31:11.440Z | Downloaded recursive v0.1.1 |
| 917 | 2026-07-11T17:31:11.440Z | Downloaded pin-project-lite v0.2.17 |
| 918 | 2026-07-11T17:31:11.440Z | Downloaded jiff-static v0.2.21 |
| 919 | 2026-07-11T17:31:11.440Z | Downloaded ref-cast v1.0.25 |
| 920 | 2026-07-11T17:31:11.440Z | Downloaded pkcs8 v0.11.0 |
| 921 | 2026-07-11T17:31:11.440Z | Downloaded postcard v1.1.3 |
| 922 | 2026-07-11T17:31:11.440Z | Downloaded der v0.8.0 |
| 923 | 2026-07-11T17:31:11.443Z | Downloaded psm v0.1.30 |
| 924 | 2026-07-11T17:31:11.443Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-07-11T17:31:11.446Z | Downloaded rustc_version v0.1.7 |
| 926 | 2026-07-11T17:31:11.446Z | Downloaded russh-util v0.52.0 |
| 927 | 2026-07-11T17:31:11.446Z | Downloaded hashbrown v0.13.2 |
| 928 | 2026-07-11T17:31:11.449Z | Downloaded russh-cryptovec v0.61.0 |
| 929 | 2026-07-11T17:31:11.449Z | Downloaded password-hash v0.5.0 |
| 930 | 2026-07-11T17:31:11.452Z | Downloaded polyval v0.7.1 |
| 931 | 2026-07-11T17:31:11.452Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2026-07-11T17:31:11.455Z | Downloaded miniz_oxide v0.8.9 |
| 933 | 2026-07-11T17:31:11.455Z | Downloaded postgres-types v0.2.12 |
| 934 | 2026-07-11T17:31:11.459Z | Downloaded rand_core v0.9.5 |
| 935 | 2026-07-11T17:31:11.459Z | Downloaded rtoolbox v0.0.3 |
| 936 | 2026-07-11T17:31:11.462Z | Downloaded rand_core v0.10.0 |
| 937 | 2026-07-11T17:31:11.462Z | Downloaded r2d2 v0.8.10 |
| 938 | 2026-07-11T17:31:11.462Z | Downloaded hickory-resolver v0.25.2 |
| 939 | 2026-07-11T17:31:11.465Z | Downloaded omicron-zone-package v0.12.3 |
| 940 | 2026-07-11T17:31:11.468Z | Downloaded scheduled-thread-pool v0.2.7 |
| 941 | 2026-07-11T17:31:11.468Z | Downloaded scopeguard v1.2.0 |
| 942 | 2026-07-11T17:31:11.468Z | Downloaded same-file v1.0.6 |
| 943 | 2026-07-11T17:31:11.471Z | Downloaded openssl-sys v0.9.115 |
| 944 | 2026-07-11T17:31:11.475Z | Downloaded scroll_derive v0.13.1 |
| 945 | 2026-07-11T17:31:11.475Z | Downloaded secrecy v0.10.3 |
| 946 | 2026-07-11T17:31:11.475Z | Downloaded rand_chacha v0.9.0 |
| 947 | 2026-07-11T17:31:11.478Z | Downloaded rand_seeder v0.4.0 |
| 948 | 2026-07-11T17:31:11.478Z | Downloaded rand_core v0.6.4 |
| 949 | 2026-07-11T17:31:11.478Z | Downloaded sapling-renderdag v0.1.0 |
| 950 | 2026-07-11T17:31:11.481Z | Downloaded http v1.4.2 |
| 951 | 2026-07-11T17:31:11.481Z | Downloaded hickory-server v0.25.2 |
| 952 | 2026-07-11T17:31:11.484Z | Downloaded poly1305 v0.9.0 |
| 953 | 2026-07-11T17:31:11.487Z | Downloaded papergrid v0.17.0 |
| 954 | 2026-07-11T17:31:11.490Z | Downloaded resolv-conf v0.7.6 |
| 955 | 2026-07-11T17:31:11.490Z | Downloaded rustc-hash v2.1.1 |
| 956 | 2026-07-11T17:31:11.493Z | Downloaded semver v0.1.20 |
| 957 | 2026-07-11T17:31:11.497Z | Downloaded ed25519-dalek v2.2.0 |
| 958 | 2026-07-11T17:31:11.497Z | Downloaded secrecy v0.8.0 |
| 959 | 2026-07-11T17:31:11.500Z | Downloaded aho-corasick v1.1.4 |
| 960 | 2026-07-11T17:31:11.503Z | Downloaded p256 v0.14.0-rc.10 |
| 961 | 2026-07-11T17:31:11.506Z | Downloaded seq-macro v0.3.6 |
| 962 | 2026-07-11T17:31:11.509Z | Downloaded pkcs5 v0.8.1 |
| 963 | 2026-07-11T17:31:11.512Z | Downloaded serde_repr v0.1.20 |
| 964 | 2026-07-11T17:31:11.512Z | Downloaded quinn-udp v0.5.14 |
| 965 | 2026-07-11T17:31:11.515Z | Downloaded serde_spanned v1.1.1 |
| 966 | 2026-07-11T17:31:11.518Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 967 | 2026-07-11T17:31:11.518Z | Downloaded pin-project v1.1.11 |
| 968 | 2026-07-11T17:31:11.525Z | Downloaded serde_urlencoded v0.7.1 |
| 969 | 2026-07-11T17:31:11.528Z | Downloaded aws-lc-rs v1.16.3 |
| 970 | 2026-07-11T17:31:11.532Z | Downloaded sha1 v0.10.6 |
| 971 | 2026-07-11T17:31:11.536Z | Downloaded crossterm v0.29.0 |
| 972 | 2026-07-11T17:31:11.539Z | Downloaded rustls-native-certs v0.8.3 |
| 973 | 2026-07-11T17:31:11.539Z | Downloaded serde_plain v1.0.2 |
| 974 | 2026-07-11T17:31:11.542Z | Downloaded prefix-trie v0.7.0 |
| 975 | 2026-07-11T17:31:11.545Z | Downloaded rusty-fork v0.3.1 |
| 976 | 2026-07-11T17:31:11.546Z | Downloaded shell-words v1.1.1 |
| 977 | 2026-07-11T17:31:11.546Z | Downloaded sha1 v0.11.0 |
| 978 | 2026-07-11T17:31:11.549Z | Downloaded signal-hook-tokio v0.3.1 |
| 979 | 2026-07-11T17:31:11.549Z | Downloaded rustversion v1.0.22 |
| 980 | 2026-07-11T17:31:11.552Z | Downloaded p384 v0.14.0-rc.10 |
| 981 | 2026-07-11T17:31:11.556Z | Downloaded signal-hook-mio v0.2.5 |
| 982 | 2026-07-11T17:31:11.556Z | Downloaded hashbrown v0.12.3 |
| 983 | 2026-07-11T17:31:11.559Z | Downloaded sigpipe v0.1.3 |
| 984 | 2026-07-11T17:31:11.559Z | Downloaded sec1 v0.7.3 |
| 985 | 2026-07-11T17:31:11.562Z | Downloaded scroll v0.13.0 |
| 986 | 2026-07-11T17:31:11.562Z | Downloaded scrypt v0.12.0 |
| 987 | 2026-07-11T17:31:11.562Z | Downloaded progenitor-impl v0.13.0 |
| 988 | 2026-07-11T17:31:11.565Z | Downloaded schemars_derive v0.8.22 |
| 989 | 2026-07-11T17:31:11.565Z | Downloaded mio v1.2.0 |
| 990 | 2026-07-11T17:31:11.568Z | Downloaded signature v2.2.0 |
| 991 | 2026-07-11T17:31:11.571Z | Downloaded slog-bunyan v2.5.0 |
| 992 | 2026-07-11T17:31:11.574Z | Downloaded serde_bytes v0.11.19 |
| 993 | 2026-07-11T17:31:11.574Z | Downloaded serde-hex v0.1.0 |
| 994 | 2026-07-11T17:31:11.579Z | Downloaded progenitor-impl v0.14.0 |
| 995 | 2026-07-11T17:31:11.582Z | Downloaded hyper-util v0.1.20 |
| 996 | 2026-07-11T17:31:11.587Z | Downloaded slog-envlogger v2.2.0 |
| 997 | 2026-07-11T17:31:11.591Z | Downloaded serde_path_to_error v0.1.20 |
| 998 | 2026-07-11T17:31:11.591Z | Downloaded serde_derive_internals v0.29.1 |
| 999 | 2026-07-11T17:31:11.591Z | Downloaded serde-big-array v0.5.1 |
| 1000 | 2026-07-11T17:31:11.600Z | Downloaded sec1 v0.8.1 |
| 1001 | 2026-07-11T17:31:11.604Z | Downloaded crypto-primes v0.7.2 |
| 1002 | 2026-07-11T17:31:11.604Z | Downloaded serde_with_macros v1.5.2 |
| 1003 | 2026-07-11T17:31:11.615Z | Downloaded prettyplease v0.2.37 |
| 1004 | 2026-07-11T17:31:11.618Z | Downloaded rustls-pki-types v1.14.0 |
| 1005 | 2026-07-11T17:31:11.619Z | Downloaded salsa20 v0.11.0 |
| 1006 | 2026-07-11T17:31:11.619Z | Downloaded rustls-pemfile v2.2.0 |
| 1007 | 2026-07-11T17:31:11.619Z | Downloaded shlex v1.3.0 |
| 1008 | 2026-07-11T17:31:11.619Z | Downloaded serdect v0.4.3 |
| 1009 | 2026-07-11T17:31:11.622Z | Downloaded sqlparser_derive v0.5.0 |
| 1010 | 2026-07-11T17:31:11.622Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1011 | 2026-07-11T17:31:11.622Z | Downloaded minimal-lexical v0.2.1 |
| 1012 | 2026-07-11T17:31:11.625Z | Downloaded hashbrown v0.15.5 |
| 1013 | 2026-07-11T17:31:11.628Z | Downloaded hashbrown v0.16.1 |
| 1014 | 2026-07-11T17:31:11.635Z | Downloaded signal-hook-registry v1.4.8 |
| 1015 | 2026-07-11T17:31:11.638Z | Downloaded strum v0.27.2 |
| 1016 | 2026-07-11T17:31:11.638Z | Downloaded structmeta-derive v0.3.0 |
| 1017 | 2026-07-11T17:31:11.638Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-07-11T17:31:11.641Z | Downloaded strum v0.26.3 |
| 1019 | 2026-07-11T17:31:11.647Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1020 | 2026-07-11T17:31:11.650Z | Downloaded ron v0.8.1 |
| 1021 | 2026-07-11T17:31:11.653Z | Downloaded serde_cbor v0.11.2 |
| 1022 | 2026-07-11T17:31:11.657Z | Downloaded subtle v2.6.1 |
| 1023 | 2026-07-11T17:31:11.657Z | Downloaded slab v0.4.12 |
| 1024 | 2026-07-11T17:31:11.660Z | Downloaded slog-async v2.8.0 |
| 1025 | 2026-07-11T17:31:11.660Z | Downloaded strsim v0.10.0 |
| 1026 | 2026-07-11T17:31:11.660Z | Downloaded simd-adler32 v0.3.8 |
| 1027 | 2026-07-11T17:31:11.663Z | Downloaded itertools v0.10.5 |
| 1028 | 2026-07-11T17:31:11.666Z | Downloaded dropshot-api-manager v0.7.2 |
| 1029 | 2026-07-11T17:31:11.672Z | Downloaded slog-dtrace v0.3.0 |
| 1030 | 2026-07-11T17:31:11.675Z | Downloaded serde_with_macros v3.17.0 |
| 1031 | 2026-07-11T17:31:11.678Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-07-11T17:31:11.682Z | Downloaded spki v0.8.0 |
| 1033 | 2026-07-11T17:31:11.682Z | Downloaded sync-ptr v0.1.4 |
| 1034 | 2026-07-11T17:31:11.682Z | Downloaded supports-color v3.0.2 |
| 1035 | 2026-07-11T17:31:11.685Z | Downloaded tagptr v0.2.0 |
| 1036 | 2026-07-11T17:31:11.686Z | Downloaded tap v1.0.1 |
| 1037 | 2026-07-11T17:31:11.686Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-07-11T17:31:11.686Z | Downloaded take_mut v0.2.2 |
| 1039 | 2026-07-11T17:31:11.686Z | Downloaded tabwriter v1.4.1 |
| 1040 | 2026-07-11T17:31:11.686Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1041 | 2026-07-11T17:31:11.689Z | Downloaded tabled_derive v0.11.0 |
| 1042 | 2026-07-11T17:31:11.689Z | Downloaded smallvec v0.6.14 |
| 1043 | 2026-07-11T17:31:11.692Z | Downloaded slog-scope v4.4.1 |
| 1044 | 2026-07-11T17:31:11.692Z | Downloaded idna v1.1.0 |
| 1045 | 2026-07-11T17:31:11.695Z | Downloaded pretty_assertions v1.4.1 |
| 1046 | 2026-07-11T17:31:11.695Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1047 | 2026-07-11T17:31:11.699Z | Downloaded sqlformat v0.3.5 |
| 1048 | 2026-07-11T17:31:11.699Z | Downloaded sync_wrapper v1.0.2 |
| 1049 | 2026-07-11T17:31:11.699Z | Downloaded spki v0.7.3 |
| 1050 | 2026-07-11T17:31:11.702Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1051 | 2026-07-11T17:31:11.702Z | Downloaded smf v0.2.3 |
| 1052 | 2026-07-11T17:31:11.702Z | Downloaded slog-stdlog v4.1.1 |
| 1053 | 2026-07-11T17:31:11.705Z | Downloaded stringprep v0.1.5 |
| 1054 | 2026-07-11T17:31:11.705Z | Downloaded rayon-core v1.13.0 |
| 1055 | 2026-07-11T17:31:11.708Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-07-11T17:31:11.708Z | Downloaded testing_table v0.3.0 |
| 1057 | 2026-07-11T17:31:11.708Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1058 | 2026-07-11T17:31:11.711Z | Downloaded snafu-derive v0.8.9 |
| 1059 | 2026-07-11T17:31:11.711Z | Downloaded stacker v0.1.23 |
| 1060 | 2026-07-11T17:31:11.711Z | Downloaded stable_deref_trait v1.2.1 |
| 1061 | 2026-07-11T17:31:11.714Z | Downloaded signature v3.0.0 |
| 1062 | 2026-07-11T17:31:11.714Z | Downloaded iri-string v0.7.10 |
| 1063 | 2026-07-11T17:31:11.720Z | Downloaded futures-util v0.3.32 |
| 1064 | 2026-07-11T17:31:11.728Z | Downloaded sha2 v0.11.0 |
| 1065 | 2026-07-11T17:31:11.731Z | Downloaded thread-id v5.1.0 |
| 1066 | 2026-07-11T17:31:11.735Z | Downloaded time-core v0.1.8 |
| 1067 | 2026-07-11T17:31:11.735Z | Downloaded tinyvec_macros v0.1.1 |
| 1068 | 2026-07-11T17:31:11.735Z | Downloaded tokio-macros v2.7.0 |
| 1069 | 2026-07-11T17:31:11.735Z | Downloaded siphasher v1.0.2 |
| 1070 | 2026-07-11T17:31:11.735Z | Downloaded string_cache v0.8.9 |
| 1071 | 2026-07-11T17:31:11.740Z | Downloaded strum_macros v0.24.3 |
| 1072 | 2026-07-11T17:31:11.745Z | Downloaded num-bigint v0.4.6 |
| 1073 | 2026-07-11T17:31:11.748Z | Downloaded nom v7.1.3 |
| 1074 | 2026-07-11T17:31:11.751Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-07-11T17:31:11.754Z | Downloaded rand v0.8.6 |
| 1076 | 2026-07-11T17:31:11.757Z | Downloaded slog-term v2.9.2 |
| 1077 | 2026-07-11T17:31:11.760Z | Downloaded rcgen v0.12.1 |
| 1078 | 2026-07-11T17:31:11.760Z | Downloaded spin v0.9.8 |
| 1079 | 2026-07-11T17:31:11.763Z | Downloaded termios v0.3.3 |
| 1080 | 2026-07-11T17:31:11.766Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-07-11T17:31:11.769Z | Downloaded icu_properties_data v2.1.2 |
| 1082 | 2026-07-11T17:31:11.774Z | Downloaded tokio-test v0.4.5 |
| 1083 | 2026-07-11T17:31:11.776Z | Downloaded support-bundle-viewer v0.1.2 |
| 1084 | 2026-07-11T17:31:11.776Z | Downloaded libxml v0.3.3 |
| 1085 | 2026-07-11T17:31:11.780Z | Downloaded tower-service v0.3.3 |
| 1086 | 2026-07-11T17:31:11.783Z | Downloaded smallvec v1.15.1 |
| 1087 | 2026-07-11T17:31:11.783Z | Downloaded synstructure v0.13.2 |
| 1088 | 2026-07-11T17:31:11.793Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-07-11T17:31:11.796Z | Downloaded hkdf v0.12.4 |
| 1090 | 2026-07-11T17:31:11.799Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-07-11T17:31:11.799Z | Downloaded topological-sort v0.2.2 |
| 1092 | 2026-07-11T17:31:11.799Z | Downloaded tls_codec v0.4.2 |
| 1093 | 2026-07-11T17:31:11.802Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-07-11T17:31:11.802Z | Downloaded tinystr v0.8.2 |
| 1095 | 2026-07-11T17:31:11.806Z | Downloaded unarray v0.1.4 |
| 1096 | 2026-07-11T17:31:11.810Z | Downloaded ryu v1.0.23 |
| 1097 | 2026-07-11T17:31:11.813Z | Downloaded schemars v0.9.0 |
| 1098 | 2026-07-11T17:31:11.818Z | Downloaded try-lock v0.2.5 |
| 1099 | 2026-07-11T17:31:11.821Z | Downloaded tokio-native-tls v0.3.1 |
| 1100 | 2026-07-11T17:31:11.821Z | Downloaded tokio-dtrace v0.1.1 |
| 1101 | 2026-07-11T17:31:11.821Z | Downloaded time-macros v0.2.27 |
| 1102 | 2026-07-11T17:31:11.821Z | Downloaded unicode-xid v0.2.6 |
| 1103 | 2026-07-11T17:31:11.824Z | Downloaded schemars v0.8.22 |
| 1104 | 2026-07-11T17:31:11.828Z | Downloaded universal-hash v0.6.1 |
| 1105 | 2026-07-11T17:31:11.831Z | Downloaded universal-hash v0.5.1 |
| 1106 | 2026-07-11T17:31:11.831Z | Downloaded unit-prefix v0.5.2 |
| 1107 | 2026-07-11T17:31:11.831Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-07-11T17:31:11.837Z | Downloaded tokio-tungstenite v0.21.0 |
| 1109 | 2026-07-11T17:31:11.837Z | Downloaded utf8_iter v1.0.4 |
| 1110 | 2026-07-11T17:31:11.837Z | Downloaded untrusted v0.9.0 |
| 1111 | 2026-07-11T17:31:11.840Z | Downloaded p521 v0.14.0-rc.10 |
| 1112 | 2026-07-11T17:31:11.841Z | Downloaded unicode-truncate v1.1.0 |
| 1113 | 2026-07-11T17:31:11.841Z | Downloaded tls_codec_derive v0.4.2 |
| 1114 | 2026-07-11T17:31:11.841Z | Downloaded usdt-macro v0.6.0 |
| 1115 | 2026-07-11T17:31:11.841Z | Downloaded untrusted v0.7.1 |
| 1116 | 2026-07-11T17:31:11.843Z | Downloaded utf-8 v0.7.6 |
| 1117 | 2026-07-11T17:31:11.843Z | Downloaded rand v0.9.2 |
| 1118 | 2026-07-11T17:31:11.847Z | Downloaded nom v8.0.0 |
| 1119 | 2026-07-11T17:31:11.850Z | Downloaded term v0.7.0 |
| 1120 | 2026-07-11T17:31:11.850Z | Downloaded libm v0.2.16 |
| 1121 | 2026-07-11T17:31:11.854Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1122 | 2026-07-11T17:31:11.858Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1123 | 2026-07-11T17:31:11.858Z | Downloaded usdt v0.6.0 |
| 1124 | 2026-07-11T17:31:11.858Z | Downloaded tokio-tungstenite v0.23.1 |
| 1125 | 2026-07-11T17:31:11.861Z | Downloaded slog v2.8.2 |
| 1126 | 2026-07-11T17:31:11.865Z | Downloaded samael v0.0.19 |
| 1127 | 2026-07-11T17:31:11.865Z | Downloaded thread_local v1.1.9 |
| 1128 | 2026-07-11T17:31:11.868Z | Downloaded similar v2.7.0 |
| 1129 | 2026-07-11T17:31:11.871Z | Downloaded void v1.0.2 |
| 1130 | 2026-07-11T17:31:11.871Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1131 | 2026-07-11T17:31:11.871Z | Downloaded qorb v0.4.1 |
| 1132 | 2026-07-11T17:31:11.873Z | Downloaded publicsuffix v2.3.0 |
| 1133 | 2026-07-11T17:31:11.877Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1134 | 2026-07-11T17:31:11.877Z | Downloaded hkdf v0.13.0 |
| 1135 | 2026-07-11T17:31:11.880Z | Downloaded tiny-keccak v2.0.2 |
| 1136 | 2026-07-11T17:31:11.880Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-07-11T17:31:11.883Z | Downloaded socket2 v0.6.3 |
| 1138 | 2026-07-11T17:31:11.883Z | Downloaded want v0.3.1 |
| 1139 | 2026-07-11T17:31:11.883Z | Downloaded socket2 v0.5.10 |
| 1140 | 2026-07-11T17:31:11.886Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-07-11T17:31:11.890Z | Downloaded wait-timeout v0.2.1 |
| 1142 | 2026-07-11T17:31:11.890Z | Downloaded itertools v0.13.0 |
| 1143 | 2026-07-11T17:31:11.893Z | Downloaded waitgroup v0.1.2 |
| 1144 | 2026-07-11T17:31:11.899Z | Downloaded tokio-rustls v0.26.4 |
| 1145 | 2026-07-11T17:31:11.903Z | Downloaded signal-hook v0.3.18 |
| 1146 | 2026-07-11T17:31:11.903Z | Downloaded usdt-attr-macro v0.6.0 |
| 1147 | 2026-07-11T17:31:11.903Z | Downloaded rustls-webpki v0.103.13 |
| 1148 | 2026-07-11T17:31:11.908Z | Downloaded unicase v2.9.0 |
| 1149 | 2026-07-11T17:31:11.912Z | Downloaded quinn v0.11.9 |
| 1150 | 2026-07-11T17:31:11.917Z | Downloaded term v1.2.1 |
| 1151 | 2026-07-11T17:31:11.920Z | Downloaded snafu v0.8.9 |
| 1152 | 2026-07-11T17:31:11.924Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-07-11T17:31:11.928Z | Downloaded itertools v0.14.0 |
| 1154 | 2026-07-11T17:31:11.931Z | Downloaded itertools v0.12.1 |
| 1155 | 2026-07-11T17:31:11.935Z | Downloaded yoke-derive v0.8.1 |
| 1156 | 2026-07-11T17:31:11.935Z | Downloaded xshell-macros v0.2.7 |
| 1157 | 2026-07-11T17:31:11.935Z | Downloaded vergen-gitcl v1.0.8 |
| 1158 | 2026-07-11T17:31:11.940Z | Downloaded zerofrom-derive v0.1.6 |
| 1159 | 2026-07-11T17:31:11.943Z | Downloaded hyper v1.10.1 |
| 1160 | 2026-07-11T17:31:11.947Z | Downloaded zone v0.3.1 |
| 1161 | 2026-07-11T17:31:11.947Z | Downloaded zeroize_derive v1.4.3 |
| 1162 | 2026-07-11T17:31:11.947Z | Downloaded blake3 v1.8.5 |
| 1163 | 2026-07-11T17:31:11.951Z | Downloaded vergen-git2 v9.1.0 |
| 1164 | 2026-07-11T17:31:11.954Z | Downloaded zerofrom v0.1.6 |
| 1165 | 2026-07-11T17:31:11.957Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-07-11T17:31:11.960Z | Downloaded bindgen v0.71.1 |
| 1167 | 2026-07-11T17:31:11.963Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1168 | 2026-07-11T17:31:11.964Z | Downloaded bitvec v1.0.1 |
| 1169 | 2026-07-11T17:31:11.973Z | Downloaded walkdir v2.5.0 |
| 1170 | 2026-07-11T17:31:11.976Z | Downloaded tokio-stream v0.1.18 |
| 1171 | 2026-07-11T17:31:11.976Z | Downloaded vergen-lib v9.1.0 |
| 1172 | 2026-07-11T17:31:11.979Z | Downloaded unicode-properties v0.1.4 |
| 1173 | 2026-07-11T17:31:11.979Z | Downloaded vergen-lib v0.1.6 |
| 1174 | 2026-07-11T17:31:11.979Z | Downloaded tracing-attributes v0.1.31 |
| 1175 | 2026-07-11T17:31:11.982Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-07-11T17:31:11.985Z | Downloaded h2 v0.4.15 |
| 1177 | 2026-07-11T17:31:11.988Z | Downloaded rsa v0.10.0-rc.18 |
| 1178 | 2026-07-11T17:31:11.992Z | Downloaded toml v0.7.8 |
| 1179 | 2026-07-11T17:31:11.995Z | Downloaded rand v0.10.1 |
| 1180 | 2026-07-11T17:31:11.995Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1181 | 2026-07-11T17:31:11.998Z | Downloaded yoke v0.8.1 |
| 1182 | 2026-07-11T17:31:11.998Z | Downloaded iddqd v0.4.2 |
| 1183 | 2026-07-11T17:31:12.003Z | Downloaded wyz v0.5.1 |
| 1184 | 2026-07-11T17:31:12.006Z | Downloaded xshell v0.2.7 |
| 1185 | 2026-07-11T17:31:12.007Z | Downloaded tinyvec v1.10.0 |
| 1186 | 2026-07-11T17:31:12.007Z | Downloaded num-bigint-dig v0.8.6 |
| 1187 | 2026-07-11T17:31:12.010Z | Downloaded schemars v1.2.1 |
| 1188 | 2026-07-11T17:31:12.017Z | Downloaded chrono v0.4.44 |
| 1189 | 2026-07-11T17:31:12.021Z | Downloaded whoami v2.1.0 |
| 1190 | 2026-07-11T17:31:12.025Z | Downloaded usdt-impl v0.6.0 |
| 1191 | 2026-07-11T17:31:12.025Z | Downloaded tungstenite v0.21.0 |
| 1192 | 2026-07-11T17:31:12.028Z | Downloaded zstd-safe v7.2.4 |
| 1193 | 2026-07-11T17:31:12.028Z | Downloaded subprocess v0.2.15 |
| 1194 | 2026-07-11T17:31:12.031Z | Downloaded zstd v0.13.3 |
| 1195 | 2026-07-11T17:31:12.031Z | Downloaded twox-hash v2.1.2 |
| 1196 | 2026-07-11T17:31:12.034Z | Downloaded writeable v0.6.2 |
| 1197 | 2026-07-11T17:31:12.037Z | Downloaded vergen v9.1.0 |
| 1198 | 2026-07-11T17:31:12.040Z | Downloaded zeroize v1.8.2 |
| 1199 | 2026-07-11T17:31:12.040Z | Downloaded tar v0.4.45 |
| 1200 | 2026-07-11T17:31:12.043Z | Downloaded rpassword v7.4.0 |
| 1201 | 2026-07-11T17:31:12.043Z | Downloaded zerovec-derive v0.11.2 |
| 1202 | 2026-07-11T17:31:12.046Z | Downloaded unsafe-libyaml v0.2.11 |
| 1203 | 2026-07-11T17:31:12.081Z | Downloaded vsss-rs v3.3.4 |
| 1204 | 2026-07-11T17:31:12.081Z | Downloaded test-strategy v0.4.5 |
| 1205 | 2026-07-11T17:31:12.081Z | Downloaded yasna v0.5.2 |
| 1206 | 2026-07-11T17:31:12.081Z | Downloaded uuid v1.23.4 |
| 1207 | 2026-07-11T17:31:12.081Z | Downloaded rustyline v14.0.0 |
| 1208 | 2026-07-11T17:31:12.081Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-07-11T17:31:12.081Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-07-11T17:31:12.082Z | Downloaded xattr v1.6.1 |
| 1211 | 2026-07-11T17:31:12.082Z | Downloaded steno v0.4.1 |
| 1212 | 2026-07-11T17:31:12.086Z | Downloaded typify v0.6.2 |
| 1213 | 2026-07-11T17:31:12.086Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-07-11T17:31:12.089Z | Downloaded tokio-postgres v0.7.16 |
| 1215 | 2026-07-11T17:31:12.099Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1216 | 2026-07-11T17:31:12.116Z | Downloaded vte v0.14.1 |
| 1217 | 2026-07-11T17:31:12.119Z | Downloaded serde_with v1.14.0 |
| 1218 | 2026-07-11T17:31:12.126Z | Downloaded tungstenite v0.23.0 |
| 1219 | 2026-07-11T17:31:12.137Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-07-11T17:31:12.146Z | Downloaded unicode_categories v0.1.1 |
| 1221 | 2026-07-11T17:31:12.149Z | Downloaded reedline v0.40.0 |
| 1222 | 2026-07-11T17:31:12.153Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-07-11T17:31:12.156Z | Downloaded portable-atomic v1.13.1 |
| 1224 | 2026-07-11T17:31:12.160Z | Downloaded toml_edit v0.19.15 |
| 1225 | 2026-07-11T17:31:12.169Z | Downloaded lalrpop v0.19.12 |
| 1226 | 2026-07-11T17:31:12.188Z | Downloaded regex v1.12.3 |
| 1227 | 2026-07-11T17:31:12.191Z | Downloaded url v2.5.8 |
| 1228 | 2026-07-11T17:31:12.194Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-07-11T17:31:12.197Z | Downloaded yansi v1.0.1 |
| 1230 | 2026-07-11T17:31:12.200Z | Downloaded git2 v0.20.4 |
| 1231 | 2026-07-11T17:31:12.204Z | Downloaded quick-xml v0.37.5 |
| 1232 | 2026-07-11T17:31:12.207Z | Downloaded zerotrie v0.2.3 |
| 1233 | 2026-07-11T17:31:12.210Z | Downloaded salty v0.3.0 |
| 1234 | 2026-07-11T17:31:12.213Z | Downloaded zip v0.6.6 |
| 1235 | 2026-07-11T17:31:12.216Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-07-11T17:31:12.232Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-07-11T17:31:12.235Z | Downloaded crypto-bigint v0.7.5 |
| 1238 | 2026-07-11T17:31:12.243Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-07-11T17:31:12.246Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-07-11T17:31:12.250Z | Downloaded rayon v1.11.0 |
| 1241 | 2026-07-11T17:31:12.260Z | Downloaded tower v0.5.3 |
| 1242 | 2026-07-11T17:31:12.266Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-07-11T17:31:12.270Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-07-11T17:31:12.275Z | Downloaded proptest v1.10.0 |
| 1245 | 2026-07-11T17:31:12.278Z | Downloaded x509-cert v0.2.5 |
| 1246 | 2026-07-11T17:31:12.281Z | Downloaded tower-http v0.6.8 |
| 1247 | 2026-07-11T17:31:12.285Z | Downloaded tough v0.22.0 |
| 1248 | 2026-07-11T17:31:12.291Z | Downloaded goblin v0.10.5 |
| 1249 | 2026-07-11T17:31:12.295Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1250 | 2026-07-11T17:31:12.299Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-07-11T17:31:12.308Z | Downloaded zerovec v0.11.5 |
| 1252 | 2026-07-11T17:31:12.321Z | Downloaded quinn-proto v0.11.13 |
| 1253 | 2026-07-11T17:31:12.325Z | Downloaded petname v2.0.2 |
| 1254 | 2026-07-11T17:31:12.328Z | Downloaded curve25519-dalek v4.1.3 |
| 1255 | 2026-07-11T17:31:12.358Z | Downloaded moka v0.12.13 |
| 1256 | 2026-07-11T17:31:12.362Z | Downloaded zip v4.6.1 |
| 1257 | 2026-07-11T17:31:12.367Z | Downloaded nix v0.28.0 |
| 1258 | 2026-07-11T17:31:12.371Z | Downloaded object v0.30.4 |
| 1259 | 2026-07-11T17:31:12.375Z | Downloaded winnow v0.5.40 |
| 1260 | 2026-07-11T17:31:12.380Z | Downloaded openssl v0.10.79 |
| 1261 | 2026-07-11T17:31:12.386Z | Downloaded winnow v1.0.3 |
| 1262 | 2026-07-11T17:31:12.392Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-07-11T17:31:12.405Z | Downloaded time v0.3.47 |
| 1264 | 2026-07-11T17:31:12.412Z | Downloaded russh v0.61.2 |
| 1265 | 2026-07-11T17:31:12.417Z | Downloaded winnow v0.6.26 |
| 1266 | 2026-07-11T17:31:12.423Z | Downloaded nix v0.27.1 |
| 1267 | 2026-07-11T17:31:12.427Z | Downloaded object v0.37.3 |
| 1268 | 2026-07-11T17:31:12.433Z | Downloaded nix v0.31.2 |
| 1269 | 2026-07-11T17:31:12.442Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-07-11T17:31:12.458Z | Downloaded polar-core v0.27.3 |
| 1271 | 2026-07-11T17:31:12.464Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1272 | 2026-07-11T17:31:12.469Z | Downloaded regex-syntax v0.6.29 |
| 1273 | 2026-07-11T17:31:12.492Z | Downloaded tabled v0.20.0 |
| 1274 | 2026-07-11T17:31:12.502Z | Downloaded radix_trie v0.2.1 |
| 1275 | 2026-07-11T17:31:12.505Z | Downloaded dropshot v0.17.1 |
| 1276 | 2026-07-11T17:31:12.517Z | Downloaded zerocopy v0.8.40 |
| 1277 | 2026-07-11T17:31:12.522Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2026-07-11T17:31:12.529Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-07-11T17:31:12.532Z | Downloaded smoltcp v0.11.0 |
| 1280 | 2026-07-11T17:31:12.544Z | Downloaded regress v0.11.1 |
| 1281 | 2026-07-11T17:31:12.550Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-07-11T17:31:12.568Z | Downloaded vcpkg v0.2.15 |
| 1283 | 2026-07-11T17:31:12.593Z | Downloaded regress v0.10.5 |
| 1284 | 2026-07-11T17:31:12.597Z | Downloaded openapiv3 v2.2.0 |
| 1285 | 2026-07-11T17:31:12.610Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-07-11T17:31:12.615Z | Downloaded diesel v2.3.7 |
| 1287 | 2026-07-11T17:31:12.628Z | Downloaded hickory-proto v0.25.2 |
| 1288 | 2026-07-11T17:31:12.636Z | Downloaded rustls v0.23.41 |
| 1289 | 2026-07-11T17:31:12.662Z | Downloaded fiat-crypto v0.3.0 |
| 1290 | 2026-07-11T17:31:12.677Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-07-11T17:31:12.685Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-07-11T17:31:12.697Z | Downloaded typify-impl v0.6.2 |
| 1293 | 2026-07-11T17:31:12.706Z | Downloaded sha3 v0.11.0 |
| 1294 | 2026-07-11T17:31:12.714Z | Downloaded sled v0.34.7 |
| 1295 | 2026-07-11T17:31:12.733Z | Downloaded tracing v0.1.44 |
| 1296 | 2026-07-11T17:31:12.744Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-07-11T17:31:12.759Z | Downloaded petgraph v0.6.5 |
| 1298 | 2026-07-11T17:31:12.767Z | Downloaded zerocopy-derive v0.6.6 |
| 1299 | 2026-07-11T17:31:12.772Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-07-11T17:31:12.780Z | Downloaded jiff v0.2.21 |
| 1301 | 2026-07-11T17:31:12.793Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-07-11T17:31:12.808Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-07-11T17:31:12.821Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-07-11T17:31:12.833Z | Downloaded csv v1.4.0 |
| 1305 | 2026-07-11T17:31:12.845Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-07-11T17:31:12.855Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-07-11T17:31:12.867Z | Downloaded tokio v1.52.1 |
| 1308 | 2026-07-11T17:31:12.889Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-07-11T17:31:12.974Z | Downloaded ring v0.17.14 |
| 1310 | 2026-07-11T17:31:13.030Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-07-11T17:31:13.547Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-07-11T17:31:13.798Z | Compiling libc v0.2.185 |
| 1313 | 2026-07-11T17:31:13.798Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-07-11T17:31:13.798Z | Compiling serde v1.0.228 |
| 1315 | 2026-07-11T17:31:13.802Z | Compiling log v0.4.29 |
| 1316 | 2026-07-11T17:31:13.802Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-07-11T17:31:13.953Z | Compiling shlex v1.3.0 |
| 1318 | 2026-07-11T17:31:13.957Z | Compiling find-msvc-tools v0.1.9 |
| 1319 | 2026-07-11T17:31:13.957Z | Compiling syn v2.0.117 |
| 1320 | 2026-07-11T17:31:14.156Z | Compiling subtle v2.6.1 |
| 1321 | 2026-07-11T17:31:14.170Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-11T17:31:14.185Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-07-11T17:31:14.253Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-07-11T17:31:14.269Z | Compiling typenum v1.20.1 |
| 1325 | 2026-07-11T17:31:14.293Z | Compiling serde_json v1.0.150 |
| 1326 | 2026-07-11T17:31:14.297Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-07-11T17:31:14.334Z | Compiling zerocopy v0.8.40 |
| 1328 | 2026-07-11T17:31:14.483Z | Compiling parking_lot_core v0.9.12 |
| 1329 | 2026-07-11T17:31:14.516Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-07-11T17:31:14.614Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-07-11T17:31:14.765Z | Compiling critical-section v1.2.0 |
| 1332 | 2026-07-11T17:31:14.823Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-07-11T17:31:14.841Z | Compiling errno v0.3.14 |
| 1334 | 2026-07-11T17:31:14.888Z | Compiling getrandom v0.2.17 |
| 1335 | 2026-07-11T17:31:14.989Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-07-11T17:31:15.117Z | Compiling cc v1.2.56 |
| 1337 | 2026-07-11T17:31:15.133Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-11T17:31:15.235Z | Compiling libm v0.2.16 |
| 1339 | 2026-07-11T17:31:15.292Z | Compiling getrandom v0.4.1 |
| 1340 | 2026-07-11T17:31:15.408Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-07-11T17:31:15.427Z | Compiling futures-core v0.3.32 |
| 1342 | 2026-07-11T17:31:15.494Z | Compiling parking_lot v0.12.5 |
| 1343 | 2026-07-11T17:31:15.562Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-11T17:31:15.576Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-07-11T17:31:15.619Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-07-11T17:31:15.671Z | Compiling const-oid v0.9.6 |
| 1347 | 2026-07-11T17:31:15.772Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-07-11T17:31:16.013Z | Compiling writeable v0.6.2 |
| 1349 | 2026-07-11T17:31:16.028Z | Compiling litemap v0.8.1 |
| 1350 | 2026-07-11T17:31:16.205Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-07-11T17:31:16.205Z | Compiling percent-encoding v2.3.2 |
| 1352 | 2026-07-11T17:31:16.233Z | Compiling semver v1.0.28 |
| 1353 | 2026-07-11T17:31:16.389Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-07-11T17:31:16.403Z | Compiling icu_properties_data v2.1.2 |
| 1355 | 2026-07-11T17:31:16.426Z | Compiling icu_normalizer_data v2.1.1 |
| 1356 | 2026-07-11T17:31:16.542Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-07-11T17:31:16.681Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-07-11T17:31:16.739Z | Compiling slab v0.4.12 |
| 1359 | 2026-07-11T17:31:16.754Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-07-11T17:31:16.781Z | Compiling futures-io v0.3.32 |
| 1361 | 2026-07-11T17:31:16.900Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-07-11T17:31:16.917Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-11T17:31:16.928Z | Compiling getrandom v0.3.4 |
| 1364 | 2026-07-11T17:31:16.942Z | Compiling utf8_iter v1.0.4 |
| 1365 | 2026-07-11T17:31:16.956Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-07-11T17:31:17.083Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-07-11T17:31:17.242Z | Compiling cmake v0.1.57 |
| 1368 | 2026-07-11T17:31:17.257Z | Compiling dunce v1.0.5 |
| 1369 | 2026-07-11T17:31:17.269Z | Compiling rustix v1.1.3 |
| 1370 | 2026-07-11T17:31:17.347Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-07-11T17:31:17.467Z | Compiling fs_extra v1.3.0 |
| 1372 | 2026-07-11T17:31:17.485Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-07-11T17:31:17.552Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-07-11T17:31:17.700Z | Compiling base64ct v1.8.3 |
| 1375 | 2026-07-11T17:31:17.713Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-07-11T17:31:17.795Z | Compiling aws-lc-sys v0.40.0 |
| 1377 | 2026-07-11T17:31:17.866Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-07-11T17:31:17.994Z | Compiling pem-rfc7468 v0.7.0 |
| 1379 | 2026-07-11T17:31:18.034Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-11T17:31:18.139Z | Compiling uuid v1.23.4 |
| 1381 | 2026-07-11T17:31:18.298Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-11T17:31:18.365Z | Compiling aws-lc-rs v1.16.3 |
| 1383 | 2026-07-11T17:31:18.448Z | Compiling openssl-sys v0.9.115 |
| 1384 | 2026-07-11T17:31:18.570Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-07-11T17:31:18.670Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-07-11T17:31:18.860Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-07-11T17:31:18.875Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-07-11T17:31:18.994Z | Compiling zerocopy-derive v0.8.40 |
| 1389 | 2026-07-11T17:31:19.046Z | Compiling zerovec-derive v0.11.2 |
| 1390 | 2026-07-11T17:31:19.349Z | Compiling zeroize v1.8.2 |
| 1391 | 2026-07-11T17:31:19.560Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-07-11T17:31:20.068Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-07-11T17:31:20.203Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-07-11T17:31:20.293Z | Compiling zerofrom v0.1.6 |
| 1395 | 2026-07-11T17:31:20.343Z | Compiling thiserror-impl v2.0.18 |
| 1396 | 2026-07-11T17:31:20.417Z | Compiling yoke v0.8.1 |
| 1397 | 2026-07-11T17:31:20.543Z | Compiling crypto-common v0.1.7 |
| 1398 | 2026-07-11T17:31:20.599Z | Compiling zerovec v0.11.5 |
| 1399 | 2026-07-11T17:31:20.690Z | Compiling zerotrie v0.2.3 |
| 1400 | 2026-07-11T17:31:20.818Z | Compiling block-buffer v0.10.4 |
| 1401 | 2026-07-11T17:31:20.980Z | Compiling digest v0.10.7 |
| 1402 | 2026-07-11T17:31:20.996Z | Compiling tracing-attributes v0.1.31 |
| 1403 | 2026-07-11T17:31:21.015Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-07-11T17:31:21.110Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-07-11T17:31:21.229Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-07-11T17:31:21.316Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-07-11T17:31:21.391Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-07-11T17:31:21.694Z | Compiling der_derive v0.7.3 |
| 1409 | 2026-07-11T17:31:21.861Z | Compiling base64 v0.22.1 |
| 1410 | 2026-07-11T17:31:22.087Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-11T17:31:22.182Z | Compiling icu_provider v2.1.1 |
| 1412 | 2026-07-11T17:31:22.197Z | Compiling chrono v0.4.44 |
| 1413 | 2026-07-11T17:31:22.317Z | Compiling flagset v0.4.7 |
| 1414 | 2026-07-11T17:31:22.448Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-07-11T17:31:22.470Z | Compiling icu_properties v2.1.2 |
| 1416 | 2026-07-11T17:31:22.702Z | Compiling tokio v1.52.1 |
| 1417 | 2026-07-11T17:31:22.771Z | Compiling http v1.4.2 |
| 1418 | 2026-07-11T17:31:22.986Z | Compiling der v0.7.10 |
| 1419 | 2026-07-11T17:31:23.395Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-07-11T17:31:23.543Z | Compiling idna v1.1.0 |
| 1421 | 2026-07-11T17:31:23.555Z | Compiling ppv-lite86 v0.2.21 |
| 1422 | 2026-07-11T17:31:23.630Z | Compiling http-body v1.0.1 |
| 1423 | 2026-07-11T17:31:23.645Z | Compiling tracing v0.1.44 |
| 1424 | 2026-07-11T17:31:23.709Z | Compiling thiserror v2.0.18 |
| 1425 | 2026-07-11T17:31:23.777Z | Compiling rustls-pki-types v1.14.0 |
| 1426 | 2026-07-11T17:31:23.879Z | Compiling url v2.5.8 |
| 1427 | 2026-07-11T17:31:23.893Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-07-11T17:31:23.917Z | Compiling cmov v0.5.4 |
| 1429 | 2026-07-11T17:31:24.123Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-07-11T17:31:24.198Z | Compiling httparse v1.10.1 |
| 1431 | 2026-07-11T17:31:24.224Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-07-11T17:31:24.238Z | Compiling ctutils v0.4.2 |
| 1433 | 2026-07-11T17:31:24.289Z | Compiling tinyvec v1.10.0 |
| 1434 | 2026-07-11T17:31:24.304Z | Compiling rand v0.9.2 |
| 1435 | 2026-07-11T17:31:24.463Z | Compiling pest_generator v2.8.6 |
| 1436 | 2026-07-11T17:31:24.567Z | Compiling spki v0.7.3 |
| 1437 | 2026-07-11T17:31:24.582Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-07-11T17:31:24.627Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-07-11T17:31:24.663Z | Compiling tower-service v0.3.3 |
| 1440 | 2026-07-11T17:31:24.758Z | Compiling schemars v0.8.22 |
| 1441 | 2026-07-11T17:31:24.772Z | Compiling untrusted v0.7.1 |
| 1442 | 2026-07-11T17:31:24.892Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-07-11T17:31:24.963Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-07-11T17:31:25.017Z | Compiling dyn-clone v1.0.20 |
| 1445 | 2026-07-11T17:31:25.076Z | Compiling try-lock v0.2.5 |
| 1446 | 2026-07-11T17:31:25.145Z | Compiling tempfile v3.25.0 |
| 1447 | 2026-07-11T17:31:25.150Z | Compiling pest_derive v2.8.6 |
| 1448 | 2026-07-11T17:31:25.173Z | Compiling want v0.3.1 |
| 1449 | 2026-07-11T17:31:25.329Z | Compiling hybrid-array v0.4.13 |
| 1450 | 2026-07-11T17:31:25.448Z | Compiling schemars_derive v0.8.22 |
| 1451 | 2026-07-11T17:31:25.466Z | Compiling regex-automata v0.4.14 |
| 1452 | 2026-07-11T17:31:25.499Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-07-11T17:31:25.588Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-07-11T17:31:25.982Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-07-11T17:31:26.102Z | Compiling foreign-types-shared v0.1.1 |
| 1456 | 2026-07-11T17:31:26.189Z | Compiling openssl v0.10.79 |
| 1457 | 2026-07-11T17:31:26.262Z | Compiling untrusted v0.9.0 |
| 1458 | 2026-07-11T17:31:26.383Z | Compiling cpufeatures v0.2.17 |
| 1459 | 2026-07-11T17:31:26.386Z | Compiling rustls v0.23.41 |
| 1460 | 2026-07-11T17:31:26.424Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-07-11T17:31:26.474Z | Compiling tokio-util v0.7.18 |
| 1462 | 2026-07-11T17:31:26.577Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-11T17:31:26.650Z | Compiling foreign-types v0.3.2 |
| 1464 | 2026-07-11T17:31:26.719Z | Compiling pkcs8 v0.10.2 |
| 1465 | 2026-07-11T17:31:26.836Z | Compiling unicode-normalization v0.1.25 |
| 1466 | 2026-07-11T17:31:27.290Z | Compiling h2 v0.4.15 |
| 1467 | 2026-07-11T17:31:27.377Z | Compiling openssl-macros v0.1.1 |
| 1468 | 2026-07-11T17:31:27.482Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1469 | 2026-07-11T17:31:27.820Z | Compiling spin v0.9.8 |
| 1470 | 2026-07-11T17:31:27.909Z | Compiling num-conv v0.2.0 |
| 1471 | 2026-07-11T17:31:27.969Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-07-11T17:31:28.028Z | Compiling native-tls v0.2.18 |
| 1473 | 2026-07-11T17:31:28.042Z | Compiling time-core v0.1.8 |
| 1474 | 2026-07-11T17:31:28.184Z | Compiling powerfmt v0.2.0 |
| 1475 | 2026-07-11T17:31:28.234Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-07-11T17:31:28.280Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-07-11T17:31:28.387Z | Compiling deranged v0.5.8 |
| 1478 | 2026-07-11T17:31:28.711Z | Compiling darling v0.20.11 |
| 1479 | 2026-07-11T17:31:28.795Z | Compiling goblin v0.10.5 |
| 1480 | 2026-07-11T17:31:29.351Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-07-11T17:31:29.354Z | Compiling hmac v0.12.1 |
| 1482 | 2026-07-11T17:31:29.506Z | Compiling sync_wrapper v1.0.2 |
| 1483 | 2026-07-11T17:31:29.545Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-07-11T17:31:29.609Z | Compiling bit-vec v0.8.0 |
| 1485 | 2026-07-11T17:31:29.805Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-07-11T17:31:29.838Z | Compiling usdt-impl v0.6.0 |
| 1487 | 2026-07-11T17:31:30.053Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-11T17:31:30.100Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-07-11T17:31:30.147Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-07-11T17:31:30.329Z | Compiling syn v1.0.109 |
| 1491 | 2026-07-11T17:31:30.344Z | Compiling quick-error v1.2.3 |
| 1492 | 2026-07-11T17:31:30.447Z | Compiling hyper v1.10.1 |
| 1493 | 2026-07-11T17:31:30.711Z | Compiling rusty-fork v0.3.1 |
| 1494 | 2026-07-11T17:31:31.000Z | Compiling time v0.3.47 |
| 1495 | 2026-07-11T17:31:31.060Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-07-11T17:31:31.217Z | Compiling tower v0.5.3 |
| 1497 | 2026-07-11T17:31:31.326Z | Compiling derive_builder_core v0.20.2 |
| 1498 | 2026-07-11T17:31:31.556Z | Compiling hyper-util v0.1.20 |
| 1499 | 2026-07-11T17:31:31.693Z | Compiling dof v0.4.0 |
| 1500 | 2026-07-11T17:31:32.019Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-07-11T17:31:32.183Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-07-11T17:31:32.424Z | Compiling thiserror-impl v1.0.69 |
| 1503 | 2026-07-11T17:31:32.547Z | Compiling scroll_derive v0.12.1 |
| 1504 | 2026-07-11T17:31:32.776Z | Compiling heapless v0.7.17 |
| 1505 | 2026-07-11T17:31:32.852Z | Compiling rand_xorshift v0.4.0 |
| 1506 | 2026-07-11T17:31:32.986Z | Compiling slog v2.8.2 |
| 1507 | 2026-07-11T17:31:33.012Z | Compiling darling_core v0.21.3 |
| 1508 | 2026-07-11T17:31:33.027Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1509 | 2026-07-11T17:31:33.186Z | Compiling thread-id v5.1.0 |
| 1510 | 2026-07-11T17:31:33.235Z | Compiling cookie v0.18.1 |
| 1511 | 2026-07-11T17:31:33.276Z | Compiling signal-hook v0.3.18 |
| 1512 | 2026-07-11T17:31:33.315Z | Compiling ryu v1.0.23 |
| 1513 | 2026-07-11T17:31:33.329Z | Compiling allocator-api2 v0.2.21 |
| 1514 | 2026-07-11T17:31:33.430Z | Compiling unarray v0.1.4 |
| 1515 | 2026-07-11T17:31:33.453Z | Compiling adler2 v2.0.1 |
| 1516 | 2026-07-11T17:31:33.490Z | Compiling anyhow v1.0.102 |
| 1517 | 2026-07-11T17:31:33.538Z | Compiling paste v1.0.15 |
| 1518 | 2026-07-11T17:31:33.580Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-07-11T17:31:33.651Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-07-11T17:31:33.709Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-07-11T17:31:33.787Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-07-11T17:31:33.856Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-07-11T17:31:33.872Z | Compiling miniz_oxide v0.8.9 |
| 1524 | 2026-07-11T17:31:33.956Z | Compiling proptest v1.10.0 |
| 1525 | 2026-07-11T17:31:34.005Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-07-11T17:31:34.243Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-07-11T17:31:34.666Z | Compiling scroll v0.12.0 |
| 1528 | 2026-07-11T17:31:34.813Z | Compiling tower-http v0.6.8 |
| 1529 | 2026-07-11T17:31:35.048Z | Compiling derive_builder_macro v0.20.2 |
| 1530 | 2026-07-11T17:31:35.116Z | Compiling camino v1.2.2 |
| 1531 | 2026-07-11T17:31:35.185Z | Compiling tokio-native-tls v0.3.1 |
| 1532 | 2026-07-11T17:31:35.349Z | Compiling bstr v1.12.1 |
| 1533 | 2026-07-11T17:31:35.477Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-07-11T17:31:35.492Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-07-11T17:31:35.509Z | Compiling block-padding v0.4.2 |
| 1536 | 2026-07-11T17:31:35.562Z | Compiling block-buffer v0.12.1 |
| 1537 | 2026-07-11T17:31:35.669Z | Compiling crypto-common v0.2.2 |
| 1538 | 2026-07-11T17:31:35.751Z | Compiling rustls-native-certs v0.8.3 |
| 1539 | 2026-07-11T17:31:35.869Z | Compiling rand_chacha v0.3.1 |
| 1540 | 2026-07-11T17:31:35.970Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-07-11T17:31:35.985Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-07-11T17:31:36.035Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-07-11T17:31:36.176Z | Compiling serde_tokenstream v0.2.3 |
| 1544 | 2026-07-11T17:31:36.220Z | Compiling signature v2.2.0 |
| 1545 | 2026-07-11T17:31:36.398Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-11T17:31:36.458Z | Compiling async-trait v0.1.89 |
| 1547 | 2026-07-11T17:31:36.481Z | Compiling pin-project-internal v1.1.11 |
| 1548 | 2026-07-11T17:31:36.564Z | Compiling zerocopy-derive v0.7.35 |
| 1549 | 2026-07-11T17:31:36.649Z | Compiling curve25519-dalek v4.1.3 |
| 1550 | 2026-07-11T17:31:36.990Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-07-11T17:31:37.186Z | Compiling num-integer v0.1.46 |
| 1552 | 2026-07-11T17:31:37.351Z | Compiling hash32 v0.2.1 |
| 1553 | 2026-07-11T17:31:37.426Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-07-11T17:31:37.468Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-07-11T17:31:37.514Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-07-11T17:31:37.538Z | Compiling mime v0.3.17 |
| 1557 | 2026-07-11T17:31:37.622Z | Compiling rustix v0.38.44 |
| 1558 | 2026-07-11T17:31:37.639Z | Compiling fallible-iterator v0.2.0 |
| 1559 | 2026-07-11T17:31:37.676Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-07-11T17:31:37.796Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-07-11T17:31:37.876Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-07-11T17:31:37.953Z | Compiling litrs v1.0.0 |
| 1563 | 2026-07-11T17:31:37.980Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-07-11T17:31:38.150Z | Compiling psl-types v2.0.11 |
| 1565 | 2026-07-11T17:31:38.276Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-07-11T17:31:38.345Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-11T17:31:38.478Z | Compiling document-features v0.2.12 |
| 1568 | 2026-07-11T17:31:38.563Z | Compiling nix v0.31.2 |
| 1569 | 2026-07-11T17:31:38.900Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-07-11T17:31:38.999Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-07-11T17:31:39.020Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-07-11T17:31:39.098Z | Compiling hubpack_derive v0.1.1 |
| 1573 | 2026-07-11T17:31:39.188Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-11T17:31:39.418Z | Compiling rand v0.8.6 |
| 1575 | 2026-07-11T17:31:39.518Z | Compiling darling v0.21.3 |
| 1576 | 2026-07-11T17:31:39.521Z | Compiling oxnet v0.1.6 |
| 1577 | 2026-07-11T17:31:39.544Z | Compiling inout v0.2.2 |
| 1578 | 2026-07-11T17:31:39.548Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-07-11T17:31:39.595Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-07-11T17:31:39.784Z | Compiling goblin v0.8.2 |
| 1581 | 2026-07-11T17:31:40.236Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-07-11T17:31:40.286Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-07-11T17:31:40.331Z | Compiling regex v1.12.3 |
| 1584 | 2026-07-11T17:31:40.379Z | Compiling anstyle-parse v0.2.7 |
| 1585 | 2026-07-11T17:31:40.467Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-07-11T17:31:40.554Z | Compiling hex v0.4.3 |
| 1587 | 2026-07-11T17:31:40.721Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-07-11T17:31:40.735Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-07-11T17:31:40.749Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-07-11T17:31:40.817Z | Compiling snafu-derive v0.8.9 |
| 1591 | 2026-07-11T17:31:40.857Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-07-11T17:31:41.220Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-07-11T17:31:41.262Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-07-11T17:31:41.373Z | Compiling vergen v9.1.0 |
| 1595 | 2026-07-11T17:31:41.474Z | Compiling cargo-platform v0.3.2 |
| 1596 | 2026-07-11T17:31:41.569Z | Compiling ff v0.13.1 |
| 1597 | 2026-07-11T17:31:41.710Z | Compiling fs-err v3.3.0 |
| 1598 | 2026-07-11T17:31:41.746Z | Compiling ahash v0.8.12 |
| 1599 | 2026-07-11T17:31:41.816Z | Compiling object v0.37.3 |
| 1600 | 2026-07-11T17:31:41.911Z | Compiling managed v0.8.0 |
| 1601 | 2026-07-11T17:31:41.971Z | Compiling foldhash v0.1.5 |
| 1602 | 2026-07-11T17:31:42.098Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-07-11T17:31:42.127Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-07-11T17:31:42.141Z | Compiling winnow v0.5.40 |
| 1605 | 2026-07-11T17:31:42.202Z | Compiling base16ct v0.2.0 |
| 1606 | 2026-07-11T17:31:42.345Z | Compiling same-file v1.0.6 |
| 1607 | 2026-07-11T17:31:42.377Z | Compiling libbz2-rs-sys v0.2.2 |
| 1608 | 2026-07-11T17:31:42.509Z | Compiling foldhash v0.2.0 |
| 1609 | 2026-07-11T17:31:42.743Z | Compiling unicode-segmentation v1.12.0 |
| 1610 | 2026-07-11T17:31:42.772Z | Compiling snafu v0.8.9 |
| 1611 | 2026-07-11T17:31:43.107Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-07-11T17:31:43.140Z | Compiling hashbrown v0.16.1 |
| 1613 | 2026-07-11T17:31:43.143Z | Compiling walkdir v2.5.0 |
| 1614 | 2026-07-11T17:31:43.223Z | Compiling strum v0.27.2 |
| 1615 | 2026-07-11T17:31:43.282Z | Compiling sec1 v0.7.3 |
| 1616 | 2026-07-11T17:31:43.318Z | Compiling zopfli v0.8.3 |
| 1617 | 2026-07-11T17:31:43.452Z | Compiling clap_builder v4.6.0 |
| 1618 | 2026-07-11T17:31:43.558Z | Compiling toml_edit v0.19.15 |
| 1619 | 2026-07-11T17:31:43.657Z | Compiling hashbrown v0.15.5 |
| 1620 | 2026-07-11T17:31:43.755Z | Compiling dof v0.3.0 |
| 1621 | 2026-07-11T17:31:44.156Z | Compiling group v0.13.0 |
| 1622 | 2026-07-11T17:31:44.210Z | Compiling cargo_metadata v0.23.1 |
| 1623 | 2026-07-11T17:31:44.247Z | Compiling daft v0.1.7 |
| 1624 | 2026-07-11T17:31:44.458Z | Compiling futures v0.3.32 |
| 1625 | 2026-07-11T17:31:44.526Z | Compiling anstream v0.6.21 |
| 1626 | 2026-07-11T17:31:44.542Z | Compiling phf v0.13.1 |
| 1627 | 2026-07-11T17:31:44.878Z | Compiling signal-hook-mio v0.2.5 |
| 1628 | 2026-07-11T17:31:44.995Z | Compiling cookie_store v0.22.1 |
| 1629 | 2026-07-11T17:31:45.186Z | Compiling zstd v0.13.3 |
| 1630 | 2026-07-11T17:31:45.448Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-07-11T17:31:45.559Z | Compiling reqwest v0.12.28 |
| 1632 | 2026-07-11T17:31:45.629Z | Compiling cipher v0.5.2 |
| 1633 | 2026-07-11T17:31:45.658Z | Compiling serde_with_macros v3.17.0 |
| 1634 | 2026-07-11T17:31:45.927Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-07-11T17:31:46.161Z | Compiling postgres-types v0.2.12 |
| 1636 | 2026-07-11T17:31:46.403Z | Compiling usdt-attr-macro v0.6.0 |
| 1637 | 2026-07-11T17:31:46.716Z | Compiling usdt-macro v0.6.0 |
| 1638 | 2026-07-11T17:31:46.789Z | Compiling ed25519 v2.2.3 |
| 1639 | 2026-07-11T17:31:47.216Z | Compiling globset v0.4.18 |
| 1640 | 2026-07-11T17:31:47.278Z | Compiling dtrace-parser v0.2.0 |
| 1641 | 2026-07-11T17:31:47.367Z | Compiling phf_shared v0.11.3 |
| 1642 | 2026-07-11T17:31:47.463Z | Compiling hkdf v0.12.4 |
| 1643 | 2026-07-11T17:31:47.605Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-11T17:31:47.662Z | Compiling pkcs1 v0.7.5 |
| 1645 | 2026-07-11T17:31:47.724Z | Compiling pem v3.0.6 |
| 1646 | 2026-07-11T17:31:47.766Z | Compiling serde-big-array v0.5.1 |
| 1647 | 2026-07-11T17:31:47.916Z | Compiling serde_plain v1.0.2 |
| 1648 | 2026-07-11T17:31:47.941Z | Compiling crypto-bigint v0.5.5 |
| 1649 | 2026-07-11T17:31:48.054Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-07-11T17:31:48.057Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-07-11T17:31:48.069Z | Compiling strum_macros v0.26.4 |
| 1652 | 2026-07-11T17:31:48.108Z | Compiling serde_repr v0.1.20 |
| 1653 | 2026-07-11T17:31:48.567Z | Compiling clap_derive v4.6.1 |
| 1654 | 2026-07-11T17:31:48.654Z | Compiling float-cmp v0.10.0 |
| 1655 | 2026-07-11T17:31:48.716Z | Compiling thread-id v4.2.2 |
| 1656 | 2026-07-11T17:31:48.804Z | Compiling memmap2 v0.9.10 |
| 1657 | 2026-07-11T17:31:48.807Z | Compiling env_filter v1.0.0 |
| 1658 | 2026-07-11T17:31:49.018Z | Compiling predicates-core v1.0.10 |
| 1659 | 2026-07-11T17:31:49.118Z | Compiling winnow v1.0.3 |
| 1660 | 2026-07-11T17:31:49.198Z | Compiling either v1.15.0 |
| 1661 | 2026-07-11T17:31:49.288Z | Compiling data-encoding v2.10.0 |
| 1662 | 2026-07-11T17:31:49.407Z | Compiling cpufeatures v0.3.0 |
| 1663 | 2026-07-11T17:31:49.477Z | Compiling difflib v0.4.0 |
| 1664 | 2026-07-11T17:31:49.492Z | Compiling whoami v2.1.0 |
| 1665 | 2026-07-11T17:31:49.842Z | Compiling keccak v0.1.6 |
| 1666 | 2026-07-11T17:31:49.859Z | Compiling jiff v0.2.21 |
| 1667 | 2026-07-11T17:31:49.984Z | Compiling fixedbitset v0.5.7 |
| 1668 | 2026-07-11T17:31:50.023Z | Compiling new_debug_unreachable v1.0.6 |
| 1669 | 2026-07-11T17:31:50.038Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-07-11T17:31:50.094Z | Compiling normalize-line-endings v0.3.0 |
| 1671 | 2026-07-11T17:31:50.122Z | Compiling static_assertions v1.1.0 |
| 1672 | 2026-07-11T17:31:50.188Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-11T17:31:50.203Z | Compiling const-oid v0.10.2 |
| 1674 | 2026-07-11T17:31:50.275Z | Compiling fixedbitset v0.4.2 |
| 1675 | 2026-07-11T17:31:50.310Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-07-11T17:31:50.349Z | Compiling clap v4.6.1 |
| 1677 | 2026-07-11T17:31:50.404Z | Compiling digest v0.11.3 |
| 1678 | 2026-07-11T17:31:50.430Z | Compiling petgraph v0.6.5 |
| 1679 | 2026-07-11T17:31:50.482Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-07-11T17:31:50.573Z | Compiling petgraph v0.8.3 |
| 1681 | 2026-07-11T17:31:50.621Z | Compiling predicates v3.1.4 |
| 1682 | 2026-07-11T17:31:51.250Z | Compiling string_cache v0.8.9 |
| 1683 | 2026-07-11T17:31:51.395Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-07-11T17:31:51.475Z | Compiling strum v0.26.3 |
| 1685 | 2026-07-11T17:31:51.604Z | Compiling tokio-postgres v0.7.16 |
| 1686 | 2026-07-11T17:31:51.848Z | Compiling hickory-proto v0.25.2 |
| 1687 | 2026-07-11T17:31:51.899Z | Compiling chacha20 v0.10.0 |
| 1688 | 2026-07-11T17:31:52.274Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1689 | 2026-07-11T17:31:52.504Z | Compiling zip v4.6.1 |
| 1690 | 2026-07-11T17:31:52.940Z | Compiling itertools v0.13.0 |
| 1691 | 2026-07-11T17:31:53.043Z | Compiling env_logger v0.11.9 |
| 1692 | 2026-07-11T17:31:53.347Z | Compiling usdt v0.6.0 |
| 1693 | 2026-07-11T17:31:53.413Z | Compiling elliptic-curve v0.13.8 |
| 1694 | 2026-07-11T17:31:53.516Z | Compiling usdt-impl v0.5.0 |
| 1695 | 2026-07-11T17:31:53.613Z | Compiling rsa v0.9.10 |
| 1696 | 2026-07-11T17:31:53.815Z | Compiling crossterm v0.28.1 |
| 1697 | 2026-07-11T17:31:53.889Z | Compiling ed25519-dalek v2.2.0 |
| 1698 | 2026-07-11T17:31:54.024Z | Compiling serde_with v3.17.0 |
| 1699 | 2026-07-11T17:31:54.211Z | Compiling zip v0.6.6 |
| 1700 | 2026-07-11T17:31:54.776Z | Compiling toml v0.7.8 |
| 1701 | 2026-07-11T17:31:54.928Z | Compiling iddqd v0.4.2 |
| 1702 | 2026-07-11T17:31:55.618Z | Compiling heck v0.4.1 |
| 1703 | 2026-07-11T17:31:55.728Z | Compiling similar v2.7.0 |
| 1704 | 2026-07-11T17:31:55.784Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-07-11T17:31:55.843Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-07-11T17:31:56.123Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-07-11T17:31:56.236Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-07-11T17:31:56.313Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1709 | 2026-07-11T17:31:56.406Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-07-11T17:31:56.605Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-07-11T17:31:56.621Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-07-11T17:31:56.636Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-07-11T17:31:56.800Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-07-11T17:31:56.892Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-07-11T17:31:56.905Z | Compiling filetime v0.2.27 |
| 1716 | 2026-07-11T17:31:56.922Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-07-11T17:31:57.020Z | Compiling xattr v1.6.1 |
| 1718 | 2026-07-11T17:31:57.078Z | Compiling take_mut v0.2.2 |
| 1719 | 2026-07-11T17:31:57.139Z | Compiling term v1.2.1 |
| 1720 | 2026-07-11T17:31:57.188Z | Compiling tar v0.4.45 |
| 1721 | 2026-07-11T17:31:57.188Z | Compiling camino-tempfile v1.4.1 |
| 1722 | 2026-07-11T17:31:57.427Z | Compiling slog-term v2.9.2 |
| 1723 | 2026-07-11T17:32:07.359Z | Compiling rustls-webpki v0.103.13 |
| 1724 | 2026-07-11T17:32:10.071Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-07-11T17:32:10.071Z | Compiling rustls-platform-verifier v0.6.2 |
| 1726 | 2026-07-11T17:32:10.071Z | Compiling tough v0.22.0 |
| 1727 | 2026-07-11T17:32:10.283Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-07-11T17:32:10.486Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-07-11T17:32:12.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-07-11T17:32:12.979Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-07-11T17:32:15.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1732 | 2026-07-11T17:32:15.941Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-07-11T17:32:15.993Z | Jul 11 17:32:15.114 INFO Starting download, target: DendriteStub |
| 1734 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.114 INFO Starting download, target: Console |
| 1735 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.114 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Starting download, target: Cockroach |
| 1737 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Starting download, target: MaghemiteMgd |
| 1738 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1741 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1743 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1744 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1745 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1746 | 2026-07-11T17:32:15.996Z | Jul 11 17:32:15.115 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1747 | 2026-07-11T17:32:16.421Z | Jul 11 17:32:15.538 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-07-11T17:32:16.622Z | Jul 11 17:32:15.738 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-07-11T17:32:17.836Z | Jul 11 17:32:16.956 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-07-11T17:32:17.971Z | Jul 11 17:32:17.073 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1751 | 2026-07-11T17:32:18.093Z | Jul 11 17:32:17.206 INFO Download complete, target: Console |
| 1752 | 2026-07-11T17:32:18.295Z | Jul 11 17:32:17.406 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-07-11T17:32:18.504Z | Jul 11 17:32:17.614 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1754 | 2026-07-11T17:32:18.810Z | Jul 11 17:32:17.908 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1755 | 2026-07-11T17:32:19.232Z | Jul 11 17:32:18.350 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-07-11T17:32:19.232Z | Jul 11 17:32:18.350 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-07-11T17:32:20.072Z | Jul 11 17:32:19.193 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-11T17:32:21.021Z | Jul 11 17:32:20.143 INFO Download complete, target: DendriteStub |
| 1759 | 2026-07-11T17:32:21.147Z | Jul 11 17:32:20.268 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-07-11T17:32:23.897Z | Jul 11 17:32:23.018 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-07-11T17:32:24.012Z | Jul 11 17:32:23.134 INFO Download complete, target: Cockroach |
| 1762 | 2026-07-11T17:32:24.513Z | Jul 11 17:32:23.635 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-07-11T17:32:24.637Z | Jul 11 17:32:23.759 INFO Download complete, target: Clickhouse |
| 1764 | 2026-07-11T17:32:24.652Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-07-11T17:32:24.656Z | |
| 1766 | 2026-07-11T17:32:24.656Z | real 1:58.891167161 |
| 1767 | 2026-07-11T17:32:24.656Z | user 6:35.527098265 |
| 1768 | 2026-07-11T17:32:24.656Z | sys 1:21.364916635 |
| 1769 | 2026-07-11T17:32:24.656Z | trap 0.221864522 |
| 1770 | 2026-07-11T17:32:24.656Z | tflt 0.588427761 |
| 1771 | 2026-07-11T17:32:24.656Z | dflt 0.853268630 |
| 1772 | 2026-07-11T17:32:24.656Z | kflt 0.027513278 |
| 1773 | 2026-07-11T17:32:24.656Z | lock 21:36.366531824 |
| 1774 | 2026-07-11T17:32:24.656Z | slp 19:56.972021119 |
| 1775 | 2026-07-11T17:32:24.656Z | lat 43.473590200 |
| 1776 | 2026-07-11T17:32:24.656Z | stop 2:00.392568132 |
| 1777 | 2026-07-11T17:32:24.656Z | + banner clippy |
| 1778 | 2026-07-11T17:32:24.656Z | |
| 1779 | 2026-07-11T17:32:24.656Z | #### # # ##### ##### # # |
| 1780 | 2026-07-11T17:32:24.656Z | # # # # # # # # # # |
| 1781 | 2026-07-11T17:32:24.656Z | # # # # # # # # |
| 1782 | 2026-07-11T17:32:24.656Z | # # # ##### ##### # |
| 1783 | 2026-07-11T17:32:24.656Z | # # # # # # # |
| 1784 | 2026-07-11T17:32:24.656Z | #### ###### # # # # |
| 1785 | 2026-07-11T17:32:24.656Z | |
| 1786 | 2026-07-11T17:32:24.656Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-11T17:32:24.656Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-11T17:32:24.656Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-07-11T17:32:25.105Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-07-11T17:32:25.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-07-11T17:32:27.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 1792 | 2026-07-11T17:32:27.231Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-07-11T17:32:27.256Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-07-11T17:32:27.808Z | Downloading crates ... |
| 1795 | 2026-07-11T17:32:28.042Z | Downloaded addr2line v0.25.1 |
| 1796 | 2026-07-11T17:32:28.045Z | Downloaded async-lock v3.4.2 |
| 1797 | 2026-07-11T17:32:28.050Z | Downloaded approx v0.5.1 |
| 1798 | 2026-07-11T17:32:28.055Z | Downloaded assert-json-diff v2.0.2 |
| 1799 | 2026-07-11T17:32:28.058Z | Downloaded criterion-plot v0.6.0 |
| 1800 | 2026-07-11T17:32:28.058Z | Downloaded rust-argon2 v2.1.0 |
| 1801 | 2026-07-11T17:32:28.061Z | Downloaded rand_distr v0.5.1 |
| 1802 | 2026-07-11T17:32:28.061Z | Downloaded plotters-svg v0.3.7 |
| 1803 | 2026-07-11T17:32:28.061Z | Downloaded assert_cmd v2.1.2 |
| 1804 | 2026-07-11T17:32:28.064Z | Downloaded oorandom v11.1.5 |
| 1805 | 2026-07-11T17:32:28.064Z | Downloaded anes v0.1.6 |
| 1806 | 2026-07-11T17:32:28.068Z | Downloaded libtest-mimic v0.8.1 |
| 1807 | 2026-07-11T17:32:28.071Z | Downloaded futures-timer v3.0.3 |
| 1808 | 2026-07-11T17:32:28.071Z | Downloaded plotters-backend v0.3.7 |
| 1809 | 2026-07-11T17:32:28.074Z | Downloaded datatest-stable v0.3.3 |
| 1810 | 2026-07-11T17:32:28.074Z | Downloaded constant_time_eq v0.3.1 |
| 1811 | 2026-07-11T17:32:28.074Z | Downloaded cast v0.3.0 |
| 1812 | 2026-07-11T17:32:28.077Z | Downloaded backtrace-ext v0.2.1 |
| 1813 | 2026-07-11T17:32:28.077Z | Downloaded terminal_size v0.1.17 |
| 1814 | 2026-07-11T17:32:28.077Z | Downloaded linkme-impl v0.3.35 |
| 1815 | 2026-07-11T17:32:28.080Z | Downloaded pathdiff v0.2.3 |
| 1816 | 2026-07-11T17:32:28.080Z | Downloaded event-listener v5.4.1 |
| 1817 | 2026-07-11T17:32:28.080Z | Downloaded event-listener-strategy v0.5.4 |
| 1818 | 2026-07-11T17:32:28.083Z | Downloaded supports-color v2.1.0 |
| 1819 | 2026-07-11T17:32:28.083Z | Downloaded hex-literal v0.4.1 |
| 1820 | 2026-07-11T17:32:28.083Z | Downloaded escape8259 v0.5.3 |
| 1821 | 2026-07-11T17:32:28.086Z | Downloaded serde_regex v1.1.0 |
| 1822 | 2026-07-11T17:32:28.089Z | Downloaded parking v2.2.1 |
| 1823 | 2026-07-11T17:32:28.094Z | Downloaded nested v0.1.1 |
| 1824 | 2026-07-11T17:32:28.094Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1825 | 2026-07-11T17:32:28.097Z | Downloaded chumsky v0.9.3 |
| 1826 | 2026-07-11T17:32:28.097Z | Downloaded target-triple v1.0.0 |
| 1827 | 2026-07-11T17:32:28.100Z | Downloaded concurrent-queue v2.5.0 |
| 1828 | 2026-07-11T17:32:28.104Z | Downloaded partial-io v0.5.4 |
| 1829 | 2026-07-11T17:32:28.104Z | Downloaded path-tree v0.8.3 |
| 1830 | 2026-07-11T17:32:28.107Z | Downloaded supports-hyperlinks v2.1.0 |
| 1831 | 2026-07-11T17:32:28.110Z | Downloaded async-object-pool v0.2.0 |
| 1832 | 2026-07-11T17:32:28.115Z | Downloaded rustc-demangle v0.1.27 |
| 1833 | 2026-07-11T17:32:28.115Z | Downloaded tinytemplate v1.2.1 |
| 1834 | 2026-07-11T17:32:28.119Z | Downloaded miette-derive v5.10.0 |
| 1835 | 2026-07-11T17:32:28.122Z | Downloaded supports-unicode v2.1.0 |
| 1836 | 2026-07-11T17:32:28.126Z | Downloaded blake2b_simd v1.0.4 |
| 1837 | 2026-07-11T17:32:28.129Z | Downloaded owo-colors v3.5.0 |
| 1838 | 2026-07-11T17:32:28.133Z | Downloaded cfg-expr v0.20.6 |
| 1839 | 2026-07-11T17:32:28.136Z | Downloaded termcolor v1.4.1 |
| 1840 | 2026-07-11T17:32:28.136Z | Downloaded stringmetrics v2.2.2 |
| 1841 | 2026-07-11T17:32:28.139Z | Downloaded relative-path v1.9.3 |
| 1842 | 2026-07-11T17:32:28.139Z | Downloaded similar-asserts v1.7.0 |
| 1843 | 2026-07-11T17:32:28.139Z | Downloaded target-spec v3.5.7 |
| 1844 | 2026-07-11T17:32:28.139Z | Downloaded knuffel-derive v3.2.0 |
| 1845 | 2026-07-11T17:32:28.142Z | Downloaded linkme v0.3.35 |
| 1846 | 2026-07-11T17:32:28.142Z | Downloaded httptest v0.16.4 |
| 1847 | 2026-07-11T17:32:28.146Z | Downloaded hickory-client v0.25.2 |
| 1848 | 2026-07-11T17:32:28.155Z | Downloaded target-lexicon v0.13.3 |
| 1849 | 2026-07-11T17:32:28.165Z | Downloaded rstest v0.25.0 |
| 1850 | 2026-07-11T17:32:28.170Z | Downloaded trybuild v1.0.116 |
| 1851 | 2026-07-11T17:32:28.173Z | Downloaded textwrap v0.15.2 |
| 1852 | 2026-07-11T17:32:28.176Z | Downloaded rstest_macros v0.25.0 |
| 1853 | 2026-07-11T17:32:28.179Z | Downloaded knuffel v3.2.0 |
| 1854 | 2026-07-11T17:32:28.182Z | Downloaded miette v5.10.0 |
| 1855 | 2026-07-11T17:32:28.185Z | Downloaded fancy-regex v0.14.0 |
| 1856 | 2026-07-11T17:32:28.188Z | Downloaded backtrace v0.3.76 |
| 1857 | 2026-07-11T17:32:28.192Z | Downloaded plotters v0.3.7 |
| 1858 | 2026-07-11T17:32:28.196Z | Downloaded criterion v0.7.0 |
| 1859 | 2026-07-11T17:32:28.200Z | Downloaded hashbrown v0.14.5 |
| 1860 | 2026-07-11T17:32:28.202Z | Downloaded guppy v0.17.25 |
| 1861 | 2026-07-11T17:32:28.215Z | Downloaded gimli v0.32.3 |
| 1862 | 2026-07-11T17:32:28.304Z | Downloaded httpmock v0.8.3 |
| 1863 | 2026-07-11T17:32:29.981Z | Checking cfg-if v1.0.4 |
| 1864 | 2026-07-11T17:32:30.339Z | Checking libc v0.2.185 |
| 1865 | 2026-07-11T17:32:30.343Z | Checking serde_core v1.0.228 |
| 1866 | 2026-07-11T17:32:30.403Z | Checking memchr v2.8.0 |
| 1867 | 2026-07-11T17:32:30.441Z | Checking zeroize v1.8.2 |
| 1868 | 2026-07-11T17:32:30.474Z | Checking smallvec v1.15.1 |
| 1869 | 2026-07-11T17:32:30.505Z | Checking rand_core v0.10.0 |
| 1870 | 2026-07-11T17:32:30.538Z | Checking itoa v1.0.17 |
| 1871 | 2026-07-11T17:32:30.542Z | Checking subtle v2.6.1 |
| 1872 | 2026-07-11T17:32:30.618Z | Checking log v0.4.29 |
| 1873 | 2026-07-11T17:32:30.669Z | Checking libm v0.2.16 |
| 1874 | 2026-07-11T17:32:30.712Z | Checking typenum v1.20.1 |
| 1875 | 2026-07-11T17:32:30.750Z | Checking scopeguard v1.2.0 |
| 1876 | 2026-07-11T17:32:30.786Z | Checking getrandom v0.4.1 |
| 1877 | 2026-07-11T17:32:30.786Z | Checking errno v0.3.14 |
| 1878 | 2026-07-11T17:32:30.850Z | Checking stable_deref_trait v1.2.1 |
| 1879 | 2026-07-11T17:32:30.886Z | Checking lock_api v0.4.14 |
| 1880 | 2026-07-11T17:32:30.890Z | Checking zmij v1.0.21 |
| 1881 | 2026-07-11T17:32:30.952Z | Checking zerofrom v0.1.6 |
| 1882 | 2026-07-11T17:32:30.991Z | Checking percent-encoding v2.3.2 |
| 1883 | 2026-07-11T17:32:31.026Z | Checking litemap v0.8.1 |
| 1884 | 2026-07-11T17:32:31.090Z | Checking yoke v0.8.1 |
| 1885 | 2026-07-11T17:32:31.124Z | Checking writeable v0.6.2 |
| 1886 | 2026-07-11T17:32:31.159Z | Checking icu_normalizer_data v2.1.1 |
| 1887 | 2026-07-11T17:32:31.159Z | Checking icu_properties_data v2.1.2 |
| 1888 | 2026-07-11T17:32:31.224Z | Checking pin-project-lite v0.2.17 |
| 1889 | 2026-07-11T17:32:31.258Z | Checking form_urlencoded v1.2.2 |
| 1890 | 2026-07-11T17:32:31.289Z | Checking zerovec v0.11.5 |
| 1891 | 2026-07-11T17:32:31.321Z | Checking zerotrie v0.2.3 |
| 1892 | 2026-07-11T17:32:31.355Z | Checking num-traits v0.2.19 |
| 1893 | 2026-07-11T17:32:31.388Z | Checking utf8_iter v1.0.4 |
| 1894 | 2026-07-11T17:32:31.428Z | Checking parking_lot_core v0.9.12 |
| 1895 | 2026-07-11T17:32:31.484Z | Checking zerocopy v0.8.40 |
| 1896 | 2026-07-11T17:32:31.525Z | Checking portable-atomic v1.13.1 |
| 1897 | 2026-07-11T17:32:31.572Z | Checking critical-section v1.2.0 |
| 1898 | 2026-07-11T17:32:31.608Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-07-11T17:32:31.646Z | Checking parking_lot v0.12.5 |
| 1900 | 2026-07-11T17:32:31.701Z | Checking mio v1.2.0 |
| 1901 | 2026-07-11T17:32:31.803Z | Checking tinystr v0.8.2 |
| 1902 | 2026-07-11T17:32:31.837Z | Checking potential_utf v0.1.4 |
| 1903 | 2026-07-11T17:32:31.893Z | Checking socket2 v0.6.3 |
| 1904 | 2026-07-11T17:32:31.929Z | Checking serde v1.0.228 |
| 1905 | 2026-07-11T17:32:31.933Z | Checking bitflags v2.11.0 |
| 1906 | 2026-07-11T17:32:31.990Z | Checking serde_json v1.0.150 |
| 1907 | 2026-07-11T17:32:31.993Z | Checking icu_collections v2.1.1 |
| 1908 | 2026-07-11T17:32:32.051Z | Checking icu_locale_core v2.1.1 |
| 1909 | 2026-07-11T17:32:32.055Z | Checking once_cell v1.21.3 |
| 1910 | 2026-07-11T17:32:32.149Z | Checking iana-time-zone v0.1.65 |
| 1911 | 2026-07-11T17:32:32.202Z | Checking uuid v1.23.4 |
| 1912 | 2026-07-11T17:32:32.284Z | Checking thiserror v2.0.18 |
| 1913 | 2026-07-11T17:32:32.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1914 | 2026-07-11T17:32:32.351Z | Checking semver v1.0.28 |
| 1915 | 2026-07-11T17:32:32.385Z | Checking bytes v1.11.1 |
| 1916 | 2026-07-11T17:32:32.418Z | Checking chrono v0.4.44 |
| 1917 | 2026-07-11T17:32:32.535Z | Checking futures-core v0.3.32 |
| 1918 | 2026-07-11T17:32:32.606Z | Checking dyn-clone v1.0.20 |
| 1919 | 2026-07-11T17:32:32.638Z | Checking icu_provider v2.1.1 |
| 1920 | 2026-07-11T17:32:32.669Z | Checking getrandom v0.2.17 |
| 1921 | 2026-07-11T17:32:32.703Z | Checking equivalent v1.0.2 |
| 1922 | 2026-07-11T17:32:32.706Z | Checking cmov v0.5.4 |
| 1923 | 2026-07-11T17:32:32.763Z | Checking rustix v1.1.3 |
| 1924 | 2026-07-11T17:32:32.810Z | Checking byteorder v1.5.0 |
| 1925 | 2026-07-11T17:32:32.843Z | Checking rand_core v0.6.4 |
| 1926 | 2026-07-11T17:32:32.846Z | Checking tokio v1.52.1 |
| 1927 | 2026-07-11T17:32:32.904Z | Checking icu_normalizer v2.1.1 |
| 1928 | 2026-07-11T17:32:32.941Z | Checking icu_properties v2.1.2 |
| 1929 | 2026-07-11T17:32:33.037Z | Checking ctutils v0.4.2 |
| 1930 | 2026-07-11T17:32:33.070Z | Checking futures-sink v0.3.32 |
| 1931 | 2026-07-11T17:32:33.193Z | Checking futures-channel v0.3.32 |
| 1932 | 2026-07-11T17:32:33.225Z | Checking futures-task v0.3.32 |
| 1933 | 2026-07-11T17:32:33.269Z | Checking hybrid-array v0.4.13 |
| 1934 | 2026-07-11T17:32:33.302Z | Checking slab v0.4.12 |
| 1935 | 2026-07-11T17:32:33.385Z | Checking futures-io v0.3.32 |
| 1936 | 2026-07-11T17:32:33.419Z | Checking generic-array v0.14.7 |
| 1937 | 2026-07-11T17:32:33.486Z | Checking thiserror v1.0.69 |
| 1938 | 2026-07-11T17:32:33.525Z | Checking futures-util v0.3.32 |
| 1939 | 2026-07-11T17:32:33.601Z | Checking getrandom v0.3.4 |
| 1940 | 2026-07-11T17:32:33.640Z | Checking hashbrown v0.17.0 |
| 1941 | 2026-07-11T17:32:33.769Z | Checking const-oid v0.9.6 |
| 1942 | 2026-07-11T17:32:33.802Z | Checking idna_adapter v1.2.1 |
| 1943 | 2026-07-11T17:32:33.889Z | Checking base64ct v1.8.3 |
| 1944 | 2026-07-11T17:32:33.943Z | Checking idna v1.1.0 |
| 1945 | 2026-07-11T17:32:34.039Z | Checking crypto-common v0.2.2 |
| 1946 | 2026-07-11T17:32:34.119Z | Checking indexmap v2.14.0 |
| 1947 | 2026-07-11T17:32:34.153Z | Checking crypto-common v0.1.7 |
| 1948 | 2026-07-11T17:32:34.208Z | Checking url v2.5.8 |
| 1949 | 2026-07-11T17:32:34.271Z | Checking ppv-lite86 v0.2.21 |
| 1950 | 2026-07-11T17:32:34.303Z | Checking fnv v1.0.7 |
| 1951 | 2026-07-11T17:32:34.422Z | Checking regex-syntax v0.8.10 |
| 1952 | 2026-07-11T17:32:34.476Z | Checking block-buffer v0.12.1 |
| 1953 | 2026-07-11T17:32:34.583Z | Checking block-buffer v0.10.4 |
| 1954 | 2026-07-11T17:32:34.661Z | Checking http v1.4.2 |
| 1955 | 2026-07-11T17:32:34.665Z | Checking schemars v0.8.22 |
| 1956 | 2026-07-11T17:32:34.724Z | Checking tracing-core v0.1.36 |
| 1957 | 2026-07-11T17:32:34.728Z | Checking utf8parse v0.2.2 |
| 1958 | 2026-07-11T17:32:34.785Z | Checking digest v0.10.7 |
| 1959 | 2026-07-11T17:32:34.878Z | Checking base64 v0.22.1 |
| 1960 | 2026-07-11T17:32:35.008Z | Checking anstyle v1.0.14 |
| 1961 | 2026-07-11T17:32:35.052Z | Checking tracing v0.1.44 |
| 1962 | 2026-07-11T17:32:35.143Z | Checking anstyle-query v1.1.5 |
| 1963 | 2026-07-11T17:32:35.214Z | Checking is_terminal_polyfill v1.70.2 |
| 1964 | 2026-07-11T17:32:35.248Z | Checking colorchoice v1.0.4 |
| 1965 | 2026-07-11T17:32:35.280Z | Checking ipnet v2.11.0 |
| 1966 | 2026-07-11T17:32:35.283Z | Checking const-oid v0.10.2 |
| 1967 | 2026-07-11T17:32:35.341Z | Checking anstyle-parse v1.0.0 |
| 1968 | 2026-07-11T17:32:35.374Z | Checking terminal_size v0.4.3 |
| 1969 | 2026-07-11T17:32:35.378Z | Checking aho-corasick v1.1.4 |
| 1970 | 2026-07-11T17:32:35.438Z | Checking crossbeam-utils v0.8.21 |
| 1971 | 2026-07-11T17:32:35.485Z | Checking unicode-ident v1.0.24 |
| 1972 | 2026-07-11T17:32:35.518Z | Checking strsim v0.11.1 |
| 1973 | 2026-07-11T17:32:35.521Z | Checking anstream v1.0.0 |
| 1974 | 2026-07-11T17:32:35.579Z | Checking powerfmt v0.2.0 |
| 1975 | 2026-07-11T17:32:35.618Z | Checking proc-macro2 v1.0.106 |
| 1976 | 2026-07-11T17:32:35.704Z | Checking clap_lex v1.0.0 |
| 1977 | 2026-07-11T17:32:35.752Z | Checking deranged v0.5.8 |
| 1978 | 2026-07-11T17:32:35.756Z | Checking httparse v1.10.1 |
| 1979 | 2026-07-11T17:32:35.815Z | Checking cpufeatures v0.3.0 |
| 1980 | 2026-07-11T17:32:35.819Z | Checking num-conv v0.2.0 |
| 1981 | 2026-07-11T17:32:35.879Z | Checking clap_builder v4.6.0 |
| 1982 | 2026-07-11T17:32:35.915Z | Checking num_threads v0.1.7 |
| 1983 | 2026-07-11T17:32:35.947Z | Checking quote v1.0.45 |
| 1984 | 2026-07-11T17:32:35.984Z | Checking time-core v0.1.8 |
| 1985 | 2026-07-11T17:32:36.079Z | Checking rand_core v0.9.5 |
| 1986 | 2026-07-11T17:32:36.087Z | Checking digest v0.11.3 |
| 1987 | 2026-07-11T17:32:36.087Z | Checking regex-automata v0.4.14 |
| 1988 | 2026-07-11T17:32:36.087Z | Checking tokio-util v0.7.18 |
| 1989 | 2026-07-11T17:32:36.145Z | Checking syn v2.0.117 |
| 1990 | 2026-07-11T17:32:36.148Z | Checking erased-serde v0.3.31 |
| 1991 | 2026-07-11T17:32:36.210Z | Checking http-body v1.0.1 |
| 1992 | 2026-07-11T17:32:36.243Z | Checking atomic-waker v1.1.2 |
| 1993 | 2026-07-11T17:32:36.364Z | Checking allocator-api2 v0.2.21 |
| 1994 | 2026-07-11T17:32:36.367Z | Checking cpufeatures v0.2.17 |
| 1995 | 2026-07-11T17:32:36.501Z | Checking rand_chacha v0.9.0 |
| 1996 | 2026-07-11T17:32:36.581Z | Checking slog v2.8.2 |
| 1997 | 2026-07-11T17:32:36.685Z | Checking aws-lc-sys v0.40.0 |
| 1998 | 2026-07-11T17:32:36.729Z | Checking time v0.3.47 |
| 1999 | 2026-07-11T17:32:36.729Z | Checking anyhow v1.0.102 |
| 2000 | 2026-07-11T17:32:36.792Z | Checking rustls-pki-types v1.14.0 |
| 2001 | 2026-07-11T17:32:36.873Z | Checking httpdate v1.0.3 |
| 2002 | 2026-07-11T17:32:36.986Z | Checking untrusted v0.7.1 |
| 2003 | 2026-07-11T17:32:37.049Z | Checking try-lock v0.2.5 |
| 2004 | 2026-07-11T17:32:37.106Z | Checking h2 v0.4.15 |
| 2005 | 2026-07-11T17:32:37.140Z | Checking rand v0.9.2 |
| 2006 | 2026-07-11T17:32:37.168Z | Checking clap v4.6.1 |
| 2007 | 2026-07-11T17:32:37.200Z | Checking want v0.3.1 |
| 2008 | 2026-07-11T17:32:37.231Z | Checking aws-lc-rs v1.16.3 |
| 2009 | 2026-07-11T17:32:37.270Z | Checking ryu v1.0.23 |
| 2010 | 2026-07-11T17:32:37.343Z | Checking tower-layer v0.3.3 |
| 2011 | 2026-07-11T17:32:37.427Z | Checking tower-service v0.3.3 |
| 2012 | 2026-07-11T17:32:37.517Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-11T17:32:37.549Z | Checking hex v0.4.3 |
| 2014 | 2026-07-11T17:32:37.633Z | Checking fastrand v2.3.0 |
| 2015 | 2026-07-11T17:32:37.754Z | Checking mime v0.3.17 |
| 2016 | 2026-07-11T17:32:37.798Z | Checking untrusted v0.9.0 |
| 2017 | 2026-07-11T17:32:37.837Z | Checking pem-rfc7468 v0.7.0 |
| 2018 | 2026-07-11T17:32:37.884Z | Checking block-padding v0.4.2 |
| 2019 | 2026-07-11T17:32:37.931Z | Checking spin v0.9.8 |
| 2020 | 2026-07-11T17:32:37.965Z | Checking flagset v0.4.7 |
| 2021 | 2026-07-11T17:32:37.968Z | Checking http-body-util v0.1.3 |
| 2022 | 2026-07-11T17:32:38.026Z | Checking simd-adler32 v0.3.8 |
| 2023 | 2026-07-11T17:32:38.057Z | Checking inout v0.2.2 |
| 2024 | 2026-07-11T17:32:38.089Z | Checking rustls-webpki v0.103.13 |
| 2025 | 2026-07-11T17:32:38.123Z | Checking der v0.7.10 |
| 2026 | 2026-07-11T17:32:38.155Z | Checking pretty-hex v0.4.1 |
| 2027 | 2026-07-11T17:32:38.213Z | Checking tempfile v3.25.0 |
| 2028 | 2026-07-11T17:32:38.247Z | Checking plain v0.2.3 |
| 2029 | 2026-07-11T17:32:38.250Z | Checking adler2 v2.0.1 |
| 2030 | 2026-07-11T17:32:38.308Z | Checking openssl-probe v0.2.1 |
| 2031 | 2026-07-11T17:32:38.376Z | Checking cipher v0.5.2 |
| 2032 | 2026-07-11T17:32:38.408Z | Checking miniz_oxide v0.8.9 |
| 2033 | 2026-07-11T17:32:38.439Z | Checking regex v1.12.3 |
| 2034 | 2026-07-11T17:32:38.443Z | Checking serde_urlencoded v0.7.1 |
| 2035 | 2026-07-11T17:32:38.500Z | Checking camino v1.2.2 |
| 2036 | 2026-07-11T17:32:38.531Z | Checking rustls v0.23.41 |
| 2037 | 2026-07-11T17:32:38.633Z | Checking encoding_rs v0.8.35 |
| 2038 | 2026-07-11T17:32:38.694Z | Checking ucd-trie v0.1.7 |
| 2039 | 2026-07-11T17:32:38.737Z | Checking rand_chacha v0.3.1 |
| 2040 | 2026-07-11T17:32:38.771Z | Checking oxnet v0.1.6 |
| 2041 | 2026-07-11T17:32:38.775Z | Checking sync_wrapper v1.0.2 |
| 2042 | 2026-07-11T17:32:38.848Z | Checking pest v2.8.6 |
| 2043 | 2026-07-11T17:32:38.881Z | Checking spki v0.7.3 |
| 2044 | 2026-07-11T17:32:38.912Z | Checking either v1.15.0 |
| 2045 | 2026-07-11T17:32:38.968Z | Checking rand v0.8.6 |
| 2046 | 2026-07-11T17:32:39.076Z | Checking tower v0.5.3 |
| 2047 | 2026-07-11T17:32:39.079Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-07-11T17:32:39.192Z | Checking crc32fast v1.5.0 |
| 2049 | 2026-07-11T17:32:39.332Z | Checking iri-string v0.7.10 |
| 2050 | 2026-07-11T17:32:39.370Z | Checking futures v0.3.32 |
| 2051 | 2026-07-11T17:32:39.473Z | Checking foldhash v0.2.0 |
| 2052 | 2026-07-11T17:32:39.511Z | Checking static_assertions v1.1.0 |
| 2053 | 2026-07-11T17:32:39.632Z | Checking pkcs8 v0.10.2 |
| 2054 | 2026-07-11T17:32:39.638Z | Checking openapiv3 v2.2.0 |
| 2055 | 2026-07-11T17:32:39.638Z | Checking hubpack v0.1.2 |
| 2056 | 2026-07-11T17:32:39.666Z | Checking hashbrown v0.16.1 |
| 2057 | 2026-07-11T17:32:39.737Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-07-11T17:32:39.821Z | Checking rustls-native-certs v0.8.3 |
| 2059 | 2026-07-11T17:32:39.926Z | Checking sha2 v0.10.9 |
| 2060 | 2026-07-11T17:32:39.964Z | Checking hyper v1.10.1 |
| 2061 | 2026-07-11T17:32:39.997Z | Checking strum v0.26.3 |
| 2062 | 2026-07-11T17:32:40.130Z | Checking psl-types v2.0.11 |
| 2063 | 2026-07-11T17:32:40.199Z | Checking lazy_static v1.5.0 |
| 2064 | 2026-07-11T17:32:40.232Z | Checking cookie v0.18.1 |
| 2065 | 2026-07-11T17:32:40.270Z | Checking publicsuffix v2.3.0 |
| 2066 | 2026-07-11T17:32:40.314Z | Checking tinyvec_macros v0.1.1 |
| 2067 | 2026-07-11T17:32:40.361Z | Checking tower-http v0.6.8 |
| 2068 | 2026-07-11T17:32:40.406Z | Checking tinyvec v1.10.0 |
| 2069 | 2026-07-11T17:32:40.451Z | Checking scroll v0.13.0 |
| 2070 | 2026-07-11T17:32:40.485Z | Checking cookie_store v0.22.1 |
| 2071 | 2026-07-11T17:32:40.646Z | Checking flate2 v1.1.9 |
| 2072 | 2026-07-11T17:32:40.679Z | Checking signature v2.2.0 |
| 2073 | 2026-07-11T17:32:40.712Z | Checking goblin v0.10.5 |
| 2074 | 2026-07-11T17:32:40.742Z | Checking num-integer v0.1.46 |
| 2075 | 2026-07-11T17:32:40.783Z | Checking tokio-rustls v0.26.4 |
| 2076 | 2026-07-11T17:32:40.827Z | Checking rustls-platform-verifier v0.6.2 |
| 2077 | 2026-07-11T17:32:40.860Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-07-11T17:32:40.908Z | Checking data-encoding v2.10.0 |
| 2079 | 2026-07-11T17:32:40.942Z | Checking hyper-util v0.1.20 |
| 2080 | 2026-07-11T17:32:40.974Z | Checking bit-vec v0.8.0 |
| 2081 | 2026-07-11T17:32:41.008Z | Checking dtrace-parser v0.3.0 |
| 2082 | 2026-07-11T17:32:41.011Z | Checking hmac v0.12.1 |
| 2083 | 2026-07-11T17:32:41.069Z | Checking thread-id v5.1.0 |
| 2084 | 2026-07-11T17:32:41.072Z | Checking wait-timeout v0.2.1 |
| 2085 | 2026-07-11T17:32:41.173Z | Checking bstr v1.12.1 |
| 2086 | 2026-07-11T17:32:41.207Z | Checking bit-set v0.8.0 |
| 2087 | 2026-07-11T17:32:41.210Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-07-11T17:32:41.210Z | Checking anstyle-parse v0.2.7 |
| 2089 | 2026-07-11T17:32:41.296Z | Checking ahash v0.8.12 |
| 2090 | 2026-07-11T17:32:41.300Z | Checking toml_datetime v0.6.11 |
| 2091 | 2026-07-11T17:32:41.372Z | Checking serde_spanned v0.6.9 |
| 2092 | 2026-07-11T17:32:41.435Z | Checking quick-error v1.2.3 |
| 2093 | 2026-07-11T17:32:41.492Z | Checking anstream v0.6.21 |
| 2094 | 2026-07-11T17:32:41.526Z | Checking rand_xorshift v0.4.0 |
| 2095 | 2026-07-11T17:32:41.531Z | Checking memoffset v0.9.1 |
| 2096 | 2026-07-11T17:32:41.590Z | Checking rusty-fork v0.3.1 |
| 2097 | 2026-07-11T17:32:41.593Z | Checking scroll v0.12.0 |
| 2098 | 2026-07-11T17:32:41.593Z | Checking unarray v0.1.4 |
| 2099 | 2026-07-11T17:32:41.682Z | Checking x509-cert v0.2.5 |
| 2100 | 2026-07-11T17:32:41.686Z | Checking zerocopy v0.7.35 |
| 2101 | 2026-07-11T17:32:41.747Z | Checking unicode-segmentation v1.12.0 |
| 2102 | 2026-07-11T17:32:41.750Z | Checking num-iter v0.1.45 |
| 2103 | 2026-07-11T17:32:41.809Z | Checking proptest v1.10.0 |
| 2104 | 2026-07-11T17:32:41.902Z | Checking goblin v0.8.2 |
| 2105 | 2026-07-11T17:32:41.935Z | Checking dtrace-parser v0.2.0 |
| 2106 | 2026-07-11T17:32:42.084Z | Checking ff v0.13.1 |
| 2107 | 2026-07-11T17:32:42.187Z | Checking thread-id v4.2.2 |
| 2108 | 2026-07-11T17:32:42.220Z | Checking foreign-types-shared v0.1.1 |
| 2109 | 2026-07-11T17:32:42.252Z | Checking base16ct v0.2.0 |
| 2110 | 2026-07-11T17:32:42.255Z | Checking hyper-rustls v0.27.7 |
| 2111 | 2026-07-11T17:32:42.314Z | Checking group v0.13.0 |
| 2112 | 2026-07-11T17:32:42.346Z | Checking foreign-types v0.3.2 |
| 2113 | 2026-07-11T17:32:42.378Z | Checking nix v0.31.2 |
| 2114 | 2026-07-11T17:32:42.411Z | Checking sec1 v0.7.3 |
| 2115 | 2026-07-11T17:32:42.444Z | Checking hkdf v0.12.4 |
| 2116 | 2026-07-11T17:32:42.479Z | Checking crypto-bigint v0.5.5 |
| 2117 | 2026-07-11T17:32:42.513Z | Checking reqwest v0.13.2 |
| 2118 | 2026-07-11T17:32:42.599Z | Checking rustix v0.38.44 |
| 2119 | 2026-07-11T17:32:42.635Z | Checking openssl-sys v0.9.115 |
| 2120 | 2026-07-11T17:32:43.036Z | Checking env_filter v1.0.0 |
| 2121 | 2026-07-11T17:32:43.068Z | Checking dof v0.4.0 |
| 2122 | 2026-07-11T17:32:43.205Z | Checking keccak v0.1.6 |
| 2123 | 2026-07-11T17:32:43.372Z | Checking same-file v1.0.6 |
| 2124 | 2026-07-11T17:32:43.407Z | Checking winnow v0.7.14 |
| 2125 | 2026-07-11T17:32:43.410Z | Checking elliptic-curve v0.13.8 |
| 2126 | 2026-07-11T17:32:43.468Z | Checking sha3 v0.10.8 |
| 2127 | 2026-07-11T17:32:43.517Z | Checking walkdir v2.5.0 |
| 2128 | 2026-07-11T17:32:43.610Z | Checking newtype-uuid v1.3.2 |
| 2129 | 2026-07-11T17:32:43.644Z | Checking env_logger v0.11.9 |
| 2130 | 2026-07-11T17:32:43.697Z | Checking openssl v0.10.79 |
| 2131 | 2026-07-11T17:32:43.700Z | Checking num-bigint-dig v0.8.6 |
| 2132 | 2026-07-11T17:32:43.760Z | Checking usdt-impl v0.6.0 |
| 2133 | 2026-07-11T17:32:43.763Z | Checking pkcs1 v0.7.5 |
| 2134 | 2026-07-11T17:32:43.822Z | Checking dof v0.3.0 |
| 2135 | 2026-07-11T17:32:43.854Z | Checking itertools v0.13.0 |
| 2136 | 2026-07-11T17:32:43.858Z | Checking daft v0.1.7 |
| 2137 | 2026-07-11T17:32:44.063Z | Checking serde_with v3.17.0 |
| 2138 | 2026-07-11T17:32:44.073Z | Checking usdt v0.6.0 |
| 2139 | 2026-07-11T17:32:44.122Z | Checking usdt-impl v0.5.0 |
| 2140 | 2026-07-11T17:32:44.155Z | Checking winnow v1.0.3 |
| 2141 | 2026-07-11T17:32:44.252Z | Checking siphasher v1.0.2 |
| 2142 | 2026-07-11T17:32:44.424Z | Checking bitflags v1.3.2 |
| 2143 | 2026-07-11T17:32:44.459Z | Checking unicode-normalization v0.1.25 |
| 2144 | 2026-07-11T17:32:44.490Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2145 | 2026-07-11T17:32:44.525Z | Checking signal-hook v0.3.18 |
| 2146 | 2026-07-11T17:32:44.563Z | Checking rsa v0.9.10 |
| 2147 | 2026-07-11T17:32:44.596Z | Checking toml_write v0.1.2 |
| 2148 | 2026-07-11T17:32:44.740Z | Checking winnow v0.5.40 |
| 2149 | 2026-07-11T17:32:44.787Z | Checking managed v0.8.0 |
| 2150 | 2026-07-11T17:32:44.840Z | Checking toml_edit v0.22.27 |
| 2151 | 2026-07-11T17:32:44.878Z | Checking chacha20 v0.10.0 |
| 2152 | 2026-07-11T17:32:44.911Z | Checking curve25519-dalek v4.1.3 |
| 2153 | 2026-07-11T17:32:44.995Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-07-11T17:32:45.054Z | Checking object v0.37.3 |
| 2155 | 2026-07-11T17:32:45.107Z | Checking foldhash v0.1.5 |
| 2156 | 2026-07-11T17:32:45.149Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-07-11T17:32:45.266Z | Checking hashbrown v0.15.5 |
| 2158 | 2026-07-11T17:32:45.339Z | Checking signal-hook-mio v0.2.5 |
| 2159 | 2026-07-11T17:32:45.459Z | Checking globset v0.4.18 |
| 2160 | 2026-07-11T17:32:45.493Z | Checking ed25519 v2.2.3 |
| 2161 | 2026-07-11T17:32:45.694Z | Checking ref-cast v1.0.25 |
| 2162 | 2026-07-11T17:32:45.728Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2163 | 2026-07-11T17:32:45.761Z | Checking ed25519-dalek v2.2.0 |
| 2164 | 2026-07-11T17:32:45.764Z | Checking native-tls v0.2.18 |
| 2165 | 2026-07-11T17:32:45.823Z | Checking zip v0.6.6 |
| 2166 | 2026-07-11T17:32:45.826Z | Checking pin-project v1.1.11 |
| 2167 | 2026-07-11T17:32:45.884Z | Checking zstd-safe v7.2.4 |
| 2168 | 2026-07-11T17:32:45.917Z | Checking toml_edit v0.19.15 |
| 2169 | 2026-07-11T17:32:45.951Z | Checking libbz2-rs-sys v0.2.2 |
| 2170 | 2026-07-11T17:32:45.984Z | Checking tokio-native-tls v0.3.1 |
| 2171 | 2026-07-11T17:32:45.988Z | Checking bumpalo v3.20.2 |
| 2172 | 2026-07-11T17:32:46.045Z | Checking crossterm v0.28.1 |
| 2173 | 2026-07-11T17:32:46.077Z | Checking zstd v0.13.3 |
| 2174 | 2026-07-11T17:32:46.163Z | Checking hyper-tls v0.6.0 |
| 2175 | 2026-07-11T17:32:46.201Z | Checking similar v2.7.0 |
| 2176 | 2026-07-11T17:32:46.237Z | Checking zopfli v0.8.3 |
| 2177 | 2026-07-11T17:32:46.285Z | Checking fs-err v3.3.0 |
| 2178 | 2026-07-11T17:32:46.359Z | Checking reqwest v0.12.28 |
| 2179 | 2026-07-11T17:32:46.393Z | Checking bzip2 v0.6.1 |
| 2180 | 2026-07-11T17:32:46.583Z | Checking pem v3.0.6 |
| 2181 | 2026-07-11T17:32:46.587Z | Checking hash32 v0.2.1 |
| 2182 | 2026-07-11T17:32:46.647Z | Checking serde-big-array v0.5.1 |
| 2183 | 2026-07-11T17:32:46.651Z | Checking unicode-bidi v0.3.18 |
| 2184 | 2026-07-11T17:32:46.771Z | Checking jiff v0.2.21 |
| 2185 | 2026-07-11T17:32:46.804Z | Checking unicode-properties v0.1.4 |
| 2186 | 2026-07-11T17:32:46.806Z | Checking predicates-core v1.0.10 |
| 2187 | 2026-07-11T17:32:46.865Z | Checking heapless v0.7.17 |
| 2188 | 2026-07-11T17:32:46.957Z | Checking snafu v0.8.9 |
| 2189 | 2026-07-11T17:32:46.990Z | Checking toml v0.7.8 |
| 2190 | 2026-07-11T17:32:47.021Z | Checking olpc-cjson v0.1.4 |
| 2191 | 2026-07-11T17:32:47.053Z | Checking stringprep v0.1.5 |
| 2192 | 2026-07-11T17:32:47.152Z | Checking hickory-proto v0.25.2 |
| 2193 | 2026-07-11T17:32:47.185Z | Checking md-5 v0.10.6 |
| 2194 | 2026-07-11T17:32:47.219Z | Checking serde_plain v1.0.2 |
| 2195 | 2026-07-11T17:32:47.251Z | Checking float-cmp v0.10.0 |
| 2196 | 2026-07-11T17:32:47.306Z | Checking fallible-iterator v0.2.0 |
| 2197 | 2026-07-11T17:32:47.339Z | Checking difflib v0.4.0 |
| 2198 | 2026-07-11T17:32:47.371Z | Checking typed-path v0.9.3 |
| 2199 | 2026-07-11T17:32:47.401Z | Checking normalize-line-endings v0.3.0 |
| 2200 | 2026-07-11T17:32:47.405Z | Checking smoltcp v0.9.1 |
| 2201 | 2026-07-11T17:32:47.464Z | Checking iddqd v0.4.2 |
| 2202 | 2026-07-11T17:32:47.516Z | Checking phf_shared v0.11.3 |
| 2203 | 2026-07-11T17:32:47.549Z | Checking predicates v3.1.4 |
| 2204 | 2026-07-11T17:32:47.596Z | Checking postgres-protocol v0.6.10 |
| 2205 | 2026-07-11T17:32:47.686Z | Checking phf_shared v0.13.1 |
| 2206 | 2026-07-11T17:32:47.868Z | Checking tokio-stream v0.1.18 |
| 2207 | 2026-07-11T17:32:47.907Z | Checking buf-list v1.1.2 |
| 2208 | 2026-07-11T17:32:47.939Z | Checking strum v0.27.2 |
| 2209 | 2026-07-11T17:32:48.033Z | Checking fixedbitset v0.5.7 |
| 2210 | 2026-07-11T17:32:48.073Z | Checking new_debug_unreachable v1.0.6 |
| 2211 | 2026-07-11T17:32:48.112Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-07-11T17:32:48.163Z | Checking tough v0.22.0 |
| 2213 | 2026-07-11T17:32:48.195Z | Checking lalrpop-util v0.19.12 |
| 2214 | 2026-07-11T17:32:48.226Z | Checking fixedbitset v0.4.2 |
| 2215 | 2026-07-11T17:32:48.257Z | Checking petgraph v0.8.3 |
| 2216 | 2026-07-11T17:32:48.291Z | Checking string_cache v0.8.9 |
| 2217 | 2026-07-11T17:32:48.375Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2218 | 2026-07-11T17:32:48.408Z | Checking petgraph v0.6.5 |
| 2219 | 2026-07-11T17:32:48.412Z | Checking postgres-types v0.2.12 |
| 2220 | 2026-07-11T17:32:48.481Z | Checking phf v0.13.1 |
| 2221 | 2026-07-11T17:32:48.658Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2222 | 2026-07-11T17:32:48.777Z | Checking peg-runtime v0.8.5 |
| 2223 | 2026-07-11T17:32:48.944Z | Checking whoami v2.1.0 |
| 2224 | 2026-07-11T17:32:49.029Z | Checking zip v4.6.1 |
| 2225 | 2026-07-11T17:32:49.082Z | Checking is-terminal v0.4.17 |
| 2226 | 2026-07-11T17:32:49.164Z | Checking tokio-postgres v0.7.16 |
| 2227 | 2026-07-11T17:32:49.202Z | Checking crossbeam-channel v0.5.15 |
| 2228 | 2026-07-11T17:32:49.573Z | Checking thread_local v1.1.9 |
| 2229 | 2026-07-11T17:32:49.631Z | Compiling structmeta-derive v0.3.0 |
| 2230 | 2026-07-11T17:32:49.666Z | Checking take_mut v0.2.2 |
| 2231 | 2026-07-11T17:32:49.768Z | Checking term v1.2.1 |
| 2232 | 2026-07-11T17:32:49.800Z | Checking slog-async v2.8.0 |
| 2233 | 2026-07-11T17:32:49.850Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-07-11T17:32:49.980Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-11T17:32:50.014Z | Compiling async-stream-impl v0.3.6 |
| 2236 | 2026-07-11T17:32:50.018Z | Checking slog-term v2.9.2 |
| 2237 | 2026-07-11T17:32:50.242Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-07-11T17:32:50.283Z | Checking slog-json v2.6.1 |
| 2239 | 2026-07-11T17:32:50.326Z | Compiling dropshot v0.17.1 |
| 2240 | 2026-07-11T17:32:50.360Z | Checking hostname v0.3.1 |
| 2241 | 2026-07-11T17:32:50.463Z | Compiling dropshot_endpoint v0.17.1 |
| 2242 | 2026-07-11T17:32:50.497Z | Checking slog-bunyan v2.5.0 |
| 2243 | 2026-07-11T17:32:50.501Z | Checking debug-ignore v1.0.5 |
| 2244 | 2026-07-11T17:32:50.622Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2245 | 2026-07-11T17:32:50.656Z | Checking progenitor-client v0.14.0 |
| 2246 | 2026-07-11T17:32:50.660Z | Checking sha1 v0.11.0 |
| 2247 | 2026-07-11T17:32:50.684Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2248 | 2026-07-11T17:32:50.687Z | Checking serde_path_to_error v0.1.20 |
| 2249 | 2026-07-11T17:32:50.774Z | Compiling structmeta v0.3.0 |
| 2250 | 2026-07-11T17:32:50.890Z | Checking serde_spanned v1.1.1 |
| 2251 | 2026-07-11T17:32:50.925Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2252 | 2026-07-11T17:32:50.962Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2253 | 2026-07-11T17:32:50.994Z | Checking compression-core v0.4.31 |
| 2254 | 2026-07-11T17:32:51.027Z | Checking async-stream v0.3.6 |
| 2255 | 2026-07-11T17:32:51.030Z | Compiling derive-ex v0.1.8 |
| 2256 | 2026-07-11T17:32:51.118Z | Checking rustls-pemfile v2.2.0 |
| 2257 | 2026-07-11T17:32:51.151Z | Checking compression-codecs v0.4.37 |
| 2258 | 2026-07-11T17:32:51.182Z | Checking toml v1.1.2+spec-1.1.0 |
| 2259 | 2026-07-11T17:32:51.186Z | Checking waitgroup v0.1.2 |
| 2260 | 2026-07-11T17:32:51.279Z | Checking hostname v0.4.2 |
| 2261 | 2026-07-11T17:32:51.312Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2262 | 2026-07-11T17:32:51.343Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2263 | 2026-07-11T17:32:51.346Z | Checking async-compression v0.4.41 |
| 2264 | 2026-07-11T17:32:51.346Z | Checking atomicwrites v0.4.4 |
| 2265 | 2026-07-11T17:32:51.432Z | Checking itertools v0.14.0 |
| 2266 | 2026-07-11T17:32:51.496Z | Compiling parse-display-derive v0.10.0 |
| 2267 | 2026-07-11T17:32:51.530Z | Checking macaddr v1.0.1 |
| 2268 | 2026-07-11T17:32:51.533Z | Checking regress v0.10.5 |
| 2269 | 2026-07-11T17:32:51.688Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2270 | 2026-07-11T17:32:51.738Z | Checking instant v0.1.13 |
| 2271 | 2026-07-11T17:32:51.829Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2272 | 2026-07-11T17:32:51.861Z | Checking backoff v0.4.0 |
| 2273 | 2026-07-11T17:32:52.067Z | Checking backon v1.6.0 |
| 2274 | 2026-07-11T17:32:52.100Z | Checking humantime v2.3.0 |
| 2275 | 2026-07-11T17:32:52.136Z | Checking unicode-width v0.2.0 |
| 2276 | 2026-07-11T17:32:52.278Z | Checking progenitor-extras v0.2.0 |
| 2277 | 2026-07-11T17:32:52.310Z | Compiling convert_case v0.4.0 |
| 2278 | 2026-07-11T17:32:52.408Z | Checking heck v0.5.0 |
| 2279 | 2026-07-11T17:32:52.519Z | Checking half v2.7.1 |
| 2280 | 2026-07-11T17:32:52.552Z | Checking ciborium-io v0.2.2 |
| 2281 | 2026-07-11T17:32:52.583Z | Checking secrecy v0.10.3 |
| 2282 | 2026-07-11T17:32:52.668Z | Checking camino-tempfile v1.4.1 |
| 2283 | 2026-07-11T17:32:52.701Z | Compiling derive_more v0.99.20 |
| 2284 | 2026-07-11T17:32:52.732Z | Compiling regress v0.11.1 |
| 2285 | 2026-07-11T17:32:52.786Z | Compiling test-strategy v0.4.5 |
| 2286 | 2026-07-11T17:32:52.822Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-07-11T17:32:52.852Z | Checking indent_write v2.2.0 |
| 2288 | 2026-07-11T17:32:53.038Z | Checking ciborium v0.2.2 |
| 2289 | 2026-07-11T17:32:53.068Z | Compiling crucible-workspace-hack v0.1.0 |
| 2290 | 2026-07-11T17:32:53.227Z | Checking parse-display v0.10.0 |
| 2291 | 2026-07-11T17:32:53.325Z | Compiling unsafe-libyaml v0.2.11 |
| 2292 | 2026-07-11T17:32:53.478Z | Checking inout v0.1.4 |
| 2293 | 2026-07-11T17:32:53.510Z | Checking universal-hash v0.5.1 |
| 2294 | 2026-07-11T17:32:53.641Z | Checking cipher v0.4.4 |
| 2295 | 2026-07-11T17:32:53.672Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-07-11T17:32:53.868Z | Compiling serde_yaml v0.9.34+deprecated |
| 2297 | 2026-07-11T17:32:54.086Z | Checking swrite v0.1.0 |
| 2298 | 2026-07-11T17:32:54.203Z | Checking opaque-debug v0.3.1 |
| 2299 | 2026-07-11T17:32:54.251Z | Checking chacha20 v0.9.1 |
| 2300 | 2026-07-11T17:32:54.295Z | Checking poly1305 v0.8.0 |
| 2301 | 2026-07-11T17:32:54.328Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-07-11T17:32:54.470Z | Compiling typify-impl v0.6.2 |
| 2303 | 2026-07-11T17:32:54.590Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2304 | 2026-07-11T17:32:54.727Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-07-11T17:32:54.892Z | Checking thiserror-no-std v2.0.2 |
| 2306 | 2026-07-11T17:32:54.932Z | Checking blake2 v0.10.6 |
| 2307 | 2026-07-11T17:32:55.007Z | Checking aead v0.5.2 |
| 2308 | 2026-07-11T17:32:55.179Z | Checking password-hash v0.5.0 |
| 2309 | 2026-07-11T17:32:55.211Z | Checking chacha20poly1305 v0.10.1 |
| 2310 | 2026-07-11T17:32:55.264Z | Checking vsss-rs v3.3.4 |
| 2311 | 2026-07-11T17:32:55.343Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2312 | 2026-07-11T17:32:55.375Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2313 | 2026-07-11T17:32:55.429Z | Checking argon2 v0.5.3 |
| 2314 | 2026-07-11T17:32:55.684Z | Checking byte-wrapper v0.1.0 |
| 2315 | 2026-07-11T17:32:55.718Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-11T17:32:55.767Z | Checking crossbeam-deque v0.8.6 |
| 2317 | 2026-07-11T17:32:55.799Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2318 | 2026-07-11T17:32:55.916Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2319 | 2026-07-11T17:32:55.970Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-07-11T17:32:55.973Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2321 | 2026-07-11T17:32:56.031Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2322 | 2026-07-11T17:32:56.306Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-07-11T17:32:56.391Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2324 | 2026-07-11T17:32:56.624Z | Compiling proc-macro-error v1.0.4 |
| 2325 | 2026-07-11T17:32:56.693Z | Checking rayon v1.11.0 |
| 2326 | 2026-07-11T17:32:56.963Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-07-11T17:32:57.375Z | Checking tabwriter v1.4.1 |
| 2328 | 2026-07-11T17:32:57.406Z | Checking toml v0.8.23 |
| 2329 | 2026-07-11T17:32:57.515Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2330 | 2026-07-11T17:32:57.552Z | Checking glob v0.3.3 |
| 2331 | 2026-07-11T17:32:57.555Z | Compiling num_enum_derive v0.7.6 |
| 2332 | 2026-07-11T17:32:57.637Z | Compiling heapless v0.8.0 |
| 2333 | 2026-07-11T17:32:57.677Z | Checking colored v3.1.1 |
| 2334 | 2026-07-11T17:32:57.753Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-07-11T17:32:57.785Z | Checking hash32 v0.3.1 |
| 2336 | 2026-07-11T17:32:57.901Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-07-11T17:32:57.937Z | Checking unicode-width v0.1.14 |
| 2338 | 2026-07-11T17:32:58.147Z | Compiling smoltcp v0.11.0 |
| 2339 | 2026-07-11T17:32:58.210Z | Checking cobs v0.3.0 |
| 2340 | 2026-07-11T17:32:58.278Z | Compiling usdt-macro v0.5.0 |
| 2341 | 2026-07-11T17:32:58.407Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-07-11T17:32:58.517Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2343 | 2026-07-11T17:32:58.585Z | Checking memmap v0.7.0 |
| 2344 | 2026-07-11T17:32:58.625Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2345 | 2026-07-11T17:32:58.657Z | Checking num_enum v0.7.6 |
| 2346 | 2026-07-11T17:32:58.797Z | Checking postcard v1.1.3 |
| 2347 | 2026-07-11T17:32:58.891Z | Checking rand v0.10.1 |
| 2348 | 2026-07-11T17:32:59.006Z | Compiling typify-macro v0.6.2 |
| 2349 | 2026-07-11T17:32:59.050Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2350 | 2026-07-11T17:32:59.116Z | Compiling proc-macro-crate v1.3.1 |
| 2351 | 2026-07-11T17:32:59.216Z | Checking usdt v0.5.0 |
| 2352 | 2026-07-11T17:32:59.279Z | Checking sigpipe v0.1.3 |
| 2353 | 2026-07-11T17:32:59.384Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2354 | 2026-07-11T17:32:59.419Z | Compiling foreign-types-macros v0.2.3 |
| 2355 | 2026-07-11T17:32:59.423Z | Checking foreign-types-shared v0.3.1 |
| 2356 | 2026-07-11T17:32:59.546Z | Compiling num_enum_derive v0.5.11 |
| 2357 | 2026-07-11T17:32:59.721Z | Checking cstr-argument v0.1.2 |
| 2358 | 2026-07-11T17:32:59.824Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2359 | 2026-07-11T17:32:59.872Z | Compiling num-derive v0.4.2 |
| 2360 | 2026-07-11T17:32:59.944Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-11T17:33:00.042Z | Checking foreign-types v0.5.0 |
| 2362 | 2026-07-11T17:33:00.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2363 | 2026-07-11T17:33:00.293Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-07-11T17:33:00.412Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2365 | 2026-07-11T17:33:00.444Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2366 | 2026-07-11T17:33:00.448Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2367 | 2026-07-11T17:33:00.599Z | Checking ingot-types v0.1.2 |
| 2368 | 2026-07-11T17:33:00.634Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2369 | 2026-07-11T17:33:00.637Z | Checking num_enum v0.5.11 |
| 2370 | 2026-07-11T17:33:00.637Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2371 | 2026-07-11T17:33:00.753Z | Compiling typify v0.6.2 |
| 2372 | 2026-07-11T17:33:00.816Z | Compiling zone_cfg_derive v0.3.1 |
| 2373 | 2026-07-11T17:33:00.819Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2374 | 2026-07-11T17:33:00.880Z | Compiling progenitor-impl v0.14.0 |
| 2375 | 2026-07-11T17:33:00.982Z | Checking ingot v0.1.1 |
| 2376 | 2026-07-11T17:33:01.034Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2377 | 2026-07-11T17:33:01.038Z | Checking itertools v0.12.1 |
| 2378 | 2026-07-11T17:33:01.234Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2379 | 2026-07-11T17:33:01.547Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2380 | 2026-07-11T17:33:01.635Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2381 | 2026-07-11T17:33:01.731Z | Checking smf v0.2.3 |
| 2382 | 2026-07-11T17:33:01.763Z | Checking whoami v1.6.1 |
| 2383 | 2026-07-11T17:33:01.883Z | Checking tokio-dtrace v0.1.1 |
| 2384 | 2026-07-11T17:33:01.914Z | Compiling derive-where v1.6.0 |
| 2385 | 2026-07-11T17:33:01.961Z | Checking console v0.15.11 |
| 2386 | 2026-07-11T17:33:01.993Z | Checking newline-converter v0.3.0 |
| 2387 | 2026-07-11T17:33:02.089Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-07-11T17:33:02.122Z | Checking zone v0.3.1 |
| 2389 | 2026-07-11T17:33:02.151Z | Checking bytecount v0.6.9 |
| 2390 | 2026-07-11T17:33:02.265Z | Checking expectorate v1.2.0 |
| 2391 | 2026-07-11T17:33:02.298Z | Compiling owo-colors v4.3.0 |
| 2392 | 2026-07-11T17:33:02.301Z | Compiling cancel-safe-futures v0.1.5 |
| 2393 | 2026-07-11T17:33:02.422Z | Checking libsw-core v0.3.2 |
| 2394 | 2026-07-11T17:33:02.499Z | Checking num-rational v0.4.2 |
| 2395 | 2026-07-11T17:33:02.610Z | Checking libsw v3.5.0 |
| 2396 | 2026-07-11T17:33:02.712Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2397 | 2026-07-11T17:33:02.784Z | Checking num-complex v0.4.6 |
| 2398 | 2026-07-11T17:33:02.918Z | Checking linear-map v1.2.0 |
| 2399 | 2026-07-11T17:33:03.029Z | Checking float-ord v0.3.2 |
| 2400 | 2026-07-11T17:33:03.115Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-07-11T17:33:03.148Z | Checking num v0.4.3 |
| 2402 | 2026-07-11T17:33:03.178Z | Checking gethostname v0.5.0 |
| 2403 | 2026-07-11T17:33:03.245Z | Compiling prettyplease v0.2.37 |
| 2404 | 2026-07-11T17:33:03.276Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2405 | 2026-07-11T17:33:03.306Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2406 | 2026-07-11T17:33:03.338Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2407 | 2026-07-11T17:33:03.562Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-07-11T17:33:03.600Z | Compiling progenitor-macro v0.14.0 |
| 2409 | 2026-07-11T17:33:03.678Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2410 | 2026-07-11T17:33:03.770Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-07-11T17:33:03.858Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2412 | 2026-07-11T17:33:04.010Z | Checking smawk v0.3.2 |
| 2413 | 2026-07-11T17:33:04.168Z | Checking papergrid v0.11.0 |
| 2414 | 2026-07-11T17:33:04.789Z | Compiling tabled_derive v0.7.0 |
| 2415 | 2026-07-11T17:33:04.840Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-07-11T17:33:04.890Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2417 | 2026-07-11T17:33:04.927Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2418 | 2026-07-11T17:33:05.078Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2419 | 2026-07-11T17:33:05.128Z | Compiling slog-dtrace v0.3.0 |
| 2420 | 2026-07-11T17:33:05.190Z | Compiling derive_more-impl v2.1.1 |
| 2421 | 2026-07-11T17:33:05.394Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2422 | 2026-07-11T17:33:05.472Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-07-11T17:33:05.782Z | Checking tabled v0.15.0 |
| 2424 | 2026-07-11T17:33:06.016Z | Checking linked-hash-map v0.5.6 |
| 2425 | 2026-07-11T17:33:06.049Z | Checking derive_more v2.1.1 |
| 2426 | 2026-07-11T17:33:06.159Z | Checking crossterm v0.29.0 |
| 2427 | 2026-07-11T17:33:06.219Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-07-11T17:33:06.746Z | Checking hickory-proto v0.24.4 |
| 2429 | 2026-07-11T17:33:06.778Z | Checking fd-lock v4.0.4 |
| 2430 | 2026-07-11T17:33:07.428Z | Checking vte v0.14.1 |
| 2431 | 2026-07-11T17:33:07.545Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2432 | 2026-07-11T17:33:07.699Z | Checking display-error-chain v0.2.2 |
| 2433 | 2026-07-11T17:33:07.759Z | Checking strip-ansi-escapes v0.2.1 |
| 2434 | 2026-07-11T17:33:07.955Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-07-11T17:33:08.381Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2436 | 2026-07-11T17:33:08.492Z | Checking progenitor v0.14.0 |
| 2437 | 2026-07-11T17:33:08.650Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2438 | 2026-07-11T17:33:08.839Z | Checking nu-ansi-term v0.50.3 |
| 2439 | 2026-07-11T17:33:08.982Z | Checking termtree v0.5.1 |
| 2440 | 2026-07-11T17:33:09.108Z | Checking reedline v0.40.0 |
| 2441 | 2026-07-11T17:33:09.141Z | Checking hickory-resolver v0.24.4 |
| 2442 | 2026-07-11T17:33:09.171Z | Checking textwrap v0.16.2 |
| 2443 | 2026-07-11T17:33:09.414Z | Compiling minimal-lexical v0.2.1 |
| 2444 | 2026-07-11T17:33:09.517Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2445 | 2026-07-11T17:33:09.694Z | Compiling nom v7.1.3 |
| 2446 | 2026-07-11T17:33:09.902Z | Checking qorb v0.4.1 |
| 2447 | 2026-07-11T17:33:09.985Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2448 | 2026-07-11T17:33:10.292Z | Compiling unicode-xid v0.2.6 |
| 2449 | 2026-07-11T17:33:10.448Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2450 | 2026-07-11T17:33:10.562Z | Compiling ar_archive_writer v0.5.1 |
| 2451 | 2026-07-11T17:33:11.059Z | Checking csv-core v0.1.13 |
| 2452 | 2026-07-11T17:33:11.090Z | Compiling stacker v0.1.23 |
| 2453 | 2026-07-11T17:33:11.147Z | Compiling cfg_aliases v0.1.1 |
| 2454 | 2026-07-11T17:33:11.178Z | Checking highway v1.3.0 |
| 2455 | 2026-07-11T17:33:11.249Z | Compiling semver v0.1.20 |
| 2456 | 2026-07-11T17:33:11.281Z | Checking csv v1.4.0 |
| 2457 | 2026-07-11T17:33:11.432Z | Compiling psm v0.1.30 |
| 2458 | 2026-07-11T17:33:11.436Z | Compiling nix v0.28.0 |
| 2459 | 2026-07-11T17:33:11.436Z | Checking nibble_vec v0.1.0 |
| 2460 | 2026-07-11T17:33:11.606Z | Compiling rustc_version v0.1.7 |
| 2461 | 2026-07-11T17:33:11.638Z | Checking endian-type v0.1.2 |
| 2462 | 2026-07-11T17:33:11.672Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2463 | 2026-07-11T17:33:11.725Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2464 | 2026-07-11T17:33:11.792Z | Checking radix_trie v0.2.1 |
| 2465 | 2026-07-11T17:33:11.860Z | Compiling newtype_derive v0.1.6 |
| 2466 | 2026-07-11T17:33:11.935Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2467 | 2026-07-11T17:33:12.030Z | Checking phf_shared v0.12.1 |
| 2468 | 2026-07-11T17:33:12.091Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2469 | 2026-07-11T17:33:12.221Z | Compiling chrono-tz v0.10.4 |
| 2470 | 2026-07-11T17:33:12.252Z | Checking phf v0.12.1 |
| 2471 | 2026-07-11T17:33:12.450Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2472 | 2026-07-11T17:33:12.509Z | Compiling const_format_proc_macros v0.2.34 |
| 2473 | 2026-07-11T17:33:12.540Z | Compiling peg-macros v0.8.5 |
| 2474 | 2026-07-11T17:33:12.544Z | Checking recursive v0.1.1 |
| 2475 | 2026-07-11T17:33:12.600Z | Checking winnow v0.6.26 |
| 2476 | 2026-07-11T17:33:12.689Z | Checking nom v8.0.0 |
| 2477 | 2026-07-11T17:33:13.017Z | Compiling sqlparser_derive v0.5.0 |
| 2478 | 2026-07-11T17:33:13.361Z | Checking home v0.5.12 |
| 2479 | 2026-07-11T17:33:13.394Z | Checking unicode_categories v0.1.1 |
| 2480 | 2026-07-11T17:33:13.496Z | Checking rustyline v14.0.0 |
| 2481 | 2026-07-11T17:33:13.575Z | Checking const_format v0.2.35 |
| 2482 | 2026-07-11T17:33:13.756Z | Checking sqlformat v0.3.5 |
| 2483 | 2026-07-11T17:33:13.818Z | Checking sqlparser v0.61.0 |
| 2484 | 2026-07-11T17:33:13.938Z | Checking peg v0.8.5 |
| 2485 | 2026-07-11T17:33:14.137Z | Checking bcs v0.1.6 |
| 2486 | 2026-07-11T17:33:14.206Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2487 | 2026-07-11T17:33:14.209Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2488 | 2026-07-11T17:33:14.301Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2489 | 2026-07-11T17:33:14.392Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2490 | 2026-07-11T17:33:14.443Z | Checking steno v0.4.1 |
| 2491 | 2026-07-11T17:33:14.682Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2492 | 2026-07-11T17:33:14.764Z | Checking sha1 v0.10.6 |
| 2493 | 2026-07-11T17:33:14.803Z | Checking filetime v0.2.27 |
| 2494 | 2026-07-11T17:33:14.954Z | Checking xattr v1.6.1 |
| 2495 | 2026-07-11T17:33:14.986Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-07-11T17:33:15.109Z | Checking tar v0.4.45 |
| 2497 | 2026-07-11T17:33:15.390Z | Checking subprocess v0.2.15 |
| 2498 | 2026-07-11T17:33:15.484Z | Checking headers-core v0.3.0 |
| 2499 | 2026-07-11T17:33:15.523Z | Checking base64 v0.21.7 |
| 2500 | 2026-07-11T17:33:15.619Z | Checking headers v0.4.1 |
| 2501 | 2026-07-11T17:33:15.704Z | Checking yasna v0.5.2 |
| 2502 | 2026-07-11T17:33:15.799Z | Checking dropshot-api-manager-types v0.7.2 |
| 2503 | 2026-07-11T17:33:15.998Z | Checking tagptr v0.2.0 |
| 2504 | 2026-07-11T17:33:16.115Z | Checking utf-8 v0.7.6 |
| 2505 | 2026-07-11T17:33:16.146Z | Checking rcgen v0.12.1 |
| 2506 | 2026-07-11T17:33:16.174Z | Checking moka v0.12.13 |
| 2507 | 2026-07-11T17:33:16.274Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-07-11T17:33:16.447Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2509 | 2026-07-11T17:33:16.509Z | Checking tungstenite v0.21.0 |
| 2510 | 2026-07-11T17:33:16.824Z | Compiling libefi-sys v0.1.0 |
| 2511 | 2026-07-11T17:33:16.902Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-07-11T17:33:16.940Z | Compiling bitfield-struct v0.6.2 |
| 2513 | 2026-07-11T17:33:16.971Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-07-11T17:33:17.087Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2515 | 2026-07-11T17:33:17.359Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2516 | 2026-07-11T17:33:17.612Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2517 | 2026-07-11T17:33:17.674Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2518 | 2026-07-11T17:33:18.110Z | Compiling radium v0.7.0 |
| 2519 | 2026-07-11T17:33:18.165Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2520 | 2026-07-11T17:33:18.267Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2521 | 2026-07-11T17:33:18.358Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2522 | 2026-07-11T17:33:18.391Z | Compiling maybe-uninit v2.0.0 |
| 2523 | 2026-07-11T17:33:18.462Z | Checking tap v1.0.1 |
| 2524 | 2026-07-11T17:33:18.557Z | Compiling zerocopy-derive v0.6.6 |
| 2525 | 2026-07-11T17:33:18.594Z | Checking wyz v0.5.1 |
| 2526 | 2026-07-11T17:33:18.735Z | Compiling packed_struct v0.10.1 |
| 2527 | 2026-07-11T17:33:18.776Z | Checking funty v2.0.0 |
| 2528 | 2026-07-11T17:33:18.807Z | Checking crc-catalog v2.4.0 |
| 2529 | 2026-07-11T17:33:18.834Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2530 | 2026-07-11T17:33:18.923Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2531 | 2026-07-11T17:33:18.963Z | Checking crc v3.4.0 |
| 2532 | 2026-07-11T17:33:19.104Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2533 | 2026-07-11T17:33:19.136Z | Checking bitvec v1.0.1 |
| 2534 | 2026-07-11T17:33:19.166Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2535 | 2026-07-11T17:33:19.194Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2536 | 2026-07-11T17:33:19.194Z | Compiling packed_struct_codegen v0.10.1 |
| 2537 | 2026-07-11T17:33:19.438Z | Checking zerocopy v0.6.6 |
| 2538 | 2026-07-11T17:33:19.766Z | Compiling bitfield-macros v0.19.4 |
| 2539 | 2026-07-11T17:33:20.201Z | Compiling indexmap v1.9.3 |
| 2540 | 2026-07-11T17:33:20.335Z | Checking nodrop v0.1.14 |
| 2541 | 2026-07-11T17:33:20.471Z | Checking array-init v0.0.4 |
| 2542 | 2026-07-11T17:33:20.530Z | Checking smallvec v0.6.14 |
| 2543 | 2026-07-11T17:33:20.534Z | Checking bitfield v0.19.4 |
| 2544 | 2026-07-11T17:33:20.749Z | Checking hashbrown v0.12.3 |
| 2545 | 2026-07-11T17:33:20.789Z | Checking serde-hex v0.1.0 |
| 2546 | 2026-07-11T17:33:20.855Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2547 | 2026-07-11T17:33:21.044Z | Checking ron v0.8.1 |
| 2548 | 2026-07-11T17:33:21.583Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2549 | 2026-07-11T17:33:21.614Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2550 | 2026-07-11T17:33:21.644Z | Checking hashbrown v0.13.2 |
| 2551 | 2026-07-11T17:33:21.909Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2552 | 2026-07-11T17:33:22.095Z | Checking crc-any v2.5.0 |
| 2553 | 2026-07-11T17:33:22.167Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2554 | 2026-07-11T17:33:22.201Z | Checking object v0.30.4 |
| 2555 | 2026-07-11T17:33:22.254Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-11T17:33:22.301Z | Compiling xshell-macros v0.2.7 |
| 2557 | 2026-07-11T17:33:22.355Z | Checking path-slash v0.1.5 |
| 2558 | 2026-07-11T17:33:22.443Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2559 | 2026-07-11T17:33:22.730Z | Checking xshell v0.2.7 |
| 2560 | 2026-07-11T17:33:22.801Z | Checking half v1.8.3 |
| 2561 | 2026-07-11T17:33:22.840Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2562 | 2026-07-11T17:33:22.957Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2563 | 2026-07-11T17:33:23.026Z | Checking serde_cbor v0.11.2 |
| 2564 | 2026-07-11T17:33:23.081Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2565 | 2026-07-11T17:33:23.432Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2566 | 2026-07-11T17:33:23.516Z | Compiling proc-macro-error2 v2.0.1 |
| 2567 | 2026-07-11T17:33:23.648Z | Compiling num-derive v0.3.3 |
| 2568 | 2026-07-11T17:33:23.735Z | Checking maplit v1.0.2 |
| 2569 | 2026-07-11T17:33:23.845Z | Checking papergrid v0.17.0 |
| 2570 | 2026-07-11T17:33:23.849Z | Compiling tabled_derive v0.11.0 |
| 2571 | 2026-07-11T17:33:24.346Z | Checking testing_table v0.3.0 |
| 2572 | 2026-07-11T17:33:24.469Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2573 | 2026-07-11T17:33:24.576Z | Checking libscf-sys v1.1.0 |
| 2574 | 2026-07-11T17:33:24.673Z | Compiling progenitor-impl v0.13.0 |
| 2575 | 2026-07-11T17:33:24.734Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2576 | 2026-07-11T17:33:24.764Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2577 | 2026-07-11T17:33:24.963Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2578 | 2026-07-11T17:33:24.996Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2579 | 2026-07-11T17:33:25.083Z | Checking tabled v0.20.0 |
| 2580 | 2026-07-11T17:33:25.306Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-07-11T17:33:25.741Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2582 | 2026-07-11T17:33:25.770Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2583 | 2026-07-11T17:33:25.920Z | Checking progenitor-client v0.13.0 |
| 2584 | 2026-07-11T17:33:26.137Z | Compiling git-stub v1.0.0 |
| 2585 | 2026-07-11T17:33:26.186Z | Checking unicase v2.9.0 |
| 2586 | 2026-07-11T17:33:26.351Z | Compiling git-stub-vcs v0.1.0 |
| 2587 | 2026-07-11T17:33:26.382Z | Checking crc8 v0.1.1 |
| 2588 | 2026-07-11T17:33:26.423Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2589 | 2026-07-11T17:33:26.519Z | Checking fxhash v0.2.1 |
| 2590 | 2026-07-11T17:33:26.662Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2591 | 2026-07-11T17:33:26.693Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2592 | 2026-07-11T17:33:26.761Z | Compiling vergen-lib v0.1.6 |
| 2593 | 2026-07-11T17:33:27.001Z | Compiling diesel_derives v2.3.7 |
| 2594 | 2026-07-11T17:33:27.180Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2595 | 2026-07-11T17:33:27.222Z | Checking scheduled-thread-pool v0.2.7 |
| 2596 | 2026-07-11T17:33:27.293Z | Compiling dsl_auto_type v0.2.0 |
| 2597 | 2026-07-11T17:33:27.324Z | Compiling progenitor-macro v0.13.0 |
| 2598 | 2026-07-11T17:33:27.396Z | Compiling vergen-gitcl v1.0.8 |
| 2599 | 2026-07-11T17:33:27.565Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2600 | 2026-07-11T17:33:27.597Z | Checking r2d2 v0.8.10 |
| 2601 | 2026-07-11T17:33:27.701Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2602 | 2026-07-11T17:33:27.747Z | Checking downcast-rs v2.0.2 |
| 2603 | 2026-07-11T17:33:27.797Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2604 | 2026-07-11T17:33:27.828Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-07-11T17:33:28.064Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2606 | 2026-07-11T17:33:28.134Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2607 | 2026-07-11T17:33:28.312Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2608 | 2026-07-11T17:33:28.345Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2609 | 2026-07-11T17:33:28.349Z | Checking kstat-rs v0.2.4 |
| 2610 | 2026-07-11T17:33:28.437Z | Checking arc-swap v1.8.2 |
| 2611 | 2026-07-11T17:33:28.468Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2612 | 2026-07-11T17:33:28.603Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-07-11T17:33:28.643Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2614 | 2026-07-11T17:33:28.689Z | Checking slog-scope v4.4.1 |
| 2615 | 2026-07-11T17:33:28.854Z | Compiling dirs-sys-next v0.1.2 |
| 2616 | 2026-07-11T17:33:28.936Z | Compiling parking_lot_core v0.8.6 |
| 2617 | 2026-07-11T17:33:29.108Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2618 | 2026-07-11T17:33:29.170Z | Compiling crunchy v0.2.4 |
| 2619 | 2026-07-11T17:33:29.288Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-11T17:33:29.411Z | Checking slog-stdlog v4.1.1 |
| 2621 | 2026-07-11T17:33:29.447Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2622 | 2026-07-11T17:33:29.517Z | Compiling clang-sys v1.8.1 |
| 2623 | 2026-07-11T17:33:29.566Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-11T17:33:29.840Z | Checking slog-envlogger v2.2.0 |
| 2625 | 2026-07-11T17:33:29.985Z | Compiling term v0.7.0 |
| 2626 | 2026-07-11T17:33:30.044Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2627 | 2026-07-11T17:33:30.075Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2628 | 2026-07-11T17:33:30.244Z | Compiling bit-vec v0.6.3 |
| 2629 | 2026-07-11T17:33:30.361Z | Compiling ascii-canvas v3.0.0 |
| 2630 | 2026-07-11T17:33:30.478Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2631 | 2026-07-11T17:33:30.508Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-07-11T17:33:30.556Z | Checking parking_lot v0.11.2 |
| 2633 | 2026-07-11T17:33:30.626Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2634 | 2026-07-11T17:33:30.687Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2635 | 2026-07-11T17:33:30.775Z | Checking prefix-trie v0.7.0 |
| 2636 | 2026-07-11T17:33:30.805Z | Compiling itertools v0.10.5 |
| 2637 | 2026-07-11T17:33:31.028Z | Compiling ena v0.14.4 |
| 2638 | 2026-07-11T17:33:31.105Z | Compiling libloading v0.8.9 |
| 2639 | 2026-07-11T17:33:31.135Z | Compiling diff v0.1.13 |
| 2640 | 2026-07-11T17:33:31.169Z | Compiling regex-syntax v0.6.29 |
| 2641 | 2026-07-11T17:33:31.265Z | Compiling bindgen v0.71.1 |
| 2642 | 2026-07-11T17:33:31.471Z | Checking hickory-server v0.25.2 |
| 2643 | 2026-07-11T17:33:31.846Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=dc84a6ce494a9d004568b67e22add2285a04d887#dc84a6ce) |
| 2644 | 2026-07-11T17:33:31.950Z | Checking sled v0.34.7 |
| 2645 | 2026-07-11T17:33:32.223Z | Checking progenitor v0.13.0 |
| 2646 | 2026-07-11T17:33:32.390Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2647 | 2026-07-11T17:33:32.458Z | Compiling cexpr v0.6.0 |
| 2648 | 2026-07-11T17:33:32.778Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-07-11T17:33:33.139Z | Checking nanorand v0.7.0 |
| 2650 | 2026-07-11T17:33:33.227Z | Compiling salty v0.3.0 |
| 2651 | 2026-07-11T17:33:33.260Z | Checking diesel v2.3.7 |
| 2652 | 2026-07-11T17:33:33.306Z | Compiling rustc-hash v2.1.1 |
| 2653 | 2026-07-11T17:33:33.360Z | Checking flume v0.11.1 |
| 2654 | 2026-07-11T17:33:33.546Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2655 | 2026-07-11T17:33:33.631Z | Compiling libxml v0.3.3 |
| 2656 | 2026-07-11T17:33:34.108Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2657 | 2026-07-11T17:33:34.183Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2658 | 2026-07-11T17:33:34.686Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2659 | 2026-07-11T17:33:34.915Z | Compiling strum_macros v0.24.3 |
| 2660 | 2026-07-11T17:33:35.012Z | Compiling fs-err v2.11.0 |
| 2661 | 2026-07-11T17:33:35.249Z | Compiling indoc v1.0.9 |
| 2662 | 2026-07-11T17:33:35.723Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2663 | 2026-07-11T17:33:35.958Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2026-07-11T17:33:36.078Z | Checking quick-xml v0.37.5 |
| 2665 | 2026-07-11T17:33:36.301Z | Checking derive_builder v0.20.2 |
| 2666 | 2026-07-11T17:33:36.332Z | Compiling oso-derive v0.27.3 |
| 2667 | 2026-07-11T17:33:36.441Z | Compiling trait-variant v0.1.2 |
| 2668 | 2026-07-11T17:33:36.886Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2669 | 2026-07-11T17:33:37.033Z | Checking openssl-probe v0.1.6 |
| 2670 | 2026-07-11T17:33:37.062Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-07-11T17:33:37.421Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2672 | 2026-07-11T17:33:37.873Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-07-11T17:33:38.472Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2674 | 2026-07-11T17:33:38.661Z | Checking rfc6979 v0.4.0 |
| 2675 | 2026-07-11T17:33:38.813Z | Checking parse-size v1.1.0 |
| 2676 | 2026-07-11T17:33:38.852Z | Checking assert_matches v1.5.0 |
| 2677 | 2026-07-11T17:33:38.895Z | Checking ecdsa v0.16.9 |
| 2678 | 2026-07-11T17:33:38.951Z | Checking primeorder v0.13.6 |
| 2679 | 2026-07-11T17:33:38.980Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2680 | 2026-07-11T17:33:39.222Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-07-11T17:33:39.267Z | Checking p384 v0.13.1 |
| 2682 | 2026-07-11T17:33:39.457Z | Checking predicates-tree v1.0.13 |
| 2683 | 2026-07-11T17:33:39.603Z | Checking bb8 v0.8.6 |
| 2684 | 2026-07-11T17:33:39.866Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2685 | 2026-07-11T17:33:39.942Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2686 | 2026-07-11T17:33:39.970Z | Compiling mime_guess v2.0.5 |
| 2687 | 2026-07-11T17:33:39.999Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-07-11T17:33:40.139Z | Checking http-range v0.1.5 |
| 2689 | 2026-07-11T17:33:40.303Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-07-11T17:33:40.437Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2691 | 2026-07-11T17:33:40.549Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2692 | 2026-07-11T17:33:40.625Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2693 | 2026-07-11T17:33:40.710Z | Checking atty v0.2.14 |
| 2694 | 2026-07-11T17:33:40.764Z | Checking corncobs v0.1.4 |
| 2695 | 2026-07-11T17:33:40.793Z | Checking nonempty v0.12.0 |
| 2696 | 2026-07-11T17:33:40.833Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2697 | 2026-07-11T17:33:40.945Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-07-11T17:33:40.979Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2699 | 2026-07-11T17:33:41.190Z | Checking ignore v0.4.25 |
| 2700 | 2026-07-11T17:33:41.234Z | Checking secrecy v0.8.0 |
| 2701 | 2026-07-11T17:33:41.272Z | Checking hyper-staticfile v0.10.1 |
| 2702 | 2026-07-11T17:33:41.634Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-07-11T17:33:41.637Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2704 | 2026-07-11T17:33:41.656Z | Checking globwalk v0.9.1 |
| 2705 | 2026-07-11T17:33:41.872Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2706 | 2026-07-11T17:33:41.947Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2707 | 2026-07-11T17:33:42.015Z | Checking camino-tempfile-ext v0.3.3 |
| 2708 | 2026-07-11T17:33:42.117Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2026-07-11T17:33:42.218Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2710 | 2026-07-11T17:33:42.247Z | Checking signal-hook-tokio v0.3.1 |
| 2711 | 2026-07-11T17:33:42.402Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2712 | 2026-07-11T17:33:42.612Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2713 | 2026-07-11T17:33:42.684Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-07-11T17:33:42.908Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-07-11T17:33:43.076Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-07-11T17:33:43.385Z | Checking illumos-nvpair v0.3.0 |
| 2717 | 2026-07-11T17:33:43.421Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2718 | 2026-07-11T17:33:43.491Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2719 | 2026-07-11T17:33:43.574Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2720 | 2026-07-11T17:33:43.847Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2721 | 2026-07-11T17:33:43.851Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2722 | 2026-07-11T17:33:43.910Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2723 | 2026-07-11T17:33:43.914Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2724 | 2026-07-11T17:33:43.971Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2725 | 2026-07-11T17:33:44.047Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-07-11T17:33:44.272Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2727 | 2026-07-11T17:33:44.635Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2728 | 2026-07-11T17:33:45.855Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2729 | 2026-07-11T17:33:45.930Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2730 | 2026-07-11T17:33:45.966Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2731 | 2026-07-11T17:33:46.216Z | Checking tungstenite v0.23.0 |
| 2732 | 2026-07-11T17:33:46.248Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2733 | 2026-07-11T17:33:46.278Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2734 | 2026-07-11T17:33:46.686Z | Checking tokio-tungstenite v0.23.1 |
| 2735 | 2026-07-11T17:33:46.982Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2736 | 2026-07-11T17:33:47.015Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2737 | 2026-07-11T17:33:47.381Z | Checking rand_seeder v0.4.0 |
| 2738 | 2026-07-11T17:33:47.414Z | Checking void v1.0.2 |
| 2739 | 2026-07-11T17:33:47.444Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2740 | 2026-07-11T17:33:47.475Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2741 | 2026-07-11T17:33:47.545Z | Checking lzss v0.8.2 |
| 2742 | 2026-07-11T17:33:47.578Z | Checking nix v0.27.1 |
| 2743 | 2026-07-11T17:33:47.637Z | Checking async-bb8-diesel v0.2.1 |
| 2744 | 2026-07-11T17:33:47.702Z | Checking diesel-dtrace v0.5.0 |
| 2745 | 2026-07-11T17:33:47.761Z | Checking serde_bytes v0.11.19 |
| 2746 | 2026-07-11T17:33:47.969Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2747 | 2026-07-11T17:33:48.030Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2748 | 2026-07-11T17:33:48.060Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2749 | 2026-07-11T17:33:48.113Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2750 | 2026-07-11T17:33:48.734Z | Checking is_ci v1.2.0 |
| 2751 | 2026-07-11T17:33:48.859Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2752 | 2026-07-11T17:33:49.032Z | Checking yansi v1.0.1 |
| 2753 | 2026-07-11T17:33:49.099Z | Checking cpubits v0.1.1 |
| 2754 | 2026-07-11T17:33:49.131Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2755 | 2026-07-11T17:33:49.206Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2756 | 2026-07-11T17:33:49.318Z | Checking pretty_assertions v1.4.1 |
| 2757 | 2026-07-11T17:33:49.503Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2026-07-11T17:33:49.534Z | Checking pem-rfc7468 v1.0.0 |
| 2759 | 2026-07-11T17:33:49.537Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2760 | 2026-07-11T17:33:49.726Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2761 | 2026-07-11T17:33:49.988Z | Compiling darling_core v0.23.0 |
| 2762 | 2026-07-11T17:33:51.119Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-11T17:33:51.152Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2764 | 2026-07-11T17:33:51.392Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-07-11T17:33:51.465Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2766 | 2026-07-11T17:33:51.642Z | Checking hmac v0.13.0 |
| 2767 | 2026-07-11T17:33:51.828Z | Checking universal-hash v0.6.1 |
| 2768 | 2026-07-11T17:33:51.859Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2769 | 2026-07-11T17:33:51.987Z | Compiling libz-sys v1.1.24 |
| 2770 | 2026-07-11T17:33:52.231Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2771 | 2026-07-11T17:33:52.413Z | Compiling instability v0.3.11 |
| 2772 | 2026-07-11T17:33:52.574Z | Compiling darling_macro v0.23.0 |
| 2773 | 2026-07-11T17:33:52.603Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-07-11T17:33:52.706Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-07-11T17:33:52.735Z | Checking castaway v0.2.4 |
| 2776 | 2026-07-11T17:33:52.871Z | Checking compact_str v0.8.1 |
| 2777 | 2026-07-11T17:33:53.109Z | Compiling darling v0.23.0 |
| 2778 | 2026-07-11T17:33:53.277Z | Checking polyval v0.7.1 |
| 2779 | 2026-07-11T17:33:53.476Z | Checking der v0.8.0 |
| 2780 | 2026-07-11T17:33:53.721Z | Checking supports-color v3.0.2 |
| 2781 | 2026-07-11T17:33:53.940Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2782 | 2026-07-11T17:33:53.978Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2783 | 2026-07-11T17:33:54.120Z | Checking unicode-truncate v1.1.0 |
| 2784 | 2026-07-11T17:33:54.215Z | Checking console v0.16.2 |
| 2785 | 2026-07-11T17:33:54.298Z | Checking lru v0.12.5 |
| 2786 | 2026-07-11T17:33:54.327Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2787 | 2026-07-11T17:33:54.381Z | Checking cassowary v0.3.0 |
| 2788 | 2026-07-11T17:33:54.479Z | Checking unit-prefix v0.5.2 |
| 2789 | 2026-07-11T17:33:54.629Z | Checking ratatui v0.29.0 |
| 2790 | 2026-07-11T17:33:54.661Z | Checking indicatif v0.18.4 |
| 2791 | 2026-07-11T17:33:54.689Z | Checking ghash v0.6.0 |
| 2792 | 2026-07-11T17:33:54.975Z | Checking pbkdf2 v0.13.0 |
| 2793 | 2026-07-11T17:33:55.072Z | Checking aes v0.9.1 |
| 2794 | 2026-07-11T17:33:55.118Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2795 | 2026-07-11T17:33:55.512Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2796 | 2026-07-11T17:33:55.758Z | Checking ctr v0.10.1 |
| 2797 | 2026-07-11T17:33:55.961Z | Checking aead v0.6.1 |
| 2798 | 2026-07-11T17:33:55.992Z | Checking sha2 v0.11.0 |
| 2799 | 2026-07-11T17:33:56.130Z | Checking cargo-platform v0.3.2 |
| 2800 | 2026-07-11T17:33:56.336Z | Checking cargo_metadata v0.23.1 |
| 2801 | 2026-07-11T17:33:56.369Z | Checking aes-gcm v0.11.0 |
| 2802 | 2026-07-11T17:33:56.579Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-07-11T17:33:56.762Z | Checking spki v0.8.0 |
| 2804 | 2026-07-11T17:33:56.966Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-11T17:33:57.164Z | Checking salsa20 v0.11.0 |
| 2806 | 2026-07-11T17:33:57.336Z | Checking cbc v0.2.1 |
| 2807 | 2026-07-11T17:33:57.504Z | Compiling vergen-git2 v9.1.0 |
| 2808 | 2026-07-11T17:33:57.741Z | Checking plotters-backend v0.3.7 |
| 2809 | 2026-07-11T17:33:57.980Z | Checking plotters-svg v0.3.7 |
| 2810 | 2026-07-11T17:33:58.190Z | Checking scrypt v0.12.0 |
| 2811 | 2026-07-11T17:33:58.292Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2812 | 2026-07-11T17:33:58.380Z | Checking cast v0.3.0 |
| 2813 | 2026-07-11T17:33:58.559Z | Checking criterion-plot v0.6.0 |
| 2814 | 2026-07-11T17:33:58.598Z | Checking pkcs5 v0.8.1 |
| 2815 | 2026-07-11T17:33:58.831Z | Checking plotters v0.3.7 |
| 2816 | 2026-07-11T17:33:58.920Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-07-11T17:33:59.230Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2818 | 2026-07-11T17:33:59.492Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-07-11T17:33:59.593Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2820 | 2026-07-11T17:33:59.710Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2821 | 2026-07-11T17:33:59.826Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2822 | 2026-07-11T17:33:59.917Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2823 | 2026-07-11T17:33:59.947Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2824 | 2026-07-11T17:34:00.056Z | Checking colored v2.2.0 |
| 2825 | 2026-07-11T17:34:00.149Z | Checking tinytemplate v1.2.1 |
| 2826 | 2026-07-11T17:34:00.283Z | Checking oorandom v11.1.5 |
| 2827 | 2026-07-11T17:34:00.389Z | Checking shell-words v1.1.1 |
| 2828 | 2026-07-11T17:34:00.423Z | Checking anes v0.1.6 |
| 2829 | 2026-07-11T17:34:00.641Z | Checking criterion v0.7.0 |
| 2830 | 2026-07-11T17:34:00.673Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-11T17:34:00.830Z | Checking pkcs8 v0.11.0 |
| 2832 | 2026-07-11T17:34:01.053Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2833 | 2026-07-11T17:34:01.868Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2834 | 2026-07-11T17:34:01.901Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2835 | 2026-07-11T17:34:02.391Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2836 | 2026-07-11T17:34:02.665Z | Checking tokio-test v0.4.5 |
| 2837 | 2026-07-11T17:34:02.897Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2838 | 2026-07-11T17:34:03.138Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-07-11T17:34:03.538Z | Checking twox-hash v2.1.2 |
| 2840 | 2026-07-11T17:34:03.870Z | Checking ff v0.14.0 |
| 2841 | 2026-07-11T17:34:04.079Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2842 | 2026-07-11T17:34:04.281Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2843 | 2026-07-11T17:34:04.989Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2844 | 2026-07-11T17:34:05.804Z | Checking fatfs v0.3.6 |
| 2845 | 2026-07-11T17:34:06.004Z | Checking signature v3.0.0 |
| 2846 | 2026-07-11T17:34:06.183Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2847 | 2026-07-11T17:34:06.289Z | Compiling seq-macro v0.3.6 |
| 2848 | 2026-07-11T17:34:06.844Z | Checking base16ct v1.0.0 |
| 2849 | 2026-07-11T17:34:07.000Z | Checking group v0.14.0 |
| 2850 | 2026-07-11T17:34:07.032Z | Checking sec1 v0.8.1 |
| 2851 | 2026-07-11T17:34:07.172Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2852 | 2026-07-11T17:34:07.203Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2853 | 2026-07-11T17:34:07.260Z | Checking hkdf v0.13.0 |
| 2854 | 2026-07-11T17:34:07.341Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2855 | 2026-07-11T17:34:07.419Z | Compiling petname v2.0.2 |
| 2856 | 2026-07-11T17:34:07.536Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2857 | 2026-07-11T17:34:08.034Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2858 | 2026-07-11T17:34:08.089Z | Checking concurrent-queue v2.5.0 |
| 2859 | 2026-07-11T17:34:08.300Z | Checking rtoolbox v0.0.3 |
| 2860 | 2026-07-11T17:34:08.458Z | Checking parking v2.2.1 |
| 2861 | 2026-07-11T17:34:08.607Z | Checking event-listener v5.4.1 |
| 2862 | 2026-07-11T17:34:08.698Z | Checking rpassword v7.4.0 |
| 2863 | 2026-07-11T17:34:08.869Z | Checking tui-tree-widget v0.23.1 |
| 2864 | 2026-07-11T17:34:09.087Z | Checking rfc6979 v0.5.0 |
| 2865 | 2026-07-11T17:34:09.248Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2866 | 2026-07-11T17:34:09.252Z | Checking sapling-renderdag v0.1.0 |
| 2867 | 2026-07-11T17:34:09.462Z | Checking sync-ptr v0.1.4 |
| 2868 | 2026-07-11T17:34:09.526Z | Checking ecdsa v0.17.0-rc.18 |
| 2869 | 2026-07-11T17:34:09.607Z | Checking event-listener-strategy v0.5.4 |
| 2870 | 2026-07-11T17:34:09.764Z | Checking primeorder v0.14.0-rc.10 |
| 2871 | 2026-07-11T17:34:09.919Z | Checking primefield v0.14.0 |
| 2872 | 2026-07-11T17:34:10.085Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2873 | 2026-07-11T17:34:10.146Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2874 | 2026-07-11T17:34:10.321Z | Checking constant_time_eq v0.4.2 |
| 2875 | 2026-07-11T17:34:10.484Z | Checking arrayref v0.3.9 |
| 2876 | 2026-07-11T17:34:10.531Z | Checking futures-timer v3.0.3 |
| 2877 | 2026-07-11T17:34:10.581Z | Checking arrayvec v0.7.6 |
| 2878 | 2026-07-11T17:34:10.837Z | Checking async-lock v3.4.2 |
| 2879 | 2026-07-11T17:34:10.867Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2880 | 2026-07-11T17:34:11.254Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2881 | 2026-07-11T17:34:11.527Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2882 | 2026-07-11T17:34:11.703Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2883 | 2026-07-11T17:34:11.883Z | Compiling strsim v0.10.0 |
| 2884 | 2026-07-11T17:34:12.236Z | Compiling darling_core v0.13.4 |
| 2885 | 2026-07-11T17:34:12.743Z | Checking async-object-pool v0.2.0 |
| 2886 | 2026-07-11T17:34:13.684Z | Compiling samael v0.0.19 |
| 2887 | 2026-07-11T17:34:13.726Z | Checking ed25519 v3.0.0 |
| 2888 | 2026-07-11T17:34:13.948Z | Checking crypto-primes v0.7.2 |
| 2889 | 2026-07-11T17:34:14.081Z | Checking pkcs1 v0.8.0-rc.4 |
| 2890 | 2026-07-11T17:34:14.308Z | Checking poly1305 v0.9.0 |
| 2891 | 2026-07-11T17:34:14.489Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2026-07-11T17:34:14.600Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2893 | 2026-07-11T17:34:14.880Z | Checking serde_regex v1.1.0 |
| 2894 | 2026-07-11T17:34:14.923Z | Checking blowfish v0.10.0 |
| 2895 | 2026-07-11T17:34:15.061Z | Checking blake2 v0.11.0-rc.6 |
| 2896 | 2026-07-11T17:34:15.095Z | Checking assert-json-diff v2.0.2 |
| 2897 | 2026-07-11T17:34:15.262Z | Checking path-tree v0.8.3 |
| 2898 | 2026-07-11T17:34:15.294Z | Checking keccak v0.2.0 |
| 2899 | 2026-07-11T17:34:15.338Z | Checking fiat-crypto v0.3.0 |
| 2900 | 2026-07-11T17:34:15.475Z | Checking stringmetrics v2.2.2 |
| 2901 | 2026-07-11T17:34:15.478Z | Checking gimli v0.32.3 |
| 2902 | 2026-07-11T17:34:15.680Z | Compiling target-lexicon v0.13.3 |
| 2903 | 2026-07-11T17:34:16.260Z | Checking httpmock v0.8.3 |
| 2904 | 2026-07-11T17:34:17.114Z | Checking addr2line v0.25.1 |
| 2905 | 2026-07-11T17:34:17.410Z | Checking sha3 v0.11.0 |
| 2906 | 2026-07-11T17:34:17.781Z | Checking argon2 v0.6.0-rc.8 |
| 2907 | 2026-07-11T17:34:18.134Z | Checking bcrypt-pbkdf v0.11.0 |
| 2908 | 2026-07-11T17:34:18.320Z | Checking rsa v0.10.0-rc.18 |
| 2909 | 2026-07-11T17:34:18.528Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2910 | 2026-07-11T17:34:18.768Z | Compiling darling_macro v0.13.4 |
| 2911 | 2026-07-11T17:34:18.824Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2912 | 2026-07-11T17:34:19.074Z | Checking p521 v0.14.0-rc.10 |
| 2913 | 2026-07-11T17:34:19.284Z | Checking p256 v0.14.0-rc.10 |
| 2914 | 2026-07-11T17:34:20.052Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2915 | 2026-07-11T17:34:20.314Z | Checking kem v0.3.0 |
| 2916 | 2026-07-11T17:34:20.459Z | Checking module-lattice v0.2.3 |
| 2917 | 2026-07-11T17:34:20.602Z | Checking p384 v0.14.0-rc.10 |
| 2918 | 2026-07-11T17:34:20.706Z | Compiling guppy-workspace-hack v0.1.0 |
| 2919 | 2026-07-11T17:34:20.740Z | Checking hex-literal v0.4.1 |
| 2920 | 2026-07-11T17:34:20.864Z | Checking rustc-demangle v0.1.27 |
| 2921 | 2026-07-11T17:34:20.971Z | Checking ml-kem v0.3.2 |
| 2922 | 2026-07-11T17:34:21.115Z | Checking backtrace v0.3.76 |
| 2923 | 2026-07-11T17:34:21.442Z | Compiling darling v0.13.4 |
| 2924 | 2026-07-11T17:34:21.774Z | Compiling git2 v0.20.4 |
| 2925 | 2026-07-11T17:34:21.804Z | Checking russh-cryptovec v0.61.0 |
| 2926 | 2026-07-11T17:34:21.833Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2927 | 2026-07-11T17:34:21.989Z | Checking internal-russh-num-bigint v0.5.0 |
| 2928 | 2026-07-11T17:34:22.067Z | Checking num-bigint v0.4.6 |
| 2929 | 2026-07-11T17:34:22.123Z | Checking russh-util v0.52.0 |
| 2930 | 2026-07-11T17:34:22.276Z | Checking generic-array v1.4.3 |
| 2931 | 2026-07-11T17:34:22.662Z | Checking ssh-key v0.7.0-rc.10 |
| 2932 | 2026-07-11T17:34:22.848Z | Compiling enum_dispatch v0.3.13 |
| 2933 | 2026-07-11T17:34:22.851Z | Compiling blake3 v1.8.5 |
| 2934 | 2026-07-11T17:34:23.008Z | Compiling delegate v0.13.5 |
| 2935 | 2026-07-11T17:34:23.287Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2936 | 2026-07-11T17:34:23.567Z | Compiling target-spec v3.5.7 |
| 2937 | 2026-07-11T17:34:23.745Z | Checking md5 v0.8.0 |
| 2938 | 2026-07-11T17:34:23.846Z | Checking hex-literal v1.1.0 |
| 2939 | 2026-07-11T17:34:23.959Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2940 | 2026-07-11T17:34:24.018Z | Checking russh v0.61.2 |
| 2941 | 2026-07-11T17:34:24.570Z | Checking cfg-expr v0.20.6 |
| 2942 | 2026-07-11T17:34:24.617Z | Compiling serde_with_macros v1.5.2 |
| 2943 | 2026-07-11T17:34:24.645Z | Checking backtrace-ext v0.2.1 |
| 2944 | 2026-07-11T17:34:24.889Z | Checking supports-color v2.1.0 |
| 2945 | 2026-07-11T17:34:25.010Z | Checking textwrap v0.15.2 |
| 2946 | 2026-07-11T17:34:25.050Z | Checking supports-hyperlinks v2.1.0 |
| 2947 | 2026-07-11T17:34:26.114Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2948 | 2026-07-11T17:34:26.117Z | Checking supports-unicode v2.1.0 |
| 2949 | 2026-07-11T17:34:26.117Z | Checking hashbrown v0.14.5 |
| 2950 | 2026-07-11T17:34:26.117Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2951 | 2026-07-11T17:34:26.117Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2952 | 2026-07-11T17:34:26.117Z | Checking socket2 v0.5.10 |
| 2953 | 2026-07-11T17:34:26.117Z | Checking terminal_size v0.1.17 |
| 2954 | 2026-07-11T17:34:26.117Z | Compiling miette-derive v5.10.0 |
| 2955 | 2026-07-11T17:34:26.117Z | Checking owo-colors v3.5.0 |
| 2956 | 2026-07-11T17:34:26.117Z | Checking internet-checksum v0.2.1 |
| 2957 | 2026-07-11T17:34:26.385Z | Checking chumsky v0.9.3 |
| 2958 | 2026-07-11T17:34:26.994Z | Checking miette v5.10.0 |
| 2959 | 2026-07-11T17:34:27.412Z | Compiling serde_with v1.14.0 |
| 2960 | 2026-07-11T17:34:27.670Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2961 | 2026-07-11T17:34:27.748Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2962 | 2026-07-11T17:34:27.843Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2963 | 2026-07-11T17:34:28.204Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2964 | 2026-07-11T17:34:28.417Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2965 | 2026-07-11T17:34:28.544Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2966 | 2026-07-11T17:34:28.577Z | Compiling knuffel-derive v3.2.0 |
| 2967 | 2026-07-11T17:34:28.641Z | Checking httptest v0.16.4 |
| 2968 | 2026-07-11T17:34:28.676Z | Checking pathdiff v0.2.3 |
| 2969 | 2026-07-11T17:34:28.815Z | Checking nested v0.1.1 |
| 2970 | 2026-07-11T17:34:28.982Z | Checking topological-sort v0.2.2 |
| 2971 | 2026-07-11T17:34:29.036Z | Checking guppy v0.17.25 |
| 2972 | 2026-07-11T17:34:29.151Z | Checking omicron-zone-package v0.12.3 |
| 2973 | 2026-07-11T17:34:29.431Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2974 | 2026-07-11T17:34:29.990Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-07-11T17:34:30.052Z | Checking similar-asserts v1.7.0 |
| 2976 | 2026-07-11T17:34:30.118Z | Checking knuffel v3.2.0 |
| 2977 | 2026-07-11T17:34:30.212Z | Compiling polar-core v0.27.3 |
| 2978 | 2026-07-11T17:34:30.242Z | Compiling target-triple v1.0.0 |
| 2979 | 2026-07-11T17:34:30.272Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2980 | 2026-07-11T17:34:30.611Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2981 | 2026-07-11T17:34:30.772Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2982 | 2026-07-11T17:34:31.112Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2983 | 2026-07-11T17:34:31.186Z | Checking hickory-client v0.25.2 |
| 2984 | 2026-07-11T17:34:31.392Z | Compiling assert_cmd v2.1.2 |
| 2985 | 2026-07-11T17:34:31.528Z | Checking escape8259 v0.5.3 |
| 2986 | 2026-07-11T17:34:31.686Z | Checking libtest-mimic v0.8.1 |
| 2987 | 2026-07-11T17:34:32.059Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2988 | 2026-07-11T17:34:32.143Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2989 | 2026-07-11T17:34:32.187Z | Checking blake2b_simd v1.0.4 |
| 2990 | 2026-07-11T17:34:32.354Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2991 | 2026-07-11T17:34:32.607Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2992 | 2026-07-11T17:34:32.761Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2993 | 2026-07-11T17:34:32.830Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2994 | 2026-07-11T17:34:33.000Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2995 | 2026-07-11T17:34:33.031Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2996 | 2026-07-11T17:34:33.234Z | Checking fancy-regex v0.14.0 |
| 2997 | 2026-07-11T17:34:33.298Z | Checking serde_tokenstream v0.2.3 |
| 2998 | 2026-07-11T17:34:33.426Z | Checking approx v0.5.1 |
| 2999 | 2026-07-11T17:34:33.539Z | Checking uzers v0.12.2 |
| 3000 | 2026-07-11T17:34:33.587Z | Compiling rstest_macros v0.25.0 |
| 3001 | 2026-07-11T17:34:33.658Z | Checking termcolor v1.4.1 |
| 3002 | 2026-07-11T17:34:33.777Z | Checking constant_time_eq v0.3.1 |
| 3003 | 2026-07-11T17:34:33.894Z | Compiling linkme-impl v0.3.35 |
| 3004 | 2026-07-11T17:34:33.956Z | Checking rust-argon2 v2.1.0 |
| 3005 | 2026-07-11T17:34:34.028Z | Checking trybuild v1.0.116 |
| 3006 | 2026-07-11T17:34:34.208Z | Checking datatest-stable v0.3.3 |
| 3007 | 2026-07-11T17:34:34.561Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3008 | 2026-07-11T17:34:34.662Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3009 | 2026-07-11T17:34:34.894Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3010 | 2026-07-11T17:34:34.926Z | Checking support-bundle-viewer v0.1.2 |
| 3011 | 2026-07-11T17:34:35.196Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3012 | 2026-07-11T17:34:35.227Z | Checking oso v0.27.3 |
| 3013 | 2026-07-11T17:34:35.430Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3014 | 2026-07-11T17:34:35.646Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3015 | 2026-07-11T17:34:35.679Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3016 | 2026-07-11T17:34:35.890Z | Checking drift v0.2.0 |
| 3017 | 2026-07-11T17:34:35.920Z | Checking rand_distr v0.5.1 |
| 3018 | 2026-07-11T17:34:36.156Z | Checking multimap v0.10.1 |
| 3019 | 2026-07-11T17:34:36.268Z | Compiling linkme v0.3.35 |
| 3020 | 2026-07-11T17:34:36.353Z | Compiling relative-path v1.9.3 |
| 3021 | 2026-07-11T17:34:36.357Z | Checking dropshot-api-manager v0.7.2 |
| 3022 | 2026-07-11T17:34:37.590Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3023 | 2026-07-11T17:34:37.961Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3024 | 2026-07-11T17:34:37.994Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3025 | 2026-07-11T17:34:38.111Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3026 | 2026-07-11T17:34:38.171Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3027 | 2026-07-11T17:34:38.322Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3028 | 2026-07-11T17:34:38.567Z | Checking cargo_toml v0.21.0 |
| 3029 | 2026-07-11T17:34:38.683Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3030 | 2026-07-11T17:34:38.713Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3031 | 2026-07-11T17:34:39.024Z | Checking partial-io v0.5.4 |
| 3032 | 2026-07-11T17:34:39.188Z | Checking termios v0.3.3 |
| 3033 | 2026-07-11T17:34:39.258Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3034 | 2026-07-11T17:34:39.340Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3035 | 2026-07-11T17:34:39.401Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3036 | 2026-07-11T17:34:40.238Z | Checking rstest v0.25.0 |
| 3037 | 2026-07-11T17:34:40.763Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3038 | 2026-07-11T17:34:44.924Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3039 | 2026-07-11T17:34:49.282Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3040 | 2026-07-11T17:34:52.088Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3041 | 2026-07-11T17:34:52.323Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3042 | 2026-07-11T17:34:53.864Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3043 | 2026-07-11T17:34:57.883Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3044 | 2026-07-11T17:35:03.557Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3045 | 2026-07-11T17:35:07.610Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3046 | 2026-07-11T17:35:08.227Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3047 | 2026-07-11T17:35:09.743Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3048 | 2026-07-11T17:35:13.897Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3049 | 2026-07-11T17:35:19.013Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3050 | 2026-07-11T17:35:36.133Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3051 | 2026-07-11T17:36:33.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s |
| 3052 | 2026-07-11T17:36:34.617Z | |
| 3053 | 2026-07-11T17:36:34.617Z | real 4:09.958752335 |
| 3054 | 2026-07-11T17:36:34.617Z | user 21:28.306008603 |
| 3055 | 2026-07-11T17:36:34.617Z | sys 4:52.584889196 |
| 3056 | 2026-07-11T17:36:34.618Z | trap 0.530232616 |
| 3057 | 2026-07-11T17:36:34.618Z | tflt 0.434209687 |
| 3058 | 2026-07-11T17:36:34.618Z | dflt 0.575859581 |
| 3059 | 2026-07-11T17:36:34.618Z | kflt 0.005144662 |
| 3060 | 2026-07-11T17:36:34.618Z | lock 58:58.062182939 |
| 3061 | 2026-07-11T17:36:34.618Z | slp 59:05.398856877 |
| 3062 | 2026-07-11T17:36:34.618Z | lat 1:56.814603235 |
| 3063 | 2026-07-11T17:36:34.618Z | stop 10:20.251326461 |
| 3064 | 2026-07-11T17:36:34.621Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3065 | 2026-07-11T17:36:34.621Z | + ptime -m cargo doc --workspace --no-deps |
| 3066 | 2026-07-11T17:36:35.441Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3067 | 2026-07-11T17:36:35.441Z | | |
| 3068 | 2026-07-11T17:36:35.441Z | = 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-11T17:36:35.441Z | = 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-11T17:36:36.451Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3071 | 2026-07-11T17:36:36.687Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3072 | 2026-07-11T17:36:36.732Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3073 | 2026-07-11T17:36:36.792Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3074 | 2026-07-11T17:36:36.823Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3075 | 2026-07-11T17:36:36.882Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3076 | 2026-07-11T17:36:36.910Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3077 | 2026-07-11T17:36:37.024Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3078 | 2026-07-11T17:36:37.054Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3079 | 2026-07-11T17:36:37.077Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3080 | 2026-07-11T17:36:37.253Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-07-11T17:36:37.296Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-11T17:36:37.334Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3083 | 2026-07-11T17:36:37.358Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3084 | 2026-07-11T17:36:37.399Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3085 | 2026-07-11T17:36:37.402Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3086 | 2026-07-11T17:36:37.441Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3087 | 2026-07-11T17:36:37.462Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3088 | 2026-07-11T17:36:37.485Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3089 | 2026-07-11T17:36:37.508Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3090 | 2026-07-11T17:36:37.564Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3091 | 2026-07-11T17:36:37.604Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3092 | 2026-07-11T17:36:37.856Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3093 | 2026-07-11T17:36:38.189Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3094 | 2026-07-11T17:36:38.212Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3095 | 2026-07-11T17:36:38.283Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3096 | 2026-07-11T17:36:38.333Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3097 | 2026-07-11T17:36:38.358Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3098 | 2026-07-11T17:36:38.529Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3099 | 2026-07-11T17:36:38.598Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3100 | 2026-07-11T17:36:38.691Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3101 | 2026-07-11T17:36:38.807Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3102 | 2026-07-11T17:36:38.855Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3103 | 2026-07-11T17:36:38.914Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3104 | 2026-07-11T17:36:38.965Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3105 | 2026-07-11T17:36:39.038Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3106 | 2026-07-11T17:36:39.086Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3107 | 2026-07-11T17:36:39.152Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3108 | 2026-07-11T17:36:39.301Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3109 | 2026-07-11T17:36:39.461Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3110 | 2026-07-11T17:36:39.547Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3111 | 2026-07-11T17:36:39.841Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3112 | 2026-07-11T17:36:39.942Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3113 | 2026-07-11T17:36:39.982Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3114 | 2026-07-11T17:36:40.115Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3115 | 2026-07-11T17:36:40.139Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3116 | 2026-07-11T17:36:40.212Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3117 | 2026-07-11T17:36:40.289Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3118 | 2026-07-11T17:36:40.374Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3119 | 2026-07-11T17:36:40.426Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3120 | 2026-07-11T17:36:40.482Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3121 | 2026-07-11T17:36:40.534Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3122 | 2026-07-11T17:36:40.624Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3123 | 2026-07-11T17:36:40.676Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3124 | 2026-07-11T17:36:40.724Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3125 | 2026-07-11T17:36:40.753Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3126 | 2026-07-11T17:36:40.776Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3127 | 2026-07-11T17:36:40.834Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3128 | 2026-07-11T17:36:40.889Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3129 | 2026-07-11T17:36:41.265Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3130 | 2026-07-11T17:36:41.300Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3131 | 2026-07-11T17:36:41.405Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3132 | 2026-07-11T17:36:41.592Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3133 | 2026-07-11T17:36:41.826Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3134 | 2026-07-11T17:36:42.054Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3135 | 2026-07-11T17:36:42.277Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3136 | 2026-07-11T17:36:42.325Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3137 | 2026-07-11T17:36:42.348Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3138 | 2026-07-11T17:36:42.370Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3139 | 2026-07-11T17:36:42.565Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3140 | 2026-07-11T17:36:42.600Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3141 | 2026-07-11T17:36:42.623Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3142 | 2026-07-11T17:36:42.646Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3143 | 2026-07-11T17:36:43.124Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3144 | 2026-07-11T17:36:43.682Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3145 | 2026-07-11T17:36:43.682Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3146 | 2026-07-11T17:36:43.727Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3147 | 2026-07-11T17:36:43.829Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3148 | 2026-07-11T17:36:43.945Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3149 | 2026-07-11T17:36:44.069Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3150 | 2026-07-11T17:36:44.155Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3151 | 2026-07-11T17:36:44.213Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3152 | 2026-07-11T17:36:44.344Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3153 | 2026-07-11T17:36:44.390Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3154 | 2026-07-11T17:36:44.426Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3155 | 2026-07-11T17:36:44.429Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3156 | 2026-07-11T17:36:44.662Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3157 | 2026-07-11T17:36:44.747Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3158 | 2026-07-11T17:36:44.770Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3159 | 2026-07-11T17:36:44.773Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3160 | 2026-07-11T17:36:44.811Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3161 | 2026-07-11T17:36:44.986Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3162 | 2026-07-11T17:36:45.032Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3163 | 2026-07-11T17:36:45.108Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3164 | 2026-07-11T17:36:45.112Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3165 | 2026-07-11T17:36:45.130Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3166 | 2026-07-11T17:36:45.171Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3167 | 2026-07-11T17:36:45.315Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3168 | 2026-07-11T17:36:45.340Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3169 | 2026-07-11T17:36:45.401Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3170 | 2026-07-11T17:36:45.423Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3171 | 2026-07-11T17:36:45.445Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3172 | 2026-07-11T17:36:45.555Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3173 | 2026-07-11T17:36:45.576Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3174 | 2026-07-11T17:36:45.657Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3175 | 2026-07-11T17:36:45.727Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3176 | 2026-07-11T17:36:45.769Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3177 | 2026-07-11T17:36:45.988Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3178 | 2026-07-11T17:36:46.010Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3179 | 2026-07-11T17:36:46.052Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3180 | 2026-07-11T17:36:46.503Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3181 | 2026-07-11T17:36:46.658Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3182 | 2026-07-11T17:36:46.749Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3183 | 2026-07-11T17:36:47.370Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3184 | 2026-07-11T17:36:47.510Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3185 | 2026-07-11T17:36:47.554Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3186 | 2026-07-11T17:36:47.845Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3187 | 2026-07-11T17:36:48.131Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3188 | 2026-07-11T17:36:48.263Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3189 | 2026-07-11T17:36:48.920Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3190 | 2026-07-11T17:36:49.529Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3191 | 2026-07-11T17:36:49.726Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3192 | 2026-07-11T17:36:50.417Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3193 | 2026-07-11T17:36:50.680Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3194 | 2026-07-11T17:36:50.722Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3195 | 2026-07-11T17:36:50.831Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3196 | 2026-07-11T17:36:50.992Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3197 | 2026-07-11T17:36:51.300Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3198 | 2026-07-11T17:36:51.393Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3199 | 2026-07-11T17:36:51.698Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3200 | 2026-07-11T17:36:51.774Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3201 | 2026-07-11T17:36:52.257Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3202 | 2026-07-11T17:36:52.507Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3203 | 2026-07-11T17:36:52.705Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3204 | 2026-07-11T17:36:52.998Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3205 | 2026-07-11T17:36:53.093Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3206 | 2026-07-11T17:36:53.130Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3207 | 2026-07-11T17:36:53.333Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3208 | 2026-07-11T17:36:53.713Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3209 | 2026-07-11T17:36:54.305Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3210 | 2026-07-11T17:36:54.512Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3211 | 2026-07-11T17:36:55.033Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3212 | 2026-07-11T17:36:55.449Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3213 | 2026-07-11T17:36:55.588Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3214 | 2026-07-11T17:36:56.203Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3215 | 2026-07-11T17:36:56.732Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3216 | 2026-07-11T17:36:56.905Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3217 | 2026-07-11T17:36:57.281Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3218 | 2026-07-11T17:36:57.715Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3219 | 2026-07-11T17:36:57.774Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3220 | 2026-07-11T17:36:58.083Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3221 | 2026-07-11T17:36:58.940Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3222 | 2026-07-11T17:36:58.963Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3223 | 2026-07-11T17:36:59.344Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3224 | 2026-07-11T17:37:00.024Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3225 | 2026-07-11T17:37:00.220Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3226 | 2026-07-11T17:37:00.685Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3227 | 2026-07-11T17:37:04.262Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3228 | 2026-07-11T17:37:05.061Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3229 | 2026-07-11T17:37:05.337Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3230 | 2026-07-11T17:37:05.830Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3231 | 2026-07-11T17:37:06.257Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3232 | 2026-07-11T17:37:06.321Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3233 | 2026-07-11T17:37:06.463Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3234 | 2026-07-11T17:37:07.948Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3235 | 2026-07-11T17:37:08.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3236 | 2026-07-11T17:37:08.572Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3237 | 2026-07-11T17:37:09.365Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3238 | 2026-07-11T17:37:09.396Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3239 | 2026-07-11T17:37:09.516Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3240 | 2026-07-11T17:37:09.705Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3241 | 2026-07-11T17:37:09.734Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3242 | 2026-07-11T17:37:10.004Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3243 | 2026-07-11T17:37:10.028Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3244 | 2026-07-11T17:37:10.448Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3245 | 2026-07-11T17:37:10.448Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3246 | 2026-07-11T17:37:10.584Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3247 | 2026-07-11T17:37:11.254Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3248 | 2026-07-11T17:37:11.277Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3249 | 2026-07-11T17:37:11.611Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3250 | 2026-07-11T17:37:11.793Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3251 | 2026-07-11T17:37:11.939Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3252 | 2026-07-11T17:37:12.638Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3253 | 2026-07-11T17:37:13.325Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3254 | 2026-07-11T17:37:13.745Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3255 | 2026-07-11T17:37:14.219Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3256 | 2026-07-11T17:37:14.475Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3257 | 2026-07-11T17:37:16.144Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3258 | 2026-07-11T17:37:18.146Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3259 | 2026-07-11T17:37:18.755Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3260 | 2026-07-11T17:37:19.402Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3261 | 2026-07-11T17:37:20.415Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3262 | 2026-07-11T17:37:21.451Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3263 | 2026-07-11T17:37:23.144Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3264 | 2026-07-11T17:37:23.647Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3265 | 2026-07-11T17:37:25.183Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3266 | 2026-07-11T17:37:25.703Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3267 | 2026-07-11T17:37:27.099Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3268 | 2026-07-11T17:37:29.116Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3269 | 2026-07-11T17:37:29.355Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3270 | 2026-07-11T17:37:30.111Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3271 | 2026-07-11T17:37:30.481Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3272 | 2026-07-11T17:37:32.741Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3273 | 2026-07-11T17:37:33.734Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3274 | 2026-07-11T17:37:36.626Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3275 | 2026-07-11T17:37:37.464Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3276 | 2026-07-11T17:37:38.684Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3277 | 2026-07-11T17:37:39.483Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3278 | 2026-07-11T17:37:40.252Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3279 | 2026-07-11T17:37:41.019Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3280 | 2026-07-11T17:37:41.759Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3281 | 2026-07-11T17:37:43.262Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3282 | 2026-07-11T17:37:43.321Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3283 | 2026-07-11T17:37:44.430Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3284 | 2026-07-11T17:37:44.778Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3285 | 2026-07-11T17:37:45.481Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3286 | 2026-07-11T17:37:46.408Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3287 | 2026-07-11T17:37:47.445Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3288 | 2026-07-11T17:37:50.038Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3289 | 2026-07-11T17:37:51.171Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3290 | 2026-07-11T17:37:52.431Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3291 | 2026-07-11T17:37:53.462Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3292 | 2026-07-11T17:37:54.296Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3293 | 2026-07-11T17:37:55.276Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3294 | 2026-07-11T17:37:56.477Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3295 | 2026-07-11T17:37:59.620Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3296 | 2026-07-11T17:38:00.093Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3297 | 2026-07-11T17:38:01.180Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3298 | 2026-07-11T17:38:02.169Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3299 | 2026-07-11T17:38:03.705Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3300 | 2026-07-11T17:38:04.802Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3301 | 2026-07-11T17:38:07.423Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3302 | 2026-07-11T17:38:08.032Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3303 | 2026-07-11T17:38:09.533Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3304 | 2026-07-11T17:38:11.480Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3305 | 2026-07-11T17:38:14.474Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3306 | 2026-07-11T17:38:16.112Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3307 | 2026-07-11T17:38:17.654Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3308 | 2026-07-11T17:38:19.332Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3309 | 2026-07-11T17:38:23.572Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3310 | 2026-07-11T17:38:24.024Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3311 | 2026-07-11T17:38:25.485Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3312 | 2026-07-11T17:38:25.890Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3313 | 2026-07-11T17:38:27.831Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3314 | 2026-07-11T17:38:29.509Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3315 | 2026-07-11T17:38:31.256Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3316 | 2026-07-11T17:38:33.277Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3317 | 2026-07-11T17:38:35.012Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3318 | 2026-07-11T17:38:36.713Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3319 | 2026-07-11T17:38:38.762Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3320 | 2026-07-11T17:38:40.163Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3321 | 2026-07-11T17:38:41.945Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3322 | 2026-07-11T17:38:43.657Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3323 | 2026-07-11T17:38:45.363Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3324 | 2026-07-11T17:38:47.107Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3325 | 2026-07-11T17:38:48.528Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3326 | 2026-07-11T17:38:52.295Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3327 | 2026-07-11T17:38:53.993Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3328 | 2026-07-11T17:38:55.670Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3329 | 2026-07-11T17:38:57.425Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3330 | 2026-07-11T17:38:59.307Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3331 | 2026-07-11T17:39:03.364Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3332 | 2026-07-11T17:39:05.427Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3333 | 2026-07-11T17:39:07.222Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3334 | 2026-07-11T17:39:09.064Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3335 | 2026-07-11T17:39:11.934Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3336 | 2026-07-11T17:39:13.395Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3337 | 2026-07-11T17:39:15.873Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3338 | 2026-07-11T17:39:18.133Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3339 | 2026-07-11T17:39:20.454Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3340 | 2026-07-11T17:39:22.986Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3341 | 2026-07-11T17:39:25.110Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3342 | 2026-07-11T17:39:27.382Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3343 | 2026-07-11T17:39:29.595Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3344 | 2026-07-11T17:39:31.840Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3345 | 2026-07-11T17:39:34.543Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3346 | 2026-07-11T17:39:36.578Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3347 | 2026-07-11T17:39:38.447Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3348 | 2026-07-11T17:39:40.735Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3349 | 2026-07-11T17:39:42.898Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3350 | 2026-07-11T17:39:45.219Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3351 | 2026-07-11T17:39:47.483Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3352 | 2026-07-11T17:39:49.944Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3353 | 2026-07-11T17:39:52.274Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3354 | 2026-07-11T17:39:54.598Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3355 | 2026-07-11T17:39:56.964Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3356 | 2026-07-11T17:39:59.366Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3357 | 2026-07-11T17:40:01.702Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3358 | 2026-07-11T17:40:04.043Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3359 | 2026-07-11T17:40:06.429Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3360 | 2026-07-11T17:40:08.788Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3361 | 2026-07-11T17:40:11.194Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3362 | 2026-07-11T17:40:13.562Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3363 | 2026-07-11T17:40:15.801Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3364 | 2026-07-11T17:40:18.219Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3365 | 2026-07-11T17:40:20.643Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3366 | 2026-07-11T17:40:23.021Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3367 | 2026-07-11T17:40:25.417Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3368 | 2026-07-11T17:40:27.888Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3369 | 2026-07-11T17:40:30.230Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3370 | 2026-07-11T17:40:32.655Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3371 | 2026-07-11T17:40:35.043Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3372 | 2026-07-11T17:40:37.369Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3373 | 2026-07-11T17:40:39.837Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3374 | 2026-07-11T17:40:42.303Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3375 | 2026-07-11T17:40:44.617Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3376 | 2026-07-11T17:40:47.510Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-07-11T17:40:49.688Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3378 | 2026-07-11T17:40:52.097Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3379 | 2026-07-11T17:40:54.870Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3380 | 2026-07-11T17:40:57.262Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3381 | 2026-07-11T17:40:59.647Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3382 | 2026-07-11T17:41:02.297Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3383 | 2026-07-11T17:41:04.842Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3384 | 2026-07-11T17:41:07.459Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3385 | 2026-07-11T17:41:10.127Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3386 | 2026-07-11T17:41:12.731Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3387 | 2026-07-11T17:41:15.277Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3388 | 2026-07-11T17:41:17.842Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3389 | 2026-07-11T17:41:20.458Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3390 | 2026-07-11T17:41:23.129Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3391 | 2026-07-11T17:41:25.801Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3392 | 2026-07-11T17:41:28.744Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3393 | 2026-07-11T17:41:31.235Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3394 | 2026-07-11T17:41:39.270Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3395 | 2026-07-11T17:41:39.290Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3396 | 2026-07-11T17:41:42.641Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3397 | 2026-07-11T17:41:47.305Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3398 | 2026-07-11T17:41:50.372Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3399 | 2026-07-11T17:41:54.039Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3400 | 2026-07-11T17:41:57.777Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3401 | 2026-07-11T17:42:01.481Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3402 | 2026-07-11T17:42:05.120Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3403 | 2026-07-11T17:42:08.825Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3404 | 2026-07-11T17:42:12.580Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3405 | 2026-07-11T17:42:16.323Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3406 | 2026-07-11T17:42:19.892Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3407 | 2026-07-11T17:42:23.633Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3408 | 2026-07-11T17:42:27.361Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3409 | 2026-07-11T17:42:31.302Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3410 | 2026-07-11T17:42:34.884Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3411 | 2026-07-11T17:42:38.592Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3412 | 2026-07-11T17:42:42.359Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3413 | 2026-07-11T17:42:46.083Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3414 | 2026-07-11T17:42:49.831Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3415 | 2026-07-11T17:42:53.605Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3416 | 2026-07-11T17:42:57.367Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3417 | 2026-07-11T17:43:01.059Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3418 | 2026-07-11T17:43:04.789Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3419 | 2026-07-11T17:43:34.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 00s |
| 3420 | 2026-07-11T17:43:34.816Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 201 other files |
| 3421 | 2026-07-11T17:43:34.914Z | |
| 3422 | 2026-07-11T17:43:34.917Z | real 7:00.215389158 |
| 3423 | 2026-07-11T17:43:34.917Z | user 18:40.959146086 |
| 3424 | 2026-07-11T17:43:34.918Z | sys 3:58.916447432 |
| 3425 | 2026-07-11T17:43:34.918Z | trap 0.266542768 |
| 3426 | 2026-07-11T17:43:34.918Z | tflt 0.008628132 |
| 3427 | 2026-07-11T17:43:34.918Z | dflt 0.053694975 |
| 3428 | 2026-07-11T17:43:34.918Z | kflt 0.000019260 |
| 3429 | 2026-07-11T17:43:34.918Z | lock 6:29:53.675265576 |
| 3430 | 2026-07-11T17:43:34.918Z | slp 2:21:29.100888490 |
| 3431 | 2026-07-11T17:43:34.918Z | lat 34.622637926 |
| 3432 | 2026-07-11T17:43:34.918Z | stop 1:36.495183226 |
| 3433 | 2026-07-11T17:43:34.918Z | process exited: duration 789203 ms, exit code 0 |
| |
| 3434 | 2026-07-11T17:43:34.925Z | found 0 output files |