|
|
|
| 1 | 2026-07-30T02:19:09.425Z | job assigned to worker 01KYRD1EZXDGFWH18502D23RSS [factory aws, i-006b4e5811206cd2a] (queued for 57 s) |
| |
| 2 | 2026-07-30T02:19:16.271Z | starting task 0: "setup" |
| 3 | 2026-07-30T02:19:16.277Z | ++ uname -s |
| 4 | 2026-07-30T02:19:16.280Z | + kern=SunOS |
| 5 | 2026-07-30T02:19:16.280Z | + build_user=build |
| 6 | 2026-07-30T02:19:16.280Z | + build_uid=12345 |
| 7 | 2026-07-30T02:19:16.280Z | + work_dir=/work |
| 8 | 2026-07-30T02:19:16.280Z | + input_dir=/input |
| 9 | 2026-07-30T02:19:16.280Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-30T02:19:16.280Z | + case "$kern" in |
| 11 | 2026-07-30T02:19:16.280Z | + groupadd -g 12345 build |
| 12 | 2026-07-30T02:19:16.280Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-30T02:19:18.335Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-30T02:19:18.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-30T02:19:18.382Z | + home_fs=zfs |
| 16 | 2026-07-30T02:19:18.382Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-30T02:19:18.382Z | + mkdir -p /home/build |
| 18 | 2026-07-30T02:19:18.382Z | + chown build:build /home/build /work |
| 19 | 2026-07-30T02:19:20.383Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-30T02:19:20.387Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-07-30T02:19:20.394Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-30T02:19:20.397Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-30T02:19:20.397Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-30T02:19:20.397Z | * rust toolchain profile = "default" |
| 25 | 2026-07-30T02:19:20.397Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-30T02:19:20.397Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-30T02:19:20.397Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-30T02:19:20.400Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-30T02:19:20.400Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-30T02:19:20.482Z | info: downloading installer |
| 31 | 2026-07-30T02:19:21.812Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-30T02:19:21.813Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-30T02:19:21.813Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-30T02:19:21.813Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-30T02:19:21.825Z | info: profile set to default |
| 36 | 2026-07-30T02:19:21.825Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-30T02:19:21.828Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-30T02:19:21.980Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-30T02:19:21.982Z | info: downloading 6 components |
| 40 | 2026-07-30T02:19:36.194Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-30T02:19:36.195Z | |
| 42 | 2026-07-30T02:19:36.222Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-30T02:19:36.222Z | |
| 44 | 2026-07-30T02:19:36.222Z | |
| 45 | 2026-07-30T02:19:36.222Z | Rust is installed now. Great! |
| 46 | 2026-07-30T02:19:36.222Z | |
| 47 | 2026-07-30T02:19:36.225Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-30T02:19:36.225Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-30T02:19:36.225Z | |
| 50 | 2026-07-30T02:19:36.225Z | To configure your current shell, you need to source |
| 51 | 2026-07-30T02:19:36.225Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-30T02:19:36.225Z | |
| 53 | 2026-07-30T02:19:36.225Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-30T02:19:36.226Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-30T02:19:36.226Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-30T02:19:36.226Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-30T02:19:36.226Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-30T02:19:36.226Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-30T02:19:36.226Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-30T02:19:36.226Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-30T02:19:36.226Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-30T02:19:36.318Z | + rustup --version |
| 63 | 2026-07-30T02:19:36.327Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-30T02:19:36.330Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-30T02:19:36.349Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-30T02:19:36.352Z | + cargo --version |
| 67 | 2026-07-30T02:19:36.366Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-30T02:19:36.370Z | + rustc --version |
| 69 | 2026-07-30T02:19:36.389Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-30T02:19:36.392Z | process exited: duration 15998 ms, exit code 0 |
| |
| 71 | 2026-07-30T02:19:36.397Z | starting task 2: "authentication" |
| 72 | 2026-07-30T02:19:36.414Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-30T02:19:36.420Z | starting task 3: "clone repository" |
| 74 | 2026-07-30T02:19:36.423Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-30T02:19:36.426Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-30T02:19:36.457Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-30T02:19:46.316Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-30T02:19:46.316Z | + git fetch origin 87cac93c27c7a30ba742afd34c22b542e50d0953 |
| 79 | 2026-07-30T02:19:46.576Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-30T02:19:46.576Z | * branch 87cac93c27c7a30ba742afd34c22b542e50d0953 -> FETCH_HEAD |
| 81 | 2026-07-30T02:19:46.586Z | + [[ -n ixi/propolis-vwc ]] |
| 82 | 2026-07-30T02:19:46.589Z | ++ git branch --show-current |
| 83 | 2026-07-30T02:19:46.589Z | + current=main |
| 84 | 2026-07-30T02:19:46.589Z | + [[ main != ixi/propolis-vwc ]] |
| 85 | 2026-07-30T02:19:46.589Z | + git branch -f ixi/propolis-vwc 87cac93c27c7a30ba742afd34c22b542e50d0953 |
| 86 | 2026-07-30T02:19:46.592Z | + git checkout -f ixi/propolis-vwc |
| 87 | 2026-07-30T02:19:46.835Z | Switched to branch 'ixi/propolis-vwc' |
| 88 | 2026-07-30T02:19:46.839Z | + git reset --hard 87cac93c27c7a30ba742afd34c22b542e50d0953 |
| 89 | 2026-07-30T02:19:46.855Z | HEAD is now at 87cac93c2 Merge remote-tracking branch 'github/main' into ixi/propolis-vwc |
| 90 | 2026-07-30T02:19:46.858Z | process exited: duration 10436 ms, exit code 0 |
| |
| 91 | 2026-07-30T02:19:46.864Z | starting task 4: "build" |
| 92 | 2026-07-30T02:19:46.868Z | + source ./env.sh |
| 93 | 2026-07-30T02:19:46.868Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-30T02:19:46.868Z | ++ set -o xtrace |
| 95 | 2026-07-30T02:19:46.871Z | ++++ dirname ./env.sh |
| 96 | 2026-07-30T02:19:46.874Z | +++ readlink -f . |
| 97 | 2026-07-30T02:19:46.874Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.874Z | ++ 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-30T02:19:46.875Z | ++ 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-30T02:19:46.875Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-30T02:19:46.875Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-30T02:19:46.875Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-30T02:19:46.878Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-30T02:19:46.878Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-30T02:19:46.878Z | +++ uname -s |
| 114 | 2026-07-30T02:19:46.878Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-30T02:19:46.878Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-30T02:19:46.878Z | + cargo --version |
| 117 | 2026-07-30T02:19:46.885Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-07-30T02:19:46.889Z | + rustc --version |
| 119 | 2026-07-30T02:19:46.908Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-07-30T02:19:46.911Z | + banner prerequisites |
| 121 | 2026-07-30T02:19:46.914Z | |
| 122 | 2026-07-30T02:19:46.914Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-30T02:19:46.914Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-30T02:19:46.914Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-30T02:19:46.914Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-30T02:19:46.914Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-30T02:19:46.915Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-30T02:19:46.915Z | |
| 129 | 2026-07-30T02:19:46.915Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-30T02:19:48.604Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-30T02:19:48.837Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-30T02:19:50.008Z | Planning: Solver setup ... Done (1.089s) |
| 133 | 2026-07-30T02:19:50.050Z | Planning: Running solver ... Done (0.043s) |
| 134 | 2026-07-30T02:19:50.079Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-30T02:19:50.092Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-30T02:19:50.108Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-30T02:19:50.122Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-30T02:19:50.125Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-07-30T02:19:50.328Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 140 | 2026-07-30T02:19:50.331Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-30T02:19:51.090Z | Planning: Evaluating mediators ... Done (0.761s) |
| 142 | 2026-07-30T02:19:51.093Z | Planning: Planning completed in 2.23 seconds |
| 143 | 2026-07-30T02:19:51.101Z | Packages to install: 2 |
| 144 | 2026-07-30T02:19:51.101Z | Estimated space available: 156.02 GB |
| 145 | 2026-07-30T02:19:51.106Z | Estimated space to be consumed: 55.06 MB |
| 146 | 2026-07-30T02:19:51.106Z | Create boot environment: No |
| 147 | 2026-07-30T02:19:51.106Z | Create backup boot environment: No |
| 148 | 2026-07-30T02:19:51.106Z | Rebuild boot archive: No |
| 149 | 2026-07-30T02:19:51.106Z | |
| 150 | 2026-07-30T02:19:51.106Z | Changed packages: |
| 151 | 2026-07-30T02:19:51.106Z | helios |
| 152 | 2026-07-30T02:19:51.106Z | developer/build-essential |
| 153 | 2026-07-30T02:19:51.106Z | None -> 11-3.0 |
| 154 | 2026-07-30T02:19:51.106Z | library/libxmlsec1 |
| 155 | 2026-07-30T02:19:51.106Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-30T02:19:51.127Z | |
| 157 | 2026-07-30T02:19:51.127Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-30T02:19:51.195Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 159 | 2026-07-30T02:19:51.251Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-30T02:19:51.288Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-30T02:19:51.313Z | Finalize: Updating package state database ... Done (0.022s) |
| 162 | 2026-07-30T02:19:51.317Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-30T02:19:51.373Z | Finalize: Updating image state ... Done (0.061s) |
| 164 | 2026-07-30T02:19:53.816Z | Finalize: Creating fast lookup database ... Done (2.408s) |
| 165 | 2026-07-30T02:19:53.883Z | Finalize: Reading search index ... Done (0.014s) |
| 166 | 2026-07-30T02:19:53.887Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-30T02:19:53.997Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-30T02:19:54.342Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-30T02:19:54.444Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-30T02:19:54.447Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-30T02:19:54.600Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-30T02:19:54.603Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-30T02:19:54.624Z | Mediators to change: 2 |
| 174 | 2026-07-30T02:19:54.627Z | Create boot environment: No |
| 175 | 2026-07-30T02:19:54.627Z | Create backup boot environment: No |
| 176 | 2026-07-30T02:19:54.673Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-30T02:19:54.673Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-30T02:19:54.707Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-30T02:19:56.646Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-30T02:19:56.715Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-30T02:19:56.718Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-30T02:19:56.773Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-30T02:19:57.055Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-30T02:19:57.159Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-30T02:19:57.163Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-30T02:19:57.316Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-30T02:19:57.319Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-30T02:19:57.338Z | Mediators to change: 1 |
| 189 | 2026-07-30T02:19:57.339Z | Create boot environment: No |
| 190 | 2026-07-30T02:19:57.342Z | Create backup boot environment: No |
| 191 | 2026-07-30T02:19:57.383Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-30T02:19:57.383Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-30T02:19:57.417Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-30T02:19:59.366Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-30T02:19:59.446Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-30T02:19:59.450Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-30T02:19:59.487Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-30T02:19:59.797Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-30T02:19:59.797Z | apache system 2.4 system |
| 200 | 2026-07-30T02:19:59.797Z | clang system 15 system |
| 201 | 2026-07-30T02:19:59.797Z | csh system system illumos |
| 202 | 2026-07-30T02:19:59.797Z | ctags system system illumos |
| 203 | 2026-07-30T02:19:59.797Z | file vendor vendor darwinsys |
| 204 | 2026-07-30T02:19:59.797Z | file system system illumos |
| 205 | 2026-07-30T02:19:59.797Z | gcc vendor 14 vendor |
| 206 | 2026-07-30T02:19:59.797Z | gcc system 13 system |
| 207 | 2026-07-30T02:19:59.797Z | gcc system 10 system |
| 208 | 2026-07-30T02:19:59.797Z | go system 1.25 system |
| 209 | 2026-07-30T02:19:59.798Z | llvm system 15 system |
| 210 | 2026-07-30T02:19:59.798Z | mariadb system 11.4 system |
| 211 | 2026-07-30T02:19:59.798Z | mta vendor vendor dma |
| 212 | 2026-07-30T02:19:59.798Z | openjdk system 17 system |
| 213 | 2026-07-30T02:19:59.798Z | openjdk system 11 system |
| 214 | 2026-07-30T02:19:59.798Z | openssl vendor 3 vendor |
| 215 | 2026-07-30T02:19:59.798Z | perl system 5.40 system |
| 216 | 2026-07-30T02:19:59.798Z | postgresql system 18 system |
| 217 | 2026-07-30T02:19:59.798Z | postgresql system 17 system |
| 218 | 2026-07-30T02:19:59.798Z | python vendor 3 vendor |
| 219 | 2026-07-30T02:19:59.798Z | python system 2 system |
| 220 | 2026-07-30T02:19:59.798Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-30T02:19:59.798Z | ruby system 3.4 system |
| 222 | 2026-07-30T02:19:59.798Z | ruby system 3.0 system |
| 223 | 2026-07-30T02:19:59.798Z | words vendor vendor american-english |
| 224 | 2026-07-30T02:19:59.798Z | words system system australian-english |
| 225 | 2026-07-30T02:19:59.798Z | words system system british-english |
| 226 | 2026-07-30T02:19:59.799Z | words system system canadian-english |
| 227 | 2026-07-30T02:19:59.799Z | words system system french |
| 228 | 2026-07-30T02:19:59.799Z | words system system italian |
| 229 | 2026-07-30T02:19:59.799Z | words system system ngerman |
| 230 | 2026-07-30T02:19:59.799Z | words system system ogerman |
| 231 | 2026-07-30T02:19:59.799Z | words system system spanish |
| 232 | 2026-07-30T02:20:00.050Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-30T02:20:00.050Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-30T02:20:00.443Z | FMRI IFO |
| 235 | 2026-07-30T02:20:00.443Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-30T02:20:00.443Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-30T02:20:00.443Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-30T02:20:00.443Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-30T02:20:00.443Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-30T02:20:00.443Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-30T02:20:00.443Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-30T02:20:00.443Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-30T02:20:00.443Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-30T02:20:00.752Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-30T02:20:01.053Z | Updating crates.io index |
| 246 | 2026-07-30T02:20:01.056Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-30T02:20:01.250Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-30T02:20:01.527Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-30T02:20:02.483Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-30T02:20:03.018Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-30T02:20:04.518Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-30T02:20:05.347Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-30T02:20:05.607Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-30T02:20:06.240Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-30T02:20:07.361Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-30T02:20:07.623Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-30T02:20:07.919Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-30T02:20:08.184Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-30T02:20:08.648Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-30T02:20:09.134Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-30T02:20:09.467Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-30T02:20:09.685Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-30T02:20:09.936Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-30T02:20:10.274Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-30T02:20:10.646Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-30T02:20:10.884Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-30T02:20:11.112Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-30T02:20:11.488Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-30T02:20:11.774Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-30T02:20:12.011Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-30T02:20:12.372Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-30T02:20:12.605Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-30T02:20:12.966Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-30T02:20:13.471Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-30T02:20:13.658Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-30T02:20:13.890Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-30T02:20:14.200Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-30T02:20:14.541Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-30T02:20:14.923Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-30T02:20:15.170Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-30T02:20:15.390Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-30T02:20:15.646Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-30T02:20:16.126Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-30T02:20:16.374Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-30T02:20:16.623Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-30T02:20:16.853Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-30T02:20:19.783Z | Downloading crates ... |
| 288 | 2026-07-30T02:20:19.837Z | Downloaded memmap v0.7.0 |
| 289 | 2026-07-30T02:20:19.845Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-07-30T02:20:19.848Z | Downloaded generic-array v0.14.7 |
| 291 | 2026-07-30T02:20:19.851Z | Downloaded equivalent v1.0.2 |
| 292 | 2026-07-30T02:20:19.855Z | Downloaded autocfg v1.5.0 |
| 293 | 2026-07-30T02:20:19.855Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-07-30T02:20:19.858Z | Downloaded utf8parse v0.2.2 |
| 295 | 2026-07-30T02:20:19.861Z | Downloaded block-buffer v0.10.4 |
| 296 | 2026-07-30T02:20:19.861Z | Downloaded camino v1.2.2 |
| 297 | 2026-07-30T02:20:19.864Z | Downloaded anstream v1.0.0 |
| 298 | 2026-07-30T02:20:19.871Z | Downloaded scroll v0.12.0 |
| 299 | 2026-07-30T02:20:19.876Z | Downloaded sha2 v0.10.9 |
| 300 | 2026-07-30T02:20:19.876Z | Downloaded bitflags v2.11.0 |
| 301 | 2026-07-30T02:20:19.879Z | Downloaded anyhow v1.0.102 |
| 302 | 2026-07-30T02:20:19.879Z | Downloaded thiserror v1.0.69 |
| 303 | 2026-07-30T02:20:19.883Z | Downloaded log v0.4.29 |
| 304 | 2026-07-30T02:20:19.883Z | Downloaded papergrid v0.11.0 |
| 305 | 2026-07-30T02:20:19.885Z | Downloaded usdt-impl v0.5.0 |
| 306 | 2026-07-30T02:20:19.897Z | Downloaded zmij v1.0.21 |
| 307 | 2026-07-30T02:20:19.900Z | Downloaded anstyle v1.0.14 |
| 308 | 2026-07-30T02:20:19.900Z | Downloaded anstyle-parse v1.0.0 |
| 309 | 2026-07-30T02:20:19.905Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2026-07-30T02:20:19.908Z | Downloaded swrite v0.1.0 |
| 311 | 2026-07-30T02:20:19.911Z | Downloaded zerocopy v0.7.35 |
| 312 | 2026-07-30T02:20:19.922Z | Downloaded serde_json v1.0.151 |
| 313 | 2026-07-30T02:20:19.927Z | Downloaded serde_spanned v0.6.9 |
| 314 | 2026-07-30T02:20:19.930Z | Downloaded zerocopy-derive v0.7.35 |
| 315 | 2026-07-30T02:20:19.930Z | Downloaded itoa v1.0.17 |
| 316 | 2026-07-30T02:20:19.933Z | Downloaded strsim v0.11.1 |
| 317 | 2026-07-30T02:20:19.933Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2026-07-30T02:20:19.933Z | Downloaded errno v0.3.14 |
| 319 | 2026-07-30T02:20:19.937Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-07-30T02:20:19.940Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-07-30T02:20:19.940Z | Downloaded colorchoice v1.0.4 |
| 322 | 2026-07-30T02:20:19.953Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-07-30T02:20:19.957Z | Downloaded version_check v0.9.5 |
| 324 | 2026-07-30T02:20:19.957Z | Downloaded heck v0.4.1 |
| 325 | 2026-07-30T02:20:19.960Z | Downloaded is_terminal_polyfill v1.70.2 |
| 326 | 2026-07-30T02:20:19.965Z | Downloaded scroll_derive v0.12.1 |
| 327 | 2026-07-30T02:20:19.965Z | Downloaded smawk v0.3.2 |
| 328 | 2026-07-30T02:20:19.965Z | Downloaded macaddr v1.0.1 |
| 329 | 2026-07-30T02:20:19.965Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-07-30T02:20:19.970Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-07-30T02:20:19.970Z | Downloaded cargo-platform v0.3.2 |
| 332 | 2026-07-30T02:20:19.971Z | Downloaded digest v0.10.7 |
| 333 | 2026-07-30T02:20:19.975Z | Downloaded plain v0.2.3 |
| 334 | 2026-07-30T02:20:19.975Z | Downloaded dof v0.3.0 |
| 335 | 2026-07-30T02:20:19.975Z | Downloaded fnv v1.0.7 |
| 336 | 2026-07-30T02:20:19.975Z | Downloaded cfg-if v1.0.4 |
| 337 | 2026-07-30T02:20:19.975Z | Downloaded cpufeatures v0.2.17 |
| 338 | 2026-07-30T02:20:19.978Z | Downloaded heck v0.5.0 |
| 339 | 2026-07-30T02:20:19.982Z | Downloaded clap_derive v4.6.1 |
| 340 | 2026-07-30T02:20:19.982Z | Downloaded quote v1.0.45 |
| 341 | 2026-07-30T02:20:19.990Z | Downloaded pest_generator v2.8.6 |
| 342 | 2026-07-30T02:20:19.994Z | Downloaded serde_core v1.0.228 |
| 343 | 2026-07-30T02:20:19.994Z | Downloaded toml_datetime v0.6.11 |
| 344 | 2026-07-30T02:20:19.994Z | Downloaded proc-macro-error-attr v1.0.4 |
| 345 | 2026-07-30T02:20:19.994Z | Downloaded usdt-attr-macro v0.5.0 |
| 346 | 2026-07-30T02:20:19.994Z | Downloaded usdt-macro v0.5.0 |
| 347 | 2026-07-30T02:20:20.000Z | Downloaded thiserror-impl v1.0.69 |
| 348 | 2026-07-30T02:20:20.005Z | Downloaded usdt v0.5.0 |
| 349 | 2026-07-30T02:20:20.005Z | Downloaded serde_tokenstream v0.2.3 |
| 350 | 2026-07-30T02:20:20.008Z | Downloaded clap_lex v1.0.0 |
| 351 | 2026-07-30T02:20:20.008Z | Downloaded dtrace-parser v0.2.0 |
| 352 | 2026-07-30T02:20:20.009Z | Downloaded terminal_size v0.4.3 |
| 353 | 2026-07-30T02:20:20.012Z | Downloaded thiserror-impl v2.0.18 |
| 354 | 2026-07-30T02:20:20.015Z | Downloaded camino-tempfile v1.4.1 |
| 355 | 2026-07-30T02:20:20.017Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-07-30T02:20:20.023Z | Downloaded serde_derive v1.0.228 |
| 357 | 2026-07-30T02:20:20.026Z | Downloaded byteorder v1.5.0 |
| 358 | 2026-07-30T02:20:20.035Z | Downloaded tempfile v3.25.0 |
| 359 | 2026-07-30T02:20:20.041Z | Downloaded toml v0.8.23 |
| 360 | 2026-07-30T02:20:20.044Z | Downloaded semver v1.0.28 |
| 361 | 2026-07-30T02:20:20.044Z | Downloaded cargo_toml v0.21.0 |
| 362 | 2026-07-30T02:20:20.044Z | Downloaded pest_derive v2.8.6 |
| 363 | 2026-07-30T02:20:20.047Z | Downloaded thiserror v2.0.18 |
| 364 | 2026-07-30T02:20:20.050Z | Downloaded fs-err v3.3.0 |
| 365 | 2026-07-30T02:20:20.050Z | Downloaded pest_meta v2.8.6 |
| 366 | 2026-07-30T02:20:20.050Z | Downloaded textwrap v0.16.2 |
| 367 | 2026-07-30T02:20:20.052Z | Downloaded clap v4.6.1 |
| 368 | 2026-07-30T02:20:20.055Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2026-07-30T02:20:20.058Z | Downloaded unicode-ident v1.0.24 |
| 370 | 2026-07-30T02:20:20.058Z | Downloaded getrandom v0.4.1 |
| 371 | 2026-07-30T02:20:20.061Z | Downloaded once_cell v1.21.3 |
| 372 | 2026-07-30T02:20:20.065Z | Downloaded cargo_metadata v0.23.1 |
| 373 | 2026-07-30T02:20:20.071Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-07-30T02:20:20.074Z | Downloaded tabled v0.15.0 |
| 375 | 2026-07-30T02:20:20.081Z | Downloaded serde v1.0.228 |
| 376 | 2026-07-30T02:20:20.084Z | Downloaded proc-macro2 v1.0.106 |
| 377 | 2026-07-30T02:20:20.095Z | Downloaded indexmap v2.14.0 |
| 378 | 2026-07-30T02:20:20.098Z | Downloaded typenum v1.20.1 |
| 379 | 2026-07-30T02:20:20.101Z | Downloaded memchr v2.8.0 |
| 380 | 2026-07-30T02:20:20.113Z | Downloaded pest v2.8.6 |
| 381 | 2026-07-30T02:20:20.130Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-30T02:20:20.149Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-07-30T02:20:20.156Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-30T02:20:20.163Z | Downloaded unicode-width v0.2.0 |
| 385 | 2026-07-30T02:20:20.168Z | Downloaded goblin v0.8.2 |
| 386 | 2026-07-30T02:20:20.181Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-30T02:20:20.186Z | Downloaded unicode-width v0.1.14 |
| 388 | 2026-07-30T02:20:20.189Z | Downloaded syn v2.0.117 |
| 389 | 2026-07-30T02:20:20.199Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-30T02:20:20.212Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-30T02:20:20.275Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-30T02:20:20.275Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-30T02:20:20.280Z | Compiling quote v1.0.45 |
| 394 | 2026-07-30T02:20:20.281Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-30T02:20:20.281Z | Compiling libc v0.2.185 |
| 396 | 2026-07-30T02:20:20.281Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-30T02:20:20.281Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-30T02:20:20.281Z | Compiling serde v1.0.228 |
| 399 | 2026-07-30T02:20:20.618Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-30T02:20:20.843Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-30T02:20:20.876Z | Compiling ucd-trie v0.1.7 |
| 402 | 2026-07-30T02:20:21.121Z | Compiling itoa v1.0.17 |
| 403 | 2026-07-30T02:20:21.134Z | Compiling pest v2.8.6 |
| 404 | 2026-07-30T02:20:21.242Z | Compiling byteorder v1.5.0 |
| 405 | 2026-07-30T02:20:21.300Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-30T02:20:21.351Z | Compiling errno v0.3.14 |
| 407 | 2026-07-30T02:20:21.511Z | Compiling bitflags v2.11.0 |
| 408 | 2026-07-30T02:20:21.624Z | Compiling serde_json v1.0.151 |
| 409 | 2026-07-30T02:20:21.738Z | Compiling syn v2.0.117 |
| 410 | 2026-07-30T02:20:21.769Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-30T02:20:21.832Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-30T02:20:21.866Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-30T02:20:21.976Z | Compiling syn v1.0.109 |
| 414 | 2026-07-30T02:20:22.036Z | Compiling camino v1.2.2 |
| 415 | 2026-07-30T02:20:22.205Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-30T02:20:22.331Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-07-30T02:20:22.368Z | Compiling hashbrown v0.17.0 |
| 418 | 2026-07-30T02:20:22.396Z | Compiling getrandom v0.4.1 |
| 419 | 2026-07-30T02:20:22.513Z | Compiling plain v0.2.3 |
| 420 | 2026-07-30T02:20:22.750Z | Compiling utf8parse v0.2.2 |
| 421 | 2026-07-30T02:20:22.767Z | Compiling equivalent v1.0.2 |
| 422 | 2026-07-30T02:20:22.861Z | Compiling log v0.4.29 |
| 423 | 2026-07-30T02:20:22.920Z | Compiling indexmap v2.14.0 |
| 424 | 2026-07-30T02:20:22.939Z | Compiling anstyle-parse v1.0.0 |
| 425 | 2026-07-30T02:20:23.027Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-07-30T02:20:23.531Z | Compiling pretty-hex v0.4.1 |
| 427 | 2026-07-30T02:20:23.634Z | Compiling is_terminal_polyfill v1.70.2 |
| 428 | 2026-07-30T02:20:23.650Z | Compiling winnow v0.7.14 |
| 429 | 2026-07-30T02:20:23.653Z | Compiling anstyle v1.0.14 |
| 430 | 2026-07-30T02:20:23.683Z | Compiling cfg-if v1.0.4 |
| 431 | 2026-07-30T02:20:23.732Z | Compiling colorchoice v1.0.4 |
| 432 | 2026-07-30T02:20:23.757Z | Compiling autocfg v1.5.0 |
| 433 | 2026-07-30T02:20:23.803Z | Compiling thiserror v2.0.18 |
| 434 | 2026-07-30T02:20:23.852Z | Compiling anstyle-query v1.1.5 |
| 435 | 2026-07-30T02:20:23.887Z | Compiling toml_write v0.1.2 |
| 436 | 2026-07-30T02:20:23.968Z | Compiling anstream v1.0.0 |
| 437 | 2026-07-30T02:20:24.076Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-30T02:20:24.180Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-30T02:20:24.197Z | Compiling fnv v1.0.7 |
| 440 | 2026-07-30T02:20:24.298Z | Compiling heck v0.4.1 |
| 441 | 2026-07-30T02:20:24.326Z | Compiling once_cell v1.21.3 |
| 442 | 2026-07-30T02:20:24.369Z | Compiling clap_lex v1.0.0 |
| 443 | 2026-07-30T02:20:24.527Z | Compiling unicode-width v0.1.14 |
| 444 | 2026-07-30T02:20:24.602Z | Compiling fastrand v2.3.0 |
| 445 | 2026-07-30T02:20:24.649Z | Compiling bytecount v0.6.9 |
| 446 | 2026-07-30T02:20:24.693Z | Compiling strsim v0.11.1 |
| 447 | 2026-07-30T02:20:24.792Z | Compiling anyhow v1.0.102 |
| 448 | 2026-07-30T02:20:24.819Z | Compiling heck v0.5.0 |
| 449 | 2026-07-30T02:20:24.892Z | Compiling tempfile v3.25.0 |
| 450 | 2026-07-30T02:20:24.898Z | Compiling papergrid v0.11.0 |
| 451 | 2026-07-30T02:20:25.053Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-30T02:20:25.174Z | Compiling cargo-platform v0.3.2 |
| 453 | 2026-07-30T02:20:25.199Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-07-30T02:20:25.217Z | Compiling semver v1.0.28 |
| 455 | 2026-07-30T02:20:25.234Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-30T02:20:25.324Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-30T02:20:25.418Z | Compiling unicode-linebreak v0.1.5 |
| 458 | 2026-07-30T02:20:25.451Z | Compiling smawk v0.3.2 |
| 459 | 2026-07-30T02:20:25.616Z | Compiling textwrap v0.16.2 |
| 460 | 2026-07-30T02:20:25.667Z | Compiling camino-tempfile v1.4.1 |
| 461 | 2026-07-30T02:20:25.705Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-07-30T02:20:25.884Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-07-30T02:20:25.903Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-07-30T02:20:25.906Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-07-30T02:20:26.082Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-07-30T02:20:26.126Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-07-30T02:20:26.341Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-07-30T02:20:26.371Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-30T02:20:26.755Z | Compiling scroll v0.12.0 |
| 470 | 2026-07-30T02:20:26.777Z | Compiling zerocopy v0.7.35 |
| 471 | 2026-07-30T02:20:27.091Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-30T02:20:27.250Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-07-30T02:20:27.335Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-30T02:20:28.023Z | Compiling clap v4.6.1 |
| 475 | 2026-07-30T02:20:28.650Z | Compiling serde_spanned v0.6.9 |
| 476 | 2026-07-30T02:20:28.650Z | Compiling toml_datetime v0.6.11 |
| 477 | 2026-07-30T02:20:28.653Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-07-30T02:20:28.653Z | Compiling cargo_metadata v0.23.1 |
| 479 | 2026-07-30T02:20:28.654Z | Compiling macaddr v1.0.1 |
| 480 | 2026-07-30T02:20:28.732Z | Compiling dof v0.3.0 |
| 481 | 2026-07-30T02:20:28.732Z | Compiling serde_tokenstream v0.2.3 |
| 482 | 2026-07-30T02:20:28.895Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-30T02:20:29.417Z | Compiling usdt-macro v0.5.0 |
| 484 | 2026-07-30T02:20:29.434Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-07-30T02:20:30.137Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-30T02:20:30.278Z | Compiling toml v0.8.23 |
| 487 | 2026-07-30T02:20:30.619Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-30T02:20:31.882Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-30T02:20:33.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.34s |
| 490 | 2026-07-30T02:20:34.132Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-30T02:20:34.649Z | Downloading crates ... |
| 492 | 2026-07-30T02:20:34.731Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-07-30T02:20:34.734Z | Downloaded fs-err v2.11.0 |
| 494 | 2026-07-30T02:20:34.734Z | Downloaded find-msvc-tools v0.1.9 |
| 495 | 2026-07-30T02:20:34.739Z | Downloaded hash32 v0.2.1 |
| 496 | 2026-07-30T02:20:34.742Z | Downloaded glob v0.3.3 |
| 497 | 2026-07-30T02:20:34.742Z | Downloaded hmac v0.13.0 |
| 498 | 2026-07-30T02:20:34.748Z | Downloaded futures-core v0.3.32 |
| 499 | 2026-07-30T02:20:34.752Z | Downloaded endian-type v0.1.2 |
| 500 | 2026-07-30T02:20:34.756Z | Downloaded foldhash v0.1.5 |
| 501 | 2026-07-30T02:20:34.759Z | Downloaded foreign-types v0.5.0 |
| 502 | 2026-07-30T02:20:34.759Z | Downloaded fallible-iterator v0.2.0 |
| 503 | 2026-07-30T02:20:34.763Z | Downloaded env_logger v0.11.9 |
| 504 | 2026-07-30T02:20:34.766Z | Downloaded ghash v0.6.0 |
| 505 | 2026-07-30T02:20:34.770Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-07-30T02:20:34.770Z | Downloaded futures-io v0.3.32 |
| 507 | 2026-07-30T02:20:34.770Z | Downloaded convert_case v0.4.0 |
| 508 | 2026-07-30T02:20:34.770Z | Downloaded git-stub-vcs v0.1.0 |
| 509 | 2026-07-30T02:20:34.780Z | Downloaded futures v0.3.32 |
| 510 | 2026-07-30T02:20:34.780Z | Downloaded env_filter v1.0.0 |
| 511 | 2026-07-30T02:20:34.783Z | Downloaded fxhash v0.2.1 |
| 512 | 2026-07-30T02:20:34.783Z | Downloaded hybrid-array v0.4.13 |
| 513 | 2026-07-30T02:20:34.789Z | Downloaded flume v0.11.1 |
| 514 | 2026-07-30T02:20:34.792Z | Downloaded getrandom v0.2.17 |
| 515 | 2026-07-30T02:20:34.795Z | Downloaded funty v2.0.0 |
| 516 | 2026-07-30T02:20:34.795Z | Downloaded globwalk v0.9.1 |
| 517 | 2026-07-30T02:20:34.795Z | Downloaded bitfield-macros v0.19.4 |
| 518 | 2026-07-30T02:20:34.795Z | Downloaded bitfield-struct v0.6.2 |
| 519 | 2026-07-30T02:20:34.798Z | Downloaded aead v0.5.2 |
| 520 | 2026-07-30T02:20:34.798Z | Downloaded futures-macro v0.3.32 |
| 521 | 2026-07-30T02:20:34.798Z | Downloaded foldhash v0.2.0 |
| 522 | 2026-07-30T02:20:34.803Z | Downloaded foreign-types v0.3.2 |
| 523 | 2026-07-30T02:20:34.807Z | Downloaded enum-as-inner v0.6.1 |
| 524 | 2026-07-30T02:20:34.807Z | Downloaded hyper-staticfile v0.10.1 |
| 525 | 2026-07-30T02:20:34.810Z | Downloaded fd-lock v4.0.4 |
| 526 | 2026-07-30T02:20:34.810Z | Downloaded foreign-types-macros v0.2.3 |
| 527 | 2026-07-30T02:20:34.814Z | Downloaded hostname v0.4.2 |
| 528 | 2026-07-30T02:20:34.820Z | Downloaded futures-util v0.3.32 |
| 529 | 2026-07-30T02:20:34.825Z | Downloaded fixedbitset v0.4.2 |
| 530 | 2026-07-30T02:20:34.825Z | Downloaded cfg_aliases v0.1.1 |
| 531 | 2026-07-30T02:20:34.825Z | Downloaded cfg_aliases v0.2.1 |
| 532 | 2026-07-30T02:20:34.826Z | Downloaded flagset v0.4.7 |
| 533 | 2026-07-30T02:20:34.826Z | Downloaded cobs v0.3.0 |
| 534 | 2026-07-30T02:20:34.829Z | Downloaded enum_dispatch v0.3.13 |
| 535 | 2026-07-30T02:20:34.829Z | Downloaded erased-serde v0.3.31 |
| 536 | 2026-07-30T02:20:34.829Z | Downloaded ff v0.14.0 |
| 537 | 2026-07-30T02:20:34.829Z | Downloaded futures-sink v0.3.32 |
| 538 | 2026-07-30T02:20:34.832Z | Downloaded generic-array v1.4.3 |
| 539 | 2026-07-30T02:20:34.832Z | Downloaded atomic-waker v1.1.2 |
| 540 | 2026-07-30T02:20:34.832Z | Downloaded hex v0.4.3 |
| 541 | 2026-07-30T02:20:34.835Z | Downloaded hubpack v0.1.2 |
| 542 | 2026-07-30T02:20:34.835Z | Downloaded hyper-tls v0.6.0 |
| 543 | 2026-07-30T02:20:34.835Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2026-07-30T02:20:34.838Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-07-30T02:20:34.838Z | Downloaded async-stream-impl v0.3.6 |
| 546 | 2026-07-30T02:20:34.838Z | Downloaded array-init v0.0.4 |
| 547 | 2026-07-30T02:20:34.842Z | Downloaded bb8 v0.8.6 |
| 548 | 2026-07-30T02:20:34.842Z | Downloaded foreign-types-shared v0.1.1 |
| 549 | 2026-07-30T02:20:34.842Z | Downloaded heapless v0.8.0 |
| 550 | 2026-07-30T02:20:34.842Z | Downloaded arrayref v0.3.9 |
| 551 | 2026-07-30T02:20:34.842Z | Downloaded ascii-canvas v3.0.0 |
| 552 | 2026-07-30T02:20:34.845Z | Downloaded filetime v0.2.27 |
| 553 | 2026-07-30T02:20:34.845Z | Downloaded password-hash v0.6.1 |
| 554 | 2026-07-30T02:20:34.845Z | Downloaded atomicwrites v0.4.4 |
| 555 | 2026-07-30T02:20:34.846Z | Downloaded ciborium-ll v0.2.2 |
| 556 | 2026-07-30T02:20:34.849Z | Downloaded fatfs v0.3.6 |
| 557 | 2026-07-30T02:20:34.852Z | Downloaded futures-task v0.3.32 |
| 558 | 2026-07-30T02:20:34.853Z | Downloaded home v0.5.12 |
| 559 | 2026-07-30T02:20:34.853Z | Downloaded bit-vec v0.6.3 |
| 560 | 2026-07-30T02:20:34.853Z | Downloaded bit-vec v0.8.0 |
| 561 | 2026-07-30T02:20:34.857Z | Downloaded bitflags v1.3.2 |
| 562 | 2026-07-30T02:20:34.857Z | Downloaded aead v0.6.1 |
| 563 | 2026-07-30T02:20:34.857Z | Downloaded castaway v0.2.4 |
| 564 | 2026-07-30T02:20:34.857Z | Downloaded http-range v0.1.5 |
| 565 | 2026-07-30T02:20:34.867Z | Downloaded nonempty v0.12.0 |
| 566 | 2026-07-30T02:20:34.868Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 567 | 2026-07-30T02:20:34.868Z | Downloaded headers-core v0.3.0 |
| 568 | 2026-07-30T02:20:34.874Z | Downloaded base16ct v0.2.0 |
| 569 | 2026-07-30T02:20:34.874Z | Downloaded httparse v1.10.1 |
| 570 | 2026-07-30T02:20:34.874Z | Downloaded bit-set v0.5.3 |
| 571 | 2026-07-30T02:20:34.874Z | Downloaded anstream v0.6.21 |
| 572 | 2026-07-30T02:20:34.874Z | Downloaded anstyle-parse v0.2.7 |
| 573 | 2026-07-30T02:20:34.877Z | Downloaded argon2 v0.5.3 |
| 574 | 2026-07-30T02:20:34.877Z | Downloaded cassowary v0.3.0 |
| 575 | 2026-07-30T02:20:34.877Z | Downloaded chacha20 v0.9.1 |
| 576 | 2026-07-30T02:20:34.877Z | Downloaded compression-codecs v0.4.37 |
| 577 | 2026-07-30T02:20:34.880Z | Downloaded hex-literal v1.1.0 |
| 578 | 2026-07-30T02:20:34.880Z | Downloaded hostname v0.3.1 |
| 579 | 2026-07-30T02:20:34.880Z | Downloaded httpdate v1.0.3 |
| 580 | 2026-07-30T02:20:34.880Z | Downloaded float-cmp v0.10.0 |
| 581 | 2026-07-30T02:20:34.883Z | Downloaded form_urlencoded v1.2.2 |
| 582 | 2026-07-30T02:20:34.883Z | Downloaded gethostname v0.5.0 |
| 583 | 2026-07-30T02:20:34.883Z | Downloaded cmov v0.5.4 |
| 584 | 2026-07-30T02:20:34.883Z | Downloaded normalize-line-endings v0.3.0 |
| 585 | 2026-07-30T02:20:34.886Z | Downloaded async-bb8-diesel v0.2.1 |
| 586 | 2026-07-30T02:20:34.886Z | Downloaded argon2 v0.6.0-rc.8 |
| 587 | 2026-07-30T02:20:34.889Z | Downloaded foreign-types-shared v0.3.1 |
| 588 | 2026-07-30T02:20:34.889Z | Downloaded hubpack_derive v0.1.1 |
| 589 | 2026-07-30T02:20:34.889Z | Downloaded expectorate v1.2.0 |
| 590 | 2026-07-30T02:20:34.889Z | Downloaded fixedbitset v0.5.7 |
| 591 | 2026-07-30T02:20:34.894Z | Downloaded getrandom v0.3.4 |
| 592 | 2026-07-30T02:20:34.894Z | Downloaded humantime v2.3.0 |
| 593 | 2026-07-30T02:20:34.894Z | Downloaded bitfield v0.19.4 |
| 594 | 2026-07-30T02:20:34.897Z | Downloaded group v0.14.0 |
| 595 | 2026-07-30T02:20:34.897Z | Downloaded blowfish v0.10.0 |
| 596 | 2026-07-30T02:20:34.897Z | Downloaded camino-tempfile-ext v0.3.3 |
| 597 | 2026-07-30T02:20:34.898Z | Downloaded cbc v0.2.1 |
| 598 | 2026-07-30T02:20:34.898Z | Downloaded parse-display v0.10.0 |
| 599 | 2026-07-30T02:20:34.898Z | Downloaded byte-wrapper v0.1.0 |
| 600 | 2026-07-30T02:20:34.901Z | Downloaded num-derive v0.4.2 |
| 601 | 2026-07-30T02:20:34.901Z | Downloaded num_threads v0.1.7 |
| 602 | 2026-07-30T02:20:34.901Z | Downloaded atty v0.2.14 |
| 603 | 2026-07-30T02:20:34.901Z | Downloaded block-buffer v0.12.1 |
| 604 | 2026-07-30T02:20:34.901Z | Downloaded globset v0.4.18 |
| 605 | 2026-07-30T02:20:34.904Z | Downloaded highway v1.3.0 |
| 606 | 2026-07-30T02:20:34.908Z | Downloaded const_format_proc_macros v0.2.34 |
| 607 | 2026-07-30T02:20:34.908Z | Downloaded futures-executor v0.3.32 |
| 608 | 2026-07-30T02:20:34.908Z | Downloaded oxide-tokio-rt v0.1.4 |
| 609 | 2026-07-30T02:20:34.908Z | Downloaded fs_extra v1.3.0 |
| 610 | 2026-07-30T02:20:34.912Z | Downloaded ff v0.13.1 |
| 611 | 2026-07-30T02:20:34.913Z | Downloaded cancel-safe-futures v0.1.5 |
| 612 | 2026-07-30T02:20:34.916Z | Downloaded ciborium v0.2.2 |
| 613 | 2026-07-30T02:20:34.916Z | Downloaded const-oid v0.9.6 |
| 614 | 2026-07-30T02:20:34.916Z | Downloaded chacha20 v0.10.0 |
| 615 | 2026-07-30T02:20:34.916Z | Downloaded colored v3.1.1 |
| 616 | 2026-07-30T02:20:34.922Z | Downloaded hmac v0.12.1 |
| 617 | 2026-07-30T02:20:34.922Z | Downloaded blake2 v0.11.0-rc.6 |
| 618 | 2026-07-30T02:20:34.922Z | Downloaded colored v2.2.0 |
| 619 | 2026-07-30T02:20:34.931Z | Downloaded bcs v0.1.6 |
| 620 | 2026-07-30T02:20:34.931Z | Downloaded rand_chacha v0.3.1 |
| 621 | 2026-07-30T02:20:34.931Z | Downloaded ref-cast v1.0.25 |
| 622 | 2026-07-30T02:20:34.931Z | Downloaded signal-hook-tokio v0.3.1 |
| 623 | 2026-07-30T02:20:34.932Z | Downloaded blake2 v0.10.6 |
| 624 | 2026-07-30T02:20:34.932Z | Downloaded russh-util v0.52.0 |
| 625 | 2026-07-30T02:20:34.932Z | Downloaded assert_matches v1.5.0 |
| 626 | 2026-07-30T02:20:34.932Z | Downloaded hash32 v0.3.1 |
| 627 | 2026-07-30T02:20:34.938Z | Downloaded sapling-renderdag v0.1.0 |
| 628 | 2026-07-30T02:20:34.938Z | Downloaded ppv-lite86 v0.2.21 |
| 629 | 2026-07-30T02:20:34.938Z | Downloaded cipher v0.4.4 |
| 630 | 2026-07-30T02:20:34.938Z | Downloaded group v0.13.0 |
| 631 | 2026-07-30T02:20:34.938Z | Downloaded pem-rfc7468 v1.0.0 |
| 632 | 2026-07-30T02:20:34.938Z | Downloaded precomputed-hash v0.1.1 |
| 633 | 2026-07-30T02:20:34.941Z | Downloaded russh-cryptovec v0.62.0 |
| 634 | 2026-07-30T02:20:34.941Z | Downloaded http-body-util v0.1.3 |
| 635 | 2026-07-30T02:20:34.941Z | Downloaded phf v0.13.1 |
| 636 | 2026-07-30T02:20:34.941Z | Downloaded async-recursion v1.1.1 |
| 637 | 2026-07-30T02:20:34.941Z | Downloaded signal-hook-mio v0.2.5 |
| 638 | 2026-07-30T02:20:34.945Z | Downloaded oxnet v0.1.6 |
| 639 | 2026-07-30T02:20:34.945Z | Downloaded pbkdf2 v0.13.0 |
| 640 | 2026-07-30T02:20:34.945Z | Downloaded pkg-config v0.3.32 |
| 641 | 2026-07-30T02:20:34.948Z | Downloaded compression-core v0.4.31 |
| 642 | 2026-07-30T02:20:34.951Z | Downloaded git-stub v1.0.0 |
| 643 | 2026-07-30T02:20:34.951Z | Downloaded ahash v0.8.12 |
| 644 | 2026-07-30T02:20:34.957Z | Downloaded base16ct v1.0.0 |
| 645 | 2026-07-30T02:20:34.957Z | Downloaded backon v1.6.0 |
| 646 | 2026-07-30T02:20:34.960Z | Downloaded bzip2 v0.6.1 |
| 647 | 2026-07-30T02:20:34.960Z | Downloaded backoff v0.4.0 |
| 648 | 2026-07-30T02:20:34.960Z | Downloaded allocator-api2 v0.2.21 |
| 649 | 2026-07-30T02:20:34.960Z | Downloaded half v2.7.1 |
| 650 | 2026-07-30T02:20:34.960Z | Downloaded console v0.16.2 |
| 651 | 2026-07-30T02:20:34.966Z | Downloaded num_enum_derive v0.7.6 |
| 652 | 2026-07-30T02:20:34.967Z | Downloaded port-file v0.1.0 |
| 653 | 2026-07-30T02:20:34.967Z | Downloaded rand_chacha v0.9.0 |
| 654 | 2026-07-30T02:20:34.967Z | Downloaded base64 v0.22.1 |
| 655 | 2026-07-30T02:20:34.969Z | Downloaded usdt-attr-macro v0.6.0 |
| 656 | 2026-07-30T02:20:34.969Z | Downloaded float-ord v0.3.2 |
| 657 | 2026-07-30T02:20:34.970Z | Downloaded hyper-rustls v0.27.7 |
| 658 | 2026-07-30T02:20:34.970Z | Downloaded half v1.8.3 |
| 659 | 2026-07-30T02:20:34.973Z | Downloaded cexpr v0.6.0 |
| 660 | 2026-07-30T02:20:34.976Z | Downloaded polyval v0.7.1 |
| 661 | 2026-07-30T02:20:34.976Z | Downloaded arrayvec v0.7.6 |
| 662 | 2026-07-30T02:20:34.976Z | Downloaded constant_time_eq v0.4.2 |
| 663 | 2026-07-30T02:20:34.982Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 664 | 2026-07-30T02:20:34.982Z | Downloaded block-padding v0.4.2 |
| 665 | 2026-07-30T02:20:34.982Z | Downloaded zerofrom-derive v0.1.6 |
| 666 | 2026-07-30T02:20:34.982Z | Downloaded rfc6979 v0.6.0 |
| 667 | 2026-07-30T02:20:34.985Z | Downloaded pem-rfc7468 v0.7.0 |
| 668 | 2026-07-30T02:20:34.985Z | Downloaded cmake v0.1.57 |
| 669 | 2026-07-30T02:20:34.985Z | Downloaded slog-dtrace v0.3.0 |
| 670 | 2026-07-30T02:20:34.985Z | Downloaded clang-sys v1.8.1 |
| 671 | 2026-07-30T02:20:34.985Z | Downloaded rustls-pemfile v2.2.0 |
| 672 | 2026-07-30T02:20:34.985Z | Downloaded scroll_derive v0.13.1 |
| 673 | 2026-07-30T02:20:34.988Z | Downloaded slog-scope v4.4.1 |
| 674 | 2026-07-30T02:20:34.988Z | Downloaded buf-list v1.1.2 |
| 675 | 2026-07-30T02:20:34.988Z | Downloaded cipher v0.5.2 |
| 676 | 2026-07-30T02:20:34.989Z | Downloaded base64ct v1.8.3 |
| 677 | 2026-07-30T02:20:34.992Z | Downloaded strum v0.27.2 |
| 678 | 2026-07-30T02:20:34.995Z | Downloaded waitgroup v0.1.2 |
| 679 | 2026-07-30T02:20:34.995Z | Downloaded seq-macro v0.3.6 |
| 680 | 2026-07-30T02:20:34.995Z | Downloaded ident_case v1.0.1 |
| 681 | 2026-07-30T02:20:34.995Z | Downloaded tokio-test v0.4.5 |
| 682 | 2026-07-30T02:20:34.998Z | Downloaded sqlparser_derive v0.5.0 |
| 683 | 2026-07-30T02:20:34.998Z | Downloaded sync-ptr v0.1.4 |
| 684 | 2026-07-30T02:20:34.998Z | Downloaded wait-timeout v0.2.1 |
| 685 | 2026-07-30T02:20:34.998Z | Downloaded unicode-xid v0.2.6 |
| 686 | 2026-07-30T02:20:35.002Z | Downloaded futures-channel v0.3.32 |
| 687 | 2026-07-30T02:20:35.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 688 | 2026-07-30T02:20:35.002Z | Downloaded utf8_iter v1.0.4 |
| 689 | 2026-07-30T02:20:35.005Z | Downloaded num-traits v0.2.19 |
| 690 | 2026-07-30T02:20:35.008Z | Downloaded parking_lot v0.11.2 |
| 691 | 2026-07-30T02:20:35.008Z | Downloaded quinn-udp v0.5.14 |
| 692 | 2026-07-30T02:20:35.008Z | Downloaded bs58 v0.5.1 |
| 693 | 2026-07-30T02:20:35.011Z | Downloaded async-trait v0.1.89 |
| 694 | 2026-07-30T02:20:35.019Z | Downloaded console v0.15.11 |
| 695 | 2026-07-30T02:20:35.019Z | Downloaded arc-swap v1.8.2 |
| 696 | 2026-07-30T02:20:35.019Z | Downloaded darling_macro v0.21.3 |
| 697 | 2026-07-30T02:20:35.019Z | Downloaded untrusted v0.7.1 |
| 698 | 2026-07-30T02:20:35.019Z | Downloaded cpubits v0.1.1 |
| 699 | 2026-07-30T02:20:35.019Z | Downloaded serde_repr v0.1.20 |
| 700 | 2026-07-30T02:20:35.024Z | Downloaded zerofrom v0.1.6 |
| 701 | 2026-07-30T02:20:35.024Z | Downloaded topological-sort v0.2.2 |
| 702 | 2026-07-30T02:20:35.024Z | Downloaded rustls-pki-types v1.14.0 |
| 703 | 2026-07-30T02:20:35.024Z | Downloaded ar_archive_writer v0.5.1 |
| 704 | 2026-07-30T02:20:35.024Z | Downloaded proc-macro-error2 v2.0.1 |
| 705 | 2026-07-30T02:20:35.027Z | Downloaded http-body v1.0.1 |
| 706 | 2026-07-30T02:20:35.027Z | Downloaded tap v1.0.1 |
| 707 | 2026-07-30T02:20:35.027Z | Downloaded cpufeatures v0.3.0 |
| 708 | 2026-07-30T02:20:35.027Z | Downloaded pin-project v1.1.11 |
| 709 | 2026-07-30T02:20:35.035Z | Downloaded sha1 v0.11.0 |
| 710 | 2026-07-30T02:20:35.038Z | Downloaded cstr-argument v0.1.2 |
| 711 | 2026-07-30T02:20:35.038Z | Downloaded http v1.4.2 |
| 712 | 2026-07-30T02:20:35.038Z | Downloaded defmt v0.3.100 |
| 713 | 2026-07-30T02:20:35.038Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 714 | 2026-07-30T02:20:35.038Z | Downloaded primeorder v0.13.6 |
| 715 | 2026-07-30T02:20:35.043Z | Downloaded tiny-keccak v2.0.2 |
| 716 | 2026-07-30T02:20:35.043Z | Downloaded convert_case v0.10.0 |
| 717 | 2026-07-30T02:20:35.043Z | Downloaded illumos-nvpair v0.3.0 |
| 718 | 2026-07-30T02:20:35.043Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 719 | 2026-07-30T02:20:35.043Z | Downloaded derive_builder_macro v0.20.2 |
| 720 | 2026-07-30T02:20:35.047Z | Downloaded newtype_derive v0.1.6 |
| 721 | 2026-07-30T02:20:35.047Z | Downloaded defmt v1.0.1 |
| 722 | 2026-07-30T02:20:35.047Z | Downloaded bzip2 v0.4.4 |
| 723 | 2026-07-30T02:20:35.047Z | Downloaded serde_with_macros v1.5.2 |
| 724 | 2026-07-30T02:20:35.048Z | Downloaded tabled_derive v0.11.0 |
| 725 | 2026-07-30T02:20:35.051Z | Downloaded heapless v0.7.17 |
| 726 | 2026-07-30T02:20:35.051Z | Downloaded libscf-sys v1.2.0 |
| 727 | 2026-07-30T02:20:35.051Z | Downloaded primefield v0.14.0 |
| 728 | 2026-07-30T02:20:35.051Z | Downloaded signal-hook-registry v1.4.8 |
| 729 | 2026-07-30T02:20:35.054Z | Downloaded embedded-io v0.6.1 |
| 730 | 2026-07-30T02:20:35.054Z | Downloaded inout v0.2.2 |
| 731 | 2026-07-30T02:20:35.054Z | Downloaded snafu-derive v0.8.9 |
| 732 | 2026-07-30T02:20:35.054Z | Downloaded scrypt v0.12.0 |
| 733 | 2026-07-30T02:20:35.054Z | Downloaded unicase v2.9.0 |
| 734 | 2026-07-30T02:20:35.059Z | Downloaded lazy_static v1.5.0 |
| 735 | 2026-07-30T02:20:35.059Z | Downloaded vergen-git2 v9.1.0 |
| 736 | 2026-07-30T02:20:35.059Z | Downloaded smf v0.2.3 |
| 737 | 2026-07-30T02:20:35.059Z | Downloaded string_cache v0.8.9 |
| 738 | 2026-07-30T02:20:35.063Z | Downloaded term v1.2.1 |
| 739 | 2026-07-30T02:20:35.063Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-07-30T02:20:35.063Z | Downloaded const_format v0.2.35 |
| 741 | 2026-07-30T02:20:35.068Z | Downloaded downcast-rs v2.0.2 |
| 742 | 2026-07-30T02:20:35.068Z | Downloaded tls_codec_derive v0.4.2 |
| 743 | 2026-07-30T02:20:35.068Z | Downloaded zeroize v1.9.0 |
| 744 | 2026-07-30T02:20:35.073Z | Downloaded progenitor-impl v0.13.0 |
| 745 | 2026-07-30T02:20:35.073Z | Downloaded rustls-platform-verifier v0.6.2 |
| 746 | 2026-07-30T02:20:35.073Z | Downloaded tokio-native-tls v0.3.1 |
| 747 | 2026-07-30T02:20:35.073Z | Downloaded daft v0.1.7 |
| 748 | 2026-07-30T02:20:35.076Z | Downloaded md5 v0.8.0 |
| 749 | 2026-07-30T02:20:35.076Z | Downloaded recursive v0.1.1 |
| 750 | 2026-07-30T02:20:35.076Z | Downloaded percent-encoding v2.3.2 |
| 751 | 2026-07-30T02:20:35.076Z | Downloaded proc-macro-crate v1.3.1 |
| 752 | 2026-07-30T02:20:35.076Z | Downloaded lru v0.12.5 |
| 753 | 2026-07-30T02:20:35.076Z | Downloaded openssl-probe v0.2.1 |
| 754 | 2026-07-30T02:20:35.076Z | Downloaded hickory-resolver v0.25.2 |
| 755 | 2026-07-30T02:20:35.080Z | Downloaded rcgen v0.12.1 |
| 756 | 2026-07-30T02:20:35.080Z | Downloaded headers v0.4.1 |
| 757 | 2026-07-30T02:20:35.084Z | Downloaded daft-derive v0.1.7 |
| 758 | 2026-07-30T02:20:35.090Z | Downloaded kem v0.3.0 |
| 759 | 2026-07-30T02:20:35.090Z | Downloaded either v1.15.0 |
| 760 | 2026-07-30T02:20:35.090Z | Downloaded new_debug_unreachable v1.0.6 |
| 761 | 2026-07-30T02:20:35.090Z | Downloaded num-conv v0.2.0 |
| 762 | 2026-07-30T02:20:35.090Z | Downloaded powerfmt v0.2.0 |
| 763 | 2026-07-30T02:20:35.090Z | Downloaded phf_shared v0.11.3 |
| 764 | 2026-07-30T02:20:35.095Z | Downloaded sha2 v0.11.0 |
| 765 | 2026-07-30T02:20:35.095Z | Downloaded inout v0.1.4 |
| 766 | 2026-07-30T02:20:35.095Z | Downloaded base64 v0.21.7 |
| 767 | 2026-07-30T02:20:35.142Z | Downloaded path-slash v0.1.5 |
| 768 | 2026-07-30T02:20:35.142Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 769 | 2026-07-30T02:20:35.142Z | Downloaded derive_builder_core v0.20.2 |
| 770 | 2026-07-30T02:20:35.142Z | Downloaded multer v3.1.0 |
| 771 | 2026-07-30T02:20:35.142Z | Downloaded deranged v0.5.8 |
| 772 | 2026-07-30T02:20:35.143Z | Downloaded ed25519 v2.2.3 |
| 773 | 2026-07-30T02:20:35.143Z | Downloaded serde_cbor v0.11.2 |
| 774 | 2026-07-30T02:20:35.143Z | Downloaded const-oid v0.10.2 |
| 775 | 2026-07-30T02:20:35.143Z | Downloaded is-terminal v0.4.17 |
| 776 | 2026-07-30T02:20:35.143Z | Downloaded chacha20poly1305 v0.10.1 |
| 777 | 2026-07-30T02:20:35.143Z | Downloaded nu-ansi-term v0.50.3 |
| 778 | 2026-07-30T02:20:35.143Z | Downloaded pem v3.0.6 |
| 779 | 2026-07-30T02:20:35.143Z | Downloaded ingot v0.2.1 |
| 780 | 2026-07-30T02:20:35.143Z | Downloaded scheduled-thread-pool v0.2.7 |
| 781 | 2026-07-30T02:20:35.143Z | Downloaded opaque-debug v0.3.1 |
| 782 | 2026-07-30T02:20:35.143Z | Downloaded usdt-macro v0.6.0 |
| 783 | 2026-07-30T02:20:35.143Z | Downloaded md-5 v0.10.6 |
| 784 | 2026-07-30T02:20:35.143Z | Downloaded socket2 v0.6.3 |
| 785 | 2026-07-30T02:20:35.143Z | Downloaded bumpalo v3.20.2 |
| 786 | 2026-07-30T02:20:35.144Z | Downloaded libloading v0.8.9 |
| 787 | 2026-07-30T02:20:35.144Z | Downloaded bytes v1.11.1 |
| 788 | 2026-07-30T02:20:35.144Z | Downloaded vergen v9.1.0 |
| 789 | 2026-07-30T02:20:35.144Z | Downloaded sqlformat v0.3.5 |
| 790 | 2026-07-30T02:20:35.144Z | Downloaded structmeta-derive v0.3.0 |
| 791 | 2026-07-30T02:20:35.144Z | Downloaded managed v0.8.0 |
| 792 | 2026-07-30T02:20:35.144Z | Downloaded subprocess v0.2.15 |
| 793 | 2026-07-30T02:20:35.144Z | Downloaded tagptr v0.2.0 |
| 794 | 2026-07-30T02:20:35.150Z | Downloaded testing_table v0.3.0 |
| 795 | 2026-07-30T02:20:35.150Z | Downloaded time-core v0.1.8 |
| 796 | 2026-07-30T02:20:35.150Z | Downloaded proc-macro-crate v3.4.0 |
| 797 | 2026-07-30T02:20:35.151Z | Downloaded num-complex v0.4.6 |
| 798 | 2026-07-30T02:20:35.151Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 799 | 2026-07-30T02:20:35.151Z | Downloaded signature v2.2.0 |
| 800 | 2026-07-30T02:20:35.156Z | Downloaded untrusted v0.9.0 |
| 801 | 2026-07-30T02:20:35.156Z | Downloaded num-integer v0.1.46 |
| 802 | 2026-07-30T02:20:35.156Z | Downloaded openssl-sys v0.9.115 |
| 803 | 2026-07-30T02:20:35.162Z | Downloaded oxide-update-engine-display v0.1.2 |
| 804 | 2026-07-30T02:20:35.162Z | Downloaded zerocopy v0.6.6 |
| 805 | 2026-07-30T02:20:35.166Z | Downloaded aes v0.9.1 |
| 806 | 2026-07-30T02:20:35.166Z | Downloaded diff v0.1.13 |
| 807 | 2026-07-30T02:20:35.166Z | Downloaded void v1.0.2 |
| 808 | 2026-07-30T02:20:35.166Z | Downloaded yoke-derive v0.8.1 |
| 809 | 2026-07-30T02:20:35.166Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 810 | 2026-07-30T02:20:35.170Z | Downloaded tokio-macros v2.7.0 |
| 811 | 2026-07-30T02:20:35.170Z | Downloaded zone_cfg_derive v0.3.1 |
| 812 | 2026-07-30T02:20:35.170Z | Downloaded crc v3.4.0 |
| 813 | 2026-07-30T02:20:35.170Z | Downloaded crypto-common v0.2.2 |
| 814 | 2026-07-30T02:20:35.173Z | Downloaded crc8 v0.1.1 |
| 815 | 2026-07-30T02:20:35.173Z | Downloaded darling_macro v0.13.4 |
| 816 | 2026-07-30T02:20:35.173Z | Downloaded dirs-sys-next v0.1.2 |
| 817 | 2026-07-30T02:20:35.173Z | Downloaded indexmap v1.9.3 |
| 818 | 2026-07-30T02:20:35.176Z | Downloaded debug-ignore v1.0.5 |
| 819 | 2026-07-30T02:20:35.182Z | Downloaded olpc-cjson v0.1.4 |
| 820 | 2026-07-30T02:20:35.185Z | Downloaded oxide-update-engine v0.1.2 |
| 821 | 2026-07-30T02:20:35.185Z | Downloaded indoc v1.0.9 |
| 822 | 2026-07-30T02:20:35.189Z | Downloaded display-error-chain v0.2.2 |
| 823 | 2026-07-30T02:20:35.189Z | Downloaded instability v0.3.11 |
| 824 | 2026-07-30T02:20:35.189Z | Downloaded kstat-rs v0.2.4 |
| 825 | 2026-07-30T02:20:35.193Z | Downloaded phf v0.12.1 |
| 826 | 2026-07-30T02:20:35.199Z | Downloaded stringprep v0.1.5 |
| 827 | 2026-07-30T02:20:35.202Z | Downloaded cc v1.2.56 |
| 828 | 2026-07-30T02:20:35.202Z | Downloaded flate2 v1.1.9 |
| 829 | 2026-07-30T02:20:35.208Z | Downloaded serde_path_to_error v0.1.20 |
| 830 | 2026-07-30T02:20:35.211Z | Downloaded socket2 v0.5.10 |
| 831 | 2026-07-30T02:20:35.211Z | Downloaded typify v0.6.2 |
| 832 | 2026-07-30T02:20:35.211Z | Downloaded strum_macros v0.27.2 |
| 833 | 2026-07-30T02:20:35.211Z | Downloaded trait-variant v0.1.2 |
| 834 | 2026-07-30T02:20:35.211Z | Downloaded vsss-rs v3.3.4 |
| 835 | 2026-07-30T02:20:35.214Z | Downloaded tokio-dtrace v0.1.1 |
| 836 | 2026-07-30T02:20:35.214Z | Downloaded serde_derive_internals v0.29.1 |
| 837 | 2026-07-30T02:20:35.214Z | Downloaded internet-checksum v0.2.1 |
| 838 | 2026-07-30T02:20:35.214Z | Downloaded num-iter v0.1.45 |
| 839 | 2026-07-30T02:20:35.214Z | Downloaded progenitor-client v0.14.0 |
| 840 | 2026-07-30T02:20:35.217Z | Downloaded icu_properties v2.1.2 |
| 841 | 2026-07-30T02:20:35.217Z | Downloaded parse-display-derive v0.10.0 |
| 842 | 2026-07-30T02:20:35.217Z | Downloaded hashbrown v0.13.2 |
| 843 | 2026-07-30T02:20:35.223Z | Downloaded openssl-probe v0.1.6 |
| 844 | 2026-07-30T02:20:35.223Z | Downloaded rand_core v0.9.5 |
| 845 | 2026-07-30T02:20:35.223Z | Downloaded toml v0.7.8 |
| 846 | 2026-07-30T02:20:35.224Z | Downloaded maybe-uninit v2.0.0 |
| 847 | 2026-07-30T02:20:35.224Z | Downloaded rustversion v1.0.22 |
| 848 | 2026-07-30T02:20:35.229Z | Downloaded rustc_version v0.4.1 |
| 849 | 2026-07-30T02:20:35.229Z | Downloaded sync_wrapper v1.0.2 |
| 850 | 2026-07-30T02:20:35.229Z | Downloaded semver v0.1.20 |
| 851 | 2026-07-30T02:20:35.229Z | Downloaded unicode-bidi v0.3.18 |
| 852 | 2026-07-30T02:20:35.229Z | Downloaded vte v0.14.1 |
| 853 | 2026-07-30T02:20:35.234Z | Downloaded xshell v0.2.7 |
| 854 | 2026-07-30T02:20:35.234Z | Downloaded packed_struct_codegen v0.10.1 |
| 855 | 2026-07-30T02:20:35.234Z | Downloaded nibble_vec v0.1.0 |
| 856 | 2026-07-30T02:20:35.239Z | Downloaded progenitor-macro v0.13.0 |
| 857 | 2026-07-30T02:20:35.239Z | Downloaded dsl_auto_type v0.2.0 |
| 858 | 2026-07-30T02:20:35.239Z | Downloaded zerovec-derive v0.11.2 |
| 859 | 2026-07-30T02:20:35.239Z | Downloaded same-file v1.0.6 |
| 860 | 2026-07-30T02:20:35.239Z | Downloaded critical-section v1.2.0 |
| 861 | 2026-07-30T02:20:35.239Z | Downloaded rand_xorshift v0.4.0 |
| 862 | 2026-07-30T02:20:35.239Z | Downloaded hashbrown v0.12.3 |
| 863 | 2026-07-30T02:20:35.261Z | Downloaded hickory-resolver v0.24.4 |
| 864 | 2026-07-30T02:20:35.261Z | Downloaded async-compression v0.4.41 |
| 865 | 2026-07-30T02:20:35.261Z | Downloaded defmt-macros v1.0.1 |
| 866 | 2026-07-30T02:20:35.262Z | Downloaded ena v0.14.4 |
| 867 | 2026-07-30T02:20:35.262Z | Downloaded dropshot_endpoint v0.17.1 |
| 868 | 2026-07-30T02:20:35.271Z | Downloaded slog-json v2.6.1 |
| 869 | 2026-07-30T02:20:35.271Z | Downloaded predicates-tree v1.0.13 |
| 870 | 2026-07-30T02:20:35.271Z | Downloaded ref-cast-impl v1.0.25 |
| 871 | 2026-07-30T02:20:35.271Z | Downloaded serde-big-array v0.5.1 |
| 872 | 2026-07-30T02:20:35.271Z | Downloaded termios v0.3.3 |
| 873 | 2026-07-30T02:20:35.272Z | Downloaded qorb v0.4.1 |
| 874 | 2026-07-30T02:20:35.272Z | Downloaded postcard v1.1.3 |
| 875 | 2026-07-30T02:20:35.272Z | Downloaded psm v0.1.30 |
| 876 | 2026-07-30T02:20:35.272Z | Downloaded p521 v0.14.0 |
| 877 | 2026-07-30T02:20:35.281Z | Downloaded serde_spanned v1.1.1 |
| 878 | 2026-07-30T02:20:35.281Z | Downloaded potential_utf v0.1.4 |
| 879 | 2026-07-30T02:20:35.281Z | Downloaded time-macros v0.2.27 |
| 880 | 2026-07-30T02:20:35.281Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 881 | 2026-07-30T02:20:35.281Z | Downloaded sigpipe v0.1.3 |
| 882 | 2026-07-30T02:20:35.281Z | Downloaded progenitor v0.13.0 |
| 883 | 2026-07-30T02:20:35.288Z | Downloaded mime_guess v2.0.5 |
| 884 | 2026-07-30T02:20:35.288Z | Downloaded module-lattice v0.2.3 |
| 885 | 2026-07-30T02:20:35.288Z | Downloaded smallvec v1.15.1 |
| 886 | 2026-07-30T02:20:35.288Z | Downloaded spin v0.9.8 |
| 887 | 2026-07-30T02:20:35.288Z | Downloaded progenitor-impl v0.14.0 |
| 888 | 2026-07-30T02:20:35.288Z | Downloaded serde_with_macros v3.21.0 |
| 889 | 2026-07-30T02:20:35.288Z | Downloaded crossbeam-channel v0.5.15 |
| 890 | 2026-07-30T02:20:35.292Z | Downloaded password-hash v0.5.0 |
| 891 | 2026-07-30T02:20:35.292Z | Downloaded progenitor-extras v0.2.0 |
| 892 | 2026-07-30T02:20:35.293Z | Downloaded des v0.9.0 |
| 893 | 2026-07-30T02:20:35.293Z | Downloaded rustc-hash v2.1.1 |
| 894 | 2026-07-30T02:20:35.297Z | Downloaded darling_core v0.21.3 |
| 895 | 2026-07-30T02:20:35.302Z | Downloaded schemars v0.9.0 |
| 896 | 2026-07-30T02:20:35.307Z | Downloaded icu_collections v2.1.1 |
| 897 | 2026-07-30T02:20:35.312Z | Downloaded shell-words v1.1.1 |
| 898 | 2026-07-30T02:20:35.312Z | Downloaded typify-macro v0.6.2 |
| 899 | 2026-07-30T02:20:35.312Z | Downloaded difflib v0.4.0 |
| 900 | 2026-07-30T02:20:35.312Z | Downloaded ecdsa v0.16.9 |
| 901 | 2026-07-30T02:20:35.319Z | Downloaded utf-8 v0.7.6 |
| 902 | 2026-07-30T02:20:35.319Z | Downloaded crucible-workspace-hack v0.1.0 |
| 903 | 2026-07-30T02:20:35.325Z | Downloaded structmeta v0.3.0 |
| 904 | 2026-07-30T02:20:35.334Z | Downloaded prefix-trie v0.7.0 |
| 905 | 2026-07-30T02:20:35.334Z | Downloaded libefi-sys v0.1.0 |
| 906 | 2026-07-30T02:20:35.334Z | Downloaded rand_core v0.6.4 |
| 907 | 2026-07-30T02:20:35.334Z | Downloaded unicode-truncate v1.1.0 |
| 908 | 2026-07-30T02:20:35.334Z | Downloaded whoami v2.1.0 |
| 909 | 2026-07-30T02:20:35.334Z | Downloaded keccak v0.1.6 |
| 910 | 2026-07-30T02:20:35.334Z | Downloaded litemap v0.8.1 |
| 911 | 2026-07-30T02:20:35.334Z | Downloaded phf_shared v0.12.1 |
| 912 | 2026-07-30T02:20:35.334Z | Downloaded thread-id v5.1.0 |
| 913 | 2026-07-30T02:20:35.343Z | Downloaded strsim v0.10.0 |
| 914 | 2026-07-30T02:20:35.343Z | Downloaded similar v2.7.0 |
| 915 | 2026-07-30T02:20:35.343Z | Downloaded x509-cert v0.2.5 |
| 916 | 2026-07-30T02:20:35.343Z | Downloaded simd-adler32 v0.3.8 |
| 917 | 2026-07-30T02:20:35.344Z | Downloaded unicode-properties v0.1.4 |
| 918 | 2026-07-30T02:20:35.344Z | Downloaded tokio-tungstenite v0.23.1 |
| 919 | 2026-07-30T02:20:35.353Z | Downloaded yoke v0.8.1 |
| 920 | 2026-07-30T02:20:35.353Z | Downloaded poly1305 v0.9.0 |
| 921 | 2026-07-30T02:20:35.353Z | Downloaded tracing-core v0.1.36 |
| 922 | 2026-07-30T02:20:35.354Z | Downloaded litrs v1.0.0 |
| 923 | 2026-07-30T02:20:35.354Z | Downloaded writeable v0.6.2 |
| 924 | 2026-07-30T02:20:35.359Z | Downloaded rusty-fork v0.3.1 |
| 925 | 2026-07-30T02:20:35.359Z | Downloaded thiserror-no-std v2.0.2 |
| 926 | 2026-07-30T02:20:35.359Z | Downloaded zstd-safe v7.2.4 |
| 927 | 2026-07-30T02:20:35.359Z | Downloaded hickory-server v0.25.2 |
| 928 | 2026-07-30T02:20:35.359Z | Downloaded zopfli v0.8.3 |
| 929 | 2026-07-30T02:20:35.359Z | Downloaded rsa v0.9.10 |
| 930 | 2026-07-30T02:20:35.359Z | Downloaded sponge-cursor v0.1.0 |
| 931 | 2026-07-30T02:20:35.359Z | Downloaded aes-gcm v0.11.0 |
| 932 | 2026-07-30T02:20:35.362Z | Downloaded packed_struct v0.10.1 |
| 933 | 2026-07-30T02:20:35.362Z | Downloaded diesel_derives v2.3.7 |
| 934 | 2026-07-30T02:20:35.365Z | Downloaded crypto-bigint v0.5.5 |
| 935 | 2026-07-30T02:20:35.368Z | Downloaded siphasher v1.0.2 |
| 936 | 2026-07-30T02:20:35.368Z | Downloaded darling v0.13.4 |
| 937 | 2026-07-30T02:20:35.368Z | Downloaded rustls-native-certs v0.8.3 |
| 938 | 2026-07-30T02:20:35.372Z | Downloaded linked-hash-map v0.5.6 |
| 939 | 2026-07-30T02:20:35.376Z | Downloaded vergen-gitcl v1.0.8 |
| 940 | 2026-07-30T02:20:35.376Z | Downloaded hashbrown v0.15.5 |
| 941 | 2026-07-30T02:20:35.379Z | Downloaded sec1 v0.7.3 |
| 942 | 2026-07-30T02:20:35.379Z | Downloaded synstructure v0.13.2 |
| 943 | 2026-07-30T02:20:35.379Z | Downloaded ctutils v0.4.2 |
| 944 | 2026-07-30T02:20:35.379Z | Downloaded newtype-uuid-macros v0.1.0 |
| 945 | 2026-07-30T02:20:35.382Z | Downloaded multimap v0.10.1 |
| 946 | 2026-07-30T02:20:35.385Z | Downloaded parse-size v1.1.0 |
| 947 | 2026-07-30T02:20:35.385Z | Downloaded predicates-core v1.0.10 |
| 948 | 2026-07-30T02:20:35.388Z | Downloaded scuffle v0.1.0 |
| 949 | 2026-07-30T02:20:35.391Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 950 | 2026-07-30T02:20:35.391Z | Downloaded tokio-tungstenite v0.21.0 |
| 951 | 2026-07-30T02:20:35.396Z | Downloaded psl-types v2.0.11 |
| 952 | 2026-07-30T02:20:35.399Z | Downloaded tower-layer v0.3.3 |
| 953 | 2026-07-30T02:20:35.399Z | Downloaded wnaf v0.14.0 |
| 954 | 2026-07-30T02:20:35.400Z | Downloaded native-tls v0.2.18 |
| 955 | 2026-07-30T02:20:35.402Z | Downloaded papergrid v0.17.0 |
| 956 | 2026-07-30T02:20:35.405Z | Downloaded pkcs5 v0.8.1 |
| 957 | 2026-07-30T02:20:35.408Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 958 | 2026-07-30T02:20:35.408Z | Downloaded digest v0.11.3 |
| 959 | 2026-07-30T02:20:35.412Z | Downloaded num-rational v0.4.2 |
| 960 | 2026-07-30T02:20:35.412Z | Downloaded slog v2.8.2 |
| 961 | 2026-07-30T02:20:35.417Z | Downloaded mio v1.2.0 |
| 962 | 2026-07-30T02:20:35.420Z | Downloaded ctr v0.10.1 |
| 963 | 2026-07-30T02:20:35.420Z | Downloaded rustls-webpki v0.103.13 |
| 964 | 2026-07-30T02:20:35.420Z | Downloaded try-lock v0.2.5 |
| 965 | 2026-07-30T02:20:35.420Z | Downloaded icu_normalizer v2.1.1 |
| 966 | 2026-07-30T02:20:35.425Z | Downloaded icu_normalizer_data v2.1.1 |
| 967 | 2026-07-30T02:20:35.429Z | Downloaded idna_adapter v1.2.1 |
| 968 | 2026-07-30T02:20:35.433Z | Downloaded steno v0.4.1 |
| 969 | 2026-07-30T02:20:35.436Z | Downloaded tinyvec_macros v0.1.1 |
| 970 | 2026-07-30T02:20:35.436Z | Downloaded serdect v0.4.3 |
| 971 | 2026-07-30T02:20:35.439Z | Downloaded quinn v0.11.11 |
| 972 | 2026-07-30T02:20:35.439Z | Downloaded oxide-update-engine-types v0.1.2 |
| 973 | 2026-07-30T02:20:35.442Z | Downloaded aho-corasick v1.1.4 |
| 974 | 2026-07-30T02:20:35.443Z | Downloaded crossterm v0.28.1 |
| 975 | 2026-07-30T02:20:35.445Z | Downloaded rand v0.8.6 |
| 976 | 2026-07-30T02:20:35.448Z | Downloaded hashbrown v0.16.1 |
| 977 | 2026-07-30T02:20:35.451Z | Downloaded dyn-clone v1.0.20 |
| 978 | 2026-07-30T02:20:35.451Z | Downloaded phf_shared v0.13.1 |
| 979 | 2026-07-30T02:20:35.451Z | Downloaded rpassword v7.5.4 |
| 980 | 2026-07-30T02:20:35.454Z | Downloaded subtle v2.6.1 |
| 981 | 2026-07-30T02:20:35.454Z | Downloaded serde_bytes v0.11.19 |
| 982 | 2026-07-30T02:20:35.457Z | Downloaded sec1 v0.8.1 |
| 983 | 2026-07-30T02:20:35.461Z | Downloaded ingot-macros v0.2.0 |
| 984 | 2026-07-30T02:20:35.465Z | Downloaded unicode_categories v0.1.1 |
| 985 | 2026-07-30T02:20:35.465Z | Downloaded slog-stdlog v4.1.1 |
| 986 | 2026-07-30T02:20:35.469Z | Downloaded lzss v0.8.2 |
| 987 | 2026-07-30T02:20:35.473Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 988 | 2026-07-30T02:20:35.473Z | Downloaded yasna v0.5.2 |
| 989 | 2026-07-30T02:20:35.480Z | Downloaded data-encoding v2.10.0 |
| 990 | 2026-07-30T02:20:35.480Z | Downloaded toml_edit v0.19.15 |
| 991 | 2026-07-30T02:20:35.488Z | Downloaded slog-envlogger v2.2.0 |
| 992 | 2026-07-30T02:20:35.491Z | Downloaded maplit v1.0.2 |
| 993 | 2026-07-30T02:20:35.491Z | Downloaded dtrace-parser v0.3.0 |
| 994 | 2026-07-30T02:20:35.491Z | Downloaded serde_plain v1.0.2 |
| 995 | 2026-07-30T02:20:35.491Z | Downloaded uzers v0.12.2 |
| 996 | 2026-07-30T02:20:35.491Z | Downloaded h2 v0.4.15 |
| 997 | 2026-07-30T02:20:35.491Z | Downloaded vergen-lib v0.1.6 |
| 998 | 2026-07-30T02:20:35.496Z | Downloaded cookie v0.18.1 |
| 999 | 2026-07-30T02:20:35.499Z | Downloaded universal-hash v0.6.1 |
| 1000 | 2026-07-30T02:20:35.499Z | Downloaded tower-service v0.3.3 |
| 1001 | 2026-07-30T02:20:35.499Z | Downloaded universal-hash v0.5.1 |
| 1002 | 2026-07-30T02:20:35.504Z | Downloaded crc-catalog v2.4.0 |
| 1003 | 2026-07-30T02:20:35.504Z | Downloaded pkcs1 v0.7.5 |
| 1004 | 2026-07-30T02:20:35.508Z | Downloaded hkdf v0.12.4 |
| 1005 | 2026-07-30T02:20:35.509Z | Downloaded derive_more-impl v2.1.1 |
| 1006 | 2026-07-30T02:20:35.512Z | Downloaded derive-where v1.6.0 |
| 1007 | 2026-07-30T02:20:35.512Z | Downloaded quick-error v1.2.3 |
| 1008 | 2026-07-30T02:20:35.516Z | Downloaded serde-hex v0.1.0 |
| 1009 | 2026-07-30T02:20:35.516Z | Downloaded ipnet v2.11.0 |
| 1010 | 2026-07-30T02:20:35.516Z | Downloaded defmt-parser v1.0.0 |
| 1011 | 2026-07-30T02:20:35.516Z | Downloaded parking_lot_core v0.9.12 |
| 1012 | 2026-07-30T02:20:35.526Z | Downloaded spki v0.7.3 |
| 1013 | 2026-07-30T02:20:35.526Z | Downloaded tower v0.5.3 |
| 1014 | 2026-07-30T02:20:35.530Z | Downloaded hkdf v0.13.0 |
| 1015 | 2026-07-30T02:20:35.530Z | Downloaded iana-time-zone v0.1.65 |
| 1016 | 2026-07-30T02:20:35.530Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1017 | 2026-07-30T02:20:35.530Z | Downloaded rustc_version v0.1.7 |
| 1018 | 2026-07-30T02:20:35.530Z | Downloaded rsa v0.10.0-rc.18 |
| 1019 | 2026-07-30T02:20:35.530Z | Downloaded libsw-core v0.3.2 |
| 1020 | 2026-07-30T02:20:35.530Z | Downloaded scopeguard v1.2.0 |
| 1021 | 2026-07-30T02:20:35.534Z | Downloaded supports-color v3.0.2 |
| 1022 | 2026-07-30T02:20:35.534Z | Downloaded pin-project-internal v1.1.11 |
| 1023 | 2026-07-30T02:20:35.534Z | Downloaded num_enum_derive v0.5.11 |
| 1024 | 2026-07-30T02:20:35.535Z | Downloaded serde_urlencoded v0.7.1 |
| 1025 | 2026-07-30T02:20:35.535Z | Downloaded shlex v1.3.0 |
| 1026 | 2026-07-30T02:20:35.535Z | Downloaded slog-term v2.9.2 |
| 1027 | 2026-07-30T02:20:35.540Z | Downloaded support-bundle-viewer v0.1.2 |
| 1028 | 2026-07-30T02:20:35.540Z | Downloaded openssl-macros v0.1.1 |
| 1029 | 2026-07-30T02:20:35.540Z | Downloaded salsa20 v0.11.0 |
| 1030 | 2026-07-30T02:20:35.540Z | Downloaded is_ci v1.2.0 |
| 1031 | 2026-07-30T02:20:35.548Z | Downloaded num_enum v0.5.11 |
| 1032 | 2026-07-30T02:20:35.551Z | Downloaded zone v0.3.1 |
| 1033 | 2026-07-30T02:20:35.551Z | Downloaded xattr v1.6.1 |
| 1034 | 2026-07-30T02:20:35.554Z | Downloaded dirs-next v2.0.0 |
| 1035 | 2026-07-30T02:20:35.554Z | Downloaded darling v0.21.3 |
| 1036 | 2026-07-30T02:20:35.557Z | Downloaded tinystr v0.8.2 |
| 1037 | 2026-07-30T02:20:35.557Z | Downloaded oso-derive v0.27.3 |
| 1038 | 2026-07-30T02:20:35.560Z | Downloaded match_cfg v0.1.0 |
| 1039 | 2026-07-30T02:20:35.560Z | Downloaded peg-runtime v0.8.5 |
| 1040 | 2026-07-30T02:20:35.563Z | Downloaded unsafe-libyaml v0.2.11 |
| 1041 | 2026-07-30T02:20:35.563Z | Downloaded yansi v1.0.1 |
| 1042 | 2026-07-30T02:20:35.566Z | Downloaded zip v0.6.6 |
| 1043 | 2026-07-30T02:20:35.571Z | Downloaded darling v0.23.0 |
| 1044 | 2026-07-30T02:20:35.574Z | Downloaded linear-map v1.2.0 |
| 1045 | 2026-07-30T02:20:35.574Z | Downloaded peg v0.8.5 |
| 1046 | 2026-07-30T02:20:35.576Z | Downloaded tower-http v0.6.8 |
| 1047 | 2026-07-30T02:20:35.580Z | Downloaded crunchy v0.2.4 |
| 1048 | 2026-07-30T02:20:35.580Z | Downloaded radium v0.7.0 |
| 1049 | 2026-07-30T02:20:35.584Z | Downloaded whoami v1.6.1 |
| 1050 | 2026-07-30T02:20:35.584Z | Downloaded rfc6979 v0.4.0 |
| 1051 | 2026-07-30T02:20:35.584Z | Downloaded ipnetwork v0.21.1 |
| 1052 | 2026-07-30T02:20:35.584Z | Downloaded bitvec v1.0.1 |
| 1053 | 2026-07-30T02:20:35.591Z | Downloaded unit-prefix v0.5.2 |
| 1054 | 2026-07-30T02:20:35.594Z | Downloaded tar v0.4.46 |
| 1055 | 2026-07-30T02:20:35.594Z | Downloaded resolv-conf v0.7.6 |
| 1056 | 2026-07-30T02:20:35.594Z | Downloaded num_enum v0.7.6 |
| 1057 | 2026-07-30T02:20:35.597Z | Downloaded zeroize_derive v1.5.0 |
| 1058 | 2026-07-30T02:20:35.601Z | Downloaded tokio-stream v0.1.18 |
| 1059 | 2026-07-30T02:20:35.606Z | Downloaded strum v0.26.3 |
| 1060 | 2026-07-30T02:20:35.607Z | Downloaded ssh-cipher v0.3.0 |
| 1061 | 2026-07-30T02:20:35.607Z | Downloaded strum_macros v0.26.4 |
| 1062 | 2026-07-30T02:20:35.607Z | Downloaded blake3 v1.8.5 |
| 1063 | 2026-07-30T02:20:35.610Z | Downloaded tokio-postgres v0.7.16 |
| 1064 | 2026-07-30T02:20:35.613Z | Downloaded darling v0.20.11 |
| 1065 | 2026-07-30T02:20:35.616Z | Downloaded cookie_store v0.22.1 |
| 1066 | 2026-07-30T02:20:35.620Z | Downloaded twox-hash v2.1.2 |
| 1067 | 2026-07-30T02:20:35.620Z | Downloaded crc32fast v1.5.0 |
| 1068 | 2026-07-30T02:20:35.621Z | Downloaded diesel-dtrace v0.5.0 |
| 1069 | 2026-07-30T02:20:35.621Z | Downloaded predicates v3.1.4 |
| 1070 | 2026-07-30T02:20:35.625Z | Downloaded wyz v0.5.1 |
| 1071 | 2026-07-30T02:20:35.625Z | Downloaded aws-lc-rs v1.16.3 |
| 1072 | 2026-07-30T02:20:35.629Z | Downloaded ssh-encoding v0.3.0 |
| 1073 | 2026-07-30T02:20:35.632Z | Downloaded dunce v1.0.5 |
| 1074 | 2026-07-30T02:20:35.632Z | Downloaded lru-slab v0.1.2 |
| 1075 | 2026-07-30T02:20:35.632Z | Downloaded num v0.4.3 |
| 1076 | 2026-07-30T02:20:35.632Z | Downloaded slog-bunyan v2.5.0 |
| 1077 | 2026-07-30T02:20:35.632Z | Downloaded take_mut v0.2.2 |
| 1078 | 2026-07-30T02:20:35.635Z | Downloaded derive-ex v0.1.8 |
| 1079 | 2026-07-30T02:20:35.635Z | Downloaded libsw v3.5.0 |
| 1080 | 2026-07-30T02:20:35.635Z | Downloaded newtype-uuid v1.3.2 |
| 1081 | 2026-07-30T02:20:35.636Z | Downloaded itertools v0.10.5 |
| 1082 | 2026-07-30T02:20:35.639Z | Downloaded ed25519-dalek v3.0.0 |
| 1083 | 2026-07-30T02:20:35.642Z | Downloaded tough v0.22.0 |
| 1084 | 2026-07-30T02:20:35.645Z | Downloaded ignore v0.4.25 |
| 1085 | 2026-07-30T02:20:35.648Z | Downloaded postgres-protocol v0.6.10 |
| 1086 | 2026-07-30T02:20:35.648Z | Downloaded sha1 v0.10.6 |
| 1087 | 2026-07-30T02:20:35.648Z | Downloaded want v0.3.1 |
| 1088 | 2026-07-30T02:20:35.651Z | Downloaded elliptic-curve v0.13.8 |
| 1089 | 2026-07-30T02:20:35.654Z | Downloaded rand_seeder v0.4.0 |
| 1090 | 2026-07-30T02:20:35.654Z | Downloaded schemars_derive v0.8.22 |
| 1091 | 2026-07-30T02:20:35.654Z | Downloaded itertools v0.13.0 |
| 1092 | 2026-07-30T02:20:35.657Z | Downloaded oso v0.27.3 |
| 1093 | 2026-07-30T02:20:35.660Z | Downloaded memoffset v0.9.1 |
| 1094 | 2026-07-30T02:20:35.670Z | Downloaded static_assertions v1.1.0 |
| 1095 | 2026-07-30T02:20:35.678Z | Downloaded digest-io v0.1.0 |
| 1096 | 2026-07-30T02:20:35.678Z | Downloaded tui-tree-widget v0.23.1 |
| 1097 | 2026-07-30T02:20:35.678Z | Downloaded bindgen v0.71.1 |
| 1098 | 2026-07-30T02:20:35.681Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1099 | 2026-07-30T02:20:35.681Z | Downloaded vergen-lib v9.1.0 |
| 1100 | 2026-07-30T02:20:35.681Z | Downloaded tungstenite v0.21.0 |
| 1101 | 2026-07-30T02:20:35.681Z | Downloaded libxml v0.3.3 |
| 1102 | 2026-07-30T02:20:35.681Z | Downloaded derive_more v0.99.20 |
| 1103 | 2026-07-30T02:20:35.685Z | Downloaded hyper v1.10.1 |
| 1104 | 2026-07-30T02:20:35.688Z | Downloaded embedded-io v0.4.0 |
| 1105 | 2026-07-30T02:20:35.688Z | Downloaded test-strategy v0.4.5 |
| 1106 | 2026-07-30T02:20:35.692Z | Downloaded stable_deref_trait v1.2.1 |
| 1107 | 2026-07-30T02:20:35.692Z | Downloaded pkcs8 v0.10.2 |
| 1108 | 2026-07-30T02:20:35.692Z | Downloaded indent_write v2.2.0 |
| 1109 | 2026-07-30T02:20:35.692Z | Downloaded mime v0.3.17 |
| 1110 | 2026-07-30T02:20:35.695Z | Downloaded nodrop v0.1.14 |
| 1111 | 2026-07-30T02:20:35.695Z | Downloaded progenitor-macro v0.14.0 |
| 1112 | 2026-07-30T02:20:35.695Z | Downloaded lru-cache v0.1.2 |
| 1113 | 2026-07-30T02:20:35.701Z | Downloaded rustyline v14.0.0 |
| 1114 | 2026-07-30T02:20:35.704Z | Downloaded walkdir v2.5.0 |
| 1115 | 2026-07-30T02:20:35.704Z | Downloaded secrecy v0.8.0 |
| 1116 | 2026-07-30T02:20:35.708Z | Downloaded rand_core v0.10.0 |
| 1117 | 2026-07-30T02:20:35.708Z | Downloaded schemars v1.2.1 |
| 1118 | 2026-07-30T02:20:35.715Z | Downloaded dof v0.4.0 |
| 1119 | 2026-07-30T02:20:35.716Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1120 | 2026-07-30T02:20:35.719Z | Downloaded git2 v0.20.4 |
| 1121 | 2026-07-30T02:20:35.723Z | Downloaded newline-converter v0.3.0 |
| 1122 | 2026-07-30T02:20:35.728Z | Downloaded signature v3.0.0 |
| 1123 | 2026-07-30T02:20:35.728Z | Downloaded xshell-macros v0.2.7 |
| 1124 | 2026-07-30T02:20:35.728Z | Downloaded parking_lot v0.12.5 |
| 1125 | 2026-07-30T02:20:35.733Z | Downloaded drift v0.2.0 |
| 1126 | 2026-07-30T02:20:35.736Z | Downloaded darling_macro v0.23.0 |
| 1127 | 2026-07-30T02:20:35.739Z | Downloaded rtoolbox v0.0.3 |
| 1128 | 2026-07-30T02:20:35.743Z | Downloaded displaydoc v0.2.5 |
| 1129 | 2026-07-30T02:20:35.743Z | Downloaded slab v0.4.12 |
| 1130 | 2026-07-30T02:20:35.743Z | Downloaded csv-core v0.1.13 |
| 1131 | 2026-07-30T02:20:35.746Z | Downloaded instant v0.1.13 |
| 1132 | 2026-07-30T02:20:35.749Z | Downloaded ron v0.8.1 |
| 1133 | 2026-07-30T02:20:35.755Z | Downloaded parking_lot_core v0.8.6 |
| 1134 | 2026-07-30T02:20:35.758Z | Downloaded smallvec v0.6.14 |
| 1135 | 2026-07-30T02:20:35.761Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-07-30T02:20:35.773Z | Downloaded stacker v0.1.23 |
| 1137 | 2026-07-30T02:20:35.777Z | Downloaded delegate v0.13.5 |
| 1138 | 2026-07-30T02:20:35.777Z | Downloaded pretty_assertions v1.4.1 |
| 1139 | 2026-07-30T02:20:35.780Z | Downloaded termtree v0.5.1 |
| 1140 | 2026-07-30T02:20:35.780Z | Downloaded num-bigint-dig v0.8.6 |
| 1141 | 2026-07-30T02:20:35.784Z | Downloaded document-features v0.2.12 |
| 1142 | 2026-07-30T02:20:35.784Z | Downloaded crossbeam-utils v0.8.21 |
| 1143 | 2026-07-30T02:20:35.787Z | Downloaded phc v0.6.1 |
| 1144 | 2026-07-30T02:20:35.791Z | Downloaded postgres-types v0.2.12 |
| 1145 | 2026-07-30T02:20:35.791Z | Downloaded tls_codec v0.4.2 |
| 1146 | 2026-07-30T02:20:35.794Z | Downloaded jobserver v0.1.34 |
| 1147 | 2026-07-30T02:20:35.794Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1148 | 2026-07-30T02:20:35.794Z | Downloaded owo-colors v4.3.0 |
| 1149 | 2026-07-30T02:20:35.797Z | Downloaded tabwriter v1.4.1 |
| 1150 | 2026-07-30T02:20:35.801Z | Downloaded proptest v1.11.0 |
| 1151 | 2026-07-30T02:20:35.804Z | Downloaded progenitor-client v0.13.0 |
| 1152 | 2026-07-30T02:20:35.804Z | Downloaded scroll v0.13.0 |
| 1153 | 2026-07-30T02:20:35.804Z | Downloaded minimal-lexical v0.2.1 |
| 1154 | 2026-07-30T02:20:35.807Z | Downloaded rayon-core v1.13.0 |
| 1155 | 2026-07-30T02:20:35.810Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1156 | 2026-07-30T02:20:35.810Z | Downloaded corncobs v0.1.4 |
| 1157 | 2026-07-30T02:20:35.812Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1158 | 2026-07-30T02:20:35.813Z | Downloaded secrecy v0.10.3 |
| 1159 | 2026-07-30T02:20:35.813Z | Downloaded slog-async v2.8.0 |
| 1160 | 2026-07-30T02:20:35.813Z | Downloaded indoc v2.0.7 |
| 1161 | 2026-07-30T02:20:35.816Z | Downloaded progenitor v0.14.0 |
| 1162 | 2026-07-30T02:20:35.816Z | Downloaded libm v0.2.16 |
| 1163 | 2026-07-30T02:20:35.820Z | Downloaded tinyvec v1.10.0 |
| 1164 | 2026-07-30T02:20:35.822Z | Downloaded keccak v0.2.0 |
| 1165 | 2026-07-30T02:20:35.822Z | Downloaded strum_macros v0.24.3 |
| 1166 | 2026-07-30T02:20:35.827Z | Downloaded miniz_oxide v0.8.9 |
| 1167 | 2026-07-30T02:20:35.827Z | Downloaded serde_with v3.21.0 |
| 1168 | 2026-07-30T02:20:35.831Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1169 | 2026-07-30T02:20:35.834Z | Downloaded usdt v0.6.0 |
| 1170 | 2026-07-30T02:20:35.834Z | Downloaded unarray v0.1.4 |
| 1171 | 2026-07-30T02:20:35.834Z | Downloaded ingot-types v0.2.0 |
| 1172 | 2026-07-30T02:20:35.834Z | Downloaded term v0.7.0 |
| 1173 | 2026-07-30T02:20:35.837Z | Downloaded zstd v0.13.3 |
| 1174 | 2026-07-30T02:20:35.837Z | Downloaded darling_macro v0.20.11 |
| 1175 | 2026-07-30T02:20:35.837Z | Downloaded lalrpop-util v0.19.12 |
| 1176 | 2026-07-30T02:20:35.837Z | Downloaded r2d2 v0.8.10 |
| 1177 | 2026-07-30T02:20:35.840Z | Downloaded pin-project-lite v0.2.17 |
| 1178 | 2026-07-30T02:20:35.840Z | Downloaded reqwest v0.12.28 |
| 1179 | 2026-07-30T02:20:35.843Z | Downloaded winnow v0.5.40 |
| 1180 | 2026-07-30T02:20:35.848Z | Downloaded signal-hook v0.3.18 |
| 1181 | 2026-07-30T02:20:35.853Z | Downloaded der_derive v0.7.3 |
| 1182 | 2026-07-30T02:20:35.853Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-07-30T02:20:35.857Z | Downloaded url v2.5.8 |
| 1184 | 2026-07-30T02:20:35.857Z | Downloaded der v0.8.0 |
| 1185 | 2026-07-30T02:20:35.861Z | Downloaded ryu v1.0.23 |
| 1186 | 2026-07-30T02:20:35.861Z | Downloaded thread_local v1.1.9 |
| 1187 | 2026-07-30T02:20:35.861Z | Downloaded nanorand v0.7.0 |
| 1188 | 2026-07-30T02:20:35.862Z | Downloaded omicron-zone-package v0.12.3 |
| 1189 | 2026-07-30T02:20:35.864Z | Downloaded indicatif v0.18.4 |
| 1190 | 2026-07-30T02:20:35.864Z | Downloaded paste v1.0.15 |
| 1191 | 2026-07-30T02:20:35.864Z | Downloaded crossbeam-epoch v0.9.18 |
| 1192 | 2026-07-30T02:20:35.867Z | Downloaded poly1305 v0.8.0 |
| 1193 | 2026-07-30T02:20:35.867Z | Downloaded crossbeam-deque v0.8.6 |
| 1194 | 2026-07-30T02:20:35.870Z | Downloaded pkcs8 v0.11.0 |
| 1195 | 2026-07-30T02:20:35.870Z | Downloaded rand_pcg v0.10.2 |
| 1196 | 2026-07-30T02:20:35.870Z | Downloaded primeorder v0.14.0 |
| 1197 | 2026-07-30T02:20:35.873Z | Downloaded ed25519 v3.0.0 |
| 1198 | 2026-07-30T02:20:35.873Z | Downloaded usdt-impl v0.6.0 |
| 1199 | 2026-07-30T02:20:35.873Z | Downloaded itertools v0.15.0 |
| 1200 | 2026-07-30T02:20:35.876Z | Downloaded lock_api v0.4.14 |
| 1201 | 2026-07-30T02:20:35.885Z | Downloaded schemars v0.8.22 |
| 1202 | 2026-07-30T02:20:35.891Z | Downloaded memmap2 v0.9.10 |
| 1203 | 2026-07-30T02:20:35.894Z | Downloaded peg-macros v0.8.5 |
| 1204 | 2026-07-30T02:20:35.894Z | Downloaded icu_provider v2.1.1 |
| 1205 | 2026-07-30T02:20:35.898Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1206 | 2026-07-30T02:20:35.904Z | Downloaded spki v0.8.0 |
| 1207 | 2026-07-30T02:20:35.904Z | Downloaded num-bigint v0.4.6 |
| 1208 | 2026-07-30T02:20:35.908Z | Downloaded rand v0.9.2 |
| 1209 | 2026-07-30T02:20:35.908Z | Downloaded ecdsa v0.17.0 |
| 1210 | 2026-07-30T02:20:35.908Z | Downloaded reqwest v0.13.2 |
| 1211 | 2026-07-30T02:20:35.911Z | Downloaded goblin v0.10.5 |
| 1212 | 2026-07-30T02:20:35.914Z | Downloaded nom v8.0.0 |
| 1213 | 2026-07-30T02:20:35.916Z | Downloaded ed25519-dalek v2.2.0 |
| 1214 | 2026-07-30T02:20:35.919Z | Downloaded itertools v0.12.1 |
| 1215 | 2026-07-30T02:20:35.922Z | Downloaded chrono v0.4.45 |
| 1216 | 2026-07-30T02:20:35.925Z | Downloaded derive_builder v0.20.2 |
| 1217 | 2026-07-30T02:20:35.931Z | Downloaded tracing-attributes v0.1.31 |
| 1218 | 2026-07-30T02:20:35.931Z | Downloaded idna v1.1.0 |
| 1219 | 2026-07-30T02:20:35.936Z | Downloaded typed-path v0.9.3 |
| 1220 | 2026-07-30T02:20:35.936Z | Downloaded darling_core v0.13.4 |
| 1221 | 2026-07-30T02:20:35.942Z | Downloaded rand v0.10.1 |
| 1222 | 2026-07-30T02:20:35.942Z | Downloaded zlib-rs v0.6.2 |
| 1223 | 2026-07-30T02:20:35.942Z | Downloaded zerotrie v0.2.3 |
| 1224 | 2026-07-30T02:20:35.945Z | Downloaded crc-any v2.5.0 |
| 1225 | 2026-07-30T02:20:35.945Z | Downloaded jiff-static v0.2.21 |
| 1226 | 2026-07-30T02:20:35.948Z | Downloaded prettyplease v0.2.37 |
| 1227 | 2026-07-30T02:20:35.948Z | Downloaded elliptic-curve v0.14.1 |
| 1228 | 2026-07-30T02:20:35.951Z | Downloaded rawzip v0.4.4 |
| 1229 | 2026-07-30T02:20:35.954Z | Downloaded ml-kem v0.3.2 |
| 1230 | 2026-07-30T02:20:35.959Z | Downloaded time v0.3.47 |
| 1231 | 2026-07-30T02:20:35.965Z | Downloaded zerovec v0.11.5 |
| 1232 | 2026-07-30T02:20:35.968Z | Downloaded derive_more v2.1.1 |
| 1233 | 2026-07-30T02:20:35.974Z | Downloaded icu_locale_core v2.1.1 |
| 1234 | 2026-07-30T02:20:35.977Z | Downloaded der v0.7.10 |
| 1235 | 2026-07-30T02:20:35.980Z | Downloaded darling_core v0.20.11 |
| 1236 | 2026-07-30T02:20:35.982Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1237 | 2026-07-30T02:20:35.985Z | Downloaded tokio-util v0.7.18 |
| 1238 | 2026-07-30T02:20:35.990Z | Downloaded publicsuffix v2.3.0 |
| 1239 | 2026-07-30T02:20:35.990Z | Downloaded uuid v1.23.4 |
| 1240 | 2026-07-30T02:20:35.994Z | Downloaded p256 v0.14.0 |
| 1241 | 2026-07-30T02:20:35.994Z | Downloaded hyper-util v0.1.20 |
| 1242 | 2026-07-30T02:20:36.003Z | Downloaded crossterm v0.29.0 |
| 1243 | 2026-07-30T02:20:36.021Z | Downloaded snafu v0.8.9 |
| 1244 | 2026-07-30T02:20:36.024Z | Downloaded vcpkg v0.2.15 |
| 1245 | 2026-07-30T02:20:36.048Z | Downloaded zerocopy-derive v0.8.40 |
| 1246 | 2026-07-30T02:20:36.053Z | Downloaded samael v0.0.19 |
| 1247 | 2026-07-30T02:20:36.057Z | Downloaded quinn-proto v0.11.16 |
| 1248 | 2026-07-30T02:20:36.061Z | Downloaded p384 v0.14.0 |
| 1249 | 2026-07-30T02:20:36.064Z | Downloaded p384 v0.13.1 |
| 1250 | 2026-07-30T02:20:36.067Z | Downloaded portable-atomic v1.13.1 |
| 1251 | 2026-07-30T02:20:36.071Z | Downloaded iri-string v0.7.10 |
| 1252 | 2026-07-30T02:20:36.109Z | Downloaded rayon v1.11.0 |
| 1253 | 2026-07-30T02:20:36.109Z | Downloaded iddqd v0.4.2 |
| 1254 | 2026-07-30T02:20:36.109Z | Downloaded darling_core v0.23.0 |
| 1255 | 2026-07-30T02:20:36.109Z | Downloaded unicode-segmentation v1.12.0 |
| 1256 | 2026-07-30T02:20:36.110Z | Downloaded openssl v0.10.79 |
| 1257 | 2026-07-30T02:20:36.110Z | Downloaded serde_with v1.14.0 |
| 1258 | 2026-07-30T02:20:36.110Z | Downloaded nom v7.1.3 |
| 1259 | 2026-07-30T02:20:36.110Z | Downloaded quick-xml v0.37.5 |
| 1260 | 2026-07-30T02:20:36.110Z | Downloaded zip v4.6.1 |
| 1261 | 2026-07-30T02:20:36.114Z | Downloaded dropshot-api-manager v0.7.2 |
| 1262 | 2026-07-30T02:20:36.114Z | Downloaded icu_properties_data v2.1.2 |
| 1263 | 2026-07-30T02:20:36.120Z | Downloaded unicode-normalization v0.1.25 |
| 1264 | 2026-07-30T02:20:36.127Z | Downloaded itertools v0.14.0 |
| 1265 | 2026-07-30T02:20:36.127Z | Downloaded crypto-primes v0.7.2 |
| 1266 | 2026-07-30T02:20:36.133Z | Downloaded salty v0.3.0 |
| 1267 | 2026-07-30T02:20:36.133Z | Downloaded sha3 v0.12.0 |
| 1268 | 2026-07-30T02:20:36.136Z | Downloaded reedline v0.40.0 |
| 1269 | 2026-07-30T02:20:36.139Z | Downloaded polar-core v0.27.3 |
| 1270 | 2026-07-30T02:20:36.148Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-07-30T02:20:36.151Z | Downloaded winnow v0.6.26 |
| 1272 | 2026-07-30T02:20:36.154Z | Downloaded regex-syntax v0.8.10 |
| 1273 | 2026-07-30T02:20:36.161Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-07-30T02:20:36.164Z | Downloaded crypto-bigint v0.7.5 |
| 1275 | 2026-07-30T02:20:36.173Z | Downloaded regex v1.12.3 |
| 1276 | 2026-07-30T02:20:36.176Z | Downloaded winnow v1.0.3 |
| 1277 | 2026-07-30T02:20:36.190Z | Downloaded lalrpop v0.19.12 |
| 1278 | 2026-07-30T02:20:36.202Z | Downloaded nix v0.27.1 |
| 1279 | 2026-07-30T02:20:36.209Z | Downloaded moka v0.12.13 |
| 1280 | 2026-07-30T02:20:36.213Z | Downloaded radix_trie v0.2.1 |
| 1281 | 2026-07-30T02:20:36.217Z | Downloaded russh v0.62.4 |
| 1282 | 2026-07-30T02:20:36.221Z | Downloaded object v0.37.3 |
| 1283 | 2026-07-30T02:20:36.229Z | Downloaded nix v0.28.0 |
| 1284 | 2026-07-30T02:20:36.235Z | Downloaded nix v0.31.2 |
| 1285 | 2026-07-30T02:20:36.242Z | Downloaded hickory-proto v0.24.4 |
| 1286 | 2026-07-30T02:20:36.253Z | Downloaded smoltcp v0.11.0 |
| 1287 | 2026-07-30T02:20:36.259Z | Downloaded smoltcp v0.9.1 |
| 1288 | 2026-07-30T02:20:36.265Z | Downloaded tabled v0.20.0 |
| 1289 | 2026-07-30T02:20:36.276Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-07-30T02:20:36.282Z | Downloaded curve25519-dalek v4.1.3 |
| 1291 | 2026-07-30T02:20:36.287Z | Downloaded curve25519-dalek v5.0.0 |
| 1292 | 2026-07-30T02:20:36.293Z | Downloaded object v0.30.4 |
| 1293 | 2026-07-30T02:20:36.299Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-07-30T02:20:36.310Z | Downloaded petname v2.0.2 |
| 1295 | 2026-07-30T02:20:36.313Z | Downloaded regress v0.11.1 |
| 1296 | 2026-07-30T02:20:36.319Z | Downloaded hickory-proto v0.25.2 |
| 1297 | 2026-07-30T02:20:36.327Z | Downloaded regress v0.10.5 |
| 1298 | 2026-07-30T02:20:36.332Z | Downloaded diesel v2.3.7 |
| 1299 | 2026-07-30T02:20:36.345Z | Downloaded sha3 v0.11.0 |
| 1300 | 2026-07-30T02:20:36.349Z | Downloaded sled v0.34.7 |
| 1301 | 2026-07-30T02:20:36.354Z | Downloaded dropshot v0.17.1 |
| 1302 | 2026-07-30T02:20:36.365Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1303 | 2026-07-30T02:20:36.372Z | Downloaded petgraph v0.6.5 |
| 1304 | 2026-07-30T02:20:36.381Z | Downloaded sqlparser v0.61.0 |
| 1305 | 2026-07-30T02:20:36.388Z | Downloaded chrono-tz v0.10.4 |
| 1306 | 2026-07-30T02:20:36.397Z | Downloaded openapiv3 v2.2.0 |
| 1307 | 2026-07-30T02:20:36.407Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-07-30T02:20:36.420Z | Downloaded rustix v0.38.44 |
| 1309 | 2026-07-30T02:20:36.429Z | Downloaded ratatui v0.29.0 |
| 1310 | 2026-07-30T02:20:36.439Z | Downloaded rustls v0.23.41 |
| 1311 | 2026-07-30T02:20:36.477Z | Downloaded tracing v0.1.44 |
| 1312 | 2026-07-30T02:20:36.489Z | Downloaded ring v0.17.14 |
| 1313 | 2026-07-30T02:20:36.512Z | Downloaded zerocopy-derive v0.6.6 |
| 1314 | 2026-07-30T02:20:36.536Z | Downloaded regex-automata v0.4.14 |
| 1315 | 2026-07-30T02:20:36.550Z | Downloaded jiff v0.2.21 |
| 1316 | 2026-07-30T02:20:36.591Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1317 | 2026-07-30T02:20:36.612Z | Downloaded csv v1.4.0 |
| 1318 | 2026-07-30T02:20:36.624Z | Downloaded libz-sys v1.1.24 |
| 1319 | 2026-07-30T02:20:36.647Z | Downloaded sha3 v0.10.8 |
| 1320 | 2026-07-30T02:20:36.650Z | Downloaded tokio v1.52.1 |
| 1321 | 2026-07-30T02:20:36.689Z | Downloaded encoding_rs v0.8.35 |
| 1322 | 2026-07-30T02:20:36.725Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1323 | 2026-07-30T02:20:36.950Z | Downloaded aws-lc-sys v0.40.0 |
| 1324 | 2026-07-30T02:20:37.195Z | Compiling libc v0.2.185 |
| 1325 | 2026-07-30T02:20:37.195Z | Compiling serde_core v1.0.228 |
| 1326 | 2026-07-30T02:20:37.195Z | Compiling serde v1.0.228 |
| 1327 | 2026-07-30T02:20:37.199Z | Compiling log v0.4.29 |
| 1328 | 2026-07-30T02:20:37.199Z | Compiling smallvec v1.15.1 |
| 1329 | 2026-07-30T02:20:37.199Z | Compiling shlex v1.3.0 |
| 1330 | 2026-07-30T02:20:37.199Z | Compiling find-msvc-tools v0.1.9 |
| 1331 | 2026-07-30T02:20:37.199Z | Compiling syn v2.0.117 |
| 1332 | 2026-07-30T02:20:37.549Z | Compiling subtle v2.6.1 |
| 1333 | 2026-07-30T02:20:37.562Z | Compiling scopeguard v1.2.0 |
| 1334 | 2026-07-30T02:20:37.577Z | Compiling stable_deref_trait v1.2.1 |
| 1335 | 2026-07-30T02:20:37.647Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-07-30T02:20:37.662Z | Compiling typenum v1.20.1 |
| 1337 | 2026-07-30T02:20:37.665Z | Compiling serde_json v1.0.151 |
| 1338 | 2026-07-30T02:20:37.702Z | Compiling zerocopy v0.8.40 |
| 1339 | 2026-07-30T02:20:37.730Z | Compiling portable-atomic v1.13.1 |
| 1340 | 2026-07-30T02:20:37.863Z | Compiling parking_lot_core v0.9.12 |
| 1341 | 2026-07-30T02:20:37.896Z | Compiling pin-project-lite v0.2.17 |
| 1342 | 2026-07-30T02:20:37.993Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-07-30T02:20:38.096Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-07-30T02:20:38.121Z | Compiling pkg-config v0.3.32 |
| 1345 | 2026-07-30T02:20:38.134Z | Compiling libm v0.2.16 |
| 1346 | 2026-07-30T02:20:38.184Z | Compiling jobserver v0.1.34 |
| 1347 | 2026-07-30T02:20:38.236Z | Compiling errno v0.3.14 |
| 1348 | 2026-07-30T02:20:38.381Z | Compiling cc v1.2.56 |
| 1349 | 2026-07-30T02:20:38.446Z | Compiling getrandom v0.2.17 |
| 1350 | 2026-07-30T02:20:38.513Z | Compiling signal-hook-registry v1.4.8 |
| 1351 | 2026-07-30T02:20:38.657Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-07-30T02:20:38.676Z | Compiling num-traits v0.2.19 |
| 1353 | 2026-07-30T02:20:38.773Z | Compiling futures-core v0.3.32 |
| 1354 | 2026-07-30T02:20:38.820Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-07-30T02:20:38.922Z | Compiling once_cell v1.21.3 |
| 1356 | 2026-07-30T02:20:38.922Z | Compiling parking_lot v0.12.5 |
| 1357 | 2026-07-30T02:20:39.109Z | Compiling mio v1.2.0 |
| 1358 | 2026-07-30T02:20:39.190Z | Compiling generic-array v0.14.7 |
| 1359 | 2026-07-30T02:20:39.294Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-07-30T02:20:39.363Z | Compiling percent-encoding v2.3.2 |
| 1361 | 2026-07-30T02:20:39.391Z | Compiling writeable v0.6.2 |
| 1362 | 2026-07-30T02:20:39.583Z | Compiling bitflags v2.11.0 |
| 1363 | 2026-07-30T02:20:39.597Z | Compiling litemap v0.8.1 |
| 1364 | 2026-07-30T02:20:39.643Z | Compiling semver v1.0.28 |
| 1365 | 2026-07-30T02:20:39.830Z | Compiling icu_properties_data v2.1.2 |
| 1366 | 2026-07-30T02:20:39.846Z | Compiling icu_normalizer_data v2.1.1 |
| 1367 | 2026-07-30T02:20:40.023Z | Compiling socket2 v0.6.3 |
| 1368 | 2026-07-30T02:20:40.057Z | Compiling futures-sink v0.3.32 |
| 1369 | 2026-07-30T02:20:40.135Z | Compiling futures-task v0.3.32 |
| 1370 | 2026-07-30T02:20:40.191Z | Compiling futures-channel v0.3.32 |
| 1371 | 2026-07-30T02:20:40.208Z | Compiling slab v0.4.12 |
| 1372 | 2026-07-30T02:20:40.227Z | Compiling futures-io v0.3.32 |
| 1373 | 2026-07-30T02:20:40.305Z | Compiling utf8_iter v1.0.4 |
| 1374 | 2026-07-30T02:20:40.384Z | Compiling synstructure v0.13.2 |
| 1375 | 2026-07-30T02:20:40.388Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-07-30T02:20:40.424Z | Compiling form_urlencoded v1.2.2 |
| 1377 | 2026-07-30T02:20:40.430Z | Compiling getrandom v0.3.4 |
| 1378 | 2026-07-30T02:20:40.454Z | Compiling rustversion v1.0.22 |
| 1379 | 2026-07-30T02:20:40.615Z | Compiling cmake v0.1.57 |
| 1380 | 2026-07-30T02:20:40.618Z | Compiling fs_extra v1.3.0 |
| 1381 | 2026-07-30T02:20:40.718Z | Compiling iana-time-zone v0.1.65 |
| 1382 | 2026-07-30T02:20:40.906Z | Compiling rustix v1.1.3 |
| 1383 | 2026-07-30T02:20:40.922Z | Compiling ident_case v1.0.1 |
| 1384 | 2026-07-30T02:20:40.985Z | Compiling dunce v1.0.5 |
| 1385 | 2026-07-30T02:20:41.023Z | Compiling regex-syntax v0.8.10 |
| 1386 | 2026-07-30T02:20:41.044Z | Compiling uuid v1.23.4 |
| 1387 | 2026-07-30T02:20:41.070Z | Compiling base64 v0.22.1 |
| 1388 | 2026-07-30T02:20:41.101Z | Compiling aws-lc-sys v0.40.0 |
| 1389 | 2026-07-30T02:20:41.349Z | Compiling rand_core v0.9.5 |
| 1390 | 2026-07-30T02:20:41.404Z | Compiling base64ct v1.8.3 |
| 1391 | 2026-07-30T02:20:41.519Z | Compiling vcpkg v0.2.15 |
| 1392 | 2026-07-30T02:20:41.640Z | Compiling pem-rfc7468 v0.7.0 |
| 1393 | 2026-07-30T02:20:41.708Z | Compiling rustc_version v0.4.1 |
| 1394 | 2026-07-30T02:20:41.744Z | Compiling tracing-core v0.1.36 |
| 1395 | 2026-07-30T02:20:41.945Z | Compiling flagset v0.4.7 |
| 1396 | 2026-07-30T02:20:42.029Z | Compiling aws-lc-rs v1.16.3 |
| 1397 | 2026-07-30T02:20:42.083Z | Compiling serde_derive_internals v0.29.1 |
| 1398 | 2026-07-30T02:20:42.115Z | Compiling serde_derive v1.0.228 |
| 1399 | 2026-07-30T02:20:42.191Z | Compiling zeroize_derive v1.5.0 |
| 1400 | 2026-07-30T02:20:42.308Z | Compiling zerofrom-derive v0.1.6 |
| 1401 | 2026-07-30T02:20:42.322Z | Compiling yoke-derive v0.8.1 |
| 1402 | 2026-07-30T02:20:42.637Z | Compiling zerovec-derive v0.11.2 |
| 1403 | 2026-07-30T02:20:42.848Z | Compiling zeroize v1.9.0 |
| 1404 | 2026-07-30T02:20:42.993Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-07-30T02:20:43.189Z | Compiling displaydoc v0.2.5 |
| 1406 | 2026-07-30T02:20:43.705Z | Compiling tokio-macros v2.7.0 |
| 1407 | 2026-07-30T02:20:43.749Z | Compiling zerofrom v0.1.6 |
| 1408 | 2026-07-30T02:20:43.800Z | Compiling futures-macro v0.3.32 |
| 1409 | 2026-07-30T02:20:43.828Z | Compiling openssl-sys v0.9.115 |
| 1410 | 2026-07-30T02:20:43.864Z | Compiling yoke v0.8.1 |
| 1411 | 2026-07-30T02:20:44.031Z | Compiling block-buffer v0.10.4 |
| 1412 | 2026-07-30T02:20:44.069Z | Compiling zerovec v0.11.5 |
| 1413 | 2026-07-30T02:20:44.243Z | Compiling zerotrie v0.2.3 |
| 1414 | 2026-07-30T02:20:44.280Z | Compiling crypto-common v0.1.7 |
| 1415 | 2026-07-30T02:20:44.347Z | Compiling tracing-attributes v0.1.31 |
| 1416 | 2026-07-30T02:20:44.545Z | Compiling digest v0.10.7 |
| 1417 | 2026-07-30T02:20:44.549Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-07-30T02:20:44.586Z | Compiling tinystr v0.8.2 |
| 1419 | 2026-07-30T02:20:44.639Z | Compiling potential_utf v0.1.4 |
| 1420 | 2026-07-30T02:20:44.683Z | Compiling futures-util v0.3.32 |
| 1421 | 2026-07-30T02:20:44.805Z | Compiling icu_locale_core v2.1.1 |
| 1422 | 2026-07-30T02:20:44.824Z | Compiling icu_collections v2.1.1 |
| 1423 | 2026-07-30T02:20:45.287Z | Compiling der_derive v0.7.3 |
| 1424 | 2026-07-30T02:20:45.791Z | Compiling bytes v1.11.1 |
| 1425 | 2026-07-30T02:20:45.811Z | Compiling icu_provider v2.1.1 |
| 1426 | 2026-07-30T02:20:45.811Z | Compiling chrono v0.4.45 |
| 1427 | 2026-07-30T02:20:45.854Z | Compiling thiserror v2.0.18 |
| 1428 | 2026-07-30T02:20:45.957Z | Compiling icu_normalizer v2.1.1 |
| 1429 | 2026-07-30T02:20:45.984Z | Compiling icu_properties v2.1.2 |
| 1430 | 2026-07-30T02:20:46.227Z | Compiling tokio v1.52.1 |
| 1431 | 2026-07-30T02:20:46.286Z | Compiling http v1.4.2 |
| 1432 | 2026-07-30T02:20:46.482Z | Compiling der v0.7.10 |
| 1433 | 2026-07-30T02:20:46.991Z | Compiling idna_adapter v1.2.1 |
| 1434 | 2026-07-30T02:20:47.068Z | Compiling http-body v1.0.1 |
| 1435 | 2026-07-30T02:20:47.082Z | Compiling tracing v0.1.44 |
| 1436 | 2026-07-30T02:20:47.126Z | Compiling idna v1.1.0 |
| 1437 | 2026-07-30T02:20:47.214Z | Compiling rustls-pki-types v1.14.0 |
| 1438 | 2026-07-30T02:20:47.245Z | Compiling tinyvec_macros v0.1.1 |
| 1439 | 2026-07-30T02:20:47.314Z | Compiling cmov v0.5.4 |
| 1440 | 2026-07-30T02:20:47.343Z | Compiling ppv-lite86 v0.2.21 |
| 1441 | 2026-07-30T02:20:47.506Z | Compiling url v2.5.8 |
| 1442 | 2026-07-30T02:20:47.521Z | Compiling dyn-clone v1.0.20 |
| 1443 | 2026-07-30T02:20:47.647Z | Compiling rand_chacha v0.9.0 |
| 1444 | 2026-07-30T02:20:47.658Z | Compiling schemars v0.8.22 |
| 1445 | 2026-07-30T02:20:47.664Z | Compiling openssl-probe v0.2.1 |
| 1446 | 2026-07-30T02:20:47.664Z | Compiling httparse v1.10.1 |
| 1447 | 2026-07-30T02:20:47.760Z | Compiling ctutils v0.4.2 |
| 1448 | 2026-07-30T02:20:47.845Z | Compiling rand v0.9.2 |
| 1449 | 2026-07-30T02:20:47.899Z | Compiling tinyvec v1.10.0 |
| 1450 | 2026-07-30T02:20:47.992Z | Compiling spki v0.7.3 |
| 1451 | 2026-07-30T02:20:48.037Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-07-30T02:20:48.189Z | Compiling pest_generator v2.8.6 |
| 1453 | 2026-07-30T02:20:48.236Z | Compiling aho-corasick v1.1.4 |
| 1454 | 2026-07-30T02:20:48.276Z | Compiling tower-service v0.3.3 |
| 1455 | 2026-07-30T02:20:48.327Z | Compiling tower-layer v0.3.3 |
| 1456 | 2026-07-30T02:20:48.368Z | Compiling try-lock v0.2.5 |
| 1457 | 2026-07-30T02:20:48.475Z | Compiling untrusted v0.7.1 |
| 1458 | 2026-07-30T02:20:48.490Z | Compiling atomic-waker v1.1.2 |
| 1459 | 2026-07-30T02:20:48.571Z | Compiling want v0.3.1 |
| 1460 | 2026-07-30T02:20:48.597Z | Compiling tempfile v3.25.0 |
| 1461 | 2026-07-30T02:20:48.730Z | Compiling hybrid-array v0.4.13 |
| 1462 | 2026-07-30T02:20:48.860Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-30T02:20:48.891Z | Compiling ipnet v2.11.0 |
| 1464 | 2026-07-30T02:20:48.954Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-07-30T02:20:49.354Z | Compiling regex-automata v0.4.14 |
| 1466 | 2026-07-30T02:20:49.431Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-07-30T02:20:49.538Z | Compiling untrusted v0.9.0 |
| 1468 | 2026-07-30T02:20:49.665Z | Compiling cpufeatures v0.2.17 |
| 1469 | 2026-07-30T02:20:49.743Z | Compiling httpdate v1.0.3 |
| 1470 | 2026-07-30T02:20:49.777Z | Compiling rustls v0.23.41 |
| 1471 | 2026-07-30T02:20:49.906Z | Compiling foreign-types-shared v0.1.1 |
| 1472 | 2026-07-30T02:20:49.944Z | Compiling openssl v0.10.79 |
| 1473 | 2026-07-30T02:20:49.965Z | Compiling scroll v0.13.0 |
| 1474 | 2026-07-30T02:20:50.010Z | Compiling tokio-util v0.7.18 |
| 1475 | 2026-07-30T02:20:50.193Z | Compiling foreign-types v0.3.2 |
| 1476 | 2026-07-30T02:20:50.227Z | Compiling unicode-normalization v0.1.25 |
| 1477 | 2026-07-30T02:20:50.265Z | Compiling pkcs8 v0.10.2 |
| 1478 | 2026-07-30T02:20:50.551Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-07-30T02:20:50.675Z | Compiling h2 v0.4.15 |
| 1480 | 2026-07-30T02:20:50.917Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1481 | 2026-07-30T02:20:50.937Z | Compiling spin v0.9.8 |
| 1482 | 2026-07-30T02:20:51.012Z | Compiling num-conv v0.2.0 |
| 1483 | 2026-07-30T02:20:51.133Z | Compiling crc32fast v1.5.0 |
| 1484 | 2026-07-30T02:20:51.133Z | Compiling powerfmt v0.2.0 |
| 1485 | 2026-07-30T02:20:51.299Z | Compiling native-tls v0.2.18 |
| 1486 | 2026-07-30T02:20:51.342Z | Compiling time-core v0.1.8 |
| 1487 | 2026-07-30T02:20:51.439Z | Compiling deranged v0.5.8 |
| 1488 | 2026-07-30T02:20:51.526Z | Compiling time-macros v0.2.27 |
| 1489 | 2026-07-30T02:20:51.663Z | Compiling darling_macro v0.20.11 |
| 1490 | 2026-07-30T02:20:52.186Z | Compiling darling v0.20.11 |
| 1491 | 2026-07-30T02:20:52.216Z | Compiling goblin v0.10.5 |
| 1492 | 2026-07-30T02:20:52.416Z | Compiling sha2 v0.10.9 |
| 1493 | 2026-07-30T02:20:52.534Z | Compiling hmac v0.12.1 |
| 1494 | 2026-07-30T02:20:52.676Z | Compiling sync_wrapper v1.0.2 |
| 1495 | 2026-07-30T02:20:52.788Z | Compiling wait-timeout v0.2.1 |
| 1496 | 2026-07-30T02:20:53.045Z | Compiling quick-error v1.2.3 |
| 1497 | 2026-07-30T02:20:53.153Z | Compiling crossbeam-utils v0.8.21 |
| 1498 | 2026-07-30T02:20:53.389Z | Compiling simd-adler32 v0.3.8 |
| 1499 | 2026-07-30T02:20:53.430Z | Compiling syn v1.0.109 |
| 1500 | 2026-07-30T02:20:53.626Z | Compiling usdt-impl v0.6.0 |
| 1501 | 2026-07-30T02:20:53.676Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-07-30T02:20:53.722Z | Compiling hyper v1.10.1 |
| 1503 | 2026-07-30T02:20:53.825Z | Compiling siphasher v1.0.2 |
| 1504 | 2026-07-30T02:20:53.901Z | Compiling num_threads v0.1.7 |
| 1505 | 2026-07-30T02:20:54.011Z | Compiling time v0.3.47 |
| 1506 | 2026-07-30T02:20:54.059Z | Compiling bit-set v0.8.0 |
| 1507 | 2026-07-30T02:20:54.630Z | Compiling rusty-fork v0.3.1 |
| 1508 | 2026-07-30T02:20:54.774Z | Compiling tower v0.5.3 |
| 1509 | 2026-07-30T02:20:54.888Z | Compiling hyper-util v0.1.20 |
| 1510 | 2026-07-30T02:20:54.944Z | Compiling dof v0.4.0 |
| 1511 | 2026-07-30T02:20:55.265Z | Compiling derive_builder_core v0.20.2 |
| 1512 | 2026-07-30T02:20:55.550Z | Compiling dtrace-parser v0.3.0 |
| 1513 | 2026-07-30T02:20:55.595Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-07-30T02:20:55.831Z | Compiling scroll_derive v0.12.1 |
| 1515 | 2026-07-30T02:20:56.079Z | Compiling thiserror-impl v1.0.69 |
| 1516 | 2026-07-30T02:20:56.097Z | Compiling heapless v0.7.17 |
| 1517 | 2026-07-30T02:20:56.260Z | Compiling rand_xorshift v0.4.0 |
| 1518 | 2026-07-30T02:20:56.331Z | Compiling slog v2.8.2 |
| 1519 | 2026-07-30T02:20:56.407Z | Compiling darling_core v0.23.0 |
| 1520 | 2026-07-30T02:20:56.423Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-07-30T02:20:56.466Z | Compiling thread-id v5.1.0 |
| 1522 | 2026-07-30T02:20:56.509Z | Compiling cookie v0.18.1 |
| 1523 | 2026-07-30T02:20:56.546Z | Compiling unicode-properties v0.1.4 |
| 1524 | 2026-07-30T02:20:56.601Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-07-30T02:20:56.684Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-07-30T02:20:56.701Z | Compiling paste v1.0.15 |
| 1527 | 2026-07-30T02:20:56.749Z | Compiling allocator-api2 v0.2.21 |
| 1528 | 2026-07-30T02:20:56.954Z | Compiling anyhow v1.0.102 |
| 1529 | 2026-07-30T02:20:57.074Z | Compiling adler2 v2.0.1 |
| 1530 | 2026-07-30T02:20:57.112Z | Compiling unarray v0.1.4 |
| 1531 | 2026-07-30T02:20:57.202Z | Compiling zstd-safe v7.2.4 |
| 1532 | 2026-07-30T02:20:57.222Z | Compiling signal-hook v0.3.18 |
| 1533 | 2026-07-30T02:20:57.259Z | Compiling ryu v1.0.23 |
| 1534 | 2026-07-30T02:20:57.311Z | Compiling thiserror v1.0.69 |
| 1535 | 2026-07-30T02:20:57.388Z | Compiling serde_urlencoded v0.7.1 |
| 1536 | 2026-07-30T02:20:57.430Z | Compiling proptest v1.11.0 |
| 1537 | 2026-07-30T02:20:57.441Z | Compiling miniz_oxide v0.8.9 |
| 1538 | 2026-07-30T02:20:57.629Z | Compiling stringprep v0.1.5 |
| 1539 | 2026-07-30T02:20:58.044Z | Compiling tower-http v0.6.8 |
| 1540 | 2026-07-30T02:20:58.146Z | Compiling scroll v0.12.0 |
| 1541 | 2026-07-30T02:20:58.240Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-07-30T02:20:58.404Z | Compiling camino v1.2.2 |
| 1543 | 2026-07-30T02:20:58.668Z | Compiling tokio-native-tls v0.3.1 |
| 1544 | 2026-07-30T02:20:58.671Z | Compiling bstr v1.12.1 |
| 1545 | 2026-07-30T02:20:58.775Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-07-30T02:20:58.843Z | Compiling crypto-common v0.2.2 |
| 1547 | 2026-07-30T02:20:58.856Z | Compiling darling_macro v0.23.0 |
| 1548 | 2026-07-30T02:20:58.900Z | Compiling block-buffer v0.12.1 |
| 1549 | 2026-07-30T02:20:59.152Z | Compiling block-padding v0.4.2 |
| 1550 | 2026-07-30T02:20:59.168Z | Compiling rustls-native-certs v0.8.3 |
| 1551 | 2026-07-30T02:20:59.318Z | Compiling rand_chacha v0.3.1 |
| 1552 | 2026-07-30T02:20:59.343Z | Compiling serde_spanned v0.6.9 |
| 1553 | 2026-07-30T02:20:59.373Z | Compiling serde_tokenstream v0.2.3 |
| 1554 | 2026-07-30T02:20:59.456Z | Compiling hex v0.4.3 |
| 1555 | 2026-07-30T02:20:59.497Z | Compiling erased-serde v0.3.31 |
| 1556 | 2026-07-30T02:20:59.686Z | Compiling toml_datetime v0.6.11 |
| 1557 | 2026-07-30T02:20:59.722Z | Compiling md-5 v0.10.6 |
| 1558 | 2026-07-30T02:20:59.884Z | Compiling signature v2.2.0 |
| 1559 | 2026-07-30T02:20:59.940Z | Compiling async-trait v0.1.89 |
| 1560 | 2026-07-30T02:20:59.967Z | Compiling pin-project-internal v1.1.11 |
| 1561 | 2026-07-30T02:21:00.066Z | Compiling zerocopy-derive v0.7.35 |
| 1562 | 2026-07-30T02:21:00.088Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-07-30T02:21:00.414Z | Compiling vergen-lib v9.1.0 |
| 1564 | 2026-07-30T02:21:00.593Z | Compiling hash32 v0.2.1 |
| 1565 | 2026-07-30T02:21:00.615Z | Compiling num-integer v0.1.46 |
| 1566 | 2026-07-30T02:21:00.780Z | Compiling memoffset v0.9.1 |
| 1567 | 2026-07-30T02:21:00.923Z | Compiling encoding_rs v0.8.35 |
| 1568 | 2026-07-30T02:21:00.938Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-07-30T02:21:00.954Z | Compiling litrs v1.0.0 |
| 1570 | 2026-07-30T02:21:00.973Z | Compiling rustix v0.38.44 |
| 1571 | 2026-07-30T02:21:01.053Z | Compiling num-bigint-dig v0.8.6 |
| 1572 | 2026-07-30T02:21:01.234Z | Compiling smoltcp v0.9.1 |
| 1573 | 2026-07-30T02:21:01.248Z | Compiling ref-cast v1.0.25 |
| 1574 | 2026-07-30T02:21:01.322Z | Compiling psl-types v2.0.11 |
| 1575 | 2026-07-30T02:21:01.428Z | Compiling cfg_aliases v0.2.1 |
| 1576 | 2026-07-30T02:21:01.442Z | Compiling mime v0.3.17 |
| 1577 | 2026-07-30T02:21:01.501Z | Compiling zlib-rs v0.6.2 |
| 1578 | 2026-07-30T02:21:01.572Z | Compiling nix v0.31.2 |
| 1579 | 2026-07-30T02:21:01.586Z | Compiling document-features v0.2.12 |
| 1580 | 2026-07-30T02:21:01.690Z | Compiling publicsuffix v2.3.0 |
| 1581 | 2026-07-30T02:21:01.945Z | Compiling postgres-protocol v0.6.10 |
| 1582 | 2026-07-30T02:21:01.961Z | Compiling pin-project v1.1.11 |
| 1583 | 2026-07-30T02:21:02.148Z | Compiling zerocopy v0.7.35 |
| 1584 | 2026-07-30T02:21:02.169Z | Compiling num-iter v0.1.45 |
| 1585 | 2026-07-30T02:21:02.300Z | Compiling hubpack_derive v0.1.1 |
| 1586 | 2026-07-30T02:21:02.497Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-07-30T02:21:02.698Z | Compiling rand v0.8.6 |
| 1588 | 2026-07-30T02:21:02.745Z | Compiling darling v0.23.0 |
| 1589 | 2026-07-30T02:21:02.760Z | Compiling inout v0.2.2 |
| 1590 | 2026-07-30T02:21:02.817Z | Compiling oxnet v0.1.6 |
| 1591 | 2026-07-30T02:21:02.832Z | Compiling hyper-tls v0.6.0 |
| 1592 | 2026-07-30T02:21:02.875Z | Compiling derive_builder v0.20.2 |
| 1593 | 2026-07-30T02:21:02.988Z | Compiling goblin v0.8.2 |
| 1594 | 2026-07-30T02:21:03.530Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-07-30T02:21:03.625Z | Compiling regex v1.12.3 |
| 1596 | 2026-07-30T02:21:03.723Z | Compiling lazy_static v1.5.0 |
| 1597 | 2026-07-30T02:21:03.761Z | Compiling anstyle-parse v0.2.7 |
| 1598 | 2026-07-30T02:21:03.775Z | Compiling futures-executor v0.3.32 |
| 1599 | 2026-07-30T02:21:03.816Z | Compiling terminal_size v0.4.3 |
| 1600 | 2026-07-30T02:21:03.937Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-07-30T02:21:03.994Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-07-30T02:21:04.049Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1603 | 2026-07-30T02:21:04.078Z | Compiling snafu-derive v0.8.9 |
| 1604 | 2026-07-30T02:21:04.534Z | Compiling flate2 v1.1.9 |
| 1605 | 2026-07-30T02:21:04.669Z | Compiling strum_macros v0.27.2 |
| 1606 | 2026-07-30T02:21:04.692Z | Compiling vergen v9.1.0 |
| 1607 | 2026-07-30T02:21:04.738Z | Compiling cargo-platform v0.3.2 |
| 1608 | 2026-07-30T02:21:04.869Z | Compiling ff v0.13.1 |
| 1609 | 2026-07-30T02:21:04.948Z | Compiling fs-err v3.3.0 |
| 1610 | 2026-07-30T02:21:05.009Z | Compiling ahash v0.8.12 |
| 1611 | 2026-07-30T02:21:05.022Z | Compiling foldhash v0.1.5 |
| 1612 | 2026-07-30T02:21:05.135Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-07-30T02:21:05.201Z | Compiling same-file v1.0.6 |
| 1614 | 2026-07-30T02:21:05.217Z | Compiling bitflags v1.3.2 |
| 1615 | 2026-07-30T02:21:05.295Z | Compiling managed v0.8.0 |
| 1616 | 2026-07-30T02:21:05.361Z | Compiling winnow v0.5.40 |
| 1617 | 2026-07-30T02:21:05.385Z | Compiling libbz2-rs-sys v0.2.2 |
| 1618 | 2026-07-30T02:21:05.513Z | Compiling unicode-segmentation v1.12.0 |
| 1619 | 2026-07-30T02:21:05.969Z | Compiling foldhash v0.2.0 |
| 1620 | 2026-07-30T02:21:05.995Z | Compiling object v0.37.3 |
| 1621 | 2026-07-30T02:21:06.048Z | Compiling base16ct v0.2.0 |
| 1622 | 2026-07-30T02:21:06.112Z | Compiling hashbrown v0.16.1 |
| 1623 | 2026-07-30T02:21:06.221Z | Compiling sec1 v0.7.3 |
| 1624 | 2026-07-30T02:21:06.299Z | Compiling snafu v0.8.9 |
| 1625 | 2026-07-30T02:21:06.476Z | Compiling bzip2 v0.6.1 |
| 1626 | 2026-07-30T02:21:06.650Z | Compiling strum v0.27.2 |
| 1627 | 2026-07-30T02:21:06.655Z | Compiling toml_edit v0.19.15 |
| 1628 | 2026-07-30T02:21:06.681Z | Compiling clap_builder v4.6.0 |
| 1629 | 2026-07-30T02:21:06.695Z | Compiling zopfli v0.8.3 |
| 1630 | 2026-07-30T02:21:06.759Z | Compiling walkdir v2.5.0 |
| 1631 | 2026-07-30T02:21:06.774Z | Compiling dof v0.3.0 |
| 1632 | 2026-07-30T02:21:07.106Z | Compiling hashbrown v0.15.5 |
| 1633 | 2026-07-30T02:21:07.329Z | Compiling group v0.13.0 |
| 1634 | 2026-07-30T02:21:07.372Z | Compiling cargo_metadata v0.23.1 |
| 1635 | 2026-07-30T02:21:07.505Z | Compiling daft v0.1.7 |
| 1636 | 2026-07-30T02:21:07.748Z | Compiling futures v0.3.32 |
| 1637 | 2026-07-30T02:21:07.778Z | Compiling anstream v0.6.21 |
| 1638 | 2026-07-30T02:21:08.084Z | Compiling phf v0.13.1 |
| 1639 | 2026-07-30T02:21:08.247Z | Compiling signal-hook-mio v0.2.5 |
| 1640 | 2026-07-30T02:21:08.449Z | Compiling cookie_store v0.22.1 |
| 1641 | 2026-07-30T02:21:08.692Z | Compiling zstd v0.13.3 |
| 1642 | 2026-07-30T02:21:08.728Z | Compiling bzip2 v0.4.4 |
| 1643 | 2026-07-30T02:21:08.933Z | Compiling reqwest v0.12.28 |
| 1644 | 2026-07-30T02:21:08.955Z | Compiling cipher v0.5.2 |
| 1645 | 2026-07-30T02:21:09.135Z | Compiling serde_with_macros v3.21.0 |
| 1646 | 2026-07-30T02:21:09.309Z | Compiling hubpack v0.1.2 |
| 1647 | 2026-07-30T02:21:09.314Z | Compiling postgres-types v0.2.12 |
| 1648 | 2026-07-30T02:21:09.704Z | Compiling ed25519 v2.2.3 |
| 1649 | 2026-07-30T02:21:09.870Z | Compiling usdt-attr-macro v0.6.0 |
| 1650 | 2026-07-30T02:21:10.279Z | Compiling usdt-macro v0.6.0 |
| 1651 | 2026-07-30T02:21:10.466Z | Compiling globset v0.4.18 |
| 1652 | 2026-07-30T02:21:10.597Z | Compiling dtrace-parser v0.2.0 |
| 1653 | 2026-07-30T02:21:10.676Z | Compiling phf_shared v0.11.3 |
| 1654 | 2026-07-30T02:21:10.716Z | Compiling hkdf v0.12.4 |
| 1655 | 2026-07-30T02:21:10.859Z | Compiling olpc-cjson v0.1.4 |
| 1656 | 2026-07-30T02:21:10.888Z | Compiling pkcs1 v0.7.5 |
| 1657 | 2026-07-30T02:21:11.018Z | Compiling serde-big-array v0.5.1 |
| 1658 | 2026-07-30T02:21:11.024Z | Compiling serde_plain v1.0.2 |
| 1659 | 2026-07-30T02:21:11.132Z | Compiling crypto-bigint v0.5.5 |
| 1660 | 2026-07-30T02:21:11.164Z | Compiling strum_macros v0.26.4 |
| 1661 | 2026-07-30T02:21:11.220Z | Compiling clap_derive v4.6.1 |
| 1662 | 2026-07-30T02:21:11.281Z | Compiling serde_repr v0.1.20 |
| 1663 | 2026-07-30T02:21:11.327Z | Compiling enum-as-inner v0.6.1 |
| 1664 | 2026-07-30T02:21:11.809Z | Compiling async-recursion v1.1.1 |
| 1665 | 2026-07-30T02:21:11.826Z | Compiling pem v3.0.6 |
| 1666 | 2026-07-30T02:21:12.145Z | Compiling float-cmp v0.10.0 |
| 1667 | 2026-07-30T02:21:12.293Z | Compiling thread-id v4.2.2 |
| 1668 | 2026-07-30T02:21:12.386Z | Compiling memmap2 v0.9.10 |
| 1669 | 2026-07-30T02:21:12.442Z | Compiling env_filter v1.0.0 |
| 1670 | 2026-07-30T02:21:12.602Z | Compiling new_debug_unreachable v1.0.6 |
| 1671 | 2026-07-30T02:21:12.722Z | Compiling cpufeatures v0.3.0 |
| 1672 | 2026-07-30T02:21:12.737Z | Compiling keccak v0.1.6 |
| 1673 | 2026-07-30T02:21:12.747Z | Compiling difflib v0.4.0 |
| 1674 | 2026-07-30T02:21:12.761Z | Compiling whoami v2.1.0 |
| 1675 | 2026-07-30T02:21:12.889Z | Compiling static_assertions v1.1.0 |
| 1676 | 2026-07-30T02:21:12.939Z | Compiling winnow v1.0.3 |
| 1677 | 2026-07-30T02:21:12.964Z | Compiling const-oid v0.10.2 |
| 1678 | 2026-07-30T02:21:13.117Z | Compiling precomputed-hash v0.1.1 |
| 1679 | 2026-07-30T02:21:13.166Z | Compiling fixedbitset v0.5.7 |
| 1680 | 2026-07-30T02:21:13.209Z | Compiling either v1.15.0 |
| 1681 | 2026-07-30T02:21:13.216Z | Compiling normalize-line-endings v0.3.0 |
| 1682 | 2026-07-30T02:21:13.278Z | Compiling fixedbitset v0.4.2 |
| 1683 | 2026-07-30T02:21:13.295Z | Compiling jiff v0.2.21 |
| 1684 | 2026-07-30T02:21:13.311Z | Compiling predicates-core v1.0.10 |
| 1685 | 2026-07-30T02:21:13.326Z | Compiling data-encoding v2.10.0 |
| 1686 | 2026-07-30T02:21:13.401Z | Compiling typed-path v0.9.3 |
| 1687 | 2026-07-30T02:21:13.418Z | Compiling predicates v3.1.4 |
| 1688 | 2026-07-30T02:21:13.461Z | Compiling petgraph v0.6.5 |
| 1689 | 2026-07-30T02:21:13.475Z | Compiling itertools v0.13.0 |
| 1690 | 2026-07-30T02:21:13.487Z | Compiling petgraph v0.8.3 |
| 1691 | 2026-07-30T02:21:13.995Z | Compiling hickory-proto v0.25.2 |
| 1692 | 2026-07-30T02:21:14.100Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1693 | 2026-07-30T02:21:14.650Z | Compiling string_cache v0.8.9 |
| 1694 | 2026-07-30T02:21:14.780Z | Compiling toml_edit v0.22.27 |
| 1695 | 2026-07-30T02:21:14.795Z | Compiling digest v0.11.3 |
| 1696 | 2026-07-30T02:21:14.841Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1697 | 2026-07-30T02:21:14.970Z | Compiling tokio-postgres v0.7.16 |
| 1698 | 2026-07-30T02:21:14.980Z | Compiling clap v4.6.1 |
| 1699 | 2026-07-30T02:21:15.060Z | Compiling strum v0.26.3 |
| 1700 | 2026-07-30T02:21:15.202Z | Compiling sha3 v0.10.8 |
| 1701 | 2026-07-30T02:21:15.423Z | Compiling chacha20 v0.10.0 |
| 1702 | 2026-07-30T02:21:15.659Z | Compiling env_logger v0.11.9 |
| 1703 | 2026-07-30T02:21:15.798Z | Compiling usdt v0.6.0 |
| 1704 | 2026-07-30T02:21:16.002Z | Compiling zip v4.6.1 |
| 1705 | 2026-07-30T02:21:16.052Z | Compiling usdt-impl v0.5.0 |
| 1706 | 2026-07-30T02:21:16.629Z | Compiling elliptic-curve v0.13.8 |
| 1707 | 2026-07-30T02:21:16.938Z | Compiling rsa v0.9.10 |
| 1708 | 2026-07-30T02:21:17.031Z | Compiling crossterm v0.28.1 |
| 1709 | 2026-07-30T02:21:17.179Z | Compiling serde_with v3.21.0 |
| 1710 | 2026-07-30T02:21:17.418Z | Compiling ed25519-dalek v2.2.0 |
| 1711 | 2026-07-30T02:21:17.616Z | Compiling zip v0.6.6 |
| 1712 | 2026-07-30T02:21:18.195Z | Compiling toml v0.7.8 |
| 1713 | 2026-07-30T02:21:18.314Z | Compiling iddqd v0.4.2 |
| 1714 | 2026-07-30T02:21:18.779Z | Compiling heck v0.4.1 |
| 1715 | 2026-07-30T02:21:21.117Z | Compiling similar v2.7.0 |
| 1716 | 2026-07-30T02:21:21.230Z | Compiling byte-wrapper v0.1.0 |
| 1717 | 2026-07-30T02:21:21.230Z | Compiling crossbeam-epoch v0.9.18 |
| 1718 | 2026-07-30T02:21:21.231Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-07-30T02:21:21.231Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-07-30T02:21:21.231Z | Compiling x509-cert v0.2.5 |
| 1721 | 2026-07-30T02:21:21.231Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1722 | 2026-07-30T02:21:21.231Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-07-30T02:21:21.232Z | Compiling peg-runtime v0.8.5 |
| 1724 | 2026-07-30T02:21:21.232Z | Compiling lalrpop-util v0.19.12 |
| 1725 | 2026-07-30T02:21:21.232Z | Compiling thread_local v1.1.9 |
| 1726 | 2026-07-30T02:21:21.232Z | Compiling slog-async v2.8.0 |
| 1727 | 2026-07-30T02:21:21.232Z | Compiling crossbeam-channel v0.5.15 |
| 1728 | 2026-07-30T02:21:21.232Z | Compiling filetime v0.2.27 |
| 1729 | 2026-07-30T02:21:21.232Z | Compiling is-terminal v0.4.17 |
| 1730 | 2026-07-30T02:21:21.232Z | Compiling take_mut v0.2.2 |
| 1731 | 2026-07-30T02:21:21.232Z | Compiling term v1.2.1 |
| 1732 | 2026-07-30T02:21:21.232Z | Compiling xattr v1.6.1 |
| 1733 | 2026-07-30T02:21:21.232Z | Compiling tar v0.4.46 |
| 1734 | 2026-07-30T02:21:21.232Z | Compiling camino-tempfile v1.4.1 |
| 1735 | 2026-07-30T02:21:21.232Z | Compiling slog-term v2.9.2 |
| 1736 | 2026-07-30T02:21:30.827Z | Compiling rustls-webpki v0.103.13 |
| 1737 | 2026-07-30T02:21:33.505Z | Compiling tokio-rustls v0.26.4 |
| 1738 | 2026-07-30T02:21:33.505Z | Compiling rustls-platform-verifier v0.6.2 |
| 1739 | 2026-07-30T02:21:33.505Z | Compiling tough v0.22.0 |
| 1740 | 2026-07-30T02:21:33.710Z | Compiling hyper-rustls v0.27.7 |
| 1741 | 2026-07-30T02:21:33.899Z | Compiling reqwest v0.13.2 |
| 1742 | 2026-07-30T02:21:36.149Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1743 | 2026-07-30T02:21:36.360Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1744 | 2026-07-30T02:21:39.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1745 | 2026-07-30T02:21:39.563Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1746 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.952 INFO Starting download, target: Clickhouse |
| 1747 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: Console |
| 1748 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: Cockroach |
| 1749 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: DendriteStub |
| 1750 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: MaghemiteMgd |
| 1751 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: MaghemiteDdmd |
| 1752 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Starting download, target: TransceiverControl |
| 1753 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1754 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1755 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1756 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1757 | 2026-07-30T02:21:39.594Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1758 | 2026-07-30T02:21:39.595Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1759 | 2026-07-30T02:21:39.595Z | Jul 30 02:21:37.953 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1760 | 2026-07-30T02:21:41.430Z | Jul 30 02:21:39.947 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1761 | 2026-07-30T02:21:41.443Z | Jul 30 02:21:39.958 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1762 | 2026-07-30T02:21:41.698Z | Jul 30 02:21:40.212 INFO Download complete, target: Console |
| 1763 | 2026-07-30T02:21:48.315Z | Jul 30 02:21:46.829 INFO Checking that binary works, target: Clickhouse |
| 1764 | 2026-07-30T02:21:48.401Z | Jul 30 02:21:46.918 INFO Download complete, target: Clickhouse |
| 1765 | 2026-07-30T02:22:07.306Z | Jul 30 02:22:05.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1766 | 2026-07-30T02:22:07.520Z | Jul 30 02:22:06.014 INFO Download complete, target: TransceiverControl |
| 1767 | 2026-07-30T02:22:08.850Z | Jul 30 02:22:07.362 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1768 | 2026-07-30T02:22:09.185Z | Jul 30 02:22:07.594 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1769 | 2026-07-30T02:22:09.461Z | Jul 30 02:22:07.955 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1770 | 2026-07-30T02:22:09.936Z | Jul 30 02:22:08.453 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1771 | 2026-07-30T02:22:09.937Z | Jul 30 02:22:08.453 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1772 | 2026-07-30T02:22:10.890Z | Jul 30 02:22:09.407 INFO Download complete, target: MaghemiteDdmd |
| 1773 | 2026-07-30T02:22:11.656Z | Jul 30 02:22:10.173 INFO Download complete, target: DendriteStub |
| 1774 | 2026-07-30T02:22:12.121Z | Jul 30 02:22:10.638 INFO Download complete, target: MaghemiteMgd |
| 1775 | 2026-07-30T02:22:14.806Z | Jul 30 02:22:13.322 INFO Checking that binary works, target: Cockroach |
| 1776 | 2026-07-30T02:22:14.916Z | Jul 30 02:22:13.433 INFO Download complete, target: Cockroach |
| 1777 | 2026-07-30T02:22:14.932Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1778 | 2026-07-30T02:22:14.938Z | |
| 1779 | 2026-07-30T02:22:14.938Z | real 2:28.018088844 |
| 1780 | 2026-07-30T02:22:14.938Z | user 6:37.368301888 |
| 1781 | 2026-07-30T02:22:14.938Z | sys 1:19.744608900 |
| 1782 | 2026-07-30T02:22:14.938Z | trap 0.226692833 |
| 1783 | 2026-07-30T02:22:14.939Z | tflt 0.564478205 |
| 1784 | 2026-07-30T02:22:14.939Z | dflt 0.806166173 |
| 1785 | 2026-07-30T02:22:14.939Z | kflt 0.026157954 |
| 1786 | 2026-07-30T02:22:14.939Z | lock 30:22.395451889 |
| 1787 | 2026-07-30T02:22:14.939Z | slp 20:44.639968127 |
| 1788 | 2026-07-30T02:22:14.939Z | lat 41.241826356 |
| 1789 | 2026-07-30T02:22:14.939Z | stop 2:26.948426910 |
| 1790 | 2026-07-30T02:22:14.939Z | + banner clippy |
| 1791 | 2026-07-30T02:22:14.939Z | |
| 1792 | 2026-07-30T02:22:14.939Z | #### # # ##### ##### # # |
| 1793 | 2026-07-30T02:22:14.939Z | # # # # # # # # # # |
| 1794 | 2026-07-30T02:22:14.939Z | # # # # # # # # |
| 1795 | 2026-07-30T02:22:14.939Z | # # # ##### ##### # |
| 1796 | 2026-07-30T02:22:14.939Z | # # # # # # # |
| 1797 | 2026-07-30T02:22:14.939Z | #### ###### # # # # |
| 1798 | 2026-07-30T02:22:14.939Z | |
| 1799 | 2026-07-30T02:22:14.939Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-07-30T02:22:14.939Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-07-30T02:22:14.939Z | + ptime -m cargo xtask clippy |
| 1802 | 2026-07-30T02:22:15.397Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1803 | 2026-07-30T02:22:15.694Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1804 | 2026-07-30T02:22:17.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
| 1805 | 2026-07-30T02:22:17.568Z | Running `target/debug/xtask clippy` |
| 1806 | 2026-07-30T02:22:17.591Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1807 | 2026-07-30T02:22:18.152Z | Downloading crates ... |
| 1808 | 2026-07-30T02:22:18.317Z | Downloaded owo-colors v3.5.0 |
| 1809 | 2026-07-30T02:22:18.320Z | Downloaded event-listener v5.4.1 |
| 1810 | 2026-07-30T02:22:18.327Z | Downloaded rand_distr v0.5.1 |
| 1811 | 2026-07-30T02:22:18.333Z | Downloaded hex-literal v0.4.1 |
| 1812 | 2026-07-30T02:22:18.336Z | Downloaded libtest-mimic v0.8.1 |
| 1813 | 2026-07-30T02:22:18.336Z | Downloaded concurrent-queue v2.5.0 |
| 1814 | 2026-07-30T02:22:18.336Z | Downloaded guppy v0.17.25 |
| 1815 | 2026-07-30T02:22:18.340Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1816 | 2026-07-30T02:22:18.342Z | Downloaded criterion-plot v0.6.0 |
| 1817 | 2026-07-30T02:22:18.343Z | Downloaded cfg-expr v0.20.6 |
| 1818 | 2026-07-30T02:22:18.346Z | Downloaded datatest-stable v0.3.3 |
| 1819 | 2026-07-30T02:22:18.349Z | Downloaded hashbrown v0.14.5 |
| 1820 | 2026-07-30T02:22:18.352Z | Downloaded addr2line v0.25.1 |
| 1821 | 2026-07-30T02:22:18.352Z | Downloaded assert_cmd v2.1.2 |
| 1822 | 2026-07-30T02:22:18.356Z | Downloaded miette-derive v5.10.0 |
| 1823 | 2026-07-30T02:22:18.356Z | Downloaded anes v0.1.6 |
| 1824 | 2026-07-30T02:22:18.359Z | Downloaded cast v0.3.0 |
| 1825 | 2026-07-30T02:22:18.362Z | Downloaded event-listener-strategy v0.5.4 |
| 1826 | 2026-07-30T02:22:18.365Z | Downloaded parking v2.2.1 |
| 1827 | 2026-07-30T02:22:18.365Z | Downloaded knuffel v3.2.0 |
| 1828 | 2026-07-30T02:22:18.368Z | Downloaded hickory-client v0.25.2 |
| 1829 | 2026-07-30T02:22:18.368Z | Downloaded assert-json-diff v2.0.2 |
| 1830 | 2026-07-30T02:22:18.368Z | Downloaded backtrace-ext v0.2.1 |
| 1831 | 2026-07-30T02:22:18.368Z | Downloaded httptest v0.16.4 |
| 1832 | 2026-07-30T02:22:18.371Z | Downloaded async-lock v3.4.2 |
| 1833 | 2026-07-30T02:22:18.374Z | Downloaded miette v5.10.0 |
| 1834 | 2026-07-30T02:22:18.377Z | Downloaded oorandom v11.1.5 |
| 1835 | 2026-07-30T02:22:18.381Z | Downloaded blake2b_simd v1.0.4 |
| 1836 | 2026-07-30T02:22:18.384Z | Downloaded async-object-pool v0.2.0 |
| 1837 | 2026-07-30T02:22:18.384Z | Downloaded linkme-impl v0.3.35 |
| 1838 | 2026-07-30T02:22:18.387Z | Downloaded backtrace v0.3.76 |
| 1839 | 2026-07-30T02:22:18.390Z | Downloaded nested v0.1.1 |
| 1840 | 2026-07-30T02:22:18.393Z | Downloaded approx v0.5.1 |
| 1841 | 2026-07-30T02:22:18.393Z | Downloaded futures-timer v3.0.3 |
| 1842 | 2026-07-30T02:22:18.393Z | Downloaded knuffel-derive v3.2.0 |
| 1843 | 2026-07-30T02:22:18.397Z | Downloaded escape8259 v0.5.3 |
| 1844 | 2026-07-30T02:22:18.400Z | Downloaded similar-asserts v1.7.0 |
| 1845 | 2026-07-30T02:22:18.400Z | Downloaded plotters-backend v0.3.7 |
| 1846 | 2026-07-30T02:22:18.400Z | Downloaded target-triple v1.0.0 |
| 1847 | 2026-07-30T02:22:18.404Z | Downloaded relative-path v1.9.3 |
| 1848 | 2026-07-30T02:22:18.407Z | Downloaded partial-io v0.5.4 |
| 1849 | 2026-07-30T02:22:18.410Z | Downloaded supports-color v2.1.0 |
| 1850 | 2026-07-30T02:22:18.413Z | Downloaded rustc-demangle v0.1.27 |
| 1851 | 2026-07-30T02:22:18.413Z | Downloaded tinytemplate v1.2.1 |
| 1852 | 2026-07-30T02:22:18.416Z | Downloaded path-tree v0.8.3 |
| 1853 | 2026-07-30T02:22:18.416Z | Downloaded constant_time_eq v0.3.1 |
| 1854 | 2026-07-30T02:22:18.423Z | Downloaded trybuild v1.0.116 |
| 1855 | 2026-07-30T02:22:18.426Z | Downloaded linkme v0.3.35 |
| 1856 | 2026-07-30T02:22:18.429Z | Downloaded stringmetrics v2.2.2 |
| 1857 | 2026-07-30T02:22:18.432Z | Downloaded rstest v0.25.0 |
| 1858 | 2026-07-30T02:22:18.435Z | Downloaded chumsky v0.9.3 |
| 1859 | 2026-07-30T02:22:18.438Z | Downloaded fancy-regex v0.14.0 |
| 1860 | 2026-07-30T02:22:18.438Z | Downloaded plotters-svg v0.3.7 |
| 1861 | 2026-07-30T02:22:18.441Z | Downloaded criterion v0.7.0 |
| 1862 | 2026-07-30T02:22:18.450Z | Downloaded pathdiff v0.2.3 |
| 1863 | 2026-07-30T02:22:18.453Z | Downloaded serde_regex v1.1.0 |
| 1864 | 2026-07-30T02:22:18.456Z | Downloaded supports-unicode v2.1.0 |
| 1865 | 2026-07-30T02:22:18.460Z | Downloaded terminal_size v0.1.17 |
| 1866 | 2026-07-30T02:22:18.466Z | Downloaded gimli v0.32.3 |
| 1867 | 2026-07-30T02:22:18.470Z | Downloaded textwrap v0.15.2 |
| 1868 | 2026-07-30T02:22:18.473Z | Downloaded supports-hyperlinks v2.1.0 |
| 1869 | 2026-07-30T02:22:18.477Z | Downloaded rstest_macros v0.25.0 |
| 1870 | 2026-07-30T02:22:18.480Z | Downloaded rust-argon2 v2.1.0 |
| 1871 | 2026-07-30T02:22:18.483Z | Downloaded plotters v0.3.7 |
| 1872 | 2026-07-30T02:22:18.490Z | Downloaded termcolor v1.4.1 |
| 1873 | 2026-07-30T02:22:18.493Z | Downloaded target-spec v3.5.7 |
| 1874 | 2026-07-30T02:22:18.501Z | Downloaded target-lexicon v0.13.3 |
| 1875 | 2026-07-30T02:22:18.572Z | Downloaded httpmock v0.8.3 |
| 1876 | 2026-07-30T02:22:20.289Z | Checking cfg-if v1.0.4 |
| 1877 | 2026-07-30T02:22:20.653Z | Checking libc v0.2.185 |
| 1878 | 2026-07-30T02:22:20.656Z | Checking serde_core v1.0.228 |
| 1879 | 2026-07-30T02:22:20.728Z | Checking memchr v2.8.0 |
| 1880 | 2026-07-30T02:22:20.771Z | Checking smallvec v1.15.1 |
| 1881 | 2026-07-30T02:22:20.808Z | Checking zeroize v1.9.0 |
| 1882 | 2026-07-30T02:22:20.843Z | Checking rand_core v0.10.0 |
| 1883 | 2026-07-30T02:22:20.881Z | Checking itoa v1.0.17 |
| 1884 | 2026-07-30T02:22:20.919Z | Checking subtle v2.6.1 |
| 1885 | 2026-07-30T02:22:20.978Z | Checking libm v0.2.16 |
| 1886 | 2026-07-30T02:22:21.018Z | Checking log v0.4.29 |
| 1887 | 2026-07-30T02:22:21.065Z | Checking typenum v1.20.1 |
| 1888 | 2026-07-30T02:22:21.106Z | Checking getrandom v0.4.1 |
| 1889 | 2026-07-30T02:22:21.106Z | Checking errno v0.3.14 |
| 1890 | 2026-07-30T02:22:21.178Z | Checking scopeguard v1.2.0 |
| 1891 | 2026-07-30T02:22:21.219Z | Checking stable_deref_trait v1.2.1 |
| 1892 | 2026-07-30T02:22:21.256Z | Checking zmij v1.0.21 |
| 1893 | 2026-07-30T02:22:21.298Z | Checking zerofrom v0.1.6 |
| 1894 | 2026-07-30T02:22:21.339Z | Checking lock_api v0.4.14 |
| 1895 | 2026-07-30T02:22:21.379Z | Checking percent-encoding v2.3.2 |
| 1896 | 2026-07-30T02:22:21.414Z | Checking litemap v0.8.1 |
| 1897 | 2026-07-30T02:22:21.448Z | Checking yoke v0.8.1 |
| 1898 | 2026-07-30T02:22:21.486Z | Checking writeable v0.6.2 |
| 1899 | 2026-07-30T02:22:21.544Z | Checking icu_normalizer_data v2.1.1 |
| 1900 | 2026-07-30T02:22:21.582Z | Checking icu_properties_data v2.1.2 |
| 1901 | 2026-07-30T02:22:21.619Z | Checking form_urlencoded v1.2.2 |
| 1902 | 2026-07-30T02:22:21.657Z | Checking zerovec v0.11.5 |
| 1903 | 2026-07-30T02:22:21.657Z | Checking zerotrie v0.2.3 |
| 1904 | 2026-07-30T02:22:21.728Z | Checking num-traits v0.2.19 |
| 1905 | 2026-07-30T02:22:21.728Z | Checking utf8_iter v1.0.4 |
| 1906 | 2026-07-30T02:22:21.801Z | Checking zerocopy v0.8.40 |
| 1907 | 2026-07-30T02:22:21.801Z | Checking pin-project-lite v0.2.17 |
| 1908 | 2026-07-30T02:22:21.876Z | Checking parking_lot_core v0.9.12 |
| 1909 | 2026-07-30T02:22:21.915Z | Checking portable-atomic v1.13.1 |
| 1910 | 2026-07-30T02:22:21.954Z | Checking critical-section v1.2.0 |
| 1911 | 2026-07-30T02:22:22.001Z | Checking signal-hook-registry v1.4.8 |
| 1912 | 2026-07-30T02:22:22.091Z | Checking mio v1.2.0 |
| 1913 | 2026-07-30T02:22:22.130Z | Checking tinystr v0.8.2 |
| 1914 | 2026-07-30T02:22:22.134Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-07-30T02:22:22.197Z | Checking serde v1.0.228 |
| 1916 | 2026-07-30T02:22:22.197Z | Checking serde_json v1.0.151 |
| 1917 | 2026-07-30T02:22:22.282Z | Checking bitflags v2.11.0 |
| 1918 | 2026-07-30T02:22:22.285Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-07-30T02:22:22.365Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-07-30T02:22:22.371Z | Checking parking_lot v0.12.5 |
| 1921 | 2026-07-30T02:22:22.432Z | Checking once_cell v1.21.3 |
| 1922 | 2026-07-30T02:22:22.482Z | Checking iana-time-zone v0.1.65 |
| 1923 | 2026-07-30T02:22:22.617Z | Checking uuid v1.23.4 |
| 1924 | 2026-07-30T02:22:22.617Z | Checking socket2 v0.6.3 |
| 1925 | 2026-07-30T02:22:22.693Z | Checking bytes v1.11.1 |
| 1926 | 2026-07-30T02:22:22.697Z | Checking chrono v0.4.45 |
| 1927 | 2026-07-30T02:22:22.774Z | Checking semver v1.0.28 |
| 1928 | 2026-07-30T02:22:22.892Z | Checking thiserror v2.0.18 |
| 1929 | 2026-07-30T02:22:22.934Z | Checking icu_provider v2.1.1 |
| 1930 | 2026-07-30T02:22:22.990Z | Checking dyn-clone v1.0.20 |
| 1931 | 2026-07-30T02:22:23.043Z | Checking futures-core v0.3.32 |
| 1932 | 2026-07-30T02:22:23.046Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1933 | 2026-07-30T02:22:23.046Z | Checking equivalent v1.0.2 |
| 1934 | 2026-07-30T02:22:23.149Z | Checking getrandom v0.2.17 |
| 1935 | 2026-07-30T02:22:23.185Z | Checking tokio v1.52.1 |
| 1936 | 2026-07-30T02:22:23.189Z | Checking icu_properties v2.1.2 |
| 1937 | 2026-07-30T02:22:23.189Z | Checking icu_normalizer v2.1.1 |
| 1938 | 2026-07-30T02:22:23.289Z | Checking rustix v1.1.3 |
| 1939 | 2026-07-30T02:22:23.327Z | Checking rand_core v0.6.4 |
| 1940 | 2026-07-30T02:22:23.416Z | Checking cmov v0.5.4 |
| 1941 | 2026-07-30T02:22:23.536Z | Checking byteorder v1.5.0 |
| 1942 | 2026-07-30T02:22:23.574Z | Checking futures-sink v0.3.32 |
| 1943 | 2026-07-30T02:22:23.611Z | Checking getrandom v0.3.4 |
| 1944 | 2026-07-30T02:22:23.649Z | Checking ctutils v0.4.2 |
| 1945 | 2026-07-30T02:22:23.699Z | Checking futures-channel v0.3.32 |
| 1946 | 2026-07-30T02:22:23.781Z | Checking futures-io v0.3.32 |
| 1947 | 2026-07-30T02:22:23.819Z | Checking futures-task v0.3.32 |
| 1948 | 2026-07-30T02:22:23.891Z | Checking hybrid-array v0.4.13 |
| 1949 | 2026-07-30T02:22:23.929Z | Checking slab v0.4.12 |
| 1950 | 2026-07-30T02:22:23.932Z | Checking generic-array v0.14.7 |
| 1951 | 2026-07-30T02:22:24.000Z | Checking hashbrown v0.17.0 |
| 1952 | 2026-07-30T02:22:24.112Z | Checking idna_adapter v1.2.1 |
| 1953 | 2026-07-30T02:22:24.150Z | Checking futures-util v0.3.32 |
| 1954 | 2026-07-30T02:22:24.224Z | Checking thiserror v1.0.69 |
| 1955 | 2026-07-30T02:22:24.261Z | Checking idna v1.1.0 |
| 1956 | 2026-07-30T02:22:24.309Z | Checking fnv v1.0.7 |
| 1957 | 2026-07-30T02:22:24.432Z | Checking regex-syntax v0.8.10 |
| 1958 | 2026-07-30T02:22:24.470Z | Checking base64ct v1.8.3 |
| 1959 | 2026-07-30T02:22:24.508Z | Checking indexmap v2.14.0 |
| 1960 | 2026-07-30T02:22:24.545Z | Checking url v2.5.8 |
| 1961 | 2026-07-30T02:22:24.582Z | Checking ppv-lite86 v0.2.21 |
| 1962 | 2026-07-30T02:22:24.657Z | Checking crypto-common v0.2.2 |
| 1963 | 2026-07-30T02:22:24.728Z | Checking const-oid v0.9.6 |
| 1964 | 2026-07-30T02:22:24.898Z | Checking crypto-common v0.1.7 |
| 1965 | 2026-07-30T02:22:25.000Z | Checking schemars v0.8.22 |
| 1966 | 2026-07-30T02:22:25.052Z | Checking block-buffer v0.12.1 |
| 1967 | 2026-07-30T02:22:25.102Z | Checking block-buffer v0.10.4 |
| 1968 | 2026-07-30T02:22:25.247Z | Checking base64 v0.22.1 |
| 1969 | 2026-07-30T02:22:25.285Z | Checking utf8parse v0.2.2 |
| 1970 | 2026-07-30T02:22:25.290Z | Checking anstyle v1.0.14 |
| 1971 | 2026-07-30T02:22:25.413Z | Checking http v1.4.2 |
| 1972 | 2026-07-30T02:22:25.451Z | Checking digest v0.10.7 |
| 1973 | 2026-07-30T02:22:25.512Z | Checking tracing-core v0.1.36 |
| 1974 | 2026-07-30T02:22:25.550Z | Checking anstyle-query v1.1.5 |
| 1975 | 2026-07-30T02:22:25.665Z | Checking colorchoice v1.0.4 |
| 1976 | 2026-07-30T02:22:25.719Z | Checking is_terminal_polyfill v1.70.2 |
| 1977 | 2026-07-30T02:22:25.723Z | Checking rand_core v0.9.5 |
| 1978 | 2026-07-30T02:22:25.774Z | Checking anstyle-parse v1.0.0 |
| 1979 | 2026-07-30T02:22:25.811Z | Checking terminal_size v0.4.3 |
| 1980 | 2026-07-30T02:22:25.848Z | Checking tracing v0.1.44 |
| 1981 | 2026-07-30T02:22:25.852Z | Checking ipnet v2.11.0 |
| 1982 | 2026-07-30T02:22:25.938Z | Checking const-oid v0.10.2 |
| 1983 | 2026-07-30T02:22:25.976Z | Checking rand_chacha v0.9.0 |
| 1984 | 2026-07-30T02:22:25.979Z | Checking anstream v1.0.0 |
| 1985 | 2026-07-30T02:22:26.045Z | Checking clap_lex v1.0.0 |
| 1986 | 2026-07-30T02:22:26.084Z | Checking strsim v0.11.1 |
| 1987 | 2026-07-30T02:22:26.088Z | Checking aho-corasick v1.1.4 |
| 1988 | 2026-07-30T02:22:26.155Z | Checking crossbeam-utils v0.8.21 |
| 1989 | 2026-07-30T02:22:26.159Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-30T02:22:26.225Z | Checking unicode-ident v1.0.24 |
| 1991 | 2026-07-30T02:22:26.230Z | Checking rand v0.9.2 |
| 1992 | 2026-07-30T02:22:26.231Z | Checking powerfmt v0.2.0 |
| 1993 | 2026-07-30T02:22:26.326Z | Checking clap_builder v4.6.0 |
| 1994 | 2026-07-30T02:22:26.364Z | Checking proc-macro2 v1.0.106 |
| 1995 | 2026-07-30T02:22:26.409Z | Checking tokio-util v0.7.18 |
| 1996 | 2026-07-30T02:22:26.448Z | Checking deranged v0.5.8 |
| 1997 | 2026-07-30T02:22:26.517Z | Checking httparse v1.10.1 |
| 1998 | 2026-07-30T02:22:26.594Z | Checking slog v2.8.2 |
| 1999 | 2026-07-30T02:22:26.689Z | Checking time-core v0.1.8 |
| 2000 | 2026-07-30T02:22:26.755Z | Checking num-conv v0.2.0 |
| 2001 | 2026-07-30T02:22:26.793Z | Checking num_threads v0.1.7 |
| 2002 | 2026-07-30T02:22:26.831Z | Checking regex-automata v0.4.14 |
| 2003 | 2026-07-30T02:22:26.868Z | Checking quote v1.0.45 |
| 2004 | 2026-07-30T02:22:26.905Z | Checking digest v0.11.3 |
| 2005 | 2026-07-30T02:22:26.908Z | Checking anyhow v1.0.102 |
| 2006 | 2026-07-30T02:22:26.940Z | Checking fastrand v2.3.0 |
| 2007 | 2026-07-30T02:22:27.023Z | Checking allocator-api2 v0.2.21 |
| 2008 | 2026-07-30T02:22:27.064Z | Checking cpufeatures v0.3.0 |
| 2009 | 2026-07-30T02:22:27.113Z | Checking syn v2.0.117 |
| 2010 | 2026-07-30T02:22:27.162Z | Checking cpufeatures v0.2.17 |
| 2011 | 2026-07-30T02:22:27.165Z | Checking http-body v1.0.1 |
| 2012 | 2026-07-30T02:22:27.233Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-30T02:22:27.266Z | Checking atomic-waker v1.1.2 |
| 2014 | 2026-07-30T02:22:27.327Z | Checking tempfile v3.25.0 |
| 2015 | 2026-07-30T02:22:27.365Z | Checking aws-lc-sys v0.40.0 |
| 2016 | 2026-07-30T02:22:27.403Z | Checking rustls-pki-types v1.14.0 |
| 2017 | 2026-07-30T02:22:27.407Z | Checking time v0.3.47 |
| 2018 | 2026-07-30T02:22:27.473Z | Checking untrusted v0.7.1 |
| 2019 | 2026-07-30T02:22:27.550Z | Checking try-lock v0.2.5 |
| 2020 | 2026-07-30T02:22:27.588Z | Checking clap v4.6.1 |
| 2021 | 2026-07-30T02:22:27.623Z | Checking httpdate v1.0.3 |
| 2022 | 2026-07-30T02:22:27.676Z | Checking want v0.3.1 |
| 2023 | 2026-07-30T02:22:27.714Z | Checking h2 v0.4.15 |
| 2024 | 2026-07-30T02:22:27.752Z | Checking tower-layer v0.3.3 |
| 2025 | 2026-07-30T02:22:27.792Z | Checking ryu v1.0.23 |
| 2026 | 2026-07-30T02:22:27.829Z | Checking tower-service v0.3.3 |
| 2027 | 2026-07-30T02:22:27.893Z | Checking aws-lc-rs v1.16.3 |
| 2028 | 2026-07-30T02:22:27.931Z | Checking hex v0.4.3 |
| 2029 | 2026-07-30T02:22:27.968Z | Checking pem-rfc7468 v0.7.0 |
| 2030 | 2026-07-30T02:22:27.971Z | Checking spin v0.9.8 |
| 2031 | 2026-07-30T02:22:28.157Z | Checking flagset v0.4.7 |
| 2032 | 2026-07-30T02:22:28.195Z | Checking untrusted v0.9.0 |
| 2033 | 2026-07-30T02:22:28.256Z | Checking mime v0.3.17 |
| 2034 | 2026-07-30T02:22:28.309Z | Checking der v0.7.10 |
| 2035 | 2026-07-30T02:22:28.346Z | Checking simd-adler32 v0.3.8 |
| 2036 | 2026-07-30T02:22:28.429Z | Checking http-body-util v0.1.3 |
| 2037 | 2026-07-30T02:22:28.543Z | Checking adler2 v2.0.1 |
| 2038 | 2026-07-30T02:22:28.594Z | Checking oxnet v0.1.6 |
| 2039 | 2026-07-30T02:22:28.657Z | Checking block-padding v0.4.2 |
| 2040 | 2026-07-30T02:22:28.687Z | Checking camino v1.2.2 |
| 2041 | 2026-07-30T02:22:28.690Z | Checking miniz_oxide v0.8.9 |
| 2042 | 2026-07-30T02:22:28.824Z | Checking rustls-webpki v0.103.13 |
| 2043 | 2026-07-30T02:22:28.885Z | Checking openssl-probe v0.2.1 |
| 2044 | 2026-07-30T02:22:28.927Z | Checking pretty-hex v0.4.1 |
| 2045 | 2026-07-30T02:22:29.027Z | Checking inout v0.2.2 |
| 2046 | 2026-07-30T02:22:29.066Z | Checking serde_urlencoded v0.7.1 |
| 2047 | 2026-07-30T02:22:29.104Z | Checking encoding_rs v0.8.35 |
| 2048 | 2026-07-30T02:22:29.107Z | Checking plain v0.2.3 |
| 2049 | 2026-07-30T02:22:29.174Z | Checking regex v1.12.3 |
| 2050 | 2026-07-30T02:22:29.211Z | Checking rand_chacha v0.3.1 |
| 2051 | 2026-07-30T02:22:29.270Z | Checking ucd-trie v0.1.7 |
| 2052 | 2026-07-30T02:22:29.273Z | Checking rustls v0.23.41 |
| 2053 | 2026-07-30T02:22:29.339Z | Checking cipher v0.5.2 |
| 2054 | 2026-07-30T02:22:29.405Z | Checking spki v0.7.3 |
| 2055 | 2026-07-30T02:22:29.443Z | Checking pest v2.8.6 |
| 2056 | 2026-07-30T02:22:29.479Z | Checking rand v0.8.6 |
| 2057 | 2026-07-30T02:22:29.482Z | Checking futures-executor v0.3.32 |
| 2058 | 2026-07-30T02:22:29.598Z | Checking sync_wrapper v1.0.2 |
| 2059 | 2026-07-30T02:22:29.601Z | Checking crc32fast v1.5.0 |
| 2060 | 2026-07-30T02:22:29.690Z | Checking futures v0.3.32 |
| 2061 | 2026-07-30T02:22:29.735Z | Checking tower v0.5.3 |
| 2062 | 2026-07-30T02:22:29.795Z | Checking either v1.15.0 |
| 2063 | 2026-07-30T02:22:29.798Z | Checking iri-string v0.7.10 |
| 2064 | 2026-07-30T02:22:30.028Z | Checking pkcs8 v0.10.2 |
| 2065 | 2026-07-30T02:22:30.066Z | Checking foldhash v0.2.0 |
| 2066 | 2026-07-30T02:22:30.100Z | Checking static_assertions v1.1.0 |
| 2067 | 2026-07-30T02:22:30.151Z | Checking bit-vec v0.8.0 |
| 2068 | 2026-07-30T02:22:30.200Z | Checking zlib-rs v0.6.2 |
| 2069 | 2026-07-30T02:22:30.237Z | Checking sha2 v0.10.9 |
| 2070 | 2026-07-30T02:22:30.274Z | Checking hashbrown v0.16.1 |
| 2071 | 2026-07-30T02:22:30.371Z | Checking bit-set v0.8.0 |
| 2072 | 2026-07-30T02:22:30.535Z | Checking openapiv3 v2.2.0 |
| 2073 | 2026-07-30T02:22:30.539Z | Checking wait-timeout v0.2.1 |
| 2074 | 2026-07-30T02:22:30.574Z | Checking lazy_static v1.5.0 |
| 2075 | 2026-07-30T02:22:30.656Z | Checking hyper v1.10.1 |
| 2076 | 2026-07-30T02:22:30.718Z | Checking hubpack v0.1.2 |
| 2077 | 2026-07-30T02:22:30.722Z | Checking quick-error v1.2.3 |
| 2078 | 2026-07-30T02:22:30.790Z | Checking rustls-native-certs v0.8.3 |
| 2079 | 2026-07-30T02:22:30.833Z | Checking tower-http v0.6.8 |
| 2080 | 2026-07-30T02:22:30.880Z | Checking rusty-fork v0.3.1 |
| 2081 | 2026-07-30T02:22:30.918Z | Checking rand_xorshift v0.4.0 |
| 2082 | 2026-07-30T02:22:30.954Z | Checking strum v0.26.3 |
| 2083 | 2026-07-30T02:22:31.067Z | Checking unarray v0.1.4 |
| 2084 | 2026-07-30T02:22:31.105Z | Checking psl-types v2.0.11 |
| 2085 | 2026-07-30T02:22:31.108Z | Checking cookie v0.18.1 |
| 2086 | 2026-07-30T02:22:31.177Z | Checking flate2 v1.1.9 |
| 2087 | 2026-07-30T02:22:31.180Z | Checking signature v2.2.0 |
| 2088 | 2026-07-30T02:22:31.248Z | Checking proptest v1.11.0 |
| 2089 | 2026-07-30T02:22:31.285Z | Checking publicsuffix v2.3.0 |
| 2090 | 2026-07-30T02:22:31.358Z | Checking num-integer v0.1.46 |
| 2091 | 2026-07-30T02:22:31.397Z | Checking tinyvec_macros v0.1.1 |
| 2092 | 2026-07-30T02:22:31.468Z | Checking cookie_store v0.22.1 |
| 2093 | 2026-07-30T02:22:31.506Z | Checking tinyvec v1.10.0 |
| 2094 | 2026-07-30T02:22:31.509Z | Checking scroll v0.13.0 |
| 2095 | 2026-07-30T02:22:31.579Z | Checking tokio-rustls v0.26.4 |
| 2096 | 2026-07-30T02:22:31.615Z | Checking rustls-platform-verifier v0.6.2 |
| 2097 | 2026-07-30T02:22:31.618Z | Checking hyper-util v0.1.20 |
| 2098 | 2026-07-30T02:22:31.784Z | Checking goblin v0.10.5 |
| 2099 | 2026-07-30T02:22:31.788Z | Checking anstyle-parse v0.2.7 |
| 2100 | 2026-07-30T02:22:31.857Z | Checking ahash v0.8.12 |
| 2101 | 2026-07-30T02:22:31.861Z | Checking toml_datetime v0.6.11 |
| 2102 | 2026-07-30T02:22:31.890Z | Checking serde_spanned v0.6.9 |
| 2103 | 2026-07-30T02:22:31.893Z | Checking memmap2 v0.9.10 |
| 2104 | 2026-07-30T02:22:32.060Z | Checking anstream v0.6.21 |
| 2105 | 2026-07-30T02:22:32.073Z | Checking dtrace-parser v0.3.0 |
| 2106 | 2026-07-30T02:22:32.076Z | Checking thread-id v5.1.0 |
| 2107 | 2026-07-30T02:22:32.112Z | Checking data-encoding v2.10.0 |
| 2108 | 2026-07-30T02:22:32.149Z | Checking x509-cert v0.2.5 |
| 2109 | 2026-07-30T02:22:32.218Z | Checking bstr v1.12.1 |
| 2110 | 2026-07-30T02:22:32.222Z | Checking hmac v0.12.1 |
| 2111 | 2026-07-30T02:22:32.335Z | Checking num-iter v0.1.45 |
| 2112 | 2026-07-30T02:22:32.413Z | Checking crossbeam-epoch v0.9.18 |
| 2113 | 2026-07-30T02:22:32.451Z | Checking memoffset v0.9.1 |
| 2114 | 2026-07-30T02:22:32.486Z | Checking scroll v0.12.0 |
| 2115 | 2026-07-30T02:22:32.558Z | Checking env_filter v1.0.0 |
| 2116 | 2026-07-30T02:22:32.631Z | Checking num-bigint-dig v0.8.6 |
| 2117 | 2026-07-30T02:22:32.668Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-07-30T02:22:32.731Z | Checking env_logger v0.11.9 |
| 2119 | 2026-07-30T02:22:32.771Z | Checking goblin v0.8.2 |
| 2120 | 2026-07-30T02:22:32.861Z | Checking zerocopy v0.7.35 |
| 2121 | 2026-07-30T02:22:32.899Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-07-30T02:22:32.936Z | Checking rustix v0.38.44 |
| 2123 | 2026-07-30T02:22:32.972Z | Checking foreign-types-shared v0.1.1 |
| 2124 | 2026-07-30T02:22:33.059Z | Checking newtype-uuid v1.3.2 |
| 2125 | 2026-07-30T02:22:33.097Z | Checking unicode-segmentation v1.12.0 |
| 2126 | 2026-07-30T02:22:33.179Z | Checking reqwest v0.13.2 |
| 2127 | 2026-07-30T02:22:33.287Z | Checking daft v0.1.7 |
| 2128 | 2026-07-30T02:22:33.380Z | Checking foreign-types v0.3.2 |
| 2129 | 2026-07-30T02:22:33.434Z | Checking nix v0.31.2 |
| 2130 | 2026-07-30T02:22:33.472Z | Checking rsa v0.9.10 |
| 2131 | 2026-07-30T02:22:33.508Z | Checking dtrace-parser v0.2.0 |
| 2132 | 2026-07-30T02:22:33.562Z | Checking ff v0.13.1 |
| 2133 | 2026-07-30T02:22:33.726Z | Checking openssl-sys v0.9.115 |
| 2134 | 2026-07-30T02:22:33.768Z | Checking thread-id v4.2.2 |
| 2135 | 2026-07-30T02:22:33.805Z | Checking same-file v1.0.6 |
| 2136 | 2026-07-30T02:22:33.878Z | Checking base16ct v0.2.0 |
| 2137 | 2026-07-30T02:22:33.952Z | Checking winnow v0.5.40 |
| 2138 | 2026-07-30T02:22:33.991Z | Checking walkdir v2.5.0 |
| 2139 | 2026-07-30T02:22:34.035Z | Checking sec1 v0.7.3 |
| 2140 | 2026-07-30T02:22:34.075Z | Checking group v0.13.0 |
| 2141 | 2026-07-30T02:22:34.124Z | Checking dof v0.4.0 |
| 2142 | 2026-07-30T02:22:34.128Z | Checking openssl v0.10.79 |
| 2143 | 2026-07-30T02:22:34.195Z | Checking hkdf v0.12.4 |
| 2144 | 2026-07-30T02:22:34.250Z | Checking serde_with v3.21.0 |
| 2145 | 2026-07-30T02:22:34.288Z | Checking crypto-bigint v0.5.5 |
| 2146 | 2026-07-30T02:22:34.354Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2147 | 2026-07-30T02:22:34.469Z | Checking foldhash v0.1.5 |
| 2148 | 2026-07-30T02:22:34.634Z | Checking keccak v0.1.6 |
| 2149 | 2026-07-30T02:22:34.687Z | Checking winnow v0.7.14 |
| 2150 | 2026-07-30T02:22:34.724Z | Checking dof v0.3.0 |
| 2151 | 2026-07-30T02:22:34.785Z | Checking usdt-impl v0.6.0 |
| 2152 | 2026-07-30T02:22:34.828Z | Checking sha3 v0.10.8 |
| 2153 | 2026-07-30T02:22:35.037Z | Checking usdt-impl v0.5.0 |
| 2154 | 2026-07-30T02:22:35.075Z | Checking hashbrown v0.15.5 |
| 2155 | 2026-07-30T02:22:35.111Z | Checking usdt v0.6.0 |
| 2156 | 2026-07-30T02:22:35.146Z | Checking toml_edit v0.19.15 |
| 2157 | 2026-07-30T02:22:35.228Z | Checking elliptic-curve v0.13.8 |
| 2158 | 2026-07-30T02:22:35.304Z | Checking bzip2 v0.4.4 |
| 2159 | 2026-07-30T02:22:35.343Z | Checking unicode-normalization v0.1.25 |
| 2160 | 2026-07-30T02:22:35.494Z | Checking itertools v0.13.0 |
| 2161 | 2026-07-30T02:22:35.562Z | Checking winnow v1.0.3 |
| 2162 | 2026-07-30T02:22:35.600Z | Checking bitflags v1.3.2 |
| 2163 | 2026-07-30T02:22:35.703Z | Checking siphasher v1.0.2 |
| 2164 | 2026-07-30T02:22:35.762Z | Checking zip v0.6.6 |
| 2165 | 2026-07-30T02:22:35.800Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-07-30T02:22:35.874Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2167 | 2026-07-30T02:22:35.913Z | Checking toml_write v0.1.2 |
| 2168 | 2026-07-30T02:22:35.916Z | Checking managed v0.8.0 |
| 2169 | 2026-07-30T02:22:36.012Z | Checking globset v0.4.18 |
| 2170 | 2026-07-30T02:22:36.107Z | Checking chacha20 v0.10.0 |
| 2171 | 2026-07-30T02:22:36.110Z | Checking toml_edit v0.22.27 |
| 2172 | 2026-07-30T02:22:36.178Z | Checking curve25519-dalek v4.1.3 |
| 2173 | 2026-07-30T02:22:36.215Z | Checking native-tls v0.2.18 |
| 2174 | 2026-07-30T02:22:36.219Z | Checking toml v0.7.8 |
| 2175 | 2026-07-30T02:22:36.286Z | Checking object v0.37.3 |
| 2176 | 2026-07-30T02:22:36.290Z | Checking signal-hook-mio v0.2.5 |
| 2177 | 2026-07-30T02:22:36.389Z | Checking ed25519 v2.2.3 |
| 2178 | 2026-07-30T02:22:36.454Z | Checking ref-cast v1.0.25 |
| 2179 | 2026-07-30T02:22:36.457Z | Checking tokio-native-tls v0.3.1 |
| 2180 | 2026-07-30T02:22:36.554Z | Checking pin-project v1.1.11 |
| 2181 | 2026-07-30T02:22:36.593Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2182 | 2026-07-30T02:22:36.630Z | Checking pem v3.0.6 |
| 2183 | 2026-07-30T02:22:36.633Z | Checking bumpalo v3.20.2 |
| 2184 | 2026-07-30T02:22:36.702Z | Checking hyper-tls v0.6.0 |
| 2185 | 2026-07-30T02:22:36.705Z | Checking libbz2-rs-sys v0.2.2 |
| 2186 | 2026-07-30T02:22:36.773Z | Checking zstd-safe v7.2.4 |
| 2187 | 2026-07-30T02:22:36.813Z | Checking fixedbitset v0.5.7 |
| 2188 | 2026-07-30T02:22:36.892Z | Checking zopfli v0.8.3 |
| 2189 | 2026-07-30T02:22:36.930Z | Checking reqwest v0.12.28 |
| 2190 | 2026-07-30T02:22:36.966Z | Checking zstd v0.13.3 |
| 2191 | 2026-07-30T02:22:36.972Z | Checking ed25519-dalek v2.2.0 |
| 2192 | 2026-07-30T02:22:37.036Z | Checking petgraph v0.8.3 |
| 2193 | 2026-07-30T02:22:37.145Z | Checking bzip2 v0.6.1 |
| 2194 | 2026-07-30T02:22:37.182Z | Checking snafu v0.8.9 |
| 2195 | 2026-07-30T02:22:37.246Z | Checking crossterm v0.28.1 |
| 2196 | 2026-07-30T02:22:37.286Z | Checking olpc-cjson v0.1.4 |
| 2197 | 2026-07-30T02:22:37.289Z | Checking similar v2.7.0 |
| 2198 | 2026-07-30T02:22:37.355Z | Checking fs-err v3.3.0 |
| 2199 | 2026-07-30T02:22:37.444Z | Checking hash32 v0.2.1 |
| 2200 | 2026-07-30T02:22:37.483Z | Checking serde_plain v1.0.2 |
| 2201 | 2026-07-30T02:22:37.631Z | Checking serde-big-array v0.5.1 |
| 2202 | 2026-07-30T02:22:37.669Z | Checking typed-path v0.9.3 |
| 2203 | 2026-07-30T02:22:37.707Z | Checking predicates-core v1.0.10 |
| 2204 | 2026-07-30T02:22:37.710Z | Checking unicode-bidi v0.3.18 |
| 2205 | 2026-07-30T02:22:37.776Z | Checking jiff v0.2.21 |
| 2206 | 2026-07-30T02:22:37.812Z | Checking unicode-properties v0.1.4 |
| 2207 | 2026-07-30T02:22:37.862Z | Checking heapless v0.7.17 |
| 2208 | 2026-07-30T02:22:37.969Z | Checking hickory-proto v0.25.2 |
| 2209 | 2026-07-30T02:22:38.027Z | Checking byte-wrapper v0.1.0 |
| 2210 | 2026-07-30T02:22:38.064Z | Checking stringprep v0.1.5 |
| 2211 | 2026-07-30T02:22:38.246Z | Checking md-5 v0.10.6 |
| 2212 | 2026-07-30T02:22:38.284Z | Checking float-cmp v0.10.0 |
| 2213 | 2026-07-30T02:22:38.320Z | Checking normalize-line-endings v0.3.0 |
| 2214 | 2026-07-30T02:22:38.412Z | Checking fallible-iterator v0.2.0 |
| 2215 | 2026-07-30T02:22:38.449Z | Checking difflib v0.4.0 |
| 2216 | 2026-07-30T02:22:38.452Z | Checking smoltcp v0.9.1 |
| 2217 | 2026-07-30T02:22:38.518Z | Checking tough v0.22.0 |
| 2218 | 2026-07-30T02:22:38.604Z | Checking iddqd v0.4.2 |
| 2219 | 2026-07-30T02:22:38.648Z | Checking phf_shared v0.13.1 |
| 2220 | 2026-07-30T02:22:38.687Z | Checking predicates v3.1.4 |
| 2221 | 2026-07-30T02:22:38.729Z | Checking postgres-protocol v0.6.10 |
| 2222 | 2026-07-30T02:22:38.875Z | Checking phf_shared v0.11.3 |
| 2223 | 2026-07-30T02:22:39.014Z | Checking tokio-stream v0.1.18 |
| 2224 | 2026-07-30T02:22:39.059Z | Checking buf-list v1.1.2 |
| 2225 | 2026-07-30T02:22:39.096Z | Checking strum v0.27.2 |
| 2226 | 2026-07-30T02:22:39.133Z | Checking new_debug_unreachable v1.0.6 |
| 2227 | 2026-07-30T02:22:39.232Z | Checking fixedbitset v0.4.2 |
| 2228 | 2026-07-30T02:22:39.235Z | Checking lalrpop-util v0.19.12 |
| 2229 | 2026-07-30T02:22:39.271Z | Checking precomputed-hash v0.1.1 |
| 2230 | 2026-07-30T02:22:39.411Z | Checking string_cache v0.8.9 |
| 2231 | 2026-07-30T02:22:39.415Z | Checking petgraph v0.6.5 |
| 2232 | 2026-07-30T02:22:39.485Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2233 | 2026-07-30T02:22:39.488Z | Checking postgres-types v0.2.12 |
| 2234 | 2026-07-30T02:22:39.554Z | Checking phf v0.13.1 |
| 2235 | 2026-07-30T02:22:39.609Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2236 | 2026-07-30T02:22:39.732Z | Checking peg-runtime v0.8.5 |
| 2237 | 2026-07-30T02:22:39.824Z | Checking whoami v2.1.0 |
| 2238 | 2026-07-30T02:22:39.899Z | Checking is-terminal v0.4.17 |
| 2239 | 2026-07-30T02:22:40.022Z | Checking crossbeam-channel v0.5.15 |
| 2240 | 2026-07-30T02:22:40.064Z | Checking tokio-postgres v0.7.16 |
| 2241 | 2026-07-30T02:22:40.099Z | Checking zip v4.6.1 |
| 2242 | 2026-07-30T02:22:40.102Z | Checking thread_local v1.1.9 |
| 2243 | 2026-07-30T02:22:40.293Z | Checking term v1.2.1 |
| 2244 | 2026-07-30T02:22:40.384Z | Checking take_mut v0.2.2 |
| 2245 | 2026-07-30T02:22:40.519Z | Checking slog-async v2.8.0 |
| 2246 | 2026-07-30T02:22:40.557Z | Checking slog-term v2.9.2 |
| 2247 | 2026-07-30T02:22:40.592Z | Compiling structmeta-derive v0.3.0 |
| 2248 | 2026-07-30T02:22:40.715Z | Compiling newtype-uuid-macros v0.1.0 |
| 2249 | 2026-07-30T02:22:40.754Z | Checking match_cfg v0.1.0 |
| 2250 | 2026-07-30T02:22:40.758Z | Checking slog-json v2.6.1 |
| 2251 | 2026-07-30T02:22:40.825Z | Compiling multer v3.1.0 |
| 2252 | 2026-07-30T02:22:40.862Z | Compiling async-stream-impl v0.3.6 |
| 2253 | 2026-07-30T02:22:40.899Z | Checking hostname v0.3.1 |
| 2254 | 2026-07-30T02:22:40.968Z | Compiling dropshot v0.17.1 |
| 2255 | 2026-07-30T02:22:41.024Z | Checking slog-bunyan v2.5.0 |
| 2256 | 2026-07-30T02:22:41.137Z | Compiling dropshot_endpoint v0.17.1 |
| 2257 | 2026-07-30T02:22:41.173Z | Checking debug-ignore v1.0.5 |
| 2258 | 2026-07-30T02:22:41.283Z | Checking progenitor-client v0.14.0 |
| 2259 | 2026-07-30T02:22:41.321Z | Checking sha1 v0.11.0 |
| 2260 | 2026-07-30T02:22:41.374Z | Checking serde_spanned v1.1.1 |
| 2261 | 2026-07-30T02:22:41.469Z | Checking serde_path_to_error v0.1.20 |
| 2262 | 2026-07-30T02:22:41.507Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2263 | 2026-07-30T02:22:41.543Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-30T02:22:41.547Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2265 | 2026-07-30T02:22:41.547Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2266 | 2026-07-30T02:22:41.680Z | Compiling structmeta v0.3.0 |
| 2267 | 2026-07-30T02:22:41.761Z | Checking compression-core v0.4.31 |
| 2268 | 2026-07-30T02:22:41.799Z | Checking async-stream v0.3.6 |
| 2269 | 2026-07-30T02:22:41.837Z | Checking toml v1.1.2+spec-1.1.0 |
| 2270 | 2026-07-30T02:22:41.916Z | Compiling derive-ex v0.1.8 |
| 2271 | 2026-07-30T02:22:41.919Z | Checking compression-codecs v0.4.37 |
| 2272 | 2026-07-30T02:22:41.989Z | Checking rustls-pemfile v2.2.0 |
| 2273 | 2026-07-30T02:22:42.059Z | Checking waitgroup v0.1.2 |
| 2274 | 2026-07-30T02:22:42.098Z | Checking hostname v0.4.2 |
| 2275 | 2026-07-30T02:22:42.140Z | Checking async-compression v0.4.41 |
| 2276 | 2026-07-30T02:22:42.184Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2277 | 2026-07-30T02:22:42.269Z | Checking atomicwrites v0.4.4 |
| 2278 | 2026-07-30T02:22:42.272Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2279 | 2026-07-30T02:22:42.272Z | Checking itertools v0.14.0 |
| 2280 | 2026-07-30T02:22:42.326Z | Compiling parse-display-derive v0.10.0 |
| 2281 | 2026-07-30T02:22:42.371Z | Checking macaddr v1.0.1 |
| 2282 | 2026-07-30T02:22:42.408Z | Checking regress v0.10.5 |
| 2283 | 2026-07-30T02:22:42.444Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2284 | 2026-07-30T02:22:42.535Z | Checking instant v0.1.13 |
| 2285 | 2026-07-30T02:22:42.574Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2286 | 2026-07-30T02:22:42.610Z | Checking backoff v0.4.0 |
| 2287 | 2026-07-30T02:22:42.823Z | Checking backon v1.6.0 |
| 2288 | 2026-07-30T02:22:42.860Z | Checking humantime v2.3.0 |
| 2289 | 2026-07-30T02:22:42.899Z | Checking unicode-width v0.2.0 |
| 2290 | 2026-07-30T02:22:43.012Z | Checking progenitor-extras v0.2.0 |
| 2291 | 2026-07-30T02:22:43.070Z | Compiling convert_case v0.4.0 |
| 2292 | 2026-07-30T02:22:43.210Z | Checking heck v0.5.0 |
| 2293 | 2026-07-30T02:22:43.266Z | Checking half v2.7.1 |
| 2294 | 2026-07-30T02:22:43.354Z | Checking ciborium-io v0.2.2 |
| 2295 | 2026-07-30T02:22:43.480Z | Checking secrecy v0.10.3 |
| 2296 | 2026-07-30T02:22:43.484Z | Compiling derive_more v0.99.20 |
| 2297 | 2026-07-30T02:22:43.498Z | Checking camino-tempfile v1.4.1 |
| 2298 | 2026-07-30T02:22:43.536Z | Checking indent_write v2.2.0 |
| 2299 | 2026-07-30T02:22:43.572Z | Checking ciborium-ll v0.2.2 |
| 2300 | 2026-07-30T02:22:43.637Z | Compiling test-strategy v0.4.5 |
| 2301 | 2026-07-30T02:22:43.704Z | Compiling regress v0.11.1 |
| 2302 | 2026-07-30T02:22:43.741Z | Compiling crucible-workspace-hack v0.1.0 |
| 2303 | 2026-07-30T02:22:43.805Z | Checking ciborium v0.2.2 |
| 2304 | 2026-07-30T02:22:43.889Z | Checking inout v0.1.4 |
| 2305 | 2026-07-30T02:22:44.031Z | Checking parse-display v0.10.0 |
| 2306 | 2026-07-30T02:22:44.073Z | Checking cipher v0.4.4 |
| 2307 | 2026-07-30T02:22:44.208Z | Checking universal-hash v0.5.1 |
| 2308 | 2026-07-30T02:22:44.264Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2309 | 2026-07-30T02:22:44.301Z | Checking opaque-debug v0.3.1 |
| 2310 | 2026-07-30T02:22:44.367Z | Checking chacha20 v0.9.1 |
| 2311 | 2026-07-30T02:22:44.404Z | Checking poly1305 v0.8.0 |
| 2312 | 2026-07-30T02:22:44.593Z | Checking blake2 v0.10.6 |
| 2313 | 2026-07-30T02:22:44.703Z | Checking aead v0.5.2 |
| 2314 | 2026-07-30T02:22:44.860Z | Checking password-hash v0.5.0 |
| 2315 | 2026-07-30T02:22:44.897Z | Compiling unsafe-libyaml v0.2.11 |
| 2316 | 2026-07-30T02:22:44.971Z | Checking chacha20poly1305 v0.10.1 |
| 2317 | 2026-07-30T02:22:45.117Z | Checking argon2 v0.5.3 |
| 2318 | 2026-07-30T02:22:45.154Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2319 | 2026-07-30T02:22:45.157Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2320 | 2026-07-30T02:22:45.462Z | Compiling typify-impl v0.6.2 |
| 2321 | 2026-07-30T02:22:45.497Z | Checking thiserror-no-std v2.0.2 |
| 2322 | 2026-07-30T02:22:45.533Z | Compiling serde_yaml v0.9.34+deprecated |
| 2323 | 2026-07-30T02:22:45.571Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2324 | 2026-07-30T02:22:45.609Z | Checking vsss-rs v3.3.4 |
| 2325 | 2026-07-30T02:22:45.679Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2326 | 2026-07-30T02:22:46.102Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2327 | 2026-07-30T02:22:46.138Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2328 | 2026-07-30T02:22:46.406Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2329 | 2026-07-30T02:22:46.444Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2330 | 2026-07-30T02:22:46.733Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2331 | 2026-07-30T02:22:46.812Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2332 | 2026-07-30T02:22:46.925Z | Checking swrite v0.1.0 |
| 2333 | 2026-07-30T02:22:46.979Z | Checking crossbeam-deque v0.8.6 |
| 2334 | 2026-07-30T02:22:47.045Z | Compiling rayon-core v1.13.0 |
| 2335 | 2026-07-30T02:22:47.164Z | Compiling num-derive v0.4.2 |
| 2336 | 2026-07-30T02:22:47.186Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2337 | 2026-07-30T02:22:47.309Z | Compiling proc-macro-error v1.0.4 |
| 2338 | 2026-07-30T02:22:47.463Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2339 | 2026-07-30T02:22:47.556Z | Checking tabwriter v1.4.1 |
| 2340 | 2026-07-30T02:22:47.666Z | Checking rayon v1.11.0 |
| 2341 | 2026-07-30T02:22:47.734Z | Checking toml v0.8.23 |
| 2342 | 2026-07-30T02:22:47.926Z | Checking glob v0.3.3 |
| 2343 | 2026-07-30T02:22:48.024Z | Compiling proc-macro-crate v3.4.0 |
| 2344 | 2026-07-30T02:22:48.068Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2345 | 2026-07-30T02:22:48.106Z | Checking colored v3.1.1 |
| 2346 | 2026-07-30T02:22:48.142Z | Compiling itertools v0.15.0 |
| 2347 | 2026-07-30T02:22:48.195Z | Compiling heapless v0.8.0 |
| 2348 | 2026-07-30T02:22:48.330Z | Checking hash32 v0.3.1 |
| 2349 | 2026-07-30T02:22:48.491Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2350 | 2026-07-30T02:22:48.561Z | Compiling smoltcp v0.11.0 |
| 2351 | 2026-07-30T02:22:48.613Z | Compiling num_enum_derive v0.7.6 |
| 2352 | 2026-07-30T02:22:48.835Z | Checking cobs v0.3.0 |
| 2353 | 2026-07-30T02:22:49.001Z | Compiling usdt-macro v0.5.0 |
| 2354 | 2026-07-30T02:22:49.038Z | Compiling usdt-attr-macro v0.5.0 |
| 2355 | 2026-07-30T02:22:49.280Z | Checking memmap v0.7.0 |
| 2356 | 2026-07-30T02:22:49.292Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2357 | 2026-07-30T02:22:49.292Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2358 | 2026-07-30T02:22:49.474Z | Checking postcard v1.1.3 |
| 2359 | 2026-07-30T02:22:49.510Z | Compiling ingot-macros v0.2.0 |
| 2360 | 2026-07-30T02:22:49.711Z | Checking num_enum v0.7.6 |
| 2361 | 2026-07-30T02:22:49.779Z | Checking rand v0.10.1 |
| 2362 | 2026-07-30T02:22:49.814Z | Compiling proc-macro-crate v1.3.1 |
| 2363 | 2026-07-30T02:22:49.853Z | Checking usdt v0.5.0 |
| 2364 | 2026-07-30T02:22:49.857Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2365 | 2026-07-30T02:22:49.993Z | Compiling typify-macro v0.6.2 |
| 2366 | 2026-07-30T02:22:50.050Z | Checking sigpipe v0.1.3 |
| 2367 | 2026-07-30T02:22:50.117Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2368 | 2026-07-30T02:22:50.158Z | Compiling foreign-types-macros v0.2.3 |
| 2369 | 2026-07-30T02:22:50.253Z | Checking foreign-types-shared v0.3.1 |
| 2370 | 2026-07-30T02:22:50.289Z | Compiling num_enum_derive v0.5.11 |
| 2371 | 2026-07-30T02:22:50.503Z | Checking cstr-argument v0.1.2 |
| 2372 | 2026-07-30T02:22:50.553Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2373 | 2026-07-30T02:22:50.589Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2374 | 2026-07-30T02:22:50.655Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2375 | 2026-07-30T02:22:50.777Z | Checking foreign-types v0.5.0 |
| 2376 | 2026-07-30T02:22:50.898Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2377 | 2026-07-30T02:22:50.940Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2378 | 2026-07-30T02:22:51.005Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2379 | 2026-07-30T02:22:51.062Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2380 | 2026-07-30T02:22:51.098Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2381 | 2026-07-30T02:22:51.133Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2382 | 2026-07-30T02:22:51.245Z | Compiling zone_cfg_derive v0.3.1 |
| 2383 | 2026-07-30T02:22:51.283Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2384 | 2026-07-30T02:22:51.346Z | Checking num_enum v0.5.11 |
| 2385 | 2026-07-30T02:22:51.486Z | Checking itertools v0.12.1 |
| 2386 | 2026-07-30T02:22:51.489Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2387 | 2026-07-30T02:22:51.555Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2388 | 2026-07-30T02:22:51.746Z | Compiling typify v0.6.2 |
| 2389 | 2026-07-30T02:22:51.904Z | Compiling progenitor-impl v0.14.0 |
| 2390 | 2026-07-30T02:22:51.941Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2391 | 2026-07-30T02:22:52.006Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2392 | 2026-07-30T02:22:52.042Z | Checking smf v0.2.3 |
| 2393 | 2026-07-30T02:22:52.118Z | Checking whoami v1.6.1 |
| 2394 | 2026-07-30T02:22:52.253Z | Compiling derive-where v1.6.0 |
| 2395 | 2026-07-30T02:22:52.366Z | Checking ingot-types v0.2.0 |
| 2396 | 2026-07-30T02:22:52.382Z | Checking tokio-dtrace v0.1.1 |
| 2397 | 2026-07-30T02:22:52.382Z | Checking console v0.15.11 |
| 2398 | 2026-07-30T02:22:52.536Z | Checking zone v0.3.1 |
| 2399 | 2026-07-30T02:22:52.571Z | Checking oxide-tokio-rt v0.1.4 |
| 2400 | 2026-07-30T02:22:52.659Z | Checking newline-converter v0.3.0 |
| 2401 | 2026-07-30T02:22:52.696Z | Checking ingot v0.2.1 |
| 2402 | 2026-07-30T02:22:52.766Z | Checking bytecount v0.6.9 |
| 2403 | 2026-07-30T02:22:52.802Z | Checking expectorate v1.2.0 |
| 2404 | 2026-07-30T02:22:52.873Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-07-30T02:22:52.912Z | Checking unicode-width v0.1.14 |
| 2406 | 2026-07-30T02:22:52.945Z | Checking num-rational v0.4.2 |
| 2407 | 2026-07-30T02:22:52.979Z | Checking num-complex v0.4.6 |
| 2408 | 2026-07-30T02:22:53.188Z | Checking float-ord v0.3.2 |
| 2409 | 2026-07-30T02:22:53.246Z | Compiling cancel-safe-futures v0.1.5 |
| 2410 | 2026-07-30T02:22:53.321Z | Checking linear-map v1.2.0 |
| 2411 | 2026-07-30T02:22:53.358Z | Checking num v0.4.3 |
| 2412 | 2026-07-30T02:22:53.460Z | Checking gethostname v0.5.0 |
| 2413 | 2026-07-30T02:22:53.532Z | Compiling prettyplease v0.2.37 |
| 2414 | 2026-07-30T02:22:53.565Z | Checking oxide-update-engine-types v0.1.2 |
| 2415 | 2026-07-30T02:22:53.705Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2416 | 2026-07-30T02:22:53.857Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2417 | 2026-07-30T02:22:54.116Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-07-30T02:22:54.159Z | Compiling owo-colors v4.3.0 |
| 2419 | 2026-07-30T02:22:54.334Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2420 | 2026-07-30T02:22:54.375Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2421 | 2026-07-30T02:22:54.538Z | Checking oxide-update-engine v0.1.2 |
| 2422 | 2026-07-30T02:22:54.573Z | Compiling progenitor-macro v0.14.0 |
| 2423 | 2026-07-30T02:22:54.738Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2424 | 2026-07-30T02:22:54.958Z | Checking smawk v0.3.2 |
| 2425 | 2026-07-30T02:22:54.996Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2026-07-30T02:22:55.123Z | Checking papergrid v0.11.0 |
| 2427 | 2026-07-30T02:22:55.193Z | Compiling tabled_derive v0.7.0 |
| 2428 | 2026-07-30T02:22:55.266Z | Compiling convert_case v0.10.0 |
| 2429 | 2026-07-30T02:22:55.581Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2430 | 2026-07-30T02:22:55.617Z | Compiling slog-dtrace v0.3.0 |
| 2431 | 2026-07-30T02:22:55.690Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2432 | 2026-07-30T02:22:55.772Z | Compiling derive_more-impl v2.1.1 |
| 2433 | 2026-07-30T02:22:56.034Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2434 | 2026-07-30T02:22:56.141Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2435 | 2026-07-30T02:22:56.197Z | Checking tabled v0.15.0 |
| 2436 | 2026-07-30T02:22:56.608Z | Checking derive_more v2.1.1 |
| 2437 | 2026-07-30T02:22:56.674Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2438 | 2026-07-30T02:22:56.745Z | Checking crossterm v0.29.0 |
| 2439 | 2026-07-30T02:22:56.949Z | Checking linked-hash-map v0.5.6 |
| 2440 | 2026-07-30T02:22:57.147Z | Checking lru-cache v0.1.2 |
| 2441 | 2026-07-30T02:22:57.441Z | Checking hickory-proto v0.24.4 |
| 2442 | 2026-07-30T02:22:57.498Z | Checking fd-lock v4.0.4 |
| 2443 | 2026-07-30T02:22:58.106Z | Checking vte v0.14.1 |
| 2444 | 2026-07-30T02:22:58.461Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-07-30T02:22:58.538Z | Checking strip-ansi-escapes v0.2.1 |
| 2446 | 2026-07-30T02:22:58.572Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2447 | 2026-07-30T02:22:58.750Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2448 | 2026-07-30T02:22:59.500Z | Checking progenitor v0.14.0 |
| 2449 | 2026-07-30T02:22:59.628Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2450 | 2026-07-30T02:22:59.673Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2451 | 2026-07-30T02:22:59.742Z | Checking nu-ansi-term v0.50.3 |
| 2452 | 2026-07-30T02:22:59.992Z | Checking termtree v0.5.1 |
| 2453 | 2026-07-30T02:23:00.159Z | Checking reedline v0.40.0 |
| 2454 | 2026-07-30T02:23:00.340Z | Checking hickory-resolver v0.24.4 |
| 2455 | 2026-07-30T02:23:00.376Z | Checking textwrap v0.16.2 |
| 2456 | 2026-07-30T02:23:00.517Z | Compiling minimal-lexical v0.2.1 |
| 2457 | 2026-07-30T02:23:00.773Z | Compiling nom v7.1.3 |
| 2458 | 2026-07-30T02:23:00.809Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2459 | 2026-07-30T02:23:01.112Z | Checking qorb v0.4.1 |
| 2460 | 2026-07-30T02:23:01.292Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2461 | 2026-07-30T02:23:01.334Z | Compiling unicode-xid v0.2.6 |
| 2462 | 2026-07-30T02:23:01.494Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2463 | 2026-07-30T02:23:02.009Z | Compiling ar_archive_writer v0.5.1 |
| 2464 | 2026-07-30T02:23:02.109Z | Checking csv-core v0.1.13 |
| 2465 | 2026-07-30T02:23:02.152Z | Compiling stacker v0.1.23 |
| 2466 | 2026-07-30T02:23:02.318Z | Checking csv v1.4.0 |
| 2467 | 2026-07-30T02:23:02.356Z | Checking highway v1.3.0 |
| 2468 | 2026-07-30T02:23:02.360Z | Compiling cfg_aliases v0.1.1 |
| 2469 | 2026-07-30T02:23:02.437Z | Compiling semver v0.1.20 |
| 2470 | 2026-07-30T02:23:02.493Z | Compiling nix v0.28.0 |
| 2471 | 2026-07-30T02:23:02.575Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-07-30T02:23:02.618Z | Checking endian-type v0.1.2 |
| 2473 | 2026-07-30T02:23:02.724Z | Compiling rustc_version v0.1.7 |
| 2474 | 2026-07-30T02:23:02.751Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2475 | 2026-07-30T02:23:02.755Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2476 | 2026-07-30T02:23:02.815Z | Checking radix_trie v0.2.1 |
| 2477 | 2026-07-30T02:23:02.897Z | Compiling psm v0.1.30 |
| 2478 | 2026-07-30T02:23:02.941Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2479 | 2026-07-30T02:23:02.976Z | Compiling newtype_derive v0.1.6 |
| 2480 | 2026-07-30T02:23:03.056Z | Checking phf_shared v0.12.1 |
| 2481 | 2026-07-30T02:23:03.195Z | Checking nom v8.0.0 |
| 2482 | 2026-07-30T02:23:03.230Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2483 | 2026-07-30T02:23:03.278Z | Compiling chrono-tz v0.10.4 |
| 2484 | 2026-07-30T02:23:03.464Z | Checking phf v0.12.1 |
| 2485 | 2026-07-30T02:23:03.697Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2486 | 2026-07-30T02:23:03.700Z | Compiling const_format_proc_macros v0.2.34 |
| 2487 | 2026-07-30T02:23:03.767Z | Compiling peg-macros v0.8.5 |
| 2488 | 2026-07-30T02:23:03.921Z | Checking recursive v0.1.1 |
| 2489 | 2026-07-30T02:23:04.051Z | Checking winnow v0.6.26 |
| 2490 | 2026-07-30T02:23:04.219Z | Compiling sqlparser_derive v0.5.0 |
| 2491 | 2026-07-30T02:23:04.255Z | Checking home v0.5.12 |
| 2492 | 2026-07-30T02:23:04.593Z | Checking unicode_categories v0.1.1 |
| 2493 | 2026-07-30T02:23:04.631Z | Checking rustyline v14.0.0 |
| 2494 | 2026-07-30T02:23:04.785Z | Checking const_format v0.2.35 |
| 2495 | 2026-07-30T02:23:05.013Z | Checking sqlparser v0.61.0 |
| 2496 | 2026-07-30T02:23:05.191Z | Checking peg v0.8.5 |
| 2497 | 2026-07-30T02:23:05.229Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2498 | 2026-07-30T02:23:05.229Z | Checking sqlformat v0.3.5 |
| 2499 | 2026-07-30T02:23:05.329Z | Checking bcs v0.1.6 |
| 2500 | 2026-07-30T02:23:05.362Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2501 | 2026-07-30T02:23:05.462Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2502 | 2026-07-30T02:23:05.677Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2503 | 2026-07-30T02:23:05.756Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2504 | 2026-07-30T02:23:05.767Z | Checking steno v0.4.1 |
| 2505 | 2026-07-30T02:23:06.188Z | Checking sha1 v0.10.6 |
| 2506 | 2026-07-30T02:23:06.391Z | Checking filetime v0.2.27 |
| 2507 | 2026-07-30T02:23:06.560Z | Checking xattr v1.6.1 |
| 2508 | 2026-07-30T02:23:06.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2509 | 2026-07-30T02:23:06.738Z | Checking tar v0.4.46 |
| 2510 | 2026-07-30T02:23:06.811Z | Checking base64 v0.21.7 |
| 2511 | 2026-07-30T02:23:06.904Z | Checking subprocess v0.2.15 |
| 2512 | 2026-07-30T02:23:07.078Z | Checking headers-core v0.3.0 |
| 2513 | 2026-07-30T02:23:07.144Z | Checking yasna v0.5.2 |
| 2514 | 2026-07-30T02:23:07.201Z | Checking port-file v0.1.0 |
| 2515 | 2026-07-30T02:23:07.238Z | Checking headers v0.4.1 |
| 2516 | 2026-07-30T02:23:07.241Z | Checking tagptr v0.2.0 |
| 2517 | 2026-07-30T02:23:07.413Z | Checking dropshot-api-manager-types v0.7.2 |
| 2518 | 2026-07-30T02:23:07.449Z | Checking moka v0.12.13 |
| 2519 | 2026-07-30T02:23:07.544Z | Checking rcgen v0.12.1 |
| 2520 | 2026-07-30T02:23:07.728Z | Checking utf-8 v0.7.6 |
| 2521 | 2026-07-30T02:23:07.928Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2522 | 2026-07-30T02:23:07.963Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2523 | 2026-07-30T02:23:08.102Z | Compiling radium v0.7.0 |
| 2524 | 2026-07-30T02:23:08.139Z | Checking hickory-resolver v0.25.2 |
| 2525 | 2026-07-30T02:23:08.436Z | Checking tungstenite v0.21.0 |
| 2526 | 2026-07-30T02:23:08.473Z | Checking tap v1.0.1 |
| 2527 | 2026-07-30T02:23:08.617Z | Compiling maybe-uninit v2.0.0 |
| 2528 | 2026-07-30T02:23:08.693Z | Checking wyz v0.5.1 |
| 2529 | 2026-07-30T02:23:08.896Z | Checking tokio-tungstenite v0.21.0 |
| 2530 | 2026-07-30T02:23:08.966Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2531 | 2026-07-30T02:23:09.041Z | Compiling zerocopy-derive v0.6.6 |
| 2532 | 2026-07-30T02:23:09.215Z | Compiling packed_struct v0.10.1 |
| 2533 | 2026-07-30T02:23:09.342Z | Checking funty v2.0.0 |
| 2534 | 2026-07-30T02:23:09.407Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2535 | 2026-07-30T02:23:09.456Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2536 | 2026-07-30T02:23:09.492Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2537 | 2026-07-30T02:23:09.526Z | Compiling libefi-sys v0.1.0 |
| 2538 | 2026-07-30T02:23:09.573Z | Checking crc-catalog v2.4.0 |
| 2539 | 2026-07-30T02:23:09.610Z | Checking bitvec v1.0.1 |
| 2540 | 2026-07-30T02:23:09.723Z | Checking crc v3.4.0 |
| 2541 | 2026-07-30T02:23:09.791Z | Compiling packed_struct_codegen v0.10.1 |
| 2542 | 2026-07-30T02:23:09.836Z | Compiling bitfield-struct v0.6.2 |
| 2543 | 2026-07-30T02:23:09.897Z | Checking zerocopy v0.6.6 |
| 2544 | 2026-07-30T02:23:09.929Z | Compiling bitfield-macros v0.19.4 |
| 2545 | 2026-07-30T02:23:10.218Z | Compiling indexmap v1.9.3 |
| 2546 | 2026-07-30T02:23:10.443Z | Checking nodrop v0.1.14 |
| 2547 | 2026-07-30T02:23:10.489Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2548 | 2026-07-30T02:23:10.566Z | Checking array-init v0.0.4 |
| 2549 | 2026-07-30T02:23:10.656Z | Checking bitfield v0.19.4 |
| 2550 | 2026-07-30T02:23:10.749Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2551 | 2026-07-30T02:23:10.952Z | Checking smallvec v0.6.14 |
| 2552 | 2026-07-30T02:23:11.019Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2553 | 2026-07-30T02:23:11.022Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2554 | 2026-07-30T02:23:11.120Z | Checking hashbrown v0.12.3 |
| 2555 | 2026-07-30T02:23:11.154Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2556 | 2026-07-30T02:23:11.189Z | Checking serde-hex v0.1.0 |
| 2557 | 2026-07-30T02:23:11.417Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2558 | 2026-07-30T02:23:11.596Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2559 | 2026-07-30T02:23:11.787Z | Checking ron v0.8.1 |
| 2560 | 2026-07-30T02:23:11.901Z | Checking hashbrown v0.13.2 |
| 2561 | 2026-07-30T02:23:12.064Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2562 | 2026-07-30T02:23:12.289Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2563 | 2026-07-30T02:23:12.333Z | Checking crc-any v2.5.0 |
| 2564 | 2026-07-30T02:23:12.370Z | Checking object v0.30.4 |
| 2565 | 2026-07-30T02:23:12.546Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2566 | 2026-07-30T02:23:12.638Z | Checking path-slash v0.1.5 |
| 2567 | 2026-07-30T02:23:12.662Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2568 | 2026-07-30T02:23:12.703Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2569 | 2026-07-30T02:23:12.736Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2570 | 2026-07-30T02:23:12.739Z | Compiling xshell-macros v0.2.7 |
| 2571 | 2026-07-30T02:23:12.801Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2572 | 2026-07-30T02:23:13.133Z | Checking xshell v0.2.7 |
| 2573 | 2026-07-30T02:23:13.371Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2574 | 2026-07-30T02:23:13.790Z | Checking half v1.8.3 |
| 2575 | 2026-07-30T02:23:13.826Z | Checking libscf-sys v1.2.0 |
| 2576 | 2026-07-30T02:23:13.857Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2577 | 2026-07-30T02:23:13.985Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2578 | 2026-07-30T02:23:14.019Z | Checking serde_cbor v0.11.2 |
| 2579 | 2026-07-30T02:23:14.426Z | Compiling proc-macro-error2 v2.0.1 |
| 2580 | 2026-07-30T02:23:14.451Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2581 | 2026-07-30T02:23:14.528Z | Checking papergrid v0.17.0 |
| 2582 | 2026-07-30T02:23:14.657Z | Checking testing_table v0.3.0 |
| 2583 | 2026-07-30T02:23:14.691Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2584 | 2026-07-30T02:23:14.760Z | Compiling tabled_derive v0.11.0 |
| 2585 | 2026-07-30T02:23:14.794Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2586 | 2026-07-30T02:23:14.941Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2587 | 2026-07-30T02:23:15.218Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2588 | 2026-07-30T02:23:15.253Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2589 | 2026-07-30T02:23:15.400Z | Checking maplit v1.0.2 |
| 2590 | 2026-07-30T02:23:15.471Z | Checking crc8 v0.1.1 |
| 2591 | 2026-07-30T02:23:15.499Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2592 | 2026-07-30T02:23:15.595Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2593 | 2026-07-30T02:23:15.629Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2594 | 2026-07-30T02:23:15.942Z | Checking tabled v0.20.0 |
| 2595 | 2026-07-30T02:23:15.995Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2596 | 2026-07-30T02:23:16.032Z | Checking unicase v2.9.0 |
| 2597 | 2026-07-30T02:23:16.220Z | Checking fxhash v0.2.1 |
| 2598 | 2026-07-30T02:23:16.254Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2599 | 2026-07-30T02:23:16.374Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2600 | 2026-07-30T02:23:16.524Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2601 | 2026-07-30T02:23:16.607Z | Compiling darling_core v0.21.3 |
| 2602 | 2026-07-30T02:23:16.642Z | Compiling vergen-lib v0.1.6 |
| 2603 | 2026-07-30T02:23:16.856Z | Compiling diesel_derives v2.3.7 |
| 2604 | 2026-07-30T02:23:16.996Z | Checking scheduled-thread-pool v0.2.7 |
| 2605 | 2026-07-30T02:23:17.109Z | Compiling vergen-gitcl v1.0.8 |
| 2606 | 2026-07-30T02:23:17.146Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2607 | 2026-07-30T02:23:17.209Z | Checking r2d2 v0.8.10 |
| 2608 | 2026-07-30T02:23:17.407Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2609 | 2026-07-30T02:23:17.410Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2610 | 2026-07-30T02:23:17.727Z | Checking downcast-rs v2.0.2 |
| 2611 | 2026-07-30T02:23:17.797Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2612 | 2026-07-30T02:23:17.854Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2613 | 2026-07-30T02:23:18.142Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2614 | 2026-07-30T02:23:18.314Z | Checking kstat-rs v0.2.4 |
| 2615 | 2026-07-30T02:23:18.351Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2616 | 2026-07-30T02:23:18.384Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2617 | 2026-07-30T02:23:18.435Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2618 | 2026-07-30T02:23:18.533Z | Checking arc-swap v1.8.2 |
| 2619 | 2026-07-30T02:23:18.692Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2620 | 2026-07-30T02:23:18.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2621 | 2026-07-30T02:23:18.811Z | Checking slog-scope v4.4.1 |
| 2622 | 2026-07-30T02:23:18.988Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2623 | 2026-07-30T02:23:19.142Z | Compiling darling_macro v0.21.3 |
| 2624 | 2026-07-30T02:23:19.238Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2625 | 2026-07-30T02:23:19.274Z | Compiling dirs-sys-next v0.1.2 |
| 2626 | 2026-07-30T02:23:19.308Z | Compiling parking_lot_core v0.8.6 |
| 2627 | 2026-07-30T02:23:19.390Z | Compiling crunchy v0.2.4 |
| 2628 | 2026-07-30T02:23:19.581Z | Compiling dirs-next v2.0.0 |
| 2629 | 2026-07-30T02:23:19.662Z | Checking slog-stdlog v4.1.1 |
| 2630 | 2026-07-30T02:23:19.697Z | Compiling darling v0.21.3 |
| 2631 | 2026-07-30T02:23:19.764Z | Compiling clang-sys v1.8.1 |
| 2632 | 2026-07-30T02:23:19.809Z | Compiling dsl_auto_type v0.2.0 |
| 2633 | 2026-07-30T02:23:19.844Z | Compiling git-stub v1.0.0 |
| 2634 | 2026-07-30T02:23:19.848Z | Compiling tiny-keccak v2.0.2 |
| 2635 | 2026-07-30T02:23:19.879Z | Checking slog-envlogger v2.2.0 |
| 2636 | 2026-07-30T02:23:20.093Z | Compiling git-stub-vcs v0.1.0 |
| 2637 | 2026-07-30T02:23:20.202Z | Compiling term v0.7.0 |
| 2638 | 2026-07-30T02:23:20.305Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2026-07-30T02:23:20.309Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2640 | 2026-07-30T02:23:20.379Z | Compiling bit-vec v0.6.3 |
| 2641 | 2026-07-30T02:23:20.462Z | Checking parking_lot v0.11.2 |
| 2642 | 2026-07-30T02:23:20.466Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2643 | 2026-07-30T02:23:20.617Z | Compiling bit-set v0.5.3 |
| 2644 | 2026-07-30T02:23:20.653Z | Compiling ascii-canvas v3.0.0 |
| 2645 | 2026-07-30T02:23:20.731Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2646 | 2026-07-30T02:23:20.766Z | Checking prefix-trie v0.7.0 |
| 2647 | 2026-07-30T02:23:20.802Z | Compiling itertools v0.10.5 |
| 2648 | 2026-07-30T02:23:20.918Z | Compiling ena v0.14.4 |
| 2649 | 2026-07-30T02:23:20.971Z | Compiling libloading v0.8.9 |
| 2650 | 2026-07-30T02:23:21.048Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-07-30T02:23:21.118Z | Compiling diff v0.1.13 |
| 2652 | 2026-07-30T02:23:21.152Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-07-30T02:23:21.218Z | Checking hickory-server v0.25.2 |
| 2654 | 2026-07-30T02:23:21.410Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2655 | 2026-07-30T02:23:21.551Z | Checking sled v0.34.7 |
| 2656 | 2026-07-30T02:23:21.874Z | Compiling cexpr v0.6.0 |
| 2657 | 2026-07-30T02:23:22.047Z | Checking nanorand v0.7.0 |
| 2658 | 2026-07-30T02:23:22.253Z | Compiling salty v0.3.0 |
| 2659 | 2026-07-30T02:23:22.509Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-30T02:23:22.548Z | Compiling rustc-hash v2.1.1 |
| 2661 | 2026-07-30T02:23:22.625Z | Checking flume v0.11.1 |
| 2662 | 2026-07-30T02:23:22.799Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2663 | 2026-07-30T02:23:22.905Z | Compiling libxml v0.3.3 |
| 2664 | 2026-07-30T02:23:23.234Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2665 | 2026-07-30T02:23:23.497Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2666 | 2026-07-30T02:23:23.661Z | Compiling strum_macros v0.24.3 |
| 2667 | 2026-07-30T02:23:23.866Z | Compiling fs-err v2.11.0 |
| 2668 | 2026-07-30T02:23:24.104Z | Compiling indoc v1.0.9 |
| 2669 | 2026-07-30T02:23:24.560Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2670 | 2026-07-30T02:23:24.607Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-07-30T02:23:24.780Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2672 | 2026-07-30T02:23:24.828Z | Compiling progenitor-impl v0.13.0 |
| 2673 | 2026-07-30T02:23:24.959Z | Checking quick-xml v0.37.5 |
| 2674 | 2026-07-30T02:23:25.032Z | Checking derive_builder v0.20.2 |
| 2675 | 2026-07-30T02:23:25.189Z | Compiling oso-derive v0.27.3 |
| 2676 | 2026-07-30T02:23:25.195Z | Compiling trait-variant v0.1.2 |
| 2677 | 2026-07-30T02:23:25.663Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2678 | 2026-07-30T02:23:25.699Z | Checking diesel v2.3.7 |
| 2679 | 2026-07-30T02:23:25.749Z | Checking assert_matches v1.5.0 |
| 2680 | 2026-07-30T02:23:25.851Z | Checking openssl-probe v0.1.6 |
| 2681 | 2026-07-30T02:23:25.884Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2682 | 2026-07-30T02:23:26.253Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2683 | 2026-07-30T02:23:26.715Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2684 | 2026-07-30T02:23:27.225Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2685 | 2026-07-30T02:23:27.434Z | Compiling progenitor-macro v0.13.0 |
| 2686 | 2026-07-30T02:23:27.513Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2687 | 2026-07-30T02:23:28.636Z | Checking progenitor-client v0.13.0 |
| 2688 | 2026-07-30T02:23:28.639Z | Checking rfc6979 v0.4.0 |
| 2689 | 2026-07-30T02:23:28.748Z | Checking parse-size v1.1.0 |
| 2690 | 2026-07-30T02:23:28.825Z | Checking ecdsa v0.16.9 |
| 2691 | 2026-07-30T02:23:28.861Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2692 | 2026-07-30T02:23:28.903Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2693 | 2026-07-30T02:23:29.376Z | Checking primeorder v0.13.6 |
| 2694 | 2026-07-30T02:23:29.611Z | Checking p384 v0.13.1 |
| 2695 | 2026-07-30T02:23:29.877Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2696 | 2026-07-30T02:23:30.107Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2697 | 2026-07-30T02:23:30.336Z | Checking predicates-tree v1.0.13 |
| 2698 | 2026-07-30T02:23:30.350Z | Checking bb8 v0.8.6 |
| 2699 | 2026-07-30T02:23:30.766Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2700 | 2026-07-30T02:23:30.770Z | Compiling mime_guess v2.0.5 |
| 2701 | 2026-07-30T02:23:30.993Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2702 | 2026-07-30T02:23:31.162Z | Checking http-range v0.1.5 |
| 2703 | 2026-07-30T02:23:31.375Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2704 | 2026-07-30T02:23:31.498Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2705 | 2026-07-30T02:23:31.836Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2706 | 2026-07-30T02:23:31.840Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2707 | 2026-07-30T02:23:32.028Z | Checking nonempty v0.12.0 |
| 2708 | 2026-07-30T02:23:32.170Z | Checking corncobs v0.1.4 |
| 2709 | 2026-07-30T02:23:32.235Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2710 | 2026-07-30T02:23:32.276Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2711 | 2026-07-30T02:23:32.562Z | Checking progenitor v0.13.0 |
| 2712 | 2026-07-30T02:23:32.739Z | Checking ignore v0.4.25 |
| 2713 | 2026-07-30T02:23:32.744Z | Checking secrecy v0.8.0 |
| 2714 | 2026-07-30T02:23:32.915Z | Checking hyper-staticfile v0.10.1 |
| 2715 | 2026-07-30T02:23:33.124Z | Checking globwalk v0.9.1 |
| 2716 | 2026-07-30T02:23:33.382Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2717 | 2026-07-30T02:23:33.391Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2718 | 2026-07-30T02:23:33.555Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2719 | 2026-07-30T02:23:33.560Z | Checking signal-hook-tokio v0.3.1 |
| 2720 | 2026-07-30T02:23:33.743Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2721 | 2026-07-30T02:23:33.917Z | Checking camino-tempfile-ext v0.3.3 |
| 2722 | 2026-07-30T02:23:33.976Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2723 | 2026-07-30T02:23:34.114Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2724 | 2026-07-30T02:23:34.119Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2725 | 2026-07-30T02:23:34.461Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2726 | 2026-07-30T02:23:34.809Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2727 | 2026-07-30T02:23:35.151Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2728 | 2026-07-30T02:23:35.515Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2729 | 2026-07-30T02:23:35.522Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2730 | 2026-07-30T02:23:35.708Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2731 | 2026-07-30T02:23:36.405Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2732 | 2026-07-30T02:23:36.771Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2733 | 2026-07-30T02:23:37.099Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2734 | 2026-07-30T02:23:38.727Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2735 | 2026-07-30T02:23:38.740Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2736 | 2026-07-30T02:23:38.740Z | Checking illumos-nvpair v0.3.0 |
| 2737 | 2026-07-30T02:23:38.740Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2738 | 2026-07-30T02:23:38.740Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2739 | 2026-07-30T02:23:38.740Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2740 | 2026-07-30T02:23:38.740Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2741 | 2026-07-30T02:23:38.740Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-07-30T02:23:38.740Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2743 | 2026-07-30T02:23:38.896Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2744 | 2026-07-30T02:23:38.935Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2745 | 2026-07-30T02:23:39.054Z | Checking tungstenite v0.23.0 |
| 2746 | 2026-07-30T02:23:39.330Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2747 | 2026-07-30T02:23:39.499Z | Checking tokio-tungstenite v0.23.1 |
| 2748 | 2026-07-30T02:23:39.716Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2749 | 2026-07-30T02:23:39.802Z | Checking void v1.0.2 |
| 2750 | 2026-07-30T02:23:39.942Z | Checking lzss v0.8.2 |
| 2751 | 2026-07-30T02:23:40.168Z | Checking diesel-dtrace v0.5.0 |
| 2752 | 2026-07-30T02:23:40.456Z | Checking async-bb8-diesel v0.2.1 |
| 2753 | 2026-07-30T02:23:40.841Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2754 | 2026-07-30T02:23:40.889Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2755 | 2026-07-30T02:23:41.006Z | Checking nix v0.27.1 |
| 2756 | 2026-07-30T02:23:41.082Z | Checking rand_seeder v0.4.0 |
| 2757 | 2026-07-30T02:23:41.257Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-07-30T02:23:41.292Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2759 | 2026-07-30T02:23:41.471Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2760 | 2026-07-30T02:23:41.553Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2761 | 2026-07-30T02:23:41.597Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2762 | 2026-07-30T02:23:42.153Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2763 | 2026-07-30T02:23:42.189Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2764 | 2026-07-30T02:23:42.296Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2026-07-30T02:23:42.591Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2766 | 2026-07-30T02:23:42.868Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2767 | 2026-07-30T02:23:42.967Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-07-30T02:23:43.062Z | Checking cpubits v0.1.1 |
| 2769 | 2026-07-30T02:23:43.171Z | Checking is_ci v1.2.0 |
| 2770 | 2026-07-30T02:23:43.308Z | Checking yansi v1.0.1 |
| 2771 | 2026-07-30T02:23:43.376Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-07-30T02:23:43.598Z | Checking pretty_assertions v1.4.1 |
| 2773 | 2026-07-30T02:23:43.640Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2774 | 2026-07-30T02:23:43.821Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2775 | 2026-07-30T02:23:44.618Z | Checking pem-rfc7468 v1.0.0 |
| 2776 | 2026-07-30T02:23:44.826Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2777 | 2026-07-30T02:23:45.109Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2778 | 2026-07-30T02:23:45.321Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2779 | 2026-07-30T02:23:45.357Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2780 | 2026-07-30T02:23:45.503Z | Checking sha2 v0.11.0 |
| 2781 | 2026-07-30T02:23:45.961Z | Checking hmac v0.13.0 |
| 2782 | 2026-07-30T02:23:46.036Z | Checking universal-hash v0.6.1 |
| 2783 | 2026-07-30T02:23:46.146Z | Compiling libz-sys v1.1.24 |
| 2784 | 2026-07-30T02:23:46.150Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2785 | 2026-07-30T02:23:46.215Z | Compiling instability v0.3.11 |
| 2786 | 2026-07-30T02:23:46.219Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2787 | 2026-07-30T02:23:46.521Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2788 | 2026-07-30T02:23:46.591Z | Checking castaway v0.2.4 |
| 2789 | 2026-07-30T02:23:46.657Z | Compiling indoc v2.0.7 |
| 2790 | 2026-07-30T02:23:46.737Z | Checking compact_str v0.8.1 |
| 2791 | 2026-07-30T02:23:47.173Z | Checking polyval v0.7.1 |
| 2792 | 2026-07-30T02:23:47.381Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2793 | 2026-07-30T02:23:47.575Z | Checking der v0.8.0 |
| 2794 | 2026-07-30T02:23:47.661Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2795 | 2026-07-30T02:23:47.892Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2796 | 2026-07-30T02:23:47.927Z | Checking unicode-truncate v1.1.0 |
| 2797 | 2026-07-30T02:23:48.101Z | Checking lru v0.12.5 |
| 2798 | 2026-07-30T02:23:48.104Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2799 | 2026-07-30T02:23:48.172Z | Checking cassowary v0.3.0 |
| 2800 | 2026-07-30T02:23:48.389Z | Checking ghash v0.6.0 |
| 2801 | 2026-07-30T02:23:48.424Z | Checking ratatui v0.29.0 |
| 2802 | 2026-07-30T02:23:48.548Z | Checking pbkdf2 v0.13.0 |
| 2803 | 2026-07-30T02:23:48.617Z | Checking aes v0.9.1 |
| 2804 | 2026-07-30T02:23:48.719Z | Checking crypto-bigint v0.7.5 |
| 2805 | 2026-07-30T02:23:49.066Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2806 | 2026-07-30T02:23:49.798Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2807 | 2026-07-30T02:23:50.052Z | Checking ctr v0.10.1 |
| 2808 | 2026-07-30T02:23:50.263Z | Checking aead v0.6.1 |
| 2809 | 2026-07-30T02:23:50.310Z | Checking cargo-platform v0.3.2 |
| 2810 | 2026-07-30T02:23:50.433Z | Checking aes-gcm v0.11.0 |
| 2811 | 2026-07-30T02:23:50.522Z | Checking cargo_metadata v0.23.1 |
| 2812 | 2026-07-30T02:23:50.627Z | Checking spki v0.8.0 |
| 2813 | 2026-07-30T02:23:50.837Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2814 | 2026-07-30T02:23:51.038Z | Checking supports-color v3.0.2 |
| 2815 | 2026-07-30T02:23:51.202Z | Checking console v0.16.2 |
| 2816 | 2026-07-30T02:23:51.317Z | Checking salsa20 v0.11.0 |
| 2817 | 2026-07-30T02:23:51.498Z | Compiling vergen-git2 v9.1.0 |
| 2818 | 2026-07-30T02:23:51.542Z | Checking plotters-backend v0.3.7 |
| 2819 | 2026-07-30T02:23:51.714Z | Checking unit-prefix v0.5.2 |
| 2820 | 2026-07-30T02:23:51.776Z | Checking plotters-svg v0.3.7 |
| 2821 | 2026-07-30T02:23:51.877Z | Checking indicatif v0.18.4 |
| 2822 | 2026-07-30T02:23:51.992Z | Checking scrypt v0.12.0 |
| 2823 | 2026-07-30T02:23:52.190Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2824 | 2026-07-30T02:23:52.225Z | Checking cbc v0.2.1 |
| 2825 | 2026-07-30T02:23:52.298Z | Checking libsw-core v0.3.2 |
| 2826 | 2026-07-30T02:23:52.394Z | Checking cast v0.3.0 |
| 2827 | 2026-07-30T02:23:52.470Z | Checking libsw v3.5.0 |
| 2828 | 2026-07-30T02:23:52.515Z | Checking pkcs5 v0.8.1 |
| 2829 | 2026-07-30T02:23:52.577Z | Checking criterion-plot v0.6.0 |
| 2830 | 2026-07-30T02:23:52.654Z | Checking plotters v0.3.7 |
| 2831 | 2026-07-30T02:23:52.840Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2832 | 2026-07-30T02:23:52.876Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2833 | 2026-07-30T02:23:53.097Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2834 | 2026-07-30T02:23:53.321Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2835 | 2026-07-30T02:23:53.423Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2836 | 2026-07-30T02:23:53.544Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2837 | 2026-07-30T02:23:53.659Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2838 | 2026-07-30T02:23:53.831Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2839 | 2026-07-30T02:23:53.876Z | Checking colored v2.2.0 |
| 2840 | 2026-07-30T02:23:53.910Z | Checking tinytemplate v1.2.1 |
| 2841 | 2026-07-30T02:23:54.117Z | Checking oorandom v11.1.5 |
| 2842 | 2026-07-30T02:23:54.162Z | Checking anes v0.1.6 |
| 2843 | 2026-07-30T02:23:54.262Z | Checking shell-words v1.1.1 |
| 2844 | 2026-07-30T02:23:54.375Z | Checking criterion v0.7.0 |
| 2845 | 2026-07-30T02:23:54.450Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2846 | 2026-07-30T02:23:54.726Z | Checking pkcs8 v0.11.0 |
| 2847 | 2026-07-30T02:23:54.955Z | Checking oxide-update-engine-display v0.1.2 |
| 2848 | 2026-07-30T02:23:55.292Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2849 | 2026-07-30T02:23:55.597Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2850 | 2026-07-30T02:23:56.074Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2851 | 2026-07-30T02:23:56.629Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2852 | 2026-07-30T02:23:57.450Z | Checking tokio-test v0.4.5 |
| 2853 | 2026-07-30T02:23:57.610Z | Checking ff v0.14.0 |
| 2854 | 2026-07-30T02:23:57.684Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-07-30T02:23:57.777Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2856 | 2026-07-30T02:23:57.907Z | Checking twox-hash v2.1.2 |
| 2857 | 2026-07-30T02:23:58.190Z | Checking atty v0.2.14 |
| 2858 | 2026-07-30T02:23:58.238Z | Checking arrayref v0.3.9 |
| 2859 | 2026-07-30T02:23:58.318Z | Checking constant_time_eq v0.4.2 |
| 2860 | 2026-07-30T02:23:58.362Z | Checking arrayvec v0.7.6 |
| 2861 | 2026-07-30T02:23:58.534Z | Checking group v0.14.0 |
| 2862 | 2026-07-30T02:23:58.572Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2863 | 2026-07-30T02:23:58.733Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2864 | 2026-07-30T02:23:58.777Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2865 | 2026-07-30T02:23:59.064Z | Checking fatfs v0.3.6 |
| 2866 | 2026-07-30T02:23:59.441Z | Checking signature v3.0.0 |
| 2867 | 2026-07-30T02:23:59.546Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2868 | 2026-07-30T02:23:59.622Z | Compiling seq-macro v0.3.6 |
| 2869 | 2026-07-30T02:23:59.765Z | Checking base16ct v1.0.0 |
| 2870 | 2026-07-30T02:23:59.926Z | Checking sec1 v0.8.1 |
| 2871 | 2026-07-30T02:24:00.141Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2872 | 2026-07-30T02:24:00.176Z | Checking hkdf v0.13.0 |
| 2873 | 2026-07-30T02:24:00.345Z | Checking concurrent-queue v2.5.0 |
| 2874 | 2026-07-30T02:24:00.569Z | Compiling petname v2.0.2 |
| 2875 | 2026-07-30T02:24:00.910Z | Checking parking v2.2.1 |
| 2876 | 2026-07-30T02:24:00.943Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2877 | 2026-07-30T02:24:01.068Z | Checking event-listener v5.4.1 |
| 2878 | 2026-07-30T02:24:01.131Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2879 | 2026-07-30T02:24:01.260Z | Checking elliptic-curve v0.14.1 |
| 2880 | 2026-07-30T02:24:01.311Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2881 | 2026-07-30T02:24:01.684Z | Checking rtoolbox v0.0.3 |
| 2882 | 2026-07-30T02:24:01.853Z | Checking rpassword v7.5.4 |
| 2883 | 2026-07-30T02:24:02.037Z | Checking event-listener-strategy v0.5.4 |
| 2884 | 2026-07-30T02:24:02.443Z | Checking wnaf v0.14.0 |
| 2885 | 2026-07-30T02:24:02.615Z | Checking primefield v0.14.0 |
| 2886 | 2026-07-30T02:24:02.648Z | Checking rfc6979 v0.6.0 |
| 2887 | 2026-07-30T02:24:02.820Z | Checking tui-tree-widget v0.23.1 |
| 2888 | 2026-07-30T02:24:02.853Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2889 | 2026-07-30T02:24:03.039Z | Checking sapling-renderdag v0.1.0 |
| 2890 | 2026-07-30T02:24:03.084Z | Compiling blake3 v1.8.5 |
| 2891 | 2026-07-30T02:24:03.264Z | Compiling samael v0.0.19 |
| 2892 | 2026-07-30T02:24:03.315Z | Checking sync-ptr v0.1.4 |
| 2893 | 2026-07-30T02:24:03.454Z | Checking futures-timer v3.0.3 |
| 2894 | 2026-07-30T02:24:03.699Z | Checking primeorder v0.14.0 |
| 2895 | 2026-07-30T02:24:04.011Z | Checking ecdsa v0.17.0 |
| 2896 | 2026-07-30T02:24:04.094Z | Checking async-lock v3.4.2 |
| 2897 | 2026-07-30T02:24:04.447Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2898 | 2026-07-30T02:24:04.492Z | Compiling curve25519-dalek v5.0.0 |
| 2899 | 2026-07-30T02:24:04.526Z | Checking async-object-pool v0.2.0 |
| 2900 | 2026-07-30T02:24:04.661Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-30T02:24:04.996Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2902 | 2026-07-30T02:24:05.057Z | Checking ssh-encoding v0.3.0 |
| 2903 | 2026-07-30T02:24:05.320Z | Checking serde_regex v1.1.0 |
| 2904 | 2026-07-30T02:24:05.509Z | Checking assert-json-diff v2.0.2 |
| 2905 | 2026-07-30T02:24:05.696Z | Checking path-tree v0.8.3 |
| 2906 | 2026-07-30T02:24:05.915Z | Checking keccak v0.2.0 |
| 2907 | 2026-07-30T02:24:05.980Z | Checking topological-sort v0.2.2 |
| 2908 | 2026-07-30T02:24:06.113Z | Checking stringmetrics v2.2.2 |
| 2909 | 2026-07-30T02:24:06.142Z | Compiling strsim v0.10.0 |
| 2910 | 2026-07-30T02:24:06.285Z | Checking httpmock v0.8.3 |
| 2911 | 2026-07-30T02:24:06.489Z | Compiling darling_core v0.13.4 |
| 2912 | 2026-07-30T02:24:07.417Z | Checking omicron-zone-package v0.12.3 |
| 2913 | 2026-07-30T02:24:08.379Z | Checking ed25519 v3.0.0 |
| 2914 | 2026-07-30T02:24:08.415Z | Checking crypto-primes v0.7.2 |
| 2915 | 2026-07-30T02:24:08.508Z | Checking pkcs1 v0.8.0-rc.4 |
| 2916 | 2026-07-30T02:24:08.624Z | Checking poly1305 v0.9.0 |
| 2917 | 2026-07-30T02:24:08.760Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2918 | 2026-07-30T02:24:08.946Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2919 | 2026-07-30T02:24:09.186Z | Checking blowfish v0.10.0 |
| 2920 | 2026-07-30T02:24:09.234Z | Checking blake2 v0.11.0-rc.6 |
| 2921 | 2026-07-30T02:24:09.360Z | Compiling target-lexicon v0.13.3 |
| 2922 | 2026-07-30T02:24:09.407Z | Checking gimli v0.32.3 |
| 2923 | 2026-07-30T02:24:09.515Z | Checking argon2 v0.6.0-rc.8 |
| 2924 | 2026-07-30T02:24:09.613Z | Checking rsa v0.10.0-rc.18 |
| 2925 | 2026-07-30T02:24:09.886Z | Checking bcrypt-pbkdf v0.11.0 |
| 2926 | 2026-07-30T02:24:09.931Z | Checking ed25519-dalek v3.0.0 |
| 2927 | 2026-07-30T02:24:10.070Z | Checking ssh-cipher v0.3.0 |
| 2928 | 2026-07-30T02:24:10.137Z | Compiling darling_macro v0.13.4 |
| 2929 | 2026-07-30T02:24:10.178Z | Checking sha3 v0.11.0 |
| 2930 | 2026-07-30T02:24:10.549Z | Checking p256 v0.14.0 |
| 2931 | 2026-07-30T02:24:10.644Z | Checking p521 v0.14.0 |
| 2932 | 2026-07-30T02:24:10.966Z | Checking addr2line v0.25.1 |
| 2933 | 2026-07-30T02:24:11.269Z | Checking p384 v0.14.0 |
| 2934 | 2026-07-30T02:24:11.321Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2935 | 2026-07-30T02:24:11.586Z | Checking kem v0.3.0 |
| 2936 | 2026-07-30T02:24:11.737Z | Checking module-lattice v0.2.3 |
| 2937 | 2026-07-30T02:24:11.989Z | Checking rustc-demangle v0.1.27 |
| 2938 | 2026-07-30T02:24:12.179Z | Checking hex-literal v0.4.1 |
| 2939 | 2026-07-30T02:24:12.244Z | Checking sponge-cursor v0.1.0 |
| 2940 | 2026-07-30T02:24:12.307Z | Compiling guppy-workspace-hack v0.1.0 |
| 2941 | 2026-07-30T02:24:12.401Z | Checking sha3 v0.12.0 |
| 2942 | 2026-07-30T02:24:12.564Z | Checking backtrace v0.3.76 |
| 2943 | 2026-07-30T02:24:12.631Z | Checking ml-kem v0.3.2 |
| 2944 | 2026-07-30T02:24:12.889Z | Compiling darling v0.13.4 |
| 2945 | 2026-07-30T02:24:13.242Z | Checking russh-cryptovec v0.62.0 |
| 2946 | 2026-07-30T02:24:13.282Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2947 | 2026-07-30T02:24:13.407Z | Checking internal-russh-num-bigint v0.5.0 |
| 2948 | 2026-07-30T02:24:13.443Z | Checking num-bigint v0.4.6 |
| 2949 | 2026-07-30T02:24:13.493Z | Checking russh-util v0.52.0 |
| 2950 | 2026-07-30T02:24:13.619Z | Checking ssh-key v0.7.0-rc.11 |
| 2951 | 2026-07-30T02:24:13.668Z | Checking generic-array v1.4.3 |
| 2952 | 2026-07-30T02:24:14.096Z | Compiling enum_dispatch v0.3.13 |
| 2953 | 2026-07-30T02:24:14.418Z | Compiling delegate v0.13.5 |
| 2954 | 2026-07-30T02:24:14.461Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2955 | 2026-07-30T02:24:14.525Z | Checking md5 v0.8.0 |
| 2956 | 2026-07-30T02:24:14.718Z | Compiling target-spec v3.5.7 |
| 2957 | 2026-07-30T02:24:14.903Z | Checking hex-literal v1.1.0 |
| 2958 | 2026-07-30T02:24:15.124Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2959 | 2026-07-30T02:24:15.218Z | Checking cfg-expr v0.20.6 |
| 2960 | 2026-07-30T02:24:15.229Z | Compiling serde_with_macros v1.5.2 |
| 2961 | 2026-07-30T02:24:15.381Z | Checking russh v0.62.4 |
| 2962 | 2026-07-30T02:24:15.610Z | Checking backtrace-ext v0.2.1 |
| 2963 | 2026-07-30T02:24:15.742Z | Compiling git2 v0.20.4 |
| 2964 | 2026-07-30T02:24:15.791Z | Checking supports-color v2.1.0 |
| 2965 | 2026-07-30T02:24:15.829Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2966 | 2026-07-30T02:24:15.972Z | Checking textwrap v0.15.2 |
| 2967 | 2026-07-30T02:24:16.090Z | Checking supports-hyperlinks v2.1.0 |
| 2968 | 2026-07-30T02:24:16.190Z | Checking supports-unicode v2.1.0 |
| 2969 | 2026-07-30T02:24:16.235Z | Checking hashbrown v0.14.5 |
| 2970 | 2026-07-30T02:24:16.339Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2971 | 2026-07-30T02:24:16.552Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2972 | 2026-07-30T02:24:16.758Z | Checking terminal_size v0.1.17 |
| 2973 | 2026-07-30T02:24:16.788Z | Checking socket2 v0.5.10 |
| 2974 | 2026-07-30T02:24:16.894Z | Compiling miette-derive v5.10.0 |
| 2975 | 2026-07-30T02:24:17.077Z | Checking owo-colors v3.5.0 |
| 2976 | 2026-07-30T02:24:17.279Z | Checking internet-checksum v0.2.1 |
| 2977 | 2026-07-30T02:24:17.644Z | Checking chumsky v0.9.3 |
| 2978 | 2026-07-30T02:24:18.401Z | Checking miette v5.10.0 |
| 2979 | 2026-07-30T02:24:18.712Z | Compiling serde_with v1.14.0 |
| 2980 | 2026-07-30T02:24:18.947Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2981 | 2026-07-30T02:24:18.983Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2982 | 2026-07-30T02:24:19.065Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2983 | 2026-07-30T02:24:19.099Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2984 | 2026-07-30T02:24:19.437Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2985 | 2026-07-30T02:24:19.756Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2986 | 2026-07-30T02:24:19.790Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2987 | 2026-07-30T02:24:19.880Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2988 | 2026-07-30T02:24:19.953Z | Compiling knuffel-derive v3.2.0 |
| 2989 | 2026-07-30T02:24:19.986Z | Checking httptest v0.16.4 |
| 2990 | 2026-07-30T02:24:20.061Z | Checking pathdiff v0.2.3 |
| 2991 | 2026-07-30T02:24:20.200Z | Checking nested v0.1.1 |
| 2992 | 2026-07-30T02:24:20.366Z | Checking guppy v0.17.25 |
| 2993 | 2026-07-30T02:24:20.400Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2994 | 2026-07-30T02:24:20.434Z | Compiling polar-core v0.27.3 |
| 2995 | 2026-07-30T02:24:20.720Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2996 | 2026-07-30T02:24:20.995Z | Checking similar-asserts v1.7.0 |
| 2997 | 2026-07-30T02:24:21.183Z | Compiling target-triple v1.0.0 |
| 2998 | 2026-07-30T02:24:21.317Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2999 | 2026-07-30T02:24:21.449Z | Checking knuffel v3.2.0 |
| 3000 | 2026-07-30T02:24:21.541Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3001 | 2026-07-30T02:24:22.090Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3002 | 2026-07-30T02:24:22.120Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3003 | 2026-07-30T02:24:22.155Z | Checking hickory-client v0.25.2 |
| 3004 | 2026-07-30T02:24:22.455Z | Compiling assert_cmd v2.1.2 |
| 3005 | 2026-07-30T02:24:22.733Z | Checking escape8259 v0.5.3 |
| 3006 | 2026-07-30T02:24:22.902Z | Checking libtest-mimic v0.8.1 |
| 3007 | 2026-07-30T02:24:23.171Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3008 | 2026-07-30T02:24:23.230Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3009 | 2026-07-30T02:24:23.303Z | Checking blake2b_simd v1.0.4 |
| 3010 | 2026-07-30T02:24:23.782Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3011 | 2026-07-30T02:24:23.940Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3012 | 2026-07-30T02:24:24.220Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3013 | 2026-07-30T02:24:24.354Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3014 | 2026-07-30T02:24:24.593Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3015 | 2026-07-30T02:24:25.097Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3016 | 2026-07-30T02:24:25.117Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3017 | 2026-07-30T02:24:25.117Z | Checking fancy-regex v0.14.0 |
| 3018 | 2026-07-30T02:24:25.169Z | Checking serde_tokenstream v0.2.3 |
| 3019 | 2026-07-30T02:24:25.447Z | Checking approx v0.5.1 |
| 3020 | 2026-07-30T02:24:25.483Z | Compiling rstest_macros v0.25.0 |
| 3021 | 2026-07-30T02:24:25.515Z | Checking oso v0.27.3 |
| 3022 | 2026-07-30T02:24:25.604Z | Checking uzers v0.12.2 |
| 3023 | 2026-07-30T02:24:25.608Z | Checking constant_time_eq v0.3.1 |
| 3024 | 2026-07-30T02:24:25.771Z | Checking termcolor v1.4.1 |
| 3025 | 2026-07-30T02:24:25.809Z | Compiling linkme-impl v0.3.35 |
| 3026 | 2026-07-30T02:24:25.967Z | Checking rust-argon2 v2.1.0 |
| 3027 | 2026-07-30T02:24:26.014Z | Checking trybuild v1.0.116 |
| 3028 | 2026-07-30T02:24:26.233Z | Checking datatest-stable v0.3.3 |
| 3029 | 2026-07-30T02:24:26.519Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3030 | 2026-07-30T02:24:26.587Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3031 | 2026-07-30T02:24:26.658Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3032 | 2026-07-30T02:24:26.799Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3033 | 2026-07-30T02:24:26.892Z | Checking support-bundle-viewer v0.1.2 |
| 3034 | 2026-07-30T02:24:26.951Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3035 | 2026-07-30T02:24:27.170Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3036 | 2026-07-30T02:24:27.389Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3037 | 2026-07-30T02:24:27.491Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3038 | 2026-07-30T02:24:27.868Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3039 | 2026-07-30T02:24:27.903Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3040 | 2026-07-30T02:24:27.903Z | Checking drift v0.2.0 |
| 3041 | 2026-07-30T02:24:27.932Z | Checking digest-io v0.1.0 |
| 3042 | 2026-07-30T02:24:28.080Z | Checking rand_distr v0.5.1 |
| 3043 | 2026-07-30T02:24:28.110Z | Checking multimap v0.10.1 |
| 3044 | 2026-07-30T02:24:28.226Z | Compiling linkme v0.3.35 |
| 3045 | 2026-07-30T02:24:28.319Z | Checking rawzip v0.4.4 |
| 3046 | 2026-07-30T02:24:28.379Z | Compiling relative-path v1.9.3 |
| 3047 | 2026-07-30T02:24:28.541Z | Checking dropshot-api-manager v0.7.2 |
| 3048 | 2026-07-30T02:24:28.828Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3049 | 2026-07-30T02:24:29.735Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3050 | 2026-07-30T02:24:30.158Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3051 | 2026-07-30T02:24:30.264Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3052 | 2026-07-30T02:24:30.627Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3053 | 2026-07-30T02:24:30.717Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3054 | 2026-07-30T02:24:30.835Z | Checking scuffle v0.1.0 |
| 3055 | 2026-07-30T02:24:30.878Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3056 | 2026-07-30T02:24:30.915Z | Checking cargo_toml v0.21.0 |
| 3057 | 2026-07-30T02:24:31.230Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3058 | 2026-07-30T02:24:31.558Z | Checking partial-io v0.5.4 |
| 3059 | 2026-07-30T02:24:31.595Z | Checking termios v0.3.3 |
| 3060 | 2026-07-30T02:24:31.696Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3061 | 2026-07-30T02:24:31.764Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3062 | 2026-07-30T02:24:32.291Z | Checking rstest v0.25.0 |
| 3063 | 2026-07-30T02:24:35.585Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3064 | 2026-07-30T02:24:36.536Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3065 | 2026-07-30T02:24:36.537Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3066 | 2026-07-30T02:24:39.366Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3067 | 2026-07-30T02:24:40.579Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3068 | 2026-07-30T02:24:44.251Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3069 | 2026-07-30T02:24:45.774Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3070 | 2026-07-30T02:24:47.751Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3071 | 2026-07-30T02:24:51.006Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3072 | 2026-07-30T02:24:55.032Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3073 | 2026-07-30T02:25:00.997Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3074 | 2026-07-30T02:25:01.119Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3075 | 2026-07-30T02:25:01.671Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3076 | 2026-07-30T02:25:03.523Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3077 | 2026-07-30T02:25:04.313Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3078 | 2026-07-30T02:25:12.483Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3079 | 2026-07-30T02:25:31.631Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3080 | 2026-07-30T02:26:25.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3081 | 2026-07-30T02:26:25.705Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3082 | 2026-07-30T02:26:25.706Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3083 | 2026-07-30T02:26:26.346Z | |
| 3084 | 2026-07-30T02:26:26.346Z | real 4:11.407325664 |
| 3085 | 2026-07-30T02:26:26.346Z | user 21:38.186367127 |
| 3086 | 2026-07-30T02:26:26.346Z | sys 5:04.566607868 |
| 3087 | 2026-07-30T02:26:26.346Z | trap 0.540129958 |
| 3088 | 2026-07-30T02:26:26.350Z | tflt 0.488388136 |
| 3089 | 2026-07-30T02:26:26.350Z | dflt 0.485555487 |
| 3090 | 2026-07-30T02:26:26.350Z | kflt 0.005588790 |
| 3091 | 2026-07-30T02:26:26.350Z | lock 1:05:30.481652826 |
| 3092 | 2026-07-30T02:26:26.350Z | slp 58:49.176199381 |
| 3093 | 2026-07-30T02:26:26.350Z | lat 1:51.010687614 |
| 3094 | 2026-07-30T02:26:26.350Z | stop 13:49.819405883 |
| 3095 | 2026-07-30T02:26:26.350Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3096 | 2026-07-30T02:26:26.350Z | + ptime -m cargo doc --workspace --no-deps |
| 3097 | 2026-07-30T02:26:27.187Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3098 | 2026-07-30T02:26:27.188Z | | |
| 3099 | 2026-07-30T02:26:27.188Z | = 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)` |
| 3100 | 2026-07-30T02:26:27.188Z | = 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> |
| 3101 | 2026-07-30T02:26:28.211Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3102 | 2026-07-30T02:26:28.445Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3103 | 2026-07-30T02:26:28.491Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3104 | 2026-07-30T02:26:28.555Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3105 | 2026-07-30T02:26:28.619Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3106 | 2026-07-30T02:26:28.717Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3107 | 2026-07-30T02:26:28.743Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3108 | 2026-07-30T02:26:28.769Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3109 | 2026-07-30T02:26:28.825Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3110 | 2026-07-30T02:26:28.889Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3111 | 2026-07-30T02:26:29.006Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3112 | 2026-07-30T02:26:29.029Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3113 | 2026-07-30T02:26:29.052Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3114 | 2026-07-30T02:26:29.097Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3115 | 2026-07-30T02:26:29.136Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3116 | 2026-07-30T02:26:29.160Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3117 | 2026-07-30T02:26:29.165Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3118 | 2026-07-30T02:26:29.206Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3119 | 2026-07-30T02:26:29.228Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3120 | 2026-07-30T02:26:29.255Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3121 | 2026-07-30T02:26:29.547Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3122 | 2026-07-30T02:26:29.694Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3123 | 2026-07-30T02:26:29.719Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3124 | 2026-07-30T02:26:29.743Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3125 | 2026-07-30T02:26:29.862Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3126 | 2026-07-30T02:26:29.966Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3127 | 2026-07-30T02:26:30.008Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3128 | 2026-07-30T02:26:30.126Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3129 | 2026-07-30T02:26:30.251Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3130 | 2026-07-30T02:26:30.274Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3131 | 2026-07-30T02:26:30.297Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3132 | 2026-07-30T02:26:30.467Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3133 | 2026-07-30T02:26:30.496Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3134 | 2026-07-30T02:26:30.616Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3135 | 2026-07-30T02:26:30.722Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3136 | 2026-07-30T02:26:30.815Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3137 | 2026-07-30T02:26:30.840Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3138 | 2026-07-30T02:26:30.861Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3139 | 2026-07-30T02:26:31.083Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3140 | 2026-07-30T02:26:31.110Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3141 | 2026-07-30T02:26:31.388Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3142 | 2026-07-30T02:26:31.416Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3143 | 2026-07-30T02:26:31.456Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3144 | 2026-07-30T02:26:31.553Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3145 | 2026-07-30T02:26:31.615Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3146 | 2026-07-30T02:26:31.711Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3147 | 2026-07-30T02:26:31.749Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3148 | 2026-07-30T02:26:31.880Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3149 | 2026-07-30T02:26:31.924Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3150 | 2026-07-30T02:26:31.983Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3151 | 2026-07-30T02:26:32.008Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3152 | 2026-07-30T02:26:32.128Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3153 | 2026-07-30T02:26:32.155Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3154 | 2026-07-30T02:26:32.205Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3155 | 2026-07-30T02:26:32.403Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3156 | 2026-07-30T02:26:32.416Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3157 | 2026-07-30T02:26:32.416Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3158 | 2026-07-30T02:26:32.416Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3159 | 2026-07-30T02:26:32.416Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3160 | 2026-07-30T02:26:32.425Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3161 | 2026-07-30T02:26:32.953Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3162 | 2026-07-30T02:26:32.977Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3163 | 2026-07-30T02:26:33.281Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3164 | 2026-07-30T02:26:33.406Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3165 | 2026-07-30T02:26:33.568Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3166 | 2026-07-30T02:26:33.866Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3167 | 2026-07-30T02:26:33.891Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3168 | 2026-07-30T02:26:33.918Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3169 | 2026-07-30T02:26:34.062Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3170 | 2026-07-30T02:26:34.144Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3171 | 2026-07-30T02:26:34.169Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3172 | 2026-07-30T02:26:34.192Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3173 | 2026-07-30T02:26:34.310Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3174 | 2026-07-30T02:26:34.334Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3175 | 2026-07-30T02:26:35.061Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3176 | 2026-07-30T02:26:35.230Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3177 | 2026-07-30T02:26:35.254Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3178 | 2026-07-30T02:26:35.331Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3179 | 2026-07-30T02:26:35.579Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3180 | 2026-07-30T02:26:35.603Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3181 | 2026-07-30T02:26:35.625Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3182 | 2026-07-30T02:26:35.779Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3183 | 2026-07-30T02:26:35.873Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3184 | 2026-07-30T02:26:35.921Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3185 | 2026-07-30T02:26:35.948Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3186 | 2026-07-30T02:26:36.185Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3187 | 2026-07-30T02:26:36.210Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3188 | 2026-07-30T02:26:36.211Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3189 | 2026-07-30T02:26:36.257Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3190 | 2026-07-30T02:26:36.356Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3191 | 2026-07-30T02:26:36.407Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3192 | 2026-07-30T02:26:36.453Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3193 | 2026-07-30T02:26:36.497Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3194 | 2026-07-30T02:26:36.500Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3195 | 2026-07-30T02:26:36.542Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3196 | 2026-07-30T02:26:36.732Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3197 | 2026-07-30T02:26:36.735Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3198 | 2026-07-30T02:26:36.800Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3199 | 2026-07-30T02:26:36.822Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3200 | 2026-07-30T02:26:36.886Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3201 | 2026-07-30T02:26:36.928Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3202 | 2026-07-30T02:26:36.972Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3203 | 2026-07-30T02:26:37.084Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3204 | 2026-07-30T02:26:37.120Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3205 | 2026-07-30T02:26:37.144Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3206 | 2026-07-30T02:26:37.394Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3207 | 2026-07-30T02:26:37.443Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3208 | 2026-07-30T02:26:37.447Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3209 | 2026-07-30T02:26:37.950Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3210 | 2026-07-30T02:26:38.182Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3211 | 2026-07-30T02:26:38.443Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3212 | 2026-07-30T02:26:39.177Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3213 | 2026-07-30T02:26:39.201Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3214 | 2026-07-30T02:26:39.389Z | Checking scuffle v0.1.0 |
| 3215 | 2026-07-30T02:26:39.413Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3216 | 2026-07-30T02:26:39.708Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3217 | 2026-07-30T02:26:39.972Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3218 | 2026-07-30T02:26:40.164Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3219 | 2026-07-30T02:26:41.589Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3220 | 2026-07-30T02:26:41.749Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3221 | 2026-07-30T02:26:42.140Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3222 | 2026-07-30T02:26:42.291Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3223 | 2026-07-30T02:26:42.437Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3224 | 2026-07-30T02:26:42.595Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3225 | 2026-07-30T02:26:42.619Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3226 | 2026-07-30T02:26:42.704Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3227 | 2026-07-30T02:26:42.962Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3228 | 2026-07-30T02:26:43.288Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3229 | 2026-07-30T02:26:43.377Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3230 | 2026-07-30T02:26:43.625Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3231 | 2026-07-30T02:26:44.094Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3232 | 2026-07-30T02:26:44.300Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3233 | 2026-07-30T02:26:44.448Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3234 | 2026-07-30T02:26:44.561Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3235 | 2026-07-30T02:26:44.598Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3236 | 2026-07-30T02:26:44.696Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3237 | 2026-07-30T02:26:45.330Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3238 | 2026-07-30T02:26:45.392Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3239 | 2026-07-30T02:26:45.741Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3240 | 2026-07-30T02:26:46.144Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3241 | 2026-07-30T02:26:46.344Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3242 | 2026-07-30T02:26:46.762Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3243 | 2026-07-30T02:26:47.825Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3244 | 2026-07-30T02:26:48.188Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3245 | 2026-07-30T02:26:48.321Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3246 | 2026-07-30T02:26:48.812Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3247 | 2026-07-30T02:26:48.901Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3248 | 2026-07-30T02:26:49.275Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3249 | 2026-07-30T02:26:49.393Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3250 | 2026-07-30T02:26:49.839Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3251 | 2026-07-30T02:26:50.557Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3252 | 2026-07-30T02:26:50.588Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3253 | 2026-07-30T02:26:51.221Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3254 | 2026-07-30T02:26:51.512Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3255 | 2026-07-30T02:26:52.179Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3256 | 2026-07-30T02:26:52.787Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3257 | 2026-07-30T02:26:55.193Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-07-30T02:26:56.434Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3259 | 2026-07-30T02:26:56.733Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3260 | 2026-07-30T02:26:56.849Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-07-30T02:26:58.069Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3262 | 2026-07-30T02:26:58.151Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3263 | 2026-07-30T02:26:58.327Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3264 | 2026-07-30T02:26:59.093Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3265 | 2026-07-30T02:26:59.795Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3266 | 2026-07-30T02:26:59.933Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3267 | 2026-07-30T02:27:00.145Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3268 | 2026-07-30T02:27:00.332Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3269 | 2026-07-30T02:27:00.662Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3270 | 2026-07-30T02:27:00.814Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3271 | 2026-07-30T02:27:00.837Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3272 | 2026-07-30T02:27:01.061Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3273 | 2026-07-30T02:27:01.102Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3274 | 2026-07-30T02:27:01.355Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3275 | 2026-07-30T02:27:01.491Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3276 | 2026-07-30T02:27:02.114Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3277 | 2026-07-30T02:27:02.257Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3278 | 2026-07-30T02:27:02.703Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3279 | 2026-07-30T02:27:02.762Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3280 | 2026-07-30T02:27:02.902Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3281 | 2026-07-30T02:27:02.979Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3282 | 2026-07-30T02:27:03.610Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3283 | 2026-07-30T02:27:04.321Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3284 | 2026-07-30T02:27:05.018Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3285 | 2026-07-30T02:27:05.048Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3286 | 2026-07-30T02:27:07.224Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3287 | 2026-07-30T02:27:08.706Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3288 | 2026-07-30T02:27:09.099Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3289 | 2026-07-30T02:27:10.190Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3290 | 2026-07-30T02:27:11.547Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3291 | 2026-07-30T02:27:12.297Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3292 | 2026-07-30T02:27:13.488Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3293 | 2026-07-30T02:27:14.011Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3294 | 2026-07-30T02:27:15.833Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3295 | 2026-07-30T02:27:16.805Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3296 | 2026-07-30T02:27:17.262Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3297 | 2026-07-30T02:27:17.900Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3298 | 2026-07-30T02:27:18.409Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3299 | 2026-07-30T02:27:18.691Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3300 | 2026-07-30T02:27:21.120Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3301 | 2026-07-30T02:27:22.616Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3302 | 2026-07-30T02:27:23.222Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3303 | 2026-07-30T02:27:25.970Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3304 | 2026-07-30T02:27:27.445Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3305 | 2026-07-30T02:27:27.994Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3306 | 2026-07-30T02:27:28.771Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3307 | 2026-07-30T02:27:29.761Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3308 | 2026-07-30T02:27:30.467Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3309 | 2026-07-30T02:27:31.237Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3310 | 2026-07-30T02:27:31.908Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3311 | 2026-07-30T02:27:32.727Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3312 | 2026-07-30T02:27:34.276Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3313 | 2026-07-30T02:27:34.327Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3314 | 2026-07-30T02:27:35.363Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3315 | 2026-07-30T02:27:36.040Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3316 | 2026-07-30T02:27:36.222Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3317 | 2026-07-30T02:27:36.973Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3318 | 2026-07-30T02:27:37.990Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3319 | 2026-07-30T02:27:40.950Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3320 | 2026-07-30T02:27:42.563Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3321 | 2026-07-30T02:27:43.255Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3322 | 2026-07-30T02:27:44.053Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3323 | 2026-07-30T02:27:45.039Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3324 | 2026-07-30T02:27:45.825Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3325 | 2026-07-30T02:27:46.829Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3326 | 2026-07-30T02:27:49.798Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3327 | 2026-07-30T02:27:50.156Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3328 | 2026-07-30T02:27:50.907Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3329 | 2026-07-30T02:27:52.398Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3330 | 2026-07-30T02:27:53.985Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3331 | 2026-07-30T02:27:55.137Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3332 | 2026-07-30T02:27:56.298Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3333 | 2026-07-30T02:27:57.675Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3334 | 2026-07-30T02:28:00.258Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3335 | 2026-07-30T02:28:00.946Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3336 | 2026-07-30T02:28:02.421Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3337 | 2026-07-30T02:28:04.031Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3338 | 2026-07-30T02:28:05.894Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3339 | 2026-07-30T02:28:07.421Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3340 | 2026-07-30T02:28:09.102Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3341 | 2026-07-30T02:28:10.729Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3342 | 2026-07-30T02:28:15.135Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3343 | 2026-07-30T02:28:15.775Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3344 | 2026-07-30T02:28:16.934Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3345 | 2026-07-30T02:28:17.497Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3346 | 2026-07-30T02:28:19.166Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3347 | 2026-07-30T02:28:20.935Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3348 | 2026-07-30T02:28:22.958Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3349 | 2026-07-30T02:28:24.914Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3350 | 2026-07-30T02:28:26.709Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3351 | 2026-07-30T02:28:28.449Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3352 | 2026-07-30T02:28:30.558Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3353 | 2026-07-30T02:28:32.049Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3354 | 2026-07-30T02:28:33.866Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3355 | 2026-07-30T02:28:35.653Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3356 | 2026-07-30T02:28:37.469Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3357 | 2026-07-30T02:28:39.332Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3358 | 2026-07-30T02:28:41.622Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3359 | 2026-07-30T02:28:44.741Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3360 | 2026-07-30T02:28:46.240Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3361 | 2026-07-30T02:28:48.146Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3362 | 2026-07-30T02:28:50.053Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3363 | 2026-07-30T02:28:51.638Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3364 | 2026-07-30T02:28:55.900Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3365 | 2026-07-30T02:28:58.051Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3366 | 2026-07-30T02:28:59.766Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3367 | 2026-07-30T02:29:03.390Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3368 | 2026-07-30T02:29:04.517Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3369 | 2026-07-30T02:29:07.403Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3370 | 2026-07-30T02:29:09.224Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3371 | 2026-07-30T02:29:11.874Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3372 | 2026-07-30T02:29:14.349Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3373 | 2026-07-30T02:29:16.506Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3374 | 2026-07-30T02:29:18.905Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3375 | 2026-07-30T02:29:21.721Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3376 | 2026-07-30T02:29:24.035Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3377 | 2026-07-30T02:29:26.697Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3378 | 2026-07-30T02:29:28.740Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3379 | 2026-07-30T02:29:31.624Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3380 | 2026-07-30T02:29:33.463Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3381 | 2026-07-30T02:29:35.935Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3382 | 2026-07-30T02:29:38.361Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3383 | 2026-07-30T02:29:40.834Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3384 | 2026-07-30T02:29:43.224Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3385 | 2026-07-30T02:29:45.594Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3386 | 2026-07-30T02:29:47.988Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3387 | 2026-07-30T02:29:50.475Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3388 | 2026-07-30T02:29:52.936Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3389 | 2026-07-30T02:29:55.418Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3390 | 2026-07-30T02:29:57.781Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3391 | 2026-07-30T02:30:00.223Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3392 | 2026-07-30T02:30:02.745Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3393 | 2026-07-30T02:30:05.184Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3394 | 2026-07-30T02:30:07.771Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3395 | 2026-07-30T02:30:10.184Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3396 | 2026-07-30T02:30:12.647Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3397 | 2026-07-30T02:30:15.033Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3398 | 2026-07-30T02:30:17.699Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3399 | 2026-07-30T02:30:20.030Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3400 | 2026-07-30T02:30:22.580Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3401 | 2026-07-30T02:30:25.094Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3402 | 2026-07-30T02:30:27.535Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3403 | 2026-07-30T02:30:30.018Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3404 | 2026-07-30T02:30:32.349Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3405 | 2026-07-30T02:30:35.201Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3406 | 2026-07-30T02:30:37.632Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3407 | 2026-07-30T02:30:40.135Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3408 | 2026-07-30T02:30:42.613Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3409 | 2026-07-30T02:30:45.217Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3410 | 2026-07-30T02:30:47.609Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3411 | 2026-07-30T02:30:50.230Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3412 | 2026-07-30T02:30:52.735Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3413 | 2026-07-30T02:30:55.217Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3414 | 2026-07-30T02:30:58.312Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3415 | 2026-07-30T02:31:00.436Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3416 | 2026-07-30T02:31:03.072Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3417 | 2026-07-30T02:31:05.862Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3418 | 2026-07-30T02:31:08.478Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3419 | 2026-07-30T02:31:11.255Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3420 | 2026-07-30T02:31:14.007Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3421 | 2026-07-30T02:31:16.665Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3422 | 2026-07-30T02:31:19.213Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3423 | 2026-07-30T02:31:22.028Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3424 | 2026-07-30T02:31:24.644Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3425 | 2026-07-30T02:31:27.293Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3426 | 2026-07-30T02:31:30.313Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3427 | 2026-07-30T02:31:36.441Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3428 | 2026-07-30T02:31:40.895Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3429 | 2026-07-30T02:31:41.088Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3430 | 2026-07-30T02:31:44.576Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3431 | 2026-07-30T02:31:47.993Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3432 | 2026-07-30T02:31:51.403Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3433 | 2026-07-30T02:31:54.994Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3434 | 2026-07-30T02:31:58.428Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3435 | 2026-07-30T02:32:03.390Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3436 | 2026-07-30T02:32:06.265Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3437 | 2026-07-30T02:32:10.080Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3438 | 2026-07-30T02:32:13.901Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3439 | 2026-07-30T02:32:17.735Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3440 | 2026-07-30T02:32:21.585Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3441 | 2026-07-30T02:32:25.386Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3442 | 2026-07-30T02:32:29.366Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3443 | 2026-07-30T02:32:33.079Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3444 | 2026-07-30T02:32:36.856Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3445 | 2026-07-30T02:32:40.741Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3446 | 2026-07-30T02:32:44.541Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3447 | 2026-07-30T02:32:48.299Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3448 | 2026-07-30T02:32:52.144Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3449 | 2026-07-30T02:32:56.030Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3450 | 2026-07-30T02:32:59.739Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3451 | 2026-07-30T02:33:03.563Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3452 | 2026-07-30T02:33:33.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 07s |
| 3453 | 2026-07-30T02:33:34.000Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3454 | 2026-07-30T02:33:34.000Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3455 | 2026-07-30T02:33:34.153Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 203 other files |
| 3456 | 2026-07-30T02:33:34.258Z | |
| 3457 | 2026-07-30T02:33:34.258Z | real 7:07.825061514 |
| 3458 | 2026-07-30T02:33:34.258Z | user 18:46.998970396 |
| 3459 | 2026-07-30T02:33:34.258Z | sys 4:04.710454894 |
| 3460 | 2026-07-30T02:33:34.258Z | trap 0.277589029 |
| 3461 | 2026-07-30T02:33:34.258Z | tflt 0.020302923 |
| 3462 | 2026-07-30T02:33:34.258Z | dflt 0.059815206 |
| 3463 | 2026-07-30T02:33:34.259Z | kflt 0.000048210 |
| 3464 | 2026-07-30T02:33:34.259Z | lock 6:53:04.159943890 |
| 3465 | 2026-07-30T02:33:34.259Z | slp 2:24:10.822390088 |
| 3466 | 2026-07-30T02:33:34.259Z | lat 36.088651227 |
| 3467 | 2026-07-30T02:33:34.259Z | stop 2:01.222918393 |
| 3468 | 2026-07-30T02:33:34.296Z | process exited: duration 827391 ms, exit code 0 |
| |
| 3469 | 2026-07-30T02:33:34.307Z | found 0 output files |