|
|
|
| 1 | 2026-08-25T22:36:29.302Z | job assigned to worker 01M0XH14KVADHW5SG83E2DKCPE [factory aws, i-0bbc294a46c496856] (queued for 54 s) |
| |
| 2 | 2026-08-25T22:36:35.272Z | starting task 0: "setup" |
| 3 | 2026-08-25T22:36:35.279Z | ++ uname -s |
| 4 | 2026-08-25T22:36:35.282Z | + kern=SunOS |
| 5 | 2026-08-25T22:36:35.282Z | + build_user=build |
| 6 | 2026-08-25T22:36:35.282Z | + build_uid=12345 |
| 7 | 2026-08-25T22:36:35.282Z | + work_dir=/work |
| 8 | 2026-08-25T22:36:35.282Z | + input_dir=/input |
| 9 | 2026-08-25T22:36:35.282Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T22:36:35.282Z | + case "$kern" in |
| 11 | 2026-08-25T22:36:35.282Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T22:36:35.286Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T22:36:37.289Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T22:36:37.374Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T22:36:37.377Z | + home_fs=zfs |
| 16 | 2026-08-25T22:36:37.377Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T22:36:37.377Z | + mkdir -p /home/build |
| 18 | 2026-08-25T22:36:37.377Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T22:36:39.379Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T22:36:39.382Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-08-25T22:36:39.389Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T22:36:39.393Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T22:36:39.393Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T22:36:39.393Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T22:36:39.393Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T22:36:39.393Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T22:36:39.393Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T22:36:39.396Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T22:36:39.396Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T22:36:39.472Z | info: downloading installer |
| 31 | 2026-08-25T22:36:40.890Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T22:36:40.890Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T22:36:40.890Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T22:36:40.890Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T22:36:40.901Z | info: profile set to default |
| 36 | 2026-08-25T22:36:40.901Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T22:36:40.906Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T22:36:41.042Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T22:36:41.046Z | info: downloading 6 components |
| 40 | 2026-08-25T22:36:56.704Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T22:36:56.705Z | |
| 42 | 2026-08-25T22:36:56.732Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T22:36:56.732Z | |
| 44 | 2026-08-25T22:36:56.732Z | |
| 45 | 2026-08-25T22:36:56.732Z | Rust is installed now. Great! |
| 46 | 2026-08-25T22:36:56.732Z | |
| 47 | 2026-08-25T22:36:56.732Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T22:36:56.732Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T22:36:56.732Z | |
| 50 | 2026-08-25T22:36:56.732Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T22:36:56.732Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T22:36:56.732Z | |
| 53 | 2026-08-25T22:36:56.732Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T22:36:56.732Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T22:36:56.732Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T22:36:56.732Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T22:36:56.732Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T22:36:56.732Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T22:36:56.732Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T22:36:56.736Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T22:36:56.736Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T22:36:56.833Z | + rustup --version |
| 63 | 2026-08-25T22:36:56.843Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T22:36:56.846Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T22:36:56.864Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T22:36:56.867Z | + cargo --version |
| 67 | 2026-08-25T22:36:56.881Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T22:36:56.884Z | + rustc --version |
| 69 | 2026-08-25T22:36:56.902Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T22:36:56.905Z | process exited: duration 17515 ms, exit code 0 |
| |
| 71 | 2026-08-25T22:36:56.911Z | starting task 2: "authentication" |
| 72 | 2026-08-25T22:36:56.928Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T22:36:56.935Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T22:36:56.939Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T22:36:56.942Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T22:36:56.971Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T22:37:15.972Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T22:37:15.972Z | + git fetch origin 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 79 | 2026-08-25T22:37:16.320Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T22:37:16.320Z | * branch 1f434a86565fc333096a97e446b86bdac323e6f1 -> FETCH_HEAD |
| 81 | 2026-08-25T22:37:16.331Z | + [[ -n alan/gzip-to-lz4 ]] |
| 82 | 2026-08-25T22:37:16.334Z | ++ git branch --show-current |
| 83 | 2026-08-25T22:37:16.334Z | + current=main |
| 84 | 2026-08-25T22:37:16.334Z | + [[ main != alan/gzip-to-lz4 ]] |
| 85 | 2026-08-25T22:37:16.335Z | + git branch -f alan/gzip-to-lz4 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 86 | 2026-08-25T22:37:16.338Z | + git checkout -f alan/gzip-to-lz4 |
| 87 | 2026-08-25T22:37:16.583Z | Switched to branch 'alan/gzip-to-lz4' |
| 88 | 2026-08-25T22:37:16.587Z | + git reset --hard 1f434a86565fc333096a97e446b86bdac323e6f1 |
| 89 | 2026-08-25T22:37:16.652Z | HEAD is now at 1f434a865 fix expected test output |
| 90 | 2026-08-25T22:37:16.656Z | process exited: duration 19717 ms, exit code 0 |
| |
| 91 | 2026-08-25T22:37:16.663Z | starting task 4: "build" |
| 92 | 2026-08-25T22:37:16.667Z | + source ./env.sh |
| 93 | 2026-08-25T22:37:16.667Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-25T22:37:16.667Z | ++ set -o xtrace |
| 95 | 2026-08-25T22:37:16.671Z | ++++ dirname ./env.sh |
| 96 | 2026-08-25T22:37:16.674Z | +++ readlink -f . |
| 97 | 2026-08-25T22:37:16.674Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ 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-25T22:37:16.674Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-25T22:37:16.674Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-25T22:37:16.678Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-25T22:37:16.678Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-25T22:37:16.678Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-25T22:37:16.678Z | +++ uname -s |
| 114 | 2026-08-25T22:37:16.678Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-25T22:37:16.678Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-25T22:37:16.678Z | + cargo --version |
| 117 | 2026-08-25T22:37:16.686Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-25T22:37:16.689Z | + rustc --version |
| 119 | 2026-08-25T22:37:16.708Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-25T22:37:16.711Z | + banner prerequisites |
| 121 | 2026-08-25T22:37:16.714Z | |
| 122 | 2026-08-25T22:37:16.714Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-25T22:37:16.714Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-25T22:37:16.714Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-25T22:37:16.714Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-25T22:37:16.714Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-25T22:37:16.714Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-25T22:37:16.714Z | |
| 129 | 2026-08-25T22:37:16.714Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-25T22:37:18.698Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-25T22:37:19.084Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-25T22:37:21.249Z | Planning: Solver setup ... Done (2.045s) |
| 133 | 2026-08-25T22:37:21.311Z | Planning: Running solver ... Done (0.062s) |
| 134 | 2026-08-25T22:37:21.361Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-25T22:37:21.373Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-25T22:37:21.393Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-25T22:37:21.407Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-08-25T22:37:21.410Z | Planning: Merging actions ... Done (0.001s) |
| 139 | 2026-08-25T22:37:21.633Z | Planning: Checking for conflicting actions ... Done (0.224s) |
| 140 | 2026-08-25T22:37:21.636Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-25T22:37:22.437Z | Planning: Evaluating mediators ... Done (0.803s) |
| 142 | 2026-08-25T22:37:22.440Z | Planning: Planning completed in 3.32 seconds |
| 143 | 2026-08-25T22:37:22.446Z | Packages to install: 2 |
| 144 | 2026-08-25T22:37:22.446Z | Estimated space available: 156.01 GB |
| 145 | 2026-08-25T22:37:22.446Z | Estimated space to be consumed: 80.56 MB |
| 146 | 2026-08-25T22:37:22.446Z | Create boot environment: No |
| 147 | 2026-08-25T22:37:22.449Z | Create backup boot environment: No |
| 148 | 2026-08-25T22:37:22.449Z | Rebuild boot archive: No |
| 149 | 2026-08-25T22:37:22.449Z | |
| 150 | 2026-08-25T22:37:22.449Z | Changed packages: |
| 151 | 2026-08-25T22:37:22.449Z | helios |
| 152 | 2026-08-25T22:37:22.449Z | developer/build-essential |
| 153 | 2026-08-25T22:37:22.449Z | None -> 11-3.0 |
| 154 | 2026-08-25T22:37:22.449Z | library/libxmlsec1 |
| 155 | 2026-08-25T22:37:22.449Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-25T22:37:22.470Z | |
| 157 | 2026-08-25T22:37:22.470Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-25T22:37:22.547Z | Download: Completed 1.28 MB in 0.08 seconds (16.8M/s) |
| 159 | 2026-08-25T22:37:22.631Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-25T22:37:22.669Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-25T22:37:22.704Z | Finalize: Updating package state database ... Done (0.035s) |
| 162 | 2026-08-25T22:37:22.707Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-25T22:37:22.799Z | Finalize: Updating image state ... Done (0.093s) |
| 164 | 2026-08-25T22:37:25.250Z | Finalize: Creating fast lookup database ... Done (2.400s) |
| 165 | 2026-08-25T22:37:25.313Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-25T22:37:25.317Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-25T22:37:25.403Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-25T22:37:25.773Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-25T22:37:25.878Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-25T22:37:25.881Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-25T22:37:26.035Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-25T22:37:26.038Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-25T22:37:26.058Z | Mediators to change: 2 |
| 174 | 2026-08-25T22:37:26.058Z | Create boot environment: No |
| 175 | 2026-08-25T22:37:26.058Z | Create backup boot environment: No |
| 176 | 2026-08-25T22:37:26.108Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-25T22:37:26.108Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-25T22:37:26.160Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-25T22:37:28.073Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-25T22:37:28.134Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-25T22:37:28.138Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-25T22:37:28.206Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-25T22:37:28.488Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-25T22:37:28.591Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-25T22:37:28.595Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-25T22:37:28.747Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-25T22:37:28.751Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-25T22:37:28.771Z | Mediators to change: 1 |
| 189 | 2026-08-25T22:37:28.771Z | Create boot environment: No |
| 190 | 2026-08-25T22:37:28.771Z | Create backup boot environment: No |
| 191 | 2026-08-25T22:37:28.811Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-25T22:37:28.811Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-25T22:37:28.864Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-25T22:37:30.780Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-25T22:37:30.840Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-25T22:37:30.844Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-25T22:37:30.913Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-25T22:37:31.223Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-25T22:37:31.223Z | apache system 2.4 system |
| 200 | 2026-08-25T22:37:31.223Z | clang system 15 system |
| 201 | 2026-08-25T22:37:31.223Z | csh system system illumos |
| 202 | 2026-08-25T22:37:31.223Z | ctags system system illumos |
| 203 | 2026-08-25T22:37:31.223Z | file vendor vendor darwinsys |
| 204 | 2026-08-25T22:37:31.223Z | file system system illumos |
| 205 | 2026-08-25T22:37:31.223Z | gcc vendor 14 vendor |
| 206 | 2026-08-25T22:37:31.223Z | gcc system 13 system |
| 207 | 2026-08-25T22:37:31.223Z | gcc system 10 system |
| 208 | 2026-08-25T22:37:31.223Z | go system 1.25 system |
| 209 | 2026-08-25T22:37:31.223Z | llvm system 15 system |
| 210 | 2026-08-25T22:37:31.223Z | mariadb system 11.4 system |
| 211 | 2026-08-25T22:37:31.223Z | mta vendor vendor dma |
| 212 | 2026-08-25T22:37:31.223Z | openjdk system 17 system |
| 213 | 2026-08-25T22:37:31.223Z | openjdk system 11 system |
| 214 | 2026-08-25T22:37:31.223Z | openssl vendor 3 vendor |
| 215 | 2026-08-25T22:37:31.223Z | perl system 5.40 system |
| 216 | 2026-08-25T22:37:31.223Z | postgresql system 18 system |
| 217 | 2026-08-25T22:37:31.223Z | postgresql system 17 system |
| 218 | 2026-08-25T22:37:31.223Z | python vendor 3 vendor |
| 219 | 2026-08-25T22:37:31.223Z | python system 2 system |
| 220 | 2026-08-25T22:37:31.223Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-25T22:37:31.223Z | ruby system 3.4 system |
| 222 | 2026-08-25T22:37:31.223Z | ruby system 3.0 system |
| 223 | 2026-08-25T22:37:31.223Z | words vendor vendor american-english |
| 224 | 2026-08-25T22:37:31.223Z | words system system australian-english |
| 225 | 2026-08-25T22:37:31.223Z | words system system british-english |
| 226 | 2026-08-25T22:37:31.223Z | words system system canadian-english |
| 227 | 2026-08-25T22:37:31.223Z | words system system french |
| 228 | 2026-08-25T22:37:31.223Z | words system system italian |
| 229 | 2026-08-25T22:37:31.223Z | words system system ngerman |
| 230 | 2026-08-25T22:37:31.223Z | words system system ogerman |
| 231 | 2026-08-25T22:37:31.223Z | words system system spanish |
| 232 | 2026-08-25T22:37:31.473Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-25T22:37:31.473Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-25T22:37:31.956Z | FMRI IFO |
| 235 | 2026-08-25T22:37:31.956Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-25T22:37:31.956Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-25T22:37:31.956Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-25T22:37:31.956Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-25T22:37:31.956Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-25T22:37:31.956Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-25T22:37:31.956Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-25T22:37:31.956Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-25T22:37:31.956Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-25T22:37:32.286Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-08-25T22:37:32.624Z | Updating crates.io index |
| 246 | 2026-08-25T22:37:32.628Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-08-25T22:37:32.911Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-08-25T22:37:33.310Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-08-25T22:37:34.716Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-08-25T22:37:35.438Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-25T22:37:37.429Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-25T22:37:38.515Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-25T22:37:38.807Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-08-25T22:37:39.187Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-08-25T22:37:42.217Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-08-25T22:37:42.586Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-08-25T22:37:42.984Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 258 | 2026-08-25T22:37:43.314Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-08-25T22:37:43.885Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-08-25T22:37:44.200Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-08-25T22:37:44.535Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-08-25T22:37:45.020Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-08-25T22:37:45.353Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 264 | 2026-08-25T22:37:45.910Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 265 | 2026-08-25T22:37:46.313Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 266 | 2026-08-25T22:37:46.793Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 267 | 2026-08-25T22:37:47.110Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 268 | 2026-08-25T22:37:47.692Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 269 | 2026-08-25T22:37:48.064Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-08-25T22:37:48.356Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-08-25T22:37:48.822Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-08-25T22:37:49.150Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-08-25T22:37:49.654Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-08-25T22:37:50.028Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-08-25T22:37:50.293Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 276 | 2026-08-25T22:37:50.653Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-08-25T22:37:50.992Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 278 | 2026-08-25T22:37:51.544Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-08-25T22:37:51.828Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 280 | 2026-08-25T22:37:52.142Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 281 | 2026-08-25T22:37:52.481Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 282 | 2026-08-25T22:37:53.162Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 283 | 2026-08-25T22:37:53.424Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-08-25T22:37:53.733Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-08-25T22:37:54.024Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-08-25T22:37:54.322Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-08-25T22:37:54.605Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 288 | 2026-08-25T22:37:56.325Z | Downloading crates ... |
| 289 | 2026-08-25T22:37:56.381Z | Downloaded anyhow v1.0.104 |
| 290 | 2026-08-25T22:37:56.391Z | Downloaded zerocopy-derive v0.7.35 |
| 291 | 2026-08-25T22:37:56.397Z | Downloaded bitflags v2.11.0 |
| 292 | 2026-08-25T22:37:56.398Z | Downloaded pest_meta v2.8.6 |
| 293 | 2026-08-25T22:37:56.398Z | Downloaded anstream v1.0.0 |
| 294 | 2026-08-25T22:37:56.398Z | Downloaded terminal_size v0.4.3 |
| 295 | 2026-08-25T22:37:56.398Z | Downloaded zmij v1.0.21 |
| 296 | 2026-08-25T22:37:56.398Z | Downloaded generic-array v0.14.7 |
| 297 | 2026-08-25T22:37:56.398Z | Downloaded heck v0.5.0 |
| 298 | 2026-08-25T22:37:56.410Z | Downloaded log v0.4.33 |
| 299 | 2026-08-25T22:37:56.410Z | Downloaded macaddr v1.0.1 |
| 300 | 2026-08-25T22:37:56.410Z | Downloaded once_cell v1.21.3 |
| 301 | 2026-08-25T22:37:56.410Z | Downloaded zerocopy v0.7.35 |
| 302 | 2026-08-25T22:37:56.420Z | Downloaded crypto-common v0.1.7 |
| 303 | 2026-08-25T22:37:56.421Z | Downloaded anstyle-query v1.1.5 |
| 304 | 2026-08-25T22:37:56.421Z | Downloaded byteorder v1.5.0 |
| 305 | 2026-08-25T22:37:56.421Z | Downloaded fs-err v3.3.0 |
| 306 | 2026-08-25T22:37:56.421Z | Downloaded anstyle-parse v1.0.0 |
| 307 | 2026-08-25T22:37:56.421Z | Downloaded heck v0.4.1 |
| 308 | 2026-08-25T22:37:56.421Z | Downloaded camino-tempfile v1.4.1 |
| 309 | 2026-08-25T22:37:56.421Z | Downloaded errno v0.3.14 |
| 310 | 2026-08-25T22:37:56.427Z | Downloaded equivalent v1.0.2 |
| 311 | 2026-08-25T22:37:56.427Z | Downloaded cargo-platform v0.3.2 |
| 312 | 2026-08-25T22:37:56.427Z | Downloaded cpufeatures v0.2.17 |
| 313 | 2026-08-25T22:37:56.427Z | Downloaded toml v0.8.23 |
| 314 | 2026-08-25T22:37:56.428Z | Downloaded clap_derive v4.6.1 |
| 315 | 2026-08-25T22:37:56.439Z | Downloaded is_terminal_polyfill v1.70.2 |
| 316 | 2026-08-25T22:37:56.439Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-08-25T22:37:56.440Z | Downloaded clap_lex v1.0.0 |
| 318 | 2026-08-25T22:37:56.440Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-08-25T22:37:56.440Z | Downloaded swrite v0.1.0 |
| 320 | 2026-08-25T22:37:56.450Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2026-08-25T22:37:56.451Z | Downloaded serde_spanned v0.6.9 |
| 322 | 2026-08-25T22:37:56.451Z | Downloaded fastrand v2.3.0 |
| 323 | 2026-08-25T22:37:56.451Z | Downloaded thread-id v4.2.2 |
| 324 | 2026-08-25T22:37:56.451Z | Downloaded colorchoice v1.0.4 |
| 325 | 2026-08-25T22:37:56.463Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-08-25T22:37:56.463Z | Downloaded dof v0.3.0 |
| 327 | 2026-08-25T22:37:56.463Z | Downloaded cargo_metadata v0.23.1 |
| 328 | 2026-08-25T22:37:56.463Z | Downloaded fnv v1.0.7 |
| 329 | 2026-08-25T22:37:56.475Z | Downloaded utf8parse v0.2.2 |
| 330 | 2026-08-25T22:37:56.475Z | Downloaded toml_write v0.1.2 |
| 331 | 2026-08-25T22:37:56.475Z | Downloaded usdt v0.5.0 |
| 332 | 2026-08-25T22:37:56.475Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2026-08-25T22:37:56.475Z | Downloaded version_check v0.9.5 |
| 334 | 2026-08-25T22:37:56.476Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-08-25T22:37:56.484Z | Downloaded strsim v0.11.1 |
| 336 | 2026-08-25T22:37:56.491Z | Downloaded memmap v0.7.0 |
| 337 | 2026-08-25T22:37:56.491Z | Downloaded smawk v0.3.2 |
| 338 | 2026-08-25T22:37:56.491Z | Downloaded usdt-macro v0.5.0 |
| 339 | 2026-08-25T22:37:56.491Z | Downloaded plain v0.2.3 |
| 340 | 2026-08-25T22:37:56.491Z | Downloaded toml_datetime v0.6.11 |
| 341 | 2026-08-25T22:37:56.508Z | Downloaded pretty-hex v0.4.1 |
| 342 | 2026-08-25T22:37:56.513Z | Downloaded proc-macro-error-attr v1.0.4 |
| 343 | 2026-08-25T22:37:56.513Z | Downloaded itoa v1.0.17 |
| 344 | 2026-08-25T22:37:56.513Z | Downloaded unicode-linebreak v0.1.5 |
| 345 | 2026-08-25T22:37:56.513Z | Downloaded bytecount v0.6.9 |
| 346 | 2026-08-25T22:37:56.513Z | Downloaded anstyle v1.0.14 |
| 347 | 2026-08-25T22:37:56.521Z | Downloaded thiserror v1.0.69 |
| 348 | 2026-08-25T22:37:56.525Z | Downloaded serde_tokenstream v0.2.3 |
| 349 | 2026-08-25T22:37:56.537Z | Downloaded cargo_toml v0.21.0 |
| 350 | 2026-08-25T22:37:56.546Z | Downloaded digest v0.10.7 |
| 351 | 2026-08-25T22:37:56.546Z | Downloaded scroll v0.12.0 |
| 352 | 2026-08-25T22:37:56.546Z | Downloaded sha2 v0.10.9 |
| 353 | 2026-08-25T22:37:56.546Z | Downloaded usdt-impl v0.5.0 |
| 354 | 2026-08-25T22:37:56.546Z | Downloaded autocfg v1.5.0 |
| 355 | 2026-08-25T22:37:56.546Z | Downloaded proc-macro-error v1.0.4 |
| 356 | 2026-08-25T22:37:56.550Z | Downloaded thiserror-impl v1.0.69 |
| 357 | 2026-08-25T22:37:56.551Z | Downloaded thiserror v2.0.18 |
| 358 | 2026-08-25T22:37:56.556Z | Downloaded pest_generator v2.8.6 |
| 359 | 2026-08-25T22:37:56.556Z | Downloaded pest_derive v2.8.6 |
| 360 | 2026-08-25T22:37:56.562Z | Downloaded papergrid v0.11.0 |
| 361 | 2026-08-25T22:37:56.581Z | Downloaded thiserror-impl v2.0.18 |
| 362 | 2026-08-25T22:37:56.591Z | Downloaded tempfile v3.27.0 |
| 363 | 2026-08-25T22:37:56.591Z | Downloaded camino v1.2.5 |
| 364 | 2026-08-25T22:37:56.591Z | Downloaded ucd-trie v0.1.7 |
| 365 | 2026-08-25T22:37:56.591Z | Downloaded quote v1.0.45 |
| 366 | 2026-08-25T22:37:56.591Z | Downloaded getrandom v0.4.3 |
| 367 | 2026-08-25T22:37:56.598Z | Downloaded proc-macro2 v1.0.106 |
| 368 | 2026-08-25T22:37:56.601Z | Downloaded semver v1.0.28 |
| 369 | 2026-08-25T22:37:56.601Z | Downloaded textwrap v0.16.2 |
| 370 | 2026-08-25T22:37:56.609Z | Downloaded unicode-ident v1.0.24 |
| 371 | 2026-08-25T22:37:56.622Z | Downloaded clap v4.6.1 |
| 372 | 2026-08-25T22:37:56.634Z | Downloaded serde_derive v1.0.228 |
| 373 | 2026-08-25T22:37:56.651Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-08-25T22:37:56.659Z | Downloaded toml_edit v0.22.27 |
| 375 | 2026-08-25T22:37:56.659Z | Downloaded memchr v2.8.0 |
| 376 | 2026-08-25T22:37:56.665Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-08-25T22:37:56.668Z | Downloaded serde v1.0.228 |
| 378 | 2026-08-25T22:37:56.689Z | Downloaded typenum v1.20.1 |
| 379 | 2026-08-25T22:37:56.692Z | Downloaded pest v2.8.6 |
| 380 | 2026-08-25T22:37:56.728Z | Downloaded serde_json v1.0.151 |
| 381 | 2026-08-25T22:37:56.731Z | Downloaded clap_builder v4.6.0 |
| 382 | 2026-08-25T22:37:56.748Z | Downloaded goblin v0.8.2 |
| 383 | 2026-08-25T22:37:56.754Z | Downloaded tabled v0.15.0 |
| 384 | 2026-08-25T22:37:56.762Z | Downloaded winnow v0.7.14 |
| 385 | 2026-08-25T22:37:56.767Z | Downloaded hashbrown v0.17.0 |
| 386 | 2026-08-25T22:37:56.781Z | Downloaded syn v1.0.109 |
| 387 | 2026-08-25T22:37:56.787Z | Downloaded unicode-width v0.2.0 |
| 388 | 2026-08-25T22:37:56.791Z | Downloaded unicode-width v0.1.14 |
| 389 | 2026-08-25T22:37:56.795Z | Downloaded syn v2.0.117 |
| 390 | 2026-08-25T22:37:56.813Z | Downloaded rustix v1.1.4 |
| 391 | 2026-08-25T22:37:56.844Z | Downloaded libc v0.2.185 |
| 392 | 2026-08-25T22:37:56.905Z | Compiling proc-macro2 v1.0.106 |
| 393 | 2026-08-25T22:37:56.905Z | Compiling quote v1.0.45 |
| 394 | 2026-08-25T22:37:56.905Z | Compiling unicode-ident v1.0.24 |
| 395 | 2026-08-25T22:37:56.905Z | Compiling serde_core v1.0.228 |
| 396 | 2026-08-25T22:37:56.910Z | Compiling libc v0.2.185 |
| 397 | 2026-08-25T22:37:56.910Z | Compiling version_check v0.9.5 |
| 398 | 2026-08-25T22:37:56.910Z | Compiling memchr v2.8.0 |
| 399 | 2026-08-25T22:37:56.910Z | Compiling serde v1.0.228 |
| 400 | 2026-08-25T22:37:57.221Z | Compiling zmij v1.0.21 |
| 401 | 2026-08-25T22:37:57.470Z | Compiling itoa v1.0.17 |
| 402 | 2026-08-25T22:37:57.473Z | Compiling thiserror v1.0.69 |
| 403 | 2026-08-25T22:37:57.657Z | Compiling ucd-trie v0.1.7 |
| 404 | 2026-08-25T22:37:57.776Z | Compiling byteorder v1.5.0 |
| 405 | 2026-08-25T22:37:57.863Z | Compiling pest v2.8.6 |
| 406 | 2026-08-25T22:37:57.913Z | Compiling rustix v1.1.4 |
| 407 | 2026-08-25T22:37:57.958Z | Compiling errno v0.3.14 |
| 408 | 2026-08-25T22:37:58.010Z | Compiling serde_json v1.0.151 |
| 409 | 2026-08-25T22:37:58.205Z | Compiling bitflags v2.11.0 |
| 410 | 2026-08-25T22:37:58.347Z | Compiling syn v2.0.117 |
| 411 | 2026-08-25T22:37:58.376Z | Compiling thread-id v4.2.2 |
| 412 | 2026-08-25T22:37:58.421Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-08-25T22:37:58.462Z | Compiling usdt-impl v0.5.0 |
| 414 | 2026-08-25T22:37:58.506Z | Compiling syn v1.0.109 |
| 415 | 2026-08-25T22:37:58.613Z | Compiling camino v1.2.5 |
| 416 | 2026-08-25T22:37:58.824Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-08-25T22:37:58.853Z | Compiling utf8parse v0.2.2 |
| 418 | 2026-08-25T22:37:58.909Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-25T22:37:59.003Z | Compiling equivalent v1.0.2 |
| 420 | 2026-08-25T22:37:59.019Z | Compiling hashbrown v0.17.0 |
| 421 | 2026-08-25T22:37:59.081Z | Compiling log v0.4.33 |
| 422 | 2026-08-25T22:37:59.097Z | Compiling getrandom v0.4.3 |
| 423 | 2026-08-25T22:37:59.357Z | Compiling plain v0.2.3 |
| 424 | 2026-08-25T22:37:59.463Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-25T22:37:59.536Z | Compiling indexmap v2.14.0 |
| 426 | 2026-08-25T22:37:59.696Z | Compiling anstyle-parse v1.0.0 |
| 427 | 2026-08-25T22:38:00.092Z | Compiling thiserror v2.0.18 |
| 428 | 2026-08-25T22:38:00.134Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-08-25T22:38:00.237Z | Compiling toml_write v0.1.2 |
| 430 | 2026-08-25T22:38:00.254Z | Compiling autocfg v1.5.0 |
| 431 | 2026-08-25T22:38:00.272Z | Compiling winnow v0.7.14 |
| 432 | 2026-08-25T22:38:00.423Z | Compiling colorchoice v1.0.4 |
| 433 | 2026-08-25T22:38:00.440Z | Compiling cfg-if v1.0.4 |
| 434 | 2026-08-25T22:38:00.509Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-25T22:38:00.528Z | Compiling pretty-hex v0.4.1 |
| 436 | 2026-08-25T22:38:00.544Z | Compiling anstyle-query v1.1.5 |
| 437 | 2026-08-25T22:38:00.560Z | Compiling anstyle v1.0.14 |
| 438 | 2026-08-25T22:38:00.685Z | Compiling fs-err v3.3.0 |
| 439 | 2026-08-25T22:38:00.775Z | Compiling anstream v1.0.0 |
| 440 | 2026-08-25T22:38:00.918Z | Compiling fastrand v2.3.0 |
| 441 | 2026-08-25T22:38:01.004Z | Compiling heck v0.5.0 |
| 442 | 2026-08-25T22:38:01.148Z | Compiling anyhow v1.0.104 |
| 443 | 2026-08-25T22:38:01.200Z | Compiling once_cell v1.21.3 |
| 444 | 2026-08-25T22:38:01.218Z | Compiling strsim v0.11.1 |
| 445 | 2026-08-25T22:38:01.249Z | Compiling clap_lex v1.0.0 |
| 446 | 2026-08-25T22:38:01.267Z | Compiling fnv v1.0.7 |
| 447 | 2026-08-25T22:38:01.373Z | Compiling heck v0.4.1 |
| 448 | 2026-08-25T22:38:01.423Z | Compiling bytecount v0.6.9 |
| 449 | 2026-08-25T22:38:01.454Z | Compiling unicode-width v0.1.14 |
| 450 | 2026-08-25T22:38:01.563Z | Compiling clap_builder v4.6.0 |
| 451 | 2026-08-25T22:38:01.566Z | Compiling tempfile v3.27.0 |
| 452 | 2026-08-25T22:38:01.699Z | Compiling papergrid v0.11.0 |
| 453 | 2026-08-25T22:38:01.716Z | Compiling semver v1.0.28 |
| 454 | 2026-08-25T22:38:01.732Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-08-25T22:38:01.795Z | Compiling tabled_derive v0.7.0 |
| 456 | 2026-08-25T22:38:01.830Z | Compiling memmap v0.7.0 |
| 457 | 2026-08-25T22:38:01.942Z | Compiling unicode-width v0.2.0 |
| 458 | 2026-08-25T22:38:02.006Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-08-25T22:38:02.022Z | Compiling smawk v0.3.2 |
| 460 | 2026-08-25T22:38:02.038Z | Compiling camino-tempfile v1.4.1 |
| 461 | 2026-08-25T22:38:02.214Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-08-25T22:38:02.231Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-08-25T22:38:02.253Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-08-25T22:38:02.277Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-08-25T22:38:02.447Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-08-25T22:38:02.710Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-08-25T22:38:02.728Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-08-25T22:38:03.099Z | Compiling scroll v0.12.0 |
| 469 | 2026-08-25T22:38:03.103Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-08-25T22:38:03.139Z | Compiling tabled v0.15.0 |
| 471 | 2026-08-25T22:38:03.371Z | Compiling goblin v0.8.2 |
| 472 | 2026-08-25T22:38:03.551Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-08-25T22:38:03.665Z | Compiling textwrap v0.16.2 |
| 474 | 2026-08-25T22:38:04.132Z | Compiling swrite v0.1.0 |
| 475 | 2026-08-25T22:38:04.449Z | Compiling clap v4.6.1 |
| 476 | 2026-08-25T22:38:05.214Z | Compiling dof v0.3.0 |
| 477 | 2026-08-25T22:38:05.214Z | Compiling serde_tokenstream v0.2.3 |
| 478 | 2026-08-25T22:38:05.230Z | Compiling toml_datetime v0.6.11 |
| 479 | 2026-08-25T22:38:05.246Z | Compiling serde_spanned v0.6.9 |
| 480 | 2026-08-25T22:38:05.249Z | Compiling macaddr v1.0.1 |
| 481 | 2026-08-25T22:38:05.293Z | Compiling cargo_metadata v0.23.1 |
| 482 | 2026-08-25T22:38:05.293Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 483 | 2026-08-25T22:38:05.445Z | Compiling toml_edit v0.22.27 |
| 484 | 2026-08-25T22:38:05.965Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2026-08-25T22:38:05.989Z | Compiling usdt-macro v0.5.0 |
| 486 | 2026-08-25T22:38:06.559Z | Compiling usdt v0.5.0 |
| 487 | 2026-08-25T22:38:06.822Z | Compiling toml v0.8.23 |
| 488 | 2026-08-25T22:38:07.166Z | Compiling cargo_toml v0.21.0 |
| 489 | 2026-08-25T22:38:08.404Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 490 | 2026-08-25T22:38:10.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.26s |
| 491 | 2026-08-25T22:38:10.597Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 492 | 2026-08-25T22:38:11.117Z | Downloading crates ... |
| 493 | 2026-08-25T22:38:11.169Z | Downloaded aead v0.5.2 |
| 494 | 2026-08-25T22:38:11.175Z | Downloaded backtrace-ext v0.2.1 |
| 495 | 2026-08-25T22:38:11.185Z | Downloaded async-bb8-diesel v0.2.1 |
| 496 | 2026-08-25T22:38:11.190Z | Downloaded futures-sink v0.3.32 |
| 497 | 2026-08-25T22:38:11.193Z | Downloaded adler2 v2.0.1 |
| 498 | 2026-08-25T22:38:11.193Z | Downloaded bitfield-macros v0.19.4 |
| 499 | 2026-08-25T22:38:11.193Z | Downloaded enum-as-inner v0.6.1 |
| 500 | 2026-08-25T22:38:11.193Z | Downloaded arrayref v0.3.9 |
| 501 | 2026-08-25T22:38:11.193Z | Downloaded env_logger v0.11.11 |
| 502 | 2026-08-25T22:38:11.197Z | Downloaded base16ct v0.2.0 |
| 503 | 2026-08-25T22:38:11.197Z | Downloaded bit-set v0.5.3 |
| 504 | 2026-08-25T22:38:11.197Z | Downloaded async-stream-impl v0.3.6 |
| 505 | 2026-08-25T22:38:11.200Z | Downloaded httpdate v1.0.3 |
| 506 | 2026-08-25T22:38:11.204Z | Downloaded assert_matches v1.5.0 |
| 507 | 2026-08-25T22:38:11.204Z | Downloaded async-recursion v1.1.1 |
| 508 | 2026-08-25T22:38:11.207Z | Downloaded hex-literal v1.1.0 |
| 509 | 2026-08-25T22:38:11.207Z | Downloaded array-init v0.0.4 |
| 510 | 2026-08-25T22:38:11.211Z | Downloaded bb8 v0.8.6 |
| 511 | 2026-08-25T22:38:11.211Z | Downloaded atomic-waker v1.1.2 |
| 512 | 2026-08-25T22:38:11.214Z | Downloaded funty v2.0.0 |
| 513 | 2026-08-25T22:38:11.214Z | Downloaded ascii-canvas v3.0.0 |
| 514 | 2026-08-25T22:38:11.217Z | Downloaded atomicwrites v0.4.4 |
| 515 | 2026-08-25T22:38:11.217Z | Downloaded bit-vec v0.6.3 |
| 516 | 2026-08-25T22:38:11.217Z | Downloaded aead v0.6.1 |
| 517 | 2026-08-25T22:38:11.221Z | Downloaded anstream v0.6.21 |
| 518 | 2026-08-25T22:38:11.221Z | Downloaded anstyle-parse v0.2.7 |
| 519 | 2026-08-25T22:38:11.221Z | Downloaded foreign-types-shared v0.1.1 |
| 520 | 2026-08-25T22:38:11.221Z | Downloaded base16ct v1.0.0 |
| 521 | 2026-08-25T22:38:11.224Z | Downloaded futures-channel v0.3.32 |
| 522 | 2026-08-25T22:38:11.229Z | Downloaded ahash v0.8.12 |
| 523 | 2026-08-25T22:38:11.229Z | Downloaded bitfield-struct v0.6.2 |
| 524 | 2026-08-25T22:38:11.229Z | Downloaded erased-serde v0.3.31 |
| 525 | 2026-08-25T22:38:11.232Z | Downloaded futures-core v0.3.32 |
| 526 | 2026-08-25T22:38:11.232Z | Downloaded git-stub-vcs v0.1.0 |
| 527 | 2026-08-25T22:38:11.232Z | Downloaded atty v0.2.14 |
| 528 | 2026-08-25T22:38:11.235Z | Downloaded env_filter v2.0.0 |
| 529 | 2026-08-25T22:38:11.236Z | Downloaded argon2 v0.5.3 |
| 530 | 2026-08-25T22:38:11.236Z | Downloaded backoff v0.4.0 |
| 531 | 2026-08-25T22:38:11.236Z | Downloaded fxhash v0.2.1 |
| 532 | 2026-08-25T22:38:11.236Z | Downloaded ghash v0.6.0 |
| 533 | 2026-08-25T22:38:11.241Z | Downloaded embedded-io v0.6.1 |
| 534 | 2026-08-25T22:38:11.241Z | Downloaded base64ct v1.8.3 |
| 535 | 2026-08-25T22:38:11.241Z | Downloaded futures-io v0.3.32 |
| 536 | 2026-08-25T22:38:11.241Z | Downloaded fs-err v2.11.0 |
| 537 | 2026-08-25T22:38:11.241Z | Downloaded fs_extra v1.3.0 |
| 538 | 2026-08-25T22:38:11.244Z | Downloaded bit-set v0.8.0 |
| 539 | 2026-08-25T22:38:11.244Z | Downloaded addr2line v0.25.1 |
| 540 | 2026-08-25T22:38:11.244Z | Downloaded bit-vec v0.8.0 |
| 541 | 2026-08-25T22:38:11.244Z | Downloaded bcs v0.1.6 |
| 542 | 2026-08-25T22:38:11.244Z | Downloaded const-oid v0.10.2 |
| 543 | 2026-08-25T22:38:11.247Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 544 | 2026-08-25T22:38:11.250Z | Downloaded async-stream v0.3.6 |
| 545 | 2026-08-25T22:38:11.250Z | Downloaded hash32 v0.3.1 |
| 546 | 2026-08-25T22:38:11.254Z | Downloaded home v0.5.12 |
| 547 | 2026-08-25T22:38:11.254Z | Downloaded arc-swap v1.8.2 |
| 548 | 2026-08-25T22:38:11.257Z | Downloaded hostname v0.4.2 |
| 549 | 2026-08-25T22:38:11.257Z | Downloaded futures-task v0.3.32 |
| 550 | 2026-08-25T22:38:11.257Z | Downloaded allocator-api2 v0.2.21 |
| 551 | 2026-08-25T22:38:11.261Z | Downloaded http-body v1.0.1 |
| 552 | 2026-08-25T22:38:11.261Z | Downloaded float-ord v0.3.2 |
| 553 | 2026-08-25T22:38:11.261Z | Downloaded cfg_aliases v0.1.1 |
| 554 | 2026-08-25T22:38:11.261Z | Downloaded cfg_aliases v0.2.1 |
| 555 | 2026-08-25T22:38:11.261Z | Downloaded fixedbitset v0.5.7 |
| 556 | 2026-08-25T22:38:11.264Z | Downloaded ena v0.14.4 |
| 557 | 2026-08-25T22:38:11.265Z | Downloaded glob v0.3.3 |
| 558 | 2026-08-25T22:38:11.265Z | Downloaded heapless v0.7.17 |
| 559 | 2026-08-25T22:38:11.271Z | Downloaded foreign-types v0.3.2 |
| 560 | 2026-08-25T22:38:11.274Z | Downloaded foreign-types-shared v0.3.1 |
| 561 | 2026-08-25T22:38:11.274Z | Downloaded globwalk v0.9.1 |
| 562 | 2026-08-25T22:38:11.274Z | Downloaded gethostname v0.5.0 |
| 563 | 2026-08-25T22:38:11.277Z | Downloaded block-padding v0.4.2 |
| 564 | 2026-08-25T22:38:11.280Z | Downloaded ciborium-io v0.2.2 |
| 565 | 2026-08-25T22:38:11.280Z | Downloaded compression-core v0.4.31 |
| 566 | 2026-08-25T22:38:11.280Z | Downloaded foreign-types v0.5.0 |
| 567 | 2026-08-25T22:38:11.280Z | Downloaded hex v0.4.3 |
| 568 | 2026-08-25T22:38:11.280Z | Downloaded castaway v0.2.4 |
| 569 | 2026-08-25T22:38:11.284Z | Downloaded futures-macro v0.3.32 |
| 570 | 2026-08-25T22:38:11.284Z | Downloaded block-buffer v0.12.1 |
| 571 | 2026-08-25T22:38:11.284Z | Downloaded async-trait v0.1.89 |
| 572 | 2026-08-25T22:38:11.287Z | Downloaded hostname v0.3.1 |
| 573 | 2026-08-25T22:38:11.287Z | Downloaded arrayvec v0.7.6 |
| 574 | 2026-08-25T22:38:11.291Z | Downloaded hubpack v0.1.2 |
| 575 | 2026-08-25T22:38:11.291Z | Downloaded hash32 v0.2.1 |
| 576 | 2026-08-25T22:38:11.291Z | Downloaded headers-core v0.3.0 |
| 577 | 2026-08-25T22:38:11.296Z | Downloaded ciborium-ll v0.2.2 |
| 578 | 2026-08-25T22:38:11.299Z | Downloaded hubpack_derive v0.1.1 |
| 579 | 2026-08-25T22:38:11.299Z | Downloaded form_urlencoded v1.2.2 |
| 580 | 2026-08-25T22:38:11.299Z | Downloaded newline-converter v0.3.0 |
| 581 | 2026-08-25T22:38:11.299Z | Downloaded cobs v0.3.0 |
| 582 | 2026-08-25T22:38:11.302Z | Downloaded embedded-io v0.4.0 |
| 583 | 2026-08-25T22:38:11.302Z | Downloaded float-cmp v0.10.0 |
| 584 | 2026-08-25T22:38:11.302Z | Downloaded foreign-types-macros v0.2.3 |
| 585 | 2026-08-25T22:38:11.302Z | Downloaded nodrop v0.1.14 |
| 586 | 2026-08-25T22:38:11.307Z | Downloaded nibble_vec v0.1.0 |
| 587 | 2026-08-25T22:38:11.307Z | Downloaded openssl-macros v0.1.1 |
| 588 | 2026-08-25T22:38:11.307Z | Downloaded endian-type v0.1.2 |
| 589 | 2026-08-25T22:38:11.307Z | Downloaded oxide-generation-macros v0.2.0 |
| 590 | 2026-08-25T22:38:11.307Z | Downloaded backon v1.6.0 |
| 591 | 2026-08-25T22:38:11.310Z | Downloaded fixedbitset v0.4.2 |
| 592 | 2026-08-25T22:38:11.314Z | Downloaded cipher v0.5.2 |
| 593 | 2026-08-25T22:38:11.314Z | Downloaded cassowary v0.3.0 |
| 594 | 2026-08-25T22:38:11.318Z | Downloaded flagset v0.4.7 |
| 595 | 2026-08-25T22:38:11.318Z | Downloaded futures-executor v0.3.32 |
| 596 | 2026-08-25T22:38:11.318Z | Downloaded git-stub v1.0.0 |
| 597 | 2026-08-25T22:38:11.318Z | Downloaded http-range v0.1.5 |
| 598 | 2026-08-25T22:38:11.318Z | Downloaded normalize-line-endings v0.3.0 |
| 599 | 2026-08-25T22:38:11.321Z | Downloaded num_threads v0.1.7 |
| 600 | 2026-08-25T22:38:11.321Z | Downloaded powerfmt v0.2.0 |
| 601 | 2026-08-25T22:38:11.324Z | Downloaded hickory-resolver v0.25.2 |
| 602 | 2026-08-25T22:38:11.328Z | Downloaded openssl-probe v0.1.6 |
| 603 | 2026-08-25T22:38:11.331Z | Downloaded path-slash v0.1.5 |
| 604 | 2026-08-25T22:38:11.331Z | Downloaded phf_shared v0.13.1 |
| 605 | 2026-08-25T22:38:11.334Z | Downloaded predicates-core v1.0.10 |
| 606 | 2026-08-25T22:38:11.334Z | Downloaded progenitor-client v0.14.0 |
| 607 | 2026-08-25T22:38:11.334Z | Downloaded rand_xorshift v0.4.0 |
| 608 | 2026-08-25T22:38:11.334Z | Downloaded recursive v0.1.1 |
| 609 | 2026-08-25T22:38:11.338Z | Downloaded radium v0.7.0 |
| 610 | 2026-08-25T22:38:11.338Z | Downloaded rfc6979 v0.6.0 |
| 611 | 2026-08-25T22:38:11.338Z | Downloaded bitfield v0.19.4 |
| 612 | 2026-08-25T22:38:11.341Z | Downloaded bitflags v1.3.2 |
| 613 | 2026-08-25T22:38:11.341Z | Downloaded cexpr v0.6.0 |
| 614 | 2026-08-25T22:38:11.341Z | Downloaded rfc6979 v0.4.0 |
| 615 | 2026-08-25T22:38:11.345Z | Downloaded scopeguard v1.2.0 |
| 616 | 2026-08-25T22:38:11.345Z | Downloaded cipher v0.4.4 |
| 617 | 2026-08-25T22:38:11.348Z | Downloaded bs58 v0.5.1 |
| 618 | 2026-08-25T22:38:11.348Z | Downloaded chacha20 v0.9.1 |
| 619 | 2026-08-25T22:38:11.348Z | Downloaded compression-codecs v0.4.37 |
| 620 | 2026-08-25T22:38:11.352Z | Downloaded fd-lock v4.0.4 |
| 621 | 2026-08-25T22:38:11.352Z | Downloaded foldhash v0.1.5 |
| 622 | 2026-08-25T22:38:11.352Z | Downloaded proc-macro-crate v1.3.1 |
| 623 | 2026-08-25T22:38:11.352Z | Downloaded blowfish v0.10.0 |
| 624 | 2026-08-25T22:38:11.355Z | Downloaded proc-macro-crate v3.4.0 |
| 625 | 2026-08-25T22:38:11.355Z | Downloaded ff v0.14.0 |
| 626 | 2026-08-25T22:38:11.355Z | Downloaded globset v0.4.18 |
| 627 | 2026-08-25T22:38:11.355Z | Downloaded rustc-hash v2.1.1 |
| 628 | 2026-08-25T22:38:11.355Z | Downloaded rustc_version v0.1.7 |
| 629 | 2026-08-25T22:38:11.355Z | Downloaded fallible-iterator v0.2.0 |
| 630 | 2026-08-25T22:38:11.359Z | Downloaded filetime v0.2.27 |
| 631 | 2026-08-25T22:38:11.362Z | Downloaded secrecy v0.10.3 |
| 632 | 2026-08-25T22:38:11.366Z | Downloaded ff v0.13.1 |
| 633 | 2026-08-25T22:38:11.369Z | Downloaded group v0.13.0 |
| 634 | 2026-08-25T22:38:11.369Z | Downloaded group v0.14.0 |
| 635 | 2026-08-25T22:38:11.373Z | Downloaded sha1 v0.10.6 |
| 636 | 2026-08-25T22:38:11.373Z | Downloaded cbc v0.2.1 |
| 637 | 2026-08-25T22:38:11.373Z | Downloaded find-msvc-tools v0.1.9 |
| 638 | 2026-08-25T22:38:11.376Z | Downloaded num-complex v0.4.6 |
| 639 | 2026-08-25T22:38:11.377Z | Downloaded byte-wrapper v0.1.0 |
| 640 | 2026-08-25T22:38:11.377Z | Downloaded foldhash v0.2.0 |
| 641 | 2026-08-25T22:38:11.380Z | Downloaded serde_spanned v1.1.1 |
| 642 | 2026-08-25T22:38:11.383Z | Downloaded chacha20 v0.10.0 |
| 643 | 2026-08-25T22:38:11.387Z | Downloaded argon2 v0.6.0-rc.8 |
| 644 | 2026-08-25T22:38:11.387Z | Downloaded blake2 v0.11.0-rc.6 |
| 645 | 2026-08-25T22:38:11.387Z | Downloaded signature v2.2.0 |
| 646 | 2026-08-25T22:38:11.387Z | Downloaded sqlparser_derive v0.5.0 |
| 647 | 2026-08-25T22:38:11.391Z | Downloaded stable_deref_trait v1.2.1 |
| 648 | 2026-08-25T22:38:11.391Z | Downloaded subtle v2.6.1 |
| 649 | 2026-08-25T22:38:11.391Z | Downloaded take_mut v0.2.2 |
| 650 | 2026-08-25T22:38:11.391Z | Downloaded generic-array v1.4.3 |
| 651 | 2026-08-25T22:38:11.394Z | Downloaded supports-unicode v3.0.0 |
| 652 | 2026-08-25T22:38:11.394Z | Downloaded tap v1.0.1 |
| 653 | 2026-08-25T22:38:11.394Z | Downloaded ar_archive_writer v0.5.1 |
| 654 | 2026-08-25T22:38:11.397Z | Downloaded cmov v0.5.4 |
| 655 | 2026-08-25T22:38:11.397Z | Downloaded pem v3.0.6 |
| 656 | 2026-08-25T22:38:11.401Z | Downloaded highway v1.3.0 |
| 657 | 2026-08-25T22:38:11.401Z | Downloaded password-hash v0.5.0 |
| 658 | 2026-08-25T22:38:11.401Z | Downloaded testing_table v0.3.0 |
| 659 | 2026-08-25T22:38:11.404Z | Downloaded progenitor-client v0.13.0 |
| 660 | 2026-08-25T22:38:11.404Z | Downloaded progenitor-extras v0.2.0 |
| 661 | 2026-08-25T22:38:11.404Z | Downloaded tokio-macros v2.7.0 |
| 662 | 2026-08-25T22:38:11.408Z | Downloaded universal-hash v0.6.1 |
| 663 | 2026-08-25T22:38:11.408Z | Downloaded colored v2.2.0 |
| 664 | 2026-08-25T22:38:11.408Z | Downloaded scroll v0.13.0 |
| 665 | 2026-08-25T22:38:11.411Z | Downloaded phf v0.12.1 |
| 666 | 2026-08-25T22:38:11.411Z | Downloaded pkcs8 v0.10.2 |
| 667 | 2026-08-25T22:38:11.411Z | Downloaded tower-layer v0.3.3 |
| 668 | 2026-08-25T22:38:11.411Z | Downloaded tower-service v0.3.3 |
| 669 | 2026-08-25T22:38:11.414Z | Downloaded buf-list v1.1.2 |
| 670 | 2026-08-25T22:38:11.414Z | Downloaded utf-8 v0.7.6 |
| 671 | 2026-08-25T22:38:11.414Z | Downloaded waitgroup v0.1.2 |
| 672 | 2026-08-25T22:38:11.414Z | Downloaded colored v3.1.1 |
| 673 | 2026-08-25T22:38:11.418Z | Downloaded console v0.15.11 |
| 674 | 2026-08-25T22:38:11.418Z | Downloaded enum_dispatch v0.3.13 |
| 675 | 2026-08-25T22:38:11.418Z | Downloaded serde-hex v0.1.0 |
| 676 | 2026-08-25T22:38:11.421Z | Downloaded serde_path_to_error v0.1.20 |
| 677 | 2026-08-25T22:38:11.421Z | Downloaded xshell-macros v0.2.7 |
| 678 | 2026-08-25T22:38:11.421Z | Downloaded bzip2 v0.4.4 |
| 679 | 2026-08-25T22:38:11.421Z | Downloaded cmake v0.1.57 |
| 680 | 2026-08-25T22:38:11.422Z | Downloaded console v0.16.2 |
| 681 | 2026-08-25T22:38:11.425Z | Downloaded getrandom v0.2.17 |
| 682 | 2026-08-25T22:38:11.425Z | Downloaded hmac v0.13.0 |
| 683 | 2026-08-25T22:38:11.425Z | Downloaded httparse v1.10.1 |
| 684 | 2026-08-25T22:38:11.428Z | Downloaded hmac v0.12.1 |
| 685 | 2026-08-25T22:38:11.428Z | Downloaded rustls-pemfile v2.2.0 |
| 686 | 2026-08-25T22:38:11.432Z | Downloaded yoke-derive v0.8.1 |
| 687 | 2026-08-25T22:38:11.432Z | Downloaded bzip2 v0.6.1 |
| 688 | 2026-08-25T22:38:11.435Z | Downloaded cancel-safe-futures v0.1.5 |
| 689 | 2026-08-25T22:38:11.435Z | Downloaded ciborium v0.2.2 |
| 690 | 2026-08-25T22:38:11.435Z | Downloaded const-oid v0.9.6 |
| 691 | 2026-08-25T22:38:11.438Z | Downloaded serde_tokenstream v0.3.0 |
| 692 | 2026-08-25T22:38:11.438Z | Downloaded wait-timeout v0.2.1 |
| 693 | 2026-08-25T22:38:11.438Z | Downloaded cpubits v0.1.1 |
| 694 | 2026-08-25T22:38:11.441Z | Downloaded cpufeatures v0.3.0 |
| 695 | 2026-08-25T22:38:11.441Z | Downloaded clang-sys v1.8.1 |
| 696 | 2026-08-25T22:38:11.445Z | Downloaded convert_case v0.4.0 |
| 697 | 2026-08-25T22:38:11.445Z | Downloaded http-body-util v0.1.3 |
| 698 | 2026-08-25T22:38:11.448Z | Downloaded half v1.8.3 |
| 699 | 2026-08-25T22:38:11.448Z | Downloaded half v2.7.1 |
| 700 | 2026-08-25T22:38:11.449Z | Downloaded parking_lot_core v0.9.12 |
| 701 | 2026-08-25T22:38:11.452Z | Downloaded slog-dtrace v0.3.0 |
| 702 | 2026-08-25T22:38:11.452Z | Downloaded zone_cfg_derive v0.3.1 |
| 703 | 2026-08-25T22:38:11.455Z | Downloaded camino-tempfile-ext v0.3.3 |
| 704 | 2026-08-25T22:38:11.455Z | Downloaded darling_macro v0.20.11 |
| 705 | 2026-08-25T22:38:11.455Z | Downloaded derive_builder_macro v0.20.2 |
| 706 | 2026-08-25T22:38:11.459Z | Downloaded dof v0.4.0 |
| 707 | 2026-08-25T22:38:11.459Z | Downloaded downcast-rs v2.0.2 |
| 708 | 2026-08-25T22:38:11.459Z | Downloaded debug-ignore v1.0.5 |
| 709 | 2026-08-25T22:38:11.459Z | Downloaded defmt v0.3.100 |
| 710 | 2026-08-25T22:38:11.459Z | Downloaded dirs-sys-next v0.1.2 |
| 711 | 2026-08-25T22:38:11.459Z | Downloaded dtrace-parser v0.3.0 |
| 712 | 2026-08-25T22:38:11.462Z | Downloaded dunce v1.0.5 |
| 713 | 2026-08-25T22:38:11.463Z | Downloaded slog-term v2.9.2 |
| 714 | 2026-08-25T22:38:11.463Z | Downloaded getrandom v0.3.4 |
| 715 | 2026-08-25T22:38:11.466Z | Downloaded hyper-tls v0.6.0 |
| 716 | 2026-08-25T22:38:11.466Z | Downloaded hashbrown v0.13.2 |
| 717 | 2026-08-25T22:38:11.469Z | Downloaded smallvec v0.6.14 |
| 718 | 2026-08-25T22:38:11.469Z | Downloaded static_assertions v1.1.0 |
| 719 | 2026-08-25T22:38:11.469Z | Downloaded thread_local v1.1.9 |
| 720 | 2026-08-25T22:38:11.469Z | Downloaded pkcs8 v0.11.0 |
| 721 | 2026-08-25T22:38:11.473Z | Downloaded pkg-config v0.3.32 |
| 722 | 2026-08-25T22:38:11.473Z | Downloaded synstructure v0.13.2 |
| 723 | 2026-08-25T22:38:11.473Z | Downloaded unarray v0.1.4 |
| 724 | 2026-08-25T22:38:11.473Z | Downloaded pkcs1 v0.7.5 |
| 725 | 2026-08-25T22:38:11.473Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 726 | 2026-08-25T22:38:11.476Z | Downloaded blake2 v0.10.6 |
| 727 | 2026-08-25T22:38:11.476Z | Downloaded tls_codec v0.4.2 |
| 728 | 2026-08-25T22:38:11.480Z | Downloaded tokio-tungstenite v0.23.1 |
| 729 | 2026-08-25T22:38:11.480Z | Downloaded unicase v2.9.0 |
| 730 | 2026-08-25T22:38:11.484Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-08-25T22:38:11.484Z | Downloaded inout v0.2.2 |
| 732 | 2026-08-25T22:38:11.487Z | Downloaded lazy_static v1.5.0 |
| 733 | 2026-08-25T22:38:11.487Z | Downloaded vergen-lib v0.1.6 |
| 734 | 2026-08-25T22:38:11.487Z | Downloaded jiff-static v0.2.34 |
| 735 | 2026-08-25T22:38:11.487Z | Downloaded kem v0.3.0 |
| 736 | 2026-08-25T22:38:11.487Z | Downloaded match_cfg v0.1.0 |
| 737 | 2026-08-25T22:38:11.491Z | Downloaded memoffset v0.9.1 |
| 738 | 2026-08-25T22:38:11.491Z | Downloaded linked-hash-map v0.5.6 |
| 739 | 2026-08-25T22:38:11.491Z | Downloaded elliptic-curve v0.14.1 |
| 740 | 2026-08-25T22:38:11.494Z | Downloaded libscf-sys v1.2.0 |
| 741 | 2026-08-25T22:38:11.494Z | Downloaded new_debug_unreachable v1.0.6 |
| 742 | 2026-08-25T22:38:11.494Z | Downloaded num-conv v0.2.0 |
| 743 | 2026-08-25T22:38:11.494Z | Downloaded olpc-cjson v0.1.4 |
| 744 | 2026-08-25T22:38:11.504Z | Downloaded vsss-rs v3.3.4 |
| 745 | 2026-08-25T22:38:11.508Z | Downloaded zeroize v1.9.0 |
| 746 | 2026-08-25T22:38:11.508Z | Downloaded ctr v0.10.1 |
| 747 | 2026-08-25T22:38:11.511Z | Downloaded fatfs v0.3.6 |
| 748 | 2026-08-25T22:38:11.514Z | Downloaded openssl-probe v0.2.1 |
| 749 | 2026-08-25T22:38:11.517Z | Downloaded oxide-update-engine-types v0.1.2 |
| 750 | 2026-08-25T22:38:11.521Z | Downloaded stacker v0.1.23 |
| 751 | 2026-08-25T22:38:11.521Z | Downloaded derive_builder_core v0.20.2 |
| 752 | 2026-08-25T22:38:11.524Z | Downloaded parse-size v1.1.0 |
| 753 | 2026-08-25T22:38:11.524Z | Downloaded password-hash v0.6.1 |
| 754 | 2026-08-25T22:38:11.524Z | Downloaded omicron-zone-package v0.12.3 |
| 755 | 2026-08-25T22:38:11.527Z | Downloaded smallvec v1.15.1 |
| 756 | 2026-08-25T22:38:11.527Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 757 | 2026-08-25T22:38:11.530Z | Downloaded tiny-keccak v2.0.2 |
| 758 | 2026-08-25T22:38:11.534Z | Downloaded progenitor-macro v0.13.0 |
| 759 | 2026-08-25T22:38:11.537Z | Downloaded precomputed-hash v0.1.1 |
| 760 | 2026-08-25T22:38:11.537Z | Downloaded rand_chacha v0.3.1 |
| 761 | 2026-08-25T22:38:11.540Z | Downloaded seq-macro v0.3.6 |
| 762 | 2026-08-25T22:38:11.544Z | Downloaded chacha20poly1305 v0.10.1 |
| 763 | 2026-08-25T22:38:11.547Z | Downloaded compact_str v0.8.1 |
| 764 | 2026-08-25T22:38:11.550Z | Downloaded tokio-stream v0.1.18 |
| 765 | 2026-08-25T22:38:11.553Z | Downloaded ipnet v2.12.0 |
| 766 | 2026-08-25T22:38:11.553Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 767 | 2026-08-25T22:38:11.557Z | Downloaded shell-words v1.1.1 |
| 768 | 2026-08-25T22:38:11.560Z | Downloaded sapling-renderdag v0.1.0 |
| 769 | 2026-08-25T22:38:11.563Z | Downloaded slog-bunyan v2.5.0 |
| 770 | 2026-08-25T22:38:11.563Z | Downloaded schemars v0.8.22 |
| 771 | 2026-08-25T22:38:11.568Z | Downloaded slog-envlogger v2.2.0 |
| 772 | 2026-08-25T22:38:11.571Z | Downloaded thread-id v5.1.0 |
| 773 | 2026-08-25T22:38:11.571Z | Downloaded time-core v0.1.8 |
| 774 | 2026-08-25T22:38:11.571Z | Downloaded chumsky v0.9.3 |
| 775 | 2026-08-25T22:38:11.575Z | Downloaded packed_struct_codegen v0.10.1 |
| 776 | 2026-08-25T22:38:11.575Z | Downloaded ctutils v0.4.2 |
| 777 | 2026-08-25T22:38:11.575Z | Downloaded futures v0.3.32 |
| 778 | 2026-08-25T22:38:11.578Z | Downloaded base64 v0.22.1 |
| 779 | 2026-08-25T22:38:11.582Z | Downloaded flume v0.11.1 |
| 780 | 2026-08-25T22:38:11.585Z | Downloaded heapless v0.8.0 |
| 781 | 2026-08-25T22:38:11.588Z | Downloaded derive_builder v0.20.2 |
| 782 | 2026-08-25T22:38:11.592Z | Downloaded pem-rfc7468 v1.0.0 |
| 783 | 2026-08-25T22:38:11.592Z | Downloaded corncobs v0.1.4 |
| 784 | 2026-08-25T22:38:11.592Z | Downloaded similar v2.7.0 |
| 785 | 2026-08-25T22:38:11.595Z | Downloaded crossbeam-utils v0.8.21 |
| 786 | 2026-08-25T22:38:11.598Z | Downloaded slog v2.8.2 |
| 787 | 2026-08-25T22:38:11.598Z | Downloaded darling v0.20.11 |
| 788 | 2026-08-25T22:38:11.602Z | Downloaded strip-ansi-escapes v0.2.1 |
| 789 | 2026-08-25T22:38:11.602Z | Downloaded tokio-test v0.4.5 |
| 790 | 2026-08-25T22:38:11.602Z | Downloaded universal-hash v0.5.1 |
| 791 | 2026-08-25T22:38:11.602Z | Downloaded usdt-attr-macro v0.6.0 |
| 792 | 2026-08-25T22:38:11.602Z | Downloaded packed_struct v0.10.1 |
| 793 | 2026-08-25T22:38:11.606Z | Downloaded want v0.3.1 |
| 794 | 2026-08-25T22:38:11.606Z | Downloaded phc v0.6.1 |
| 795 | 2026-08-25T22:38:11.606Z | Downloaded postgres-protocol v0.6.10 |
| 796 | 2026-08-25T22:38:11.606Z | Downloaded socket2 v0.6.3 |
| 797 | 2026-08-25T22:38:11.611Z | Downloaded oxide-update-engine v0.1.2 |
| 798 | 2026-08-25T22:38:11.611Z | Downloaded predicates v3.1.4 |
| 799 | 2026-08-25T22:38:11.614Z | Downloaded resolv-conf v0.7.6 |
| 800 | 2026-08-25T22:38:11.614Z | Downloaded zeroize_derive v1.5.0 |
| 801 | 2026-08-25T22:38:11.620Z | Downloaded crc v3.4.0 |
| 802 | 2026-08-25T22:38:11.620Z | Downloaded crc8 v0.1.1 |
| 803 | 2026-08-25T22:38:11.624Z | Downloaded prettyplease v0.2.37 |
| 804 | 2026-08-25T22:38:11.624Z | Downloaded hybrid-array v0.4.13 |
| 805 | 2026-08-25T22:38:11.631Z | Downloaded ingot-macros v0.2.0 |
| 806 | 2026-08-25T22:38:11.635Z | Downloaded linear-map v1.2.0 |
| 807 | 2026-08-25T22:38:11.638Z | Downloaded memmap2 v0.9.10 |
| 808 | 2026-08-25T22:38:11.638Z | Downloaded multer v3.1.0 |
| 809 | 2026-08-25T22:38:11.638Z | Downloaded backtrace v0.3.76 |
| 810 | 2026-08-25T22:38:11.642Z | Downloaded schemars_derive v0.8.22 |
| 811 | 2026-08-25T22:38:11.642Z | Downloaded serde-big-array v0.5.1 |
| 812 | 2026-08-25T22:38:11.642Z | Downloaded serde_with_macros v1.5.2 |
| 813 | 2026-08-25T22:38:11.642Z | Downloaded shlex v1.3.0 |
| 814 | 2026-08-25T22:38:11.645Z | Downloaded base64 v0.21.7 |
| 815 | 2026-08-25T22:38:11.645Z | Downloaded document-features v0.2.12 |
| 816 | 2026-08-25T22:38:11.645Z | Downloaded bytes v1.11.1 |
| 817 | 2026-08-25T22:38:11.648Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 818 | 2026-08-25T22:38:11.648Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 819 | 2026-08-25T22:38:11.652Z | Downloaded cc v1.2.56 |
| 820 | 2026-08-25T22:38:11.652Z | Downloaded idna_adapter v1.2.1 |
| 821 | 2026-08-25T22:38:11.655Z | Downloaded async-compression v0.4.41 |
| 822 | 2026-08-25T22:38:11.658Z | Downloaded indent_write v2.2.0 |
| 823 | 2026-08-25T22:38:11.658Z | Downloaded string_cache v0.8.9 |
| 824 | 2026-08-25T22:38:11.662Z | Downloaded defmt v1.0.1 |
| 825 | 2026-08-25T22:38:11.662Z | Downloaded unicode-truncate v1.1.0 |
| 826 | 2026-08-25T22:38:11.670Z | Downloaded slog-async v2.8.0 |
| 827 | 2026-08-25T22:38:11.673Z | Downloaded ssh-encoding v0.3.0 |
| 828 | 2026-08-25T22:38:11.676Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 829 | 2026-08-25T22:38:11.676Z | Downloaded num-rational v0.4.2 |
| 830 | 2026-08-25T22:38:11.676Z | Downloaded multimap v0.10.1 |
| 831 | 2026-08-25T22:38:11.677Z | Downloaded instant v0.1.13 |
| 832 | 2026-08-25T22:38:11.680Z | Downloaded wyz v0.5.1 |
| 833 | 2026-08-25T22:38:11.680Z | Downloaded kstat-rs v0.2.5 |
| 834 | 2026-08-25T22:38:11.680Z | Downloaded lru-slab v0.1.2 |
| 835 | 2026-08-25T22:38:11.680Z | Downloaded p384 v0.14.0 |
| 836 | 2026-08-25T22:38:11.683Z | Downloaded headers v0.4.1 |
| 837 | 2026-08-25T22:38:11.683Z | Downloaded ppv-lite86 v0.2.21 |
| 838 | 2026-08-25T22:38:11.684Z | Downloaded vergen-gitcl v1.0.8 |
| 839 | 2026-08-25T22:38:11.686Z | Downloaded walkdir v2.5.0 |
| 840 | 2026-08-25T22:38:11.687Z | Downloaded phf v0.13.1 |
| 841 | 2026-08-25T22:38:11.690Z | Downloaded constant_time_eq v0.4.2 |
| 842 | 2026-08-25T22:38:11.693Z | Downloaded lzss v0.8.2 |
| 843 | 2026-08-25T22:38:11.693Z | Downloaded zstd v0.13.3 |
| 844 | 2026-08-25T22:38:11.693Z | Downloaded critical-section v1.2.0 |
| 845 | 2026-08-25T22:38:11.696Z | Downloaded mime v0.3.17 |
| 846 | 2026-08-25T22:38:11.697Z | Downloaded newtype-uuid-macros v0.1.0 |
| 847 | 2026-08-25T22:38:11.697Z | Downloaded num-derive v0.4.2 |
| 848 | 2026-08-25T22:38:11.700Z | Downloaded quinn v0.11.11 |
| 849 | 2026-08-25T22:38:11.703Z | Downloaded quinn-udp v0.5.14 |
| 850 | 2026-08-25T22:38:11.703Z | Downloaded csv-core v0.1.13 |
| 851 | 2026-08-25T22:38:11.703Z | Downloaded icu_properties v2.1.2 |
| 852 | 2026-08-25T22:38:11.707Z | Downloaded vte v0.14.1 |
| 853 | 2026-08-25T22:38:11.710Z | Downloaded data-encoding v2.10.0 |
| 854 | 2026-08-25T22:38:11.714Z | Downloaded phf_shared v0.11.3 |
| 855 | 2026-08-25T22:38:11.718Z | Downloaded derive-ex v0.1.8 |
| 856 | 2026-08-25T22:38:11.721Z | Downloaded progenitor-macro v0.14.0 |
| 857 | 2026-08-25T22:38:11.721Z | Downloaded zip v0.6.6 |
| 858 | 2026-08-25T22:38:11.724Z | Downloaded ecdsa v0.16.9 |
| 859 | 2026-08-25T22:38:11.724Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 860 | 2026-08-25T22:38:11.728Z | Downloaded bumpalo v3.20.2 |
| 861 | 2026-08-25T22:38:11.733Z | Downloaded hashbrown v0.12.3 |
| 862 | 2026-08-25T22:38:11.737Z | Downloaded stringprep v0.1.5 |
| 863 | 2026-08-25T22:38:11.737Z | Downloaded flate2 v1.1.9 |
| 864 | 2026-08-25T22:38:11.740Z | Downloaded hickory-server v0.25.2 |
| 865 | 2026-08-25T22:38:11.740Z | Downloaded jobserver v0.1.34 |
| 866 | 2026-08-25T22:38:11.744Z | Downloaded scroll_derive v0.13.1 |
| 867 | 2026-08-25T22:38:11.744Z | Downloaded serde_plain v1.0.2 |
| 868 | 2026-08-25T22:38:11.744Z | Downloaded libsw v3.5.0 |
| 869 | 2026-08-25T22:38:11.747Z | Downloaded hickory-resolver v0.24.4 |
| 870 | 2026-08-25T22:38:11.748Z | Downloaded pkcs5 v0.8.1 |
| 871 | 2026-08-25T22:38:11.750Z | Downloaded aes-gcm v0.11.0 |
| 872 | 2026-08-25T22:38:11.754Z | Downloaded num-traits v0.2.19 |
| 873 | 2026-08-25T22:38:11.754Z | Downloaded progenitor-impl v0.13.0 |
| 874 | 2026-08-25T22:38:11.754Z | Downloaded progenitor-impl v0.14.0 |
| 875 | 2026-08-25T22:38:11.757Z | Downloaded darling_core v0.20.11 |
| 876 | 2026-08-25T22:38:11.757Z | Downloaded same-file v1.0.6 |
| 877 | 2026-08-25T22:38:11.761Z | Downloaded signal-hook-mio v0.2.5 |
| 878 | 2026-08-25T22:38:11.761Z | Downloaded zerocopy v0.6.6 |
| 879 | 2026-08-25T22:38:11.761Z | Downloaded supports-color v3.0.2 |
| 880 | 2026-08-25T22:38:11.765Z | Downloaded derive_more v0.99.20 |
| 881 | 2026-08-25T22:38:11.765Z | Downloaded sync_wrapper v1.0.2 |
| 882 | 2026-08-25T22:38:11.768Z | Downloaded tinyvec_macros v0.1.1 |
| 883 | 2026-08-25T22:38:11.768Z | Downloaded topological-sort v0.2.2 |
| 884 | 2026-08-25T22:38:11.772Z | Downloaded indicatif v0.18.4 |
| 885 | 2026-08-25T22:38:11.776Z | Downloaded rand v0.9.2 |
| 886 | 2026-08-25T22:38:11.776Z | Downloaded samael v0.0.19 |
| 887 | 2026-08-25T22:38:11.779Z | Downloaded url v2.5.8 |
| 888 | 2026-08-25T22:38:11.779Z | Downloaded knus v3.4.0 |
| 889 | 2026-08-25T22:38:11.779Z | Downloaded structmeta-derive v0.3.0 |
| 890 | 2026-08-25T22:38:11.783Z | Downloaded untrusted v0.9.0 |
| 891 | 2026-08-25T22:38:11.783Z | Downloaded darling v0.21.3 |
| 892 | 2026-08-25T22:38:11.786Z | Downloaded utf8_iter v1.0.4 |
| 893 | 2026-08-25T22:38:11.786Z | Downloaded libefi-sys v0.1.0 |
| 894 | 2026-08-25T22:38:11.786Z | Downloaded num-integer v0.1.46 |
| 895 | 2026-08-25T22:38:11.786Z | Downloaded oxide-tokio-rt v0.1.4 |
| 896 | 2026-08-25T22:38:11.786Z | Downloaded peg v0.8.5 |
| 897 | 2026-08-25T22:38:11.790Z | Downloaded icu_locale_core v2.1.1 |
| 898 | 2026-08-25T22:38:11.793Z | Downloaded openssl-sys v0.9.117 |
| 899 | 2026-08-25T22:38:11.793Z | Downloaded unicode-xid v0.2.6 |
| 900 | 2026-08-25T22:38:11.796Z | Downloaded socket2 v0.5.10 |
| 901 | 2026-08-25T22:38:11.797Z | Downloaded rpassword v7.5.4 |
| 902 | 2026-08-25T22:38:11.797Z | Downloaded diff v0.1.13 |
| 903 | 2026-08-25T22:38:11.800Z | Downloaded parking_lot_core v0.8.6 |
| 904 | 2026-08-25T22:38:11.800Z | Downloaded pbkdf2 v0.13.0 |
| 905 | 2026-08-25T22:38:11.800Z | Downloaded poly1305 v0.8.0 |
| 906 | 2026-08-25T22:38:11.800Z | Downloaded crucible-workspace-hack v0.1.0 |
| 907 | 2026-08-25T22:38:11.803Z | Downloaded crunchy v0.2.4 |
| 908 | 2026-08-25T22:38:11.803Z | Downloaded primeorder v0.14.0 |
| 909 | 2026-08-25T22:38:11.803Z | Downloaded pin-project-lite v0.2.17 |
| 910 | 2026-08-25T22:38:11.807Z | Downloaded test-strategy v0.4.5 |
| 911 | 2026-08-25T22:38:11.807Z | Downloaded void v1.0.2 |
| 912 | 2026-08-25T22:38:11.807Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 913 | 2026-08-25T22:38:11.812Z | Downloaded tracing-core v0.1.36 |
| 914 | 2026-08-25T22:38:11.812Z | Downloaded typify v0.6.2 |
| 915 | 2026-08-25T22:38:11.815Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-08-25T22:38:11.815Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-08-25T22:38:11.815Z | Downloaded indoc v1.0.9 |
| 918 | 2026-08-25T22:38:11.818Z | Downloaded inout v0.1.4 |
| 919 | 2026-08-25T22:38:11.818Z | Downloaded aho-corasick v1.1.4 |
| 920 | 2026-08-25T22:38:11.821Z | Downloaded num-bigint v0.4.6 |
| 921 | 2026-08-25T22:38:11.824Z | Downloaded p521 v0.14.0 |
| 922 | 2026-08-25T22:38:11.825Z | Downloaded dsl_auto_type v0.2.0 |
| 923 | 2026-08-25T22:38:11.828Z | Downloaded iana-time-zone v0.1.65 |
| 924 | 2026-08-25T22:38:11.831Z | Downloaded rustversion v1.0.22 |
| 925 | 2026-08-25T22:38:11.834Z | Downloaded termios v0.3.3 |
| 926 | 2026-08-25T22:38:11.834Z | Downloaded tokio-dtrace v0.1.1 |
| 927 | 2026-08-25T22:38:11.834Z | Downloaded scuffle v0.1.0 |
| 928 | 2026-08-25T22:38:11.837Z | Downloaded steno v0.4.1 |
| 929 | 2026-08-25T22:38:11.841Z | Downloaded rand v0.10.1 |
| 930 | 2026-08-25T22:38:11.846Z | Downloaded strum_macros v0.24.3 |
| 931 | 2026-08-25T22:38:11.849Z | Downloaded vergen-lib v9.1.0 |
| 932 | 2026-08-25T22:38:11.849Z | Downloaded nonempty v0.12.0 |
| 933 | 2026-08-25T22:38:11.849Z | Downloaded maybe-uninit v2.0.0 |
| 934 | 2026-08-25T22:38:11.852Z | Downloaded aes v0.9.1 |
| 935 | 2026-08-25T22:38:11.852Z | Downloaded des v0.9.0 |
| 936 | 2026-08-25T22:38:11.855Z | Downloaded oso-derive v0.27.3 |
| 937 | 2026-08-25T22:38:11.855Z | Downloaded rustyline v14.0.0 |
| 938 | 2026-08-25T22:38:11.858Z | Downloaded unicode_categories v0.1.1 |
| 939 | 2026-08-25T22:38:11.859Z | Downloaded rustls-platform-verifier v0.6.2 |
| 940 | 2026-08-25T22:38:11.862Z | Downloaded writeable v0.6.2 |
| 941 | 2026-08-25T22:38:11.865Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 942 | 2026-08-25T22:38:11.868Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-08-25T22:38:11.868Z | Downloaded psl-types v2.0.11 |
| 944 | 2026-08-25T22:38:11.872Z | Downloaded scheduled-thread-pool v0.2.7 |
| 945 | 2026-08-25T22:38:11.875Z | Downloaded tar v0.4.46 |
| 946 | 2026-08-25T22:38:11.875Z | Downloaded uuid v1.23.4 |
| 947 | 2026-08-25T22:38:11.878Z | Downloaded indexmap v1.9.3 |
| 948 | 2026-08-25T22:38:11.878Z | Downloaded ed25519 v3.0.0 |
| 949 | 2026-08-25T22:38:11.882Z | Downloaded sec1 v0.7.3 |
| 950 | 2026-08-25T22:38:11.882Z | Downloaded http v1.4.2 |
| 951 | 2026-08-25T22:38:11.885Z | Downloaded predicates-tree v1.0.13 |
| 952 | 2026-08-25T22:38:11.885Z | Downloaded quick-error v1.2.3 |
| 953 | 2026-08-25T22:38:11.891Z | Downloaded ipnetwork v0.21.1 |
| 954 | 2026-08-25T22:38:11.894Z | Downloaded sponge-cursor v0.1.0 |
| 955 | 2026-08-25T22:38:11.894Z | Downloaded sha1 v0.11.0 |
| 956 | 2026-08-25T22:38:11.898Z | Downloaded hashbrown v0.14.5 |
| 957 | 2026-08-25T22:38:11.902Z | Downloaded sha2 v0.11.0 |
| 958 | 2026-08-25T22:38:11.905Z | Downloaded scrypt v0.12.0 |
| 959 | 2026-08-25T22:38:11.905Z | Downloaded term v1.2.1 |
| 960 | 2026-08-25T22:38:11.905Z | Downloaded russh-util v0.52.0 |
| 961 | 2026-08-25T22:38:11.908Z | Downloaded strsim v0.10.0 |
| 962 | 2026-08-25T22:38:11.913Z | Downloaded zerotrie v0.2.3 |
| 963 | 2026-08-25T22:38:11.918Z | Downloaded gimli v0.32.3 |
| 964 | 2026-08-25T22:38:11.921Z | Downloaded litrs v1.0.0 |
| 965 | 2026-08-25T22:38:11.921Z | Downloaded keccak v0.2.0 |
| 966 | 2026-08-25T22:38:11.924Z | Downloaded yoke v0.8.1 |
| 967 | 2026-08-25T22:38:11.924Z | Downloaded libsw-core v0.3.2 |
| 968 | 2026-08-25T22:38:11.924Z | Downloaded crc-catalog v2.4.0 |
| 969 | 2026-08-25T22:38:11.924Z | Downloaded rustls-webpki v0.103.13 |
| 970 | 2026-08-25T22:38:11.928Z | Downloaded futures-util v0.3.32 |
| 971 | 2026-08-25T22:38:11.931Z | Downloaded peg-macros v0.8.5 |
| 972 | 2026-08-25T22:38:11.934Z | Downloaded xattr v1.6.1 |
| 973 | 2026-08-25T22:38:11.934Z | Downloaded zerofrom v0.1.6 |
| 974 | 2026-08-25T22:38:11.934Z | Downloaded miette-derive v7.6.0 |
| 975 | 2026-08-25T22:38:11.934Z | Downloaded darling_core v0.23.0 |
| 976 | 2026-08-25T22:38:11.938Z | Downloaded yasna v0.5.2 |
| 977 | 2026-08-25T22:38:11.938Z | Downloaded cookie v0.18.1 |
| 978 | 2026-08-25T22:38:11.941Z | Downloaded pin-project-internal v1.1.11 |
| 979 | 2026-08-25T22:38:11.941Z | Downloaded mime_guess v2.0.5 |
| 980 | 2026-08-25T22:38:11.941Z | Downloaded crc32fast v1.5.0 |
| 981 | 2026-08-25T22:38:11.945Z | Downloaded num_enum v0.7.6 |
| 982 | 2026-08-25T22:38:11.945Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 983 | 2026-08-25T22:38:11.945Z | Downloaded miette v7.6.0 |
| 984 | 2026-08-25T22:38:11.948Z | Downloaded instability v0.3.11 |
| 985 | 2026-08-25T22:38:11.951Z | Downloaded num_enum v0.5.11 |
| 986 | 2026-08-25T22:38:11.955Z | Downloaded zerocopy-derive v0.8.55 |
| 987 | 2026-08-25T22:38:11.959Z | Downloaded hashbrown v0.15.5 |
| 988 | 2026-08-25T22:38:11.962Z | Downloaded hashbrown v0.16.1 |
| 989 | 2026-08-25T22:38:11.965Z | Downloaded hyper-rustls v0.27.7 |
| 990 | 2026-08-25T22:38:11.965Z | Downloaded oxnet v0.1.6 |
| 991 | 2026-08-25T22:38:11.965Z | Downloaded keccak v0.1.6 |
| 992 | 2026-08-25T22:38:11.965Z | Downloaded signal-hook-registry v1.4.8 |
| 993 | 2026-08-25T22:38:11.969Z | Downloaded md-5 v0.10.6 |
| 994 | 2026-08-25T22:38:11.969Z | Downloaded toml_edit v0.19.15 |
| 995 | 2026-08-25T22:38:11.975Z | Downloaded serdect v0.4.3 |
| 996 | 2026-08-25T22:38:11.979Z | Downloaded num-bigint-dig v0.8.6 |
| 997 | 2026-08-25T22:38:11.979Z | Downloaded signal-hook v0.3.18 |
| 998 | 2026-08-25T22:38:11.982Z | Downloaded spki v0.7.3 |
| 999 | 2026-08-25T22:38:11.982Z | Downloaded thiserror-no-std v2.0.2 |
| 1000 | 2026-08-25T22:38:11.985Z | Downloaded crossbeam-channel v0.5.15 |
| 1001 | 2026-08-25T22:38:11.985Z | Downloaded yansi v1.0.1 |
| 1002 | 2026-08-25T22:38:11.988Z | Downloaded num_enum_derive v0.5.11 |
| 1003 | 2026-08-25T22:38:11.989Z | Downloaded ref-cast-impl v1.0.25 |
| 1004 | 2026-08-25T22:38:11.989Z | Downloaded maplit v1.0.2 |
| 1005 | 2026-08-25T22:38:11.989Z | Downloaded parse-display v0.10.0 |
| 1006 | 2026-08-25T22:38:11.989Z | Downloaded rand v0.8.6 |
| 1007 | 2026-08-25T22:38:11.992Z | Downloaded strum_macros v0.26.4 |
| 1008 | 2026-08-25T22:38:11.992Z | Downloaded usdt-impl v0.6.0 |
| 1009 | 2026-08-25T22:38:11.992Z | Downloaded ed25519-dalek v3.0.0 |
| 1010 | 2026-08-25T22:38:11.995Z | Downloaded unicode-bidi v0.3.18 |
| 1011 | 2026-08-25T22:38:11.995Z | Downloaded whoami v1.6.1 |
| 1012 | 2026-08-25T22:38:11.998Z | Downloaded signal-hook-tokio v0.3.1 |
| 1013 | 2026-08-25T22:38:11.998Z | Downloaded serde_repr v0.1.20 |
| 1014 | 2026-08-25T22:38:11.998Z | Downloaded const_format_proc_macros v0.2.34 |
| 1015 | 2026-08-25T22:38:12.004Z | Downloaded der v0.7.10 |
| 1016 | 2026-08-25T22:38:12.005Z | Downloaded vergen-git2 v9.1.0 |
| 1017 | 2026-08-25T22:38:12.008Z | Downloaded xshell v0.2.7 |
| 1018 | 2026-08-25T22:38:12.008Z | Downloaded dirs-next v2.0.0 |
| 1019 | 2026-08-25T22:38:12.011Z | Downloaded secrecy v0.8.0 |
| 1020 | 2026-08-25T22:38:12.023Z | Downloaded defmt-macros v1.0.1 |
| 1021 | 2026-08-25T22:38:12.026Z | Downloaded defmt-parser v1.0.0 |
| 1022 | 2026-08-25T22:38:12.026Z | Downloaded darling_core v0.13.4 |
| 1023 | 2026-08-25T22:38:12.030Z | Downloaded drift v0.2.0 |
| 1024 | 2026-08-25T22:38:12.033Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1025 | 2026-08-25T22:38:12.033Z | Downloaded either v1.15.0 |
| 1026 | 2026-08-25T22:38:12.036Z | Downloaded strum v0.26.3 |
| 1027 | 2026-08-25T22:38:12.036Z | Downloaded supports-hyperlinks v3.2.0 |
| 1028 | 2026-08-25T22:38:12.036Z | Downloaded derive-where v1.6.0 |
| 1029 | 2026-08-25T22:38:12.040Z | Downloaded ed25519 v2.2.3 |
| 1030 | 2026-08-25T22:38:12.040Z | Downloaded darling v0.23.0 |
| 1031 | 2026-08-25T22:38:12.043Z | Downloaded darling_macro v0.13.4 |
| 1032 | 2026-08-25T22:38:12.043Z | Downloaded icu_collections v2.1.1 |
| 1033 | 2026-08-25T22:38:12.048Z | Downloaded lock_api v0.4.14 |
| 1034 | 2026-08-25T22:38:12.048Z | Downloaded serde_cbor v0.11.2 |
| 1035 | 2026-08-25T22:38:12.051Z | Downloaded serde_with_macros v3.21.0 |
| 1036 | 2026-08-25T22:38:12.051Z | Downloaded native-tls v0.2.18 |
| 1037 | 2026-08-25T22:38:12.051Z | Downloaded newtype-uuid v1.3.2 |
| 1038 | 2026-08-25T22:38:12.051Z | Downloaded rustc-demangle v0.1.27 |
| 1039 | 2026-08-25T22:38:12.054Z | Downloaded crossterm v0.28.1 |
| 1040 | 2026-08-25T22:38:12.057Z | Downloaded tokio-native-tls v0.3.1 |
| 1041 | 2026-08-25T22:38:12.057Z | Downloaded term v0.7.0 |
| 1042 | 2026-08-25T22:38:12.057Z | Downloaded tower-http v0.6.8 |
| 1043 | 2026-08-25T22:38:12.061Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1044 | 2026-08-25T22:38:12.064Z | Downloaded twox-hash v2.1.2 |
| 1045 | 2026-08-25T22:38:12.068Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1046 | 2026-08-25T22:38:12.071Z | Downloaded md5 v0.8.0 |
| 1047 | 2026-08-25T22:38:12.071Z | Downloaded psm v0.1.30 |
| 1048 | 2026-08-25T22:38:12.071Z | Downloaded rand_pcg v0.10.2 |
| 1049 | 2026-08-25T22:38:12.074Z | Downloaded progenitor v0.14.0 |
| 1050 | 2026-08-25T22:38:12.074Z | Downloaded rustls-native-certs v0.8.3 |
| 1051 | 2026-08-25T22:38:12.078Z | Downloaded prefix-trie v0.7.0 |
| 1052 | 2026-08-25T22:38:12.082Z | Downloaded pretty_assertions v1.4.1 |
| 1053 | 2026-08-25T22:38:12.085Z | Downloaded serde_with v1.14.0 |
| 1054 | 2026-08-25T22:38:12.085Z | Downloaded slog-json v2.6.1 |
| 1055 | 2026-08-25T22:38:12.088Z | Downloaded rsa v0.9.10 |
| 1056 | 2026-08-25T22:38:12.088Z | Downloaded percent-encoding v2.3.2 |
| 1057 | 2026-08-25T22:38:12.091Z | Downloaded spki v0.8.0 |
| 1058 | 2026-08-25T22:38:12.091Z | Downloaded ref-cast v1.0.25 |
| 1059 | 2026-08-25T22:38:12.092Z | Downloaded rtoolbox v0.0.3 |
| 1060 | 2026-08-25T22:38:12.092Z | Downloaded russh-cryptovec v0.62.0 |
| 1061 | 2026-08-25T22:38:12.095Z | Downloaded siphasher v1.0.2 |
| 1062 | 2026-08-25T22:38:12.095Z | Downloaded wnaf v0.14.0 |
| 1063 | 2026-08-25T22:38:12.095Z | Downloaded support-bundle-viewer v0.1.2 |
| 1064 | 2026-08-25T22:38:12.095Z | Downloaded icu_normalizer_data v2.1.1 |
| 1065 | 2026-08-25T22:38:12.099Z | Downloaded ed25519-dalek v2.2.0 |
| 1066 | 2026-08-25T22:38:12.099Z | Downloaded darling_core v0.21.3 |
| 1067 | 2026-08-25T22:38:12.102Z | Downloaded typed-path v0.9.3 |
| 1068 | 2026-08-25T22:38:12.106Z | Downloaded tinystr v0.8.2 |
| 1069 | 2026-08-25T22:38:12.106Z | Downloaded hkdf v0.12.4 |
| 1070 | 2026-08-25T22:38:12.106Z | Downloaded tls_codec_derive v0.4.2 |
| 1071 | 2026-08-25T22:38:12.110Z | Downloaded whoami v2.1.0 |
| 1072 | 2026-08-25T22:38:12.126Z | Downloaded zerovec-derive v0.11.2 |
| 1073 | 2026-08-25T22:38:12.126Z | Downloaded deranged v0.5.8 |
| 1074 | 2026-08-25T22:38:12.126Z | Downloaded usdt-macro v0.6.0 |
| 1075 | 2026-08-25T22:38:12.126Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1076 | 2026-08-25T22:38:12.127Z | Downloaded tungstenite v0.21.0 |
| 1077 | 2026-08-25T22:38:12.127Z | Downloaded rustls-pki-types v1.14.0 |
| 1078 | 2026-08-25T22:38:12.130Z | Downloaded nom v8.0.0 |
| 1079 | 2026-08-25T22:38:12.130Z | Downloaded der_derive v0.7.3 |
| 1080 | 2026-08-25T22:38:12.134Z | Downloaded difflib v0.4.0 |
| 1081 | 2026-08-25T22:38:12.134Z | Downloaded pem-rfc7468 v0.7.0 |
| 1082 | 2026-08-25T22:38:12.134Z | Downloaded postgres-types v0.2.12 |
| 1083 | 2026-08-25T22:38:12.134Z | Downloaded p256 v0.14.0 |
| 1084 | 2026-08-25T22:38:12.137Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1085 | 2026-08-25T22:38:12.151Z | Downloaded strum_macros v0.27.2 |
| 1086 | 2026-08-25T22:38:12.154Z | Downloaded tagptr v0.2.0 |
| 1087 | 2026-08-25T22:38:12.157Z | Downloaded mio v1.2.0 |
| 1088 | 2026-08-25T22:38:12.161Z | Downloaded strum v0.27.2 |
| 1089 | 2026-08-25T22:38:12.161Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1090 | 2026-08-25T22:38:12.161Z | Downloaded sigpipe v0.1.3 |
| 1091 | 2026-08-25T22:38:12.164Z | Downloaded termtree v0.5.1 |
| 1092 | 2026-08-25T22:38:12.164Z | Downloaded crypto-bigint v0.5.5 |
| 1093 | 2026-08-25T22:38:12.168Z | Downloaded hkdf v0.13.0 |
| 1094 | 2026-08-25T22:38:12.168Z | Downloaded rustc_version v0.4.1 |
| 1095 | 2026-08-25T22:38:12.168Z | Downloaded serde_urlencoded v0.7.1 |
| 1096 | 2026-08-25T22:38:12.171Z | Downloaded derive_more v2.1.1 |
| 1097 | 2026-08-25T22:38:12.175Z | Downloaded unicode-properties v0.1.4 |
| 1098 | 2026-08-25T22:38:12.178Z | Downloaded displaydoc v0.2.5 |
| 1099 | 2026-08-25T22:38:12.181Z | Downloaded trait-variant v0.1.2 |
| 1100 | 2026-08-25T22:38:12.181Z | Downloaded untrusted v0.7.1 |
| 1101 | 2026-08-25T22:38:12.181Z | Downloaded newtype_derive v0.1.6 |
| 1102 | 2026-08-25T22:38:12.186Z | Downloaded ident_case v1.0.1 |
| 1103 | 2026-08-25T22:38:12.186Z | Downloaded opaque-debug v0.3.1 |
| 1104 | 2026-08-25T22:38:12.190Z | Downloaded cstr-argument v0.1.2 |
| 1105 | 2026-08-25T22:38:12.190Z | Downloaded digest-io v0.1.0 |
| 1106 | 2026-08-25T22:38:12.190Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1107 | 2026-08-25T22:38:12.193Z | Downloaded blake3 v1.8.5 |
| 1108 | 2026-08-25T22:38:12.197Z | Downloaded itertools v0.14.0 |
| 1109 | 2026-08-25T22:38:12.201Z | Downloaded semver v0.1.20 |
| 1110 | 2026-08-25T22:38:12.201Z | Downloaded tungstenite v0.23.0 |
| 1111 | 2026-08-25T22:38:12.204Z | Downloaded pin-project v1.1.11 |
| 1112 | 2026-08-25T22:38:12.207Z | Downloaded rcgen v0.12.1 |
| 1113 | 2026-08-25T22:38:12.210Z | Downloaded postcard v1.1.3 |
| 1114 | 2026-08-25T22:38:12.210Z | Downloaded potential_utf v0.1.4 |
| 1115 | 2026-08-25T22:38:12.211Z | Downloaded internet-checksum v0.2.1 |
| 1116 | 2026-08-25T22:38:12.211Z | Downloaded sync-ptr v0.1.4 |
| 1117 | 2026-08-25T22:38:12.214Z | Downloaded typify-macro v0.6.2 |
| 1118 | 2026-08-25T22:38:12.214Z | Downloaded minimal-lexical v0.2.1 |
| 1119 | 2026-08-25T22:38:12.214Z | Downloaded aws-lc-rs v1.16.3 |
| 1120 | 2026-08-25T22:38:12.219Z | Downloaded spin v0.9.8 |
| 1121 | 2026-08-25T22:38:12.222Z | Downloaded knus-derive v3.4.0 |
| 1122 | 2026-08-25T22:38:12.222Z | Downloaded r2d2 v0.8.10 |
| 1123 | 2026-08-25T22:38:12.222Z | Downloaded rand_chacha v0.9.0 |
| 1124 | 2026-08-25T22:38:12.225Z | Downloaded slog-stdlog v4.1.1 |
| 1125 | 2026-08-25T22:38:12.225Z | Downloaded polyval v0.7.1 |
| 1126 | 2026-08-25T22:38:12.225Z | Downloaded humantime v2.3.0 |
| 1127 | 2026-08-25T22:38:12.225Z | Downloaded serde_derive_internals v0.29.1 |
| 1128 | 2026-08-25T22:38:12.225Z | Downloaded bindgen v0.71.1 |
| 1129 | 2026-08-25T22:38:12.229Z | Downloaded daft v0.1.8 |
| 1130 | 2026-08-25T22:38:12.232Z | Downloaded num_enum_derive v0.7.6 |
| 1131 | 2026-08-25T22:38:12.232Z | Downloaded oxide-generation v0.1.3 |
| 1132 | 2026-08-25T22:38:12.232Z | Downloaded signature v3.0.0 |
| 1133 | 2026-08-25T22:38:12.232Z | Downloaded tracing-attributes v0.1.31 |
| 1134 | 2026-08-25T22:38:12.235Z | Downloaded module-lattice v0.2.3 |
| 1135 | 2026-08-25T22:38:12.235Z | Downloaded darling_macro v0.23.0 |
| 1136 | 2026-08-25T22:38:12.235Z | Downloaded lalrpop-util v0.19.12 |
| 1137 | 2026-08-25T22:38:12.235Z | Downloaded serde_bytes v0.11.19 |
| 1138 | 2026-08-25T22:38:12.243Z | Downloaded h2 v0.4.15 |
| 1139 | 2026-08-25T22:38:12.248Z | Downloaded convert_case v0.10.0 |
| 1140 | 2026-08-25T22:38:12.248Z | Downloaded derive_more-impl v2.1.1 |
| 1141 | 2026-08-25T22:38:12.249Z | Downloaded hyper-staticfile v0.10.1 |
| 1142 | 2026-08-25T22:38:12.252Z | Downloaded num-iter v0.1.45 |
| 1143 | 2026-08-25T22:38:12.252Z | Downloaded paste v1.0.15 |
| 1144 | 2026-08-25T22:38:12.252Z | Downloaded tinyvec v1.10.0 |
| 1145 | 2026-08-25T22:38:12.252Z | Downloaded reedline v0.40.0 |
| 1146 | 2026-08-25T22:38:12.255Z | Downloaded reqwest v0.13.2 |
| 1147 | 2026-08-25T22:38:12.258Z | Downloaded daft-derive v0.1.8 |
| 1148 | 2026-08-25T22:38:12.262Z | Downloaded darling v0.13.4 |
| 1149 | 2026-08-25T22:38:12.262Z | Downloaded sec1 v0.8.1 |
| 1150 | 2026-08-25T22:38:12.265Z | Downloaded tokio-tungstenite v0.21.0 |
| 1151 | 2026-08-25T22:38:12.265Z | Downloaded rusty-fork v0.3.1 |
| 1152 | 2026-08-25T22:38:12.265Z | Downloaded zerofrom-derive v0.1.6 |
| 1153 | 2026-08-25T22:38:12.265Z | Downloaded port-file v0.1.0 |
| 1154 | 2026-08-25T22:38:12.268Z | Downloaded digest v0.11.3 |
| 1155 | 2026-08-25T22:38:12.268Z | Downloaded ingot-types v0.2.0 |
| 1156 | 2026-08-25T22:38:12.268Z | Downloaded try-lock v0.2.5 |
| 1157 | 2026-08-25T22:38:12.268Z | Downloaded crc-any v2.5.0 |
| 1158 | 2026-08-25T22:38:12.272Z | Downloaded dyn-clone v1.0.20 |
| 1159 | 2026-08-25T22:38:12.272Z | Downloaded time-macros v0.2.27 |
| 1160 | 2026-08-25T22:38:12.275Z | Downloaded nu-ansi-term v0.50.3 |
| 1161 | 2026-08-25T22:38:12.275Z | Downloaded parse-display-derive v0.10.0 |
| 1162 | 2026-08-25T22:38:12.275Z | Downloaded peg-runtime v0.8.5 |
| 1163 | 2026-08-25T22:38:12.275Z | Downloaded rand_seeder v0.4.0 |
| 1164 | 2026-08-25T22:38:12.275Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-08-25T22:38:12.279Z | Downloaded crossbeam-deque v0.8.6 |
| 1166 | 2026-08-25T22:38:12.279Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1167 | 2026-08-25T22:38:12.282Z | Downloaded sqlformat v0.3.5 |
| 1168 | 2026-08-25T22:38:12.282Z | Downloaded zone v0.3.1 |
| 1169 | 2026-08-25T22:38:12.282Z | Downloaded lru-cache v0.1.2 |
| 1170 | 2026-08-25T22:38:12.285Z | Downloaded num v0.4.3 |
| 1171 | 2026-08-25T22:38:12.285Z | Downloaded crypto-primes v0.7.2 |
| 1172 | 2026-08-25T22:38:12.289Z | Downloaded cookie_store v0.22.1 |
| 1173 | 2026-08-25T22:38:12.289Z | Downloaded litemap v0.8.1 |
| 1174 | 2026-08-25T22:38:12.289Z | Downloaded slog-scope v4.4.1 |
| 1175 | 2026-08-25T22:38:12.289Z | Downloaded diesel-dtrace v0.5.0 |
| 1176 | 2026-08-25T22:38:12.293Z | Downloaded indoc v2.0.7 |
| 1177 | 2026-08-25T22:38:12.293Z | Downloaded unit-prefix v0.5.2 |
| 1178 | 2026-08-25T22:38:12.293Z | Downloaded poly1305 v0.9.0 |
| 1179 | 2026-08-25T22:38:12.293Z | Downloaded sha3 v0.12.0 |
| 1180 | 2026-08-25T22:38:12.296Z | Downloaded iri-string v0.7.10 |
| 1181 | 2026-08-25T22:38:12.300Z | Downloaded lru v0.12.5 |
| 1182 | 2026-08-25T22:38:12.300Z | Downloaded parking_lot v0.12.5 |
| 1183 | 2026-08-25T22:38:12.305Z | Downloaded crypto-common v0.2.2 |
| 1184 | 2026-08-25T22:38:12.308Z | Downloaded primefield v0.14.0 |
| 1185 | 2026-08-25T22:38:12.308Z | Downloaded rand_core v0.10.0 |
| 1186 | 2026-08-25T22:38:12.308Z | Downloaded tabwriter v1.4.1 |
| 1187 | 2026-08-25T22:38:12.308Z | Downloaded phf_shared v0.12.1 |
| 1188 | 2026-08-25T22:38:12.308Z | Downloaded structmeta v0.3.0 |
| 1189 | 2026-08-25T22:38:12.308Z | Downloaded nom v7.1.3 |
| 1190 | 2026-08-25T22:38:12.311Z | Downloaded primeorder v0.13.6 |
| 1191 | 2026-08-25T22:38:12.314Z | Downloaded illumos-nvpair v0.3.0 |
| 1192 | 2026-08-25T22:38:12.317Z | Downloaded tower v0.5.3 |
| 1193 | 2026-08-25T22:38:12.323Z | Downloaded unsafe-libyaml v0.2.11 |
| 1194 | 2026-08-25T22:38:12.326Z | Downloaded bitvec v1.0.1 |
| 1195 | 2026-08-25T22:38:12.334Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1196 | 2026-08-25T22:38:12.337Z | Downloaded usdt v0.6.0 |
| 1197 | 2026-08-25T22:38:12.340Z | Downloaded goblin v0.10.5 |
| 1198 | 2026-08-25T22:38:12.344Z | Downloaded managed v0.8.0 |
| 1199 | 2026-08-25T22:38:12.347Z | Downloaded darling_macro v0.21.3 |
| 1200 | 2026-08-25T22:38:12.347Z | Downloaded display-error-chain v0.2.2 |
| 1201 | 2026-08-25T22:38:12.348Z | Downloaded rayon v1.11.0 |
| 1202 | 2026-08-25T22:38:12.351Z | Downloaded ecdsa v0.17.0 |
| 1203 | 2026-08-25T22:38:12.356Z | Downloaded itertools v0.13.0 |
| 1204 | 2026-08-25T22:38:12.360Z | Downloaded ml-kem v0.3.2 |
| 1205 | 2026-08-25T22:38:12.360Z | Downloaded tui-tree-widget v0.23.1 |
| 1206 | 2026-08-25T22:38:12.360Z | Downloaded simd-adler32 v0.3.8 |
| 1207 | 2026-08-25T22:38:12.360Z | Downloaded is-terminal v0.4.17 |
| 1208 | 2026-08-25T22:38:12.360Z | Downloaded parking_lot v0.11.2 |
| 1209 | 2026-08-25T22:38:12.363Z | Downloaded ssh-cipher v0.3.0 |
| 1210 | 2026-08-25T22:38:12.363Z | Downloaded zstd-safe v7.2.4 |
| 1211 | 2026-08-25T22:38:12.367Z | Downloaded icu_properties_data v2.1.2 |
| 1212 | 2026-08-25T22:38:12.372Z | Downloaded snafu-derive v0.8.9 |
| 1213 | 2026-08-25T22:38:12.375Z | Downloaded oso v0.27.3 |
| 1214 | 2026-08-25T22:38:12.379Z | Downloaded delegate v0.13.5 |
| 1215 | 2026-08-25T22:38:12.379Z | Downloaded tokio-util v0.7.18 |
| 1216 | 2026-08-25T22:38:12.383Z | Downloaded russh v0.62.4 |
| 1217 | 2026-08-25T22:38:12.391Z | Downloaded smf v0.2.3 |
| 1218 | 2026-08-25T22:38:12.395Z | Downloaded slab v0.4.12 |
| 1219 | 2026-08-25T22:38:12.395Z | Downloaded chrono v0.4.45 |
| 1220 | 2026-08-25T22:38:12.398Z | Downloaded hyper v1.10.1 |
| 1221 | 2026-08-25T22:38:12.401Z | Downloaded const_format v0.2.35 |
| 1222 | 2026-08-25T22:38:12.402Z | Downloaded tokio-rustls v0.26.4 |
| 1223 | 2026-08-25T22:38:12.405Z | Downloaded ignore v0.4.25 |
| 1224 | 2026-08-25T22:38:12.405Z | Downloaded crossbeam-epoch v0.9.18 |
| 1225 | 2026-08-25T22:38:12.405Z | Downloaded libloading v0.8.9 |
| 1226 | 2026-08-25T22:38:12.416Z | Downloaded miniz_oxide v0.8.9 |
| 1227 | 2026-08-25T22:38:12.419Z | Downloaded proc-macro-error2 v2.0.1 |
| 1228 | 2026-08-25T22:38:12.422Z | Downloaded rayon-core v1.13.0 |
| 1229 | 2026-08-25T22:38:12.425Z | Downloaded nanorand v0.7.0 |
| 1230 | 2026-08-25T22:38:12.425Z | Downloaded owo-colors v4.3.0 |
| 1231 | 2026-08-25T22:38:12.429Z | Downloaded progenitor v0.13.0 |
| 1232 | 2026-08-25T22:38:12.429Z | Downloaded tough v0.22.0 |
| 1233 | 2026-08-25T22:38:12.433Z | Downloaded rsa v0.10.0-rc.18 |
| 1234 | 2026-08-25T22:38:12.437Z | Downloaded salsa20 v0.11.0 |
| 1235 | 2026-08-25T22:38:12.440Z | Downloaded vergen v9.1.0 |
| 1236 | 2026-08-25T22:38:12.440Z | Downloaded publicsuffix v2.3.0 |
| 1237 | 2026-08-25T22:38:12.445Z | Downloaded git2 v0.20.4 |
| 1238 | 2026-08-25T22:38:12.451Z | Downloaded itertools v0.10.5 |
| 1239 | 2026-08-25T22:38:12.459Z | Downloaded ingot v0.2.1 |
| 1240 | 2026-08-25T22:38:12.467Z | Downloaded dropshot_endpoint v0.17.1 |
| 1241 | 2026-08-25T22:38:12.471Z | Downloaded idna v1.1.0 |
| 1242 | 2026-08-25T22:38:12.474Z | Downloaded vcpkg v0.2.15 |
| 1243 | 2026-08-25T22:38:12.492Z | Downloaded toml v0.7.8 |
| 1244 | 2026-08-25T22:38:12.495Z | Downloaded zopfli v0.8.3 |
| 1245 | 2026-08-25T22:38:12.496Z | Downloaded elliptic-curve v0.13.8 |
| 1246 | 2026-08-25T22:38:12.499Z | Downloaded libxml v0.3.3 |
| 1247 | 2026-08-25T22:38:12.503Z | Downloaded ryu v1.0.23 |
| 1248 | 2026-08-25T22:38:12.503Z | Downloaded diesel_derives v2.3.7 |
| 1249 | 2026-08-25T22:38:12.506Z | Downloaded subprocess v0.2.15 |
| 1250 | 2026-08-25T22:38:12.506Z | Downloaded ron v0.8.1 |
| 1251 | 2026-08-25T22:38:12.510Z | Downloaded snafu v0.8.9 |
| 1252 | 2026-08-25T22:38:12.514Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-08-25T22:38:12.517Z | Downloaded tokio-postgres v0.7.16 |
| 1254 | 2026-08-25T22:38:12.517Z | Downloaded itertools v0.15.0 |
| 1255 | 2026-08-25T22:38:12.527Z | Downloaded hyper-util v0.1.20 |
| 1256 | 2026-08-25T22:38:12.527Z | Downloaded icu_normalizer v2.1.1 |
| 1257 | 2026-08-25T22:38:12.527Z | Downloaded icu_provider v2.1.1 |
| 1258 | 2026-08-25T22:38:12.531Z | Downloaded papergrid v0.18.0 |
| 1259 | 2026-08-25T22:38:12.531Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1260 | 2026-08-25T22:38:12.534Z | Downloaded p384 v0.13.1 |
| 1261 | 2026-08-25T22:38:12.538Z | Downloaded reqwest v0.12.28 |
| 1262 | 2026-08-25T22:38:12.541Z | Downloaded zip v4.6.1 |
| 1263 | 2026-08-25T22:38:12.548Z | Downloaded zerovec v0.11.5 |
| 1264 | 2026-08-25T22:38:12.558Z | Downloaded portable-atomic v1.13.1 |
| 1265 | 2026-08-25T22:38:12.565Z | Downloaded rawzip v0.4.4 |
| 1266 | 2026-08-25T22:38:12.568Z | Downloaded serde_with v3.21.0 |
| 1267 | 2026-08-25T22:38:12.575Z | Downloaded dropshot-api-manager v0.8.0 |
| 1268 | 2026-08-25T22:38:12.580Z | Downloaded salty v0.3.0 |
| 1269 | 2026-08-25T22:38:12.583Z | Downloaded schemars v0.9.0 |
| 1270 | 2026-08-25T22:38:12.592Z | Downloaded schemars v1.2.1 |
| 1271 | 2026-08-25T22:38:12.597Z | Downloaded crossterm v0.29.0 |
| 1272 | 2026-08-25T22:38:12.600Z | Downloaded x509-cert v0.2.5 |
| 1273 | 2026-08-25T22:38:12.603Z | Downloaded qorb v0.4.1 |
| 1274 | 2026-08-25T22:38:12.607Z | Downloaded iddqd v0.4.2 |
| 1275 | 2026-08-25T22:38:12.610Z | Downloaded itertools v0.12.1 |
| 1276 | 2026-08-25T22:38:12.614Z | Downloaded proptest v1.11.0 |
| 1277 | 2026-08-25T22:38:12.618Z | Downloaded time v0.3.47 |
| 1278 | 2026-08-25T22:38:12.625Z | Downloaded quick-xml v0.37.5 |
| 1279 | 2026-08-25T22:38:12.628Z | Downloaded polar-core v0.27.3 |
| 1280 | 2026-08-25T22:38:12.633Z | Downloaded tabled v0.21.0 |
| 1281 | 2026-08-25T22:38:12.642Z | Downloaded jiff-core v0.1.0 |
| 1282 | 2026-08-25T22:38:12.644Z | Downloaded unicode-normalization v0.1.25 |
| 1283 | 2026-08-25T22:38:12.649Z | Downloaded bstr v1.12.1 |
| 1284 | 2026-08-25T22:38:12.653Z | Downloaded regex-syntax v0.6.29 |
| 1285 | 2026-08-25T22:38:12.658Z | Downloaded der v0.8.0 |
| 1286 | 2026-08-25T22:38:12.663Z | Downloaded winnow v0.5.40 |
| 1287 | 2026-08-25T22:38:12.669Z | Downloaded quinn-proto v0.11.16 |
| 1288 | 2026-08-25T22:38:12.672Z | Downloaded libm v0.2.16 |
| 1289 | 2026-08-25T22:38:12.679Z | Downloaded nix v0.27.1 |
| 1290 | 2026-08-25T22:38:12.689Z | Downloaded winnow v1.0.3 |
| 1291 | 2026-08-25T22:38:12.698Z | Downloaded regex v1.12.3 |
| 1292 | 2026-08-25T22:38:12.704Z | Downloaded winnow v0.6.26 |
| 1293 | 2026-08-25T22:38:12.708Z | Downloaded hickory-proto v0.25.2 |
| 1294 | 2026-08-25T22:38:12.717Z | Downloaded zerocopy v0.8.55 |
| 1295 | 2026-08-25T22:38:12.740Z | Downloaded zlib-rs v0.6.2 |
| 1296 | 2026-08-25T22:38:12.744Z | Downloaded openssl v0.10.80 |
| 1297 | 2026-08-25T22:38:12.748Z | Downloaded lalrpop v0.19.12 |
| 1298 | 2026-08-25T22:38:12.754Z | Downloaded hickory-proto v0.24.4 |
| 1299 | 2026-08-25T22:38:12.765Z | Downloaded regress v0.11.1 |
| 1300 | 2026-08-25T22:38:12.774Z | Downloaded rustix v0.38.44 |
| 1301 | 2026-08-25T22:38:12.783Z | Downloaded object v0.37.3 |
| 1302 | 2026-08-25T22:38:12.789Z | Downloaded crypto-bigint v0.7.5 |
| 1303 | 2026-08-25T22:38:12.798Z | Downloaded smoltcp v0.9.1 |
| 1304 | 2026-08-25T22:38:12.803Z | Downloaded petname v2.0.2 |
| 1305 | 2026-08-25T22:38:12.806Z | Downloaded smoltcp v0.11.0 |
| 1306 | 2026-08-25T22:38:12.812Z | Downloaded moka v0.12.13 |
| 1307 | 2026-08-25T22:38:12.817Z | Downloaded radix_trie v0.2.1 |
| 1308 | 2026-08-25T22:38:12.820Z | Downloaded syn v3.0.3 |
| 1309 | 2026-08-25T22:38:12.826Z | Downloaded object v0.30.4 |
| 1310 | 2026-08-25T22:38:12.830Z | Downloaded nix v0.28.0 |
| 1311 | 2026-08-25T22:38:12.836Z | Downloaded regex-syntax v0.8.10 |
| 1312 | 2026-08-25T22:38:12.840Z | Downloaded rustls v0.23.41 |
| 1313 | 2026-08-25T22:38:12.847Z | Downloaded curve25519-dalek v5.0.0 |
| 1314 | 2026-08-25T22:38:12.852Z | Downloaded curve25519-dalek v4.1.3 |
| 1315 | 2026-08-25T22:38:12.861Z | Downloaded tracing v0.1.44 |
| 1316 | 2026-08-25T22:38:12.882Z | Downloaded openapiv3 v2.2.0 |
| 1317 | 2026-08-25T22:38:12.888Z | Downloaded dropshot v0.17.1 |
| 1318 | 2026-08-25T22:38:12.900Z | Downloaded sqlparser v0.61.0 |
| 1319 | 2026-08-25T22:38:12.905Z | Downloaded sled v0.34.7 |
| 1320 | 2026-08-25T22:38:12.911Z | Downloaded sha3 v0.11.0 |
| 1321 | 2026-08-25T22:38:12.914Z | Downloaded nix v0.31.2 |
| 1322 | 2026-08-25T22:38:12.919Z | Downloaded regress v0.10.5 |
| 1323 | 2026-08-25T22:38:12.929Z | Downloaded zerocopy-derive v0.6.6 |
| 1324 | 2026-08-25T22:38:12.937Z | Downloaded ratatui v0.29.0 |
| 1325 | 2026-08-25T22:38:12.944Z | Downloaded typify-impl v0.6.2 |
| 1326 | 2026-08-25T22:38:12.952Z | Downloaded regex-automata v0.4.14 |
| 1327 | 2026-08-25T22:38:12.961Z | Downloaded diesel v2.3.7 |
| 1328 | 2026-08-25T22:38:12.971Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1329 | 2026-08-25T22:38:12.985Z | Downloaded petgraph v0.6.5 |
| 1330 | 2026-08-25T22:38:12.996Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1331 | 2026-08-25T22:38:13.006Z | Downloaded chrono-tz v0.10.4 |
| 1332 | 2026-08-25T22:38:13.016Z | Downloaded jiff v0.2.34 |
| 1333 | 2026-08-25T22:38:13.025Z | Downloaded libz-sys v1.1.24 |
| 1334 | 2026-08-25T22:38:13.059Z | Downloaded petgraph v0.8.3 |
| 1335 | 2026-08-25T22:38:13.076Z | Downloaded csv v1.4.0 |
| 1336 | 2026-08-25T22:38:13.088Z | Downloaded sha3 v0.10.8 |
| 1337 | 2026-08-25T22:38:13.091Z | Downloaded tokio v1.52.1 |
| 1338 | 2026-08-25T22:38:13.112Z | Downloaded ring v0.17.14 |
| 1339 | 2026-08-25T22:38:13.140Z | Downloaded encoding_rs v0.8.35 |
| 1340 | 2026-08-25T22:38:13.174Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1341 | 2026-08-25T22:38:13.613Z | Downloaded aws-lc-sys v0.40.0 |
| 1342 | 2026-08-25T22:38:13.871Z | Compiling serde_core v1.0.228 |
| 1343 | 2026-08-25T22:38:13.872Z | Compiling libc v0.2.185 |
| 1344 | 2026-08-25T22:38:13.872Z | Compiling serde v1.0.228 |
| 1345 | 2026-08-25T22:38:13.875Z | Compiling log v0.4.33 |
| 1346 | 2026-08-25T22:38:13.875Z | Compiling smallvec v1.15.1 |
| 1347 | 2026-08-25T22:38:14.028Z | Compiling shlex v1.3.0 |
| 1348 | 2026-08-25T22:38:14.038Z | Compiling find-msvc-tools v0.1.9 |
| 1349 | 2026-08-25T22:38:14.042Z | Compiling syn v2.0.117 |
| 1350 | 2026-08-25T22:38:14.207Z | Compiling subtle v2.6.1 |
| 1351 | 2026-08-25T22:38:14.221Z | Compiling scopeguard v1.2.0 |
| 1352 | 2026-08-25T22:38:14.224Z | Compiling stable_deref_trait v1.2.1 |
| 1353 | 2026-08-25T22:38:14.303Z | Compiling lock_api v0.4.14 |
| 1354 | 2026-08-25T22:38:14.317Z | Compiling zerocopy v0.8.55 |
| 1355 | 2026-08-25T22:38:14.320Z | Compiling typenum v1.20.1 |
| 1356 | 2026-08-25T22:38:14.353Z | Compiling portable-atomic v1.13.1 |
| 1357 | 2026-08-25T22:38:14.366Z | Compiling serde_json v1.0.151 |
| 1358 | 2026-08-25T22:38:14.548Z | Compiling critical-section v1.2.0 |
| 1359 | 2026-08-25T22:38:14.598Z | Compiling libm v0.2.16 |
| 1360 | 2026-08-25T22:38:14.653Z | Compiling num-traits v0.2.19 |
| 1361 | 2026-08-25T22:38:14.748Z | Compiling getrandom v0.4.3 |
| 1362 | 2026-08-25T22:38:14.829Z | Compiling errno v0.3.14 |
| 1363 | 2026-08-25T22:38:14.853Z | Compiling jobserver v0.1.34 |
| 1364 | 2026-08-25T22:38:14.916Z | Compiling getrandom v0.2.17 |
| 1365 | 2026-08-25T22:38:15.079Z | Compiling cc v1.2.56 |
| 1366 | 2026-08-25T22:38:15.130Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-08-25T22:38:15.212Z | Compiling pkg-config v0.3.32 |
| 1368 | 2026-08-25T22:38:15.301Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-08-25T22:38:15.427Z | Compiling generic-array v0.14.7 |
| 1370 | 2026-08-25T22:38:15.507Z | Compiling const-oid v0.9.6 |
| 1371 | 2026-08-25T22:38:15.592Z | Compiling rand_core v0.10.0 |
| 1372 | 2026-08-25T22:38:15.666Z | Compiling pin-project-lite v0.2.17 |
| 1373 | 2026-08-25T22:38:15.764Z | Compiling parking_lot_core v0.9.12 |
| 1374 | 2026-08-25T22:38:16.064Z | Compiling litemap v0.8.1 |
| 1375 | 2026-08-25T22:38:16.092Z | Compiling writeable v0.6.2 |
| 1376 | 2026-08-25T22:38:16.201Z | Compiling bitflags v2.11.0 |
| 1377 | 2026-08-25T22:38:16.273Z | Compiling percent-encoding v2.3.2 |
| 1378 | 2026-08-25T22:38:16.290Z | Compiling semver v1.0.28 |
| 1379 | 2026-08-25T22:38:16.434Z | Compiling signal-hook-registry v1.4.8 |
| 1380 | 2026-08-25T22:38:16.463Z | Compiling icu_normalizer_data v2.1.1 |
| 1381 | 2026-08-25T22:38:16.478Z | Compiling futures-core v0.3.32 |
| 1382 | 2026-08-25T22:38:16.607Z | Compiling icu_properties_data v2.1.2 |
| 1383 | 2026-08-25T22:38:16.622Z | Compiling parking_lot v0.12.5 |
| 1384 | 2026-08-25T22:38:16.637Z | Compiling mio v1.2.0 |
| 1385 | 2026-08-25T22:38:16.715Z | Compiling rustix v1.1.4 |
| 1386 | 2026-08-25T22:38:16.730Z | Compiling getrandom v0.3.4 |
| 1387 | 2026-08-25T22:38:16.747Z | Compiling socket2 v0.6.3 |
| 1388 | 2026-08-25T22:38:16.950Z | Compiling synstructure v0.13.2 |
| 1389 | 2026-08-25T22:38:17.005Z | Compiling futures-sink v0.3.32 |
| 1390 | 2026-08-25T22:38:17.109Z | Compiling utf8_iter v1.0.4 |
| 1391 | 2026-08-25T22:38:17.122Z | Compiling futures-channel v0.3.32 |
| 1392 | 2026-08-25T22:38:17.162Z | Compiling indexmap v2.14.0 |
| 1393 | 2026-08-25T22:38:17.257Z | Compiling form_urlencoded v1.2.2 |
| 1394 | 2026-08-25T22:38:17.353Z | Compiling futures-task v0.3.32 |
| 1395 | 2026-08-25T22:38:17.425Z | Compiling slab v0.4.12 |
| 1396 | 2026-08-25T22:38:17.439Z | Compiling futures-io v0.3.32 |
| 1397 | 2026-08-25T22:38:17.531Z | Compiling rustversion v1.0.22 |
| 1398 | 2026-08-25T22:38:17.568Z | Compiling iana-time-zone v0.1.65 |
| 1399 | 2026-08-25T22:38:17.600Z | Compiling regex-syntax v0.8.10 |
| 1400 | 2026-08-25T22:38:17.615Z | Compiling base64ct v1.8.3 |
| 1401 | 2026-08-25T22:38:17.628Z | Compiling rand_core v0.9.5 |
| 1402 | 2026-08-25T22:38:17.768Z | Compiling uuid v1.23.4 |
| 1403 | 2026-08-25T22:38:17.840Z | Compiling pem-rfc7468 v0.7.0 |
| 1404 | 2026-08-25T22:38:17.905Z | Compiling cmake v0.1.57 |
| 1405 | 2026-08-25T22:38:17.909Z | Compiling flagset v0.4.7 |
| 1406 | 2026-08-25T22:38:18.051Z | Compiling ident_case v1.0.1 |
| 1407 | 2026-08-25T22:38:18.142Z | Compiling dunce v1.0.5 |
| 1408 | 2026-08-25T22:38:18.182Z | Compiling fs_extra v1.3.0 |
| 1409 | 2026-08-25T22:38:18.243Z | Compiling base64 v0.22.1 |
| 1410 | 2026-08-25T22:38:18.313Z | Compiling serde_derive_internals v0.29.1 |
| 1411 | 2026-08-25T22:38:18.459Z | Compiling aws-lc-sys v0.40.0 |
| 1412 | 2026-08-25T22:38:18.459Z | Compiling vcpkg v0.2.15 |
| 1413 | 2026-08-25T22:38:18.487Z | Compiling dyn-clone v1.0.20 |
| 1414 | 2026-08-25T22:38:18.515Z | Compiling schemars v0.8.22 |
| 1415 | 2026-08-25T22:38:18.575Z | Compiling syn v1.0.109 |
| 1416 | 2026-08-25T22:38:18.624Z | Compiling rustc_version v0.4.1 |
| 1417 | 2026-08-25T22:38:18.659Z | Compiling serde_derive v1.0.228 |
| 1418 | 2026-08-25T22:38:18.715Z | Compiling zeroize_derive v1.5.0 |
| 1419 | 2026-08-25T22:38:18.882Z | Compiling zerocopy-derive v0.8.55 |
| 1420 | 2026-08-25T22:38:18.946Z | Compiling zerofrom-derive v0.1.6 |
| 1421 | 2026-08-25T22:38:19.211Z | Compiling yoke-derive v0.8.1 |
| 1422 | 2026-08-25T22:38:19.226Z | Compiling zerovec-derive v0.11.2 |
| 1423 | 2026-08-25T22:38:19.373Z | Compiling displaydoc v0.2.5 |
| 1424 | 2026-08-25T22:38:19.968Z | Compiling tokio-macros v2.7.0 |
| 1425 | 2026-08-25T22:38:20.126Z | Compiling futures-macro v0.3.32 |
| 1426 | 2026-08-25T22:38:20.375Z | Compiling thiserror-impl v2.0.18 |
| 1427 | 2026-08-25T22:38:20.417Z | Compiling zerofrom v0.1.6 |
| 1428 | 2026-08-25T22:38:20.431Z | Compiling der_derive v0.7.3 |
| 1429 | 2026-08-25T22:38:20.542Z | Compiling yoke v0.8.1 |
| 1430 | 2026-08-25T22:38:20.736Z | Compiling zerovec v0.11.5 |
| 1431 | 2026-08-25T22:38:20.756Z | Compiling zerotrie v0.2.3 |
| 1432 | 2026-08-25T22:38:20.971Z | Compiling futures-util v0.3.32 |
| 1433 | 2026-08-25T22:38:21.054Z | Compiling schemars_derive v0.8.22 |
| 1434 | 2026-08-25T22:38:21.253Z | Compiling tinystr v0.8.2 |
| 1435 | 2026-08-25T22:38:21.401Z | Compiling potential_utf v0.1.4 |
| 1436 | 2026-08-25T22:38:21.458Z | Compiling icu_locale_core v2.1.1 |
| 1437 | 2026-08-25T22:38:21.568Z | Compiling icu_collections v2.1.1 |
| 1438 | 2026-08-25T22:38:21.735Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-08-25T22:38:21.845Z | Compiling openssl-sys v0.9.117 |
| 1440 | 2026-08-25T22:38:22.082Z | Compiling icu_provider v2.1.1 |
| 1441 | 2026-08-25T22:38:22.201Z | Compiling zeroize v1.9.0 |
| 1442 | 2026-08-25T22:38:22.311Z | Compiling bytes v1.11.1 |
| 1443 | 2026-08-25T22:38:22.335Z | Compiling icu_normalizer v2.1.1 |
| 1444 | 2026-08-25T22:38:22.372Z | Compiling icu_properties v2.1.2 |
| 1445 | 2026-08-25T22:38:22.416Z | Compiling chrono v0.4.45 |
| 1446 | 2026-08-25T22:38:22.854Z | Compiling tokio v1.52.1 |
| 1447 | 2026-08-25T22:38:22.909Z | Compiling block-buffer v0.10.4 |
| 1448 | 2026-08-25T22:38:22.928Z | Compiling crypto-common v0.1.7 |
| 1449 | 2026-08-25T22:38:23.078Z | Compiling digest v0.10.7 |
| 1450 | 2026-08-25T22:38:23.078Z | Compiling der v0.7.10 |
| 1451 | 2026-08-25T22:38:23.235Z | Compiling idna_adapter v1.2.1 |
| 1452 | 2026-08-25T22:38:23.336Z | Compiling ppv-lite86 v0.2.21 |
| 1453 | 2026-08-25T22:38:23.377Z | Compiling idna v1.1.0 |
| 1454 | 2026-08-25T22:38:23.448Z | Compiling http v1.4.2 |
| 1455 | 2026-08-25T22:38:23.517Z | Compiling tracing-attributes v0.1.31 |
| 1456 | 2026-08-25T22:38:23.660Z | Compiling rand_chacha v0.9.0 |
| 1457 | 2026-08-25T22:38:23.758Z | Compiling url v2.5.8 |
| 1458 | 2026-08-25T22:38:24.025Z | Compiling spki v0.7.3 |
| 1459 | 2026-08-25T22:38:24.242Z | Compiling rand v0.9.2 |
| 1460 | 2026-08-25T22:38:24.269Z | Compiling tracing-core v0.1.36 |
| 1461 | 2026-08-25T22:38:24.345Z | Compiling aws-lc-rs v1.16.3 |
| 1462 | 2026-08-25T22:38:24.360Z | Compiling cpufeatures v0.2.17 |
| 1463 | 2026-08-25T22:38:24.435Z | Compiling simd-adler32 v0.3.8 |
| 1464 | 2026-08-25T22:38:24.547Z | Compiling tempfile v3.27.0 |
| 1465 | 2026-08-25T22:38:24.674Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-08-25T22:38:24.790Z | Compiling tracing v0.1.44 |
| 1467 | 2026-08-25T22:38:24.804Z | Compiling http-body v1.0.1 |
| 1468 | 2026-08-25T22:38:24.930Z | Compiling rustls-pki-types v1.14.0 |
| 1469 | 2026-08-25T22:38:24.979Z | Compiling spin v0.9.8 |
| 1470 | 2026-08-25T22:38:24.989Z | Compiling httparse v1.10.1 |
| 1471 | 2026-08-25T22:38:25.048Z | Compiling cmov v0.5.4 |
| 1472 | 2026-08-25T22:38:25.173Z | Compiling openssl-probe v0.2.1 |
| 1473 | 2026-08-25T22:38:25.253Z | Compiling adler2 v2.0.1 |
| 1474 | 2026-08-25T22:38:25.304Z | Compiling crc32fast v1.5.0 |
| 1475 | 2026-08-25T22:38:25.354Z | Compiling tinyvec_macros v0.1.1 |
| 1476 | 2026-08-25T22:38:25.423Z | Compiling miniz_oxide v0.8.9 |
| 1477 | 2026-08-25T22:38:25.476Z | Compiling tinyvec v1.10.0 |
| 1478 | 2026-08-25T22:38:25.489Z | Compiling ctutils v0.4.2 |
| 1479 | 2026-08-25T22:38:25.630Z | Compiling pest_generator v2.8.6 |
| 1480 | 2026-08-25T22:38:25.724Z | Compiling sha2 v0.10.9 |
| 1481 | 2026-08-25T22:38:25.815Z | Compiling terminal_size v0.4.3 |
| 1482 | 2026-08-25T22:38:25.933Z | Compiling aho-corasick v1.1.4 |
| 1483 | 2026-08-25T22:38:25.953Z | Compiling tower-layer v0.3.3 |
| 1484 | 2026-08-25T22:38:26.009Z | Compiling try-lock v0.2.5 |
| 1485 | 2026-08-25T22:38:26.116Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-08-25T22:38:26.119Z | Compiling untrusted v0.7.1 |
| 1487 | 2026-08-25T22:38:26.214Z | Compiling radium v0.7.0 |
| 1488 | 2026-08-25T22:38:26.254Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-08-25T22:38:26.318Z | Compiling pest_derive v2.8.6 |
| 1490 | 2026-08-25T22:38:26.379Z | Compiling want v0.3.1 |
| 1491 | 2026-08-25T22:38:26.480Z | Compiling hybrid-array v0.4.13 |
| 1492 | 2026-08-25T22:38:26.732Z | Compiling tokio-util v0.7.18 |
| 1493 | 2026-08-25T22:38:26.747Z | Compiling regex-automata v0.4.14 |
| 1494 | 2026-08-25T22:38:27.229Z | Compiling ipnet v2.12.0 |
| 1495 | 2026-08-25T22:38:27.301Z | Compiling scroll_derive v0.13.1 |
| 1496 | 2026-08-25T22:38:27.559Z | Compiling h2 v0.4.15 |
| 1497 | 2026-08-25T22:38:27.708Z | Compiling darling_core v0.20.11 |
| 1498 | 2026-08-25T22:38:27.732Z | Compiling wait-timeout v0.2.1 |
| 1499 | 2026-08-25T22:38:27.990Z | Compiling foreign-types-shared v0.1.1 |
| 1500 | 2026-08-25T22:38:28.066Z | Compiling bit-vec v0.8.0 |
| 1501 | 2026-08-25T22:38:28.080Z | Compiling untrusted v0.9.0 |
| 1502 | 2026-08-25T22:38:28.199Z | Compiling tap v1.0.1 |
| 1503 | 2026-08-25T22:38:28.295Z | Compiling maybe-uninit v2.0.0 |
| 1504 | 2026-08-25T22:38:28.317Z | Compiling httpdate v1.0.3 |
| 1505 | 2026-08-25T22:38:28.472Z | Compiling rustls v0.23.41 |
| 1506 | 2026-08-25T22:38:28.535Z | Compiling openssl v0.10.80 |
| 1507 | 2026-08-25T22:38:28.550Z | Compiling quick-error v1.2.3 |
| 1508 | 2026-08-25T22:38:28.638Z | Compiling rusty-fork v0.3.1 |
| 1509 | 2026-08-25T22:38:28.702Z | Compiling wyz v0.5.1 |
| 1510 | 2026-08-25T22:38:28.741Z | Compiling bit-set v0.8.0 |
| 1511 | 2026-08-25T22:38:28.773Z | Compiling scroll v0.13.0 |
| 1512 | 2026-08-25T22:38:28.892Z | Compiling foreign-types v0.3.2 |
| 1513 | 2026-08-25T22:38:28.940Z | Compiling unicode-normalization v0.1.25 |
| 1514 | 2026-08-25T22:38:29.031Z | Compiling rand_chacha v0.3.1 |
| 1515 | 2026-08-25T22:38:29.099Z | Compiling signature v2.2.0 |
| 1516 | 2026-08-25T22:38:29.284Z | Compiling hex v0.4.3 |
| 1517 | 2026-08-25T22:38:29.360Z | Compiling thiserror-impl v1.0.69 |
| 1518 | 2026-08-25T22:38:29.389Z | Compiling openssl-macros v0.1.1 |
| 1519 | 2026-08-25T22:38:29.547Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-08-25T22:38:29.715Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1521 | 2026-08-25T22:38:29.777Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-08-25T22:38:29.798Z | Compiling num-integer v0.1.46 |
| 1523 | 2026-08-25T22:38:29.928Z | Compiling darling_macro v0.20.11 |
| 1524 | 2026-08-25T22:38:30.047Z | Compiling ahash v0.8.12 |
| 1525 | 2026-08-25T22:38:30.092Z | Compiling native-tls v0.2.18 |
| 1526 | 2026-08-25T22:38:30.107Z | Compiling num-bigint-dig v0.8.6 |
| 1527 | 2026-08-25T22:38:30.247Z | Compiling time-core v0.1.8 |
| 1528 | 2026-08-25T22:38:30.282Z | Compiling powerfmt v0.2.0 |
| 1529 | 2026-08-25T22:38:30.286Z | Compiling num-conv v0.2.0 |
| 1530 | 2026-08-25T22:38:30.431Z | Compiling funty v2.0.0 |
| 1531 | 2026-08-25T22:38:30.451Z | Compiling paste v1.0.15 |
| 1532 | 2026-08-25T22:38:30.481Z | Compiling packed_struct v0.10.1 |
| 1533 | 2026-08-25T22:38:30.512Z | Compiling unarray v0.1.4 |
| 1534 | 2026-08-25T22:38:30.620Z | Compiling hyper v1.10.1 |
| 1535 | 2026-08-25T22:38:30.634Z | Compiling thiserror v1.0.69 |
| 1536 | 2026-08-25T22:38:30.736Z | Compiling proptest v1.11.0 |
| 1537 | 2026-08-25T22:38:30.740Z | Compiling time-macros v0.2.27 |
| 1538 | 2026-08-25T22:38:30.763Z | Compiling bitvec v1.0.1 |
| 1539 | 2026-08-25T22:38:30.763Z | Compiling darling v0.20.11 |
| 1540 | 2026-08-25T22:38:30.857Z | Compiling deranged v0.5.8 |
| 1541 | 2026-08-25T22:38:31.026Z | Compiling clap_builder v4.6.0 |
| 1542 | 2026-08-25T22:38:31.701Z | Compiling hyper-util v0.1.20 |
| 1543 | 2026-08-25T22:38:32.183Z | Compiling num-iter v0.1.45 |
| 1544 | 2026-08-25T22:38:32.299Z | Compiling rand v0.8.6 |
| 1545 | 2026-08-25T22:38:32.578Z | Compiling goblin v0.10.5 |
| 1546 | 2026-08-25T22:38:33.073Z | Compiling packed_struct_codegen v0.10.1 |
| 1547 | 2026-08-25T22:38:33.448Z | Compiling ipnetwork v0.21.1 |
| 1548 | 2026-08-25T22:38:33.826Z | Compiling lazy_static v1.5.0 |
| 1549 | 2026-08-25T22:38:33.921Z | Compiling hmac v0.12.1 |
| 1550 | 2026-08-25T22:38:33.947Z | Compiling toml_datetime v0.6.11 |
| 1551 | 2026-08-25T22:38:34.083Z | Compiling serde_spanned v0.6.9 |
| 1552 | 2026-08-25T22:38:34.107Z | Compiling zerocopy-derive v0.6.6 |
| 1553 | 2026-08-25T22:38:34.209Z | Compiling clap_derive v4.6.1 |
| 1554 | 2026-08-25T22:38:34.234Z | Compiling bitfield-macros v0.19.4 |
| 1555 | 2026-08-25T22:38:34.917Z | Compiling slog v2.8.2 |
| 1556 | 2026-08-25T22:38:34.932Z | Compiling sync_wrapper v1.0.2 |
| 1557 | 2026-08-25T22:38:35.044Z | Compiling indexmap v1.9.3 |
| 1558 | 2026-08-25T22:38:35.096Z | Compiling syn v3.0.3 |
| 1559 | 2026-08-25T22:38:35.100Z | Compiling usdt-impl v0.6.0 |
| 1560 | 2026-08-25T22:38:35.228Z | Compiling siphasher v1.0.2 |
| 1561 | 2026-08-25T22:38:35.299Z | Compiling crossbeam-utils v0.8.21 |
| 1562 | 2026-08-25T22:38:35.462Z | Compiling nodrop v0.1.14 |
| 1563 | 2026-08-25T22:38:35.556Z | Compiling object v0.37.3 |
| 1564 | 2026-08-25T22:38:35.605Z | Compiling num_threads v0.1.7 |
| 1565 | 2026-08-25T22:38:35.708Z | Compiling crc-catalog v2.4.0 |
| 1566 | 2026-08-25T22:38:35.804Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-08-25T22:38:35.876Z | Compiling crc v3.4.0 |
| 1568 | 2026-08-25T22:38:35.950Z | Compiling clap v4.6.1 |
| 1569 | 2026-08-25T22:38:36.034Z | Compiling time v0.3.47 |
| 1570 | 2026-08-25T22:38:36.089Z | Compiling array-init v0.0.4 |
| 1571 | 2026-08-25T22:38:36.447Z | Compiling dof v0.4.0 |
| 1572 | 2026-08-25T22:38:36.855Z | Compiling tower v0.5.3 |
| 1573 | 2026-08-25T22:38:37.311Z | Compiling bitfield v0.19.4 |
| 1574 | 2026-08-25T22:38:37.559Z | Compiling zerocopy v0.6.6 |
| 1575 | 2026-08-25T22:38:37.887Z | Compiling oxnet v0.1.6 |
| 1576 | 2026-08-25T22:38:38.290Z | Compiling smallvec v0.6.14 |
| 1577 | 2026-08-25T22:38:38.311Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-08-25T22:38:38.533Z | Compiling daft-derive v0.1.8 |
| 1579 | 2026-08-25T22:38:38.627Z | Compiling derive_builder_core v0.20.2 |
| 1580 | 2026-08-25T22:38:38.816Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-08-25T22:38:38.999Z | Compiling dtrace-parser v0.3.0 |
| 1582 | 2026-08-25T22:38:39.224Z | Compiling http-body-util v0.1.3 |
| 1583 | 2026-08-25T22:38:39.239Z | Compiling pkcs1 v0.7.5 |
| 1584 | 2026-08-25T22:38:39.341Z | Compiling erased-serde v0.3.31 |
| 1585 | 2026-08-25T22:38:39.469Z | Compiling heapless v0.7.17 |
| 1586 | 2026-08-25T22:38:39.482Z | Compiling scroll_derive v0.12.1 |
| 1587 | 2026-08-25T22:38:39.638Z | Compiling structmeta-derive v0.3.0 |
| 1588 | 2026-08-25T22:38:39.706Z | Compiling darling_core v0.23.0 |
| 1589 | 2026-08-25T22:38:39.738Z | Compiling thread-id v5.1.0 |
| 1590 | 2026-08-25T22:38:39.824Z | Compiling cookie v0.18.1 |
| 1591 | 2026-08-25T22:38:39.841Z | Compiling env_filter v2.0.0 |
| 1592 | 2026-08-25T22:38:40.010Z | Compiling unicode-properties v0.1.4 |
| 1593 | 2026-08-25T22:38:40.129Z | Compiling iri-string v0.7.10 |
| 1594 | 2026-08-25T22:38:40.154Z | Compiling hashbrown v0.12.3 |
| 1595 | 2026-08-25T22:38:40.233Z | Compiling ryu v1.0.23 |
| 1596 | 2026-08-25T22:38:40.451Z | Compiling anyhow v1.0.104 |
| 1597 | 2026-08-25T22:38:40.651Z | Compiling allocator-api2 v0.2.21 |
| 1598 | 2026-08-25T22:38:40.697Z | Compiling gimli v0.32.3 |
| 1599 | 2026-08-25T22:38:40.755Z | Compiling zstd-safe v7.2.4 |
| 1600 | 2026-08-25T22:38:40.949Z | Compiling signal-hook v0.3.18 |
| 1601 | 2026-08-25T22:38:40.980Z | Compiling unicode-bidi v0.3.18 |
| 1602 | 2026-08-25T22:38:41.119Z | Compiling base64 v0.21.7 |
| 1603 | 2026-08-25T22:38:41.445Z | Compiling winnow v0.5.40 |
| 1604 | 2026-08-25T22:38:41.512Z | Compiling ron v0.8.1 |
| 1605 | 2026-08-25T22:38:41.553Z | Compiling stringprep v0.1.5 |
| 1606 | 2026-08-25T22:38:41.666Z | Compiling tower-http v0.6.8 |
| 1607 | 2026-08-25T22:38:42.061Z | Compiling structmeta v0.3.0 |
| 1608 | 2026-08-25T22:38:42.243Z | Compiling darling_macro v0.23.0 |
| 1609 | 2026-08-25T22:38:42.276Z | Compiling serde_urlencoded v0.7.1 |
| 1610 | 2026-08-25T22:38:42.414Z | Compiling addr2line v0.25.1 |
| 1611 | 2026-08-25T22:38:42.513Z | Compiling scroll v0.12.0 |
| 1612 | 2026-08-25T22:38:42.626Z | Compiling env_logger v0.11.11 |
| 1613 | 2026-08-25T22:38:42.725Z | Compiling toml_edit v0.19.15 |
| 1614 | 2026-08-25T22:38:42.828Z | Compiling derive_builder_macro v0.20.2 |
| 1615 | 2026-08-25T22:38:42.840Z | Compiling rsa v0.9.10 |
| 1616 | 2026-08-25T22:38:42.970Z | Compiling daft v0.1.8 |
| 1617 | 2026-08-25T22:38:43.124Z | Compiling hashbrown v0.13.2 |
| 1618 | 2026-08-25T22:38:43.225Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1619 | 2026-08-25T22:38:43.247Z | Compiling bzip2 v0.4.4 |
| 1620 | 2026-08-25T22:38:43.283Z | Compiling serde-hex v0.1.0 |
| 1621 | 2026-08-25T22:38:43.422Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1622 | 2026-08-25T22:38:43.449Z | Compiling tokio-native-tls v0.3.1 |
| 1623 | 2026-08-25T22:38:43.589Z | Compiling camino v1.2.5 |
| 1624 | 2026-08-25T22:38:43.967Z | Compiling bstr v1.12.1 |
| 1625 | 2026-08-25T22:38:44.077Z | Compiling crypto-common v0.2.2 |
| 1626 | 2026-08-25T22:38:44.602Z | Compiling block-padding v0.4.2 |
| 1627 | 2026-08-25T22:38:44.773Z | Compiling block-buffer v0.12.1 |
| 1628 | 2026-08-25T22:38:44.983Z | Compiling rustls-native-certs v0.8.3 |
| 1629 | 2026-08-25T22:38:44.986Z | Compiling x509-cert v0.2.5 |
| 1630 | 2026-08-25T22:38:45.278Z | Compiling md-5 v0.10.6 |
| 1631 | 2026-08-25T22:38:45.309Z | Compiling serde_tokenstream v0.2.3 |
| 1632 | 2026-08-25T22:38:45.477Z | Compiling curve25519-dalek v4.1.3 |
| 1633 | 2026-08-25T22:38:45.644Z | Compiling pin-project-internal v1.1.11 |
| 1634 | 2026-08-25T22:38:45.813Z | Compiling zerocopy-derive v0.7.35 |
| 1635 | 2026-08-25T22:38:45.840Z | Compiling async-trait v0.1.89 |
| 1636 | 2026-08-25T22:38:45.882Z | Compiling vergen-lib v9.1.0 |
| 1637 | 2026-08-25T22:38:46.063Z | Compiling hash32 v0.2.1 |
| 1638 | 2026-08-25T22:38:46.268Z | Compiling memoffset v0.9.1 |
| 1639 | 2026-08-25T22:38:46.428Z | Compiling encoding_rs v0.8.35 |
| 1640 | 2026-08-25T22:38:46.451Z | Compiling crc-any v2.5.0 |
| 1641 | 2026-08-25T22:38:46.676Z | Compiling cfg_aliases v0.2.1 |
| 1642 | 2026-08-25T22:38:46.681Z | Compiling owo-colors v4.3.0 |
| 1643 | 2026-08-25T22:38:46.691Z | Compiling ref-cast v1.0.25 |
| 1644 | 2026-08-25T22:38:46.732Z | Compiling smoltcp v0.9.1 |
| 1645 | 2026-08-25T22:38:46.759Z | Compiling rustc-demangle v0.1.27 |
| 1646 | 2026-08-25T22:38:46.847Z | Compiling litrs v1.0.0 |
| 1647 | 2026-08-25T22:38:46.972Z | Compiling rustix v0.38.44 |
| 1648 | 2026-08-25T22:38:46.975Z | Compiling psl-types v2.0.11 |
| 1649 | 2026-08-25T22:38:47.055Z | Compiling fallible-iterator v0.2.0 |
| 1650 | 2026-08-25T22:38:47.115Z | Compiling mime v0.3.17 |
| 1651 | 2026-08-25T22:38:47.134Z | Compiling publicsuffix v2.3.0 |
| 1652 | 2026-08-25T22:38:47.326Z | Compiling postgres-protocol v0.6.10 |
| 1653 | 2026-08-25T22:38:47.346Z | Compiling document-features v0.2.12 |
| 1654 | 2026-08-25T22:38:47.403Z | Compiling backtrace v0.3.76 |
| 1655 | 2026-08-25T22:38:47.414Z | Compiling pin-project v1.1.11 |
| 1656 | 2026-08-25T22:38:47.436Z | Compiling nix v0.31.2 |
| 1657 | 2026-08-25T22:38:47.506Z | Compiling zerocopy v0.7.35 |
| 1658 | 2026-08-25T22:38:47.769Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1659 | 2026-08-25T22:38:47.906Z | Compiling inout v0.2.2 |
| 1660 | 2026-08-25T22:38:47.918Z | Compiling toml v0.7.8 |
| 1661 | 2026-08-25T22:38:47.977Z | Compiling hyper-tls v0.6.0 |
| 1662 | 2026-08-25T22:38:48.058Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1663 | 2026-08-25T22:38:48.077Z | Compiling object v0.30.4 |
| 1664 | 2026-08-25T22:38:48.181Z | Compiling zip v0.6.6 |
| 1665 | 2026-08-25T22:38:48.337Z | Compiling derive_builder v0.20.2 |
| 1666 | 2026-08-25T22:38:48.488Z | Compiling goblin v0.8.2 |
| 1667 | 2026-08-25T22:38:48.512Z | Compiling darling v0.23.0 |
| 1668 | 2026-08-25T22:38:48.537Z | Compiling derive-ex v0.1.8 |
| 1669 | 2026-08-25T22:38:48.903Z | Compiling phf_shared v0.13.1 |
| 1670 | 2026-08-25T22:38:49.019Z | Compiling regex v1.12.3 |
| 1671 | 2026-08-25T22:38:49.020Z | Compiling hubpack_derive v0.1.1 |
| 1672 | 2026-08-25T22:38:49.136Z | Compiling futures-executor v0.3.32 |
| 1673 | 2026-08-25T22:38:49.399Z | Compiling snafu-derive v0.8.9 |
| 1674 | 2026-08-25T22:38:49.444Z | Compiling ref-cast-impl v1.0.25 |
| 1675 | 2026-08-25T22:38:49.474Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1676 | 2026-08-25T22:38:49.988Z | Compiling strum_macros v0.27.2 |
| 1677 | 2026-08-25T22:38:50.100Z | Compiling vergen v9.1.0 |
| 1678 | 2026-08-25T22:38:50.160Z | Compiling cargo-platform v0.3.2 |
| 1679 | 2026-08-25T22:38:50.280Z | Compiling ff v0.13.1 |
| 1680 | 2026-08-25T22:38:50.478Z | Compiling fs-err v3.3.0 |
| 1681 | 2026-08-25T22:38:50.493Z | Compiling jiff-core v0.1.0 |
| 1682 | 2026-08-25T22:38:50.669Z | Compiling is_ci v1.2.0 |
| 1683 | 2026-08-25T22:38:50.809Z | Compiling foldhash v0.1.5 |
| 1684 | 2026-08-25T22:38:50.956Z | Compiling either v1.15.0 |
| 1685 | 2026-08-25T22:38:50.985Z | Compiling managed v0.8.0 |
| 1686 | 2026-08-25T22:38:51.170Z | Compiling foldhash v0.2.0 |
| 1687 | 2026-08-25T22:38:51.204Z | Compiling bitflags v1.3.2 |
| 1688 | 2026-08-25T22:38:51.285Z | Compiling same-file v1.0.6 |
| 1689 | 2026-08-25T22:38:51.354Z | Compiling base16ct v0.2.0 |
| 1690 | 2026-08-25T22:38:51.397Z | Compiling unicode-segmentation v1.12.0 |
| 1691 | 2026-08-25T22:38:51.457Z | Compiling bumpalo v3.20.2 |
| 1692 | 2026-08-25T22:38:51.533Z | Compiling libbz2-rs-sys v0.2.2 |
| 1693 | 2026-08-25T22:38:51.573Z | Compiling path-slash v0.1.5 |
| 1694 | 2026-08-25T22:38:51.712Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1695 | 2026-08-25T22:38:51.728Z | Compiling zopfli v0.8.3 |
| 1696 | 2026-08-25T22:38:51.787Z | Compiling sec1 v0.7.3 |
| 1697 | 2026-08-25T22:38:51.937Z | Compiling walkdir v2.5.0 |
| 1698 | 2026-08-25T22:38:51.963Z | Compiling strum v0.27.2 |
| 1699 | 2026-08-25T22:38:52.070Z | Compiling bzip2 v0.6.1 |
| 1700 | 2026-08-25T22:38:52.093Z | Compiling textwrap v0.16.2 |
| 1701 | 2026-08-25T22:38:52.220Z | Compiling snafu v0.8.9 |
| 1702 | 2026-08-25T22:38:52.243Z | Compiling hashbrown v0.16.1 |
| 1703 | 2026-08-25T22:38:52.386Z | Compiling jiff v0.2.34 |
| 1704 | 2026-08-25T22:38:52.554Z | Compiling hashbrown v0.15.5 |
| 1705 | 2026-08-25T22:38:52.569Z | Compiling supports-color v3.0.2 |
| 1706 | 2026-08-25T22:38:52.823Z | Compiling dof v0.3.0 |
| 1707 | 2026-08-25T22:38:52.839Z | Compiling group v0.13.0 |
| 1708 | 2026-08-25T22:38:53.016Z | Compiling cargo_metadata v0.23.1 |
| 1709 | 2026-08-25T22:38:53.100Z | Compiling test-strategy v0.4.5 |
| 1710 | 2026-08-25T22:38:53.232Z | Compiling hubpack v0.1.2 |
| 1711 | 2026-08-25T22:38:53.452Z | Compiling futures v0.3.32 |
| 1712 | 2026-08-25T22:38:53.532Z | Compiling phf v0.13.1 |
| 1713 | 2026-08-25T22:38:53.547Z | Compiling signal-hook-mio v0.2.5 |
| 1714 | 2026-08-25T22:38:53.671Z | Compiling cookie_store v0.22.1 |
| 1715 | 2026-08-25T22:38:54.055Z | Compiling serde_with_macros v3.21.0 |
| 1716 | 2026-08-25T22:38:54.318Z | Compiling zstd v0.13.3 |
| 1717 | 2026-08-25T22:38:54.339Z | Compiling reqwest v0.12.28 |
| 1718 | 2026-08-25T22:38:54.535Z | Compiling cipher v0.5.2 |
| 1719 | 2026-08-25T22:38:54.668Z | Compiling backtrace-ext v0.2.1 |
| 1720 | 2026-08-25T22:38:54.861Z | Compiling postgres-types v0.2.12 |
| 1721 | 2026-08-25T22:38:55.425Z | Compiling usdt-attr-macro v0.6.0 |
| 1722 | 2026-08-25T22:38:55.617Z | Compiling usdt-macro v0.6.0 |
| 1723 | 2026-08-25T22:38:55.914Z | Compiling globset v0.4.18 |
| 1724 | 2026-08-25T22:38:56.127Z | Compiling phf_shared v0.11.3 |
| 1725 | 2026-08-25T22:38:56.239Z | Compiling hkdf v0.12.4 |
| 1726 | 2026-08-25T22:38:56.319Z | Compiling dtrace-parser v0.2.0 |
| 1727 | 2026-08-25T22:38:56.334Z | Compiling byte-wrapper v0.1.0 |
| 1728 | 2026-08-25T22:38:56.369Z | Compiling olpc-cjson v0.1.4 |
| 1729 | 2026-08-25T22:38:56.416Z | Compiling ed25519 v2.2.3 |
| 1730 | 2026-08-25T22:38:56.530Z | Compiling crypto-bigint v0.5.5 |
| 1731 | 2026-08-25T22:38:56.604Z | Compiling serde_plain v1.0.2 |
| 1732 | 2026-08-25T22:38:56.659Z | Compiling serde-big-array v0.5.1 |
| 1733 | 2026-08-25T22:38:56.777Z | Compiling enum-as-inner v0.6.1 |
| 1734 | 2026-08-25T22:38:56.804Z | Compiling async-recursion v1.1.1 |
| 1735 | 2026-08-25T22:38:56.818Z | Compiling miette-derive v7.6.0 |
| 1736 | 2026-08-25T22:38:57.045Z | Compiling strum_macros v0.26.4 |
| 1737 | 2026-08-25T22:38:57.284Z | Compiling serde_repr v0.1.20 |
| 1738 | 2026-08-25T22:38:57.321Z | Compiling pem v3.0.6 |
| 1739 | 2026-08-25T22:38:57.440Z | Compiling float-cmp v0.10.0 |
| 1740 | 2026-08-25T22:38:57.593Z | Compiling thread-id v4.2.2 |
| 1741 | 2026-08-25T22:38:57.647Z | Compiling memmap2 v0.9.10 |
| 1742 | 2026-08-25T22:38:57.678Z | Compiling keccak v0.1.6 |
| 1743 | 2026-08-25T22:38:57.817Z | Compiling new_debug_unreachable v1.0.6 |
| 1744 | 2026-08-25T22:38:57.865Z | Compiling typed-path v0.9.3 |
| 1745 | 2026-08-25T22:38:57.893Z | Compiling winnow v1.0.3 |
| 1746 | 2026-08-25T22:38:57.967Z | Compiling data-encoding v2.10.0 |
| 1747 | 2026-08-25T22:38:58.140Z | Compiling fixedbitset v0.4.2 |
| 1748 | 2026-08-25T22:38:58.359Z | Compiling fixedbitset v0.5.7 |
| 1749 | 2026-08-25T22:38:58.420Z | Compiling difflib v0.4.0 |
| 1750 | 2026-08-25T22:38:58.616Z | Compiling supports-hyperlinks v3.2.0 |
| 1751 | 2026-08-25T22:38:58.663Z | Compiling cpufeatures v0.3.0 |
| 1752 | 2026-08-25T22:38:58.666Z | Compiling const-oid v0.10.2 |
| 1753 | 2026-08-25T22:38:58.742Z | Compiling supports-unicode v3.0.0 |
| 1754 | 2026-08-25T22:38:58.767Z | Compiling normalize-line-endings v0.3.0 |
| 1755 | 2026-08-25T22:38:58.781Z | Compiling whoami v2.1.0 |
| 1756 | 2026-08-25T22:38:58.866Z | Compiling precomputed-hash v0.1.1 |
| 1757 | 2026-08-25T22:38:58.882Z | Compiling static_assertions v1.1.0 |
| 1758 | 2026-08-25T22:38:58.896Z | Compiling predicates-core v1.0.10 |
| 1759 | 2026-08-25T22:38:58.936Z | Compiling string_cache v0.8.9 |
| 1760 | 2026-08-25T22:38:58.952Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-25T22:38:58.965Z | Compiling miette v7.6.0 |
| 1762 | 2026-08-25T22:38:58.968Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1763 | 2026-08-25T22:38:59.052Z | Compiling predicates v3.1.4 |
| 1764 | 2026-08-25T22:38:59.066Z | Compiling tokio-postgres v0.7.16 |
| 1765 | 2026-08-25T22:38:59.148Z | Compiling digest v0.11.3 |
| 1766 | 2026-08-25T22:38:59.162Z | Compiling strum v0.26.3 |
| 1767 | 2026-08-25T22:38:59.290Z | Compiling toml_edit v0.22.27 |
| 1768 | 2026-08-25T22:38:59.376Z | Compiling chacha20 v0.10.0 |
| 1769 | 2026-08-25T22:38:59.595Z | Compiling petgraph v0.8.3 |
| 1770 | 2026-08-25T22:38:59.679Z | Compiling petgraph v0.6.5 |
| 1771 | 2026-08-25T22:38:59.747Z | Compiling hickory-proto v0.25.2 |
| 1772 | 2026-08-25T22:39:00.101Z | Compiling sha3 v0.10.8 |
| 1773 | 2026-08-25T22:39:00.585Z | Compiling usdt v0.6.0 |
| 1774 | 2026-08-25T22:39:00.859Z | Compiling usdt-impl v0.5.0 |
| 1775 | 2026-08-25T22:39:01.171Z | Compiling elliptic-curve v0.13.8 |
| 1776 | 2026-08-25T22:39:01.312Z | Compiling ed25519-dalek v2.2.0 |
| 1777 | 2026-08-25T22:39:01.445Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1778 | 2026-08-25T22:39:01.587Z | Compiling crossterm v0.28.1 |
| 1779 | 2026-08-25T22:39:01.603Z | Compiling serde_with v3.21.0 |
| 1780 | 2026-08-25T22:39:01.849Z | Compiling zip v4.6.1 |
| 1781 | 2026-08-25T22:39:02.454Z | Compiling iddqd v0.4.2 |
| 1782 | 2026-08-25T22:39:02.853Z | Compiling heck v0.4.1 |
| 1783 | 2026-08-25T22:39:02.924Z | Compiling similar v2.7.0 |
| 1784 | 2026-08-25T22:39:03.077Z | Compiling itertools v0.13.0 |
| 1785 | 2026-08-25T22:39:03.170Z | Compiling itertools v0.15.0 |
| 1786 | 2026-08-25T22:39:03.351Z | Compiling crossbeam-epoch v0.9.18 |
| 1787 | 2026-08-25T22:39:03.489Z | Compiling oxide-generation v0.1.3 |
| 1788 | 2026-08-25T22:39:03.679Z | Compiling tokio-stream v0.1.18 |
| 1789 | 2026-08-25T22:39:03.724Z | Compiling buf-list v1.1.2 |
| 1790 | 2026-08-25T22:39:03.759Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1791 | 2026-08-25T22:39:03.784Z | Compiling openapiv3 v2.2.0 |
| 1792 | 2026-08-25T22:39:04.033Z | Compiling lalrpop-util v0.19.12 |
| 1793 | 2026-08-25T22:39:04.064Z | Compiling peg-runtime v0.8.5 |
| 1794 | 2026-08-25T22:39:04.136Z | Compiling thread_local v1.1.9 |
| 1795 | 2026-08-25T22:39:04.226Z | Compiling slog-async v2.8.0 |
| 1796 | 2026-08-25T22:39:04.768Z | Compiling crossbeam-channel v0.5.15 |
| 1797 | 2026-08-25T22:39:04.864Z | Compiling filetime v0.2.27 |
| 1798 | 2026-08-25T22:39:04.864Z | Compiling is-terminal v0.4.17 |
| 1799 | 2026-08-25T22:39:04.864Z | Compiling take_mut v0.2.2 |
| 1800 | 2026-08-25T22:39:04.864Z | Compiling xattr v1.6.1 |
| 1801 | 2026-08-25T22:39:04.864Z | Compiling term v1.2.1 |
| 1802 | 2026-08-25T22:39:04.864Z | Compiling camino-tempfile v1.4.1 |
| 1803 | 2026-08-25T22:39:04.864Z | Compiling tar v0.4.46 |
| 1804 | 2026-08-25T22:39:04.864Z | Compiling slog-term v2.9.2 |
| 1805 | 2026-08-25T22:39:10.701Z | Compiling rustls-webpki v0.103.13 |
| 1806 | 2026-08-25T22:39:13.364Z | Compiling tokio-rustls v0.26.4 |
| 1807 | 2026-08-25T22:39:13.364Z | Compiling rustls-platform-verifier v0.6.2 |
| 1808 | 2026-08-25T22:39:13.367Z | Compiling tough v0.22.0 |
| 1809 | 2026-08-25T22:39:13.569Z | Compiling hyper-rustls v0.27.7 |
| 1810 | 2026-08-25T22:39:13.767Z | Compiling reqwest v0.13.2 |
| 1811 | 2026-08-25T22:39:15.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1812 | 2026-08-25T22:39:16.188Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1813 | 2026-08-25T22:39:19.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
| 1814 | 2026-08-25T22:39:19.234Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1815 | 2026-08-25T22:39:19.289Z | Aug 25 22:39:18.109 INFO Starting download, target: Console |
| 1816 | 2026-08-25T22:39:19.292Z | Aug 25 22:39:18.109 INFO Starting download, target: DendriteStub |
| 1817 | 2026-08-25T22:39:19.292Z | Aug 25 22:39:18.109 INFO Starting download, target: Clickhouse |
| 1818 | 2026-08-25T22:39:19.292Z | Aug 25 22:39:18.110 INFO Starting download, target: Cockroach |
| 1819 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Starting download, target: MaghemiteMgd |
| 1820 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Starting download, target: MaghemiteDdmd |
| 1821 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Starting download, target: TransceiverControl |
| 1822 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1823 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1824 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1825 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1826 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1827 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1828 | 2026-08-25T22:39:19.293Z | Aug 25 22:39:18.110 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1829 | 2026-08-25T22:39:20.391Z | Aug 25 22:39:19.212 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1830 | 2026-08-25T22:39:20.610Z | Aug 25 22:39:19.427 INFO Download complete, target: TransceiverControl |
| 1831 | 2026-08-25T22:39:21.033Z | Aug 25 22:39:19.842 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1832 | 2026-08-25T22:39:21.201Z | Aug 25 22:39:20.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1833 | 2026-08-25T22:39:21.283Z | Aug 25 22:39:20.092 INFO Download complete, target: Console |
| 1834 | 2026-08-25T22:39:22.084Z | Aug 25 22:39:20.879 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1835 | 2026-08-25T22:39:22.249Z | Aug 25 22:39:21.058 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1836 | 2026-08-25T22:39:22.506Z | Aug 25 22:39:21.318 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1837 | 2026-08-25T22:39:22.898Z | Aug 25 22:39:21.717 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1838 | 2026-08-25T22:39:22.898Z | Aug 25 22:39:21.717 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1839 | 2026-08-25T22:39:24.009Z | Aug 25 22:39:22.830 INFO Download complete, target: MaghemiteDdmd |
| 1840 | 2026-08-25T22:39:24.797Z | Aug 25 22:39:23.616 INFO Download complete, target: DendriteStub |
| 1841 | 2026-08-25T22:39:24.999Z | Aug 25 22:39:23.820 INFO Download complete, target: MaghemiteMgd |
| 1842 | 2026-08-25T22:39:27.492Z | Aug 25 22:39:26.313 INFO Checking that binary works, target: Cockroach |
| 1843 | 2026-08-25T22:39:27.605Z | Aug 25 22:39:26.426 INFO Download complete, target: Cockroach |
| 1844 | 2026-08-25T22:39:27.929Z | Aug 25 22:39:26.750 INFO Checking that binary works, target: Clickhouse |
| 1845 | 2026-08-25T22:39:28.071Z | Aug 25 22:39:26.888 INFO Download complete, target: Clickhouse |
| 1846 | 2026-08-25T22:39:28.084Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1847 | 2026-08-25T22:39:28.087Z | |
| 1848 | 2026-08-25T22:39:28.087Z | real 2:11.366496440 |
| 1849 | 2026-08-25T22:39:28.087Z | user 7:19.101283924 |
| 1850 | 2026-08-25T22:39:28.087Z | sys 1:26.868313244 |
| 1851 | 2026-08-25T22:39:28.087Z | trap 0.254989510 |
| 1852 | 2026-08-25T22:39:28.087Z | tflt 0.559189226 |
| 1853 | 2026-08-25T22:39:28.087Z | dflt 0.915233427 |
| 1854 | 2026-08-25T22:39:28.087Z | kflt 0.023688605 |
| 1855 | 2026-08-25T22:39:28.088Z | lock 27:36.258676781 |
| 1856 | 2026-08-25T22:39:28.088Z | slp 22:06.982231888 |
| 1857 | 2026-08-25T22:39:28.088Z | lat 49.713886192 |
| 1858 | 2026-08-25T22:39:28.088Z | stop 2:42.045039175 |
| 1859 | 2026-08-25T22:39:28.088Z | + banner clippy |
| 1860 | 2026-08-25T22:39:28.088Z | |
| 1861 | 2026-08-25T22:39:28.088Z | #### # # ##### ##### # # |
| 1862 | 2026-08-25T22:39:28.088Z | # # # # # # # # # # |
| 1863 | 2026-08-25T22:39:28.088Z | # # # # # # # # |
| 1864 | 2026-08-25T22:39:28.088Z | # # # ##### ##### # |
| 1865 | 2026-08-25T22:39:28.088Z | # # # # # # # |
| 1866 | 2026-08-25T22:39:28.088Z | #### ###### # # # # |
| 1867 | 2026-08-25T22:39:28.088Z | |
| 1868 | 2026-08-25T22:39:28.088Z | + export CARGO_INCREMENTAL=0 |
| 1869 | 2026-08-25T22:39:28.088Z | + CARGO_INCREMENTAL=0 |
| 1870 | 2026-08-25T22:39:28.088Z | + ptime -m cargo xtask clippy |
| 1871 | 2026-08-25T22:39:28.551Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1872 | 2026-08-25T22:39:28.845Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1873 | 2026-08-25T22:39:30.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
| 1874 | 2026-08-25T22:39:30.802Z | Running `target/debug/xtask clippy` |
| 1875 | 2026-08-25T22:39:30.828Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1876 | 2026-08-25T22:39:31.393Z | Downloading crates ... |
| 1877 | 2026-08-25T22:39:31.567Z | Downloaded cast v0.3.0 |
| 1878 | 2026-08-25T22:39:31.571Z | Downloaded assert-json-diff v2.0.2 |
| 1879 | 2026-08-25T22:39:31.571Z | Downloaded async-object-pool v0.2.0 |
| 1880 | 2026-08-25T22:39:31.571Z | Downloaded anes v0.1.6 |
| 1881 | 2026-08-25T22:39:31.571Z | Downloaded constant_time_eq v0.3.1 |
| 1882 | 2026-08-25T22:39:31.571Z | Downloaded concurrent-queue v2.5.0 |
| 1883 | 2026-08-25T22:39:31.574Z | Downloaded blake2b_simd v1.0.4 |
| 1884 | 2026-08-25T22:39:31.574Z | Downloaded approx v0.5.1 |
| 1885 | 2026-08-25T22:39:31.574Z | Downloaded event-listener-strategy v0.5.4 |
| 1886 | 2026-08-25T22:39:31.574Z | Downloaded escape8259 v0.5.3 |
| 1887 | 2026-08-25T22:39:31.574Z | Downloaded criterion-plot v0.6.0 |
| 1888 | 2026-08-25T22:39:31.578Z | Downloaded assert_cmd v2.1.2 |
| 1889 | 2026-08-25T22:39:31.578Z | Downloaded async-lock v3.4.2 |
| 1890 | 2026-08-25T22:39:31.578Z | Downloaded futures-timer v3.0.3 |
| 1891 | 2026-08-25T22:39:31.581Z | Downloaded criterion v0.7.0 |
| 1892 | 2026-08-25T22:39:31.581Z | Downloaded datatest-stable v0.3.3 |
| 1893 | 2026-08-25T22:39:31.584Z | Downloaded cfg-expr v0.20.6 |
| 1894 | 2026-08-25T22:39:31.589Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1895 | 2026-08-25T22:39:31.589Z | Downloaded event-listener v5.4.1 |
| 1896 | 2026-08-25T22:39:31.589Z | Downloaded fancy-regex v0.14.0 |
| 1897 | 2026-08-25T22:39:31.589Z | Downloaded hex-literal v0.4.1 |
| 1898 | 2026-08-25T22:39:31.589Z | Downloaded guppy v0.17.25 |
| 1899 | 2026-08-25T22:39:31.593Z | Downloaded httptest v0.16.4 |
| 1900 | 2026-08-25T22:39:31.593Z | Downloaded hickory-client v0.25.2 |
| 1901 | 2026-08-25T22:39:31.596Z | Downloaded linkme-impl v0.3.35 |
| 1902 | 2026-08-25T22:39:31.596Z | Downloaded nested v0.1.1 |
| 1903 | 2026-08-25T22:39:31.596Z | Downloaded miette-derive v5.10.0 |
| 1904 | 2026-08-25T22:39:31.596Z | Downloaded knuffel-derive v3.2.0 |
| 1905 | 2026-08-25T22:39:31.599Z | Downloaded libtest-mimic v0.8.1 |
| 1906 | 2026-08-25T22:39:31.600Z | Downloaded linkme v0.3.35 |
| 1907 | 2026-08-25T22:39:31.600Z | Downloaded pathdiff v0.2.3 |
| 1908 | 2026-08-25T22:39:31.600Z | Downloaded plotters-backend v0.3.7 |
| 1909 | 2026-08-25T22:39:31.603Z | Downloaded owo-colors v3.5.0 |
| 1910 | 2026-08-25T22:39:31.603Z | Downloaded oorandom v11.1.5 |
| 1911 | 2026-08-25T22:39:31.603Z | Downloaded parking v2.2.1 |
| 1912 | 2026-08-25T22:39:31.603Z | Downloaded plotters-svg v0.3.7 |
| 1913 | 2026-08-25T22:39:31.603Z | Downloaded partial-io v0.5.4 |
| 1914 | 2026-08-25T22:39:31.606Z | Downloaded path-tree v0.8.3 |
| 1915 | 2026-08-25T22:39:31.606Z | Downloaded knuffel v3.2.0 |
| 1916 | 2026-08-25T22:39:31.606Z | Downloaded miette v5.10.0 |
| 1917 | 2026-08-25T22:39:31.611Z | Downloaded relative-path v1.9.3 |
| 1918 | 2026-08-25T22:39:31.611Z | Downloaded rust-argon2 v2.1.0 |
| 1919 | 2026-08-25T22:39:31.611Z | Downloaded serde_regex v1.1.0 |
| 1920 | 2026-08-25T22:39:31.611Z | Downloaded rand_distr v0.5.1 |
| 1921 | 2026-08-25T22:39:31.617Z | Downloaded rstest_macros v0.25.0 |
| 1922 | 2026-08-25T22:39:31.617Z | Downloaded rstest v0.25.0 |
| 1923 | 2026-08-25T22:39:31.623Z | Downloaded plotters v0.3.7 |
| 1924 | 2026-08-25T22:39:31.623Z | Downloaded similar-asserts v1.7.0 |
| 1925 | 2026-08-25T22:39:31.624Z | Downloaded stringmetrics v2.2.2 |
| 1926 | 2026-08-25T22:39:31.624Z | Downloaded supports-color v2.1.0 |
| 1927 | 2026-08-25T22:39:31.627Z | Downloaded supports-unicode v2.1.0 |
| 1928 | 2026-08-25T22:39:31.630Z | Downloaded target-triple v1.0.0 |
| 1929 | 2026-08-25T22:39:31.630Z | Downloaded supports-hyperlinks v2.1.0 |
| 1930 | 2026-08-25T22:39:31.630Z | Downloaded terminal_size v0.1.17 |
| 1931 | 2026-08-25T22:39:31.630Z | Downloaded termcolor v1.4.1 |
| 1932 | 2026-08-25T22:39:31.633Z | Downloaded target-lexicon v0.13.3 |
| 1933 | 2026-08-25T22:39:31.636Z | Downloaded tinytemplate v1.2.1 |
| 1934 | 2026-08-25T22:39:31.639Z | Downloaded target-spec v3.5.7 |
| 1935 | 2026-08-25T22:39:31.639Z | Downloaded textwrap v0.15.2 |
| 1936 | 2026-08-25T22:39:31.649Z | Downloaded trybuild v1.0.116 |
| 1937 | 2026-08-25T22:39:31.740Z | Downloaded httpmock v0.8.3 |
| 1938 | 2026-08-25T22:39:33.553Z | Checking cfg-if v1.0.4 |
| 1939 | 2026-08-25T22:39:33.924Z | Checking serde_core v1.0.228 |
| 1940 | 2026-08-25T22:39:33.924Z | Checking libc v0.2.185 |
| 1941 | 2026-08-25T22:39:34.006Z | Checking memchr v2.8.0 |
| 1942 | 2026-08-25T22:39:34.056Z | Checking smallvec v1.15.1 |
| 1943 | 2026-08-25T22:39:34.096Z | Checking rand_core v0.10.0 |
| 1944 | 2026-08-25T22:39:34.130Z | Checking itoa v1.0.17 |
| 1945 | 2026-08-25T22:39:34.169Z | Checking subtle v2.6.1 |
| 1946 | 2026-08-25T22:39:34.213Z | Checking libm v0.2.16 |
| 1947 | 2026-08-25T22:39:34.255Z | Checking log v0.4.33 |
| 1948 | 2026-08-25T22:39:34.312Z | Checking typenum v1.20.1 |
| 1949 | 2026-08-25T22:39:34.315Z | Checking scopeguard v1.2.0 |
| 1950 | 2026-08-25T22:39:34.385Z | Checking zmij v1.0.21 |
| 1951 | 2026-08-25T22:39:34.421Z | Checking getrandom v0.4.3 |
| 1952 | 2026-08-25T22:39:34.459Z | Checking errno v0.3.14 |
| 1953 | 2026-08-25T22:39:34.464Z | Checking stable_deref_trait v1.2.1 |
| 1954 | 2026-08-25T22:39:34.557Z | Checking lock_api v0.4.14 |
| 1955 | 2026-08-25T22:39:34.602Z | Checking zerofrom v0.1.6 |
| 1956 | 2026-08-25T22:39:34.648Z | Checking percent-encoding v2.3.2 |
| 1957 | 2026-08-25T22:39:34.689Z | Checking litemap v0.8.1 |
| 1958 | 2026-08-25T22:39:34.693Z | Checking writeable v0.6.2 |
| 1959 | 2026-08-25T22:39:34.762Z | Checking yoke v0.8.1 |
| 1960 | 2026-08-25T22:39:34.801Z | Checking icu_normalizer_data v2.1.1 |
| 1961 | 2026-08-25T22:39:34.838Z | Checking icu_properties_data v2.1.2 |
| 1962 | 2026-08-25T22:39:34.885Z | Checking form_urlencoded v1.2.2 |
| 1963 | 2026-08-25T22:39:34.925Z | Checking utf8_iter v1.0.4 |
| 1964 | 2026-08-25T22:39:34.964Z | Checking num-traits v0.2.19 |
| 1965 | 2026-08-25T22:39:35.004Z | Checking zerovec v0.11.5 |
| 1966 | 2026-08-25T22:39:35.004Z | Checking zerotrie v0.2.3 |
| 1967 | 2026-08-25T22:39:35.077Z | Checking zerocopy v0.8.55 |
| 1968 | 2026-08-25T22:39:35.117Z | Checking portable-atomic v1.13.1 |
| 1969 | 2026-08-25T22:39:35.153Z | Checking pin-project-lite v0.2.17 |
| 1970 | 2026-08-25T22:39:35.192Z | Checking critical-section v1.2.0 |
| 1971 | 2026-08-25T22:39:35.280Z | Checking parking_lot_core v0.9.12 |
| 1972 | 2026-08-25T22:39:35.331Z | Checking signal-hook-registry v1.4.8 |
| 1973 | 2026-08-25T22:39:35.377Z | Checking mio v1.2.0 |
| 1974 | 2026-08-25T22:39:35.461Z | Checking serde v1.0.228 |
| 1975 | 2026-08-25T22:39:35.503Z | Checking bitflags v2.11.0 |
| 1976 | 2026-08-25T22:39:35.506Z | Checking serde_json v1.0.151 |
| 1977 | 2026-08-25T22:39:35.576Z | Checking tinystr v0.8.2 |
| 1978 | 2026-08-25T22:39:35.579Z | Checking potential_utf v0.1.4 |
| 1979 | 2026-08-25T22:39:35.579Z | Checking once_cell v1.21.3 |
| 1980 | 2026-08-25T22:39:35.686Z | Checking parking_lot v0.12.5 |
| 1981 | 2026-08-25T22:39:35.733Z | Checking iana-time-zone v0.1.65 |
| 1982 | 2026-08-25T22:39:35.787Z | Checking icu_locale_core v2.1.1 |
| 1983 | 2026-08-25T22:39:35.825Z | Checking icu_collections v2.1.1 |
| 1984 | 2026-08-25T22:39:35.872Z | Checking uuid v1.23.4 |
| 1985 | 2026-08-25T22:39:35.916Z | Checking zeroize v1.9.0 |
| 1986 | 2026-08-25T22:39:35.916Z | Checking bytes v1.11.1 |
| 1987 | 2026-08-25T22:39:35.916Z | Checking chrono v0.4.45 |
| 1988 | 2026-08-25T22:39:36.120Z | Checking socket2 v0.6.3 |
| 1989 | 2026-08-25T22:39:36.178Z | Checking semver v1.0.28 |
| 1990 | 2026-08-25T22:39:36.257Z | Checking thiserror v2.0.18 |
| 1991 | 2026-08-25T22:39:36.278Z | Checking dyn-clone v1.0.20 |
| 1992 | 2026-08-25T22:39:36.345Z | Checking icu_provider v2.1.1 |
| 1993 | 2026-08-25T22:39:36.400Z | Checking futures-core v0.3.32 |
| 1994 | 2026-08-25T22:39:36.403Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1995 | 2026-08-25T22:39:36.443Z | Checking rustix v1.1.4 |
| 1996 | 2026-08-25T22:39:36.480Z | Checking tokio v1.52.1 |
| 1997 | 2026-08-25T22:39:36.549Z | Checking equivalent v1.0.2 |
| 1998 | 2026-08-25T22:39:36.588Z | Checking getrandom v0.2.17 |
| 1999 | 2026-08-25T22:39:36.625Z | Checking icu_normalizer v2.1.1 |
| 2000 | 2026-08-25T22:39:36.666Z | Checking icu_properties v2.1.2 |
| 2001 | 2026-08-25T22:39:36.759Z | Checking cmov v0.5.4 |
| 2002 | 2026-08-25T22:39:36.799Z | Checking rand_core v0.6.4 |
| 2003 | 2026-08-25T22:39:36.853Z | Checking byteorder v1.5.0 |
| 2004 | 2026-08-25T22:39:36.958Z | Checking futures-sink v0.3.32 |
| 2005 | 2026-08-25T22:39:36.998Z | Checking ctutils v0.4.2 |
| 2006 | 2026-08-25T22:39:37.032Z | Checking getrandom v0.3.4 |
| 2007 | 2026-08-25T22:39:37.076Z | Checking futures-io v0.3.32 |
| 2008 | 2026-08-25T22:39:37.115Z | Checking futures-channel v0.3.32 |
| 2009 | 2026-08-25T22:39:37.212Z | Checking futures-task v0.3.32 |
| 2010 | 2026-08-25T22:39:37.244Z | Checking hybrid-array v0.4.13 |
| 2011 | 2026-08-25T22:39:37.248Z | Checking slab v0.4.12 |
| 2012 | 2026-08-25T22:39:37.317Z | Checking hashbrown v0.17.0 |
| 2013 | 2026-08-25T22:39:37.357Z | Checking generic-array v0.14.7 |
| 2014 | 2026-08-25T22:39:37.394Z | Checking fnv v1.0.7 |
| 2015 | 2026-08-25T22:39:37.433Z | Checking futures-util v0.3.32 |
| 2016 | 2026-08-25T22:39:37.514Z | Checking regex-syntax v0.8.10 |
| 2017 | 2026-08-25T22:39:37.518Z | Checking idna_adapter v1.2.1 |
| 2018 | 2026-08-25T22:39:37.701Z | Checking idna v1.1.0 |
| 2019 | 2026-08-25T22:39:37.799Z | Checking indexmap v2.14.0 |
| 2020 | 2026-08-25T22:39:37.854Z | Checking thiserror v1.0.69 |
| 2021 | 2026-08-25T22:39:37.860Z | Checking ppv-lite86 v0.2.21 |
| 2022 | 2026-08-25T22:39:37.972Z | Checking const-oid v0.9.6 |
| 2023 | 2026-08-25T22:39:37.975Z | Checking url v2.5.8 |
| 2024 | 2026-08-25T22:39:38.049Z | Checking crypto-common v0.2.2 |
| 2025 | 2026-08-25T22:39:38.198Z | Checking base64ct v1.8.3 |
| 2026 | 2026-08-25T22:39:38.372Z | Checking crypto-common v0.1.7 |
| 2027 | 2026-08-25T22:39:38.461Z | Checking block-buffer v0.12.1 |
| 2028 | 2026-08-25T22:39:38.504Z | Checking schemars v0.8.22 |
| 2029 | 2026-08-25T22:39:38.546Z | Checking base64 v0.22.1 |
| 2030 | 2026-08-25T22:39:38.659Z | Checking block-buffer v0.10.4 |
| 2031 | 2026-08-25T22:39:38.698Z | Checking rand_core v0.9.5 |
| 2032 | 2026-08-25T22:39:38.702Z | Checking utf8parse v0.2.2 |
| 2033 | 2026-08-25T22:39:38.803Z | Checking anstyle v1.0.14 |
| 2034 | 2026-08-25T22:39:38.844Z | Checking digest v0.10.7 |
| 2035 | 2026-08-25T22:39:38.848Z | Checking http v1.4.2 |
| 2036 | 2026-08-25T22:39:38.916Z | Checking erased-serde v0.3.31 |
| 2037 | 2026-08-25T22:39:38.919Z | Checking tracing-core v0.1.36 |
| 2038 | 2026-08-25T22:39:39.011Z | Checking rand_chacha v0.9.0 |
| 2039 | 2026-08-25T22:39:39.067Z | Checking anstyle-query v1.1.5 |
| 2040 | 2026-08-25T22:39:39.172Z | Checking is_terminal_polyfill v1.70.2 |
| 2041 | 2026-08-25T22:39:39.211Z | Checking colorchoice v1.0.4 |
| 2042 | 2026-08-25T22:39:39.251Z | Checking rand v0.9.2 |
| 2043 | 2026-08-25T22:39:39.285Z | Checking tracing v0.1.44 |
| 2044 | 2026-08-25T22:39:39.325Z | Checking terminal_size v0.4.3 |
| 2045 | 2026-08-25T22:39:39.330Z | Checking slog v2.8.2 |
| 2046 | 2026-08-25T22:39:39.330Z | Checking const-oid v0.10.2 |
| 2047 | 2026-08-25T22:39:39.430Z | Checking anstyle-parse v1.0.0 |
| 2048 | 2026-08-25T22:39:39.467Z | Checking ipnet v2.12.0 |
| 2049 | 2026-08-25T22:39:39.470Z | Checking aho-corasick v1.1.4 |
| 2050 | 2026-08-25T22:39:39.541Z | Checking fastrand v2.3.0 |
| 2051 | 2026-08-25T22:39:39.578Z | Checking crossbeam-utils v0.8.21 |
| 2052 | 2026-08-25T22:39:39.627Z | Checking anstream v1.0.0 |
| 2053 | 2026-08-25T22:39:39.673Z | Checking tokio-util v0.7.18 |
| 2054 | 2026-08-25T22:39:39.715Z | Checking unicode-ident v1.0.24 |
| 2055 | 2026-08-25T22:39:39.754Z | Checking strsim v0.11.1 |
| 2056 | 2026-08-25T22:39:39.757Z | Checking clap_lex v1.0.0 |
| 2057 | 2026-08-25T22:39:39.828Z | Checking allocator-api2 v0.2.21 |
| 2058 | 2026-08-25T22:39:39.868Z | Checking proc-macro2 v1.0.106 |
| 2059 | 2026-08-25T22:39:39.871Z | Checking powerfmt v0.2.0 |
| 2060 | 2026-08-25T22:39:39.947Z | Checking tempfile v3.27.0 |
| 2061 | 2026-08-25T22:39:39.950Z | Checking digest v0.11.3 |
| 2062 | 2026-08-25T22:39:40.021Z | Checking clap_builder v4.6.0 |
| 2063 | 2026-08-25T22:39:40.085Z | Checking deranged v0.5.8 |
| 2064 | 2026-08-25T22:39:40.140Z | Checking ipnetwork v0.21.1 |
| 2065 | 2026-08-25T22:39:40.180Z | Checking num-conv v0.2.0 |
| 2066 | 2026-08-25T22:39:40.216Z | Checking quote v1.0.45 |
| 2067 | 2026-08-25T22:39:40.219Z | Checking regex-automata v0.4.14 |
| 2068 | 2026-08-25T22:39:40.251Z | Checking time-core v0.1.8 |
| 2069 | 2026-08-25T22:39:40.325Z | Checking num_threads v0.1.7 |
| 2070 | 2026-08-25T22:39:40.328Z | Checking cpufeatures v0.3.0 |
| 2071 | 2026-08-25T22:39:40.398Z | Checking httparse v1.10.1 |
| 2072 | 2026-08-25T22:39:40.438Z | Checking syn v2.0.117 |
| 2073 | 2026-08-25T22:39:40.441Z | Checking anyhow v1.0.104 |
| 2074 | 2026-08-25T22:39:40.441Z | Checking cpufeatures v0.2.17 |
| 2075 | 2026-08-25T22:39:40.546Z | Checking rustls-pki-types v1.14.0 |
| 2076 | 2026-08-25T22:39:40.583Z | Checking aws-lc-sys v0.40.0 |
| 2077 | 2026-08-25T22:39:40.636Z | Checking untrusted v0.7.1 |
| 2078 | 2026-08-25T22:39:40.734Z | Checking http-body v1.0.1 |
| 2079 | 2026-08-25T22:39:40.781Z | Checking atomic-waker v1.1.2 |
| 2080 | 2026-08-25T22:39:40.861Z | Checking httpdate v1.0.3 |
| 2081 | 2026-08-25T22:39:40.901Z | Checking try-lock v0.2.5 |
| 2082 | 2026-08-25T22:39:40.938Z | Checking h2 v0.4.15 |
| 2083 | 2026-08-25T22:39:41.023Z | Checking time v0.3.47 |
| 2084 | 2026-08-25T22:39:41.062Z | Checking want v0.3.1 |
| 2085 | 2026-08-25T22:39:41.067Z | Checking hex v0.4.3 |
| 2086 | 2026-08-25T22:39:41.133Z | Checking aws-lc-rs v1.16.3 |
| 2087 | 2026-08-25T22:39:41.216Z | Checking simd-adler32 v0.3.8 |
| 2088 | 2026-08-25T22:39:41.266Z | Checking clap v4.6.1 |
| 2089 | 2026-08-25T22:39:41.341Z | Checking ryu v1.0.23 |
| 2090 | 2026-08-25T22:39:41.383Z | Checking tower-layer v0.3.3 |
| 2091 | 2026-08-25T22:39:41.418Z | Checking tower-service v0.3.3 |
| 2092 | 2026-08-25T22:39:41.516Z | Checking untrusted v0.9.0 |
| 2093 | 2026-08-25T22:39:41.545Z | Checking oxnet v0.1.6 |
| 2094 | 2026-08-25T22:39:41.586Z | Checking spin v0.9.8 |
| 2095 | 2026-08-25T22:39:41.643Z | Checking unicode-width v0.2.0 |
| 2096 | 2026-08-25T22:39:41.795Z | Checking adler2 v2.0.1 |
| 2097 | 2026-08-25T22:39:41.831Z | Checking pem-rfc7468 v0.7.0 |
| 2098 | 2026-08-25T22:39:41.936Z | Checking mime v0.3.17 |
| 2099 | 2026-08-25T22:39:42.003Z | Checking miniz_oxide v0.8.9 |
| 2100 | 2026-08-25T22:39:42.050Z | Checking rustls-webpki v0.103.13 |
| 2101 | 2026-08-25T22:39:42.053Z | Checking flagset v0.4.7 |
| 2102 | 2026-08-25T22:39:42.128Z | Checking block-padding v0.4.2 |
| 2103 | 2026-08-25T22:39:42.164Z | Checking pretty-hex v0.4.1 |
| 2104 | 2026-08-25T22:39:42.167Z | Checking http-body-util v0.1.3 |
| 2105 | 2026-08-25T22:39:42.236Z | Checking der v0.7.10 |
| 2106 | 2026-08-25T22:39:42.291Z | Checking inout v0.2.2 |
| 2107 | 2026-08-25T22:39:42.330Z | Checking camino v1.2.5 |
| 2108 | 2026-08-25T22:39:42.377Z | Checking plain v0.2.3 |
| 2109 | 2026-08-25T22:39:42.450Z | Checking ucd-trie v0.1.7 |
| 2110 | 2026-08-25T22:39:42.493Z | Checking openssl-probe v0.2.1 |
| 2111 | 2026-08-25T22:39:42.531Z | Checking cipher v0.5.2 |
| 2112 | 2026-08-25T22:39:42.573Z | Checking rustls v0.23.41 |
| 2113 | 2026-08-25T22:39:42.628Z | Checking pest v2.8.6 |
| 2114 | 2026-08-25T22:39:42.642Z | Checking regex v1.12.3 |
| 2115 | 2026-08-25T22:39:42.645Z | Checking serde_urlencoded v0.7.1 |
| 2116 | 2026-08-25T22:39:42.721Z | Checking rand_chacha v0.3.1 |
| 2117 | 2026-08-25T22:39:42.780Z | Checking encoding_rs v0.8.35 |
| 2118 | 2026-08-25T22:39:42.910Z | Checking futures-executor v0.3.32 |
| 2119 | 2026-08-25T22:39:42.954Z | Checking rand v0.8.6 |
| 2120 | 2026-08-25T22:39:42.964Z | Checking crc32fast v1.5.0 |
| 2121 | 2026-08-25T22:39:43.027Z | Checking spki v0.7.3 |
| 2122 | 2026-08-25T22:39:43.088Z | Checking futures v0.3.32 |
| 2123 | 2026-08-25T22:39:43.162Z | Checking either v1.15.0 |
| 2124 | 2026-08-25T22:39:43.200Z | Checking bit-vec v0.8.0 |
| 2125 | 2026-08-25T22:39:43.238Z | Checking sync_wrapper v1.0.2 |
| 2126 | 2026-08-25T22:39:43.372Z | Checking wait-timeout v0.2.1 |
| 2127 | 2026-08-25T22:39:43.377Z | Checking tower v0.5.3 |
| 2128 | 2026-08-25T22:39:43.447Z | Checking bit-set v0.8.0 |
| 2129 | 2026-08-25T22:39:43.493Z | Checking pkcs8 v0.10.2 |
| 2130 | 2026-08-25T22:39:43.533Z | Checking foldhash v0.2.0 |
| 2131 | 2026-08-25T22:39:43.624Z | Checking quick-error v1.2.3 |
| 2132 | 2026-08-25T22:39:43.680Z | Checking iri-string v0.7.10 |
| 2133 | 2026-08-25T22:39:43.687Z | Checking rand_xorshift v0.4.0 |
| 2134 | 2026-08-25T22:39:43.754Z | Checking rusty-fork v0.3.1 |
| 2135 | 2026-08-25T22:39:43.758Z | Checking hyper v1.10.1 |
| 2136 | 2026-08-25T22:39:43.758Z | Checking hashbrown v0.16.1 |
| 2137 | 2026-08-25T22:39:43.758Z | Checking openapiv3 v2.2.0 |
| 2138 | 2026-08-25T22:39:43.897Z | Checking zlib-rs v0.6.2 |
| 2139 | 2026-08-25T22:39:43.901Z | Checking static_assertions v1.1.0 |
| 2140 | 2026-08-25T22:39:43.972Z | Checking unarray v0.1.4 |
| 2141 | 2026-08-25T22:39:44.011Z | Checking sha2 v0.10.9 |
| 2142 | 2026-08-25T22:39:44.107Z | Checking proptest v1.11.0 |
| 2143 | 2026-08-25T22:39:44.319Z | Checking rustls-native-certs v0.8.3 |
| 2144 | 2026-08-25T22:39:44.376Z | Checking lazy_static v1.5.0 |
| 2145 | 2026-08-25T22:39:44.484Z | Checking hubpack v0.1.2 |
| 2146 | 2026-08-25T22:39:44.531Z | Checking tinyvec_macros v0.1.1 |
| 2147 | 2026-08-25T22:39:44.632Z | Checking psl-types v2.0.11 |
| 2148 | 2026-08-25T22:39:44.685Z | Checking tinyvec v1.10.0 |
| 2149 | 2026-08-25T22:39:44.727Z | Checking tower-http v0.6.8 |
| 2150 | 2026-08-25T22:39:44.765Z | Checking hyper-util v0.1.20 |
| 2151 | 2026-08-25T22:39:44.804Z | Checking publicsuffix v2.3.0 |
| 2152 | 2026-08-25T22:39:44.807Z | Checking tokio-rustls v0.26.4 |
| 2153 | 2026-08-25T22:39:44.878Z | Checking flate2 v1.1.9 |
| 2154 | 2026-08-25T22:39:44.992Z | Checking cookie v0.18.1 |
| 2155 | 2026-08-25T22:39:45.032Z | Checking rustls-platform-verifier v0.6.2 |
| 2156 | 2026-08-25T22:39:45.036Z | Checking signature v2.2.0 |
| 2157 | 2026-08-25T22:39:45.104Z | Checking num-integer v0.1.46 |
| 2158 | 2026-08-25T22:39:45.142Z | Checking strum v0.26.3 |
| 2159 | 2026-08-25T22:39:45.200Z | Checking scroll v0.13.0 |
| 2160 | 2026-08-25T22:39:45.203Z | Checking ahash v0.8.12 |
| 2161 | 2026-08-25T22:39:45.282Z | Checking cookie_store v0.22.1 |
| 2162 | 2026-08-25T22:39:45.282Z | Checking memmap2 v0.9.10 |
| 2163 | 2026-08-25T22:39:45.282Z | Checking unicode-width v0.1.14 |
| 2164 | 2026-08-25T22:39:45.384Z | Checking dtrace-parser v0.3.0 |
| 2165 | 2026-08-25T22:39:45.453Z | Checking goblin v0.10.5 |
| 2166 | 2026-08-25T22:39:45.493Z | Checking serde_spanned v0.6.9 |
| 2167 | 2026-08-25T22:39:45.530Z | Checking toml_datetime v0.6.11 |
| 2168 | 2026-08-25T22:39:45.617Z | Checking thread-id v5.1.0 |
| 2169 | 2026-08-25T22:39:45.656Z | Checking data-encoding v2.10.0 |
| 2170 | 2026-08-25T22:39:45.659Z | Checking bstr v1.12.1 |
| 2171 | 2026-08-25T22:39:45.659Z | Checking hmac v0.12.1 |
| 2172 | 2026-08-25T22:39:45.765Z | Checking base64 v0.21.7 |
| 2173 | 2026-08-25T22:39:45.768Z | Checking x509-cert v0.2.5 |
| 2174 | 2026-08-25T22:39:45.897Z | Checking crossbeam-epoch v0.9.18 |
| 2175 | 2026-08-25T22:39:45.936Z | Checking newtype-uuid v1.3.2 |
| 2176 | 2026-08-25T22:39:45.972Z | Checking memoffset v0.9.1 |
| 2177 | 2026-08-25T22:39:46.045Z | Checking num-iter v0.1.45 |
| 2178 | 2026-08-25T22:39:46.068Z | Checking hyper-rustls v0.27.7 |
| 2179 | 2026-08-25T22:39:46.107Z | Checking scroll v0.12.0 |
| 2180 | 2026-08-25T22:39:46.111Z | Checking zerocopy v0.7.35 |
| 2181 | 2026-08-25T22:39:46.180Z | Checking rustix v0.38.44 |
| 2182 | 2026-08-25T22:39:46.184Z | Checking daft v0.1.8 |
| 2183 | 2026-08-25T22:39:46.213Z | Checking env_filter v2.0.0 |
| 2184 | 2026-08-25T22:39:46.298Z | Checking reqwest v0.13.2 |
| 2185 | 2026-08-25T22:39:46.363Z | Checking goblin v0.8.2 |
| 2186 | 2026-08-25T22:39:46.419Z | Checking tap v1.0.1 |
| 2187 | 2026-08-25T22:39:46.476Z | Checking unicode-linebreak v0.1.5 |
| 2188 | 2026-08-25T22:39:46.516Z | Checking unicode-segmentation v1.12.0 |
| 2189 | 2026-08-25T22:39:46.556Z | Checking smawk v0.3.2 |
| 2190 | 2026-08-25T22:39:46.659Z | Checking wyz v0.5.1 |
| 2191 | 2026-08-25T22:39:46.713Z | Checking env_logger v0.11.11 |
| 2192 | 2026-08-25T22:39:46.716Z | Checking num-bigint-dig v0.8.6 |
| 2193 | 2026-08-25T22:39:46.852Z | Checking nix v0.31.2 |
| 2194 | 2026-08-25T22:39:46.890Z | Checking dtrace-parser v0.2.0 |
| 2195 | 2026-08-25T22:39:46.932Z | Checking pkcs1 v0.7.5 |
| 2196 | 2026-08-25T22:39:46.994Z | Checking ff v0.13.1 |
| 2197 | 2026-08-25T22:39:47.152Z | Checking radium v0.7.0 |
| 2198 | 2026-08-25T22:39:47.191Z | Checking thread-id v4.2.2 |
| 2199 | 2026-08-25T22:39:47.194Z | Checking same-file v1.0.6 |
| 2200 | 2026-08-25T22:39:47.227Z | Checking crc-catalog v2.4.0 |
| 2201 | 2026-08-25T22:39:47.303Z | Checking base16ct v0.2.0 |
| 2202 | 2026-08-25T22:39:47.351Z | Checking funty v2.0.0 |
| 2203 | 2026-08-25T22:39:47.354Z | Checking winnow v1.0.3 |
| 2204 | 2026-08-25T22:39:47.424Z | Checking walkdir v2.5.0 |
| 2205 | 2026-08-25T22:39:47.463Z | Checking sec1 v0.7.3 |
| 2206 | 2026-08-25T22:39:47.567Z | Checking rsa v0.9.10 |
| 2207 | 2026-08-25T22:39:47.626Z | Checking crc v3.4.0 |
| 2208 | 2026-08-25T22:39:47.697Z | Checking bitvec v1.0.1 |
| 2209 | 2026-08-25T22:39:47.736Z | Checking group v0.13.0 |
| 2210 | 2026-08-25T22:39:47.798Z | Checking dof v0.4.0 |
| 2211 | 2026-08-25T22:39:47.843Z | Checking hkdf v0.12.4 |
| 2212 | 2026-08-25T22:39:47.912Z | Checking unicode-normalization v0.1.25 |
| 2213 | 2026-08-25T22:39:48.012Z | Checking crypto-bigint v0.5.5 |
| 2214 | 2026-08-25T22:39:48.061Z | Checking zerocopy v0.6.6 |
| 2215 | 2026-08-25T22:39:48.100Z | Checking maybe-uninit v2.0.0 |
| 2216 | 2026-08-25T22:39:48.200Z | Checking foreign-types-shared v0.1.1 |
| 2217 | 2026-08-25T22:39:48.255Z | Checking dof v0.3.0 |
| 2218 | 2026-08-25T22:39:48.258Z | Checking foldhash v0.1.5 |
| 2219 | 2026-08-25T22:39:48.328Z | Checking gimli v0.32.3 |
| 2220 | 2026-08-25T22:39:48.365Z | Checking nodrop v0.1.14 |
| 2221 | 2026-08-25T22:39:48.405Z | Checking winnow v0.5.40 |
| 2222 | 2026-08-25T22:39:48.451Z | Checking is_ci v1.2.0 |
| 2223 | 2026-08-25T22:39:48.455Z | Checking usdt-impl v0.6.0 |
| 2224 | 2026-08-25T22:39:48.525Z | Checking array-init v0.0.4 |
| 2225 | 2026-08-25T22:39:48.563Z | Checking usdt-impl v0.5.0 |
| 2226 | 2026-08-25T22:39:48.603Z | Checking hashbrown v0.15.5 |
| 2227 | 2026-08-25T22:39:48.794Z | Checking usdt v0.6.0 |
| 2228 | 2026-08-25T22:39:48.848Z | Checking foreign-types v0.3.2 |
| 2229 | 2026-08-25T22:39:48.887Z | Checking smallvec v0.6.14 |
| 2230 | 2026-08-25T22:39:48.941Z | Checking elliptic-curve v0.13.8 |
| 2231 | 2026-08-25T22:39:48.981Z | Checking serde_with v3.21.0 |
| 2232 | 2026-08-25T22:39:49.019Z | Checking bitfield v0.19.4 |
| 2233 | 2026-08-25T22:39:49.062Z | Checking packed_struct v0.10.1 |
| 2234 | 2026-08-25T22:39:49.097Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2235 | 2026-08-25T22:39:49.134Z | Checking openssl-sys v0.9.117 |
| 2236 | 2026-08-25T22:39:49.209Z | Checking object v0.37.3 |
| 2237 | 2026-08-25T22:39:49.281Z | Checking keccak v0.1.6 |
| 2238 | 2026-08-25T22:39:49.320Z | Checking siphasher v1.0.2 |
| 2239 | 2026-08-25T22:39:49.480Z | Checking rustc-demangle v0.1.27 |
| 2240 | 2026-08-25T22:39:49.522Z | Checking hashbrown v0.12.3 |
| 2241 | 2026-08-25T22:39:49.569Z | Checking bitflags v1.3.2 |
| 2242 | 2026-08-25T22:39:49.607Z | Checking toml_edit v0.19.15 |
| 2243 | 2026-08-25T22:39:49.673Z | Checking openssl v0.10.80 |
| 2244 | 2026-08-25T22:39:49.736Z | Checking sha3 v0.10.8 |
| 2245 | 2026-08-25T22:39:49.890Z | Checking addr2line v0.25.1 |
| 2246 | 2026-08-25T22:39:49.983Z | Checking indexmap v1.9.3 |
| 2247 | 2026-08-25T22:39:50.049Z | Checking bzip2 v0.4.4 |
| 2248 | 2026-08-25T22:39:50.217Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2249 | 2026-08-25T22:39:50.341Z | Checking serde-hex v0.1.0 |
| 2250 | 2026-08-25T22:39:50.342Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2251 | 2026-08-25T22:39:50.460Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2252 | 2026-08-25T22:39:50.578Z | Checking ron v0.8.1 |
| 2253 | 2026-08-25T22:39:50.704Z | Checking hashbrown v0.13.2 |
| 2254 | 2026-08-25T22:39:50.823Z | Checking toml v0.7.8 |
| 2255 | 2026-08-25T22:39:50.823Z | Checking itertools v0.13.0 |
| 2256 | 2026-08-25T22:39:51.010Z | Checking itertools v0.15.0 |
| 2257 | 2026-08-25T22:39:51.083Z | Checking signal-hook v0.3.18 |
| 2258 | 2026-08-25T22:39:51.142Z | Checking crc-any v2.5.0 |
| 2259 | 2026-08-25T22:39:51.237Z | Checking managed v0.8.0 |
| 2260 | 2026-08-25T22:39:51.273Z | Checking object v0.30.4 |
| 2261 | 2026-08-25T22:39:51.442Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2262 | 2026-08-25T22:39:51.544Z | Checking backtrace v0.3.76 |
| 2263 | 2026-08-25T22:39:51.635Z | Checking zip v0.6.6 |
| 2264 | 2026-08-25T22:39:51.675Z | Checking globset v0.4.18 |
| 2265 | 2026-08-25T22:39:51.716Z | Checking chacha20 v0.10.0 |
| 2266 | 2026-08-25T22:39:51.750Z | Checking curve25519-dalek v4.1.3 |
| 2267 | 2026-08-25T22:39:51.861Z | Checking backtrace-ext v0.2.1 |
| 2268 | 2026-08-25T22:39:51.951Z | Checking toml_write v0.1.2 |
| 2269 | 2026-08-25T22:39:51.989Z | Checking path-slash v0.1.5 |
| 2270 | 2026-08-25T22:39:52.027Z | Checking winnow v0.7.14 |
| 2271 | 2026-08-25T22:39:52.031Z | Checking native-tls v0.2.18 |
| 2272 | 2026-08-25T22:39:52.107Z | Checking signal-hook-mio v0.2.5 |
| 2273 | 2026-08-25T22:39:52.144Z | Checking textwrap v0.16.2 |
| 2274 | 2026-08-25T22:39:52.147Z | Checking ed25519 v2.2.3 |
| 2275 | 2026-08-25T22:39:52.249Z | Checking ref-cast v1.0.25 |
| 2276 | 2026-08-25T22:39:52.273Z | Checking pin-project v1.1.11 |
| 2277 | 2026-08-25T22:39:52.365Z | Checking jiff-core v0.1.0 |
| 2278 | 2026-08-25T22:39:52.406Z | Checking tokio-native-tls v0.3.1 |
| 2279 | 2026-08-25T22:39:52.410Z | Checking pem v3.0.6 |
| 2280 | 2026-08-25T22:39:52.410Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2281 | 2026-08-25T22:39:52.552Z | Checking ed25519-dalek v2.2.0 |
| 2282 | 2026-08-25T22:39:52.595Z | Checking owo-colors v4.3.0 |
| 2283 | 2026-08-25T22:39:52.634Z | Checking fixedbitset v0.5.7 |
| 2284 | 2026-08-25T22:39:52.638Z | Checking zstd-safe v7.2.4 |
| 2285 | 2026-08-25T22:39:52.819Z | Checking hyper-tls v0.6.0 |
| 2286 | 2026-08-25T22:39:52.864Z | Checking petgraph v0.8.3 |
| 2287 | 2026-08-25T22:39:52.866Z | Checking snafu v0.8.9 |
| 2288 | 2026-08-25T22:39:53.030Z | Checking crossterm v0.28.1 |
| 2289 | 2026-08-25T22:39:53.080Z | Checking jiff v0.2.34 |
| 2290 | 2026-08-25T22:39:53.176Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2291 | 2026-08-25T22:39:53.179Z | Checking supports-color v3.0.2 |
| 2292 | 2026-08-25T22:39:53.241Z | Checking similar v2.7.0 |
| 2293 | 2026-08-25T22:39:53.286Z | Checking toml_edit v0.22.27 |
| 2294 | 2026-08-25T22:39:53.371Z | Checking fs-err v3.3.0 |
| 2295 | 2026-08-25T22:39:53.425Z | Checking hash32 v0.2.1 |
| 2296 | 2026-08-25T22:39:53.589Z | Checking serde-big-array v0.5.1 |
| 2297 | 2026-08-25T22:39:53.649Z | Checking serde_plain v1.0.2 |
| 2298 | 2026-08-25T22:39:53.688Z | Checking bumpalo v3.20.2 |
| 2299 | 2026-08-25T22:39:53.738Z | Checking typed-path v0.9.3 |
| 2300 | 2026-08-25T22:39:53.744Z | Checking unicode-properties v0.1.4 |
| 2301 | 2026-08-25T22:39:53.819Z | Checking unicode-bidi v0.3.18 |
| 2302 | 2026-08-25T22:39:53.911Z | Checking libbz2-rs-sys v0.2.2 |
| 2303 | 2026-08-25T22:39:53.987Z | Checking predicates-core v1.0.10 |
| 2304 | 2026-08-25T22:39:54.136Z | Checking stringprep v0.1.5 |
| 2305 | 2026-08-25T22:39:54.174Z | Checking zopfli v0.8.3 |
| 2306 | 2026-08-25T22:39:54.177Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2307 | 2026-08-25T22:39:54.318Z | Checking heapless v0.7.17 |
| 2308 | 2026-08-25T22:39:54.359Z | Checking bzip2 v0.6.1 |
| 2309 | 2026-08-25T22:39:54.396Z | Checking reqwest v0.12.28 |
| 2310 | 2026-08-25T22:39:54.437Z | Checking zstd v0.13.3 |
| 2311 | 2026-08-25T22:39:54.542Z | Checking hickory-proto v0.25.2 |
| 2312 | 2026-08-25T22:39:54.547Z | Checking byte-wrapper v0.1.0 |
| 2313 | 2026-08-25T22:39:54.611Z | Checking md-5 v0.10.6 |
| 2314 | 2026-08-25T22:39:54.614Z | Checking float-cmp v0.10.0 |
| 2315 | 2026-08-25T22:39:54.686Z | Checking fallible-iterator v0.2.0 |
| 2316 | 2026-08-25T22:39:54.769Z | Checking normalize-line-endings v0.3.0 |
| 2317 | 2026-08-25T22:39:54.810Z | Checking supports-unicode v3.0.0 |
| 2318 | 2026-08-25T22:39:54.816Z | Checking supports-hyperlinks v3.2.0 |
| 2319 | 2026-08-25T22:39:54.816Z | Checking difflib v0.4.0 |
| 2320 | 2026-08-25T22:39:54.917Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2321 | 2026-08-25T22:39:54.954Z | Checking smoltcp v0.9.1 |
| 2322 | 2026-08-25T22:39:54.990Z | Checking miette v7.6.0 |
| 2323 | 2026-08-25T22:39:54.993Z | Checking zip v4.6.1 |
| 2324 | 2026-08-25T22:39:54.993Z | Checking postgres-protocol v0.6.10 |
| 2325 | 2026-08-25T22:39:55.099Z | Checking predicates v3.1.4 |
| 2326 | 2026-08-25T22:39:55.167Z | Checking iddqd v0.4.2 |
| 2327 | 2026-08-25T22:39:55.402Z | Checking phf_shared v0.11.3 |
| 2328 | 2026-08-25T22:39:55.442Z | Checking phf_shared v0.13.1 |
| 2329 | 2026-08-25T22:39:55.517Z | Checking olpc-cjson v0.1.4 |
| 2330 | 2026-08-25T22:39:55.557Z | Checking oxide-generation v0.1.3 |
| 2331 | 2026-08-25T22:39:55.560Z | Checking tokio-stream v0.1.18 |
| 2332 | 2026-08-25T22:39:55.631Z | Checking strum v0.27.2 |
| 2333 | 2026-08-25T22:39:55.667Z | Checking fixedbitset v0.4.2 |
| 2334 | 2026-08-25T22:39:55.671Z | Checking new_debug_unreachable v1.0.6 |
| 2335 | 2026-08-25T22:39:55.739Z | Checking lalrpop-util v0.19.12 |
| 2336 | 2026-08-25T22:39:55.777Z | Checking precomputed-hash v0.1.1 |
| 2337 | 2026-08-25T22:39:55.780Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2338 | 2026-08-25T22:39:55.852Z | Checking tough v0.22.0 |
| 2339 | 2026-08-25T22:39:55.889Z | Checking petgraph v0.6.5 |
| 2340 | 2026-08-25T22:39:55.931Z | Checking string_cache v0.8.9 |
| 2341 | 2026-08-25T22:39:55.934Z | Checking phf v0.13.1 |
| 2342 | 2026-08-25T22:39:56.000Z | Checking postgres-types v0.2.12 |
| 2343 | 2026-08-25T22:39:56.103Z | Checking buf-list v1.1.2 |
| 2344 | 2026-08-25T22:39:56.145Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2345 | 2026-08-25T22:39:56.150Z | Checking whoami v2.1.0 |
| 2346 | 2026-08-25T22:39:56.318Z | Checking peg-runtime v0.8.5 |
| 2347 | 2026-08-25T22:39:56.398Z | Checking tokio-postgres v0.7.16 |
| 2348 | 2026-08-25T22:39:56.470Z | Checking is-terminal v0.4.17 |
| 2349 | 2026-08-25T22:39:56.512Z | Checking crossbeam-channel v0.5.15 |
| 2350 | 2026-08-25T22:39:56.547Z | Checking thread_local v1.1.9 |
| 2351 | 2026-08-25T22:39:56.594Z | Checking term v1.2.1 |
| 2352 | 2026-08-25T22:39:56.744Z | Checking take_mut v0.2.2 |
| 2353 | 2026-08-25T22:39:56.849Z | Checking slog-term v2.9.2 |
| 2354 | 2026-08-25T22:39:56.889Z | Compiling newtype-uuid-macros v0.1.0 |
| 2355 | 2026-08-25T22:39:56.891Z | Checking slog-async v2.8.0 |
| 2356 | 2026-08-25T22:39:57.134Z | Checking match_cfg v0.1.0 |
| 2357 | 2026-08-25T22:39:57.175Z | Checking slog-json v2.6.1 |
| 2358 | 2026-08-25T22:39:57.178Z | Compiling multer v3.1.0 |
| 2359 | 2026-08-25T22:39:57.248Z | Checking hostname v0.3.1 |
| 2360 | 2026-08-25T22:39:57.340Z | Compiling async-stream-impl v0.3.6 |
| 2361 | 2026-08-25T22:39:57.380Z | Compiling dropshot v0.17.1 |
| 2362 | 2026-08-25T22:39:57.384Z | Checking slog-bunyan v2.5.0 |
| 2363 | 2026-08-25T22:39:57.527Z | Checking debug-ignore v1.0.5 |
| 2364 | 2026-08-25T22:39:57.565Z | Compiling dropshot_endpoint v0.17.1 |
| 2365 | 2026-08-25T22:39:57.672Z | Checking serde_path_to_error v0.1.20 |
| 2366 | 2026-08-25T22:39:57.709Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2367 | 2026-08-25T22:39:57.709Z | Checking progenitor-client v0.14.0 |
| 2368 | 2026-08-25T22:39:57.779Z | Checking sha1 v0.11.0 |
| 2369 | 2026-08-25T22:39:57.850Z | Checking serde_spanned v1.1.1 |
| 2370 | 2026-08-25T22:39:57.955Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2371 | 2026-08-25T22:39:57.993Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2372 | 2026-08-25T22:39:57.997Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2373 | 2026-08-25T22:39:58.031Z | Checking compression-core v0.4.31 |
| 2374 | 2026-08-25T22:39:58.104Z | Checking async-stream v0.3.6 |
| 2375 | 2026-08-25T22:39:58.215Z | Checking waitgroup v0.1.2 |
| 2376 | 2026-08-25T22:39:58.255Z | Checking toml v1.1.2+spec-1.1.0 |
| 2377 | 2026-08-25T22:39:58.258Z | Checking compression-codecs v0.4.37 |
| 2378 | 2026-08-25T22:39:58.333Z | Checking rustls-pemfile v2.2.0 |
| 2379 | 2026-08-25T22:39:58.372Z | Checking hostname v0.4.2 |
| 2380 | 2026-08-25T22:39:58.410Z | Checking atomicwrites v0.4.4 |
| 2381 | 2026-08-25T22:39:58.413Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2382 | 2026-08-25T22:39:58.483Z | Compiling parse-display-derive v0.10.0 |
| 2383 | 2026-08-25T22:39:58.487Z | Checking async-compression v0.4.41 |
| 2384 | 2026-08-25T22:39:58.555Z | Checking macaddr v1.0.1 |
| 2385 | 2026-08-25T22:39:58.558Z | Checking regress v0.10.5 |
| 2386 | 2026-08-25T22:39:58.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2387 | 2026-08-25T22:39:58.630Z | Checking instant v0.1.13 |
| 2388 | 2026-08-25T22:39:58.761Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2389 | 2026-08-25T22:39:58.806Z | Checking itertools v0.14.0 |
| 2390 | 2026-08-25T22:39:58.811Z | Checking backoff v0.4.0 |
| 2391 | 2026-08-25T22:39:58.879Z | Checking backon v1.6.0 |
| 2392 | 2026-08-25T22:39:59.024Z | Checking humantime v2.3.0 |
| 2393 | 2026-08-25T22:39:59.065Z | Compiling convert_case v0.4.0 |
| 2394 | 2026-08-25T22:39:59.068Z | Checking half v2.7.1 |
| 2395 | 2026-08-25T22:39:59.138Z | Checking progenitor-extras v0.2.0 |
| 2396 | 2026-08-25T22:39:59.236Z | Checking ciborium-io v0.2.2 |
| 2397 | 2026-08-25T22:39:59.357Z | Checking heck v0.5.0 |
| 2398 | 2026-08-25T22:39:59.396Z | Checking ciborium-ll v0.2.2 |
| 2399 | 2026-08-25T22:39:59.400Z | Checking secrecy v0.10.3 |
| 2400 | 2026-08-25T22:39:59.470Z | Compiling derive_more v0.99.20 |
| 2401 | 2026-08-25T22:39:59.510Z | Checking indent_write v2.2.0 |
| 2402 | 2026-08-25T22:39:59.622Z | Checking camino-tempfile v1.4.1 |
| 2403 | 2026-08-25T22:39:59.664Z | Checking ciborium v0.2.2 |
| 2404 | 2026-08-25T22:39:59.698Z | Compiling crucible-workspace-hack v0.1.0 |
| 2405 | 2026-08-25T22:39:59.813Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2406 | 2026-08-25T22:39:59.940Z | Compiling regress v0.11.1 |
| 2407 | 2026-08-25T22:40:00.044Z | Checking inout v0.1.4 |
| 2408 | 2026-08-25T22:40:00.093Z | Checking universal-hash v0.5.1 |
| 2409 | 2026-08-25T22:40:00.130Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2410 | 2026-08-25T22:40:00.167Z | Checking opaque-debug v0.3.1 |
| 2411 | 2026-08-25T22:40:00.204Z | Checking parse-display v0.10.0 |
| 2412 | 2026-08-25T22:40:00.241Z | Checking cipher v0.4.4 |
| 2413 | 2026-08-25T22:40:00.280Z | Checking blake2 v0.10.6 |
| 2414 | 2026-08-25T22:40:00.280Z | Checking poly1305 v0.8.0 |
| 2415 | 2026-08-25T22:40:00.382Z | Checking aead v0.5.2 |
| 2416 | 2026-08-25T22:40:00.473Z | Checking chacha20 v0.9.1 |
| 2417 | 2026-08-25T22:40:00.549Z | Checking password-hash v0.5.0 |
| 2418 | 2026-08-25T22:40:00.587Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2419 | 2026-08-25T22:40:00.625Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2420 | 2026-08-25T22:40:00.699Z | Checking chacha20poly1305 v0.10.1 |
| 2421 | 2026-08-25T22:40:00.804Z | Checking argon2 v0.5.3 |
| 2422 | 2026-08-25T22:40:00.861Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2423 | 2026-08-25T22:40:01.016Z | Compiling unsafe-libyaml v0.2.11 |
| 2424 | 2026-08-25T22:40:01.127Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2425 | 2026-08-25T22:40:01.183Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2426 | 2026-08-25T22:40:01.314Z | Checking thiserror-no-std v2.0.2 |
| 2427 | 2026-08-25T22:40:01.352Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2428 | 2026-08-25T22:40:01.432Z | Checking swrite v0.1.0 |
| 2429 | 2026-08-25T22:40:01.475Z | Checking vsss-rs v3.3.4 |
| 2430 | 2026-08-25T22:40:01.555Z | Compiling typify-impl v0.6.2 |
| 2431 | 2026-08-25T22:40:01.800Z | Compiling serde_yaml v0.9.34+deprecated |
| 2432 | 2026-08-25T22:40:02.047Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2433 | 2026-08-25T22:40:02.592Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2434 | 2026-08-25T22:40:02.784Z | Checking crossbeam-deque v0.8.6 |
| 2435 | 2026-08-25T22:40:02.856Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2436 | 2026-08-25T22:40:02.985Z | Compiling rayon-core v1.13.0 |
| 2437 | 2026-08-25T22:40:03.023Z | Compiling num-derive v0.4.2 |
| 2438 | 2026-08-25T22:40:03.137Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2439 | 2026-08-25T22:40:03.289Z | Compiling proc-macro-error v1.0.4 |
| 2440 | 2026-08-25T22:40:03.414Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2441 | 2026-08-25T22:40:03.609Z | Checking tabwriter v1.4.1 |
| 2442 | 2026-08-25T22:40:03.612Z | Checking rayon v1.11.0 |
| 2443 | 2026-08-25T22:40:03.681Z | Checking glob v0.3.3 |
| 2444 | 2026-08-25T22:40:03.767Z | Compiling heapless v0.8.0 |
| 2445 | 2026-08-25T22:40:03.805Z | Checking hash32 v0.3.1 |
| 2446 | 2026-08-25T22:40:03.890Z | Compiling ingot-macros v0.2.0 |
| 2447 | 2026-08-25T22:40:03.960Z | Checking colored v3.1.1 |
| 2448 | 2026-08-25T22:40:03.963Z | Compiling proc-macro-crate v3.4.0 |
| 2449 | 2026-08-25T22:40:04.191Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2450 | 2026-08-25T22:40:04.298Z | Compiling smoltcp v0.11.0 |
| 2451 | 2026-08-25T22:40:04.512Z | Checking toml v0.8.23 |
| 2452 | 2026-08-25T22:40:04.577Z | Compiling num_enum_derive v0.7.6 |
| 2453 | 2026-08-25T22:40:04.616Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2454 | 2026-08-25T22:40:04.739Z | Checking cobs v0.3.0 |
| 2455 | 2026-08-25T22:40:04.896Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2456 | 2026-08-25T22:40:04.935Z | Checking postcard v1.1.3 |
| 2457 | 2026-08-25T22:40:05.149Z | Checking rand v0.10.1 |
| 2458 | 2026-08-25T22:40:05.196Z | Compiling proc-macro-crate v1.3.1 |
| 2459 | 2026-08-25T22:40:05.262Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2460 | 2026-08-25T22:40:05.502Z | Checking sigpipe v0.1.3 |
| 2461 | 2026-08-25T22:40:05.613Z | Compiling foreign-types-macros v0.2.3 |
| 2462 | 2026-08-25T22:40:05.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2463 | 2026-08-25T22:40:05.654Z | Checking num_enum v0.7.6 |
| 2464 | 2026-08-25T22:40:05.723Z | Checking foreign-types-shared v0.3.1 |
| 2465 | 2026-08-25T22:40:05.838Z | Compiling num_enum_derive v0.5.11 |
| 2466 | 2026-08-25T22:40:06.042Z | Compiling usdt-attr-macro v0.5.0 |
| 2467 | 2026-08-25T22:40:06.085Z | Compiling typify-macro v0.6.2 |
| 2468 | 2026-08-25T22:40:06.122Z | Compiling usdt-macro v0.5.0 |
| 2469 | 2026-08-25T22:40:06.189Z | Checking cstr-argument v0.1.2 |
| 2470 | 2026-08-25T22:40:06.226Z | Checking foreign-types v0.5.0 |
| 2471 | 2026-08-25T22:40:06.333Z | Checking memmap v0.7.0 |
| 2472 | 2026-08-25T22:40:06.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2473 | 2026-08-25T22:40:06.497Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2474 | 2026-08-25T22:40:06.751Z | Checking ingot-types v0.2.0 |
| 2475 | 2026-08-25T22:40:06.830Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2476 | 2026-08-25T22:40:06.867Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2477 | 2026-08-25T22:40:06.870Z | Checking usdt v0.5.0 |
| 2478 | 2026-08-25T22:40:06.937Z | Checking num_enum v0.5.11 |
| 2479 | 2026-08-25T22:40:06.974Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2480 | 2026-08-25T22:40:07.008Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2481 | 2026-08-25T22:40:07.092Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2482 | 2026-08-25T22:40:07.116Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2483 | 2026-08-25T22:40:07.152Z | Checking ingot v0.2.1 |
| 2484 | 2026-08-25T22:40:07.155Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2485 | 2026-08-25T22:40:07.222Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2486 | 2026-08-25T22:40:07.295Z | Compiling zone_cfg_derive v0.3.1 |
| 2487 | 2026-08-25T22:40:07.298Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2488 | 2026-08-25T22:40:07.418Z | Checking itertools v0.12.1 |
| 2489 | 2026-08-25T22:40:07.531Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2490 | 2026-08-25T22:40:07.747Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2491 | 2026-08-25T22:40:07.832Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2492 | 2026-08-25T22:40:07.868Z | Compiling typify v0.6.2 |
| 2493 | 2026-08-25T22:40:07.969Z | Checking smf v0.2.3 |
| 2494 | 2026-08-25T22:40:08.009Z | Compiling progenitor-impl v0.14.0 |
| 2495 | 2026-08-25T22:40:08.107Z | Checking whoami v1.6.1 |
| 2496 | 2026-08-25T22:40:08.110Z | Compiling derive-where v1.6.0 |
| 2497 | 2026-08-25T22:40:08.222Z | Checking tokio-dtrace v0.1.1 |
| 2498 | 2026-08-25T22:40:08.304Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-08-25T22:40:08.435Z | Checking zone v0.3.1 |
| 2500 | 2026-08-25T22:40:08.474Z | Checking oxide-tokio-rt v0.1.4 |
| 2501 | 2026-08-25T22:40:08.678Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2502 | 2026-08-25T22:40:08.794Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2503 | 2026-08-25T22:40:08.831Z | Checking console v0.15.11 |
| 2504 | 2026-08-25T22:40:08.869Z | Checking newline-converter v0.3.0 |
| 2505 | 2026-08-25T22:40:08.993Z | Checking bytecount v0.6.9 |
| 2506 | 2026-08-25T22:40:09.030Z | Checking num-rational v0.4.2 |
| 2507 | 2026-08-25T22:40:09.132Z | Checking num-complex v0.4.6 |
| 2508 | 2026-08-25T22:40:09.171Z | Checking expectorate v1.2.0 |
| 2509 | 2026-08-25T22:40:09.330Z | Compiling cancel-safe-futures v0.1.5 |
| 2510 | 2026-08-25T22:40:09.370Z | Checking float-ord v0.3.2 |
| 2511 | 2026-08-25T22:40:09.463Z | Checking oxide-update-engine-types v0.1.2 |
| 2512 | 2026-08-25T22:40:09.500Z | Checking num v0.4.3 |
| 2513 | 2026-08-25T22:40:09.505Z | Checking linear-map v1.2.0 |
| 2514 | 2026-08-25T22:40:09.646Z | Checking gethostname v0.5.0 |
| 2515 | 2026-08-25T22:40:09.804Z | Compiling prettyplease v0.2.37 |
| 2516 | 2026-08-25T22:40:09.807Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2517 | 2026-08-25T22:40:10.023Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2518 | 2026-08-25T22:40:10.094Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2519 | 2026-08-25T22:40:10.195Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2520 | 2026-08-25T22:40:10.258Z | Checking resolv-conf v0.7.6 |
| 2521 | 2026-08-25T22:40:10.363Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2522 | 2026-08-25T22:40:10.437Z | Checking papergrid v0.11.0 |
| 2523 | 2026-08-25T22:40:10.476Z | Checking oxide-update-engine v0.1.2 |
| 2524 | 2026-08-25T22:40:10.480Z | Compiling tabled_derive v0.7.0 |
| 2525 | 2026-08-25T22:40:10.661Z | Compiling progenitor-macro v0.14.0 |
| 2526 | 2026-08-25T22:40:10.929Z | Compiling convert_case v0.10.0 |
| 2527 | 2026-08-25T22:40:11.079Z | Compiling slog-dtrace v0.3.0 |
| 2528 | 2026-08-25T22:40:11.161Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2529 | 2026-08-25T22:40:11.274Z | Compiling derive_more-impl v2.1.1 |
| 2530 | 2026-08-25T22:40:11.428Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2531 | 2026-08-25T22:40:11.495Z | Checking tabled v0.15.0 |
| 2532 | 2026-08-25T22:40:11.869Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2533 | 2026-08-25T22:40:12.115Z | Checking derive_more v2.1.1 |
| 2534 | 2026-08-25T22:40:12.218Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2535 | 2026-08-25T22:40:12.292Z | Checking crossterm v0.29.0 |
| 2536 | 2026-08-25T22:40:12.597Z | Checking linked-hash-map v0.5.6 |
| 2537 | 2026-08-25T22:40:12.796Z | Checking lru-cache v0.1.2 |
| 2538 | 2026-08-25T22:40:13.009Z | Checking hickory-proto v0.24.4 |
| 2539 | 2026-08-25T22:40:13.069Z | Checking fd-lock v4.0.4 |
| 2540 | 2026-08-25T22:40:13.605Z | Checking vte v0.14.1 |
| 2541 | 2026-08-25T22:40:14.004Z | Checking strip-ansi-escapes v0.2.1 |
| 2542 | 2026-08-25T22:40:14.574Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-08-25T22:40:14.844Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2544 | 2026-08-25T22:40:15.439Z | Checking nu-ansi-term v0.50.3 |
| 2545 | 2026-08-25T22:40:15.574Z | Checking termtree v0.5.1 |
| 2546 | 2026-08-25T22:40:15.668Z | Checking progenitor v0.14.0 |
| 2547 | 2026-08-25T22:40:15.704Z | Checking reedline v0.40.0 |
| 2548 | 2026-08-25T22:40:15.781Z | Checking hickory-resolver v0.24.4 |
| 2549 | 2026-08-25T22:40:15.842Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-08-25T22:40:15.846Z | Compiling minimal-lexical v0.2.1 |
| 2551 | 2026-08-25T22:40:16.318Z | Compiling nom v7.1.3 |
| 2552 | 2026-08-25T22:40:16.528Z | Checking qorb v0.4.1 |
| 2553 | 2026-08-25T22:40:16.883Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2554 | 2026-08-25T22:40:17.402Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2555 | 2026-08-25T22:40:17.591Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2556 | 2026-08-25T22:40:17.650Z | Compiling unicode-xid v0.2.6 |
| 2557 | 2026-08-25T22:40:17.688Z | Checking display-error-chain v0.2.2 |
| 2558 | 2026-08-25T22:40:17.725Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2559 | 2026-08-25T22:40:17.763Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2560 | 2026-08-25T22:40:17.844Z | Compiling ar_archive_writer v0.5.1 |
| 2561 | 2026-08-25T22:40:18.148Z | Checking csv-core v0.1.13 |
| 2562 | 2026-08-25T22:40:18.248Z | Compiling stacker v0.1.23 |
| 2563 | 2026-08-25T22:40:18.364Z | Checking csv v1.4.0 |
| 2564 | 2026-08-25T22:40:18.405Z | Checking highway v1.3.0 |
| 2565 | 2026-08-25T22:40:18.443Z | Compiling semver v0.1.20 |
| 2566 | 2026-08-25T22:40:18.542Z | Compiling cfg_aliases v0.1.1 |
| 2567 | 2026-08-25T22:40:18.647Z | Compiling nix v0.28.0 |
| 2568 | 2026-08-25T22:40:18.686Z | Compiling rustc_version v0.1.7 |
| 2569 | 2026-08-25T22:40:18.722Z | Compiling psm v0.1.30 |
| 2570 | 2026-08-25T22:40:18.759Z | Checking nibble_vec v0.1.0 |
| 2571 | 2026-08-25T22:40:18.837Z | Checking endian-type v0.1.2 |
| 2572 | 2026-08-25T22:40:18.940Z | Compiling newtype_derive v0.1.6 |
| 2573 | 2026-08-25T22:40:18.976Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2574 | 2026-08-25T22:40:19.012Z | Checking radix_trie v0.2.1 |
| 2575 | 2026-08-25T22:40:19.097Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2576 | 2026-08-25T22:40:19.155Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2577 | 2026-08-25T22:40:19.279Z | Checking phf_shared v0.12.1 |
| 2578 | 2026-08-25T22:40:19.454Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2579 | 2026-08-25T22:40:19.492Z | Compiling chrono-tz v0.10.4 |
| 2580 | 2026-08-25T22:40:19.577Z | Checking phf v0.12.1 |
| 2581 | 2026-08-25T22:40:19.748Z | Compiling const_format_proc_macros v0.2.34 |
| 2582 | 2026-08-25T22:40:19.753Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2583 | 2026-08-25T22:40:19.854Z | Compiling peg-macros v0.8.5 |
| 2584 | 2026-08-25T22:40:19.900Z | Checking winnow v0.6.26 |
| 2585 | 2026-08-25T22:40:19.938Z | Checking recursive v0.1.1 |
| 2586 | 2026-08-25T22:40:20.038Z | Compiling sqlparser_derive v0.5.0 |
| 2587 | 2026-08-25T22:40:20.077Z | Checking unicode_categories v0.1.1 |
| 2588 | 2026-08-25T22:40:20.266Z | Checking home v0.5.12 |
| 2589 | 2026-08-25T22:40:20.607Z | Checking const_format v0.2.35 |
| 2590 | 2026-08-25T22:40:20.660Z | Checking rustyline v14.0.0 |
| 2591 | 2026-08-25T22:40:20.824Z | Checking sqlparser v0.61.0 |
| 2592 | 2026-08-25T22:40:21.076Z | Checking sqlformat v0.3.5 |
| 2593 | 2026-08-25T22:40:21.248Z | Checking peg v0.8.5 |
| 2594 | 2026-08-25T22:40:21.353Z | Checking bcs v0.1.6 |
| 2595 | 2026-08-25T22:40:21.391Z | Checking nom v8.0.0 |
| 2596 | 2026-08-25T22:40:21.545Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2597 | 2026-08-25T22:40:21.616Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2598 | 2026-08-25T22:40:21.657Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2599 | 2026-08-25T22:40:21.840Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2600 | 2026-08-25T22:40:21.946Z | Compiling serde_tokenstream v0.3.0 |
| 2601 | 2026-08-25T22:40:22.157Z | Checking steno v0.4.1 |
| 2602 | 2026-08-25T22:40:22.292Z | Compiling oxide-generation-macros v0.2.0 |
| 2603 | 2026-08-25T22:40:22.433Z | Checking sha1 v0.10.6 |
| 2604 | 2026-08-25T22:40:22.527Z | Checking filetime v0.2.27 |
| 2605 | 2026-08-25T22:40:22.635Z | Checking xattr v1.6.1 |
| 2606 | 2026-08-25T22:40:22.696Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2607 | 2026-08-25T22:40:22.799Z | Checking tar v0.4.46 |
| 2608 | 2026-08-25T22:40:22.906Z | Checking subprocess v0.2.15 |
| 2609 | 2026-08-25T22:40:23.216Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2610 | 2026-08-25T22:40:23.253Z | Checking headers-core v0.3.0 |
| 2611 | 2026-08-25T22:40:23.258Z | Checking yasna v0.5.2 |
| 2612 | 2026-08-25T22:40:23.409Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2613 | 2026-08-25T22:40:23.444Z | Checking headers v0.4.1 |
| 2614 | 2026-08-25T22:40:23.447Z | Checking port-file v0.1.0 |
| 2615 | 2026-08-25T22:40:23.691Z | Checking dropshot-api-manager-types v0.8.0 |
| 2616 | 2026-08-25T22:40:23.728Z | Checking rcgen v0.12.1 |
| 2617 | 2026-08-25T22:40:23.890Z | Checking tagptr v0.2.0 |
| 2618 | 2026-08-25T22:40:23.927Z | Checking utf-8 v0.7.6 |
| 2619 | 2026-08-25T22:40:24.061Z | Checking moka v0.12.13 |
| 2620 | 2026-08-25T22:40:24.097Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2621 | 2026-08-25T22:40:24.134Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2622 | 2026-08-25T22:40:24.172Z | Compiling libefi-sys v0.1.0 |
| 2623 | 2026-08-25T22:40:24.275Z | Compiling bitfield-struct v0.6.2 |
| 2624 | 2026-08-25T22:40:24.630Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2625 | 2026-08-25T22:40:24.665Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2626 | 2026-08-25T22:40:24.737Z | Checking tungstenite v0.21.0 |
| 2627 | 2026-08-25T22:40:24.788Z | Checking hickory-resolver v0.25.2 |
| 2628 | 2026-08-25T22:40:24.826Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2629 | 2026-08-25T22:40:24.861Z | Compiling xshell-macros v0.2.7 |
| 2630 | 2026-08-25T22:40:24.963Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2631 | 2026-08-25T22:40:25.002Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2632 | 2026-08-25T22:40:25.085Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2633 | 2026-08-25T22:40:25.191Z | Checking tokio-tungstenite v0.21.0 |
| 2634 | 2026-08-25T22:40:25.235Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2635 | 2026-08-25T22:40:25.271Z | Checking xshell v0.2.7 |
| 2636 | 2026-08-25T22:40:25.494Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2637 | 2026-08-25T22:40:25.497Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2638 | 2026-08-25T22:40:25.568Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2639 | 2026-08-25T22:40:25.599Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2640 | 2026-08-25T22:40:25.923Z | Checking half v1.8.3 |
| 2641 | 2026-08-25T22:40:26.149Z | Checking serde_cbor v0.11.2 |
| 2642 | 2026-08-25T22:40:26.188Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2643 | 2026-08-25T22:40:26.223Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2644 | 2026-08-25T22:40:26.440Z | Checking libscf-sys v1.2.0 |
| 2645 | 2026-08-25T22:40:26.556Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2646 | 2026-08-25T22:40:26.595Z | Checking papergrid v0.18.0 |
| 2647 | 2026-08-25T22:40:26.598Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2648 | 2026-08-25T22:40:26.667Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2649 | 2026-08-25T22:40:26.897Z | Checking maplit v1.0.2 |
| 2650 | 2026-08-25T22:40:27.012Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2651 | 2026-08-25T22:40:27.092Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2652 | 2026-08-25T22:40:27.249Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2653 | 2026-08-25T22:40:27.401Z | Checking tabled v0.21.0 |
| 2654 | 2026-08-25T22:40:27.437Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2655 | 2026-08-25T22:40:27.475Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2656 | 2026-08-25T22:40:27.606Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2657 | 2026-08-25T22:40:27.708Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2658 | 2026-08-25T22:40:27.788Z | Checking crc8 v0.1.1 |
| 2659 | 2026-08-25T22:40:27.918Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2660 | 2026-08-25T22:40:28.038Z | Checking unicase v2.9.0 |
| 2661 | 2026-08-25T22:40:28.220Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2662 | 2026-08-25T22:40:28.247Z | Checking fxhash v0.2.1 |
| 2663 | 2026-08-25T22:40:28.399Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2664 | 2026-08-25T22:40:28.472Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2665 | 2026-08-25T22:40:28.476Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2666 | 2026-08-25T22:40:28.704Z | Checking sha2 v0.11.0 |
| 2667 | 2026-08-25T22:40:28.755Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2668 | 2026-08-25T22:40:28.818Z | Compiling darling_core v0.21.3 |
| 2669 | 2026-08-25T22:40:29.323Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2670 | 2026-08-25T22:40:29.395Z | Compiling vergen-lib v0.1.6 |
| 2671 | 2026-08-25T22:40:29.430Z | Compiling diesel_derives v2.3.7 |
| 2672 | 2026-08-25T22:40:29.679Z | Checking scheduled-thread-pool v0.2.7 |
| 2673 | 2026-08-25T22:40:29.765Z | Compiling vergen-gitcl v1.0.8 |
| 2674 | 2026-08-25T22:40:29.861Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2675 | 2026-08-25T22:40:30.033Z | Checking r2d2 v0.8.10 |
| 2676 | 2026-08-25T22:40:30.222Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2677 | 2026-08-25T22:40:30.258Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2678 | 2026-08-25T22:40:30.261Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2679 | 2026-08-25T22:40:30.499Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2680 | 2026-08-25T22:40:30.635Z | Checking downcast-rs v2.0.2 |
| 2681 | 2026-08-25T22:40:30.724Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2682 | 2026-08-25T22:40:30.804Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2683 | 2026-08-25T22:40:31.174Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2684 | 2026-08-25T22:40:31.358Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2685 | 2026-08-25T22:40:31.394Z | Checking kstat-rs v0.2.5 |
| 2686 | 2026-08-25T22:40:31.430Z | Compiling darling_macro v0.21.3 |
| 2687 | 2026-08-25T22:40:31.465Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2688 | 2026-08-25T22:40:31.616Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2689 | 2026-08-25T22:40:31.892Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2690 | 2026-08-25T22:40:31.928Z | Compiling proc-macro-error2 v2.0.1 |
| 2691 | 2026-08-25T22:40:31.999Z | Compiling darling v0.21.3 |
| 2692 | 2026-08-25T22:40:32.124Z | Compiling dsl_auto_type v0.2.0 |
| 2693 | 2026-08-25T22:40:32.278Z | Compiling knus-derive v3.4.0 |
| 2694 | 2026-08-25T22:40:32.320Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2695 | 2026-08-25T22:40:33.185Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2696 | 2026-08-25T22:40:33.525Z | Compiling dirs-sys-next v0.1.2 |
| 2697 | 2026-08-25T22:40:33.696Z | Compiling crunchy v0.2.4 |
| 2698 | 2026-08-25T22:40:33.749Z | Compiling parking_lot_core v0.8.6 |
| 2699 | 2026-08-25T22:40:33.837Z | Compiling salty v0.3.0 |
| 2700 | 2026-08-25T22:40:33.874Z | Compiling dirs-next v2.0.0 |
| 2701 | 2026-08-25T22:40:34.029Z | Compiling clang-sys v1.8.1 |
| 2702 | 2026-08-25T22:40:34.032Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2703 | 2026-08-25T22:40:34.176Z | Compiling git-stub v1.0.0 |
| 2704 | 2026-08-25T22:40:34.222Z | Compiling tiny-keccak v2.0.2 |
| 2705 | 2026-08-25T22:40:34.358Z | Compiling git-stub-vcs v0.1.0 |
| 2706 | 2026-08-25T22:40:34.526Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2707 | 2026-08-25T22:40:34.722Z | Compiling term v0.7.0 |
| 2708 | 2026-08-25T22:40:34.757Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2709 | 2026-08-25T22:40:34.793Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2710 | 2026-08-25T22:40:34.835Z | Compiling bit-vec v0.6.3 |
| 2711 | 2026-08-25T22:40:34.897Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2712 | 2026-08-25T22:40:35.085Z | Compiling bit-set v0.5.3 |
| 2713 | 2026-08-25T22:40:35.123Z | Compiling ascii-canvas v3.0.0 |
| 2714 | 2026-08-25T22:40:35.279Z | Checking parking_lot v0.11.2 |
| 2715 | 2026-08-25T22:40:35.314Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2716 | 2026-08-25T22:40:35.458Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2717 | 2026-08-25T22:40:35.505Z | Checking rfc6979 v0.4.0 |
| 2718 | 2026-08-25T22:40:35.541Z | Checking prefix-trie v0.7.0 |
| 2719 | 2026-08-25T22:40:35.666Z | Compiling hashbrown v0.14.5 |
| 2720 | 2026-08-25T22:40:35.850Z | Compiling itertools v0.10.5 |
| 2721 | 2026-08-25T22:40:35.907Z | Compiling ena v0.14.4 |
| 2722 | 2026-08-25T22:40:35.964Z | Compiling libloading v0.8.9 |
| 2723 | 2026-08-25T22:40:36.157Z | Compiling bindgen v0.71.1 |
| 2724 | 2026-08-25T22:40:36.208Z | Compiling regex-syntax v0.6.29 |
| 2725 | 2026-08-25T22:40:36.263Z | Compiling diff v0.1.13 |
| 2726 | 2026-08-25T22:40:36.556Z | Compiling chumsky v0.9.3 |
| 2727 | 2026-08-25T22:40:36.703Z | Compiling ecdsa v0.16.9 |
| 2728 | 2026-08-25T22:40:36.930Z | Checking hickory-server v0.25.2 |
| 2729 | 2026-08-25T22:40:37.582Z | Compiling lalrpop v0.19.12 |
| 2730 | 2026-08-25T22:40:37.775Z | Checking sled v0.34.7 |
| 2731 | 2026-08-25T22:40:37.901Z | Compiling cexpr v0.6.0 |
| 2732 | 2026-08-25T22:40:37.997Z | Checking diesel v2.3.7 |
| 2733 | 2026-08-25T22:40:38.194Z | Checking primeorder v0.13.6 |
| 2734 | 2026-08-25T22:40:38.305Z | Checking nanorand v0.7.0 |
| 2735 | 2026-08-25T22:40:38.509Z | Compiling rustc-hash v2.1.1 |
| 2736 | 2026-08-25T22:40:38.589Z | Checking flume v0.11.1 |
| 2737 | 2026-08-25T22:40:38.763Z | Compiling p384 v0.13.1 |
| 2738 | 2026-08-25T22:40:39.025Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2739 | 2026-08-25T22:40:39.308Z | Compiling knus v3.4.0 |
| 2740 | 2026-08-25T22:40:39.350Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2741 | 2026-08-25T22:40:39.683Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2742 | 2026-08-25T22:40:39.840Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2743 | 2026-08-25T22:40:40.114Z | Compiling libxml v0.3.3 |
| 2744 | 2026-08-25T22:40:40.212Z | Checking assert_matches v1.5.0 |
| 2745 | 2026-08-25T22:40:40.265Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2746 | 2026-08-25T22:40:40.317Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2747 | 2026-08-25T22:40:40.468Z | Compiling strum_macros v0.24.3 |
| 2748 | 2026-08-25T22:40:40.550Z | Compiling indoc v1.0.9 |
| 2749 | 2026-08-25T22:40:41.222Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2750 | 2026-08-25T22:40:41.445Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2751 | 2026-08-25T22:40:41.767Z | Checking quick-xml v0.37.5 |
| 2752 | 2026-08-25T22:40:41.805Z | Checking derive_builder v0.20.2 |
| 2753 | 2026-08-25T22:40:41.841Z | Compiling oso-derive v0.27.3 |
| 2754 | 2026-08-25T22:40:41.948Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2755 | 2026-08-25T22:40:42.358Z | Compiling trait-variant v0.1.2 |
| 2756 | 2026-08-25T22:40:42.662Z | Checking openssl-probe v0.1.6 |
| 2757 | 2026-08-25T22:40:42.855Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2758 | 2026-08-25T22:40:42.897Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2759 | 2026-08-25T22:40:42.934Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2760 | 2026-08-25T22:40:43.500Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2761 | 2026-08-25T22:40:43.640Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2762 | 2026-08-25T22:40:43.730Z | Checking corncobs v0.1.4 |
| 2763 | 2026-08-25T22:40:43.775Z | Checking predicates-tree v1.0.13 |
| 2764 | 2026-08-25T22:40:43.919Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2765 | 2026-08-25T22:40:43.952Z | Compiling progenitor-impl v0.13.0 |
| 2766 | 2026-08-25T22:40:43.992Z | Checking secrecy v0.8.0 |
| 2767 | 2026-08-25T22:40:44.148Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2768 | 2026-08-25T22:40:44.731Z | Checking progenitor-client v0.13.0 |
| 2769 | 2026-08-25T22:40:44.973Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2770 | 2026-08-25T22:40:45.013Z | Checking anstyle-parse v0.2.7 |
| 2771 | 2026-08-25T22:40:45.200Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2772 | 2026-08-25T22:40:45.236Z | Checking anstream v0.6.21 |
| 2773 | 2026-08-25T22:40:45.426Z | Checking bb8 v0.8.6 |
| 2774 | 2026-08-25T22:40:45.728Z | Compiling mime_guess v2.0.5 |
| 2775 | 2026-08-25T22:40:45.812Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2776 | 2026-08-25T22:40:46.050Z | Checking ignore v0.4.25 |
| 2777 | 2026-08-25T22:40:46.293Z | Checking olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2778 | 2026-08-25T22:40:46.474Z | Checking http-range v0.1.5 |
| 2779 | 2026-08-25T22:40:46.511Z | Checking globwalk v0.9.1 |
| 2780 | 2026-08-25T22:40:46.631Z | Compiling progenitor-macro v0.13.0 |
| 2781 | 2026-08-25T22:40:46.667Z | Checking tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2782 | 2026-08-25T22:40:46.825Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2783 | 2026-08-25T22:40:47.201Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2784 | 2026-08-25T22:40:47.204Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2785 | 2026-08-25T22:40:47.916Z | Checking digest-io v0.1.0 |
| 2786 | 2026-08-25T22:40:48.088Z | Checking nonempty v0.12.0 |
| 2787 | 2026-08-25T22:40:48.290Z | Checking rawzip v0.4.4 |
| 2788 | 2026-08-25T22:40:48.476Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2789 | 2026-08-25T22:40:48.766Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2790 | 2026-08-25T22:40:49.016Z | Checking camino-tempfile-ext v0.3.3 |
| 2791 | 2026-08-25T22:40:49.216Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2792 | 2026-08-25T22:40:49.252Z | Checking hyper-staticfile v0.10.1 |
| 2793 | 2026-08-25T22:40:49.615Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2794 | 2026-08-25T22:40:49.948Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2795 | 2026-08-25T22:40:50.116Z | Checking signal-hook-tokio v0.3.1 |
| 2796 | 2026-08-25T22:40:50.289Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2797 | 2026-08-25T22:40:50.557Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2798 | 2026-08-25T22:40:50.595Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2799 | 2026-08-25T22:40:50.754Z | Checking scuffle v0.1.0 |
| 2800 | 2026-08-25T22:40:51.022Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2801 | 2026-08-25T22:40:51.060Z | Checking illumos-nvpair v0.3.0 |
| 2802 | 2026-08-25T22:40:51.254Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2803 | 2026-08-25T22:40:51.389Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2804 | 2026-08-25T22:40:51.486Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2805 | 2026-08-25T22:40:51.621Z | Checking progenitor v0.13.0 |
| 2806 | 2026-08-25T22:40:51.680Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2807 | 2026-08-25T22:40:51.715Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2808 | 2026-08-25T22:40:51.796Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2809 | 2026-08-25T22:40:51.945Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2810 | 2026-08-25T22:40:52.167Z | Checking async-bb8-diesel v0.2.1 |
| 2811 | 2026-08-25T22:40:52.485Z | Checking diesel-dtrace v0.5.0 |
| 2812 | 2026-08-25T22:40:52.554Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2813 | 2026-08-25T22:40:52.770Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2814 | 2026-08-25T22:40:52.899Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2815 | 2026-08-25T22:40:52.976Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2816 | 2026-08-25T22:40:53.241Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2817 | 2026-08-25T22:40:53.355Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2818 | 2026-08-25T22:40:53.488Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2819 | 2026-08-25T22:40:53.525Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2820 | 2026-08-25T22:40:55.208Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2821 | 2026-08-25T22:40:55.246Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2822 | 2026-08-25T22:40:55.582Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2823 | 2026-08-25T22:40:56.039Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2824 | 2026-08-25T22:40:56.359Z | Checking tungstenite v0.23.0 |
| 2825 | 2026-08-25T22:40:56.681Z | Checking rand_seeder v0.4.0 |
| 2826 | 2026-08-25T22:40:56.828Z | Checking tokio-tungstenite v0.23.1 |
| 2827 | 2026-08-25T22:40:56.867Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2828 | 2026-08-25T22:40:57.130Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2829 | 2026-08-25T22:40:57.272Z | Checking void v1.0.2 |
| 2830 | 2026-08-25T22:40:57.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2831 | 2026-08-25T22:40:57.443Z | Checking lzss v0.8.2 |
| 2832 | 2026-08-25T22:40:57.621Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2833 | 2026-08-25T22:40:57.671Z | Checking nix v0.27.1 |
| 2834 | 2026-08-25T22:40:57.813Z | Checking serde_bytes v0.11.19 |
| 2835 | 2026-08-25T22:40:58.035Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2836 | 2026-08-25T22:40:58.224Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2837 | 2026-08-25T22:40:58.803Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2838 | 2026-08-25T22:40:59.047Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2839 | 2026-08-25T22:40:59.087Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2840 | 2026-08-25T22:40:59.417Z | Checking yansi v1.0.1 |
| 2841 | 2026-08-25T22:40:59.612Z | Checking cpubits v0.1.1 |
| 2842 | 2026-08-25T22:40:59.651Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2843 | 2026-08-25T22:40:59.771Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2844 | 2026-08-25T22:40:59.889Z | Checking pretty_assertions v1.4.1 |
| 2845 | 2026-08-25T22:41:00.047Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2846 | 2026-08-25T22:41:00.085Z | Checking pem-rfc7468 v1.0.0 |
| 2847 | 2026-08-25T22:41:00.289Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2848 | 2026-08-25T22:41:00.486Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2849 | 2026-08-25T22:41:00.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2850 | 2026-08-25T22:41:00.793Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2851 | 2026-08-25T22:41:00.958Z | Checking hmac v0.13.0 |
| 2852 | 2026-08-25T22:41:01.166Z | Checking universal-hash v0.6.1 |
| 2853 | 2026-08-25T22:41:01.414Z | Compiling libz-sys v1.1.24 |
| 2854 | 2026-08-25T22:41:01.612Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2855 | 2026-08-25T22:41:01.773Z | Compiling instability v0.3.11 |
| 2856 | 2026-08-25T22:41:01.907Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-25T22:41:02.021Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2858 | 2026-08-25T22:41:02.084Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2859 | 2026-08-25T22:41:02.126Z | Checking castaway v0.2.4 |
| 2860 | 2026-08-25T22:41:02.253Z | Compiling indoc v2.0.7 |
| 2861 | 2026-08-25T22:41:02.350Z | Checking compact_str v0.8.1 |
| 2862 | 2026-08-25T22:41:02.779Z | Checking polyval v0.7.1 |
| 2863 | 2026-08-25T22:41:02.976Z | Checking der v0.8.0 |
| 2864 | 2026-08-25T22:41:03.491Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2865 | 2026-08-25T22:41:03.542Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2866 | 2026-08-25T22:41:03.655Z | Checking unicode-truncate v1.1.0 |
| 2867 | 2026-08-25T22:41:03.716Z | Checking lru v0.12.5 |
| 2868 | 2026-08-25T22:41:03.767Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2869 | 2026-08-25T22:41:03.814Z | Checking arc-swap v1.8.2 |
| 2870 | 2026-08-25T22:41:03.848Z | Checking cassowary v0.3.0 |
| 2871 | 2026-08-25T22:41:04.003Z | Checking ghash v0.6.0 |
| 2872 | 2026-08-25T22:41:04.074Z | Checking slog-scope v4.4.1 |
| 2873 | 2026-08-25T22:41:04.110Z | Checking ratatui v0.29.0 |
| 2874 | 2026-08-25T22:41:04.249Z | Checking pbkdf2 v0.13.0 |
| 2875 | 2026-08-25T22:41:04.312Z | Checking crypto-bigint v0.7.5 |
| 2876 | 2026-08-25T22:41:04.403Z | Checking aes v0.9.1 |
| 2877 | 2026-08-25T22:41:04.892Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2878 | 2026-08-25T22:41:05.506Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2879 | 2026-08-25T22:41:05.762Z | Checking ctr v0.10.1 |
| 2880 | 2026-08-25T22:41:05.975Z | Checking aead v0.6.1 |
| 2881 | 2026-08-25T22:41:06.157Z | Checking cargo-platform v0.3.2 |
| 2882 | 2026-08-25T22:41:06.232Z | Checking aes-gcm v0.11.0 |
| 2883 | 2026-08-25T22:41:06.404Z | Checking cargo_metadata v0.23.1 |
| 2884 | 2026-08-25T22:41:06.483Z | Checking slog-stdlog v4.1.1 |
| 2885 | 2026-08-25T22:41:06.566Z | Checking spki v0.8.0 |
| 2886 | 2026-08-25T22:41:06.649Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2887 | 2026-08-25T22:41:06.782Z | Checking colored v2.2.0 |
| 2888 | 2026-08-25T22:41:07.023Z | Checking salsa20 v0.11.0 |
| 2889 | 2026-08-25T22:41:07.171Z | Checking console v0.16.2 |
| 2890 | 2026-08-25T22:41:07.214Z | Compiling vergen-git2 v9.1.0 |
| 2891 | 2026-08-25T22:41:07.428Z | Checking unit-prefix v0.5.2 |
| 2892 | 2026-08-25T22:41:07.489Z | Checking plotters-backend v0.3.7 |
| 2893 | 2026-08-25T22:41:07.585Z | Checking indicatif v0.18.4 |
| 2894 | 2026-08-25T22:41:07.723Z | Checking plotters-svg v0.3.7 |
| 2895 | 2026-08-25T22:41:07.951Z | Checking scrypt v0.12.0 |
| 2896 | 2026-08-25T22:41:07.990Z | Checking slog-envlogger v2.2.0 |
| 2897 | 2026-08-25T22:41:08.035Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2898 | 2026-08-25T22:41:08.146Z | Checking cbc v0.2.1 |
| 2899 | 2026-08-25T22:41:08.188Z | Checking libsw-core v0.3.2 |
| 2900 | 2026-08-25T22:41:08.255Z | Checking cast v0.3.0 |
| 2901 | 2026-08-25T22:41:08.326Z | Checking pkcs5 v0.8.1 |
| 2902 | 2026-08-25T22:41:08.367Z | Checking libsw v3.5.0 |
| 2903 | 2026-08-25T22:41:08.435Z | Checking criterion-plot v0.6.0 |
| 2904 | 2026-08-25T22:41:08.612Z | Checking plotters v0.3.7 |
| 2905 | 2026-08-25T22:41:08.659Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2906 | 2026-08-25T22:41:08.710Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2907 | 2026-08-25T22:41:08.939Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2908 | 2026-08-25T22:41:09.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2909 | 2026-08-25T22:41:09.374Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2910 | 2026-08-25T22:41:09.412Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2911 | 2026-08-25T22:41:09.602Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2912 | 2026-08-25T22:41:09.647Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2913 | 2026-08-25T22:41:09.684Z | Checking tinytemplate v1.2.1 |
| 2914 | 2026-08-25T22:41:09.829Z | Checking anes v0.1.6 |
| 2915 | 2026-08-25T22:41:09.937Z | Checking shell-words v1.1.1 |
| 2916 | 2026-08-25T22:41:10.044Z | Checking oorandom v11.1.5 |
| 2917 | 2026-08-25T22:41:10.143Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2918 | 2026-08-25T22:41:10.193Z | Checking criterion v0.7.0 |
| 2919 | 2026-08-25T22:41:10.574Z | Checking pkcs8 v0.11.0 |
| 2920 | 2026-08-25T22:41:10.812Z | Checking oxide-update-engine-display v0.1.2 |
| 2921 | 2026-08-25T22:41:11.153Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2922 | 2026-08-25T22:41:11.423Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2923 | 2026-08-25T22:41:12.245Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2924 | 2026-08-25T22:41:12.823Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2925 | 2026-08-25T22:41:13.641Z | Checking tokio-test v0.4.5 |
| 2926 | 2026-08-25T22:41:13.884Z | Checking ff v0.14.0 |
| 2927 | 2026-08-25T22:41:14.096Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2928 | 2026-08-25T22:41:14.328Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2929 | 2026-08-25T22:41:14.754Z | Checking twox-hash v2.1.2 |
| 2930 | 2026-08-25T22:41:14.800Z | Compiling petname v2.0.2 |
| 2931 | 2026-08-25T22:41:15.090Z | Checking atty v0.2.14 |
| 2932 | 2026-08-25T22:41:15.228Z | Checking arrayvec v0.7.6 |
| 2933 | 2026-08-25T22:41:15.299Z | Checking constant_time_eq v0.4.2 |
| 2934 | 2026-08-25T22:41:15.455Z | Checking arrayref v0.3.9 |
| 2935 | 2026-08-25T22:41:15.615Z | Checking group v0.14.0 |
| 2936 | 2026-08-25T22:41:15.653Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2937 | 2026-08-25T22:41:15.689Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2938 | 2026-08-25T22:41:15.817Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2939 | 2026-08-25T22:41:15.845Z | Checking fatfs v0.3.6 |
| 2940 | 2026-08-25T22:41:16.334Z | Checking signature v3.0.0 |
| 2941 | 2026-08-25T22:41:16.400Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2942 | 2026-08-25T22:41:16.510Z | Compiling seq-macro v0.3.6 |
| 2943 | 2026-08-25T22:41:16.553Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2944 | 2026-08-25T22:41:16.733Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2945 | 2026-08-25T22:41:16.792Z | Checking base16ct v1.0.0 |
| 2946 | 2026-08-25T22:41:16.952Z | Checking sec1 v0.8.1 |
| 2947 | 2026-08-25T22:41:17.191Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2948 | 2026-08-25T22:41:17.442Z | Checking hkdf v0.13.0 |
| 2949 | 2026-08-25T22:41:17.615Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2950 | 2026-08-25T22:41:17.731Z | Checking concurrent-queue v2.5.0 |
| 2951 | 2026-08-25T22:41:17.810Z | Checking sapling-renderdag v0.1.0 |
| 2952 | 2026-08-25T22:41:17.952Z | Checking sync-ptr v0.1.4 |
| 2953 | 2026-08-25T22:41:18.064Z | Checking parking v2.2.1 |
| 2954 | 2026-08-25T22:41:18.100Z | Checking elliptic-curve v0.14.1 |
| 2955 | 2026-08-25T22:41:18.104Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2956 | 2026-08-25T22:41:18.218Z | Checking event-listener v5.4.1 |
| 2957 | 2026-08-25T22:41:18.470Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2958 | 2026-08-25T22:41:18.513Z | Compiling samael v0.0.19 |
| 2959 | 2026-08-25T22:41:18.564Z | Checking rtoolbox v0.0.3 |
| 2960 | 2026-08-25T22:41:18.731Z | Checking rpassword v7.5.4 |
| 2961 | 2026-08-25T22:41:18.777Z | Checking event-listener-strategy v0.5.4 |
| 2962 | 2026-08-25T22:41:18.921Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2963 | 2026-08-25T22:41:18.959Z | Checking wnaf v0.14.0 |
| 2964 | 2026-08-25T22:41:19.162Z | Checking primefield v0.14.0 |
| 2965 | 2026-08-25T22:41:19.407Z | Checking rfc6979 v0.6.0 |
| 2966 | 2026-08-25T22:41:19.608Z | Checking tui-tree-widget v0.23.1 |
| 2967 | 2026-08-25T22:41:19.875Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2968 | 2026-08-25T22:41:20.052Z | Compiling blake3 v1.8.5 |
| 2969 | 2026-08-25T22:41:20.435Z | Checking futures-timer v3.0.3 |
| 2970 | 2026-08-25T22:41:20.865Z | Checking ecdsa v0.17.0 |
| 2971 | 2026-08-25T22:41:21.082Z | Checking primeorder v0.14.0 |
| 2972 | 2026-08-25T22:41:21.188Z | Checking async-lock v3.4.2 |
| 2973 | 2026-08-25T22:41:21.287Z | Compiling curve25519-dalek v5.0.0 |
| 2974 | 2026-08-25T22:41:21.445Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2975 | 2026-08-25T22:41:21.608Z | Checking async-object-pool v0.2.0 |
| 2976 | 2026-08-25T22:41:22.108Z | Checking ssh-encoding v0.3.0 |
| 2977 | 2026-08-25T22:41:22.342Z | Checking serde_regex v1.1.0 |
| 2978 | 2026-08-25T22:41:22.547Z | Checking assert-json-diff v2.0.2 |
| 2979 | 2026-08-25T22:41:22.760Z | Checking path-tree v0.8.3 |
| 2980 | 2026-08-25T22:41:22.983Z | Checking keccak v0.2.0 |
| 2981 | 2026-08-25T22:41:23.179Z | Checking stringmetrics v2.2.2 |
| 2982 | 2026-08-25T22:41:23.353Z | Checking topological-sort v0.2.2 |
| 2983 | 2026-08-25T22:41:23.526Z | Compiling strsim v0.10.0 |
| 2984 | 2026-08-25T22:41:23.660Z | Checking omicron-zone-package v0.12.3 |
| 2985 | 2026-08-25T22:41:23.738Z | Compiling darling_core v0.13.4 |
| 2986 | 2026-08-25T22:41:23.874Z | Checking httpmock v0.8.3 |
| 2987 | 2026-08-25T22:41:24.568Z | Checking ed25519 v3.0.0 |
| 2988 | 2026-08-25T22:41:24.812Z | Checking pkcs1 v0.8.0-rc.4 |
| 2989 | 2026-08-25T22:41:24.976Z | Checking crypto-primes v0.7.2 |
| 2990 | 2026-08-25T22:41:25.057Z | Checking poly1305 v0.9.0 |
| 2991 | 2026-08-25T22:41:25.369Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2992 | 2026-08-25T22:41:25.674Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2993 | 2026-08-25T22:41:25.802Z | Checking blowfish v0.10.0 |
| 2994 | 2026-08-25T22:41:25.956Z | Checking blake2 v0.11.0-rc.6 |
| 2995 | 2026-08-25T22:41:25.994Z | Compiling target-lexicon v0.13.3 |
| 2996 | 2026-08-25T22:41:26.088Z | Checking bcrypt-pbkdf v0.11.0 |
| 2997 | 2026-08-25T22:41:26.252Z | Checking argon2 v0.6.0-rc.8 |
| 2998 | 2026-08-25T22:41:26.287Z | Checking rsa v0.10.0-rc.18 |
| 2999 | 2026-08-25T22:41:26.323Z | Compiling darling_macro v0.13.4 |
| 3000 | 2026-08-25T22:41:26.564Z | Checking ssh-cipher v0.3.0 |
| 3001 | 2026-08-25T22:41:26.600Z | Checking ed25519-dalek v3.0.0 |
| 3002 | 2026-08-25T22:41:26.813Z | Checking sha3 v0.11.0 |
| 3003 | 2026-08-25T22:41:26.816Z | Checking p256 v0.14.0 |
| 3004 | 2026-08-25T22:41:26.883Z | Checking p521 v0.14.0 |
| 3005 | 2026-08-25T22:41:26.886Z | Checking p384 v0.14.0 |
| 3006 | 2026-08-25T22:41:27.190Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3007 | 2026-08-25T22:41:27.452Z | Checking kem v0.3.0 |
| 3008 | 2026-08-25T22:41:27.607Z | Checking module-lattice v0.2.3 |
| 3009 | 2026-08-25T22:41:27.644Z | Checking socket2 v0.5.10 |
| 3010 | 2026-08-25T22:41:27.864Z | Compiling guppy-workspace-hack v0.1.0 |
| 3011 | 2026-08-25T22:41:27.921Z | Checking hex-literal v0.4.1 |
| 3012 | 2026-08-25T22:41:28.053Z | Checking sponge-cursor v0.1.0 |
| 3013 | 2026-08-25T22:41:28.136Z | Checking ml-kem v0.3.2 |
| 3014 | 2026-08-25T22:41:28.214Z | Checking sha3 v0.12.0 |
| 3015 | 2026-08-25T22:41:28.449Z | Compiling darling v0.13.4 |
| 3016 | 2026-08-25T22:41:28.832Z | Checking russh-cryptovec v0.62.0 |
| 3017 | 2026-08-25T22:41:28.881Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3018 | 2026-08-25T22:41:28.918Z | Checking internal-russh-num-bigint v0.5.0 |
| 3019 | 2026-08-25T22:41:29.104Z | Checking num-bigint v0.4.6 |
| 3020 | 2026-08-25T22:41:29.548Z | Checking russh-util v0.52.0 |
| 3021 | 2026-08-25T22:41:29.708Z | Checking generic-array v1.4.3 |
| 3022 | 2026-08-25T22:41:29.885Z | Checking ssh-key v0.7.0-rc.11 |
| 3023 | 2026-08-25T22:41:29.969Z | Compiling enum_dispatch v0.3.13 |
| 3024 | 2026-08-25T22:41:30.078Z | Compiling delegate v0.13.5 |
| 3025 | 2026-08-25T22:41:30.143Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3026 | 2026-08-25T22:41:30.584Z | Checking md5 v0.8.0 |
| 3027 | 2026-08-25T22:41:30.781Z | Compiling target-spec v3.5.7 |
| 3028 | 2026-08-25T22:41:30.784Z | Checking hex-literal v1.1.0 |
| 3029 | 2026-08-25T22:41:30.949Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3030 | 2026-08-25T22:41:31.040Z | Checking russh v0.62.4 |
| 3031 | 2026-08-25T22:41:31.211Z | Checking cfg-expr v0.20.6 |
| 3032 | 2026-08-25T22:41:31.607Z | Compiling git2 v0.20.4 |
| 3033 | 2026-08-25T22:41:31.644Z | Compiling serde_with_macros v1.5.2 |
| 3034 | 2026-08-25T22:41:31.782Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3035 | 2026-08-25T22:41:32.163Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3036 | 2026-08-25T22:41:32.376Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3037 | 2026-08-25T22:41:32.521Z | Checking internet-checksum v0.2.1 |
| 3038 | 2026-08-25T22:41:32.609Z | Compiling serde_with v1.14.0 |
| 3039 | 2026-08-25T22:41:33.183Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3040 | 2026-08-25T22:41:34.223Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3041 | 2026-08-25T22:41:34.260Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3042 | 2026-08-25T22:41:34.362Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3043 | 2026-08-25T22:41:34.398Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3044 | 2026-08-25T22:41:34.641Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3045 | 2026-08-25T22:41:34.724Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3046 | 2026-08-25T22:41:34.801Z | Checking httptest v0.16.4 |
| 3047 | 2026-08-25T22:41:34.891Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3048 | 2026-08-25T22:41:34.942Z | Checking pathdiff v0.2.3 |
| 3049 | 2026-08-25T22:41:34.980Z | Checking nested v0.1.1 |
| 3050 | 2026-08-25T22:41:35.039Z | Compiling polar-core v0.27.3 |
| 3051 | 2026-08-25T22:41:35.081Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3052 | 2026-08-25T22:41:35.150Z | Checking guppy v0.17.25 |
| 3053 | 2026-08-25T22:41:35.207Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3054 | 2026-08-25T22:41:35.481Z | Checking similar-asserts v1.7.0 |
| 3055 | 2026-08-25T22:41:35.591Z | Compiling target-triple v1.0.0 |
| 3056 | 2026-08-25T22:41:35.665Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3057 | 2026-08-25T22:41:35.952Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3058 | 2026-08-25T22:41:36.105Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3059 | 2026-08-25T22:41:36.331Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3060 | 2026-08-25T22:41:36.514Z | Checking hickory-client v0.25.2 |
| 3061 | 2026-08-25T22:41:36.835Z | Checking supports-hyperlinks v2.1.0 |
| 3062 | 2026-08-25T22:41:36.952Z | Checking supports-unicode v2.1.0 |
| 3063 | 2026-08-25T22:41:36.989Z | Checking supports-color v2.1.0 |
| 3064 | 2026-08-25T22:41:37.102Z | Checking textwrap v0.15.2 |
| 3065 | 2026-08-25T22:41:37.157Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3066 | 2026-08-25T22:41:37.341Z | Checking terminal_size v0.1.17 |
| 3067 | 2026-08-25T22:41:37.344Z | Compiling miette-derive v5.10.0 |
| 3068 | 2026-08-25T22:41:37.423Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3069 | 2026-08-25T22:41:37.484Z | Compiling fs-err v2.11.0 |
| 3070 | 2026-08-25T22:41:37.718Z | Compiling assert_cmd v2.1.2 |
| 3071 | 2026-08-25T22:41:37.871Z | Checking owo-colors v3.5.0 |
| 3072 | 2026-08-25T22:41:38.001Z | Checking escape8259 v0.5.3 |
| 3073 | 2026-08-25T22:41:38.164Z | Checking libtest-mimic v0.8.1 |
| 3074 | 2026-08-25T22:41:38.458Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?rev=15f69041f45774602108e47fb25e705dc23acfb2#15f69041) |
| 3075 | 2026-08-25T22:41:38.548Z | Checking miette v5.10.0 |
| 3076 | 2026-08-25T22:41:38.615Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3077 | 2026-08-25T22:41:39.175Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3078 | 2026-08-25T22:41:39.315Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3079 | 2026-08-25T22:41:39.847Z | Checking blake2b_simd v1.0.4 |
| 3080 | 2026-08-25T22:41:40.000Z | Checking oso v0.27.3 |
| 3081 | 2026-08-25T22:41:40.102Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3082 | 2026-08-25T22:41:40.271Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3083 | 2026-08-25T22:41:40.502Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3084 | 2026-08-25T22:41:40.558Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3085 | 2026-08-25T22:41:40.743Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3086 | 2026-08-25T22:41:40.789Z | Compiling knuffel-derive v3.2.0 |
| 3087 | 2026-08-25T22:41:40.977Z | Checking fancy-regex v0.14.0 |
| 3088 | 2026-08-25T22:41:41.104Z | Checking serde_tokenstream v0.2.3 |
| 3089 | 2026-08-25T22:41:41.392Z | Checking approx v0.5.1 |
| 3090 | 2026-08-25T22:41:41.549Z | Compiling rstest_macros v0.25.0 |
| 3091 | 2026-08-25T22:41:41.556Z | Checking uzers v0.12.2 |
| 3092 | 2026-08-25T22:41:41.801Z | Compiling linkme-impl v0.3.35 |
| 3093 | 2026-08-25T22:41:41.838Z | Checking constant_time_eq v0.3.1 |
| 3094 | 2026-08-25T22:41:41.874Z | Checking termcolor v1.4.1 |
| 3095 | 2026-08-25T22:41:41.972Z | Checking rust-argon2 v2.1.0 |
| 3096 | 2026-08-25T22:41:42.145Z | Checking trybuild v1.0.116 |
| 3097 | 2026-08-25T22:41:42.236Z | Checking datatest-stable v0.3.3 |
| 3098 | 2026-08-25T22:41:42.279Z | Checking knuffel v3.2.0 |
| 3099 | 2026-08-25T22:41:42.542Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3100 | 2026-08-25T22:41:42.577Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3101 | 2026-08-25T22:41:42.823Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3102 | 2026-08-25T22:41:42.852Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3103 | 2026-08-25T22:41:42.922Z | Checking support-bundle-viewer v0.1.2 |
| 3104 | 2026-08-25T22:41:42.926Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3105 | 2026-08-25T22:41:43.015Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3106 | 2026-08-25T22:41:43.174Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3107 | 2026-08-25T22:41:43.214Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3108 | 2026-08-25T22:41:43.251Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 3109 | 2026-08-25T22:41:43.401Z | Checking drift v0.2.0 |
| 3110 | 2026-08-25T22:41:43.440Z | Checking rand_distr v0.5.1 |
| 3111 | 2026-08-25T22:41:43.626Z | Checking multimap v0.10.1 |
| 3112 | 2026-08-25T22:41:43.678Z | Checking parse-size v1.1.0 |
| 3113 | 2026-08-25T22:41:43.798Z | Compiling relative-path v1.9.3 |
| 3114 | 2026-08-25T22:41:43.834Z | Compiling linkme v0.3.35 |
| 3115 | 2026-08-25T22:41:43.837Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3116 | 2026-08-25T22:41:43.907Z | Checking dropshot-api-manager v0.8.0 |
| 3117 | 2026-08-25T22:41:44.404Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3118 | 2026-08-25T22:41:45.216Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3119 | 2026-08-25T22:41:45.646Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3120 | 2026-08-25T22:41:45.950Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3121 | 2026-08-25T22:41:45.986Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3122 | 2026-08-25T22:41:46.170Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3123 | 2026-08-25T22:41:46.252Z | Checking cargo_toml v0.21.0 |
| 3124 | 2026-08-25T22:41:46.564Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3125 | 2026-08-25T22:41:46.782Z | Checking partial-io v0.5.4 |
| 3126 | 2026-08-25T22:41:46.859Z | Checking termios v0.3.3 |
| 3127 | 2026-08-25T22:41:47.018Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3128 | 2026-08-25T22:41:47.091Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3129 | 2026-08-25T22:41:47.720Z | Checking rstest v0.25.0 |
| 3130 | 2026-08-25T22:41:48.209Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3131 | 2026-08-25T22:41:52.619Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3132 | 2026-08-25T22:41:52.781Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3133 | 2026-08-25T22:41:54.628Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3134 | 2026-08-25T22:41:58.510Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3135 | 2026-08-25T22:41:59.955Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3136 | 2026-08-25T22:42:02.193Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3137 | 2026-08-25T22:42:07.380Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3138 | 2026-08-25T22:42:10.186Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3139 | 2026-08-25T22:42:12.930Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3140 | 2026-08-25T22:42:15.630Z | Checking rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3141 | 2026-08-25T22:42:17.324Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3142 | 2026-08-25T22:42:17.700Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3143 | 2026-08-25T22:42:19.796Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3144 | 2026-08-25T22:42:23.074Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3145 | 2026-08-25T22:42:28.094Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3146 | 2026-08-25T22:42:50.472Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3147 | 2026-08-25T22:43:41.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s |
| 3148 | 2026-08-25T22:43:41.111Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3149 | 2026-08-25T22:43:41.111Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3150 | 2026-08-25T22:43:41.770Z | |
| 3151 | 2026-08-25T22:43:41.771Z | real 4:13.681050137 |
| 3152 | 2026-08-25T22:43:41.771Z | user 21:55.949954660 |
| 3153 | 2026-08-25T22:43:41.771Z | sys 5:14.096339420 |
| 3154 | 2026-08-25T22:43:41.771Z | trap 0.511893366 |
| 3155 | 2026-08-25T22:43:41.771Z | tflt 0.463743487 |
| 3156 | 2026-08-25T22:43:41.771Z | dflt 0.534754677 |
| 3157 | 2026-08-25T22:43:41.771Z | kflt 0.010379142 |
| 3158 | 2026-08-25T22:43:41.771Z | lock 1:05:57.726860880 |
| 3159 | 2026-08-25T22:43:41.771Z | slp 59:26.285370886 |
| 3160 | 2026-08-25T22:43:41.771Z | lat 1:50.982821507 |
| 3161 | 2026-08-25T22:43:41.771Z | stop 14:25.238491129 |
| 3162 | 2026-08-25T22:43:41.774Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3163 | 2026-08-25T22:43:41.774Z | + ptime -m cargo doc --workspace --no-deps |
| 3164 | 2026-08-25T22:43:42.637Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3165 | 2026-08-25T22:43:42.637Z | | |
| 3166 | 2026-08-25T22:43:42.637Z | = 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)` |
| 3167 | 2026-08-25T22:43:42.637Z | = 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> |
| 3168 | 2026-08-25T22:43:43.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3169 | 2026-08-25T22:43:43.984Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3170 | 2026-08-25T22:43:44.030Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3171 | 2026-08-25T22:43:44.094Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3172 | 2026-08-25T22:43:44.123Z | Checking omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3173 | 2026-08-25T22:43:44.178Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3174 | 2026-08-25T22:43:44.295Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3175 | 2026-08-25T22:43:44.321Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3176 | 2026-08-25T22:43:44.352Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3177 | 2026-08-25T22:43:44.382Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3178 | 2026-08-25T22:43:44.490Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3179 | 2026-08-25T22:43:44.561Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3180 | 2026-08-25T22:43:44.629Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3181 | 2026-08-25T22:43:44.659Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3182 | 2026-08-25T22:43:44.700Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3183 | 2026-08-25T22:43:44.724Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3184 | 2026-08-25T22:43:44.747Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3185 | 2026-08-25T22:43:44.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3186 | 2026-08-25T22:43:44.773Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3187 | 2026-08-25T22:43:44.842Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3188 | 2026-08-25T22:43:44.867Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3189 | 2026-08-25T22:43:44.891Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3190 | 2026-08-25T22:43:45.136Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3191 | 2026-08-25T22:43:45.286Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3192 | 2026-08-25T22:43:45.314Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3193 | 2026-08-25T22:43:45.371Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3194 | 2026-08-25T22:43:45.531Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3195 | 2026-08-25T22:43:45.604Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3196 | 2026-08-25T22:43:45.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3197 | 2026-08-25T22:43:45.771Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3198 | 2026-08-25T22:43:45.876Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3199 | 2026-08-25T22:43:45.901Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3200 | 2026-08-25T22:43:45.926Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3201 | 2026-08-25T22:43:46.063Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3202 | 2026-08-25T22:43:46.232Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3203 | 2026-08-25T22:43:46.292Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3204 | 2026-08-25T22:43:46.316Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3205 | 2026-08-25T22:43:46.448Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3206 | 2026-08-25T22:43:46.473Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3207 | 2026-08-25T22:43:46.530Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3208 | 2026-08-25T22:43:46.678Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3209 | 2026-08-25T22:43:46.805Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3210 | 2026-08-25T22:43:46.981Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3211 | 2026-08-25T22:43:47.007Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3212 | 2026-08-25T22:43:47.036Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3213 | 2026-08-25T22:43:47.061Z | Checking scuffle v0.1.0 |
| 3214 | 2026-08-25T22:43:47.236Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-08-25T22:43:47.262Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3216 | 2026-08-25T22:43:47.364Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3217 | 2026-08-25T22:43:47.487Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3218 | 2026-08-25T22:43:47.511Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3219 | 2026-08-25T22:43:47.534Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3220 | 2026-08-25T22:43:47.559Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3221 | 2026-08-25T22:43:47.640Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3222 | 2026-08-25T22:43:48.140Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3223 | 2026-08-25T22:43:48.626Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3224 | 2026-08-25T22:43:48.706Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3225 | 2026-08-25T22:43:49.050Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3226 | 2026-08-25T22:43:49.118Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3227 | 2026-08-25T22:43:49.146Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3228 | 2026-08-25T22:43:49.150Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3229 | 2026-08-25T22:43:49.331Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3230 | 2026-08-25T22:43:49.418Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3231 | 2026-08-25T22:43:49.442Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3232 | 2026-08-25T22:43:49.466Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3233 | 2026-08-25T22:43:49.542Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3234 | 2026-08-25T22:43:49.618Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3235 | 2026-08-25T22:43:50.360Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3236 | 2026-08-25T22:43:50.553Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3237 | 2026-08-25T22:43:50.578Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3238 | 2026-08-25T22:43:50.669Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3239 | 2026-08-25T22:43:50.837Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3240 | 2026-08-25T22:43:50.963Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3241 | 2026-08-25T22:43:51.024Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3242 | 2026-08-25T22:43:51.049Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3243 | 2026-08-25T22:43:51.099Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3244 | 2026-08-25T22:43:51.123Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3245 | 2026-08-25T22:43:51.252Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3246 | 2026-08-25T22:43:51.276Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3247 | 2026-08-25T22:43:51.299Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3248 | 2026-08-25T22:43:51.357Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3249 | 2026-08-25T22:43:51.451Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3250 | 2026-08-25T22:43:51.476Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3251 | 2026-08-25T22:43:51.499Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3252 | 2026-08-25T22:43:51.744Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3253 | 2026-08-25T22:43:51.744Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3254 | 2026-08-25T22:43:51.792Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3255 | 2026-08-25T22:43:51.816Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3256 | 2026-08-25T22:43:51.819Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3257 | 2026-08-25T22:43:51.819Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3258 | 2026-08-25T22:43:51.992Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3259 | 2026-08-25T22:43:52.043Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3260 | 2026-08-25T22:43:52.089Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3261 | 2026-08-25T22:43:52.111Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3262 | 2026-08-25T22:43:52.134Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3263 | 2026-08-25T22:43:52.285Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3264 | 2026-08-25T22:43:52.333Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3265 | 2026-08-25T22:43:52.377Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3266 | 2026-08-25T22:43:52.400Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3267 | 2026-08-25T22:43:52.424Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3268 | 2026-08-25T22:43:52.523Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3269 | 2026-08-25T22:43:52.547Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3270 | 2026-08-25T22:43:52.618Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3271 | 2026-08-25T22:43:52.719Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3272 | 2026-08-25T22:43:52.742Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3273 | 2026-08-25T22:43:53.010Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3274 | 2026-08-25T22:43:53.014Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3275 | 2026-08-25T22:43:53.055Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3276 | 2026-08-25T22:43:53.565Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3277 | 2026-08-25T22:43:53.778Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3278 | 2026-08-25T22:43:53.820Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3279 | 2026-08-25T22:43:54.106Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3280 | 2026-08-25T22:43:54.881Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3281 | 2026-08-25T22:43:55.190Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3282 | 2026-08-25T22:43:55.687Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3283 | 2026-08-25T22:43:55.853Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3284 | 2026-08-25T22:43:56.544Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3285 | 2026-08-25T22:43:56.763Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3286 | 2026-08-25T22:43:57.400Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3287 | 2026-08-25T22:43:57.553Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3288 | 2026-08-25T22:43:57.988Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3289 | 2026-08-25T22:43:58.027Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3290 | 2026-08-25T22:43:58.322Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3291 | 2026-08-25T22:43:58.459Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3292 | 2026-08-25T22:43:58.535Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3293 | 2026-08-25T22:43:58.789Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3294 | 2026-08-25T22:43:59.237Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3295 | 2026-08-25T22:43:59.443Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3296 | 2026-08-25T22:43:59.842Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3297 | 2026-08-25T22:43:59.942Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3298 | 2026-08-25T22:44:00.184Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3299 | 2026-08-25T22:44:00.219Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3300 | 2026-08-25T22:44:00.477Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3301 | 2026-08-25T22:44:00.754Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3302 | 2026-08-25T22:44:00.904Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3303 | 2026-08-25T22:44:01.335Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3304 | 2026-08-25T22:44:01.524Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3305 | 2026-08-25T22:44:01.850Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3306 | 2026-08-25T22:44:02.321Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3307 | 2026-08-25T22:44:02.385Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3308 | 2026-08-25T22:44:02.996Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3309 | 2026-08-25T22:44:03.057Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3310 | 2026-08-25T22:44:03.443Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3311 | 2026-08-25T22:44:03.486Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3312 | 2026-08-25T22:44:04.324Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3313 | 2026-08-25T22:44:04.611Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3314 | 2026-08-25T22:44:04.810Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3315 | 2026-08-25T22:44:05.221Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3316 | 2026-08-25T22:44:05.423Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3317 | 2026-08-25T22:44:05.611Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3318 | 2026-08-25T22:44:05.762Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3319 | 2026-08-25T22:44:06.683Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3320 | 2026-08-25T22:44:06.811Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3321 | 2026-08-25T22:44:06.973Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3322 | 2026-08-25T22:44:07.052Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3323 | 2026-08-25T22:44:07.679Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3324 | 2026-08-25T22:44:08.787Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3325 | 2026-08-25T22:44:11.265Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3326 | 2026-08-25T22:44:11.360Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3327 | 2026-08-25T22:44:12.221Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3328 | 2026-08-25T22:44:14.014Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3329 | 2026-08-25T22:44:14.210Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3330 | 2026-08-25T22:44:14.676Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3331 | 2026-08-25T22:44:14.816Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3332 | 2026-08-25T22:44:15.059Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3333 | 2026-08-25T22:44:15.577Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3334 | 2026-08-25T22:44:16.732Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3335 | 2026-08-25T22:44:17.275Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3336 | 2026-08-25T22:44:17.319Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3337 | 2026-08-25T22:44:18.622Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3338 | 2026-08-25T22:44:18.648Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3339 | 2026-08-25T22:44:18.941Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3340 | 2026-08-25T22:44:19.100Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3341 | 2026-08-25T22:44:19.696Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3342 | 2026-08-25T22:44:19.750Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3343 | 2026-08-25T22:44:19.774Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3344 | 2026-08-25T22:44:19.878Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3345 | 2026-08-25T22:44:20.102Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3346 | 2026-08-25T22:44:20.249Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3347 | 2026-08-25T22:44:20.313Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3348 | 2026-08-25T22:44:20.854Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3349 | 2026-08-25T22:44:20.879Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3350 | 2026-08-25T22:44:21.449Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3351 | 2026-08-25T22:44:21.603Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3352 | 2026-08-25T22:44:21.895Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3353 | 2026-08-25T22:44:21.921Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3354 | 2026-08-25T22:44:22.200Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3355 | 2026-08-25T22:44:22.638Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3356 | 2026-08-25T22:44:23.603Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3357 | 2026-08-25T22:44:24.492Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3358 | 2026-08-25T22:44:24.761Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3359 | 2026-08-25T22:44:26.607Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3360 | 2026-08-25T22:44:28.022Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3361 | 2026-08-25T22:44:28.493Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3362 | 2026-08-25T22:44:29.619Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3363 | 2026-08-25T22:44:31.302Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3364 | 2026-08-25T22:44:32.245Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3365 | 2026-08-25T22:44:33.305Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3366 | 2026-08-25T22:44:33.911Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3367 | 2026-08-25T22:44:35.414Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3368 | 2026-08-25T22:44:36.934Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3369 | 2026-08-25T22:44:37.505Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3370 | 2026-08-25T22:44:38.167Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3371 | 2026-08-25T22:44:39.788Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3372 | 2026-08-25T22:44:39.860Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3373 | 2026-08-25T22:44:42.348Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3374 | 2026-08-25T22:44:43.119Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3375 | 2026-08-25T22:44:46.379Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3376 | 2026-08-25T22:44:47.065Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3377 | 2026-08-25T22:44:47.922Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3378 | 2026-08-25T22:44:48.746Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3379 | 2026-08-25T22:44:49.505Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3380 | 2026-08-25T22:44:50.349Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3381 | 2026-08-25T22:44:51.151Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3382 | 2026-08-25T22:44:51.971Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3383 | 2026-08-25T22:44:53.956Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3384 | 2026-08-25T22:44:54.587Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3385 | 2026-08-25T22:44:55.004Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3386 | 2026-08-25T22:44:55.711Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3387 | 2026-08-25T22:44:56.827Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3388 | 2026-08-25T22:44:57.394Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3389 | 2026-08-25T22:44:58.239Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3390 | 2026-08-25T22:45:01.671Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3391 | 2026-08-25T22:45:02.946Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3392 | 2026-08-25T22:45:04.010Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3393 | 2026-08-25T22:45:04.837Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3394 | 2026-08-25T22:45:05.912Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3395 | 2026-08-25T22:45:06.691Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3396 | 2026-08-25T22:45:08.872Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3397 | 2026-08-25T22:45:10.004Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3398 | 2026-08-25T22:45:11.001Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3399 | 2026-08-25T22:45:11.959Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3400 | 2026-08-25T22:45:13.155Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3401 | 2026-08-25T22:45:15.781Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3402 | 2026-08-25T22:45:16.578Z | Documenting rack-init-config v0.1.0 (/work/oxidecomputer/omicron/dev-tools/rack-init-config) |
| 3403 | 2026-08-25T22:45:18.355Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3404 | 2026-08-25T22:45:19.168Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3405 | 2026-08-25T22:45:20.682Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3406 | 2026-08-25T22:45:22.217Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3407 | 2026-08-25T22:45:23.810Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3408 | 2026-08-25T22:45:25.560Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3409 | 2026-08-25T22:45:27.159Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3410 | 2026-08-25T22:45:28.763Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3411 | 2026-08-25T22:45:30.579Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3412 | 2026-08-25T22:45:35.037Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3413 | 2026-08-25T22:45:35.528Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3414 | 2026-08-25T22:45:36.648Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3415 | 2026-08-25T22:45:37.395Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3416 | 2026-08-25T22:45:39.114Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3417 | 2026-08-25T22:45:40.925Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3418 | 2026-08-25T22:45:42.842Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3419 | 2026-08-25T22:45:44.856Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3420 | 2026-08-25T22:45:46.648Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3421 | 2026-08-25T22:45:48.673Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3422 | 2026-08-25T22:45:50.237Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3423 | 2026-08-25T22:45:51.968Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3424 | 2026-08-25T22:45:53.763Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3425 | 2026-08-25T22:45:55.558Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3426 | 2026-08-25T22:45:57.379Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3427 | 2026-08-25T22:45:59.160Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3428 | 2026-08-25T22:46:00.949Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3429 | 2026-08-25T22:46:04.292Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3430 | 2026-08-25T22:46:06.383Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3431 | 2026-08-25T22:46:08.066Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3432 | 2026-08-25T22:46:09.885Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3433 | 2026-08-25T22:46:11.559Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3434 | 2026-08-25T22:46:15.556Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3435 | 2026-08-25T22:46:17.438Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3436 | 2026-08-25T22:46:19.170Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3437 | 2026-08-25T22:46:21.549Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3438 | 2026-08-25T22:46:24.684Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3439 | 2026-08-25T22:46:25.562Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3440 | 2026-08-25T22:46:27.929Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3441 | 2026-08-25T22:46:30.065Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3442 | 2026-08-25T22:46:32.434Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3443 | 2026-08-25T22:46:34.881Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3444 | 2026-08-25T22:46:37.823Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3445 | 2026-08-25T22:46:39.353Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3446 | 2026-08-25T22:46:42.104Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3447 | 2026-08-25T22:46:44.547Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3448 | 2026-08-25T22:46:46.752Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3449 | 2026-08-25T22:46:49.656Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3450 | 2026-08-25T22:46:52.117Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3451 | 2026-08-25T22:46:53.934Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3452 | 2026-08-25T22:46:56.417Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3453 | 2026-08-25T22:46:58.980Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3454 | 2026-08-25T22:47:01.575Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3455 | 2026-08-25T22:47:04.070Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3456 | 2026-08-25T22:47:06.329Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3457 | 2026-08-25T22:47:09.064Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3458 | 2026-08-25T22:47:11.511Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3459 | 2026-08-25T22:47:14.092Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3460 | 2026-08-25T22:47:16.580Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3461 | 2026-08-25T22:47:18.949Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3462 | 2026-08-25T22:47:21.556Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3463 | 2026-08-25T22:47:24.167Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3464 | 2026-08-25T22:47:26.685Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3465 | 2026-08-25T22:47:29.212Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3466 | 2026-08-25T22:47:31.692Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3467 | 2026-08-25T22:47:34.380Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3468 | 2026-08-25T22:47:36.811Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3469 | 2026-08-25T22:47:39.344Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3470 | 2026-08-25T22:47:41.916Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3471 | 2026-08-25T22:47:44.499Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3472 | 2026-08-25T22:47:47.060Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3473 | 2026-08-25T22:47:49.619Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3474 | 2026-08-25T22:47:52.143Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3475 | 2026-08-25T22:47:54.578Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3476 | 2026-08-25T22:47:57.202Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3477 | 2026-08-25T22:47:59.879Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3478 | 2026-08-25T22:48:02.262Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3479 | 2026-08-25T22:48:05.649Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3480 | 2026-08-25T22:48:07.852Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3481 | 2026-08-25T22:48:10.555Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3482 | 2026-08-25T22:48:13.342Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3483 | 2026-08-25T22:48:15.781Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3484 | 2026-08-25T22:48:18.542Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3485 | 2026-08-25T22:48:21.250Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3486 | 2026-08-25T22:48:24.005Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3487 | 2026-08-25T22:48:26.623Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3488 | 2026-08-25T22:48:29.279Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3489 | 2026-08-25T22:48:31.965Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3490 | 2026-08-25T22:48:34.552Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3491 | 2026-08-25T22:48:37.181Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3492 | 2026-08-25T22:48:40.203Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3493 | 2026-08-25T22:48:42.922Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3494 | 2026-08-25T22:48:45.547Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3495 | 2026-08-25T22:48:48.230Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3496 | 2026-08-25T22:48:50.978Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3497 | 2026-08-25T22:48:53.697Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3498 | 2026-08-25T22:48:56.458Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3499 | 2026-08-25T22:48:59.222Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3500 | 2026-08-25T22:49:02.437Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3501 | 2026-08-25T22:49:09.988Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3502 | 2026-08-25T22:49:10.309Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3503 | 2026-08-25T22:49:13.644Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3504 | 2026-08-25T22:49:17.023Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3505 | 2026-08-25T22:49:20.708Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3506 | 2026-08-25T22:49:24.099Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3507 | 2026-08-25T22:49:27.582Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3508 | 2026-08-25T22:49:31.143Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3509 | 2026-08-25T22:49:34.690Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3510 | 2026-08-25T22:49:38.273Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3511 | 2026-08-25T22:49:41.767Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3512 | 2026-08-25T22:49:45.310Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3513 | 2026-08-25T22:49:48.868Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3514 | 2026-08-25T22:49:52.510Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3515 | 2026-08-25T22:49:56.024Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3516 | 2026-08-25T22:49:59.558Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3517 | 2026-08-25T22:50:03.067Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3518 | 2026-08-25T22:50:08.035Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3519 | 2026-08-25T22:50:10.962Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3520 | 2026-08-25T22:50:14.830Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3521 | 2026-08-25T22:50:18.670Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3522 | 2026-08-25T22:50:22.783Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3523 | 2026-08-25T22:50:26.509Z | Documenting omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3524 | 2026-08-25T22:50:30.348Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3525 | 2026-08-25T22:50:34.171Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3526 | 2026-08-25T22:51:04.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 23s |
| 3527 | 2026-08-25T22:51:04.996Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3528 | 2026-08-25T22:51:04.996Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3529 | 2026-08-25T22:51:05.163Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 206 other files |
| 3530 | 2026-08-25T22:51:05.270Z | |
| 3531 | 2026-08-25T22:51:05.274Z | real 7:23.408254328 |
| 3532 | 2026-08-25T22:51:05.274Z | user 20:09.062045747 |
| 3533 | 2026-08-25T22:51:05.274Z | sys 4:19.347119305 |
| 3534 | 2026-08-25T22:51:05.274Z | trap 0.287756018 |
| 3535 | 2026-08-25T22:51:05.274Z | tflt 0.007097341 |
| 3536 | 2026-08-25T22:51:05.274Z | dflt 0.173552572 |
| 3537 | 2026-08-25T22:51:05.274Z | kflt 0.000036520 |
| 3538 | 2026-08-25T22:51:05.274Z | lock 7:02:03.400334232 |
| 3539 | 2026-08-25T22:51:05.274Z | slp 2:28:39.395188192 |
| 3540 | 2026-08-25T22:51:05.274Z | lat 36.269251753 |
| 3541 | 2026-08-25T22:51:05.274Z | stop 2:11.529911563 |
| 3542 | 2026-08-25T22:51:05.274Z | process exited: duration 828601 ms, exit code 0 |
| |
| 3543 | 2026-08-25T22:51:05.285Z | found 0 output files |