|
|
|
| 1 | 2026-08-26T14:36:34.535Z | job assigned to worker 01M0Z7ZF6X3SZ7T7VCX6W9QTEW [factory aws, i-0d85c4b9d01254a52] (queued for 48 s) |
| |
| 2 | 2026-08-26T14:36:41.170Z | starting task 0: "setup" |
| 3 | 2026-08-26T14:36:41.176Z | ++ uname -s |
| 4 | 2026-08-26T14:36:41.179Z | + kern=SunOS |
| 5 | 2026-08-26T14:36:41.179Z | + build_user=build |
| 6 | 2026-08-26T14:36:41.179Z | + build_uid=12345 |
| 7 | 2026-08-26T14:36:41.179Z | + work_dir=/work |
| 8 | 2026-08-26T14:36:41.179Z | + input_dir=/input |
| 9 | 2026-08-26T14:36:41.179Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T14:36:41.179Z | + case "$kern" in |
| 11 | 2026-08-26T14:36:41.179Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T14:36:41.190Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T14:36:43.197Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T14:36:43.291Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T14:36:43.295Z | + home_fs=zfs |
| 16 | 2026-08-26T14:36:43.295Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T14:36:43.295Z | + mkdir -p /home/build |
| 18 | 2026-08-26T14:36:43.295Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T14:36:45.295Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T14:36:45.298Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-08-26T14:36:45.303Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T14:36:45.307Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T14:36:45.307Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T14:36:45.307Z | * rust toolchain profile = "default" |
| 25 | 2026-08-26T14:36:45.307Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-26T14:36:45.307Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T14:36:45.307Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-26T14:36:45.310Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T14:36:45.311Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T14:36:45.400Z | info: downloading installer |
| 31 | 2026-08-26T14:36:46.782Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T14:36:46.782Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T14:36:46.782Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T14:36:46.782Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T14:36:46.794Z | info: profile set to default |
| 36 | 2026-08-26T14:36:46.794Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T14:36:46.797Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T14:36:46.937Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T14:36:46.940Z | info: downloading 6 components |
| 40 | 2026-08-26T14:37:01.987Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T14:37:01.987Z | |
| 42 | 2026-08-26T14:37:02.015Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T14:37:02.015Z | |
| 44 | 2026-08-26T14:37:02.015Z | |
| 45 | 2026-08-26T14:37:02.016Z | Rust is installed now. Great! |
| 46 | 2026-08-26T14:37:02.016Z | |
| 47 | 2026-08-26T14:37:02.019Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T14:37:02.019Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T14:37:02.019Z | |
| 50 | 2026-08-26T14:37:02.019Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T14:37:02.019Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T14:37:02.019Z | |
| 53 | 2026-08-26T14:37:02.019Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T14:37:02.019Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T14:37:02.019Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T14:37:02.019Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T14:37:02.019Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T14:37:02.019Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T14:37:02.020Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T14:37:02.020Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T14:37:02.020Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T14:37:02.107Z | + rustup --version |
| 63 | 2026-08-26T14:37:02.116Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T14:37:02.119Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T14:37:02.138Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T14:37:02.142Z | + cargo --version |
| 67 | 2026-08-26T14:37:02.154Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T14:37:02.158Z | + rustc --version |
| 69 | 2026-08-26T14:37:02.176Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T14:37:02.182Z | process exited: duration 16874 ms, exit code 0 |
| |
| 71 | 2026-08-26T14:37:02.190Z | starting task 2: "authentication" |
| 72 | 2026-08-26T14:37:02.207Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T14:37:02.214Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T14:37:02.217Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-26T14:37:02.220Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-26T14:37:02.240Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-26T14:37:14.650Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-26T14:37:14.658Z | + git fetch origin e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 79 | 2026-08-26T14:37:15.302Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-26T14:37:15.302Z | * branch e7596aad5496048a384e26fd8e478cad2ae722b1 -> FETCH_HEAD |
| 81 | 2026-08-26T14:37:15.305Z | + [[ -n ben/multiple-eips-in-inventory-types ]] |
| 82 | 2026-08-26T14:37:15.305Z | ++ git branch --show-current |
| 83 | 2026-08-26T14:37:15.305Z | + current=main |
| 84 | 2026-08-26T14:37:15.305Z | + [[ main != ben/multiple-eips-in-inventory-types ]] |
| 85 | 2026-08-26T14:37:15.305Z | + git branch -f ben/multiple-eips-in-inventory-types e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 86 | 2026-08-26T14:37:15.305Z | + git checkout -f ben/multiple-eips-in-inventory-types |
| 87 | 2026-08-26T14:37:15.309Z | Switched to branch 'ben/multiple-eips-in-inventory-types' |
| 88 | 2026-08-26T14:37:15.313Z | + git reset --hard e7596aad5496048a384e26fd8e478cad2ae722b1 |
| 89 | 2026-08-26T14:37:15.345Z | HEAD is now at e7596aad5 Support multiple external IPs in sled-agent inventory |
| 90 | 2026-08-26T14:37:15.348Z | process exited: duration 13132 ms, exit code 0 |
| |
| 91 | 2026-08-26T14:37:15.354Z | starting task 4: "build" |
| 92 | 2026-08-26T14:37:15.357Z | + source ./env.sh |
| 93 | 2026-08-26T14:37:15.361Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-26T14:37:15.361Z | ++ set -o xtrace |
| 95 | 2026-08-26T14:37:15.361Z | ++++ dirname ./env.sh |
| 96 | 2026-08-26T14:37:15.361Z | +++ readlink -f . |
| 97 | 2026-08-26T14:37:15.364Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ 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-08-26T14:37:15.364Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-26T14:37:15.364Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-26T14:37:15.364Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-26T14:37:15.364Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-26T14:37:15.364Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-26T14:37:15.364Z | +++ uname -s |
| 114 | 2026-08-26T14:37:15.368Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-26T14:37:15.368Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-26T14:37:15.368Z | + cargo --version |
| 117 | 2026-08-26T14:37:15.375Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-26T14:37:15.378Z | + rustc --version |
| 119 | 2026-08-26T14:37:15.413Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-26T14:37:15.417Z | + banner prerequisites |
| 121 | 2026-08-26T14:37:15.417Z | |
| 122 | 2026-08-26T14:37:15.417Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-26T14:37:15.417Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-26T14:37:15.417Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-26T14:37:15.417Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-26T14:37:15.417Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-26T14:37:15.417Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-26T14:37:15.417Z | |
| 129 | 2026-08-26T14:37:15.417Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-26T14:37:17.285Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-26T14:37:17.672Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-26T14:37:19.882Z | Planning: Solver setup ... Done (2.091s) |
| 133 | 2026-08-26T14:37:19.942Z | Planning: Running solver ... Done (0.061s) |
| 134 | 2026-08-26T14:37:19.991Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-26T14:37:20.002Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-26T14:37:20.020Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-26T14:37:20.034Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-08-26T14:37:20.037Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-08-26T14:37:20.253Z | Planning: Checking for conflicting actions ... Done (0.218s) |
| 140 | 2026-08-26T14:37:20.256Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-26T14:37:21.054Z | Planning: Evaluating mediators ... Done (0.799s) |
| 142 | 2026-08-26T14:37:21.057Z | Planning: Planning completed in 3.35 seconds |
| 143 | 2026-08-26T14:37:21.063Z | Packages to install: 2 |
| 144 | 2026-08-26T14:37:21.066Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-26T14:37:21.066Z | Estimated space to be consumed: 80.56 MB |
| 146 | 2026-08-26T14:37:21.066Z | Create boot environment: No |
| 147 | 2026-08-26T14:37:21.066Z | Create backup boot environment: No |
| 148 | 2026-08-26T14:37:21.066Z | Rebuild boot archive: No |
| 149 | 2026-08-26T14:37:21.066Z | |
| 150 | 2026-08-26T14:37:21.066Z | Changed packages: |
| 151 | 2026-08-26T14:37:21.066Z | helios |
| 152 | 2026-08-26T14:37:21.066Z | developer/build-essential |
| 153 | 2026-08-26T14:37:21.066Z | None -> 11-3.0 |
| 154 | 2026-08-26T14:37:21.066Z | library/libxmlsec1 |
| 155 | 2026-08-26T14:37:21.066Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-26T14:37:21.087Z | |
| 157 | 2026-08-26T14:37:21.087Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-26T14:37:21.164Z | Download: Completed 1.28 MB in 0.08 seconds (16.7M/s) |
| 159 | 2026-08-26T14:37:21.295Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-26T14:37:21.333Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-26T14:37:21.367Z | Finalize: Updating package state database ... Done (0.036s) |
| 162 | 2026-08-26T14:37:21.367Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-26T14:37:21.455Z | Finalize: Updating image state ... Done (0.088s) |
| 164 | 2026-08-26T14:37:23.904Z | Finalize: Creating fast lookup database ... Done (2.395s) |
| 165 | 2026-08-26T14:37:23.975Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-26T14:37:23.979Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-26T14:37:24.068Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-26T14:37:24.433Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-26T14:37:24.537Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-26T14:37:24.540Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-26T14:37:24.695Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-26T14:37:24.699Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-26T14:37:24.718Z | Mediators to change: 2 |
| 174 | 2026-08-26T14:37:24.718Z | Create boot environment: No |
| 175 | 2026-08-26T14:37:24.718Z | Create backup boot environment: No |
| 176 | 2026-08-26T14:37:24.789Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-26T14:37:24.789Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-26T14:37:24.842Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-26T14:37:26.776Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-26T14:37:26.836Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-26T14:37:26.839Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-26T14:37:26.928Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-26T14:37:27.210Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-26T14:37:27.314Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-26T14:37:27.317Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-26T14:37:27.472Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-26T14:37:27.475Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-26T14:37:27.495Z | Mediators to change: 1 |
| 189 | 2026-08-26T14:37:27.495Z | Create boot environment: No |
| 190 | 2026-08-26T14:37:27.495Z | Create backup boot environment: No |
| 191 | 2026-08-26T14:37:27.547Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-26T14:37:27.547Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-26T14:37:27.600Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-26T14:37:29.535Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-26T14:37:29.599Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-26T14:37:29.603Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-26T14:37:29.705Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-26T14:37:30.017Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-26T14:37:30.017Z | apache system 2.4 system |
| 200 | 2026-08-26T14:37:30.017Z | clang system 15 system |
| 201 | 2026-08-26T14:37:30.017Z | csh system system illumos |
| 202 | 2026-08-26T14:37:30.017Z | ctags system system illumos |
| 203 | 2026-08-26T14:37:30.017Z | file vendor vendor darwinsys |
| 204 | 2026-08-26T14:37:30.017Z | file system system illumos |
| 205 | 2026-08-26T14:37:30.017Z | gcc vendor 14 vendor |
| 206 | 2026-08-26T14:37:30.017Z | gcc system 13 system |
| 207 | 2026-08-26T14:37:30.017Z | gcc system 10 system |
| 208 | 2026-08-26T14:37:30.017Z | go system 1.25 system |
| 209 | 2026-08-26T14:37:30.017Z | llvm system 15 system |
| 210 | 2026-08-26T14:37:30.017Z | mariadb system 11.4 system |
| 211 | 2026-08-26T14:37:30.017Z | mta vendor vendor dma |
| 212 | 2026-08-26T14:37:30.017Z | openjdk system 17 system |
| 213 | 2026-08-26T14:37:30.017Z | openjdk system 11 system |
| 214 | 2026-08-26T14:37:30.017Z | openssl vendor 3 vendor |
| 215 | 2026-08-26T14:37:30.017Z | perl system 5.40 system |
| 216 | 2026-08-26T14:37:30.017Z | postgresql system 18 system |
| 217 | 2026-08-26T14:37:30.017Z | postgresql system 17 system |
| 218 | 2026-08-26T14:37:30.017Z | python vendor 3 vendor |
| 219 | 2026-08-26T14:37:30.017Z | python system 2 system |
| 220 | 2026-08-26T14:37:30.017Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-26T14:37:30.017Z | ruby system 3.4 system |
| 222 | 2026-08-26T14:37:30.017Z | ruby system 3.0 system |
| 223 | 2026-08-26T14:37:30.017Z | words vendor vendor american-english |
| 224 | 2026-08-26T14:37:30.018Z | words system system australian-english |
| 225 | 2026-08-26T14:37:30.018Z | words system system british-english |
| 226 | 2026-08-26T14:37:30.018Z | words system system canadian-english |
| 227 | 2026-08-26T14:37:30.018Z | words system system french |
| 228 | 2026-08-26T14:37:30.018Z | words system system italian |
| 229 | 2026-08-26T14:37:30.018Z | words system system ngerman |
| 230 | 2026-08-26T14:37:30.018Z | words system system ogerman |
| 231 | 2026-08-26T14:37:30.018Z | words system system spanish |
| 232 | 2026-08-26T14:37:30.271Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-26T14:37:30.271Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-26T14:37:30.762Z | FMRI IFO |
| 235 | 2026-08-26T14:37:30.762Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-26T14:37:30.762Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-26T14:37:30.762Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-26T14:37:30.762Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-26T14:37:30.762Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-26T14:37:30.762Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-26T14:37:30.763Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-26T14:37:30.763Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-26T14:37:30.763Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-26T14:37:31.094Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-26T14:37:31.434Z | Updating crates.io index |
| 246 | 2026-08-26T14:37:31.437Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-26T14:37:31.912Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-26T14:37:32.385Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 249 | 2026-08-26T14:37:32.748Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-26T14:37:33.883Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 251 | 2026-08-26T14:37:34.481Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 252 | 2026-08-26T14:37:36.062Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 253 | 2026-08-26T14:37:36.986Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 254 | 2026-08-26T14:37:37.267Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 255 | 2026-08-26T14:37:37.897Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 256 | 2026-08-26T14:37:39.099Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 257 | 2026-08-26T14:37:39.402Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 258 | 2026-08-26T14:37:40.190Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 259 | 2026-08-26T14:37:40.612Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-08-26T14:37:41.196Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-08-26T14:37:41.540Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-08-26T14:37:42.006Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 263 | 2026-08-26T14:37:42.306Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 264 | 2026-08-26T14:37:42.759Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 265 | 2026-08-26T14:37:43.324Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 266 | 2026-08-26T14:37:43.684Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 267 | 2026-08-26T14:37:44.470Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-08-26T14:37:44.922Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 269 | 2026-08-26T14:37:45.549Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 270 | 2026-08-26T14:37:45.906Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 271 | 2026-08-26T14:37:46.229Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 272 | 2026-08-26T14:37:46.679Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 273 | 2026-08-26T14:37:47.100Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 274 | 2026-08-26T14:37:47.635Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 275 | 2026-08-26T14:37:48.103Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 276 | 2026-08-26T14:37:48.541Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 277 | 2026-08-26T14:37:48.894Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-08-26T14:37:49.266Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 279 | 2026-08-26T14:37:49.865Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 280 | 2026-08-26T14:37:50.135Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-08-26T14:37:50.548Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-08-26T14:37:50.846Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-08-26T14:37:51.764Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 284 | 2026-08-26T14:37:52.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 285 | 2026-08-26T14:37:52.429Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 286 | 2026-08-26T14:37:52.903Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 287 | 2026-08-26T14:37:53.185Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 288 | 2026-08-26T14:37:53.496Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 289 | 2026-08-26T14:37:56.406Z | Downloading crates ... |
| 290 | 2026-08-26T14:37:56.460Z | Downloaded anstream v1.0.0 |
| 291 | 2026-08-26T14:37:56.463Z | Downloaded clap v4.6.1 |
| 292 | 2026-08-26T14:37:56.467Z | Downloaded textwrap v0.16.2 |
| 293 | 2026-08-26T14:37:56.470Z | Downloaded thiserror-impl v1.0.69 |
| 294 | 2026-08-26T14:37:56.470Z | Downloaded once_cell v1.21.3 |
| 295 | 2026-08-26T14:37:56.470Z | Downloaded equivalent v1.0.2 |
| 296 | 2026-08-26T14:37:56.473Z | Downloaded itoa v1.0.17 |
| 297 | 2026-08-26T14:37:56.473Z | Downloaded heck v0.5.0 |
| 298 | 2026-08-26T14:37:56.477Z | Downloaded pest_derive v2.8.6 |
| 299 | 2026-08-26T14:37:56.477Z | Downloaded anstyle-parse v1.0.0 |
| 300 | 2026-08-26T14:37:56.480Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-08-26T14:37:56.480Z | Downloaded pest_meta v2.8.6 |
| 302 | 2026-08-26T14:37:56.484Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-08-26T14:37:56.487Z | Downloaded fnv v1.0.7 |
| 304 | 2026-08-26T14:37:56.487Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-08-26T14:37:56.487Z | Downloaded getrandom v0.4.3 |
| 306 | 2026-08-26T14:37:56.487Z | Downloaded zmij v1.0.21 |
| 307 | 2026-08-26T14:37:56.491Z | Downloaded clap_lex v1.0.0 |
| 308 | 2026-08-26T14:37:56.493Z | Downloaded anyhow v1.0.104 |
| 309 | 2026-08-26T14:37:56.496Z | Downloaded proc-macro2 v1.0.106 |
| 310 | 2026-08-26T14:37:56.499Z | Downloaded zerocopy v0.7.35 |
| 311 | 2026-08-26T14:37:56.505Z | Downloaded zerocopy-derive v0.7.35 |
| 312 | 2026-08-26T14:37:56.508Z | Downloaded errno v0.3.14 |
| 313 | 2026-08-26T14:37:56.508Z | Downloaded cpufeatures v0.2.17 |
| 314 | 2026-08-26T14:37:56.511Z | Downloaded indexmap v2.14.0 |
| 315 | 2026-08-26T14:37:56.511Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-08-26T14:37:56.511Z | Downloaded generic-array v0.14.7 |
| 317 | 2026-08-26T14:37:56.514Z | Downloaded swrite v0.1.0 |
| 318 | 2026-08-26T14:37:56.515Z | Downloaded byteorder v1.5.0 |
| 319 | 2026-08-26T14:37:56.515Z | Downloaded anstyle-query v1.1.5 |
| 320 | 2026-08-26T14:37:56.517Z | Downloaded heck v0.4.1 |
| 321 | 2026-08-26T14:37:56.521Z | Downloaded clap_derive v4.6.1 |
| 322 | 2026-08-26T14:37:56.521Z | Downloaded toml_write v0.1.2 |
| 323 | 2026-08-26T14:37:56.524Z | Downloaded block-buffer v0.10.4 |
| 324 | 2026-08-26T14:37:56.528Z | Downloaded is_terminal_polyfill v1.70.2 |
| 325 | 2026-08-26T14:37:56.532Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2026-08-26T14:37:56.532Z | Downloaded usdt-attr-macro v0.5.0 |
| 327 | 2026-08-26T14:37:56.539Z | Downloaded macaddr v1.0.1 |
| 328 | 2026-08-26T14:37:56.543Z | Downloaded dof v0.3.0 |
| 329 | 2026-08-26T14:37:56.546Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-08-26T14:37:56.551Z | Downloaded serde_spanned v0.6.9 |
| 331 | 2026-08-26T14:37:56.555Z | Downloaded plain v0.2.3 |
| 332 | 2026-08-26T14:37:56.559Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-08-26T14:37:56.562Z | Downloaded cargo-platform v0.3.2 |
| 334 | 2026-08-26T14:37:56.566Z | Downloaded version_check v0.9.5 |
| 335 | 2026-08-26T14:37:56.566Z | Downloaded strsim v0.11.1 |
| 336 | 2026-08-26T14:37:56.569Z | Downloaded dtrace-parser v0.2.0 |
| 337 | 2026-08-26T14:37:56.572Z | Downloaded scroll_derive v0.12.1 |
| 338 | 2026-08-26T14:37:56.572Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-08-26T14:37:56.575Z | Downloaded usdt v0.5.0 |
| 340 | 2026-08-26T14:37:56.578Z | Downloaded terminal_size v0.4.3 |
| 341 | 2026-08-26T14:37:56.578Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-08-26T14:37:56.584Z | Downloaded utf8parse v0.2.2 |
| 343 | 2026-08-26T14:37:56.592Z | Downloaded proc-macro-error v1.0.4 |
| 344 | 2026-08-26T14:37:56.596Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2026-08-26T14:37:56.599Z | Downloaded autocfg v1.5.0 |
| 346 | 2026-08-26T14:37:56.599Z | Downloaded digest v0.10.7 |
| 347 | 2026-08-26T14:37:56.599Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-08-26T14:37:56.606Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-08-26T14:37:56.610Z | Downloaded cargo_toml v0.21.0 |
| 350 | 2026-08-26T14:37:56.613Z | Downloaded toml_datetime v0.6.11 |
| 351 | 2026-08-26T14:37:56.614Z | Downloaded anstyle v1.0.14 |
| 352 | 2026-08-26T14:37:56.617Z | Downloaded cargo_metadata v0.23.1 |
| 353 | 2026-08-26T14:37:56.617Z | Downloaded memmap v0.7.0 |
| 354 | 2026-08-26T14:37:56.617Z | Downloaded quote v1.0.45 |
| 355 | 2026-08-26T14:37:56.617Z | Downloaded unicode-linebreak v0.1.5 |
| 356 | 2026-08-26T14:37:56.620Z | Downloaded camino-tempfile v1.4.1 |
| 357 | 2026-08-26T14:37:56.623Z | Downloaded fs-err v3.3.0 |
| 358 | 2026-08-26T14:37:56.626Z | Downloaded scroll v0.12.0 |
| 359 | 2026-08-26T14:37:56.629Z | Downloaded smawk v0.3.2 |
| 360 | 2026-08-26T14:37:56.634Z | Downloaded sha2 v0.10.9 |
| 361 | 2026-08-26T14:37:56.637Z | Downloaded thiserror-impl v2.0.18 |
| 362 | 2026-08-26T14:37:56.637Z | Downloaded camino v1.2.5 |
| 363 | 2026-08-26T14:37:56.641Z | Downloaded pest_generator v2.8.6 |
| 364 | 2026-08-26T14:37:56.646Z | Downloaded bytecount v0.6.9 |
| 365 | 2026-08-26T14:37:56.646Z | Downloaded thiserror v2.0.18 |
| 366 | 2026-08-26T14:37:56.664Z | Downloaded semver v1.0.28 |
| 367 | 2026-08-26T14:37:56.667Z | Downloaded toml v0.8.23 |
| 368 | 2026-08-26T14:37:56.667Z | Downloaded ucd-trie v0.1.7 |
| 369 | 2026-08-26T14:37:56.667Z | Downloaded bitflags v2.11.0 |
| 370 | 2026-08-26T14:37:56.671Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-08-26T14:37:56.674Z | Downloaded log v0.4.33 |
| 372 | 2026-08-26T14:37:56.678Z | Downloaded unicode-ident v1.0.24 |
| 373 | 2026-08-26T14:37:56.681Z | Downloaded serde_derive v1.0.228 |
| 374 | 2026-08-26T14:37:56.684Z | Downloaded serde_core v1.0.228 |
| 375 | 2026-08-26T14:37:56.684Z | Downloaded tempfile v3.27.0 |
| 376 | 2026-08-26T14:37:56.707Z | Downloaded toml_edit v0.22.27 |
| 377 | 2026-08-26T14:37:56.710Z | Downloaded memchr v2.8.0 |
| 378 | 2026-08-26T14:37:56.713Z | Downloaded pest v2.8.6 |
| 379 | 2026-08-26T14:37:56.724Z | Downloaded serde v1.0.228 |
| 380 | 2026-08-26T14:37:56.731Z | Downloaded typenum v1.20.1 |
| 381 | 2026-08-26T14:37:56.764Z | Downloaded serde_json v1.0.151 |
| 382 | 2026-08-26T14:37:56.783Z | Downloaded hashbrown v0.17.0 |
| 383 | 2026-08-26T14:37:56.792Z | Downloaded clap_builder v4.6.0 |
| 384 | 2026-08-26T14:37:56.796Z | Downloaded goblin v0.8.2 |
| 385 | 2026-08-26T14:37:56.799Z | Downloaded winnow v0.7.14 |
| 386 | 2026-08-26T14:37:56.814Z | Downloaded tabled v0.15.0 |
| 387 | 2026-08-26T14:37:56.826Z | Downloaded syn v1.0.109 |
| 388 | 2026-08-26T14:37:56.831Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-08-26T14:37:56.835Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-08-26T14:37:56.840Z | Downloaded syn v2.0.117 |
| 391 | 2026-08-26T14:37:56.854Z | Downloaded rustix v1.1.4 |
| 392 | 2026-08-26T14:37:56.883Z | Downloaded libc v0.2.185 |
| 393 | 2026-08-26T14:37:56.945Z | Compiling proc-macro2 v1.0.106 |
| 394 | 2026-08-26T14:37:56.945Z | Compiling quote v1.0.45 |
| 395 | 2026-08-26T14:37:56.946Z | Compiling unicode-ident v1.0.24 |
| 396 | 2026-08-26T14:37:56.946Z | Compiling serde_core v1.0.228 |
| 397 | 2026-08-26T14:37:56.946Z | Compiling libc v0.2.185 |
| 398 | 2026-08-26T14:37:56.949Z | Compiling version_check v0.9.5 |
| 399 | 2026-08-26T14:37:56.949Z | Compiling memchr v2.8.0 |
| 400 | 2026-08-26T14:37:56.949Z | Compiling serde v1.0.228 |
| 401 | 2026-08-26T14:37:57.289Z | Compiling zmij v1.0.21 |
| 402 | 2026-08-26T14:37:57.442Z | Compiling thiserror v1.0.69 |
| 403 | 2026-08-26T14:37:57.535Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-26T14:37:57.551Z | Compiling itoa v1.0.17 |
| 405 | 2026-08-26T14:37:57.762Z | Compiling pest v2.8.6 |
| 406 | 2026-08-26T14:37:57.811Z | Compiling byteorder v1.5.0 |
| 407 | 2026-08-26T14:37:57.891Z | Compiling rustix v1.1.4 |
| 408 | 2026-08-26T14:37:57.975Z | Compiling errno v0.3.14 |
| 409 | 2026-08-26T14:37:58.042Z | Compiling bitflags v2.11.0 |
| 410 | 2026-08-26T14:37:58.125Z | Compiling serde_json v1.0.151 |
| 411 | 2026-08-26T14:37:58.348Z | Compiling thread-id v4.2.2 |
| 412 | 2026-08-26T14:37:58.437Z | Compiling syn v2.0.117 |
| 413 | 2026-08-26T14:37:58.454Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2026-08-26T14:37:58.498Z | Compiling usdt-impl v0.5.0 |
| 415 | 2026-08-26T14:37:58.534Z | Compiling camino v1.2.5 |
| 416 | 2026-08-26T14:37:58.628Z | Compiling syn v1.0.109 |
| 417 | 2026-08-26T14:37:58.807Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-08-26T14:37:58.945Z | Compiling proc-macro-error v1.0.4 |
| 419 | 2026-08-26T14:37:58.977Z | Compiling hashbrown v0.17.0 |
| 420 | 2026-08-26T14:37:58.994Z | Compiling equivalent v1.0.2 |
| 421 | 2026-08-26T14:37:59.085Z | Compiling plain v0.2.3 |
| 422 | 2026-08-26T14:37:59.125Z | Compiling log v0.4.33 |
| 423 | 2026-08-26T14:37:59.197Z | Compiling getrandom v0.4.3 |
| 424 | 2026-08-26T14:37:59.460Z | Compiling utf8parse v0.2.2 |
| 425 | 2026-08-26T14:37:59.527Z | Compiling indexmap v2.14.0 |
| 426 | 2026-08-26T14:37:59.570Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-26T14:37:59.587Z | Compiling terminal_size v0.4.3 |
| 428 | 2026-08-26T14:38:00.221Z | Compiling toml_write v0.1.2 |
| 429 | 2026-08-26T14:38:00.265Z | Compiling is_terminal_polyfill v1.70.2 |
| 430 | 2026-08-26T14:38:00.340Z | Compiling thiserror v2.0.18 |
| 431 | 2026-08-26T14:38:00.369Z | Compiling colorchoice v1.0.4 |
| 432 | 2026-08-26T14:38:00.387Z | Compiling anstyle-query v1.1.5 |
| 433 | 2026-08-26T14:38:00.424Z | Compiling autocfg v1.5.0 |
| 434 | 2026-08-26T14:38:00.481Z | Compiling winnow v0.7.14 |
| 435 | 2026-08-26T14:38:00.498Z | Compiling anstyle v1.0.14 |
| 436 | 2026-08-26T14:38:00.501Z | Compiling pretty-hex v0.4.1 |
| 437 | 2026-08-26T14:38:00.643Z | Compiling cfg-if v1.0.4 |
| 438 | 2026-08-26T14:38:00.743Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-26T14:38:00.848Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-26T14:38:00.866Z | Compiling fs-err v3.3.0 |
| 441 | 2026-08-26T14:38:00.914Z | Compiling clap_lex v1.0.0 |
| 442 | 2026-08-26T14:38:01.004Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-08-26T14:38:01.153Z | Compiling strsim v0.11.1 |
| 444 | 2026-08-26T14:38:01.171Z | Compiling heck v0.4.1 |
| 445 | 2026-08-26T14:38:01.284Z | Compiling anyhow v1.0.104 |
| 446 | 2026-08-26T14:38:01.377Z | Compiling fnv v1.0.7 |
| 447 | 2026-08-26T14:38:01.400Z | Compiling once_cell v1.21.3 |
| 448 | 2026-08-26T14:38:01.464Z | Compiling heck v0.5.0 |
| 449 | 2026-08-26T14:38:01.484Z | Compiling bytecount v0.6.9 |
| 450 | 2026-08-26T14:38:01.502Z | Compiling fastrand v2.3.0 |
| 451 | 2026-08-26T14:38:01.615Z | Compiling papergrid v0.11.0 |
| 452 | 2026-08-26T14:38:01.633Z | Compiling clap_builder v4.6.0 |
| 453 | 2026-08-26T14:38:01.697Z | Compiling tempfile v3.27.0 |
| 454 | 2026-08-26T14:38:01.806Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-08-26T14:38:01.865Z | Compiling semver v1.0.28 |
| 456 | 2026-08-26T14:38:01.949Z | Compiling tabled_derive v0.7.0 |
| 457 | 2026-08-26T14:38:01.995Z | Compiling memmap v0.7.0 |
| 458 | 2026-08-26T14:38:02.077Z | Compiling smawk v0.3.2 |
| 459 | 2026-08-26T14:38:02.094Z | Compiling unicode-width v0.2.0 |
| 460 | 2026-08-26T14:38:02.179Z | Compiling unicode-linebreak v0.1.5 |
| 461 | 2026-08-26T14:38:02.182Z | Compiling camino-tempfile v1.4.1 |
| 462 | 2026-08-26T14:38:02.383Z | Compiling textwrap v0.16.2 |
| 463 | 2026-08-26T14:38:02.421Z | Compiling serde_derive v1.0.228 |
| 464 | 2026-08-26T14:38:02.455Z | Compiling thiserror-impl v1.0.69 |
| 465 | 2026-08-26T14:38:02.496Z | Compiling zerocopy-derive v0.7.35 |
| 466 | 2026-08-26T14:38:02.769Z | Compiling pest_derive v2.8.6 |
| 467 | 2026-08-26T14:38:02.853Z | Compiling scroll_derive v0.12.1 |
| 468 | 2026-08-26T14:38:02.856Z | Compiling thiserror-impl v2.0.18 |
| 469 | 2026-08-26T14:38:03.020Z | Compiling clap_derive v4.6.1 |
| 470 | 2026-08-26T14:38:03.212Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-26T14:38:03.351Z | Compiling zerocopy v0.7.35 |
| 472 | 2026-08-26T14:38:03.519Z | Compiling scroll v0.12.0 |
| 473 | 2026-08-26T14:38:03.789Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2026-08-26T14:38:03.812Z | Compiling goblin v0.8.2 |
| 475 | 2026-08-26T14:38:03.913Z | Compiling swrite v0.1.0 |
| 476 | 2026-08-26T14:38:04.603Z | Compiling clap v4.6.1 |
| 477 | 2026-08-26T14:38:05.353Z | Compiling dof v0.3.0 |
| 478 | 2026-08-26T14:38:05.353Z | Compiling serde_tokenstream v0.2.3 |
| 479 | 2026-08-26T14:38:05.375Z | Compiling toml_datetime v0.6.11 |
| 480 | 2026-08-26T14:38:05.375Z | Compiling serde_spanned v0.6.9 |
| 481 | 2026-08-26T14:38:05.376Z | Compiling macaddr v1.0.1 |
| 482 | 2026-08-26T14:38:05.428Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-26T14:38:05.432Z | Compiling cargo_metadata v0.23.1 |
| 484 | 2026-08-26T14:38:05.564Z | Compiling toml_edit v0.22.27 |
| 485 | 2026-08-26T14:38:06.044Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-26T14:38:06.044Z | Compiling usdt-attr-macro v0.5.0 |
| 487 | 2026-08-26T14:38:06.703Z | Compiling usdt v0.5.0 |
| 488 | 2026-08-26T14:38:06.928Z | Compiling toml v0.8.23 |
| 489 | 2026-08-26T14:38:07.249Z | Compiling cargo_toml v0.21.0 |
| 490 | 2026-08-26T14:38:08.487Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 491 | 2026-08-26T14:38:10.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.55s |
| 492 | 2026-08-26T14:38:10.687Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 493 | 2026-08-26T14:38:11.195Z | Downloading crates ... |
| 494 | 2026-08-26T14:38:11.245Z | Downloaded argon2 v0.5.3 |
| 495 | 2026-08-26T14:38:11.249Z | Downloaded anstyle-parse v0.2.7 |
| 496 | 2026-08-26T14:38:11.260Z | Downloaded aead v0.5.2 |
| 497 | 2026-08-26T14:38:11.264Z | Downloaded array-init v0.0.4 |
| 498 | 2026-08-26T14:38:11.267Z | Downloaded async-stream-impl v0.3.6 |
| 499 | 2026-08-26T14:38:11.267Z | Downloaded atomic-waker v1.1.2 |
| 500 | 2026-08-26T14:38:11.270Z | Downloaded anstream v0.6.21 |
| 501 | 2026-08-26T14:38:11.270Z | Downloaded embedded-io v0.6.1 |
| 502 | 2026-08-26T14:38:11.270Z | Downloaded foreign-types-shared v0.1.1 |
| 503 | 2026-08-26T14:38:11.273Z | Downloaded blowfish v0.10.0 |
| 504 | 2026-08-26T14:38:11.273Z | Downloaded async-recursion v1.1.1 |
| 505 | 2026-08-26T14:38:11.276Z | Downloaded addr2line v0.25.1 |
| 506 | 2026-08-26T14:38:11.279Z | Downloaded bit-set v0.5.3 |
| 507 | 2026-08-26T14:38:11.282Z | Downloaded bit-set v0.8.0 |
| 508 | 2026-08-26T14:38:11.282Z | Downloaded foreign-types v0.3.2 |
| 509 | 2026-08-26T14:38:11.285Z | Downloaded fd-lock v4.0.4 |
| 510 | 2026-08-26T14:38:11.285Z | Downloaded foreign-types-shared v0.3.1 |
| 511 | 2026-08-26T14:38:11.288Z | Downloaded hickory-server v0.25.2 |
| 512 | 2026-08-26T14:38:11.288Z | Downloaded argon2 v0.6.0-rc.8 |
| 513 | 2026-08-26T14:38:11.291Z | Downloaded futures-channel v0.3.32 |
| 514 | 2026-08-26T14:38:11.291Z | Downloaded fallible-iterator v0.2.0 |
| 515 | 2026-08-26T14:38:11.294Z | Downloaded futures-core v0.3.32 |
| 516 | 2026-08-26T14:38:11.294Z | Downloaded bitfield-struct v0.6.2 |
| 517 | 2026-08-26T14:38:11.297Z | Downloaded atomicwrites v0.4.4 |
| 518 | 2026-08-26T14:38:11.297Z | Downloaded assert_matches v1.5.0 |
| 519 | 2026-08-26T14:38:11.297Z | Downloaded allocator-api2 v0.2.21 |
| 520 | 2026-08-26T14:38:11.300Z | Downloaded fatfs v0.3.6 |
| 521 | 2026-08-26T14:38:11.300Z | Downloaded foreign-types v0.5.0 |
| 522 | 2026-08-26T14:38:11.303Z | Downloaded fxhash v0.2.1 |
| 523 | 2026-08-26T14:38:11.305Z | Downloaded ascii-canvas v3.0.0 |
| 524 | 2026-08-26T14:38:11.308Z | Downloaded flume v0.11.1 |
| 525 | 2026-08-26T14:38:11.311Z | Downloaded foreign-types-macros v0.2.3 |
| 526 | 2026-08-26T14:38:11.311Z | Downloaded form_urlencoded v1.2.2 |
| 527 | 2026-08-26T14:38:11.311Z | Downloaded futures-io v0.3.32 |
| 528 | 2026-08-26T14:38:11.311Z | Downloaded futures-macro v0.3.32 |
| 529 | 2026-08-26T14:38:11.314Z | Downloaded backtrace-ext v0.2.1 |
| 530 | 2026-08-26T14:38:11.314Z | Downloaded bitfield-macros v0.19.4 |
| 531 | 2026-08-26T14:38:11.314Z | Downloaded foldhash v0.1.5 |
| 532 | 2026-08-26T14:38:11.314Z | Downloaded foldhash v0.2.0 |
| 533 | 2026-08-26T14:38:11.314Z | Downloaded base16ct v0.2.0 |
| 534 | 2026-08-26T14:38:11.317Z | Downloaded bb8 v0.8.6 |
| 535 | 2026-08-26T14:38:11.317Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 536 | 2026-08-26T14:38:11.317Z | Downloaded arc-swap v1.8.2 |
| 537 | 2026-08-26T14:38:11.320Z | Downloaded fs-err v2.11.0 |
| 538 | 2026-08-26T14:38:11.320Z | Downloaded fs_extra v1.3.0 |
| 539 | 2026-08-26T14:38:11.323Z | Downloaded futures-executor v0.3.32 |
| 540 | 2026-08-26T14:38:11.323Z | Downloaded aead v0.6.1 |
| 541 | 2026-08-26T14:38:11.323Z | Downloaded bit-vec v0.8.0 |
| 542 | 2026-08-26T14:38:11.323Z | Downloaded generic-array v1.4.3 |
| 543 | 2026-08-26T14:38:11.326Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2026-08-26T14:38:11.326Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-08-26T14:38:11.326Z | Downloaded arrayref v0.3.9 |
| 546 | 2026-08-26T14:38:11.329Z | Downloaded cobs v0.3.0 |
| 547 | 2026-08-26T14:38:11.329Z | Downloaded expectorate v1.2.0 |
| 548 | 2026-08-26T14:38:11.329Z | Downloaded ff v0.13.1 |
| 549 | 2026-08-26T14:38:11.332Z | Downloaded cfg_aliases v0.2.1 |
| 550 | 2026-08-26T14:38:11.332Z | Downloaded futures v0.3.32 |
| 551 | 2026-08-26T14:38:11.334Z | Downloaded adler2 v2.0.1 |
| 552 | 2026-08-26T14:38:11.334Z | Downloaded atty v0.2.14 |
| 553 | 2026-08-26T14:38:11.334Z | Downloaded base16ct v1.0.0 |
| 554 | 2026-08-26T14:38:11.334Z | Downloaded castaway v0.2.4 |
| 555 | 2026-08-26T14:38:11.337Z | Downloaded futures-sink v0.3.32 |
| 556 | 2026-08-26T14:38:11.337Z | Downloaded futures-task v0.3.32 |
| 557 | 2026-08-26T14:38:11.338Z | Downloaded headers-core v0.3.0 |
| 558 | 2026-08-26T14:38:11.338Z | Downloaded enum-as-inner v0.6.1 |
| 559 | 2026-08-26T14:38:11.338Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-08-26T14:38:11.341Z | Downloaded embedded-io v0.4.0 |
| 561 | 2026-08-26T14:38:11.341Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-08-26T14:38:11.341Z | Downloaded funty v2.0.0 |
| 563 | 2026-08-26T14:38:11.344Z | Downloaded gethostname v0.5.0 |
| 564 | 2026-08-26T14:38:11.344Z | Downloaded ar_archive_writer v0.5.1 |
| 565 | 2026-08-26T14:38:11.346Z | Downloaded float-ord v0.3.2 |
| 566 | 2026-08-26T14:38:11.349Z | Downloaded arrayvec v0.7.6 |
| 567 | 2026-08-26T14:38:11.349Z | Downloaded base64ct v1.8.3 |
| 568 | 2026-08-26T14:38:11.349Z | Downloaded bitflags v1.3.2 |
| 569 | 2026-08-26T14:38:11.352Z | Downloaded hostname v0.3.1 |
| 570 | 2026-08-26T14:38:11.352Z | Downloaded float-cmp v0.10.0 |
| 571 | 2026-08-26T14:38:11.352Z | Downloaded ghash v0.6.0 |
| 572 | 2026-08-26T14:38:11.355Z | Downloaded fixedbitset v0.4.2 |
| 573 | 2026-08-26T14:38:11.355Z | Downloaded block-padding v0.4.2 |
| 574 | 2026-08-26T14:38:11.355Z | Downloaded compression-core v0.4.31 |
| 575 | 2026-08-26T14:38:11.360Z | Downloaded endian-type v0.1.2 |
| 576 | 2026-08-26T14:38:11.362Z | Downloaded env_filter v2.0.0 |
| 577 | 2026-08-26T14:38:11.365Z | Downloaded git-stub v1.0.0 |
| 578 | 2026-08-26T14:38:11.365Z | Downloaded hash32 v0.2.1 |
| 579 | 2026-08-26T14:38:11.365Z | Downloaded nibble_vec v0.1.0 |
| 580 | 2026-08-26T14:38:11.368Z | Downloaded nodrop v0.1.14 |
| 581 | 2026-08-26T14:38:11.372Z | Downloaded hex v0.4.3 |
| 582 | 2026-08-26T14:38:11.372Z | Downloaded cbc v0.2.1 |
| 583 | 2026-08-26T14:38:11.372Z | Downloaded http-range v0.1.5 |
| 584 | 2026-08-26T14:38:11.372Z | Downloaded backoff v0.4.0 |
| 585 | 2026-08-26T14:38:11.376Z | Downloaded cexpr v0.6.0 |
| 586 | 2026-08-26T14:38:11.376Z | Downloaded normalize-line-endings v0.3.0 |
| 587 | 2026-08-26T14:38:11.376Z | Downloaded openssl-macros v0.1.1 |
| 588 | 2026-08-26T14:38:11.376Z | Downloaded hex-literal v1.1.0 |
| 589 | 2026-08-26T14:38:11.379Z | Downloaded num v0.4.3 |
| 590 | 2026-08-26T14:38:11.379Z | Downloaded oxide-generation-macros v0.2.0 |
| 591 | 2026-08-26T14:38:11.379Z | Downloaded ena v0.14.4 |
| 592 | 2026-08-26T14:38:11.379Z | Downloaded filetime v0.2.27 |
| 593 | 2026-08-26T14:38:11.379Z | Downloaded highway v1.3.0 |
| 594 | 2026-08-26T14:38:11.382Z | Downloaded home v0.5.12 |
| 595 | 2026-08-26T14:38:11.382Z | Downloaded httpdate v1.0.3 |
| 596 | 2026-08-26T14:38:11.382Z | Downloaded proc-macro-crate v1.3.1 |
| 597 | 2026-08-26T14:38:11.385Z | Downloaded async-bb8-diesel v0.2.1 |
| 598 | 2026-08-26T14:38:11.385Z | Downloaded backon v1.6.0 |
| 599 | 2026-08-26T14:38:11.388Z | Downloaded bitfield v0.19.4 |
| 600 | 2026-08-26T14:38:11.388Z | Downloaded bit-vec v0.6.3 |
| 601 | 2026-08-26T14:38:11.388Z | Downloaded block-buffer v0.12.1 |
| 602 | 2026-08-26T14:38:11.391Z | Downloaded cipher v0.4.4 |
| 603 | 2026-08-26T14:38:11.391Z | Downloaded flagset v0.4.7 |
| 604 | 2026-08-26T14:38:11.391Z | Downloaded hubpack v0.1.2 |
| 605 | 2026-08-26T14:38:11.391Z | Downloaded hostname v0.4.2 |
| 606 | 2026-08-26T14:38:11.394Z | Downloaded http-body v1.0.1 |
| 607 | 2026-08-26T14:38:11.394Z | Downloaded cassowary v0.3.0 |
| 608 | 2026-08-26T14:38:11.394Z | Downloaded bs58 v0.5.1 |
| 609 | 2026-08-26T14:38:11.394Z | Downloaded chacha20 v0.9.1 |
| 610 | 2026-08-26T14:38:11.397Z | Downloaded bcs v0.1.6 |
| 611 | 2026-08-26T14:38:11.397Z | Downloaded cmake v0.1.57 |
| 612 | 2026-08-26T14:38:11.400Z | Downloaded hubpack_derive v0.1.1 |
| 613 | 2026-08-26T14:38:11.400Z | Downloaded predicates-core v1.0.10 |
| 614 | 2026-08-26T14:38:11.403Z | Downloaded radium v0.7.0 |
| 615 | 2026-08-26T14:38:11.405Z | Downloaded globwalk v0.9.1 |
| 616 | 2026-08-26T14:38:11.405Z | Downloaded num_threads v0.1.7 |
| 617 | 2026-08-26T14:38:11.406Z | Downloaded progenitor-client v0.14.0 |
| 618 | 2026-08-26T14:38:11.406Z | Downloaded ref-cast v1.0.25 |
| 619 | 2026-08-26T14:38:11.409Z | Downloaded scheduled-thread-pool v0.2.7 |
| 620 | 2026-08-26T14:38:11.412Z | Downloaded powerfmt v0.2.0 |
| 621 | 2026-08-26T14:38:11.414Z | Downloaded cipher v0.5.2 |
| 622 | 2026-08-26T14:38:11.417Z | Downloaded newline-converter v0.3.0 |
| 623 | 2026-08-26T14:38:11.420Z | Downloaded fixedbitset v0.5.7 |
| 624 | 2026-08-26T14:38:11.420Z | Downloaded buf-list v1.1.2 |
| 625 | 2026-08-26T14:38:11.423Z | Downloaded byte-wrapper v0.1.0 |
| 626 | 2026-08-26T14:38:11.423Z | Downloaded rustc-hash v2.1.1 |
| 627 | 2026-08-26T14:38:11.423Z | Downloaded scopeguard v1.2.0 |
| 628 | 2026-08-26T14:38:11.426Z | Downloaded ff v0.14.0 |
| 629 | 2026-08-26T14:38:11.426Z | Downloaded hash32 v0.3.1 |
| 630 | 2026-08-26T14:38:11.426Z | Downloaded serde_urlencoded v0.7.1 |
| 631 | 2026-08-26T14:38:11.429Z | Downloaded slog-envlogger v2.2.0 |
| 632 | 2026-08-26T14:38:11.431Z | Downloaded enum_dispatch v0.3.13 |
| 633 | 2026-08-26T14:38:11.431Z | Downloaded colored v2.2.0 |
| 634 | 2026-08-26T14:38:11.434Z | Downloaded erased-serde v0.3.31 |
| 635 | 2026-08-26T14:38:11.436Z | Downloaded rfc6979 v0.4.0 |
| 636 | 2026-08-26T14:38:11.436Z | Downloaded camino-tempfile-ext v0.3.3 |
| 637 | 2026-08-26T14:38:11.437Z | Downloaded cancel-safe-futures v0.1.5 |
| 638 | 2026-08-26T14:38:11.439Z | Downloaded nu-ansi-term v0.50.3 |
| 639 | 2026-08-26T14:38:11.439Z | Downloaded parse-display v0.10.0 |
| 640 | 2026-08-26T14:38:11.439Z | Downloaded num_enum v0.5.11 |
| 641 | 2026-08-26T14:38:11.442Z | Downloaded pem v3.0.6 |
| 642 | 2026-08-26T14:38:11.444Z | Downloaded signal-hook-mio v0.2.5 |
| 643 | 2026-08-26T14:38:11.444Z | Downloaded sqlparser_derive v0.5.0 |
| 644 | 2026-08-26T14:38:11.444Z | Downloaded rfc6979 v0.6.0 |
| 645 | 2026-08-26T14:38:11.447Z | Downloaded rustc_version v0.4.1 |
| 646 | 2026-08-26T14:38:11.449Z | Downloaded blake2 v0.11.0-rc.6 |
| 647 | 2026-08-26T14:38:11.452Z | Downloaded cmov v0.5.4 |
| 648 | 2026-08-26T14:38:11.452Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-08-26T14:38:11.455Z | Downloaded stable_deref_trait v1.2.1 |
| 650 | 2026-08-26T14:38:11.455Z | Downloaded sync_wrapper v1.0.2 |
| 651 | 2026-08-26T14:38:11.455Z | Downloaded console v0.15.11 |
| 652 | 2026-08-26T14:38:11.458Z | Downloaded testing_table v0.3.0 |
| 653 | 2026-08-26T14:38:11.458Z | Downloaded aho-corasick v1.1.4 |
| 654 | 2026-08-26T14:38:11.461Z | Downloaded base64 v0.22.1 |
| 655 | 2026-08-26T14:38:11.464Z | Downloaded find-msvc-tools v0.1.9 |
| 656 | 2026-08-26T14:38:11.466Z | Downloaded globset v0.4.18 |
| 657 | 2026-08-26T14:38:11.466Z | Downloaded group v0.13.0 |
| 658 | 2026-08-26T14:38:11.469Z | Downloaded group v0.14.0 |
| 659 | 2026-08-26T14:38:11.469Z | Downloaded phf v0.12.1 |
| 660 | 2026-08-26T14:38:11.469Z | Downloaded parse-display-derive v0.10.0 |
| 661 | 2026-08-26T14:38:11.469Z | Downloaded rand_core v0.10.0 |
| 662 | 2026-08-26T14:38:11.472Z | Downloaded want v0.3.1 |
| 663 | 2026-08-26T14:38:11.474Z | Downloaded bzip2 v0.4.4 |
| 664 | 2026-08-26T14:38:11.474Z | Downloaded bzip2 v0.6.1 |
| 665 | 2026-08-26T14:38:11.477Z | Downloaded clang-sys v1.8.1 |
| 666 | 2026-08-26T14:38:11.477Z | Downloaded colored v3.1.1 |
| 667 | 2026-08-26T14:38:11.479Z | Downloaded subtle v2.6.1 |
| 668 | 2026-08-26T14:38:11.479Z | Downloaded supports-unicode v3.0.0 |
| 669 | 2026-08-26T14:38:11.479Z | Downloaded take_mut v0.2.2 |
| 670 | 2026-08-26T14:38:11.480Z | Downloaded usdt v0.6.0 |
| 671 | 2026-08-26T14:38:11.480Z | Downloaded untrusted v0.9.0 |
| 672 | 2026-08-26T14:38:11.482Z | Downloaded ciborium v0.2.2 |
| 673 | 2026-08-26T14:38:11.482Z | Downloaded const-oid v0.9.6 |
| 674 | 2026-08-26T14:38:11.482Z | Downloaded rustc_version v0.1.7 |
| 675 | 2026-08-26T14:38:11.485Z | Downloaded serde-hex v0.1.0 |
| 676 | 2026-08-26T14:38:11.485Z | Downloaded unit-prefix v0.5.2 |
| 677 | 2026-08-26T14:38:11.485Z | Downloaded yoke-derive v0.8.1 |
| 678 | 2026-08-26T14:38:11.485Z | Downloaded zeroize_derive v1.5.0 |
| 679 | 2026-08-26T14:38:11.485Z | Downloaded half v1.8.3 |
| 680 | 2026-08-26T14:38:11.489Z | Downloaded hmac v0.12.1 |
| 681 | 2026-08-26T14:38:11.489Z | Downloaded rand_core v0.9.5 |
| 682 | 2026-08-26T14:38:11.489Z | Downloaded signal-hook-registry v1.4.8 |
| 683 | 2026-08-26T14:38:11.491Z | Downloaded xshell-macros v0.2.7 |
| 684 | 2026-08-26T14:38:11.491Z | Downloaded crc v3.4.0 |
| 685 | 2026-08-26T14:38:11.491Z | Downloaded serde_tokenstream v0.3.0 |
| 686 | 2026-08-26T14:38:11.491Z | Downloaded slog-term v2.9.2 |
| 687 | 2026-08-26T14:38:11.494Z | Downloaded ahash v0.8.12 |
| 688 | 2026-08-26T14:38:11.497Z | Downloaded pkcs1 v0.7.5 |
| 689 | 2026-08-26T14:38:11.497Z | Downloaded pkcs8 v0.11.0 |
| 690 | 2026-08-26T14:38:11.501Z | Downloaded crunchy v0.2.4 |
| 691 | 2026-08-26T14:38:11.504Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 692 | 2026-08-26T14:38:11.504Z | Downloaded debug-ignore v1.0.5 |
| 693 | 2026-08-26T14:38:11.504Z | Downloaded defmt-parser v1.0.0 |
| 694 | 2026-08-26T14:38:11.504Z | Downloaded async-trait v0.1.89 |
| 695 | 2026-08-26T14:38:11.506Z | Downloaded hmac v0.13.0 |
| 696 | 2026-08-26T14:38:11.506Z | Downloaded console v0.16.2 |
| 697 | 2026-08-26T14:38:11.509Z | Downloaded blake2 v0.10.6 |
| 698 | 2026-08-26T14:38:11.509Z | Downloaded env_logger v0.11.11 |
| 699 | 2026-08-26T14:38:11.512Z | Downloaded http-body-util v0.1.3 |
| 700 | 2026-08-26T14:38:11.512Z | Downloaded string_cache v0.8.9 |
| 701 | 2026-08-26T14:38:11.512Z | Downloaded stringprep v0.1.5 |
| 702 | 2026-08-26T14:38:11.514Z | Downloaded difflib v0.4.0 |
| 703 | 2026-08-26T14:38:11.514Z | Downloaded progenitor v0.14.0 |
| 704 | 2026-08-26T14:38:11.514Z | Downloaded progenitor-extras v0.2.0 |
| 705 | 2026-08-26T14:38:11.514Z | Downloaded backtrace v0.3.76 |
| 706 | 2026-08-26T14:38:11.517Z | Downloaded serde_path_to_error v0.1.20 |
| 707 | 2026-08-26T14:38:11.520Z | Downloaded siphasher v1.0.2 |
| 708 | 2026-08-26T14:38:11.520Z | Downloaded poly1305 v0.9.0 |
| 709 | 2026-08-26T14:38:11.520Z | Downloaded phf v0.13.1 |
| 710 | 2026-08-26T14:38:11.523Z | Downloaded progenitor-client v0.13.0 |
| 711 | 2026-08-26T14:38:11.523Z | Downloaded sec1 v0.7.3 |
| 712 | 2026-08-26T14:38:11.523Z | Downloaded darling_macro v0.20.11 |
| 713 | 2026-08-26T14:38:11.523Z | Downloaded dtrace-parser v0.3.0 |
| 714 | 2026-08-26T14:38:11.525Z | Downloaded dunce v1.0.5 |
| 715 | 2026-08-26T14:38:11.525Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 716 | 2026-08-26T14:38:11.528Z | Downloaded dof v0.4.0 |
| 717 | 2026-08-26T14:38:11.528Z | Downloaded idna_adapter v1.2.1 |
| 718 | 2026-08-26T14:38:11.531Z | Downloaded git-stub-vcs v0.1.0 |
| 719 | 2026-08-26T14:38:11.534Z | Downloaded httparse v1.10.1 |
| 720 | 2026-08-26T14:38:11.537Z | Downloaded chacha20 v0.10.0 |
| 721 | 2026-08-26T14:38:11.539Z | Downloaded parking_lot_core v0.9.12 |
| 722 | 2026-08-26T14:38:11.542Z | Downloaded spki v0.8.0 |
| 723 | 2026-08-26T14:38:11.542Z | Downloaded glob v0.3.3 |
| 724 | 2026-08-26T14:38:11.542Z | Downloaded yoke v0.8.1 |
| 725 | 2026-08-26T14:38:11.545Z | Downloaded tiny-keccak v2.0.2 |
| 726 | 2026-08-26T14:38:11.545Z | Downloaded progenitor v0.13.0 |
| 727 | 2026-08-26T14:38:11.545Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 728 | 2026-08-26T14:38:11.548Z | Downloaded jiff-static v0.2.34 |
| 729 | 2026-08-26T14:38:11.548Z | Downloaded libscf-sys v1.2.0 |
| 730 | 2026-08-26T14:38:11.548Z | Downloaded thread_local v1.1.9 |
| 731 | 2026-08-26T14:38:11.548Z | Downloaded critical-section v1.2.0 |
| 732 | 2026-08-26T14:38:11.551Z | Downloaded instability v0.3.11 |
| 733 | 2026-08-26T14:38:11.551Z | Downloaded oso v0.27.3 |
| 734 | 2026-08-26T14:38:11.554Z | Downloaded oxide-update-engine-types v0.1.2 |
| 735 | 2026-08-26T14:38:11.557Z | Downloaded elliptic-curve v0.14.1 |
| 736 | 2026-08-26T14:38:11.557Z | Downloaded corncobs v0.1.4 |
| 737 | 2026-08-26T14:38:11.557Z | Downloaded match_cfg v0.1.0 |
| 738 | 2026-08-26T14:38:11.560Z | Downloaded memoffset v0.9.1 |
| 739 | 2026-08-26T14:38:11.560Z | Downloaded compact_str v0.8.1 |
| 740 | 2026-08-26T14:38:11.566Z | Downloaded olpc-cjson v0.1.4 |
| 741 | 2026-08-26T14:38:11.569Z | Downloaded half v2.7.1 |
| 742 | 2026-08-26T14:38:11.572Z | Downloaded cc v1.2.56 |
| 743 | 2026-08-26T14:38:11.572Z | Downloaded openssl-probe v0.1.6 |
| 744 | 2026-08-26T14:38:11.575Z | Downloaded openssl-probe v0.2.1 |
| 745 | 2026-08-26T14:38:11.575Z | Downloaded oso-derive v0.27.3 |
| 746 | 2026-08-26T14:38:11.575Z | Downloaded term v1.2.1 |
| 747 | 2026-08-26T14:38:11.575Z | Downloaded kem v0.3.0 |
| 748 | 2026-08-26T14:38:11.578Z | Downloaded tokio-stream v0.1.18 |
| 749 | 2026-08-26T14:38:11.581Z | Downloaded tracing-attributes v0.1.31 |
| 750 | 2026-08-26T14:38:11.581Z | Downloaded vergen-lib v0.1.6 |
| 751 | 2026-08-26T14:38:11.584Z | Downloaded zerovec-derive v0.11.2 |
| 752 | 2026-08-26T14:38:11.584Z | Downloaded new_debug_unreachable v1.0.6 |
| 753 | 2026-08-26T14:38:11.584Z | Downloaded num-iter v0.1.45 |
| 754 | 2026-08-26T14:38:11.590Z | Downloaded rand_chacha v0.3.1 |
| 755 | 2026-08-26T14:38:11.593Z | Downloaded ctr v0.10.1 |
| 756 | 2026-08-26T14:38:11.596Z | Downloaded bytes v1.11.1 |
| 757 | 2026-08-26T14:38:11.599Z | Downloaded packed_struct_codegen v0.10.1 |
| 758 | 2026-08-26T14:38:11.599Z | Downloaded indoc v2.0.7 |
| 759 | 2026-08-26T14:38:11.599Z | Downloaded ipnet v2.12.0 |
| 760 | 2026-08-26T14:38:11.602Z | Downloaded chumsky v0.9.3 |
| 761 | 2026-08-26T14:38:11.602Z | Downloaded getrandom v0.3.4 |
| 762 | 2026-08-26T14:38:11.605Z | Downloaded omicron-zone-package v0.12.3 |
| 763 | 2026-08-26T14:38:11.608Z | Downloaded quick-error v1.2.3 |
| 764 | 2026-08-26T14:38:11.608Z | Downloaded getrandom v0.2.17 |
| 765 | 2026-08-26T14:38:11.608Z | Downloaded libefi-sys v0.1.0 |
| 766 | 2026-08-26T14:38:11.611Z | Downloaded libsw v3.5.0 |
| 767 | 2026-08-26T14:38:11.611Z | Downloaded russh-cryptovec v0.62.0 |
| 768 | 2026-08-26T14:38:11.611Z | Downloaded russh-util v0.52.0 |
| 769 | 2026-08-26T14:38:11.611Z | Downloaded seq-macro v0.3.6 |
| 770 | 2026-08-26T14:38:11.614Z | Downloaded sha1 v0.10.6 |
| 771 | 2026-08-26T14:38:11.614Z | Downloaded tinystr v0.8.2 |
| 772 | 2026-08-26T14:38:11.614Z | Downloaded unicode-properties v0.1.4 |
| 773 | 2026-08-26T14:38:11.618Z | Downloaded p384 v0.14.0 |
| 774 | 2026-08-26T14:38:11.621Z | Downloaded crossbeam-epoch v0.9.18 |
| 775 | 2026-08-26T14:38:11.624Z | Downloaded psl-types v2.0.11 |
| 776 | 2026-08-26T14:38:11.627Z | Downloaded sponge-cursor v0.1.0 |
| 777 | 2026-08-26T14:38:11.630Z | Downloaded signature v2.2.0 |
| 778 | 2026-08-26T14:38:11.630Z | Downloaded const-oid v0.10.2 |
| 779 | 2026-08-26T14:38:11.633Z | Downloaded derive_builder v0.20.2 |
| 780 | 2026-08-26T14:38:11.635Z | Downloaded digest v0.11.3 |
| 781 | 2026-08-26T14:38:11.639Z | Downloaded futures-util v0.3.32 |
| 782 | 2026-08-26T14:38:11.643Z | Downloaded tokio-test v0.4.5 |
| 783 | 2026-08-26T14:38:11.646Z | Downloaded try-lock v0.2.5 |
| 784 | 2026-08-26T14:38:11.647Z | Downloaded rayon-core v1.13.0 |
| 785 | 2026-08-26T14:38:11.650Z | Downloaded heapless v0.7.17 |
| 786 | 2026-08-26T14:38:11.650Z | Downloaded typify v0.6.2 |
| 787 | 2026-08-26T14:38:11.653Z | Downloaded hybrid-array v0.4.13 |
| 788 | 2026-08-26T14:38:11.653Z | Downloaded pin-project-internal v1.1.11 |
| 789 | 2026-08-26T14:38:11.653Z | Downloaded port-file v0.1.0 |
| 790 | 2026-08-26T14:38:11.656Z | Downloaded primefield v0.14.0 |
| 791 | 2026-08-26T14:38:11.656Z | Downloaded polyval v0.7.1 |
| 792 | 2026-08-26T14:38:11.658Z | Downloaded poly1305 v0.8.0 |
| 793 | 2026-08-26T14:38:11.659Z | Downloaded usdt-macro v0.6.0 |
| 794 | 2026-08-26T14:38:11.659Z | Downloaded lock_api v0.4.14 |
| 795 | 2026-08-26T14:38:11.659Z | Downloaded newtype-uuid-macros v0.1.0 |
| 796 | 2026-08-26T14:38:11.661Z | Downloaded multer v3.1.0 |
| 797 | 2026-08-26T14:38:11.661Z | Downloaded num-complex v0.4.6 |
| 798 | 2026-08-26T14:38:11.664Z | Downloaded signal-hook v0.3.18 |
| 799 | 2026-08-26T14:38:11.669Z | Downloaded chacha20poly1305 v0.10.1 |
| 800 | 2026-08-26T14:38:11.669Z | Downloaded darling v0.20.11 |
| 801 | 2026-08-26T14:38:11.672Z | Downloaded newtype-uuid v1.3.2 |
| 802 | 2026-08-26T14:38:11.672Z | Downloaded num-rational v0.4.2 |
| 803 | 2026-08-26T14:38:11.672Z | Downloaded ipnetwork v0.21.1 |
| 804 | 2026-08-26T14:38:11.672Z | Downloaded packed_struct v0.10.1 |
| 805 | 2026-08-26T14:38:11.672Z | Downloaded peg v0.8.5 |
| 806 | 2026-08-26T14:38:11.675Z | Downloaded resolv-conf v0.7.6 |
| 807 | 2026-08-26T14:38:11.675Z | Downloaded sec1 v0.8.1 |
| 808 | 2026-08-26T14:38:11.678Z | Downloaded rustc-demangle v0.1.27 |
| 809 | 2026-08-26T14:38:11.678Z | Downloaded convert_case v0.4.0 |
| 810 | 2026-08-26T14:38:11.678Z | Downloaded unarray v0.1.4 |
| 811 | 2026-08-26T14:38:11.680Z | Downloaded cpubits v0.1.1 |
| 812 | 2026-08-26T14:38:11.680Z | Downloaded async-compression v0.4.41 |
| 813 | 2026-08-26T14:38:11.683Z | Downloaded serdect v0.4.3 |
| 814 | 2026-08-26T14:38:11.686Z | Downloaded peg-macros v0.8.5 |
| 815 | 2026-08-26T14:38:11.686Z | Downloaded base64 v0.21.7 |
| 816 | 2026-08-26T14:38:11.689Z | Downloaded memmap2 v0.9.10 |
| 817 | 2026-08-26T14:38:11.689Z | Downloaded signal-hook-tokio v0.3.1 |
| 818 | 2026-08-26T14:38:11.689Z | Downloaded slog-async v2.8.0 |
| 819 | 2026-08-26T14:38:11.692Z | Downloaded darling_macro v0.13.4 |
| 820 | 2026-08-26T14:38:11.692Z | Downloaded dirs-next v2.0.0 |
| 821 | 2026-08-26T14:38:11.692Z | Downloaded headers v0.4.1 |
| 822 | 2026-08-26T14:38:11.695Z | Downloaded tinyvec v1.10.0 |
| 823 | 2026-08-26T14:38:11.695Z | Downloaded bumpalo v3.20.2 |
| 824 | 2026-08-26T14:38:11.698Z | Downloaded vte v0.14.1 |
| 825 | 2026-08-26T14:38:11.698Z | Downloaded diesel-dtrace v0.5.0 |
| 826 | 2026-08-26T14:38:11.701Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 827 | 2026-08-26T14:38:11.701Z | Downloaded schemars_derive v0.8.22 |
| 828 | 2026-08-26T14:38:11.701Z | Downloaded serde_derive_internals v0.29.1 |
| 829 | 2026-08-26T14:38:11.701Z | Downloaded signature v3.0.0 |
| 830 | 2026-08-26T14:38:11.704Z | Downloaded instant v0.1.13 |
| 831 | 2026-08-26T14:38:11.704Z | Downloaded lru-slab v0.1.2 |
| 832 | 2026-08-26T14:38:11.708Z | Downloaded document-features v0.2.12 |
| 833 | 2026-08-26T14:38:11.711Z | Downloaded dyn-clone v1.0.20 |
| 834 | 2026-08-26T14:38:11.715Z | Downloaded heapless v0.8.0 |
| 835 | 2026-08-26T14:38:11.718Z | Downloaded whoami v2.1.0 |
| 836 | 2026-08-26T14:38:11.722Z | Downloaded flate2 v1.1.9 |
| 837 | 2026-08-26T14:38:11.725Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-08-26T14:38:11.728Z | Downloaded vergen-git2 v9.1.0 |
| 839 | 2026-08-26T14:38:11.731Z | Downloaded der_derive v0.7.3 |
| 840 | 2026-08-26T14:38:11.731Z | Downloaded kstat-rs v0.2.5 |
| 841 | 2026-08-26T14:38:11.731Z | Downloaded zeroize v1.9.0 |
| 842 | 2026-08-26T14:38:11.731Z | Downloaded zstd v0.13.3 |
| 843 | 2026-08-26T14:38:11.734Z | Downloaded strum_macros v0.27.2 |
| 844 | 2026-08-26T14:38:11.734Z | Downloaded smf v0.2.3 |
| 845 | 2026-08-26T14:38:11.734Z | Downloaded ssh-encoding v0.3.0 |
| 846 | 2026-08-26T14:38:11.737Z | Downloaded stacker v0.1.23 |
| 847 | 2026-08-26T14:38:11.737Z | Downloaded illumos-nvpair v0.3.0 |
| 848 | 2026-08-26T14:38:11.737Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 849 | 2026-08-26T14:38:11.740Z | Downloaded ident_case v1.0.1 |
| 850 | 2026-08-26T14:38:11.740Z | Downloaded litrs v1.0.0 |
| 851 | 2026-08-26T14:38:11.740Z | Downloaded tls_codec v0.4.2 |
| 852 | 2026-08-26T14:38:11.743Z | Downloaded tokio-macros v2.7.0 |
| 853 | 2026-08-26T14:38:11.743Z | Downloaded crossbeam-deque v0.8.6 |
| 854 | 2026-08-26T14:38:11.743Z | Downloaded prettyplease v0.2.37 |
| 855 | 2026-08-26T14:38:11.747Z | Downloaded phc v0.6.1 |
| 856 | 2026-08-26T14:38:11.750Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 857 | 2026-08-26T14:38:11.764Z | Downloaded tui-tree-widget v0.23.1 |
| 858 | 2026-08-26T14:38:11.764Z | Downloaded unicase v2.9.0 |
| 859 | 2026-08-26T14:38:11.764Z | Downloaded wait-timeout v0.2.1 |
| 860 | 2026-08-26T14:38:11.764Z | Downloaded uzers v0.12.2 |
| 861 | 2026-08-26T14:38:11.764Z | Downloaded percent-encoding v2.3.2 |
| 862 | 2026-08-26T14:38:11.768Z | Downloaded multimap v0.10.1 |
| 863 | 2026-08-26T14:38:11.768Z | Downloaded parse-size v1.1.0 |
| 864 | 2026-08-26T14:38:11.768Z | Downloaded path-slash v0.1.5 |
| 865 | 2026-08-26T14:38:11.768Z | Downloaded predicates-tree v1.0.13 |
| 866 | 2026-08-26T14:38:11.768Z | Downloaded knus-derive v3.4.0 |
| 867 | 2026-08-26T14:38:11.771Z | Downloaded rand_xorshift v0.4.0 |
| 868 | 2026-08-26T14:38:11.771Z | Downloaded serde_plain v1.0.2 |
| 869 | 2026-08-26T14:38:11.774Z | Downloaded serde_cbor v0.11.2 |
| 870 | 2026-08-26T14:38:11.777Z | Downloaded jobserver v0.1.34 |
| 871 | 2026-08-26T14:38:11.780Z | Downloaded delegate v0.13.5 |
| 872 | 2026-08-26T14:38:11.783Z | Downloaded pin-project v1.1.11 |
| 873 | 2026-08-26T14:38:11.791Z | Downloaded icu_locale_core v2.1.1 |
| 874 | 2026-08-26T14:38:11.794Z | Downloaded maybe-uninit v2.0.0 |
| 875 | 2026-08-26T14:38:11.794Z | Downloaded sigpipe v0.1.3 |
| 876 | 2026-08-26T14:38:11.794Z | Downloaded hashbrown v0.13.2 |
| 877 | 2026-08-26T14:38:11.797Z | Downloaded smallvec v1.15.1 |
| 878 | 2026-08-26T14:38:11.797Z | Downloaded strsim v0.10.0 |
| 879 | 2026-08-26T14:38:11.800Z | Downloaded strum v0.26.3 |
| 880 | 2026-08-26T14:38:11.800Z | Downloaded strum v0.27.2 |
| 881 | 2026-08-26T14:38:11.800Z | Downloaded hashbrown v0.12.3 |
| 882 | 2026-08-26T14:38:11.800Z | Downloaded http v1.4.2 |
| 883 | 2026-08-26T14:38:11.804Z | Downloaded ryu v1.0.23 |
| 884 | 2026-08-26T14:38:11.807Z | Downloaded crc32fast v1.5.0 |
| 885 | 2026-08-26T14:38:11.807Z | Downloaded zip v0.6.6 |
| 886 | 2026-08-26T14:38:11.810Z | Downloaded libsw-core v0.3.2 |
| 887 | 2026-08-26T14:38:11.813Z | Downloaded unicode-xid v0.2.6 |
| 888 | 2026-08-26T14:38:11.816Z | Downloaded tinyvec_macros v0.1.1 |
| 889 | 2026-08-26T14:38:11.819Z | Downloaded miette-derive v7.6.0 |
| 890 | 2026-08-26T14:38:11.819Z | Downloaded owo-colors v4.3.0 |
| 891 | 2026-08-26T14:38:11.819Z | Downloaded darling_core v0.20.11 |
| 892 | 2026-08-26T14:38:11.822Z | Downloaded oxide-update-engine-display v0.1.2 |
| 893 | 2026-08-26T14:38:11.825Z | Downloaded pem-rfc7468 v0.7.0 |
| 894 | 2026-08-26T14:38:11.825Z | Downloaded potential_utf v0.1.4 |
| 895 | 2026-08-26T14:38:11.828Z | Downloaded topological-sort v0.2.2 |
| 896 | 2026-08-26T14:38:11.828Z | Downloaded zerofrom v0.1.6 |
| 897 | 2026-08-26T14:38:11.828Z | Downloaded steno v0.4.1 |
| 898 | 2026-08-26T14:38:11.831Z | Downloaded aes-gcm v0.11.0 |
| 899 | 2026-08-26T14:38:11.832Z | Downloaded derive_more v2.1.1 |
| 900 | 2026-08-26T14:38:11.838Z | Downloaded usdt-attr-macro v0.6.0 |
| 901 | 2026-08-26T14:38:11.841Z | Downloaded test-strategy v0.4.5 |
| 902 | 2026-08-26T14:38:11.841Z | Downloaded hyper-rustls v0.27.7 |
| 903 | 2026-08-26T14:38:11.844Z | Downloaded aes v0.9.1 |
| 904 | 2026-08-26T14:38:11.844Z | Downloaded darling_macro v0.23.0 |
| 905 | 2026-08-26T14:38:11.844Z | Downloaded secrecy v0.10.3 |
| 906 | 2026-08-26T14:38:11.847Z | Downloaded crucible-workspace-hack v0.1.0 |
| 907 | 2026-08-26T14:38:11.847Z | Downloaded dsl_auto_type v0.2.0 |
| 908 | 2026-08-26T14:38:11.847Z | Downloaded iana-time-zone v0.1.65 |
| 909 | 2026-08-26T14:38:11.847Z | Downloaded num_enum v0.7.6 |
| 910 | 2026-08-26T14:38:11.850Z | Downloaded shlex v1.3.0 |
| 911 | 2026-08-26T14:38:11.850Z | Downloaded smallvec v0.6.14 |
| 912 | 2026-08-26T14:38:11.853Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-08-26T14:38:11.853Z | Downloaded url v2.5.8 |
| 914 | 2026-08-26T14:38:11.857Z | Downloaded pretty_assertions v1.4.1 |
| 915 | 2026-08-26T14:38:11.857Z | Downloaded progenitor-impl v0.14.0 |
| 916 | 2026-08-26T14:38:11.857Z | Downloaded rcgen v0.12.1 |
| 917 | 2026-08-26T14:38:11.860Z | Downloaded icu_normalizer v2.1.1 |
| 918 | 2026-08-26T14:38:11.860Z | Downloaded ignore v0.4.25 |
| 919 | 2026-08-26T14:38:11.862Z | Downloaded darling v0.21.3 |
| 920 | 2026-08-26T14:38:11.866Z | Downloaded unsafe-libyaml v0.2.11 |
| 921 | 2026-08-26T14:38:11.866Z | Downloaded primeorder v0.13.6 |
| 922 | 2026-08-26T14:38:11.869Z | Downloaded mime v0.3.17 |
| 923 | 2026-08-26T14:38:11.869Z | Downloaded downcast-rs v2.0.2 |
| 924 | 2026-08-26T14:38:11.869Z | Downloaded rustyline v14.0.0 |
| 925 | 2026-08-26T14:38:11.872Z | Downloaded thiserror-no-std v2.0.2 |
| 926 | 2026-08-26T14:38:11.872Z | Downloaded cstr-argument v0.1.2 |
| 927 | 2026-08-26T14:38:11.872Z | Downloaded is-terminal v0.4.17 |
| 928 | 2026-08-26T14:38:11.875Z | Downloaded crossbeam-utils v0.8.21 |
| 929 | 2026-08-26T14:38:11.875Z | Downloaded subprocess v0.2.15 |
| 930 | 2026-08-26T14:38:11.879Z | Downloaded tokio-tungstenite v0.23.1 |
| 931 | 2026-08-26T14:38:11.879Z | Downloaded maplit v1.0.2 |
| 932 | 2026-08-26T14:38:11.882Z | Downloaded serde_with v1.14.0 |
| 933 | 2026-08-26T14:38:11.885Z | Downloaded pem-rfc7468 v1.0.0 |
| 934 | 2026-08-26T14:38:11.888Z | Downloaded nonempty v0.12.0 |
| 935 | 2026-08-26T14:38:11.888Z | Downloaded opaque-debug v0.3.1 |
| 936 | 2026-08-26T14:38:11.888Z | Downloaded walkdir v2.5.0 |
| 937 | 2026-08-26T14:38:11.891Z | Downloaded zstd-safe v7.2.4 |
| 938 | 2026-08-26T14:38:11.891Z | Downloaded serde_with_macros v1.5.2 |
| 939 | 2026-08-26T14:38:11.894Z | Downloaded slog-dtrace v0.3.0 |
| 940 | 2026-08-26T14:38:11.897Z | Downloaded scuffle v0.1.0 |
| 941 | 2026-08-26T14:38:11.900Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 942 | 2026-08-26T14:38:11.900Z | Downloaded const_format_proc_macros v0.2.34 |
| 943 | 2026-08-26T14:38:11.903Z | Downloaded tls_codec_derive v0.4.2 |
| 944 | 2026-08-26T14:38:11.903Z | Downloaded usdt-impl v0.6.0 |
| 945 | 2026-08-26T14:38:11.906Z | Downloaded vergen-lib v9.1.0 |
| 946 | 2026-08-26T14:38:11.906Z | Downloaded wyz v0.5.1 |
| 947 | 2026-08-26T14:38:11.910Z | Downloaded openssl-sys v0.9.117 |
| 948 | 2026-08-26T14:38:11.910Z | Downloaded unicode_categories v0.1.1 |
| 949 | 2026-08-26T14:38:11.913Z | Downloaded data-encoding v2.10.0 |
| 950 | 2026-08-26T14:38:11.913Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 951 | 2026-08-26T14:38:11.913Z | Downloaded typed-path v0.9.3 |
| 952 | 2026-08-26T14:38:11.916Z | Downloaded recursive v0.1.1 |
| 953 | 2026-08-26T14:38:11.916Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 954 | 2026-08-26T14:38:11.916Z | Downloaded scroll_derive v0.13.1 |
| 955 | 2026-08-26T14:38:11.919Z | Downloaded zerotrie v0.2.3 |
| 956 | 2026-08-26T14:38:11.919Z | Downloaded csv-core v0.1.13 |
| 957 | 2026-08-26T14:38:11.919Z | Downloaded keccak v0.2.0 |
| 958 | 2026-08-26T14:38:11.923Z | Downloaded serde-big-array v0.5.1 |
| 959 | 2026-08-26T14:38:11.923Z | Downloaded const_format v0.2.35 |
| 960 | 2026-08-26T14:38:11.926Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 961 | 2026-08-26T14:38:11.926Z | Downloaded derive_more v0.99.20 |
| 962 | 2026-08-26T14:38:11.929Z | Downloaded p521 v0.14.0 |
| 963 | 2026-08-26T14:38:11.929Z | Downloaded quinn-udp v0.5.14 |
| 964 | 2026-08-26T14:38:11.932Z | Downloaded rustls-pki-types v1.14.0 |
| 965 | 2026-08-26T14:38:11.932Z | Downloaded rand_chacha v0.9.0 |
| 966 | 2026-08-26T14:38:11.936Z | Downloaded ed25519 v3.0.0 |
| 967 | 2026-08-26T14:38:11.936Z | Downloaded hyper-staticfile v0.10.1 |
| 968 | 2026-08-26T14:38:11.940Z | Downloaded tower-layer v0.3.3 |
| 969 | 2026-08-26T14:38:11.940Z | Downloaded linear-map v1.2.0 |
| 970 | 2026-08-26T14:38:11.940Z | Downloaded module-lattice v0.2.3 |
| 971 | 2026-08-26T14:38:11.940Z | Downloaded tap v1.0.1 |
| 972 | 2026-08-26T14:38:11.944Z | Downloaded typify-macro v0.6.2 |
| 973 | 2026-08-26T14:38:11.947Z | Downloaded utf8_iter v1.0.4 |
| 974 | 2026-08-26T14:38:11.950Z | Downloaded darling_core v0.23.0 |
| 975 | 2026-08-26T14:38:11.956Z | Downloaded tar v0.4.46 |
| 976 | 2026-08-26T14:38:11.963Z | Downloaded newtype_derive v0.1.6 |
| 977 | 2026-08-26T14:38:11.966Z | Downloaded synstructure v0.13.2 |
| 978 | 2026-08-26T14:38:11.966Z | Downloaded term v0.7.0 |
| 979 | 2026-08-26T14:38:11.966Z | Downloaded wnaf v0.14.0 |
| 980 | 2026-08-26T14:38:11.969Z | Downloaded crc-catalog v2.4.0 |
| 981 | 2026-08-26T14:38:11.969Z | Downloaded zerofrom-derive v0.1.6 |
| 982 | 2026-08-26T14:38:11.973Z | Downloaded crc8 v0.1.1 |
| 983 | 2026-08-26T14:38:11.973Z | Downloaded dirs-sys-next v0.1.2 |
| 984 | 2026-08-26T14:38:11.973Z | Downloaded display-error-chain v0.2.2 |
| 985 | 2026-08-26T14:38:11.973Z | Downloaded indent_write v2.2.0 |
| 986 | 2026-08-26T14:38:11.973Z | Downloaded inout v0.2.2 |
| 987 | 2026-08-26T14:38:11.976Z | Downloaded reedline v0.40.0 |
| 988 | 2026-08-26T14:38:11.979Z | Downloaded socket2 v0.5.10 |
| 989 | 2026-08-26T14:38:11.979Z | Downloaded papergrid v0.18.0 |
| 990 | 2026-08-26T14:38:11.982Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 991 | 2026-08-26T14:38:11.982Z | Downloaded ed25519-dalek v3.0.0 |
| 992 | 2026-08-26T14:38:11.985Z | Downloaded miniz_oxide v0.8.9 |
| 993 | 2026-08-26T14:38:11.985Z | Downloaded num-integer v0.1.46 |
| 994 | 2026-08-26T14:38:11.988Z | Downloaded proc-macro-error2 v2.0.1 |
| 995 | 2026-08-26T14:38:11.988Z | Downloaded defmt v0.3.100 |
| 996 | 2026-08-26T14:38:11.988Z | Downloaded hyper-tls v0.6.0 |
| 997 | 2026-08-26T14:38:11.991Z | Downloaded rustversion v1.0.22 |
| 998 | 2026-08-26T14:38:11.991Z | Downloaded keccak v0.1.6 |
| 999 | 2026-08-26T14:38:11.991Z | Downloaded lru v0.12.5 |
| 1000 | 2026-08-26T14:38:11.991Z | Downloaded lru-cache v0.1.2 |
| 1001 | 2026-08-26T14:38:11.995Z | Downloaded yansi v1.0.1 |
| 1002 | 2026-08-26T14:38:11.998Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-08-26T14:38:12.003Z | Downloaded des v0.9.0 |
| 1004 | 2026-08-26T14:38:12.006Z | Downloaded unicode-bidi v0.3.18 |
| 1005 | 2026-08-26T14:38:12.006Z | Downloaded rusty-fork v0.3.1 |
| 1006 | 2026-08-26T14:38:12.006Z | Downloaded snafu-derive v0.8.9 |
| 1007 | 2026-08-26T14:38:12.009Z | Downloaded tokio-tungstenite v0.21.0 |
| 1008 | 2026-08-26T14:38:12.012Z | Downloaded slab v0.4.12 |
| 1009 | 2026-08-26T14:38:12.015Z | Downloaded vergen-gitcl v1.0.8 |
| 1010 | 2026-08-26T14:38:12.018Z | Downloaded mio v1.2.0 |
| 1011 | 2026-08-26T14:38:12.021Z | Downloaded hashbrown v0.14.5 |
| 1012 | 2026-08-26T14:38:12.024Z | Downloaded pkcs8 v0.10.2 |
| 1013 | 2026-08-26T14:38:12.027Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1014 | 2026-08-26T14:38:12.027Z | Downloaded progenitor-macro v0.14.0 |
| 1015 | 2026-08-26T14:38:12.027Z | Downloaded sha2 v0.11.0 |
| 1016 | 2026-08-26T14:38:12.030Z | Downloaded zopfli v0.8.3 |
| 1017 | 2026-08-26T14:38:12.033Z | Downloaded phf_shared v0.11.3 |
| 1018 | 2026-08-26T14:38:12.033Z | Downloaded phf_shared v0.12.1 |
| 1019 | 2026-08-26T14:38:12.033Z | Downloaded parking_lot v0.12.5 |
| 1020 | 2026-08-26T14:38:12.037Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1021 | 2026-08-26T14:38:12.037Z | Downloaded deranged v0.5.8 |
| 1022 | 2026-08-26T14:38:12.037Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1023 | 2026-08-26T14:38:12.041Z | Downloaded void v1.0.2 |
| 1024 | 2026-08-26T14:38:12.041Z | Downloaded whoami v1.6.1 |
| 1025 | 2026-08-26T14:38:12.041Z | Downloaded rpassword v7.5.4 |
| 1026 | 2026-08-26T14:38:12.044Z | Downloaded rand_pcg v0.10.2 |
| 1027 | 2026-08-26T14:38:12.044Z | Downloaded tokio-util v0.7.18 |
| 1028 | 2026-08-26T14:38:12.047Z | Downloaded supports-hyperlinks v3.2.0 |
| 1029 | 2026-08-26T14:38:12.047Z | Downloaded supports-color v3.0.2 |
| 1030 | 2026-08-26T14:38:12.050Z | Downloaded nanorand v0.7.0 |
| 1031 | 2026-08-26T14:38:12.050Z | Downloaded qorb v0.4.1 |
| 1032 | 2026-08-26T14:38:12.058Z | Downloaded ingot v0.2.1 |
| 1033 | 2026-08-26T14:38:12.062Z | Downloaded pbkdf2 v0.13.0 |
| 1034 | 2026-08-26T14:38:12.062Z | Downloaded time-core v0.1.8 |
| 1035 | 2026-08-26T14:38:12.062Z | Downloaded password-hash v0.5.0 |
| 1036 | 2026-08-26T14:38:12.065Z | Downloaded trait-variant v0.1.2 |
| 1037 | 2026-08-26T14:38:12.065Z | Downloaded utf-8 v0.7.6 |
| 1038 | 2026-08-26T14:38:12.068Z | Downloaded ed25519 v2.2.3 |
| 1039 | 2026-08-26T14:38:12.071Z | Downloaded serde_with_macros v3.21.0 |
| 1040 | 2026-08-26T14:38:12.071Z | Downloaded indoc v1.0.9 |
| 1041 | 2026-08-26T14:38:12.071Z | Downloaded hashbrown v0.16.1 |
| 1042 | 2026-08-26T14:38:12.074Z | Downloaded der v0.7.10 |
| 1043 | 2026-08-26T14:38:12.077Z | Downloaded internet-checksum v0.2.1 |
| 1044 | 2026-08-26T14:38:12.077Z | Downloaded md5 v0.8.0 |
| 1045 | 2026-08-26T14:38:12.080Z | Downloaded derive-where v1.6.0 |
| 1046 | 2026-08-26T14:38:12.083Z | Downloaded phf_shared v0.13.1 |
| 1047 | 2026-08-26T14:38:12.086Z | Downloaded r2d2 v0.8.10 |
| 1048 | 2026-08-26T14:38:12.086Z | Downloaded darling_macro v0.21.3 |
| 1049 | 2026-08-26T14:38:12.089Z | Downloaded same-file v1.0.6 |
| 1050 | 2026-08-26T14:38:12.092Z | Downloaded icu_provider v2.1.1 |
| 1051 | 2026-08-26T14:38:12.096Z | Downloaded samael v0.0.19 |
| 1052 | 2026-08-26T14:38:12.099Z | Downloaded hashbrown v0.15.5 |
| 1053 | 2026-08-26T14:38:12.103Z | Downloaded schemars v1.2.1 |
| 1054 | 2026-08-26T14:38:12.110Z | Downloaded pkcs5 v0.8.1 |
| 1055 | 2026-08-26T14:38:12.113Z | Downloaded strum_macros v0.26.4 |
| 1056 | 2026-08-26T14:38:12.116Z | Downloaded vsss-rs v3.3.4 |
| 1057 | 2026-08-26T14:38:12.116Z | Downloaded rand v0.10.1 |
| 1058 | 2026-08-26T14:38:12.119Z | Downloaded dropshot-api-manager v0.8.0 |
| 1059 | 2026-08-26T14:38:12.119Z | Downloaded oxide-generation v0.1.3 |
| 1060 | 2026-08-26T14:38:12.122Z | Downloaded num_enum_derive v0.5.11 |
| 1061 | 2026-08-26T14:38:12.122Z | Downloaded precomputed-hash v0.1.1 |
| 1062 | 2026-08-26T14:38:12.122Z | Downloaded secrecy v0.8.0 |
| 1063 | 2026-08-26T14:38:12.122Z | Downloaded serde_spanned v1.1.1 |
| 1064 | 2026-08-26T14:38:12.123Z | Downloaded litemap v0.8.1 |
| 1065 | 2026-08-26T14:38:12.126Z | Downloaded constant_time_eq v0.4.2 |
| 1066 | 2026-08-26T14:38:12.126Z | Downloaded scroll v0.13.0 |
| 1067 | 2026-08-26T14:38:12.126Z | Downloaded universal-hash v0.5.1 |
| 1068 | 2026-08-26T14:38:12.126Z | Downloaded rustls-pemfile v2.2.0 |
| 1069 | 2026-08-26T14:38:12.129Z | Downloaded tagptr v0.2.0 |
| 1070 | 2026-08-26T14:38:12.129Z | Downloaded daft v0.1.8 |
| 1071 | 2026-08-26T14:38:12.129Z | Downloaded shell-words v1.1.1 |
| 1072 | 2026-08-26T14:38:12.129Z | Downloaded sqlformat v0.3.5 |
| 1073 | 2026-08-26T14:38:12.135Z | Downloaded unicode-truncate v1.1.0 |
| 1074 | 2026-08-26T14:38:12.139Z | Downloaded universal-hash v0.6.1 |
| 1075 | 2026-08-26T14:38:12.142Z | Downloaded tungstenite v0.21.0 |
| 1076 | 2026-08-26T14:38:12.145Z | Downloaded publicsuffix v2.3.0 |
| 1077 | 2026-08-26T14:38:12.148Z | Downloaded tower-http v0.6.8 |
| 1078 | 2026-08-26T14:38:12.151Z | Downloaded linked-hash-map v0.5.6 |
| 1079 | 2026-08-26T14:38:12.155Z | Downloaded ingot-types v0.2.0 |
| 1080 | 2026-08-26T14:38:12.158Z | Downloaded lazy_static v1.5.0 |
| 1081 | 2026-08-26T14:38:12.158Z | Downloaded portable-atomic v1.13.1 |
| 1082 | 2026-08-26T14:38:12.161Z | Downloaded darling v0.23.0 |
| 1083 | 2026-08-26T14:38:12.164Z | Downloaded oxide-update-engine v0.1.2 |
| 1084 | 2026-08-26T14:38:12.167Z | Downloaded defmt v1.0.1 |
| 1085 | 2026-08-26T14:38:12.167Z | Downloaded parking_lot_core v0.8.6 |
| 1086 | 2026-08-26T14:38:12.170Z | Downloaded hkdf v0.12.4 |
| 1087 | 2026-08-26T14:38:12.170Z | Downloaded icu_normalizer_data v2.1.1 |
| 1088 | 2026-08-26T14:38:12.170Z | Downloaded icu_properties v2.1.2 |
| 1089 | 2026-08-26T14:38:12.174Z | Downloaded p256 v0.14.0 |
| 1090 | 2026-08-26T14:38:12.177Z | Downloaded ed25519-dalek v2.2.0 |
| 1091 | 2026-08-26T14:38:12.177Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1092 | 2026-08-26T14:38:12.180Z | Downloaded knus v3.4.0 |
| 1093 | 2026-08-26T14:38:12.180Z | Downloaded slog-scope v4.4.1 |
| 1094 | 2026-08-26T14:38:12.182Z | Downloaded ppv-lite86 v0.2.21 |
| 1095 | 2026-08-26T14:38:12.182Z | Downloaded progenitor-macro v0.13.0 |
| 1096 | 2026-08-26T14:38:12.186Z | Downloaded convert_case v0.10.0 |
| 1097 | 2026-08-26T14:38:12.190Z | Downloaded strum_macros v0.24.3 |
| 1098 | 2026-08-26T14:38:12.193Z | Downloaded slog-bunyan v2.5.0 |
| 1099 | 2026-08-26T14:38:12.193Z | Downloaded structmeta-derive v0.3.0 |
| 1100 | 2026-08-26T14:38:12.196Z | Downloaded cpufeatures v0.3.0 |
| 1101 | 2026-08-26T14:38:12.199Z | Downloaded crypto-common v0.2.2 |
| 1102 | 2026-08-26T14:38:12.202Z | Downloaded similar v2.7.0 |
| 1103 | 2026-08-26T14:38:12.205Z | Downloaded idna v1.1.0 |
| 1104 | 2026-08-26T14:38:12.208Z | Downloaded winnow v0.6.26 |
| 1105 | 2026-08-26T14:38:12.212Z | Downloaded snafu v0.8.9 |
| 1106 | 2026-08-26T14:38:12.215Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-08-26T14:38:12.219Z | Downloaded ssh-cipher v0.3.0 |
| 1108 | 2026-08-26T14:38:12.219Z | Downloaded md-5 v0.10.6 |
| 1109 | 2026-08-26T14:38:12.219Z | Downloaded ingot-macros v0.2.0 |
| 1110 | 2026-08-26T14:38:12.222Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1111 | 2026-08-26T14:38:12.222Z | Downloaded time-macros v0.2.27 |
| 1112 | 2026-08-26T14:38:12.222Z | Downloaded native-tls v0.2.18 |
| 1113 | 2026-08-26T14:38:12.222Z | Downloaded hkdf v0.13.0 |
| 1114 | 2026-08-26T14:38:12.226Z | Downloaded diesel_derives v2.3.7 |
| 1115 | 2026-08-26T14:38:12.229Z | Downloaded paste v1.0.15 |
| 1116 | 2026-08-26T14:38:12.233Z | Downloaded darling v0.13.4 |
| 1117 | 2026-08-26T14:38:12.233Z | Downloaded postgres-protocol v0.6.10 |
| 1118 | 2026-08-26T14:38:12.237Z | Downloaded slog v2.8.2 |
| 1119 | 2026-08-26T14:38:12.240Z | Downloaded rtoolbox v0.0.3 |
| 1120 | 2026-08-26T14:38:12.240Z | Downloaded sync-ptr v0.1.4 |
| 1121 | 2026-08-26T14:38:12.240Z | Downloaded thread-id v5.1.0 |
| 1122 | 2026-08-26T14:38:12.243Z | Downloaded oxnet v0.1.6 |
| 1123 | 2026-08-26T14:38:12.246Z | Downloaded rand_core v0.6.4 |
| 1124 | 2026-08-26T14:38:12.246Z | Downloaded quinn v0.11.11 |
| 1125 | 2026-08-26T14:38:12.249Z | Downloaded scrypt v0.12.0 |
| 1126 | 2026-08-26T14:38:12.259Z | Downloaded simd-adler32 v0.3.8 |
| 1127 | 2026-08-26T14:38:12.262Z | Downloaded twox-hash v2.1.2 |
| 1128 | 2026-08-26T14:38:12.262Z | Downloaded pin-project-lite v0.2.17 |
| 1129 | 2026-08-26T14:38:12.265Z | Downloaded num-derive v0.4.2 |
| 1130 | 2026-08-26T14:38:12.265Z | Downloaded derive_builder_macro v0.20.2 |
| 1131 | 2026-08-26T14:38:12.268Z | Downloaded digest-io v0.1.0 |
| 1132 | 2026-08-26T14:38:12.268Z | Downloaded structmeta v0.3.0 |
| 1133 | 2026-08-26T14:38:12.268Z | Downloaded either v1.15.0 |
| 1134 | 2026-08-26T14:38:12.268Z | Downloaded libloading v0.8.9 |
| 1135 | 2026-08-26T14:38:12.271Z | Downloaded postgres-types v0.2.12 |
| 1136 | 2026-08-26T14:38:12.271Z | Downloaded tokio-native-tls v0.3.1 |
| 1137 | 2026-08-26T14:38:12.274Z | Downloaded crossterm v0.28.1 |
| 1138 | 2026-08-26T14:38:12.277Z | Downloaded winnow v1.0.3 |
| 1139 | 2026-08-26T14:38:12.282Z | Downloaded writeable v0.6.2 |
| 1140 | 2026-08-26T14:38:12.285Z | Downloaded reqwest v0.13.2 |
| 1141 | 2026-08-26T14:38:12.288Z | Downloaded termios v0.3.3 |
| 1142 | 2026-08-26T14:38:12.288Z | Downloaded num-bigint-dig v0.8.6 |
| 1143 | 2026-08-26T14:38:12.291Z | Downloaded tungstenite v0.23.0 |
| 1144 | 2026-08-26T14:38:12.291Z | Downloaded x509-cert v0.2.5 |
| 1145 | 2026-08-26T14:38:12.294Z | Downloaded xshell v0.2.7 |
| 1146 | 2026-08-26T14:38:12.297Z | Downloaded password-hash v0.6.1 |
| 1147 | 2026-08-26T14:38:12.298Z | Downloaded ecdsa v0.16.9 |
| 1148 | 2026-08-26T14:38:12.298Z | Downloaded lzss v0.8.2 |
| 1149 | 2026-08-26T14:38:12.298Z | Downloaded salty v0.3.0 |
| 1150 | 2026-08-26T14:38:12.301Z | Downloaded is_ci v1.2.0 |
| 1151 | 2026-08-26T14:38:12.304Z | Downloaded num-conv v0.2.0 |
| 1152 | 2026-08-26T14:38:12.304Z | Downloaded peg-runtime v0.8.5 |
| 1153 | 2026-08-26T14:38:12.304Z | Downloaded tower-service v0.3.3 |
| 1154 | 2026-08-26T14:38:12.304Z | Downloaded cookie_store v0.22.1 |
| 1155 | 2026-08-26T14:38:12.304Z | Downloaded h2 v0.4.15 |
| 1156 | 2026-08-26T14:38:12.307Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1157 | 2026-08-26T14:38:12.310Z | Downloaded mime_guess v2.0.5 |
| 1158 | 2026-08-26T14:38:12.310Z | Downloaded daft-derive v0.1.8 |
| 1159 | 2026-08-26T14:38:12.313Z | Downloaded drift v0.2.0 |
| 1160 | 2026-08-26T14:38:12.319Z | Downloaded bitvec v1.0.1 |
| 1161 | 2026-08-26T14:38:12.329Z | Downloaded rustls-native-certs v0.8.3 |
| 1162 | 2026-08-26T14:38:12.329Z | Downloaded predicates v3.1.4 |
| 1163 | 2026-08-26T14:38:12.329Z | Downloaded sha1 v0.11.0 |
| 1164 | 2026-08-26T14:38:12.329Z | Downloaded waitgroup v0.1.2 |
| 1165 | 2026-08-26T14:38:12.329Z | Downloaded zone_cfg_derive v0.3.1 |
| 1166 | 2026-08-26T14:38:12.329Z | Downloaded lalrpop-util v0.19.12 |
| 1167 | 2026-08-26T14:38:12.333Z | Downloaded rawzip v0.4.4 |
| 1168 | 2026-08-26T14:38:12.333Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1169 | 2026-08-26T14:38:12.336Z | Downloaded itertools v0.13.0 |
| 1170 | 2026-08-26T14:38:12.339Z | Downloaded winnow v0.5.40 |
| 1171 | 2026-08-26T14:38:12.343Z | Downloaded toml v0.7.8 |
| 1172 | 2026-08-26T14:38:12.346Z | Downloaded itertools v0.14.0 |
| 1173 | 2026-08-26T14:38:12.350Z | Downloaded primeorder v0.14.0 |
| 1174 | 2026-08-26T14:38:12.353Z | Downloaded serde_repr v0.1.20 |
| 1175 | 2026-08-26T14:38:12.353Z | Downloaded serde_bytes v0.11.19 |
| 1176 | 2026-08-26T14:38:12.353Z | Downloaded xattr v1.6.1 |
| 1177 | 2026-08-26T14:38:12.353Z | Downloaded managed v0.8.0 |
| 1178 | 2026-08-26T14:38:12.353Z | Downloaded ref-cast-impl v1.0.25 |
| 1179 | 2026-08-26T14:38:12.356Z | Downloaded inout v0.1.4 |
| 1180 | 2026-08-26T14:38:12.356Z | Downloaded blake3 v1.8.5 |
| 1181 | 2026-08-26T14:38:12.359Z | Downloaded libxml v0.3.3 |
| 1182 | 2026-08-26T14:38:12.362Z | Downloaded nom v8.0.0 |
| 1183 | 2026-08-26T14:38:12.365Z | Downloaded indicatif v0.18.4 |
| 1184 | 2026-08-26T14:38:12.368Z | Downloaded dropshot_endpoint v0.17.1 |
| 1185 | 2026-08-26T14:38:12.368Z | Downloaded proc-macro-crate v3.4.0 |
| 1186 | 2026-08-26T14:38:12.370Z | Downloaded sapling-renderdag v0.1.0 |
| 1187 | 2026-08-26T14:38:12.371Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1188 | 2026-08-26T14:38:12.371Z | Downloaded derive-ex v0.1.8 |
| 1189 | 2026-08-26T14:38:12.371Z | Downloaded indexmap v1.9.3 |
| 1190 | 2026-08-26T14:38:12.374Z | Downloaded tower v0.5.3 |
| 1191 | 2026-08-26T14:38:12.377Z | Downloaded spin v0.9.8 |
| 1192 | 2026-08-26T14:38:12.381Z | Downloaded rsa v0.9.10 |
| 1193 | 2026-08-26T14:38:12.385Z | Downloaded schemars v0.9.0 |
| 1194 | 2026-08-26T14:38:12.388Z | Downloaded vergen v9.1.0 |
| 1195 | 2026-08-26T14:38:12.388Z | Downloaded slog-json v2.6.1 |
| 1196 | 2026-08-26T14:38:12.388Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1197 | 2026-08-26T14:38:12.391Z | Downloaded zerocopy v0.6.6 |
| 1198 | 2026-08-26T14:38:12.391Z | Downloaded zip v4.6.1 |
| 1199 | 2026-08-26T14:38:12.394Z | Downloaded zone v0.3.1 |
| 1200 | 2026-08-26T14:38:12.395Z | Downloaded tabwriter v1.4.1 |
| 1201 | 2026-08-26T14:38:12.395Z | Downloaded termtree v0.5.1 |
| 1202 | 2026-08-26T14:38:12.398Z | Downloaded diff v0.1.13 |
| 1203 | 2026-08-26T14:38:12.398Z | Downloaded tokio-dtrace v0.1.1 |
| 1204 | 2026-08-26T14:38:12.398Z | Downloaded defmt-macros v1.0.1 |
| 1205 | 2026-08-26T14:38:12.401Z | Downloaded semver v0.1.20 |
| 1206 | 2026-08-26T14:38:12.401Z | Downloaded rayon v1.11.0 |
| 1207 | 2026-08-26T14:38:12.404Z | Downloaded salsa20 v0.11.0 |
| 1208 | 2026-08-26T14:38:12.407Z | Downloaded humantime v2.3.0 |
| 1209 | 2026-08-26T14:38:12.407Z | Downloaded num-traits v0.2.19 |
| 1210 | 2026-08-26T14:38:12.407Z | Downloaded crypto-bigint v0.5.5 |
| 1211 | 2026-08-26T14:38:12.410Z | Downloaded uuid v1.23.4 |
| 1212 | 2026-08-26T14:38:12.413Z | Downloaded schemars v0.8.22 |
| 1213 | 2026-08-26T14:38:12.417Z | Downloaded darling_core v0.21.3 |
| 1214 | 2026-08-26T14:38:12.420Z | Downloaded num_enum_derive v0.7.6 |
| 1215 | 2026-08-26T14:38:12.423Z | Downloaded static_assertions v1.1.0 |
| 1216 | 2026-08-26T14:38:12.423Z | Downloaded support-bundle-viewer v0.1.2 |
| 1217 | 2026-08-26T14:38:12.423Z | Downloaded tracing-core v0.1.36 |
| 1218 | 2026-08-26T14:38:12.426Z | Downloaded derive_builder_core v0.20.2 |
| 1219 | 2026-08-26T14:38:12.426Z | Downloaded spki v0.7.3 |
| 1220 | 2026-08-26T14:38:12.426Z | Downloaded aws-lc-rs v1.16.3 |
| 1221 | 2026-08-26T14:38:12.430Z | Downloaded bindgen v0.71.1 |
| 1222 | 2026-08-26T14:38:12.434Z | Downloaded crypto-primes v0.7.2 |
| 1223 | 2026-08-26T14:38:12.437Z | Downloaded zerocopy-derive v0.8.55 |
| 1224 | 2026-08-26T14:38:12.441Z | Downloaded rustls-webpki v0.103.13 |
| 1225 | 2026-08-26T14:38:12.444Z | Downloaded derive_more-impl v2.1.1 |
| 1226 | 2026-08-26T14:38:12.447Z | Downloaded untrusted v0.7.1 |
| 1227 | 2026-08-26T14:38:12.447Z | Downloaded displaydoc v0.2.5 |
| 1228 | 2026-08-26T14:38:12.450Z | Downloaded tough v0.22.0 |
| 1229 | 2026-08-26T14:38:12.453Z | Downloaded pkg-config v0.3.32 |
| 1230 | 2026-08-26T14:38:12.454Z | Downloaded slog-stdlog v4.1.1 |
| 1231 | 2026-08-26T14:38:12.454Z | Downloaded tokio-rustls v0.26.4 |
| 1232 | 2026-08-26T14:38:12.457Z | Downloaded num-bigint v0.4.6 |
| 1233 | 2026-08-26T14:38:12.460Z | Downloaded psm v0.1.30 |
| 1234 | 2026-08-26T14:38:12.460Z | Downloaded crc-any v2.5.0 |
| 1235 | 2026-08-26T14:38:12.460Z | Downloaded icu_properties_data v2.1.2 |
| 1236 | 2026-08-26T14:38:12.464Z | Downloaded chrono v0.4.45 |
| 1237 | 2026-08-26T14:38:12.468Z | Downloaded ecdsa v0.17.0 |
| 1238 | 2026-08-26T14:38:12.471Z | Downloaded elliptic-curve v0.13.8 |
| 1239 | 2026-08-26T14:38:12.474Z | Downloaded rand v0.9.2 |
| 1240 | 2026-08-26T14:38:12.474Z | Downloaded progenitor-impl v0.13.0 |
| 1241 | 2026-08-26T14:38:12.474Z | Downloaded rand_seeder v0.4.0 |
| 1242 | 2026-08-26T14:38:12.478Z | Downloaded ron v0.8.1 |
| 1243 | 2026-08-26T14:38:12.481Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1244 | 2026-08-26T14:38:12.481Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1245 | 2026-08-26T14:38:12.481Z | Downloaded parking_lot v0.11.2 |
| 1246 | 2026-08-26T14:38:12.484Z | Downloaded itertools v0.10.5 |
| 1247 | 2026-08-26T14:38:12.488Z | Downloaded yasna v0.5.2 |
| 1248 | 2026-08-26T14:38:12.488Z | Downloaded tokio-postgres v0.7.16 |
| 1249 | 2026-08-26T14:38:12.492Z | Downloaded git2 v0.20.4 |
| 1250 | 2026-08-26T14:38:12.495Z | Downloaded miette v7.6.0 |
| 1251 | 2026-08-26T14:38:12.498Z | Downloaded ctutils v0.4.2 |
| 1252 | 2026-08-26T14:38:12.498Z | Downloaded nom v7.1.3 |
| 1253 | 2026-08-26T14:38:12.501Z | Downloaded cookie v0.18.1 |
| 1254 | 2026-08-26T14:38:12.501Z | Downloaded hyper v1.10.1 |
| 1255 | 2026-08-26T14:38:12.504Z | Downloaded darling_core v0.13.4 |
| 1256 | 2026-08-26T14:38:12.508Z | Downloaded itertools v0.15.0 |
| 1257 | 2026-08-26T14:38:12.512Z | Downloaded postcard v1.1.3 |
| 1258 | 2026-08-26T14:38:12.515Z | Downloaded zerovec v0.11.5 |
| 1259 | 2026-08-26T14:38:12.518Z | Downloaded unicode-segmentation v1.12.0 |
| 1260 | 2026-08-26T14:38:12.529Z | Downloaded rand v0.8.6 |
| 1261 | 2026-08-26T14:38:12.532Z | Downloaded smoltcp v0.9.1 |
| 1262 | 2026-08-26T14:38:12.536Z | Downloaded ml-kem v0.3.2 |
| 1263 | 2026-08-26T14:38:12.539Z | Downloaded time v0.3.47 |
| 1264 | 2026-08-26T14:38:12.545Z | Downloaded hyper-util v0.1.20 |
| 1265 | 2026-08-26T14:38:12.548Z | Downloaded der v0.8.0 |
| 1266 | 2026-08-26T14:38:12.566Z | Downloaded goblin v0.10.5 |
| 1267 | 2026-08-26T14:38:12.572Z | Downloaded rsa v0.10.0-rc.18 |
| 1268 | 2026-08-26T14:38:12.582Z | Downloaded crossbeam-channel v0.5.15 |
| 1269 | 2026-08-26T14:38:12.585Z | Downloaded crossterm v0.29.0 |
| 1270 | 2026-08-26T14:38:12.588Z | Downloaded itertools v0.12.1 |
| 1271 | 2026-08-26T14:38:12.591Z | Downloaded minimal-lexical v0.2.1 |
| 1272 | 2026-08-26T14:38:12.594Z | Downloaded regex v1.12.3 |
| 1273 | 2026-08-26T14:38:12.597Z | Downloaded icu_collections v2.1.1 |
| 1274 | 2026-08-26T14:38:12.600Z | Downloaded russh v0.62.4 |
| 1275 | 2026-08-26T14:38:12.604Z | Downloaded radix_trie v0.2.1 |
| 1276 | 2026-08-26T14:38:12.607Z | Downloaded toml_edit v0.19.15 |
| 1277 | 2026-08-26T14:38:12.616Z | Downloaded gimli v0.32.3 |
| 1278 | 2026-08-26T14:38:12.619Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-08-26T14:38:12.626Z | Downloaded iddqd v0.4.2 |
| 1280 | 2026-08-26T14:38:12.629Z | Downloaded iri-string v0.7.10 |
| 1281 | 2026-08-26T14:38:12.633Z | Downloaded tabled v0.21.0 |
| 1282 | 2026-08-26T14:38:12.643Z | Downloaded serde_with v3.21.0 |
| 1283 | 2026-08-26T14:38:12.650Z | Downloaded lalrpop v0.19.12 |
| 1284 | 2026-08-26T14:38:12.659Z | Downloaded polar-core v0.27.3 |
| 1285 | 2026-08-26T14:38:12.663Z | Downloaded quinn-proto v0.11.16 |
| 1286 | 2026-08-26T14:38:12.675Z | Downloaded object v0.30.4 |
| 1287 | 2026-08-26T14:38:12.687Z | Downloaded zlib-rs v0.6.2 |
| 1288 | 2026-08-26T14:38:12.699Z | Downloaded sha3 v0.12.0 |
| 1289 | 2026-08-26T14:38:12.703Z | Downloaded libm v0.2.16 |
| 1290 | 2026-08-26T14:38:12.706Z | Downloaded regress v0.11.1 |
| 1291 | 2026-08-26T14:38:12.713Z | Downloaded jiff-core v0.1.0 |
| 1292 | 2026-08-26T14:38:12.717Z | Downloaded unicode-normalization v0.1.25 |
| 1293 | 2026-08-26T14:38:12.723Z | Downloaded curve25519-dalek v5.0.0 |
| 1294 | 2026-08-26T14:38:12.729Z | Downloaded smoltcp v0.11.0 |
| 1295 | 2026-08-26T14:38:12.735Z | Downloaded zerocopy v0.8.55 |
| 1296 | 2026-08-26T14:38:12.751Z | Downloaded rustix v0.38.44 |
| 1297 | 2026-08-26T14:38:12.765Z | Downloaded petname v2.0.2 |
| 1298 | 2026-08-26T14:38:12.768Z | Downloaded regex-syntax v0.6.29 |
| 1299 | 2026-08-26T14:38:12.772Z | Downloaded vcpkg v0.2.15 |
| 1300 | 2026-08-26T14:38:12.793Z | Downloaded reqwest v0.12.28 |
| 1301 | 2026-08-26T14:38:12.796Z | Downloaded object v0.37.3 |
| 1302 | 2026-08-26T14:38:12.801Z | Downloaded nix v0.27.1 |
| 1303 | 2026-08-26T14:38:12.807Z | Downloaded quick-xml v0.37.5 |
| 1304 | 2026-08-26T14:38:12.810Z | Downloaded syn v3.0.3 |
| 1305 | 2026-08-26T14:38:12.817Z | Downloaded tracing v0.1.44 |
| 1306 | 2026-08-26T14:38:12.828Z | Downloaded nix v0.28.0 |
| 1307 | 2026-08-26T14:38:12.834Z | Downloaded p384 v0.13.1 |
| 1308 | 2026-08-26T14:38:12.840Z | Downloaded crypto-bigint v0.7.5 |
| 1309 | 2026-08-26T14:38:12.845Z | Downloaded sqlparser v0.61.0 |
| 1310 | 2026-08-26T14:38:12.850Z | Downloaded openapiv3 v2.2.0 |
| 1311 | 2026-08-26T14:38:12.857Z | Downloaded sha3 v0.11.0 |
| 1312 | 2026-08-26T14:38:12.860Z | Downloaded proptest v1.11.0 |
| 1313 | 2026-08-26T14:38:12.863Z | Downloaded zerocopy-derive v0.6.6 |
| 1314 | 2026-08-26T14:38:12.869Z | Downloaded hickory-proto v0.24.4 |
| 1315 | 2026-08-26T14:38:12.878Z | Downloaded curve25519-dalek v4.1.3 |
| 1316 | 2026-08-26T14:38:12.882Z | Downloaded sled v0.34.7 |
| 1317 | 2026-08-26T14:38:12.887Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1318 | 2026-08-26T14:38:12.896Z | Downloaded moka v0.12.13 |
| 1319 | 2026-08-26T14:38:12.900Z | Downloaded regress v0.10.5 |
| 1320 | 2026-08-26T14:38:12.905Z | Downloaded openssl v0.10.80 |
| 1321 | 2026-08-26T14:38:12.909Z | Downloaded regex-syntax v0.8.10 |
| 1322 | 2026-08-26T14:38:12.913Z | Downloaded hickory-proto v0.25.2 |
| 1323 | 2026-08-26T14:38:12.921Z | Downloaded chrono-tz v0.10.4 |
| 1324 | 2026-08-26T14:38:12.933Z | Downloaded jiff v0.2.34 |
| 1325 | 2026-08-26T14:38:12.946Z | Downloaded nix v0.31.2 |
| 1326 | 2026-08-26T14:38:12.961Z | Downloaded libz-sys v1.1.24 |
| 1327 | 2026-08-26T14:38:12.970Z | Downloaded dropshot v0.17.1 |
| 1328 | 2026-08-26T14:38:12.984Z | Downloaded rustls v0.23.41 |
| 1329 | 2026-08-26T14:38:12.990Z | Downloaded diesel v2.3.7 |
| 1330 | 2026-08-26T14:38:13.041Z | Downloaded typify-impl v0.6.2 |
| 1331 | 2026-08-26T14:38:13.051Z | Downloaded ratatui v0.29.0 |
| 1332 | 2026-08-26T14:38:13.069Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1333 | 2026-08-26T14:38:13.107Z | Downloaded regex-automata v0.4.14 |
| 1334 | 2026-08-26T14:38:13.115Z | Downloaded petgraph v0.6.5 |
| 1335 | 2026-08-26T14:38:13.150Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1336 | 2026-08-26T14:38:13.173Z | Downloaded petgraph v0.8.3 |
| 1337 | 2026-08-26T14:38:13.201Z | Downloaded csv v1.4.0 |
| 1338 | 2026-08-26T14:38:13.215Z | Downloaded sha3 v0.10.8 |
| 1339 | 2026-08-26T14:38:13.220Z | Downloaded tokio v1.52.1 |
| 1340 | 2026-08-26T14:38:13.269Z | Downloaded encoding_rs v0.8.35 |
| 1341 | 2026-08-26T14:38:13.283Z | Downloaded ring v0.17.14 |
| 1342 | 2026-08-26T14:38:13.487Z | Downloaded aws-lc-sys v0.40.0 |
| 1343 | 2026-08-26T14:38:13.744Z | Compiling serde_core v1.0.228 |
| 1344 | 2026-08-26T14:38:13.744Z | Compiling libc v0.2.185 |
| 1345 | 2026-08-26T14:38:13.744Z | Compiling serde v1.0.228 |
| 1346 | 2026-08-26T14:38:13.747Z | Compiling log v0.4.33 |
| 1347 | 2026-08-26T14:38:13.747Z | Compiling smallvec v1.15.1 |
| 1348 | 2026-08-26T14:38:13.747Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-08-26T14:38:13.747Z | Compiling shlex v1.3.0 |
| 1350 | 2026-08-26T14:38:13.747Z | Compiling syn v2.0.117 |
| 1351 | 2026-08-26T14:38:14.090Z | Compiling subtle v2.6.1 |
| 1352 | 2026-08-26T14:38:14.104Z | Compiling scopeguard v1.2.0 |
| 1353 | 2026-08-26T14:38:14.127Z | Compiling stable_deref_trait v1.2.1 |
| 1354 | 2026-08-26T14:38:14.182Z | Compiling lock_api v0.4.14 |
| 1355 | 2026-08-26T14:38:14.265Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-26T14:38:14.269Z | Compiling zerocopy v0.8.55 |
| 1357 | 2026-08-26T14:38:14.348Z | Compiling portable-atomic v1.13.1 |
| 1358 | 2026-08-26T14:38:14.351Z | Compiling serde_json v1.0.151 |
| 1359 | 2026-08-26T14:38:14.467Z | Compiling critical-section v1.2.0 |
| 1360 | 2026-08-26T14:38:14.553Z | Compiling libm v0.2.16 |
| 1361 | 2026-08-26T14:38:14.581Z | Compiling num-traits v0.2.19 |
| 1362 | 2026-08-26T14:38:14.762Z | Compiling pkg-config v0.3.32 |
| 1363 | 2026-08-26T14:38:14.858Z | Compiling errno v0.3.14 |
| 1364 | 2026-08-26T14:38:14.876Z | Compiling jobserver v0.1.34 |
| 1365 | 2026-08-26T14:38:14.933Z | Compiling getrandom v0.2.17 |
| 1366 | 2026-08-26T14:38:15.148Z | Compiling cc v1.2.56 |
| 1367 | 2026-08-26T14:38:15.170Z | Compiling rand_core v0.6.4 |
| 1368 | 2026-08-26T14:38:15.264Z | Compiling generic-array v0.14.7 |
| 1369 | 2026-08-26T14:38:15.320Z | Compiling pin-project-lite v0.2.17 |
| 1370 | 2026-08-26T14:38:15.423Z | Compiling once_cell v1.21.3 |
| 1371 | 2026-08-26T14:38:15.438Z | Compiling getrandom v0.4.3 |
| 1372 | 2026-08-26T14:38:15.454Z | Compiling const-oid v0.9.6 |
| 1373 | 2026-08-26T14:38:15.468Z | Compiling parking_lot_core v0.9.12 |
| 1374 | 2026-08-26T14:38:15.693Z | Compiling rand_core v0.10.0 |
| 1375 | 2026-08-26T14:38:16.025Z | Compiling signal-hook-registry v1.4.8 |
| 1376 | 2026-08-26T14:38:16.101Z | Compiling litemap v0.8.1 |
| 1377 | 2026-08-26T14:38:16.158Z | Compiling bitflags v2.11.0 |
| 1378 | 2026-08-26T14:38:16.295Z | Compiling percent-encoding v2.3.2 |
| 1379 | 2026-08-26T14:38:16.309Z | Compiling writeable v0.6.2 |
| 1380 | 2026-08-26T14:38:16.313Z | Compiling futures-core v0.3.32 |
| 1381 | 2026-08-26T14:38:16.392Z | Compiling semver v1.0.28 |
| 1382 | 2026-08-26T14:38:16.475Z | Compiling parking_lot v0.12.5 |
| 1383 | 2026-08-26T14:38:16.478Z | Compiling mio v1.2.0 |
| 1384 | 2026-08-26T14:38:16.503Z | Compiling icu_normalizer_data v2.1.1 |
| 1385 | 2026-08-26T14:38:16.519Z | Compiling icu_properties_data v2.1.2 |
| 1386 | 2026-08-26T14:38:16.725Z | Compiling socket2 v0.6.3 |
| 1387 | 2026-08-26T14:38:16.753Z | Compiling getrandom v0.3.4 |
| 1388 | 2026-08-26T14:38:16.789Z | Compiling rustix v1.1.4 |
| 1389 | 2026-08-26T14:38:16.863Z | Compiling synstructure v0.13.2 |
| 1390 | 2026-08-26T14:38:16.900Z | Compiling futures-sink v0.3.32 |
| 1391 | 2026-08-26T14:38:16.947Z | Compiling indexmap v2.14.0 |
| 1392 | 2026-08-26T14:38:17.008Z | Compiling futures-channel v0.3.32 |
| 1393 | 2026-08-26T14:38:17.140Z | Compiling futures-io v0.3.32 |
| 1394 | 2026-08-26T14:38:17.239Z | Compiling utf8_iter v1.0.4 |
| 1395 | 2026-08-26T14:38:17.297Z | Compiling futures-task v0.3.32 |
| 1396 | 2026-08-26T14:38:17.369Z | Compiling slab v0.4.12 |
| 1397 | 2026-08-26T14:38:17.384Z | Compiling form_urlencoded v1.2.2 |
| 1398 | 2026-08-26T14:38:17.460Z | Compiling rustversion v1.0.22 |
| 1399 | 2026-08-26T14:38:17.478Z | Compiling iana-time-zone v0.1.65 |
| 1400 | 2026-08-26T14:38:17.550Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-08-26T14:38:17.565Z | Compiling cmake v0.1.57 |
| 1402 | 2026-08-26T14:38:17.634Z | Compiling ident_case v1.0.1 |
| 1403 | 2026-08-26T14:38:17.650Z | Compiling flagset v0.4.7 |
| 1404 | 2026-08-26T14:38:17.678Z | Compiling regex-syntax v0.8.10 |
| 1405 | 2026-08-26T14:38:17.758Z | Compiling fs_extra v1.3.0 |
| 1406 | 2026-08-26T14:38:17.779Z | Compiling pem-rfc7468 v0.7.0 |
| 1407 | 2026-08-26T14:38:17.856Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-26T14:38:17.958Z | Compiling rand_core v0.9.5 |
| 1409 | 2026-08-26T14:38:17.974Z | Compiling uuid v1.23.4 |
| 1410 | 2026-08-26T14:38:18.033Z | Compiling aws-lc-sys v0.40.0 |
| 1411 | 2026-08-26T14:38:18.086Z | Compiling base64 v0.22.1 |
| 1412 | 2026-08-26T14:38:18.240Z | Compiling vcpkg v0.2.15 |
| 1413 | 2026-08-26T14:38:18.424Z | Compiling syn v1.0.109 |
| 1414 | 2026-08-26T14:38:18.440Z | Compiling serde_derive_internals v0.29.1 |
| 1415 | 2026-08-26T14:38:18.553Z | Compiling rustc_version v0.4.1 |
| 1416 | 2026-08-26T14:38:18.582Z | Compiling serde_derive v1.0.228 |
| 1417 | 2026-08-26T14:38:18.676Z | Compiling zeroize_derive v1.5.0 |
| 1418 | 2026-08-26T14:38:18.725Z | Compiling zerocopy-derive v0.8.55 |
| 1419 | 2026-08-26T14:38:18.873Z | Compiling zerofrom-derive v0.1.6 |
| 1420 | 2026-08-26T14:38:18.965Z | Compiling yoke-derive v0.8.1 |
| 1421 | 2026-08-26T14:38:19.327Z | Compiling zerovec-derive v0.11.2 |
| 1422 | 2026-08-26T14:38:19.379Z | Compiling displaydoc v0.2.5 |
| 1423 | 2026-08-26T14:38:20.069Z | Compiling tokio-macros v2.7.0 |
| 1424 | 2026-08-26T14:38:20.133Z | Compiling futures-macro v0.3.32 |
| 1425 | 2026-08-26T14:38:20.152Z | Compiling der_derive v0.7.3 |
| 1426 | 2026-08-26T14:38:20.282Z | Compiling zerofrom v0.1.6 |
| 1427 | 2026-08-26T14:38:20.410Z | Compiling yoke v0.8.1 |
| 1428 | 2026-08-26T14:38:20.459Z | Compiling thiserror-impl v2.0.18 |
| 1429 | 2026-08-26T14:38:20.604Z | Compiling zerovec v0.11.5 |
| 1430 | 2026-08-26T14:38:20.795Z | Compiling zerotrie v0.2.3 |
| 1431 | 2026-08-26T14:38:20.938Z | Compiling futures-util v0.3.32 |
| 1432 | 2026-08-26T14:38:21.091Z | Compiling tinystr v0.8.2 |
| 1433 | 2026-08-26T14:38:21.105Z | Compiling potential_utf v0.1.4 |
| 1434 | 2026-08-26T14:38:21.119Z | Compiling openssl-sys v0.9.117 |
| 1435 | 2026-08-26T14:38:21.264Z | Compiling icu_locale_core v2.1.1 |
| 1436 | 2026-08-26T14:38:21.290Z | Compiling icu_collections v2.1.1 |
| 1437 | 2026-08-26T14:38:21.677Z | Compiling tracing-attributes v0.1.31 |
| 1438 | 2026-08-26T14:38:21.770Z | Compiling tracing-core v0.1.36 |
| 1439 | 2026-08-26T14:38:21.788Z | Compiling thiserror v2.0.18 |
| 1440 | 2026-08-26T14:38:21.896Z | Compiling icu_provider v2.1.1 |
| 1441 | 2026-08-26T14:38:22.086Z | Compiling zeroize v1.9.0 |
| 1442 | 2026-08-26T14:38:22.128Z | Compiling bytes v1.11.1 |
| 1443 | 2026-08-26T14:38:22.193Z | Compiling icu_properties v2.1.2 |
| 1444 | 2026-08-26T14:38:22.316Z | Compiling icu_normalizer v2.1.1 |
| 1445 | 2026-08-26T14:38:22.728Z | Compiling tokio v1.52.1 |
| 1446 | 2026-08-26T14:38:22.842Z | Compiling crypto-common v0.1.7 |
| 1447 | 2026-08-26T14:38:22.868Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-08-26T14:38:22.956Z | Compiling chrono v0.4.45 |
| 1449 | 2026-08-26T14:38:22.996Z | Compiling der v0.7.10 |
| 1450 | 2026-08-26T14:38:23.045Z | Compiling digest v0.10.7 |
| 1451 | 2026-08-26T14:38:23.217Z | Compiling ppv-lite86 v0.2.21 |
| 1452 | 2026-08-26T14:38:23.237Z | Compiling idna_adapter v1.2.1 |
| 1453 | 2026-08-26T14:38:23.276Z | Compiling http v1.4.2 |
| 1454 | 2026-08-26T14:38:23.299Z | Compiling simd-adler32 v0.3.8 |
| 1455 | 2026-08-26T14:38:23.368Z | Compiling idna v1.1.0 |
| 1456 | 2026-08-26T14:38:23.533Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-26T14:38:23.549Z | Compiling cpufeatures v0.2.17 |
| 1458 | 2026-08-26T14:38:23.623Z | Compiling dyn-clone v1.0.20 |
| 1459 | 2026-08-26T14:38:23.764Z | Compiling url v2.5.8 |
| 1460 | 2026-08-26T14:38:24.016Z | Compiling spki v0.7.3 |
| 1461 | 2026-08-26T14:38:24.170Z | Compiling schemars v0.8.22 |
| 1462 | 2026-08-26T14:38:24.204Z | Compiling aws-lc-rs v1.16.3 |
| 1463 | 2026-08-26T14:38:24.267Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-08-26T14:38:24.267Z | Compiling http-body v1.0.1 |
| 1465 | 2026-08-26T14:38:24.365Z | Compiling rand v0.9.2 |
| 1466 | 2026-08-26T14:38:24.423Z | Compiling tracing v0.1.44 |
| 1467 | 2026-08-26T14:38:24.437Z | Compiling rustls-pki-types v1.14.0 |
| 1468 | 2026-08-26T14:38:24.580Z | Compiling schemars_derive v0.8.22 |
| 1469 | 2026-08-26T14:38:24.602Z | Compiling spin v0.9.8 |
| 1470 | 2026-08-26T14:38:24.681Z | Compiling httparse v1.10.1 |
| 1471 | 2026-08-26T14:38:24.812Z | Compiling adler2 v2.0.1 |
| 1472 | 2026-08-26T14:38:24.883Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-08-26T14:38:24.943Z | Compiling tinyvec_macros v0.1.1 |
| 1474 | 2026-08-26T14:38:25.010Z | Compiling cmov v0.5.4 |
| 1475 | 2026-08-26T14:38:25.026Z | Compiling openssl-probe v0.2.1 |
| 1476 | 2026-08-26T14:38:25.155Z | Compiling tinyvec v1.10.0 |
| 1477 | 2026-08-26T14:38:25.186Z | Compiling ctutils v0.4.2 |
| 1478 | 2026-08-26T14:38:25.200Z | Compiling miniz_oxide v0.8.9 |
| 1479 | 2026-08-26T14:38:25.216Z | Compiling tempfile v3.27.0 |
| 1480 | 2026-08-26T14:38:25.423Z | Compiling pest_generator v2.8.6 |
| 1481 | 2026-08-26T14:38:25.494Z | Compiling sha2 v0.10.9 |
| 1482 | 2026-08-26T14:38:25.584Z | Compiling terminal_size v0.4.3 |
| 1483 | 2026-08-26T14:38:25.729Z | Compiling aho-corasick v1.1.4 |
| 1484 | 2026-08-26T14:38:25.794Z | Compiling atomic-waker v1.1.2 |
| 1485 | 2026-08-26T14:38:25.923Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-08-26T14:38:26.021Z | Compiling tower-layer v0.3.3 |
| 1487 | 2026-08-26T14:38:26.106Z | Compiling try-lock v0.2.5 |
| 1488 | 2026-08-26T14:38:26.184Z | Compiling radium v0.7.0 |
| 1489 | 2026-08-26T14:38:26.218Z | Compiling untrusted v0.7.1 |
| 1490 | 2026-08-26T14:38:26.343Z | Compiling want v0.3.1 |
| 1491 | 2026-08-26T14:38:26.452Z | Compiling pest_derive v2.8.6 |
| 1492 | 2026-08-26T14:38:26.503Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-08-26T14:38:26.777Z | Compiling regex-automata v0.4.14 |
| 1494 | 2026-08-26T14:38:26.877Z | Compiling hybrid-array v0.4.13 |
| 1495 | 2026-08-26T14:38:27.247Z | Compiling h2 v0.4.15 |
| 1496 | 2026-08-26T14:38:27.504Z | Compiling ipnet v2.12.0 |
| 1497 | 2026-08-26T14:38:27.631Z | Compiling scroll_derive v0.13.1 |
| 1498 | 2026-08-26T14:38:27.647Z | Compiling darling_core v0.20.11 |
| 1499 | 2026-08-26T14:38:27.992Z | Compiling untrusted v0.9.0 |
| 1500 | 2026-08-26T14:38:28.117Z | Compiling maybe-uninit v2.0.0 |
| 1501 | 2026-08-26T14:38:28.253Z | Compiling httpdate v1.0.3 |
| 1502 | 2026-08-26T14:38:28.379Z | Compiling foreign-types-shared v0.1.1 |
| 1503 | 2026-08-26T14:38:28.395Z | Compiling openssl v0.10.80 |
| 1504 | 2026-08-26T14:38:28.409Z | Compiling tap v1.0.1 |
| 1505 | 2026-08-26T14:38:28.464Z | Compiling rustls v0.23.41 |
| 1506 | 2026-08-26T14:38:28.479Z | Compiling foreign-types v0.3.2 |
| 1507 | 2026-08-26T14:38:28.515Z | Compiling wyz v0.5.1 |
| 1508 | 2026-08-26T14:38:28.549Z | Compiling scroll v0.13.0 |
| 1509 | 2026-08-26T14:38:28.677Z | Compiling unicode-normalization v0.1.25 |
| 1510 | 2026-08-26T14:38:28.816Z | Compiling rand_chacha v0.3.1 |
| 1511 | 2026-08-26T14:38:28.838Z | Compiling signature v2.2.0 |
| 1512 | 2026-08-26T14:38:29.025Z | Compiling hex v0.4.3 |
| 1513 | 2026-08-26T14:38:29.103Z | Compiling thiserror-impl v1.0.69 |
| 1514 | 2026-08-26T14:38:29.127Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-08-26T14:38:29.304Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1516 | 2026-08-26T14:38:29.563Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1517 | 2026-08-26T14:38:29.585Z | Compiling num-integer v0.1.46 |
| 1518 | 2026-08-26T14:38:29.603Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-08-26T14:38:29.866Z | Compiling ahash v0.8.12 |
| 1520 | 2026-08-26T14:38:29.904Z | Compiling funty v2.0.0 |
| 1521 | 2026-08-26T14:38:29.919Z | Compiling darling_macro v0.20.11 |
| 1522 | 2026-08-26T14:38:29.943Z | Compiling time-core v0.1.8 |
| 1523 | 2026-08-26T14:38:30.074Z | Compiling native-tls v0.2.18 |
| 1524 | 2026-08-26T14:38:30.093Z | Compiling bit-vec v0.8.0 |
| 1525 | 2026-08-26T14:38:30.273Z | Compiling powerfmt v0.2.0 |
| 1526 | 2026-08-26T14:38:30.324Z | Compiling num-conv v0.2.0 |
| 1527 | 2026-08-26T14:38:30.361Z | Compiling hyper v1.10.1 |
| 1528 | 2026-08-26T14:38:30.398Z | Compiling packed_struct v0.10.1 |
| 1529 | 2026-08-26T14:38:30.455Z | Compiling num-bigint-dig v0.8.6 |
| 1530 | 2026-08-26T14:38:30.473Z | Compiling quick-error v1.2.3 |
| 1531 | 2026-08-26T14:38:30.486Z | Compiling clap_builder v4.6.0 |
| 1532 | 2026-08-26T14:38:30.580Z | Compiling rusty-fork v0.3.1 |
| 1533 | 2026-08-26T14:38:30.666Z | Compiling time-macros v0.2.27 |
| 1534 | 2026-08-26T14:38:30.680Z | Compiling deranged v0.5.8 |
| 1535 | 2026-08-26T14:38:30.821Z | Compiling darling v0.20.11 |
| 1536 | 2026-08-26T14:38:30.890Z | Compiling thiserror v1.0.69 |
| 1537 | 2026-08-26T14:38:30.925Z | Compiling bit-set v0.8.0 |
| 1538 | 2026-08-26T14:38:30.995Z | Compiling bitvec v1.0.1 |
| 1539 | 2026-08-26T14:38:31.356Z | Compiling num-iter v0.1.45 |
| 1540 | 2026-08-26T14:38:31.474Z | Compiling hyper-util v0.1.20 |
| 1541 | 2026-08-26T14:38:31.911Z | Compiling rand v0.8.6 |
| 1542 | 2026-08-26T14:38:32.377Z | Compiling goblin v0.10.5 |
| 1543 | 2026-08-26T14:38:32.462Z | Compiling packed_struct_codegen v0.10.1 |
| 1544 | 2026-08-26T14:38:32.698Z | Compiling lazy_static v1.5.0 |
| 1545 | 2026-08-26T14:38:32.797Z | Compiling hmac v0.12.1 |
| 1546 | 2026-08-26T14:38:32.956Z | Compiling serde_spanned v0.6.9 |
| 1547 | 2026-08-26T14:38:33.101Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-08-26T14:38:33.150Z | Compiling clap_derive v4.6.1 |
| 1549 | 2026-08-26T14:38:33.354Z | Compiling zerocopy-derive v0.6.6 |
| 1550 | 2026-08-26T14:38:33.410Z | Compiling bitfield-macros v0.19.4 |
| 1551 | 2026-08-26T14:38:33.512Z | Compiling rand_xorshift v0.4.0 |
| 1552 | 2026-08-26T14:38:33.680Z | Compiling sync_wrapper v1.0.2 |
| 1553 | 2026-08-26T14:38:33.792Z | Compiling indexmap v1.9.3 |
| 1554 | 2026-08-26T14:38:33.982Z | Compiling crossbeam-utils v0.8.21 |
| 1555 | 2026-08-26T14:38:34.113Z | Compiling siphasher v1.0.2 |
| 1556 | 2026-08-26T14:38:34.176Z | Compiling zlib-rs v0.6.2 |
| 1557 | 2026-08-26T14:38:34.331Z | Compiling nodrop v0.1.14 |
| 1558 | 2026-08-26T14:38:34.346Z | Compiling usdt-impl v0.6.0 |
| 1559 | 2026-08-26T14:38:34.428Z | Compiling object v0.37.3 |
| 1560 | 2026-08-26T14:38:34.552Z | Compiling num_threads v0.1.7 |
| 1561 | 2026-08-26T14:38:34.652Z | Compiling paste v1.0.15 |
| 1562 | 2026-08-26T14:38:34.698Z | Compiling unarray v0.1.4 |
| 1563 | 2026-08-26T14:38:34.701Z | Compiling unicode-segmentation v1.12.0 |
| 1564 | 2026-08-26T14:38:34.812Z | Compiling crc-catalog v2.4.0 |
| 1565 | 2026-08-26T14:38:34.908Z | Compiling clap v4.6.1 |
| 1566 | 2026-08-26T14:38:34.923Z | Compiling crc v3.4.0 |
| 1567 | 2026-08-26T14:38:34.973Z | Compiling proptest v1.11.0 |
| 1568 | 2026-08-26T14:38:35.038Z | Compiling time v0.3.47 |
| 1569 | 2026-08-26T14:38:35.097Z | Compiling dof v0.4.0 |
| 1570 | 2026-08-26T14:38:35.149Z | Compiling array-init v0.0.4 |
| 1571 | 2026-08-26T14:38:35.513Z | Compiling zerocopy v0.6.6 |
| 1572 | 2026-08-26T14:38:35.833Z | Compiling bitfield v0.19.4 |
| 1573 | 2026-08-26T14:38:36.229Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-26T14:38:36.586Z | Compiling smallvec v0.6.14 |
| 1575 | 2026-08-26T14:38:36.786Z | Compiling derive_builder_core v0.20.2 |
| 1576 | 2026-08-26T14:38:37.013Z | Compiling dtrace-parser v0.3.0 |
| 1577 | 2026-08-26T14:38:37.404Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-08-26T14:38:37.622Z | Compiling ipnetwork v0.21.1 |
| 1579 | 2026-08-26T14:38:37.626Z | Compiling pkcs1 v0.7.5 |
| 1580 | 2026-08-26T14:38:37.711Z | Compiling http-body-util v0.1.3 |
| 1581 | 2026-08-26T14:38:37.729Z | Compiling heapless v0.7.17 |
| 1582 | 2026-08-26T14:38:37.811Z | Compiling structmeta-derive v0.3.0 |
| 1583 | 2026-08-26T14:38:37.955Z | Compiling scroll_derive v0.12.1 |
| 1584 | 2026-08-26T14:38:37.969Z | Compiling slog v2.8.2 |
| 1585 | 2026-08-26T14:38:38.002Z | Compiling darling_core v0.23.0 |
| 1586 | 2026-08-26T14:38:38.022Z | Compiling thread-id v5.1.0 |
| 1587 | 2026-08-26T14:38:38.108Z | Compiling cookie v0.18.1 |
| 1588 | 2026-08-26T14:38:38.146Z | Compiling env_filter v2.0.0 |
| 1589 | 2026-08-26T14:38:38.289Z | Compiling syn v3.0.3 |
| 1590 | 2026-08-26T14:38:38.440Z | Compiling unicode-properties v0.1.4 |
| 1591 | 2026-08-26T14:38:38.611Z | Compiling iri-string v0.7.10 |
| 1592 | 2026-08-26T14:38:38.655Z | Compiling unicode-bidi v0.3.18 |
| 1593 | 2026-08-26T14:38:38.865Z | Compiling signal-hook v0.3.18 |
| 1594 | 2026-08-26T14:38:39.041Z | Compiling hashbrown v0.12.3 |
| 1595 | 2026-08-26T14:38:39.185Z | Compiling base64 v0.21.7 |
| 1596 | 2026-08-26T14:38:39.528Z | Compiling gimli v0.32.3 |
| 1597 | 2026-08-26T14:38:39.542Z | Compiling anyhow v1.0.104 |
| 1598 | 2026-08-26T14:38:39.864Z | Compiling ryu v1.0.23 |
| 1599 | 2026-08-26T14:38:40.052Z | Compiling allocator-api2 v0.2.21 |
| 1600 | 2026-08-26T14:38:40.175Z | Compiling zstd-safe v7.2.4 |
| 1601 | 2026-08-26T14:38:40.375Z | Compiling winnow v0.5.40 |
| 1602 | 2026-08-26T14:38:40.405Z | Compiling serde_urlencoded v0.7.1 |
| 1603 | 2026-08-26T14:38:40.534Z | Compiling darling_macro v0.23.0 |
| 1604 | 2026-08-26T14:38:40.873Z | Compiling tower-http v0.6.8 |
| 1605 | 2026-08-26T14:38:41.274Z | Compiling addr2line v0.25.1 |
| 1606 | 2026-08-26T14:38:41.391Z | Compiling ron v0.8.1 |
| 1607 | 2026-08-26T14:38:41.475Z | Compiling stringprep v0.1.5 |
| 1608 | 2026-08-26T14:38:41.617Z | Compiling structmeta v0.3.0 |
| 1609 | 2026-08-26T14:38:41.765Z | Compiling daft-derive v0.1.8 |
| 1610 | 2026-08-26T14:38:41.790Z | Compiling toml_edit v0.19.15 |
| 1611 | 2026-08-26T14:38:41.833Z | Compiling scroll v0.12.0 |
| 1612 | 2026-08-26T14:38:41.917Z | Compiling env_logger v0.11.11 |
| 1613 | 2026-08-26T14:38:42.154Z | Compiling rsa v0.9.10 |
| 1614 | 2026-08-26T14:38:42.264Z | Compiling oxnet v0.1.6 |
| 1615 | 2026-08-26T14:38:42.324Z | Compiling derive_builder_macro v0.20.2 |
| 1616 | 2026-08-26T14:38:42.578Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1617 | 2026-08-26T14:38:42.593Z | Compiling newtype-uuid v1.3.2 |
| 1618 | 2026-08-26T14:38:42.688Z | Compiling hashbrown v0.13.2 |
| 1619 | 2026-08-26T14:38:42.793Z | Compiling serde-hex v0.1.0 |
| 1620 | 2026-08-26T14:38:42.920Z | Compiling bzip2 v0.4.4 |
| 1621 | 2026-08-26T14:38:43.128Z | Compiling tokio-native-tls v0.3.1 |
| 1622 | 2026-08-26T14:38:43.168Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1623 | 2026-08-26T14:38:43.353Z | Compiling camino v1.2.5 |
| 1624 | 2026-08-26T14:38:44.309Z | Compiling bstr v1.12.1 |
| 1625 | 2026-08-26T14:38:44.408Z | Compiling crypto-common v0.2.2 |
| 1626 | 2026-08-26T14:38:44.554Z | Compiling block-buffer v0.12.1 |
| 1627 | 2026-08-26T14:38:44.764Z | Compiling block-padding v0.4.2 |
| 1628 | 2026-08-26T14:38:44.946Z | Compiling rustls-native-certs v0.8.3 |
| 1629 | 2026-08-26T14:38:44.961Z | Compiling x509-cert v0.2.5 |
| 1630 | 2026-08-26T14:38:45.202Z | Compiling md-5 v0.10.6 |
| 1631 | 2026-08-26T14:38:45.241Z | Compiling erased-serde v0.3.31 |
| 1632 | 2026-08-26T14:38:45.379Z | Compiling serde_tokenstream v0.2.3 |
| 1633 | 2026-08-26T14:38:45.702Z | Compiling curve25519-dalek v4.1.3 |
| 1634 | 2026-08-26T14:38:45.728Z | Compiling zerocopy-derive v0.7.35 |
| 1635 | 2026-08-26T14:38:45.831Z | Compiling async-trait v0.1.89 |
| 1636 | 2026-08-26T14:38:46.030Z | Compiling pin-project-internal v1.1.11 |
| 1637 | 2026-08-26T14:38:46.161Z | Compiling vergen-lib v9.1.0 |
| 1638 | 2026-08-26T14:38:46.340Z | Compiling hash32 v0.2.1 |
| 1639 | 2026-08-26T14:38:46.533Z | Compiling memoffset v0.9.1 |
| 1640 | 2026-08-26T14:38:46.549Z | Compiling encoding_rs v0.8.35 |
| 1641 | 2026-08-26T14:38:46.563Z | Compiling fallible-iterator v0.2.0 |
| 1642 | 2026-08-26T14:38:46.578Z | Compiling rustix v0.38.44 |
| 1643 | 2026-08-26T14:38:46.723Z | Compiling mime v0.3.17 |
| 1644 | 2026-08-26T14:38:46.823Z | Compiling cfg_aliases v0.2.1 |
| 1645 | 2026-08-26T14:38:46.870Z | Compiling owo-colors v4.3.0 |
| 1646 | 2026-08-26T14:38:46.897Z | Compiling litrs v1.0.0 |
| 1647 | 2026-08-26T14:38:46.918Z | Compiling rustc-demangle v0.1.27 |
| 1648 | 2026-08-26T14:38:46.975Z | Compiling psl-types v2.0.11 |
| 1649 | 2026-08-26T14:38:47.099Z | Compiling smoltcp v0.9.1 |
| 1650 | 2026-08-26T14:38:47.114Z | Compiling crc-any v2.5.0 |
| 1651 | 2026-08-26T14:38:47.171Z | Compiling ref-cast v1.0.25 |
| 1652 | 2026-08-26T14:38:47.233Z | Compiling backtrace v0.3.76 |
| 1653 | 2026-08-26T14:38:47.304Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1654 | 2026-08-26T14:38:47.337Z | Compiling pin-project v1.1.11 |
| 1655 | 2026-08-26T14:38:47.385Z | Compiling document-features v0.2.12 |
| 1656 | 2026-08-26T14:38:47.436Z | Compiling publicsuffix v2.3.0 |
| 1657 | 2026-08-26T14:38:47.517Z | Compiling nix v0.31.2 |
| 1658 | 2026-08-26T14:38:47.535Z | Compiling postgres-protocol v0.6.10 |
| 1659 | 2026-08-26T14:38:47.705Z | Compiling zerocopy v0.7.35 |
| 1660 | 2026-08-26T14:38:48.048Z | Compiling inout v0.2.2 |
| 1661 | 2026-08-26T14:38:48.067Z | Compiling daft v0.1.8 |
| 1662 | 2026-08-26T14:38:48.231Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1663 | 2026-08-26T14:38:48.247Z | Compiling hyper-tls v0.6.0 |
| 1664 | 2026-08-26T14:38:48.338Z | Compiling object v0.30.4 |
| 1665 | 2026-08-26T14:38:48.342Z | Compiling toml v0.7.8 |
| 1666 | 2026-08-26T14:38:48.376Z | Compiling zip v0.6.6 |
| 1667 | 2026-08-26T14:38:48.400Z | Compiling derive_builder v0.20.2 |
| 1668 | 2026-08-26T14:38:48.503Z | Compiling goblin v0.8.2 |
| 1669 | 2026-08-26T14:38:48.669Z | Compiling derive-ex v0.1.8 |
| 1670 | 2026-08-26T14:38:48.943Z | Compiling darling v0.23.0 |
| 1671 | 2026-08-26T14:38:49.042Z | Compiling convert_case v0.10.0 |
| 1672 | 2026-08-26T14:38:49.271Z | Compiling phf_shared v0.13.1 |
| 1673 | 2026-08-26T14:38:49.390Z | Compiling regex v1.12.3 |
| 1674 | 2026-08-26T14:38:49.411Z | Compiling hubpack_derive v0.1.1 |
| 1675 | 2026-08-26T14:38:49.515Z | Compiling futures-executor v0.3.32 |
| 1676 | 2026-08-26T14:38:49.780Z | Compiling snafu-derive v0.8.9 |
| 1677 | 2026-08-26T14:38:49.824Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1678 | 2026-08-26T14:38:49.858Z | Compiling ref-cast-impl v1.0.25 |
| 1679 | 2026-08-26T14:38:50.362Z | Compiling strum_macros v0.27.2 |
| 1680 | 2026-08-26T14:38:50.404Z | Compiling vergen v9.1.0 |
| 1681 | 2026-08-26T14:38:50.463Z | Compiling cargo-platform v0.3.2 |
| 1682 | 2026-08-26T14:38:50.584Z | Compiling ff v0.13.1 |
| 1683 | 2026-08-26T14:38:50.727Z | Compiling fs-err v3.3.0 |
| 1684 | 2026-08-26T14:38:50.742Z | Compiling base16ct v0.2.0 |
| 1685 | 2026-08-26T14:38:50.918Z | Compiling libbz2-rs-sys v0.2.2 |
| 1686 | 2026-08-26T14:38:50.934Z | Compiling managed v0.8.0 |
| 1687 | 2026-08-26T14:38:51.152Z | Compiling foldhash v0.2.0 |
| 1688 | 2026-08-26T14:38:51.196Z | Compiling same-file v1.0.6 |
| 1689 | 2026-08-26T14:38:51.363Z | Compiling path-slash v0.1.5 |
| 1690 | 2026-08-26T14:38:51.378Z | Compiling bitflags v1.3.2 |
| 1691 | 2026-08-26T14:38:51.455Z | Compiling foldhash v0.1.5 |
| 1692 | 2026-08-26T14:38:51.496Z | Compiling jiff-core v0.1.0 |
| 1693 | 2026-08-26T14:38:51.582Z | Compiling bumpalo v3.20.2 |
| 1694 | 2026-08-26T14:38:51.630Z | Compiling is_ci v1.2.0 |
| 1695 | 2026-08-26T14:38:51.673Z | Compiling either v1.15.0 |
| 1696 | 2026-08-26T14:38:51.771Z | Compiling supports-color v3.0.2 |
| 1697 | 2026-08-26T14:38:51.841Z | Compiling zopfli v0.8.3 |
| 1698 | 2026-08-26T14:38:51.886Z | Compiling snafu v0.8.9 |
| 1699 | 2026-08-26T14:38:51.959Z | Compiling textwrap v0.16.2 |
| 1700 | 2026-08-26T14:38:51.964Z | Compiling hashbrown v0.15.5 |
| 1701 | 2026-08-26T14:38:52.236Z | Compiling jiff v0.2.34 |
| 1702 | 2026-08-26T14:38:52.313Z | Compiling strum v0.27.2 |
| 1703 | 2026-08-26T14:38:52.404Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1704 | 2026-08-26T14:38:52.496Z | Compiling bzip2 v0.6.1 |
| 1705 | 2026-08-26T14:38:52.517Z | Compiling walkdir v2.5.0 |
| 1706 | 2026-08-26T14:38:52.556Z | Compiling hashbrown v0.16.1 |
| 1707 | 2026-08-26T14:38:52.800Z | Compiling sec1 v0.7.3 |
| 1708 | 2026-08-26T14:38:52.822Z | Compiling group v0.13.0 |
| 1709 | 2026-08-26T14:38:53.002Z | Compiling dof v0.3.0 |
| 1710 | 2026-08-26T14:38:53.076Z | Compiling cargo_metadata v0.23.1 |
| 1711 | 2026-08-26T14:38:53.328Z | Compiling test-strategy v0.4.5 |
| 1712 | 2026-08-26T14:38:53.708Z | Compiling hubpack v0.1.2 |
| 1713 | 2026-08-26T14:38:53.812Z | Compiling futures v0.3.32 |
| 1714 | 2026-08-26T14:38:53.897Z | Compiling phf v0.13.1 |
| 1715 | 2026-08-26T14:38:53.930Z | Compiling derive_more-impl v2.1.1 |
| 1716 | 2026-08-26T14:38:54.445Z | Compiling signal-hook-mio v0.2.5 |
| 1717 | 2026-08-26T14:38:54.464Z | Compiling serde_with_macros v3.21.0 |
| 1718 | 2026-08-26T14:38:54.568Z | Compiling cookie_store v0.22.1 |
| 1719 | 2026-08-26T14:38:54.822Z | Compiling zstd v0.13.3 |
| 1720 | 2026-08-26T14:38:55.101Z | Compiling reqwest v0.12.28 |
| 1721 | 2026-08-26T14:38:55.117Z | Compiling cipher v0.5.2 |
| 1722 | 2026-08-26T14:38:55.249Z | Compiling postgres-types v0.2.12 |
| 1723 | 2026-08-26T14:38:55.551Z | Compiling backtrace-ext v0.2.1 |
| 1724 | 2026-08-26T14:38:55.795Z | Compiling usdt-attr-macro v0.6.0 |
| 1725 | 2026-08-26T14:38:55.810Z | Compiling usdt-macro v0.6.0 |
| 1726 | 2026-08-26T14:38:56.180Z | Compiling globset v0.4.18 |
| 1727 | 2026-08-26T14:38:56.356Z | Compiling phf_shared v0.11.3 |
| 1728 | 2026-08-26T14:38:56.443Z | Compiling hkdf v0.12.4 |
| 1729 | 2026-08-26T14:38:56.548Z | Compiling dtrace-parser v0.2.0 |
| 1730 | 2026-08-26T14:38:56.564Z | Compiling byte-wrapper v0.1.0 |
| 1731 | 2026-08-26T14:38:56.598Z | Compiling olpc-cjson v0.1.4 |
| 1732 | 2026-08-26T14:38:56.618Z | Compiling ed25519 v2.2.3 |
| 1733 | 2026-08-26T14:38:56.704Z | Compiling crypto-bigint v0.5.5 |
| 1734 | 2026-08-26T14:38:56.758Z | Compiling serde_plain v1.0.2 |
| 1735 | 2026-08-26T14:38:56.858Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-26T14:38:56.884Z | Compiling async-recursion v1.1.1 |
| 1737 | 2026-08-26T14:38:56.955Z | Compiling enum-as-inner v0.6.1 |
| 1738 | 2026-08-26T14:38:57.004Z | Compiling miette-derive v7.6.0 |
| 1739 | 2026-08-26T14:38:57.272Z | Compiling strum_macros v0.26.4 |
| 1740 | 2026-08-26T14:38:57.461Z | Compiling serde_repr v0.1.20 |
| 1741 | 2026-08-26T14:38:57.533Z | Compiling pem v3.0.6 |
| 1742 | 2026-08-26T14:38:57.548Z | Compiling float-cmp v0.10.0 |
| 1743 | 2026-08-26T14:38:57.696Z | Compiling thread-id v4.2.2 |
| 1744 | 2026-08-26T14:38:57.787Z | Compiling memmap2 v0.9.10 |
| 1745 | 2026-08-26T14:38:57.857Z | Compiling typed-path v0.9.3 |
| 1746 | 2026-08-26T14:38:57.988Z | Compiling static_assertions v1.1.0 |
| 1747 | 2026-08-26T14:38:58.006Z | Compiling whoami v2.1.0 |
| 1748 | 2026-08-26T14:38:58.065Z | Compiling precomputed-hash v0.1.1 |
| 1749 | 2026-08-26T14:38:58.147Z | Compiling data-encoding v2.10.0 |
| 1750 | 2026-08-26T14:38:58.160Z | Compiling fixedbitset v0.4.2 |
| 1751 | 2026-08-26T14:38:58.377Z | Compiling difflib v0.4.0 |
| 1752 | 2026-08-26T14:38:58.380Z | Compiling new_debug_unreachable v1.0.6 |
| 1753 | 2026-08-26T14:38:58.466Z | Compiling const-oid v0.10.2 |
| 1754 | 2026-08-26T14:38:58.674Z | Compiling fixedbitset v0.5.7 |
| 1755 | 2026-08-26T14:38:58.829Z | Compiling predicates-core v1.0.10 |
| 1756 | 2026-08-26T14:38:58.844Z | Compiling winnow v1.0.3 |
| 1757 | 2026-08-26T14:38:58.847Z | Compiling supports-unicode v3.0.0 |
| 1758 | 2026-08-26T14:38:58.924Z | Compiling normalize-line-endings v0.3.0 |
| 1759 | 2026-08-26T14:38:58.987Z | Compiling keccak v0.1.6 |
| 1760 | 2026-08-26T14:38:59.003Z | Compiling cpufeatures v0.3.0 |
| 1761 | 2026-08-26T14:38:59.007Z | Compiling supports-hyperlinks v3.2.0 |
| 1762 | 2026-08-26T14:38:59.031Z | Compiling toml_edit v0.22.27 |
| 1763 | 2026-08-26T14:38:59.034Z | Compiling strum v0.26.3 |
| 1764 | 2026-08-26T14:38:59.065Z | Compiling predicates v3.1.4 |
| 1765 | 2026-08-26T14:38:59.080Z | Compiling chacha20 v0.10.0 |
| 1766 | 2026-08-26T14:38:59.162Z | Compiling sha3 v0.10.8 |
| 1767 | 2026-08-26T14:38:59.177Z | Compiling miette v7.6.0 |
| 1768 | 2026-08-26T14:38:59.507Z | Compiling petgraph v0.8.3 |
| 1769 | 2026-08-26T14:38:59.692Z | Compiling digest v0.11.3 |
| 1770 | 2026-08-26T14:38:59.747Z | Compiling string_cache v0.8.9 |
| 1771 | 2026-08-26T14:38:59.766Z | Compiling hickory-proto v0.25.2 |
| 1772 | 2026-08-26T14:38:59.928Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1773 | 2026-08-26T14:38:59.951Z | Compiling petgraph v0.6.5 |
| 1774 | 2026-08-26T14:38:59.976Z | Compiling tokio-postgres v0.7.16 |
| 1775 | 2026-08-26T14:39:00.337Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1776 | 2026-08-26T14:39:00.556Z | Compiling usdt v0.6.0 |
| 1777 | 2026-08-26T14:39:00.823Z | Compiling usdt-impl v0.5.0 |
| 1778 | 2026-08-26T14:39:01.408Z | Compiling elliptic-curve v0.13.8 |
| 1779 | 2026-08-26T14:39:01.433Z | Compiling ed25519-dalek v2.2.0 |
| 1780 | 2026-08-26T14:39:01.492Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1781 | 2026-08-26T14:39:01.818Z | Compiling crossterm v0.28.1 |
| 1782 | 2026-08-26T14:39:01.830Z | Compiling serde_with v3.21.0 |
| 1783 | 2026-08-26T14:39:02.220Z | Compiling derive_more v2.1.1 |
| 1784 | 2026-08-26T14:39:02.332Z | Compiling zip v4.6.1 |
| 1785 | 2026-08-26T14:39:03.061Z | Compiling iddqd v0.4.2 |
| 1786 | 2026-08-26T14:39:03.270Z | Compiling itertools v0.13.0 |
| 1787 | 2026-08-26T14:39:03.365Z | Compiling itertools v0.15.0 |
| 1788 | 2026-08-26T14:39:03.539Z | Compiling similar v2.7.0 |
| 1789 | 2026-08-26T14:39:03.599Z | Compiling crossbeam-epoch v0.9.18 |
| 1790 | 2026-08-26T14:39:03.638Z | Compiling heck v0.4.1 |
| 1791 | 2026-08-26T14:39:03.864Z | Compiling tokio-stream v0.1.18 |
| 1792 | 2026-08-26T14:39:03.928Z | Compiling buf-list v1.1.2 |
| 1793 | 2026-08-26T14:39:04.212Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1794 | 2026-08-26T14:39:04.336Z | Compiling openapiv3 v2.2.0 |
| 1795 | 2026-08-26T14:39:04.353Z | Compiling lalrpop-util v0.19.12 |
| 1796 | 2026-08-26T14:39:04.409Z | Compiling peg-runtime v0.8.5 |
| 1797 | 2026-08-26T14:39:04.442Z | Compiling thread_local v1.1.9 |
| 1798 | 2026-08-26T14:39:04.518Z | Compiling slog-async v2.8.0 |
| 1799 | 2026-08-26T14:39:04.532Z | Compiling crossbeam-channel v0.5.15 |
| 1800 | 2026-08-26T14:39:04.545Z | Compiling filetime v0.2.27 |
| 1801 | 2026-08-26T14:39:04.684Z | Compiling is-terminal v0.4.17 |
| 1802 | 2026-08-26T14:39:04.699Z | Compiling xattr v1.6.1 |
| 1803 | 2026-08-26T14:39:04.702Z | Compiling term v1.2.1 |
| 1804 | 2026-08-26T14:39:04.728Z | Compiling take_mut v0.2.2 |
| 1805 | 2026-08-26T14:39:04.798Z | Compiling camino-tempfile v1.4.1 |
| 1806 | 2026-08-26T14:39:04.831Z | Compiling tar v0.4.46 |
| 1807 | 2026-08-26T14:39:04.998Z | Compiling slog-term v2.9.2 |
| 1808 | 2026-08-26T14:39:10.916Z | Compiling rustls-webpki v0.103.13 |
| 1809 | 2026-08-26T14:39:13.635Z | Compiling tokio-rustls v0.26.4 |
| 1810 | 2026-08-26T14:39:13.635Z | Compiling rustls-platform-verifier v0.6.2 |
| 1811 | 2026-08-26T14:39:13.635Z | Compiling tough v0.22.0 |
| 1812 | 2026-08-26T14:39:13.851Z | Compiling hyper-rustls v0.27.7 |
| 1813 | 2026-08-26T14:39:14.048Z | Compiling reqwest v0.13.2 |
| 1814 | 2026-08-26T14:39:16.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1815 | 2026-08-26T14:39:16.500Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1816 | 2026-08-26T14:39:19.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1817 | 2026-08-26T14:39:19.565Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1818 | 2026-08-26T14:39:19.623Z | Aug 26 14:39:17.896 INFO Starting download, target: DendriteStub |
| 1819 | 2026-08-26T14:39:19.623Z | Aug 26 14:39:17.896 INFO Starting download, target: Cockroach |
| 1820 | 2026-08-26T14:39:19.623Z | Aug 26 14:39:17.896 INFO Starting download, target: Clickhouse |
| 1821 | 2026-08-26T14:39:19.623Z | Aug 26 14:39:17.896 INFO Starting download, target: Console |
| 1822 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Starting download, target: MaghemiteMgd |
| 1823 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Starting download, target: MaghemiteDdmd |
| 1824 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Starting download, target: TransceiverControl |
| 1825 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1826 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1827 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1828 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1829 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1830 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1831 | 2026-08-26T14:39:19.629Z | Aug 26 14:39:17.896 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1832 | 2026-08-26T14:39:21.375Z | Aug 26 14:39:19.648 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1833 | 2026-08-26T14:39:21.905Z | Aug 26 14:39:20.141 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1834 | 2026-08-26T14:39:22.184Z | Aug 26 14:39:20.396 INFO Download complete, target: Console |
| 1835 | 2026-08-26T14:39:22.324Z | Aug 26 14:39:20.397 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1836 | 2026-08-26T14:39:22.389Z | Aug 26 14:39:20.625 INFO Download complete, target: TransceiverControl |
| 1837 | 2026-08-26T14:39:24.550Z | Aug 26 14:39:22.792 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1838 | 2026-08-26T14:39:25.679Z | Aug 26 14:39:23.898 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1839 | 2026-08-26T14:39:26.050Z | Aug 26 14:39:24.314 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1840 | 2026-08-26T14:39:26.889Z | Aug 26 14:39:25.160 INFO Download complete, target: MaghemiteMgd |
| 1841 | 2026-08-26T14:39:27.109Z | Aug 26 14:39:25.360 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1842 | 2026-08-26T14:39:27.109Z | Aug 26 14:39:25.360 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1843 | 2026-08-26T14:39:27.579Z | Aug 26 14:39:25.851 INFO Download complete, target: MaghemiteDdmd |
| 1844 | 2026-08-26T14:39:28.157Z | Aug 26 14:39:26.430 INFO Checking that binary works, target: Clickhouse |
| 1845 | 2026-08-26T14:39:28.246Z | Aug 26 14:39:26.519 INFO Download complete, target: Clickhouse |
| 1846 | 2026-08-26T14:39:28.516Z | Aug 26 14:39:26.789 INFO Download complete, target: DendriteStub |
| 1847 | 2026-08-26T14:39:31.714Z | Aug 26 14:39:29.987 INFO Checking that binary works, target: Cockroach |
| 1848 | 2026-08-26T14:39:31.845Z | Aug 26 14:39:30.115 INFO Download complete, target: Cockroach |
| 1849 | 2026-08-26T14:39:31.859Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1850 | 2026-08-26T14:39:31.862Z | |
| 1851 | 2026-08-26T14:39:31.862Z | real 2:16.453459080 |
| 1852 | 2026-08-26T14:39:31.862Z | user 7:22.174629088 |
| 1853 | 2026-08-26T14:39:31.862Z | sys 1:27.488072867 |
| 1854 | 2026-08-26T14:39:31.862Z | trap 0.255590770 |
| 1855 | 2026-08-26T14:39:31.862Z | tflt 0.532951579 |
| 1856 | 2026-08-26T14:39:31.862Z | dflt 0.892886113 |
| 1857 | 2026-08-26T14:39:31.862Z | kflt 0.029583238 |
| 1858 | 2026-08-26T14:39:31.862Z | lock 28:29.443724307 |
| 1859 | 2026-08-26T14:39:31.863Z | slp 22:21.769031978 |
| 1860 | 2026-08-26T14:39:31.863Z | lat 47.945278452 |
| 1861 | 2026-08-26T14:39:31.863Z | stop 2:46.410386642 |
| 1862 | 2026-08-26T14:39:31.863Z | + banner clippy |
| 1863 | 2026-08-26T14:39:31.863Z | |
| 1864 | 2026-08-26T14:39:31.863Z | #### # # ##### ##### # # |
| 1865 | 2026-08-26T14:39:31.863Z | # # # # # # # # # # |
| 1866 | 2026-08-26T14:39:31.863Z | # # # # # # # # |
| 1867 | 2026-08-26T14:39:31.863Z | # # # ##### ##### # |
| 1868 | 2026-08-26T14:39:31.863Z | # # # # # # # |
| 1869 | 2026-08-26T14:39:31.863Z | #### ###### # # # # |
| 1870 | 2026-08-26T14:39:31.863Z | |
| 1871 | 2026-08-26T14:39:31.863Z | + export CARGO_INCREMENTAL=0 |
| 1872 | 2026-08-26T14:39:31.863Z | + CARGO_INCREMENTAL=0 |
| 1873 | 2026-08-26T14:39:31.863Z | + ptime -m cargo xtask clippy |
| 1874 | 2026-08-26T14:39:32.333Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1875 | 2026-08-26T14:39:32.618Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1876 | 2026-08-26T14:39:34.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1877 | 2026-08-26T14:39:34.483Z | Running `target/debug/xtask clippy` |
| 1878 | 2026-08-26T14:39:34.511Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1879 | 2026-08-26T14:39:35.084Z | Downloading crates ... |
| 1880 | 2026-08-26T14:39:35.260Z | Downloaded anes v0.1.6 |
| 1881 | 2026-08-26T14:39:35.264Z | Downloaded approx v0.5.1 |
| 1882 | 2026-08-26T14:39:35.264Z | Downloaded constant_time_eq v0.3.1 |
| 1883 | 2026-08-26T14:39:35.264Z | Downloaded assert-json-diff v2.0.2 |
| 1884 | 2026-08-26T14:39:35.264Z | Downloaded cast v0.3.0 |
| 1885 | 2026-08-26T14:39:35.264Z | Downloaded concurrent-queue v2.5.0 |
| 1886 | 2026-08-26T14:39:35.267Z | Downloaded async-object-pool v0.2.0 |
| 1887 | 2026-08-26T14:39:35.267Z | Downloaded async-lock v3.4.2 |
| 1888 | 2026-08-26T14:39:35.268Z | Downloaded blake2b_simd v1.0.4 |
| 1889 | 2026-08-26T14:39:35.268Z | Downloaded criterion-plot v0.6.0 |
| 1890 | 2026-08-26T14:39:35.268Z | Downloaded assert_cmd v2.1.2 |
| 1891 | 2026-08-26T14:39:35.271Z | Downloaded cfg-expr v0.20.6 |
| 1892 | 2026-08-26T14:39:35.271Z | Downloaded datatest-stable v0.3.3 |
| 1893 | 2026-08-26T14:39:35.274Z | Downloaded escape8259 v0.5.3 |
| 1894 | 2026-08-26T14:39:35.274Z | Downloaded event-listener-strategy v0.5.4 |
| 1895 | 2026-08-26T14:39:35.274Z | Downloaded criterion v0.7.0 |
| 1896 | 2026-08-26T14:39:35.277Z | Downloaded event-listener v5.4.1 |
| 1897 | 2026-08-26T14:39:35.280Z | Downloaded fancy-regex v0.14.0 |
| 1898 | 2026-08-26T14:39:35.280Z | Downloaded futures-timer v3.0.3 |
| 1899 | 2026-08-26T14:39:35.284Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1900 | 2026-08-26T14:39:35.284Z | Downloaded hex-literal v0.4.1 |
| 1901 | 2026-08-26T14:39:35.284Z | Downloaded guppy v0.17.25 |
| 1902 | 2026-08-26T14:39:35.287Z | Downloaded hickory-client v0.25.2 |
| 1903 | 2026-08-26T14:39:35.287Z | Downloaded httptest v0.16.4 |
| 1904 | 2026-08-26T14:39:35.290Z | Downloaded linkme-impl v0.3.35 |
| 1905 | 2026-08-26T14:39:35.290Z | Downloaded knuffel-derive v3.2.0 |
| 1906 | 2026-08-26T14:39:35.290Z | Downloaded libtest-mimic v0.8.1 |
| 1907 | 2026-08-26T14:39:35.293Z | Downloaded miette-derive v5.10.0 |
| 1908 | 2026-08-26T14:39:35.293Z | Downloaded nested v0.1.1 |
| 1909 | 2026-08-26T14:39:35.293Z | Downloaded linkme v0.3.35 |
| 1910 | 2026-08-26T14:39:35.293Z | Downloaded knuffel v3.2.0 |
| 1911 | 2026-08-26T14:39:35.296Z | Downloaded pathdiff v0.2.3 |
| 1912 | 2026-08-26T14:39:35.296Z | Downloaded oorandom v11.1.5 |
| 1913 | 2026-08-26T14:39:35.296Z | Downloaded owo-colors v3.5.0 |
| 1914 | 2026-08-26T14:39:35.299Z | Downloaded parking v2.2.1 |
| 1915 | 2026-08-26T14:39:35.299Z | Downloaded plotters-backend v0.3.7 |
| 1916 | 2026-08-26T14:39:35.299Z | Downloaded plotters-svg v0.3.7 |
| 1917 | 2026-08-26T14:39:35.299Z | Downloaded path-tree v0.8.3 |
| 1918 | 2026-08-26T14:39:35.299Z | Downloaded partial-io v0.5.4 |
| 1919 | 2026-08-26T14:39:35.302Z | Downloaded miette v5.10.0 |
| 1920 | 2026-08-26T14:39:35.302Z | Downloaded relative-path v1.9.3 |
| 1921 | 2026-08-26T14:39:35.302Z | Downloaded rust-argon2 v2.1.0 |
| 1922 | 2026-08-26T14:39:35.305Z | Downloaded rand_distr v0.5.1 |
| 1923 | 2026-08-26T14:39:35.305Z | Downloaded serde_regex v1.1.0 |
| 1924 | 2026-08-26T14:39:35.305Z | Downloaded similar-asserts v1.7.0 |
| 1925 | 2026-08-26T14:39:35.308Z | Downloaded plotters v0.3.7 |
| 1926 | 2026-08-26T14:39:35.311Z | Downloaded rstest v0.25.0 |
| 1927 | 2026-08-26T14:39:35.313Z | Downloaded supports-hyperlinks v2.1.0 |
| 1928 | 2026-08-26T14:39:35.316Z | Downloaded supports-unicode v2.1.0 |
| 1929 | 2026-08-26T14:39:35.316Z | Downloaded rstest_macros v0.25.0 |
| 1930 | 2026-08-26T14:39:35.316Z | Downloaded supports-color v2.1.0 |
| 1931 | 2026-08-26T14:39:35.319Z | Downloaded target-triple v1.0.0 |
| 1932 | 2026-08-26T14:39:35.319Z | Downloaded terminal_size v0.1.17 |
| 1933 | 2026-08-26T14:39:35.319Z | Downloaded stringmetrics v2.2.2 |
| 1934 | 2026-08-26T14:39:35.319Z | Downloaded termcolor v1.4.1 |
| 1935 | 2026-08-26T14:39:35.319Z | Downloaded target-lexicon v0.13.3 |
| 1936 | 2026-08-26T14:39:35.322Z | Downloaded tinytemplate v1.2.1 |
| 1937 | 2026-08-26T14:39:35.322Z | Downloaded target-spec v3.5.7 |
| 1938 | 2026-08-26T14:39:35.322Z | Downloaded textwrap v0.15.2 |
| 1939 | 2026-08-26T14:39:35.325Z | Downloaded trybuild v1.0.116 |
| 1940 | 2026-08-26T14:39:35.356Z | Downloaded httpmock v0.8.3 |
| 1941 | 2026-08-26T14:39:37.182Z | Checking cfg-if v1.0.4 |
| 1942 | 2026-08-26T14:39:37.557Z | Checking serde_core v1.0.228 |
| 1943 | 2026-08-26T14:39:37.557Z | Checking libc v0.2.185 |
| 1944 | 2026-08-26T14:39:37.636Z | Checking memchr v2.8.0 |
| 1945 | 2026-08-26T14:39:37.680Z | Checking smallvec v1.15.1 |
| 1946 | 2026-08-26T14:39:37.719Z | Checking rand_core v0.10.0 |
| 1947 | 2026-08-26T14:39:37.752Z | Checking itoa v1.0.17 |
| 1948 | 2026-08-26T14:39:37.792Z | Checking subtle v2.6.1 |
| 1949 | 2026-08-26T14:39:37.795Z | Checking libm v0.2.16 |
| 1950 | 2026-08-26T14:39:37.884Z | Checking log v0.4.33 |
| 1951 | 2026-08-26T14:39:37.940Z | Checking typenum v1.20.1 |
| 1952 | 2026-08-26T14:39:37.943Z | Checking scopeguard v1.2.0 |
| 1953 | 2026-08-26T14:39:38.011Z | Checking zmij v1.0.21 |
| 1954 | 2026-08-26T14:39:38.045Z | Checking getrandom v0.4.3 |
| 1955 | 2026-08-26T14:39:38.082Z | Checking errno v0.3.14 |
| 1956 | 2026-08-26T14:39:38.085Z | Checking stable_deref_trait v1.2.1 |
| 1957 | 2026-08-26T14:39:38.152Z | Checking lock_api v0.4.14 |
| 1958 | 2026-08-26T14:39:38.219Z | Checking zerofrom v0.1.6 |
| 1959 | 2026-08-26T14:39:38.262Z | Checking percent-encoding v2.3.2 |
| 1960 | 2026-08-26T14:39:38.302Z | Checking writeable v0.6.2 |
| 1961 | 2026-08-26T14:39:38.338Z | Checking litemap v0.8.1 |
| 1962 | 2026-08-26T14:39:38.373Z | Checking yoke v0.8.1 |
| 1963 | 2026-08-26T14:39:38.411Z | Checking icu_normalizer_data v2.1.1 |
| 1964 | 2026-08-26T14:39:38.448Z | Checking icu_properties_data v2.1.2 |
| 1965 | 2026-08-26T14:39:38.489Z | Checking form_urlencoded v1.2.2 |
| 1966 | 2026-08-26T14:39:38.526Z | Checking num-traits v0.2.19 |
| 1967 | 2026-08-26T14:39:38.566Z | Checking zerovec v0.11.5 |
| 1968 | 2026-08-26T14:39:38.566Z | Checking zerotrie v0.2.3 |
| 1969 | 2026-08-26T14:39:38.566Z | Checking utf8_iter v1.0.4 |
| 1970 | 2026-08-26T14:39:38.674Z | Checking zerocopy v0.8.55 |
| 1971 | 2026-08-26T14:39:38.714Z | Checking portable-atomic v1.13.1 |
| 1972 | 2026-08-26T14:39:38.755Z | Checking critical-section v1.2.0 |
| 1973 | 2026-08-26T14:39:38.755Z | Checking pin-project-lite v0.2.17 |
| 1974 | 2026-08-26T14:39:38.884Z | Checking parking_lot_core v0.9.12 |
| 1975 | 2026-08-26T14:39:38.938Z | Checking signal-hook-registry v1.4.8 |
| 1976 | 2026-08-26T14:39:38.976Z | Checking mio v1.2.0 |
| 1977 | 2026-08-26T14:39:39.021Z | Checking tinystr v0.8.2 |
| 1978 | 2026-08-26T14:39:39.062Z | Checking potential_utf v0.1.4 |
| 1979 | 2026-08-26T14:39:39.100Z | Checking serde v1.0.228 |
| 1980 | 2026-08-26T14:39:39.105Z | Checking bitflags v2.11.0 |
| 1981 | 2026-08-26T14:39:39.172Z | Checking serde_json v1.0.151 |
| 1982 | 2026-08-26T14:39:39.175Z | Checking once_cell v1.21.3 |
| 1983 | 2026-08-26T14:39:39.244Z | Checking icu_locale_core v2.1.1 |
| 1984 | 2026-08-26T14:39:39.247Z | Checking icu_collections v2.1.1 |
| 1985 | 2026-08-26T14:39:39.315Z | Checking parking_lot v0.12.5 |
| 1986 | 2026-08-26T14:39:39.356Z | Checking iana-time-zone v0.1.65 |
| 1987 | 2026-08-26T14:39:39.419Z | Checking uuid v1.23.4 |
| 1988 | 2026-08-26T14:39:39.496Z | Checking socket2 v0.6.3 |
| 1989 | 2026-08-26T14:39:39.536Z | Checking zeroize v1.9.0 |
| 1990 | 2026-08-26T14:39:39.537Z | Checking bytes v1.11.1 |
| 1991 | 2026-08-26T14:39:39.611Z | Checking chrono v0.4.45 |
| 1992 | 2026-08-26T14:39:39.770Z | Checking semver v1.0.28 |
| 1993 | 2026-08-26T14:39:39.828Z | Checking thiserror v2.0.18 |
| 1994 | 2026-08-26T14:39:39.871Z | Checking icu_provider v2.1.1 |
| 1995 | 2026-08-26T14:39:39.871Z | Checking dyn-clone v1.0.20 |
| 1996 | 2026-08-26T14:39:39.969Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1997 | 2026-08-26T14:39:39.970Z | Checking rustix v1.1.4 |
| 1998 | 2026-08-26T14:39:40.052Z | Checking tokio v1.52.1 |
| 1999 | 2026-08-26T14:39:40.056Z | Checking futures-core v0.3.32 |
| 2000 | 2026-08-26T14:39:40.056Z | Checking equivalent v1.0.2 |
| 2001 | 2026-08-26T14:39:40.163Z | Checking icu_normalizer v2.1.1 |
| 2002 | 2026-08-26T14:39:40.230Z | Checking icu_properties v2.1.2 |
| 2003 | 2026-08-26T14:39:40.270Z | Checking getrandom v0.2.17 |
| 2004 | 2026-08-26T14:39:40.367Z | Checking cmov v0.5.4 |
| 2005 | 2026-08-26T14:39:40.460Z | Checking rand_core v0.6.4 |
| 2006 | 2026-08-26T14:39:40.499Z | Checking getrandom v0.3.4 |
| 2007 | 2026-08-26T14:39:40.538Z | Checking byteorder v1.5.0 |
| 2008 | 2026-08-26T14:39:40.585Z | Checking ctutils v0.4.2 |
| 2009 | 2026-08-26T14:39:40.669Z | Checking futures-sink v0.3.32 |
| 2010 | 2026-08-26T14:39:40.707Z | Checking futures-io v0.3.32 |
| 2011 | 2026-08-26T14:39:40.764Z | Checking slab v0.4.12 |
| 2012 | 2026-08-26T14:39:40.802Z | Checking futures-channel v0.3.32 |
| 2013 | 2026-08-26T14:39:40.838Z | Checking hybrid-array v0.4.13 |
| 2014 | 2026-08-26T14:39:40.875Z | Checking futures-task v0.3.32 |
| 2015 | 2026-08-26T14:39:40.882Z | Checking regex-syntax v0.8.10 |
| 2016 | 2026-08-26T14:39:40.951Z | Checking fnv v1.0.7 |
| 2017 | 2026-08-26T14:39:41.021Z | Checking hashbrown v0.17.0 |
| 2018 | 2026-08-26T14:39:41.061Z | Checking futures-util v0.3.32 |
| 2019 | 2026-08-26T14:39:41.098Z | Checking idna_adapter v1.2.1 |
| 2020 | 2026-08-26T14:39:41.102Z | Checking generic-array v0.14.7 |
| 2021 | 2026-08-26T14:39:41.247Z | Checking idna v1.1.0 |
| 2022 | 2026-08-26T14:39:41.431Z | Checking ppv-lite86 v0.2.21 |
| 2023 | 2026-08-26T14:39:41.536Z | Checking indexmap v2.14.0 |
| 2024 | 2026-08-26T14:39:41.543Z | Checking url v2.5.8 |
| 2025 | 2026-08-26T14:39:41.614Z | Checking thiserror v1.0.69 |
| 2026 | 2026-08-26T14:39:41.651Z | Checking crypto-common v0.2.2 |
| 2027 | 2026-08-26T14:39:41.744Z | Checking const-oid v0.9.6 |
| 2028 | 2026-08-26T14:39:41.781Z | Checking base64ct v1.8.3 |
| 2029 | 2026-08-26T14:39:42.024Z | Checking schemars v0.8.22 |
| 2030 | 2026-08-26T14:39:42.063Z | Checking crypto-common v0.1.7 |
| 2031 | 2026-08-26T14:39:42.105Z | Checking block-buffer v0.12.1 |
| 2032 | 2026-08-26T14:39:42.219Z | Checking base64 v0.22.1 |
| 2033 | 2026-08-26T14:39:42.223Z | Checking rand_core v0.9.5 |
| 2034 | 2026-08-26T14:39:42.292Z | Checking block-buffer v0.10.4 |
| 2035 | 2026-08-26T14:39:42.329Z | Checking erased-serde v0.3.31 |
| 2036 | 2026-08-26T14:39:42.467Z | Checking utf8parse v0.2.2 |
| 2037 | 2026-08-26T14:39:42.471Z | Checking digest v0.10.7 |
| 2038 | 2026-08-26T14:39:42.471Z | Checking rand_chacha v0.9.0 |
| 2039 | 2026-08-26T14:39:42.572Z | Checking anstyle v1.0.14 |
| 2040 | 2026-08-26T14:39:42.609Z | Checking http v1.4.2 |
| 2041 | 2026-08-26T14:39:42.691Z | Checking tracing-core v0.1.36 |
| 2042 | 2026-08-26T14:39:42.731Z | Checking colorchoice v1.0.4 |
| 2043 | 2026-08-26T14:39:42.768Z | Checking rand v0.9.2 |
| 2044 | 2026-08-26T14:39:42.772Z | Checking slog v2.8.2 |
| 2045 | 2026-08-26T14:39:42.841Z | Checking is_terminal_polyfill v1.70.2 |
| 2046 | 2026-08-26T14:39:42.878Z | Checking anstyle-query v1.1.5 |
| 2047 | 2026-08-26T14:39:42.962Z | Checking terminal_size v0.4.3 |
| 2048 | 2026-08-26T14:39:43.002Z | Checking const-oid v0.10.2 |
| 2049 | 2026-08-26T14:39:43.006Z | Checking fastrand v2.3.0 |
| 2050 | 2026-08-26T14:39:43.074Z | Checking tracing v0.1.44 |
| 2051 | 2026-08-26T14:39:43.081Z | Checking anstyle-parse v1.0.0 |
| 2052 | 2026-08-26T14:39:43.147Z | Checking ipnet v2.12.0 |
| 2053 | 2026-08-26T14:39:43.185Z | Checking aho-corasick v1.1.4 |
| 2054 | 2026-08-26T14:39:43.223Z | Checking tempfile v3.27.0 |
| 2055 | 2026-08-26T14:39:43.226Z | Checking ipnetwork v0.21.1 |
| 2056 | 2026-08-26T14:39:43.293Z | Checking anstream v1.0.0 |
| 2057 | 2026-08-26T14:39:43.296Z | Checking tokio-util v0.7.18 |
| 2058 | 2026-08-26T14:39:43.329Z | Checking crossbeam-utils v0.8.21 |
| 2059 | 2026-08-26T14:39:43.401Z | Checking clap_lex v1.0.0 |
| 2060 | 2026-08-26T14:39:43.439Z | Checking unicode-ident v1.0.24 |
| 2061 | 2026-08-26T14:39:43.443Z | Checking strsim v0.11.1 |
| 2062 | 2026-08-26T14:39:43.509Z | Checking allocator-api2 v0.2.21 |
| 2063 | 2026-08-26T14:39:43.546Z | Checking powerfmt v0.2.0 |
| 2064 | 2026-08-26T14:39:43.584Z | Checking digest v0.11.3 |
| 2065 | 2026-08-26T14:39:43.584Z | Checking proc-macro2 v1.0.106 |
| 2066 | 2026-08-26T14:39:43.657Z | Checking clap_builder v4.6.0 |
| 2067 | 2026-08-26T14:39:43.718Z | Checking num-conv v0.2.0 |
| 2068 | 2026-08-26T14:39:43.756Z | Checking deranged v0.5.8 |
| 2069 | 2026-08-26T14:39:43.813Z | Checking time-core v0.1.8 |
| 2070 | 2026-08-26T14:39:43.851Z | Checking cpufeatures v0.3.0 |
| 2071 | 2026-08-26T14:39:43.889Z | Checking num_threads v0.1.7 |
| 2072 | 2026-08-26T14:39:43.893Z | Checking regex-automata v0.4.14 |
| 2073 | 2026-08-26T14:39:43.961Z | Checking quote v1.0.45 |
| 2074 | 2026-08-26T14:39:43.964Z | Checking httparse v1.10.1 |
| 2075 | 2026-08-26T14:39:43.965Z | Checking anyhow v1.0.104 |
| 2076 | 2026-08-26T14:39:44.031Z | Checking cpufeatures v0.2.17 |
| 2077 | 2026-08-26T14:39:44.067Z | Checking rustls-pki-types v1.14.0 |
| 2078 | 2026-08-26T14:39:44.153Z | Checking syn v2.0.117 |
| 2079 | 2026-08-26T14:39:44.191Z | Checking aws-lc-sys v0.40.0 |
| 2080 | 2026-08-26T14:39:44.229Z | Checking untrusted v0.7.1 |
| 2081 | 2026-08-26T14:39:44.268Z | Checking http-body v1.0.1 |
| 2082 | 2026-08-26T14:39:44.371Z | Checking atomic-waker v1.1.2 |
| 2083 | 2026-08-26T14:39:44.419Z | Checking oxnet v0.1.6 |
| 2084 | 2026-08-26T14:39:44.457Z | Checking httpdate v1.0.3 |
| 2085 | 2026-08-26T14:39:44.499Z | Checking try-lock v0.2.5 |
| 2086 | 2026-08-26T14:39:44.628Z | Checking want v0.3.1 |
| 2087 | 2026-08-26T14:39:44.632Z | Checking h2 v0.4.15 |
| 2088 | 2026-08-26T14:39:44.700Z | Checking time v0.3.47 |
| 2089 | 2026-08-26T14:39:44.703Z | Checking hex v0.4.3 |
| 2090 | 2026-08-26T14:39:44.771Z | Checking aws-lc-rs v1.16.3 |
| 2091 | 2026-08-26T14:39:44.807Z | Checking tower-service v0.3.3 |
| 2092 | 2026-08-26T14:39:44.884Z | Checking clap v4.6.1 |
| 2093 | 2026-08-26T14:39:44.925Z | Checking ryu v1.0.23 |
| 2094 | 2026-08-26T14:39:44.984Z | Checking untrusted v0.9.0 |
| 2095 | 2026-08-26T14:39:45.023Z | Checking simd-adler32 v0.3.8 |
| 2096 | 2026-08-26T14:39:45.094Z | Checking tower-layer v0.3.3 |
| 2097 | 2026-08-26T14:39:45.137Z | Checking spin v0.9.8 |
| 2098 | 2026-08-26T14:39:45.223Z | Checking adler2 v2.0.1 |
| 2099 | 2026-08-26T14:39:45.274Z | Checking unicode-width v0.2.0 |
| 2100 | 2026-08-26T14:39:45.340Z | Checking pem-rfc7468 v0.7.0 |
| 2101 | 2026-08-26T14:39:45.377Z | Checking miniz_oxide v0.8.9 |
| 2102 | 2026-08-26T14:39:45.532Z | Checking flagset v0.4.7 |
| 2103 | 2026-08-26T14:39:45.593Z | Checking mime v0.3.17 |
| 2104 | 2026-08-26T14:39:45.666Z | Checking rustls-webpki v0.103.13 |
| 2105 | 2026-08-26T14:39:45.705Z | Checking der v0.7.10 |
| 2106 | 2026-08-26T14:39:45.763Z | Checking block-padding v0.4.2 |
| 2107 | 2026-08-26T14:39:45.766Z | Checking camino v1.2.5 |
| 2108 | 2026-08-26T14:39:45.835Z | Checking pretty-hex v0.4.1 |
| 2109 | 2026-08-26T14:39:45.838Z | Checking http-body-util v0.1.3 |
| 2110 | 2026-08-26T14:39:45.931Z | Checking inout v0.2.2 |
| 2111 | 2026-08-26T14:39:45.984Z | Checking plain v0.2.3 |
| 2112 | 2026-08-26T14:39:46.075Z | Checking ucd-trie v0.1.7 |
| 2113 | 2026-08-26T14:39:46.115Z | Checking openssl-probe v0.2.1 |
| 2114 | 2026-08-26T14:39:46.118Z | Checking rustls v0.23.41 |
| 2115 | 2026-08-26T14:39:46.150Z | Checking cipher v0.5.2 |
| 2116 | 2026-08-26T14:39:46.153Z | Checking regex v1.12.3 |
| 2117 | 2026-08-26T14:39:46.256Z | Checking serde_urlencoded v0.7.1 |
| 2118 | 2026-08-26T14:39:46.261Z | Checking pest v2.8.6 |
| 2119 | 2026-08-26T14:39:46.395Z | Checking rand_chacha v0.3.1 |
| 2120 | 2026-08-26T14:39:46.470Z | Checking encoding_rs v0.8.35 |
| 2121 | 2026-08-26T14:39:46.508Z | Checking bit-vec v0.8.0 |
| 2122 | 2026-08-26T14:39:46.512Z | Checking spki v0.7.3 |
| 2123 | 2026-08-26T14:39:46.542Z | Checking futures-executor v0.3.32 |
| 2124 | 2026-08-26T14:39:46.633Z | Checking rand v0.8.6 |
| 2125 | 2026-08-26T14:39:46.737Z | Checking bit-set v0.8.0 |
| 2126 | 2026-08-26T14:39:46.740Z | Checking wait-timeout v0.2.1 |
| 2127 | 2026-08-26T14:39:46.808Z | Checking futures v0.3.32 |
| 2128 | 2026-08-26T14:39:46.912Z | Checking crc32fast v1.5.0 |
| 2129 | 2026-08-26T14:39:46.915Z | Checking either v1.15.0 |
| 2130 | 2026-08-26T14:39:46.994Z | Checking quick-error v1.2.3 |
| 2131 | 2026-08-26T14:39:47.090Z | Checking rand_xorshift v0.4.0 |
| 2132 | 2026-08-26T14:39:47.130Z | Checking rusty-fork v0.3.1 |
| 2133 | 2026-08-26T14:39:47.180Z | Checking sync_wrapper v1.0.2 |
| 2134 | 2026-08-26T14:39:47.217Z | Checking unarray v0.1.4 |
| 2135 | 2026-08-26T14:39:47.256Z | Checking pkcs8 v0.10.2 |
| 2136 | 2026-08-26T14:39:47.315Z | Checking tower v0.5.3 |
| 2137 | 2026-08-26T14:39:47.354Z | Checking iri-string v0.7.10 |
| 2138 | 2026-08-26T14:39:47.357Z | Checking proptest v1.11.0 |
| 2139 | 2026-08-26T14:39:47.428Z | Checking foldhash v0.2.0 |
| 2140 | 2026-08-26T14:39:47.462Z | Checking openapiv3 v2.2.0 |
| 2141 | 2026-08-26T14:39:47.465Z | Checking static_assertions v1.1.0 |
| 2142 | 2026-08-26T14:39:47.533Z | Checking hyper v1.10.1 |
| 2143 | 2026-08-26T14:39:47.594Z | Checking zlib-rs v0.6.2 |
| 2144 | 2026-08-26T14:39:47.633Z | Checking hashbrown v0.16.1 |
| 2145 | 2026-08-26T14:39:47.731Z | Checking sha2 v0.10.9 |
| 2146 | 2026-08-26T14:39:48.030Z | Checking rustls-native-certs v0.8.3 |
| 2147 | 2026-08-26T14:39:48.147Z | Checking lazy_static v1.5.0 |
| 2148 | 2026-08-26T14:39:48.194Z | Checking hubpack v0.1.2 |
| 2149 | 2026-08-26T14:39:48.267Z | Checking psl-types v2.0.11 |
| 2150 | 2026-08-26T14:39:48.386Z | Checking tower-http v0.6.8 |
| 2151 | 2026-08-26T14:39:48.426Z | Checking tinyvec_macros v0.1.1 |
| 2152 | 2026-08-26T14:39:48.429Z | Checking publicsuffix v2.3.0 |
| 2153 | 2026-08-26T14:39:48.429Z | Checking tokio-rustls v0.26.4 |
| 2154 | 2026-08-26T14:39:48.534Z | Checking flate2 v1.1.9 |
| 2155 | 2026-08-26T14:39:48.567Z | Checking hyper-util v0.1.20 |
| 2156 | 2026-08-26T14:39:48.570Z | Checking tinyvec v1.10.0 |
| 2157 | 2026-08-26T14:39:48.644Z | Checking cookie v0.18.1 |
| 2158 | 2026-08-26T14:39:48.682Z | Checking rustls-platform-verifier v0.6.2 |
| 2159 | 2026-08-26T14:39:48.748Z | Checking signature v2.2.0 |
| 2160 | 2026-08-26T14:39:48.787Z | Checking num-integer v0.1.46 |
| 2161 | 2026-08-26T14:39:48.850Z | Checking strum v0.26.3 |
| 2162 | 2026-08-26T14:39:48.853Z | Checking scroll v0.13.0 |
| 2163 | 2026-08-26T14:39:48.921Z | Checking cookie_store v0.22.1 |
| 2164 | 2026-08-26T14:39:48.924Z | Checking ahash v0.8.12 |
| 2165 | 2026-08-26T14:39:48.993Z | Checking memmap2 v0.9.10 |
| 2166 | 2026-08-26T14:39:48.996Z | Checking unicode-width v0.1.14 |
| 2167 | 2026-08-26T14:39:49.065Z | Checking dtrace-parser v0.3.0 |
| 2168 | 2026-08-26T14:39:49.135Z | Checking goblin v0.10.5 |
| 2169 | 2026-08-26T14:39:49.182Z | Checking toml_datetime v0.6.11 |
| 2170 | 2026-08-26T14:39:49.222Z | Checking serde_spanned v0.6.9 |
| 2171 | 2026-08-26T14:39:49.226Z | Checking newtype-uuid v1.3.2 |
| 2172 | 2026-08-26T14:39:49.291Z | Checking thread-id v5.1.0 |
| 2173 | 2026-08-26T14:39:49.329Z | Checking data-encoding v2.10.0 |
| 2174 | 2026-08-26T14:39:49.332Z | Checking bstr v1.12.1 |
| 2175 | 2026-08-26T14:39:49.401Z | Checking hmac v0.12.1 |
| 2176 | 2026-08-26T14:39:49.404Z | Checking base64 v0.21.7 |
| 2177 | 2026-08-26T14:39:49.404Z | Checking x509-cert v0.2.5 |
| 2178 | 2026-08-26T14:39:49.504Z | Checking daft v0.1.8 |
| 2179 | 2026-08-26T14:39:49.569Z | Checking crossbeam-epoch v0.9.18 |
| 2180 | 2026-08-26T14:39:49.625Z | Checking memoffset v0.9.1 |
| 2181 | 2026-08-26T14:39:49.734Z | Checking num-iter v0.1.45 |
| 2182 | 2026-08-26T14:39:49.737Z | Checking scroll v0.12.0 |
| 2183 | 2026-08-26T14:39:49.807Z | Checking zerocopy v0.7.35 |
| 2184 | 2026-08-26T14:39:49.810Z | Checking rustix v0.38.44 |
| 2185 | 2026-08-26T14:39:49.880Z | Checking hyper-rustls v0.27.7 |
| 2186 | 2026-08-26T14:39:49.883Z | Checking env_filter v2.0.0 |
| 2187 | 2026-08-26T14:39:49.953Z | Checking unicode-linebreak v0.1.5 |
| 2188 | 2026-08-26T14:39:49.988Z | Checking goblin v0.8.2 |
| 2189 | 2026-08-26T14:39:50.085Z | Checking unicode-segmentation v1.12.0 |
| 2190 | 2026-08-26T14:39:50.125Z | Checking tap v1.0.1 |
| 2191 | 2026-08-26T14:39:50.128Z | Checking reqwest v0.13.2 |
| 2192 | 2026-08-26T14:39:50.197Z | Checking smawk v0.3.2 |
| 2193 | 2026-08-26T14:39:50.259Z | Checking wyz v0.5.1 |
| 2194 | 2026-08-26T14:39:50.333Z | Checking env_logger v0.11.11 |
| 2195 | 2026-08-26T14:39:50.371Z | Checking num-bigint-dig v0.8.6 |
| 2196 | 2026-08-26T14:39:50.427Z | Checking nix v0.31.2 |
| 2197 | 2026-08-26T14:39:50.465Z | Checking pkcs1 v0.7.5 |
| 2198 | 2026-08-26T14:39:50.546Z | Checking dtrace-parser v0.2.0 |
| 2199 | 2026-08-26T14:39:50.660Z | Checking ff v0.13.1 |
| 2200 | 2026-08-26T14:39:50.701Z | Checking radium v0.7.0 |
| 2201 | 2026-08-26T14:39:50.811Z | Checking thread-id v4.2.2 |
| 2202 | 2026-08-26T14:39:50.851Z | Checking same-file v1.0.6 |
| 2203 | 2026-08-26T14:39:50.903Z | Checking winnow v1.0.3 |
| 2204 | 2026-08-26T14:39:50.941Z | Checking base16ct v0.2.0 |
| 2205 | 2026-08-26T14:39:51.003Z | Checking funty v2.0.0 |
| 2206 | 2026-08-26T14:39:51.038Z | Checking crc-catalog v2.4.0 |
| 2207 | 2026-08-26T14:39:51.093Z | Checking sec1 v0.7.3 |
| 2208 | 2026-08-26T14:39:51.157Z | Checking crc v3.4.0 |
| 2209 | 2026-08-26T14:39:51.208Z | Checking rsa v0.9.10 |
| 2210 | 2026-08-26T14:39:51.331Z | Checking walkdir v2.5.0 |
| 2211 | 2026-08-26T14:39:51.373Z | Checking group v0.13.0 |
| 2212 | 2026-08-26T14:39:51.377Z | Checking bitvec v1.0.1 |
| 2213 | 2026-08-26T14:39:51.465Z | Checking dof v0.4.0 |
| 2214 | 2026-08-26T14:39:51.527Z | Checking hkdf v0.12.4 |
| 2215 | 2026-08-26T14:39:51.563Z | Checking unicode-normalization v0.1.25 |
| 2216 | 2026-08-26T14:39:51.645Z | Checking crypto-bigint v0.5.5 |
| 2217 | 2026-08-26T14:39:51.697Z | Checking zerocopy v0.6.6 |
| 2218 | 2026-08-26T14:39:51.736Z | Checking maybe-uninit v2.0.0 |
| 2219 | 2026-08-26T14:39:51.771Z | Checking foreign-types-shared v0.1.1 |
| 2220 | 2026-08-26T14:39:51.830Z | Checking winnow v0.5.40 |
| 2221 | 2026-08-26T14:39:51.884Z | Checking nodrop v0.1.14 |
| 2222 | 2026-08-26T14:39:51.922Z | Checking dof v0.3.0 |
| 2223 | 2026-08-26T14:39:51.998Z | Checking is_ci v1.2.0 |
| 2224 | 2026-08-26T14:39:52.036Z | Checking foldhash v0.1.5 |
| 2225 | 2026-08-26T14:39:52.039Z | Checking gimli v0.32.3 |
| 2226 | 2026-08-26T14:39:52.125Z | Checking array-init v0.0.4 |
| 2227 | 2026-08-26T14:39:52.166Z | Checking usdt-impl v0.6.0 |
| 2228 | 2026-08-26T14:39:52.201Z | Checking hashbrown v0.15.5 |
| 2229 | 2026-08-26T14:39:52.237Z | Checking usdt-impl v0.5.0 |
| 2230 | 2026-08-26T14:39:52.453Z | Checking foreign-types v0.3.2 |
| 2231 | 2026-08-26T14:39:52.491Z | Checking usdt v0.6.0 |
| 2232 | 2026-08-26T14:39:52.547Z | Checking smallvec v0.6.14 |
| 2233 | 2026-08-26T14:39:52.551Z | Checking serde_with v3.21.0 |
| 2234 | 2026-08-26T14:39:52.619Z | Checking elliptic-curve v0.13.8 |
| 2235 | 2026-08-26T14:39:52.684Z | Checking bitfield v0.19.4 |
| 2236 | 2026-08-26T14:39:52.723Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2237 | 2026-08-26T14:39:52.762Z | Checking openssl-sys v0.9.117 |
| 2238 | 2026-08-26T14:39:52.765Z | Checking packed_struct v0.10.1 |
| 2239 | 2026-08-26T14:39:52.839Z | Checking object v0.37.3 |
| 2240 | 2026-08-26T14:39:52.960Z | Checking bitflags v1.3.2 |
| 2241 | 2026-08-26T14:39:52.997Z | Checking keccak v0.1.6 |
| 2242 | 2026-08-26T14:39:53.034Z | Checking toml_edit v0.19.15 |
| 2243 | 2026-08-26T14:39:53.072Z | Checking hashbrown v0.12.3 |
| 2244 | 2026-08-26T14:39:53.155Z | Checking siphasher v1.0.2 |
| 2245 | 2026-08-26T14:39:53.197Z | Checking rustc-demangle v0.1.27 |
| 2246 | 2026-08-26T14:39:53.346Z | Checking sha3 v0.10.8 |
| 2247 | 2026-08-26T14:39:53.446Z | Checking openssl v0.10.80 |
| 2248 | 2026-08-26T14:39:53.498Z | Checking indexmap v1.9.3 |
| 2249 | 2026-08-26T14:39:53.586Z | Checking bzip2 v0.4.4 |
| 2250 | 2026-08-26T14:39:53.625Z | Checking addr2line v0.25.1 |
| 2251 | 2026-08-26T14:39:53.783Z | Checking serde-hex v0.1.0 |
| 2252 | 2026-08-26T14:39:53.835Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2253 | 2026-08-26T14:39:53.899Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2254 | 2026-08-26T14:39:53.937Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2255 | 2026-08-26T14:39:54.021Z | Checking ron v0.8.1 |
| 2256 | 2026-08-26T14:39:54.072Z | Checking hashbrown v0.13.2 |
| 2257 | 2026-08-26T14:39:54.108Z | Checking toml v0.7.8 |
| 2258 | 2026-08-26T14:39:54.291Z | Checking itertools v0.15.0 |
| 2259 | 2026-08-26T14:39:54.433Z | Checking itertools v0.13.0 |
| 2260 | 2026-08-26T14:39:54.518Z | Checking signal-hook v0.3.18 |
| 2261 | 2026-08-26T14:39:54.557Z | Checking crc-any v2.5.0 |
| 2262 | 2026-08-26T14:39:54.740Z | Checking managed v0.8.0 |
| 2263 | 2026-08-26T14:39:54.779Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2264 | 2026-08-26T14:39:54.964Z | Checking object v0.30.4 |
| 2265 | 2026-08-26T14:39:55.003Z | Checking zip v0.6.6 |
| 2266 | 2026-08-26T14:39:55.190Z | Checking backtrace v0.3.76 |
| 2267 | 2026-08-26T14:39:55.307Z | Checking globset v0.4.18 |
| 2268 | 2026-08-26T14:39:55.353Z | Checking chacha20 v0.10.0 |
| 2269 | 2026-08-26T14:39:55.416Z | Checking curve25519-dalek v4.1.3 |
| 2270 | 2026-08-26T14:39:55.455Z | Checking winnow v0.7.14 |
| 2271 | 2026-08-26T14:39:55.493Z | Checking path-slash v0.1.5 |
| 2272 | 2026-08-26T14:39:55.529Z | Checking backtrace-ext v0.2.1 |
| 2273 | 2026-08-26T14:39:55.591Z | Checking toml_write v0.1.2 |
| 2274 | 2026-08-26T14:39:55.630Z | Checking native-tls v0.2.18 |
| 2275 | 2026-08-26T14:39:55.668Z | Checking signal-hook-mio v0.2.5 |
| 2276 | 2026-08-26T14:39:55.671Z | Checking textwrap v0.16.2 |
| 2277 | 2026-08-26T14:39:55.794Z | Checking ed25519 v2.2.3 |
| 2278 | 2026-08-26T14:39:55.829Z | Checking ref-cast v1.0.25 |
| 2279 | 2026-08-26T14:39:55.866Z | Checking pin-project v1.1.11 |
| 2280 | 2026-08-26T14:39:55.939Z | Checking jiff-core v0.1.0 |
| 2281 | 2026-08-26T14:39:55.977Z | Checking tokio-native-tls v0.3.1 |
| 2282 | 2026-08-26T14:39:56.014Z | Checking pem v3.0.6 |
| 2283 | 2026-08-26T14:39:56.017Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2284 | 2026-08-26T14:39:56.168Z | Checking owo-colors v4.3.0 |
| 2285 | 2026-08-26T14:39:56.206Z | Checking fixedbitset v0.5.7 |
| 2286 | 2026-08-26T14:39:56.211Z | Checking zstd-safe v7.2.4 |
| 2287 | 2026-08-26T14:39:56.280Z | Checking ed25519-dalek v2.2.0 |
| 2288 | 2026-08-26T14:39:56.432Z | Checking petgraph v0.8.3 |
| 2289 | 2026-08-26T14:39:56.470Z | Checking hyper-tls v0.6.0 |
| 2290 | 2026-08-26T14:39:56.543Z | Checking snafu v0.8.9 |
| 2291 | 2026-08-26T14:39:56.641Z | Checking jiff v0.2.34 |
| 2292 | 2026-08-26T14:39:56.680Z | Checking crossterm v0.28.1 |
| 2293 | 2026-08-26T14:39:56.683Z | Checking toml_edit v0.22.27 |
| 2294 | 2026-08-26T14:39:56.757Z | Checking supports-color v3.0.2 |
| 2295 | 2026-08-26T14:39:56.812Z | Checking similar v2.7.0 |
| 2296 | 2026-08-26T14:39:56.909Z | Checking fs-err v3.3.0 |
| 2297 | 2026-08-26T14:39:56.947Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2298 | 2026-08-26T14:39:57.070Z | Checking hash32 v0.2.1 |
| 2299 | 2026-08-26T14:39:57.235Z | Checking serde-big-array v0.5.1 |
| 2300 | 2026-08-26T14:39:57.275Z | Checking serde_plain v1.0.2 |
| 2301 | 2026-08-26T14:39:57.279Z | Checking bumpalo v3.20.2 |
| 2302 | 2026-08-26T14:39:57.401Z | Checking typed-path v0.9.3 |
| 2303 | 2026-08-26T14:39:57.440Z | Checking unicode-properties v0.1.4 |
| 2304 | 2026-08-26T14:39:57.478Z | Checking libbz2-rs-sys v0.2.2 |
| 2305 | 2026-08-26T14:39:57.533Z | Checking predicates-core v1.0.10 |
| 2306 | 2026-08-26T14:39:57.659Z | Checking unicode-bidi v0.3.18 |
| 2307 | 2026-08-26T14:39:57.697Z | Checking zopfli v0.8.3 |
| 2308 | 2026-08-26T14:39:57.846Z | Checking heapless v0.7.17 |
| 2309 | 2026-08-26T14:39:57.890Z | Checking bzip2 v0.6.1 |
| 2310 | 2026-08-26T14:39:57.941Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2311 | 2026-08-26T14:39:57.980Z | Checking stringprep v0.1.5 |
| 2312 | 2026-08-26T14:39:58.054Z | Checking reqwest v0.12.28 |
| 2313 | 2026-08-26T14:39:58.058Z | Checking zstd v0.13.3 |
| 2314 | 2026-08-26T14:39:58.126Z | Checking hickory-proto v0.25.2 |
| 2315 | 2026-08-26T14:39:58.163Z | Checking byte-wrapper v0.1.0 |
| 2316 | 2026-08-26T14:39:58.200Z | Checking md-5 v0.10.6 |
| 2317 | 2026-08-26T14:39:58.287Z | Checking float-cmp v0.10.0 |
| 2318 | 2026-08-26T14:39:58.326Z | Checking normalize-line-endings v0.3.0 |
| 2319 | 2026-08-26T14:39:58.329Z | Checking supports-unicode v3.0.0 |
| 2320 | 2026-08-26T14:39:58.400Z | Checking fallible-iterator v0.2.0 |
| 2321 | 2026-08-26T14:39:58.403Z | Checking supports-hyperlinks v3.2.0 |
| 2322 | 2026-08-26T14:39:58.471Z | Checking difflib v0.4.0 |
| 2323 | 2026-08-26T14:39:58.478Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-26T14:39:58.543Z | Checking smoltcp v0.9.1 |
| 2325 | 2026-08-26T14:39:58.579Z | Checking miette v7.6.0 |
| 2326 | 2026-08-26T14:39:58.582Z | Checking zip v4.6.1 |
| 2327 | 2026-08-26T14:39:58.679Z | Checking predicates v3.1.4 |
| 2328 | 2026-08-26T14:39:58.719Z | Checking postgres-protocol v0.6.10 |
| 2329 | 2026-08-26T14:39:58.827Z | Checking iddqd v0.4.2 |
| 2330 | 2026-08-26T14:39:59.007Z | Checking phf_shared v0.11.3 |
| 2331 | 2026-08-26T14:39:59.056Z | Checking phf_shared v0.13.1 |
| 2332 | 2026-08-26T14:39:59.113Z | Checking olpc-cjson v0.1.4 |
| 2333 | 2026-08-26T14:39:59.153Z | Checking tokio-stream v0.1.18 |
| 2334 | 2026-08-26T14:39:59.157Z | Checking derive_more v2.1.1 |
| 2335 | 2026-08-26T14:39:59.224Z | Checking strum v0.27.2 |
| 2336 | 2026-08-26T14:39:59.226Z | Checking new_debug_unreachable v1.0.6 |
| 2337 | 2026-08-26T14:39:59.296Z | Checking precomputed-hash v0.1.1 |
| 2338 | 2026-08-26T14:39:59.299Z | Checking lalrpop-util v0.19.12 |
| 2339 | 2026-08-26T14:39:59.366Z | Checking fixedbitset v0.4.2 |
| 2340 | 2026-08-26T14:39:59.370Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-26T14:39:59.371Z | Checking phf v0.13.1 |
| 2342 | 2026-08-26T14:39:59.469Z | Checking string_cache v0.8.9 |
| 2343 | 2026-08-26T14:39:59.514Z | Checking tough v0.22.0 |
| 2344 | 2026-08-26T14:39:59.553Z | Checking petgraph v0.6.5 |
| 2345 | 2026-08-26T14:39:59.556Z | Checking postgres-types v0.2.12 |
| 2346 | 2026-08-26T14:39:59.623Z | Checking buf-list v1.1.2 |
| 2347 | 2026-08-26T14:39:59.664Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2348 | 2026-08-26T14:39:59.763Z | Checking peg-runtime v0.8.5 |
| 2349 | 2026-08-26T14:39:59.838Z | Checking whoami v2.1.0 |
| 2350 | 2026-08-26T14:39:59.968Z | Checking is-terminal v0.4.17 |
| 2351 | 2026-08-26T14:39:59.971Z | Checking crossbeam-channel v0.5.15 |
| 2352 | 2026-08-26T14:40:00.050Z | Checking thread_local v1.1.9 |
| 2353 | 2026-08-26T14:40:00.091Z | Checking take_mut v0.2.2 |
| 2354 | 2026-08-26T14:40:00.094Z | Checking tokio-postgres v0.7.16 |
| 2355 | 2026-08-26T14:40:00.229Z | Checking term v1.2.1 |
| 2356 | 2026-08-26T14:40:00.267Z | Compiling newtype-uuid-macros v0.1.0 |
| 2357 | 2026-08-26T14:40:00.358Z | Checking slog-async v2.8.0 |
| 2358 | 2026-08-26T14:40:00.487Z | Checking slog-term v2.9.2 |
| 2359 | 2026-08-26T14:40:00.563Z | Checking match_cfg v0.1.0 |
| 2360 | 2026-08-26T14:40:00.669Z | Checking hostname v0.3.1 |
| 2361 | 2026-08-26T14:40:00.774Z | Checking slog-json v2.6.1 |
| 2362 | 2026-08-26T14:40:00.811Z | Compiling multer v3.1.0 |
| 2363 | 2026-08-26T14:40:00.847Z | Compiling async-stream-impl v0.3.6 |
| 2364 | 2026-08-26T14:40:00.923Z | Compiling dropshot v0.17.1 |
| 2365 | 2026-08-26T14:40:00.965Z | Checking slog-bunyan v2.5.0 |
| 2366 | 2026-08-26T14:40:01.069Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2367 | 2026-08-26T14:40:01.111Z | Checking debug-ignore v1.0.5 |
| 2368 | 2026-08-26T14:40:01.148Z | Compiling dropshot_endpoint v0.17.1 |
| 2369 | 2026-08-26T14:40:01.230Z | Checking serde_path_to_error v0.1.20 |
| 2370 | 2026-08-26T14:40:01.269Z | Checking sha1 v0.11.0 |
| 2371 | 2026-08-26T14:40:01.433Z | Checking serde_spanned v1.1.1 |
| 2372 | 2026-08-26T14:40:01.474Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2373 | 2026-08-26T14:40:01.520Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2374 | 2026-08-26T14:40:01.542Z | Checking compression-core v0.4.31 |
| 2375 | 2026-08-26T14:40:01.545Z | Checking async-stream v0.3.6 |
| 2376 | 2026-08-26T14:40:01.649Z | Checking waitgroup v0.1.2 |
| 2377 | 2026-08-26T14:40:01.694Z | Checking rustls-pemfile v2.2.0 |
| 2378 | 2026-08-26T14:40:01.732Z | Checking compression-codecs v0.4.37 |
| 2379 | 2026-08-26T14:40:01.767Z | Checking toml v1.1.2+spec-1.1.0 |
| 2380 | 2026-08-26T14:40:01.771Z | Checking hostname v0.4.2 |
| 2381 | 2026-08-26T14:40:01.873Z | Checking progenitor-client v0.14.0 |
| 2382 | 2026-08-26T14:40:01.877Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2383 | 2026-08-26T14:40:01.877Z | Checking atomicwrites v0.4.4 |
| 2384 | 2026-08-26T14:40:01.979Z | Checking async-compression v0.4.41 |
| 2385 | 2026-08-26T14:40:01.982Z | Compiling serde_tokenstream v0.3.0 |
| 2386 | 2026-08-26T14:40:02.057Z | Compiling parse-display-derive v0.10.0 |
| 2387 | 2026-08-26T14:40:02.098Z | Checking regress v0.10.5 |
| 2388 | 2026-08-26T14:40:02.135Z | Checking macaddr v1.0.1 |
| 2389 | 2026-08-26T14:40:02.260Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2390 | 2026-08-26T14:40:02.348Z | Checking instant v0.1.13 |
| 2391 | 2026-08-26T14:40:02.387Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2392 | 2026-08-26T14:40:02.390Z | Compiling oxide-generation-macros v0.2.0 |
| 2393 | 2026-08-26T14:40:02.459Z | Checking itertools v0.14.0 |
| 2394 | 2026-08-26T14:40:02.494Z | Checking oxide-generation v0.1.3 |
| 2395 | 2026-08-26T14:40:02.533Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2396 | 2026-08-26T14:40:02.701Z | Checking backoff v0.4.0 |
| 2397 | 2026-08-26T14:40:02.749Z | Checking backon v1.6.0 |
| 2398 | 2026-08-26T14:40:02.795Z | Checking humantime v2.3.0 |
| 2399 | 2026-08-26T14:40:02.913Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-08-26T14:40:02.953Z | Checking progenitor-extras v0.2.0 |
| 2401 | 2026-08-26T14:40:03.024Z | Checking half v2.7.1 |
| 2402 | 2026-08-26T14:40:03.188Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2403 | 2026-08-26T14:40:03.225Z | Checking ciborium-io v0.2.2 |
| 2404 | 2026-08-26T14:40:03.310Z | Checking heck v0.5.0 |
| 2405 | 2026-08-26T14:40:03.347Z | Checking ciborium-ll v0.2.2 |
| 2406 | 2026-08-26T14:40:03.350Z | Compiling derive_more v0.99.20 |
| 2407 | 2026-08-26T14:40:03.418Z | Checking secrecy v0.10.3 |
| 2408 | 2026-08-26T14:40:03.463Z | Checking camino-tempfile v1.4.1 |
| 2409 | 2026-08-26T14:40:03.526Z | Checking indent_write v2.2.0 |
| 2410 | 2026-08-26T14:40:03.564Z | Checking ciborium v0.2.2 |
| 2411 | 2026-08-26T14:40:03.567Z | Compiling crucible-workspace-hack v0.1.0 |
| 2412 | 2026-08-26T14:40:03.634Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2413 | 2026-08-26T14:40:03.670Z | Compiling regress v0.11.1 |
| 2414 | 2026-08-26T14:40:03.705Z | Checking inout v0.1.4 |
| 2415 | 2026-08-26T14:40:03.775Z | Checking parse-display v0.10.0 |
| 2416 | 2026-08-26T14:40:03.891Z | Checking cipher v0.4.4 |
| 2417 | 2026-08-26T14:40:03.950Z | Checking universal-hash v0.5.1 |
| 2418 | 2026-08-26T14:40:03.985Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2419 | 2026-08-26T14:40:03.989Z | Checking opaque-debug v0.3.1 |
| 2420 | 2026-08-26T14:40:04.056Z | Checking blake2 v0.10.6 |
| 2421 | 2026-08-26T14:40:04.102Z | Checking aead v0.5.2 |
| 2422 | 2026-08-26T14:40:04.139Z | Checking poly1305 v0.8.0 |
| 2423 | 2026-08-26T14:40:04.143Z | Checking chacha20 v0.9.1 |
| 2424 | 2026-08-26T14:40:04.281Z | Checking password-hash v0.5.0 |
| 2425 | 2026-08-26T14:40:04.325Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2426 | 2026-08-26T14:40:04.396Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2427 | 2026-08-26T14:40:04.434Z | Checking chacha20poly1305 v0.10.1 |
| 2428 | 2026-08-26T14:40:04.537Z | Checking argon2 v0.5.3 |
| 2429 | 2026-08-26T14:40:04.594Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2430 | 2026-08-26T14:40:04.769Z | Compiling unsafe-libyaml v0.2.11 |
| 2431 | 2026-08-26T14:40:04.867Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2432 | 2026-08-26T14:40:04.911Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2433 | 2026-08-26T14:40:04.983Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2434 | 2026-08-26T14:40:05.166Z | Checking swrite v0.1.0 |
| 2435 | 2026-08-26T14:40:05.205Z | Checking thiserror-no-std v2.0.2 |
| 2436 | 2026-08-26T14:40:05.288Z | Compiling typify-impl v0.6.2 |
| 2437 | 2026-08-26T14:40:05.327Z | Checking vsss-rs v3.3.4 |
| 2438 | 2026-08-26T14:40:05.543Z | Compiling serde_yaml v0.9.34+deprecated |
| 2439 | 2026-08-26T14:40:05.942Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2440 | 2026-08-26T14:40:06.461Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2441 | 2026-08-26T14:40:06.567Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-26T14:40:06.689Z | Checking crossbeam-deque v0.8.6 |
| 2443 | 2026-08-26T14:40:06.728Z | Compiling rayon-core v1.13.0 |
| 2444 | 2026-08-26T14:40:06.888Z | Compiling num-derive v0.4.2 |
| 2445 | 2026-08-26T14:40:06.923Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2446 | 2026-08-26T14:40:07.023Z | Compiling proc-macro-error v1.0.4 |
| 2447 | 2026-08-26T14:40:07.228Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2448 | 2026-08-26T14:40:07.366Z | Checking tabwriter v1.4.1 |
| 2449 | 2026-08-26T14:40:07.439Z | Checking rayon v1.11.0 |
| 2450 | 2026-08-26T14:40:07.476Z | Checking glob v0.3.3 |
| 2451 | 2026-08-26T14:40:07.549Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2452 | 2026-08-26T14:40:07.681Z | Compiling heapless v0.8.0 |
| 2453 | 2026-08-26T14:40:07.718Z | Checking hash32 v0.3.1 |
| 2454 | 2026-08-26T14:40:07.810Z | Compiling proc-macro-crate v3.4.0 |
| 2455 | 2026-08-26T14:40:07.892Z | Compiling ingot-macros v0.2.0 |
| 2456 | 2026-08-26T14:40:08.034Z | Compiling smoltcp v0.11.0 |
| 2457 | 2026-08-26T14:40:08.204Z | Checking colored v3.1.1 |
| 2458 | 2026-08-26T14:40:08.308Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2459 | 2026-08-26T14:40:08.372Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2460 | 2026-08-26T14:40:08.411Z | Compiling num_enum_derive v0.7.6 |
| 2461 | 2026-08-26T14:40:08.524Z | Checking illumos-nvpair v0.3.0 |
| 2462 | 2026-08-26T14:40:08.608Z | Checking toml v0.8.23 |
| 2463 | 2026-08-26T14:40:08.707Z | Checking cobs v0.3.0 |
| 2464 | 2026-08-26T14:40:08.903Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2465 | 2026-08-26T14:40:08.925Z | Checking postcard v1.1.3 |
| 2466 | 2026-08-26T14:40:08.996Z | Checking rand v0.10.1 |
| 2467 | 2026-08-26T14:40:09.144Z | Compiling proc-macro-crate v1.3.1 |
| 2468 | 2026-08-26T14:40:09.280Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2469 | 2026-08-26T14:40:09.483Z | Checking num_enum v0.7.6 |
| 2470 | 2026-08-26T14:40:09.520Z | Checking sigpipe v0.1.3 |
| 2471 | 2026-08-26T14:40:09.529Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2472 | 2026-08-26T14:40:09.591Z | Compiling foreign-types-macros v0.2.3 |
| 2473 | 2026-08-26T14:40:09.627Z | Checking foreign-types-shared v0.3.1 |
| 2474 | 2026-08-26T14:40:09.630Z | Compiling num_enum_derive v0.5.11 |
| 2475 | 2026-08-26T14:40:09.856Z | Compiling typify-macro v0.6.2 |
| 2476 | 2026-08-26T14:40:09.894Z | Compiling usdt-macro v0.5.0 |
| 2477 | 2026-08-26T14:40:10.067Z | Compiling usdt-attr-macro v0.5.0 |
| 2478 | 2026-08-26T14:40:10.137Z | Checking cstr-argument v0.1.2 |
| 2479 | 2026-08-26T14:40:10.208Z | Checking foreign-types v0.5.0 |
| 2480 | 2026-08-26T14:40:10.289Z | Checking memmap v0.7.0 |
| 2481 | 2026-08-26T14:40:10.325Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2482 | 2026-08-26T14:40:10.454Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2483 | 2026-08-26T14:40:10.671Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2484 | 2026-08-26T14:40:10.724Z | Checking num_enum v0.5.11 |
| 2485 | 2026-08-26T14:40:10.729Z | Checking ingot-types v0.2.0 |
| 2486 | 2026-08-26T14:40:10.797Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2487 | 2026-08-26T14:40:10.869Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2488 | 2026-08-26T14:40:10.937Z | Checking usdt v0.5.0 |
| 2489 | 2026-08-26T14:40:10.973Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2490 | 2026-08-26T14:40:11.008Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2491 | 2026-08-26T14:40:11.012Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2492 | 2026-08-26T14:40:11.080Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2493 | 2026-08-26T14:40:11.132Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2494 | 2026-08-26T14:40:11.171Z | Checking ingot v0.2.1 |
| 2495 | 2026-08-26T14:40:11.240Z | Compiling zone_cfg_derive v0.3.1 |
| 2496 | 2026-08-26T14:40:11.243Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2497 | 2026-08-26T14:40:11.331Z | Checking itertools v0.12.1 |
| 2498 | 2026-08-26T14:40:11.463Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2499 | 2026-08-26T14:40:11.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2500 | 2026-08-26T14:40:11.624Z | Compiling typify v0.6.2 |
| 2501 | 2026-08-26T14:40:11.764Z | Compiling progenitor-impl v0.14.0 |
| 2502 | 2026-08-26T14:40:11.910Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2503 | 2026-08-26T14:40:12.045Z | Checking smf v0.2.3 |
| 2504 | 2026-08-26T14:40:12.106Z | Checking whoami v1.6.1 |
| 2505 | 2026-08-26T14:40:12.205Z | Compiling derive-where v1.6.0 |
| 2506 | 2026-08-26T14:40:12.309Z | Checking tokio-dtrace v0.1.1 |
| 2507 | 2026-08-26T14:40:12.312Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-08-26T14:40:12.465Z | Checking zone v0.3.1 |
| 2509 | 2026-08-26T14:40:12.535Z | Checking oxide-tokio-rt v0.1.4 |
| 2510 | 2026-08-26T14:40:12.746Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2511 | 2026-08-26T14:40:12.788Z | Checking console v0.15.11 |
| 2512 | 2026-08-26T14:40:12.861Z | Checking newline-converter v0.3.0 |
| 2513 | 2026-08-26T14:40:12.903Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2514 | 2026-08-26T14:40:12.940Z | Checking bytecount v0.6.9 |
| 2515 | 2026-08-26T14:40:13.007Z | Checking num-rational v0.4.2 |
| 2516 | 2026-08-26T14:40:13.079Z | Checking num-complex v0.4.6 |
| 2517 | 2026-08-26T14:40:13.115Z | Checking expectorate v1.2.0 |
| 2518 | 2026-08-26T14:40:13.276Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2026-08-26T14:40:13.317Z | Checking float-ord v0.3.2 |
| 2520 | 2026-08-26T14:40:13.451Z | Checking linear-map v1.2.0 |
| 2521 | 2026-08-26T14:40:13.454Z | Checking num v0.4.3 |
| 2522 | 2026-08-26T14:40:13.558Z | Checking oxide-update-engine-types v0.1.2 |
| 2523 | 2026-08-26T14:40:13.561Z | Checking gethostname v0.5.0 |
| 2524 | 2026-08-26T14:40:13.690Z | Compiling prettyplease v0.2.37 |
| 2525 | 2026-08-26T14:40:13.727Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2526 | 2026-08-26T14:40:13.897Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2527 | 2026-08-26T14:40:14.110Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2528 | 2026-08-26T14:40:14.149Z | Checking resolv-conf v0.7.6 |
| 2529 | 2026-08-26T14:40:14.215Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2530 | 2026-08-26T14:40:14.240Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2531 | 2026-08-26T14:40:14.359Z | Checking papergrid v0.11.0 |
| 2532 | 2026-08-26T14:40:14.444Z | Compiling progenitor-macro v0.14.0 |
| 2533 | 2026-08-26T14:40:14.483Z | Compiling tabled_derive v0.7.0 |
| 2534 | 2026-08-26T14:40:14.520Z | Checking oxide-update-engine v0.1.2 |
| 2535 | 2026-08-26T14:40:14.967Z | Compiling slog-dtrace v0.3.0 |
| 2536 | 2026-08-26T14:40:15.156Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2537 | 2026-08-26T14:40:15.271Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2538 | 2026-08-26T14:40:15.460Z | Checking tabled v0.15.0 |
| 2539 | 2026-08-26T14:40:15.799Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2540 | 2026-08-26T14:40:15.802Z | Checking crossterm v0.29.0 |
| 2541 | 2026-08-26T14:40:16.036Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2542 | 2026-08-26T14:40:16.301Z | Checking linked-hash-map v0.5.6 |
| 2543 | 2026-08-26T14:40:16.499Z | Checking lru-cache v0.1.2 |
| 2544 | 2026-08-26T14:40:16.712Z | Checking hickory-proto v0.24.4 |
| 2545 | 2026-08-26T14:40:16.715Z | Checking fd-lock v4.0.4 |
| 2546 | 2026-08-26T14:40:17.468Z | Checking vte v0.14.1 |
| 2547 | 2026-08-26T14:40:17.781Z | Checking strip-ansi-escapes v0.2.1 |
| 2548 | 2026-08-26T14:40:18.884Z | Checking nu-ansi-term v0.50.3 |
| 2549 | 2026-08-26T14:40:19.016Z | Checking termtree v0.5.1 |
| 2550 | 2026-08-26T14:40:19.137Z | Checking reedline v0.40.0 |
| 2551 | 2026-08-26T14:40:19.220Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2552 | 2026-08-26T14:40:19.288Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2553 | 2026-08-26T14:40:19.340Z | Checking hickory-resolver v0.24.4 |
| 2554 | 2026-08-26T14:40:19.377Z | Checking progenitor v0.14.0 |
| 2555 | 2026-08-26T14:40:19.550Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2556 | 2026-08-26T14:40:19.639Z | Compiling minimal-lexical v0.2.1 |
| 2557 | 2026-08-26T14:40:19.922Z | Compiling nom v7.1.3 |
| 2558 | 2026-08-26T14:40:20.106Z | Checking qorb v0.4.1 |
| 2559 | 2026-08-26T14:40:20.332Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2560 | 2026-08-26T14:40:21.292Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2561 | 2026-08-26T14:40:21.338Z | Checking display-error-chain v0.2.2 |
| 2562 | 2026-08-26T14:40:21.399Z | Compiling unicode-xid v0.2.6 |
| 2563 | 2026-08-26T14:40:21.483Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2564 | 2026-08-26T14:40:21.870Z | Compiling ar_archive_writer v0.5.1 |
| 2565 | 2026-08-26T14:40:21.908Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2566 | 2026-08-26T14:40:21.938Z | Checking csv-core v0.1.13 |
| 2567 | 2026-08-26T14:40:22.146Z | Compiling stacker v0.1.23 |
| 2568 | 2026-08-26T14:40:22.190Z | Checking csv v1.4.0 |
| 2569 | 2026-08-26T14:40:22.241Z | Checking highway v1.3.0 |
| 2570 | 2026-08-26T14:40:22.269Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2571 | 2026-08-26T14:40:22.330Z | Compiling semver v0.1.20 |
| 2572 | 2026-08-26T14:40:22.437Z | Compiling cfg_aliases v0.1.1 |
| 2573 | 2026-08-26T14:40:22.546Z | Compiling rustc_version v0.1.7 |
| 2574 | 2026-08-26T14:40:22.550Z | Compiling nix v0.28.0 |
| 2575 | 2026-08-26T14:40:22.619Z | Checking nibble_vec v0.1.0 |
| 2576 | 2026-08-26T14:40:22.667Z | Checking endian-type v0.1.2 |
| 2577 | 2026-08-26T14:40:22.752Z | Compiling psm v0.1.30 |
| 2578 | 2026-08-26T14:40:22.785Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2579 | 2026-08-26T14:40:22.822Z | Compiling newtype_derive v0.1.6 |
| 2580 | 2026-08-26T14:40:22.847Z | Checking radix_trie v0.2.1 |
| 2581 | 2026-08-26T14:40:23.018Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2582 | 2026-08-26T14:40:23.055Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2583 | 2026-08-26T14:40:23.096Z | Checking phf_shared v0.12.1 |
| 2584 | 2026-08-26T14:40:23.268Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2585 | 2026-08-26T14:40:23.311Z | Compiling chrono-tz v0.10.4 |
| 2586 | 2026-08-26T14:40:23.426Z | Checking phf v0.12.1 |
| 2587 | 2026-08-26T14:40:23.664Z | Compiling const_format_proc_macros v0.2.34 |
| 2588 | 2026-08-26T14:40:23.701Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2589 | 2026-08-26T14:40:23.706Z | Compiling peg-macros v0.8.5 |
| 2590 | 2026-08-26T14:40:23.829Z | Checking recursive v0.1.1 |
| 2591 | 2026-08-26T14:40:23.895Z | Checking winnow v0.6.26 |
| 2592 | 2026-08-26T14:40:23.938Z | Compiling sqlparser_derive v0.5.0 |
| 2593 | 2026-08-26T14:40:24.008Z | Checking home v0.5.12 |
| 2594 | 2026-08-26T14:40:24.225Z | Checking unicode_categories v0.1.1 |
| 2595 | 2026-08-26T14:40:24.509Z | Checking const_format v0.2.35 |
| 2596 | 2026-08-26T14:40:24.580Z | Checking rustyline v14.0.0 |
| 2597 | 2026-08-26T14:40:24.715Z | Checking sqlparser v0.61.0 |
| 2598 | 2026-08-26T14:40:25.056Z | Checking sqlformat v0.3.5 |
| 2599 | 2026-08-26T14:40:25.091Z | Checking peg v0.8.5 |
| 2600 | 2026-08-26T14:40:25.194Z | Checking bcs v0.1.6 |
| 2601 | 2026-08-26T14:40:25.300Z | Checking nom v8.0.0 |
| 2602 | 2026-08-26T14:40:25.457Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2603 | 2026-08-26T14:40:25.494Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2604 | 2026-08-26T14:40:25.527Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2605 | 2026-08-26T14:40:25.714Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2606 | 2026-08-26T14:40:25.817Z | Checking steno v0.4.1 |
| 2607 | 2026-08-26T14:40:25.892Z | Checking sha1 v0.10.6 |
| 2608 | 2026-08-26T14:40:26.028Z | Checking filetime v0.2.27 |
| 2609 | 2026-08-26T14:40:26.092Z | Checking xattr v1.6.1 |
| 2610 | 2026-08-26T14:40:26.194Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2611 | 2026-08-26T14:40:26.253Z | Checking tar v0.4.46 |
| 2612 | 2026-08-26T14:40:26.393Z | Checking omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2613 | 2026-08-26T14:40:26.442Z | Checking subprocess v0.2.15 |
| 2614 | 2026-08-26T14:40:26.684Z | Checking headers-core v0.3.0 |
| 2615 | 2026-08-26T14:40:26.761Z | Checking yasna v0.5.2 |
| 2616 | 2026-08-26T14:40:26.821Z | Checking headers v0.4.1 |
| 2617 | 2026-08-26T14:40:26.857Z | Checking port-file v0.1.0 |
| 2618 | 2026-08-26T14:40:27.091Z | Checking dropshot-api-manager-types v0.8.0 |
| 2619 | 2026-08-26T14:40:27.216Z | Checking rcgen v0.12.1 |
| 2620 | 2026-08-26T14:40:27.291Z | Checking tagptr v0.2.0 |
| 2621 | 2026-08-26T14:40:27.343Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2622 | 2026-08-26T14:40:27.379Z | Checking utf-8 v0.7.6 |
| 2623 | 2026-08-26T14:40:27.469Z | Checking moka v0.12.13 |
| 2624 | 2026-08-26T14:40:27.546Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2625 | 2026-08-26T14:40:27.581Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2626 | 2026-08-26T14:40:27.617Z | Compiling libefi-sys v0.1.0 |
| 2627 | 2026-08-26T14:40:27.720Z | Compiling bitfield-struct v0.6.2 |
| 2628 | 2026-08-26T14:40:28.056Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2629 | 2026-08-26T14:40:28.099Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2630 | 2026-08-26T14:40:28.146Z | Checking hickory-resolver v0.25.2 |
| 2631 | 2026-08-26T14:40:28.179Z | Checking tungstenite v0.21.0 |
| 2632 | 2026-08-26T14:40:28.272Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2633 | 2026-08-26T14:40:28.411Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2634 | 2026-08-26T14:40:28.530Z | Compiling xshell-macros v0.2.7 |
| 2635 | 2026-08-26T14:40:28.631Z | Checking tokio-tungstenite v0.21.0 |
| 2636 | 2026-08-26T14:40:28.670Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2637 | 2026-08-26T14:40:28.704Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2638 | 2026-08-26T14:40:28.891Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2639 | 2026-08-26T14:40:28.933Z | Checking xshell v0.2.7 |
| 2640 | 2026-08-26T14:40:28.968Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2641 | 2026-08-26T14:40:28.981Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2642 | 2026-08-26T14:40:29.154Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2643 | 2026-08-26T14:40:29.330Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2644 | 2026-08-26T14:40:29.607Z | Checking half v1.8.3 |
| 2645 | 2026-08-26T14:40:29.739Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2646 | 2026-08-26T14:40:29.829Z | Checking serde_cbor v0.11.2 |
| 2647 | 2026-08-26T14:40:30.015Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2648 | 2026-08-26T14:40:30.051Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2649 | 2026-08-26T14:40:30.144Z | Checking libscf-sys v1.2.0 |
| 2650 | 2026-08-26T14:40:30.231Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2651 | 2026-08-26T14:40:30.267Z | Checking papergrid v0.18.0 |
| 2652 | 2026-08-26T14:40:30.305Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2653 | 2026-08-26T14:40:30.538Z | Checking maplit v1.0.2 |
| 2654 | 2026-08-26T14:40:30.653Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2655 | 2026-08-26T14:40:30.689Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2656 | 2026-08-26T14:40:30.723Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2657 | 2026-08-26T14:40:30.857Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2658 | 2026-08-26T14:40:31.073Z | Checking tabled v0.21.0 |
| 2659 | 2026-08-26T14:40:31.315Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2660 | 2026-08-26T14:40:31.352Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2661 | 2026-08-26T14:40:31.445Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2662 | 2026-08-26T14:40:31.487Z | Checking crc8 v0.1.1 |
| 2663 | 2026-08-26T14:40:31.617Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2664 | 2026-08-26T14:40:31.653Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2665 | 2026-08-26T14:40:31.656Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2666 | 2026-08-26T14:40:31.897Z | Checking unicase v2.9.0 |
| 2667 | 2026-08-26T14:40:32.006Z | Checking fxhash v0.2.1 |
| 2668 | 2026-08-26T14:40:32.106Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2669 | 2026-08-26T14:40:32.206Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2670 | 2026-08-26T14:40:32.339Z | Checking sha2 v0.11.0 |
| 2671 | 2026-08-26T14:40:32.424Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2672 | 2026-08-26T14:40:32.523Z | Compiling darling_core v0.21.3 |
| 2673 | 2026-08-26T14:40:33.019Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2674 | 2026-08-26T14:40:33.056Z | Compiling vergen-lib v0.1.6 |
| 2675 | 2026-08-26T14:40:33.209Z | Compiling diesel_derives v2.3.7 |
| 2676 | 2026-08-26T14:40:33.321Z | Checking scheduled-thread-pool v0.2.7 |
| 2677 | 2026-08-26T14:40:33.456Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2678 | 2026-08-26T14:40:33.498Z | Compiling vergen-gitcl v1.0.8 |
| 2679 | 2026-08-26T14:40:33.532Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2680 | 2026-08-26T14:40:33.765Z | Checking r2d2 v0.8.10 |
| 2681 | 2026-08-26T14:40:33.884Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2682 | 2026-08-26T14:40:33.981Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2683 | 2026-08-26T14:40:34.191Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2684 | 2026-08-26T14:40:34.374Z | Checking downcast-rs v2.0.2 |
| 2685 | 2026-08-26T14:40:34.539Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2686 | 2026-08-26T14:40:34.798Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2687 | 2026-08-26T14:40:34.899Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2688 | 2026-08-26T14:40:35.075Z | Compiling darling_macro v0.21.3 |
| 2689 | 2026-08-26T14:40:35.111Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2690 | 2026-08-26T14:40:35.116Z | Checking kstat-rs v0.2.5 |
| 2691 | 2026-08-26T14:40:35.183Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2692 | 2026-08-26T14:40:35.337Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2693 | 2026-08-26T14:40:35.605Z | Compiling darling v0.21.3 |
| 2694 | 2026-08-26T14:40:35.639Z | Compiling proc-macro-error2 v2.0.1 |
| 2695 | 2026-08-26T14:40:35.674Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2696 | 2026-08-26T14:40:35.716Z | Compiling dsl_auto_type v0.2.0 |
| 2697 | 2026-08-26T14:40:35.991Z | Compiling knus-derive v3.4.0 |
| 2698 | 2026-08-26T14:40:36.065Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2699 | 2026-08-26T14:40:36.970Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2700 | 2026-08-26T14:40:37.322Z | Compiling dirs-sys-next v0.1.2 |
| 2701 | 2026-08-26T14:40:37.403Z | Compiling salty v0.3.0 |
| 2702 | 2026-08-26T14:40:37.504Z | Compiling parking_lot_core v0.8.6 |
| 2703 | 2026-08-26T14:40:37.508Z | Compiling crunchy v0.2.4 |
| 2704 | 2026-08-26T14:40:37.639Z | Compiling dirs-next v2.0.0 |
| 2705 | 2026-08-26T14:40:37.727Z | Compiling clang-sys v1.8.1 |
| 2706 | 2026-08-26T14:40:37.823Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2707 | 2026-08-26T14:40:37.890Z | Compiling git-stub v1.0.0 |
| 2708 | 2026-08-26T14:40:37.937Z | Compiling tiny-keccak v2.0.2 |
| 2709 | 2026-08-26T14:40:38.157Z | Compiling git-stub-vcs v0.1.0 |
| 2710 | 2026-08-26T14:40:38.262Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2711 | 2026-08-26T14:40:38.335Z | Compiling term v0.7.0 |
| 2712 | 2026-08-26T14:40:38.556Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2713 | 2026-08-26T14:40:38.591Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2714 | 2026-08-26T14:40:38.632Z | Compiling bit-vec v0.6.3 |
| 2715 | 2026-08-26T14:40:38.815Z | Compiling ascii-canvas v3.0.0 |
| 2716 | 2026-08-26T14:40:38.853Z | Compiling bit-set v0.5.3 |
| 2717 | 2026-08-26T14:40:38.885Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2718 | 2026-08-26T14:40:38.919Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2719 | 2026-08-26T14:40:39.037Z | Checking parking_lot v0.11.2 |
| 2720 | 2026-08-26T14:40:39.262Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2721 | 2026-08-26T14:40:39.266Z | Checking rfc6979 v0.4.0 |
| 2722 | 2026-08-26T14:40:39.399Z | Checking prefix-trie v0.7.0 |
| 2723 | 2026-08-26T14:40:39.457Z | Compiling hashbrown v0.14.5 |
| 2724 | 2026-08-26T14:40:39.544Z | Compiling itertools v0.10.5 |
| 2725 | 2026-08-26T14:40:39.679Z | Compiling ena v0.14.4 |
| 2726 | 2026-08-26T14:40:39.754Z | Compiling libloading v0.8.9 |
| 2727 | 2026-08-26T14:40:39.880Z | Compiling regex-syntax v0.6.29 |
| 2728 | 2026-08-26T14:40:39.921Z | Compiling bindgen v0.71.1 |
| 2729 | 2026-08-26T14:40:39.993Z | Compiling diff v0.1.13 |
| 2730 | 2026-08-26T14:40:40.050Z | Compiling chumsky v0.9.3 |
| 2731 | 2026-08-26T14:40:40.373Z | Checking hickory-server v0.25.2 |
| 2732 | 2026-08-26T14:40:40.635Z | Compiling ecdsa v0.16.9 |
| 2733 | 2026-08-26T14:40:41.288Z | Compiling lalrpop v0.19.12 |
| 2734 | 2026-08-26T14:40:41.511Z | Checking sled v0.34.7 |
| 2735 | 2026-08-26T14:40:41.627Z | Checking diesel v2.3.7 |
| 2736 | 2026-08-26T14:40:41.662Z | Compiling cexpr v0.6.0 |
| 2737 | 2026-08-26T14:40:41.795Z | Checking primeorder v0.13.6 |
| 2738 | 2026-08-26T14:40:41.943Z | Checking nanorand v0.7.0 |
| 2739 | 2026-08-26T14:40:42.201Z | Compiling rustc-hash v2.1.1 |
| 2740 | 2026-08-26T14:40:42.366Z | Compiling p384 v0.13.1 |
| 2741 | 2026-08-26T14:40:42.432Z | Checking flume v0.11.1 |
| 2742 | 2026-08-26T14:40:42.777Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2743 | 2026-08-26T14:40:42.965Z | Compiling knus v3.4.0 |
| 2744 | 2026-08-26T14:40:43.184Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2745 | 2026-08-26T14:40:43.443Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2746 | 2026-08-26T14:40:43.661Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2747 | 2026-08-26T14:40:43.899Z | Compiling libxml v0.3.3 |
| 2748 | 2026-08-26T14:40:43.931Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2749 | 2026-08-26T14:40:43.967Z | Checking assert_matches v1.5.0 |
| 2750 | 2026-08-26T14:40:44.069Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2751 | 2026-08-26T14:40:44.272Z | Compiling strum_macros v0.24.3 |
| 2752 | 2026-08-26T14:40:44.307Z | Compiling indoc v1.0.9 |
| 2753 | 2026-08-26T14:40:45.226Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2754 | 2026-08-26T14:40:45.342Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2755 | 2026-08-26T14:40:45.444Z | Checking quick-xml v0.37.5 |
| 2756 | 2026-08-26T14:40:45.610Z | Checking derive_builder v0.20.2 |
| 2757 | 2026-08-26T14:40:45.710Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-26T14:40:45.753Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2759 | 2026-08-26T14:40:46.256Z | Compiling trait-variant v0.1.2 |
| 2760 | 2026-08-26T14:40:46.356Z | Checking openssl-probe v0.1.6 |
| 2761 | 2026-08-26T14:40:46.548Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2762 | 2026-08-26T14:40:46.824Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2763 | 2026-08-26T14:40:47.054Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2764 | 2026-08-26T14:40:47.336Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2765 | 2026-08-26T14:40:47.370Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2766 | 2026-08-26T14:40:47.567Z | Checking corncobs v0.1.4 |
| 2767 | 2026-08-26T14:40:47.655Z | Checking predicates-tree v1.0.13 |
| 2768 | 2026-08-26T14:40:47.692Z | Compiling progenitor-impl v0.13.0 |
| 2769 | 2026-08-26T14:40:47.731Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2770 | 2026-08-26T14:40:47.800Z | Checking secrecy v0.8.0 |
| 2771 | 2026-08-26T14:40:47.964Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2772 | 2026-08-26T14:40:48.541Z | Checking progenitor-client v0.13.0 |
| 2773 | 2026-08-26T14:40:48.729Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2774 | 2026-08-26T14:40:48.827Z | Checking anstyle-parse v0.2.7 |
| 2775 | 2026-08-26T14:40:48.956Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2776 | 2026-08-26T14:40:49.019Z | Checking anstream v0.6.21 |
| 2777 | 2026-08-26T14:40:49.178Z | Checking bb8 v0.8.6 |
| 2778 | 2026-08-26T14:40:49.494Z | Compiling mime_guess v2.0.5 |
| 2779 | 2026-08-26T14:40:49.578Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2780 | 2026-08-26T14:40:49.803Z | Checking ignore v0.4.25 |
| 2781 | 2026-08-26T14:40:50.066Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2782 | 2026-08-26T14:40:50.249Z | Checking http-range v0.1.5 |
| 2783 | 2026-08-26T14:40:50.252Z | Checking globwalk v0.9.1 |
| 2784 | 2026-08-26T14:40:50.337Z | Compiling progenitor-macro v0.13.0 |
| 2785 | 2026-08-26T14:40:50.410Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2786 | 2026-08-26T14:40:50.596Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2787 | 2026-08-26T14:40:50.974Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2788 | 2026-08-26T14:40:51.009Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2789 | 2026-08-26T14:40:51.651Z | Checking digest-io v0.1.0 |
| 2790 | 2026-08-26T14:40:51.829Z | Checking nonempty v0.12.0 |
| 2791 | 2026-08-26T14:40:52.048Z | Checking rawzip v0.4.4 |
| 2792 | 2026-08-26T14:40:52.354Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2793 | 2026-08-26T14:40:52.546Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2794 | 2026-08-26T14:40:52.836Z | Checking camino-tempfile-ext v0.3.3 |
| 2795 | 2026-08-26T14:40:53.069Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2796 | 2026-08-26T14:40:53.123Z | Checking hyper-staticfile v0.10.1 |
| 2797 | 2026-08-26T14:40:53.453Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2798 | 2026-08-26T14:40:53.787Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2799 | 2026-08-26T14:40:53.864Z | Checking signal-hook-tokio v0.3.1 |
| 2800 | 2026-08-26T14:40:54.034Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-08-26T14:40:54.392Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2802 | 2026-08-26T14:40:54.428Z | Checking scuffle v0.1.0 |
| 2803 | 2026-08-26T14:40:54.504Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2804 | 2026-08-26T14:40:54.820Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2805 | 2026-08-26T14:40:54.881Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2806 | 2026-08-26T14:40:55.169Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2807 | 2026-08-26T14:40:55.217Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2808 | 2026-08-26T14:40:55.252Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2809 | 2026-08-26T14:40:55.355Z | Checking progenitor v0.13.0 |
| 2810 | 2026-08-26T14:40:55.490Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2811 | 2026-08-26T14:40:55.537Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2812 | 2026-08-26T14:40:55.858Z | Checking diesel-dtrace v0.5.0 |
| 2813 | 2026-08-26T14:40:56.146Z | Checking async-bb8-diesel v0.2.1 |
| 2814 | 2026-08-26T14:40:56.185Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2815 | 2026-08-26T14:40:56.463Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2816 | 2026-08-26T14:40:56.531Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2817 | 2026-08-26T14:40:56.736Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2818 | 2026-08-26T14:40:56.933Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2819 | 2026-08-26T14:40:57.116Z | Checking tungstenite v0.23.0 |
| 2820 | 2026-08-26T14:40:57.286Z | Checking rand_seeder v0.4.0 |
| 2821 | 2026-08-26T14:40:57.472Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2822 | 2026-08-26T14:40:57.556Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2823 | 2026-08-26T14:40:57.594Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2824 | 2026-08-26T14:40:57.874Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2825 | 2026-08-26T14:40:59.103Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2826 | 2026-08-26T14:40:59.462Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2827 | 2026-08-26T14:40:59.566Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2828 | 2026-08-26T14:40:59.921Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2829 | 2026-08-26T14:41:00.279Z | Checking tokio-tungstenite v0.23.1 |
| 2830 | 2026-08-26T14:41:00.598Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2831 | 2026-08-26T14:41:00.711Z | Checking void v1.0.2 |
| 2832 | 2026-08-26T14:41:00.859Z | Checking lzss v0.8.2 |
| 2833 | 2026-08-26T14:41:00.905Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2834 | 2026-08-26T14:41:01.016Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-08-26T14:41:01.084Z | Checking nix v0.27.1 |
| 2836 | 2026-08-26T14:41:01.119Z | Checking serde_bytes v0.11.19 |
| 2837 | 2026-08-26T14:41:01.208Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2838 | 2026-08-26T14:41:01.633Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2839 | 2026-08-26T14:41:01.963Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2840 | 2026-08-26T14:41:02.280Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2841 | 2026-08-26T14:41:02.733Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2842 | 2026-08-26T14:41:02.968Z | Checking yansi v1.0.1 |
| 2843 | 2026-08-26T14:41:03.070Z | Checking cpubits v0.1.1 |
| 2844 | 2026-08-26T14:41:03.107Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2845 | 2026-08-26T14:41:03.184Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2846 | 2026-08-26T14:41:03.265Z | Checking pretty_assertions v1.4.1 |
| 2847 | 2026-08-26T14:41:03.446Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2848 | 2026-08-26T14:41:03.495Z | Checking pem-rfc7468 v1.0.0 |
| 2849 | 2026-08-26T14:41:03.730Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2850 | 2026-08-26T14:41:04.012Z | Checking colored v2.2.0 |
| 2851 | 2026-08-26T14:41:04.222Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2852 | 2026-08-26T14:41:04.257Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2853 | 2026-08-26T14:41:04.453Z | Checking hmac v0.13.0 |
| 2854 | 2026-08-26T14:41:04.659Z | Checking universal-hash v0.6.1 |
| 2855 | 2026-08-26T14:41:04.832Z | Compiling libz-sys v1.1.24 |
| 2856 | 2026-08-26T14:41:05.069Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-26T14:41:05.177Z | Compiling instability v0.3.11 |
| 2858 | 2026-08-26T14:41:05.344Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2859 | 2026-08-26T14:41:05.415Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2860 | 2026-08-26T14:41:05.486Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2026-08-26T14:41:05.520Z | Checking castaway v0.2.4 |
| 2862 | 2026-08-26T14:41:05.671Z | Compiling indoc v2.0.7 |
| 2863 | 2026-08-26T14:41:05.761Z | Checking compact_str v0.8.1 |
| 2864 | 2026-08-26T14:41:06.236Z | Checking polyval v0.7.1 |
| 2865 | 2026-08-26T14:41:06.329Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2866 | 2026-08-26T14:41:06.445Z | Checking der v0.8.0 |
| 2867 | 2026-08-26T14:41:06.924Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2868 | 2026-08-26T14:41:06.978Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2869 | 2026-08-26T14:41:07.125Z | Checking unicode-truncate v1.1.0 |
| 2870 | 2026-08-26T14:41:07.161Z | Checking lru v0.12.5 |
| 2871 | 2026-08-26T14:41:07.208Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2872 | 2026-08-26T14:41:07.306Z | Checking arc-swap v1.8.2 |
| 2873 | 2026-08-26T14:41:07.351Z | Checking cassowary v0.3.0 |
| 2874 | 2026-08-26T14:41:07.483Z | Checking ghash v0.6.0 |
| 2875 | 2026-08-26T14:41:07.571Z | Checking slog-scope v4.4.1 |
| 2876 | 2026-08-26T14:41:07.607Z | Checking ratatui v0.29.0 |
| 2877 | 2026-08-26T14:41:07.751Z | Checking pbkdf2 v0.13.0 |
| 2878 | 2026-08-26T14:41:07.786Z | Checking crypto-bigint v0.7.5 |
| 2879 | 2026-08-26T14:41:07.899Z | Checking aes v0.9.1 |
| 2880 | 2026-08-26T14:41:08.330Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2881 | 2026-08-26T14:41:08.935Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2882 | 2026-08-26T14:41:09.191Z | Checking ctr v0.10.1 |
| 2883 | 2026-08-26T14:41:09.410Z | Checking aead v0.6.1 |
| 2884 | 2026-08-26T14:41:09.586Z | Checking cargo-platform v0.3.2 |
| 2885 | 2026-08-26T14:41:09.622Z | Compiling petname v2.0.2 |
| 2886 | 2026-08-26T14:41:09.804Z | Checking cargo_metadata v0.23.1 |
| 2887 | 2026-08-26T14:41:10.052Z | Checking aes-gcm v0.11.0 |
| 2888 | 2026-08-26T14:41:10.257Z | Checking slog-stdlog v4.1.1 |
| 2889 | 2026-08-26T14:41:10.291Z | Checking spki v0.8.0 |
| 2890 | 2026-08-26T14:41:10.418Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2891 | 2026-08-26T14:41:10.505Z | Checking salsa20 v0.11.0 |
| 2892 | 2026-08-26T14:41:10.579Z | Checking console v0.16.2 |
| 2893 | 2026-08-26T14:41:10.685Z | Compiling vergen-git2 v9.1.0 |
| 2894 | 2026-08-26T14:41:10.914Z | Checking plotters-backend v0.3.7 |
| 2895 | 2026-08-26T14:41:10.918Z | Checking unit-prefix v0.5.2 |
| 2896 | 2026-08-26T14:41:11.117Z | Checking indicatif v0.18.4 |
| 2897 | 2026-08-26T14:41:11.157Z | Checking plotters-svg v0.3.7 |
| 2898 | 2026-08-26T14:41:11.389Z | Checking scrypt v0.12.0 |
| 2899 | 2026-08-26T14:41:11.531Z | Checking slog-envlogger v2.2.0 |
| 2900 | 2026-08-26T14:41:11.721Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2901 | 2026-08-26T14:41:11.819Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2902 | 2026-08-26T14:41:11.923Z | Checking cbc v0.2.1 |
| 2903 | 2026-08-26T14:41:12.040Z | Checking libsw-core v0.3.2 |
| 2904 | 2026-08-26T14:41:12.075Z | Checking sapling-renderdag v0.1.0 |
| 2905 | 2026-08-26T14:41:12.110Z | Checking sync-ptr v0.1.4 |
| 2906 | 2026-08-26T14:41:12.228Z | Checking cast v0.3.0 |
| 2907 | 2026-08-26T14:41:12.264Z | Checking libsw v3.5.0 |
| 2908 | 2026-08-26T14:41:12.356Z | Checking pkcs5 v0.8.1 |
| 2909 | 2026-08-26T14:41:12.431Z | Checking criterion-plot v0.6.0 |
| 2910 | 2026-08-26T14:41:12.515Z | Checking plotters v0.3.7 |
| 2911 | 2026-08-26T14:41:12.695Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2912 | 2026-08-26T14:41:12.730Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2913 | 2026-08-26T14:41:12.954Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2914 | 2026-08-26T14:41:13.181Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2915 | 2026-08-26T14:41:13.300Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2916 | 2026-08-26T14:41:13.404Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2917 | 2026-08-26T14:41:13.524Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2918 | 2026-08-26T14:41:13.631Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2919 | 2026-08-26T14:41:13.703Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2920 | 2026-08-26T14:41:13.749Z | Checking tinytemplate v1.2.1 |
| 2921 | 2026-08-26T14:41:13.856Z | Checking shell-words v1.1.1 |
| 2922 | 2026-08-26T14:41:13.998Z | Checking anes v0.1.6 |
| 2923 | 2026-08-26T14:41:14.033Z | Checking oorandom v11.1.5 |
| 2924 | 2026-08-26T14:41:14.215Z | Checking criterion v0.7.0 |
| 2925 | 2026-08-26T14:41:14.310Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2926 | 2026-08-26T14:41:14.618Z | Checking pkcs8 v0.11.0 |
| 2927 | 2026-08-26T14:41:14.859Z | Checking oxide-update-engine-display v0.1.2 |
| 2928 | 2026-08-26T14:41:15.197Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2929 | 2026-08-26T14:41:15.454Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2930 | 2026-08-26T14:41:16.197Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2931 | 2026-08-26T14:41:16.301Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2932 | 2026-08-26T14:41:16.881Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2933 | 2026-08-26T14:41:16.999Z | Checking tokio-test v0.4.5 |
| 2934 | 2026-08-26T14:41:17.239Z | Checking ff v0.14.0 |
| 2935 | 2026-08-26T14:41:17.422Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2936 | 2026-08-26T14:41:17.649Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2937 | 2026-08-26T14:41:18.056Z | Checking twox-hash v2.1.2 |
| 2938 | 2026-08-26T14:41:18.392Z | Checking atty v0.2.14 |
| 2939 | 2026-08-26T14:41:18.525Z | Checking arrayvec v0.7.6 |
| 2940 | 2026-08-26T14:41:18.755Z | Checking constant_time_eq v0.4.2 |
| 2941 | 2026-08-26T14:41:18.932Z | Checking arrayref v0.3.9 |
| 2942 | 2026-08-26T14:41:19.091Z | Checking group v0.14.0 |
| 2943 | 2026-08-26T14:41:19.288Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2944 | 2026-08-26T14:41:20.592Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2945 | 2026-08-26T14:41:20.933Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2946 | 2026-08-26T14:41:21.123Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2947 | 2026-08-26T14:41:21.352Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2948 | 2026-08-26T14:41:21.513Z | Checking fatfs v0.3.6 |
| 2949 | 2026-08-26T14:41:21.551Z | Checking signature v3.0.0 |
| 2950 | 2026-08-26T14:41:21.737Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2951 | 2026-08-26T14:41:22.006Z | Compiling seq-macro v0.3.6 |
| 2952 | 2026-08-26T14:41:22.367Z | Checking base16ct v1.0.0 |
| 2953 | 2026-08-26T14:41:22.474Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2954 | 2026-08-26T14:41:22.524Z | Compiling samael v0.0.19 |
| 2955 | 2026-08-26T14:41:22.559Z | Checking hkdf v0.13.0 |
| 2956 | 2026-08-26T14:41:22.563Z | Checking sec1 v0.8.1 |
| 2957 | 2026-08-26T14:41:22.765Z | Checking concurrent-queue v2.5.0 |
| 2958 | 2026-08-26T14:41:22.804Z | Checking parking v2.2.1 |
| 2959 | 2026-08-26T14:41:22.957Z | Checking elliptic-curve v0.14.1 |
| 2960 | 2026-08-26T14:41:22.992Z | Checking event-listener v5.4.1 |
| 2961 | 2026-08-26T14:41:23.100Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2962 | 2026-08-26T14:41:23.238Z | Checking rtoolbox v0.0.3 |
| 2963 | 2026-08-26T14:41:23.391Z | Checking event-listener-strategy v0.5.4 |
| 2964 | 2026-08-26T14:41:23.426Z | Checking rpassword v7.5.4 |
| 2965 | 2026-08-26T14:41:23.553Z | Checking wnaf v0.14.0 |
| 2966 | 2026-08-26T14:41:23.625Z | Checking primefield v0.14.0 |
| 2967 | 2026-08-26T14:41:23.761Z | Checking rfc6979 v0.6.0 |
| 2968 | 2026-08-26T14:41:23.868Z | Checking tui-tree-widget v0.23.1 |
| 2969 | 2026-08-26T14:41:23.938Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2970 | 2026-08-26T14:41:24.084Z | Compiling blake3 v1.8.5 |
| 2971 | 2026-08-26T14:41:24.471Z | Checking futures-timer v3.0.3 |
| 2972 | 2026-08-26T14:41:24.947Z | Checking ecdsa v0.17.0 |
| 2973 | 2026-08-26T14:41:25.191Z | Checking primeorder v0.14.0 |
| 2974 | 2026-08-26T14:41:25.379Z | Checking async-lock v3.4.2 |
| 2975 | 2026-08-26T14:41:25.591Z | Compiling curve25519-dalek v5.0.0 |
| 2976 | 2026-08-26T14:41:25.795Z | Checking async-object-pool v0.2.0 |
| 2977 | 2026-08-26T14:41:26.118Z | Checking ssh-encoding v0.3.0 |
| 2978 | 2026-08-26T14:41:26.267Z | Checking serde_regex v1.1.0 |
| 2979 | 2026-08-26T14:41:26.375Z | Checking assert-json-diff v2.0.2 |
| 2980 | 2026-08-26T14:41:26.439Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2981 | 2026-08-26T14:41:26.476Z | Checking path-tree v0.8.3 |
| 2982 | 2026-08-26T14:41:26.573Z | Checking keccak v0.2.0 |
| 2983 | 2026-08-26T14:41:26.696Z | Compiling strsim v0.10.0 |
| 2984 | 2026-08-26T14:41:26.768Z | Checking stringmetrics v2.2.2 |
| 2985 | 2026-08-26T14:41:26.951Z | Checking topological-sort v0.2.2 |
| 2986 | 2026-08-26T14:41:27.074Z | Checking httpmock v0.8.3 |
| 2987 | 2026-08-26T14:41:27.123Z | Checking omicron-zone-package v0.12.3 |
| 2988 | 2026-08-26T14:41:27.682Z | Compiling darling_core v0.13.4 |
| 2989 | 2026-08-26T14:41:28.930Z | Checking ed25519 v3.0.0 |
| 2990 | 2026-08-26T14:41:29.172Z | Checking pkcs1 v0.8.0-rc.4 |
| 2991 | 2026-08-26T14:41:29.235Z | Checking crypto-primes v0.7.2 |
| 2992 | 2026-08-26T14:41:29.303Z | Checking poly1305 v0.9.0 |
| 2993 | 2026-08-26T14:41:29.419Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2994 | 2026-08-26T14:41:29.543Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2995 | 2026-08-26T14:41:29.610Z | Checking blowfish v0.10.0 |
| 2996 | 2026-08-26T14:41:29.805Z | Checking blake2 v0.11.0-rc.6 |
| 2997 | 2026-08-26T14:41:29.859Z | Compiling target-lexicon v0.13.3 |
| 2998 | 2026-08-26T14:41:30.098Z | Checking argon2 v0.6.0-rc.8 |
| 2999 | 2026-08-26T14:41:30.200Z | Checking bcrypt-pbkdf v0.11.0 |
| 3000 | 2026-08-26T14:41:30.236Z | Checking rsa v0.10.0-rc.18 |
| 3001 | 2026-08-26T14:41:30.397Z | Checking ssh-cipher v0.3.0 |
| 3002 | 2026-08-26T14:41:30.443Z | Compiling darling_macro v0.13.4 |
| 3003 | 2026-08-26T14:41:30.478Z | Checking ed25519-dalek v3.0.0 |
| 3004 | 2026-08-26T14:41:30.640Z | Checking sha3 v0.11.0 |
| 3005 | 2026-08-26T14:41:30.735Z | Checking p256 v0.14.0 |
| 3006 | 2026-08-26T14:41:30.769Z | Checking p384 v0.14.0 |
| 3007 | 2026-08-26T14:41:30.958Z | Checking p521 v0.14.0 |
| 3008 | 2026-08-26T14:41:31.021Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3009 | 2026-08-26T14:41:31.289Z | Checking kem v0.3.0 |
| 3010 | 2026-08-26T14:41:31.449Z | Checking module-lattice v0.2.3 |
| 3011 | 2026-08-26T14:41:31.508Z | Checking socket2 v0.5.10 |
| 3012 | 2026-08-26T14:41:31.704Z | Compiling guppy-workspace-hack v0.1.0 |
| 3013 | 2026-08-26T14:41:31.795Z | Checking sponge-cursor v0.1.0 |
| 3014 | 2026-08-26T14:41:31.917Z | Checking hex-literal v0.4.1 |
| 3015 | 2026-08-26T14:41:31.971Z | Checking sha3 v0.12.0 |
| 3016 | 2026-08-26T14:41:32.098Z | Checking ml-kem v0.3.2 |
| 3017 | 2026-08-26T14:41:32.213Z | Compiling darling v0.13.4 |
| 3018 | 2026-08-26T14:41:32.600Z | Checking russh-cryptovec v0.62.0 |
| 3019 | 2026-08-26T14:41:32.780Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3020 | 2026-08-26T14:41:32.815Z | Checking internal-russh-num-bigint v0.5.0 |
| 3021 | 2026-08-26T14:41:33.004Z | Checking num-bigint v0.4.6 |
| 3022 | 2026-08-26T14:41:33.404Z | Checking russh-util v0.52.0 |
| 3023 | 2026-08-26T14:41:33.564Z | Checking generic-array v1.4.3 |
| 3024 | 2026-08-26T14:41:33.869Z | Compiling enum_dispatch v0.3.13 |
| 3025 | 2026-08-26T14:41:33.960Z | Compiling delegate v0.13.5 |
| 3026 | 2026-08-26T14:41:33.995Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3027 | 2026-08-26T14:41:33.998Z | Checking ssh-key v0.7.0-rc.11 |
| 3028 | 2026-08-26T14:41:34.436Z | Checking hex-literal v1.1.0 |
| 3029 | 2026-08-26T14:41:34.570Z | Compiling target-spec v3.5.7 |
| 3030 | 2026-08-26T14:41:34.845Z | Checking md5 v0.8.0 |
| 3031 | 2026-08-26T14:41:34.929Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3032 | 2026-08-26T14:41:35.042Z | Compiling git2 v0.20.4 |
| 3033 | 2026-08-26T14:41:35.077Z | Checking russh v0.62.4 |
| 3034 | 2026-08-26T14:41:35.160Z | Checking cfg-expr v0.20.6 |
| 3035 | 2026-08-26T14:41:35.580Z | Compiling serde_with_macros v1.5.2 |
| 3036 | 2026-08-26T14:41:35.720Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3037 | 2026-08-26T14:41:36.079Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3038 | 2026-08-26T14:41:36.296Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3039 | 2026-08-26T14:41:36.458Z | Checking internet-checksum v0.2.1 |
| 3040 | 2026-08-26T14:41:36.530Z | Compiling serde_with v1.14.0 |
| 3041 | 2026-08-26T14:41:37.147Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3042 | 2026-08-26T14:41:38.221Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3043 | 2026-08-26T14:41:38.257Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3044 | 2026-08-26T14:41:38.335Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3045 | 2026-08-26T14:41:38.402Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3046 | 2026-08-26T14:41:38.476Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3047 | 2026-08-26T14:41:38.680Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3048 | 2026-08-26T14:41:38.717Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3049 | 2026-08-26T14:41:38.751Z | Checking httptest v0.16.4 |
| 3050 | 2026-08-26T14:41:38.989Z | Checking pathdiff v0.2.3 |
| 3051 | 2026-08-26T14:41:39.036Z | Compiling polar-core v0.27.3 |
| 3052 | 2026-08-26T14:41:39.128Z | Checking nested v0.1.1 |
| 3053 | 2026-08-26T14:41:39.162Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3054 | 2026-08-26T14:41:39.295Z | Checking guppy v0.17.25 |
| 3055 | 2026-08-26T14:41:39.428Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3056 | 2026-08-26T14:41:39.572Z | Checking similar-asserts v1.7.0 |
| 3057 | 2026-08-26T14:41:39.697Z | Compiling target-triple v1.0.0 |
| 3058 | 2026-08-26T14:41:39.773Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3059 | 2026-08-26T14:41:40.270Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3060 | 2026-08-26T14:41:40.833Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3061 | 2026-08-26T14:41:40.868Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3062 | 2026-08-26T14:41:41.094Z | Checking hickory-client v0.25.2 |
| 3063 | 2026-08-26T14:41:41.411Z | Checking supports-hyperlinks v2.1.0 |
| 3064 | 2026-08-26T14:41:41.461Z | Checking supports-color v2.1.0 |
| 3065 | 2026-08-26T14:41:41.517Z | Checking supports-unicode v2.1.0 |
| 3066 | 2026-08-26T14:41:41.560Z | Checking textwrap v0.15.2 |
| 3067 | 2026-08-26T14:41:41.626Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3068 | 2026-08-26T14:41:41.675Z | Checking terminal_size v0.1.17 |
| 3069 | 2026-08-26T14:41:41.802Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3070 | 2026-08-26T14:41:41.839Z | Compiling miette-derive v5.10.0 |
| 3071 | 2026-08-26T14:41:41.839Z | Compiling fs-err v2.11.0 |
| 3072 | 2026-08-26T14:41:42.130Z | Checking owo-colors v3.5.0 |
| 3073 | 2026-08-26T14:41:42.277Z | Compiling assert_cmd v2.1.2 |
| 3074 | 2026-08-26T14:41:42.569Z | Checking escape8259 v0.5.3 |
| 3075 | 2026-08-26T14:41:42.736Z | Checking libtest-mimic v0.8.1 |
| 3076 | 2026-08-26T14:41:42.784Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3077 | 2026-08-26T14:41:43.012Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3078 | 2026-08-26T14:41:43.015Z | Checking miette v5.10.0 |
| 3079 | 2026-08-26T14:41:43.590Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3080 | 2026-08-26T14:41:43.733Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3081 | 2026-08-26T14:41:44.025Z | Checking oso v0.27.3 |
| 3082 | 2026-08-26T14:41:44.256Z | Checking blake2b_simd v1.0.4 |
| 3083 | 2026-08-26T14:41:44.467Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3084 | 2026-08-26T14:41:44.677Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3085 | 2026-08-26T14:41:44.904Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3086 | 2026-08-26T14:41:44.941Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3087 | 2026-08-26T14:41:44.975Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3088 | 2026-08-26T14:41:45.130Z | Compiling knuffel-derive v3.2.0 |
| 3089 | 2026-08-26T14:41:45.201Z | Checking fancy-regex v0.14.0 |
| 3090 | 2026-08-26T14:41:45.205Z | Checking serde_tokenstream v0.2.3 |
| 3091 | 2026-08-26T14:41:45.486Z | Checking approx v0.5.1 |
| 3092 | 2026-08-26T14:41:45.532Z | Compiling rstest_macros v0.25.0 |
| 3093 | 2026-08-26T14:41:45.592Z | Checking uzers v0.12.2 |
| 3094 | 2026-08-26T14:41:45.656Z | Compiling linkme-impl v0.3.35 |
| 3095 | 2026-08-26T14:41:45.845Z | Checking termcolor v1.4.1 |
| 3096 | 2026-08-26T14:41:45.880Z | Checking constant_time_eq v0.3.1 |
| 3097 | 2026-08-26T14:41:46.016Z | Checking rust-argon2 v2.1.0 |
| 3098 | 2026-08-26T14:41:46.097Z | Checking trybuild v1.0.116 |
| 3099 | 2026-08-26T14:41:46.173Z | Checking datatest-stable v0.3.3 |
| 3100 | 2026-08-26T14:41:46.656Z | Checking knuffel v3.2.0 |
| 3101 | 2026-08-26T14:41:46.737Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3102 | 2026-08-26T14:41:46.771Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3103 | 2026-08-26T14:41:47.080Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3104 | 2026-08-26T14:41:47.177Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3105 | 2026-08-26T14:41:47.243Z | Checking support-bundle-viewer v0.1.2 |
| 3106 | 2026-08-26T14:41:47.310Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3107 | 2026-08-26T14:41:47.345Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3108 | 2026-08-26T14:41:47.518Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3109 | 2026-08-26T14:41:47.553Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3110 | 2026-08-26T14:41:47.590Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3111 | 2026-08-26T14:41:47.746Z | Checking drift v0.2.0 |
| 3112 | 2026-08-26T14:41:47.790Z | Checking rand_distr v0.5.1 |
| 3113 | 2026-08-26T14:41:47.966Z | Checking multimap v0.10.1 |
| 3114 | 2026-08-26T14:41:48.004Z | Checking parse-size v1.1.0 |
| 3115 | 2026-08-26T14:41:48.144Z | Compiling linkme v0.3.35 |
| 3116 | 2026-08-26T14:41:48.180Z | Compiling relative-path v1.9.3 |
| 3117 | 2026-08-26T14:41:48.184Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3118 | 2026-08-26T14:41:48.249Z | Checking dropshot-api-manager v0.8.0 |
| 3119 | 2026-08-26T14:41:48.709Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3120 | 2026-08-26T14:41:49.483Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3121 | 2026-08-26T14:41:49.902Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3122 | 2026-08-26T14:41:50.286Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3123 | 2026-08-26T14:41:50.322Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3124 | 2026-08-26T14:41:50.507Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3125 | 2026-08-26T14:41:50.544Z | Checking cargo_toml v0.21.0 |
| 3126 | 2026-08-26T14:41:50.903Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3127 | 2026-08-26T14:41:51.079Z | Checking partial-io v0.5.4 |
| 3128 | 2026-08-26T14:41:51.220Z | Checking termios v0.3.3 |
| 3129 | 2026-08-26T14:41:51.361Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3130 | 2026-08-26T14:41:51.397Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3131 | 2026-08-26T14:41:51.402Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3132 | 2026-08-26T14:41:52.072Z | Checking rstest v0.25.0 |
| 3133 | 2026-08-26T14:41:57.189Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3134 | 2026-08-26T14:41:57.714Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3135 | 2026-08-26T14:41:58.815Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3136 | 2026-08-26T14:42:03.313Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3137 | 2026-08-26T14:42:04.324Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3138 | 2026-08-26T14:42:06.457Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3139 | 2026-08-26T14:42:13.779Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3140 | 2026-08-26T14:42:15.603Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3141 | 2026-08-26T14:42:17.532Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3142 | 2026-08-26T14:42:18.698Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3143 | 2026-08-26T14:42:22.843Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3144 | 2026-08-26T14:42:24.249Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3145 | 2026-08-26T14:42:24.815Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3146 | 2026-08-26T14:42:28.294Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3147 | 2026-08-26T14:42:32.977Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3148 | 2026-08-26T14:42:55.106Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3149 | 2026-08-26T14:43:48.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s |
| 3150 | 2026-08-26T14:43:48.368Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3151 | 2026-08-26T14:43:48.369Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3152 | 2026-08-26T14:43:49.041Z | |
| 3153 | 2026-08-26T14:43:49.041Z | real 4:17.175950740 |
| 3154 | 2026-08-26T14:43:49.041Z | user 22:08.171538444 |
| 3155 | 2026-08-26T14:43:49.041Z | sys 5:15.110848422 |
| 3156 | 2026-08-26T14:43:49.041Z | trap 0.532381162 |
| 3157 | 2026-08-26T14:43:49.041Z | tflt 0.430813645 |
| 3158 | 2026-08-26T14:43:49.041Z | dflt 0.548161879 |
| 3159 | 2026-08-26T14:43:49.041Z | kflt 0.004872232 |
| 3160 | 2026-08-26T14:43:49.041Z | lock 1:06:51.444498230 |
| 3161 | 2026-08-26T14:43:49.044Z | slp 1:00:09.780306788 |
| 3162 | 2026-08-26T14:43:49.044Z | lat 1:51.724220989 |
| 3163 | 2026-08-26T14:43:49.044Z | stop 14:09.110131373 |
| 3164 | 2026-08-26T14:43:49.044Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3165 | 2026-08-26T14:43:49.044Z | + ptime -m cargo doc --workspace --no-deps |
| 3166 | 2026-08-26T14:43:49.903Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3167 | 2026-08-26T14:43:49.903Z | | |
| 3168 | 2026-08-26T14:43:49.903Z | = 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)` |
| 3169 | 2026-08-26T14:43:49.903Z | = 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> |
| 3170 | 2026-08-26T14:43:51.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3171 | 2026-08-26T14:43:51.247Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3172 | 2026-08-26T14:43:51.283Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3173 | 2026-08-26T14:43:51.313Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3174 | 2026-08-26T14:43:51.423Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3175 | 2026-08-26T14:43:51.519Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3176 | 2026-08-26T14:43:51.546Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3177 | 2026-08-26T14:43:51.569Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3178 | 2026-08-26T14:43:51.589Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3179 | 2026-08-26T14:43:51.643Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3180 | 2026-08-26T14:43:51.736Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3181 | 2026-08-26T14:43:51.842Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3182 | 2026-08-26T14:43:51.867Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3183 | 2026-08-26T14:43:51.888Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3184 | 2026-08-26T14:43:51.916Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3185 | 2026-08-26T14:43:51.960Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3186 | 2026-08-26T14:43:51.991Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3187 | 2026-08-26T14:43:52.014Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3188 | 2026-08-26T14:43:52.037Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3189 | 2026-08-26T14:43:52.058Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3190 | 2026-08-26T14:43:52.085Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3191 | 2026-08-26T14:43:52.364Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3192 | 2026-08-26T14:43:52.493Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3193 | 2026-08-26T14:43:52.644Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3194 | 2026-08-26T14:43:52.648Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3195 | 2026-08-26T14:43:52.692Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3196 | 2026-08-26T14:43:52.801Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3197 | 2026-08-26T14:43:52.894Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3198 | 2026-08-26T14:43:52.928Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3199 | 2026-08-26T14:43:53.055Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3200 | 2026-08-26T14:43:53.155Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3201 | 2026-08-26T14:43:53.180Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3202 | 2026-08-26T14:43:53.241Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3203 | 2026-08-26T14:43:53.345Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3204 | 2026-08-26T14:43:53.516Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3205 | 2026-08-26T14:43:53.564Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3206 | 2026-08-26T14:43:53.594Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3207 | 2026-08-26T14:43:53.735Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3208 | 2026-08-26T14:43:53.791Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3209 | 2026-08-26T14:43:53.816Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3210 | 2026-08-26T14:43:54.041Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3211 | 2026-08-26T14:43:54.188Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3212 | 2026-08-26T14:43:54.276Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3213 | 2026-08-26T14:43:54.316Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3214 | 2026-08-26T14:43:54.342Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3215 | 2026-08-26T14:43:54.510Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3216 | 2026-08-26T14:43:54.534Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3217 | 2026-08-26T14:43:54.574Z | Checking scuffle v0.1.0 |
| 3218 | 2026-08-26T14:43:54.678Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3219 | 2026-08-26T14:43:54.720Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3220 | 2026-08-26T14:43:54.743Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3221 | 2026-08-26T14:43:54.782Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3222 | 2026-08-26T14:43:55.146Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3223 | 2026-08-26T14:43:55.532Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3224 | 2026-08-26T14:43:55.906Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3225 | 2026-08-26T14:43:56.054Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3226 | 2026-08-26T14:43:56.364Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3227 | 2026-08-26T14:43:56.367Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3228 | 2026-08-26T14:43:56.484Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3229 | 2026-08-26T14:43:56.620Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3230 | 2026-08-26T14:43:56.688Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3231 | 2026-08-26T14:43:56.713Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3232 | 2026-08-26T14:43:56.771Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3233 | 2026-08-26T14:43:57.067Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3234 | 2026-08-26T14:43:57.408Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3235 | 2026-08-26T14:43:57.648Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3236 | 2026-08-26T14:43:57.677Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3237 | 2026-08-26T14:43:57.760Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3238 | 2026-08-26T14:43:57.787Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3239 | 2026-08-26T14:43:57.987Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3240 | 2026-08-26T14:43:58.021Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3241 | 2026-08-26T14:43:58.076Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3242 | 2026-08-26T14:43:58.250Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3243 | 2026-08-26T14:43:58.299Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3244 | 2026-08-26T14:43:58.326Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3245 | 2026-08-26T14:43:58.354Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3246 | 2026-08-26T14:43:58.397Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3247 | 2026-08-26T14:43:58.524Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3248 | 2026-08-26T14:43:58.547Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3249 | 2026-08-26T14:43:58.572Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3250 | 2026-08-26T14:43:58.636Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3251 | 2026-08-26T14:43:58.719Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3252 | 2026-08-26T14:43:58.745Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3253 | 2026-08-26T14:43:58.773Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3254 | 2026-08-26T14:43:59.010Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3255 | 2026-08-26T14:43:59.013Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3256 | 2026-08-26T14:43:59.056Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3257 | 2026-08-26T14:43:59.078Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3258 | 2026-08-26T14:43:59.081Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3259 | 2026-08-26T14:43:59.081Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3260 | 2026-08-26T14:43:59.254Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3261 | 2026-08-26T14:43:59.331Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3262 | 2026-08-26T14:43:59.354Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3263 | 2026-08-26T14:43:59.396Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3264 | 2026-08-26T14:43:59.419Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3265 | 2026-08-26T14:43:59.569Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3266 | 2026-08-26T14:43:59.573Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3267 | 2026-08-26T14:43:59.613Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3268 | 2026-08-26T14:43:59.665Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3269 | 2026-08-26T14:43:59.689Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3270 | 2026-08-26T14:43:59.761Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3271 | 2026-08-26T14:43:59.787Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3272 | 2026-08-26T14:43:59.883Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3273 | 2026-08-26T14:43:59.958Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3274 | 2026-08-26T14:43:59.981Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3275 | 2026-08-26T14:44:00.254Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3276 | 2026-08-26T14:44:00.258Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3277 | 2026-08-26T14:44:00.300Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3278 | 2026-08-26T14:44:00.835Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3279 | 2026-08-26T14:44:01.035Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3280 | 2026-08-26T14:44:01.059Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3281 | 2026-08-26T14:44:01.323Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3282 | 2026-08-26T14:44:02.094Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3283 | 2026-08-26T14:44:02.480Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3284 | 2026-08-26T14:44:03.479Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3285 | 2026-08-26T14:44:03.868Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3286 | 2026-08-26T14:44:04.102Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3287 | 2026-08-26T14:44:04.825Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3288 | 2026-08-26T14:44:05.727Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3289 | 2026-08-26T14:44:05.873Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3290 | 2026-08-26T14:44:06.111Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3291 | 2026-08-26T14:44:06.158Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3292 | 2026-08-26T14:44:06.308Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3293 | 2026-08-26T14:44:06.333Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3294 | 2026-08-26T14:44:06.427Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3295 | 2026-08-26T14:44:06.577Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3296 | 2026-08-26T14:44:07.058Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3297 | 2026-08-26T14:44:07.312Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3298 | 2026-08-26T14:44:07.706Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3299 | 2026-08-26T14:44:07.909Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3300 | 2026-08-26T14:44:08.072Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3301 | 2026-08-26T14:44:08.254Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3302 | 2026-08-26T14:44:08.296Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3303 | 2026-08-26T14:44:08.602Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3304 | 2026-08-26T14:44:08.673Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3305 | 2026-08-26T14:44:09.375Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3306 | 2026-08-26T14:44:09.448Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3307 | 2026-08-26T14:44:09.735Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3308 | 2026-08-26T14:44:10.280Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3309 | 2026-08-26T14:44:10.776Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3310 | 2026-08-26T14:44:11.242Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3311 | 2026-08-26T14:44:11.486Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3312 | 2026-08-26T14:44:11.907Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3313 | 2026-08-26T14:44:11.937Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3314 | 2026-08-26T14:44:12.085Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3315 | 2026-08-26T14:44:12.356Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3316 | 2026-08-26T14:44:12.581Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3317 | 2026-08-26T14:44:12.977Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3318 | 2026-08-26T14:44:13.213Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3319 | 2026-08-26T14:44:13.765Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3320 | 2026-08-26T14:44:14.025Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3321 | 2026-08-26T14:44:14.115Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3322 | 2026-08-26T14:44:14.458Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3323 | 2026-08-26T14:44:14.997Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3324 | 2026-08-26T14:44:15.173Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3325 | 2026-08-26T14:44:15.721Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3326 | 2026-08-26T14:44:16.478Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3327 | 2026-08-26T14:44:17.716Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3328 | 2026-08-26T14:44:19.432Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3329 | 2026-08-26T14:44:19.802Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3330 | 2026-08-26T14:44:21.620Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3331 | 2026-08-26T14:44:22.439Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3332 | 2026-08-26T14:44:22.915Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3333 | 2026-08-26T14:44:22.942Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3334 | 2026-08-26T14:44:23.118Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3335 | 2026-08-26T14:44:23.406Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3336 | 2026-08-26T14:44:24.364Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3337 | 2026-08-26T14:44:24.683Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3338 | 2026-08-26T14:44:25.090Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3339 | 2026-08-26T14:44:25.888Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3340 | 2026-08-26T14:44:26.048Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3341 | 2026-08-26T14:44:26.703Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3342 | 2026-08-26T14:44:26.785Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3343 | 2026-08-26T14:44:27.076Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3344 | 2026-08-26T14:44:27.324Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3345 | 2026-08-26T14:44:27.420Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3346 | 2026-08-26T14:44:27.501Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3347 | 2026-08-26T14:44:27.641Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3348 | 2026-08-26T14:44:27.882Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3349 | 2026-08-26T14:44:28.250Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3350 | 2026-08-26T14:44:28.670Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3351 | 2026-08-26T14:44:28.925Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3352 | 2026-08-26T14:44:28.980Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3353 | 2026-08-26T14:44:28.983Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3354 | 2026-08-26T14:44:29.420Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3355 | 2026-08-26T14:44:29.651Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3356 | 2026-08-26T14:44:30.636Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3357 | 2026-08-26T14:44:30.990Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3358 | 2026-08-26T14:44:31.593Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3359 | 2026-08-26T14:44:33.989Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3360 | 2026-08-26T14:44:35.391Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3361 | 2026-08-26T14:44:35.859Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3362 | 2026-08-26T14:44:36.445Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3363 | 2026-08-26T14:44:38.245Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3364 | 2026-08-26T14:44:40.175Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3365 | 2026-08-26T14:44:40.680Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3366 | 2026-08-26T14:44:41.362Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3367 | 2026-08-26T14:44:42.271Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3368 | 2026-08-26T14:44:43.897Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3369 | 2026-08-26T14:44:45.138Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3370 | 2026-08-26T14:44:45.382Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3371 | 2026-08-26T14:44:46.114Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3372 | 2026-08-26T14:44:47.008Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3373 | 2026-08-26T14:44:47.840Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3374 | 2026-08-26T14:44:50.259Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3375 | 2026-08-26T14:44:53.045Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3376 | 2026-08-26T14:44:53.833Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3377 | 2026-08-26T14:44:54.831Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3378 | 2026-08-26T14:44:55.612Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3379 | 2026-08-26T14:44:56.530Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3380 | 2026-08-26T14:44:57.269Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3381 | 2026-08-26T14:44:58.037Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3382 | 2026-08-26T14:45:00.039Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3383 | 2026-08-26T14:45:00.329Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3384 | 2026-08-26T14:45:00.931Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3385 | 2026-08-26T14:45:01.727Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3386 | 2026-08-26T14:45:01.903Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3387 | 2026-08-26T14:45:02.949Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3388 | 2026-08-26T14:45:03.738Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3389 | 2026-08-26T14:45:07.476Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3390 | 2026-08-26T14:45:08.240Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3391 | 2026-08-26T14:45:09.500Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3392 | 2026-08-26T14:45:10.171Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3393 | 2026-08-26T14:45:11.322Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3394 | 2026-08-26T14:45:12.141Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3395 | 2026-08-26T14:45:14.196Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3396 | 2026-08-26T14:45:15.150Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3397 | 2026-08-26T14:45:16.174Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3398 | 2026-08-26T14:45:17.093Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3399 | 2026-08-26T14:45:21.414Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3400 | 2026-08-26T14:45:21.918Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3401 | 2026-08-26T14:45:22.593Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3402 | 2026-08-26T14:45:25.052Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3403 | 2026-08-26T14:45:25.723Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3404 | 2026-08-26T14:45:27.253Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3405 | 2026-08-26T14:45:29.047Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3406 | 2026-08-26T14:45:30.537Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3407 | 2026-08-26T14:45:32.137Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3408 | 2026-08-26T14:45:33.870Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3409 | 2026-08-26T14:45:35.403Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3410 | 2026-08-26T14:45:37.190Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3411 | 2026-08-26T14:45:41.821Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3412 | 2026-08-26T14:45:42.138Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3413 | 2026-08-26T14:45:43.668Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3414 | 2026-08-26T14:45:43.947Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3415 | 2026-08-26T14:45:45.471Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3416 | 2026-08-26T14:45:47.625Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3417 | 2026-08-26T14:45:49.414Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3418 | 2026-08-26T14:45:51.475Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3419 | 2026-08-26T14:45:53.292Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3420 | 2026-08-26T14:45:55.003Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3421 | 2026-08-26T14:45:57.059Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3422 | 2026-08-26T14:45:58.625Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3423 | 2026-08-26T14:46:00.443Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3424 | 2026-08-26T14:46:02.208Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3425 | 2026-08-26T14:46:04.033Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3426 | 2026-08-26T14:46:05.795Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3427 | 2026-08-26T14:46:07.563Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3428 | 2026-08-26T14:46:09.174Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3429 | 2026-08-26T14:46:11.198Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3430 | 2026-08-26T14:46:12.822Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3431 | 2026-08-26T14:46:14.804Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3432 | 2026-08-26T14:46:16.551Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3433 | 2026-08-26T14:46:18.551Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3434 | 2026-08-26T14:46:20.391Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3435 | 2026-08-26T14:46:22.311Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3436 | 2026-08-26T14:46:26.134Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3437 | 2026-08-26T14:46:27.843Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3438 | 2026-08-26T14:46:30.305Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3439 | 2026-08-26T14:46:33.469Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3440 | 2026-08-26T14:46:34.351Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3441 | 2026-08-26T14:46:36.220Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3442 | 2026-08-26T14:46:38.946Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3443 | 2026-08-26T14:46:41.292Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3444 | 2026-08-26T14:46:43.507Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3445 | 2026-08-26T14:46:46.572Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3446 | 2026-08-26T14:46:48.400Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3447 | 2026-08-26T14:46:51.125Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3448 | 2026-08-26T14:46:53.191Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3449 | 2026-08-26T14:46:56.170Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3450 | 2026-08-26T14:46:58.712Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3451 | 2026-08-26T14:47:00.822Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3452 | 2026-08-26T14:47:03.081Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3453 | 2026-08-26T14:47:05.620Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3454 | 2026-08-26T14:47:08.132Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3455 | 2026-08-26T14:47:10.749Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3456 | 2026-08-26T14:47:13.456Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3457 | 2026-08-26T14:47:16.018Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3458 | 2026-08-26T14:47:18.279Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3459 | 2026-08-26T14:47:21.128Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3460 | 2026-08-26T14:47:23.600Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3461 | 2026-08-26T14:47:26.194Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3462 | 2026-08-26T14:47:28.704Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3463 | 2026-08-26T14:47:31.275Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3464 | 2026-08-26T14:47:33.917Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3465 | 2026-08-26T14:47:36.297Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3466 | 2026-08-26T14:47:38.992Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3467 | 2026-08-26T14:47:41.665Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3468 | 2026-08-26T14:47:44.171Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3469 | 2026-08-26T14:47:46.847Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3470 | 2026-08-26T14:47:49.402Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3471 | 2026-08-26T14:47:52.002Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3472 | 2026-08-26T14:47:54.735Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3473 | 2026-08-26T14:47:57.286Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3474 | 2026-08-26T14:47:59.938Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3475 | 2026-08-26T14:48:02.661Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3476 | 2026-08-26T14:48:05.212Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3477 | 2026-08-26T14:48:07.798Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3478 | 2026-08-26T14:48:10.428Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3479 | 2026-08-26T14:48:13.192Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3480 | 2026-08-26T14:48:15.791Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3481 | 2026-08-26T14:48:18.384Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3482 | 2026-08-26T14:48:24.000Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3483 | 2026-08-26T14:48:24.077Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3484 | 2026-08-26T14:48:26.665Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3485 | 2026-08-26T14:48:29.209Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3486 | 2026-08-26T14:48:32.120Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3487 | 2026-08-26T14:48:35.111Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3488 | 2026-08-26T14:48:37.911Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3489 | 2026-08-26T14:48:40.654Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3490 | 2026-08-26T14:48:43.499Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3491 | 2026-08-26T14:48:46.236Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3492 | 2026-08-26T14:48:48.932Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3493 | 2026-08-26T14:48:51.802Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3494 | 2026-08-26T14:48:54.633Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3495 | 2026-08-26T14:48:57.399Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3496 | 2026-08-26T14:49:00.202Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3497 | 2026-08-26T14:49:03.027Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3498 | 2026-08-26T14:49:05.758Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3499 | 2026-08-26T14:49:13.750Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3500 | 2026-08-26T14:49:14.345Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3501 | 2026-08-26T14:49:17.654Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3502 | 2026-08-26T14:49:21.137Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3503 | 2026-08-26T14:49:24.753Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3504 | 2026-08-26T14:49:29.625Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3505 | 2026-08-26T14:49:32.730Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3506 | 2026-08-26T14:49:36.503Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3507 | 2026-08-26T14:49:40.549Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3508 | 2026-08-26T14:49:44.651Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3509 | 2026-08-26T14:49:48.390Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3510 | 2026-08-26T14:49:52.304Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3511 | 2026-08-26T14:49:56.173Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3512 | 2026-08-26T14:50:00.086Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3513 | 2026-08-26T14:50:03.976Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3514 | 2026-08-26T14:50:07.879Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3515 | 2026-08-26T14:50:11.813Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3516 | 2026-08-26T14:50:15.935Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3517 | 2026-08-26T14:50:19.737Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3518 | 2026-08-26T14:50:23.564Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3519 | 2026-08-26T14:50:27.464Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3520 | 2026-08-26T14:50:31.361Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3521 | 2026-08-26T14:50:35.309Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3522 | 2026-08-26T14:50:39.260Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3523 | 2026-08-26T14:50:43.149Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3524 | 2026-08-26T14:50:47.156Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3525 | 2026-08-26T14:50:50.997Z | Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3526 | 2026-08-26T14:50:54.869Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3527 | 2026-08-26T14:50:58.792Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3528 | 2026-08-26T14:51:29.982Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 40s |
| 3529 | 2026-08-26T14:51:29.985Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3530 | 2026-08-26T14:51:29.985Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3531 | 2026-08-26T14:51:30.155Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files |
| 3532 | 2026-08-26T14:51:30.265Z | |
| 3533 | 2026-08-26T14:51:30.265Z | real 7:41.131373549 |
| 3534 | 2026-08-26T14:51:30.265Z | user 20:33.182091590 |
| 3535 | 2026-08-26T14:51:30.268Z | sys 4:22.775715666 |
| 3536 | 2026-08-26T14:51:30.268Z | trap 0.297055082 |
| 3537 | 2026-08-26T14:51:30.269Z | tflt 0.010866762 |
| 3538 | 2026-08-26T14:51:30.269Z | dflt 0.097243858 |
| 3539 | 2026-08-26T14:51:30.269Z | kflt 0.000167660 |
| 3540 | 2026-08-26T14:51:30.269Z | lock 7:23:21.680948665 |
| 3541 | 2026-08-26T14:51:30.269Z | slp 2:35:32.152247959 |
| 3542 | 2026-08-26T14:51:30.269Z | lat 34.821712522 |
| 3543 | 2026-08-26T14:51:30.269Z | stop 2:05.744030252 |
| 3544 | 2026-08-26T14:51:30.269Z | process exited: duration 854904 ms, exit code 0 |
| |
| 3545 | 2026-08-26T14:51:30.276Z | found 0 output files |