|
|
|
| 1 | 2026-07-24T21:08:20.607Z | job assigned to worker 01KYAZ91DHGAQVGCGZ3HRK5EVN [factory aws, i-0097fc8e950410ff2] (queued for 53 s) |
| |
| 2 | 2026-07-24T21:08:26.842Z | starting task 0: "setup" |
| 3 | 2026-07-24T21:08:26.847Z | ++ uname -s |
| 4 | 2026-07-24T21:08:26.852Z | + kern=SunOS |
| 5 | 2026-07-24T21:08:26.852Z | + build_user=build |
| 6 | 2026-07-24T21:08:26.852Z | + build_uid=12345 |
| 7 | 2026-07-24T21:08:26.852Z | + work_dir=/work |
| 8 | 2026-07-24T21:08:26.852Z | + input_dir=/input |
| 9 | 2026-07-24T21:08:26.852Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-24T21:08:26.852Z | + case "$kern" in |
| 11 | 2026-07-24T21:08:26.852Z | + groupadd -g 12345 build |
| 12 | 2026-07-24T21:08:26.857Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-24T21:08:28.860Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-24T21:08:28.943Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-24T21:08:28.948Z | + home_fs=zfs |
| 16 | 2026-07-24T21:08:28.948Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-24T21:08:28.948Z | + mkdir -p /home/build |
| 18 | 2026-07-24T21:08:28.948Z | + chown build:build /home/build /work |
| 19 | 2026-07-24T21:08:29.942Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-24T21:08:29.947Z | process exited: duration 3106 ms, exit code 0 |
| |
| 21 | 2026-07-24T21:08:29.954Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-24T21:08:29.962Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-24T21:08:29.962Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-24T21:08:29.962Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-24T21:08:29.962Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-24T21:08:29.963Z | * rust toolchain profile = "default" |
| 27 | 2026-07-24T21:08:29.963Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-24T21:08:29.966Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-24T21:08:29.966Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-24T21:08:30.040Z | info: downloading installer |
| 31 | 2026-07-24T21:08:31.422Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-24T21:08:31.422Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-24T21:08:31.422Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-24T21:08:31.422Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-24T21:08:31.435Z | info: profile set to default |
| 36 | 2026-07-24T21:08:31.435Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-24T21:08:31.438Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-24T21:08:31.566Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-24T21:08:31.572Z | info: downloading 6 components |
| 40 | 2026-07-24T21:08:46.096Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-24T21:08:46.096Z | |
| 42 | 2026-07-24T21:08:46.125Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-24T21:08:46.125Z | |
| 44 | 2026-07-24T21:08:46.125Z | |
| 45 | 2026-07-24T21:08:46.125Z | Rust is installed now. Great! |
| 46 | 2026-07-24T21:08:46.125Z | |
| 47 | 2026-07-24T21:08:46.136Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-24T21:08:46.136Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-24T21:08:46.136Z | |
| 50 | 2026-07-24T21:08:46.136Z | To configure your current shell, you need to source |
| 51 | 2026-07-24T21:08:46.136Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-24T21:08:46.136Z | |
| 53 | 2026-07-24T21:08:46.136Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-24T21:08:46.136Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-24T21:08:46.136Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-24T21:08:46.136Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-24T21:08:46.136Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-24T21:08:46.136Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-24T21:08:46.137Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-24T21:08:46.137Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-24T21:08:46.137Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-24T21:08:46.230Z | + rustup --version |
| 63 | 2026-07-24T21:08:46.241Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-24T21:08:46.241Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-24T21:08:46.260Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-24T21:08:46.267Z | + cargo --version |
| 67 | 2026-07-24T21:08:46.276Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-24T21:08:46.285Z | + rustc --version |
| 69 | 2026-07-24T21:08:46.299Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-24T21:08:46.306Z | process exited: duration 16347 ms, exit code 0 |
| |
| 71 | 2026-07-24T21:08:46.319Z | starting task 2: "authentication" |
| 72 | 2026-07-24T21:08:46.338Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-24T21:08:46.353Z | starting task 3: "clone repository" |
| 74 | 2026-07-24T21:08:46.362Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-24T21:08:46.362Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-24T21:08:46.389Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-24T21:08:57.088Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-24T21:08:57.088Z | + git fetch origin a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 79 | 2026-07-24T21:08:57.377Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-24T21:08:57.377Z | * branch a6091db0c0a4f2313f569dde9b9665122f9bd7e0 -> FETCH_HEAD |
| 81 | 2026-07-24T21:08:57.386Z | + [[ -n john/mupdate-recovery-after-noop-conversion ]] |
| 82 | 2026-07-24T21:08:57.389Z | ++ git branch --show-current |
| 83 | 2026-07-24T21:08:57.390Z | + current=main |
| 84 | 2026-07-24T21:08:57.390Z | + [[ main != john/mupdate-recovery-after-noop-conversion ]] |
| 85 | 2026-07-24T21:08:57.390Z | + git branch -f john/mupdate-recovery-after-noop-conversion a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 86 | 2026-07-24T21:08:57.393Z | + git checkout -f john/mupdate-recovery-after-noop-conversion |
| 87 | 2026-07-24T21:08:57.553Z | Switched to branch 'john/mupdate-recovery-after-noop-conversion' |
| 88 | 2026-07-24T21:08:57.557Z | + git reset --hard a6091db0c0a4f2313f569dde9b9665122f9bd7e0 |
| 89 | 2026-07-24T21:08:57.713Z | HEAD is now at a6091db0c add integration test |
| 90 | 2026-07-24T21:08:57.755Z | process exited: duration 11362 ms, exit code 0 |
| |
| 91 | 2026-07-24T21:08:57.761Z | starting task 4: "build" |
| 92 | 2026-07-24T21:08:57.765Z | + source ./env.sh |
| 93 | 2026-07-24T21:08:57.768Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-24T21:08:57.768Z | ++ set -o xtrace |
| 95 | 2026-07-24T21:08:57.768Z | ++++ dirname ./env.sh |
| 96 | 2026-07-24T21:08:57.771Z | +++ readlink -f . |
| 97 | 2026-07-24T21:08:57.771Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-24T21:08:57.771Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-24T21:08:57.771Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-24T21:08:57.771Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-24T21:08:57.771Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-24T21:08:57.771Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-24T21:08:57.771Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-24T21:08:57.771Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-24T21:08:57.772Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-24T21:08:57.772Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 107 | 2026-07-24T21:08:57.772Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 108 | 2026-07-24T21:08:57.772Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-24T21:08:57.772Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-24T21:08:57.772Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-24T21:08:57.772Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-24T21:08:57.772Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-24T21:08:57.775Z | +++ uname -s |
| 114 | 2026-07-24T21:08:57.775Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-24T21:08:57.775Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-24T21:08:57.775Z | + cargo --version |
| 117 | 2026-07-24T21:08:57.783Z | cargo 1.96.1 (356927216 2026-06-26) |
| 118 | 2026-07-24T21:08:57.788Z | + rustc --version |
| 119 | 2026-07-24T21:08:57.805Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 120 | 2026-07-24T21:08:57.809Z | + banner prerequisites |
| 121 | 2026-07-24T21:08:57.812Z | |
| 122 | 2026-07-24T21:08:57.812Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-24T21:08:57.812Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-24T21:08:57.812Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-24T21:08:57.812Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-24T21:08:57.812Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-24T21:08:57.812Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-24T21:08:57.812Z | |
| 129 | 2026-07-24T21:08:57.812Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-24T21:08:59.623Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-24T21:08:59.863Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-24T21:09:01.030Z | Planning: Solver setup ... Done (1.085s) |
| 133 | 2026-07-24T21:09:01.074Z | Planning: Running solver ... Done (0.045s) |
| 134 | 2026-07-24T21:09:01.104Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-24T21:09:01.117Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-24T21:09:01.138Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-24T21:09:01.173Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-24T21:09:01.178Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-24T21:09:01.361Z | Planning: Checking for conflicting actions ... Done (0.208s) |
| 140 | 2026-07-24T21:09:01.365Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-24T21:09:02.090Z | Planning: Evaluating mediators ... Done (0.726s) |
| 142 | 2026-07-24T21:09:02.094Z | Planning: Planning completed in 2.20 seconds |
| 143 | 2026-07-24T21:09:02.098Z | Packages to install: 2 |
| 144 | 2026-07-24T21:09:02.102Z | Estimated space available: 156.06 GB |
| 145 | 2026-07-24T21:09:02.102Z | Estimated space to be consumed: 55.04 MB |
| 146 | 2026-07-24T21:09:02.102Z | Create boot environment: No |
| 147 | 2026-07-24T21:09:02.102Z | Create backup boot environment: No |
| 148 | 2026-07-24T21:09:02.102Z | Rebuild boot archive: No |
| 149 | 2026-07-24T21:09:02.102Z | |
| 150 | 2026-07-24T21:09:02.102Z | Changed packages: |
| 151 | 2026-07-24T21:09:02.102Z | helios |
| 152 | 2026-07-24T21:09:02.102Z | developer/build-essential |
| 153 | 2026-07-24T21:09:02.102Z | None -> 11-3.0 |
| 154 | 2026-07-24T21:09:02.102Z | library/libxmlsec1 |
| 155 | 2026-07-24T21:09:02.102Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-24T21:09:02.122Z | |
| 157 | 2026-07-24T21:09:02.122Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-24T21:09:02.200Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 159 | 2026-07-24T21:09:02.278Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-24T21:09:02.319Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-24T21:09:02.340Z | Finalize: Updating package state database ... Done (0.023s) |
| 162 | 2026-07-24T21:09:02.344Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-24T21:09:02.396Z | Finalize: Updating image state ... Done (0.057s) |
| 164 | 2026-07-24T21:09:04.824Z | Finalize: Creating fast lookup database ... Done (2.390s) |
| 165 | 2026-07-24T21:09:04.895Z | Finalize: Reading search index ... Done (0.014s) |
| 166 | 2026-07-24T21:09:04.898Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-24T21:09:04.995Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-24T21:09:05.342Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-24T21:09:05.447Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-24T21:09:05.451Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-24T21:09:05.604Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-24T21:09:05.608Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-24T21:09:05.627Z | Mediators to change: 2 |
| 174 | 2026-07-24T21:09:05.627Z | Create boot environment: No |
| 175 | 2026-07-24T21:09:05.627Z | Create backup boot environment: No |
| 176 | 2026-07-24T21:09:05.677Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-24T21:09:05.677Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-24T21:09:05.711Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-24T21:09:07.657Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-24T21:09:07.721Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-24T21:09:07.725Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-24T21:09:07.807Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-24T21:09:08.090Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-24T21:09:08.196Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-24T21:09:08.199Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-24T21:09:08.351Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-24T21:09:08.354Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-24T21:09:08.377Z | Mediators to change: 1 |
| 189 | 2026-07-24T21:09:08.377Z | Create boot environment: No |
| 190 | 2026-07-24T21:09:08.377Z | Create backup boot environment: No |
| 191 | 2026-07-24T21:09:08.419Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-24T21:09:08.419Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-24T21:09:08.453Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-24T21:09:10.387Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-24T21:09:10.450Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-24T21:09:10.454Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-24T21:09:10.517Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-24T21:09:10.832Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-24T21:09:10.832Z | apache system 2.4 system |
| 200 | 2026-07-24T21:09:10.832Z | clang system 15 system |
| 201 | 2026-07-24T21:09:10.832Z | csh system system illumos |
| 202 | 2026-07-24T21:09:10.832Z | ctags system system illumos |
| 203 | 2026-07-24T21:09:10.832Z | file vendor vendor darwinsys |
| 204 | 2026-07-24T21:09:10.832Z | file system system illumos |
| 205 | 2026-07-24T21:09:10.832Z | gcc vendor 14 vendor |
| 206 | 2026-07-24T21:09:10.832Z | gcc system 13 system |
| 207 | 2026-07-24T21:09:10.832Z | gcc system 10 system |
| 208 | 2026-07-24T21:09:10.832Z | go system 1.25 system |
| 209 | 2026-07-24T21:09:10.832Z | llvm system 15 system |
| 210 | 2026-07-24T21:09:10.832Z | mariadb system 11.4 system |
| 211 | 2026-07-24T21:09:10.833Z | mta vendor vendor dma |
| 212 | 2026-07-24T21:09:10.833Z | openjdk system 17 system |
| 213 | 2026-07-24T21:09:10.833Z | openjdk system 11 system |
| 214 | 2026-07-24T21:09:10.833Z | openssl vendor 3 vendor |
| 215 | 2026-07-24T21:09:10.833Z | perl system 5.40 system |
| 216 | 2026-07-24T21:09:10.833Z | postgresql system 18 system |
| 217 | 2026-07-24T21:09:10.833Z | postgresql system 17 system |
| 218 | 2026-07-24T21:09:10.833Z | python vendor 3 vendor |
| 219 | 2026-07-24T21:09:10.833Z | python system 2 system |
| 220 | 2026-07-24T21:09:10.833Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-24T21:09:10.833Z | ruby system 3.4 system |
| 222 | 2026-07-24T21:09:10.833Z | ruby system 3.0 system |
| 223 | 2026-07-24T21:09:10.833Z | words vendor vendor american-english |
| 224 | 2026-07-24T21:09:10.833Z | words system system australian-english |
| 225 | 2026-07-24T21:09:10.834Z | words system system british-english |
| 226 | 2026-07-24T21:09:10.834Z | words system system canadian-english |
| 227 | 2026-07-24T21:09:10.834Z | words system system french |
| 228 | 2026-07-24T21:09:10.834Z | words system system italian |
| 229 | 2026-07-24T21:09:10.834Z | words system system ngerman |
| 230 | 2026-07-24T21:09:10.834Z | words system system ogerman |
| 231 | 2026-07-24T21:09:10.834Z | words system system spanish |
| 232 | 2026-07-24T21:09:11.085Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-24T21:09:11.085Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-24T21:09:11.480Z | FMRI IFO |
| 235 | 2026-07-24T21:09:11.480Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-24T21:09:11.480Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-24T21:09:11.480Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-24T21:09:11.480Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-24T21:09:11.480Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-24T21:09:11.480Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-24T21:09:11.480Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-24T21:09:11.480Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-24T21:09:11.480Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-24T21:09:11.790Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-24T21:09:12.076Z | Updating crates.io index |
| 246 | 2026-07-24T21:09:12.080Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-24T21:09:12.277Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-24T21:09:12.556Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-24T21:09:13.560Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-24T21:09:14.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-24T21:09:15.563Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-24T21:09:16.362Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-24T21:09:16.601Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-24T21:09:16.972Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-24T21:09:18.346Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-24T21:09:19.663Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-24T21:09:19.955Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-24T21:09:20.221Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-24T21:09:20.688Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-24T21:09:21.233Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-24T21:09:21.464Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-24T21:09:21.681Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-24T21:09:21.957Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-24T21:09:22.216Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-24T21:09:22.632Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-24T21:09:22.943Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-24T21:09:23.184Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-24T21:09:23.587Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-24T21:09:23.945Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-24T21:09:24.192Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-24T21:09:24.631Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-24T21:09:24.885Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-24T21:09:25.237Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-24T21:09:25.562Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-24T21:09:25.816Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-24T21:09:26.072Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-24T21:09:26.399Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-24T21:09:26.744Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-24T21:09:26.982Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-24T21:09:27.272Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-24T21:09:27.493Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-24T21:09:27.777Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-24T21:09:28.052Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-24T21:09:28.331Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-24T21:09:28.593Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-24T21:09:28.836Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-24T21:09:31.688Z | Downloading crates ... |
| 288 | 2026-07-24T21:09:31.744Z | Downloaded byteorder v1.5.0 |
| 289 | 2026-07-24T21:09:31.748Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-07-24T21:09:31.748Z | Downloaded anstyle-parse v1.0.0 |
| 291 | 2026-07-24T21:09:31.751Z | Downloaded anstyle v1.0.14 |
| 292 | 2026-07-24T21:09:31.755Z | Downloaded bitflags v2.11.0 |
| 293 | 2026-07-24T21:09:31.755Z | Downloaded zerocopy-derive v0.7.35 |
| 294 | 2026-07-24T21:09:31.760Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-07-24T21:09:31.763Z | Downloaded fnv v1.0.7 |
| 296 | 2026-07-24T21:09:31.763Z | Downloaded fastrand v2.3.0 |
| 297 | 2026-07-24T21:09:31.763Z | Downloaded errno v0.3.14 |
| 298 | 2026-07-24T21:09:31.763Z | Downloaded cpufeatures v0.2.17 |
| 299 | 2026-07-24T21:09:31.766Z | Downloaded colorchoice v1.0.4 |
| 300 | 2026-07-24T21:09:31.766Z | Downloaded memmap v0.7.0 |
| 301 | 2026-07-24T21:09:31.770Z | Downloaded heck v0.5.0 |
| 302 | 2026-07-24T21:09:31.770Z | Downloaded zerocopy v0.7.35 |
| 303 | 2026-07-24T21:09:31.777Z | Downloaded zmij v1.0.21 |
| 304 | 2026-07-24T21:09:31.780Z | Downloaded block-buffer v0.10.4 |
| 305 | 2026-07-24T21:09:31.780Z | Downloaded itoa v1.0.17 |
| 306 | 2026-07-24T21:09:31.780Z | Downloaded dtrace-parser v0.2.0 |
| 307 | 2026-07-24T21:09:31.780Z | Downloaded equivalent v1.0.2 |
| 308 | 2026-07-24T21:09:31.784Z | Downloaded cargo-platform v0.3.2 |
| 309 | 2026-07-24T21:09:31.784Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-07-24T21:09:31.784Z | Downloaded cfg-if v1.0.4 |
| 311 | 2026-07-24T21:09:31.784Z | Downloaded strsim v0.11.1 |
| 312 | 2026-07-24T21:09:31.784Z | Downloaded dof v0.3.0 |
| 313 | 2026-07-24T21:09:31.789Z | Downloaded smawk v0.3.2 |
| 314 | 2026-07-24T21:09:31.796Z | Downloaded plain v0.2.3 |
| 315 | 2026-07-24T21:09:31.800Z | Downloaded generic-array v0.14.7 |
| 316 | 2026-07-24T21:09:31.800Z | Downloaded clap_lex v1.0.0 |
| 317 | 2026-07-24T21:09:31.800Z | Downloaded thiserror-impl v2.0.18 |
| 318 | 2026-07-24T21:09:31.800Z | Downloaded autocfg v1.5.0 |
| 319 | 2026-07-24T21:09:31.800Z | Downloaded anstream v1.0.0 |
| 320 | 2026-07-24T21:09:31.803Z | Downloaded scroll_derive v0.12.1 |
| 321 | 2026-07-24T21:09:31.810Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-07-24T21:09:31.813Z | Downloaded swrite v0.1.0 |
| 323 | 2026-07-24T21:09:31.813Z | Downloaded is_terminal_polyfill v1.70.2 |
| 324 | 2026-07-24T21:09:31.817Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-07-24T21:09:31.821Z | Downloaded utf8parse v0.2.2 |
| 326 | 2026-07-24T21:09:31.821Z | Downloaded usdt v0.5.0 |
| 327 | 2026-07-24T21:09:31.821Z | Downloaded unicode-linebreak v0.1.5 |
| 328 | 2026-07-24T21:09:31.825Z | Downloaded toml_write v0.1.2 |
| 329 | 2026-07-24T21:09:31.828Z | Downloaded proc-macro-error-attr v1.0.4 |
| 330 | 2026-07-24T21:09:31.831Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-07-24T21:09:31.832Z | Downloaded serde_spanned v0.6.9 |
| 332 | 2026-07-24T21:09:31.835Z | Downloaded version_check v0.9.5 |
| 333 | 2026-07-24T21:09:31.835Z | Downloaded fs-err v3.3.0 |
| 334 | 2026-07-24T21:09:31.835Z | Downloaded usdt-macro v0.5.0 |
| 335 | 2026-07-24T21:09:31.845Z | Downloaded heck v0.4.1 |
| 336 | 2026-07-24T21:09:31.845Z | Downloaded camino-tempfile v1.4.1 |
| 337 | 2026-07-24T21:09:31.845Z | Downloaded bytecount v0.6.9 |
| 338 | 2026-07-24T21:09:31.849Z | Downloaded digest v0.10.7 |
| 339 | 2026-07-24T21:09:31.849Z | Downloaded cargo_metadata v0.23.1 |
| 340 | 2026-07-24T21:09:31.855Z | Downloaded camino v1.2.2 |
| 341 | 2026-07-24T21:09:31.858Z | Downloaded usdt-impl v0.5.0 |
| 342 | 2026-07-24T21:09:31.858Z | Downloaded thiserror-impl v1.0.69 |
| 343 | 2026-07-24T21:09:31.858Z | Downloaded pretty-hex v0.4.1 |
| 344 | 2026-07-24T21:09:31.862Z | Downloaded cargo_toml v0.21.0 |
| 345 | 2026-07-24T21:09:31.865Z | Downloaded thread-id v4.2.2 |
| 346 | 2026-07-24T21:09:31.865Z | Downloaded serde_tokenstream v0.2.3 |
| 347 | 2026-07-24T21:09:31.868Z | Downloaded toml_datetime v0.6.11 |
| 348 | 2026-07-24T21:09:31.868Z | Downloaded scroll v0.12.0 |
| 349 | 2026-07-24T21:09:31.874Z | Downloaded quote v1.0.45 |
| 350 | 2026-07-24T21:09:31.883Z | Downloaded clap_derive v4.6.1 |
| 351 | 2026-07-24T21:09:31.888Z | Downloaded anyhow v1.0.102 |
| 352 | 2026-07-24T21:09:31.895Z | Downloaded ucd-trie v0.1.7 |
| 353 | 2026-07-24T21:09:31.898Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2026-07-24T21:09:31.898Z | Downloaded sha2 v0.10.9 |
| 355 | 2026-07-24T21:09:31.902Z | Downloaded semver v1.0.28 |
| 356 | 2026-07-24T21:09:31.902Z | Downloaded pest_generator v2.8.6 |
| 357 | 2026-07-24T21:09:31.907Z | Downloaded thiserror v2.0.18 |
| 358 | 2026-07-24T21:09:31.914Z | Downloaded thiserror v1.0.69 |
| 359 | 2026-07-24T21:09:31.917Z | Downloaded once_cell v1.21.3 |
| 360 | 2026-07-24T21:09:31.918Z | Downloaded tempfile v3.25.0 |
| 361 | 2026-07-24T21:09:31.918Z | Downloaded papergrid v0.11.0 |
| 362 | 2026-07-24T21:09:31.921Z | Downloaded log v0.4.29 |
| 363 | 2026-07-24T21:09:31.921Z | Downloaded getrandom v0.4.1 |
| 364 | 2026-07-24T21:09:31.924Z | Downloaded serde_derive v1.0.228 |
| 365 | 2026-07-24T21:09:31.927Z | Downloaded toml v0.8.23 |
| 366 | 2026-07-24T21:09:31.927Z | Downloaded clap v4.6.1 |
| 367 | 2026-07-24T21:09:31.933Z | Downloaded textwrap v0.16.2 |
| 368 | 2026-07-24T21:09:31.936Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-07-24T21:09:31.944Z | Downloaded pest_derive v2.8.6 |
| 370 | 2026-07-24T21:09:31.948Z | Downloaded pest_meta v2.8.6 |
| 371 | 2026-07-24T21:09:31.957Z | Downloaded toml_edit v0.22.27 |
| 372 | 2026-07-24T21:09:31.961Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-07-24T21:09:31.973Z | Downloaded serde_core v1.0.228 |
| 374 | 2026-07-24T21:09:31.977Z | Downloaded serde v1.0.228 |
| 375 | 2026-07-24T21:09:31.980Z | Downloaded memchr v2.8.0 |
| 376 | 2026-07-24T21:09:31.983Z | Downloaded indexmap v2.14.0 |
| 377 | 2026-07-24T21:09:31.987Z | Downloaded typenum v1.20.1 |
| 378 | 2026-07-24T21:09:32.014Z | Downloaded pest v2.8.6 |
| 379 | 2026-07-24T21:09:32.029Z | Downloaded hashbrown v0.17.0 |
| 380 | 2026-07-24T21:09:32.036Z | Downloaded clap_builder v4.6.0 |
| 381 | 2026-07-24T21:09:32.042Z | Downloaded serde_json v1.0.150 |
| 382 | 2026-07-24T21:09:32.058Z | Downloaded winnow v0.7.14 |
| 383 | 2026-07-24T21:09:32.062Z | Downloaded tabled v0.15.0 |
| 384 | 2026-07-24T21:09:32.070Z | Downloaded goblin v0.8.2 |
| 385 | 2026-07-24T21:09:32.086Z | Downloaded unicode-width v0.1.14 |
| 386 | 2026-07-24T21:09:32.089Z | Downloaded unicode-width v0.2.0 |
| 387 | 2026-07-24T21:09:32.092Z | Downloaded syn v1.0.109 |
| 388 | 2026-07-24T21:09:32.097Z | Downloaded syn v2.0.117 |
| 389 | 2026-07-24T21:09:32.110Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-24T21:09:32.136Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-24T21:09:32.197Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-24T21:09:32.197Z | Compiling unicode-ident v1.0.24 |
| 393 | 2026-07-24T21:09:32.197Z | Compiling quote v1.0.45 |
| 394 | 2026-07-24T21:09:32.197Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-24T21:09:32.201Z | Compiling libc v0.2.185 |
| 396 | 2026-07-24T21:09:32.201Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-24T21:09:32.201Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-24T21:09:32.201Z | Compiling serde v1.0.228 |
| 399 | 2026-07-24T21:09:32.538Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-24T21:09:33.002Z | Compiling thiserror v1.0.69 |
| 401 | 2026-07-24T21:09:33.111Z | Compiling ucd-trie v0.1.7 |
| 402 | 2026-07-24T21:09:33.186Z | Compiling itoa v1.0.17 |
| 403 | 2026-07-24T21:09:33.385Z | Compiling pest v2.8.6 |
| 404 | 2026-07-24T21:09:33.479Z | Compiling byteorder v1.5.0 |
| 405 | 2026-07-24T21:09:33.532Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-24T21:09:33.608Z | Compiling errno v0.3.14 |
| 407 | 2026-07-24T21:09:33.775Z | Compiling serde_json v1.0.150 |
| 408 | 2026-07-24T21:09:33.834Z | Compiling bitflags v2.11.0 |
| 409 | 2026-07-24T21:09:34.056Z | Compiling thread-id v4.2.2 |
| 410 | 2026-07-24T21:09:34.076Z | Compiling proc-macro-error-attr v1.0.4 |
| 411 | 2026-07-24T21:09:34.132Z | Compiling syn v2.0.117 |
| 412 | 2026-07-24T21:09:34.228Z | Compiling usdt-impl v0.5.0 |
| 413 | 2026-07-24T21:09:34.315Z | Compiling camino v1.2.2 |
| 414 | 2026-07-24T21:09:34.316Z | Compiling syn v1.0.109 |
| 415 | 2026-07-24T21:09:34.526Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-24T21:09:34.634Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-07-24T21:09:34.699Z | Compiling getrandom v0.4.1 |
| 418 | 2026-07-24T21:09:34.700Z | Compiling equivalent v1.0.2 |
| 419 | 2026-07-24T21:09:34.775Z | Compiling log v0.4.29 |
| 420 | 2026-07-24T21:09:34.827Z | Compiling utf8parse v0.2.2 |
| 421 | 2026-07-24T21:09:34.907Z | Compiling plain v0.2.3 |
| 422 | 2026-07-24T21:09:34.919Z | Compiling hashbrown v0.17.0 |
| 423 | 2026-07-24T21:09:35.102Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-24T21:09:35.204Z | Compiling anstyle-parse v1.0.0 |
| 425 | 2026-07-24T21:09:35.468Z | Compiling indexmap v2.14.0 |
| 426 | 2026-07-24T21:09:35.776Z | Compiling thiserror v2.0.18 |
| 427 | 2026-07-24T21:09:35.812Z | Compiling winnow v0.7.14 |
| 428 | 2026-07-24T21:09:36.041Z | Compiling autocfg v1.5.0 |
| 429 | 2026-07-24T21:09:36.091Z | Compiling anstyle-query v1.1.5 |
| 430 | 2026-07-24T21:09:36.119Z | Compiling toml_write v0.1.2 |
| 431 | 2026-07-24T21:09:36.137Z | Compiling anstyle v1.0.14 |
| 432 | 2026-07-24T21:09:36.161Z | Compiling pretty-hex v0.4.1 |
| 433 | 2026-07-24T21:09:36.200Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-07-24T21:09:36.302Z | Compiling is_terminal_polyfill v1.70.2 |
| 435 | 2026-07-24T21:09:36.319Z | Compiling cfg-if v1.0.4 |
| 436 | 2026-07-24T21:09:36.359Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-24T21:09:36.408Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-24T21:09:36.472Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-24T21:09:36.678Z | Compiling anyhow v1.0.102 |
| 440 | 2026-07-24T21:09:36.682Z | Compiling fastrand v2.3.0 |
| 441 | 2026-07-24T21:09:36.716Z | Compiling once_cell v1.21.3 |
| 442 | 2026-07-24T21:09:36.842Z | Compiling strsim v0.11.1 |
| 443 | 2026-07-24T21:09:36.942Z | Compiling heck v0.4.1 |
| 444 | 2026-07-24T21:09:36.959Z | Compiling clap_lex v1.0.0 |
| 445 | 2026-07-24T21:09:36.999Z | Compiling heck v0.5.0 |
| 446 | 2026-07-24T21:09:37.063Z | Compiling bytecount v0.6.9 |
| 447 | 2026-07-24T21:09:37.164Z | Compiling unicode-width v0.1.14 |
| 448 | 2026-07-24T21:09:37.187Z | Compiling fnv v1.0.7 |
| 449 | 2026-07-24T21:09:37.205Z | Compiling clap_builder v4.6.0 |
| 450 | 2026-07-24T21:09:37.238Z | Compiling tempfile v3.25.0 |
| 451 | 2026-07-24T21:09:37.313Z | Compiling semver v1.0.28 |
| 452 | 2026-07-24T21:09:37.390Z | Compiling papergrid v0.11.0 |
| 453 | 2026-07-24T21:09:37.428Z | Compiling cargo-platform v0.3.2 |
| 454 | 2026-07-24T21:09:37.449Z | Compiling memmap v0.7.0 |
| 455 | 2026-07-24T21:09:37.473Z | Compiling tabled_derive v0.7.0 |
| 456 | 2026-07-24T21:09:37.601Z | Compiling unicode-linebreak v0.1.5 |
| 457 | 2026-07-24T21:09:37.627Z | Compiling smawk v0.3.2 |
| 458 | 2026-07-24T21:09:37.630Z | Compiling unicode-width v0.2.0 |
| 459 | 2026-07-24T21:09:37.767Z | Compiling camino-tempfile v1.4.1 |
| 460 | 2026-07-24T21:09:37.913Z | Compiling textwrap v0.16.2 |
| 461 | 2026-07-24T21:09:37.998Z | Compiling serde_derive v1.0.228 |
| 462 | 2026-07-24T21:09:38.001Z | Compiling thiserror-impl v1.0.69 |
| 463 | 2026-07-24T21:09:38.045Z | Compiling zerocopy-derive v0.7.35 |
| 464 | 2026-07-24T21:09:38.124Z | Compiling pest_derive v2.8.6 |
| 465 | 2026-07-24T21:09:38.364Z | Compiling scroll_derive v0.12.1 |
| 466 | 2026-07-24T21:09:38.382Z | Compiling thiserror-impl v2.0.18 |
| 467 | 2026-07-24T21:09:38.575Z | Compiling clap_derive v4.6.1 |
| 468 | 2026-07-24T21:09:38.786Z | Compiling tabled v0.15.0 |
| 469 | 2026-07-24T21:09:38.926Z | Compiling zerocopy v0.7.35 |
| 470 | 2026-07-24T21:09:39.060Z | Compiling scroll v0.12.0 |
| 471 | 2026-07-24T21:09:39.337Z | Compiling goblin v0.8.2 |
| 472 | 2026-07-24T21:09:39.397Z | Compiling dtrace-parser v0.2.0 |
| 473 | 2026-07-24T21:09:39.484Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-24T21:09:40.326Z | Compiling clap v4.6.1 |
| 475 | 2026-07-24T21:09:40.878Z | Compiling toml_datetime v0.6.11 |
| 476 | 2026-07-24T21:09:40.878Z | Compiling serde_spanned v0.6.9 |
| 477 | 2026-07-24T21:09:40.878Z | Compiling cargo_metadata v0.23.1 |
| 478 | 2026-07-24T21:09:40.882Z | Compiling macaddr v1.0.1 |
| 479 | 2026-07-24T21:09:40.882Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-24T21:09:40.959Z | Compiling dof v0.3.0 |
| 481 | 2026-07-24T21:09:40.978Z | Compiling serde_tokenstream v0.2.3 |
| 482 | 2026-07-24T21:09:41.081Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-24T21:09:41.656Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2026-07-24T21:09:41.674Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-07-24T21:09:42.331Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-24T21:09:42.439Z | Compiling toml v0.8.23 |
| 487 | 2026-07-24T21:09:42.769Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-24T21:09:44.039Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-24T21:09:46.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.40s |
| 490 | 2026-07-24T21:09:46.230Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-24T21:09:46.732Z | Downloading crates ... |
| 492 | 2026-07-24T21:09:46.823Z | Downloaded async-stream v0.3.6 |
| 493 | 2026-07-24T21:09:46.831Z | Downloaded atty v0.2.14 |
| 494 | 2026-07-24T21:09:46.835Z | Downloaded ascii-canvas v3.0.0 |
| 495 | 2026-07-24T21:09:46.841Z | Downloaded bitfield-struct v0.6.2 |
| 496 | 2026-07-24T21:09:46.846Z | Downloaded backoff v0.4.0 |
| 497 | 2026-07-24T21:09:46.851Z | Downloaded aead v0.6.1 |
| 498 | 2026-07-24T21:09:46.851Z | Downloaded atomic-waker v1.1.2 |
| 499 | 2026-07-24T21:09:46.855Z | Downloaded cobs v0.3.0 |
| 500 | 2026-07-24T21:09:46.858Z | Downloaded convert_case v0.4.0 |
| 501 | 2026-07-24T21:09:46.858Z | Downloaded async-recursion v1.1.1 |
| 502 | 2026-07-24T21:09:46.858Z | Downloaded atomicwrites v0.4.4 |
| 503 | 2026-07-24T21:09:46.862Z | Downloaded adler2 v2.0.1 |
| 504 | 2026-07-24T21:09:46.868Z | Downloaded array-init v0.0.4 |
| 505 | 2026-07-24T21:09:46.868Z | Downloaded csv-core v0.1.13 |
| 506 | 2026-07-24T21:09:46.868Z | Downloaded crossbeam-utils v0.8.21 |
| 507 | 2026-07-24T21:09:46.868Z | Downloaded crossbeam-deque v0.8.6 |
| 508 | 2026-07-24T21:09:46.868Z | Downloaded difflib v0.4.0 |
| 509 | 2026-07-24T21:09:46.872Z | Downloaded data-encoding v2.10.0 |
| 510 | 2026-07-24T21:09:46.872Z | Downloaded either v1.15.0 |
| 511 | 2026-07-24T21:09:46.872Z | Downloaded base16ct v0.2.0 |
| 512 | 2026-07-24T21:09:46.875Z | Downloaded bb8 v0.8.6 |
| 513 | 2026-07-24T21:09:46.876Z | Downloaded arrayref v0.3.9 |
| 514 | 2026-07-24T21:09:46.876Z | Downloaded darling v0.21.3 |
| 515 | 2026-07-24T21:09:46.879Z | Downloaded assert_matches v1.5.0 |
| 516 | 2026-07-24T21:09:46.882Z | Downloaded ed25519-dalek v2.2.0 |
| 517 | 2026-07-24T21:09:46.888Z | Downloaded ctutils v0.4.2 |
| 518 | 2026-07-24T21:09:46.891Z | Downloaded bcs v0.1.6 |
| 519 | 2026-07-24T21:09:46.891Z | Downloaded darling_macro v0.13.4 |
| 520 | 2026-07-24T21:09:46.891Z | Downloaded anstream v0.6.21 |
| 521 | 2026-07-24T21:09:46.895Z | Downloaded darling v0.20.11 |
| 522 | 2026-07-24T21:09:46.901Z | Downloaded defmt v0.3.100 |
| 523 | 2026-07-24T21:09:46.901Z | Downloaded darling_macro v0.20.11 |
| 524 | 2026-07-24T21:09:46.901Z | Downloaded crypto-bigint v0.5.5 |
| 525 | 2026-07-24T21:09:46.905Z | Downloaded crossbeam-channel v0.5.15 |
| 526 | 2026-07-24T21:09:46.910Z | Downloaded ciborium-ll v0.2.2 |
| 527 | 2026-07-24T21:09:46.910Z | Downloaded critical-section v1.2.0 |
| 528 | 2026-07-24T21:09:46.910Z | Downloaded darling_macro v0.21.3 |
| 529 | 2026-07-24T21:09:46.914Z | Downloaded aead v0.5.2 |
| 530 | 2026-07-24T21:09:46.914Z | Downloaded bit-set v0.8.0 |
| 531 | 2026-07-24T21:09:46.914Z | Downloaded cpufeatures v0.3.0 |
| 532 | 2026-07-24T21:09:46.914Z | Downloaded base64ct v1.8.3 |
| 533 | 2026-07-24T21:09:46.919Z | Downloaded cookie_store v0.22.1 |
| 534 | 2026-07-24T21:09:46.919Z | Downloaded cookie v0.18.1 |
| 535 | 2026-07-24T21:09:46.919Z | Downloaded embedded-io v0.6.1 |
| 536 | 2026-07-24T21:09:46.922Z | Downloaded cstr-argument v0.1.2 |
| 537 | 2026-07-24T21:09:46.923Z | Downloaded crc8 v0.1.1 |
| 538 | 2026-07-24T21:09:46.926Z | Downloaded block-buffer v0.12.1 |
| 539 | 2026-07-24T21:09:46.929Z | Downloaded dtrace-parser v0.3.0 |
| 540 | 2026-07-24T21:09:46.929Z | Downloaded crc v3.4.0 |
| 541 | 2026-07-24T21:09:46.929Z | Downloaded darling_macro v0.23.0 |
| 542 | 2026-07-24T21:09:46.929Z | Downloaded crc-catalog v2.4.0 |
| 543 | 2026-07-24T21:09:46.932Z | Downloaded bitfield-macros v0.19.4 |
| 544 | 2026-07-24T21:09:46.932Z | Downloaded base16ct v1.0.0 |
| 545 | 2026-07-24T21:09:46.936Z | Downloaded document-features v0.2.12 |
| 546 | 2026-07-24T21:09:46.936Z | Downloaded dirs-next v2.0.0 |
| 547 | 2026-07-24T21:09:46.941Z | Downloaded blowfish v0.10.0 |
| 548 | 2026-07-24T21:09:46.941Z | Downloaded crypto-common v0.2.2 |
| 549 | 2026-07-24T21:09:46.941Z | Downloaded cexpr v0.6.0 |
| 550 | 2026-07-24T21:09:46.945Z | Downloaded bitfield v0.19.4 |
| 551 | 2026-07-24T21:09:46.945Z | Downloaded convert_case v0.10.0 |
| 552 | 2026-07-24T21:09:46.945Z | Downloaded dsl_auto_type v0.2.0 |
| 553 | 2026-07-24T21:09:46.945Z | Downloaded cpubits v0.1.1 |
| 554 | 2026-07-24T21:09:46.945Z | Downloaded bit-set v0.5.3 |
| 555 | 2026-07-24T21:09:46.948Z | Downloaded debug-ignore v1.0.5 |
| 556 | 2026-07-24T21:09:46.948Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 557 | 2026-07-24T21:09:46.948Z | Downloaded cbc v0.2.1 |
| 558 | 2026-07-24T21:09:46.951Z | Downloaded castaway v0.2.4 |
| 559 | 2026-07-24T21:09:46.951Z | Downloaded block-padding v0.4.2 |
| 560 | 2026-07-24T21:09:46.951Z | Downloaded byte-wrapper v0.1.0 |
| 561 | 2026-07-24T21:09:46.955Z | Downloaded backon v1.6.0 |
| 562 | 2026-07-24T21:09:46.955Z | Downloaded argon2 v0.5.3 |
| 563 | 2026-07-24T21:09:46.959Z | Downloaded ahash v0.8.12 |
| 564 | 2026-07-24T21:09:46.959Z | Downloaded arrayvec v0.7.6 |
| 565 | 2026-07-24T21:09:46.962Z | Downloaded compression-core v0.4.31 |
| 566 | 2026-07-24T21:09:46.962Z | Downloaded ciborium-io v0.2.2 |
| 567 | 2026-07-24T21:09:46.962Z | Downloaded display-error-chain v0.2.2 |
| 568 | 2026-07-24T21:09:46.966Z | Downloaded crunchy v0.2.4 |
| 569 | 2026-07-24T21:09:46.971Z | Downloaded cfg_aliases v0.1.1 |
| 570 | 2026-07-24T21:09:46.971Z | Downloaded crucible-workspace-hack v0.1.0 |
| 571 | 2026-07-24T21:09:46.971Z | Downloaded cfg_aliases v0.2.1 |
| 572 | 2026-07-24T21:09:46.974Z | Downloaded dyn-clone v1.0.20 |
| 573 | 2026-07-24T21:09:46.978Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 574 | 2026-07-24T21:09:46.983Z | Downloaded dirs-sys-next v0.1.2 |
| 575 | 2026-07-24T21:09:46.983Z | Downloaded digest-io v0.1.0 |
| 576 | 2026-07-24T21:09:46.988Z | Downloaded enum-as-inner v0.6.1 |
| 577 | 2026-07-24T21:09:46.988Z | Downloaded endian-type v0.1.2 |
| 578 | 2026-07-24T21:09:46.988Z | Downloaded defmt-parser v1.0.0 |
| 579 | 2026-07-24T21:09:46.988Z | Downloaded env_filter v1.0.0 |
| 580 | 2026-07-24T21:09:46.997Z | Downloaded dunce v1.0.5 |
| 581 | 2026-07-24T21:09:46.997Z | Downloaded async-stream-impl v0.3.6 |
| 582 | 2026-07-24T21:09:46.997Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-07-24T21:09:47.003Z | Downloaded derive_builder_macro v0.20.2 |
| 584 | 2026-07-24T21:09:47.003Z | Downloaded bit-vec v0.6.3 |
| 585 | 2026-07-24T21:09:47.003Z | Downloaded anstyle-parse v0.2.7 |
| 586 | 2026-07-24T21:09:47.003Z | Downloaded fixedbitset v0.4.2 |
| 587 | 2026-07-24T21:09:47.003Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 588 | 2026-07-24T21:09:47.006Z | Downloaded bitflags v1.3.2 |
| 589 | 2026-07-24T21:09:47.006Z | Downloaded embedded-io v0.4.0 |
| 590 | 2026-07-24T21:09:47.006Z | Downloaded async-trait v0.1.89 |
| 591 | 2026-07-24T21:09:47.009Z | Downloaded float-ord v0.3.2 |
| 592 | 2026-07-24T21:09:47.013Z | Downloaded camino-tempfile-ext v0.3.3 |
| 593 | 2026-07-24T21:09:47.013Z | Downloaded fd-lock v4.0.4 |
| 594 | 2026-07-24T21:09:47.013Z | Downloaded foreign-types v0.5.0 |
| 595 | 2026-07-24T21:09:47.016Z | Downloaded cmov v0.5.4 |
| 596 | 2026-07-24T21:09:47.016Z | Downloaded form_urlencoded v1.2.2 |
| 597 | 2026-07-24T21:09:47.016Z | Downloaded foreign-types-shared v0.1.1 |
| 598 | 2026-07-24T21:09:47.019Z | Downloaded flagset v0.4.7 |
| 599 | 2026-07-24T21:09:47.019Z | Downloaded clang-sys v1.8.1 |
| 600 | 2026-07-24T21:09:47.019Z | Downloaded cipher v0.4.4 |
| 601 | 2026-07-24T21:09:47.023Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 602 | 2026-07-24T21:09:47.023Z | Downloaded chacha20 v0.9.1 |
| 603 | 2026-07-24T21:09:47.026Z | Downloaded argon2 v0.6.0-rc.8 |
| 604 | 2026-07-24T21:09:47.026Z | Downloaded env_logger v0.11.9 |
| 605 | 2026-07-24T21:09:47.026Z | Downloaded ecdsa v0.16.9 |
| 606 | 2026-07-24T21:09:47.031Z | Downloaded cancel-safe-futures v0.1.5 |
| 607 | 2026-07-24T21:09:47.031Z | Downloaded foreign-types v0.3.2 |
| 608 | 2026-07-24T21:09:47.031Z | Downloaded funty v2.0.0 |
| 609 | 2026-07-24T21:09:47.036Z | Downloaded bzip2 v0.6.1 |
| 610 | 2026-07-24T21:09:47.036Z | Downloaded ed25519 v2.2.3 |
| 611 | 2026-07-24T21:09:47.036Z | Downloaded displaydoc v0.2.5 |
| 612 | 2026-07-24T21:09:47.040Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-07-24T21:09:47.040Z | Downloaded cmake v0.1.57 |
| 614 | 2026-07-24T21:09:47.040Z | Downloaded corncobs v0.1.4 |
| 615 | 2026-07-24T21:09:47.040Z | Downloaded futures-core v0.3.32 |
| 616 | 2026-07-24T21:09:47.043Z | Downloaded ciborium v0.2.2 |
| 617 | 2026-07-24T21:09:47.043Z | Downloaded futures-sink v0.3.32 |
| 618 | 2026-07-24T21:09:47.043Z | Downloaded futures-macro v0.3.32 |
| 619 | 2026-07-24T21:09:47.048Z | Downloaded futures-io v0.3.32 |
| 620 | 2026-07-24T21:09:47.048Z | Downloaded constant_time_eq v0.4.2 |
| 621 | 2026-07-24T21:09:47.048Z | Downloaded git-stub v1.0.0 |
| 622 | 2026-07-24T21:09:47.048Z | Downloaded hash32 v0.2.1 |
| 623 | 2026-07-24T21:09:47.051Z | Downloaded ena v0.14.4 |
| 624 | 2026-07-24T21:09:47.051Z | Downloaded ghash v0.6.0 |
| 625 | 2026-07-24T21:09:47.055Z | Downloaded const_format_proc_macros v0.2.34 |
| 626 | 2026-07-24T21:09:47.058Z | Downloaded darling v0.13.4 |
| 627 | 2026-07-24T21:09:47.058Z | Downloaded bs58 v0.5.1 |
| 628 | 2026-07-24T21:09:47.061Z | Downloaded dof v0.4.0 |
| 629 | 2026-07-24T21:09:47.061Z | Downloaded defmt v1.0.1 |
| 630 | 2026-07-24T21:09:47.065Z | Downloaded daft-derive v0.1.7 |
| 631 | 2026-07-24T21:09:47.068Z | Downloaded diesel-dtrace v0.5.0 |
| 632 | 2026-07-24T21:09:47.068Z | Downloaded fxhash v0.2.1 |
| 633 | 2026-07-24T21:09:47.068Z | Downloaded erased-serde v0.3.31 |
| 634 | 2026-07-24T21:09:47.074Z | Downloaded globwalk v0.9.1 |
| 635 | 2026-07-24T21:09:47.074Z | Downloaded ed25519 v3.0.0 |
| 636 | 2026-07-24T21:09:47.074Z | Downloaded gethostname v0.5.0 |
| 637 | 2026-07-24T21:09:47.074Z | Downloaded deranged v0.5.8 |
| 638 | 2026-07-24T21:09:47.078Z | Downloaded defmt-macros v1.0.1 |
| 639 | 2026-07-24T21:09:47.078Z | Downloaded fixedbitset v0.5.7 |
| 640 | 2026-07-24T21:09:47.082Z | Downloaded ff v0.14.0 |
| 641 | 2026-07-24T21:09:47.082Z | Downloaded hash32 v0.3.1 |
| 642 | 2026-07-24T21:09:47.082Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-07-24T21:09:47.082Z | Downloaded ff v0.13.1 |
| 644 | 2026-07-24T21:09:47.085Z | Downloaded der_derive v0.7.3 |
| 645 | 2026-07-24T21:09:47.085Z | Downloaded derive-ex v0.1.8 |
| 646 | 2026-07-24T21:09:47.089Z | Downloaded fallible-iterator v0.2.0 |
| 647 | 2026-07-24T21:09:47.089Z | Downloaded console v0.15.11 |
| 648 | 2026-07-24T21:09:47.089Z | Downloaded fs-err v2.11.0 |
| 649 | 2026-07-24T21:09:47.092Z | Downloaded colored v2.2.0 |
| 650 | 2026-07-24T21:09:47.092Z | Downloaded fs_extra v1.3.0 |
| 651 | 2026-07-24T21:09:47.095Z | Downloaded blake2 v0.11.0-rc.6 |
| 652 | 2026-07-24T21:09:47.095Z | Downloaded cassowary v0.3.0 |
| 653 | 2026-07-24T21:09:47.141Z | Downloaded float-cmp v0.10.0 |
| 654 | 2026-07-24T21:09:47.141Z | Downloaded filetime v0.2.27 |
| 655 | 2026-07-24T21:09:47.141Z | Downloaded blake2 v0.10.6 |
| 656 | 2026-07-24T21:09:47.141Z | Downloaded ecdsa v0.17.0-rc.18 |
| 657 | 2026-07-24T21:09:47.141Z | Downloaded darling v0.23.0 |
| 658 | 2026-07-24T21:09:47.141Z | Downloaded headers-core v0.3.0 |
| 659 | 2026-07-24T21:09:47.141Z | Downloaded home v0.5.12 |
| 660 | 2026-07-24T21:09:47.141Z | Downloaded http-body v1.0.1 |
| 661 | 2026-07-24T21:09:47.141Z | Downloaded hostname v0.4.2 |
| 662 | 2026-07-24T21:09:47.141Z | Downloaded futures-task v0.3.32 |
| 663 | 2026-07-24T21:09:47.141Z | Downloaded hex v0.4.3 |
| 664 | 2026-07-24T21:09:47.141Z | Downloaded crc32fast v1.5.0 |
| 665 | 2026-07-24T21:09:47.141Z | Downloaded git-stub-vcs v0.1.0 |
| 666 | 2026-07-24T21:09:47.141Z | Downloaded group v0.13.0 |
| 667 | 2026-07-24T21:09:47.141Z | Downloaded httpdate v1.0.3 |
| 668 | 2026-07-24T21:09:47.142Z | Downloaded hex-literal v1.1.0 |
| 669 | 2026-07-24T21:09:47.142Z | Downloaded const-oid v0.9.6 |
| 670 | 2026-07-24T21:09:47.142Z | Downloaded chacha20 v0.10.0 |
| 671 | 2026-07-24T21:09:47.142Z | Downloaded hubpack v0.1.2 |
| 672 | 2026-07-24T21:09:47.142Z | Downloaded delegate v0.13.5 |
| 673 | 2026-07-24T21:09:47.142Z | Downloaded foldhash v0.1.5 |
| 674 | 2026-07-24T21:09:47.142Z | Downloaded ctr v0.10.1 |
| 675 | 2026-07-24T21:09:47.142Z | Downloaded cipher v0.5.2 |
| 676 | 2026-07-24T21:09:47.142Z | Downloaded darling_core v0.21.3 |
| 677 | 2026-07-24T21:09:47.142Z | Downloaded ident_case v1.0.1 |
| 678 | 2026-07-24T21:09:47.142Z | Downloaded hubpack_derive v0.1.1 |
| 679 | 2026-07-24T21:09:47.142Z | Downloaded derive_builder_core v0.20.2 |
| 680 | 2026-07-24T21:09:47.142Z | Downloaded colored v3.1.1 |
| 681 | 2026-07-24T21:09:47.142Z | Downloaded des v0.9.0 |
| 682 | 2026-07-24T21:09:47.142Z | Downloaded bzip2 v0.4.4 |
| 683 | 2026-07-24T21:09:47.142Z | Downloaded digest v0.11.3 |
| 684 | 2026-07-24T21:09:47.142Z | Downloaded buf-list v1.1.2 |
| 685 | 2026-07-24T21:09:47.147Z | Downloaded http-range v0.1.5 |
| 686 | 2026-07-24T21:09:47.147Z | Downloaded find-msvc-tools v0.1.9 |
| 687 | 2026-07-24T21:09:47.147Z | Downloaded hostname v0.3.1 |
| 688 | 2026-07-24T21:09:47.148Z | Downloaded futures-executor v0.3.32 |
| 689 | 2026-07-24T21:09:47.148Z | Downloaded enum_dispatch v0.3.13 |
| 690 | 2026-07-24T21:09:47.151Z | Downloaded console v0.16.2 |
| 691 | 2026-07-24T21:09:47.151Z | Downloaded daft v0.1.7 |
| 692 | 2026-07-24T21:09:47.151Z | Downloaded illumos-nvpair v0.3.0 |
| 693 | 2026-07-24T21:09:47.154Z | Downloaded derive_builder v0.20.2 |
| 694 | 2026-07-24T21:09:47.157Z | Downloaded group v0.14.0 |
| 695 | 2026-07-24T21:09:47.157Z | Downloaded glob v0.3.3 |
| 696 | 2026-07-24T21:09:47.157Z | Downloaded derive_more v0.99.20 |
| 697 | 2026-07-24T21:09:47.163Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 698 | 2026-07-24T21:09:47.164Z | Downloaded hyper-tls v0.6.0 |
| 699 | 2026-07-24T21:09:47.164Z | Downloaded instant v0.1.13 |
| 700 | 2026-07-24T21:09:47.173Z | Downloaded inout v0.2.2 |
| 701 | 2026-07-24T21:09:47.173Z | Downloaded idna_adapter v1.2.1 |
| 702 | 2026-07-24T21:09:47.173Z | Downloaded const-oid v0.10.2 |
| 703 | 2026-07-24T21:09:47.173Z | Downloaded instability v0.3.11 |
| 704 | 2026-07-24T21:09:47.173Z | Downloaded highway v1.3.0 |
| 705 | 2026-07-24T21:09:47.173Z | Downloaded allocator-api2 v0.2.21 |
| 706 | 2026-07-24T21:09:47.173Z | Downloaded is_ci v1.2.0 |
| 707 | 2026-07-24T21:09:47.176Z | Downloaded darling_core v0.23.0 |
| 708 | 2026-07-24T21:09:47.176Z | Downloaded kem v0.3.0 |
| 709 | 2026-07-24T21:09:47.180Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-07-24T21:09:47.180Z | Downloaded async-bb8-diesel v0.2.1 |
| 711 | 2026-07-24T21:09:47.180Z | Downloaded lazy_static v1.5.0 |
| 712 | 2026-07-24T21:09:47.185Z | Downloaded keccak v0.1.6 |
| 713 | 2026-07-24T21:09:47.185Z | Downloaded lalrpop-util v0.19.12 |
| 714 | 2026-07-24T21:09:47.185Z | Downloaded indent_write v2.2.0 |
| 715 | 2026-07-24T21:09:47.185Z | Downloaded derive-where v1.6.0 |
| 716 | 2026-07-24T21:09:47.190Z | Downloaded getrandom v0.2.17 |
| 717 | 2026-07-24T21:09:47.190Z | Downloaded inout v0.1.4 |
| 718 | 2026-07-24T21:09:47.190Z | Downloaded indoc v1.0.9 |
| 719 | 2026-07-24T21:09:47.197Z | Downloaded crossbeam-epoch v0.9.18 |
| 720 | 2026-07-24T21:09:47.197Z | Downloaded http-body-util v0.1.3 |
| 721 | 2026-07-24T21:09:47.197Z | Downloaded darling_core v0.13.4 |
| 722 | 2026-07-24T21:09:47.202Z | Downloaded crc-any v2.5.0 |
| 723 | 2026-07-24T21:09:47.202Z | Downloaded bit-vec v0.8.0 |
| 724 | 2026-07-24T21:09:47.202Z | Downloaded foldhash v0.2.0 |
| 725 | 2026-07-24T21:09:47.202Z | Downloaded internet-checksum v0.2.1 |
| 726 | 2026-07-24T21:09:47.207Z | Downloaded managed v0.8.0 |
| 727 | 2026-07-24T21:09:47.210Z | Downloaded lru v0.12.5 |
| 728 | 2026-07-24T21:09:47.210Z | Downloaded futures-channel v0.3.32 |
| 729 | 2026-07-24T21:09:47.213Z | Downloaded async-compression v0.4.41 |
| 730 | 2026-07-24T21:09:47.216Z | Downloaded humantime v2.3.0 |
| 731 | 2026-07-24T21:09:47.217Z | Downloaded diff v0.1.13 |
| 732 | 2026-07-24T21:09:47.220Z | Downloaded kstat-rs v0.2.4 |
| 733 | 2026-07-24T21:09:47.223Z | Downloaded drift v0.2.0 |
| 734 | 2026-07-24T21:09:47.228Z | Downloaded lru-slab v0.1.2 |
| 735 | 2026-07-24T21:09:47.231Z | Downloaded lru-cache v0.1.2 |
| 736 | 2026-07-24T21:09:47.231Z | Downloaded md-5 v0.10.6 |
| 737 | 2026-07-24T21:09:47.232Z | Downloaded compression-codecs v0.4.37 |
| 738 | 2026-07-24T21:09:47.235Z | Downloaded match_cfg v0.1.0 |
| 739 | 2026-07-24T21:09:47.235Z | Downloaded linked-hash-map v0.5.6 |
| 740 | 2026-07-24T21:09:47.238Z | Downloaded libscf-sys v1.1.0 |
| 741 | 2026-07-24T21:09:47.238Z | Downloaded md5 v0.8.0 |
| 742 | 2026-07-24T21:09:47.238Z | Downloaded mime v0.3.17 |
| 743 | 2026-07-24T21:09:47.241Z | Downloaded memoffset v0.9.1 |
| 744 | 2026-07-24T21:09:47.241Z | Downloaded ingot-types v0.1.2 |
| 745 | 2026-07-24T21:09:47.241Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-07-24T21:09:47.245Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 747 | 2026-07-24T21:09:47.248Z | Downloaded globset v0.4.18 |
| 748 | 2026-07-24T21:09:47.248Z | Downloaded hyper-staticfile v0.10.1 |
| 749 | 2026-07-24T21:09:47.252Z | Downloaded half v1.8.3 |
| 750 | 2026-07-24T21:09:47.252Z | Downloaded dropshot_endpoint v0.17.1 |
| 751 | 2026-07-24T21:09:47.256Z | Downloaded lzss v0.8.2 |
| 752 | 2026-07-24T21:09:47.256Z | Downloaded newtype_derive v0.1.6 |
| 753 | 2026-07-24T21:09:47.259Z | Downloaded maybe-uninit v2.0.0 |
| 754 | 2026-07-24T21:09:47.259Z | Downloaded newtype-uuid-macros v0.1.0 |
| 755 | 2026-07-24T21:09:47.259Z | Downloaded maplit v1.0.2 |
| 756 | 2026-07-24T21:09:47.263Z | Downloaded new_debug_unreachable v1.0.6 |
| 757 | 2026-07-24T21:09:47.263Z | Downloaded multimap v0.10.1 |
| 758 | 2026-07-24T21:09:47.263Z | Downloaded normalize-line-endings v0.3.0 |
| 759 | 2026-07-24T21:09:47.266Z | Downloaded nibble_vec v0.1.0 |
| 760 | 2026-07-24T21:09:47.266Z | Downloaded newline-converter v0.3.0 |
| 761 | 2026-07-24T21:09:47.269Z | Downloaded getrandom v0.3.4 |
| 762 | 2026-07-24T21:09:47.273Z | Downloaded hyper-rustls v0.27.7 |
| 763 | 2026-07-24T21:09:47.276Z | Downloaded fatfs v0.3.6 |
| 764 | 2026-07-24T21:09:47.279Z | Downloaded libefi-sys v0.1.0 |
| 765 | 2026-07-24T21:09:47.279Z | Downloaded keccak v0.2.0 |
| 766 | 2026-07-24T21:09:47.279Z | Downloaded hybrid-array v0.4.13 |
| 767 | 2026-07-24T21:09:47.283Z | Downloaded libsw v3.5.0 |
| 768 | 2026-07-24T21:09:47.283Z | Downloaded ingot v0.1.1 |
| 769 | 2026-07-24T21:09:47.286Z | Downloaded num-derive v0.3.3 |
| 770 | 2026-07-24T21:09:47.286Z | Downloaded nonempty v0.12.0 |
| 771 | 2026-07-24T21:09:47.290Z | Downloaded num_enum_derive v0.5.11 |
| 772 | 2026-07-24T21:09:47.290Z | Downloaded num-iter v0.1.45 |
| 773 | 2026-07-24T21:09:47.293Z | Downloaded base64 v0.21.7 |
| 774 | 2026-07-24T21:09:47.310Z | Downloaded num-conv v0.2.0 |
| 775 | 2026-07-24T21:09:47.313Z | Downloaded opaque-debug v0.3.1 |
| 776 | 2026-07-24T21:09:47.313Z | Downloaded olpc-cjson v0.1.4 |
| 777 | 2026-07-24T21:09:47.313Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-07-24T21:09:47.317Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-07-24T21:09:47.317Z | Downloaded libsw-core v0.3.2 |
| 780 | 2026-07-24T21:09:47.317Z | Downloaded num v0.4.3 |
| 781 | 2026-07-24T21:09:47.320Z | Downloaded nodrop v0.1.14 |
| 782 | 2026-07-24T21:09:47.320Z | Downloaded indoc v2.0.7 |
| 783 | 2026-07-24T21:09:47.320Z | Downloaded openssl-macros v0.1.1 |
| 784 | 2026-07-24T21:09:47.324Z | Downloaded openssl-probe v0.2.1 |
| 785 | 2026-07-24T21:09:47.324Z | Downloaded num-derive v0.4.2 |
| 786 | 2026-07-24T21:09:47.324Z | Downloaded der v0.7.10 |
| 787 | 2026-07-24T21:09:47.329Z | Downloaded oso-derive v0.27.3 |
| 788 | 2026-07-24T21:09:47.329Z | Downloaded openssl-probe v0.1.6 |
| 789 | 2026-07-24T21:09:47.333Z | Downloaded httparse v1.10.1 |
| 790 | 2026-07-24T21:09:47.333Z | Downloaded const_format v0.2.35 |
| 791 | 2026-07-24T21:09:47.337Z | Downloaded chacha20poly1305 v0.10.1 |
| 792 | 2026-07-24T21:09:47.337Z | Downloaded nu-ansi-term v0.50.3 |
| 793 | 2026-07-24T21:09:47.340Z | Downloaded half v2.7.1 |
| 794 | 2026-07-24T21:09:47.340Z | Downloaded generic-array v1.4.3 |
| 795 | 2026-07-24T21:09:47.344Z | Downloaded bytes v1.11.1 |
| 796 | 2026-07-24T21:09:47.347Z | Downloaded libloading v0.8.9 |
| 797 | 2026-07-24T21:09:47.347Z | Downloaded ingot-macros v0.1.1 |
| 798 | 2026-07-24T21:09:47.350Z | Downloaded module-lattice v0.2.3 |
| 799 | 2026-07-24T21:09:47.350Z | Downloaded ipnetwork v0.21.1 |
| 800 | 2026-07-24T21:09:47.350Z | Downloaded ipnet v2.11.0 |
| 801 | 2026-07-24T21:09:47.354Z | Downloaded hmac v0.12.1 |
| 802 | 2026-07-24T21:09:47.354Z | Downloaded iana-time-zone v0.1.65 |
| 803 | 2026-07-24T21:09:47.357Z | Downloaded flume v0.11.1 |
| 804 | 2026-07-24T21:09:47.357Z | Downloaded elliptic-curve v0.13.8 |
| 805 | 2026-07-24T21:09:47.360Z | Downloaded arc-swap v1.8.2 |
| 806 | 2026-07-24T21:09:47.363Z | Downloaded ar_archive_writer v0.5.1 |
| 807 | 2026-07-24T21:09:47.366Z | Downloaded packed_struct_codegen v0.10.1 |
| 808 | 2026-07-24T21:09:47.366Z | Downloaded native-tls v0.2.18 |
| 809 | 2026-07-24T21:09:47.369Z | Downloaded nanorand v0.7.0 |
| 810 | 2026-07-24T21:09:47.373Z | Downloaded newtype-uuid v1.3.2 |
| 811 | 2026-07-24T21:09:47.376Z | Downloaded multer v3.1.0 |
| 812 | 2026-07-24T21:09:47.379Z | Downloaded darling_core v0.20.11 |
| 813 | 2026-07-24T21:09:47.379Z | Downloaded icu_provider v2.1.1 |
| 814 | 2026-07-24T21:09:47.382Z | Downloaded flate2 v1.1.9 |
| 815 | 2026-07-24T21:09:47.386Z | Downloaded num_enum v0.7.6 |
| 816 | 2026-07-24T21:09:47.389Z | Downloaded num-complex v0.4.6 |
| 817 | 2026-07-24T21:09:47.389Z | Downloaded derive_more v2.1.1 |
| 818 | 2026-07-24T21:09:47.397Z | Downloaded peg-runtime v0.8.5 |
| 819 | 2026-07-24T21:09:47.400Z | Downloaded parse-size v1.1.0 |
| 820 | 2026-07-24T21:09:47.400Z | Downloaded linear-map v1.2.0 |
| 821 | 2026-07-24T21:09:47.400Z | Downloaded phf_shared v0.11.3 |
| 822 | 2026-07-24T21:09:47.403Z | Downloaded phf_shared v0.12.1 |
| 823 | 2026-07-24T21:09:47.403Z | Downloaded num-integer v0.1.46 |
| 824 | 2026-07-24T21:09:47.403Z | Downloaded path-slash v0.1.5 |
| 825 | 2026-07-24T21:09:47.406Z | Downloaded percent-encoding v2.3.2 |
| 826 | 2026-07-24T21:09:47.407Z | Downloaded mime_guess v2.0.5 |
| 827 | 2026-07-24T21:09:47.407Z | Downloaded cc v1.2.56 |
| 828 | 2026-07-24T21:09:47.410Z | Downloaded password-hash v0.6.1 |
| 829 | 2026-07-24T21:09:47.410Z | Downloaded num_enum_derive v0.7.6 |
| 830 | 2026-07-24T21:09:47.414Z | Downloaded num_enum v0.5.11 |
| 831 | 2026-07-24T21:09:47.417Z | Downloaded litrs v1.0.0 |
| 832 | 2026-07-24T21:09:47.417Z | Downloaded bumpalo v3.20.2 |
| 833 | 2026-07-24T21:09:47.420Z | Downloaded ml-kem v0.3.2 |
| 834 | 2026-07-24T21:09:47.420Z | Downloaded oxide-update-engine-display v0.1.2 |
| 835 | 2026-07-24T21:09:47.423Z | Downloaded memmap2 v0.9.10 |
| 836 | 2026-07-24T21:09:47.423Z | Downloaded litemap v0.8.1 |
| 837 | 2026-07-24T21:09:47.426Z | Downloaded indexmap v1.9.3 |
| 838 | 2026-07-24T21:09:47.427Z | Downloaded potential_utf v0.1.4 |
| 839 | 2026-07-24T21:09:47.429Z | Downloaded ignore v0.4.25 |
| 840 | 2026-07-24T21:09:47.430Z | Downloaded hmac v0.13.0 |
| 841 | 2026-07-24T21:09:47.433Z | Downloaded oxide-tokio-rt v0.1.4 |
| 842 | 2026-07-24T21:09:47.433Z | Downloaded owo-colors v4.3.0 |
| 843 | 2026-07-24T21:09:47.436Z | Downloaded futures v0.3.32 |
| 844 | 2026-07-24T21:09:47.439Z | Downloaded phf_shared v0.13.1 |
| 845 | 2026-07-24T21:09:47.439Z | Downloaded oxide-update-engine v0.1.2 |
| 846 | 2026-07-24T21:09:47.439Z | Downloaded base64 v0.22.1 |
| 847 | 2026-07-24T21:09:47.442Z | Downloaded libbz2-rs-sys v0.2.2 |
| 848 | 2026-07-24T21:09:47.447Z | Downloaded num-rational v0.4.2 |
| 849 | 2026-07-24T21:09:47.451Z | Downloaded lock_api v0.4.14 |
| 850 | 2026-07-24T21:09:47.451Z | Downloaded heapless v0.8.0 |
| 851 | 2026-07-24T21:09:47.454Z | Downloaded heapless v0.7.17 |
| 852 | 2026-07-24T21:09:47.458Z | Downloaded precomputed-hash v0.1.1 |
| 853 | 2026-07-24T21:09:47.458Z | Downloaded parse-display-derive v0.10.0 |
| 854 | 2026-07-24T21:09:47.458Z | Downloaded parse-display v0.10.0 |
| 855 | 2026-07-24T21:09:47.458Z | Downloaded parking_lot_core v0.8.6 |
| 856 | 2026-07-24T21:09:47.462Z | Downloaded predicates-core v1.0.10 |
| 857 | 2026-07-24T21:09:47.466Z | Downloaded paste v1.0.15 |
| 858 | 2026-07-24T21:09:47.466Z | Downloaded powerfmt v0.2.0 |
| 859 | 2026-07-24T21:09:47.472Z | Downloaded proc-macro-crate v3.4.0 |
| 860 | 2026-07-24T21:09:47.475Z | Downloaded hickory-resolver v0.25.2 |
| 861 | 2026-07-24T21:09:47.478Z | Downloaded pem-rfc7468 v1.0.0 |
| 862 | 2026-07-24T21:09:47.481Z | Downloaded pem-rfc7468 v0.7.0 |
| 863 | 2026-07-24T21:09:47.481Z | Downloaded peg-macros v0.8.5 |
| 864 | 2026-07-24T21:09:47.485Z | Downloaded phf v0.13.1 |
| 865 | 2026-07-24T21:09:47.485Z | Downloaded password-hash v0.5.0 |
| 866 | 2026-07-24T21:09:47.488Z | Downloaded pin-project-internal v1.1.11 |
| 867 | 2026-07-24T21:09:47.489Z | Downloaded phf v0.12.1 |
| 868 | 2026-07-24T21:09:47.489Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-07-24T21:09:47.489Z | Downloaded progenitor-macro v0.14.0 |
| 870 | 2026-07-24T21:09:47.492Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 871 | 2026-07-24T21:09:47.492Z | Downloaded proc-macro-crate v1.3.1 |
| 872 | 2026-07-24T21:09:47.496Z | Downloaded pem v3.0.6 |
| 873 | 2026-07-24T21:09:47.502Z | Downloaded progenitor-client v0.14.0 |
| 874 | 2026-07-24T21:09:47.505Z | Downloaded packed_struct v0.10.1 |
| 875 | 2026-07-24T21:09:47.509Z | Downloaded oxnet v0.1.6 |
| 876 | 2026-07-24T21:09:47.509Z | Downloaded postgres-protocol v0.6.10 |
| 877 | 2026-07-24T21:09:47.512Z | Downloaded progenitor-macro v0.13.0 |
| 878 | 2026-07-24T21:09:47.512Z | Downloaded polyval v0.7.1 |
| 879 | 2026-07-24T21:09:47.512Z | Downloaded phc v0.6.1 |
| 880 | 2026-07-24T21:09:47.515Z | Downloaded port-file v0.1.0 |
| 881 | 2026-07-24T21:09:47.516Z | Downloaded expectorate v1.2.0 |
| 882 | 2026-07-24T21:09:47.521Z | Downloaded icu_normalizer v2.1.1 |
| 883 | 2026-07-24T21:09:47.521Z | Downloaded compact_str v0.8.1 |
| 884 | 2026-07-24T21:09:47.525Z | Downloaded icu_properties v2.1.2 |
| 885 | 2026-07-24T21:09:47.525Z | Downloaded icu_normalizer_data v2.1.1 |
| 886 | 2026-07-24T21:09:47.527Z | Downloaded icu_locale_core v2.1.1 |
| 887 | 2026-07-24T21:09:47.531Z | Downloaded num-traits v0.2.19 |
| 888 | 2026-07-24T21:09:47.534Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-07-24T21:09:47.537Z | Downloaded parking_lot v0.12.5 |
| 890 | 2026-07-24T21:09:47.537Z | Downloaded radium v0.7.0 |
| 891 | 2026-07-24T21:09:47.540Z | Downloaded quick-error v1.2.3 |
| 892 | 2026-07-24T21:09:47.540Z | Downloaded rand_chacha v0.3.1 |
| 893 | 2026-07-24T21:09:47.546Z | Downloaded icu_collections v2.1.1 |
| 894 | 2026-07-24T21:09:47.549Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 895 | 2026-07-24T21:09:47.552Z | Downloaded indicatif v0.18.4 |
| 896 | 2026-07-24T21:09:47.555Z | Downloaded pkcs8 v0.10.2 |
| 897 | 2026-07-24T21:09:47.555Z | Downloaded headers v0.4.1 |
| 898 | 2026-07-24T21:09:47.560Z | Downloaded progenitor v0.13.0 |
| 899 | 2026-07-24T21:09:47.566Z | Downloaded primeorder v0.13.6 |
| 900 | 2026-07-24T21:09:47.566Z | Downloaded predicates-tree v1.0.13 |
| 901 | 2026-07-24T21:09:47.566Z | Downloaded pkg-config v0.3.32 |
| 902 | 2026-07-24T21:09:47.566Z | Downloaded peg v0.8.5 |
| 903 | 2026-07-24T21:09:47.566Z | Downloaded rfc6979 v0.4.0 |
| 904 | 2026-07-24T21:09:47.569Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 905 | 2026-07-24T21:09:47.569Z | Downloaded crossterm v0.28.1 |
| 906 | 2026-07-24T21:09:47.572Z | Downloaded parking_lot v0.11.2 |
| 907 | 2026-07-24T21:09:47.578Z | Downloaded crossterm v0.29.0 |
| 908 | 2026-07-24T21:09:47.582Z | Downloaded pkcs1 v0.7.5 |
| 909 | 2026-07-24T21:09:47.582Z | Downloaded psm v0.1.30 |
| 910 | 2026-07-24T21:09:47.582Z | Downloaded ppv-lite86 v0.2.21 |
| 911 | 2026-07-24T21:09:47.585Z | Downloaded primeorder v0.14.0-rc.10 |
| 912 | 2026-07-24T21:09:47.585Z | Downloaded primefield v0.14.0 |
| 913 | 2026-07-24T21:09:47.588Z | Downloaded ref-cast-impl v1.0.25 |
| 914 | 2026-07-24T21:09:47.588Z | Downloaded postgres-types v0.2.12 |
| 915 | 2026-07-24T21:09:47.588Z | Downloaded pin-project-lite v0.2.17 |
| 916 | 2026-07-24T21:09:47.591Z | Downloaded progenitor v0.14.0 |
| 917 | 2026-07-24T21:09:47.596Z | Downloaded proc-macro-error2 v2.0.1 |
| 918 | 2026-07-24T21:09:47.597Z | Downloaded omicron-zone-package v0.12.3 |
| 919 | 2026-07-24T21:09:47.600Z | Downloaded ref-cast v1.0.25 |
| 920 | 2026-07-24T21:09:47.600Z | Downloaded papergrid v0.17.0 |
| 921 | 2026-07-24T21:09:47.603Z | Downloaded rfc6979 v0.5.0 |
| 922 | 2026-07-24T21:09:47.607Z | Downloaded hashbrown v0.13.2 |
| 923 | 2026-07-24T21:09:47.610Z | Downloaded russh-cryptovec v0.61.0 |
| 924 | 2026-07-24T21:09:47.610Z | Downloaded rustc_version v0.4.1 |
| 925 | 2026-07-24T21:09:47.611Z | Downloaded rtoolbox v0.0.3 |
| 926 | 2026-07-24T21:09:47.611Z | Downloaded rand_seeder v0.4.0 |
| 927 | 2026-07-24T21:09:47.614Z | Downloaded progenitor-extras v0.2.0 |
| 928 | 2026-07-24T21:09:47.614Z | Downloaded hashbrown v0.12.3 |
| 929 | 2026-07-24T21:09:47.617Z | Downloaded miniz_oxide v0.8.9 |
| 930 | 2026-07-24T21:09:47.617Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 931 | 2026-07-24T21:09:47.620Z | Downloaded r2d2 v0.8.10 |
| 932 | 2026-07-24T21:09:47.620Z | Downloaded oso v0.27.3 |
| 933 | 2026-07-24T21:09:47.625Z | Downloaded hickory-resolver v0.24.4 |
| 934 | 2026-07-24T21:09:47.628Z | Downloaded rustc_version v0.1.7 |
| 935 | 2026-07-24T21:09:47.628Z | Downloaded rand_core v0.10.0 |
| 936 | 2026-07-24T21:09:47.628Z | Downloaded russh-util v0.52.0 |
| 937 | 2026-07-24T21:09:47.629Z | Downloaded rand_core v0.9.5 |
| 938 | 2026-07-24T21:09:47.632Z | Downloaded rand_chacha v0.9.0 |
| 939 | 2026-07-24T21:09:47.632Z | Downloaded oxide-update-engine-types v0.1.2 |
| 940 | 2026-07-24T21:09:47.632Z | Downloaded diesel_derives v2.3.7 |
| 941 | 2026-07-24T21:09:47.637Z | Downloaded poly1305 v0.9.0 |
| 942 | 2026-07-24T21:09:47.640Z | Downloaded aes v0.9.1 |
| 943 | 2026-07-24T21:09:47.643Z | Downloaded postcard v1.1.3 |
| 944 | 2026-07-24T21:09:47.644Z | Downloaded pkcs8 v0.11.0 |
| 945 | 2026-07-24T21:09:47.646Z | Downloaded poly1305 v0.8.0 |
| 946 | 2026-07-24T21:09:47.650Z | Downloaded hickory-server v0.25.2 |
| 947 | 2026-07-24T21:09:47.650Z | Downloaded recursive v0.1.1 |
| 948 | 2026-07-24T21:09:47.650Z | Downloaded rand_xorshift v0.4.0 |
| 949 | 2026-07-24T21:09:47.653Z | Downloaded progenitor-client v0.13.0 |
| 950 | 2026-07-24T21:09:47.653Z | Downloaded pbkdf2 v0.13.0 |
| 951 | 2026-07-24T21:09:47.657Z | Downloaded derive_more-impl v2.1.1 |
| 952 | 2026-07-24T21:09:47.660Z | Downloaded resolv-conf v0.7.6 |
| 953 | 2026-07-24T21:09:47.660Z | Downloaded der v0.8.0 |
| 954 | 2026-07-24T21:09:47.666Z | Downloaded secrecy v0.8.0 |
| 955 | 2026-07-24T21:09:47.666Z | Downloaded scopeguard v1.2.0 |
| 956 | 2026-07-24T21:09:47.666Z | Downloaded scroll_derive v0.13.1 |
| 957 | 2026-07-24T21:09:47.666Z | Downloaded predicates v3.1.4 |
| 958 | 2026-07-24T21:09:47.669Z | Downloaded serde_repr v0.1.20 |
| 959 | 2026-07-24T21:09:47.673Z | Downloaded same-file v1.0.6 |
| 960 | 2026-07-24T21:09:47.673Z | Downloaded sapling-renderdag v0.1.0 |
| 961 | 2026-07-24T21:09:47.676Z | Downloaded hyper-util v0.1.20 |
| 962 | 2026-07-24T21:09:47.679Z | Downloaded scheduled-thread-pool v0.2.7 |
| 963 | 2026-07-24T21:09:47.679Z | Downloaded jiff-static v0.2.21 |
| 964 | 2026-07-24T21:09:47.682Z | Downloaded prefix-trie v0.7.0 |
| 965 | 2026-07-24T21:09:47.685Z | Downloaded rustc-hash v2.1.1 |
| 966 | 2026-07-24T21:09:47.685Z | Downloaded rpassword v7.5.4 |
| 967 | 2026-07-24T21:09:47.688Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-07-24T21:09:47.691Z | Downloaded secrecy v0.10.3 |
| 969 | 2026-07-24T21:09:47.691Z | Downloaded serde_spanned v1.1.1 |
| 970 | 2026-07-24T21:09:47.697Z | Downloaded pkcs5 v0.8.1 |
| 971 | 2026-07-24T21:09:47.699Z | Downloaded openssl-sys v0.9.115 |
| 972 | 2026-07-24T21:09:47.703Z | Downloaded rand_core v0.6.4 |
| 973 | 2026-07-24T21:09:47.706Z | Downloaded quinn-udp v0.5.14 |
| 974 | 2026-07-24T21:09:47.706Z | Downloaded seq-macro v0.3.6 |
| 975 | 2026-07-24T21:09:47.709Z | Downloaded sha1 v0.11.0 |
| 976 | 2026-07-24T21:09:47.709Z | Downloaded serde-big-array v0.5.1 |
| 977 | 2026-07-24T21:09:47.712Z | Downloaded sha1 v0.10.6 |
| 978 | 2026-07-24T21:09:47.712Z | Downloaded rustls-pemfile v2.2.0 |
| 979 | 2026-07-24T21:09:47.715Z | Downloaded serde_plain v1.0.2 |
| 980 | 2026-07-24T21:09:47.715Z | Downloaded serde_bytes v0.11.19 |
| 981 | 2026-07-24T21:09:47.718Z | Downloaded sigpipe v0.1.3 |
| 982 | 2026-07-24T21:09:47.718Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-07-24T21:09:47.718Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-07-24T21:09:47.718Z | Downloaded pin-project v1.1.11 |
| 985 | 2026-07-24T21:09:47.724Z | Downloaded signature v3.0.0 |
| 986 | 2026-07-24T21:09:47.727Z | Downloaded signature v2.2.0 |
| 987 | 2026-07-24T21:09:47.728Z | Downloaded rustls-native-certs v0.8.3 |
| 988 | 2026-07-24T21:09:47.730Z | Downloaded dropshot-api-manager v0.7.2 |
| 989 | 2026-07-24T21:09:47.735Z | Downloaded schemars_derive v0.8.22 |
| 990 | 2026-07-24T21:09:47.735Z | Downloaded rustversion v1.0.22 |
| 991 | 2026-07-24T21:09:47.738Z | Downloaded mio v1.2.0 |
| 992 | 2026-07-24T21:09:47.738Z | Downloaded minimal-lexical v0.2.1 |
| 993 | 2026-07-24T21:09:47.742Z | Downloaded rusty-fork v0.3.1 |
| 994 | 2026-07-24T21:09:47.745Z | Downloaded signal-hook-tokio v0.3.1 |
| 995 | 2026-07-24T21:09:47.745Z | Downloaded siphasher v1.0.2 |
| 996 | 2026-07-24T21:09:47.750Z | Downloaded sec1 v0.8.1 |
| 997 | 2026-07-24T21:09:47.750Z | Downloaded sec1 v0.7.3 |
| 998 | 2026-07-24T21:09:47.755Z | Downloaded serde_path_to_error v0.1.20 |
| 999 | 2026-07-24T21:09:47.760Z | Downloaded p384 v0.14.0-rc.10 |
| 1000 | 2026-07-24T21:09:47.764Z | Downloaded slog-bunyan v2.5.0 |
| 1001 | 2026-07-24T21:09:47.775Z | Downloaded serde_with_macros v1.5.2 |
| 1002 | 2026-07-24T21:09:47.778Z | Downloaded serde_derive_internals v0.29.1 |
| 1003 | 2026-07-24T21:09:47.778Z | Downloaded rcgen v0.12.1 |
| 1004 | 2026-07-24T21:09:47.781Z | Downloaded scroll v0.13.0 |
| 1005 | 2026-07-24T21:09:47.782Z | Downloaded progenitor-impl v0.14.0 |
| 1006 | 2026-07-24T21:09:47.785Z | Downloaded slog-envlogger v2.2.0 |
| 1007 | 2026-07-24T21:09:47.792Z | Downloaded sqlparser_derive v0.5.0 |
| 1008 | 2026-07-24T21:09:47.803Z | Downloaded progenitor-impl v0.13.0 |
| 1009 | 2026-07-24T21:09:47.806Z | Downloaded serde-hex v0.1.0 |
| 1010 | 2026-07-24T21:09:47.806Z | Downloaded semver v0.1.20 |
| 1011 | 2026-07-24T21:09:47.809Z | Downloaded serdect v0.4.3 |
| 1012 | 2026-07-24T21:09:47.812Z | Downloaded simd-adler32 v0.3.8 |
| 1013 | 2026-07-24T21:09:47.815Z | Downloaded slab v0.4.12 |
| 1014 | 2026-07-24T21:09:47.815Z | Downloaded shlex v1.3.0 |
| 1015 | 2026-07-24T21:09:47.815Z | Downloaded stable_deref_trait v1.2.1 |
| 1016 | 2026-07-24T21:09:47.815Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-07-24T21:09:47.822Z | Downloaded aes-gcm v0.11.0 |
| 1018 | 2026-07-24T21:09:47.827Z | Downloaded slog-async v2.8.0 |
| 1019 | 2026-07-24T21:09:47.831Z | Downloaded itertools v0.10.5 |
| 1020 | 2026-07-24T21:09:47.834Z | Downloaded signal-hook-registry v1.4.8 |
| 1021 | 2026-07-24T21:09:47.834Z | Downloaded rustls-pki-types v1.14.0 |
| 1022 | 2026-07-24T21:09:47.837Z | Downloaded scrypt v0.12.0 |
| 1023 | 2026-07-24T21:09:47.837Z | Downloaded slog-stdlog v4.1.1 |
| 1024 | 2026-07-24T21:09:47.840Z | Downloaded take_mut v0.2.2 |
| 1025 | 2026-07-24T21:09:47.840Z | Downloaded tabwriter v1.4.1 |
| 1026 | 2026-07-24T21:09:47.840Z | Downloaded strsim v0.10.0 |
| 1027 | 2026-07-24T21:09:47.843Z | Downloaded supports-color v3.0.2 |
| 1028 | 2026-07-24T21:09:47.843Z | Downloaded structmeta v0.3.0 |
| 1029 | 2026-07-24T21:09:47.843Z | Downloaded nom v7.1.3 |
| 1030 | 2026-07-24T21:09:47.846Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-07-24T21:09:47.849Z | Downloaded serde_cbor v0.11.2 |
| 1032 | 2026-07-24T21:09:47.852Z | Downloaded p256 v0.14.0-rc.10 |
| 1033 | 2026-07-24T21:09:47.852Z | Downloaded salsa20 v0.11.0 |
| 1034 | 2026-07-24T21:09:47.855Z | Downloaded pretty_assertions v1.4.1 |
| 1035 | 2026-07-24T21:09:47.859Z | Downloaded structmeta-derive v0.3.0 |
| 1036 | 2026-07-24T21:09:47.862Z | Downloaded tap v1.0.1 |
| 1037 | 2026-07-24T21:09:47.862Z | Downloaded strum v0.27.2 |
| 1038 | 2026-07-24T21:09:47.865Z | Downloaded strum v0.26.3 |
| 1039 | 2026-07-24T21:09:47.868Z | Downloaded rayon-core v1.13.0 |
| 1040 | 2026-07-24T21:09:47.868Z | Downloaded tabled_derive v0.11.0 |
| 1041 | 2026-07-24T21:09:47.871Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1042 | 2026-07-24T21:09:47.871Z | Downloaded slog-scope v4.4.1 |
| 1043 | 2026-07-24T21:09:47.874Z | Downloaded idna v1.1.0 |
| 1044 | 2026-07-24T21:09:47.874Z | Downloaded sync-ptr v0.1.4 |
| 1045 | 2026-07-24T21:09:47.877Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1046 | 2026-07-24T21:09:47.877Z | Downloaded testing_table v0.3.0 |
| 1047 | 2026-07-24T21:09:47.877Z | Downloaded spki v0.8.0 |
| 1048 | 2026-07-24T21:09:47.880Z | Downloaded sha2 v0.11.0 |
| 1049 | 2026-07-24T21:09:47.880Z | Downloaded static_assertions v1.1.0 |
| 1050 | 2026-07-24T21:09:47.883Z | Downloaded smf v0.2.3 |
| 1051 | 2026-07-24T21:09:47.883Z | Downloaded sync_wrapper v1.0.2 |
| 1052 | 2026-07-24T21:09:47.883Z | Downloaded slog-json v2.6.1 |
| 1053 | 2026-07-24T21:09:47.887Z | Downloaded slog-dtrace v0.3.0 |
| 1054 | 2026-07-24T21:09:47.887Z | Downloaded subtle v2.6.1 |
| 1055 | 2026-07-24T21:09:47.890Z | Downloaded termtree v0.5.1 |
| 1056 | 2026-07-24T21:09:47.890Z | Downloaded tagptr v0.2.0 |
| 1057 | 2026-07-24T21:09:47.890Z | Downloaded string_cache v0.8.9 |
| 1058 | 2026-07-24T21:09:47.895Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-07-24T21:09:47.898Z | Downloaded tinyvec_macros v0.1.1 |
| 1060 | 2026-07-24T21:09:47.898Z | Downloaded stringprep v0.1.5 |
| 1061 | 2026-07-24T21:09:47.901Z | Downloaded itertools v0.12.1 |
| 1062 | 2026-07-24T21:09:47.905Z | Downloaded publicsuffix v2.3.0 |
| 1063 | 2026-07-24T21:09:47.915Z | Downloaded support-bundle-viewer v0.1.2 |
| 1064 | 2026-07-24T21:09:47.919Z | Downloaded futures-util v0.3.32 |
| 1065 | 2026-07-24T21:09:47.923Z | Downloaded stacker v0.1.23 |
| 1066 | 2026-07-24T21:09:47.926Z | Downloaded ron v0.8.1 |
| 1067 | 2026-07-24T21:09:47.929Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1068 | 2026-07-24T21:09:47.933Z | Downloaded rand v0.8.6 |
| 1069 | 2026-07-24T21:09:47.937Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-07-24T21:09:47.937Z | Downloaded thread-id v5.1.0 |
| 1071 | 2026-07-24T21:09:47.937Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1072 | 2026-07-24T21:09:47.937Z | Downloaded hyper v1.10.1 |
| 1073 | 2026-07-24T21:09:47.940Z | Downloaded serde_with_macros v3.21.0 |
| 1074 | 2026-07-24T21:09:47.943Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1075 | 2026-07-24T21:09:47.943Z | Downloaded aho-corasick v1.1.4 |
| 1076 | 2026-07-24T21:09:47.950Z | Downloaded prettyplease v0.2.37 |
| 1077 | 2026-07-24T21:09:47.950Z | Downloaded strum_macros v0.26.4 |
| 1078 | 2026-07-24T21:09:47.953Z | Downloaded spin v0.9.8 |
| 1079 | 2026-07-24T21:09:47.959Z | Downloaded sqlformat v0.3.5 |
| 1080 | 2026-07-24T21:09:47.962Z | Downloaded strum_macros v0.24.3 |
| 1081 | 2026-07-24T21:09:47.962Z | Downloaded spki v0.7.3 |
| 1082 | 2026-07-24T21:09:47.965Z | Downloaded strum_macros v0.27.2 |
| 1083 | 2026-07-24T21:09:47.969Z | Downloaded smallvec v1.15.1 |
| 1084 | 2026-07-24T21:09:47.972Z | Downloaded http v1.4.2 |
| 1085 | 2026-07-24T21:09:47.975Z | Downloaded termios v0.3.3 |
| 1086 | 2026-07-24T21:09:47.975Z | Downloaded num-bigint v0.4.6 |
| 1087 | 2026-07-24T21:09:47.978Z | Downloaded tiny-keccak v2.0.2 |
| 1088 | 2026-07-24T21:09:47.980Z | Downloaded thiserror-no-std v2.0.2 |
| 1089 | 2026-07-24T21:09:47.984Z | Downloaded tokio-test v0.4.5 |
| 1090 | 2026-07-24T21:09:47.984Z | Downloaded smallvec v0.6.14 |
| 1091 | 2026-07-24T21:09:47.984Z | Downloaded topological-sort v0.2.2 |
| 1092 | 2026-07-24T21:09:47.987Z | Downloaded tower-service v0.3.3 |
| 1093 | 2026-07-24T21:09:47.987Z | Downloaded trait-variant v0.1.2 |
| 1094 | 2026-07-24T21:09:47.987Z | Downloaded hkdf v0.13.0 |
| 1095 | 2026-07-24T21:09:47.990Z | Downloaded hkdf v0.12.4 |
| 1096 | 2026-07-24T21:09:47.993Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-07-24T21:09:47.993Z | Downloaded iri-string v0.7.10 |
| 1098 | 2026-07-24T21:09:47.996Z | Downloaded itertools v0.14.0 |
| 1099 | 2026-07-24T21:09:47.999Z | Downloaded schemars v0.9.0 |
| 1100 | 2026-07-24T21:09:48.006Z | Downloaded unarray v0.1.4 |
| 1101 | 2026-07-24T21:09:48.009Z | Downloaded nom v8.0.0 |
| 1102 | 2026-07-24T21:09:48.012Z | Downloaded qorb v0.4.1 |
| 1103 | 2026-07-24T21:09:48.015Z | Downloaded libm v0.2.16 |
| 1104 | 2026-07-24T21:09:48.018Z | Downloaded tokio-dtrace v0.1.1 |
| 1105 | 2026-07-24T21:09:48.021Z | Downloaded universal-hash v0.6.1 |
| 1106 | 2026-07-24T21:09:48.021Z | Downloaded hashbrown v0.16.1 |
| 1107 | 2026-07-24T21:09:48.024Z | Downloaded untrusted v0.7.1 |
| 1108 | 2026-07-24T21:09:48.027Z | Downloaded term v1.2.1 |
| 1109 | 2026-07-24T21:09:48.027Z | Downloaded crypto-primes v0.7.2 |
| 1110 | 2026-07-24T21:09:48.030Z | Downloaded tinystr v0.8.2 |
| 1111 | 2026-07-24T21:09:48.033Z | Downloaded unicode-xid v0.2.6 |
| 1112 | 2026-07-24T21:09:48.033Z | Downloaded similar v2.7.0 |
| 1113 | 2026-07-24T21:09:48.036Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-07-24T21:09:48.039Z | Downloaded usdt v0.6.0 |
| 1115 | 2026-07-24T21:09:48.039Z | Downloaded term v0.7.0 |
| 1116 | 2026-07-24T21:09:48.042Z | Downloaded usdt-attr-macro v0.6.0 |
| 1117 | 2026-07-24T21:09:48.042Z | Downloaded time-macros v0.2.27 |
| 1118 | 2026-07-24T21:09:48.042Z | Downloaded utf8_iter v1.0.4 |
| 1119 | 2026-07-24T21:09:48.044Z | Downloaded utf-8 v0.7.6 |
| 1120 | 2026-07-24T21:09:48.045Z | Downloaded ryu v1.0.23 |
| 1121 | 2026-07-24T21:09:48.047Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-07-24T21:09:48.047Z | Downloaded blake3 v1.8.5 |
| 1123 | 2026-07-24T21:09:48.050Z | Downloaded schemars v0.8.22 |
| 1124 | 2026-07-24T21:09:48.057Z | Downloaded rustls-webpki v0.103.13 |
| 1125 | 2026-07-24T21:09:48.061Z | Downloaded p521 v0.14.0-rc.10 |
| 1126 | 2026-07-24T21:09:48.064Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1127 | 2026-07-24T21:09:48.064Z | Downloaded hashbrown v0.15.5 |
| 1128 | 2026-07-24T21:09:48.067Z | Downloaded slog v2.8.2 |
| 1129 | 2026-07-24T21:09:48.071Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-07-24T21:09:48.071Z | Downloaded unit-prefix v0.5.2 |
| 1131 | 2026-07-24T21:09:48.071Z | Downloaded libxml v0.3.3 |
| 1132 | 2026-07-24T21:09:48.074Z | Downloaded usdt-macro v0.6.0 |
| 1133 | 2026-07-24T21:09:48.074Z | Downloaded tokio-native-tls v0.3.1 |
| 1134 | 2026-07-24T21:09:48.077Z | Downloaded rand v0.10.1 |
| 1135 | 2026-07-24T21:09:48.077Z | Downloaded tls_codec v0.4.2 |
| 1136 | 2026-07-24T21:09:48.080Z | Downloaded socket2 v0.6.3 |
| 1137 | 2026-07-24T21:09:48.080Z | Downloaded typify-macro v0.6.2 |
| 1138 | 2026-07-24T21:09:48.083Z | Downloaded try-lock v0.2.5 |
| 1139 | 2026-07-24T21:09:48.083Z | Downloaded snafu-derive v0.8.9 |
| 1140 | 2026-07-24T21:09:48.083Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1141 | 2026-07-24T21:09:48.086Z | Downloaded quinn v0.11.9 |
| 1142 | 2026-07-24T21:09:48.089Z | Downloaded void v1.0.2 |
| 1143 | 2026-07-24T21:09:48.089Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1144 | 2026-07-24T21:09:48.089Z | Downloaded synstructure v0.13.2 |
| 1145 | 2026-07-24T21:09:48.089Z | Downloaded h2 v0.4.15 |
| 1146 | 2026-07-24T21:09:48.092Z | Downloaded unicase v2.9.0 |
| 1147 | 2026-07-24T21:09:48.095Z | Downloaded rsa v0.10.0-rc.18 |
| 1148 | 2026-07-24T21:09:48.098Z | Downloaded signal-hook v0.3.18 |
| 1149 | 2026-07-24T21:09:48.101Z | Downloaded num-bigint-dig v0.8.6 |
| 1150 | 2026-07-24T21:09:48.101Z | Downloaded waitgroup v0.1.2 |
| 1151 | 2026-07-24T21:09:48.104Z | Downloaded tokio-stream v0.1.18 |
| 1152 | 2026-07-24T21:09:48.104Z | Downloaded tokio-tungstenite v0.21.0 |
| 1153 | 2026-07-24T21:09:48.108Z | Downloaded rsa v0.9.10 |
| 1154 | 2026-07-24T21:09:48.111Z | Downloaded untrusted v0.9.0 |
| 1155 | 2026-07-24T21:09:48.111Z | Downloaded thread_local v1.1.9 |
| 1156 | 2026-07-24T21:09:48.114Z | Downloaded tui-tree-widget v0.23.1 |
| 1157 | 2026-07-24T21:09:48.114Z | Downloaded zerofrom-derive v0.1.6 |
| 1158 | 2026-07-24T21:09:48.117Z | Downloaded yoke-derive v0.8.1 |
| 1159 | 2026-07-24T21:09:48.117Z | Downloaded zerofrom v0.1.6 |
| 1160 | 2026-07-24T21:09:48.117Z | Downloaded xshell-macros v0.2.7 |
| 1161 | 2026-07-24T21:09:48.117Z | Downloaded rand v0.9.2 |
| 1162 | 2026-07-24T21:09:48.123Z | Downloaded unicode-truncate v1.1.0 |
| 1163 | 2026-07-24T21:09:48.126Z | Downloaded want v0.3.1 |
| 1164 | 2026-07-24T21:09:48.133Z | Downloaded xattr v1.6.1 |
| 1165 | 2026-07-24T21:09:48.137Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1166 | 2026-07-24T21:09:48.141Z | Downloaded tls_codec_derive v0.4.2 |
| 1167 | 2026-07-24T21:09:48.144Z | Downloaded samael v0.0.19 |
| 1168 | 2026-07-24T21:09:48.147Z | Downloaded zeroize_derive v1.4.3 |
| 1169 | 2026-07-24T21:09:48.147Z | Downloaded zone v0.3.1 |
| 1170 | 2026-07-24T21:09:48.150Z | Downloaded subprocess v0.2.15 |
| 1171 | 2026-07-24T21:09:48.154Z | Downloaded tokio-rustls v0.26.4 |
| 1172 | 2026-07-24T21:09:48.154Z | Downloaded itertools v0.13.0 |
| 1173 | 2026-07-24T21:09:48.157Z | Downloaded tracing-attributes v0.1.31 |
| 1174 | 2026-07-24T21:09:48.160Z | Downloaded socket2 v0.5.10 |
| 1175 | 2026-07-24T21:09:48.160Z | Downloaded schemars v1.2.1 |
| 1176 | 2026-07-24T21:09:48.167Z | Downloaded zone_cfg_derive v0.3.1 |
| 1177 | 2026-07-24T21:09:48.172Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-07-24T21:09:48.172Z | Downloaded uzers v0.12.2 |
| 1179 | 2026-07-24T21:09:48.172Z | Downloaded vergen-lib v9.1.0 |
| 1180 | 2026-07-24T21:09:48.175Z | Downloaded vergen-lib v0.1.6 |
| 1181 | 2026-07-24T21:09:48.175Z | Downloaded usdt-impl v0.6.0 |
| 1182 | 2026-07-24T21:09:48.175Z | Downloaded twox-hash v2.1.2 |
| 1183 | 2026-07-24T21:09:48.178Z | Downloaded icu_properties_data v2.1.2 |
| 1184 | 2026-07-24T21:09:48.181Z | Downloaded vsss-rs v3.3.4 |
| 1185 | 2026-07-24T21:09:48.186Z | Downloaded test-strategy v0.4.5 |
| 1186 | 2026-07-24T21:09:48.191Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1187 | 2026-07-24T21:09:48.196Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-07-24T21:09:48.200Z | Downloaded walkdir v2.5.0 |
| 1189 | 2026-07-24T21:09:48.200Z | Downloaded unicode-properties v0.1.4 |
| 1190 | 2026-07-24T21:09:48.200Z | Downloaded snafu v0.8.9 |
| 1191 | 2026-07-24T21:09:48.203Z | Downloaded yoke v0.8.1 |
| 1192 | 2026-07-24T21:09:48.206Z | Downloaded writeable v0.6.2 |
| 1193 | 2026-07-24T21:09:48.211Z | Downloaded xshell v0.2.7 |
| 1194 | 2026-07-24T21:09:48.211Z | Downloaded whoami v2.1.0 |
| 1195 | 2026-07-24T21:09:48.214Z | Downloaded whoami v1.6.1 |
| 1196 | 2026-07-24T21:09:48.214Z | Downloaded steno v0.4.1 |
| 1197 | 2026-07-24T21:09:48.216Z | Downloaded tinyvec v1.10.0 |
| 1198 | 2026-07-24T21:09:48.223Z | Downloaded zerovec-derive v0.11.2 |
| 1199 | 2026-07-24T21:09:48.230Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-07-24T21:09:48.234Z | Downloaded toml v0.7.8 |
| 1201 | 2026-07-24T21:09:48.240Z | Downloaded typify v0.6.2 |
| 1202 | 2026-07-24T21:09:48.271Z | Downloaded zstd-safe v7.2.4 |
| 1203 | 2026-07-24T21:09:48.277Z | Downloaded tracing-core v0.1.36 |
| 1204 | 2026-07-24T21:09:48.277Z | Downloaded tungstenite v0.21.0 |
| 1205 | 2026-07-24T21:09:48.277Z | Downloaded git2 v0.20.4 |
| 1206 | 2026-07-24T21:09:48.277Z | Downloaded wait-timeout v0.2.1 |
| 1207 | 2026-07-24T21:09:48.277Z | Downloaded yasna v0.5.2 |
| 1208 | 2026-07-24T21:09:48.277Z | Downloaded tungstenite v0.23.0 |
| 1209 | 2026-07-24T21:09:48.277Z | Downloaded unsafe-libyaml v0.2.11 |
| 1210 | 2026-07-24T21:09:48.278Z | Downloaded tar v0.4.46 |
| 1211 | 2026-07-24T21:09:48.278Z | Downloaded unicode-bidi v0.3.18 |
| 1212 | 2026-07-24T21:09:48.278Z | Downloaded aws-lc-rs v1.16.3 |
| 1213 | 2026-07-24T21:09:48.278Z | Downloaded wyz v0.5.1 |
| 1214 | 2026-07-24T21:09:48.278Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-07-24T21:09:48.278Z | Downloaded rustyline v14.0.0 |
| 1216 | 2026-07-24T21:09:48.281Z | Downloaded uuid v1.23.4 |
| 1217 | 2026-07-24T21:09:48.284Z | Downloaded vergen-gitcl v1.0.8 |
| 1218 | 2026-07-24T21:09:48.296Z | Downloaded vergen v9.1.0 |
| 1219 | 2026-07-24T21:09:48.299Z | Downloaded iddqd v0.4.2 |
| 1220 | 2026-07-24T21:09:48.303Z | Downloaded tokio-postgres v0.7.16 |
| 1221 | 2026-07-24T21:09:48.306Z | Downloaded serde_with v1.14.0 |
| 1222 | 2026-07-24T21:09:48.309Z | Downloaded bindgen v0.71.1 |
| 1223 | 2026-07-24T21:09:48.322Z | Downloaded chrono v0.4.45 |
| 1224 | 2026-07-24T21:09:48.329Z | Downloaded zerocopy v0.6.6 |
| 1225 | 2026-07-24T21:09:48.332Z | Downloaded toml_edit v0.19.15 |
| 1226 | 2026-07-24T21:09:48.339Z | Downloaded reedline v0.40.0 |
| 1227 | 2026-07-24T21:09:48.343Z | Downloaded bitvec v1.0.1 |
| 1228 | 2026-07-24T21:09:48.351Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-07-24T21:09:48.354Z | Downloaded reqwest v0.12.28 |
| 1230 | 2026-07-24T21:09:48.357Z | Downloaded reqwest v0.13.2 |
| 1231 | 2026-07-24T21:09:48.362Z | Downloaded url v2.5.8 |
| 1232 | 2026-07-24T21:09:48.368Z | Downloaded unicode_categories v0.1.1 |
| 1233 | 2026-07-24T21:09:48.375Z | Downloaded p384 v0.13.1 |
| 1234 | 2026-07-24T21:09:48.378Z | Downloaded regex v1.12.3 |
| 1235 | 2026-07-24T21:09:48.381Z | Downloaded zerotrie v0.2.3 |
| 1236 | 2026-07-24T21:09:48.384Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1237 | 2026-07-24T21:09:48.389Z | Downloaded zip v0.6.6 |
| 1238 | 2026-07-24T21:09:48.395Z | Downloaded goblin v0.10.5 |
| 1239 | 2026-07-24T21:09:48.403Z | Downloaded vte v0.14.1 |
| 1240 | 2026-07-24T21:09:48.406Z | Downloaded crypto-bigint v0.7.5 |
| 1241 | 2026-07-24T21:09:48.413Z | Downloaded yansi v1.0.1 |
| 1242 | 2026-07-24T21:09:48.416Z | Downloaded rawzip v0.4.4 |
| 1243 | 2026-07-24T21:09:48.428Z | Downloaded tower v0.5.3 |
| 1244 | 2026-07-24T21:09:48.432Z | Downloaded salty v0.3.0 |
| 1245 | 2026-07-24T21:09:48.437Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-07-24T21:09:48.441Z | Downloaded lalrpop v0.19.12 |
| 1247 | 2026-07-24T21:09:48.447Z | Downloaded x509-cert v0.2.5 |
| 1248 | 2026-07-24T21:09:48.451Z | Downloaded curve25519-dalek v4.1.3 |
| 1249 | 2026-07-24T21:09:48.455Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1250 | 2026-07-24T21:09:48.460Z | Downloaded zerocopy-derive v0.8.40 |
| 1251 | 2026-07-24T21:09:48.465Z | Downloaded proptest v1.10.0 |
| 1252 | 2026-07-24T21:09:48.470Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-07-24T21:09:48.473Z | Downloaded typed-path v0.9.3 |
| 1254 | 2026-07-24T21:09:48.476Z | Downloaded object v0.30.4 |
| 1255 | 2026-07-24T21:09:48.480Z | Downloaded petname v2.0.2 |
| 1256 | 2026-07-24T21:09:48.483Z | Downloaded rayon v1.11.0 |
| 1257 | 2026-07-24T21:09:48.488Z | Downloaded quick-xml v0.37.5 |
| 1258 | 2026-07-24T21:09:48.492Z | Downloaded zip v4.6.1 |
| 1259 | 2026-07-24T21:09:48.495Z | Downloaded moka v0.12.13 |
| 1260 | 2026-07-24T21:09:48.500Z | Downloaded unicode-normalization v0.1.25 |
| 1261 | 2026-07-24T21:09:48.516Z | Downloaded nix v0.27.1 |
| 1262 | 2026-07-24T21:09:48.522Z | Downloaded tough v0.22.0 |
| 1263 | 2026-07-24T21:09:48.539Z | Downloaded tower-http v0.6.8 |
| 1264 | 2026-07-24T21:09:48.543Z | Downloaded zerovec v0.11.5 |
| 1265 | 2026-07-24T21:09:48.547Z | Downloaded tokio-util v0.7.18 |
| 1266 | 2026-07-24T21:09:48.553Z | Downloaded russh v0.61.2 |
| 1267 | 2026-07-24T21:09:48.558Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-07-24T21:09:48.573Z | Downloaded winnow v0.6.26 |
| 1269 | 2026-07-24T21:09:48.578Z | Downloaded dropshot v0.17.1 |
| 1270 | 2026-07-24T21:09:48.590Z | Downloaded quinn-proto v0.11.13 |
| 1271 | 2026-07-24T21:09:48.593Z | Downloaded winnow v1.0.3 |
| 1272 | 2026-07-24T21:09:48.599Z | Downloaded serde_with v3.21.0 |
| 1273 | 2026-07-24T21:09:48.605Z | Downloaded winnow v0.5.40 |
| 1274 | 2026-07-24T21:09:48.610Z | Downloaded time v0.3.47 |
| 1275 | 2026-07-24T21:09:48.623Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-07-24T21:09:48.628Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-07-24T21:09:48.631Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-07-24T21:09:48.640Z | Downloaded openssl v0.10.79 |
| 1279 | 2026-07-24T21:09:48.645Z | Downloaded bstr v1.12.1 |
| 1280 | 2026-07-24T21:09:48.650Z | Downloaded polar-core v0.27.3 |
| 1281 | 2026-07-24T21:09:48.655Z | Downloaded vcpkg v0.2.15 |
| 1282 | 2026-07-24T21:09:48.677Z | Downloaded tabled v0.20.0 |
| 1283 | 2026-07-24T21:09:48.686Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-07-24T21:09:48.693Z | Downloaded nix v0.28.0 |
| 1285 | 2026-07-24T21:09:48.699Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-07-24T21:09:48.710Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-07-24T21:09:48.716Z | Downloaded object v0.37.3 |
| 1288 | 2026-07-24T21:09:48.736Z | Downloaded smoltcp v0.9.1 |
| 1289 | 2026-07-24T21:09:48.743Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-07-24T21:09:48.755Z | Downloaded nix v0.31.2 |
| 1291 | 2026-07-24T21:09:48.798Z | Downloaded zerocopy v0.8.40 |
| 1292 | 2026-07-24T21:09:48.807Z | Downloaded regress v0.10.5 |
| 1293 | 2026-07-24T21:09:48.811Z | Downloaded smoltcp v0.11.0 |
| 1294 | 2026-07-24T21:09:48.814Z | Downloaded sled v0.34.7 |
| 1295 | 2026-07-24T21:09:48.820Z | Downloaded typify-impl v0.6.2 |
| 1296 | 2026-07-24T21:09:48.828Z | Downloaded hickory-proto v0.25.2 |
| 1297 | 2026-07-24T21:09:48.837Z | Downloaded sha3 v0.11.0 |
| 1298 | 2026-07-24T21:09:48.841Z | Downloaded regress v0.11.1 |
| 1299 | 2026-07-24T21:09:48.857Z | Downloaded rustls v0.23.41 |
| 1300 | 2026-07-24T21:09:48.886Z | Downloaded csv v1.4.0 |
| 1301 | 2026-07-24T21:09:48.898Z | Downloaded jiff v0.2.21 |
| 1302 | 2026-07-24T21:09:48.915Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-07-24T21:09:48.930Z | Downloaded libz-sys v1.1.24 |
| 1304 | 2026-07-24T21:09:48.953Z | Downloaded sha3 v0.10.8 |
| 1305 | 2026-07-24T21:09:48.958Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-07-24T21:09:48.968Z | Downloaded sqlparser v0.61.0 |
| 1307 | 2026-07-24T21:09:48.979Z | Downloaded fiat-crypto v0.3.0 |
| 1308 | 2026-07-24T21:09:49.006Z | Downloaded tracing v0.1.44 |
| 1309 | 2026-07-24T21:09:49.019Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-07-24T21:09:49.050Z | Downloaded ratatui v0.29.0 |
| 1311 | 2026-07-24T21:09:49.061Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1312 | 2026-07-24T21:09:49.080Z | Downloaded zerocopy-derive v0.6.6 |
| 1313 | 2026-07-24T21:09:49.086Z | Downloaded regex-automata v0.4.14 |
| 1314 | 2026-07-24T21:09:49.115Z | Downloaded petgraph v0.6.5 |
| 1315 | 2026-07-24T21:09:49.139Z | Downloaded chrono-tz v0.10.4 |
| 1316 | 2026-07-24T21:09:49.210Z | Downloaded tokio v1.52.1 |
| 1317 | 2026-07-24T21:09:49.299Z | Downloaded encoding_rs v0.8.35 |
| 1318 | 2026-07-24T21:09:49.335Z | Downloaded ring v0.17.14 |
| 1319 | 2026-07-24T21:09:49.998Z | Downloaded aws-lc-sys v0.40.0 |
| 1320 | 2026-07-24T21:09:50.250Z | Compiling libc v0.2.185 |
| 1321 | 2026-07-24T21:09:50.250Z | Compiling serde_core v1.0.228 |
| 1322 | 2026-07-24T21:09:50.251Z | Compiling serde v1.0.228 |
| 1323 | 2026-07-24T21:09:50.254Z | Compiling log v0.4.29 |
| 1324 | 2026-07-24T21:09:50.254Z | Compiling smallvec v1.15.1 |
| 1325 | 2026-07-24T21:09:50.254Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-07-24T21:09:50.254Z | Compiling shlex v1.3.0 |
| 1327 | 2026-07-24T21:09:50.396Z | Compiling syn v2.0.117 |
| 1328 | 2026-07-24T21:09:50.667Z | Compiling subtle v2.6.1 |
| 1329 | 2026-07-24T21:09:50.681Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-07-24T21:09:50.740Z | Compiling stable_deref_trait v1.2.1 |
| 1331 | 2026-07-24T21:09:50.782Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-07-24T21:09:50.820Z | Compiling typenum v1.20.1 |
| 1333 | 2026-07-24T21:09:50.824Z | Compiling serde_json v1.0.150 |
| 1334 | 2026-07-24T21:09:50.847Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-07-24T21:09:50.872Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-07-24T21:09:51.017Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-07-24T21:09:51.051Z | Compiling pin-project-lite v0.2.17 |
| 1338 | 2026-07-24T21:09:51.177Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-07-24T21:09:51.308Z | Compiling getrandom v0.4.1 |
| 1340 | 2026-07-24T21:09:51.337Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-07-24T21:09:51.428Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-07-24T21:09:51.437Z | Compiling errno v0.3.14 |
| 1343 | 2026-07-24T21:09:51.590Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-07-24T21:09:51.648Z | Compiling cc v1.2.56 |
| 1345 | 2026-07-24T21:09:51.674Z | Compiling libm v0.2.16 |
| 1346 | 2026-07-24T21:09:51.751Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-07-24T21:09:51.814Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-07-24T21:09:51.968Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-07-24T21:09:52.012Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-07-24T21:09:52.030Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-07-24T21:09:52.090Z | Compiling futures-core v0.3.32 |
| 1352 | 2026-07-24T21:09:52.201Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-07-24T21:09:52.243Z | Compiling mio v1.2.0 |
| 1354 | 2026-07-24T21:09:52.382Z | Compiling generic-array v0.14.7 |
| 1355 | 2026-07-24T21:09:52.400Z | Compiling percent-encoding v2.3.2 |
| 1356 | 2026-07-24T21:09:52.583Z | Compiling litemap v0.8.1 |
| 1357 | 2026-07-24T21:09:52.602Z | Compiling const-oid v0.9.6 |
| 1358 | 2026-07-24T21:09:52.617Z | Compiling writeable v0.6.2 |
| 1359 | 2026-07-24T21:09:52.780Z | Compiling bitflags v2.11.0 |
| 1360 | 2026-07-24T21:09:52.784Z | Compiling semver v1.0.28 |
| 1361 | 2026-07-24T21:09:52.857Z | Compiling icu_normalizer_data v2.1.1 |
| 1362 | 2026-07-24T21:09:53.057Z | Compiling icu_properties_data v2.1.2 |
| 1363 | 2026-07-24T21:09:53.141Z | Compiling socket2 v0.6.3 |
| 1364 | 2026-07-24T21:09:53.244Z | Compiling futures-sink v0.3.32 |
| 1365 | 2026-07-24T21:09:53.306Z | Compiling slab v0.4.12 |
| 1366 | 2026-07-24T21:09:53.346Z | Compiling futures-channel v0.3.32 |
| 1367 | 2026-07-24T21:09:53.359Z | Compiling futures-task v0.3.32 |
| 1368 | 2026-07-24T21:09:53.406Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-07-24T21:09:53.483Z | Compiling futures-io v0.3.32 |
| 1370 | 2026-07-24T21:09:53.527Z | Compiling utf8_iter v1.0.4 |
| 1371 | 2026-07-24T21:09:53.544Z | Compiling indexmap v2.14.0 |
| 1372 | 2026-07-24T21:09:53.569Z | Compiling form_urlencoded v1.2.2 |
| 1373 | 2026-07-24T21:09:53.635Z | Compiling getrandom v0.3.4 |
| 1374 | 2026-07-24T21:09:53.650Z | Compiling rustversion v1.0.22 |
| 1375 | 2026-07-24T21:09:53.676Z | Compiling cmake v0.1.57 |
| 1376 | 2026-07-24T21:09:53.747Z | Compiling dunce v1.0.5 |
| 1377 | 2026-07-24T21:09:53.853Z | Compiling rustix v1.1.3 |
| 1378 | 2026-07-24T21:09:53.874Z | Compiling ident_case v1.0.1 |
| 1379 | 2026-07-24T21:09:54.018Z | Compiling iana-time-zone v0.1.65 |
| 1380 | 2026-07-24T21:09:54.020Z | Compiling fs_extra v1.3.0 |
| 1381 | 2026-07-24T21:09:54.089Z | Compiling regex-syntax v0.8.10 |
| 1382 | 2026-07-24T21:09:54.219Z | Compiling uuid v1.23.4 |
| 1383 | 2026-07-24T21:09:54.235Z | Compiling base64 v0.22.1 |
| 1384 | 2026-07-24T21:09:54.300Z | Compiling aws-lc-sys v0.40.0 |
| 1385 | 2026-07-24T21:09:54.561Z | Compiling rand_core v0.9.5 |
| 1386 | 2026-07-24T21:09:54.577Z | Compiling base64ct v1.8.3 |
| 1387 | 2026-07-24T21:09:54.666Z | Compiling vcpkg v0.2.15 |
| 1388 | 2026-07-24T21:09:54.844Z | Compiling pem-rfc7468 v0.7.0 |
| 1389 | 2026-07-24T21:09:54.875Z | Compiling rustc_version v0.4.1 |
| 1390 | 2026-07-24T21:09:54.969Z | Compiling tracing-core v0.1.36 |
| 1391 | 2026-07-24T21:09:55.126Z | Compiling serde_derive v1.0.228 |
| 1392 | 2026-07-24T21:09:55.156Z | Compiling zeroize_derive v1.4.3 |
| 1393 | 2026-07-24T21:09:55.212Z | Compiling zerofrom-derive v0.1.6 |
| 1394 | 2026-07-24T21:09:55.419Z | Compiling yoke-derive v0.8.1 |
| 1395 | 2026-07-24T21:09:55.545Z | Compiling zerovec-derive v0.11.2 |
| 1396 | 2026-07-24T21:09:55.664Z | Compiling zerocopy-derive v0.8.40 |
| 1397 | 2026-07-24T21:09:55.823Z | Compiling zeroize v1.8.2 |
| 1398 | 2026-07-24T21:09:56.032Z | Compiling displaydoc v0.2.5 |
| 1399 | 2026-07-24T21:09:56.655Z | Compiling tokio-macros v2.7.0 |
| 1400 | 2026-07-24T21:09:56.669Z | Compiling zerofrom v0.1.6 |
| 1401 | 2026-07-24T21:09:56.698Z | Compiling futures-macro v0.3.32 |
| 1402 | 2026-07-24T21:09:56.796Z | Compiling yoke v0.8.1 |
| 1403 | 2026-07-24T21:09:56.810Z | Compiling openssl-sys v0.9.115 |
| 1404 | 2026-07-24T21:09:56.983Z | Compiling zerovec v0.11.5 |
| 1405 | 2026-07-24T21:09:57.049Z | Compiling zerotrie v0.2.3 |
| 1406 | 2026-07-24T21:09:57.340Z | Compiling block-buffer v0.10.4 |
| 1407 | 2026-07-24T21:09:57.355Z | Compiling crypto-common v0.1.7 |
| 1408 | 2026-07-24T21:09:57.393Z | Compiling thiserror-impl v2.0.18 |
| 1409 | 2026-07-24T21:09:57.485Z | Compiling tinystr v0.8.2 |
| 1410 | 2026-07-24T21:09:57.500Z | Compiling potential_utf v0.1.4 |
| 1411 | 2026-07-24T21:09:57.513Z | Compiling digest v0.10.7 |
| 1412 | 2026-07-24T21:09:57.516Z | Compiling futures-util v0.3.32 |
| 1413 | 2026-07-24T21:09:57.660Z | Compiling icu_locale_core v2.1.1 |
| 1414 | 2026-07-24T21:09:57.686Z | Compiling icu_collections v2.1.1 |
| 1415 | 2026-07-24T21:09:57.758Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-07-24T21:09:58.157Z | Compiling tracing-attributes v0.1.31 |
| 1417 | 2026-07-24T21:09:58.534Z | Compiling icu_provider v2.1.1 |
| 1418 | 2026-07-24T21:09:58.627Z | Compiling bytes v1.11.1 |
| 1419 | 2026-07-24T21:09:58.720Z | Compiling chrono v0.4.45 |
| 1420 | 2026-07-24T21:09:58.738Z | Compiling aws-lc-rs v1.16.3 |
| 1421 | 2026-07-24T21:09:58.826Z | Compiling icu_properties v2.1.2 |
| 1422 | 2026-07-24T21:09:59.035Z | Compiling icu_normalizer v2.1.1 |
| 1423 | 2026-07-24T21:09:59.242Z | Compiling tokio v1.52.1 |
| 1424 | 2026-07-24T21:09:59.477Z | Compiling http v1.4.2 |
| 1425 | 2026-07-24T21:09:59.580Z | Compiling flagset v0.4.7 |
| 1426 | 2026-07-24T21:09:59.710Z | Compiling idna_adapter v1.2.1 |
| 1427 | 2026-07-24T21:09:59.836Z | Compiling idna v1.1.0 |
| 1428 | 2026-07-24T21:09:59.850Z | Compiling der v0.7.10 |
| 1429 | 2026-07-24T21:09:59.898Z | Compiling tracing v0.1.44 |
| 1430 | 2026-07-24T21:10:00.100Z | Compiling ppv-lite86 v0.2.21 |
| 1431 | 2026-07-24T21:10:00.157Z | Compiling http-body v1.0.1 |
| 1432 | 2026-07-24T21:10:00.173Z | Compiling url v2.5.8 |
| 1433 | 2026-07-24T21:10:00.309Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-07-24T21:10:00.394Z | Compiling rand_chacha v0.9.0 |
| 1435 | 2026-07-24T21:10:00.429Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-07-24T21:10:00.485Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-07-24T21:10:00.886Z | Compiling cmov v0.5.4 |
| 1438 | 2026-07-24T21:10:00.964Z | Compiling tinyvec_macros v0.1.1 |
| 1439 | 2026-07-24T21:10:01.034Z | Compiling httparse v1.10.1 |
| 1440 | 2026-07-24T21:10:01.076Z | Compiling schemars v0.8.22 |
| 1441 | 2026-07-24T21:10:01.092Z | Compiling openssl-probe v0.2.1 |
| 1442 | 2026-07-24T21:10:01.126Z | Compiling dyn-clone v1.0.20 |
| 1443 | 2026-07-24T21:10:01.258Z | Compiling ctutils v0.4.2 |
| 1444 | 2026-07-24T21:10:01.261Z | Compiling tinyvec v1.10.0 |
| 1445 | 2026-07-24T21:10:01.299Z | Compiling spki v0.7.3 |
| 1446 | 2026-07-24T21:10:01.315Z | Compiling rand v0.9.2 |
| 1447 | 2026-07-24T21:10:01.412Z | Compiling schemars_derive v0.8.22 |
| 1448 | 2026-07-24T21:10:01.427Z | Compiling pest_generator v2.8.6 |
| 1449 | 2026-07-24T21:10:01.495Z | Compiling aho-corasick v1.1.4 |
| 1450 | 2026-07-24T21:10:01.498Z | Compiling tower-service v0.3.3 |
| 1451 | 2026-07-24T21:10:01.591Z | Compiling untrusted v0.7.1 |
| 1452 | 2026-07-24T21:10:01.594Z | Compiling tower-layer v0.3.3 |
| 1453 | 2026-07-24T21:10:01.726Z | Compiling try-lock v0.2.5 |
| 1454 | 2026-07-24T21:10:01.752Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-07-24T21:10:01.834Z | Compiling want v0.3.1 |
| 1456 | 2026-07-24T21:10:01.876Z | Compiling tempfile v3.25.0 |
| 1457 | 2026-07-24T21:10:02.031Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-24T21:10:02.118Z | Compiling pest_derive v2.8.6 |
| 1459 | 2026-07-24T21:10:02.251Z | Compiling ipnet v2.11.0 |
| 1460 | 2026-07-24T21:10:02.395Z | Compiling regex-automata v0.4.14 |
| 1461 | 2026-07-24T21:10:02.554Z | Compiling scroll_derive v0.13.1 |
| 1462 | 2026-07-24T21:10:02.739Z | Compiling darling_core v0.20.11 |
| 1463 | 2026-07-24T21:10:02.803Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-07-24T21:10:02.891Z | Compiling untrusted v0.9.0 |
| 1465 | 2026-07-24T21:10:03.013Z | Compiling tokio-util v0.7.18 |
| 1466 | 2026-07-24T21:10:03.171Z | Compiling openssl v0.10.79 |
| 1467 | 2026-07-24T21:10:03.355Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-07-24T21:10:03.413Z | Compiling rustls v0.23.41 |
| 1469 | 2026-07-24T21:10:03.579Z | Compiling cpufeatures v0.2.17 |
| 1470 | 2026-07-24T21:10:03.615Z | Compiling scroll v0.13.0 |
| 1471 | 2026-07-24T21:10:03.653Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-07-24T21:10:03.727Z | Compiling h2 v0.4.15 |
| 1473 | 2026-07-24T21:10:03.877Z | Compiling unicode-normalization v0.1.25 |
| 1474 | 2026-07-24T21:10:03.903Z | Compiling pkcs8 v0.10.2 |
| 1475 | 2026-07-24T21:10:04.155Z | Compiling openssl-macros v0.1.1 |
| 1476 | 2026-07-24T21:10:04.327Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-07-24T21:10:04.421Z | Compiling spin v0.9.8 |
| 1478 | 2026-07-24T21:10:04.560Z | Compiling num-conv v0.2.0 |
| 1479 | 2026-07-24T21:10:04.627Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-07-24T21:10:04.690Z | Compiling native-tls v0.2.18 |
| 1481 | 2026-07-24T21:10:04.724Z | Compiling crc32fast v1.5.0 |
| 1482 | 2026-07-24T21:10:04.826Z | Compiling time-core v0.1.8 |
| 1483 | 2026-07-24T21:10:04.895Z | Compiling deranged v0.5.8 |
| 1484 | 2026-07-24T21:10:04.968Z | Compiling darling_macro v0.20.11 |
| 1485 | 2026-07-24T21:10:04.971Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-07-24T21:10:05.428Z | Compiling darling v0.20.11 |
| 1487 | 2026-07-24T21:10:05.547Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-24T21:10:05.904Z | Compiling sha2 v0.10.9 |
| 1489 | 2026-07-24T21:10:06.067Z | Compiling hmac v0.12.1 |
| 1490 | 2026-07-24T21:10:06.225Z | Compiling sync_wrapper v1.0.2 |
| 1491 | 2026-07-24T21:10:06.338Z | Compiling wait-timeout v0.2.1 |
| 1492 | 2026-07-24T21:10:06.427Z | Compiling syn v1.0.109 |
| 1493 | 2026-07-24T21:10:06.601Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-07-24T21:10:06.750Z | Compiling quick-error v1.2.3 |
| 1495 | 2026-07-24T21:10:06.859Z | Compiling hyper v1.10.1 |
| 1496 | 2026-07-24T21:10:06.899Z | Compiling siphasher v1.0.2 |
| 1497 | 2026-07-24T21:10:07.082Z | Compiling num_threads v0.1.7 |
| 1498 | 2026-07-24T21:10:07.183Z | Compiling usdt-impl v0.6.0 |
| 1499 | 2026-07-24T21:10:07.278Z | Compiling bit-vec v0.8.0 |
| 1500 | 2026-07-24T21:10:07.398Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-07-24T21:10:07.508Z | Compiling bit-set v0.8.0 |
| 1502 | 2026-07-24T21:10:07.675Z | Compiling time v0.3.47 |
| 1503 | 2026-07-24T21:10:07.855Z | Compiling rusty-fork v0.3.1 |
| 1504 | 2026-07-24T21:10:07.970Z | Compiling hyper-util v0.1.20 |
| 1505 | 2026-07-24T21:10:08.053Z | Compiling tower v0.5.3 |
| 1506 | 2026-07-24T21:10:08.163Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-07-24T21:10:08.414Z | Compiling dof v0.4.0 |
| 1508 | 2026-07-24T21:10:08.707Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-07-24T21:10:09.043Z | Compiling http-body-util v0.1.3 |
| 1510 | 2026-07-24T21:10:09.227Z | Compiling heapless v0.7.17 |
| 1511 | 2026-07-24T21:10:09.258Z | Compiling thiserror-impl v1.0.69 |
| 1512 | 2026-07-24T21:10:09.431Z | Compiling scroll_derive v0.12.1 |
| 1513 | 2026-07-24T21:10:09.475Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-07-24T21:10:09.548Z | Compiling slog v2.8.2 |
| 1515 | 2026-07-24T21:10:09.633Z | Compiling darling_core v0.23.0 |
| 1516 | 2026-07-24T21:10:09.662Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-07-24T21:10:09.685Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-07-24T21:10:09.741Z | Compiling cookie v0.18.1 |
| 1519 | 2026-07-24T21:10:09.766Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-07-24T21:10:09.937Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-07-24T21:10:09.953Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-07-24T21:10:10.082Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-07-24T21:10:10.085Z | Compiling signal-hook v0.3.18 |
| 1524 | 2026-07-24T21:10:10.270Z | Compiling ryu v1.0.23 |
| 1525 | 2026-07-24T21:10:10.283Z | Compiling adler2 v2.0.1 |
| 1526 | 2026-07-24T21:10:10.297Z | Compiling unarray v0.1.4 |
| 1527 | 2026-07-24T21:10:10.401Z | Compiling paste v1.0.15 |
| 1528 | 2026-07-24T21:10:10.405Z | Compiling zstd-safe v7.2.4 |
| 1529 | 2026-07-24T21:10:10.440Z | Compiling unicode-bidi v0.3.18 |
| 1530 | 2026-07-24T21:10:10.504Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-07-24T21:10:10.633Z | Compiling serde_urlencoded v0.7.1 |
| 1532 | 2026-07-24T21:10:10.661Z | Compiling proptest v1.10.0 |
| 1533 | 2026-07-24T21:10:10.759Z | Compiling miniz_oxide v0.8.9 |
| 1534 | 2026-07-24T21:10:10.874Z | Compiling stringprep v0.1.5 |
| 1535 | 2026-07-24T21:10:11.218Z | Compiling tower-http v0.6.8 |
| 1536 | 2026-07-24T21:10:11.311Z | Compiling scroll v0.12.0 |
| 1537 | 2026-07-24T21:10:11.639Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-07-24T21:10:12.097Z | Compiling tokio-native-tls v0.3.1 |
| 1539 | 2026-07-24T21:10:12.120Z | Compiling camino v1.2.2 |
| 1540 | 2026-07-24T21:10:12.135Z | Compiling bstr v1.12.1 |
| 1541 | 2026-07-24T21:10:12.155Z | Compiling darling_macro v0.23.0 |
| 1542 | 2026-07-24T21:10:12.224Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-07-24T21:10:12.261Z | Compiling block-buffer v0.12.1 |
| 1544 | 2026-07-24T21:10:12.454Z | Compiling block-padding v0.4.2 |
| 1545 | 2026-07-24T21:10:12.493Z | Compiling crypto-common v0.2.2 |
| 1546 | 2026-07-24T21:10:12.603Z | Compiling rustls-native-certs v0.8.3 |
| 1547 | 2026-07-24T21:10:12.618Z | Compiling rand_chacha v0.3.1 |
| 1548 | 2026-07-24T21:10:12.634Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-07-24T21:10:12.758Z | Compiling toml_datetime v0.6.11 |
| 1550 | 2026-07-24T21:10:12.776Z | Compiling hex v0.4.3 |
| 1551 | 2026-07-24T21:10:12.890Z | Compiling erased-serde v0.3.31 |
| 1552 | 2026-07-24T21:10:13.015Z | Compiling serde_tokenstream v0.2.3 |
| 1553 | 2026-07-24T21:10:13.041Z | Compiling md-5 v0.10.6 |
| 1554 | 2026-07-24T21:10:13.208Z | Compiling signature v2.2.0 |
| 1555 | 2026-07-24T21:10:13.325Z | Compiling curve25519-dalek v4.1.3 |
| 1556 | 2026-07-24T21:10:13.375Z | Compiling async-trait v0.1.89 |
| 1557 | 2026-07-24T21:10:13.389Z | Compiling pin-project-internal v1.1.11 |
| 1558 | 2026-07-24T21:10:13.401Z | Compiling zerocopy-derive v0.7.35 |
| 1559 | 2026-07-24T21:10:13.666Z | Compiling vergen-lib v9.1.0 |
| 1560 | 2026-07-24T21:10:13.859Z | Compiling hash32 v0.2.1 |
| 1561 | 2026-07-24T21:10:14.059Z | Compiling num-integer v0.1.46 |
| 1562 | 2026-07-24T21:10:14.191Z | Compiling memoffset v0.9.1 |
| 1563 | 2026-07-24T21:10:14.262Z | Compiling encoding_rs v0.8.35 |
| 1564 | 2026-07-24T21:10:14.375Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-07-24T21:10:14.391Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-07-24T21:10:14.402Z | Compiling cfg_aliases v0.2.1 |
| 1567 | 2026-07-24T21:10:14.472Z | Compiling psl-types v2.0.11 |
| 1568 | 2026-07-24T21:10:14.486Z | Compiling ref-cast v1.0.25 |
| 1569 | 2026-07-24T21:10:14.585Z | Compiling rustix v0.38.44 |
| 1570 | 2026-07-24T21:10:14.600Z | Compiling mime v0.3.17 |
| 1571 | 2026-07-24T21:10:14.799Z | Compiling litrs v1.0.0 |
| 1572 | 2026-07-24T21:10:14.854Z | Compiling smoltcp v0.9.1 |
| 1573 | 2026-07-24T21:10:14.940Z | Compiling fallible-iterator v0.2.0 |
| 1574 | 2026-07-24T21:10:15.213Z | Compiling postgres-protocol v0.6.10 |
| 1575 | 2026-07-24T21:10:15.296Z | Compiling document-features v0.2.12 |
| 1576 | 2026-07-24T21:10:15.401Z | Compiling hubpack_derive v0.1.1 |
| 1577 | 2026-07-24T21:10:15.417Z | Compiling publicsuffix v2.3.0 |
| 1578 | 2026-07-24T21:10:15.610Z | Compiling pin-project v1.1.11 |
| 1579 | 2026-07-24T21:10:15.712Z | Compiling nix v0.31.2 |
| 1580 | 2026-07-24T21:10:15.799Z | Compiling num-iter v0.1.45 |
| 1581 | 2026-07-24T21:10:15.884Z | Compiling zerocopy v0.7.35 |
| 1582 | 2026-07-24T21:10:16.008Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-07-24T21:10:16.091Z | Compiling rand v0.8.6 |
| 1584 | 2026-07-24T21:10:16.332Z | Compiling darling v0.23.0 |
| 1585 | 2026-07-24T21:10:16.332Z | Compiling inout v0.2.2 |
| 1586 | 2026-07-24T21:10:16.361Z | Compiling oxnet v0.1.6 |
| 1587 | 2026-07-24T21:10:16.418Z | Compiling hyper-tls v0.6.0 |
| 1588 | 2026-07-24T21:10:16.539Z | Compiling derive_builder v0.20.2 |
| 1589 | 2026-07-24T21:10:16.666Z | Compiling goblin v0.8.2 |
| 1590 | 2026-07-24T21:10:17.089Z | Compiling phf_shared v0.13.1 |
| 1591 | 2026-07-24T21:10:17.144Z | Compiling lazy_static v1.5.0 |
| 1592 | 2026-07-24T21:10:17.181Z | Compiling regex v1.12.3 |
| 1593 | 2026-07-24T21:10:17.273Z | Compiling anstyle-parse v0.2.7 |
| 1594 | 2026-07-24T21:10:17.327Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-07-24T21:10:17.423Z | Compiling futures-executor v0.3.32 |
| 1596 | 2026-07-24T21:10:17.465Z | Compiling terminal_size v0.4.3 |
| 1597 | 2026-07-24T21:10:17.602Z | Compiling strum_macros v0.27.2 |
| 1598 | 2026-07-24T21:10:17.617Z | Compiling daft-derive v0.1.7 |
| 1599 | 2026-07-24T21:10:17.649Z | Compiling snafu-derive v0.8.9 |
| 1600 | 2026-07-24T21:10:17.673Z | Compiling ref-cast-impl v1.0.25 |
| 1601 | 2026-07-24T21:10:17.739Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-07-24T21:10:18.220Z | Compiling vergen v9.1.0 |
| 1603 | 2026-07-24T21:10:18.333Z | Compiling cargo-platform v0.3.2 |
| 1604 | 2026-07-24T21:10:18.397Z | Compiling ff v0.13.1 |
| 1605 | 2026-07-24T21:10:18.410Z | Compiling fs-err v3.3.0 |
| 1606 | 2026-07-24T21:10:18.535Z | Compiling ahash v0.8.12 |
| 1607 | 2026-07-24T21:10:18.598Z | Compiling same-file v1.0.6 |
| 1608 | 2026-07-24T21:10:18.614Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-07-24T21:10:18.689Z | Compiling foldhash v0.2.0 |
| 1610 | 2026-07-24T21:10:18.753Z | Compiling winnow v0.5.40 |
| 1611 | 2026-07-24T21:10:18.768Z | Compiling base16ct v0.2.0 |
| 1612 | 2026-07-24T21:10:18.910Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-07-24T21:10:18.948Z | Compiling foldhash v0.1.5 |
| 1614 | 2026-07-24T21:10:19.121Z | Compiling unicode-segmentation v1.12.0 |
| 1615 | 2026-07-24T21:10:19.158Z | Compiling managed v0.8.0 |
| 1616 | 2026-07-24T21:10:19.373Z | Compiling libbz2-rs-sys v0.2.2 |
| 1617 | 2026-07-24T21:10:19.505Z | Compiling object v0.37.3 |
| 1618 | 2026-07-24T21:10:19.542Z | Compiling strum v0.27.2 |
| 1619 | 2026-07-24T21:10:19.556Z | Compiling snafu v0.8.9 |
| 1620 | 2026-07-24T21:10:19.835Z | Compiling bzip2 v0.6.1 |
| 1621 | 2026-07-24T21:10:19.908Z | Compiling zopfli v0.8.3 |
| 1622 | 2026-07-24T21:10:20.045Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-07-24T21:10:20.059Z | Compiling hashbrown v0.15.5 |
| 1624 | 2026-07-24T21:10:20.109Z | Compiling sec1 v0.7.3 |
| 1625 | 2026-07-24T21:10:20.175Z | Compiling dof v0.3.0 |
| 1626 | 2026-07-24T21:10:20.382Z | Compiling hashbrown v0.16.1 |
| 1627 | 2026-07-24T21:10:20.530Z | Compiling walkdir v2.5.0 |
| 1628 | 2026-07-24T21:10:20.590Z | Compiling clap_builder v4.6.0 |
| 1629 | 2026-07-24T21:10:20.734Z | Compiling cargo_metadata v0.23.1 |
| 1630 | 2026-07-24T21:10:20.840Z | Compiling group v0.13.0 |
| 1631 | 2026-07-24T21:10:21.024Z | Compiling daft v0.1.7 |
| 1632 | 2026-07-24T21:10:21.140Z | Compiling futures v0.3.32 |
| 1633 | 2026-07-24T21:10:21.225Z | Compiling anstream v0.6.21 |
| 1634 | 2026-07-24T21:10:21.303Z | Compiling phf v0.13.1 |
| 1635 | 2026-07-24T21:10:21.557Z | Compiling signal-hook-mio v0.2.5 |
| 1636 | 2026-07-24T21:10:21.676Z | Compiling cookie_store v0.22.1 |
| 1637 | 2026-07-24T21:10:21.887Z | Compiling zstd v0.13.3 |
| 1638 | 2026-07-24T21:10:22.096Z | Compiling reqwest v0.12.28 |
| 1639 | 2026-07-24T21:10:22.151Z | Compiling bzip2 v0.4.4 |
| 1640 | 2026-07-24T21:10:22.319Z | Compiling cipher v0.5.2 |
| 1641 | 2026-07-24T21:10:22.357Z | Compiling serde_with_macros v3.21.0 |
| 1642 | 2026-07-24T21:10:22.639Z | Compiling hubpack v0.1.2 |
| 1643 | 2026-07-24T21:10:22.818Z | Compiling postgres-types v0.2.12 |
| 1644 | 2026-07-24T21:10:23.366Z | Compiling ed25519 v2.2.3 |
| 1645 | 2026-07-24T21:10:23.469Z | Compiling usdt-macro v0.6.0 |
| 1646 | 2026-07-24T21:10:23.570Z | Compiling usdt-attr-macro v0.6.0 |
| 1647 | 2026-07-24T21:10:23.919Z | Compiling globset v0.4.18 |
| 1648 | 2026-07-24T21:10:23.933Z | Compiling dtrace-parser v0.2.0 |
| 1649 | 2026-07-24T21:10:24.222Z | Compiling phf_shared v0.11.3 |
| 1650 | 2026-07-24T21:10:24.257Z | Compiling hkdf v0.12.4 |
| 1651 | 2026-07-24T21:10:24.374Z | Compiling olpc-cjson v0.1.4 |
| 1652 | 2026-07-24T21:10:24.405Z | Compiling pkcs1 v0.7.5 |
| 1653 | 2026-07-24T21:10:24.421Z | Compiling serde_plain v1.0.2 |
| 1654 | 2026-07-24T21:10:24.530Z | Compiling serde-big-array v0.5.1 |
| 1655 | 2026-07-24T21:10:24.584Z | Compiling crypto-bigint v0.5.5 |
| 1656 | 2026-07-24T21:10:24.609Z | Compiling strum_macros v0.26.4 |
| 1657 | 2026-07-24T21:10:24.662Z | Compiling serde_repr v0.1.20 |
| 1658 | 2026-07-24T21:10:24.676Z | Compiling async-recursion v1.1.1 |
| 1659 | 2026-07-24T21:10:24.792Z | Compiling enum-as-inner v0.6.1 |
| 1660 | 2026-07-24T21:10:25.201Z | Compiling clap_derive v4.6.1 |
| 1661 | 2026-07-24T21:10:25.307Z | Compiling pem v3.0.6 |
| 1662 | 2026-07-24T21:10:25.328Z | Compiling float-cmp v0.10.0 |
| 1663 | 2026-07-24T21:10:25.480Z | Compiling memmap2 v0.9.10 |
| 1664 | 2026-07-24T21:10:25.723Z | Compiling thread-id v4.2.2 |
| 1665 | 2026-07-24T21:10:25.728Z | Compiling env_filter v1.0.0 |
| 1666 | 2026-07-24T21:10:25.784Z | Compiling difflib v0.4.0 |
| 1667 | 2026-07-24T21:10:25.833Z | Compiling static_assertions v1.1.0 |
| 1668 | 2026-07-24T21:10:25.909Z | Compiling predicates-core v1.0.10 |
| 1669 | 2026-07-24T21:10:26.016Z | Compiling jiff v0.2.21 |
| 1670 | 2026-07-24T21:10:26.089Z | Compiling whoami v2.1.0 |
| 1671 | 2026-07-24T21:10:26.341Z | Compiling normalize-line-endings v0.3.0 |
| 1672 | 2026-07-24T21:10:26.394Z | Compiling fixedbitset v0.4.2 |
| 1673 | 2026-07-24T21:10:26.439Z | Compiling precomputed-hash v0.1.1 |
| 1674 | 2026-07-24T21:10:26.471Z | Compiling data-encoding v2.10.0 |
| 1675 | 2026-07-24T21:10:26.527Z | Compiling const-oid v0.10.2 |
| 1676 | 2026-07-24T21:10:26.608Z | Compiling winnow v1.0.3 |
| 1677 | 2026-07-24T21:10:26.717Z | Compiling new_debug_unreachable v1.0.6 |
| 1678 | 2026-07-24T21:10:26.735Z | Compiling typed-path v0.9.3 |
| 1679 | 2026-07-24T21:10:26.792Z | Compiling cpufeatures v0.3.0 |
| 1680 | 2026-07-24T21:10:26.872Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-07-24T21:10:26.962Z | Compiling either v1.15.0 |
| 1682 | 2026-07-24T21:10:27.026Z | Compiling keccak v0.1.6 |
| 1683 | 2026-07-24T21:10:27.048Z | Compiling clap v4.6.1 |
| 1684 | 2026-07-24T21:10:27.131Z | Compiling petgraph v0.8.3 |
| 1685 | 2026-07-24T21:10:27.158Z | Compiling itertools v0.13.0 |
| 1686 | 2026-07-24T21:10:27.177Z | Compiling sha3 v0.10.8 |
| 1687 | 2026-07-24T21:10:27.177Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1688 | 2026-07-24T21:10:27.611Z | Compiling chacha20 v0.10.0 |
| 1689 | 2026-07-24T21:10:27.742Z | Compiling toml_edit v0.22.27 |
| 1690 | 2026-07-24T21:10:27.812Z | Compiling string_cache v0.8.9 |
| 1691 | 2026-07-24T21:10:27.928Z | Compiling hickory-proto v0.25.2 |
| 1692 | 2026-07-24T21:10:27.976Z | Compiling digest v0.11.3 |
| 1693 | 2026-07-24T21:10:28.035Z | Compiling petgraph v0.6.5 |
| 1694 | 2026-07-24T21:10:28.196Z | Compiling predicates v3.1.4 |
| 1695 | 2026-07-24T21:10:28.372Z | Compiling strum v0.26.3 |
| 1696 | 2026-07-24T21:10:28.501Z | Compiling tokio-postgres v0.7.16 |
| 1697 | 2026-07-24T21:10:28.838Z | Compiling zip v4.6.1 |
| 1698 | 2026-07-24T21:10:29.064Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1699 | 2026-07-24T21:10:29.500Z | Compiling env_logger v0.11.9 |
| 1700 | 2026-07-24T21:10:29.795Z | Compiling usdt-impl v0.5.0 |
| 1701 | 2026-07-24T21:10:29.853Z | Compiling usdt v0.6.0 |
| 1702 | 2026-07-24T21:10:30.115Z | Compiling elliptic-curve v0.13.8 |
| 1703 | 2026-07-24T21:10:30.130Z | Compiling rsa v0.9.10 |
| 1704 | 2026-07-24T21:10:30.370Z | Compiling crossterm v0.28.1 |
| 1705 | 2026-07-24T21:10:30.427Z | Compiling ed25519-dalek v2.2.0 |
| 1706 | 2026-07-24T21:10:30.539Z | Compiling serde_with v3.21.0 |
| 1707 | 2026-07-24T21:10:31.128Z | Compiling zip v0.6.6 |
| 1708 | 2026-07-24T21:10:31.713Z | Compiling toml v0.7.8 |
| 1709 | 2026-07-24T21:10:31.935Z | Compiling iddqd v0.4.2 |
| 1710 | 2026-07-24T21:10:32.466Z | Compiling similar v2.7.0 |
| 1711 | 2026-07-24T21:10:32.495Z | Compiling heck v0.4.1 |
| 1712 | 2026-07-24T21:10:32.553Z | Compiling byte-wrapper v0.1.0 |
| 1713 | 2026-07-24T21:10:32.659Z | Compiling crossbeam-epoch v0.9.18 |
| 1714 | 2026-07-24T21:10:32.720Z | Compiling tokio-stream v0.1.18 |
| 1715 | 2026-07-24T21:10:32.875Z | Compiling buf-list v1.1.2 |
| 1716 | 2026-07-24T21:10:32.952Z | Compiling x509-cert v0.2.5 |
| 1717 | 2026-07-24T21:10:33.142Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-07-24T21:10:33.174Z | Compiling openapiv3 v2.2.0 |
| 1719 | 2026-07-24T21:10:33.205Z | Compiling lalrpop-util v0.19.12 |
| 1720 | 2026-07-24T21:10:33.329Z | Compiling peg-runtime v0.8.5 |
| 1721 | 2026-07-24T21:10:33.404Z | Compiling thread_local v1.1.9 |
| 1722 | 2026-07-24T21:10:33.441Z | Compiling slog-async v2.8.0 |
| 1723 | 2026-07-24T21:10:33.462Z | Compiling crossbeam-channel v0.5.15 |
| 1724 | 2026-07-24T21:10:33.610Z | Compiling filetime v0.2.27 |
| 1725 | 2026-07-24T21:10:33.644Z | Compiling is-terminal v0.4.17 |
| 1726 | 2026-07-24T21:10:33.742Z | Compiling xattr v1.6.1 |
| 1727 | 2026-07-24T21:10:33.769Z | Compiling take_mut v0.2.2 |
| 1728 | 2026-07-24T21:10:33.786Z | Compiling term v1.2.1 |
| 1729 | 2026-07-24T21:10:33.907Z | Compiling tar v0.4.46 |
| 1730 | 2026-07-24T21:10:33.927Z | Compiling camino-tempfile v1.4.1 |
| 1731 | 2026-07-24T21:10:34.157Z | Compiling slog-term v2.9.2 |
| 1732 | 2026-07-24T21:10:45.150Z | Compiling rustls-webpki v0.103.13 |
| 1733 | 2026-07-24T21:10:47.866Z | Compiling tokio-rustls v0.26.4 |
| 1734 | 2026-07-24T21:10:47.866Z | Compiling rustls-platform-verifier v0.6.2 |
| 1735 | 2026-07-24T21:10:47.866Z | Compiling tough v0.22.0 |
| 1736 | 2026-07-24T21:10:48.076Z | Compiling hyper-rustls v0.27.7 |
| 1737 | 2026-07-24T21:10:48.275Z | Compiling reqwest v0.13.2 |
| 1738 | 2026-07-24T21:10:50.494Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1739 | 2026-07-24T21:10:50.726Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1740 | 2026-07-24T21:10:53.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 1741 | 2026-07-24T21:10:53.701Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1742 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.855 INFO Starting download, target: Console |
| 1743 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.856 INFO Starting download, target: Cockroach |
| 1744 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.856 INFO Starting download, target: DendriteStub |
| 1745 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.856 INFO Starting download, target: MaghemiteDdmd |
| 1746 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.856 INFO Starting download, target: MaghemiteMgd |
| 1747 | 2026-07-24T21:10:53.755Z | Jul 24 21:10:52.856 INFO Starting download, target: Clickhouse |
| 1748 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Starting download, target: TransceiverControl |
| 1749 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1750 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1751 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1752 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1753 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1754 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1755 | 2026-07-24T21:10:53.759Z | Jul 24 21:10:52.856 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1756 | 2026-07-24T21:10:54.151Z | Jul 24 21:10:53.250 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1757 | 2026-07-24T21:10:54.358Z | Jul 24 21:10:53.458 INFO Download complete, target: TransceiverControl |
| 1758 | 2026-07-24T21:10:55.650Z | Jul 24 21:10:54.750 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1759 | 2026-07-24T21:10:55.670Z | Jul 24 21:10:54.759 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1760 | 2026-07-24T21:10:55.851Z | Jul 24 21:10:54.951 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1761 | 2026-07-24T21:10:55.919Z | Jul 24 21:10:55.014 INFO Download complete, target: Console |
| 1762 | 2026-07-24T21:10:56.235Z | Jul 24 21:10:55.333 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1763 | 2026-07-24T21:10:56.413Z | Jul 24 21:10:55.513 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1764 | 2026-07-24T21:10:56.822Z | Jul 24 21:10:55.923 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1765 | 2026-07-24T21:10:56.822Z | Jul 24 21:10:55.923 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1766 | 2026-07-24T21:10:57.812Z | Jul 24 21:10:56.912 INFO Download complete, target: MaghemiteDdmd |
| 1767 | 2026-07-24T21:10:58.824Z | Jul 24 21:10:57.925 INFO Download complete, target: DendriteStub |
| 1768 | 2026-07-24T21:10:59.038Z | Jul 24 21:10:58.139 INFO Download complete, target: MaghemiteMgd |
| 1769 | 2026-07-24T21:11:01.514Z | Jul 24 21:11:00.615 INFO Checking that binary works, target: Cockroach |
| 1770 | 2026-07-24T21:11:01.740Z | Jul 24 21:11:00.841 INFO Download complete, target: Cockroach |
| 1771 | 2026-07-24T21:11:02.433Z | Jul 24 21:11:01.534 INFO Checking that binary works, target: Clickhouse |
| 1772 | 2026-07-24T21:11:02.700Z | Jul 24 21:11:01.801 INFO Download complete, target: Clickhouse |
| 1773 | 2026-07-24T21:11:02.806Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1774 | 2026-07-24T21:11:02.810Z | |
| 1775 | 2026-07-24T21:11:02.810Z | real 2:04.993797298 |
| 1776 | 2026-07-24T21:11:02.810Z | user 6:37.212832912 |
| 1777 | 2026-07-24T21:11:02.810Z | sys 1:21.844432294 |
| 1778 | 2026-07-24T21:11:02.810Z | trap 0.228213649 |
| 1779 | 2026-07-24T21:11:02.810Z | tflt 1.775108507 |
| 1780 | 2026-07-24T21:11:02.810Z | dflt 2.880101946 |
| 1781 | 2026-07-24T21:11:02.810Z | kflt 0.032392335 |
| 1782 | 2026-07-24T21:11:02.810Z | lock 21:41.866871920 |
| 1783 | 2026-07-24T21:11:02.810Z | slp 20:24.199823404 |
| 1784 | 2026-07-24T21:11:02.811Z | lat 39.709138539 |
| 1785 | 2026-07-24T21:11:02.811Z | stop 1:56.866154367 |
| 1786 | 2026-07-24T21:11:02.811Z | + banner clippy |
| 1787 | 2026-07-24T21:11:02.811Z | |
| 1788 | 2026-07-24T21:11:02.811Z | #### # # ##### ##### # # |
| 1789 | 2026-07-24T21:11:02.811Z | # # # # # # # # # # |
| 1790 | 2026-07-24T21:11:02.811Z | # # # # # # # # |
| 1791 | 2026-07-24T21:11:02.811Z | # # # ##### ##### # |
| 1792 | 2026-07-24T21:11:02.811Z | # # # # # # # |
| 1793 | 2026-07-24T21:11:02.811Z | #### ###### # # # # |
| 1794 | 2026-07-24T21:11:02.811Z | |
| 1795 | 2026-07-24T21:11:02.811Z | + export CARGO_INCREMENTAL=0 |
| 1796 | 2026-07-24T21:11:02.813Z | + CARGO_INCREMENTAL=0 |
| 1797 | 2026-07-24T21:11:02.813Z | + ptime -m cargo xtask clippy |
| 1798 | 2026-07-24T21:11:03.273Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1799 | 2026-07-24T21:11:03.556Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1800 | 2026-07-24T21:11:05.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.48s |
| 1801 | 2026-07-24T21:11:05.370Z | Running `target/debug/xtask clippy` |
| 1802 | 2026-07-24T21:11:05.394Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1803 | 2026-07-24T21:11:05.963Z | Downloading crates ... |
| 1804 | 2026-07-24T21:11:06.174Z | Downloaded addr2line v0.25.1 |
| 1805 | 2026-07-24T21:11:06.177Z | Downloaded owo-colors v3.5.0 |
| 1806 | 2026-07-24T21:11:06.180Z | Downloaded libtest-mimic v0.8.1 |
| 1807 | 2026-07-24T21:11:06.183Z | Downloaded target-lexicon v0.13.3 |
| 1808 | 2026-07-24T21:11:06.187Z | Downloaded hashbrown v0.14.5 |
| 1809 | 2026-07-24T21:11:06.192Z | Downloaded supports-color v2.1.0 |
| 1810 | 2026-07-24T21:11:06.195Z | Downloaded approx v0.5.1 |
| 1811 | 2026-07-24T21:11:06.195Z | Downloaded backtrace-ext v0.2.1 |
| 1812 | 2026-07-24T21:11:06.195Z | Downloaded pathdiff v0.2.3 |
| 1813 | 2026-07-24T21:11:06.195Z | Downloaded async-object-pool v0.2.0 |
| 1814 | 2026-07-24T21:11:06.195Z | Downloaded assert-json-diff v2.0.2 |
| 1815 | 2026-07-24T21:11:06.198Z | Downloaded concurrent-queue v2.5.0 |
| 1816 | 2026-07-24T21:11:06.198Z | Downloaded event-listener v5.4.1 |
| 1817 | 2026-07-24T21:11:06.200Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-07-24T21:11:06.203Z | Downloaded hickory-client v0.25.2 |
| 1819 | 2026-07-24T21:11:06.203Z | Downloaded miette-derive v5.10.0 |
| 1820 | 2026-07-24T21:11:06.206Z | Downloaded cast v0.3.0 |
| 1821 | 2026-07-24T21:11:06.206Z | Downloaded async-lock v3.4.2 |
| 1822 | 2026-07-24T21:11:06.213Z | Downloaded parking v2.2.1 |
| 1823 | 2026-07-24T21:11:06.216Z | Downloaded relative-path v1.9.3 |
| 1824 | 2026-07-24T21:11:06.219Z | Downloaded futures-timer v3.0.3 |
| 1825 | 2026-07-24T21:11:06.219Z | Downloaded blake2b_simd v1.0.4 |
| 1826 | 2026-07-24T21:11:06.222Z | Downloaded linkme v0.3.35 |
| 1827 | 2026-07-24T21:11:06.222Z | Downloaded assert_cmd v2.1.2 |
| 1828 | 2026-07-24T21:11:06.225Z | Downloaded supports-unicode v2.1.0 |
| 1829 | 2026-07-24T21:11:06.229Z | Downloaded linkme-impl v0.3.35 |
| 1830 | 2026-07-24T21:11:06.232Z | Downloaded plotters-svg v0.3.7 |
| 1831 | 2026-07-24T21:11:06.238Z | Downloaded constant_time_eq v0.3.1 |
| 1832 | 2026-07-24T21:11:06.240Z | Downloaded hex-literal v0.4.1 |
| 1833 | 2026-07-24T21:11:06.246Z | Downloaded event-listener-strategy v0.5.4 |
| 1834 | 2026-07-24T21:11:06.249Z | Downloaded terminal_size v0.1.17 |
| 1835 | 2026-07-24T21:11:06.249Z | Downloaded serde_regex v1.1.0 |
| 1836 | 2026-07-24T21:11:06.249Z | Downloaded oorandom v11.1.5 |
| 1837 | 2026-07-24T21:11:06.249Z | Downloaded knuffel-derive v3.2.0 |
| 1838 | 2026-07-24T21:11:06.252Z | Downloaded escape8259 v0.5.3 |
| 1839 | 2026-07-24T21:11:06.252Z | Downloaded fancy-regex v0.14.0 |
| 1840 | 2026-07-24T21:11:06.255Z | Downloaded target-triple v1.0.0 |
| 1841 | 2026-07-24T21:11:06.259Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1842 | 2026-07-24T21:11:06.262Z | Downloaded nested v0.1.1 |
| 1843 | 2026-07-24T21:11:06.265Z | Downloaded criterion-plot v0.6.0 |
| 1844 | 2026-07-24T21:11:06.265Z | Downloaded cfg-expr v0.20.6 |
| 1845 | 2026-07-24T21:11:06.268Z | Downloaded supports-hyperlinks v2.1.0 |
| 1846 | 2026-07-24T21:11:06.271Z | Downloaded plotters-backend v0.3.7 |
| 1847 | 2026-07-24T21:11:06.283Z | Downloaded similar-asserts v1.7.0 |
| 1848 | 2026-07-24T21:11:06.286Z | Downloaded stringmetrics v2.2.2 |
| 1849 | 2026-07-24T21:11:06.286Z | Downloaded anes v0.1.6 |
| 1850 | 2026-07-24T21:11:06.292Z | Downloaded rust-argon2 v2.1.0 |
| 1851 | 2026-07-24T21:11:06.295Z | Downloaded termcolor v1.4.1 |
| 1852 | 2026-07-24T21:11:06.298Z | Downloaded target-spec v3.5.7 |
| 1853 | 2026-07-24T21:11:06.298Z | Downloaded datatest-stable v0.3.3 |
| 1854 | 2026-07-24T21:11:06.302Z | Downloaded trybuild v1.0.116 |
| 1855 | 2026-07-24T21:11:06.305Z | Downloaded partial-io v0.5.4 |
| 1856 | 2026-07-24T21:11:06.305Z | Downloaded httptest v0.16.4 |
| 1857 | 2026-07-24T21:11:06.308Z | Downloaded rustc-demangle v0.1.27 |
| 1858 | 2026-07-24T21:11:06.316Z | Downloaded tinytemplate v1.2.1 |
| 1859 | 2026-07-24T21:11:06.393Z | Downloaded textwrap v0.15.2 |
| 1860 | 2026-07-24T21:11:06.393Z | Downloaded knuffel v3.2.0 |
| 1861 | 2026-07-24T21:11:06.393Z | Downloaded miette v5.10.0 |
| 1862 | 2026-07-24T21:11:06.393Z | Downloaded rstest_macros v0.25.0 |
| 1863 | 2026-07-24T21:11:06.393Z | Downloaded rand_distr v0.5.1 |
| 1864 | 2026-07-24T21:11:06.393Z | Downloaded chumsky v0.9.3 |
| 1865 | 2026-07-24T21:11:06.393Z | Downloaded rstest v0.25.0 |
| 1866 | 2026-07-24T21:11:06.393Z | Downloaded backtrace v0.3.76 |
| 1867 | 2026-07-24T21:11:06.393Z | Downloaded criterion v0.7.0 |
| 1868 | 2026-07-24T21:11:06.394Z | Downloaded guppy v0.17.25 |
| 1869 | 2026-07-24T21:11:06.394Z | Downloaded plotters v0.3.7 |
| 1870 | 2026-07-24T21:11:06.394Z | Downloaded gimli v0.32.3 |
| 1871 | 2026-07-24T21:11:06.489Z | Downloaded httpmock v0.8.3 |
| 1872 | 2026-07-24T21:11:08.171Z | Checking cfg-if v1.0.4 |
| 1873 | 2026-07-24T21:11:08.532Z | Checking libc v0.2.185 |
| 1874 | 2026-07-24T21:11:08.536Z | Checking serde_core v1.0.228 |
| 1875 | 2026-07-24T21:11:08.612Z | Checking memchr v2.8.0 |
| 1876 | 2026-07-24T21:11:08.655Z | Checking smallvec v1.15.1 |
| 1877 | 2026-07-24T21:11:08.689Z | Checking zeroize v1.8.2 |
| 1878 | 2026-07-24T21:11:08.728Z | Checking rand_core v0.10.0 |
| 1879 | 2026-07-24T21:11:08.767Z | Checking itoa v1.0.17 |
| 1880 | 2026-07-24T21:11:08.806Z | Checking subtle v2.6.1 |
| 1881 | 2026-07-24T21:11:08.861Z | Checking log v0.4.29 |
| 1882 | 2026-07-24T21:11:08.902Z | Checking libm v0.2.16 |
| 1883 | 2026-07-24T21:11:08.944Z | Checking getrandom v0.4.1 |
| 1884 | 2026-07-24T21:11:08.944Z | Checking errno v0.3.14 |
| 1885 | 2026-07-24T21:11:09.025Z | Checking typenum v1.20.1 |
| 1886 | 2026-07-24T21:11:09.066Z | Checking scopeguard v1.2.0 |
| 1887 | 2026-07-24T21:11:09.106Z | Checking stable_deref_trait v1.2.1 |
| 1888 | 2026-07-24T21:11:09.145Z | Checking zmij v1.0.21 |
| 1889 | 2026-07-24T21:11:09.186Z | Checking zerofrom v0.1.6 |
| 1890 | 2026-07-24T21:11:09.227Z | Checking lock_api v0.4.14 |
| 1891 | 2026-07-24T21:11:09.266Z | Checking percent-encoding v2.3.2 |
| 1892 | 2026-07-24T21:11:09.269Z | Checking writeable v0.6.2 |
| 1893 | 2026-07-24T21:11:09.336Z | Checking yoke v0.8.1 |
| 1894 | 2026-07-24T21:11:09.377Z | Checking litemap v0.8.1 |
| 1895 | 2026-07-24T21:11:09.444Z | Checking icu_properties_data v2.1.2 |
| 1896 | 2026-07-24T21:11:09.484Z | Checking icu_normalizer_data v2.1.1 |
| 1897 | 2026-07-24T21:11:09.521Z | Checking form_urlencoded v1.2.2 |
| 1898 | 2026-07-24T21:11:09.559Z | Checking zerovec v0.11.5 |
| 1899 | 2026-07-24T21:11:09.597Z | Checking zerotrie v0.2.3 |
| 1900 | 2026-07-24T21:11:09.638Z | Checking utf8_iter v1.0.4 |
| 1901 | 2026-07-24T21:11:09.674Z | Checking num-traits v0.2.19 |
| 1902 | 2026-07-24T21:11:09.713Z | Checking pin-project-lite v0.2.17 |
| 1903 | 2026-07-24T21:11:09.791Z | Checking zerocopy v0.8.40 |
| 1904 | 2026-07-24T21:11:09.795Z | Checking parking_lot_core v0.9.12 |
| 1905 | 2026-07-24T21:11:09.834Z | Checking portable-atomic v1.13.1 |
| 1906 | 2026-07-24T21:11:09.875Z | Checking critical-section v1.2.0 |
| 1907 | 2026-07-24T21:11:09.921Z | Checking signal-hook-registry v1.4.8 |
| 1908 | 2026-07-24T21:11:10.006Z | Checking mio v1.2.0 |
| 1909 | 2026-07-24T21:11:10.049Z | Checking tinystr v0.8.2 |
| 1910 | 2026-07-24T21:11:10.053Z | Checking potential_utf v0.1.4 |
| 1911 | 2026-07-24T21:11:10.115Z | Checking serde v1.0.228 |
| 1912 | 2026-07-24T21:11:10.118Z | Checking bitflags v2.11.0 |
| 1913 | 2026-07-24T21:11:10.214Z | Checking serde_json v1.0.150 |
| 1914 | 2026-07-24T21:11:10.253Z | Checking icu_collections v2.1.1 |
| 1915 | 2026-07-24T21:11:10.256Z | Checking icu_locale_core v2.1.1 |
| 1916 | 2026-07-24T21:11:10.325Z | Checking parking_lot v0.12.5 |
| 1917 | 2026-07-24T21:11:10.329Z | Checking once_cell v1.21.3 |
| 1918 | 2026-07-24T21:11:10.405Z | Checking iana-time-zone v0.1.65 |
| 1919 | 2026-07-24T21:11:10.548Z | Checking socket2 v0.6.3 |
| 1920 | 2026-07-24T21:11:10.592Z | Checking bytes v1.11.1 |
| 1921 | 2026-07-24T21:11:10.595Z | Checking chrono v0.4.45 |
| 1922 | 2026-07-24T21:11:10.668Z | Checking uuid v1.23.4 |
| 1923 | 2026-07-24T21:11:10.716Z | Checking semver v1.0.28 |
| 1924 | 2026-07-24T21:11:10.821Z | Checking thiserror v2.0.18 |
| 1925 | 2026-07-24T21:11:10.862Z | Checking icu_provider v2.1.1 |
| 1926 | 2026-07-24T21:11:10.938Z | Checking dyn-clone v1.0.20 |
| 1927 | 2026-07-24T21:11:10.982Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1928 | 2026-07-24T21:11:11.019Z | Checking futures-core v0.3.32 |
| 1929 | 2026-07-24T21:11:11.058Z | Checking equivalent v1.0.2 |
| 1930 | 2026-07-24T21:11:11.100Z | Checking tokio v1.52.1 |
| 1931 | 2026-07-24T21:11:11.103Z | Checking getrandom v0.2.17 |
| 1932 | 2026-07-24T21:11:11.172Z | Checking icu_properties v2.1.2 |
| 1933 | 2026-07-24T21:11:11.176Z | Checking icu_normalizer v2.1.1 |
| 1934 | 2026-07-24T21:11:11.206Z | Checking rustix v1.1.3 |
| 1935 | 2026-07-24T21:11:11.319Z | Checking rand_core v0.6.4 |
| 1936 | 2026-07-24T21:11:11.366Z | Checking cmov v0.5.4 |
| 1937 | 2026-07-24T21:11:11.533Z | Checking byteorder v1.5.0 |
| 1938 | 2026-07-24T21:11:11.574Z | Checking futures-sink v0.3.32 |
| 1939 | 2026-07-24T21:11:11.574Z | Checking getrandom v0.3.4 |
| 1940 | 2026-07-24T21:11:11.644Z | Checking ctutils v0.4.2 |
| 1941 | 2026-07-24T21:11:11.737Z | Checking futures-channel v0.3.32 |
| 1942 | 2026-07-24T21:11:11.776Z | Checking futures-task v0.3.32 |
| 1943 | 2026-07-24T21:11:11.779Z | Checking futures-io v0.3.32 |
| 1944 | 2026-07-24T21:11:11.878Z | Checking hybrid-array v0.4.13 |
| 1945 | 2026-07-24T21:11:11.922Z | Checking slab v0.4.12 |
| 1946 | 2026-07-24T21:11:11.964Z | Checking generic-array v0.14.7 |
| 1947 | 2026-07-24T21:11:12.002Z | Checking hashbrown v0.17.0 |
| 1948 | 2026-07-24T21:11:12.041Z | Checking idna_adapter v1.2.1 |
| 1949 | 2026-07-24T21:11:12.109Z | Checking thiserror v1.0.69 |
| 1950 | 2026-07-24T21:11:12.112Z | Checking futures-util v0.3.32 |
| 1951 | 2026-07-24T21:11:12.185Z | Checking idna v1.1.0 |
| 1952 | 2026-07-24T21:11:12.241Z | Checking fnv v1.0.7 |
| 1953 | 2026-07-24T21:11:12.364Z | Checking base64ct v1.8.3 |
| 1954 | 2026-07-24T21:11:12.443Z | Checking const-oid v0.9.6 |
| 1955 | 2026-07-24T21:11:12.482Z | Checking url v2.5.8 |
| 1956 | 2026-07-24T21:11:12.520Z | Checking indexmap v2.14.0 |
| 1957 | 2026-07-24T21:11:12.561Z | Checking ppv-lite86 v0.2.21 |
| 1958 | 2026-07-24T21:11:12.624Z | Checking regex-syntax v0.8.10 |
| 1959 | 2026-07-24T21:11:12.661Z | Checking crypto-common v0.2.2 |
| 1960 | 2026-07-24T21:11:12.878Z | Checking crypto-common v0.1.7 |
| 1961 | 2026-07-24T21:11:12.944Z | Checking schemars v0.8.22 |
| 1962 | 2026-07-24T21:11:13.032Z | Checking block-buffer v0.12.1 |
| 1963 | 2026-07-24T21:11:13.105Z | Checking block-buffer v0.10.4 |
| 1964 | 2026-07-24T21:11:13.147Z | Checking base64 v0.22.1 |
| 1965 | 2026-07-24T21:11:13.237Z | Checking utf8parse v0.2.2 |
| 1966 | 2026-07-24T21:11:13.279Z | Checking digest v0.10.7 |
| 1967 | 2026-07-24T21:11:13.314Z | Checking anstyle v1.0.14 |
| 1968 | 2026-07-24T21:11:13.354Z | Checking http v1.4.2 |
| 1969 | 2026-07-24T21:11:13.418Z | Checking tracing-core v0.1.36 |
| 1970 | 2026-07-24T21:11:13.499Z | Checking anstyle-query v1.1.5 |
| 1971 | 2026-07-24T21:11:13.537Z | Checking is_terminal_polyfill v1.70.2 |
| 1972 | 2026-07-24T21:11:13.620Z | Checking colorchoice v1.0.4 |
| 1973 | 2026-07-24T21:11:13.623Z | Checking rand_core v0.9.5 |
| 1974 | 2026-07-24T21:11:13.699Z | Checking anstyle-parse v1.0.0 |
| 1975 | 2026-07-24T21:11:13.755Z | Checking tracing v0.1.44 |
| 1976 | 2026-07-24T21:11:13.760Z | Checking terminal_size v0.4.3 |
| 1977 | 2026-07-24T21:11:13.865Z | Checking ipnet v2.11.0 |
| 1978 | 2026-07-24T21:11:13.905Z | Checking anstream v1.0.0 |
| 1979 | 2026-07-24T21:11:13.940Z | Checking strsim v0.11.1 |
| 1980 | 2026-07-24T21:11:13.977Z | Checking const-oid v0.10.2 |
| 1981 | 2026-07-24T21:11:13.981Z | Checking clap_lex v1.0.0 |
| 1982 | 2026-07-24T21:11:14.050Z | Checking rand_chacha v0.9.0 |
| 1983 | 2026-07-24T21:11:14.088Z | Checking crossbeam-utils v0.8.21 |
| 1984 | 2026-07-24T21:11:14.127Z | Checking aho-corasick v1.1.4 |
| 1985 | 2026-07-24T21:11:14.130Z | Checking erased-serde v0.3.31 |
| 1986 | 2026-07-24T21:11:14.198Z | Checking powerfmt v0.2.0 |
| 1987 | 2026-07-24T21:11:14.201Z | Checking clap_builder v4.6.0 |
| 1988 | 2026-07-24T21:11:14.202Z | Checking unicode-ident v1.0.24 |
| 1989 | 2026-07-24T21:11:14.305Z | Checking rand v0.9.2 |
| 1990 | 2026-07-24T21:11:14.343Z | Checking tokio-util v0.7.18 |
| 1991 | 2026-07-24T21:11:14.381Z | Checking deranged v0.5.8 |
| 1992 | 2026-07-24T21:11:14.385Z | Checking proc-macro2 v1.0.106 |
| 1993 | 2026-07-24T21:11:14.455Z | Checking httparse v1.10.1 |
| 1994 | 2026-07-24T21:11:14.565Z | Checking slog v2.8.2 |
| 1995 | 2026-07-24T21:11:14.696Z | Checking num-conv v0.2.0 |
| 1996 | 2026-07-24T21:11:14.755Z | Checking time-core v0.1.8 |
| 1997 | 2026-07-24T21:11:14.799Z | Checking num_threads v0.1.7 |
| 1998 | 2026-07-24T21:11:14.837Z | Checking regex-automata v0.4.14 |
| 1999 | 2026-07-24T21:11:14.875Z | Checking quote v1.0.45 |
| 2000 | 2026-07-24T21:11:14.880Z | Checking anyhow v1.0.102 |
| 2001 | 2026-07-24T21:11:14.948Z | Checking cpufeatures v0.3.0 |
| 2002 | 2026-07-24T21:11:14.952Z | Checking allocator-api2 v0.2.21 |
| 2003 | 2026-07-24T21:11:15.022Z | Checking digest v0.11.3 |
| 2004 | 2026-07-24T21:11:15.059Z | Checking cpufeatures v0.2.17 |
| 2005 | 2026-07-24T21:11:15.096Z | Checking syn v2.0.117 |
| 2006 | 2026-07-24T21:11:15.136Z | Checking fastrand v2.3.0 |
| 2007 | 2026-07-24T21:11:15.176Z | Checking http-body v1.0.1 |
| 2008 | 2026-07-24T21:11:15.230Z | Checking atomic-waker v1.1.2 |
| 2009 | 2026-07-24T21:11:15.290Z | Checking ipnetwork v0.21.1 |
| 2010 | 2026-07-24T21:11:15.327Z | Checking time v0.3.47 |
| 2011 | 2026-07-24T21:11:15.368Z | Checking aws-lc-sys v0.40.0 |
| 2012 | 2026-07-24T21:11:15.371Z | Checking rustls-pki-types v1.14.0 |
| 2013 | 2026-07-24T21:11:15.372Z | Checking httpdate v1.0.3 |
| 2014 | 2026-07-24T21:11:15.506Z | Checking clap v4.6.1 |
| 2015 | 2026-07-24T21:11:15.545Z | Checking untrusted v0.7.1 |
| 2016 | 2026-07-24T21:11:15.583Z | Checking try-lock v0.2.5 |
| 2017 | 2026-07-24T21:11:15.621Z | Checking tempfile v3.25.0 |
| 2018 | 2026-07-24T21:11:15.686Z | Checking h2 v0.4.15 |
| 2019 | 2026-07-24T21:11:15.724Z | Checking want v0.3.1 |
| 2020 | 2026-07-24T21:11:15.759Z | Checking tower-service v0.3.3 |
| 2021 | 2026-07-24T21:11:15.841Z | Checking tower-layer v0.3.3 |
| 2022 | 2026-07-24T21:11:15.880Z | Checking ryu v1.0.23 |
| 2023 | 2026-07-24T21:11:15.883Z | Checking hex v0.4.3 |
| 2024 | 2026-07-24T21:11:15.951Z | Checking aws-lc-rs v1.16.3 |
| 2025 | 2026-07-24T21:11:16.041Z | Checking pem-rfc7468 v0.7.0 |
| 2026 | 2026-07-24T21:11:16.081Z | Checking spin v0.9.8 |
| 2027 | 2026-07-24T21:11:16.133Z | Checking mime v0.3.17 |
| 2028 | 2026-07-24T21:11:16.236Z | Checking flagset v0.4.7 |
| 2029 | 2026-07-24T21:11:16.296Z | Checking untrusted v0.9.0 |
| 2030 | 2026-07-24T21:11:16.339Z | Checking simd-adler32 v0.3.8 |
| 2031 | 2026-07-24T21:11:16.391Z | Checking der v0.7.10 |
| 2032 | 2026-07-24T21:11:16.441Z | Checking http-body-util v0.1.3 |
| 2033 | 2026-07-24T21:11:16.491Z | Checking adler2 v2.0.1 |
| 2034 | 2026-07-24T21:11:16.537Z | Checking block-padding v0.4.2 |
| 2035 | 2026-07-24T21:11:16.631Z | Checking miniz_oxide v0.8.9 |
| 2036 | 2026-07-24T21:11:16.686Z | Checking pretty-hex v0.4.1 |
| 2037 | 2026-07-24T21:11:16.690Z | Checking openssl-probe v0.2.1 |
| 2038 | 2026-07-24T21:11:16.761Z | Checking inout v0.2.2 |
| 2039 | 2026-07-24T21:11:16.871Z | Checking rustls-webpki v0.103.13 |
| 2040 | 2026-07-24T21:11:16.875Z | Checking serde_urlencoded v0.7.1 |
| 2041 | 2026-07-24T21:11:16.890Z | Checking oxnet v0.1.6 |
| 2042 | 2026-07-24T21:11:16.936Z | Checking camino v1.2.2 |
| 2043 | 2026-07-24T21:11:16.999Z | Checking encoding_rs v0.8.35 |
| 2044 | 2026-07-24T21:11:17.085Z | Checking plain v0.2.3 |
| 2045 | 2026-07-24T21:11:17.141Z | Checking regex v1.12.3 |
| 2046 | 2026-07-24T21:11:17.173Z | Checking rand_chacha v0.3.1 |
| 2047 | 2026-07-24T21:11:17.274Z | Checking ucd-trie v0.1.7 |
| 2048 | 2026-07-24T21:11:17.313Z | Checking rustls v0.23.41 |
| 2049 | 2026-07-24T21:11:17.316Z | Checking spki v0.7.3 |
| 2050 | 2026-07-24T21:11:17.424Z | Checking cipher v0.5.2 |
| 2051 | 2026-07-24T21:11:17.466Z | Checking pest v2.8.6 |
| 2052 | 2026-07-24T21:11:17.504Z | Checking rand v0.8.6 |
| 2053 | 2026-07-24T21:11:17.542Z | Checking futures-executor v0.3.32 |
| 2054 | 2026-07-24T21:11:17.545Z | Checking sync_wrapper v1.0.2 |
| 2055 | 2026-07-24T21:11:17.687Z | Checking crc32fast v1.5.0 |
| 2056 | 2026-07-24T21:11:17.728Z | Checking tower v0.5.3 |
| 2057 | 2026-07-24T21:11:17.731Z | Checking futures v0.3.32 |
| 2058 | 2026-07-24T21:11:17.859Z | Checking either v1.15.0 |
| 2059 | 2026-07-24T21:11:17.897Z | Checking iri-string v0.7.10 |
| 2060 | 2026-07-24T21:11:17.978Z | Checking pkcs8 v0.10.2 |
| 2061 | 2026-07-24T21:11:18.063Z | Checking static_assertions v1.1.0 |
| 2062 | 2026-07-24T21:11:18.098Z | Checking foldhash v0.2.0 |
| 2063 | 2026-07-24T21:11:18.147Z | Checking zlib-rs v0.6.2 |
| 2064 | 2026-07-24T21:11:18.185Z | Checking sha2 v0.10.9 |
| 2065 | 2026-07-24T21:11:18.188Z | Checking openapiv3 v2.2.0 |
| 2066 | 2026-07-24T21:11:18.281Z | Checking hashbrown v0.16.1 |
| 2067 | 2026-07-24T21:11:18.498Z | Checking bit-vec v0.8.0 |
| 2068 | 2026-07-24T21:11:18.551Z | Checking lazy_static v1.5.0 |
| 2069 | 2026-07-24T21:11:18.554Z | Checking hyper v1.10.1 |
| 2070 | 2026-07-24T21:11:18.676Z | Checking hubpack v0.1.2 |
| 2071 | 2026-07-24T21:11:18.724Z | Checking bit-set v0.8.0 |
| 2072 | 2026-07-24T21:11:18.810Z | Checking wait-timeout v0.2.1 |
| 2073 | 2026-07-24T21:11:18.874Z | Checking rustls-native-certs v0.8.3 |
| 2074 | 2026-07-24T21:11:18.912Z | Checking strum v0.26.3 |
| 2075 | 2026-07-24T21:11:18.954Z | Checking tower-http v0.6.8 |
| 2076 | 2026-07-24T21:11:18.986Z | Checking quick-error v1.2.3 |
| 2077 | 2026-07-24T21:11:19.033Z | Checking psl-types v2.0.11 |
| 2078 | 2026-07-24T21:11:19.072Z | Checking cookie v0.18.1 |
| 2079 | 2026-07-24T21:11:19.075Z | Checking flate2 v1.1.9 |
| 2080 | 2026-07-24T21:11:19.143Z | Checking rusty-fork v0.3.1 |
| 2081 | 2026-07-24T21:11:19.182Z | Checking publicsuffix v2.3.0 |
| 2082 | 2026-07-24T21:11:19.249Z | Checking rand_xorshift v0.4.0 |
| 2083 | 2026-07-24T21:11:19.331Z | Checking signature v2.2.0 |
| 2084 | 2026-07-24T21:11:19.371Z | Checking num-integer v0.1.46 |
| 2085 | 2026-07-24T21:11:19.375Z | Checking tinyvec_macros v0.1.1 |
| 2086 | 2026-07-24T21:11:19.444Z | Checking unarray v0.1.4 |
| 2087 | 2026-07-24T21:11:19.449Z | Checking cookie_store v0.22.1 |
| 2088 | 2026-07-24T21:11:19.515Z | Checking tinyvec v1.10.0 |
| 2089 | 2026-07-24T21:11:19.518Z | Checking scroll v0.13.0 |
| 2090 | 2026-07-24T21:11:19.518Z | Checking anstyle-parse v0.2.7 |
| 2091 | 2026-07-24T21:11:19.618Z | Checking proptest v1.10.0 |
| 2092 | 2026-07-24T21:11:19.621Z | Checking hyper-util v0.1.20 |
| 2093 | 2026-07-24T21:11:19.622Z | Checking tokio-rustls v0.26.4 |
| 2094 | 2026-07-24T21:11:19.728Z | Checking rustls-platform-verifier v0.6.2 |
| 2095 | 2026-07-24T21:11:19.767Z | Checking ahash v0.8.12 |
| 2096 | 2026-07-24T21:11:19.804Z | Checking goblin v0.10.5 |
| 2097 | 2026-07-24T21:11:19.842Z | Checking toml_datetime v0.6.11 |
| 2098 | 2026-07-24T21:11:19.845Z | Checking serde_spanned v0.6.9 |
| 2099 | 2026-07-24T21:11:19.913Z | Checking memmap2 v0.9.10 |
| 2100 | 2026-07-24T21:11:19.951Z | Checking anstream v0.6.21 |
| 2101 | 2026-07-24T21:11:19.989Z | Checking dtrace-parser v0.3.0 |
| 2102 | 2026-07-24T21:11:20.029Z | Checking thread-id v5.1.0 |
| 2103 | 2026-07-24T21:11:20.067Z | Checking data-encoding v2.10.0 |
| 2104 | 2026-07-24T21:11:20.105Z | Checking x509-cert v0.2.5 |
| 2105 | 2026-07-24T21:11:20.143Z | Checking bstr v1.12.1 |
| 2106 | 2026-07-24T21:11:20.180Z | Checking hmac v0.12.1 |
| 2107 | 2026-07-24T21:11:20.252Z | Checking num-iter v0.1.45 |
| 2108 | 2026-07-24T21:11:20.344Z | Checking crossbeam-epoch v0.9.18 |
| 2109 | 2026-07-24T21:11:20.382Z | Checking memoffset v0.9.1 |
| 2110 | 2026-07-24T21:11:20.421Z | Checking scroll v0.12.0 |
| 2111 | 2026-07-24T21:11:20.492Z | Checking env_filter v1.0.0 |
| 2112 | 2026-07-24T21:11:20.562Z | Checking num-bigint-dig v0.8.6 |
| 2113 | 2026-07-24T21:11:20.601Z | Checking pkcs1 v0.7.5 |
| 2114 | 2026-07-24T21:11:20.667Z | Checking env_logger v0.11.9 |
| 2115 | 2026-07-24T21:11:20.706Z | Checking goblin v0.8.2 |
| 2116 | 2026-07-24T21:11:20.785Z | Checking zerocopy v0.7.35 |
| 2117 | 2026-07-24T21:11:20.833Z | Checking rustix v0.38.44 |
| 2118 | 2026-07-24T21:11:20.886Z | Checking unicode-segmentation v1.12.0 |
| 2119 | 2026-07-24T21:11:20.925Z | Checking hyper-rustls v0.27.7 |
| 2120 | 2026-07-24T21:11:21.167Z | Checking reqwest v0.13.2 |
| 2121 | 2026-07-24T21:11:21.235Z | Checking foreign-types-shared v0.1.1 |
| 2122 | 2026-07-24T21:11:21.322Z | Checking nix v0.31.2 |
| 2123 | 2026-07-24T21:11:21.360Z | Checking foreign-types v0.3.2 |
| 2124 | 2026-07-24T21:11:21.412Z | Checking rsa v0.9.10 |
| 2125 | 2026-07-24T21:11:21.456Z | Checking dtrace-parser v0.2.0 |
| 2126 | 2026-07-24T21:11:21.459Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-07-24T21:11:21.677Z | Checking ff v0.13.1 |
| 2128 | 2026-07-24T21:11:21.721Z | Checking openssl-sys v0.9.115 |
| 2129 | 2026-07-24T21:11:21.725Z | Checking daft v0.1.7 |
| 2130 | 2026-07-24T21:11:21.843Z | Checking thread-id v4.2.2 |
| 2131 | 2026-07-24T21:11:21.906Z | Checking base16ct v0.2.0 |
| 2132 | 2026-07-24T21:11:21.954Z | Checking same-file v1.0.6 |
| 2133 | 2026-07-24T21:11:22.025Z | Checking winnow v0.5.40 |
| 2134 | 2026-07-24T21:11:22.065Z | Checking sec1 v0.7.3 |
| 2135 | 2026-07-24T21:11:22.068Z | Checking group v0.13.0 |
| 2136 | 2026-07-24T21:11:22.104Z | Checking walkdir v2.5.0 |
| 2137 | 2026-07-24T21:11:22.175Z | Checking dof v0.4.0 |
| 2138 | 2026-07-24T21:11:22.179Z | Checking openssl v0.10.79 |
| 2139 | 2026-07-24T21:11:22.277Z | Checking hkdf v0.12.4 |
| 2140 | 2026-07-24T21:11:22.315Z | Checking serde_with v3.21.0 |
| 2141 | 2026-07-24T21:11:22.401Z | Checking crypto-bigint v0.5.5 |
| 2142 | 2026-07-24T21:11:22.441Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2143 | 2026-07-24T21:11:22.538Z | Checking foldhash v0.1.5 |
| 2144 | 2026-07-24T21:11:22.577Z | Checking winnow v0.7.14 |
| 2145 | 2026-07-24T21:11:22.664Z | Checking dof v0.3.0 |
| 2146 | 2026-07-24T21:11:22.702Z | Checking keccak v0.1.6 |
| 2147 | 2026-07-24T21:11:22.834Z | Checking usdt-impl v0.6.0 |
| 2148 | 2026-07-24T21:11:22.899Z | Checking sha3 v0.10.8 |
| 2149 | 2026-07-24T21:11:22.980Z | Checking usdt-impl v0.5.0 |
| 2150 | 2026-07-24T21:11:23.132Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-07-24T21:11:23.170Z | Checking usdt v0.6.0 |
| 2152 | 2026-07-24T21:11:23.208Z | Checking toml_edit v0.19.15 |
| 2153 | 2026-07-24T21:11:23.281Z | Checking elliptic-curve v0.13.8 |
| 2154 | 2026-07-24T21:11:23.322Z | Checking bzip2 v0.4.4 |
| 2155 | 2026-07-24T21:11:23.364Z | Checking unicode-normalization v0.1.25 |
| 2156 | 2026-07-24T21:11:23.514Z | Checking itertools v0.13.0 |
| 2157 | 2026-07-24T21:11:23.615Z | Checking siphasher v1.0.2 |
| 2158 | 2026-07-24T21:11:23.654Z | Checking bitflags v1.3.2 |
| 2159 | 2026-07-24T21:11:23.759Z | Checking winnow v1.0.3 |
| 2160 | 2026-07-24T21:11:23.799Z | Checking zip v0.6.6 |
| 2161 | 2026-07-24T21:11:23.803Z | Checking signal-hook v0.3.18 |
| 2162 | 2026-07-24T21:11:23.874Z | Checking toml_write v0.1.2 |
| 2163 | 2026-07-24T21:11:23.879Z | Checking managed v0.8.0 |
| 2164 | 2026-07-24T21:11:24.056Z | Checking globset v0.4.18 |
| 2165 | 2026-07-24T21:11:24.096Z | Checking toml_edit v0.22.27 |
| 2166 | 2026-07-24T21:11:24.099Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2167 | 2026-07-24T21:11:24.169Z | Checking chacha20 v0.10.0 |
| 2168 | 2026-07-24T21:11:24.173Z | Checking curve25519-dalek v4.1.3 |
| 2169 | 2026-07-24T21:11:24.242Z | Checking native-tls v0.2.18 |
| 2170 | 2026-07-24T21:11:24.281Z | Checking toml v0.7.8 |
| 2171 | 2026-07-24T21:11:24.337Z | Checking object v0.37.3 |
| 2172 | 2026-07-24T21:11:24.451Z | Checking tokio-native-tls v0.3.1 |
| 2173 | 2026-07-24T21:11:24.454Z | Checking signal-hook-mio v0.2.5 |
| 2174 | 2026-07-24T21:11:24.524Z | Checking ed25519 v2.2.3 |
| 2175 | 2026-07-24T21:11:24.582Z | Checking ref-cast v1.0.25 |
| 2176 | 2026-07-24T21:11:24.621Z | Checking pin-project v1.1.11 |
| 2177 | 2026-07-24T21:11:24.659Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2178 | 2026-07-24T21:11:24.663Z | Checking hyper-tls v0.6.0 |
| 2179 | 2026-07-24T21:11:24.733Z | Checking pem v3.0.6 |
| 2180 | 2026-07-24T21:11:24.736Z | Checking fixedbitset v0.5.7 |
| 2181 | 2026-07-24T21:11:24.806Z | Checking libbz2-rs-sys v0.2.2 |
| 2182 | 2026-07-24T21:11:24.809Z | Checking zstd-safe v7.2.4 |
| 2183 | 2026-07-24T21:11:24.893Z | Checking reqwest v0.12.28 |
| 2184 | 2026-07-24T21:11:24.932Z | Checking bumpalo v3.20.2 |
| 2185 | 2026-07-24T21:11:24.994Z | Checking petgraph v0.8.3 |
| 2186 | 2026-07-24T21:11:25.000Z | Checking ed25519-dalek v2.2.0 |
| 2187 | 2026-07-24T21:11:25.067Z | Checking zstd v0.13.3 |
| 2188 | 2026-07-24T21:11:25.158Z | Checking zopfli v0.8.3 |
| 2189 | 2026-07-24T21:11:25.218Z | Checking snafu v0.8.9 |
| 2190 | 2026-07-24T21:11:25.257Z | Checking bzip2 v0.6.1 |
| 2191 | 2026-07-24T21:11:25.260Z | Checking crossterm v0.28.1 |
| 2192 | 2026-07-24T21:11:25.330Z | Checking olpc-cjson v0.1.4 |
| 2193 | 2026-07-24T21:11:25.456Z | Checking similar v2.7.0 |
| 2194 | 2026-07-24T21:11:25.496Z | Checking fs-err v3.3.0 |
| 2195 | 2026-07-24T21:11:25.500Z | Checking hash32 v0.2.1 |
| 2196 | 2026-07-24T21:11:25.568Z | Checking serde_plain v1.0.2 |
| 2197 | 2026-07-24T21:11:25.663Z | Checking serde-big-array v0.5.1 |
| 2198 | 2026-07-24T21:11:25.719Z | Checking jiff v0.2.21 |
| 2199 | 2026-07-24T21:11:25.758Z | Checking unicode-bidi v0.3.18 |
| 2200 | 2026-07-24T21:11:25.826Z | Checking predicates-core v1.0.10 |
| 2201 | 2026-07-24T21:11:25.829Z | Checking typed-path v0.9.3 |
| 2202 | 2026-07-24T21:11:25.905Z | Checking unicode-properties v0.1.4 |
| 2203 | 2026-07-24T21:11:26.018Z | Checking heapless v0.7.17 |
| 2204 | 2026-07-24T21:11:26.058Z | Checking hickory-proto v0.25.2 |
| 2205 | 2026-07-24T21:11:26.099Z | Checking byte-wrapper v0.1.0 |
| 2206 | 2026-07-24T21:11:26.135Z | Checking stringprep v0.1.5 |
| 2207 | 2026-07-24T21:11:26.320Z | Checking md-5 v0.10.6 |
| 2208 | 2026-07-24T21:11:26.359Z | Checking float-cmp v0.10.0 |
| 2209 | 2026-07-24T21:11:26.470Z | Checking difflib v0.4.0 |
| 2210 | 2026-07-24T21:11:26.509Z | Checking normalize-line-endings v0.3.0 |
| 2211 | 2026-07-24T21:11:26.550Z | Checking fallible-iterator v0.2.0 |
| 2212 | 2026-07-24T21:11:26.632Z | Checking smoltcp v0.9.1 |
| 2213 | 2026-07-24T21:11:26.673Z | Checking tough v0.22.0 |
| 2214 | 2026-07-24T21:11:26.675Z | Checking iddqd v0.4.2 |
| 2215 | 2026-07-24T21:11:26.745Z | Checking predicates v3.1.4 |
| 2216 | 2026-07-24T21:11:26.750Z | Checking phf_shared v0.13.1 |
| 2217 | 2026-07-24T21:11:26.850Z | Checking postgres-protocol v0.6.10 |
| 2218 | 2026-07-24T21:11:27.006Z | Checking phf_shared v0.11.3 |
| 2219 | 2026-07-24T21:11:27.078Z | Checking tokio-stream v0.1.18 |
| 2220 | 2026-07-24T21:11:27.184Z | Checking buf-list v1.1.2 |
| 2221 | 2026-07-24T21:11:27.223Z | Checking strum v0.27.2 |
| 2222 | 2026-07-24T21:11:27.261Z | Checking new_debug_unreachable v1.0.6 |
| 2223 | 2026-07-24T21:11:27.362Z | Checking fixedbitset v0.4.2 |
| 2224 | 2026-07-24T21:11:27.365Z | Checking precomputed-hash v0.1.1 |
| 2225 | 2026-07-24T21:11:27.441Z | Checking lalrpop-util v0.19.12 |
| 2226 | 2026-07-24T21:11:27.481Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2227 | 2026-07-24T21:11:27.518Z | Checking string_cache v0.8.9 |
| 2228 | 2026-07-24T21:11:27.556Z | Checking petgraph v0.6.5 |
| 2229 | 2026-07-24T21:11:27.619Z | Checking postgres-types v0.2.12 |
| 2230 | 2026-07-24T21:11:27.657Z | Checking phf v0.13.1 |
| 2231 | 2026-07-24T21:11:27.717Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2232 | 2026-07-24T21:11:27.838Z | Checking peg-runtime v0.8.5 |
| 2233 | 2026-07-24T21:11:27.965Z | Checking whoami v2.1.0 |
| 2234 | 2026-07-24T21:11:28.004Z | Checking zip v4.6.1 |
| 2235 | 2026-07-24T21:11:28.043Z | Checking is-terminal v0.4.17 |
| 2236 | 2026-07-24T21:11:28.166Z | Checking crossbeam-channel v0.5.15 |
| 2237 | 2026-07-24T21:11:28.207Z | Checking tokio-postgres v0.7.16 |
| 2238 | 2026-07-24T21:11:28.244Z | Checking thread_local v1.1.9 |
| 2239 | 2026-07-24T21:11:28.443Z | Checking take_mut v0.2.2 |
| 2240 | 2026-07-24T21:11:28.540Z | Checking term v1.2.1 |
| 2241 | 2026-07-24T21:11:28.585Z | Checking slog-async v2.8.0 |
| 2242 | 2026-07-24T21:11:28.622Z | Compiling structmeta-derive v0.3.0 |
| 2243 | 2026-07-24T21:11:28.779Z | Compiling newtype-uuid-macros v0.1.0 |
| 2244 | 2026-07-24T21:11:28.789Z | Checking slog-term v2.9.2 |
| 2245 | 2026-07-24T21:11:28.792Z | Checking match_cfg v0.1.0 |
| 2246 | 2026-07-24T21:11:28.863Z | Checking slog-json v2.6.1 |
| 2247 | 2026-07-24T21:11:28.903Z | Compiling multer v3.1.0 |
| 2248 | 2026-07-24T21:11:28.942Z | Checking hostname v0.3.1 |
| 2249 | 2026-07-24T21:11:29.050Z | Compiling async-stream-impl v0.3.6 |
| 2250 | 2026-07-24T21:11:29.089Z | Checking slog-bunyan v2.5.0 |
| 2251 | 2026-07-24T21:11:29.093Z | Compiling dropshot v0.17.1 |
| 2252 | 2026-07-24T21:11:29.238Z | Compiling dropshot_endpoint v0.17.1 |
| 2253 | 2026-07-24T21:11:29.277Z | Checking debug-ignore v1.0.5 |
| 2254 | 2026-07-24T21:11:29.404Z | Checking progenitor-client v0.14.0 |
| 2255 | 2026-07-24T21:11:29.444Z | Checking sha1 v0.11.0 |
| 2256 | 2026-07-24T21:11:29.504Z | Checking serde_spanned v1.1.1 |
| 2257 | 2026-07-24T21:11:29.543Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-07-24T21:11:29.661Z | Checking serde_path_to_error v0.1.20 |
| 2259 | 2026-07-24T21:11:29.666Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2260 | 2026-07-24T21:11:29.734Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2261 | 2026-07-24T21:11:29.738Z | Compiling structmeta v0.3.0 |
| 2262 | 2026-07-24T21:11:29.738Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2263 | 2026-07-24T21:11:29.920Z | Checking compression-core v0.4.31 |
| 2264 | 2026-07-24T21:11:29.961Z | Checking async-stream v0.3.6 |
| 2265 | 2026-07-24T21:11:30.040Z | Checking toml v1.1.2+spec-1.1.0 |
| 2266 | 2026-07-24T21:11:30.044Z | Checking rustls-pemfile v2.2.0 |
| 2267 | 2026-07-24T21:11:30.075Z | Compiling derive-ex v0.1.8 |
| 2268 | 2026-07-24T21:11:30.148Z | Checking compression-codecs v0.4.37 |
| 2269 | 2026-07-24T21:11:30.151Z | Checking waitgroup v0.1.2 |
| 2270 | 2026-07-24T21:11:30.221Z | Checking hostname v0.4.2 |
| 2271 | 2026-07-24T21:11:30.258Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2272 | 2026-07-24T21:11:30.261Z | Checking atomicwrites v0.4.4 |
| 2273 | 2026-07-24T21:11:30.329Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2274 | 2026-07-24T21:11:30.368Z | Checking itertools v0.14.0 |
| 2275 | 2026-07-24T21:11:30.406Z | Compiling parse-display-derive v0.10.0 |
| 2276 | 2026-07-24T21:11:30.409Z | Checking async-compression v0.4.41 |
| 2277 | 2026-07-24T21:11:30.479Z | Checking macaddr v1.0.1 |
| 2278 | 2026-07-24T21:11:30.516Z | Checking regress v0.10.5 |
| 2279 | 2026-07-24T21:11:30.641Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2280 | 2026-07-24T21:11:30.685Z | Checking instant v0.1.13 |
| 2281 | 2026-07-24T21:11:30.723Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2282 | 2026-07-24T21:11:30.805Z | Checking backoff v0.4.0 |
| 2283 | 2026-07-24T21:11:31.014Z | Checking backon v1.6.0 |
| 2284 | 2026-07-24T21:11:31.056Z | Checking humantime v2.3.0 |
| 2285 | 2026-07-24T21:11:31.129Z | Checking unicode-width v0.2.0 |
| 2286 | 2026-07-24T21:11:31.215Z | Checking progenitor-extras v0.2.0 |
| 2287 | 2026-07-24T21:11:31.306Z | Compiling convert_case v0.4.0 |
| 2288 | 2026-07-24T21:11:31.416Z | Checking heck v0.5.0 |
| 2289 | 2026-07-24T21:11:31.473Z | Checking half v2.7.1 |
| 2290 | 2026-07-24T21:11:31.511Z | Checking ciborium-io v0.2.2 |
| 2291 | 2026-07-24T21:11:31.574Z | Checking secrecy v0.10.3 |
| 2292 | 2026-07-24T21:11:31.635Z | Checking indent_write v2.2.0 |
| 2293 | 2026-07-24T21:11:31.716Z | Compiling derive_more v0.99.20 |
| 2294 | 2026-07-24T21:11:31.754Z | Checking camino-tempfile v1.4.1 |
| 2295 | 2026-07-24T21:11:31.792Z | Checking ciborium-ll v0.2.2 |
| 2296 | 2026-07-24T21:11:31.827Z | Compiling regress v0.11.1 |
| 2297 | 2026-07-24T21:11:31.862Z | Compiling test-strategy v0.4.5 |
| 2298 | 2026-07-24T21:11:31.946Z | Compiling crucible-workspace-hack v0.1.0 |
| 2299 | 2026-07-24T21:11:31.994Z | Checking ciborium v0.2.2 |
| 2300 | 2026-07-24T21:11:32.032Z | Checking inout v0.1.4 |
| 2301 | 2026-07-24T21:11:32.206Z | Checking parse-display v0.10.0 |
| 2302 | 2026-07-24T21:11:32.210Z | Checking cipher v0.4.4 |
| 2303 | 2026-07-24T21:11:32.417Z | Checking universal-hash v0.5.1 |
| 2304 | 2026-07-24T21:11:32.454Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2305 | 2026-07-24T21:11:32.489Z | Checking opaque-debug v0.3.1 |
| 2306 | 2026-07-24T21:11:32.571Z | Checking chacha20 v0.9.1 |
| 2307 | 2026-07-24T21:11:32.608Z | Checking poly1305 v0.8.0 |
| 2308 | 2026-07-24T21:11:32.801Z | Checking blake2 v0.10.6 |
| 2309 | 2026-07-24T21:11:32.911Z | Checking aead v0.5.2 |
| 2310 | 2026-07-24T21:11:33.078Z | Checking password-hash v0.5.0 |
| 2311 | 2026-07-24T21:11:33.118Z | Compiling unsafe-libyaml v0.2.11 |
| 2312 | 2026-07-24T21:11:33.154Z | Checking chacha20poly1305 v0.10.1 |
| 2313 | 2026-07-24T21:11:33.314Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2314 | 2026-07-24T21:11:33.351Z | Checking argon2 v0.5.3 |
| 2315 | 2026-07-24T21:11:33.386Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2316 | 2026-07-24T21:11:33.664Z | Compiling typify-impl v0.6.2 |
| 2317 | 2026-07-24T21:11:33.724Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2318 | 2026-07-24T21:11:33.762Z | Checking thiserror-no-std v2.0.2 |
| 2319 | 2026-07-24T21:11:33.801Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2320 | 2026-07-24T21:11:33.878Z | Checking vsss-rs v3.3.4 |
| 2321 | 2026-07-24T21:11:33.916Z | Compiling serde_yaml v0.9.34+deprecated |
| 2322 | 2026-07-24T21:11:34.066Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2323 | 2026-07-24T21:11:34.297Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2324 | 2026-07-24T21:11:34.385Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2325 | 2026-07-24T21:11:34.562Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2326 | 2026-07-24T21:11:35.030Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2327 | 2026-07-24T21:11:35.103Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2328 | 2026-07-24T21:11:35.148Z | Checking swrite v0.1.0 |
| 2329 | 2026-07-24T21:11:35.186Z | Checking crossbeam-deque v0.8.6 |
| 2330 | 2026-07-24T21:11:35.270Z | Compiling rayon-core v1.13.0 |
| 2331 | 2026-07-24T21:11:35.353Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2332 | 2026-07-24T21:11:35.439Z | Compiling darling_core v0.21.3 |
| 2333 | 2026-07-24T21:11:35.629Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2334 | 2026-07-24T21:11:35.904Z | Compiling proc-macro-error v1.0.4 |
| 2335 | 2026-07-24T21:11:36.065Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2336 | 2026-07-24T21:11:36.196Z | Checking rayon v1.11.0 |
| 2337 | 2026-07-24T21:11:36.251Z | Compiling proc-macro-crate v3.4.0 |
| 2338 | 2026-07-24T21:11:36.291Z | Checking toml v0.8.23 |
| 2339 | 2026-07-24T21:11:36.653Z | Checking tabwriter v1.4.1 |
| 2340 | 2026-07-24T21:11:36.712Z | Checking glob v0.3.3 |
| 2341 | 2026-07-24T21:11:36.754Z | Compiling heapless v0.8.0 |
| 2342 | 2026-07-24T21:11:36.835Z | Checking colored v3.1.1 |
| 2343 | 2026-07-24T21:11:36.841Z | Compiling num_enum_derive v0.7.6 |
| 2344 | 2026-07-24T21:11:36.928Z | Checking hash32 v0.3.1 |
| 2345 | 2026-07-24T21:11:37.072Z | Compiling smoltcp v0.11.0 |
| 2346 | 2026-07-24T21:11:37.110Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2347 | 2026-07-24T21:11:37.429Z | Checking cobs v0.3.0 |
| 2348 | 2026-07-24T21:11:37.515Z | Compiling usdt-attr-macro v0.5.0 |
| 2349 | 2026-07-24T21:11:37.568Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2350 | 2026-07-24T21:11:37.608Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-24T21:11:37.692Z | Checking memmap v0.7.0 |
| 2352 | 2026-07-24T21:11:37.765Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-07-24T21:11:37.930Z | Checking num_enum v0.7.6 |
| 2354 | 2026-07-24T21:11:38.032Z | Compiling darling_macro v0.21.3 |
| 2355 | 2026-07-24T21:11:38.075Z | Checking postcard v1.1.3 |
| 2356 | 2026-07-24T21:11:38.078Z | Checking rand v0.10.1 |
| 2357 | 2026-07-24T21:11:38.189Z | Compiling typify-macro v0.6.2 |
| 2358 | 2026-07-24T21:11:38.326Z | Compiling proc-macro-crate v1.3.1 |
| 2359 | 2026-07-24T21:11:38.367Z | Checking usdt v0.5.0 |
| 2360 | 2026-07-24T21:11:38.404Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2361 | 2026-07-24T21:11:38.561Z | Compiling darling v0.21.3 |
| 2362 | 2026-07-24T21:11:38.564Z | Checking sigpipe v0.1.3 |
| 2363 | 2026-07-24T21:11:38.634Z | Compiling foreign-types-macros v0.2.3 |
| 2364 | 2026-07-24T21:11:38.637Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2365 | 2026-07-24T21:11:38.705Z | Compiling ingot-macros v0.1.1 |
| 2366 | 2026-07-24T21:11:38.708Z | Checking foreign-types-shared v0.3.1 |
| 2367 | 2026-07-24T21:11:38.775Z | Compiling num_enum_derive v0.5.11 |
| 2368 | 2026-07-24T21:11:39.019Z | Checking cstr-argument v0.1.2 |
| 2369 | 2026-07-24T21:11:39.055Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2370 | 2026-07-24T21:11:39.122Z | Compiling num-derive v0.4.2 |
| 2371 | 2026-07-24T21:11:39.170Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2372 | 2026-07-24T21:11:39.258Z | Checking foreign-types v0.5.0 |
| 2373 | 2026-07-24T21:11:39.367Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2374 | 2026-07-24T21:11:39.529Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2375 | 2026-07-24T21:11:39.648Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2376 | 2026-07-24T21:11:39.686Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2377 | 2026-07-24T21:11:39.691Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2378 | 2026-07-24T21:11:39.839Z | Checking num_enum v0.5.11 |
| 2379 | 2026-07-24T21:11:39.876Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2380 | 2026-07-24T21:11:39.911Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2381 | 2026-07-24T21:11:39.987Z | Compiling typify v0.6.2 |
| 2382 | 2026-07-24T21:11:40.062Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2383 | 2026-07-24T21:11:40.093Z | Compiling zone_cfg_derive v0.3.1 |
| 2384 | 2026-07-24T21:11:40.129Z | Compiling progenitor-impl v0.14.0 |
| 2385 | 2026-07-24T21:11:40.256Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2386 | 2026-07-24T21:11:40.298Z | Checking itertools v0.12.1 |
| 2387 | 2026-07-24T21:11:40.461Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2388 | 2026-07-24T21:11:40.749Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2389 | 2026-07-24T21:11:40.823Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2390 | 2026-07-24T21:11:41.000Z | Checking smf v0.2.3 |
| 2391 | 2026-07-24T21:11:41.046Z | Checking whoami v1.6.1 |
| 2392 | 2026-07-24T21:11:41.112Z | Compiling derive-where v1.6.0 |
| 2393 | 2026-07-24T21:11:41.150Z | Checking tokio-dtrace v0.1.1 |
| 2394 | 2026-07-24T21:11:41.254Z | Checking console v0.15.11 |
| 2395 | 2026-07-24T21:11:41.291Z | Checking newline-converter v0.3.0 |
| 2396 | 2026-07-24T21:11:41.366Z | Checking oxide-tokio-rt v0.1.4 |
| 2397 | 2026-07-24T21:11:41.419Z | Checking zone v0.3.1 |
| 2398 | 2026-07-24T21:11:41.457Z | Checking bytecount v0.6.9 |
| 2399 | 2026-07-24T21:11:41.564Z | Checking expectorate v1.2.0 |
| 2400 | 2026-07-24T21:11:41.604Z | Checking unicode-width v0.1.14 |
| 2401 | 2026-07-24T21:11:41.608Z | Checking num-rational v0.4.2 |
| 2402 | 2026-07-24T21:11:41.676Z | Checking ingot-types v0.1.2 |
| 2403 | 2026-07-24T21:11:41.728Z | Checking num-complex v0.4.6 |
| 2404 | 2026-07-24T21:11:41.805Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-07-24T21:11:41.886Z | Checking float-ord v0.3.2 |
| 2406 | 2026-07-24T21:11:41.947Z | Compiling cancel-safe-futures v0.1.5 |
| 2407 | 2026-07-24T21:11:42.020Z | Checking linear-map v1.2.0 |
| 2408 | 2026-07-24T21:11:42.074Z | Checking ingot v0.1.1 |
| 2409 | 2026-07-24T21:11:42.112Z | Checking num v0.4.3 |
| 2410 | 2026-07-24T21:11:42.238Z | Checking gethostname v0.5.0 |
| 2411 | 2026-07-24T21:11:42.241Z | Compiling prettyplease v0.2.37 |
| 2412 | 2026-07-24T21:11:42.362Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2413 | 2026-07-24T21:11:42.467Z | Checking oxide-update-engine-types v0.1.2 |
| 2414 | 2026-07-24T21:11:42.575Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2415 | 2026-07-24T21:11:42.782Z | Compiling owo-colors v4.3.0 |
| 2416 | 2026-07-24T21:11:42.822Z | Compiling progenitor-macro v0.14.0 |
| 2417 | 2026-07-24T21:11:42.858Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-07-24T21:11:43.071Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-07-24T21:11:43.378Z | Checking oxide-update-engine v0.1.2 |
| 2420 | 2026-07-24T21:11:43.650Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2421 | 2026-07-24T21:11:43.703Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2422 | 2026-07-24T21:11:43.815Z | Checking smawk v0.3.2 |
| 2423 | 2026-07-24T21:11:43.853Z | Checking unicode-linebreak v0.1.5 |
| 2424 | 2026-07-24T21:11:43.890Z | Checking papergrid v0.11.0 |
| 2425 | 2026-07-24T21:11:43.980Z | Compiling tabled_derive v0.7.0 |
| 2426 | 2026-07-24T21:11:44.096Z | Compiling convert_case v0.10.0 |
| 2427 | 2026-07-24T21:11:44.387Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2428 | 2026-07-24T21:11:44.441Z | Compiling slog-dtrace v0.3.0 |
| 2429 | 2026-07-24T21:11:44.539Z | Compiling derive_more-impl v2.1.1 |
| 2430 | 2026-07-24T21:11:44.762Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2431 | 2026-07-24T21:11:44.829Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2432 | 2026-07-24T21:11:44.867Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2433 | 2026-07-24T21:11:44.982Z | Checking tabled v0.15.0 |
| 2434 | 2026-07-24T21:11:45.403Z | Checking derive_more v2.1.1 |
| 2435 | 2026-07-24T21:11:45.508Z | Checking crossterm v0.29.0 |
| 2436 | 2026-07-24T21:11:45.761Z | Checking linked-hash-map v0.5.6 |
| 2437 | 2026-07-24T21:11:45.918Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2438 | 2026-07-24T21:11:45.984Z | Checking lru-cache v0.1.2 |
| 2439 | 2026-07-24T21:11:46.364Z | Checking hickory-proto v0.24.4 |
| 2440 | 2026-07-24T21:11:46.401Z | Checking fd-lock v4.0.4 |
| 2441 | 2026-07-24T21:11:46.488Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2442 | 2026-07-24T21:11:47.027Z | Checking vte v0.14.1 |
| 2443 | 2026-07-24T21:11:47.346Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2444 | 2026-07-24T21:11:47.382Z | Checking display-error-chain v0.2.2 |
| 2445 | 2026-07-24T21:11:47.489Z | Checking strip-ansi-escapes v0.2.1 |
| 2446 | 2026-07-24T21:11:47.656Z | Checking progenitor v0.14.0 |
| 2447 | 2026-07-24T21:11:47.822Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2448 | 2026-07-24T21:11:47.860Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2449 | 2026-07-24T21:11:48.635Z | Checking nu-ansi-term v0.50.3 |
| 2450 | 2026-07-24T21:11:48.672Z | Checking termtree v0.5.1 |
| 2451 | 2026-07-24T21:11:48.841Z | Checking hickory-resolver v0.24.4 |
| 2452 | 2026-07-24T21:11:48.877Z | Checking textwrap v0.16.2 |
| 2453 | 2026-07-24T21:11:48.881Z | Checking reedline v0.40.0 |
| 2454 | 2026-07-24T21:11:49.063Z | Compiling minimal-lexical v0.2.1 |
| 2455 | 2026-07-24T21:11:49.124Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2456 | 2026-07-24T21:11:49.351Z | Compiling nom v7.1.3 |
| 2457 | 2026-07-24T21:11:49.448Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2458 | 2026-07-24T21:11:49.597Z | Compiling unicode-xid v0.2.6 |
| 2459 | 2026-07-24T21:11:49.636Z | Checking qorb v0.4.1 |
| 2460 | 2026-07-24T21:11:49.758Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2461 | 2026-07-24T21:11:50.146Z | Compiling ar_archive_writer v0.5.1 |
| 2462 | 2026-07-24T21:11:50.180Z | Checking csv-core v0.1.13 |
| 2463 | 2026-07-24T21:11:50.365Z | Compiling stacker v0.1.23 |
| 2464 | 2026-07-24T21:11:50.399Z | Checking csv v1.4.0 |
| 2465 | 2026-07-24T21:11:50.708Z | Compiling semver v0.1.20 |
| 2466 | 2026-07-24T21:11:50.744Z | Compiling cfg_aliases v0.1.1 |
| 2467 | 2026-07-24T21:11:50.805Z | Checking highway v1.3.0 |
| 2468 | 2026-07-24T21:11:50.883Z | Compiling nix v0.28.0 |
| 2469 | 2026-07-24T21:11:50.952Z | Compiling rustc_version v0.1.7 |
| 2470 | 2026-07-24T21:11:51.015Z | Compiling psm v0.1.30 |
| 2471 | 2026-07-24T21:11:51.069Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-07-24T21:11:51.109Z | Checking endian-type v0.1.2 |
| 2473 | 2026-07-24T21:11:51.210Z | Compiling newtype_derive v0.1.6 |
| 2474 | 2026-07-24T21:11:51.249Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2475 | 2026-07-24T21:11:51.284Z | Checking radix_trie v0.2.1 |
| 2476 | 2026-07-24T21:11:51.368Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2477 | 2026-07-24T21:11:51.404Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2478 | 2026-07-24T21:11:51.445Z | Checking phf_shared v0.12.1 |
| 2479 | 2026-07-24T21:11:51.530Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2480 | 2026-07-24T21:11:51.617Z | Compiling chrono-tz v0.10.4 |
| 2481 | 2026-07-24T21:11:51.888Z | Checking phf v0.12.1 |
| 2482 | 2026-07-24T21:11:51.965Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2483 | 2026-07-24T21:11:52.000Z | Checking recursive v0.1.1 |
| 2484 | 2026-07-24T21:11:52.070Z | Compiling const_format_proc_macros v0.2.34 |
| 2485 | 2026-07-24T21:11:52.074Z | Compiling peg-macros v0.8.5 |
| 2486 | 2026-07-24T21:11:52.140Z | Checking nom v8.0.0 |
| 2487 | 2026-07-24T21:11:52.177Z | Checking winnow v0.6.26 |
| 2488 | 2026-07-24T21:11:52.540Z | Compiling sqlparser_derive v0.5.0 |
| 2489 | 2026-07-24T21:11:52.910Z | Checking unicode_categories v0.1.1 |
| 2490 | 2026-07-24T21:11:52.971Z | Checking home v0.5.12 |
| 2491 | 2026-07-24T21:11:53.113Z | Checking rustyline v14.0.0 |
| 2492 | 2026-07-24T21:11:53.120Z | Checking const_format v0.2.35 |
| 2493 | 2026-07-24T21:11:53.353Z | Checking sqlparser v0.61.0 |
| 2494 | 2026-07-24T21:11:53.356Z | Checking sqlformat v0.3.5 |
| 2495 | 2026-07-24T21:11:53.469Z | Checking peg v0.8.5 |
| 2496 | 2026-07-24T21:11:53.681Z | Checking bcs v0.1.6 |
| 2497 | 2026-07-24T21:11:53.846Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2498 | 2026-07-24T21:11:53.890Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2499 | 2026-07-24T21:11:53.943Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2500 | 2026-07-24T21:11:53.978Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2501 | 2026-07-24T21:11:54.094Z | Checking steno v0.4.1 |
| 2502 | 2026-07-24T21:11:54.135Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2503 | 2026-07-24T21:11:54.406Z | Checking sha1 v0.10.6 |
| 2504 | 2026-07-24T21:11:54.458Z | Checking filetime v0.2.27 |
| 2505 | 2026-07-24T21:11:54.607Z | Checking xattr v1.6.1 |
| 2506 | 2026-07-24T21:11:54.778Z | Checking tar v0.4.46 |
| 2507 | 2026-07-24T21:11:54.985Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2508 | 2026-07-24T21:11:55.138Z | Checking base64 v0.21.7 |
| 2509 | 2026-07-24T21:11:55.199Z | Checking subprocess v0.2.15 |
| 2510 | 2026-07-24T21:11:55.239Z | Checking headers-core v0.3.0 |
| 2511 | 2026-07-24T21:11:55.375Z | Checking headers v0.4.1 |
| 2512 | 2026-07-24T21:11:55.417Z | Checking yasna v0.5.2 |
| 2513 | 2026-07-24T21:11:55.595Z | Checking port-file v0.1.0 |
| 2514 | 2026-07-24T21:11:55.729Z | Checking tagptr v0.2.0 |
| 2515 | 2026-07-24T21:11:55.839Z | Checking rcgen v0.12.1 |
| 2516 | 2026-07-24T21:11:55.879Z | Checking dropshot-api-manager-types v0.7.2 |
| 2517 | 2026-07-24T21:11:55.909Z | Checking moka v0.12.13 |
| 2518 | 2026-07-24T21:11:56.104Z | Checking utf-8 v0.7.6 |
| 2519 | 2026-07-24T21:11:56.225Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2520 | 2026-07-24T21:11:56.261Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2521 | 2026-07-24T21:11:56.297Z | Checking tungstenite v0.21.0 |
| 2522 | 2026-07-24T21:11:56.404Z | Compiling radium v0.7.0 |
| 2523 | 2026-07-24T21:11:56.615Z | Checking hickory-resolver v0.25.2 |
| 2524 | 2026-07-24T21:11:56.761Z | Checking tokio-tungstenite v0.21.0 |
| 2525 | 2026-07-24T21:11:56.876Z | Compiling libefi-sys v0.1.0 |
| 2526 | 2026-07-24T21:11:57.073Z | Checking tap v1.0.1 |
| 2527 | 2026-07-24T21:11:57.109Z | Compiling maybe-uninit v2.0.0 |
| 2528 | 2026-07-24T21:11:57.211Z | Checking wyz v0.5.1 |
| 2529 | 2026-07-24T21:11:57.371Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2530 | 2026-07-24T21:11:57.539Z | Compiling zerocopy-derive v0.6.6 |
| 2531 | 2026-07-24T21:11:57.711Z | Compiling bitfield-struct v0.6.2 |
| 2532 | 2026-07-24T21:11:57.777Z | Checking funty v2.0.0 |
| 2533 | 2026-07-24T21:11:57.852Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2534 | 2026-07-24T21:11:57.955Z | Compiling packed_struct v0.10.1 |
| 2535 | 2026-07-24T21:11:58.085Z | Checking crc-catalog v2.4.0 |
| 2536 | 2026-07-24T21:11:58.129Z | Checking bitvec v1.0.1 |
| 2537 | 2026-07-24T21:11:58.200Z | Checking crc v3.4.0 |
| 2538 | 2026-07-24T21:11:58.238Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2539 | 2026-07-24T21:11:58.269Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2540 | 2026-07-24T21:11:58.403Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2541 | 2026-07-24T21:11:58.438Z | Checking zerocopy v0.6.6 |
| 2542 | 2026-07-24T21:11:58.579Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-07-24T21:11:58.616Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2544 | 2026-07-24T21:11:58.669Z | Compiling packed_struct_codegen v0.10.1 |
| 2545 | 2026-07-24T21:11:58.742Z | Compiling bitfield-macros v0.19.4 |
| 2546 | 2026-07-24T21:11:58.789Z | Compiling indexmap v1.9.3 |
| 2547 | 2026-07-24T21:11:59.031Z | Checking nodrop v0.1.14 |
| 2548 | 2026-07-24T21:11:59.157Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2549 | 2026-07-24T21:11:59.265Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2550 | 2026-07-24T21:11:59.473Z | Checking array-init v0.0.4 |
| 2551 | 2026-07-24T21:11:59.510Z | Checking bitfield v0.19.4 |
| 2552 | 2026-07-24T21:11:59.594Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2553 | 2026-07-24T21:11:59.772Z | Checking smallvec v0.6.14 |
| 2554 | 2026-07-24T21:11:59.844Z | Checking hashbrown v0.12.3 |
| 2555 | 2026-07-24T21:11:59.847Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2556 | 2026-07-24T21:12:00.002Z | Checking serde-hex v0.1.0 |
| 2557 | 2026-07-24T21:12:00.068Z | Checking ron v0.8.1 |
| 2558 | 2026-07-24T21:12:00.345Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2559 | 2026-07-24T21:12:00.628Z | Checking hashbrown v0.13.2 |
| 2560 | 2026-07-24T21:12:00.665Z | Checking crc-any v2.5.0 |
| 2561 | 2026-07-24T21:12:00.922Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2562 | 2026-07-24T21:12:00.953Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2563 | 2026-07-24T21:12:01.110Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2564 | 2026-07-24T21:12:01.147Z | Checking object v0.30.4 |
| 2565 | 2026-07-24T21:12:01.331Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2566 | 2026-07-24T21:12:01.517Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2567 | 2026-07-24T21:12:01.579Z | Checking path-slash v0.1.5 |
| 2568 | 2026-07-24T21:12:01.616Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2569 | 2026-07-24T21:12:01.716Z | Compiling xshell-macros v0.2.7 |
| 2570 | 2026-07-24T21:12:02.156Z | Checking xshell v0.2.7 |
| 2571 | 2026-07-24T21:12:02.192Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2572 | 2026-07-24T21:12:02.457Z | Checking half v1.8.3 |
| 2573 | 2026-07-24T21:12:02.548Z | Compiling num-derive v0.3.3 |
| 2574 | 2026-07-24T21:12:02.584Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2575 | 2026-07-24T21:12:02.686Z | Checking serde_cbor v0.11.2 |
| 2576 | 2026-07-24T21:12:03.114Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2577 | 2026-07-24T21:12:03.316Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2578 | 2026-07-24T21:12:03.380Z | Checking papergrid v0.17.0 |
| 2579 | 2026-07-24T21:12:03.479Z | Checking libscf-sys v1.1.0 |
| 2580 | 2026-07-24T21:12:03.557Z | Checking testing_table v0.3.0 |
| 2581 | 2026-07-24T21:12:03.593Z | Compiling proc-macro-error2 v2.0.1 |
| 2582 | 2026-07-24T21:12:03.641Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2583 | 2026-07-24T21:12:03.703Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2584 | 2026-07-24T21:12:03.882Z | Checking maplit v1.0.2 |
| 2585 | 2026-07-24T21:12:03.914Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2586 | 2026-07-24T21:12:03.957Z | Compiling tabled_derive v0.11.0 |
| 2587 | 2026-07-24T21:12:04.004Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2588 | 2026-07-24T21:12:04.064Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2589 | 2026-07-24T21:12:04.199Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2590 | 2026-07-24T21:12:04.309Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2591 | 2026-07-24T21:12:04.629Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2592 | 2026-07-24T21:12:04.704Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2593 | 2026-07-24T21:12:04.808Z | Checking crc8 v0.1.1 |
| 2594 | 2026-07-24T21:12:04.936Z | Checking unicase v2.9.0 |
| 2595 | 2026-07-24T21:12:05.051Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2596 | 2026-07-24T21:12:05.136Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2597 | 2026-07-24T21:12:05.164Z | Checking tabled v0.20.0 |
| 2598 | 2026-07-24T21:12:05.228Z | Checking fxhash v0.2.1 |
| 2599 | 2026-07-24T21:12:05.380Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2600 | 2026-07-24T21:12:05.428Z | Compiling vergen-lib v0.1.6 |
| 2601 | 2026-07-24T21:12:05.589Z | Compiling diesel_derives v2.3.7 |
| 2602 | 2026-07-24T21:12:05.749Z | Compiling dsl_auto_type v0.2.0 |
| 2603 | 2026-07-24T21:12:05.858Z | Checking scheduled-thread-pool v0.2.7 |
| 2604 | 2026-07-24T21:12:05.894Z | Compiling vergen-gitcl v1.0.8 |
| 2605 | 2026-07-24T21:12:05.901Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2606 | 2026-07-24T21:12:06.071Z | Checking r2d2 v0.8.10 |
| 2607 | 2026-07-24T21:12:06.222Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2608 | 2026-07-24T21:12:06.288Z | Checking downcast-rs v2.0.2 |
| 2609 | 2026-07-24T21:12:06.563Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2610 | 2026-07-24T21:12:06.599Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2611 | 2026-07-24T21:12:06.882Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2612 | 2026-07-24T21:12:06.995Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2613 | 2026-07-24T21:12:07.075Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2614 | 2026-07-24T21:12:07.114Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2615 | 2026-07-24T21:12:07.211Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2616 | 2026-07-24T21:12:07.291Z | Checking kstat-rs v0.2.4 |
| 2617 | 2026-07-24T21:12:07.313Z | Checking arc-swap v1.8.2 |
| 2618 | 2026-07-24T21:12:07.461Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2619 | 2026-07-24T21:12:07.498Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-07-24T21:12:07.532Z | Compiling dirs-sys-next v0.1.2 |
| 2621 | 2026-07-24T21:12:07.571Z | Checking slog-scope v4.4.1 |
| 2622 | 2026-07-24T21:12:07.737Z | Compiling crunchy v0.2.4 |
| 2623 | 2026-07-24T21:12:07.785Z | Compiling parking_lot_core v0.8.6 |
| 2624 | 2026-07-24T21:12:07.853Z | Checking slog-stdlog v4.1.1 |
| 2625 | 2026-07-24T21:12:07.892Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2626 | 2026-07-24T21:12:08.010Z | Compiling dirs-next v2.0.0 |
| 2627 | 2026-07-24T21:12:08.040Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2628 | 2026-07-24T21:12:08.155Z | Compiling clang-sys v1.8.1 |
| 2629 | 2026-07-24T21:12:08.155Z | Compiling git-stub v1.0.0 |
| 2630 | 2026-07-24T21:12:08.224Z | Compiling tiny-keccak v2.0.2 |
| 2631 | 2026-07-24T21:12:08.452Z | Compiling git-stub-vcs v0.1.0 |
| 2632 | 2026-07-24T21:12:08.732Z | Compiling term v0.7.0 |
| 2633 | 2026-07-24T21:12:08.767Z | Checking slog-envlogger v2.2.0 |
| 2634 | 2026-07-24T21:12:08.770Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2635 | 2026-07-24T21:12:08.836Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2636 | 2026-07-24T21:12:08.870Z | Compiling bit-vec v0.6.3 |
| 2637 | 2026-07-24T21:12:08.946Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2638 | 2026-07-24T21:12:09.110Z | Compiling bit-set v0.5.3 |
| 2639 | 2026-07-24T21:12:09.146Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-07-24T21:12:09.183Z | Checking parking_lot v0.11.2 |
| 2641 | 2026-07-24T21:12:09.235Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2642 | 2026-07-24T21:12:09.333Z | Checking prefix-trie v0.7.0 |
| 2643 | 2026-07-24T21:12:09.404Z | Compiling itertools v0.10.5 |
| 2644 | 2026-07-24T21:12:09.443Z | Compiling ena v0.14.4 |
| 2645 | 2026-07-24T21:12:09.447Z | Compiling libloading v0.8.9 |
| 2646 | 2026-07-24T21:12:09.546Z | Compiling regex-syntax v0.6.29 |
| 2647 | 2026-07-24T21:12:09.682Z | Compiling bindgen v0.71.1 |
| 2648 | 2026-07-24T21:12:09.718Z | Compiling diff v0.1.13 |
| 2649 | 2026-07-24T21:12:09.724Z | Checking hickory-server v0.25.2 |
| 2650 | 2026-07-24T21:12:10.012Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2651 | 2026-07-24T21:12:10.263Z | Checking sled v0.34.7 |
| 2652 | 2026-07-24T21:12:10.505Z | Compiling cexpr v0.6.0 |
| 2653 | 2026-07-24T21:12:10.609Z | Checking nanorand v0.7.0 |
| 2654 | 2026-07-24T21:12:10.845Z | Compiling rustc-hash v2.1.1 |
| 2655 | 2026-07-24T21:12:11.030Z | Compiling lalrpop v0.19.12 |
| 2656 | 2026-07-24T21:12:11.069Z | Compiling salty v0.3.0 |
| 2657 | 2026-07-24T21:12:11.229Z | Checking flume v0.11.1 |
| 2658 | 2026-07-24T21:12:11.512Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2659 | 2026-07-24T21:12:11.583Z | Compiling libxml v0.3.3 |
| 2660 | 2026-07-24T21:12:11.743Z | Checking diesel v2.3.7 |
| 2661 | 2026-07-24T21:12:11.912Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2662 | 2026-07-24T21:12:12.114Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2663 | 2026-07-24T21:12:12.356Z | Compiling strum_macros v0.24.3 |
| 2664 | 2026-07-24T21:12:12.462Z | Compiling fs-err v2.11.0 |
| 2665 | 2026-07-24T21:12:12.709Z | Compiling indoc v1.0.9 |
| 2666 | 2026-07-24T21:12:13.193Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2667 | 2026-07-24T21:12:13.436Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2668 | 2026-07-24T21:12:13.472Z | Compiling progenitor-impl v0.13.0 |
| 2669 | 2026-07-24T21:12:13.531Z | Checking quick-xml v0.37.5 |
| 2670 | 2026-07-24T21:12:13.570Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2671 | 2026-07-24T21:12:13.673Z | Checking derive_builder v0.20.2 |
| 2672 | 2026-07-24T21:12:13.796Z | Compiling oso-derive v0.27.3 |
| 2673 | 2026-07-24T21:12:13.833Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2674 | 2026-07-24T21:12:14.336Z | Compiling trait-variant v0.1.2 |
| 2675 | 2026-07-24T21:12:14.419Z | Checking openssl-probe v0.1.6 |
| 2676 | 2026-07-24T21:12:14.835Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2677 | 2026-07-24T21:12:14.915Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2678 | 2026-07-24T21:12:15.424Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2679 | 2026-07-24T21:12:15.758Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2680 | 2026-07-24T21:12:16.103Z | Compiling progenitor-macro v0.13.0 |
| 2681 | 2026-07-24T21:12:16.236Z | Checking progenitor-client v0.13.0 |
| 2682 | 2026-07-24T21:12:16.495Z | Checking rfc6979 v0.4.0 |
| 2683 | 2026-07-24T21:12:16.664Z | Checking parse-size v1.1.0 |
| 2684 | 2026-07-24T21:12:16.810Z | Checking assert_matches v1.5.0 |
| 2685 | 2026-07-24T21:12:16.915Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2686 | 2026-07-24T21:12:17.125Z | Checking ecdsa v0.16.9 |
| 2687 | 2026-07-24T21:12:17.408Z | Checking primeorder v0.13.6 |
| 2688 | 2026-07-24T21:12:17.507Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2689 | 2026-07-24T21:12:17.685Z | Checking p384 v0.13.1 |
| 2690 | 2026-07-24T21:12:17.790Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2691 | 2026-07-24T21:12:18.123Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-07-24T21:12:18.159Z | Checking predicates-tree v1.0.13 |
| 2693 | 2026-07-24T21:12:18.308Z | Checking bb8 v0.8.6 |
| 2694 | 2026-07-24T21:12:18.362Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2695 | 2026-07-24T21:12:18.741Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-07-24T21:12:18.797Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2697 | 2026-07-24T21:12:18.852Z | Compiling mime_guess v2.0.5 |
| 2698 | 2026-07-24T21:12:18.983Z | Checking http-range v0.1.5 |
| 2699 | 2026-07-24T21:12:19.372Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2700 | 2026-07-24T21:12:19.502Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2701 | 2026-07-24T21:12:19.786Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2702 | 2026-07-24T21:12:19.841Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2703 | 2026-07-24T21:12:20.014Z | Checking atty v0.2.14 |
| 2704 | 2026-07-24T21:12:20.092Z | Checking corncobs v0.1.4 |
| 2705 | 2026-07-24T21:12:20.143Z | Checking nonempty v0.12.0 |
| 2706 | 2026-07-24T21:12:20.252Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2707 | 2026-07-24T21:12:20.387Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2708 | 2026-07-24T21:12:20.771Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2709 | 2026-07-24T21:12:20.930Z | Checking ignore v0.4.25 |
| 2710 | 2026-07-24T21:12:21.021Z | Checking progenitor v0.13.0 |
| 2711 | 2026-07-24T21:12:21.199Z | Checking secrecy v0.8.0 |
| 2712 | 2026-07-24T21:12:21.396Z | Checking globwalk v0.9.1 |
| 2713 | 2026-07-24T21:12:21.434Z | Checking hyper-staticfile v0.10.1 |
| 2714 | 2026-07-24T21:12:21.617Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2715 | 2026-07-24T21:12:21.768Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2716 | 2026-07-24T21:12:21.944Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2717 | 2026-07-24T21:12:21.980Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2718 | 2026-07-24T21:12:22.267Z | Checking camino-tempfile-ext v0.3.3 |
| 2719 | 2026-07-24T21:12:22.305Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2720 | 2026-07-24T21:12:22.504Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2721 | 2026-07-24T21:12:22.541Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2722 | 2026-07-24T21:12:23.106Z | Checking signal-hook-tokio v0.3.1 |
| 2723 | 2026-07-24T21:12:23.272Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2724 | 2026-07-24T21:12:23.360Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2725 | 2026-07-24T21:12:23.493Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2726 | 2026-07-24T21:12:23.529Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2727 | 2026-07-24T21:12:23.790Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2728 | 2026-07-24T21:12:25.366Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2729 | 2026-07-24T21:12:25.369Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2730 | 2026-07-24T21:12:25.438Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2731 | 2026-07-24T21:12:25.513Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2732 | 2026-07-24T21:12:26.229Z | Checking async-bb8-diesel v0.2.1 |
| 2733 | 2026-07-24T21:12:26.630Z | Checking diesel-dtrace v0.5.0 |
| 2734 | 2026-07-24T21:12:26.776Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2735 | 2026-07-24T21:12:26.831Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2736 | 2026-07-24T21:12:26.895Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2737 | 2026-07-24T21:12:27.160Z | Checking illumos-nvpair v0.3.0 |
| 2738 | 2026-07-24T21:12:27.234Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2739 | 2026-07-24T21:12:27.351Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2740 | 2026-07-24T21:12:27.387Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2741 | 2026-07-24T21:12:27.664Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2742 | 2026-07-24T21:12:27.712Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2743 | 2026-07-24T21:12:27.775Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2744 | 2026-07-24T21:12:27.865Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2745 | 2026-07-24T21:12:28.141Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2746 | 2026-07-24T21:12:28.298Z | Checking tungstenite v0.23.0 |
| 2747 | 2026-07-24T21:12:28.435Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2748 | 2026-07-24T21:12:28.762Z | Checking tokio-tungstenite v0.23.1 |
| 2749 | 2026-07-24T21:12:29.074Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2750 | 2026-07-24T21:12:29.497Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2751 | 2026-07-24T21:12:29.616Z | Checking rand_seeder v0.4.0 |
| 2752 | 2026-07-24T21:12:29.792Z | Checking void v1.0.2 |
| 2753 | 2026-07-24T21:12:29.796Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2754 | 2026-07-24T21:12:29.871Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2755 | 2026-07-24T21:12:29.935Z | Checking lzss v0.8.2 |
| 2756 | 2026-07-24T21:12:30.022Z | Checking nix v0.27.1 |
| 2757 | 2026-07-24T21:12:30.111Z | Checking serde_bytes v0.11.19 |
| 2758 | 2026-07-24T21:12:30.204Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2759 | 2026-07-24T21:12:30.321Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2760 | 2026-07-24T21:12:30.558Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2761 | 2026-07-24T21:12:30.597Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2762 | 2026-07-24T21:12:31.019Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2763 | 2026-07-24T21:12:31.348Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2764 | 2026-07-24T21:12:31.801Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2765 | 2026-07-24T21:12:31.954Z | Checking is_ci v1.2.0 |
| 2766 | 2026-07-24T21:12:31.990Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2767 | 2026-07-24T21:12:31.993Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2768 | 2026-07-24T21:12:32.087Z | Checking yansi v1.0.1 |
| 2769 | 2026-07-24T21:12:32.298Z | Checking cpubits v0.1.1 |
| 2770 | 2026-07-24T21:12:32.379Z | Checking pretty_assertions v1.4.1 |
| 2771 | 2026-07-24T21:12:32.415Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2772 | 2026-07-24T21:12:32.549Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2773 | 2026-07-24T21:12:32.746Z | Checking pem-rfc7468 v1.0.0 |
| 2774 | 2026-07-24T21:12:32.949Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2775 | 2026-07-24T21:12:33.220Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2776 | 2026-07-24T21:12:33.349Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-24T21:12:33.470Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2778 | 2026-07-24T21:12:34.157Z | Checking sha2 v0.11.0 |
| 2779 | 2026-07-24T21:12:34.227Z | Checking hmac v0.13.0 |
| 2780 | 2026-07-24T21:12:34.282Z | Checking universal-hash v0.6.1 |
| 2781 | 2026-07-24T21:12:34.320Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2782 | 2026-07-24T21:12:34.422Z | Compiling libz-sys v1.1.24 |
| 2783 | 2026-07-24T21:12:34.458Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2784 | 2026-07-24T21:12:34.707Z | Compiling instability v0.3.11 |
| 2785 | 2026-07-24T21:12:34.960Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2786 | 2026-07-24T21:12:35.066Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2787 | 2026-07-24T21:12:35.101Z | Checking castaway v0.2.4 |
| 2788 | 2026-07-24T21:12:35.137Z | Compiling indoc v2.0.7 |
| 2789 | 2026-07-24T21:12:35.247Z | Checking compact_str v0.8.1 |
| 2790 | 2026-07-24T21:12:35.686Z | Checking polyval v0.7.1 |
| 2791 | 2026-07-24T21:12:35.896Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2792 | 2026-07-24T21:12:36.130Z | Checking der v0.8.0 |
| 2793 | 2026-07-24T21:12:36.198Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2794 | 2026-07-24T21:12:36.435Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2795 | 2026-07-24T21:12:36.471Z | Checking unicode-truncate v1.1.0 |
| 2796 | 2026-07-24T21:12:36.654Z | Checking lru v0.12.5 |
| 2797 | 2026-07-24T21:12:36.691Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2798 | 2026-07-24T21:12:36.786Z | Checking cassowary v0.3.0 |
| 2799 | 2026-07-24T21:12:36.941Z | Checking ghash v0.6.0 |
| 2800 | 2026-07-24T21:12:37.032Z | Checking ratatui v0.29.0 |
| 2801 | 2026-07-24T21:12:37.101Z | Checking pbkdf2 v0.13.0 |
| 2802 | 2026-07-24T21:12:37.136Z | Checking aes v0.9.1 |
| 2803 | 2026-07-24T21:12:37.253Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2804 | 2026-07-24T21:12:37.574Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2805 | 2026-07-24T21:12:37.832Z | Checking ctr v0.10.1 |
| 2806 | 2026-07-24T21:12:38.045Z | Checking aead v0.6.1 |
| 2807 | 2026-07-24T21:12:38.221Z | Checking cargo-platform v0.3.2 |
| 2808 | 2026-07-24T21:12:38.369Z | Checking aes-gcm v0.11.0 |
| 2809 | 2026-07-24T21:12:38.435Z | Checking cargo_metadata v0.23.1 |
| 2810 | 2026-07-24T21:12:38.473Z | Checking spki v0.8.0 |
| 2811 | 2026-07-24T21:12:38.566Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2812 | 2026-07-24T21:12:38.680Z | Checking crypto-bigint v0.7.5 |
| 2813 | 2026-07-24T21:12:39.220Z | Checking supports-color v3.0.2 |
| 2814 | 2026-07-24T21:12:39.387Z | Checking console v0.16.2 |
| 2815 | 2026-07-24T21:12:39.726Z | Checking cbc v0.2.1 |
| 2816 | 2026-07-24T21:12:39.899Z | Checking salsa20 v0.11.0 |
| 2817 | 2026-07-24T21:12:39.936Z | Compiling vergen-git2 v9.1.0 |
| 2818 | 2026-07-24T21:12:40.078Z | Checking unit-prefix v0.5.2 |
| 2819 | 2026-07-24T21:12:40.175Z | Checking plotters-backend v0.3.7 |
| 2820 | 2026-07-24T21:12:40.242Z | Checking indicatif v0.18.4 |
| 2821 | 2026-07-24T21:12:40.410Z | Checking plotters-svg v0.3.7 |
| 2822 | 2026-07-24T21:12:40.632Z | Checking scrypt v0.12.0 |
| 2823 | 2026-07-24T21:12:40.668Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2824 | 2026-07-24T21:12:40.831Z | Checking libsw-core v0.3.2 |
| 2825 | 2026-07-24T21:12:40.908Z | Checking cast v0.3.0 |
| 2826 | 2026-07-24T21:12:41.003Z | Checking pkcs5 v0.8.1 |
| 2827 | 2026-07-24T21:12:41.038Z | Checking libsw v3.5.0 |
| 2828 | 2026-07-24T21:12:41.103Z | Checking criterion-plot v0.6.0 |
| 2829 | 2026-07-24T21:12:41.225Z | Checking plotters v0.3.7 |
| 2830 | 2026-07-24T21:12:41.335Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2831 | 2026-07-24T21:12:41.387Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2832 | 2026-07-24T21:12:41.625Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2833 | 2026-07-24T21:12:41.868Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2834 | 2026-07-24T21:12:42.008Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2835 | 2026-07-24T21:12:42.112Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2836 | 2026-07-24T21:12:42.255Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2837 | 2026-07-24T21:12:42.341Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-24T21:12:42.377Z | Checking colored v2.2.0 |
| 2839 | 2026-07-24T21:12:42.493Z | Checking tinytemplate v1.2.1 |
| 2840 | 2026-07-24T21:12:42.611Z | Checking oorandom v11.1.5 |
| 2841 | 2026-07-24T21:12:42.745Z | Checking shell-words v1.1.1 |
| 2842 | 2026-07-24T21:12:42.781Z | Checking anes v0.1.6 |
| 2843 | 2026-07-24T21:12:42.990Z | Checking criterion v0.7.0 |
| 2844 | 2026-07-24T21:12:43.026Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2845 | 2026-07-24T21:12:43.251Z | Checking pkcs8 v0.11.0 |
| 2846 | 2026-07-24T21:12:43.483Z | Checking oxide-update-engine-display v0.1.2 |
| 2847 | 2026-07-24T21:12:43.822Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-07-24T21:12:44.247Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2849 | 2026-07-24T21:12:44.613Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2850 | 2026-07-24T21:12:45.393Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2851 | 2026-07-24T21:12:45.935Z | Checking tokio-test v0.4.5 |
| 2852 | 2026-07-24T21:12:46.185Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2853 | 2026-07-24T21:12:46.432Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2854 | 2026-07-24T21:12:46.876Z | Checking twox-hash v2.1.2 |
| 2855 | 2026-07-24T21:12:47.037Z | Checking ff v0.14.0 |
| 2856 | 2026-07-24T21:12:47.179Z | Checking arrayvec v0.7.6 |
| 2857 | 2026-07-24T21:12:47.215Z | Checking constant_time_eq v0.4.2 |
| 2858 | 2026-07-24T21:12:47.384Z | Checking arrayref v0.3.9 |
| 2859 | 2026-07-24T21:12:47.468Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2860 | 2026-07-24T21:12:47.503Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2861 | 2026-07-24T21:12:47.664Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2862 | 2026-07-24T21:12:47.700Z | Checking fatfs v0.3.6 |
| 2863 | 2026-07-24T21:12:48.154Z | Checking signature v3.0.0 |
| 2864 | 2026-07-24T21:12:48.191Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2865 | 2026-07-24T21:12:48.337Z | Compiling seq-macro v0.3.6 |
| 2866 | 2026-07-24T21:12:48.685Z | Checking base16ct v1.0.0 |
| 2867 | 2026-07-24T21:12:48.849Z | Checking sec1 v0.8.1 |
| 2868 | 2026-07-24T21:12:48.891Z | Checking group v0.14.0 |
| 2869 | 2026-07-24T21:12:49.081Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2870 | 2026-07-24T21:12:49.085Z | Checking hkdf v0.13.0 |
| 2871 | 2026-07-24T21:12:49.288Z | Compiling petname v2.0.2 |
| 2872 | 2026-07-24T21:12:49.551Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2873 | 2026-07-24T21:12:49.615Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2874 | 2026-07-24T21:12:49.789Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2875 | 2026-07-24T21:12:49.986Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2876 | 2026-07-24T21:12:50.055Z | Checking concurrent-queue v2.5.0 |
| 2877 | 2026-07-24T21:12:50.272Z | Checking rtoolbox v0.0.3 |
| 2878 | 2026-07-24T21:12:50.436Z | Checking parking v2.2.1 |
| 2879 | 2026-07-24T21:12:50.588Z | Checking event-listener v5.4.1 |
| 2880 | 2026-07-24T21:12:50.842Z | Checking rpassword v7.5.4 |
| 2881 | 2026-07-24T21:12:51.141Z | Checking tui-tree-widget v0.23.1 |
| 2882 | 2026-07-24T21:12:51.371Z | Checking rfc6979 v0.5.0 |
| 2883 | 2026-07-24T21:12:51.487Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2884 | 2026-07-24T21:12:51.546Z | Checking sapling-renderdag v0.1.0 |
| 2885 | 2026-07-24T21:12:51.684Z | Compiling blake3 v1.8.5 |
| 2886 | 2026-07-24T21:12:51.819Z | Checking sync-ptr v0.1.4 |
| 2887 | 2026-07-24T21:12:51.968Z | Checking ecdsa v0.17.0-rc.18 |
| 2888 | 2026-07-24T21:12:52.014Z | Compiling samael v0.0.19 |
| 2889 | 2026-07-24T21:12:52.370Z | Checking event-listener-strategy v0.5.4 |
| 2890 | 2026-07-24T21:12:52.537Z | Checking primeorder v0.14.0-rc.10 |
| 2891 | 2026-07-24T21:12:52.605Z | Checking primefield v0.14.0 |
| 2892 | 2026-07-24T21:12:52.844Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2893 | 2026-07-24T21:12:52.880Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2894 | 2026-07-24T21:12:53.084Z | Checking futures-timer v3.0.3 |
| 2895 | 2026-07-24T21:12:53.384Z | Checking async-lock v3.4.2 |
| 2896 | 2026-07-24T21:12:53.420Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2897 | 2026-07-24T21:12:53.662Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2898 | 2026-07-24T21:12:53.793Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2899 | 2026-07-24T21:12:54.046Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2900 | 2026-07-24T21:12:54.621Z | Checking topological-sort v0.2.2 |
| 2901 | 2026-07-24T21:12:54.789Z | Compiling strsim v0.10.0 |
| 2902 | 2026-07-24T21:12:55.085Z | Compiling darling_core v0.13.4 |
| 2903 | 2026-07-24T21:12:55.141Z | Checking omicron-zone-package v0.12.3 |
| 2904 | 2026-07-24T21:12:56.047Z | Checking async-object-pool v0.2.0 |
| 2905 | 2026-07-24T21:12:56.191Z | Checking ed25519 v3.0.0 |
| 2906 | 2026-07-24T21:12:56.425Z | Checking crypto-primes v0.7.2 |
| 2907 | 2026-07-24T21:12:56.968Z | Checking pkcs1 v0.8.0-rc.4 |
| 2908 | 2026-07-24T21:12:56.977Z | Checking poly1305 v0.9.0 |
| 2909 | 2026-07-24T21:12:57.179Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2910 | 2026-07-24T21:12:57.273Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2911 | 2026-07-24T21:12:57.418Z | Checking blowfish v0.10.0 |
| 2912 | 2026-07-24T21:12:57.566Z | Checking serde_regex v1.1.0 |
| 2913 | 2026-07-24T21:12:57.601Z | Checking blake2 v0.11.0-rc.6 |
| 2914 | 2026-07-24T21:12:57.754Z | Checking assert-json-diff v2.0.2 |
| 2915 | 2026-07-24T21:12:57.890Z | Checking path-tree v0.8.3 |
| 2916 | 2026-07-24T21:12:57.945Z | Checking keccak v0.2.0 |
| 2917 | 2026-07-24T21:12:57.983Z | Checking gimli v0.32.3 |
| 2918 | 2026-07-24T21:12:58.106Z | Checking stringmetrics v2.2.2 |
| 2919 | 2026-07-24T21:12:58.140Z | Compiling target-lexicon v0.13.3 |
| 2920 | 2026-07-24T21:12:58.287Z | Checking fiat-crypto v0.3.0 |
| 2921 | 2026-07-24T21:12:58.728Z | Checking httpmock v0.8.3 |
| 2922 | 2026-07-24T21:12:59.561Z | Checking addr2line v0.25.1 |
| 2923 | 2026-07-24T21:12:59.820Z | Checking sha3 v0.11.0 |
| 2924 | 2026-07-24T21:12:59.868Z | Checking argon2 v0.6.0-rc.8 |
| 2925 | 2026-07-24T21:13:00.195Z | Checking bcrypt-pbkdf v0.11.0 |
| 2926 | 2026-07-24T21:13:00.230Z | Checking rsa v0.10.0-rc.18 |
| 2927 | 2026-07-24T21:13:00.388Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2928 | 2026-07-24T21:13:00.630Z | Compiling darling_macro v0.13.4 |
| 2929 | 2026-07-24T21:13:00.750Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2930 | 2026-07-24T21:13:01.028Z | Checking p521 v0.14.0-rc.10 |
| 2931 | 2026-07-24T21:13:01.168Z | Checking p256 v0.14.0-rc.10 |
| 2932 | 2026-07-24T21:13:01.957Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2933 | 2026-07-24T21:13:02.227Z | Checking kem v0.3.0 |
| 2934 | 2026-07-24T21:13:02.381Z | Checking module-lattice v0.2.3 |
| 2935 | 2026-07-24T21:13:02.638Z | Compiling guppy-workspace-hack v0.1.0 |
| 2936 | 2026-07-24T21:13:02.868Z | Checking hex-literal v0.4.1 |
| 2937 | 2026-07-24T21:13:02.903Z | Checking rustc-demangle v0.1.27 |
| 2938 | 2026-07-24T21:13:03.046Z | Checking ml-kem v0.3.2 |
| 2939 | 2026-07-24T21:13:03.161Z | Checking backtrace v0.3.76 |
| 2940 | 2026-07-24T21:13:03.488Z | Checking p384 v0.14.0-rc.10 |
| 2941 | 2026-07-24T21:13:03.524Z | Compiling darling v0.13.4 |
| 2942 | 2026-07-24T21:13:03.838Z | Checking russh-cryptovec v0.61.0 |
| 2943 | 2026-07-24T21:13:03.906Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2944 | 2026-07-24T21:13:04.030Z | Checking internal-russh-num-bigint v0.5.0 |
| 2945 | 2026-07-24T21:13:04.065Z | Checking num-bigint v0.4.6 |
| 2946 | 2026-07-24T21:13:04.144Z | Checking russh-util v0.52.0 |
| 2947 | 2026-07-24T21:13:04.304Z | Compiling git2 v0.20.4 |
| 2948 | 2026-07-24T21:13:04.372Z | Checking generic-array v1.4.3 |
| 2949 | 2026-07-24T21:13:04.799Z | Compiling enum_dispatch v0.3.13 |
| 2950 | 2026-07-24T21:13:05.053Z | Compiling delegate v0.13.5 |
| 2951 | 2026-07-24T21:13:05.088Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2952 | 2026-07-24T21:13:05.533Z | Checking ssh-key v0.7.0-rc.10 |
| 2953 | 2026-07-24T21:13:05.568Z | Checking hex-literal v1.1.0 |
| 2954 | 2026-07-24T21:13:05.701Z | Checking md5 v0.8.0 |
| 2955 | 2026-07-24T21:13:05.800Z | Compiling target-spec v3.5.7 |
| 2956 | 2026-07-24T21:13:05.906Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2957 | 2026-07-24T21:13:06.256Z | Checking cfg-expr v0.20.6 |
| 2958 | 2026-07-24T21:13:06.293Z | Compiling serde_with_macros v1.5.2 |
| 2959 | 2026-07-24T21:13:06.613Z | Checking russh v0.61.2 |
| 2960 | 2026-07-24T21:13:06.686Z | Checking backtrace-ext v0.2.1 |
| 2961 | 2026-07-24T21:13:06.941Z | Checking supports-color v2.1.0 |
| 2962 | 2026-07-24T21:13:07.091Z | Checking textwrap v0.15.2 |
| 2963 | 2026-07-24T21:13:07.128Z | Checking supports-unicode v2.1.0 |
| 2964 | 2026-07-24T21:13:07.182Z | Checking supports-hyperlinks v2.1.0 |
| 2965 | 2026-07-24T21:13:07.321Z | Checking hashbrown v0.14.5 |
| 2966 | 2026-07-24T21:13:07.330Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2967 | 2026-07-24T21:13:07.363Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2968 | 2026-07-24T21:13:07.546Z | Checking socket2 v0.5.10 |
| 2969 | 2026-07-24T21:13:07.594Z | Checking terminal_size v0.1.17 |
| 2970 | 2026-07-24T21:13:07.671Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2971 | 2026-07-24T21:13:07.733Z | Compiling miette-derive v5.10.0 |
| 2972 | 2026-07-24T21:13:07.789Z | Checking owo-colors v3.5.0 |
| 2973 | 2026-07-24T21:13:08.184Z | Checking internet-checksum v0.2.1 |
| 2974 | 2026-07-24T21:13:08.379Z | Checking chumsky v0.9.3 |
| 2975 | 2026-07-24T21:13:08.771Z | Compiling polar-core v0.27.3 |
| 2976 | 2026-07-24T21:13:08.908Z | Checking miette v5.10.0 |
| 2977 | 2026-07-24T21:13:09.325Z | Compiling serde_with v1.14.0 |
| 2978 | 2026-07-24T21:13:09.684Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-07-24T21:13:09.718Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2980 | 2026-07-24T21:13:09.939Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2981 | 2026-07-24T21:13:10.283Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2982 | 2026-07-24T21:13:10.484Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2983 | 2026-07-24T21:13:10.524Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2984 | 2026-07-24T21:13:10.530Z | Compiling knuffel-derive v3.2.0 |
| 2985 | 2026-07-24T21:13:10.635Z | Checking httptest v0.16.4 |
| 2986 | 2026-07-24T21:13:10.755Z | Checking pathdiff v0.2.3 |
| 2987 | 2026-07-24T21:13:10.899Z | Checking nested v0.1.1 |
| 2988 | 2026-07-24T21:13:11.068Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2989 | 2026-07-24T21:13:11.104Z | Checking guppy v0.17.25 |
| 2990 | 2026-07-24T21:13:11.400Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2991 | 2026-07-24T21:13:11.679Z | Checking similar-asserts v1.7.0 |
| 2992 | 2026-07-24T21:13:11.871Z | Compiling target-triple v1.0.0 |
| 2993 | 2026-07-24T21:13:12.090Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2994 | 2026-07-24T21:13:12.125Z | Checking knuffel v3.2.0 |
| 2995 | 2026-07-24T21:13:12.263Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2996 | 2026-07-24T21:13:12.790Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2997 | 2026-07-24T21:13:12.825Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2998 | 2026-07-24T21:13:12.861Z | Checking hickory-client v0.25.2 |
| 2999 | 2026-07-24T21:13:13.173Z | Checking escape8259 v0.5.3 |
| 3000 | 2026-07-24T21:13:13.339Z | Compiling assert_cmd v2.1.2 |
| 3001 | 2026-07-24T21:13:13.439Z | Checking libtest-mimic v0.8.1 |
| 3002 | 2026-07-24T21:13:13.797Z | Checking oso v0.27.3 |
| 3003 | 2026-07-24T21:13:13.866Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3004 | 2026-07-24T21:13:13.903Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3005 | 2026-07-24T21:13:14.001Z | Checking blake2b_simd v1.0.4 |
| 3006 | 2026-07-24T21:13:14.162Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3007 | 2026-07-24T21:13:14.420Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3008 | 2026-07-24T21:13:14.563Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3009 | 2026-07-24T21:13:14.566Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3010 | 2026-07-24T21:13:14.732Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3011 | 2026-07-24T21:13:14.826Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3012 | 2026-07-24T21:13:14.862Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3013 | 2026-07-24T21:13:15.067Z | Checking fancy-regex v0.14.0 |
| 3014 | 2026-07-24T21:13:15.104Z | Checking serde_tokenstream v0.2.3 |
| 3015 | 2026-07-24T21:13:15.174Z | Checking approx v0.5.1 |
| 3016 | 2026-07-24T21:13:15.329Z | Compiling rstest_macros v0.25.0 |
| 3017 | 2026-07-24T21:13:15.365Z | Checking uzers v0.12.2 |
| 3018 | 2026-07-24T21:13:15.368Z | Checking termcolor v1.4.1 |
| 3019 | 2026-07-24T21:13:15.458Z | Compiling linkme-impl v0.3.35 |
| 3020 | 2026-07-24T21:13:15.645Z | Checking constant_time_eq v0.3.1 |
| 3021 | 2026-07-24T21:13:15.648Z | Checking trybuild v1.0.116 |
| 3022 | 2026-07-24T21:13:15.739Z | Checking rust-argon2 v2.1.0 |
| 3023 | 2026-07-24T21:13:15.818Z | Checking datatest-stable v0.3.3 |
| 3024 | 2026-07-24T21:13:16.065Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3025 | 2026-07-24T21:13:16.223Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3026 | 2026-07-24T21:13:16.304Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3027 | 2026-07-24T21:13:16.348Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3028 | 2026-07-24T21:13:16.531Z | Checking support-bundle-viewer v0.1.2 |
| 3029 | 2026-07-24T21:13:16.580Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3030 | 2026-07-24T21:13:16.804Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3031 | 2026-07-24T21:13:16.850Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3032 | 2026-07-24T21:13:17.048Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3033 | 2026-07-24T21:13:17.085Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3034 | 2026-07-24T21:13:17.163Z | Checking drift v0.2.0 |
| 3035 | 2026-07-24T21:13:17.298Z | Checking digest-io v0.1.0 |
| 3036 | 2026-07-24T21:13:17.463Z | Checking rand_distr v0.5.1 |
| 3037 | 2026-07-24T21:13:17.561Z | Checking multimap v0.10.1 |
| 3038 | 2026-07-24T21:13:17.762Z | Checking rawzip v0.4.4 |
| 3039 | 2026-07-24T21:13:17.799Z | Compiling linkme v0.3.35 |
| 3040 | 2026-07-24T21:13:17.911Z | Compiling relative-path v1.9.3 |
| 3041 | 2026-07-24T21:13:18.157Z | Checking dropshot-api-manager v0.7.2 |
| 3042 | 2026-07-24T21:13:18.235Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3043 | 2026-07-24T21:13:19.514Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3044 | 2026-07-24T21:13:19.859Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3045 | 2026-07-24T21:13:19.897Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3046 | 2026-07-24T21:13:20.066Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3047 | 2026-07-24T21:13:20.289Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3048 | 2026-07-24T21:13:20.333Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3049 | 2026-07-24T21:13:20.488Z | Checking cargo_toml v0.21.0 |
| 3050 | 2026-07-24T21:13:20.637Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3051 | 2026-07-24T21:13:20.794Z | Checking partial-io v0.5.4 |
| 3052 | 2026-07-24T21:13:21.046Z | Checking termios v0.3.3 |
| 3053 | 2026-07-24T21:13:21.084Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3054 | 2026-07-24T21:13:21.207Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3055 | 2026-07-24T21:13:21.344Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3056 | 2026-07-24T21:13:21.770Z | Checking rstest v0.25.0 |
| 3057 | 2026-07-24T21:13:25.982Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3058 | 2026-07-24T21:13:27.311Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3059 | 2026-07-24T21:13:28.666Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3060 | 2026-07-24T21:13:33.603Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3061 | 2026-07-24T21:13:33.953Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3062 | 2026-07-24T21:13:36.254Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3063 | 2026-07-24T21:13:40.048Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3064 | 2026-07-24T21:13:44.093Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3065 | 2026-07-24T21:13:48.406Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3066 | 2026-07-24T21:13:49.813Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3067 | 2026-07-24T21:13:50.374Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3068 | 2026-07-24T21:13:57.032Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3069 | 2026-07-24T21:13:57.402Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3070 | 2026-07-24T21:14:00.917Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3071 | 2026-07-24T21:14:20.352Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3072 | 2026-07-24T21:15:14.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 08s |
| 3073 | 2026-07-24T21:15:14.753Z | |
| 3074 | 2026-07-24T21:15:14.753Z | real 4:11.938466570 |
| 3075 | 2026-07-24T21:15:14.753Z | user 21:38.914945145 |
| 3076 | 2026-07-24T21:15:14.753Z | sys 5:04.413341697 |
| 3077 | 2026-07-24T21:15:14.753Z | trap 0.529434188 |
| 3078 | 2026-07-24T21:15:14.753Z | tflt 2.059381171 |
| 3079 | 2026-07-24T21:15:14.753Z | dflt 1.347443207 |
| 3080 | 2026-07-24T21:15:14.753Z | kflt 0.006070750 |
| 3081 | 2026-07-24T21:15:14.753Z | lock 59:14.663717337 |
| 3082 | 2026-07-24T21:15:14.753Z | slp 58:43.815808411 |
| 3083 | 2026-07-24T21:15:14.753Z | lat 1:49.628390834 |
| 3084 | 2026-07-24T21:15:14.753Z | stop 11:45.965417161 |
| 3085 | 2026-07-24T21:15:14.757Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3086 | 2026-07-24T21:15:14.757Z | + ptime -m cargo doc --workspace --no-deps |
| 3087 | 2026-07-24T21:15:15.584Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3088 | 2026-07-24T21:15:15.584Z | | |
| 3089 | 2026-07-24T21:15:15.584Z | = 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)` |
| 3090 | 2026-07-24T21:15:15.584Z | = 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> |
| 3091 | 2026-07-24T21:15:16.604Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3092 | 2026-07-24T21:15:16.845Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3093 | 2026-07-24T21:15:16.890Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3094 | 2026-07-24T21:15:16.952Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3095 | 2026-07-24T21:15:16.986Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3096 | 2026-07-24T21:15:17.059Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3097 | 2026-07-24T21:15:17.161Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3098 | 2026-07-24T21:15:17.192Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3099 | 2026-07-24T21:15:17.223Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3100 | 2026-07-24T21:15:17.349Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3101 | 2026-07-24T21:15:17.445Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3102 | 2026-07-24T21:15:17.475Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3103 | 2026-07-24T21:15:17.499Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3104 | 2026-07-24T21:15:17.520Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3105 | 2026-07-24T21:15:17.524Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3106 | 2026-07-24T21:15:17.567Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3107 | 2026-07-24T21:15:17.614Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3108 | 2026-07-24T21:15:17.639Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3109 | 2026-07-24T21:15:17.684Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3110 | 2026-07-24T21:15:17.688Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3111 | 2026-07-24T21:15:17.735Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3112 | 2026-07-24T21:15:17.943Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3113 | 2026-07-24T21:15:18.094Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3114 | 2026-07-24T21:15:18.117Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3115 | 2026-07-24T21:15:18.262Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3116 | 2026-07-24T21:15:18.370Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3117 | 2026-07-24T21:15:18.496Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3118 | 2026-07-24T21:15:18.520Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3119 | 2026-07-24T21:15:18.659Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3120 | 2026-07-24T21:15:18.687Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3121 | 2026-07-24T21:15:18.789Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3122 | 2026-07-24T21:15:18.931Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3123 | 2026-07-24T21:15:19.032Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3124 | 2026-07-24T21:15:19.055Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3125 | 2026-07-24T21:15:19.119Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3126 | 2026-07-24T21:15:19.234Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3127 | 2026-07-24T21:15:19.260Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3128 | 2026-07-24T21:15:19.364Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3129 | 2026-07-24T21:15:19.387Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3130 | 2026-07-24T21:15:19.633Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3131 | 2026-07-24T21:15:19.698Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3132 | 2026-07-24T21:15:19.859Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3133 | 2026-07-24T21:15:19.925Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3134 | 2026-07-24T21:15:19.955Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3135 | 2026-07-24T21:15:19.980Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3136 | 2026-07-24T21:15:20.107Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3137 | 2026-07-24T21:15:20.192Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3138 | 2026-07-24T21:15:20.242Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3139 | 2026-07-24T21:15:20.265Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3140 | 2026-07-24T21:15:20.355Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3141 | 2026-07-24T21:15:20.513Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3142 | 2026-07-24T21:15:20.513Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3143 | 2026-07-24T21:15:20.584Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3144 | 2026-07-24T21:15:20.613Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3145 | 2026-07-24T21:15:20.698Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3146 | 2026-07-24T21:15:20.729Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3147 | 2026-07-24T21:15:20.753Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3148 | 2026-07-24T21:15:20.797Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3149 | 2026-07-24T21:15:20.828Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3150 | 2026-07-24T21:15:21.671Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3151 | 2026-07-24T21:15:21.675Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3152 | 2026-07-24T21:15:21.769Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3153 | 2026-07-24T21:15:21.803Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3154 | 2026-07-24T21:15:22.048Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3155 | 2026-07-24T21:15:22.255Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3156 | 2026-07-24T21:15:22.303Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3157 | 2026-07-24T21:15:22.367Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3158 | 2026-07-24T21:15:22.528Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3159 | 2026-07-24T21:15:22.553Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3160 | 2026-07-24T21:15:22.579Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3161 | 2026-07-24T21:15:22.601Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3162 | 2026-07-24T21:15:22.782Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3163 | 2026-07-24T21:15:22.807Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3164 | 2026-07-24T21:15:23.531Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3165 | 2026-07-24T21:15:23.596Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3166 | 2026-07-24T21:15:23.652Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3167 | 2026-07-24T21:15:23.814Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3168 | 2026-07-24T21:15:23.940Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3169 | 2026-07-24T21:15:24.078Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3170 | 2026-07-24T21:15:24.156Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3171 | 2026-07-24T21:15:24.191Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3172 | 2026-07-24T21:15:24.221Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3173 | 2026-07-24T21:15:24.334Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3174 | 2026-07-24T21:15:24.358Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3175 | 2026-07-24T21:15:24.424Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3176 | 2026-07-24T21:15:24.636Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3177 | 2026-07-24T21:15:24.661Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3178 | 2026-07-24T21:15:24.684Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3179 | 2026-07-24T21:15:24.741Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3180 | 2026-07-24T21:15:24.783Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3181 | 2026-07-24T21:15:24.824Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3182 | 2026-07-24T21:15:24.900Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3183 | 2026-07-24T21:15:24.945Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3184 | 2026-07-24T21:15:24.948Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3185 | 2026-07-24T21:15:24.990Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3186 | 2026-07-24T21:15:25.125Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3187 | 2026-07-24T21:15:25.150Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3188 | 2026-07-24T21:15:25.223Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3189 | 2026-07-24T21:15:25.248Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3190 | 2026-07-24T21:15:25.251Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3191 | 2026-07-24T21:15:25.319Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3192 | 2026-07-24T21:15:25.398Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3193 | 2026-07-24T21:15:25.516Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3194 | 2026-07-24T21:15:25.556Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3195 | 2026-07-24T21:15:25.582Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3196 | 2026-07-24T21:15:25.870Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3197 | 2026-07-24T21:15:25.873Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3198 | 2026-07-24T21:15:25.914Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3199 | 2026-07-24T21:15:26.343Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3200 | 2026-07-24T21:15:26.585Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3201 | 2026-07-24T21:15:26.610Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3202 | 2026-07-24T21:15:27.550Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3203 | 2026-07-24T21:15:27.653Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3204 | 2026-07-24T21:15:27.748Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3205 | 2026-07-24T21:15:28.046Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3206 | 2026-07-24T21:15:28.144Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3207 | 2026-07-24T21:15:28.855Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3208 | 2026-07-24T21:15:29.484Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3209 | 2026-07-24T21:15:29.725Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3210 | 2026-07-24T21:15:29.976Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3211 | 2026-07-24T21:15:30.567Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3212 | 2026-07-24T21:15:30.689Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3213 | 2026-07-24T21:15:30.715Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3214 | 2026-07-24T21:15:30.742Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3215 | 2026-07-24T21:15:30.998Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3216 | 2026-07-24T21:15:31.213Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3217 | 2026-07-24T21:15:31.444Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3218 | 2026-07-24T21:15:31.469Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3219 | 2026-07-24T21:15:31.665Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3220 | 2026-07-24T21:15:31.996Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3221 | 2026-07-24T21:15:32.096Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3222 | 2026-07-24T21:15:32.387Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3223 | 2026-07-24T21:15:32.698Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3224 | 2026-07-24T21:15:32.881Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3225 | 2026-07-24T21:15:33.044Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3226 | 2026-07-24T21:15:33.087Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3227 | 2026-07-24T21:15:33.144Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3228 | 2026-07-24T21:15:33.617Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3229 | 2026-07-24T21:15:33.969Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3230 | 2026-07-24T21:15:34.425Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3231 | 2026-07-24T21:15:34.675Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3232 | 2026-07-24T21:15:35.086Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3233 | 2026-07-24T21:15:35.455Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3234 | 2026-07-24T21:15:36.078Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3235 | 2026-07-24T21:15:36.605Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3236 | 2026-07-24T21:15:36.875Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3237 | 2026-07-24T21:15:37.162Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3238 | 2026-07-24T21:15:37.657Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3239 | 2026-07-24T21:15:37.702Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3240 | 2026-07-24T21:15:38.058Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3241 | 2026-07-24T21:15:38.806Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3242 | 2026-07-24T21:15:38.829Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3243 | 2026-07-24T21:15:39.282Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3244 | 2026-07-24T21:15:40.176Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3245 | 2026-07-24T21:15:40.860Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3246 | 2026-07-24T21:15:41.024Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3247 | 2026-07-24T21:15:44.587Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3248 | 2026-07-24T21:15:45.036Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3249 | 2026-07-24T21:15:45.157Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3250 | 2026-07-24T21:15:45.275Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3251 | 2026-07-24T21:15:45.544Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3252 | 2026-07-24T21:15:46.466Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3253 | 2026-07-24T21:15:46.492Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3254 | 2026-07-24T21:15:48.004Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3255 | 2026-07-24T21:15:48.230Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3256 | 2026-07-24T21:15:48.586Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3257 | 2026-07-24T21:15:48.926Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3258 | 2026-07-24T21:15:49.518Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3259 | 2026-07-24T21:15:49.796Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3260 | 2026-07-24T21:15:49.881Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3261 | 2026-07-24T21:15:50.156Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3262 | 2026-07-24T21:15:50.291Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3263 | 2026-07-24T21:15:50.327Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3264 | 2026-07-24T21:15:50.504Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3265 | 2026-07-24T21:15:50.545Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3266 | 2026-07-24T21:15:50.665Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3267 | 2026-07-24T21:15:51.077Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3268 | 2026-07-24T21:15:51.286Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3269 | 2026-07-24T21:15:51.800Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3270 | 2026-07-24T21:15:51.894Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3271 | 2026-07-24T21:15:52.081Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3272 | 2026-07-24T21:15:52.472Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3273 | 2026-07-24T21:15:52.612Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3274 | 2026-07-24T21:15:53.302Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3275 | 2026-07-24T21:15:53.781Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3276 | 2026-07-24T21:15:54.534Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3277 | 2026-07-24T21:15:54.794Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3278 | 2026-07-24T21:15:56.512Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3279 | 2026-07-24T21:15:58.143Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3280 | 2026-07-24T21:15:58.768Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3281 | 2026-07-24T21:15:59.320Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3282 | 2026-07-24T21:16:00.190Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3283 | 2026-07-24T21:16:02.189Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3284 | 2026-07-24T21:16:03.206Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3285 | 2026-07-24T21:16:03.999Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3286 | 2026-07-24T21:16:05.119Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3287 | 2026-07-24T21:16:05.626Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3288 | 2026-07-24T21:16:07.841Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3289 | 2026-07-24T21:16:08.263Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3290 | 2026-07-24T21:16:09.692Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3291 | 2026-07-24T21:16:10.250Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3292 | 2026-07-24T21:16:10.690Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3293 | 2026-07-24T21:16:11.648Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3294 | 2026-07-24T21:16:13.678Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3295 | 2026-07-24T21:16:16.850Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3296 | 2026-07-24T21:16:17.496Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3297 | 2026-07-24T21:16:18.321Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3298 | 2026-07-24T21:16:19.229Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3299 | 2026-07-24T21:16:20.000Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3300 | 2026-07-24T21:16:20.802Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3301 | 2026-07-24T21:16:21.577Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3302 | 2026-07-24T21:16:23.509Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3303 | 2026-07-24T21:16:23.623Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3304 | 2026-07-24T21:16:24.278Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3305 | 2026-07-24T21:16:24.858Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3306 | 2026-07-24T21:16:25.132Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3307 | 2026-07-24T21:16:25.948Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3308 | 2026-07-24T21:16:26.847Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3309 | 2026-07-24T21:16:30.272Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3310 | 2026-07-24T21:16:31.126Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3311 | 2026-07-24T21:16:32.379Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3312 | 2026-07-24T21:16:33.015Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3313 | 2026-07-24T21:16:34.013Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3314 | 2026-07-24T21:16:34.996Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3315 | 2026-07-24T21:16:35.970Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3316 | 2026-07-24T21:16:37.762Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3317 | 2026-07-24T21:16:39.622Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3318 | 2026-07-24T21:16:40.233Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3319 | 2026-07-24T21:16:41.643Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3320 | 2026-07-24T21:16:42.587Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3321 | 2026-07-24T21:16:45.770Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3322 | 2026-07-24T21:16:46.535Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3323 | 2026-07-24T21:16:47.323Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3324 | 2026-07-24T21:16:48.755Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3325 | 2026-07-24T21:16:50.368Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3326 | 2026-07-24T21:16:51.856Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3327 | 2026-07-24T21:16:53.686Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3328 | 2026-07-24T21:16:55.248Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3329 | 2026-07-24T21:16:58.501Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3330 | 2026-07-24T21:17:03.142Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3331 | 2026-07-24T21:17:03.319Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3332 | 2026-07-24T21:17:04.788Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3333 | 2026-07-24T21:17:05.185Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3334 | 2026-07-24T21:17:06.841Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3335 | 2026-07-24T21:17:08.407Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3336 | 2026-07-24T21:17:10.388Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3337 | 2026-07-24T21:17:12.431Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3338 | 2026-07-24T21:17:14.152Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3339 | 2026-07-24T21:17:15.841Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3340 | 2026-07-24T21:17:17.483Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3341 | 2026-07-24T21:17:19.600Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3342 | 2026-07-24T21:17:21.033Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3343 | 2026-07-24T21:17:22.806Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3344 | 2026-07-24T21:17:24.502Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3345 | 2026-07-24T21:17:26.251Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3346 | 2026-07-24T21:17:27.626Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3347 | 2026-07-24T21:17:29.749Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3348 | 2026-07-24T21:17:32.988Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3349 | 2026-07-24T21:17:34.906Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3350 | 2026-07-24T21:17:36.569Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3351 | 2026-07-24T21:17:38.692Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3352 | 2026-07-24T21:17:40.302Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3353 | 2026-07-24T21:17:42.223Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3354 | 2026-07-24T21:17:44.338Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3355 | 2026-07-24T21:17:46.172Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3356 | 2026-07-24T21:17:48.789Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3357 | 2026-07-24T21:17:50.183Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3358 | 2026-07-24T21:17:52.795Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3359 | 2026-07-24T21:17:55.068Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3360 | 2026-07-24T21:17:57.349Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3361 | 2026-07-24T21:17:59.675Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3362 | 2026-07-24T21:18:01.809Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3363 | 2026-07-24T21:18:04.185Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3364 | 2026-07-24T21:18:06.819Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3365 | 2026-07-24T21:18:09.092Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3366 | 2026-07-24T21:18:11.418Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3367 | 2026-07-24T21:18:14.061Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3368 | 2026-07-24T21:18:16.564Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3369 | 2026-07-24T21:18:18.382Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3370 | 2026-07-24T21:18:20.760Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3371 | 2026-07-24T21:18:23.109Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3372 | 2026-07-24T21:18:25.510Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3373 | 2026-07-24T21:18:27.802Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3374 | 2026-07-24T21:18:30.208Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3375 | 2026-07-24T21:18:32.647Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3376 | 2026-07-24T21:18:34.994Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3377 | 2026-07-24T21:18:37.411Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3378 | 2026-07-24T21:18:39.732Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3379 | 2026-07-24T21:18:42.123Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3380 | 2026-07-24T21:18:44.591Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3381 | 2026-07-24T21:18:46.934Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3382 | 2026-07-24T21:18:49.350Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3383 | 2026-07-24T21:18:51.740Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3384 | 2026-07-24T21:18:54.162Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3385 | 2026-07-24T21:18:56.544Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3386 | 2026-07-24T21:18:58.953Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3387 | 2026-07-24T21:19:01.569Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3388 | 2026-07-24T21:19:04.852Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3389 | 2026-07-24T21:19:06.553Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3390 | 2026-07-24T21:19:08.620Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3391 | 2026-07-24T21:19:11.195Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3392 | 2026-07-24T21:19:13.590Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3393 | 2026-07-24T21:19:16.060Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3394 | 2026-07-24T21:19:18.440Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3395 | 2026-07-24T21:19:20.927Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3396 | 2026-07-24T21:19:23.365Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3397 | 2026-07-24T21:19:25.808Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3398 | 2026-07-24T21:19:28.238Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3399 | 2026-07-24T21:19:31.228Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3400 | 2026-07-24T21:19:33.390Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3401 | 2026-07-24T21:19:35.906Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3402 | 2026-07-24T21:19:38.688Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3403 | 2026-07-24T21:19:41.186Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3404 | 2026-07-24T21:19:43.626Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3405 | 2026-07-24T21:19:46.430Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3406 | 2026-07-24T21:19:49.038Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3407 | 2026-07-24T21:19:51.652Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3408 | 2026-07-24T21:19:54.170Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3409 | 2026-07-24T21:19:56.820Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3410 | 2026-07-24T21:19:59.417Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3411 | 2026-07-24T21:20:02.128Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3412 | 2026-07-24T21:20:04.880Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3413 | 2026-07-24T21:20:07.811Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3414 | 2026-07-24T21:20:15.527Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3415 | 2026-07-24T21:20:15.598Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-07-24T21:20:18.986Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3417 | 2026-07-24T21:20:22.410Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3418 | 2026-07-24T21:20:25.834Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3419 | 2026-07-24T21:20:29.163Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3420 | 2026-07-24T21:20:33.926Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3421 | 2026-07-24T21:20:36.830Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3422 | 2026-07-24T21:20:40.611Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3423 | 2026-07-24T21:20:44.447Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3424 | 2026-07-24T21:20:48.108Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3425 | 2026-07-24T21:20:51.848Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3426 | 2026-07-24T21:20:55.636Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3427 | 2026-07-24T21:20:59.295Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3428 | 2026-07-24T21:21:03.155Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3429 | 2026-07-24T21:21:06.859Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3430 | 2026-07-24T21:21:10.545Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3431 | 2026-07-24T21:21:14.344Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3432 | 2026-07-24T21:21:18.036Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3433 | 2026-07-24T21:21:21.740Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3434 | 2026-07-24T21:21:25.446Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3435 | 2026-07-24T21:21:29.304Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3436 | 2026-07-24T21:21:33.010Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3437 | 2026-07-24T21:21:36.870Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3438 | 2026-07-24T21:21:40.484Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3439 | 2026-07-24T21:21:44.175Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3440 | 2026-07-24T21:21:47.946Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3441 | 2026-07-24T21:22:17.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s |
| 3442 | 2026-07-24T21:22:18.113Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files |
| 3443 | 2026-07-24T21:22:18.219Z | |
| 3444 | 2026-07-24T21:22:18.219Z | real 7:03.376617746 |
| 3445 | 2026-07-24T21:22:18.219Z | user 18:44.161795378 |
| 3446 | 2026-07-24T21:22:18.219Z | sys 4:01.238218814 |
| 3447 | 2026-07-24T21:22:18.219Z | trap 0.270143396 |
| 3448 | 2026-07-24T21:22:18.219Z | tflt 0.064379911 |
| 3449 | 2026-07-24T21:22:18.219Z | dflt 0.130854814 |
| 3450 | 2026-07-24T21:22:18.223Z | kflt 0.000023750 |
| 3451 | 2026-07-24T21:22:18.223Z | lock 6:33:58.252830488 |
| 3452 | 2026-07-24T21:22:18.223Z | slp 2:22:34.157616460 |
| 3453 | 2026-07-24T21:22:18.223Z | lat 34.516712179 |
| 3454 | 2026-07-24T21:22:18.223Z | stop 1:41.374742826 |
| 3455 | 2026-07-24T21:22:18.223Z | process exited: duration 800450 ms, exit code 0 |
| |
| 3456 | 2026-07-24T21:22:18.231Z | found 0 output files |