|
|
|
| 1 | 2026-05-14T16:09:41.149Z | job assigned to worker 01KRKKZ66E9FQJAA12V308FHM3 [factory aws, i-07736c90a910dd874] (queued for 43 s) |
| |
| 2 | 2026-05-14T16:09:47.809Z | starting task 0: "setup" |
| 3 | 2026-05-14T16:09:47.813Z | ++ uname -s |
| 4 | 2026-05-14T16:09:47.817Z | + kern=SunOS |
| 5 | 2026-05-14T16:09:47.817Z | + build_user=build |
| 6 | 2026-05-14T16:09:47.817Z | + build_uid=12345 |
| 7 | 2026-05-14T16:09:47.817Z | + work_dir=/work |
| 8 | 2026-05-14T16:09:47.817Z | + input_dir=/input |
| 9 | 2026-05-14T16:09:47.817Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T16:09:47.817Z | + case "$kern" in |
| 11 | 2026-05-14T16:09:47.817Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T16:09:47.820Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T16:09:49.824Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T16:09:49.945Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T16:09:49.948Z | + home_fs=zfs |
| 16 | 2026-05-14T16:09:49.948Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T16:09:49.948Z | + mkdir -p /home/build |
| 18 | 2026-05-14T16:09:49.948Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T16:09:51.949Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T16:09:51.953Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-05-14T16:09:51.959Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T16:09:51.963Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-14T16:09:51.963Z | * rust toolchain channel = "stable" |
| 24 | 2026-05-14T16:09:51.963Z | * rust toolchain profile = "default" |
| 25 | 2026-05-14T16:09:51.963Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-14T16:09:51.963Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T16:09:51.964Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T16:09:51.967Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T16:09:51.967Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-14T16:09:52.094Z | info: downloading installer |
| 31 | 2026-05-14T16:09:53.445Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-14T16:09:53.445Z | warn: /opt/ooce/bin |
| 33 | 2026-05-14T16:09:53.445Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-14T16:09:53.445Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-14T16:09:53.445Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-14T16:09:53.445Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-14T16:09:53.445Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-14T16:09:53.445Z | error: cannot install while Rust is installed |
| 39 | 2026-05-14T16:09:53.445Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-14T16:09:54.451Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-14T16:09:54.451Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-14T16:09:54.451Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-14T16:09:54.451Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-14T16:09:54.454Z | info: profile set to default |
| 45 | 2026-05-14T16:09:54.454Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-14T16:09:54.454Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-14T16:09:54.454Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-14T16:09:54.454Z | info: downloading 6 components |
| 49 | 2026-05-14T16:10:08.164Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-14T16:10:08.164Z | |
| 51 | 2026-05-14T16:10:08.190Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-14T16:10:08.191Z | |
| 53 | 2026-05-14T16:10:08.194Z | |
| 54 | 2026-05-14T16:10:08.194Z | Rust is installed now. Great! |
| 55 | 2026-05-14T16:10:08.194Z | |
| 56 | 2026-05-14T16:10:08.194Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-14T16:10:08.194Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-14T16:10:08.194Z | |
| 59 | 2026-05-14T16:10:08.194Z | To configure your current shell, you need to source |
| 60 | 2026-05-14T16:10:08.194Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-14T16:10:08.194Z | |
| 62 | 2026-05-14T16:10:08.194Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-14T16:10:08.194Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-14T16:10:08.194Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-14T16:10:08.194Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-14T16:10:08.194Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-14T16:10:08.194Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-14T16:10:08.194Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-14T16:10:08.194Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-14T16:10:08.194Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-14T16:10:08.282Z | + rustup --version |
| 72 | 2026-05-14T16:10:08.291Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-14T16:10:08.294Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-14T16:10:08.311Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-14T16:10:08.314Z | + cargo --version |
| 76 | 2026-05-14T16:10:08.328Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-14T16:10:08.331Z | + rustc --version |
| 78 | 2026-05-14T16:10:08.349Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-14T16:10:08.352Z | process exited: duration 16390 ms, exit code 0 |
| |
| 80 | 2026-05-14T16:10:08.358Z | starting task 2: "authentication" |
| 81 | 2026-05-14T16:10:08.374Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-05-14T16:10:08.379Z | starting task 3: "clone repository" |
| 83 | 2026-05-14T16:10:08.382Z | + mkdir -p /work/oxidecomputer/propolis |
| 84 | 2026-05-14T16:10:08.385Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
| 85 | 2026-05-14T16:10:08.415Z | Cloning into '/work/oxidecomputer/propolis'... |
| 86 | 2026-05-14T16:10:09.351Z | + cd /work/oxidecomputer/propolis |
| 87 | 2026-05-14T16:10:09.351Z | + git fetch origin aac54a75ef459982e26f29cb8e92849c38c0ff76 |
| 88 | 2026-05-14T16:10:09.626Z | From https://github.com/oxidecomputer/propolis |
| 89 | 2026-05-14T16:10:09.629Z | * branch aac54a75ef459982e26f29cb8e92849c38c0ff76 -> FETCH_HEAD |
| 90 | 2026-05-14T16:10:09.632Z | + [[ -n bump_crucible_and_explicit_rev ]] |
| 91 | 2026-05-14T16:10:09.636Z | ++ git branch --show-current |
| 92 | 2026-05-14T16:10:09.636Z | + current=master |
| 93 | 2026-05-14T16:10:09.636Z | + [[ master != bump_crucible_and_explicit_rev ]] |
| 94 | 2026-05-14T16:10:09.636Z | + git branch -f bump_crucible_and_explicit_rev aac54a75ef459982e26f29cb8e92849c38c0ff76 |
| 95 | 2026-05-14T16:10:09.639Z | + git checkout -f bump_crucible_and_explicit_rev |
| 96 | 2026-05-14T16:10:09.656Z | Switched to branch 'bump_crucible_and_explicit_rev' |
| 97 | 2026-05-14T16:10:09.659Z | + git reset --hard aac54a75ef459982e26f29cb8e92849c38c0ff76 |
| 98 | 2026-05-14T16:10:09.675Z | HEAD is now at aac54a7 Bump crucible rev to latest, and use explicit revs |
| 99 | 2026-05-14T16:10:09.678Z | process exited: duration 1296 ms, exit code 0 |
| |
| 100 | 2026-05-14T16:10:09.684Z | starting task 4: "build" |
| 101 | 2026-05-14T16:10:09.688Z | + cargo --version |
| 102 | 2026-05-14T16:10:09.693Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-05-14T16:10:09.836Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-05-14T16:10:09.839Z | info: downloading 6 components |
| 105 | 2026-05-14T16:10:23.961Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-05-14T16:10:23.963Z | + rustc --version |
| 107 | 2026-05-14T16:10:23.995Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-05-14T16:10:24.002Z | + banner prerequisites |
| 109 | 2026-05-14T16:10:24.004Z | |
| 110 | 2026-05-14T16:10:24.004Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 111 | 2026-05-14T16:10:24.005Z | # # # # # # # # # # # # # # # |
| 112 | 2026-05-14T16:10:24.005Z | # # # # ##### # # ##### # # # # # #### # |
| 113 | 2026-05-14T16:10:24.005Z | ##### ##### # ##### # # # # # # # # # |
| 114 | 2026-05-14T16:10:24.005Z | # # # # # # # # # # # # # # # |
| 115 | 2026-05-14T16:10:24.005Z | # # # ###### # # ###### ### # #### # #### # |
| 116 | 2026-05-14T16:10:24.005Z | |
| 117 | 2026-05-14T16:10:24.005Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 118 | 2026-05-14T16:10:33.348Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 119 | 2026-05-14T16:10:41.185Z | Startup: Caching catalogs ... Done |
| 120 | 2026-05-14T16:10:48.434Z | Planning: Solver setup ... Done (5.963s) |
| 121 | 2026-05-14T16:10:48.474Z | Planning: Running solver ... Done (0.040s) |
| 122 | 2026-05-14T16:10:48.614Z | Planning: Finding local manifests ... Done (0.003s) |
| 123 | 2026-05-14T16:10:48.625Z | Planning: Fetching manifests: 0/3 0% complete |
| 124 | 2026-05-14T16:10:48.716Z | Planning: Fetching manifests: 3/3 100% complete |
| 125 | 2026-05-14T16:10:48.746Z | Planning: Package planning ... Done (0.030s) |
| 126 | 2026-05-14T16:10:48.773Z | Planning: Merging actions ... Done (0.027s) |
| 127 | 2026-05-14T16:10:48.879Z | Planning: Checking for conflicting actions ... Done (0.106s) |
| 128 | 2026-05-14T16:10:48.885Z | Planning: Consolidating action changes ... Done (0.007s) |
| 129 | 2026-05-14T16:10:49.661Z | Planning: Evaluating mediators ... Done (0.775s) |
| 130 | 2026-05-14T16:10:49.667Z | Planning: Planning completed in 8.31 seconds |
| 131 | 2026-05-14T16:10:49.677Z | Packages to install: 3 |
| 132 | 2026-05-14T16:10:49.677Z | Mediators to change: 2 |
| 133 | 2026-05-14T16:10:49.680Z | Services to change: 1 |
| 134 | 2026-05-14T16:10:49.680Z | Estimated space available: 154.83 GB |
| 135 | 2026-05-14T16:10:49.680Z | Estimated space to be consumed: 1.86 GB |
| 136 | 2026-05-14T16:10:49.680Z | Create boot environment: No |
| 137 | 2026-05-14T16:10:49.681Z | Create backup boot environment: No |
| 138 | 2026-05-14T16:10:49.681Z | Rebuild boot archive: No |
| 139 | 2026-05-14T16:10:49.681Z | |
| 140 | 2026-05-14T16:10:49.681Z | Changed mediators: |
| 141 | 2026-05-14T16:10:49.681Z | mediator clang: |
| 142 | 2026-05-14T16:10:49.681Z | version: None -> 15 (system default) |
| 143 | 2026-05-14T16:10:49.681Z | |
| 144 | 2026-05-14T16:10:49.681Z | mediator llvm: |
| 145 | 2026-05-14T16:10:49.681Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2026-05-14T16:10:49.681Z | |
| 147 | 2026-05-14T16:10:49.681Z | Changed packages: |
| 148 | 2026-05-14T16:10:49.681Z | helios-dev |
| 149 | 2026-05-14T16:10:49.681Z | developer/build-essential |
| 150 | 2026-05-14T16:10:49.681Z | None -> 11-2.0 |
| 151 | 2026-05-14T16:10:49.681Z | ooce/developer/clang-15 |
| 152 | 2026-05-14T16:10:49.681Z | None -> 15.0.7-2.0 |
| 153 | 2026-05-14T16:10:49.681Z | ooce/developer/llvm-15 |
| 154 | 2026-05-14T16:10:49.681Z | None -> 15.0.7-2.0 |
| 155 | 2026-05-14T16:10:49.681Z | |
| 156 | 2026-05-14T16:10:49.681Z | Services: |
| 157 | 2026-05-14T16:10:49.681Z | restart_fmri: |
| 158 | 2026-05-14T16:10:49.681Z | svc:/system/update-man-index:default |
| 159 | 2026-05-14T16:10:49.720Z | |
| 160 | 2026-05-14T16:10:49.720Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 161 | 2026-05-14T16:10:54.722Z | Download: 2346/3076 items 119.1/211.3MB 56% complete (24.1M/s) |
| 162 | 2026-05-14T16:10:59.490Z | Download: Completed 211.31 MB in 9.77 seconds (21.6M/s) |
| 163 | 2026-05-14T16:11:00.244Z | Actions: 1/3430 actions (Installing new actions) |
| 164 | 2026-05-14T16:11:03.324Z | Actions: Completed 3430 actions in 3.08 seconds. |
| 165 | 2026-05-14T16:11:03.971Z | Done (0.643s) |
| 166 | 2026-05-14T16:11:03.971Z | Done (0.000s) |
| 167 | 2026-05-14T16:11:04.707Z | Done (0.736s) |
| 168 | 2026-05-14T16:11:08.164Z | Done (3.098s) |
| 169 | 2026-05-14T16:11:08.235Z | Done (0.012s) |
| 170 | 2026-05-14T16:11:08.238Z | Done (0.000s) |
| 171 | 2026-05-14T16:11:08.383Z | Done (0.000s) |
| 172 | 2026-05-14T16:11:09.263Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-05-14T16:11:09.368Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-05-14T16:11:09.372Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-05-14T16:11:09.527Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-05-14T16:11:09.530Z | Planning: Planning completed in 0.27 seconds |
| 177 | 2026-05-14T16:11:09.548Z | Mediators to change: 2 |
| 178 | 2026-05-14T16:11:09.548Z | Create boot environment: No |
| 179 | 2026-05-14T16:11:09.548Z | Create backup boot environment: No |
| 180 | 2026-05-14T16:11:09.623Z | Done |
| 181 | 2026-05-14T16:11:09.623Z | Done |
| 182 | 2026-05-14T16:11:10.252Z | Done |
| 183 | 2026-05-14T16:11:12.675Z | Done |
| 184 | 2026-05-14T16:11:12.745Z | Done |
| 185 | 2026-05-14T16:11:12.748Z | Done |
| 186 | 2026-05-14T16:11:12.894Z | Done |
| 187 | 2026-05-14T16:11:13.184Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 188 | 2026-05-14T16:11:13.184Z | clang system 15 system |
| 189 | 2026-05-14T16:11:13.184Z | csh system system illumos |
| 190 | 2026-05-14T16:11:13.184Z | ctags system system illumos |
| 191 | 2026-05-14T16:11:13.184Z | file system system illumos |
| 192 | 2026-05-14T16:11:13.184Z | gcc vendor 12 vendor |
| 193 | 2026-05-14T16:11:13.184Z | gcc system 14 system |
| 194 | 2026-05-14T16:11:13.184Z | gcc system 10 system |
| 195 | 2026-05-14T16:11:13.184Z | go system 1.20 system |
| 196 | 2026-05-14T16:11:13.184Z | go system 1.19 system |
| 197 | 2026-05-14T16:11:13.184Z | llvm system 15 system |
| 198 | 2026-05-14T16:11:13.184Z | llvm system 14 system |
| 199 | 2026-05-14T16:11:13.184Z | mariadb system 10.6 system |
| 200 | 2026-05-14T16:11:13.184Z | mta vendor vendor dma |
| 201 | 2026-05-14T16:11:13.184Z | openjdk system 17 system |
| 202 | 2026-05-14T16:11:13.184Z | openjdk system 11 system |
| 203 | 2026-05-14T16:11:13.184Z | openjdk system 1.8 system |
| 204 | 2026-05-14T16:11:13.184Z | openssl vendor 3 vendor |
| 205 | 2026-05-14T16:11:13.184Z | perl system 5.36 system |
| 206 | 2026-05-14T16:11:13.185Z | postgresql system 15 system |
| 207 | 2026-05-14T16:11:13.185Z | postgresql system 13 system |
| 208 | 2026-05-14T16:11:13.185Z | python vendor 3 vendor |
| 209 | 2026-05-14T16:11:13.185Z | python system 2 system |
| 210 | 2026-05-14T16:11:13.185Z | python3 system 3.11 system |
| 211 | 2026-05-14T16:11:13.185Z | ruby system 3.0 system |
| 212 | 2026-05-14T16:11:13.185Z | words vendor vendor american-english |
| 213 | 2026-05-14T16:11:13.185Z | words system system australian-english |
| 214 | 2026-05-14T16:11:13.185Z | words system system british-english |
| 215 | 2026-05-14T16:11:13.185Z | words system system canadian-english |
| 216 | 2026-05-14T16:11:13.185Z | words system system french |
| 217 | 2026-05-14T16:11:13.185Z | words system system italian |
| 218 | 2026-05-14T16:11:13.185Z | words system system ngerman |
| 219 | 2026-05-14T16:11:13.185Z | words system system ogerman |
| 220 | 2026-05-14T16:11:13.185Z | words system system spanish |
| 221 | 2026-05-14T16:11:13.409Z | PUBLISHER TYPE STATUS P LOCATION |
| 222 | 2026-05-14T16:11:13.409Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 223 | 2026-05-14T16:11:17.941Z | FMRI IFO |
| 224 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 225 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 226 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 227 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 228 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 229 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 230 | 2026-05-14T16:11:17.941Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 231 | 2026-05-14T16:11:18.895Z | All builder prerequisites installed successfully, and PATH looks valid |
| 232 | 2026-05-14T16:11:18.899Z | |
| 233 | 2026-05-14T16:11:18.899Z | real 54.881581330 |
| 234 | 2026-05-14T16:11:18.899Z | user 37.393338402 |
| 235 | 2026-05-14T16:11:18.899Z | sys 4.195440999 |
| 236 | 2026-05-14T16:11:18.899Z | trap 0.004356785 |
| 237 | 2026-05-14T16:11:18.899Z | tflt 0.026393976 |
| 238 | 2026-05-14T16:11:18.899Z | dflt 0.036592962 |
| 239 | 2026-05-14T16:11:18.899Z | kflt 0.013863917 |
| 240 | 2026-05-14T16:11:18.899Z | lock 0.000000000 |
| 241 | 2026-05-14T16:11:18.899Z | slp 1:08.023584631 |
| 242 | 2026-05-14T16:11:18.899Z | lat 0.104096541 |
| 243 | 2026-05-14T16:11:18.899Z | stop 0.000301383 |
| 244 | 2026-05-14T16:11:18.899Z | + banner check |
| 245 | 2026-05-14T16:11:18.899Z | |
| 246 | 2026-05-14T16:11:18.899Z | #### # # ###### #### # # |
| 247 | 2026-05-14T16:11:18.899Z | # # # # # # # # # |
| 248 | 2026-05-14T16:11:18.899Z | # ###### ##### # #### |
| 249 | 2026-05-14T16:11:18.900Z | # # # # # # # |
| 250 | 2026-05-14T16:11:18.900Z | # # # # # # # # # |
| 251 | 2026-05-14T16:11:18.900Z | #### # # ###### #### # # |
| 252 | 2026-05-14T16:11:18.900Z | |
| 253 | 2026-05-14T16:11:18.900Z | + ptime -m cargo check --features falcon |
| 254 | 2026-05-14T16:11:19.031Z | Updating crates.io index |
| 255 | 2026-05-14T16:11:19.034Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 256 | 2026-05-14T16:11:20.578Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-14T16:11:33.310Z | Updating git repository `https://github.com/oxidecomputer/vm-attest` |
| 258 | 2026-05-14T16:11:33.750Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 259 | 2026-05-14T16:11:34.304Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-05-14T16:11:34.578Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2026-05-14T16:11:34.856Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 262 | 2026-05-14T16:11:35.159Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-05-14T16:11:35.544Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-05-14T16:11:36.308Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2026-05-14T16:11:36.648Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2026-05-14T16:11:37.220Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 267 | 2026-05-14T16:11:38.680Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 268 | 2026-05-14T16:11:39.151Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 269 | 2026-05-14T16:11:40.213Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-14T16:11:40.545Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 271 | 2026-05-14T16:11:41.181Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 272 | 2026-05-14T16:11:41.895Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2026-05-14T16:11:42.646Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 274 | 2026-05-14T16:11:43.061Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 275 | 2026-05-14T16:11:43.908Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 276 | 2026-05-14T16:11:48.939Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-05-14T16:11:49.325Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 278 | 2026-05-14T16:11:50.020Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-05-14T16:11:50.354Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-05-14T16:11:50.666Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-05-14T16:11:52.448Z | Downloading crates ... |
| 282 | 2026-05-14T16:11:52.523Z | Downloaded critical-section v1.2.0 |
| 283 | 2026-05-14T16:11:52.530Z | Downloaded atomic-waker v1.1.2 |
| 284 | 2026-05-14T16:11:52.533Z | Downloaded async-stream-impl v0.3.6 |
| 285 | 2026-05-14T16:11:52.539Z | Downloaded bit-set v0.5.3 |
| 286 | 2026-05-14T16:11:52.542Z | Downloaded darling_macro v0.20.11 |
| 287 | 2026-05-14T16:11:52.545Z | Downloaded defmt-macros v0.3.9 |
| 288 | 2026-05-14T16:11:52.547Z | Downloaded atty v0.2.14 |
| 289 | 2026-05-14T16:11:52.550Z | Downloaded clap_lex v0.7.0 |
| 290 | 2026-05-14T16:11:52.553Z | Downloaded darling_macro v0.23.0 |
| 291 | 2026-05-14T16:11:52.553Z | Downloaded convert_case v0.4.0 |
| 292 | 2026-05-14T16:11:52.556Z | Downloaded data-encoding v2.6.0 |
| 293 | 2026-05-14T16:11:52.559Z | Downloaded atomicwrites v0.4.4 |
| 294 | 2026-05-14T16:11:52.559Z | Downloaded bitstruct_derive v0.1.0 |
| 295 | 2026-05-14T16:11:52.562Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 296 | 2026-05-14T16:11:52.565Z | Downloaded cargo-platform v0.1.8 |
| 297 | 2026-05-14T16:11:52.566Z | Downloaded bit_field v0.10.2 |
| 298 | 2026-05-14T16:11:52.568Z | Downloaded darling_macro v0.21.3 |
| 299 | 2026-05-14T16:11:52.572Z | Downloaded crucible-workspace-hack v0.1.0 |
| 300 | 2026-05-14T16:11:52.573Z | Downloaded cpufeatures v0.2.12 |
| 301 | 2026-05-14T16:11:52.576Z | Downloaded defmt v0.3.8 |
| 302 | 2026-05-14T16:11:52.576Z | Downloaded ciborium-ll v0.2.2 |
| 303 | 2026-05-14T16:11:52.579Z | Downloaded debug-ignore v1.0.5 |
| 304 | 2026-05-14T16:11:52.582Z | Downloaded ctrlc v3.4.4 |
| 305 | 2026-05-14T16:11:52.584Z | Downloaded defmt-parser v0.3.4 |
| 306 | 2026-05-14T16:11:52.587Z | Downloaded base16ct v0.2.0 |
| 307 | 2026-05-14T16:11:52.587Z | Downloaded bitstruct v0.1.1 |
| 308 | 2026-05-14T16:11:52.589Z | Downloaded async-recursion v1.1.1 |
| 309 | 2026-05-14T16:11:52.592Z | Downloaded anstyle v1.0.7 |
| 310 | 2026-05-14T16:11:52.595Z | Downloaded curve25519-dalek v4.1.3 |
| 311 | 2026-05-14T16:11:52.600Z | Downloaded foreign-types v0.3.2 |
| 312 | 2026-05-14T16:11:52.603Z | Downloaded enum-as-inner v0.6.0 |
| 313 | 2026-05-14T16:11:52.606Z | Downloaded crypto-common v0.1.6 |
| 314 | 2026-05-14T16:11:52.608Z | Downloaded block-buffer v0.10.4 |
| 315 | 2026-05-14T16:11:52.611Z | Downloaded bitflags v2.9.4 |
| 316 | 2026-05-14T16:11:52.614Z | Downloaded float-ord v0.3.2 |
| 317 | 2026-05-14T16:11:52.616Z | Downloaded cstr-argument v0.1.2 |
| 318 | 2026-05-14T16:11:52.616Z | Downloaded dtrace-parser v0.3.0 |
| 319 | 2026-05-14T16:11:52.619Z | Downloaded futures-macro v0.3.32 |
| 320 | 2026-05-14T16:11:52.622Z | Downloaded fixedbitset v0.4.2 |
| 321 | 2026-05-14T16:11:52.624Z | Downloaded colorchoice v1.0.1 |
| 322 | 2026-05-14T16:11:52.624Z | Downloaded embedded-io v0.6.1 |
| 323 | 2026-05-14T16:11:52.627Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 324 | 2026-05-14T16:11:52.630Z | Downloaded dof v0.3.0 |
| 325 | 2026-05-14T16:11:52.633Z | Downloaded derive_builder_macro v0.20.2 |
| 326 | 2026-05-14T16:11:52.633Z | Downloaded funty v2.0.0 |
| 327 | 2026-05-14T16:11:52.635Z | Downloaded fnv v1.0.7 |
| 328 | 2026-05-14T16:11:52.638Z | Downloaded fastrand v2.3.0 |
| 329 | 2026-05-14T16:11:52.638Z | Downloaded argon2 v0.5.3 |
| 330 | 2026-05-14T16:11:52.641Z | Downloaded filetime v0.2.23 |
| 331 | 2026-05-14T16:11:52.643Z | Downloaded ctr v0.9.2 |
| 332 | 2026-05-14T16:11:52.646Z | Downloaded crossbeam-deque v0.8.5 |
| 333 | 2026-05-14T16:11:52.649Z | Downloaded csv-core v0.1.12 |
| 334 | 2026-05-14T16:11:52.649Z | Downloaded foreign-types-shared v0.1.1 |
| 335 | 2026-05-14T16:11:52.652Z | Downloaded flagset v0.4.7 |
| 336 | 2026-05-14T16:11:52.654Z | Downloaded aes-gcm-siv v0.11.1 |
| 337 | 2026-05-14T16:11:52.657Z | Downloaded futures-sink v0.3.32 |
| 338 | 2026-05-14T16:11:52.657Z | Downloaded futures-task v0.3.32 |
| 339 | 2026-05-14T16:11:52.660Z | Downloaded git-stub v1.0.0 |
| 340 | 2026-05-14T16:11:52.662Z | Downloaded backoff v0.4.0 |
| 341 | 2026-05-14T16:11:52.665Z | Downloaded heck v0.4.1 |
| 342 | 2026-05-14T16:11:52.665Z | Downloaded futures-core v0.3.32 |
| 343 | 2026-05-14T16:11:52.667Z | Downloaded dyn-clone v1.0.17 |
| 344 | 2026-05-14T16:11:52.670Z | Downloaded hex v0.4.3 |
| 345 | 2026-05-14T16:11:52.673Z | Downloaded foreign-types-macros v0.2.3 |
| 346 | 2026-05-14T16:11:52.673Z | Downloaded base64 v0.21.7 |
| 347 | 2026-05-14T16:11:52.676Z | Downloaded hostname v0.3.1 |
| 348 | 2026-05-14T16:11:52.678Z | Downloaded httpdate v1.0.3 |
| 349 | 2026-05-14T16:11:52.681Z | Downloaded hubpack v0.1.2 |
| 350 | 2026-05-14T16:11:52.684Z | Downloaded cmake v0.1.54 |
| 351 | 2026-05-14T16:11:52.684Z | Downloaded heck v0.5.0 |
| 352 | 2026-05-14T16:11:52.687Z | Downloaded derive-ex v0.1.8 |
| 353 | 2026-05-14T16:11:52.689Z | Downloaded fixedbitset v0.5.7 |
| 354 | 2026-05-14T16:11:52.692Z | Downloaded erased-serde v0.4.5 |
| 355 | 2026-05-14T16:11:52.695Z | Downloaded env_filter v1.0.1 |
| 356 | 2026-05-14T16:11:52.695Z | Downloaded erased-serde v0.3.31 |
| 357 | 2026-05-14T16:11:52.698Z | Downloaded displaydoc v0.2.5 |
| 358 | 2026-05-14T16:11:52.700Z | Downloaded hubpack_derive v0.1.1 |
| 359 | 2026-05-14T16:11:52.703Z | Downloaded glob v0.3.3 |
| 360 | 2026-05-14T16:11:52.703Z | Downloaded futures-executor v0.3.32 |
| 361 | 2026-05-14T16:11:52.706Z | Downloaded fs-err v3.1.2 |
| 362 | 2026-05-14T16:11:52.709Z | Downloaded indent_write v2.2.0 |
| 363 | 2026-05-14T16:11:52.709Z | Downloaded compression-codecs v0.4.32 |
| 364 | 2026-05-14T16:11:52.711Z | Downloaded colored v3.1.1 |
| 365 | 2026-05-14T16:11:52.714Z | Downloaded ecdsa v0.16.9 |
| 366 | 2026-05-14T16:11:52.717Z | Downloaded crossbeam-epoch v0.9.18 |
| 367 | 2026-05-14T16:11:52.720Z | Downloaded derive_builder_core v0.20.2 |
| 368 | 2026-05-14T16:11:52.722Z | Downloaded globset v0.4.14 |
| 369 | 2026-05-14T16:11:52.725Z | Downloaded gethostname v0.5.0 |
| 370 | 2026-05-14T16:11:52.725Z | Downloaded daft v0.1.5 |
| 371 | 2026-05-14T16:11:52.728Z | Downloaded crossbeam-utils v0.8.19 |
| 372 | 2026-05-14T16:11:52.731Z | Downloaded idna_adapter v1.2.0 |
| 373 | 2026-05-14T16:11:52.733Z | Downloaded git-stub-vcs v0.1.0 |
| 374 | 2026-05-14T16:11:52.733Z | Downloaded highway v1.3.0 |
| 375 | 2026-05-14T16:11:52.736Z | Downloaded itoa v1.0.11 |
| 376 | 2026-05-14T16:11:52.739Z | Downloaded foldhash v0.1.5 |
| 377 | 2026-05-14T16:11:52.739Z | Downloaded is_terminal_polyfill v1.70.0 |
| 378 | 2026-05-14T16:11:52.741Z | Downloaded kstat-rs v0.2.4 |
| 379 | 2026-05-14T16:11:52.744Z | Downloaded ff v0.13.1 |
| 380 | 2026-05-14T16:11:52.744Z | Downloaded der_derive v0.7.3 |
| 381 | 2026-05-14T16:11:52.747Z | Downloaded lazycell v1.3.0 |
| 382 | 2026-05-14T16:11:52.750Z | Downloaded fs_extra v1.3.0 |
| 383 | 2026-05-14T16:11:52.752Z | Downloaded env_logger v0.11.10 |
| 384 | 2026-05-14T16:11:52.752Z | Downloaded darling v0.23.0 |
| 385 | 2026-05-14T16:11:52.756Z | Downloaded clang-sys v1.8.1 |
| 386 | 2026-05-14T16:11:52.759Z | Downloaded const-oid v0.9.6 |
| 387 | 2026-05-14T16:11:52.763Z | Downloaded ciborium v0.2.2 |
| 388 | 2026-05-14T16:11:52.766Z | Downloaded managed v0.8.0 |
| 389 | 2026-05-14T16:11:52.766Z | Downloaded http-body-util v0.1.3 |
| 390 | 2026-05-14T16:11:52.768Z | Downloaded getrandom v0.2.14 |
| 391 | 2026-05-14T16:11:52.773Z | Downloaded lru-cache v0.1.2 |
| 392 | 2026-05-14T16:11:52.775Z | Downloaded match_cfg v0.1.0 |
| 393 | 2026-05-14T16:11:52.776Z | Downloaded macaddr v1.0.1 |
| 394 | 2026-05-14T16:11:52.776Z | Downloaded memoffset v0.9.1 |
| 395 | 2026-05-14T16:11:52.778Z | Downloaded lru-slab v0.1.2 |
| 396 | 2026-05-14T16:11:52.781Z | Downloaded newtype_derive v0.1.6 |
| 397 | 2026-05-14T16:11:52.781Z | Downloaded newtype-uuid-macros v0.1.0 |
| 398 | 2026-05-14T16:11:52.784Z | Downloaded clap v4.5.4 |
| 399 | 2026-05-14T16:11:52.789Z | Downloaded num-iter v0.1.45 |
| 400 | 2026-05-14T16:11:52.792Z | Downloaded ipnetwork v0.21.1 |
| 401 | 2026-05-14T16:11:52.795Z | Downloaded darling v0.21.3 |
| 402 | 2026-05-14T16:11:52.798Z | Downloaded newline-converter v0.3.0 |
| 403 | 2026-05-14T16:11:52.800Z | Downloaded digest v0.10.7 |
| 404 | 2026-05-14T16:11:52.803Z | Downloaded mime v0.3.17 |
| 405 | 2026-05-14T16:11:52.803Z | Downloaded futures-channel v0.3.32 |
| 406 | 2026-05-14T16:11:52.806Z | Downloaded crc32fast v1.4.0 |
| 407 | 2026-05-14T16:11:52.809Z | Downloaded num-conv v0.2.0 |
| 408 | 2026-05-14T16:11:52.809Z | Downloaded lazy_static v1.5.0 |
| 409 | 2026-05-14T16:11:52.812Z | Downloaded ipnet v2.9.0 |
| 410 | 2026-05-14T16:11:52.814Z | Downloaded httparse v1.10.1 |
| 411 | 2026-05-14T16:11:52.814Z | Downloaded jobserver v0.1.31 |
| 412 | 2026-05-14T16:11:52.817Z | Downloaded libsw v3.5.0 |
| 413 | 2026-05-14T16:11:52.820Z | Downloaded elliptic-curve v0.13.8 |
| 414 | 2026-05-14T16:11:52.823Z | Downloaded openssl-probe v0.2.1 |
| 415 | 2026-05-14T16:11:52.830Z | Downloaded cookie v0.18.1 |
| 416 | 2026-05-14T16:11:52.833Z | Downloaded litemap v0.7.4 |
| 417 | 2026-05-14T16:11:52.833Z | Downloaded omicron-workspace-hack v0.1.0 |
| 418 | 2026-05-14T16:11:52.833Z | Downloaded hyper-rustls v0.27.3 |
| 419 | 2026-05-14T16:11:52.833Z | Downloaded cancel-safe-futures v0.1.5 |
| 420 | 2026-05-14T16:11:52.836Z | Downloaded percent-encoding v2.3.2 |
| 421 | 2026-05-14T16:11:52.838Z | Downloaded ingot-macros v0.1.1 |
| 422 | 2026-05-14T16:11:52.838Z | Downloaded humantime v2.3.0 |
| 423 | 2026-05-14T16:11:52.844Z | Downloaded iana-time-zone v0.1.64 |
| 424 | 2026-05-14T16:11:52.847Z | Downloaded num v0.4.3 |
| 425 | 2026-05-14T16:11:52.847Z | Downloaded num-integer v0.1.46 |
| 426 | 2026-05-14T16:11:52.847Z | Downloaded phf_shared v0.12.1 |
| 427 | 2026-05-14T16:11:52.849Z | Downloaded parse-display v0.10.0 |
| 428 | 2026-05-14T16:11:52.849Z | Downloaded libloading v0.8.9 |
| 429 | 2026-05-14T16:11:52.852Z | Downloaded newtype-uuid v1.3.2 |
| 430 | 2026-05-14T16:11:52.855Z | Downloaded base64 v0.22.1 |
| 431 | 2026-05-14T16:11:52.858Z | Downloaded pin-utils v0.1.0 |
| 432 | 2026-05-14T16:11:52.858Z | Downloaded icu_locid_transform_data v1.5.0 |
| 433 | 2026-05-14T16:11:52.860Z | Downloaded linked-hash-map v0.5.6 |
| 434 | 2026-05-14T16:11:52.860Z | Downloaded pretty-hex v0.4.1 |
| 435 | 2026-05-14T16:11:52.863Z | Downloaded chacha20poly1305 v0.10.1 |
| 436 | 2026-05-14T16:11:52.866Z | Downloaded num_enum v0.5.11 |
| 437 | 2026-05-14T16:11:52.868Z | Downloaded dropshot_endpoint v0.17.0 |
| 438 | 2026-05-14T16:11:52.871Z | Downloaded plain v0.2.3 |
| 439 | 2026-05-14T16:11:52.874Z | Downloaded powerfmt v0.2.0 |
| 440 | 2026-05-14T16:11:52.874Z | Downloaded fatfs v0.3.6 |
| 441 | 2026-05-14T16:11:52.877Z | Downloaded num-rational v0.4.2 |
| 442 | 2026-05-14T16:11:52.879Z | Downloaded getrandom v0.4.2 |
| 443 | 2026-05-14T16:11:52.882Z | Downloaded multer v3.1.0 |
| 444 | 2026-05-14T16:11:52.885Z | Downloaded darling v0.20.11 |
| 445 | 2026-05-14T16:11:52.888Z | Downloaded drift v0.1.4 |
| 446 | 2026-05-14T16:11:52.894Z | Downloaded proc-macro-error-attr v1.0.4 |
| 447 | 2026-05-14T16:11:52.898Z | Downloaded olpc-cjson v0.1.4 |
| 448 | 2026-05-14T16:11:52.901Z | Downloaded progenitor-client v0.11.1 |
| 449 | 2026-05-14T16:11:52.901Z | Downloaded progenitor-client v0.10.0 |
| 450 | 2026-05-14T16:11:52.901Z | Downloaded half v2.7.1 |
| 451 | 2026-05-14T16:11:52.904Z | Downloaded parking_lot_core v0.9.10 |
| 452 | 2026-05-14T16:11:52.906Z | Downloaded progenitor-client v0.14.0 |
| 453 | 2026-05-14T16:11:52.909Z | Downloaded parse-display-derive v0.10.0 |
| 454 | 2026-05-14T16:11:52.909Z | Downloaded progenitor-macro v0.10.0 |
| 455 | 2026-05-14T16:11:52.912Z | Downloaded oxnet v0.1.4 |
| 456 | 2026-05-14T16:11:52.915Z | Downloaded oxide-tokio-rt v0.1.6 |
| 457 | 2026-05-14T16:11:52.915Z | Downloaded lock_api v0.4.12 |
| 458 | 2026-05-14T16:11:52.918Z | Downloaded ingot-types v0.1.2 |
| 459 | 2026-05-14T16:11:52.920Z | Downloaded indexmap v1.9.3 |
| 460 | 2026-05-14T16:11:52.923Z | Downloaded pest_generator v2.8.4 |
| 461 | 2026-05-14T16:11:52.923Z | Downloaded pem-rfc7468 v0.7.0 |
| 462 | 2026-05-14T16:11:52.926Z | Downloaded progenitor-macro v0.13.0 |
| 463 | 2026-05-14T16:11:52.929Z | Downloaded pkg-config v0.3.30 |
| 464 | 2026-05-14T16:11:52.929Z | Downloaded quick-error v1.2.3 |
| 465 | 2026-05-14T16:11:52.931Z | Downloaded radium v0.7.0 |
| 466 | 2026-05-14T16:11:52.931Z | Downloaded memmap2 v0.9.9 |
| 467 | 2026-05-14T16:11:52.934Z | Downloaded phf v0.12.1 |
| 468 | 2026-05-14T16:11:52.937Z | Downloaded async-compression v0.4.33 |
| 469 | 2026-05-14T16:11:52.940Z | Downloaded getrandom v0.3.4 |
| 470 | 2026-05-14T16:11:52.943Z | Downloaded darling_core v0.21.3 |
| 471 | 2026-05-14T16:11:52.946Z | Downloaded flate2 v1.0.30 |
| 472 | 2026-05-14T16:11:52.949Z | Downloaded rand_xorshift v0.3.0 |
| 473 | 2026-05-14T16:11:52.956Z | Downloaded primeorder v0.13.6 |
| 474 | 2026-05-14T16:11:52.956Z | Downloaded ppv-lite86 v0.2.17 |
| 475 | 2026-05-14T16:11:52.956Z | Downloaded ref-cast v1.0.25 |
| 476 | 2026-05-14T16:11:52.960Z | Downloaded progenitor v0.13.0 |
| 477 | 2026-05-14T16:11:52.960Z | Downloaded ref-cast-impl v1.0.25 |
| 478 | 2026-05-14T16:11:52.960Z | Downloaded polyval v0.6.2 |
| 479 | 2026-05-14T16:11:52.963Z | Downloaded rfc6979 v0.4.0 |
| 480 | 2026-05-14T16:11:52.963Z | Downloaded rustc-hash v1.1.0 |
| 481 | 2026-05-14T16:11:52.966Z | Downloaded log v0.4.29 |
| 482 | 2026-05-14T16:11:52.967Z | Downloaded progenitor-client v0.13.0 |
| 483 | 2026-05-14T16:11:52.969Z | Downloaded once_cell v1.21.3 |
| 484 | 2026-05-14T16:11:52.972Z | Downloaded progenitor v0.11.1 |
| 485 | 2026-05-14T16:11:52.972Z | Downloaded progenitor-macro v0.14.0 |
| 486 | 2026-05-14T16:11:52.975Z | Downloaded ed25519-dalek v2.2.0 |
| 487 | 2026-05-14T16:11:52.978Z | Downloaded progenitor v0.14.0 |
| 488 | 2026-05-14T16:11:52.978Z | Downloaded proc-macro-error v1.0.4 |
| 489 | 2026-05-14T16:11:52.981Z | Downloaded rustc_version v0.1.7 |
| 490 | 2026-05-14T16:11:52.984Z | Downloaded rustc-hash v2.1.1 |
| 491 | 2026-05-14T16:11:52.984Z | Downloaded progenitor v0.10.0 |
| 492 | 2026-05-14T16:11:52.987Z | Downloaded progenitor-extras v0.2.0 |
| 493 | 2026-05-14T16:11:52.987Z | Downloaded crossbeam-channel v0.5.15 |
| 494 | 2026-05-14T16:11:52.989Z | Downloaded pest_meta v2.8.4 |
| 495 | 2026-05-14T16:11:52.992Z | Downloaded pkcs8 v0.10.2 |
| 496 | 2026-05-14T16:11:52.995Z | Downloaded heapless v0.8.0 |
| 497 | 2026-05-14T16:11:52.997Z | Downloaded rand_core v0.9.3 |
| 498 | 2026-05-14T16:11:52.997Z | Downloaded rand_core v0.6.4 |
| 499 | 2026-05-14T16:11:53.000Z | Downloaded passt v0.3.0 |
| 500 | 2026-05-14T16:11:53.001Z | Downloaded crypto-bigint v0.5.5 |
| 501 | 2026-05-14T16:11:53.004Z | Downloaded scroll_derive v0.12.0 |
| 502 | 2026-05-14T16:11:53.007Z | Downloaded icu_locid v1.5.0 |
| 503 | 2026-05-14T16:11:53.010Z | Downloaded scopeguard v1.2.0 |
| 504 | 2026-05-14T16:11:53.013Z | Downloaded hickory-resolver v0.25.2 |
| 505 | 2026-05-14T16:11:53.015Z | Downloaded miniz_oxide v0.7.2 |
| 506 | 2026-05-14T16:11:53.018Z | Downloaded quinn-udp v0.5.5 |
| 507 | 2026-05-14T16:11:53.021Z | Downloaded semver v0.1.20 |
| 508 | 2026-05-14T16:11:53.021Z | Downloaded icu_properties v1.5.1 |
| 509 | 2026-05-14T16:11:53.024Z | Downloaded scroll_derive v0.13.1 |
| 510 | 2026-05-14T16:11:53.024Z | Downloaded same-file v1.0.6 |
| 511 | 2026-05-14T16:11:53.026Z | Downloaded num-traits v0.2.19 |
| 512 | 2026-05-14T16:11:53.026Z | Downloaded resolv-conf v0.7.0 |
| 513 | 2026-05-14T16:11:53.029Z | Downloaded serde_spanned v0.6.9 |
| 514 | 2026-05-14T16:11:53.032Z | Downloaded der v0.7.10 |
| 515 | 2026-05-14T16:11:53.035Z | Downloaded serde_repr v0.1.19 |
| 516 | 2026-05-14T16:11:53.035Z | Downloaded serde-big-array v0.5.1 |
| 517 | 2026-05-14T16:11:53.037Z | Downloaded hickory-resolver v0.24.4 |
| 518 | 2026-05-14T16:11:53.040Z | Downloaded serde_arrays v0.1.0 |
| 519 | 2026-05-14T16:11:53.042Z | Downloaded secrecy v0.10.3 |
| 520 | 2026-05-14T16:11:53.042Z | Downloaded papergrid v0.11.0 |
| 521 | 2026-05-14T16:11:53.045Z | Downloaded quote v1.0.45 |
| 522 | 2026-05-14T16:11:53.048Z | Downloaded sha1 v0.10.6 |
| 523 | 2026-05-14T16:11:53.050Z | Downloaded serde_spanned v1.0.4 |
| 524 | 2026-05-14T16:11:53.050Z | Downloaded serde_plain v1.0.2 |
| 525 | 2026-05-14T16:11:53.053Z | Downloaded rustc_version v0.4.1 |
| 526 | 2026-05-14T16:11:53.054Z | Downloaded simd-adler32 v0.3.7 |
| 527 | 2026-05-14T16:11:53.056Z | Downloaded smawk v0.3.2 |
| 528 | 2026-05-14T16:11:53.056Z | Downloaded signature v2.2.0 |
| 529 | 2026-05-14T16:11:53.059Z | Downloaded icu_collections v1.5.0 |
| 530 | 2026-05-14T16:11:53.062Z | Downloaded rustls-pemfile v2.2.0 |
| 531 | 2026-05-14T16:11:53.065Z | Downloaded rustls-pemfile v1.0.4 |
| 532 | 2026-05-14T16:11:53.067Z | Downloaded pin-project v1.1.10 |
| 533 | 2026-05-14T16:11:53.073Z | Downloaded slog-bunyan v2.5.0 |
| 534 | 2026-05-14T16:11:53.076Z | Downloaded siphasher v1.0.1 |
| 535 | 2026-05-14T16:11:53.076Z | Downloaded rustversion v1.0.22 |
| 536 | 2026-05-14T16:11:53.079Z | Downloaded rustls-native-certs v0.8.3 |
| 537 | 2026-05-14T16:11:53.082Z | Downloaded stable_deref_trait v1.2.0 |
| 538 | 2026-05-14T16:11:53.082Z | Downloaded cc v1.2.17 |
| 539 | 2026-05-14T16:11:53.085Z | Downloaded rand_chacha v0.9.0 |
| 540 | 2026-05-14T16:11:53.085Z | Downloaded sigpipe v0.1.3 |
| 541 | 2026-05-14T16:11:53.087Z | Downloaded pest_derive v2.8.4 |
| 542 | 2026-05-14T16:11:53.090Z | Downloaded structmeta v0.3.0 |
| 543 | 2026-05-14T16:11:53.090Z | Downloaded scroll v0.12.0 |
| 544 | 2026-05-14T16:11:53.090Z | Downloaded strsim v0.11.1 |
| 545 | 2026-05-14T16:11:53.093Z | Downloaded postcard v1.0.9 |
| 546 | 2026-05-14T16:11:53.095Z | Downloaded rusty-fork v0.3.0 |
| 547 | 2026-05-14T16:11:53.095Z | Downloaded scroll v0.13.0 |
| 548 | 2026-05-14T16:11:53.098Z | Downloaded const_format v0.2.35 |
| 549 | 2026-05-14T16:11:53.101Z | Downloaded owo-colors v4.2.3 |
| 550 | 2026-05-14T16:11:53.101Z | Downloaded structmeta-derive v0.3.0 |
| 551 | 2026-05-14T16:11:53.105Z | Downloaded strum v0.27.2 |
| 552 | 2026-05-14T16:11:53.105Z | Downloaded strum v0.26.3 |
| 553 | 2026-05-14T16:11:53.105Z | Downloaded supports-color v2.1.0 |
| 554 | 2026-05-14T16:11:53.107Z | Downloaded subtle v2.6.1 |
| 555 | 2026-05-14T16:11:53.107Z | Downloaded proc-macro2 v1.0.106 |
| 556 | 2026-05-14T16:11:53.110Z | Downloaded expectorate v1.2.0 |
| 557 | 2026-05-14T16:11:53.113Z | Downloaded tabwriter v1.4.0 |
| 558 | 2026-05-14T16:11:53.113Z | Downloaded sct v0.7.1 |
| 559 | 2026-05-14T16:11:53.116Z | Downloaded progenitor-impl v0.10.0 |
| 560 | 2026-05-14T16:11:53.119Z | Downloaded sync_wrapper v1.0.1 |
| 561 | 2026-05-14T16:11:53.119Z | Downloaded sec1 v0.7.3 |
| 562 | 2026-05-14T16:11:53.122Z | Downloaded tap v1.0.1 |
| 563 | 2026-05-14T16:11:53.122Z | Downloaded sha2 v0.10.9 |
| 564 | 2026-05-14T16:11:53.125Z | Downloaded swrite v0.1.0 |
| 565 | 2026-05-14T16:11:53.125Z | Downloaded take_mut v0.2.2 |
| 566 | 2026-05-14T16:11:53.128Z | Downloaded tagptr v0.2.0 |
| 567 | 2026-05-14T16:11:53.128Z | Downloaded smf v0.2.3 |
| 568 | 2026-05-14T16:11:53.128Z | Downloaded terminal_size v0.4.3 |
| 569 | 2026-05-14T16:11:53.131Z | Downloaded memchr v2.7.2 |
| 570 | 2026-05-14T16:11:53.133Z | Downloaded termtree v0.5.1 |
| 571 | 2026-05-14T16:11:53.133Z | Downloaded terminal_size v0.3.0 |
| 572 | 2026-05-14T16:11:53.136Z | Downloaded tabled_derive v0.7.0 |
| 573 | 2026-05-14T16:11:53.136Z | Downloaded signal-hook-registry v1.4.2 |
| 574 | 2026-05-14T16:11:53.136Z | Downloaded shlex v1.3.0 |
| 575 | 2026-05-14T16:11:53.139Z | Downloaded serde_urlencoded v0.7.1 |
| 576 | 2026-05-14T16:11:53.139Z | Downloaded serde_path_to_error v0.1.20 |
| 577 | 2026-05-14T16:11:53.142Z | Downloaded hashbrown v0.12.3 |
| 578 | 2026-05-14T16:11:53.145Z | Downloaded schemars_derive v0.8.22 |
| 579 | 2026-05-14T16:11:53.145Z | Downloaded jiff-static v0.2.15 |
| 580 | 2026-05-14T16:11:53.147Z | Downloaded slab v0.4.9 |
| 581 | 2026-05-14T16:11:53.147Z | Downloaded snafu-derive v0.8.9 |
| 582 | 2026-05-14T16:11:53.150Z | Downloaded thiserror-impl v1.0.64 |
| 583 | 2026-05-14T16:11:53.150Z | Downloaded slog-term v2.9.2 |
| 584 | 2026-05-14T16:11:53.154Z | Downloaded time-core v0.1.8 |
| 585 | 2026-05-14T16:11:53.154Z | Downloaded static_assertions v1.1.0 |
| 586 | 2026-05-14T16:11:53.157Z | Downloaded spki v0.7.3 |
| 587 | 2026-05-14T16:11:53.157Z | Downloaded slog-json v2.6.1 |
| 588 | 2026-05-14T16:11:53.157Z | Downloaded thread-id v4.2.1 |
| 589 | 2026-05-14T16:11:53.160Z | Downloaded slog-dtrace v0.3.0 |
| 590 | 2026-05-14T16:11:53.160Z | Downloaded http v1.4.0 |
| 591 | 2026-05-14T16:11:53.162Z | Downloaded ryu v1.0.18 |
| 592 | 2026-05-14T16:11:53.165Z | Downloaded progenitor-impl v0.13.0 |
| 593 | 2026-05-14T16:11:53.168Z | Downloaded serde_derive_internals v0.29.1 |
| 594 | 2026-05-14T16:11:53.168Z | Downloaded thread-id v5.0.0 |
| 595 | 2026-05-14T16:11:53.168Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 596 | 2026-05-14T16:11:53.170Z | Downloaded supports-color v3.0.2 |
| 597 | 2026-05-14T16:11:53.170Z | Downloaded ringbuffer v0.16.0 |
| 598 | 2026-05-14T16:11:53.173Z | Downloaded tinyvec_macros v0.1.1 |
| 599 | 2026-05-14T16:11:53.173Z | Downloaded progenitor-impl v0.11.1 |
| 600 | 2026-05-14T16:11:53.176Z | Downloaded parking_lot v0.12.2 |
| 601 | 2026-05-14T16:11:53.176Z | Downloaded dropshot-api-manager v0.7.1 |
| 602 | 2026-05-14T16:11:53.178Z | Downloaded icu_normalizer_data v1.5.0 |
| 603 | 2026-05-14T16:11:53.181Z | Downloaded poly1305 v0.8.0 |
| 604 | 2026-05-14T16:11:53.181Z | Downloaded strum_macros v0.26.4 |
| 605 | 2026-05-14T16:11:53.184Z | Downloaded tokio-macros v2.7.0 |
| 606 | 2026-05-14T16:11:53.184Z | Downloaded rand_chacha v0.3.1 |
| 607 | 2026-05-14T16:11:53.187Z | Downloaded proc-macro-crate v1.3.1 |
| 608 | 2026-05-14T16:11:53.187Z | Downloaded slog-async v2.8.0 |
| 609 | 2026-05-14T16:11:53.190Z | Downloaded serde_tokenstream v0.2.3 |
| 610 | 2026-05-14T16:11:53.190Z | Downloaded strum_macros v0.27.2 |
| 611 | 2026-05-14T16:11:53.192Z | Downloaded serde_with_macros v3.18.0 |
| 612 | 2026-05-14T16:11:53.192Z | Downloaded thiserror-impl v2.0.18 |
| 613 | 2026-05-14T16:11:53.195Z | Downloaded icu_provider v1.5.0 |
| 614 | 2026-05-14T16:11:53.195Z | Downloaded prettyplease v0.2.37 |
| 615 | 2026-05-14T16:11:53.198Z | Downloaded ron v0.8.1 |
| 616 | 2026-05-14T16:11:53.201Z | Downloaded openssl-sys v0.9.107 |
| 617 | 2026-05-14T16:11:53.204Z | Downloaded synstructure v0.13.1 |
| 618 | 2026-05-14T16:11:53.207Z | Downloaded schemars v0.8.22 |
| 619 | 2026-05-14T16:11:53.212Z | Downloaded try-lock v0.2.5 |
| 620 | 2026-05-14T16:11:53.215Z | Downloaded tower-service v0.3.3 |
| 621 | 2026-05-14T16:11:53.215Z | Downloaded toml_write v0.1.2 |
| 622 | 2026-05-14T16:11:53.215Z | Downloaded spin v0.9.8 |
| 623 | 2026-05-14T16:11:53.217Z | Downloaded tower-layer v0.3.3 |
| 624 | 2026-05-14T16:11:53.218Z | Downloaded thiserror-no-std v2.0.2 |
| 625 | 2026-05-14T16:11:53.220Z | Downloaded rayon-core v1.13.0 |
| 626 | 2026-05-14T16:11:53.223Z | Downloaded thread_local v1.1.8 |
| 627 | 2026-05-14T16:11:53.223Z | Downloaded thiserror v2.0.18 |
| 628 | 2026-05-14T16:11:53.226Z | Downloaded toml_datetime v0.6.11 |
| 629 | 2026-05-14T16:11:53.229Z | Downloaded aes v0.8.4 |
| 630 | 2026-05-14T16:11:53.232Z | Downloaded thiserror v1.0.64 |
| 631 | 2026-05-14T16:11:53.235Z | Downloaded semver v1.0.28 |
| 632 | 2026-05-14T16:11:53.237Z | Downloaded tinystr v0.7.6 |
| 633 | 2026-05-14T16:11:53.237Z | Downloaded time-macros v0.2.27 |
| 634 | 2026-05-14T16:11:53.240Z | Downloaded tls_codec v0.4.2 |
| 635 | 2026-05-14T16:11:53.240Z | Downloaded libm v0.2.8 |
| 636 | 2026-05-14T16:11:53.244Z | Downloaded typify-macro v0.6.2 |
| 637 | 2026-05-14T16:11:53.246Z | Downloaded smallvec v1.13.2 |
| 638 | 2026-05-14T16:11:53.246Z | Downloaded unarray v0.1.4 |
| 639 | 2026-05-14T16:11:53.249Z | Downloaded typeid v1.0.0 |
| 640 | 2026-05-14T16:11:53.249Z | Downloaded rustls-pki-types v1.12.0 |
| 641 | 2026-05-14T16:11:53.253Z | Downloaded unicode-xid v0.2.4 |
| 642 | 2026-05-14T16:11:53.253Z | Downloaded tls_codec_derive v0.4.2 |
| 643 | 2026-05-14T16:11:53.257Z | Downloaded progenitor-impl v0.14.0 |
| 644 | 2026-05-14T16:11:53.257Z | Downloaded serde_derive v1.0.228 |
| 645 | 2026-05-14T16:11:53.259Z | Downloaded serde_core v1.0.228 |
| 646 | 2026-05-14T16:11:53.259Z | Downloaded tokio-rustls v0.25.0 |
| 647 | 2026-05-14T16:11:53.259Z | Downloaded typify-macro v0.4.3 |
| 648 | 2026-05-14T16:11:53.262Z | Downloaded term v1.2.0 |
| 649 | 2026-05-14T16:11:53.263Z | Downloaded universal-hash v0.5.1 |
| 650 | 2026-05-14T16:11:53.265Z | Downloaded usdt v0.5.0 |
| 651 | 2026-05-14T16:11:53.265Z | Downloaded untrusted v0.7.1 |
| 652 | 2026-05-14T16:11:53.265Z | Downloaded usdt-attr-macro v0.5.0 |
| 653 | 2026-05-14T16:11:53.265Z | Downloaded usdt-macro v0.6.0 |
| 654 | 2026-05-14T16:11:53.269Z | Downloaded usdt-attr-macro v0.6.0 |
| 655 | 2026-05-14T16:11:53.269Z | Downloaded untrusted v0.9.0 |
| 656 | 2026-05-14T16:11:53.269Z | Downloaded usdt-macro v0.5.0 |
| 657 | 2026-05-14T16:11:53.269Z | Downloaded tokio-dtrace v0.1.1 |
| 658 | 2026-05-14T16:11:53.272Z | Downloaded unicode-linebreak v0.1.5 |
| 659 | 2026-05-14T16:11:53.272Z | Downloaded num-bigint v0.4.5 |
| 660 | 2026-05-14T16:11:53.275Z | Downloaded rand v0.8.5 |
| 661 | 2026-05-14T16:11:53.278Z | Downloaded quinn v0.11.9 |
| 662 | 2026-05-14T16:11:53.278Z | Downloaded rustls-platform-verifier v0.6.2 |
| 663 | 2026-05-14T16:11:53.280Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 664 | 2026-05-14T16:11:53.283Z | Downloaded socket2 v0.6.3 |
| 665 | 2026-05-14T16:11:53.283Z | Downloaded utf8parse v0.2.1 |
| 666 | 2026-05-14T16:11:53.283Z | Downloaded utf8_iter v1.0.4 |
| 667 | 2026-05-14T16:11:53.286Z | Downloaded serde_yaml v0.9.34+deprecated |
| 668 | 2026-05-14T16:11:53.286Z | Downloaded indexmap v2.14.0 |
| 669 | 2026-05-14T16:11:53.289Z | Downloaded utf16_iter v1.0.5 |
| 670 | 2026-05-14T16:11:53.292Z | Downloaded utf-8 v0.7.6 |
| 671 | 2026-05-14T16:11:53.292Z | Downloaded schemars v0.9.0 |
| 672 | 2026-05-14T16:11:53.297Z | Downloaded qorb v0.4.1 |
| 673 | 2026-05-14T16:11:53.300Z | Downloaded slog v2.8.2 |
| 674 | 2026-05-14T16:11:53.303Z | Downloaded hyper-util v0.1.20 |
| 675 | 2026-05-14T16:11:53.306Z | Downloaded version_check v0.9.5 |
| 676 | 2026-05-14T16:11:53.308Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 677 | 2026-05-14T16:11:53.308Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 678 | 2026-05-14T16:11:53.311Z | Downloaded minimal-lexical v0.2.1 |
| 679 | 2026-05-14T16:11:53.314Z | Downloaded hashbrown v0.16.1 |
| 680 | 2026-05-14T16:11:53.317Z | Downloaded hashbrown v0.15.2 |
| 681 | 2026-05-14T16:11:53.319Z | Downloaded icu_normalizer v1.5.0 |
| 682 | 2026-05-14T16:11:53.322Z | Downloaded want v0.3.1 |
| 683 | 2026-05-14T16:11:53.322Z | Downloaded waitgroup v0.1.2 |
| 684 | 2026-05-14T16:11:53.322Z | Downloaded which v4.4.2 |
| 685 | 2026-05-14T16:11:53.325Z | Downloaded wait-timeout v0.2.0 |
| 686 | 2026-05-14T16:11:53.325Z | Downloaded write16 v1.0.0 |
| 687 | 2026-05-14T16:11:53.328Z | Downloaded socket2 v0.5.10 |
| 688 | 2026-05-14T16:11:53.328Z | Downloaded tokio-stream v0.1.17 |
| 689 | 2026-05-14T16:11:53.330Z | Downloaded tokio-tungstenite v0.21.0 |
| 690 | 2026-05-14T16:11:53.333Z | Downloaded tokio-rustls v0.26.0 |
| 691 | 2026-05-14T16:11:53.333Z | Downloaded usdt-impl v0.5.0 |
| 692 | 2026-05-14T16:11:53.336Z | Downloaded usdt v0.6.0 |
| 693 | 2026-05-14T16:11:53.336Z | Downloaded darling_core v0.23.0 |
| 694 | 2026-05-14T16:11:53.339Z | Downloaded yoke-derive v0.7.5 |
| 695 | 2026-05-14T16:11:53.339Z | Downloaded zerofrom-derive v0.1.5 |
| 696 | 2026-05-14T16:11:53.342Z | Downloaded strum_macros v0.28.0 |
| 697 | 2026-05-14T16:11:53.342Z | Downloaded darling_core v0.20.11 |
| 698 | 2026-05-14T16:11:53.345Z | Downloaded zerofrom v0.1.5 |
| 699 | 2026-05-14T16:11:53.345Z | Downloaded toml v0.8.23 |
| 700 | 2026-05-14T16:11:53.348Z | Downloaded tokio-rustls v0.24.1 |
| 701 | 2026-05-14T16:11:53.350Z | Downloaded nom v7.1.3 |
| 702 | 2026-05-14T16:11:53.353Z | Downloaded bytes v1.11.1 |
| 703 | 2026-05-14T16:11:53.356Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 704 | 2026-05-14T16:11:53.356Z | Downloaded pin-project-lite v0.2.14 |
| 705 | 2026-05-14T16:11:53.359Z | Downloaded zeroize_derive v1.4.3 |
| 706 | 2026-05-14T16:11:53.361Z | Downloaded pin-project-internal v1.1.10 |
| 707 | 2026-05-14T16:11:53.361Z | Downloaded tempfile v3.23.0 |
| 708 | 2026-05-14T16:11:53.364Z | Downloaded usdt-impl v0.6.0 |
| 709 | 2026-05-14T16:11:53.364Z | Downloaded tracing-attributes v0.1.27 |
| 710 | 2026-05-14T16:11:53.367Z | Downloaded test-strategy v0.4.3 |
| 711 | 2026-05-14T16:11:53.370Z | Downloaded itertools v0.13.0 |
| 712 | 2026-05-14T16:11:53.373Z | Downloaded vergen-git2 v9.1.0 |
| 713 | 2026-05-14T16:11:53.375Z | Downloaded textwrap v0.16.2 |
| 714 | 2026-05-14T16:11:53.376Z | Downloaded zone_cfg_derive v0.3.0 |
| 715 | 2026-05-14T16:11:53.376Z | Downloaded zone v0.3.1 |
| 716 | 2026-05-14T16:11:53.378Z | Downloaded vsss-rs v3.3.4 |
| 717 | 2026-05-14T16:11:53.378Z | Downloaded tar v0.4.40 |
| 718 | 2026-05-14T16:11:53.381Z | Downloaded walkdir v2.5.0 |
| 719 | 2026-05-14T16:11:53.381Z | Downloaded tinyvec v1.6.0 |
| 720 | 2026-05-14T16:11:53.384Z | Downloaded vergen-lib v9.1.0 |
| 721 | 2026-05-14T16:11:53.384Z | Downloaded similar v2.7.0 |
| 722 | 2026-05-14T16:11:53.387Z | Downloaded snafu v0.8.9 |
| 723 | 2026-05-14T16:11:53.391Z | Downloaded ucd-trie v0.1.6 |
| 724 | 2026-05-14T16:11:53.393Z | Downloaded xattr v1.3.1 |
| 725 | 2026-05-14T16:11:53.393Z | Downloaded writeable v0.5.5 |
| 726 | 2026-05-14T16:11:53.396Z | Downloaded whoami v1.5.1 |
| 727 | 2026-05-14T16:11:53.396Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 728 | 2026-05-14T16:11:53.399Z | Downloaded yoke v0.7.5 |
| 729 | 2026-05-14T16:11:53.402Z | Downloaded wyz v0.5.1 |
| 730 | 2026-05-14T16:11:53.402Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 731 | 2026-05-14T16:11:53.405Z | Downloaded zeroize v1.8.2 |
| 732 | 2026-05-14T16:11:53.405Z | Downloaded mio v1.2.0 |
| 733 | 2026-05-14T16:11:53.408Z | Downloaded rustls-webpki v0.103.4 |
| 734 | 2026-05-14T16:11:53.410Z | Downloaded zerovec-derive v0.10.3 |
| 735 | 2026-05-14T16:11:53.413Z | Downloaded toml v0.7.8 |
| 736 | 2026-05-14T16:11:53.413Z | Downloaded idna v1.0.3 |
| 737 | 2026-05-14T16:11:53.416Z | Downloaded steno v0.4.1 |
| 738 | 2026-05-14T16:11:53.419Z | Downloaded itertools v0.12.1 |
| 739 | 2026-05-14T16:11:53.422Z | Downloaded vergen v9.1.0 |
| 740 | 2026-05-14T16:11:53.425Z | Downloaded twox-hash v2.1.2 |
| 741 | 2026-05-14T16:11:53.428Z | Downloaded tracing-core v0.1.32 |
| 742 | 2026-05-14T16:11:53.428Z | Downloaded iri-string v0.7.8 |
| 743 | 2026-05-14T16:11:53.430Z | Downloaded typify v0.6.2 |
| 744 | 2026-05-14T16:11:53.433Z | Downloaded unicode-ident v1.0.24 |
| 745 | 2026-05-14T16:11:53.436Z | Downloaded hyper v1.8.1 |
| 746 | 2026-05-14T16:11:53.439Z | Downloaded typify v0.4.3 |
| 747 | 2026-05-14T16:11:53.442Z | Downloaded hashbrown v0.17.0 |
| 748 | 2026-05-14T16:11:53.445Z | Downloaded tungstenite v0.21.0 |
| 749 | 2026-05-14T16:11:53.448Z | Downloaded futures-util v0.3.32 |
| 750 | 2026-05-14T16:11:53.454Z | Downloaded itertools v0.14.0 |
| 751 | 2026-05-14T16:11:53.458Z | Downloaded tracing v0.1.40 |
| 752 | 2026-05-14T16:11:53.460Z | Downloaded serde v1.0.228 |
| 753 | 2026-05-14T16:11:53.463Z | Downloaded typenum v1.17.0 |
| 754 | 2026-05-14T16:11:53.466Z | Downloaded rand v0.9.2 |
| 755 | 2026-05-14T16:11:53.469Z | Downloaded zerocopy-derive v0.7.34 |
| 756 | 2026-05-14T16:11:53.472Z | Downloaded aho-corasick v1.1.3 |
| 757 | 2026-05-14T16:11:53.475Z | Downloaded hkdf v0.12.4 |
| 758 | 2026-05-14T16:11:53.475Z | Downloaded clap_builder v4.5.2 |
| 759 | 2026-05-14T16:11:53.478Z | Downloaded pest v2.8.4 |
| 760 | 2026-05-14T16:11:53.481Z | Downloaded zmij v1.0.19 |
| 761 | 2026-05-14T16:11:53.484Z | Downloaded schemars v1.2.1 |
| 762 | 2026-05-14T16:11:53.491Z | Downloaded toml_edit v0.22.27 |
| 763 | 2026-05-14T16:11:53.493Z | Downloaded h2 v0.4.6 |
| 764 | 2026-05-14T16:11:53.498Z | Downloaded aws-lc-rs v1.13.3 |
| 765 | 2026-05-14T16:11:53.503Z | Downloaded progenitor-macro v0.11.1 |
| 766 | 2026-05-14T16:11:53.506Z | Downloaded pem v3.0.5 |
| 767 | 2026-05-14T16:11:53.506Z | Downloaded paste v1.0.15 |
| 768 | 2026-05-14T16:11:53.508Z | Downloaded password-hash v0.5.0 |
| 769 | 2026-05-14T16:11:53.508Z | Downloaded num_enum_derive v0.7.4 |
| 770 | 2026-05-14T16:11:53.511Z | Downloaded num_enum v0.7.4 |
| 771 | 2026-05-14T16:11:53.514Z | Downloaded url v2.5.4 |
| 772 | 2026-05-14T16:11:53.514Z | Downloaded unsafe-libyaml v0.2.11 |
| 773 | 2026-05-14T16:11:53.517Z | Downloaded iddqd v0.3.18 |
| 774 | 2026-05-14T16:11:53.520Z | Downloaded num-complex v0.4.6 |
| 775 | 2026-05-14T16:11:53.523Z | Downloaded group v0.13.0 |
| 776 | 2026-05-14T16:11:53.523Z | Downloaded dropshot_endpoint v0.16.7 |
| 777 | 2026-05-14T16:11:53.525Z | Downloaded regex v1.12.3 |
| 778 | 2026-05-14T16:11:53.528Z | Downloaded goblin v0.8.2 |
| 779 | 2026-05-14T16:11:53.532Z | Downloaded derive_more v0.99.20 |
| 780 | 2026-05-14T16:11:53.535Z | Downloaded derive-where v1.6.0 |
| 781 | 2026-05-14T16:11:53.537Z | Downloaded futures v0.3.32 |
| 782 | 2026-05-14T16:11:53.540Z | Downloaded toml_edit v0.19.15 |
| 783 | 2026-05-14T16:11:53.549Z | Downloaded tower v0.5.2 |
| 784 | 2026-05-14T16:11:53.555Z | Downloaded portable-atomic v1.11.1 |
| 785 | 2026-05-14T16:11:53.559Z | Downloaded git2 v0.20.2 |
| 786 | 2026-05-14T16:11:53.564Z | Downloaded pretty-hex v0.2.1 |
| 787 | 2026-05-14T16:11:53.567Z | Downloaded linear-map v1.2.0 |
| 788 | 2026-05-14T16:11:53.567Z | Downloaded libsw-core v0.3.2 |
| 789 | 2026-05-14T16:11:53.567Z | Downloaded serde_json v1.0.149 |
| 790 | 2026-05-14T16:11:53.571Z | Downloaded libloading v0.7.4 |
| 791 | 2026-05-14T16:11:53.574Z | Downloaded openssl-macros v0.1.1 |
| 792 | 2026-05-14T16:11:53.574Z | Downloaded opaque-debug v0.3.1 |
| 793 | 2026-05-14T16:11:53.574Z | Downloaded num_threads v0.1.7 |
| 794 | 2026-05-14T16:11:53.577Z | Downloaded num_enum_derive v0.5.11 |
| 795 | 2026-05-14T16:11:53.577Z | Downloaded hmac v0.12.1 |
| 796 | 2026-05-14T16:11:53.577Z | Downloaded rayon v1.11.0 |
| 797 | 2026-05-14T16:11:53.582Z | Downloaded uuid v1.22.0 |
| 798 | 2026-05-14T16:11:53.586Z | Downloaded num-derive v0.4.2 |
| 799 | 2026-05-14T16:11:53.586Z | Downloaded icu_locid_transform v1.5.0 |
| 800 | 2026-05-14T16:11:53.589Z | Downloaded x509-cert v0.2.5 |
| 801 | 2026-05-14T16:11:53.592Z | Downloaded bitvec v1.0.1 |
| 802 | 2026-05-14T16:11:53.599Z | Downloaded anyhow v1.0.100 |
| 803 | 2026-05-14T16:11:53.602Z | Downloaded memmap v0.7.0 |
| 804 | 2026-05-14T16:11:53.605Z | Downloaded ingot v0.1.1 |
| 805 | 2026-05-14T16:11:53.605Z | Downloaded tough v0.20.0 |
| 806 | 2026-05-14T16:11:53.609Z | Downloaded tower-http v0.6.8 |
| 807 | 2026-05-14T16:11:53.614Z | Downloaded derive_builder v0.20.2 |
| 808 | 2026-05-14T16:11:53.616Z | Downloaded typed-path v0.9.3 |
| 809 | 2026-05-14T16:11:53.620Z | Downloaded p384 v0.13.1 |
| 810 | 2026-05-14T16:11:53.623Z | Downloaded console v0.15.8 |
| 811 | 2026-05-14T16:11:53.626Z | Downloaded zerovec v0.10.4 |
| 812 | 2026-05-14T16:11:53.629Z | Downloaded moka v0.12.10 |
| 813 | 2026-05-14T16:11:53.634Z | Downloaded zerocopy-derive v0.8.27 |
| 814 | 2026-05-14T16:11:53.638Z | Downloaded reqwest v0.12.23 |
| 815 | 2026-05-14T16:11:53.642Z | Downloaded bindgen v0.69.5 |
| 816 | 2026-05-14T16:11:53.646Z | Downloaded rustls-webpki v0.102.4 |
| 817 | 2026-05-14T16:11:53.657Z | Downloaded tokio-util v0.7.16 |
| 818 | 2026-05-14T16:11:53.661Z | Downloaded rustls-webpki v0.101.7 |
| 819 | 2026-05-14T16:11:53.670Z | Downloaded proptest v1.5.0 |
| 820 | 2026-05-14T16:11:53.675Z | Downloaded unicode-segmentation v1.11.0 |
| 821 | 2026-05-14T16:11:53.678Z | Downloaded reqwest v0.13.2 |
| 822 | 2026-05-14T16:11:53.681Z | Downloaded winnow v0.7.13 |
| 823 | 2026-05-14T16:11:53.686Z | Downloaded salty v0.3.0 |
| 824 | 2026-05-14T16:11:53.690Z | Downloaded quinn-proto v0.11.13 |
| 825 | 2026-05-14T16:11:53.694Z | Downloaded icu_properties_data v1.5.0 |
| 826 | 2026-05-14T16:11:53.700Z | Downloaded chrono v0.4.44 |
| 827 | 2026-05-14T16:11:53.704Z | Downloaded goblin v0.10.4 |
| 828 | 2026-05-14T16:11:53.709Z | Downloaded serde_with v3.18.0 |
| 829 | 2026-05-14T16:11:53.716Z | Downloaded daft-derive v0.1.5 |
| 830 | 2026-05-14T16:11:53.719Z | Downloaded unicode-normalization v0.1.24 |
| 831 | 2026-05-14T16:11:53.722Z | Downloaded keccak v0.1.6 |
| 832 | 2026-05-14T16:11:53.722Z | Downloaded is_ci v1.2.0 |
| 833 | 2026-05-14T16:11:53.722Z | Downloaded is-terminal v0.4.12 |
| 834 | 2026-05-14T16:11:53.725Z | Downloaded rustls v0.21.12 |
| 835 | 2026-05-14T16:11:53.729Z | Downloaded zerocopy v0.7.34 |
| 836 | 2026-05-14T16:11:53.739Z | Downloaded dropshot v0.16.7 |
| 837 | 2026-05-14T16:11:53.752Z | Downloaded time v0.3.47 |
| 838 | 2026-05-14T16:11:53.758Z | Downloaded instant v0.1.12 |
| 839 | 2026-05-14T16:11:53.761Z | Downloaded inout v0.1.3 |
| 840 | 2026-05-14T16:11:53.761Z | Downloaded either v1.15.0 |
| 841 | 2026-05-14T16:11:53.761Z | Downloaded futures-io v0.3.32 |
| 842 | 2026-05-14T16:11:53.764Z | Downloaded escargot v0.5.15 |
| 843 | 2026-05-14T16:11:53.764Z | Downloaded backon v1.6.0 |
| 844 | 2026-05-14T16:11:53.764Z | Downloaded allocator-api2 v0.2.21 |
| 845 | 2026-05-14T16:11:53.767Z | Downloaded foldhash v0.2.0 |
| 846 | 2026-05-14T16:11:53.767Z | Downloaded blake2 v0.10.6 |
| 847 | 2026-05-14T16:11:53.770Z | Downloaded camino v1.2.2 |
| 848 | 2026-05-14T16:11:53.770Z | Downloaded dropshot v0.17.0 |
| 849 | 2026-05-14T16:11:53.782Z | Downloaded zerocopy v0.8.27 |
| 850 | 2026-05-14T16:11:53.797Z | Downloaded openssl v0.10.72 |
| 851 | 2026-05-14T16:11:53.801Z | Downloaded regex-syntax v0.8.5 |
| 852 | 2026-05-14T16:11:53.805Z | Downloaded syn v1.0.109 |
| 853 | 2026-05-14T16:11:53.811Z | Downloaded winnow v0.5.40 |
| 854 | 2026-05-14T16:11:53.816Z | Downloaded tabled v0.15.0 |
| 855 | 2026-05-14T16:11:53.825Z | Downloaded rustls v0.23.31 |
| 856 | 2026-05-14T16:11:53.832Z | Downloaded rustix v0.38.34 |
| 857 | 2026-05-14T16:11:53.845Z | Downloaded nix v0.28.0 |
| 858 | 2026-05-14T16:11:53.851Z | Downloaded syn v2.0.117 |
| 859 | 2026-05-14T16:11:53.857Z | Downloaded byteorder v1.5.0 |
| 860 | 2026-05-14T16:11:53.860Z | Downloaded base64ct v1.6.0 |
| 861 | 2026-05-14T16:11:53.863Z | Downloaded ascii v1.1.0 |
| 862 | 2026-05-14T16:11:53.863Z | Downloaded ident_case v1.0.1 |
| 863 | 2026-05-14T16:11:53.863Z | Downloaded icu_provider_macros v1.5.0 |
| 864 | 2026-05-14T16:11:53.863Z | Downloaded ed25519 v2.2.3 |
| 865 | 2026-05-14T16:11:53.866Z | Downloaded compression-core v0.4.31 |
| 866 | 2026-05-14T16:11:53.866Z | Downloaded clap_derive v4.5.4 |
| 867 | 2026-05-14T16:11:53.866Z | Downloaded hash32 v0.3.1 |
| 868 | 2026-05-14T16:11:53.866Z | Downloaded cipher v0.4.4 |
| 869 | 2026-05-14T16:11:53.869Z | Downloaded vcpkg v0.2.15 |
| 870 | 2026-05-14T16:11:53.890Z | Downloaded bstr v1.9.1 |
| 871 | 2026-05-14T16:11:53.895Z | Downloaded rustix v1.1.2 |
| 872 | 2026-05-14T16:11:53.909Z | Downloaded typify-impl v0.6.2 |
| 873 | 2026-05-14T16:11:53.916Z | Downloaded http-body v1.0.1 |
| 874 | 2026-05-14T16:11:53.919Z | Downloaded hostname v0.4.2 |
| 875 | 2026-05-14T16:11:53.919Z | Downloaded typify-impl v0.4.3 |
| 876 | 2026-05-14T16:11:53.927Z | Downloaded nix v0.31.3 |
| 877 | 2026-05-14T16:11:53.934Z | Downloaded webpki-roots v1.0.3 |
| 878 | 2026-05-14T16:11:53.937Z | Downloaded webpki-roots v0.26.3 |
| 879 | 2026-05-14T16:11:53.940Z | Downloaded unicode-width v0.2.1 |
| 880 | 2026-05-14T16:11:53.942Z | Downloaded rustls v0.22.4 |
| 881 | 2026-05-14T16:11:53.951Z | Downloaded openapiv3 v2.2.0 |
| 882 | 2026-05-14T16:11:53.956Z | Downloaded unicode-width v0.1.14 |
| 883 | 2026-05-14T16:11:53.959Z | Downloaded regex-automata v0.4.14 |
| 884 | 2026-05-14T16:11:53.968Z | Downloaded regress v0.11.1 |
| 885 | 2026-05-14T16:11:53.973Z | Downloaded hickory-proto v0.25.2 |
| 886 | 2026-05-14T16:11:53.982Z | Downloaded hickory-proto v0.24.4 |
| 887 | 2026-05-14T16:11:53.990Z | Downloaded smoltcp v0.11.0 |
| 888 | 2026-05-14T16:11:53.997Z | Downloaded regress v0.10.5 |
| 889 | 2026-05-14T16:11:54.002Z | Downloaded nix v0.30.1 |
| 890 | 2026-05-14T16:11:54.009Z | Downloaded generic-array v0.14.7 |
| 891 | 2026-05-14T16:11:54.012Z | Downloaded foreign-types v0.5.0 |
| 892 | 2026-05-14T16:11:54.012Z | Downloaded home v0.5.11 |
| 893 | 2026-05-14T16:11:54.012Z | Downloaded embedded-io v0.4.0 |
| 894 | 2026-05-14T16:11:54.012Z | Downloaded async-trait v0.1.89 |
| 895 | 2026-05-14T16:11:54.015Z | Downloaded bytecount v0.6.9 |
| 896 | 2026-05-14T16:11:54.015Z | Downloaded equivalent v1.0.2 |
| 897 | 2026-05-14T16:11:54.018Z | Downloaded form_urlencoded v1.2.2 |
| 898 | 2026-05-14T16:11:54.018Z | Downloaded dunce v1.0.5 |
| 899 | 2026-05-14T16:11:54.018Z | Downloaded camino-tempfile v1.4.1 |
| 900 | 2026-05-14T16:11:54.018Z | Downloaded anstream v0.6.14 |
| 901 | 2026-05-14T16:11:54.021Z | Downloaded chacha20 v0.9.1 |
| 902 | 2026-05-14T16:11:54.021Z | Downloaded async-stream v0.3.6 |
| 903 | 2026-05-14T16:11:54.023Z | Downloaded dtrace-parser v0.2.0 |
| 904 | 2026-05-14T16:11:54.023Z | Downloaded deranged v0.5.3 |
| 905 | 2026-05-14T16:11:54.023Z | Downloaded cargo_metadata v0.23.1 |
| 906 | 2026-05-14T16:11:54.023Z | Downloaded cargo_metadata v0.18.1 |
| 907 | 2026-05-14T16:11:54.026Z | Downloaded errno v0.3.14 |
| 908 | 2026-05-14T16:11:54.026Z | Downloaded const_format_proc_macros v0.2.34 |
| 909 | 2026-05-14T16:11:54.026Z | Downloaded cexpr v0.6.0 |
| 910 | 2026-05-14T16:11:54.029Z | Downloaded byte-wrapper v0.1.0 |
| 911 | 2026-05-14T16:11:54.029Z | Downloaded bitflags v1.3.2 |
| 912 | 2026-05-14T16:11:54.032Z | Downloaded autocfg v1.3.0 |
| 913 | 2026-05-14T16:11:54.032Z | Downloaded foreign-types-shared v0.3.1 |
| 914 | 2026-05-14T16:11:54.032Z | Downloaded bincode v1.3.3 |
| 915 | 2026-05-14T16:11:54.035Z | Downloaded bcs v0.1.6 |
| 916 | 2026-05-14T16:11:54.035Z | Downloaded ciborium-io v0.2.2 |
| 917 | 2026-05-14T16:11:54.035Z | Downloaded cfg_aliases v0.1.1 |
| 918 | 2026-05-14T16:11:54.037Z | Downloaded cobs v0.2.3 |
| 919 | 2026-05-14T16:11:54.037Z | Downloaded cfg-if v1.0.0 |
| 920 | 2026-05-14T16:11:54.037Z | Downloaded bit-vec v0.6.3 |
| 921 | 2026-05-14T16:11:54.038Z | Downloaded anstyle-query v1.0.3 |
| 922 | 2026-05-14T16:11:54.041Z | Downloaded dof v0.4.0 |
| 923 | 2026-05-14T16:11:54.041Z | Downloaded aead v0.5.2 |
| 924 | 2026-05-14T16:11:54.041Z | Downloaded anstyle-parse v0.2.4 |
| 925 | 2026-05-14T16:11:54.041Z | Downloaded cfg_aliases v0.2.1 |
| 926 | 2026-05-14T16:11:54.041Z | Downloaded cargo-platform v0.3.2 |
| 927 | 2026-05-14T16:11:54.043Z | Downloaded adler v1.0.2 |
| 928 | 2026-05-14T16:11:54.071Z | Downloaded tokio v1.52.3 |
| 929 | 2026-05-14T16:11:54.109Z | Downloaded fakedata_generator v0.7.1 |
| 930 | 2026-05-14T16:11:54.155Z | Downloaded jiff v0.2.15 |
| 931 | 2026-05-14T16:11:54.165Z | Downloaded petgraph v0.6.5 |
| 932 | 2026-05-14T16:11:54.175Z | Downloaded encoding_rs v0.8.34 |
| 933 | 2026-05-14T16:11:54.187Z | Downloaded chrono-tz v0.10.4 |
| 934 | 2026-05-14T16:11:54.202Z | Downloaded ring v0.17.14 |
| 935 | 2026-05-14T16:11:54.225Z | Downloaded libc v0.2.186 |
| 936 | 2026-05-14T16:11:54.244Z | Downloaded petgraph v0.8.3 |
| 937 | 2026-05-14T16:11:54.262Z | Downloaded csv v1.3.1 |
| 938 | 2026-05-14T16:11:54.274Z | Downloaded sha3 v0.10.8 |
| 939 | 2026-05-14T16:11:54.391Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 940 | 2026-05-14T16:11:54.423Z | Downloaded libz-sys v1.1.16 |
| 941 | 2026-05-14T16:11:54.905Z | Downloaded aws-lc-sys v0.30.0 |
| 942 | 2026-05-14T16:11:55.239Z | Compiling proc-macro2 v1.0.106 |
| 943 | 2026-05-14T16:11:55.239Z | Compiling quote v1.0.45 |
| 944 | 2026-05-14T16:11:55.239Z | Compiling unicode-ident v1.0.24 |
| 945 | 2026-05-14T16:11:55.239Z | Compiling libc v0.2.186 |
| 946 | 2026-05-14T16:11:55.242Z | Compiling serde_core v1.0.228 |
| 947 | 2026-05-14T16:11:55.242Z | Compiling serde v1.0.228 |
| 948 | 2026-05-14T16:11:55.242Z | Compiling autocfg v1.3.0 |
| 949 | 2026-05-14T16:11:55.436Z | Checking cfg-if v1.0.0 |
| 950 | 2026-05-14T16:11:55.559Z | Compiling zmij v1.0.19 |
| 951 | 2026-05-14T16:11:55.630Z | Compiling serde_json v1.0.149 |
| 952 | 2026-05-14T16:11:55.910Z | Compiling memchr v2.7.2 |
| 953 | 2026-05-14T16:11:55.994Z | Compiling libm v0.2.8 |
| 954 | 2026-05-14T16:11:55.994Z | Checking itoa v1.0.11 |
| 955 | 2026-05-14T16:11:56.262Z | Checking smallvec v1.13.2 |
| 956 | 2026-05-14T16:11:56.326Z | Compiling version_check v0.9.5 |
| 957 | 2026-05-14T16:11:56.526Z | Compiling getrandom v0.4.2 |
| 958 | 2026-05-14T16:11:56.607Z | Checking stable_deref_trait v1.2.0 |
| 959 | 2026-05-14T16:11:56.654Z | Checking writeable v0.5.5 |
| 960 | 2026-05-14T16:11:56.685Z | Compiling syn v2.0.117 |
| 961 | 2026-05-14T16:11:56.705Z | Checking litemap v0.7.4 |
| 962 | 2026-05-14T16:11:56.761Z | Checking icu_locid_transform_data v1.5.0 |
| 963 | 2026-05-14T16:11:56.818Z | Checking percent-encoding v2.3.2 |
| 964 | 2026-05-14T16:11:56.837Z | Checking icu_properties_data v1.5.0 |
| 965 | 2026-05-14T16:11:56.840Z | Compiling num-traits v0.2.19 |
| 966 | 2026-05-14T16:11:56.874Z | Checking write16 v1.0.0 |
| 967 | 2026-05-14T16:11:56.891Z | Checking utf8_iter v1.0.4 |
| 968 | 2026-05-14T16:11:56.952Z | Checking icu_normalizer_data v1.5.0 |
| 969 | 2026-05-14T16:11:56.972Z | Checking utf16_iter v1.0.5 |
| 970 | 2026-05-14T16:11:57.009Z | Checking form_urlencoded v1.2.2 |
| 971 | 2026-05-14T16:11:57.028Z | Checking getrandom v0.2.14 |
| 972 | 2026-05-14T16:11:57.094Z | Compiling thiserror v2.0.18 |
| 973 | 2026-05-14T16:11:57.135Z | Compiling shlex v1.3.0 |
| 974 | 2026-05-14T16:11:57.173Z | Compiling jobserver v0.1.31 |
| 975 | 2026-05-14T16:11:57.235Z | Compiling log v0.4.29 |
| 976 | 2026-05-14T16:11:57.325Z | Compiling lock_api v0.4.12 |
| 977 | 2026-05-14T16:11:57.413Z | Compiling cc v1.2.17 |
| 978 | 2026-05-14T16:11:57.492Z | Compiling parking_lot_core v0.9.10 |
| 979 | 2026-05-14T16:11:57.633Z | Compiling heck v0.5.0 |
| 980 | 2026-05-14T16:11:57.806Z | Checking iana-time-zone v0.1.64 |
| 981 | 2026-05-14T16:11:57.958Z | Checking semver v1.0.28 |
| 982 | 2026-05-14T16:11:57.976Z | Compiling rustversion v1.0.22 |
| 983 | 2026-05-14T16:11:57.996Z | Compiling schemars v0.8.22 |
| 984 | 2026-05-14T16:11:58.035Z | Checking uuid v1.22.0 |
| 985 | 2026-05-14T16:11:58.164Z | Compiling regex-syntax v0.8.5 |
| 986 | 2026-05-14T16:11:58.183Z | Checking dyn-clone v1.0.17 |
| 987 | 2026-05-14T16:11:58.264Z | Compiling aho-corasick v1.1.3 |
| 988 | 2026-05-14T16:11:58.287Z | Compiling slab v0.4.9 |
| 989 | 2026-05-14T16:11:58.325Z | Checking subtle v2.6.1 |
| 990 | 2026-05-14T16:11:58.484Z | Compiling typenum v1.17.0 |
| 991 | 2026-05-14T16:11:58.636Z | Checking pin-project-lite v0.2.14 |
| 992 | 2026-05-14T16:11:58.810Z | Checking rand_core v0.6.4 |
| 993 | 2026-05-14T16:11:58.973Z | Compiling bitflags v2.9.4 |
| 994 | 2026-05-14T16:11:58.993Z | Checking socket2 v0.6.3 |
| 995 | 2026-05-14T16:11:59.039Z | Checking scopeguard v1.2.0 |
| 996 | 2026-05-14T16:11:59.078Z | Checking signal-hook-registry v1.4.2 |
| 997 | 2026-05-14T16:11:59.188Z | Checking mio v1.2.0 |
| 998 | 2026-05-14T16:11:59.240Z | Compiling portable-atomic v1.11.1 |
| 999 | 2026-05-14T16:11:59.240Z | Compiling either v1.15.0 |
| 1000 | 2026-05-14T16:11:59.279Z | Compiling generic-array v0.14.7 |
| 1001 | 2026-05-14T16:11:59.351Z | Checking parking_lot v0.12.2 |
| 1002 | 2026-05-14T16:11:59.453Z | Checking equivalent v1.0.2 |
| 1003 | 2026-05-14T16:11:59.520Z | Compiling synstructure v0.13.1 |
| 1004 | 2026-05-14T16:11:59.547Z | Compiling serde_derive_internals v0.29.1 |
| 1005 | 2026-05-14T16:11:59.623Z | Checking critical-section v1.2.0 |
| 1006 | 2026-05-14T16:11:59.731Z | Compiling regex-automata v0.4.14 |
| 1007 | 2026-05-14T16:11:59.771Z | Compiling errno v0.3.14 |
| 1008 | 2026-05-14T16:11:59.927Z | Checking futures-core v0.3.32 |
| 1009 | 2026-05-14T16:11:59.994Z | Compiling thiserror v1.0.64 |
| 1010 | 2026-05-14T16:12:00.057Z | Compiling ring v0.17.14 |
| 1011 | 2026-05-14T16:12:00.172Z | Compiling rustix v0.38.34 |
| 1012 | 2026-05-14T16:12:00.245Z | Checking once_cell v1.21.3 |
| 1013 | 2026-05-14T16:12:00.328Z | Compiling httparse v1.10.1 |
| 1014 | 2026-05-14T16:12:00.348Z | Compiling getrandom v0.3.4 |
| 1015 | 2026-05-14T16:12:00.427Z | Compiling glob v0.3.3 |
| 1016 | 2026-05-14T16:12:00.493Z | Compiling minimal-lexical v0.2.1 |
| 1017 | 2026-05-14T16:12:00.722Z | Checking futures-sink v0.3.32 |
| 1018 | 2026-05-14T16:12:00.741Z | Compiling prettyplease v0.2.37 |
| 1019 | 2026-05-14T16:12:00.744Z | Compiling nom v7.1.3 |
| 1020 | 2026-05-14T16:12:00.777Z | Compiling clang-sys v1.8.1 |
| 1021 | 2026-05-14T16:12:00.843Z | Compiling serde_derive v1.0.228 |
| 1022 | 2026-05-14T16:12:00.981Z | Compiling zerofrom-derive v0.1.5 |
| 1023 | 2026-05-14T16:12:00.983Z | Compiling yoke-derive v0.7.5 |
| 1024 | 2026-05-14T16:12:01.147Z | Compiling zerovec-derive v0.10.3 |
| 1025 | 2026-05-14T16:12:01.601Z | Compiling displaydoc v0.2.5 |
| 1026 | 2026-05-14T16:12:02.033Z | Compiling icu_provider_macros v1.5.0 |
| 1027 | 2026-05-14T16:12:02.090Z | Compiling schemars_derive v0.8.22 |
| 1028 | 2026-05-14T16:12:02.190Z | Compiling zeroize_derive v1.4.3 |
| 1029 | 2026-05-14T16:12:02.221Z | Checking zerofrom v0.1.5 |
| 1030 | 2026-05-14T16:12:02.334Z | Compiling thiserror-impl v2.0.18 |
| 1031 | 2026-05-14T16:12:02.353Z | Checking yoke v0.7.5 |
| 1032 | 2026-05-14T16:12:02.408Z | Compiling tokio-macros v2.7.0 |
| 1033 | 2026-05-14T16:12:02.540Z | Checking zerovec v0.10.4 |
| 1034 | 2026-05-14T16:12:02.589Z | Compiling regex v1.12.3 |
| 1035 | 2026-05-14T16:12:02.924Z | Checking zeroize v1.8.2 |
| 1036 | 2026-05-14T16:12:03.029Z | Compiling futures-macro v0.3.32 |
| 1037 | 2026-05-14T16:12:03.171Z | Compiling thiserror-impl v1.0.64 |
| 1038 | 2026-05-14T16:12:03.279Z | Checking tinystr v0.7.6 |
| 1039 | 2026-05-14T16:12:03.311Z | Checking icu_collections v1.5.0 |
| 1040 | 2026-05-14T16:12:03.463Z | Checking icu_locid v1.5.0 |
| 1041 | 2026-05-14T16:12:03.531Z | Checking crypto-common v0.1.6 |
| 1042 | 2026-05-14T16:12:03.795Z | Checking hashbrown v0.17.0 |
| 1043 | 2026-05-14T16:12:03.818Z | Compiling lazy_static v1.5.0 |
| 1044 | 2026-05-14T16:12:03.837Z | Compiling libloading v0.8.9 |
| 1045 | 2026-05-14T16:12:03.903Z | Checking icu_provider v1.5.0 |
| 1046 | 2026-05-14T16:12:03.922Z | Compiling bindgen v0.69.5 |
| 1047 | 2026-05-14T16:12:03.947Z | Checking bytes v1.11.1 |
| 1048 | 2026-05-14T16:12:04.027Z | Checking chrono v0.4.44 |
| 1049 | 2026-05-14T16:12:04.195Z | Compiling serde_tokenstream v0.2.3 |
| 1050 | 2026-05-14T16:12:04.215Z | Checking icu_locid_transform v1.5.0 |
| 1051 | 2026-05-14T16:12:04.275Z | Checking indexmap v2.14.0 |
| 1052 | 2026-05-14T16:12:04.294Z | Checking const-oid v0.9.6 |
| 1053 | 2026-05-14T16:12:04.386Z | Checking tokio v1.52.3 |
| 1054 | 2026-05-14T16:12:04.467Z | Compiling home v0.5.11 |
| 1055 | 2026-05-14T16:12:04.597Z | Compiling which v4.4.2 |
| 1056 | 2026-05-14T16:12:04.660Z | Checking icu_properties v1.5.1 |
| 1057 | 2026-05-14T16:12:04.809Z | Compiling cexpr v0.6.0 |
| 1058 | 2026-05-14T16:12:04.835Z | Checking futures-channel v0.3.32 |
| 1059 | 2026-05-14T16:12:04.859Z | Compiling itertools v0.12.1 |
| 1060 | 2026-05-14T16:12:04.962Z | Compiling rustc-hash v1.1.0 |
| 1061 | 2026-05-14T16:12:05.027Z | Compiling strsim v0.11.1 |
| 1062 | 2026-05-14T16:12:05.071Z | Compiling lazycell v1.3.0 |
| 1063 | 2026-05-14T16:12:05.191Z | Compiling cmake v0.1.54 |
| 1064 | 2026-05-14T16:12:05.322Z | Checking futures-task v0.3.32 |
| 1065 | 2026-05-14T16:12:05.379Z | Checking futures-io v0.3.32 |
| 1066 | 2026-05-14T16:12:05.465Z | Compiling fs_extra v1.3.0 |
| 1067 | 2026-05-14T16:12:05.498Z | Compiling dunce v1.0.5 |
| 1068 | 2026-05-14T16:12:05.528Z | Checking futures-util v0.3.32 |
| 1069 | 2026-05-14T16:12:05.599Z | Checking base64 v0.22.1 |
| 1070 | 2026-05-14T16:12:05.719Z | Compiling ident_case v1.0.1 |
| 1071 | 2026-05-14T16:12:05.738Z | Compiling zerocopy-derive v0.8.27 |
| 1072 | 2026-05-14T16:12:05.784Z | Compiling slog v2.8.2 |
| 1073 | 2026-05-14T16:12:05.837Z | Checking http v1.4.0 |
| 1074 | 2026-05-14T16:12:05.855Z | Checking block-buffer v0.10.4 |
| 1075 | 2026-05-14T16:12:05.996Z | Checking digest v0.10.7 |
| 1076 | 2026-05-14T16:12:06.062Z | Checking icu_normalizer v1.5.0 |
| 1077 | 2026-05-14T16:12:06.394Z | Compiling tracing-attributes v0.1.27 |
| 1078 | 2026-05-14T16:12:06.428Z | Checking idna_adapter v1.2.0 |
| 1079 | 2026-05-14T16:12:06.559Z | Checking idna v1.0.3 |
| 1080 | 2026-05-14T16:12:06.608Z | Checking tracing-core v0.1.32 |
| 1081 | 2026-05-14T16:12:06.798Z | Checking url v2.5.4 |
| 1082 | 2026-05-14T16:12:06.899Z | Checking byteorder v1.5.0 |
| 1083 | 2026-05-14T16:12:06.957Z | Checking untrusted v0.9.0 |
| 1084 | 2026-05-14T16:12:07.074Z | Compiling ucd-trie v0.1.6 |
| 1085 | 2026-05-14T16:12:07.307Z | Compiling pest v2.8.4 |
| 1086 | 2026-05-14T16:12:07.502Z | Checking rustls-pki-types v1.12.0 |
| 1087 | 2026-05-14T16:12:07.579Z | Checking tracing v0.1.40 |
| 1088 | 2026-05-14T16:12:07.762Z | Compiling anyhow v1.0.100 |
| 1089 | 2026-05-14T16:12:08.124Z | Checking fnv v1.0.7 |
| 1090 | 2026-05-14T16:12:08.143Z | Compiling camino v1.2.2 |
| 1091 | 2026-05-14T16:12:08.319Z | Checking ppv-lite86 v0.2.17 |
| 1092 | 2026-05-14T16:12:08.338Z | Checking tokio-util v0.7.16 |
| 1093 | 2026-05-14T16:12:08.449Z | Compiling pest_meta v2.8.4 |
| 1094 | 2026-05-14T16:12:08.654Z | Checking ipnet v2.9.0 |
| 1095 | 2026-05-14T16:12:08.829Z | Checking ryu v1.0.18 |
| 1096 | 2026-05-14T16:12:08.858Z | Compiling paste v1.0.15 |
| 1097 | 2026-05-14T16:12:08.879Z | Checking http-body v1.0.1 |
| 1098 | 2026-05-14T16:12:08.882Z | Compiling zerocopy v0.8.27 |
| 1099 | 2026-05-14T16:12:09.015Z | Checking cpufeatures v0.2.12 |
| 1100 | 2026-05-14T16:12:09.094Z | Compiling pest_generator v2.8.4 |
| 1101 | 2026-05-14T16:12:09.131Z | Checking atomic-waker v1.1.2 |
| 1102 | 2026-05-14T16:12:09.233Z | Checking tower-layer v0.3.3 |
| 1103 | 2026-05-14T16:12:09.322Z | Checking try-lock v0.2.5 |
| 1104 | 2026-05-14T16:12:09.341Z | Checking tower-service v0.3.3 |
| 1105 | 2026-05-14T16:12:09.425Z | Checking want v0.3.1 |
| 1106 | 2026-05-14T16:12:09.443Z | Checking h2 v0.4.6 |
| 1107 | 2026-05-14T16:12:09.531Z | Checking httpdate v1.0.3 |
| 1108 | 2026-05-14T16:12:09.553Z | Checking pin-utils v0.1.0 |
| 1109 | 2026-05-14T16:12:09.682Z | Checking erased-serde v0.3.31 |
| 1110 | 2026-05-14T16:12:09.703Z | Compiling async-trait v0.1.89 |
| 1111 | 2026-05-14T16:12:09.793Z | Compiling pest_derive v2.8.4 |
| 1112 | 2026-05-14T16:12:09.865Z | Checking socket2 v0.5.10 |
| 1113 | 2026-05-14T16:12:10.061Z | Compiling num-conv v0.2.0 |
| 1114 | 2026-05-14T16:12:10.204Z | Compiling omicron-workspace-hack v0.1.0 |
| 1115 | 2026-05-14T16:12:10.304Z | Compiling time-core v0.1.8 |
| 1116 | 2026-05-14T16:12:10.461Z | Compiling time-macros v0.2.27 |
| 1117 | 2026-05-14T16:12:10.480Z | Compiling aws-lc-sys v0.30.0 |
| 1118 | 2026-05-14T16:12:10.675Z | Checking http-body-util v0.1.3 |
| 1119 | 2026-05-14T16:12:10.704Z | Checking serde_urlencoded v0.7.1 |
| 1120 | 2026-05-14T16:12:10.812Z | Checking ipnetwork v0.21.1 |
| 1121 | 2026-05-14T16:12:10.897Z | Compiling scroll_derive v0.13.1 |
| 1122 | 2026-05-14T16:12:11.037Z | Checking pretty-hex v0.4.1 |
| 1123 | 2026-05-14T16:12:11.059Z | Compiling aws-lc-rs v1.13.3 |
| 1124 | 2026-05-14T16:12:11.159Z | Checking openapiv3 v2.2.0 |
| 1125 | 2026-05-14T16:12:11.241Z | Checking hyper v1.8.1 |
| 1126 | 2026-05-14T16:12:11.457Z | Checking allocator-api2 v0.2.21 |
| 1127 | 2026-05-14T16:12:11.714Z | Checking plain v0.2.3 |
| 1128 | 2026-05-14T16:12:11.734Z | Checking untrusted v0.7.1 |
| 1129 | 2026-05-14T16:12:11.751Z | Checking foldhash v0.2.0 |
| 1130 | 2026-05-14T16:12:11.853Z | Compiling scroll v0.13.0 |
| 1131 | 2026-05-14T16:12:11.876Z | Compiling daft-derive v0.1.5 |
| 1132 | 2026-05-14T16:12:11.895Z | Compiling strum_macros v0.26.4 |
| 1133 | 2026-05-14T16:12:11.913Z | Checking hashbrown v0.16.1 |
| 1134 | 2026-05-14T16:12:12.133Z | Checking hyper-util v0.1.20 |
| 1135 | 2026-05-14T16:12:12.411Z | Compiling rustls v0.23.31 |
| 1136 | 2026-05-14T16:12:12.592Z | Compiling usdt-impl v0.6.0 |
| 1137 | 2026-05-14T16:12:12.648Z | Compiling crossbeam-utils v0.8.19 |
| 1138 | 2026-05-14T16:12:12.896Z | Compiling goblin v0.10.4 |
| 1139 | 2026-05-14T16:12:13.261Z | Checking rand_core v0.9.3 |
| 1140 | 2026-05-14T16:12:13.471Z | Checking rand_chacha v0.9.0 |
| 1141 | 2026-05-14T16:12:13.597Z | Checking oxnet v0.1.4 |
| 1142 | 2026-05-14T16:12:13.657Z | Compiling dtrace-parser v0.3.0 |
| 1143 | 2026-05-14T16:12:14.074Z | Compiling thread-id v5.0.0 |
| 1144 | 2026-05-14T16:12:14.129Z | Checking encoding_rs v0.8.34 |
| 1145 | 2026-05-14T16:12:14.165Z | Compiling rustls v0.22.4 |
| 1146 | 2026-05-14T16:12:14.205Z | Checking mime v0.3.17 |
| 1147 | 2026-05-14T16:12:14.277Z | Checking rand v0.9.2 |
| 1148 | 2026-05-14T16:12:14.373Z | Checking futures-executor v0.3.32 |
| 1149 | 2026-05-14T16:12:14.418Z | Checking sync_wrapper v1.0.1 |
| 1150 | 2026-05-14T16:12:14.492Z | Checking hex v0.4.3 |
| 1151 | 2026-05-14T16:12:14.522Z | Compiling slog-async v2.8.0 |
| 1152 | 2026-05-14T16:12:14.526Z | Checking futures v0.3.32 |
| 1153 | 2026-05-14T16:12:14.621Z | Checking tower v0.5.2 |
| 1154 | 2026-05-14T16:12:14.714Z | Checking webpki-roots v0.26.3 |
| 1155 | 2026-05-14T16:12:14.733Z | Compiling multer v3.1.0 |
| 1156 | 2026-05-14T16:12:14.761Z | Compiling rustix v1.1.2 |
| 1157 | 2026-05-14T16:12:14.834Z | Checking iri-string v0.7.8 |
| 1158 | 2026-05-14T16:12:15.020Z | Checking rand_chacha v0.3.1 |
| 1159 | 2026-05-14T16:12:15.058Z | Compiling async-stream-impl v0.3.6 |
| 1160 | 2026-05-14T16:12:15.077Z | Checking winnow v0.7.13 |
| 1161 | 2026-05-14T16:12:15.139Z | Checking sha1 v0.10.6 |
| 1162 | 2026-05-14T16:12:15.201Z | Checking rand v0.8.5 |
| 1163 | 2026-05-14T16:12:15.303Z | Compiling darling_core v0.23.0 |
| 1164 | 2026-05-14T16:12:15.679Z | Compiling dof v0.4.0 |
| 1165 | 2026-05-14T16:12:15.703Z | Checking powerfmt v0.2.0 |
| 1166 | 2026-05-14T16:12:15.845Z | Checking tower-http v0.6.8 |
| 1167 | 2026-05-14T16:12:15.863Z | Compiling ref-cast v1.0.25 |
| 1168 | 2026-05-14T16:12:16.110Z | Checking fastrand v2.3.0 |
| 1169 | 2026-05-14T16:12:16.214Z | Checking deranged v0.5.3 |
| 1170 | 2026-05-14T16:12:16.239Z | Compiling ref-cast-impl v1.0.25 |
| 1171 | 2026-05-14T16:12:16.289Z | Checking is-terminal v0.4.12 |
| 1172 | 2026-05-14T16:12:16.384Z | Checking num_threads v0.1.7 |
| 1173 | 2026-05-14T16:12:16.440Z | Checking match_cfg v0.1.0 |
| 1174 | 2026-05-14T16:12:16.626Z | Checking hostname v0.3.1 |
| 1175 | 2026-05-14T16:12:16.646Z | Checking strum v0.26.3 |
| 1176 | 2026-05-14T16:12:16.683Z | Checking newtype-uuid v1.3.2 |
| 1177 | 2026-05-14T16:12:16.723Z | Compiling usdt-attr-macro v0.6.0 |
| 1178 | 2026-05-14T16:12:16.726Z | Compiling usdt-macro v0.6.0 |
| 1179 | 2026-05-14T16:12:16.760Z | Compiling newtype-uuid-macros v0.1.0 |
| 1180 | 2026-05-14T16:12:16.821Z | Compiling structmeta-derive v0.3.0 |
| 1181 | 2026-05-14T16:12:16.858Z | Compiling syn v1.0.109 |
| 1182 | 2026-05-14T16:12:17.228Z | Checking time v0.3.47 |
| 1183 | 2026-05-14T16:12:17.247Z | Checking tempfile v3.23.0 |
| 1184 | 2026-05-14T16:12:17.403Z | Compiling darling_macro v0.23.0 |
| 1185 | 2026-05-14T16:12:17.452Z | Checking crossbeam-channel v0.5.15 |
| 1186 | 2026-05-14T16:12:17.576Z | Checking daft v0.1.5 |
| 1187 | 2026-05-14T16:12:17.793Z | Checking thread_local v1.1.8 |
| 1188 | 2026-05-14T16:12:17.858Z | Compiling structmeta v0.3.0 |
| 1189 | 2026-05-14T16:12:17.877Z | Compiling crc32fast v1.4.0 |
| 1190 | 2026-05-14T16:12:17.988Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 1191 | 2026-05-14T16:12:18.013Z | Compiling darling v0.23.0 |
| 1192 | 2026-05-14T16:12:18.100Z | Compiling serde_with_macros v3.18.0 |
| 1193 | 2026-05-14T16:12:18.219Z | Checking rustls-webpki v0.102.4 |
| 1194 | 2026-05-14T16:12:18.304Z | Checking serde_spanned v1.0.4 |
| 1195 | 2026-05-14T16:12:18.410Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 1196 | 2026-05-14T16:12:18.436Z | Checking term v1.2.0 |
| 1197 | 2026-05-14T16:12:18.457Z | Checking debug-ignore v1.0.5 |
| 1198 | 2026-05-14T16:12:18.558Z | Checking take_mut v0.2.2 |
| 1199 | 2026-05-14T16:12:18.595Z | Checking slog-json v2.6.1 |
| 1200 | 2026-05-14T16:12:18.661Z | Checking slog-term v2.9.2 |
| 1201 | 2026-05-14T16:12:18.748Z | Compiling strum_macros v0.27.2 |
| 1202 | 2026-05-14T16:12:18.835Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1203 | 2026-05-14T16:12:18.938Z | Checking memmap2 v0.9.9 |
| 1204 | 2026-05-14T16:12:19.212Z | Checking spin v0.9.8 |
| 1205 | 2026-05-14T16:12:19.280Z | Checking slog-bunyan v2.5.0 |
| 1206 | 2026-05-14T16:12:19.300Z | Compiling derive-ex v0.1.8 |
| 1207 | 2026-05-14T16:12:19.396Z | Checking async-stream v0.3.6 |
| 1208 | 2026-05-14T16:12:19.524Z | Checking waitgroup v0.1.2 |
| 1209 | 2026-05-14T16:12:19.544Z | Checking rustls-pemfile v2.2.0 |
| 1210 | 2026-05-14T16:12:19.627Z | Checking serde_path_to_error v0.1.20 |
| 1211 | 2026-05-14T16:12:19.683Z | Checking hostname v0.4.2 |
| 1212 | 2026-05-14T16:12:19.793Z | Checking macaddr v1.0.1 |
| 1213 | 2026-05-14T16:12:19.975Z | Checking quick-error v1.2.3 |
| 1214 | 2026-05-14T16:12:20.024Z | Checking tokio-rustls v0.25.0 |
| 1215 | 2026-05-14T16:12:20.193Z | Checking serde_with v3.18.0 |
| 1216 | 2026-05-14T16:12:20.225Z | Checking regress v0.10.5 |
| 1217 | 2026-05-14T16:12:20.555Z | Checking webpki-roots v1.0.3 |
| 1218 | 2026-05-14T16:12:20.846Z | Compiling test-strategy v0.4.3 |
| 1219 | 2026-05-14T16:12:20.864Z | Checking usdt v0.6.0 |
| 1220 | 2026-05-14T16:12:20.989Z | Compiling parse-display-derive v0.10.0 |
| 1221 | 2026-05-14T16:12:21.009Z | Compiling dropshot v0.17.0 |
| 1222 | 2026-05-14T16:12:21.026Z | Checking wait-timeout v0.2.0 |
| 1223 | 2026-05-14T16:12:21.152Z | Checking bit-vec v0.6.3 |
| 1224 | 2026-05-14T16:12:21.327Z | Checking bit-set v0.5.3 |
| 1225 | 2026-05-14T16:12:21.530Z | Checking rusty-fork v0.3.0 |
| 1226 | 2026-05-14T16:12:21.635Z | Checking strum v0.27.2 |
| 1227 | 2026-05-14T16:12:21.638Z | Compiling dropshot_endpoint v0.17.0 |
| 1228 | 2026-05-14T16:12:21.677Z | Checking rand_xorshift v0.3.0 |
| 1229 | 2026-05-14T16:12:21.696Z | Checking unarray v0.1.4 |
| 1230 | 2026-05-14T16:12:21.715Z | Compiling crucible-workspace-hack v0.1.0 |
| 1231 | 2026-05-14T16:12:21.799Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1232 | 2026-05-14T16:12:21.802Z | Checking proptest v1.5.0 |
| 1233 | 2026-05-14T16:12:21.909Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1234 | 2026-05-14T16:12:22.120Z | Checking rustc-hash v2.1.1 |
| 1235 | 2026-05-14T16:12:22.177Z | Checking adler v1.0.2 |
| 1236 | 2026-05-14T16:12:22.236Z | Checking iddqd v0.3.18 |
| 1237 | 2026-05-14T16:12:22.288Z | Checking miniz_oxide v0.7.2 |
| 1238 | 2026-05-14T16:12:22.493Z | Compiling toml_datetime v0.6.11 |
| 1239 | 2026-05-14T16:12:22.512Z | Checking openssl-probe v0.2.1 |
| 1240 | 2026-05-14T16:12:22.626Z | Checking rustls-native-certs v0.8.3 |
| 1241 | 2026-05-14T16:12:22.629Z | Checking flate2 v1.0.30 |
| 1242 | 2026-05-14T16:12:22.740Z | Checking instant v0.1.12 |
| 1243 | 2026-05-14T16:12:22.759Z | Checking compression-core v0.4.31 |
| 1244 | 2026-05-14T16:12:22.865Z | Checking backoff v0.4.0 |
| 1245 | 2026-05-14T16:12:22.938Z | Checking parse-display v0.10.0 |
| 1246 | 2026-05-14T16:12:22.983Z | Checking compression-codecs v0.4.32 |
| 1247 | 2026-05-14T16:12:23.037Z | Checking itertools v0.14.0 |
| 1248 | 2026-05-14T16:12:23.080Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 1249 | 2026-05-14T16:12:23.153Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 1250 | 2026-05-14T16:12:23.358Z | Checking base64ct v1.6.0 |
| 1251 | 2026-05-14T16:12:23.376Z | Checking toml v1.0.6+spec-1.1.0 |
| 1252 | 2026-05-14T16:12:23.462Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 1253 | 2026-05-14T16:12:23.562Z | Checking async-compression v0.4.33 |
| 1254 | 2026-05-14T16:12:23.607Z | Checking unicode-width v0.1.14 |
| 1255 | 2026-05-14T16:12:24.080Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1256 | 2026-05-14T16:12:24.105Z | Compiling clap_derive v4.5.4 |
| 1257 | 2026-05-14T16:12:24.162Z | Checking utf8parse v0.2.1 |
| 1258 | 2026-05-14T16:12:24.269Z | Compiling unsafe-libyaml v0.2.11 |
| 1259 | 2026-05-14T16:12:24.415Z | Checking anstyle-parse v0.2.4 |
| 1260 | 2026-05-14T16:12:24.819Z | Compiling serde_yaml v0.9.34+deprecated |
| 1261 | 2026-05-14T16:12:24.978Z | Checking anstyle-query v1.0.3 |
| 1262 | 2026-05-14T16:12:25.198Z | Checking is_terminal_polyfill v1.70.0 |
| 1263 | 2026-05-14T16:12:25.217Z | Checking anstyle v1.0.7 |
| 1264 | 2026-05-14T16:12:25.296Z | Checking colorchoice v1.0.1 |
| 1265 | 2026-05-14T16:12:25.396Z | Checking pem-rfc7468 v0.7.0 |
| 1266 | 2026-05-14T16:12:25.396Z | Checking anstream v0.6.14 |
| 1267 | 2026-05-14T16:12:25.556Z | Checking terminal_size v0.3.0 |
| 1268 | 2026-05-14T16:12:25.608Z | Compiling der_derive v0.7.3 |
| 1269 | 2026-05-14T16:12:25.676Z | Compiling winnow v0.5.40 |
| 1270 | 2026-05-14T16:12:25.758Z | Checking clap_lex v0.7.0 |
| 1271 | 2026-05-14T16:12:25.937Z | Checking flagset v0.4.7 |
| 1272 | 2026-05-14T16:12:26.084Z | Checking clap_builder v4.5.2 |
| 1273 | 2026-05-14T16:12:26.088Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1274 | 2026-05-14T16:12:26.556Z | Checking der v0.7.10 |
| 1275 | 2026-05-14T16:12:26.559Z | Compiling darling_core v0.21.3 |
| 1276 | 2026-05-14T16:12:26.979Z | Compiling toml_edit v0.19.15 |
| 1277 | 2026-05-14T16:12:27.162Z | Compiling rustc_version v0.4.1 |
| 1278 | 2026-05-14T16:12:27.309Z | Checking clap v4.5.4 |
| 1279 | 2026-05-14T16:12:27.443Z | Checking spki v0.7.3 |
| 1280 | 2026-05-14T16:12:27.641Z | Compiling heck v0.4.1 |
| 1281 | 2026-05-14T16:12:27.910Z | Checking secrecy v0.10.3 |
| 1282 | 2026-05-14T16:12:28.187Z | Compiling proc-macro-crate v1.3.1 |
| 1283 | 2026-05-14T16:12:28.224Z | Compiling heapless v0.8.0 |
| 1284 | 2026-05-14T16:12:28.242Z | Compiling convert_case v0.4.0 |
| 1285 | 2026-05-14T16:12:28.563Z | Compiling derive_more v0.99.20 |
| 1286 | 2026-05-14T16:12:28.699Z | Checking pkcs8 v0.10.2 |
| 1287 | 2026-05-14T16:12:28.736Z | Compiling darling_macro v0.21.3 |
| 1288 | 2026-05-14T16:12:28.853Z | Checking tabwriter v1.4.0 |
| 1289 | 2026-05-14T16:12:29.002Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1290 | 2026-05-14T16:12:29.203Z | Checking backon v1.6.0 |
| 1291 | 2026-05-14T16:12:29.288Z | Compiling darling v0.21.3 |
| 1292 | 2026-05-14T16:12:29.307Z | Checking crossbeam-epoch v0.9.18 |
| 1293 | 2026-05-14T16:12:29.385Z | Compiling ingot-macros v0.1.1 |
| 1294 | 2026-05-14T16:12:29.656Z | Checking hash32 v0.3.1 |
| 1295 | 2026-05-14T16:12:29.681Z | Compiling cfg_aliases v0.2.1 |
| 1296 | 2026-05-14T16:12:29.684Z | Compiling smoltcp v0.11.0 |
| 1297 | 2026-05-14T16:12:29.784Z | Checking bitflags v1.3.2 |
| 1298 | 2026-05-14T16:12:30.063Z | Compiling typify-impl v0.4.3 |
| 1299 | 2026-05-14T16:12:30.241Z | Checking hmac v0.12.1 |
| 1300 | 2026-05-14T16:12:30.376Z | Checking managed v0.8.0 |
| 1301 | 2026-05-14T16:12:30.419Z | Checking cobs v0.2.3 |
| 1302 | 2026-05-14T16:12:30.550Z | Checking postcard v1.0.9 |
| 1303 | 2026-05-14T16:12:30.812Z | Checking inout v0.1.3 |
| 1304 | 2026-05-14T16:12:30.918Z | Compiling zerocopy-derive v0.7.34 |
| 1305 | 2026-05-14T16:12:30.947Z | Checking ff v0.13.1 |
| 1306 | 2026-05-14T16:12:31.082Z | Compiling memoffset v0.9.1 |
| 1307 | 2026-05-14T16:12:31.321Z | Checking base16ct v0.2.0 |
| 1308 | 2026-05-14T16:12:31.451Z | Checking sec1 v0.7.3 |
| 1309 | 2026-05-14T16:12:31.679Z | Checking group v0.13.0 |
| 1310 | 2026-05-14T16:12:31.731Z | Checking cipher v0.4.4 |
| 1311 | 2026-05-14T16:12:31.754Z | Checking hkdf v0.12.4 |
| 1312 | 2026-05-14T16:12:31.869Z | Compiling regress v0.11.1 |
| 1313 | 2026-05-14T16:12:31.887Z | Checking crypto-bigint v0.5.5 |
| 1314 | 2026-05-14T16:12:32.000Z | Checking ingot-types v0.1.2 |
| 1315 | 2026-05-14T16:12:32.201Z | Compiling proc-macro-error-attr v1.0.4 |
| 1316 | 2026-05-14T16:12:32.340Z | Checking ingot v0.1.1 |
| 1317 | 2026-05-14T16:12:32.459Z | Compiling pkg-config v0.3.30 |
| 1318 | 2026-05-14T16:12:32.528Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1319 | 2026-05-14T16:12:32.848Z | Checking colored v3.1.1 |
| 1320 | 2026-05-14T16:12:32.926Z | Compiling rayon-core v1.13.0 |
| 1321 | 2026-05-14T16:12:33.045Z | Checking elliptic-curve v0.13.8 |
| 1322 | 2026-05-14T16:12:33.334Z | Checking crossbeam-deque v0.8.5 |
| 1323 | 2026-05-14T16:12:33.353Z | Compiling num_enum_derive v0.7.4 |
| 1324 | 2026-05-14T16:12:33.465Z | Compiling typify-macro v0.4.3 |
| 1325 | 2026-05-14T16:12:33.513Z | Compiling typify-impl v0.6.2 |
| 1326 | 2026-05-14T16:12:33.681Z | Compiling curve25519-dalek v4.1.3 |
| 1327 | 2026-05-14T16:12:33.967Z | Checking half v2.7.1 |
| 1328 | 2026-05-14T16:12:34.384Z | Checking universal-hash v0.5.1 |
| 1329 | 2026-05-14T16:12:34.512Z | Compiling proc-macro-error v1.0.4 |
| 1330 | 2026-05-14T16:12:34.561Z | Checking ciborium-io v0.2.2 |
| 1331 | 2026-05-14T16:12:34.656Z | Checking data-encoding v2.6.0 |
| 1332 | 2026-05-14T16:12:34.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1333 | 2026-05-14T16:12:34.739Z | Checking opaque-debug v0.3.1 |
| 1334 | 2026-05-14T16:12:34.814Z | Compiling vcpkg v0.2.15 |
| 1335 | 2026-05-14T16:12:34.930Z | Checking ciborium-ll v0.2.2 |
| 1336 | 2026-05-14T16:12:34.947Z | Checking num_enum v0.7.4 |
| 1337 | 2026-05-14T16:12:35.060Z | Compiling num_enum_derive v0.5.11 |
| 1338 | 2026-05-14T16:12:35.371Z | Compiling foreign-types-macros v0.2.3 |
| 1339 | 2026-05-14T16:12:35.468Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1340 | 2026-05-14T16:12:35.799Z | Checking foreign-types-shared v0.3.1 |
| 1341 | 2026-05-14T16:12:36.007Z | Checking foreign-types v0.5.0 |
| 1342 | 2026-05-14T16:12:36.058Z | Checking num_enum v0.5.11 |
| 1343 | 2026-05-14T16:12:36.171Z | Checking rayon v1.11.0 |
| 1344 | 2026-05-14T16:12:36.335Z | Checking ciborium v0.2.2 |
| 1345 | 2026-05-14T16:12:36.446Z | Compiling typify v0.4.3 |
| 1346 | 2026-05-14T16:12:36.731Z | Compiling zerocopy v0.7.34 |
| 1347 | 2026-05-14T16:12:36.768Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1348 | 2026-05-14T16:12:36.839Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1349 | 2026-05-14T16:12:36.934Z | Compiling typify-macro v0.6.2 |
| 1350 | 2026-05-14T16:12:37.041Z | Checking serde_spanned v0.6.9 |
| 1351 | 2026-05-14T16:12:37.171Z | Checking aead v0.5.2 |
| 1352 | 2026-05-14T16:12:37.243Z | Compiling scroll_derive v0.12.0 |
| 1353 | 2026-05-14T16:12:37.307Z | Checking num-integer v0.1.46 |
| 1354 | 2026-05-14T16:12:37.534Z | Compiling usdt-impl v0.5.0 |
| 1355 | 2026-05-14T16:12:37.577Z | Checking cstr-argument v0.1.2 |
| 1356 | 2026-05-14T16:12:37.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 1357 | 2026-05-14T16:12:37.702Z | Checking keccak v0.1.6 |
| 1358 | 2026-05-14T16:12:37.890Z | Checking sha3 v0.10.8 |
| 1359 | 2026-05-14T16:12:37.908Z | Checking scroll v0.12.0 |
| 1360 | 2026-05-14T16:12:37.957Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1361 | 2026-05-14T16:12:37.976Z | Checking thiserror-no-std v2.0.2 |
| 1362 | 2026-05-14T16:12:38.048Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1363 | 2026-05-14T16:12:38.066Z | Compiling dof v0.3.0 |
| 1364 | 2026-05-14T16:12:38.119Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 1365 | 2026-05-14T16:12:38.138Z | Checking poly1305 v0.8.0 |
| 1366 | 2026-05-14T16:12:38.156Z | Checking chacha20 v0.9.1 |
| 1367 | 2026-05-14T16:12:38.380Z | Compiling dtrace-parser v0.2.0 |
| 1368 | 2026-05-14T16:12:38.398Z | Checking password-hash v0.5.0 |
| 1369 | 2026-05-14T16:12:38.477Z | Checking camino-tempfile v1.4.1 |
| 1370 | 2026-05-14T16:12:38.495Z | Checking blake2 v0.10.6 |
| 1371 | 2026-05-14T16:12:38.603Z | Compiling thread-id v4.2.1 |
| 1372 | 2026-05-14T16:12:38.711Z | Checking indent_write v2.2.0 |
| 1373 | 2026-05-14T16:12:38.876Z | Checking argon2 v0.5.3 |
| 1374 | 2026-05-14T16:12:38.994Z | Checking chacha20poly1305 v0.10.1 |
| 1375 | 2026-05-14T16:12:39.169Z | Checking goblin v0.8.2 |
| 1376 | 2026-05-14T16:12:39.417Z | Checking vsss-rs v3.3.4 |
| 1377 | 2026-05-14T16:12:39.435Z | Checking num-bigint v0.4.5 |
| 1378 | 2026-05-14T16:12:40.012Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1379 | 2026-05-14T16:12:40.030Z | Checking sigpipe v0.1.3 |
| 1380 | 2026-05-14T16:12:40.130Z | Checking jiff v0.2.15 |
| 1381 | 2026-05-14T16:12:40.507Z | Checking num-rational v0.4.2 |
| 1382 | 2026-05-14T16:12:40.790Z | Compiling typify v0.6.2 |
| 1383 | 2026-05-14T16:12:40.907Z | Checking num-iter v0.1.45 |
| 1384 | 2026-05-14T16:12:40.997Z | Compiling zone_cfg_derive v0.3.0 |
| 1385 | 2026-05-14T16:12:41.022Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1386 | 2026-05-14T16:12:41.963Z | Checking num-complex v0.4.6 |
| 1387 | 2026-05-14T16:12:42.006Z | Compiling num-derive v0.4.2 |
| 1388 | 2026-05-14T16:12:42.392Z | Checking tinyvec_macros v0.1.1 |
| 1389 | 2026-05-14T16:12:42.464Z | Checking tinyvec v1.6.0 |
| 1390 | 2026-05-14T16:12:42.485Z | Checking zone v0.3.1 |
| 1391 | 2026-05-14T16:12:42.604Z | Checking rustls-webpki v0.103.4 |
| 1392 | 2026-05-14T16:12:42.889Z | Checking num v0.4.3 |
| 1393 | 2026-05-14T16:12:42.957Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1394 | 2026-05-14T16:12:43.580Z | Compiling usdt-attr-macro v0.5.0 |
| 1395 | 2026-05-14T16:12:43.606Z | Compiling usdt-macro v0.5.0 |
| 1396 | 2026-05-14T16:12:43.832Z | Checking smf v0.2.3 |
| 1397 | 2026-05-14T16:12:43.884Z | Checking memmap v0.7.0 |
| 1398 | 2026-05-14T16:12:44.018Z | Checking bstr v1.9.1 |
| 1399 | 2026-05-14T16:12:44.179Z | Checking whoami v1.5.1 |
| 1400 | 2026-05-14T16:12:44.314Z | Checking usdt v0.5.0 |
| 1401 | 2026-05-14T16:12:44.693Z | Compiling progenitor-impl v0.11.1 |
| 1402 | 2026-05-14T16:12:44.998Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1403 | 2026-05-14T16:12:45.170Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1404 | 2026-05-14T16:12:45.341Z | Checking toml_write v0.1.2 |
| 1405 | 2026-05-14T16:12:45.438Z | Checking tokio-rustls v0.26.0 |
| 1406 | 2026-05-14T16:12:45.497Z | Checking rustls-platform-verifier v0.6.2 |
| 1407 | 2026-05-14T16:12:45.659Z | Checking hyper-rustls v0.27.3 |
| 1408 | 2026-05-14T16:12:45.879Z | Checking reqwest v0.12.23 |
| 1409 | 2026-05-14T16:12:45.898Z | Checking reqwest v0.13.2 |
| 1410 | 2026-05-14T16:12:46.546Z | Checking progenitor-client v0.10.0 |
| 1411 | 2026-05-14T16:12:46.703Z | Checking progenitor-client v0.14.0 |
| 1412 | 2026-05-14T16:12:46.721Z | Checking progenitor-client v0.11.1 |
| 1413 | 2026-05-14T16:12:46.741Z | Compiling progenitor-macro v0.11.1 |
| 1414 | 2026-05-14T16:12:46.930Z | Checking progenitor-extras v0.2.0 |
| 1415 | 2026-05-14T16:12:47.152Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1416 | 2026-05-14T16:12:47.314Z | Checking toml_edit v0.22.27 |
| 1417 | 2026-05-14T16:12:47.673Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1418 | 2026-05-14T16:12:48.940Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1419 | 2026-05-14T16:12:49.194Z | Compiling darling_core v0.20.11 |
| 1420 | 2026-05-14T16:12:49.232Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1421 | 2026-05-14T16:12:49.380Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1422 | 2026-05-14T16:12:49.585Z | Compiling dropshot v0.16.7 |
| 1423 | 2026-05-14T16:12:49.853Z | Checking swrite v0.1.0 |
| 1424 | 2026-05-14T16:12:49.930Z | Checking float-ord v0.3.2 |
| 1425 | 2026-05-14T16:12:50.332Z | Checking toml v0.9.12+spec-1.1.0 |
| 1426 | 2026-05-14T16:12:50.657Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1427 | 2026-05-14T16:12:50.852Z | Checking progenitor v0.11.1 |
| 1428 | 2026-05-14T16:12:50.892Z | Checking toml v0.8.23 |
| 1429 | 2026-05-14T16:12:51.120Z | Compiling darling_macro v0.20.11 |
| 1430 | 2026-05-14T16:12:51.138Z | Compiling nix v0.30.1 |
| 1431 | 2026-05-14T16:12:51.495Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1432 | 2026-05-14T16:12:51.536Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 1433 | 2026-05-14T16:12:51.617Z | Compiling hubpack_derive v0.1.1 |
| 1434 | 2026-05-14T16:12:51.770Z | Checking byte-wrapper v0.1.0 |
| 1435 | 2026-05-14T16:12:51.798Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1436 | 2026-05-14T16:12:51.972Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1437 | 2026-05-14T16:12:51.991Z | Compiling dropshot_endpoint v0.16.7 |
| 1438 | 2026-05-14T16:12:52.201Z | Checking static_assertions v1.1.0 |
| 1439 | 2026-05-14T16:12:52.255Z | Checking base64 v0.21.7 |
| 1440 | 2026-05-14T16:12:52.255Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1441 | 2026-05-14T16:12:52.344Z | Checking hubpack v0.1.2 |
| 1442 | 2026-05-14T16:12:52.416Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1443 | 2026-05-14T16:12:52.495Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1444 | 2026-05-14T16:12:52.516Z | Compiling darling v0.20.11 |
| 1445 | 2026-05-14T16:12:52.634Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1446 | 2026-05-14T16:12:52.657Z | Compiling libz-sys v1.1.16 |
| 1447 | 2026-05-14T16:12:53.100Z | Compiling nix v0.31.3 |
| 1448 | 2026-05-14T16:12:53.144Z | Compiling enum-as-inner v0.6.0 |
| 1449 | 2026-05-14T16:12:53.495Z | Checking atomicwrites v0.4.4 |
| 1450 | 2026-05-14T16:12:53.514Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1451 | 2026-05-14T16:12:53.617Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1452 | 2026-05-14T16:12:53.635Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1453 | 2026-05-14T16:12:53.811Z | Checking is_ci v1.2.0 |
| 1454 | 2026-05-14T16:12:53.860Z | Compiling semver v0.1.20 |
| 1455 | 2026-05-14T16:12:53.893Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1456 | 2026-05-14T16:12:54.111Z | Compiling rustc_version v0.1.7 |
| 1457 | 2026-05-14T16:12:54.165Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1458 | 2026-05-14T16:12:54.168Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1459 | 2026-05-14T16:12:54.287Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 1460 | 2026-05-14T16:12:54.427Z | Compiling derive_builder_core v0.20.2 |
| 1461 | 2026-05-14T16:12:54.497Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1462 | 2026-05-14T16:12:54.705Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1463 | 2026-05-14T16:12:55.069Z | Checking similar v2.7.0 |
| 1464 | 2026-05-14T16:12:55.177Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1465 | 2026-05-14T16:12:55.214Z | Compiling progenitor-impl v0.14.0 |
| 1466 | 2026-05-14T16:12:55.341Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1467 | 2026-05-14T16:12:55.401Z | Compiling owo-colors v4.2.3 |
| 1468 | 2026-05-14T16:12:55.425Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1469 | 2026-05-14T16:12:55.542Z | Checking utf-8 v0.7.6 |
| 1470 | 2026-05-14T16:12:55.672Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1471 | 2026-05-14T16:12:55.689Z | Checking tungstenite v0.21.0 |
| 1472 | 2026-05-14T16:12:56.103Z | Compiling derive_builder_macro v0.20.2 |
| 1473 | 2026-05-14T16:12:56.384Z | Compiling newtype_derive v0.1.6 |
| 1474 | 2026-05-14T16:12:56.603Z | Checking supports-color v3.0.2 |
| 1475 | 2026-05-14T16:12:56.621Z | Checking supports-color v2.1.0 |
| 1476 | 2026-05-14T16:12:56.733Z | Compiling openssl-sys v0.9.107 |
| 1477 | 2026-05-14T16:12:56.755Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 1478 | 2026-05-14T16:12:57.270Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1479 | 2026-05-14T16:12:57.298Z | Compiling progenitor-macro v0.14.0 |
| 1480 | 2026-05-14T16:12:57.530Z | Checking resolv-conf v0.7.0 |
| 1481 | 2026-05-14T16:12:57.592Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1482 | 2026-05-14T16:12:57.674Z | Compiling serde_repr v0.1.19 |
| 1483 | 2026-05-14T16:12:57.724Z | Compiling vergen-lib v9.1.0 |
| 1484 | 2026-05-14T16:12:57.808Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1485 | 2026-05-14T16:12:57.987Z | Compiling slog-dtrace v0.3.0 |
| 1486 | 2026-05-14T16:12:58.071Z | Checking linked-hash-map v0.5.6 |
| 1487 | 2026-05-14T16:12:58.154Z | Checking unicode-segmentation v1.11.0 |
| 1488 | 2026-05-14T16:12:58.249Z | Checking lru-cache v0.1.2 |
| 1489 | 2026-05-14T16:12:58.333Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1490 | 2026-05-14T16:12:58.461Z | Checking newline-converter v0.3.0 |
| 1491 | 2026-05-14T16:12:58.579Z | Compiling derive_builder v0.20.2 |
| 1492 | 2026-05-14T16:12:58.770Z | Checking tokio-tungstenite v0.21.0 |
| 1493 | 2026-05-14T16:12:59.089Z | Checking hickory-proto v0.24.4 |
| 1494 | 2026-05-14T16:12:59.161Z | Compiling progenitor-impl v0.13.0 |
| 1495 | 2026-05-14T16:12:59.234Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1496 | 2026-05-14T16:12:59.707Z | Checking console v0.15.8 |
| 1497 | 2026-05-14T16:13:00.380Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1498 | 2026-05-14T16:13:00.474Z | Checking serde-big-array v0.5.1 |
| 1499 | 2026-05-14T16:13:00.587Z | Compiling pin-project-internal v1.1.10 |
| 1500 | 2026-05-14T16:13:00.613Z | Compiling derive-where v1.6.0 |
| 1501 | 2026-05-14T16:13:00.662Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1502 | 2026-05-14T16:13:01.172Z | Compiling vergen v9.1.0 |
| 1503 | 2026-05-14T16:13:01.237Z | Compiling cargo-platform v0.3.2 |
| 1504 | 2026-05-14T16:13:01.403Z | Checking siphasher v1.0.1 |
| 1505 | 2026-05-14T16:13:01.457Z | Checking progenitor v0.14.0 |
| 1506 | 2026-05-14T16:13:01.491Z | Compiling cargo_metadata v0.23.1 |
| 1507 | 2026-05-14T16:13:01.565Z | Checking phf_shared v0.12.1 |
| 1508 | 2026-05-14T16:13:01.619Z | Compiling progenitor-macro v0.13.0 |
| 1509 | 2026-05-14T16:13:01.645Z | Checking pin-project v1.1.10 |
| 1510 | 2026-05-14T16:13:01.751Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1511 | 2026-05-14T16:13:01.839Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1512 | 2026-05-14T16:13:02.000Z | Checking hickory-resolver v0.24.4 |
| 1513 | 2026-05-14T16:13:02.103Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1514 | 2026-05-14T16:13:02.401Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1515 | 2026-05-14T16:13:02.655Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1516 | 2026-05-14T16:13:02.690Z | Checking expectorate v1.2.0 |
| 1517 | 2026-05-14T16:13:03.103Z | Checking progenitor-client v0.13.0 |
| 1518 | 2026-05-14T16:13:03.260Z | Checking globset v0.4.14 |
| 1519 | 2026-05-14T16:13:03.340Z | Checking unicode-normalization v0.1.24 |
| 1520 | 2026-05-14T16:13:03.500Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1521 | 2026-05-14T16:13:03.529Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1522 | 2026-05-14T16:13:03.754Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1523 | 2026-05-14T16:13:03.755Z | Checking terminal_size v0.4.3 |
| 1524 | 2026-05-14T16:13:03.818Z | Checking tokio-stream v0.1.17 |
| 1525 | 2026-05-14T16:13:03.897Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1526 | 2026-05-14T16:13:04.136Z | Compiling snafu-derive v0.8.9 |
| 1527 | 2026-05-14T16:13:04.157Z | Compiling async-recursion v1.1.1 |
| 1528 | 2026-05-14T16:13:04.161Z | Compiling vergen-git2 v9.1.0 |
| 1529 | 2026-05-14T16:13:04.194Z | Checking csv-core v0.1.12 |
| 1530 | 2026-05-14T16:13:04.316Z | Compiling chrono-tz v0.10.4 |
| 1531 | 2026-05-14T16:13:04.374Z | Compiling openssl v0.10.72 |
| 1532 | 2026-05-14T16:13:04.402Z | Compiling cancel-safe-futures v0.1.5 |
| 1533 | 2026-05-14T16:13:04.535Z | Checking highway v1.3.0 |
| 1534 | 2026-05-14T16:13:04.639Z | Checking unicode-linebreak v0.1.5 |
| 1535 | 2026-05-14T16:13:04.642Z | Checking smawk v0.3.2 |
| 1536 | 2026-05-14T16:13:04.763Z | Checking unicode-width v0.2.1 |
| 1537 | 2026-05-14T16:13:04.793Z | Checking same-file v1.0.6 |
| 1538 | 2026-05-14T16:13:04.814Z | Checking foldhash v0.1.5 |
| 1539 | 2026-05-14T16:13:04.857Z | Compiling unicode-xid v0.2.4 |
| 1540 | 2026-05-14T16:13:04.915Z | Checking foreign-types-shared v0.1.1 |
| 1541 | 2026-05-14T16:13:04.954Z | Checking hashbrown v0.15.2 |
| 1542 | 2026-05-14T16:13:04.983Z | Compiling const_format_proc_macros v0.2.34 |
| 1543 | 2026-05-14T16:13:05.006Z | Checking foreign-types v0.3.2 |
| 1544 | 2026-05-14T16:13:05.025Z | Checking textwrap v0.16.2 |
| 1545 | 2026-05-14T16:13:05.083Z | Checking walkdir v2.5.0 |
| 1546 | 2026-05-14T16:13:05.245Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1547 | 2026-05-14T16:13:05.367Z | Checking csv v1.3.1 |
| 1548 | 2026-05-14T16:13:05.405Z | Checking qorb v0.4.1 |
| 1549 | 2026-05-14T16:13:05.731Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1550 | 2026-05-14T16:13:05.768Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1551 | 2026-05-14T16:13:05.820Z | Checking snafu v0.8.9 |
| 1552 | 2026-05-14T16:13:05.823Z | Checking progenitor v0.13.0 |
| 1553 | 2026-05-14T16:13:05.954Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1554 | 2026-05-14T16:13:05.957Z | Checking olpc-cjson v0.1.4 |
| 1555 | 2026-05-14T16:13:06.100Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1556 | 2026-05-14T16:13:06.365Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1557 | 2026-05-14T16:13:06.418Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1558 | 2026-05-14T16:13:06.437Z | Checking phf v0.12.1 |
| 1559 | 2026-05-14T16:13:06.645Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1560 | 2026-05-14T16:13:06.723Z | Checking tokio-dtrace v0.1.1 |
| 1561 | 2026-05-14T16:13:06.906Z | Compiling progenitor-impl v0.10.0 |
| 1562 | 2026-05-14T16:13:06.993Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1563 | 2026-05-14T16:13:07.076Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1564 | 2026-05-14T16:13:07.136Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1565 | 2026-05-14T16:13:07.159Z | Checking sha2 v0.10.9 |
| 1566 | 2026-05-14T16:13:07.230Z | Checking libsw-core v0.3.2 |
| 1567 | 2026-05-14T16:13:07.249Z | Checking signature v2.2.0 |
| 1568 | 2026-05-14T16:13:07.359Z | Checking pem v3.0.5 |
| 1569 | 2026-05-14T16:13:07.377Z | Checking serde_plain v1.0.2 |
| 1570 | 2026-05-14T16:13:07.378Z | Compiling openssl-macros v0.1.1 |
| 1571 | 2026-05-14T16:13:07.380Z | Compiling cookie v0.18.1 |
| 1572 | 2026-05-14T16:13:07.432Z | Compiling moka v0.12.10 |
| 1573 | 2026-05-14T16:13:07.472Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1574 | 2026-05-14T16:13:07.516Z | Checking bytecount v0.6.9 |
| 1575 | 2026-05-14T16:13:07.535Z | Compiling rustls v0.21.12 |
| 1576 | 2026-05-14T16:13:07.620Z | Checking fixedbitset v0.4.2 |
| 1577 | 2026-05-14T16:13:07.656Z | Checking fixedbitset v0.5.7 |
| 1578 | 2026-05-14T16:13:07.693Z | Checking typed-path v0.9.3 |
| 1579 | 2026-05-14T16:13:07.803Z | Checking petgraph v0.6.5 |
| 1580 | 2026-05-14T16:13:07.921Z | Checking petgraph v0.8.3 |
| 1581 | 2026-05-14T16:13:07.999Z | Checking papergrid v0.11.0 |
| 1582 | 2026-05-14T16:13:08.503Z | Checking tough v0.20.0 |
| 1583 | 2026-05-14T16:13:08.625Z | Checking libsw v3.5.0 |
| 1584 | 2026-05-14T16:13:08.781Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1585 | 2026-05-14T16:13:08.920Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 1586 | 2026-05-14T16:13:09.021Z | Compiling progenitor-macro v0.10.0 |
| 1587 | 2026-05-14T16:13:09.068Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 1588 | 2026-05-14T16:13:09.123Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1589 | 2026-05-14T16:13:09.221Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1590 | 2026-05-14T16:13:09.305Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1591 | 2026-05-14T16:13:09.323Z | Checking oxide-tokio-rt v0.1.6 |
| 1592 | 2026-05-14T16:13:09.499Z | Checking const_format v0.2.35 |
| 1593 | 2026-05-14T16:13:09.601Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1594 | 2026-05-14T16:13:09.886Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1595 | 2026-05-14T16:13:09.959Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1596 | 2026-05-14T16:13:09.992Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1597 | 2026-05-14T16:13:10.153Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1598 | 2026-05-14T16:13:10.356Z | Compiling tabled_derive v0.7.0 |
| 1599 | 2026-05-14T16:13:10.428Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1600 | 2026-05-14T16:13:10.925Z | Checking key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1601 | 2026-05-14T16:13:10.945Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1602 | 2026-05-14T16:13:11.038Z | Checking gethostname v0.5.0 |
| 1603 | 2026-05-14T16:13:11.058Z | Checking sct v0.7.1 |
| 1604 | 2026-05-14T16:13:11.136Z | Checking rustls-webpki v0.101.7 |
| 1605 | 2026-05-14T16:13:11.188Z | Checking bcs v0.1.6 |
| 1606 | 2026-05-14T16:13:11.264Z | Compiling salty v0.3.0 |
| 1607 | 2026-05-14T16:13:11.282Z | Compiling radium v0.7.0 |
| 1608 | 2026-05-14T16:13:11.415Z | Checking tagptr v0.2.0 |
| 1609 | 2026-05-14T16:13:11.460Z | Checking termtree v0.5.1 |
| 1610 | 2026-05-14T16:13:11.530Z | Checking linear-map v1.2.0 |
| 1611 | 2026-05-14T16:13:11.638Z | Checking tabled v0.15.0 |
| 1612 | 2026-05-14T16:13:11.703Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1613 | 2026-05-14T16:13:12.170Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1614 | 2026-05-14T16:13:12.337Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1615 | 2026-05-14T16:13:12.736Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1616 | 2026-05-14T16:13:12.931Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1617 | 2026-05-14T16:13:13.113Z | Checking progenitor v0.10.0 |
| 1618 | 2026-05-14T16:13:13.254Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1619 | 2026-05-14T16:13:13.427Z | Checking steno v0.4.1 |
| 1620 | 2026-05-14T16:13:13.942Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1621 | 2026-05-14T16:13:14.390Z | Checking hickory-proto v0.25.2 |
| 1622 | 2026-05-14T16:13:14.437Z | Checking rfc6979 v0.4.0 |
| 1623 | 2026-05-14T16:13:14.504Z | Checking tap v1.0.1 |
| 1624 | 2026-05-14T16:13:14.562Z | Checking humantime v2.3.0 |
| 1625 | 2026-05-14T16:13:14.676Z | Checking wyz v0.5.1 |
| 1626 | 2026-05-14T16:13:14.742Z | Checking ecdsa v0.16.9 |
| 1627 | 2026-05-14T16:13:14.858Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1628 | 2026-05-14T16:13:15.071Z | Checking tokio-rustls v0.24.1 |
| 1629 | 2026-05-14T16:13:15.589Z | Checking ed25519 v2.2.3 |
| 1630 | 2026-05-14T16:13:15.714Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1631 | 2026-05-14T16:13:15.761Z | Checking rustls-pemfile v1.0.4 |
| 1632 | 2026-05-14T16:13:15.898Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1633 | 2026-05-14T16:13:15.939Z | Checking hickory-resolver v0.25.2 |
| 1634 | 2026-05-14T16:13:15.959Z | Checking primeorder v0.13.6 |
| 1635 | 2026-05-14T16:13:16.195Z | Checking twox-hash v2.1.2 |
| 1636 | 2026-05-14T16:13:16.274Z | Checking env_filter v1.0.1 |
| 1637 | 2026-05-14T16:13:16.424Z | Checking atty v0.2.14 |
| 1638 | 2026-05-14T16:13:16.479Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1639 | 2026-05-14T16:13:16.518Z | Checking funty v2.0.0 |
| 1640 | 2026-05-14T16:13:16.537Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1641 | 2026-05-14T16:13:16.555Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1642 | 2026-05-14T16:13:16.719Z | Checking env_logger v0.11.10 |
| 1643 | 2026-05-14T16:13:16.743Z | Checking toml v0.7.8 |
| 1644 | 2026-05-14T16:13:16.832Z | Checking bitvec v1.0.1 |
| 1645 | 2026-05-14T16:13:16.904Z | Checking p384 v0.13.1 |
| 1646 | 2026-05-14T16:13:16.923Z | Checking ed25519-dalek v2.2.0 |
| 1647 | 2026-05-14T16:13:16.949Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1648 | 2026-05-14T16:13:17.045Z | Checking polyval v0.6.2 |
| 1649 | 2026-05-14T16:13:17.113Z | Checking ctr v0.9.2 |
| 1650 | 2026-05-14T16:13:17.172Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1651 | 2026-05-14T16:13:17.191Z | Checking aes v0.8.4 |
| 1652 | 2026-05-14T16:13:17.209Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1653 | 2026-05-14T16:13:17.277Z | Checking x509-cert v0.2.5 |
| 1654 | 2026-05-14T16:13:17.312Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1655 | 2026-05-14T16:13:17.441Z | Checking bincode v1.3.3 |
| 1656 | 2026-05-14T16:13:17.513Z | Compiling strum_macros v0.28.0 |
| 1657 | 2026-05-14T16:13:17.538Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1658 | 2026-05-14T16:13:17.755Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1659 | 2026-05-14T16:13:17.774Z | Checking passt v0.3.0 |
| 1660 | 2026-05-14T16:13:17.904Z | Checking fakedata_generator v0.7.1 |
| 1661 | 2026-05-14T16:13:17.923Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1662 | 2026-05-14T16:13:18.005Z | Checking aes-gcm-siv v0.11.1 |
| 1663 | 2026-05-14T16:13:18.051Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1664 | 2026-05-14T16:13:18.070Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1665 | 2026-05-14T16:13:18.154Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1666 | 2026-05-14T16:13:18.222Z | Compiling bitstruct_derive v0.1.0 |
| 1667 | 2026-05-14T16:13:18.241Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1668 | 2026-05-14T16:13:18.261Z | Checking dropshot-api-manager-types v0.7.1 |
| 1669 | 2026-05-14T16:13:18.345Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 1670 | 2026-05-14T16:13:18.390Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1671 | 2026-05-14T16:13:18.429Z | Compiling fs-err v3.1.2 |
| 1672 | 2026-05-14T16:13:18.586Z | Checking typeid v1.0.0 |
| 1673 | 2026-05-14T16:13:18.655Z | Checking ringbuffer v0.16.0 |
| 1674 | 2026-05-14T16:13:18.674Z | Checking ascii v1.1.0 |
| 1675 | 2026-05-14T16:13:18.693Z | Checking pretty-hex v0.2.1 |
| 1676 | 2026-05-14T16:13:18.815Z | Compiling cfg_aliases v0.1.1 |
| 1677 | 2026-05-14T16:13:18.862Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1678 | 2026-05-14T16:13:18.881Z | Checking bitstruct v0.1.1 |
| 1679 | 2026-05-14T16:13:18.883Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1680 | 2026-05-14T16:13:18.917Z | Compiling nix v0.28.0 |
| 1681 | 2026-05-14T16:13:18.971Z | Checking erased-serde v0.4.5 |
| 1682 | 2026-05-14T16:13:19.178Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1683 | 2026-05-14T16:13:19.274Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1684 | 2026-05-14T16:13:19.319Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1685 | 2026-05-14T16:13:19.322Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1686 | 2026-05-14T16:13:19.339Z | Checking itertools v0.13.0 |
| 1687 | 2026-05-14T16:13:19.393Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1688 | 2026-05-14T16:13:19.497Z | Checking serde_arrays v0.1.0 |
| 1689 | 2026-05-14T16:13:19.585Z | Checking libloading v0.7.4 |
| 1690 | 2026-05-14T16:13:19.610Z | Checking bit_field v0.10.2 |
| 1691 | 2026-05-14T16:13:19.779Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1692 | 2026-05-14T16:13:19.880Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1693 | 2026-05-14T16:13:19.899Z | Checking git-stub v1.0.0 |
| 1694 | 2026-05-14T16:13:19.928Z | Checking kstat-rs v0.2.4 |
| 1695 | 2026-05-14T16:13:20.050Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1696 | 2026-05-14T16:13:20.071Z | Compiling escargot v0.5.15 |
| 1697 | 2026-05-14T16:13:20.089Z | Checking git-stub-vcs v0.1.0 |
| 1698 | 2026-05-14T16:13:20.113Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1699 | 2026-05-14T16:13:20.274Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1700 | 2026-05-14T16:13:20.352Z | Checking ron v0.8.1 |
| 1701 | 2026-05-14T16:13:20.374Z | Checking xattr v1.3.1 |
| 1702 | 2026-05-14T16:13:20.509Z | Checking drift v0.1.4 |
| 1703 | 2026-05-14T16:13:20.726Z | Checking cargo-platform v0.1.8 |
| 1704 | 2026-05-14T16:13:20.774Z | Checking filetime v0.2.23 |
| 1705 | 2026-05-14T16:13:20.854Z | Checking ctrlc v3.4.4 |
| 1706 | 2026-05-14T16:13:20.898Z | Checking cargo_metadata v0.18.1 |
| 1707 | 2026-05-14T16:13:20.917Z | Checking tar v0.4.40 |
| 1708 | 2026-05-14T16:13:20.991Z | Checking dropshot-api-manager v0.7.1 |
| 1709 | 2026-05-14T16:13:21.067Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1710 | 2026-05-14T16:13:21.543Z | Checking fatfs v0.3.6 |
| 1711 | 2026-05-14T16:13:21.868Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1712 | 2026-05-14T16:13:21.986Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1713 | 2026-05-14T16:13:22.250Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1714 | 2026-05-14T16:13:22.358Z | Compiling git2 v0.20.2 |
| 1715 | 2026-05-14T16:13:22.676Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1716 | 2026-05-14T16:13:23.703Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1717 | 2026-05-14T16:13:24.620Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1718 | 2026-05-14T16:13:27.659Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1719 | 2026-05-14T16:13:29.051Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1720 | 2026-05-14T16:13:33.393Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1721 | 2026-05-14T16:13:36.863Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1722 | 2026-05-14T16:13:43.158Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1723 | 2026-05-14T16:13:43.175Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1724 | 2026-05-14T16:13:47.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 1725 | 2026-05-14T16:13:48.058Z | |
| 1726 | 2026-05-14T16:13:48.058Z | real 2:29.056901278 |
| 1727 | 2026-05-14T16:13:48.058Z | user 9:02.331316804 |
| 1728 | 2026-05-14T16:13:48.058Z | sys 2:18.348134908 |
| 1729 | 2026-05-14T16:13:48.058Z | trap 0.263818337 |
| 1730 | 2026-05-14T16:13:48.058Z | tflt 0.960580393 |
| 1731 | 2026-05-14T16:13:48.058Z | dflt 0.342703176 |
| 1732 | 2026-05-14T16:13:48.058Z | kflt 0.011048209 |
| 1733 | 2026-05-14T16:13:48.058Z | lock 17:31.889254133 |
| 1734 | 2026-05-14T16:13:48.058Z | slp 35:41.302328882 |
| 1735 | 2026-05-14T16:13:48.058Z | lat 1:27.244195019 |
| 1736 | 2026-05-14T16:13:48.058Z | stop 4:57.194742219 |
| 1737 | 2026-05-14T16:13:48.061Z | + ptime -m cargo clippy --features falcon --all-targets |
| 1738 | 2026-05-14T16:13:48.549Z | Downloading crates ... |
| 1739 | 2026-05-14T16:13:48.698Z | Downloaded fragile v2.0.0 |
| 1740 | 2026-05-14T16:13:48.701Z | Downloaded mockall v0.12.1 |
| 1741 | 2026-05-14T16:13:48.704Z | Downloaded downcast v0.11.0 |
| 1742 | 2026-05-14T16:13:48.707Z | Downloaded predicates v3.1.0 |
| 1743 | 2026-05-14T16:13:48.711Z | Downloaded predicates-tree v1.0.9 |
| 1744 | 2026-05-14T16:13:48.714Z | Downloaded predicates-core v1.0.6 |
| 1745 | 2026-05-14T16:13:48.719Z | Downloaded slog-envlogger v2.2.0 |
| 1746 | 2026-05-14T16:13:48.722Z | Downloaded termtree v0.4.1 |
| 1747 | 2026-05-14T16:13:48.722Z | Downloaded slog-scope v4.4.0 |
| 1748 | 2026-05-14T16:13:48.722Z | Downloaded slog-stdlog v4.1.1 |
| 1749 | 2026-05-14T16:13:48.725Z | Downloaded serde_test v1.0.176 |
| 1750 | 2026-05-14T16:13:48.725Z | Downloaded fdeflate v0.3.4 |
| 1751 | 2026-05-14T16:13:48.727Z | Downloaded mockall_derive v0.12.1 |
| 1752 | 2026-05-14T16:13:48.727Z | Downloaded bytemuck v1.16.0 |
| 1753 | 2026-05-14T16:13:48.733Z | Downloaded arc-swap v1.7.1 |
| 1754 | 2026-05-14T16:13:48.736Z | Downloaded png v0.17.13 |
| 1755 | 2026-05-14T16:13:49.358Z | Downloaded image v0.25.1 |
| 1756 | 2026-05-14T16:13:49.579Z | Checking tokio v1.52.3 |
| 1757 | 2026-05-14T16:13:49.689Z | Checking simd-adler32 v0.3.7 |
| 1758 | 2026-05-14T16:13:49.707Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 1759 | 2026-05-14T16:13:49.725Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 1760 | 2026-05-14T16:13:49.738Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 1761 | 2026-05-14T16:13:49.740Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 1762 | 2026-05-14T16:13:49.759Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 1763 | 2026-05-14T16:13:49.762Z | Checking arc-swap v1.7.1 |
| 1764 | 2026-05-14T16:13:49.821Z | Checking miniz_oxide v0.7.2 |
| 1765 | 2026-05-14T16:13:49.881Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 1766 | 2026-05-14T16:13:49.892Z | Checking fdeflate v0.3.4 |
| 1767 | 2026-05-14T16:13:49.951Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 1768 | 2026-05-14T16:13:49.953Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 1769 | 2026-05-14T16:13:49.973Z | Checking slog-scope v4.4.0 |
| 1770 | 2026-05-14T16:13:49.993Z | Checking propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 1771 | 2026-05-14T16:13:50.013Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 1772 | 2026-05-14T16:13:50.091Z | Checking pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 1773 | 2026-05-14T16:13:50.126Z | Checking slog-stdlog v4.1.1 |
| 1774 | 2026-05-14T16:13:50.140Z | Checking bytemuck v1.16.0 |
| 1775 | 2026-05-14T16:13:50.143Z | Checking predicates-core v1.0.6 |
| 1776 | 2026-05-14T16:13:50.163Z | Checking flate2 v1.0.30 |
| 1777 | 2026-05-14T16:13:50.184Z | Checking termtree v0.4.1 |
| 1778 | 2026-05-14T16:13:50.203Z | Compiling mockall_derive v0.12.1 |
| 1779 | 2026-05-14T16:13:50.230Z | Checking slog-envlogger v2.2.0 |
| 1780 | 2026-05-14T16:13:50.265Z | Checking predicates v3.1.0 |
| 1781 | 2026-05-14T16:13:50.306Z | Checking predicates-tree v1.0.9 |
| 1782 | 2026-05-14T16:13:50.338Z | Checking fragile v2.0.0 |
| 1783 | 2026-05-14T16:13:50.363Z | Checking downcast v0.11.0 |
| 1784 | 2026-05-14T16:13:50.406Z | Checking serde_test v1.0.176 |
| 1785 | 2026-05-14T16:13:50.429Z | Checking compression-codecs v0.4.32 |
| 1786 | 2026-05-14T16:13:50.479Z | Checking png v0.17.13 |
| 1787 | 2026-05-14T16:13:50.482Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
| 1788 | 2026-05-14T16:13:50.974Z | Checking image v0.25.1 |
| 1789 | 2026-05-14T16:13:52.044Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 1790 | 2026-05-14T16:13:52.145Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 1791 | 2026-05-14T16:13:52.166Z | Checking mockall v0.12.1 |
| 1792 | 2026-05-14T16:13:52.783Z | Checking tokio-util v0.7.16 |
| 1793 | 2026-05-14T16:13:52.783Z | Checking tokio-rustls v0.26.0 |
| 1794 | 2026-05-14T16:13:52.786Z | Checking tower v0.5.2 |
| 1795 | 2026-05-14T16:13:52.786Z | Checking tokio-rustls v0.25.0 |
| 1796 | 2026-05-14T16:13:52.786Z | Checking async-compression v0.4.33 |
| 1797 | 2026-05-14T16:13:52.786Z | Checking backoff v0.4.0 |
| 1798 | 2026-05-14T16:13:52.786Z | Checking omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1799 | 2026-05-14T16:13:52.846Z | Checking tokio-tungstenite v0.21.0 |
| 1800 | 2026-05-14T16:13:52.978Z | Checking zone v0.3.1 |
| 1801 | 2026-05-14T16:13:52.991Z | Checking hickory-proto v0.24.4 |
| 1802 | 2026-05-14T16:13:53.003Z | Checking libsw-core v0.3.2 |
| 1803 | 2026-05-14T16:13:53.025Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1804 | 2026-05-14T16:13:53.046Z | Checking tokio-dtrace v0.1.1 |
| 1805 | 2026-05-14T16:13:53.103Z | Checking cancel-safe-futures v0.1.5 |
| 1806 | 2026-05-14T16:13:53.135Z | Checking libsw v3.5.0 |
| 1807 | 2026-05-14T16:13:53.177Z | Checking tower-http v0.6.8 |
| 1808 | 2026-05-14T16:13:53.215Z | Checking oxide-tokio-rt v0.1.6 |
| 1809 | 2026-05-14T16:13:53.254Z | Checking h2 v0.4.6 |
| 1810 | 2026-05-14T16:13:53.274Z | Checking tokio-stream v0.1.17 |
| 1811 | 2026-05-14T16:13:53.320Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1812 | 2026-05-14T16:13:53.332Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1813 | 2026-05-14T16:13:53.368Z | Checking steno v0.4.1 |
| 1814 | 2026-05-14T16:13:53.442Z | Checking hickory-proto v0.25.2 |
| 1815 | 2026-05-14T16:13:53.657Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 1816 | 2026-05-14T16:13:53.795Z | Checking tokio-rustls v0.24.1 |
| 1817 | 2026-05-14T16:13:53.982Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 1818 | 2026-05-14T16:13:53.994Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1819 | 2026-05-14T16:13:54.482Z | Checking hickory-resolver v0.24.4 |
| 1820 | 2026-05-14T16:13:54.925Z | Checking hickory-resolver v0.25.2 |
| 1821 | 2026-05-14T16:13:54.940Z | Checking hyper v1.8.1 |
| 1822 | 2026-05-14T16:13:55.051Z | Checking qorb v0.4.1 |
| 1823 | 2026-05-14T16:13:55.704Z | Checking hyper-util v0.1.20 |
| 1824 | 2026-05-14T16:13:56.554Z | Checking hyper-rustls v0.27.3 |
| 1825 | 2026-05-14T16:13:56.554Z | Checking dropshot v0.17.0 |
| 1826 | 2026-05-14T16:13:56.558Z | Checking dropshot v0.16.7 |
| 1827 | 2026-05-14T16:13:56.722Z | Checking reqwest v0.12.23 |
| 1828 | 2026-05-14T16:13:56.724Z | Checking reqwest v0.13.2 |
| 1829 | 2026-05-14T16:13:57.331Z | Checking progenitor-client v0.10.0 |
| 1830 | 2026-05-14T16:13:57.335Z | Checking progenitor-client v0.11.1 |
| 1831 | 2026-05-14T16:13:57.335Z | Checking tough v0.20.0 |
| 1832 | 2026-05-14T16:13:57.458Z | Checking progenitor-client v0.14.0 |
| 1833 | 2026-05-14T16:13:57.458Z | Checking progenitor-client v0.13.0 |
| 1834 | 2026-05-14T16:13:57.544Z | Checking progenitor v0.10.0 |
| 1835 | 2026-05-14T16:13:57.547Z | Checking progenitor v0.11.1 |
| 1836 | 2026-05-14T16:13:57.670Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 1837 | 2026-05-14T16:13:57.682Z | Checking progenitor-extras v0.2.0 |
| 1838 | 2026-05-14T16:13:57.685Z | Checking progenitor v0.14.0 |
| 1839 | 2026-05-14T16:13:57.685Z | Checking progenitor v0.13.0 |
| 1840 | 2026-05-14T16:13:57.685Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 1841 | 2026-05-14T16:13:57.816Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 1842 | 2026-05-14T16:13:57.829Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1843 | 2026-05-14T16:13:58.308Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1844 | 2026-05-14T16:13:58.308Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1845 | 2026-05-14T16:13:59.121Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1846 | 2026-05-14T16:13:59.246Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1847 | 2026-05-14T16:13:59.450Z | Checking propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 1848 | 2026-05-14T16:13:59.736Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1849 | 2026-05-14T16:13:59.769Z | Checking dropshot-api-manager v0.7.1 |
| 1850 | 2026-05-14T16:13:59.821Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1851 | 2026-05-14T16:13:59.902Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1852 | 2026-05-14T16:14:00.127Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 1853 | 2026-05-14T16:14:00.284Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1854 | 2026-05-14T16:14:00.624Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 1855 | 2026-05-14T16:14:00.643Z | Checking propolis-dropshot-apis v0.1.0 (/work/oxidecomputer/propolis/bin/dropshot-apis) |
| 1856 | 2026-05-14T16:14:01.699Z | Checking oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1857 | 2026-05-14T16:14:01.699Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1858 | 2026-05-14T16:14:01.702Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1859 | 2026-05-14T16:14:01.702Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1860 | 2026-05-14T16:14:02.233Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1861 | 2026-05-14T16:14:02.609Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1862 | 2026-05-14T16:14:02.781Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1863 | 2026-05-14T16:14:03.114Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1864 | 2026-05-14T16:14:03.117Z | Checking oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1865 | 2026-05-14T16:14:03.300Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1866 | 2026-05-14T16:14:03.300Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1867 | 2026-05-14T16:14:03.746Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1868 | 2026-05-14T16:14:03.955Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1869 | 2026-05-14T16:14:03.958Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1870 | 2026-05-14T16:14:04.947Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1871 | 2026-05-14T16:14:06.494Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1872 | 2026-05-14T16:14:06.895Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1873 | 2026-05-14T16:14:06.898Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1874 | 2026-05-14T16:14:07.601Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1875 | 2026-05-14T16:14:07.766Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1876 | 2026-05-14T16:14:07.767Z | Checking nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1877 | 2026-05-14T16:14:07.914Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1878 | 2026-05-14T16:14:08.314Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1879 | 2026-05-14T16:14:08.317Z | Checking bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1880 | 2026-05-14T16:14:08.317Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1881 | 2026-05-14T16:14:11.937Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1882 | 2026-05-14T16:14:12.695Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 1883 | 2026-05-14T16:14:15.479Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1884 | 2026-05-14T16:14:17.646Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 1885 | 2026-05-14T16:14:18.385Z | Checking vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 1886 | 2026-05-14T16:14:21.745Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1887 | 2026-05-14T16:14:23.099Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 1888 | 2026-05-14T16:14:23.589Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1889 | 2026-05-14T16:14:26.222Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 1890 | 2026-05-14T16:14:33.791Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 1891 | 2026-05-14T16:14:33.793Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
| 1892 | 2026-05-14T16:14:39.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.99s |
| 1893 | 2026-05-14T16:14:39.299Z | |
| 1894 | 2026-05-14T16:14:39.299Z | real 51.221097166 |
| 1895 | 2026-05-14T16:14:39.299Z | user 2:10.257019183 |
| 1896 | 2026-05-14T16:14:39.299Z | sys 22.575185998 |
| 1897 | 2026-05-14T16:14:39.299Z | trap 0.032580538 |
| 1898 | 2026-05-14T16:14:39.299Z | tflt 0.025835206 |
| 1899 | 2026-05-14T16:14:39.299Z | dflt 0.027616316 |
| 1900 | 2026-05-14T16:14:39.299Z | kflt 0.000070513 |
| 1901 | 2026-05-14T16:14:39.299Z | lock 5:05.555497444 |
| 1902 | 2026-05-14T16:14:39.299Z | slp 7:26.738988043 |
| 1903 | 2026-05-14T16:14:39.299Z | lat 4.218076334 |
| 1904 | 2026-05-14T16:14:39.299Z | stop 13.463611713 |
| 1905 | 2026-05-14T16:14:39.303Z | + banner build |
| 1906 | 2026-05-14T16:14:39.303Z | |
| 1907 | 2026-05-14T16:14:39.303Z | ##### # # # # ##### |
| 1908 | 2026-05-14T16:14:39.303Z | # # # # # # # # |
| 1909 | 2026-05-14T16:14:39.303Z | ##### # # # # # # |
| 1910 | 2026-05-14T16:14:39.303Z | # # # # # # # # |
| 1911 | 2026-05-14T16:14:39.303Z | # # # # # # # # |
| 1912 | 2026-05-14T16:14:39.303Z | ##### #### # ###### ##### |
| 1913 | 2026-05-14T16:14:39.303Z | |
| 1914 | 2026-05-14T16:14:39.303Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
| 1915 | 2026-05-14T16:14:40.027Z | Compiling proc-macro2 v1.0.106 |
| 1916 | 2026-05-14T16:14:40.027Z | Compiling quote v1.0.45 |
| 1917 | 2026-05-14T16:14:40.027Z | Compiling unicode-ident v1.0.24 |
| 1918 | 2026-05-14T16:14:40.027Z | Compiling libc v0.2.186 |
| 1919 | 2026-05-14T16:14:40.027Z | Compiling serde_core v1.0.228 |
| 1920 | 2026-05-14T16:14:40.030Z | Compiling serde v1.0.228 |
| 1921 | 2026-05-14T16:14:40.030Z | Compiling autocfg v1.3.0 |
| 1922 | 2026-05-14T16:14:40.030Z | Compiling cfg-if v1.0.0 |
| 1923 | 2026-05-14T16:14:40.213Z | Compiling zmij v1.0.19 |
| 1924 | 2026-05-14T16:14:40.275Z | Compiling memchr v2.7.2 |
| 1925 | 2026-05-14T16:14:40.503Z | Compiling libm v0.2.8 |
| 1926 | 2026-05-14T16:14:40.526Z | Compiling version_check v0.9.5 |
| 1927 | 2026-05-14T16:14:40.805Z | Compiling itoa v1.0.11 |
| 1928 | 2026-05-14T16:14:40.844Z | Compiling smallvec v1.13.2 |
| 1929 | 2026-05-14T16:14:40.941Z | Compiling getrandom v0.4.2 |
| 1930 | 2026-05-14T16:14:41.145Z | Compiling stable_deref_trait v1.2.0 |
| 1931 | 2026-05-14T16:14:41.226Z | Compiling serde_json v1.0.149 |
| 1932 | 2026-05-14T16:14:41.269Z | Compiling syn v2.0.117 |
| 1933 | 2026-05-14T16:14:41.282Z | Compiling litemap v0.7.4 |
| 1934 | 2026-05-14T16:14:41.342Z | Compiling writeable v0.5.5 |
| 1935 | 2026-05-14T16:14:41.514Z | Compiling icu_locid_transform_data v1.5.0 |
| 1936 | 2026-05-14T16:14:41.572Z | Compiling percent-encoding v2.3.2 |
| 1937 | 2026-05-14T16:14:41.592Z | Compiling icu_properties_data v1.5.0 |
| 1938 | 2026-05-14T16:14:41.605Z | Compiling write16 v1.0.0 |
| 1939 | 2026-05-14T16:14:41.608Z | Compiling utf8_iter v1.0.4 |
| 1940 | 2026-05-14T16:14:41.708Z | Compiling utf16_iter v1.0.5 |
| 1941 | 2026-05-14T16:14:41.739Z | Compiling icu_normalizer_data v1.5.0 |
| 1942 | 2026-05-14T16:14:41.800Z | Compiling num-traits v0.2.19 |
| 1943 | 2026-05-14T16:14:41.818Z | Compiling shlex v1.3.0 |
| 1944 | 2026-05-14T16:14:41.835Z | Compiling form_urlencoded v1.2.2 |
| 1945 | 2026-05-14T16:14:41.858Z | Compiling jobserver v0.1.31 |
| 1946 | 2026-05-14T16:14:42.012Z | Compiling getrandom v0.2.14 |
| 1947 | 2026-05-14T16:14:42.139Z | Compiling cc v1.2.17 |
| 1948 | 2026-05-14T16:14:42.199Z | Compiling log v0.4.29 |
| 1949 | 2026-05-14T16:14:42.216Z | Compiling lock_api v0.4.12 |
| 1950 | 2026-05-14T16:14:42.249Z | Compiling thiserror v2.0.18 |
| 1951 | 2026-05-14T16:14:42.428Z | Compiling parking_lot_core v0.9.10 |
| 1952 | 2026-05-14T16:14:42.695Z | Compiling heck v0.5.0 |
| 1953 | 2026-05-14T16:14:42.848Z | Compiling iana-time-zone v0.1.64 |
| 1954 | 2026-05-14T16:14:43.059Z | Compiling uuid v1.22.0 |
| 1955 | 2026-05-14T16:14:43.073Z | Compiling regex-syntax v0.8.5 |
| 1956 | 2026-05-14T16:14:43.144Z | Compiling rustversion v1.0.22 |
| 1957 | 2026-05-14T16:14:43.233Z | Compiling aho-corasick v1.1.3 |
| 1958 | 2026-05-14T16:14:43.412Z | Compiling semver v1.0.28 |
| 1959 | 2026-05-14T16:14:43.685Z | Compiling schemars v0.8.22 |
| 1960 | 2026-05-14T16:14:43.705Z | Compiling dyn-clone v1.0.17 |
| 1961 | 2026-05-14T16:14:43.860Z | Compiling slab v0.4.9 |
| 1962 | 2026-05-14T16:14:43.964Z | Compiling typenum v1.17.0 |
| 1963 | 2026-05-14T16:14:44.058Z | Compiling synstructure v0.13.1 |
| 1964 | 2026-05-14T16:14:44.087Z | Compiling serde_derive_internals v0.29.1 |
| 1965 | 2026-05-14T16:14:44.100Z | Compiling subtle v2.6.1 |
| 1966 | 2026-05-14T16:14:44.280Z | Compiling pin-project-lite v0.2.14 |
| 1967 | 2026-05-14T16:14:44.408Z | Compiling bitflags v2.9.4 |
| 1968 | 2026-05-14T16:14:44.534Z | Compiling regex-automata v0.4.14 |
| 1969 | 2026-05-14T16:14:44.609Z | Compiling rand_core v0.6.4 |
| 1970 | 2026-05-14T16:14:44.673Z | Compiling socket2 v0.6.3 |
| 1971 | 2026-05-14T16:14:44.740Z | Compiling scopeguard v1.2.0 |
| 1972 | 2026-05-14T16:14:44.864Z | Compiling either v1.15.0 |
| 1973 | 2026-05-14T16:14:45.050Z | Compiling parking_lot v0.12.2 |
| 1974 | 2026-05-14T16:14:45.064Z | Compiling mio v1.2.0 |
| 1975 | 2026-05-14T16:14:45.092Z | Compiling signal-hook-registry v1.4.2 |
| 1976 | 2026-05-14T16:14:45.268Z | Compiling serde_derive v1.0.228 |
| 1977 | 2026-05-14T16:14:45.281Z | Compiling zerofrom-derive v0.1.5 |
| 1978 | 2026-05-14T16:14:45.309Z | Compiling yoke-derive v0.7.5 |
| 1979 | 2026-05-14T16:14:45.465Z | Compiling zerovec-derive v0.10.3 |
| 1980 | 2026-05-14T16:14:45.725Z | Compiling displaydoc v0.2.5 |
| 1981 | 2026-05-14T16:14:45.742Z | Compiling icu_provider_macros v1.5.0 |
| 1982 | 2026-05-14T16:14:45.951Z | Compiling schemars_derive v0.8.22 |
| 1983 | 2026-05-14T16:14:46.318Z | Compiling zeroize_derive v1.4.3 |
| 1984 | 2026-05-14T16:14:46.330Z | Compiling thiserror-impl v2.0.18 |
| 1985 | 2026-05-14T16:14:46.470Z | Compiling tokio-macros v2.7.0 |
| 1986 | 2026-05-14T16:14:46.473Z | Compiling zerofrom v0.1.5 |
| 1987 | 2026-05-14T16:14:46.503Z | Compiling regex v1.12.3 |
| 1988 | 2026-05-14T16:14:46.614Z | Compiling yoke v0.7.5 |
| 1989 | 2026-05-14T16:14:46.818Z | Compiling zerovec v0.10.4 |
| 1990 | 2026-05-14T16:14:46.901Z | Compiling futures-macro v0.3.32 |
| 1991 | 2026-05-14T16:14:46.986Z | Compiling zeroize v1.8.2 |
| 1992 | 2026-05-14T16:14:47.101Z | Compiling errno v0.3.14 |
| 1993 | 2026-05-14T16:14:47.209Z | Compiling generic-array v0.14.7 |
| 1994 | 2026-05-14T16:14:47.233Z | Compiling portable-atomic v1.11.1 |
| 1995 | 2026-05-14T16:14:47.261Z | Compiling ring v0.17.14 |
| 1996 | 2026-05-14T16:14:47.688Z | Compiling tinystr v0.7.6 |
| 1997 | 2026-05-14T16:14:47.717Z | Compiling icu_collections v1.5.0 |
| 1998 | 2026-05-14T16:14:47.780Z | Compiling critical-section v1.2.0 |
| 1999 | 2026-05-14T16:14:47.792Z | Compiling equivalent v1.0.2 |
| 2000 | 2026-05-14T16:14:47.878Z | Compiling icu_locid v1.5.0 |
| 2001 | 2026-05-14T16:14:47.896Z | Compiling futures-core v0.3.32 |
| 2002 | 2026-05-14T16:14:48.057Z | Compiling rustix v0.38.34 |
| 2003 | 2026-05-14T16:14:48.179Z | Compiling thiserror v1.0.64 |
| 2004 | 2026-05-14T16:14:48.311Z | Compiling once_cell v1.21.3 |
| 2005 | 2026-05-14T16:14:48.452Z | Compiling bytes v1.11.1 |
| 2006 | 2026-05-14T16:14:48.492Z | Compiling icu_provider v1.5.0 |
| 2007 | 2026-05-14T16:14:48.505Z | Compiling chrono v0.4.44 |
| 2008 | 2026-05-14T16:14:48.515Z | Compiling serde_tokenstream v0.2.3 |
| 2009 | 2026-05-14T16:14:48.639Z | Compiling prettyplease v0.2.37 |
| 2010 | 2026-05-14T16:14:48.882Z | Compiling icu_locid_transform v1.5.0 |
| 2011 | 2026-05-14T16:14:48.922Z | Compiling thiserror-impl v1.0.64 |
| 2012 | 2026-05-14T16:14:48.963Z | Compiling tokio v1.52.3 |
| 2013 | 2026-05-14T16:14:49.384Z | Compiling minimal-lexical v0.2.1 |
| 2014 | 2026-05-14T16:14:49.459Z | Compiling glob v0.3.3 |
| 2015 | 2026-05-14T16:14:49.626Z | Compiling icu_properties v1.5.1 |
| 2016 | 2026-05-14T16:14:49.716Z | Compiling httparse v1.10.1 |
| 2017 | 2026-05-14T16:14:49.784Z | Compiling clang-sys v1.8.1 |
| 2018 | 2026-05-14T16:14:50.050Z | Compiling nom v7.1.3 |
| 2019 | 2026-05-14T16:14:50.163Z | Compiling crypto-common v0.1.6 |
| 2020 | 2026-05-14T16:14:50.359Z | Compiling getrandom v0.3.4 |
| 2021 | 2026-05-14T16:14:50.654Z | Compiling lazy_static v1.5.0 |
| 2022 | 2026-05-14T16:14:50.757Z | Compiling libloading v0.8.9 |
| 2023 | 2026-05-14T16:14:50.799Z | Compiling futures-sink v0.3.32 |
| 2024 | 2026-05-14T16:14:50.913Z | Compiling bindgen v0.69.5 |
| 2025 | 2026-05-14T16:14:50.951Z | Compiling home v0.5.11 |
| 2026 | 2026-05-14T16:14:51.077Z | Compiling which v4.4.2 |
| 2027 | 2026-05-14T16:14:51.196Z | Compiling icu_normalizer v1.5.0 |
| 2028 | 2026-05-14T16:14:51.228Z | Compiling cexpr v0.6.0 |
| 2029 | 2026-05-14T16:14:51.534Z | Compiling itertools v0.12.1 |
| 2030 | 2026-05-14T16:14:51.820Z | Compiling idna_adapter v1.2.0 |
| 2031 | 2026-05-14T16:14:51.984Z | Compiling idna v1.0.3 |
| 2032 | 2026-05-14T16:14:51.999Z | Compiling lazycell v1.3.0 |
| 2033 | 2026-05-14T16:14:52.117Z | Compiling rustc-hash v1.1.0 |
| 2034 | 2026-05-14T16:14:52.191Z | Compiling cmake v0.1.54 |
| 2035 | 2026-05-14T16:14:52.228Z | Compiling strsim v0.11.1 |
| 2036 | 2026-05-14T16:14:52.368Z | Compiling url v2.5.4 |
| 2037 | 2026-05-14T16:14:52.529Z | Compiling fs_extra v1.3.0 |
| 2038 | 2026-05-14T16:14:52.540Z | Compiling dunce v1.0.5 |
| 2039 | 2026-05-14T16:14:52.638Z | Compiling const-oid v0.9.6 |
| 2040 | 2026-05-14T16:14:52.785Z | Compiling futures-channel v0.3.32 |
| 2041 | 2026-05-14T16:14:53.400Z | Compiling hashbrown v0.17.0 |
| 2042 | 2026-05-14T16:14:53.500Z | Compiling ident_case v1.0.1 |
| 2043 | 2026-05-14T16:14:53.628Z | Compiling futures-io v0.3.32 |
| 2044 | 2026-05-14T16:14:53.829Z | Compiling futures-task v0.3.32 |
| 2045 | 2026-05-14T16:14:53.842Z | Compiling slog v2.8.2 |
| 2046 | 2026-05-14T16:14:54.010Z | Compiling indexmap v2.14.0 |
| 2047 | 2026-05-14T16:14:54.070Z | Compiling futures-util v0.3.32 |
| 2048 | 2026-05-14T16:14:54.083Z | Compiling base64 v0.22.1 |
| 2049 | 2026-05-14T16:14:54.580Z | Compiling zerocopy-derive v0.8.27 |
| 2050 | 2026-05-14T16:14:54.750Z | Compiling http v1.4.0 |
| 2051 | 2026-05-14T16:14:54.824Z | Compiling block-buffer v0.10.4 |
| 2052 | 2026-05-14T16:14:54.990Z | Compiling digest v0.10.7 |
| 2053 | 2026-05-14T16:14:55.946Z | Compiling tracing-core v0.1.32 |
| 2054 | 2026-05-14T16:14:56.590Z | Compiling tracing-attributes v0.1.27 |
| 2055 | 2026-05-14T16:14:56.734Z | Compiling aws-lc-sys v0.30.0 |
| 2056 | 2026-05-14T16:14:56.981Z | Compiling ucd-trie v0.1.6 |
| 2057 | 2026-05-14T16:14:56.998Z | Compiling untrusted v0.9.0 |
| 2058 | 2026-05-14T16:14:57.130Z | Compiling pest v2.8.4 |
| 2059 | 2026-05-14T16:14:57.794Z | Compiling tracing v0.1.40 |
| 2060 | 2026-05-14T16:14:57.861Z | Compiling rustls-pki-types v1.12.0 |
| 2061 | 2026-05-14T16:14:58.072Z | Compiling byteorder v1.5.0 |
| 2062 | 2026-05-14T16:14:58.322Z | Compiling pest_meta v2.8.4 |
| 2063 | 2026-05-14T16:14:58.346Z | Compiling anyhow v1.0.100 |
| 2064 | 2026-05-14T16:14:58.667Z | Compiling ppv-lite86 v0.2.17 |
| 2065 | 2026-05-14T16:14:58.702Z | Compiling fnv v1.0.7 |
| 2066 | 2026-05-14T16:14:58.916Z | Compiling pest_generator v2.8.4 |
| 2067 | 2026-05-14T16:14:58.980Z | Compiling tokio-util v0.7.16 |
| 2068 | 2026-05-14T16:14:59.181Z | Compiling ipnet v2.9.0 |
| 2069 | 2026-05-14T16:14:59.318Z | Compiling paste v1.0.15 |
| 2070 | 2026-05-14T16:14:59.526Z | Compiling http-body v1.0.1 |
| 2071 | 2026-05-14T16:14:59.550Z | Compiling pest_derive v2.8.4 |
| 2072 | 2026-05-14T16:14:59.673Z | Compiling atomic-waker v1.1.2 |
| 2073 | 2026-05-14T16:14:59.685Z | Compiling zerocopy v0.8.27 |
| 2074 | 2026-05-14T16:15:00.030Z | Compiling cpufeatures v0.2.12 |
| 2075 | 2026-05-14T16:15:00.068Z | Compiling camino v1.2.2 |
| 2076 | 2026-05-14T16:15:00.081Z | Compiling omicron-workspace-hack v0.1.0 |
| 2077 | 2026-05-14T16:15:00.383Z | Compiling ryu v1.0.18 |
| 2078 | 2026-05-14T16:15:00.409Z | Compiling try-lock v0.2.5 |
| 2079 | 2026-05-14T16:15:00.525Z | Compiling tower-layer v0.3.3 |
| 2080 | 2026-05-14T16:15:00.596Z | Compiling tower-service v0.3.3 |
| 2081 | 2026-05-14T16:15:00.684Z | Compiling want v0.3.1 |
| 2082 | 2026-05-14T16:15:00.778Z | Compiling h2 v0.4.6 |
| 2083 | 2026-05-14T16:15:00.856Z | Compiling httpdate v1.0.3 |
| 2084 | 2026-05-14T16:15:01.194Z | Compiling pin-utils v0.1.0 |
| 2085 | 2026-05-14T16:15:01.290Z | Compiling ipnetwork v0.21.1 |
| 2086 | 2026-05-14T16:15:01.346Z | Compiling erased-serde v0.3.31 |
| 2087 | 2026-05-14T16:15:01.369Z | Compiling async-trait v0.1.89 |
| 2088 | 2026-05-14T16:15:01.935Z | Compiling socket2 v0.5.10 |
| 2089 | 2026-05-14T16:15:02.336Z | Compiling num-conv v0.2.0 |
| 2090 | 2026-05-14T16:15:02.350Z | Compiling time-core v0.1.8 |
| 2091 | 2026-05-14T16:15:02.502Z | Compiling time-macros v0.2.27 |
| 2092 | 2026-05-14T16:15:02.872Z | Compiling serde_urlencoded v0.7.1 |
| 2093 | 2026-05-14T16:15:02.949Z | Compiling http-body-util v0.1.3 |
| 2094 | 2026-05-14T16:15:02.979Z | Compiling scroll_derive v0.13.1 |
| 2095 | 2026-05-14T16:15:03.145Z | Compiling hyper v1.8.1 |
| 2096 | 2026-05-14T16:15:03.405Z | Compiling aws-lc-rs v1.13.3 |
| 2097 | 2026-05-14T16:15:03.508Z | Compiling pretty-hex v0.4.1 |
| 2098 | 2026-05-14T16:15:03.665Z | Compiling foldhash v0.2.0 |
| 2099 | 2026-05-14T16:15:03.681Z | Compiling allocator-api2 v0.2.21 |
| 2100 | 2026-05-14T16:15:03.831Z | Compiling untrusted v0.7.1 |
| 2101 | 2026-05-14T16:15:03.939Z | Compiling daft-derive v0.1.5 |
| 2102 | 2026-05-14T16:15:03.962Z | Compiling strum_macros v0.26.4 |
| 2103 | 2026-05-14T16:15:04.070Z | Compiling hashbrown v0.16.1 |
| 2104 | 2026-05-14T16:15:04.677Z | Compiling hyper-util v0.1.20 |
| 2105 | 2026-05-14T16:15:05.280Z | Compiling rustls v0.23.31 |
| 2106 | 2026-05-14T16:15:05.824Z | Compiling rand_core v0.9.3 |
| 2107 | 2026-05-14T16:15:06.091Z | Compiling openapiv3 v2.2.0 |
| 2108 | 2026-05-14T16:15:06.696Z | Compiling usdt-impl v0.6.0 |
| 2109 | 2026-05-14T16:15:06.766Z | Compiling plain v0.2.3 |
| 2110 | 2026-05-14T16:15:06.949Z | Compiling rand_chacha v0.9.0 |
| 2111 | 2026-05-14T16:15:06.975Z | Compiling scroll v0.13.0 |
| 2112 | 2026-05-14T16:15:07.232Z | Compiling oxnet v0.1.4 |
| 2113 | 2026-05-14T16:15:07.640Z | Compiling crossbeam-utils v0.8.19 |
| 2114 | 2026-05-14T16:15:08.049Z | Compiling goblin v0.10.4 |
| 2115 | 2026-05-14T16:15:08.096Z | Compiling rand v0.9.2 |
| 2116 | 2026-05-14T16:15:08.784Z | Compiling sync_wrapper v1.0.1 |
| 2117 | 2026-05-14T16:15:08.916Z | Compiling rustls v0.22.4 |
| 2118 | 2026-05-14T16:15:09.043Z | Compiling tower v0.5.2 |
| 2119 | 2026-05-14T16:15:09.661Z | Compiling dtrace-parser v0.3.0 |
| 2120 | 2026-05-14T16:15:09.750Z | Compiling webpki-roots v0.26.3 |
| 2121 | 2026-05-14T16:15:09.798Z | Compiling thread-id v5.0.0 |
| 2122 | 2026-05-14T16:15:09.877Z | Compiling encoding_rs v0.8.34 |
| 2123 | 2026-05-14T16:15:09.890Z | Compiling iri-string v0.7.8 |
| 2124 | 2026-05-14T16:15:10.237Z | Compiling slog-async v2.8.0 |
| 2125 | 2026-05-14T16:15:10.529Z | Compiling mime v0.3.17 |
| 2126 | 2026-05-14T16:15:11.013Z | Compiling dof v0.4.0 |
| 2127 | 2026-05-14T16:15:11.775Z | Compiling tower-http v0.6.8 |
| 2128 | 2026-05-14T16:15:12.242Z | Compiling rand_chacha v0.3.1 |
| 2129 | 2026-05-14T16:15:12.558Z | Compiling futures-executor v0.3.32 |
| 2130 | 2026-05-14T16:15:12.819Z | Compiling multer v3.1.0 |
| 2131 | 2026-05-14T16:15:12.976Z | Compiling ref-cast v1.0.25 |
| 2132 | 2026-05-14T16:15:13.020Z | Compiling futures v0.3.32 |
| 2133 | 2026-05-14T16:15:13.103Z | Compiling rand v0.8.5 |
| 2134 | 2026-05-14T16:15:13.293Z | Compiling darling_core v0.23.0 |
| 2135 | 2026-05-14T16:15:13.729Z | Compiling usdt-macro v0.6.0 |
| 2136 | 2026-05-14T16:15:13.849Z | Compiling usdt-attr-macro v0.6.0 |
| 2137 | 2026-05-14T16:15:14.284Z | Compiling ref-cast-impl v1.0.25 |
| 2138 | 2026-05-14T16:15:14.562Z | Compiling async-stream-impl v0.3.6 |
| 2139 | 2026-05-14T16:15:14.720Z | Compiling hex v0.4.3 |
| 2140 | 2026-05-14T16:15:14.911Z | Compiling rustix v1.1.2 |
| 2141 | 2026-05-14T16:15:15.017Z | Compiling winnow v0.7.13 |
| 2142 | 2026-05-14T16:15:15.413Z | Compiling darling_macro v0.23.0 |
| 2143 | 2026-05-14T16:15:15.503Z | Compiling strum v0.26.3 |
| 2144 | 2026-05-14T16:15:15.639Z | Compiling sha1 v0.10.6 |
| 2145 | 2026-05-14T16:15:15.677Z | Compiling newtype-uuid v1.3.2 |
| 2146 | 2026-05-14T16:15:15.997Z | Compiling darling v0.23.0 |
| 2147 | 2026-05-14T16:15:16.012Z | Compiling newtype-uuid-macros v0.1.0 |
| 2148 | 2026-05-14T16:15:16.084Z | Compiling structmeta-derive v0.3.0 |
| 2149 | 2026-05-14T16:15:16.320Z | Compiling powerfmt v0.2.0 |
| 2150 | 2026-05-14T16:15:16.576Z | Compiling syn v1.0.109 |
| 2151 | 2026-05-14T16:15:16.670Z | Compiling deranged v0.5.3 |
| 2152 | 2026-05-14T16:15:16.818Z | Compiling serde_with_macros v3.18.0 |
| 2153 | 2026-05-14T16:15:16.973Z | Compiling fastrand v2.3.0 |
| 2154 | 2026-05-14T16:15:17.145Z | Compiling structmeta v0.3.0 |
| 2155 | 2026-05-14T16:15:17.316Z | Compiling num_threads v0.1.7 |
| 2156 | 2026-05-14T16:15:17.487Z | Compiling match_cfg v0.1.0 |
| 2157 | 2026-05-14T16:15:17.564Z | Compiling hostname v0.3.1 |
| 2158 | 2026-05-14T16:15:17.731Z | Compiling daft v0.1.5 |
| 2159 | 2026-05-14T16:15:17.893Z | Compiling time v0.3.47 |
| 2160 | 2026-05-14T16:15:17.960Z | Compiling crossbeam-channel v0.5.15 |
| 2161 | 2026-05-14T16:15:18.313Z | Compiling crc32fast v1.4.0 |
| 2162 | 2026-05-14T16:15:18.603Z | Compiling tempfile v3.23.0 |
| 2163 | 2026-05-14T16:15:18.636Z | Compiling thread_local v1.1.8 |
| 2164 | 2026-05-14T16:15:18.746Z | Compiling strum_macros v0.27.2 |
| 2165 | 2026-05-14T16:15:18.992Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2166 | 2026-05-14T16:15:19.468Z | Compiling derive-ex v0.1.8 |
| 2167 | 2026-05-14T16:15:19.621Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2168 | 2026-05-14T16:15:20.791Z | Compiling rustls-webpki v0.102.4 |
| 2169 | 2026-05-14T16:15:20.901Z | Compiling serde_spanned v1.0.4 |
| 2170 | 2026-05-14T16:15:21.027Z | Compiling is-terminal v0.4.12 |
| 2171 | 2026-05-14T16:15:21.061Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2172 | 2026-05-14T16:15:21.065Z | Compiling term v1.2.0 |
| 2173 | 2026-05-14T16:15:21.125Z | Compiling debug-ignore v1.0.5 |
| 2174 | 2026-05-14T16:15:21.235Z | Compiling take_mut v0.2.2 |
| 2175 | 2026-05-14T16:15:21.353Z | Compiling slog-term v2.9.2 |
| 2176 | 2026-05-14T16:15:22.748Z | Compiling test-strategy v0.4.3 |
| 2177 | 2026-05-14T16:15:22.923Z | Compiling slog-json v2.6.1 |
| 2178 | 2026-05-14T16:15:23.280Z | Compiling macaddr v1.0.1 |
| 2179 | 2026-05-14T16:15:23.566Z | Compiling memmap2 v0.9.9 |
| 2180 | 2026-05-14T16:15:23.569Z | Compiling quick-error v1.2.3 |
| 2181 | 2026-05-14T16:15:23.689Z | Compiling spin v0.9.8 |
| 2182 | 2026-05-14T16:15:23.850Z | Compiling usdt v0.6.0 |
| 2183 | 2026-05-14T16:15:24.317Z | Compiling slog-bunyan v2.5.0 |
| 2184 | 2026-05-14T16:15:24.488Z | Compiling async-stream v0.3.6 |
| 2185 | 2026-05-14T16:15:24.500Z | Compiling waitgroup v0.1.2 |
| 2186 | 2026-05-14T16:15:24.656Z | Compiling tokio-rustls v0.25.0 |
| 2187 | 2026-05-14T16:15:24.901Z | Compiling rustls-pemfile v2.2.0 |
| 2188 | 2026-05-14T16:15:25.013Z | Compiling serde_path_to_error v0.1.20 |
| 2189 | 2026-05-14T16:15:25.163Z | Compiling hostname v0.4.2 |
| 2190 | 2026-05-14T16:15:25.253Z | Compiling serde_with v3.18.0 |
| 2191 | 2026-05-14T16:15:25.329Z | Compiling regress v0.10.5 |
| 2192 | 2026-05-14T16:15:25.448Z | Compiling webpki-roots v1.0.3 |
| 2193 | 2026-05-14T16:15:26.118Z | Compiling parse-display-derive v0.10.0 |
| 2194 | 2026-05-14T16:15:26.234Z | Compiling wait-timeout v0.2.0 |
| 2195 | 2026-05-14T16:15:26.477Z | Compiling bit-vec v0.6.3 |
| 2196 | 2026-05-14T16:15:26.690Z | Compiling bit-set v0.5.3 |
| 2197 | 2026-05-14T16:15:26.751Z | Compiling rusty-fork v0.3.0 |
| 2198 | 2026-05-14T16:15:26.884Z | Compiling strum v0.27.2 |
| 2199 | 2026-05-14T16:15:27.034Z | Compiling rand_xorshift v0.3.0 |
| 2200 | 2026-05-14T16:15:27.223Z | Compiling dropshot v0.17.0 |
| 2201 | 2026-05-14T16:15:27.458Z | Compiling unarray v0.1.4 |
| 2202 | 2026-05-14T16:15:27.592Z | Compiling proptest v1.5.0 |
| 2203 | 2026-05-14T16:15:27.621Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-05-14T16:15:27.653Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2205 | 2026-05-14T16:15:27.669Z | Compiling crucible-workspace-hack v0.1.0 |
| 2206 | 2026-05-14T16:15:27.894Z | Compiling dropshot_endpoint v0.17.0 |
| 2207 | 2026-05-14T16:15:27.924Z | Compiling rustc-hash v2.1.1 |
| 2208 | 2026-05-14T16:15:28.160Z | Compiling iddqd v0.3.18 |
| 2209 | 2026-05-14T16:15:29.545Z | Compiling toml_datetime v0.6.11 |
| 2210 | 2026-05-14T16:15:29.789Z | Compiling openssl-probe v0.2.1 |
| 2211 | 2026-05-14T16:15:29.907Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#db072743) |
| 2212 | 2026-05-14T16:15:30.015Z | Compiling rustls-native-certs v0.8.3 |
| 2213 | 2026-05-14T16:15:30.031Z | Compiling instant v0.1.12 |
| 2214 | 2026-05-14T16:15:30.057Z | Compiling adler v1.0.2 |
| 2215 | 2026-05-14T16:15:30.149Z | Compiling backoff v0.4.0 |
| 2216 | 2026-05-14T16:15:30.235Z | Compiling miniz_oxide v0.7.2 |
| 2217 | 2026-05-14T16:15:30.434Z | Compiling parse-display v0.10.0 |
| 2218 | 2026-05-14T16:15:30.626Z | Compiling itertools v0.14.0 |
| 2219 | 2026-05-14T16:15:30.829Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#b12d9c04) |
| 2220 | 2026-05-14T16:15:31.419Z | Compiling base64ct v1.6.0 |
| 2221 | 2026-05-14T16:15:31.755Z | Compiling flate2 v1.0.30 |
| 2222 | 2026-05-14T16:15:32.033Z | Compiling unicode-width v0.1.14 |
| 2223 | 2026-05-14T16:15:32.118Z | Compiling compression-core v0.4.31 |
| 2224 | 2026-05-14T16:15:32.322Z | Compiling compression-codecs v0.4.32 |
| 2225 | 2026-05-14T16:15:32.857Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2226 | 2026-05-14T16:15:33.186Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2227 | 2026-05-14T16:15:33.384Z | Compiling async-compression v0.4.33 |
| 2228 | 2026-05-14T16:15:33.572Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2229 | 2026-05-14T16:15:33.842Z | Compiling unsafe-libyaml v0.2.11 |
| 2230 | 2026-05-14T16:15:34.357Z | Compiling serde_yaml v0.9.34+deprecated |
| 2231 | 2026-05-14T16:15:35.471Z | Compiling pem-rfc7468 v0.7.0 |
| 2232 | 2026-05-14T16:15:35.611Z | Compiling der_derive v0.7.3 |
| 2233 | 2026-05-14T16:15:35.834Z | Compiling winnow v0.5.40 |
| 2234 | 2026-05-14T16:15:36.138Z | Compiling flagset v0.4.7 |
| 2235 | 2026-05-14T16:15:36.317Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2236 | 2026-05-14T16:15:36.580Z | Compiling der v0.7.10 |
| 2237 | 2026-05-14T16:15:36.785Z | Compiling clap_derive v4.5.4 |
| 2238 | 2026-05-14T16:15:37.181Z | Compiling toml_edit v0.19.15 |
| 2239 | 2026-05-14T16:15:37.219Z | Compiling utf8parse v0.2.1 |
| 2240 | 2026-05-14T16:15:37.372Z | Compiling anstyle-parse v0.2.4 |
| 2241 | 2026-05-14T16:15:38.255Z | Compiling darling_core v0.21.3 |
| 2242 | 2026-05-14T16:15:38.373Z | Compiling proc-macro-crate v1.3.1 |
| 2243 | 2026-05-14T16:15:38.489Z | Compiling rustc_version v0.4.1 |
| 2244 | 2026-05-14T16:15:38.759Z | Compiling colorchoice v1.0.1 |
| 2245 | 2026-05-14T16:15:38.880Z | Compiling anstyle v1.0.7 |
| 2246 | 2026-05-14T16:15:38.889Z | Compiling is_terminal_polyfill v1.70.0 |
| 2247 | 2026-05-14T16:15:38.994Z | Compiling anstyle-query v1.0.3 |
| 2248 | 2026-05-14T16:15:39.158Z | Compiling anstream v0.6.14 |
| 2249 | 2026-05-14T16:15:39.177Z | Compiling spki v0.7.3 |
| 2250 | 2026-05-14T16:15:39.626Z | Compiling terminal_size v0.3.0 |
| 2251 | 2026-05-14T16:15:39.631Z | Compiling clap_lex v0.7.0 |
| 2252 | 2026-05-14T16:15:40.014Z | Compiling heck v0.4.1 |
| 2253 | 2026-05-14T16:15:40.216Z | Compiling clap_builder v4.5.2 |
| 2254 | 2026-05-14T16:15:40.388Z | Compiling darling_macro v0.21.3 |
| 2255 | 2026-05-14T16:15:40.629Z | Compiling secrecy v0.10.3 |
| 2256 | 2026-05-14T16:15:40.683Z | Compiling heapless v0.8.0 |
| 2257 | 2026-05-14T16:15:40.874Z | Compiling convert_case v0.4.0 |
| 2258 | 2026-05-14T16:15:40.982Z | Compiling darling v0.21.3 |
| 2259 | 2026-05-14T16:15:41.060Z | Compiling ingot-macros v0.1.1 |
| 2260 | 2026-05-14T16:15:41.178Z | Compiling derive_more v0.99.20 |
| 2261 | 2026-05-14T16:15:41.419Z | Compiling pkcs8 v0.10.2 |
| 2262 | 2026-05-14T16:15:41.707Z | Compiling tabwriter v1.4.0 |
| 2263 | 2026-05-14T16:15:42.166Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2264 | 2026-05-14T16:15:42.251Z | Compiling backon v1.6.0 |
| 2265 | 2026-05-14T16:15:42.466Z | Compiling clap v4.5.4 |
| 2266 | 2026-05-14T16:15:42.481Z | Compiling hash32 v0.3.1 |
| 2267 | 2026-05-14T16:15:42.661Z | Compiling smoltcp v0.11.0 |
| 2268 | 2026-05-14T16:15:42.703Z | Compiling cfg_aliases v0.2.1 |
| 2269 | 2026-05-14T16:15:43.255Z | Compiling typify-impl v0.4.3 |
| 2270 | 2026-05-14T16:15:43.454Z | Compiling hmac v0.12.1 |
| 2271 | 2026-05-14T16:15:43.631Z | Compiling bitflags v1.3.2 |
| 2272 | 2026-05-14T16:15:43.767Z | Compiling cobs v0.2.3 |
| 2273 | 2026-05-14T16:15:43.799Z | Compiling managed v0.8.0 |
| 2274 | 2026-05-14T16:15:43.800Z | Compiling ingot-types v0.1.2 |
| 2275 | 2026-05-14T16:15:43.963Z | Compiling postcard v1.0.9 |
| 2276 | 2026-05-14T16:15:44.188Z | Compiling ingot v0.1.1 |
| 2277 | 2026-05-14T16:15:44.927Z | Compiling crossbeam-epoch v0.9.18 |
| 2278 | 2026-05-14T16:15:46.069Z | Compiling inout v0.1.3 |
| 2279 | 2026-05-14T16:15:46.088Z | Compiling zerocopy-derive v0.7.34 |
| 2280 | 2026-05-14T16:15:46.229Z | Compiling ff v0.13.1 |
| 2281 | 2026-05-14T16:15:46.429Z | Compiling memoffset v0.9.1 |
| 2282 | 2026-05-14T16:15:46.625Z | Compiling typify-macro v0.4.3 |
| 2283 | 2026-05-14T16:15:46.941Z | Compiling base16ct v0.2.0 |
| 2284 | 2026-05-14T16:15:47.264Z | Compiling sec1 v0.7.3 |
| 2285 | 2026-05-14T16:15:47.414Z | Compiling group v0.13.0 |
| 2286 | 2026-05-14T16:15:47.631Z | Compiling cipher v0.4.4 |
| 2287 | 2026-05-14T16:15:48.153Z | Compiling hkdf v0.12.4 |
| 2288 | 2026-05-14T16:15:48.209Z | Compiling regress v0.11.1 |
| 2289 | 2026-05-14T16:15:48.306Z | Compiling crypto-bigint v0.5.5 |
| 2290 | 2026-05-14T16:15:48.343Z | Compiling proc-macro-error-attr v1.0.4 |
| 2291 | 2026-05-14T16:15:48.565Z | Compiling colored v3.1.1 |
| 2292 | 2026-05-14T16:15:48.788Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2293 | 2026-05-14T16:15:48.827Z | Compiling pkg-config v0.3.30 |
| 2294 | 2026-05-14T16:15:49.435Z | Compiling elliptic-curve v0.13.8 |
| 2295 | 2026-05-14T16:15:49.819Z | Compiling typify-impl v0.6.2 |
| 2296 | 2026-05-14T16:15:50.508Z | Compiling num_enum_derive v0.7.4 |
| 2297 | 2026-05-14T16:15:50.749Z | Compiling curve25519-dalek v4.1.3 |
| 2298 | 2026-05-14T16:15:50.816Z | Compiling half v2.7.1 |
| 2299 | 2026-05-14T16:15:51.032Z | Compiling universal-hash v0.5.1 |
| 2300 | 2026-05-14T16:15:51.145Z | Compiling proc-macro-error v1.0.4 |
| 2301 | 2026-05-14T16:15:51.183Z | Compiling opaque-debug v0.3.1 |
| 2302 | 2026-05-14T16:15:51.260Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2303 | 2026-05-14T16:15:51.377Z | Compiling data-encoding v2.6.0 |
| 2304 | 2026-05-14T16:15:51.488Z | Compiling ciborium-io v0.2.2 |
| 2305 | 2026-05-14T16:15:51.540Z | Compiling vcpkg v0.2.15 |
| 2306 | 2026-05-14T16:15:51.595Z | Compiling ciborium-ll v0.2.2 |
| 2307 | 2026-05-14T16:15:51.714Z | Compiling rustls-webpki v0.103.4 |
| 2308 | 2026-05-14T16:15:51.856Z | Compiling num_enum v0.7.4 |
| 2309 | 2026-05-14T16:15:52.209Z | Compiling num_enum_derive v0.5.11 |
| 2310 | 2026-05-14T16:15:53.225Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2311 | 2026-05-14T16:15:53.250Z | Compiling foreign-types-macros v0.2.3 |
| 2312 | 2026-05-14T16:15:53.280Z | Compiling typify-macro v0.6.2 |
| 2313 | 2026-05-14T16:15:53.890Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-05-14T16:15:53.906Z | Compiling rayon-core v1.13.0 |
| 2315 | 2026-05-14T16:15:54.112Z | Compiling foreign-types v0.5.0 |
| 2316 | 2026-05-14T16:15:54.311Z | Compiling num_enum v0.5.11 |
| 2317 | 2026-05-14T16:15:54.613Z | Compiling ciborium v0.2.2 |
| 2318 | 2026-05-14T16:15:54.755Z | Compiling typify v0.4.3 |
| 2319 | 2026-05-14T16:15:54.801Z | Compiling zerocopy v0.7.34 |
| 2320 | 2026-05-14T16:15:54.818Z | Compiling crossbeam-deque v0.8.5 |
| 2321 | 2026-05-14T16:15:54.952Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-05-14T16:15:55.028Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2323 | 2026-05-14T16:15:55.339Z | Compiling aead v0.5.2 |
| 2324 | 2026-05-14T16:15:55.459Z | Compiling serde_spanned v0.6.9 |
| 2325 | 2026-05-14T16:15:55.538Z | Compiling scroll_derive v0.12.0 |
| 2326 | 2026-05-14T16:15:55.625Z | Compiling num-integer v0.1.46 |
| 2327 | 2026-05-14T16:15:55.704Z | Compiling cstr-argument v0.1.2 |
| 2328 | 2026-05-14T16:15:55.821Z | Compiling usdt-impl v0.5.0 |
| 2329 | 2026-05-14T16:15:56.083Z | Compiling keccak v0.1.6 |
| 2330 | 2026-05-14T16:15:56.118Z | Compiling tokio-rustls v0.26.0 |
| 2331 | 2026-05-14T16:15:56.118Z | Compiling rustls-platform-verifier v0.6.2 |
| 2332 | 2026-05-14T16:15:56.210Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#8f62f405) |
| 2333 | 2026-05-14T16:15:56.383Z | Compiling hyper-rustls v0.27.3 |
| 2334 | 2026-05-14T16:15:56.405Z | Compiling sha3 v0.10.8 |
| 2335 | 2026-05-14T16:15:56.449Z | Compiling scroll v0.12.0 |
| 2336 | 2026-05-14T16:15:56.543Z | Compiling thiserror-no-std v2.0.2 |
| 2337 | 2026-05-14T16:15:56.641Z | Compiling reqwest v0.12.23 |
| 2338 | 2026-05-14T16:15:56.742Z | Compiling reqwest v0.13.2 |
| 2339 | 2026-05-14T16:15:56.806Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2340 | 2026-05-14T16:15:56.896Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-05-14T16:15:56.990Z | Compiling dof v0.3.0 |
| 2342 | 2026-05-14T16:15:57.351Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#555fa6e1) |
| 2343 | 2026-05-14T16:15:57.387Z | Compiling poly1305 v0.8.0 |
| 2344 | 2026-05-14T16:15:57.566Z | Compiling chacha20 v0.9.1 |
| 2345 | 2026-05-14T16:15:57.990Z | Compiling progenitor-client v0.10.0 |
| 2346 | 2026-05-14T16:15:58.032Z | Compiling dtrace-parser v0.2.0 |
| 2347 | 2026-05-14T16:15:58.246Z | Compiling password-hash v0.5.0 |
| 2348 | 2026-05-14T16:15:58.452Z | Compiling progenitor-client v0.14.0 |
| 2349 | 2026-05-14T16:15:58.616Z | Compiling camino-tempfile v1.4.1 |
| 2350 | 2026-05-14T16:15:58.948Z | Compiling progenitor-extras v0.2.0 |
| 2351 | 2026-05-14T16:15:59.011Z | Compiling blake2 v0.10.6 |
| 2352 | 2026-05-14T16:15:59.192Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2353 | 2026-05-14T16:15:59.500Z | Compiling thread-id v4.2.1 |
| 2354 | 2026-05-14T16:16:02.756Z | Compiling argon2 v0.5.3 |
| 2355 | 2026-05-14T16:16:03.008Z | Compiling chacha20poly1305 v0.10.1 |
| 2356 | 2026-05-14T16:16:03.160Z | Compiling rayon v1.11.0 |
| 2357 | 2026-05-14T16:16:05.776Z | Compiling goblin v0.8.2 |
| 2358 | 2026-05-14T16:16:07.348Z | Compiling vsss-rs v3.3.4 |
| 2359 | 2026-05-14T16:16:08.816Z | Compiling num-bigint v0.4.5 |
| 2360 | 2026-05-14T16:16:12.174Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-05-14T16:16:12.313Z | Compiling sigpipe v0.1.3 |
| 2362 | 2026-05-14T16:16:12.793Z | Compiling jiff v0.2.15 |
| 2363 | 2026-05-14T16:16:14.303Z | Compiling num-rational v0.4.2 |
| 2364 | 2026-05-14T16:16:15.813Z | Compiling num-iter v0.1.45 |
| 2365 | 2026-05-14T16:16:15.946Z | Compiling typify v0.6.2 |
| 2366 | 2026-05-14T16:16:15.957Z | Compiling zone_cfg_derive v0.3.0 |
| 2367 | 2026-05-14T16:16:15.984Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2368 | 2026-05-14T16:16:16.713Z | Compiling num-complex v0.4.6 |
| 2369 | 2026-05-14T16:16:16.894Z | Compiling num-derive v0.4.2 |
| 2370 | 2026-05-14T16:16:17.307Z | Compiling indent_write v2.2.0 |
| 2371 | 2026-05-14T16:16:17.462Z | Compiling tinyvec_macros v0.1.1 |
| 2372 | 2026-05-14T16:16:17.536Z | Compiling tinyvec v1.6.0 |
| 2373 | 2026-05-14T16:16:17.550Z | Compiling zone v0.3.1 |
| 2374 | 2026-05-14T16:16:18.282Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2375 | 2026-05-14T16:16:19.075Z | Compiling num v0.4.3 |
| 2376 | 2026-05-14T16:16:20.239Z | Compiling usdt-attr-macro v0.5.0 |
| 2377 | 2026-05-14T16:16:20.343Z | Compiling usdt-macro v0.5.0 |
| 2378 | 2026-05-14T16:16:20.651Z | Compiling smf v0.2.3 |
| 2379 | 2026-05-14T16:16:21.038Z | Compiling memmap v0.7.0 |
| 2380 | 2026-05-14T16:16:21.379Z | Compiling whoami v1.5.1 |
| 2381 | 2026-05-14T16:16:21.827Z | Compiling usdt v0.5.0 |
| 2382 | 2026-05-14T16:16:22.554Z | Compiling progenitor-impl v0.11.1 |
| 2383 | 2026-05-14T16:16:23.104Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2384 | 2026-05-14T16:16:23.787Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2385 | 2026-05-14T16:16:24.262Z | Compiling toml_write v0.1.2 |
| 2386 | 2026-05-14T16:16:24.623Z | Compiling progenitor-macro v0.11.1 |
| 2387 | 2026-05-14T16:16:24.873Z | Compiling toml_edit v0.22.27 |
| 2388 | 2026-05-14T16:16:25.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2389 | 2026-05-14T16:16:26.341Z | Compiling progenitor-client v0.11.1 |
| 2390 | 2026-05-14T16:16:27.309Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2391 | 2026-05-14T16:16:27.472Z | Compiling darling_core v0.20.11 |
| 2392 | 2026-05-14T16:16:27.805Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2393 | 2026-05-14T16:16:28.171Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2394 | 2026-05-14T16:16:28.577Z | Compiling dropshot v0.16.7 |
| 2395 | 2026-05-14T16:16:28.704Z | Compiling float-ord v0.3.2 |
| 2396 | 2026-05-14T16:16:28.774Z | Compiling swrite v0.1.0 |
| 2397 | 2026-05-14T16:16:28.824Z | Compiling progenitor v0.11.1 |
| 2398 | 2026-05-14T16:16:28.837Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2399 | 2026-05-14T16:16:29.349Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2400 | 2026-05-14T16:16:29.383Z | Compiling darling_macro v0.20.11 |
| 2401 | 2026-05-14T16:16:30.753Z | Compiling toml v0.8.23 |
| 2402 | 2026-05-14T16:16:32.496Z | Compiling nix v0.30.1 |
| 2403 | 2026-05-14T16:16:32.907Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2404 | 2026-05-14T16:16:33.149Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2405 | 2026-05-14T16:16:33.527Z | Compiling hubpack_derive v0.1.1 |
| 2406 | 2026-05-14T16:16:33.765Z | Compiling byte-wrapper v0.1.0 |
| 2407 | 2026-05-14T16:16:34.059Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2408 | 2026-05-14T16:16:34.619Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2409 | 2026-05-14T16:16:34.687Z | Compiling dropshot_endpoint v0.16.7 |
| 2410 | 2026-05-14T16:16:35.060Z | Compiling base64 v0.21.7 |
| 2411 | 2026-05-14T16:16:35.096Z | Compiling static_assertions v1.1.0 |
| 2412 | 2026-05-14T16:16:35.562Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2413 | 2026-05-14T16:16:35.775Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=3abfb8eb7f6d4ca4658981b4a7a76759a0a3f8ec#3abfb8eb) |
| 2414 | 2026-05-14T16:16:35.786Z | Compiling hubpack v0.1.2 |
| 2415 | 2026-05-14T16:16:36.027Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2416 | 2026-05-14T16:16:38.316Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2417 | 2026-05-14T16:16:40.067Z | Compiling darling v0.20.11 |
| 2418 | 2026-05-14T16:16:40.157Z | Compiling libz-sys v1.1.16 |
| 2419 | 2026-05-14T16:16:40.278Z | Compiling nix v0.31.3 |
| 2420 | 2026-05-14T16:16:40.491Z | Compiling enum-as-inner v0.6.0 |
| 2421 | 2026-05-14T16:16:40.562Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2422 | 2026-05-14T16:16:40.674Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2423 | 2026-05-14T16:16:40.749Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2424 | 2026-05-14T16:16:41.086Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2425 | 2026-05-14T16:16:42.220Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2426 | 2026-05-14T16:16:43.711Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2427 | 2026-05-14T16:16:43.802Z | Compiling derive_builder_core v0.20.2 |
| 2428 | 2026-05-14T16:16:43.832Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2429 | 2026-05-14T16:16:44.059Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2430 | 2026-05-14T16:16:44.135Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2431 | 2026-05-14T16:16:44.355Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2432 | 2026-05-14T16:16:44.581Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2433 | 2026-05-14T16:16:44.669Z | Compiling progenitor-impl v0.14.0 |
| 2434 | 2026-05-14T16:16:45.151Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2435 | 2026-05-14T16:16:45.480Z | Compiling utf-8 v0.7.6 |
| 2436 | 2026-05-14T16:16:45.689Z | Compiling tungstenite v0.21.0 |
| 2437 | 2026-05-14T16:16:45.861Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2438 | 2026-05-14T16:16:46.767Z | Compiling progenitor-macro v0.14.0 |
| 2439 | 2026-05-14T16:16:46.783Z | Compiling derive_builder_macro v0.20.2 |
| 2440 | 2026-05-14T16:16:48.170Z | Compiling openssl-sys v0.9.107 |
| 2441 | 2026-05-14T16:16:49.339Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2442 | 2026-05-14T16:16:49.786Z | Compiling resolv-conf v0.7.0 |
| 2443 | 2026-05-14T16:16:50.030Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2444 | 2026-05-14T16:16:50.460Z | Compiling serde_repr v0.1.19 |
| 2445 | 2026-05-14T16:16:50.479Z | Compiling vergen-lib v9.1.0 |
| 2446 | 2026-05-14T16:16:50.560Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2447 | 2026-05-14T16:16:50.716Z | Compiling slog-dtrace v0.3.0 |
| 2448 | 2026-05-14T16:16:50.808Z | Compiling semver v0.1.20 |
| 2449 | 2026-05-14T16:16:50.960Z | Compiling unicode-segmentation v1.11.0 |
| 2450 | 2026-05-14T16:16:51.041Z | Compiling linked-hash-map v0.5.6 |
| 2451 | 2026-05-14T16:16:51.058Z | Compiling progenitor v0.14.0 |
| 2452 | 2026-05-14T16:16:51.071Z | Compiling rustc_version v0.1.7 |
| 2453 | 2026-05-14T16:16:51.209Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2454 | 2026-05-14T16:16:51.267Z | Compiling newline-converter v0.3.0 |
| 2455 | 2026-05-14T16:16:51.279Z | Compiling lru-cache v0.1.2 |
| 2456 | 2026-05-14T16:16:51.477Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2457 | 2026-05-14T16:16:52.531Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2458 | 2026-05-14T16:16:53.225Z | Compiling derive_builder v0.20.2 |
| 2459 | 2026-05-14T16:16:53.361Z | Compiling tokio-tungstenite v0.21.0 |
| 2460 | 2026-05-14T16:16:53.693Z | Compiling hickory-proto v0.24.4 |
| 2461 | 2026-05-14T16:16:53.806Z | Compiling progenitor-impl v0.13.0 |
| 2462 | 2026-05-14T16:16:55.874Z | Compiling atomicwrites v0.4.4 |
| 2463 | 2026-05-14T16:16:56.168Z | Compiling console v0.15.8 |
| 2464 | 2026-05-14T16:16:57.416Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2465 | 2026-05-14T16:16:59.631Z | Compiling serde-big-array v0.5.1 |
| 2466 | 2026-05-14T16:16:59.755Z | Compiling derive-where v1.6.0 |
| 2467 | 2026-05-14T16:16:59.858Z | Compiling pin-project-internal v1.1.10 |
| 2468 | 2026-05-14T16:17:00.553Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2469 | 2026-05-14T16:17:00.863Z | Compiling vergen v9.1.0 |
| 2470 | 2026-05-14T16:17:00.984Z | Compiling cargo-platform v0.3.2 |
| 2471 | 2026-05-14T16:17:01.064Z | Compiling similar v2.7.0 |
| 2472 | 2026-05-14T16:17:01.098Z | Compiling siphasher v1.0.1 |
| 2473 | 2026-05-14T16:17:01.240Z | Compiling cargo_metadata v0.23.1 |
| 2474 | 2026-05-14T16:17:01.311Z | Compiling phf_shared v0.12.1 |
| 2475 | 2026-05-14T16:17:01.537Z | Compiling pin-project v1.1.10 |
| 2476 | 2026-05-14T16:17:01.650Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-05-14T16:17:01.852Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2478 | 2026-05-14T16:17:02.199Z | Compiling progenitor-macro v0.13.0 |
| 2479 | 2026-05-14T16:17:02.462Z | Compiling hickory-resolver v0.24.4 |
| 2480 | 2026-05-14T16:17:03.152Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2481 | 2026-05-14T16:17:03.706Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2482 | 2026-05-14T16:17:06.373Z | Compiling newtype_derive v0.1.6 |
| 2483 | 2026-05-14T16:17:06.683Z | Compiling unicode-normalization v0.1.24 |
| 2484 | 2026-05-14T16:17:07.315Z | Compiling progenitor-client v0.13.0 |
| 2485 | 2026-05-14T16:17:07.439Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2486 | 2026-05-14T16:17:07.810Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2487 | 2026-05-14T16:17:08.759Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2488 | 2026-05-14T16:17:09.323Z | Compiling tokio-stream v0.1.17 |
| 2489 | 2026-05-14T16:17:09.490Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
| 2490 | 2026-05-14T16:17:09.848Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2491 | 2026-05-14T16:17:10.314Z | Compiling snafu-derive v0.8.9 |
| 2492 | 2026-05-14T16:17:10.593Z | Compiling async-recursion v1.1.1 |
| 2493 | 2026-05-14T16:17:10.908Z | Compiling vergen-git2 v9.1.0 |
| 2494 | 2026-05-14T16:17:11.143Z | Compiling csv-core v0.1.12 |
| 2495 | 2026-05-14T16:17:11.213Z | Compiling bstr v1.9.1 |
| 2496 | 2026-05-14T16:17:11.296Z | Compiling foreign-types-shared v0.1.1 |
| 2497 | 2026-05-14T16:17:11.393Z | Compiling chrono-tz v0.10.4 |
| 2498 | 2026-05-14T16:17:11.548Z | Compiling unicode-xid v0.2.4 |
| 2499 | 2026-05-14T16:17:11.614Z | Compiling foldhash v0.1.5 |
| 2500 | 2026-05-14T16:17:11.671Z | Compiling same-file v1.0.6 |
| 2501 | 2026-05-14T16:17:11.833Z | Compiling cancel-safe-futures v0.1.5 |
| 2502 | 2026-05-14T16:17:11.846Z | Compiling highway v1.3.0 |
| 2503 | 2026-05-14T16:17:11.881Z | Compiling owo-colors v4.2.3 |
| 2504 | 2026-05-14T16:17:12.050Z | Compiling openssl v0.10.72 |
| 2505 | 2026-05-14T16:17:12.138Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2506 | 2026-05-14T16:17:12.303Z | Compiling snafu v0.8.9 |
| 2507 | 2026-05-14T16:17:12.341Z | Compiling walkdir v2.5.0 |
| 2508 | 2026-05-14T16:17:12.556Z | Compiling hashbrown v0.15.2 |
| 2509 | 2026-05-14T16:17:12.871Z | Compiling const_format_proc_macros v0.2.34 |
| 2510 | 2026-05-14T16:17:13.087Z | Compiling globset v0.4.14 |
| 2511 | 2026-05-14T16:17:13.175Z | Compiling foreign-types v0.3.2 |
| 2512 | 2026-05-14T16:17:13.257Z | Compiling csv v1.3.1 |
| 2513 | 2026-05-14T16:17:13.326Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2514 | 2026-05-14T16:17:13.642Z | Compiling propolis-api-types-versions v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types-versions) |
| 2515 | 2026-05-14T16:17:14.249Z | Compiling qorb v0.4.1 |
| 2516 | 2026-05-14T16:17:15.591Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2517 | 2026-05-14T16:17:15.772Z | Compiling git2 v0.20.2 |
| 2518 | 2026-05-14T16:17:15.878Z | Compiling progenitor v0.13.0 |
| 2519 | 2026-05-14T16:17:15.989Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2520 | 2026-05-14T16:17:18.228Z | Compiling olpc-cjson v0.1.4 |
| 2521 | 2026-05-14T16:17:18.723Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2522 | 2026-05-14T16:17:18.841Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2523 | 2026-05-14T16:17:19.604Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2524 | 2026-05-14T16:17:20.220Z | Compiling phf v0.12.1 |
| 2525 | 2026-05-14T16:17:20.997Z | Compiling tokio-dtrace v0.1.1 |
| 2526 | 2026-05-14T16:17:21.393Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2527 | 2026-05-14T16:17:21.761Z | Compiling progenitor-impl v0.10.0 |
| 2528 | 2026-05-14T16:17:21.894Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2529 | 2026-05-14T16:17:22.064Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2530 | 2026-05-14T16:17:22.288Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2531 | 2026-05-14T16:17:22.422Z | Compiling signature v2.2.0 |
| 2532 | 2026-05-14T16:17:22.602Z | Compiling pem v3.0.5 |
| 2533 | 2026-05-14T16:17:22.645Z | Compiling libsw-core v0.3.2 |
| 2534 | 2026-05-14T16:17:22.854Z | Compiling serde_plain v1.0.2 |
| 2535 | 2026-05-14T16:17:23.135Z | Compiling openssl-macros v0.1.1 |
| 2536 | 2026-05-14T16:17:23.273Z | Compiling cookie v0.18.1 |
| 2537 | 2026-05-14T16:17:23.511Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-05-14T16:17:23.572Z | Compiling bytecount v0.6.9 |
| 2539 | 2026-05-14T16:17:23.760Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2540 | 2026-05-14T16:17:23.840Z | Compiling fixedbitset v0.5.7 |
| 2541 | 2026-05-14T16:17:23.938Z | Compiling fixedbitset v0.4.2 |
| 2542 | 2026-05-14T16:17:23.994Z | Compiling moka v0.12.10 |
| 2543 | 2026-05-14T16:17:24.124Z | Compiling rustls v0.21.12 |
| 2544 | 2026-05-14T16:17:24.302Z | Compiling petgraph v0.6.5 |
| 2545 | 2026-05-14T16:17:24.360Z | Compiling petgraph v0.8.3 |
| 2546 | 2026-05-14T16:17:24.414Z | Compiling progenitor-macro v0.10.0 |
| 2547 | 2026-05-14T16:17:24.548Z | Compiling papergrid v0.11.0 |
| 2548 | 2026-05-14T16:17:24.615Z | Compiling tough v0.20.0 |
| 2549 | 2026-05-14T16:17:26.025Z | Compiling libsw v3.5.0 |
| 2550 | 2026-05-14T16:17:26.074Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2551 | 2026-05-14T16:17:26.245Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2552 | 2026-05-14T16:17:26.300Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2553 | 2026-05-14T16:17:26.541Z | Compiling oxide-tokio-rt v0.1.6 |
| 2554 | 2026-05-14T16:17:26.635Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2555 | 2026-05-14T16:17:27.190Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2556 | 2026-05-14T16:17:28.541Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2557 | 2026-05-14T16:17:29.296Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2558 | 2026-05-14T16:17:29.353Z | Compiling const_format v0.2.35 |
| 2559 | 2026-05-14T16:17:30.267Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2560 | 2026-05-14T16:17:30.635Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2561 | 2026-05-14T16:17:30.731Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2562 | 2026-05-14T16:17:30.745Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2563 | 2026-05-14T16:17:32.106Z | Compiling tabled_derive v0.7.0 |
| 2564 | 2026-05-14T16:17:32.225Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2565 | 2026-05-14T16:17:32.680Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2566 | 2026-05-14T16:17:32.804Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2567 | 2026-05-14T16:17:32.941Z | Compiling gethostname v0.5.0 |
| 2568 | 2026-05-14T16:17:33.051Z | Compiling terminal_size v0.4.3 |
| 2569 | 2026-05-14T16:17:33.085Z | Compiling rustls-webpki v0.101.7 |
| 2570 | 2026-05-14T16:17:33.210Z | Compiling sct v0.7.1 |
| 2571 | 2026-05-14T16:17:33.454Z | Compiling bcs v0.1.6 |
| 2572 | 2026-05-14T16:17:33.864Z | Compiling unicode-width v0.2.1 |
| 2573 | 2026-05-14T16:17:34.178Z | Compiling linear-map v1.2.0 |
| 2574 | 2026-05-14T16:17:34.425Z | Compiling termtree v0.5.1 |
| 2575 | 2026-05-14T16:17:34.603Z | Compiling radium v0.7.0 |
| 2576 | 2026-05-14T16:17:34.704Z | Compiling smawk v0.3.2 |
| 2577 | 2026-05-14T16:17:34.876Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-05-14T16:17:34.898Z | Compiling unicode-linebreak v0.1.5 |
| 2579 | 2026-05-14T16:17:35.047Z | Compiling salty v0.3.0 |
| 2580 | 2026-05-14T16:17:35.180Z | Compiling textwrap v0.16.2 |
| 2581 | 2026-05-14T16:17:36.514Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2582 | 2026-05-14T16:17:36.764Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2583 | 2026-05-14T16:17:36.803Z | Compiling tabled v0.15.0 |
| 2584 | 2026-05-14T16:17:37.809Z | Compiling progenitor v0.10.0 |
| 2585 | 2026-05-14T16:17:37.961Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2586 | 2026-05-14T16:17:39.635Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2587 | 2026-05-14T16:17:43.096Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2588 | 2026-05-14T16:17:44.528Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2589 | 2026-05-14T16:17:44.749Z | Compiling steno v0.4.1 |
| 2590 | 2026-05-14T16:17:45.878Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2591 | 2026-05-14T16:17:46.828Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2592 | 2026-05-14T16:17:48.158Z | Compiling hickory-proto v0.25.2 |
| 2593 | 2026-05-14T16:17:49.050Z | Compiling rfc6979 v0.4.0 |
| 2594 | 2026-05-14T16:17:49.071Z | Compiling sha2 v0.10.9 |
| 2595 | 2026-05-14T16:17:49.164Z | Compiling humantime v2.3.0 |
| 2596 | 2026-05-14T16:17:50.299Z | Compiling tap v1.0.1 |
| 2597 | 2026-05-14T16:17:50.428Z | Compiling wyz v0.5.1 |
| 2598 | 2026-05-14T16:17:50.652Z | Compiling hickory-resolver v0.25.2 |
| 2599 | 2026-05-14T16:17:50.739Z | Compiling ecdsa v0.16.9 |
| 2600 | 2026-05-14T16:17:52.323Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2601 | 2026-05-14T16:17:53.308Z | Compiling tokio-rustls v0.24.1 |
| 2602 | 2026-05-14T16:17:53.563Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ccddb47a4c93b7e3480919495dae851afc83782#8ccddb47) |
| 2603 | 2026-05-14T16:17:55.040Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2604 | 2026-05-14T16:17:57.047Z | Compiling ed25519 v2.2.3 |
| 2605 | 2026-05-14T16:17:57.541Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2606 | 2026-05-14T16:17:57.810Z | Compiling rustls-pemfile v1.0.4 |
| 2607 | 2026-05-14T16:17:57.867Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2608 | 2026-05-14T16:17:57.886Z | Compiling primeorder v0.13.6 |
| 2609 | 2026-05-14T16:17:58.167Z | Compiling twox-hash v2.1.2 |
| 2610 | 2026-05-14T16:17:58.187Z | Compiling env_filter v1.0.1 |
| 2611 | 2026-05-14T16:17:58.646Z | Compiling atty v0.2.14 |
| 2612 | 2026-05-14T16:17:58.755Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2613 | 2026-05-14T16:17:58.908Z | Compiling funty v2.0.0 |
| 2614 | 2026-05-14T16:17:59.012Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 2615 | 2026-05-14T16:17:59.721Z | Compiling bitvec v1.0.1 |
| 2616 | 2026-05-14T16:18:00.333Z | Compiling env_logger v0.11.10 |
| 2617 | 2026-05-14T16:18:00.977Z | Compiling p384 v0.13.1 |
| 2618 | 2026-05-14T16:18:01.800Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=becbbb616f5f18b59cc42e511c148734c2ba3831#becbbb61) |
| 2619 | 2026-05-14T16:18:03.016Z | Compiling ed25519-dalek v2.2.0 |
| 2620 | 2026-05-14T16:18:03.549Z | Compiling toml v0.7.8 |
| 2621 | 2026-05-14T16:18:04.809Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2622 | 2026-05-14T16:18:05.529Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2623 | 2026-05-14T16:18:07.257Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2624 | 2026-05-14T16:18:07.261Z | Compiling polyval v0.6.2 |
| 2625 | 2026-05-14T16:18:07.546Z | Compiling ctr v0.9.2 |
| 2626 | 2026-05-14T16:18:07.764Z | Compiling aes v0.8.4 |
| 2627 | 2026-05-14T16:18:08.757Z | Compiling vm-attest v0.1.0 (https://github.com/oxidecomputer/vm-attest?rev=deaf0203ecfa8cbe8c0c28c9bd16645d5d7be4e8#deaf0203) |
| 2628 | 2026-05-14T16:18:09.004Z | Compiling x509-cert v0.2.5 |
| 2629 | 2026-05-14T16:18:10.345Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
| 2630 | 2026-05-14T16:18:10.569Z | Compiling bincode v1.3.3 |
| 2631 | 2026-05-14T16:18:10.625Z | Compiling strum_macros v0.28.0 |
| 2632 | 2026-05-14T16:18:11.052Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
| 2633 | 2026-05-14T16:18:11.174Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2634 | 2026-05-14T16:18:11.426Z | Compiling passt v0.3.0 |
| 2635 | 2026-05-14T16:18:11.713Z | Compiling fakedata_generator v0.7.1 |
| 2636 | 2026-05-14T16:18:12.327Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
| 2637 | 2026-05-14T16:18:12.461Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2638 | 2026-05-14T16:18:12.532Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
| 2639 | 2026-05-14T16:18:12.595Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=d7472bfa91aee859c3fe0bdc1dbb1e320285228e#d7472bfa) |
| 2640 | 2026-05-14T16:18:12.872Z | Compiling aes-gcm-siv v0.11.1 |
| 2641 | 2026-05-14T16:18:13.065Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2642 | 2026-05-14T16:18:13.098Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#33d64604) |
| 2643 | 2026-05-14T16:18:13.611Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
| 2644 | 2026-05-14T16:18:13.646Z | Compiling bitstruct_derive v0.1.0 |
| 2645 | 2026-05-14T16:18:13.728Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
| 2646 | 2026-05-14T16:18:13.954Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2647 | 2026-05-14T16:18:14.151Z | Compiling ringbuffer v0.16.0 |
| 2648 | 2026-05-14T16:18:14.225Z | Compiling typeid v1.0.0 |
| 2649 | 2026-05-14T16:18:14.319Z | Compiling pretty-hex v0.2.1 |
| 2650 | 2026-05-14T16:18:14.364Z | Compiling ascii v1.1.0 |
| 2651 | 2026-05-14T16:18:14.488Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2652 | 2026-05-14T16:18:14.713Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
| 2653 | 2026-05-14T16:18:14.739Z | Compiling erased-serde v0.4.5 |
| 2654 | 2026-05-14T16:18:15.371Z | Compiling bitstruct v0.1.1 |
| 2655 | 2026-05-14T16:18:15.481Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 2656 | 2026-05-14T16:18:16.396Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
| 2657 | 2026-05-14T16:18:16.443Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#3828225f) |
| 2658 | 2026-05-14T16:18:16.545Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
| 2659 | 2026-05-14T16:18:16.712Z | Compiling itertools v0.13.0 |
| 2660 | 2026-05-14T16:18:16.782Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
| 2661 | 2026-05-14T16:18:17.368Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2662 | 2026-05-14T16:18:17.968Z | Compiling kstat-rs v0.2.4 |
| 2663 | 2026-05-14T16:18:18.234Z | Compiling serde_arrays v0.1.0 |
| 2664 | 2026-05-14T16:18:18.400Z | Compiling libloading v0.7.4 |
| 2665 | 2026-05-14T16:18:18.415Z | Compiling bit_field v0.10.2 |
| 2666 | 2026-05-14T16:18:18.574Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?rev=fa779b29af7a8656657ccca6ec531446188d916c#fa779b29) |
| 2667 | 2026-05-14T16:18:18.641Z | Compiling propolis-server-api v0.1.0 (/work/oxidecomputer/propolis/crates/propolis-server-api) |
| 2668 | 2026-05-14T16:18:19.017Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
| 2669 | 2026-05-14T16:18:19.381Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
| 2670 | 2026-05-14T16:18:21.363Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
| 2671 | 2026-05-14T16:18:23.023Z | Compiling ron v0.8.1 |
| 2672 | 2026-05-14T16:18:24.403Z | Compiling pbind v0.0.0 (/work/oxidecomputer/propolis/crates/pbind) |
| 2673 | 2026-05-14T16:18:24.578Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
| 2674 | 2026-05-14T16:18:26.018Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
| 2675 | 2026-05-14T16:18:30.700Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
| 2676 | 2026-05-14T16:19:02.933Z | Finished `release` profile [optimized] target(s) in 4m 23s |
| 2677 | 2026-05-14T16:19:03.117Z | |
| 2678 | 2026-05-14T16:19:03.117Z | real 4:23.738479668 |
| 2679 | 2026-05-14T16:19:03.117Z | user 30:25.636683043 |
| 2680 | 2026-05-14T16:19:03.117Z | sys 2:43.528709546 |
| 2681 | 2026-05-14T16:19:03.117Z | trap 0.836636652 |
| 2682 | 2026-05-14T16:19:03.117Z | tflt 1.821135536 |
| 2683 | 2026-05-14T16:19:03.120Z | dflt 1.365943951 |
| 2684 | 2026-05-14T16:19:03.120Z | kflt 0.000128282 |
| 2685 | 2026-05-14T16:19:03.120Z | lock 1:32:10.038728110 |
| 2686 | 2026-05-14T16:19:03.120Z | slp 1:59:27.076580914 |
| 2687 | 2026-05-14T16:19:03.120Z | lat 2:50.827216692 |
| 2688 | 2026-05-14T16:19:03.120Z | stop 3:47.327119385 |
| 2689 | 2026-05-14T16:19:03.120Z | + OUTDIR=/work/release |
| 2690 | 2026-05-14T16:19:03.120Z | + mkdir -p /work/release |
| 2691 | 2026-05-14T16:19:03.120Z | + cp target/release/propolis-cli /work/release/propolis-cli |
| 2692 | 2026-05-14T16:19:03.144Z | + cp target/release/propolis-server /work/release/propolis-server |
| 2693 | 2026-05-14T16:19:03.224Z | + cd /work/release |
| 2694 | 2026-05-14T16:19:03.228Z | + digest -a sha256 propolis-cli |
| 2695 | 2026-05-14T16:19:03.251Z | + digest -a sha256 propolis-server |
| 2696 | 2026-05-14T16:19:03.300Z | process exited: duration 533538 ms, exit code 0 |
| |
| 2697 | 2026-05-14T16:19:03.308Z | found 4 output files |
| 2698 | 2026-05-14T16:19:03.308Z | uploading: /work/release/propolis-cli (25635448 bytes) |
| 2699 | 2026-05-14T16:19:04.507Z | uploaded: /work/release/propolis-cli |
| 2700 | 2026-05-14T16:19:04.507Z | uploading: /work/release/propolis-cli.sha256.txt (65 bytes) |
| 2701 | 2026-05-14T16:19:05.516Z | uploaded: /work/release/propolis-cli.sha256.txt |
| 2702 | 2026-05-14T16:19:05.516Z | uploading: /work/release/propolis-server (83971632 bytes) |
| 2703 | 2026-05-14T16:19:07.042Z | uploaded: /work/release/propolis-server |
| 2704 | 2026-05-14T16:19:07.042Z | uploading: /work/release/propolis-server.sha256.txt (65 bytes) |
| 2705 | 2026-05-14T16:19:08.051Z | uploaded: /work/release/propolis-server.sha256.txt |