|
|
|
| 1 | 2026-07-23T19:15:23.405Z | job assigned to worker 01KY86DGB00Z8V11SYND4V6GTA [factory aws, i-0b6ca78699c0cef6a] (queued for 49 s) |
| |
| 2 | 2026-07-23T19:15:30.254Z | starting task 0: "setup" |
| 3 | 2026-07-23T19:15:30.258Z | ++ uname -s |
| 4 | 2026-07-23T19:15:30.261Z | + kern=SunOS |
| 5 | 2026-07-23T19:15:30.261Z | + build_user=build |
| 6 | 2026-07-23T19:15:30.261Z | + build_uid=12345 |
| 7 | 2026-07-23T19:15:30.262Z | + work_dir=/work |
| 8 | 2026-07-23T19:15:30.262Z | + input_dir=/input |
| 9 | 2026-07-23T19:15:30.262Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T19:15:30.262Z | + case "$kern" in |
| 11 | 2026-07-23T19:15:30.262Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T19:15:30.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T19:15:32.270Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T19:15:32.381Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T19:15:32.385Z | + home_fs=zfs |
| 16 | 2026-07-23T19:15:32.385Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T19:15:32.386Z | + mkdir -p /home/build |
| 18 | 2026-07-23T19:15:32.386Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T19:15:33.387Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T19:15:33.391Z | process exited: duration 3137 ms, exit code 0 |
| |
| 21 | 2026-07-23T19:15:33.399Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T19:15:33.405Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T19:15:33.405Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-23T19:15:33.405Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-23T19:15:33.405Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-23T19:15:33.405Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-23T19:15:33.405Z | * rust toolchain profile = "default" |
| 28 | 2026-07-23T19:15:33.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T19:15:33.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T19:15:33.474Z | info: downloading installer |
| 31 | 2026-07-23T19:15:35.039Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T19:15:35.039Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T19:15:35.039Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T19:15:35.039Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T19:15:35.058Z | info: profile set to default |
| 36 | 2026-07-23T19:15:35.058Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T19:15:35.074Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T19:15:35.188Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T19:15:35.194Z | info: downloading 6 components |
| 40 | 2026-07-23T19:15:49.560Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T19:15:49.560Z | |
| 42 | 2026-07-23T19:15:49.590Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T19:15:49.590Z | |
| 44 | 2026-07-23T19:15:49.590Z | |
| 45 | 2026-07-23T19:15:49.590Z | Rust is installed now. Great! |
| 46 | 2026-07-23T19:15:49.590Z | |
| 47 | 2026-07-23T19:15:49.590Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T19:15:49.590Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T19:15:49.590Z | |
| 50 | 2026-07-23T19:15:49.590Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T19:15:49.590Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T19:15:49.591Z | |
| 53 | 2026-07-23T19:15:49.591Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T19:15:49.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T19:15:49.595Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T19:15:49.595Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T19:15:49.595Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T19:15:49.595Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T19:15:49.595Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T19:15:49.595Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T19:15:49.595Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T19:15:49.696Z | + rustup --version |
| 63 | 2026-07-23T19:15:49.702Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T19:15:49.706Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T19:15:49.722Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T19:15:49.729Z | + cargo --version |
| 67 | 2026-07-23T19:15:49.734Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T19:15:49.746Z | + rustc --version |
| 69 | 2026-07-23T19:15:49.758Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T19:15:49.768Z | process exited: duration 16357 ms, exit code 0 |
| |
| 71 | 2026-07-23T19:15:49.790Z | starting task 2: "authentication" |
| 72 | 2026-07-23T19:15:49.879Z | process exited: duration 58 ms, exit code 0 |
| |
| 73 | 2026-07-23T19:15:49.917Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T19:15:49.933Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T19:15:49.933Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T19:15:49.951Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T19:16:00.611Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T19:16:00.611Z | + git fetch origin f271ee89ee063e81fef18370401958a177cf91c2 |
| 79 | 2026-07-23T19:16:00.887Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T19:16:00.887Z | * branch f271ee89ee063e81fef18370401958a177cf91c2 -> FETCH_HEAD |
| 81 | 2026-07-23T19:16:00.902Z | + [[ -n sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]] |
| 82 | 2026-07-23T19:16:00.905Z | ++ git branch --show-current |
| 83 | 2026-07-23T19:16:00.905Z | + current=main |
| 84 | 2026-07-23T19:16:00.905Z | + [[ main != sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types ]] |
| 85 | 2026-07-23T19:16:00.905Z | + git branch -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types f271ee89ee063e81fef18370401958a177cf91c2 |
| 86 | 2026-07-23T19:16:00.909Z | + git checkout -f sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types |
| 87 | 2026-07-23T19:16:01.153Z | Switched to branch 'sunshowers/spr/22n-wicket-common-move-bgp-auth-key-set-types-to-wicketd-commission-types' |
| 88 | 2026-07-23T19:16:01.161Z | + git reset --hard f271ee89ee063e81fef18370401958a177cf91c2 |
| 89 | 2026-07-23T19:16:01.404Z | HEAD is now at f271ee89e rebase on main |
| 90 | 2026-07-23T19:16:01.408Z | process exited: duration 11494 ms, exit code 0 |
| |
| 91 | 2026-07-23T19:16:01.418Z | starting task 4: "build" |
| 92 | 2026-07-23T19:16:01.424Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T19:16:01.428Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T19:16:01.428Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T19:16:01.428Z | +++ uname -s |
| 96 | 2026-07-23T19:16:01.428Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T19:16:01.428Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T19:16:01.428Z | + cargo --version |
| 99 | 2026-07-23T19:16:01.438Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T19:16:01.443Z | + rustc --version |
| 101 | 2026-07-23T19:16:01.461Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T19:16:01.464Z | + WORK=/work |
| 103 | 2026-07-23T19:16:01.464Z | + pfexec mkdir -p /work |
| 104 | 2026-07-23T19:16:01.467Z | + pfexec chown build /work |
| 105 | 2026-07-23T19:16:01.472Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-23T19:16:03.255Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-23T19:16:03.482Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-23T19:16:04.623Z | Planning: Solver setup ... Done (1.056s) |
| 109 | 2026-07-23T19:16:04.667Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-07-23T19:16:04.694Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-23T19:16:04.721Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-23T19:16:04.754Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-23T19:16:04.771Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-07-23T19:16:04.774Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-23T19:16:04.975Z | Planning: Checking for conflicting actions ... Done (0.204s) |
| 116 | 2026-07-23T19:16:04.978Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-23T19:16:05.805Z | Planning: Evaluating mediators ... Done (0.829s) |
| 118 | 2026-07-23T19:16:05.810Z | Planning: Planning completed in 2.29 seconds |
| 119 | 2026-07-23T19:16:05.818Z | Packages to install: 2 |
| 120 | 2026-07-23T19:16:05.818Z | Estimated space available: 156.05 GB |
| 121 | 2026-07-23T19:16:05.818Z | Estimated space to be consumed: 53.63 MB |
| 122 | 2026-07-23T19:16:05.818Z | Create boot environment: No |
| 123 | 2026-07-23T19:16:05.821Z | Create backup boot environment: No |
| 124 | 2026-07-23T19:16:05.821Z | Rebuild boot archive: No |
| 125 | 2026-07-23T19:16:05.821Z | |
| 126 | 2026-07-23T19:16:05.821Z | Changed packages: |
| 127 | 2026-07-23T19:16:05.821Z | helios |
| 128 | 2026-07-23T19:16:05.821Z | developer/build-essential |
| 129 | 2026-07-23T19:16:05.821Z | None -> 11-3.0 |
| 130 | 2026-07-23T19:16:05.821Z | library/libxmlsec1 |
| 131 | 2026-07-23T19:16:05.821Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-23T19:16:05.841Z | |
| 133 | 2026-07-23T19:16:05.841Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-23T19:16:05.941Z | Download: Completed 1.28 MB in 0.10 seconds (12.9M/s) |
| 135 | 2026-07-23T19:16:05.999Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-23T19:16:06.038Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-23T19:16:06.060Z | Finalize: Updating package state database ... Done (0.023s) |
| 138 | 2026-07-23T19:16:06.061Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-23T19:16:06.119Z | Finalize: Updating image state ... Done (0.059s) |
| 140 | 2026-07-23T19:16:08.746Z | Finalize: Creating fast lookup database ... Done (2.588s) |
| 141 | 2026-07-23T19:16:08.810Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-23T19:16:08.814Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-23T19:16:08.888Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-23T19:16:09.227Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-23T19:16:09.334Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-23T19:16:09.341Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-23T19:16:09.491Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-23T19:16:09.495Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-23T19:16:09.525Z | Mediators to change: 2 |
| 150 | 2026-07-23T19:16:09.526Z | Create boot environment: No |
| 151 | 2026-07-23T19:16:09.526Z | Create backup boot environment: No |
| 152 | 2026-07-23T19:16:09.554Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-23T19:16:09.554Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-23T19:16:09.588Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-23T19:16:11.508Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-23T19:16:11.568Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-23T19:16:11.572Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-23T19:16:11.629Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-23T19:16:11.912Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-23T19:16:12.019Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-23T19:16:12.022Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-23T19:16:12.175Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-23T19:16:12.178Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-23T19:16:12.198Z | Mediators to change: 1 |
| 165 | 2026-07-23T19:16:12.198Z | Create boot environment: No |
| 166 | 2026-07-23T19:16:12.198Z | Create backup boot environment: No |
| 167 | 2026-07-23T19:16:12.238Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-23T19:16:12.238Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-23T19:16:12.271Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-23T19:16:14.209Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-23T19:16:14.273Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-23T19:16:14.276Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-23T19:16:14.324Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-23T19:16:14.639Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-23T19:16:14.639Z | apache system 2.4 system |
| 176 | 2026-07-23T19:16:14.639Z | clang system 15 system |
| 177 | 2026-07-23T19:16:14.639Z | csh system system illumos |
| 178 | 2026-07-23T19:16:14.639Z | ctags system system illumos |
| 179 | 2026-07-23T19:16:14.639Z | file vendor vendor darwinsys |
| 180 | 2026-07-23T19:16:14.639Z | file system system illumos |
| 181 | 2026-07-23T19:16:14.639Z | gcc vendor 14 vendor |
| 182 | 2026-07-23T19:16:14.639Z | gcc system 13 system |
| 183 | 2026-07-23T19:16:14.639Z | gcc system 10 system |
| 184 | 2026-07-23T19:16:14.639Z | go system 1.25 system |
| 185 | 2026-07-23T19:16:14.639Z | llvm system 15 system |
| 186 | 2026-07-23T19:16:14.639Z | mariadb system 11.4 system |
| 187 | 2026-07-23T19:16:14.639Z | mta vendor vendor dma |
| 188 | 2026-07-23T19:16:14.639Z | openjdk system 17 system |
| 189 | 2026-07-23T19:16:14.639Z | openjdk system 11 system |
| 190 | 2026-07-23T19:16:14.639Z | openssl vendor 3 vendor |
| 191 | 2026-07-23T19:16:14.639Z | perl system 5.40 system |
| 192 | 2026-07-23T19:16:14.639Z | postgresql system 18 system |
| 193 | 2026-07-23T19:16:14.639Z | postgresql system 17 system |
| 194 | 2026-07-23T19:16:14.639Z | python vendor 3 vendor |
| 195 | 2026-07-23T19:16:14.639Z | python system 2 system |
| 196 | 2026-07-23T19:16:14.639Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-23T19:16:14.639Z | ruby system 3.4 system |
| 198 | 2026-07-23T19:16:14.639Z | ruby system 3.0 system |
| 199 | 2026-07-23T19:16:14.640Z | words vendor vendor american-english |
| 200 | 2026-07-23T19:16:14.640Z | words system system australian-english |
| 201 | 2026-07-23T19:16:14.640Z | words system system british-english |
| 202 | 2026-07-23T19:16:14.640Z | words system system canadian-english |
| 203 | 2026-07-23T19:16:14.640Z | words system system french |
| 204 | 2026-07-23T19:16:14.640Z | words system system italian |
| 205 | 2026-07-23T19:16:14.640Z | words system system ngerman |
| 206 | 2026-07-23T19:16:14.640Z | words system system ogerman |
| 207 | 2026-07-23T19:16:14.640Z | words system system spanish |
| 208 | 2026-07-23T19:16:14.893Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-23T19:16:14.893Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-23T19:16:15.277Z | FMRI IFO |
| 211 | 2026-07-23T19:16:15.277Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-23T19:16:15.278Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-23T19:16:15.278Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-23T19:16:15.278Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-23T19:16:15.278Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-23T19:16:15.278Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-23T19:16:15.278Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-23T19:16:15.278Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-23T19:16:15.278Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-23T19:16:15.567Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-23T19:16:15.849Z | Updating crates.io index |
| 222 | 2026-07-23T19:16:15.854Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-23T19:16:16.113Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-23T19:16:16.406Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-23T19:16:17.291Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-23T19:16:17.807Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-23T19:16:19.440Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-23T19:16:20.206Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-23T19:16:20.495Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-23T19:16:20.798Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-23T19:16:22.155Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-23T19:16:22.547Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-23T19:16:22.872Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-23T19:16:23.160Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-23T19:16:23.586Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-23T19:16:24.119Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-23T19:16:24.334Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-23T19:16:24.566Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-23T19:16:24.832Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-23T19:16:25.144Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-23T19:16:25.362Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-23T19:16:25.614Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-23T19:16:25.919Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-23T19:16:26.349Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-23T19:16:26.663Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-23T19:16:26.896Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-23T19:16:27.296Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-23T19:16:27.523Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-23T19:16:28.218Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-23T19:16:28.493Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-23T19:16:28.722Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-23T19:16:28.952Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-23T19:16:29.258Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-23T19:16:29.645Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-23T19:16:30.049Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-23T19:16:30.356Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-23T19:16:30.589Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-23T19:16:30.855Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-23T19:16:31.141Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-23T19:16:31.355Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-23T19:16:31.621Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-23T19:16:31.838Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-23T19:16:34.540Z | Downloading crates ... |
| 264 | 2026-07-23T19:16:34.627Z | Downloaded anstyle-query v1.1.5 |
| 265 | 2026-07-23T19:16:34.634Z | Downloaded block-buffer v0.10.4 |
| 266 | 2026-07-23T19:16:34.641Z | Downloaded cargo_metadata v0.23.1 |
| 267 | 2026-07-23T19:16:34.644Z | Downloaded camino v1.2.2 |
| 268 | 2026-07-23T19:16:34.644Z | Downloaded anstream v1.0.0 |
| 269 | 2026-07-23T19:16:34.647Z | Downloaded cpufeatures v0.2.17 |
| 270 | 2026-07-23T19:16:34.651Z | Downloaded sha2 v0.10.9 |
| 271 | 2026-07-23T19:16:34.658Z | Downloaded pest v2.8.6 |
| 272 | 2026-07-23T19:16:34.658Z | Downloaded errno v0.3.14 |
| 273 | 2026-07-23T19:16:34.662Z | Downloaded cfg-if v1.0.4 |
| 274 | 2026-07-23T19:16:34.662Z | Downloaded fnv v1.0.7 |
| 275 | 2026-07-23T19:16:34.662Z | Downloaded fastrand v2.3.0 |
| 276 | 2026-07-23T19:16:34.662Z | Downloaded zerocopy v0.7.35 |
| 277 | 2026-07-23T19:16:34.668Z | Downloaded zmij v1.0.21 |
| 278 | 2026-07-23T19:16:34.672Z | Downloaded digest v0.10.7 |
| 279 | 2026-07-23T19:16:34.672Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-07-23T19:16:34.672Z | Downloaded itoa v1.0.17 |
| 281 | 2026-07-23T19:16:34.672Z | Downloaded cargo-platform v0.3.2 |
| 282 | 2026-07-23T19:16:34.676Z | Downloaded camino-tempfile v1.4.1 |
| 283 | 2026-07-23T19:16:34.676Z | Downloaded anyhow v1.0.102 |
| 284 | 2026-07-23T19:16:34.676Z | Downloaded dtrace-parser v0.2.0 |
| 285 | 2026-07-23T19:16:34.681Z | Downloaded crypto-common v0.1.7 |
| 286 | 2026-07-23T19:16:34.681Z | Downloaded byteorder v1.5.0 |
| 287 | 2026-07-23T19:16:34.681Z | Downloaded anstyle v1.0.14 |
| 288 | 2026-07-23T19:16:34.684Z | Downloaded dof v0.3.0 |
| 289 | 2026-07-23T19:16:34.684Z | Downloaded equivalent v1.0.2 |
| 290 | 2026-07-23T19:16:34.684Z | Downloaded clap_lex v1.0.0 |
| 291 | 2026-07-23T19:16:34.689Z | Downloaded is_terminal_polyfill v1.70.2 |
| 292 | 2026-07-23T19:16:34.693Z | Downloaded bytecount v0.6.9 |
| 293 | 2026-07-23T19:16:34.698Z | Downloaded usdt-attr-macro v0.5.0 |
| 294 | 2026-07-23T19:16:34.698Z | Downloaded macaddr v1.0.1 |
| 295 | 2026-07-23T19:16:34.698Z | Downloaded memmap v0.7.0 |
| 296 | 2026-07-23T19:16:34.701Z | Downloaded heck v0.5.0 |
| 297 | 2026-07-23T19:16:34.705Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-07-23T19:16:34.709Z | Downloaded thread-id v4.2.2 |
| 299 | 2026-07-23T19:16:34.709Z | Downloaded tabled_derive v0.7.0 |
| 300 | 2026-07-23T19:16:34.710Z | Downloaded heck v0.4.1 |
| 301 | 2026-07-23T19:16:34.713Z | Downloaded cargo_toml v0.21.0 |
| 302 | 2026-07-23T19:16:34.713Z | Downloaded anstyle-parse v1.0.0 |
| 303 | 2026-07-23T19:16:34.717Z | Downloaded fs-err v3.3.0 |
| 304 | 2026-07-23T19:16:34.717Z | Downloaded papergrid v0.11.0 |
| 305 | 2026-07-23T19:16:34.720Z | Downloaded once_cell v1.21.3 |
| 306 | 2026-07-23T19:16:34.725Z | Downloaded unicode-linebreak v0.1.5 |
| 307 | 2026-07-23T19:16:34.729Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2026-07-23T19:16:34.729Z | Downloaded utf8parse v0.2.2 |
| 309 | 2026-07-23T19:16:34.729Z | Downloaded generic-array v0.14.7 |
| 310 | 2026-07-23T19:16:34.732Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-07-23T19:16:34.732Z | Downloaded strsim v0.11.1 |
| 312 | 2026-07-23T19:16:34.735Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-07-23T19:16:34.738Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-07-23T19:16:34.739Z | Downloaded swrite v0.1.0 |
| 315 | 2026-07-23T19:16:34.742Z | Downloaded scroll_derive v0.12.1 |
| 316 | 2026-07-23T19:16:34.745Z | Downloaded toml_write v0.1.2 |
| 317 | 2026-07-23T19:16:34.745Z | Downloaded usdt v0.5.0 |
| 318 | 2026-07-23T19:16:34.745Z | Downloaded smawk v0.3.2 |
| 319 | 2026-07-23T19:16:34.751Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-07-23T19:16:34.759Z | Downloaded version_check v0.9.5 |
| 321 | 2026-07-23T19:16:34.763Z | Downloaded plain v0.2.3 |
| 322 | 2026-07-23T19:16:34.768Z | Downloaded thiserror v2.0.18 |
| 323 | 2026-07-23T19:16:34.768Z | Downloaded pretty-hex v0.4.1 |
| 324 | 2026-07-23T19:16:34.768Z | Downloaded clap v4.6.1 |
| 325 | 2026-07-23T19:16:34.772Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-07-23T19:16:34.781Z | Downloaded scroll v0.12.0 |
| 327 | 2026-07-23T19:16:34.784Z | Downloaded usdt-impl v0.5.0 |
| 328 | 2026-07-23T19:16:34.787Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-07-23T19:16:34.792Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-07-23T19:16:34.800Z | Downloaded pest_generator v2.8.6 |
| 331 | 2026-07-23T19:16:34.804Z | Downloaded bitflags v2.11.0 |
| 332 | 2026-07-23T19:16:34.810Z | Downloaded pest_derive v2.8.6 |
| 333 | 2026-07-23T19:16:34.810Z | Downloaded clap_derive v4.6.1 |
| 334 | 2026-07-23T19:16:34.810Z | Downloaded toml v0.8.23 |
| 335 | 2026-07-23T19:16:34.814Z | Downloaded getrandom v0.4.1 |
| 336 | 2026-07-23T19:16:34.818Z | Downloaded tempfile v3.25.0 |
| 337 | 2026-07-23T19:16:34.825Z | Downloaded proc-macro-error v1.0.4 |
| 338 | 2026-07-23T19:16:34.825Z | Downloaded semver v1.0.28 |
| 339 | 2026-07-23T19:16:34.828Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-07-23T19:16:34.835Z | Downloaded serde_core v1.0.228 |
| 341 | 2026-07-23T19:16:34.839Z | Downloaded thiserror-impl v1.0.69 |
| 342 | 2026-07-23T19:16:34.839Z | Downloaded quote v1.0.45 |
| 343 | 2026-07-23T19:16:34.854Z | Downloaded zerocopy-derive v0.7.35 |
| 344 | 2026-07-23T19:16:34.858Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-07-23T19:16:34.861Z | Downloaded textwrap v0.16.2 |
| 346 | 2026-07-23T19:16:34.870Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-07-23T19:16:34.873Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-07-23T19:16:34.873Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-07-23T19:16:34.876Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-07-23T19:16:34.880Z | Downloaded log v0.4.29 |
| 351 | 2026-07-23T19:16:34.886Z | Downloaded memchr v2.8.0 |
| 352 | 2026-07-23T19:16:34.891Z | Downloaded serde v1.0.228 |
| 353 | 2026-07-23T19:16:34.894Z | Downloaded typenum v1.20.1 |
| 354 | 2026-07-23T19:16:34.900Z | Downloaded indexmap v2.14.0 |
| 355 | 2026-07-23T19:16:34.915Z | Downloaded clap_builder v4.6.0 |
| 356 | 2026-07-23T19:16:34.921Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-23T19:16:34.956Z | Downloaded serde_json v1.0.150 |
| 358 | 2026-07-23T19:16:34.961Z | Downloaded goblin v0.8.2 |
| 359 | 2026-07-23T19:16:34.961Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-23T19:16:34.968Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-23T19:16:34.993Z | Downloaded unicode-width v0.2.0 |
| 362 | 2026-07-23T19:16:34.996Z | Downloaded syn v1.0.109 |
| 363 | 2026-07-23T19:16:35.001Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-23T19:16:35.004Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-23T19:16:35.016Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-23T19:16:35.039Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-23T19:16:35.098Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-23T19:16:35.098Z | Compiling quote v1.0.45 |
| 369 | 2026-07-23T19:16:35.098Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-23T19:16:35.106Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-23T19:16:35.106Z | Compiling libc v0.2.185 |
| 372 | 2026-07-23T19:16:35.106Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-23T19:16:35.106Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-23T19:16:35.106Z | Compiling serde v1.0.228 |
| 375 | 2026-07-23T19:16:35.106Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-23T19:16:35.106Z | Compiling thiserror v1.0.69 |
| 377 | 2026-07-23T19:16:35.277Z | Compiling itoa v1.0.17 |
| 378 | 2026-07-23T19:16:35.281Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-23T19:16:35.281Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-23T19:16:35.281Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-23T19:16:35.504Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-23T19:16:35.663Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-23T19:16:35.702Z | Compiling proc-macro-error-attr v1.0.4 |
| 384 | 2026-07-23T19:16:35.738Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-07-23T19:16:35.742Z | Compiling camino v1.2.2 |
| 386 | 2026-07-23T19:16:35.848Z | Compiling syn v1.0.109 |
| 387 | 2026-07-23T19:16:35.956Z | Compiling pest v2.8.6 |
| 388 | 2026-07-23T19:16:35.972Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-23T19:16:36.007Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-07-23T19:16:36.026Z | Compiling getrandom v0.4.1 |
| 391 | 2026-07-23T19:16:36.149Z | Compiling equivalent v1.0.2 |
| 392 | 2026-07-23T19:16:36.168Z | Compiling log v0.4.29 |
| 393 | 2026-07-23T19:16:36.172Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-07-23T19:16:36.186Z | Compiling plain v0.2.3 |
| 395 | 2026-07-23T19:16:36.243Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-23T19:16:36.273Z | Compiling errno v0.3.14 |
| 397 | 2026-07-23T19:16:36.276Z | Compiling thread-id v4.2.2 |
| 398 | 2026-07-23T19:16:36.343Z | Compiling anstyle v1.0.14 |
| 399 | 2026-07-23T19:16:36.365Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-07-23T19:16:36.368Z | Compiling autocfg v1.5.0 |
| 401 | 2026-07-23T19:16:36.401Z | Compiling colorchoice v1.0.4 |
| 402 | 2026-07-23T19:16:36.405Z | Compiling thiserror v2.0.18 |
| 403 | 2026-07-23T19:16:36.460Z | Compiling pretty-hex v0.4.1 |
| 404 | 2026-07-23T19:16:36.512Z | Compiling toml_write v0.1.2 |
| 405 | 2026-07-23T19:16:36.570Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-07-23T19:16:36.607Z | Compiling winnow v0.7.14 |
| 407 | 2026-07-23T19:16:36.610Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-07-23T19:16:36.644Z | Compiling anyhow v1.0.102 |
| 409 | 2026-07-23T19:16:36.705Z | Compiling indexmap v2.14.0 |
| 410 | 2026-07-23T19:16:36.743Z | Compiling syn v2.0.117 |
| 411 | 2026-07-23T19:16:36.786Z | Compiling anstream v1.0.0 |
| 412 | 2026-07-23T19:16:36.790Z | Compiling unicode-width v0.1.14 |
| 413 | 2026-07-23T19:16:36.824Z | Compiling heck v0.5.0 |
| 414 | 2026-07-23T19:16:36.889Z | Compiling fnv v1.0.7 |
| 415 | 2026-07-23T19:16:36.952Z | Compiling fs-err v3.3.0 |
| 416 | 2026-07-23T19:16:37.005Z | Compiling strsim v0.11.1 |
| 417 | 2026-07-23T19:16:37.022Z | Compiling pest_meta v2.8.6 |
| 418 | 2026-07-23T19:16:37.092Z | Compiling heck v0.4.1 |
| 419 | 2026-07-23T19:16:37.109Z | Compiling fastrand v2.3.0 |
| 420 | 2026-07-23T19:16:37.125Z | Compiling bytecount v0.6.9 |
| 421 | 2026-07-23T19:16:37.142Z | Compiling clap_lex v1.0.0 |
| 422 | 2026-07-23T19:16:37.183Z | Compiling once_cell v1.21.3 |
| 423 | 2026-07-23T19:16:37.254Z | Compiling papergrid v0.11.0 |
| 424 | 2026-07-23T19:16:37.338Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-07-23T19:16:37.359Z | Compiling tempfile v3.25.0 |
| 426 | 2026-07-23T19:16:37.381Z | Compiling memmap v0.7.0 |
| 427 | 2026-07-23T19:16:37.398Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-07-23T19:16:37.425Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-07-23T19:16:37.425Z | Compiling smawk v0.3.2 |
| 430 | 2026-07-23T19:16:37.450Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-23T19:16:37.577Z | Compiling swrite v0.1.0 |
| 432 | 2026-07-23T19:16:37.689Z | Compiling semver v1.0.28 |
| 433 | 2026-07-23T19:16:37.707Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-07-23T19:16:37.726Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-23T19:16:37.934Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-23T19:16:38.281Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-23T19:16:38.904Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T19:16:38.982Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-23T19:16:39.410Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-23T19:16:39.410Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-23T19:16:39.416Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-23T19:16:39.416Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-23T19:16:39.416Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-23T19:16:39.416Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-23T19:16:39.510Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-23T19:16:40.032Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-23T19:16:40.177Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-23T19:16:40.243Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-23T19:16:40.467Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-23T19:16:40.806Z | Compiling clap v4.6.1 |
| 451 | 2026-07-23T19:16:41.852Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-23T19:16:41.852Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-23T19:16:41.852Z | Compiling macaddr v1.0.1 |
| 454 | 2026-07-23T19:16:41.855Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-07-23T19:16:41.855Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-23T19:16:41.870Z | Compiling dof v0.3.0 |
| 457 | 2026-07-23T19:16:41.873Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-23T19:16:42.033Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-23T19:16:42.588Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-23T19:16:42.588Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-23T19:16:43.240Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-23T19:16:43.332Z | Compiling toml v0.8.23 |
| 463 | 2026-07-23T19:16:43.688Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-23T19:16:44.927Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-23T19:16:46.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.53s |
| 466 | 2026-07-23T19:16:47.148Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-23T19:16:47.649Z | Downloading crates ... |
| 468 | 2026-07-23T19:16:47.773Z | Downloaded async-recursion v1.1.1 |
| 469 | 2026-07-23T19:16:47.777Z | Downloaded aead v0.5.2 |
| 470 | 2026-07-23T19:16:47.777Z | Downloaded ascii-canvas v3.0.0 |
| 471 | 2026-07-23T19:16:47.777Z | Downloaded arrayref v0.3.9 |
| 472 | 2026-07-23T19:16:47.781Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 473 | 2026-07-23T19:16:47.781Z | Downloaded assert_matches v1.5.0 |
| 474 | 2026-07-23T19:16:47.781Z | Downloaded base16ct v0.2.0 |
| 475 | 2026-07-23T19:16:47.787Z | Downloaded array-init v0.0.4 |
| 476 | 2026-07-23T19:16:47.787Z | Downloaded darling_macro v0.21.3 |
| 477 | 2026-07-23T19:16:47.792Z | Downloaded bitfield-struct v0.6.2 |
| 478 | 2026-07-23T19:16:47.806Z | Downloaded argon2 v0.5.3 |
| 479 | 2026-07-23T19:16:47.812Z | Downloaded crc8 v0.1.1 |
| 480 | 2026-07-23T19:16:47.812Z | Downloaded document-features v0.2.12 |
| 481 | 2026-07-23T19:16:47.812Z | Downloaded convert_case v0.4.0 |
| 482 | 2026-07-23T19:16:47.812Z | Downloaded cpubits v0.1.1 |
| 483 | 2026-07-23T19:16:47.812Z | Downloaded daft-derive v0.1.7 |
| 484 | 2026-07-23T19:16:47.813Z | Downloaded critical-section v1.2.0 |
| 485 | 2026-07-23T19:16:47.813Z | Downloaded convert_case v0.10.0 |
| 486 | 2026-07-23T19:16:47.819Z | Downloaded bitfield-macros v0.19.4 |
| 487 | 2026-07-23T19:16:47.819Z | Downloaded anstyle-parse v0.2.7 |
| 488 | 2026-07-23T19:16:47.819Z | Downloaded defmt v1.0.1 |
| 489 | 2026-07-23T19:16:47.827Z | Downloaded bit-set v0.5.3 |
| 490 | 2026-07-23T19:16:47.827Z | Downloaded bitfield v0.19.4 |
| 491 | 2026-07-23T19:16:47.827Z | Downloaded bitflags v1.3.2 |
| 492 | 2026-07-23T19:16:47.827Z | Downloaded arrayvec v0.7.6 |
| 493 | 2026-07-23T19:16:47.827Z | Downloaded derive-where v1.6.0 |
| 494 | 2026-07-23T19:16:47.827Z | Downloaded darling v0.21.3 |
| 495 | 2026-07-23T19:16:47.831Z | Downloaded argon2 v0.6.0-rc.8 |
| 496 | 2026-07-23T19:16:47.835Z | Downloaded cstr-argument v0.1.2 |
| 497 | 2026-07-23T19:16:47.835Z | Downloaded async-stream-impl v0.3.6 |
| 498 | 2026-07-23T19:16:47.835Z | Downloaded crucible-workspace-hack v0.1.0 |
| 499 | 2026-07-23T19:16:47.835Z | Downloaded atomicwrites v0.4.4 |
| 500 | 2026-07-23T19:16:47.835Z | Downloaded aead v0.6.1 |
| 501 | 2026-07-23T19:16:47.841Z | Downloaded crc-any v2.5.0 |
| 502 | 2026-07-23T19:16:47.841Z | Downloaded cobs v0.3.0 |
| 503 | 2026-07-23T19:16:47.841Z | Downloaded debug-ignore v1.0.5 |
| 504 | 2026-07-23T19:16:47.845Z | Downloaded async-bb8-diesel v0.2.1 |
| 505 | 2026-07-23T19:16:47.845Z | Downloaded ahash v0.8.12 |
| 506 | 2026-07-23T19:16:47.845Z | Downloaded async-stream v0.3.6 |
| 507 | 2026-07-23T19:16:47.848Z | Downloaded defmt v0.3.100 |
| 508 | 2026-07-23T19:16:47.848Z | Downloaded darling v0.20.11 |
| 509 | 2026-07-23T19:16:47.851Z | Downloaded crossbeam-channel v0.5.15 |
| 510 | 2026-07-23T19:16:47.856Z | Downloaded digest-io v0.1.0 |
| 511 | 2026-07-23T19:16:47.856Z | Downloaded defmt-parser v1.0.0 |
| 512 | 2026-07-23T19:16:47.856Z | Downloaded crc-catalog v2.4.0 |
| 513 | 2026-07-23T19:16:47.856Z | Downloaded atomic-waker v1.1.2 |
| 514 | 2026-07-23T19:16:47.856Z | Downloaded anstream v0.6.21 |
| 515 | 2026-07-23T19:16:47.860Z | Downloaded bit-vec v0.6.3 |
| 516 | 2026-07-23T19:16:47.860Z | Downloaded darling v0.13.4 |
| 517 | 2026-07-23T19:16:47.864Z | Downloaded darling_macro v0.23.0 |
| 518 | 2026-07-23T19:16:47.864Z | Downloaded crossbeam-utils v0.8.21 |
| 519 | 2026-07-23T19:16:47.864Z | Downloaded bcs v0.1.6 |
| 520 | 2026-07-23T19:16:47.869Z | Downloaded adler2 v2.0.1 |
| 521 | 2026-07-23T19:16:47.869Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 522 | 2026-07-23T19:16:47.869Z | Downloaded crc v3.4.0 |
| 523 | 2026-07-23T19:16:47.869Z | Downloaded cpufeatures v0.3.0 |
| 524 | 2026-07-23T19:16:47.869Z | Downloaded crc32fast v1.5.0 |
| 525 | 2026-07-23T19:16:47.874Z | Downloaded atty v0.2.14 |
| 526 | 2026-07-23T19:16:47.874Z | Downloaded bit-set v0.8.0 |
| 527 | 2026-07-23T19:16:47.874Z | Downloaded ciborium-ll v0.2.2 |
| 528 | 2026-07-23T19:16:47.874Z | Downloaded dsl_auto_type v0.2.0 |
| 529 | 2026-07-23T19:16:47.878Z | Downloaded darling_macro v0.20.11 |
| 530 | 2026-07-23T19:16:47.878Z | Downloaded compression-core v0.4.31 |
| 531 | 2026-07-23T19:16:47.878Z | Downloaded csv-core v0.1.13 |
| 532 | 2026-07-23T19:16:47.878Z | Downloaded cfg_aliases v0.1.1 |
| 533 | 2026-07-23T19:16:47.878Z | Downloaded crypto-common v0.2.2 |
| 534 | 2026-07-23T19:16:47.884Z | Downloaded castaway v0.2.4 |
| 535 | 2026-07-23T19:16:47.884Z | Downloaded downcast-rs v2.0.2 |
| 536 | 2026-07-23T19:16:47.884Z | Downloaded difflib v0.4.0 |
| 537 | 2026-07-23T19:16:47.884Z | Downloaded ciborium-io v0.2.2 |
| 538 | 2026-07-23T19:16:47.888Z | Downloaded embedded-io v0.4.0 |
| 539 | 2026-07-23T19:16:47.888Z | Downloaded cfg_aliases v0.2.1 |
| 540 | 2026-07-23T19:16:47.888Z | Downloaded block-padding v0.4.2 |
| 541 | 2026-07-23T19:16:47.888Z | Downloaded bb8 v0.8.6 |
| 542 | 2026-07-23T19:16:47.888Z | Downloaded base16ct v1.0.0 |
| 543 | 2026-07-23T19:16:47.892Z | Downloaded dunce v1.0.5 |
| 544 | 2026-07-23T19:16:47.892Z | Downloaded darling_macro v0.13.4 |
| 545 | 2026-07-23T19:16:47.896Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 546 | 2026-07-23T19:16:47.896Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 547 | 2026-07-23T19:16:47.896Z | Downloaded crunchy v0.2.4 |
| 548 | 2026-07-23T19:16:47.897Z | Downloaded enum-as-inner v0.6.1 |
| 549 | 2026-07-23T19:16:47.904Z | Downloaded endian-type v0.1.2 |
| 550 | 2026-07-23T19:16:47.904Z | Downloaded env_filter v1.0.0 |
| 551 | 2026-07-23T19:16:47.907Z | Downloaded ctr v0.10.1 |
| 552 | 2026-07-23T19:16:47.907Z | Downloaded darling_core v0.13.4 |
| 553 | 2026-07-23T19:16:47.907Z | Downloaded derive_builder_macro v0.20.2 |
| 554 | 2026-07-23T19:16:47.907Z | Downloaded bit-vec v0.8.0 |
| 555 | 2026-07-23T19:16:47.907Z | Downloaded base64ct v1.8.3 |
| 556 | 2026-07-23T19:16:47.911Z | Downloaded dirs-sys-next v0.1.2 |
| 557 | 2026-07-23T19:16:47.911Z | Downloaded block-buffer v0.12.1 |
| 558 | 2026-07-23T19:16:47.911Z | Downloaded dirs-next v2.0.0 |
| 559 | 2026-07-23T19:16:47.916Z | Downloaded dtrace-parser v0.3.0 |
| 560 | 2026-07-23T19:16:47.916Z | Downloaded crossbeam-deque v0.8.6 |
| 561 | 2026-07-23T19:16:47.916Z | Downloaded fd-lock v4.0.4 |
| 562 | 2026-07-23T19:16:47.916Z | Downloaded dof v0.4.0 |
| 563 | 2026-07-23T19:16:47.920Z | Downloaded display-error-chain v0.2.2 |
| 564 | 2026-07-23T19:16:47.920Z | Downloaded async-trait v0.1.89 |
| 565 | 2026-07-23T19:16:47.925Z | Downloaded flagset v0.4.7 |
| 566 | 2026-07-23T19:16:47.929Z | Downloaded cexpr v0.6.0 |
| 567 | 2026-07-23T19:16:47.929Z | Downloaded float-ord v0.3.2 |
| 568 | 2026-07-23T19:16:47.929Z | Downloaded fixedbitset v0.4.2 |
| 569 | 2026-07-23T19:16:47.935Z | Downloaded derive_builder_core v0.20.2 |
| 570 | 2026-07-23T19:16:47.935Z | Downloaded foreign-types-shared v0.1.1 |
| 571 | 2026-07-23T19:16:47.935Z | Downloaded defmt-macros v1.0.1 |
| 572 | 2026-07-23T19:16:47.938Z | Downloaded foreign-types v0.3.2 |
| 573 | 2026-07-23T19:16:47.938Z | Downloaded futures-io v0.3.32 |
| 574 | 2026-07-23T19:16:47.938Z | Downloaded form_urlencoded v1.2.2 |
| 575 | 2026-07-23T19:16:47.938Z | Downloaded foreign-types-shared v0.3.1 |
| 576 | 2026-07-23T19:16:47.938Z | Downloaded futures-sink v0.3.32 |
| 577 | 2026-07-23T19:16:47.938Z | Downloaded futures-core v0.3.32 |
| 578 | 2026-07-23T19:16:47.938Z | Downloaded gethostname v0.5.0 |
| 579 | 2026-07-23T19:16:47.942Z | Downloaded fxhash v0.2.1 |
| 580 | 2026-07-23T19:16:47.942Z | Downloaded futures-task v0.3.32 |
| 581 | 2026-07-23T19:16:47.942Z | Downloaded funty v2.0.0 |
| 582 | 2026-07-23T19:16:47.942Z | Downloaded foreign-types v0.5.0 |
| 583 | 2026-07-23T19:16:47.946Z | Downloaded foreign-types-macros v0.2.3 |
| 584 | 2026-07-23T19:16:47.946Z | Downloaded derive-ex v0.1.8 |
| 585 | 2026-07-23T19:16:47.950Z | Downloaded corncobs v0.1.4 |
| 586 | 2026-07-23T19:16:47.950Z | Downloaded dyn-clone v1.0.20 |
| 587 | 2026-07-23T19:16:47.954Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-07-23T19:16:47.954Z | Downloaded digest v0.11.3 |
| 589 | 2026-07-23T19:16:47.957Z | Downloaded delegate v0.13.5 |
| 590 | 2026-07-23T19:16:47.957Z | Downloaded cmake v0.1.57 |
| 591 | 2026-07-23T19:16:47.957Z | Downloaded ed25519 v2.2.3 |
| 592 | 2026-07-23T19:16:47.965Z | Downloaded const_format_proc_macros v0.2.34 |
| 593 | 2026-07-23T19:16:47.965Z | Downloaded cookie_store v0.22.1 |
| 594 | 2026-07-23T19:16:47.965Z | Downloaded constant_time_eq v0.4.2 |
| 595 | 2026-07-23T19:16:47.965Z | Downloaded blowfish v0.10.0 |
| 596 | 2026-07-23T19:16:47.965Z | Downloaded ghash v0.6.0 |
| 597 | 2026-07-23T19:16:47.965Z | Downloaded ena v0.14.4 |
| 598 | 2026-07-23T19:16:47.970Z | Downloaded git-stub v1.0.0 |
| 599 | 2026-07-23T19:16:47.970Z | Downloaded cipher v0.5.2 |
| 600 | 2026-07-23T19:16:47.970Z | Downloaded camino-tempfile-ext v0.3.3 |
| 601 | 2026-07-23T19:16:47.970Z | Downloaded embedded-io v0.6.1 |
| 602 | 2026-07-23T19:16:47.974Z | Downloaded globwalk v0.9.1 |
| 603 | 2026-07-23T19:16:47.974Z | Downloaded darling_core v0.23.0 |
| 604 | 2026-07-23T19:16:47.977Z | Downloaded find-msvc-tools v0.1.9 |
| 605 | 2026-07-23T19:16:47.977Z | Downloaded erased-serde v0.3.31 |
| 606 | 2026-07-23T19:16:47.977Z | Downloaded console v0.16.2 |
| 607 | 2026-07-23T19:16:47.981Z | Downloaded headers-core v0.3.0 |
| 608 | 2026-07-23T19:16:47.982Z | Downloaded hash32 v0.3.1 |
| 609 | 2026-07-23T19:16:47.982Z | Downloaded ff v0.13.1 |
| 610 | 2026-07-23T19:16:47.982Z | Downloaded displaydoc v0.2.5 |
| 611 | 2026-07-23T19:16:47.990Z | Downloaded filetime v0.2.27 |
| 612 | 2026-07-23T19:16:47.990Z | Downloaded allocator-api2 v0.2.21 |
| 613 | 2026-07-23T19:16:47.994Z | Downloaded fallible-iterator v0.2.0 |
| 614 | 2026-07-23T19:16:47.994Z | Downloaded data-encoding v2.10.0 |
| 615 | 2026-07-23T19:16:47.994Z | Downloaded des v0.9.0 |
| 616 | 2026-07-23T19:16:47.994Z | Downloaded console v0.15.11 |
| 617 | 2026-07-23T19:16:47.994Z | Downloaded backoff v0.4.0 |
| 618 | 2026-07-23T19:16:47.994Z | Downloaded hex v0.4.3 |
| 619 | 2026-07-23T19:16:47.994Z | Downloaded daft v0.1.7 |
| 620 | 2026-07-23T19:16:48.000Z | Downloaded bzip2 v0.4.4 |
| 621 | 2026-07-23T19:16:48.000Z | Downloaded futures-macro v0.3.32 |
| 622 | 2026-07-23T19:16:48.000Z | Downloaded float-cmp v0.10.0 |
| 623 | 2026-07-23T19:16:48.004Z | Downloaded foldhash v0.1.5 |
| 624 | 2026-07-23T19:16:48.004Z | Downloaded hex-literal v1.1.0 |
| 625 | 2026-07-23T19:16:48.004Z | Downloaded ff v0.14.0 |
| 626 | 2026-07-23T19:16:48.004Z | Downloaded fs_extra v1.3.0 |
| 627 | 2026-07-23T19:16:48.004Z | Downloaded hostname v0.3.1 |
| 628 | 2026-07-23T19:16:48.004Z | Downloaded home v0.5.12 |
| 629 | 2026-07-23T19:16:48.005Z | Downloaded fs-err v2.11.0 |
| 630 | 2026-07-23T19:16:48.011Z | Downloaded http-body v1.0.1 |
| 631 | 2026-07-23T19:16:48.011Z | Downloaded foldhash v0.2.0 |
| 632 | 2026-07-23T19:16:48.011Z | Downloaded hubpack_derive v0.1.1 |
| 633 | 2026-07-23T19:16:48.011Z | Downloaded crossterm v0.29.0 |
| 634 | 2026-07-23T19:16:48.018Z | Downloaded diff v0.1.13 |
| 635 | 2026-07-23T19:16:48.018Z | Downloaded ed25519 v3.0.0 |
| 636 | 2026-07-23T19:16:48.019Z | Downloaded colored v2.2.0 |
| 637 | 2026-07-23T19:16:48.023Z | Downloaded cmov v0.5.4 |
| 638 | 2026-07-23T19:16:48.023Z | Downloaded cookie v0.18.1 |
| 639 | 2026-07-23T19:16:48.023Z | Downloaded httpdate v1.0.3 |
| 640 | 2026-07-23T19:16:48.023Z | Downloaded hubpack v0.1.2 |
| 641 | 2026-07-23T19:16:48.023Z | Downloaded darling_core v0.21.3 |
| 642 | 2026-07-23T19:16:48.027Z | Downloaded http-range v0.1.5 |
| 643 | 2026-07-23T19:16:48.027Z | Downloaded group v0.14.0 |
| 644 | 2026-07-23T19:16:48.031Z | Downloaded group v0.13.0 |
| 645 | 2026-07-23T19:16:48.031Z | Downloaded hyper-tls v0.6.0 |
| 646 | 2026-07-23T19:16:48.031Z | Downloaded chacha20 v0.10.0 |
| 647 | 2026-07-23T19:16:48.035Z | Downloaded git-stub-vcs v0.1.0 |
| 648 | 2026-07-23T19:16:48.035Z | Downloaded globset v0.4.18 |
| 649 | 2026-07-23T19:16:48.035Z | Downloaded hash32 v0.2.1 |
| 650 | 2026-07-23T19:16:48.038Z | Downloaded glob v0.3.3 |
| 651 | 2026-07-23T19:16:48.038Z | Downloaded env_logger v0.11.9 |
| 652 | 2026-07-23T19:16:48.038Z | Downloaded ident_case v1.0.1 |
| 653 | 2026-07-23T19:16:48.044Z | Downloaded idna_adapter v1.2.1 |
| 654 | 2026-07-23T19:16:48.044Z | Downloaded derive_builder v0.20.2 |
| 655 | 2026-07-23T19:16:48.044Z | Downloaded crossbeam-epoch v0.9.18 |
| 656 | 2026-07-23T19:16:48.044Z | Downloaded instability v0.3.11 |
| 657 | 2026-07-23T19:16:48.048Z | Downloaded cancel-safe-futures v0.1.5 |
| 658 | 2026-07-23T19:16:48.048Z | Downloaded arc-swap v1.8.2 |
| 659 | 2026-07-23T19:16:48.052Z | Downloaded ecdsa v0.17.0-rc.18 |
| 660 | 2026-07-23T19:16:48.052Z | Downloaded darling v0.23.0 |
| 661 | 2026-07-23T19:16:48.057Z | Downloaded elliptic-curve v0.13.8 |
| 662 | 2026-07-23T19:16:48.061Z | Downloaded fixedbitset v0.5.7 |
| 663 | 2026-07-23T19:16:48.061Z | Downloaded bzip2 v0.6.1 |
| 664 | 2026-07-23T19:16:48.061Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 665 | 2026-07-23T19:16:48.061Z | Downloaded illumos-nvpair v0.3.0 |
| 666 | 2026-07-23T19:16:48.062Z | Downloaded inout v0.2.2 |
| 667 | 2026-07-23T19:16:48.062Z | Downloaded hostname v0.4.2 |
| 668 | 2026-07-23T19:16:48.067Z | Downloaded futures-channel v0.3.32 |
| 669 | 2026-07-23T19:16:48.067Z | Downloaded is-terminal v0.4.17 |
| 670 | 2026-07-23T19:16:48.067Z | Downloaded ciborium v0.2.2 |
| 671 | 2026-07-23T19:16:48.067Z | Downloaded blake2 v0.11.0-rc.6 |
| 672 | 2026-07-23T19:16:48.072Z | Downloaded byte-wrapper v0.1.0 |
| 673 | 2026-07-23T19:16:48.072Z | Downloaded ar_archive_writer v0.5.1 |
| 674 | 2026-07-23T19:16:48.072Z | Downloaded keccak v0.1.6 |
| 675 | 2026-07-23T19:16:48.072Z | Downloaded is_ci v1.2.0 |
| 676 | 2026-07-23T19:16:48.080Z | Downloaded drift v0.2.0 |
| 677 | 2026-07-23T19:16:48.085Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 678 | 2026-07-23T19:16:48.085Z | Downloaded colored v3.1.1 |
| 679 | 2026-07-23T19:16:48.085Z | Downloaded derive_more v0.99.20 |
| 680 | 2026-07-23T19:16:48.089Z | Downloaded humantime v2.3.0 |
| 681 | 2026-07-23T19:16:48.090Z | Downloaded getrandom v0.2.17 |
| 682 | 2026-07-23T19:16:48.093Z | Downloaded internet-checksum v0.2.1 |
| 683 | 2026-07-23T19:16:48.093Z | Downloaded instant v0.1.13 |
| 684 | 2026-07-23T19:16:48.093Z | Downloaded kstat-rs v0.2.4 |
| 685 | 2026-07-23T19:16:48.093Z | Downloaded kem v0.3.0 |
| 686 | 2026-07-23T19:16:48.093Z | Downloaded lru-cache v0.1.2 |
| 687 | 2026-07-23T19:16:48.097Z | Downloaded lazy_static v1.5.0 |
| 688 | 2026-07-23T19:16:48.097Z | Downloaded linked-hash-map v0.5.6 |
| 689 | 2026-07-23T19:16:48.097Z | Downloaded lalrpop-util v0.19.12 |
| 690 | 2026-07-23T19:16:48.097Z | Downloaded inout v0.1.4 |
| 691 | 2026-07-23T19:16:48.100Z | Downloaded maplit v1.0.2 |
| 692 | 2026-07-23T19:16:48.100Z | Downloaded base64 v0.21.7 |
| 693 | 2026-07-23T19:16:48.100Z | Downloaded base64 v0.22.1 |
| 694 | 2026-07-23T19:16:48.105Z | Downloaded managed v0.8.0 |
| 695 | 2026-07-23T19:16:48.105Z | Downloaded lzss v0.8.2 |
| 696 | 2026-07-23T19:16:48.105Z | Downloaded indoc v1.0.9 |
| 697 | 2026-07-23T19:16:48.109Z | Downloaded mime v0.3.17 |
| 698 | 2026-07-23T19:16:48.109Z | Downloaded md5 v0.8.0 |
| 699 | 2026-07-23T19:16:48.109Z | Downloaded indoc v2.0.7 |
| 700 | 2026-07-23T19:16:48.113Z | Downloaded hyper-staticfile v0.10.1 |
| 701 | 2026-07-23T19:16:48.114Z | Downloaded nibble_vec v0.1.0 |
| 702 | 2026-07-23T19:16:48.118Z | Downloaded libscf-sys v1.1.0 |
| 703 | 2026-07-23T19:16:48.118Z | Downloaded newtype-uuid-macros v0.1.0 |
| 704 | 2026-07-23T19:16:48.118Z | Downloaded memoffset v0.9.1 |
| 705 | 2026-07-23T19:16:48.118Z | Downloaded maybe-uninit v2.0.0 |
| 706 | 2026-07-23T19:16:48.118Z | Downloaded ingot v0.1.1 |
| 707 | 2026-07-23T19:16:48.124Z | Downloaded match_cfg v0.1.0 |
| 708 | 2026-07-23T19:16:48.124Z | Downloaded lru-slab v0.1.2 |
| 709 | 2026-07-23T19:16:48.124Z | Downloaded ipnet v2.11.0 |
| 710 | 2026-07-23T19:16:48.124Z | Downloaded half v1.8.3 |
| 711 | 2026-07-23T19:16:48.125Z | Downloaded indent_write v2.2.0 |
| 712 | 2026-07-23T19:16:48.125Z | Downloaded http-body-util v0.1.3 |
| 713 | 2026-07-23T19:16:48.129Z | Downloaded futures-executor v0.3.32 |
| 714 | 2026-07-23T19:16:48.129Z | Downloaded const_format v0.2.35 |
| 715 | 2026-07-23T19:16:48.129Z | Downloaded md-5 v0.10.6 |
| 716 | 2026-07-23T19:16:48.134Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 717 | 2026-07-23T19:16:48.134Z | Downloaded hmac v0.13.0 |
| 718 | 2026-07-23T19:16:48.134Z | Downloaded hmac v0.12.1 |
| 719 | 2026-07-23T19:16:48.141Z | Downloaded nonempty v0.12.0 |
| 720 | 2026-07-23T19:16:48.141Z | Downloaded newline-converter v0.3.0 |
| 721 | 2026-07-23T19:16:48.141Z | Downloaded normalize-line-endings v0.3.0 |
| 722 | 2026-07-23T19:16:48.141Z | Downloaded newtype_derive v0.1.6 |
| 723 | 2026-07-23T19:16:48.141Z | Downloaded multimap v0.10.1 |
| 724 | 2026-07-23T19:16:48.146Z | Downloaded nodrop v0.1.14 |
| 725 | 2026-07-23T19:16:48.146Z | Downloaded futures v0.3.32 |
| 726 | 2026-07-23T19:16:48.146Z | Downloaded ingot-types v0.1.2 |
| 727 | 2026-07-23T19:16:48.147Z | Downloaded highway v1.3.0 |
| 728 | 2026-07-23T19:16:48.147Z | Downloaded fatfs v0.3.6 |
| 729 | 2026-07-23T19:16:48.152Z | Downloaded clang-sys v1.8.1 |
| 730 | 2026-07-23T19:16:48.152Z | Downloaded const-oid v0.9.6 |
| 731 | 2026-07-23T19:16:48.152Z | Downloaded diesel-dtrace v0.5.0 |
| 732 | 2026-07-23T19:16:48.152Z | Downloaded backon v1.6.0 |
| 733 | 2026-07-23T19:16:48.155Z | Downloaded new_debug_unreachable v1.0.6 |
| 734 | 2026-07-23T19:16:48.155Z | Downloaded num v0.4.3 |
| 735 | 2026-07-23T19:16:48.155Z | Downloaded num-conv v0.2.0 |
| 736 | 2026-07-23T19:16:48.155Z | Downloaded num-derive v0.3.3 |
| 737 | 2026-07-23T19:16:48.159Z | Downloaded generic-array v1.4.3 |
| 738 | 2026-07-23T19:16:48.159Z | Downloaded getrandom v0.3.4 |
| 739 | 2026-07-23T19:16:48.162Z | Downloaded libloading v0.8.9 |
| 740 | 2026-07-23T19:16:48.162Z | Downloaded libefi-sys v0.1.0 |
| 741 | 2026-07-23T19:16:48.167Z | Downloaded chacha20poly1305 v0.10.1 |
| 742 | 2026-07-23T19:16:48.167Z | Downloaded const-oid v0.10.2 |
| 743 | 2026-07-23T19:16:48.167Z | Downloaded httparse v1.10.1 |
| 744 | 2026-07-23T19:16:48.177Z | Downloaded num-derive v0.4.2 |
| 745 | 2026-07-23T19:16:48.177Z | Downloaded num_enum_derive v0.5.11 |
| 746 | 2026-07-23T19:16:48.177Z | Downloaded num-iter v0.1.45 |
| 747 | 2026-07-23T19:16:48.177Z | Downloaded hyper-rustls v0.27.7 |
| 748 | 2026-07-23T19:16:48.183Z | Downloaded async-compression v0.4.41 |
| 749 | 2026-07-23T19:16:48.183Z | Downloaded hybrid-array v0.4.13 |
| 750 | 2026-07-23T19:16:48.183Z | Downloaded iana-time-zone v0.1.65 |
| 751 | 2026-07-23T19:16:48.183Z | Downloaded dropshot_endpoint v0.17.1 |
| 752 | 2026-07-23T19:16:48.190Z | Downloaded linear-map v1.2.0 |
| 753 | 2026-07-23T19:16:48.190Z | Downloaded num_threads v0.1.7 |
| 754 | 2026-07-23T19:16:48.190Z | Downloaded lru v0.12.5 |
| 755 | 2026-07-23T19:16:48.190Z | Downloaded lock_api v0.4.14 |
| 756 | 2026-07-23T19:16:48.190Z | Downloaded module-lattice v0.2.3 |
| 757 | 2026-07-23T19:16:48.190Z | Downloaded openssl-macros v0.1.1 |
| 758 | 2026-07-23T19:16:48.190Z | Downloaded olpc-cjson v0.1.4 |
| 759 | 2026-07-23T19:16:48.190Z | Downloaded openssl-probe v0.2.1 |
| 760 | 2026-07-23T19:16:48.190Z | Downloaded oso-derive v0.27.3 |
| 761 | 2026-07-23T19:16:48.199Z | Downloaded crypto-bigint v0.5.5 |
| 762 | 2026-07-23T19:16:48.203Z | Downloaded openssl-probe v0.1.6 |
| 763 | 2026-07-23T19:16:48.203Z | Downloaded opaque-debug v0.3.1 |
| 764 | 2026-07-23T19:16:48.203Z | Downloaded libsw-core v0.3.2 |
| 765 | 2026-07-23T19:16:48.203Z | Downloaded libsw v3.5.0 |
| 766 | 2026-07-23T19:16:48.203Z | Downloaded flume v0.11.1 |
| 767 | 2026-07-23T19:16:48.203Z | Downloaded nanorand v0.7.0 |
| 768 | 2026-07-23T19:16:48.210Z | Downloaded multer v3.1.0 |
| 769 | 2026-07-23T19:16:48.210Z | Downloaded compact_str v0.8.1 |
| 770 | 2026-07-23T19:16:48.210Z | Downloaded jobserver v0.1.34 |
| 771 | 2026-07-23T19:16:48.214Z | Downloaded packed_struct_codegen v0.10.1 |
| 772 | 2026-07-23T19:16:48.214Z | Downloaded nu-ansi-term v0.50.3 |
| 773 | 2026-07-23T19:16:48.214Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-07-23T19:16:48.227Z | Downloaded parse-display v0.10.0 |
| 775 | 2026-07-23T19:16:48.232Z | Downloaded num-complex v0.4.6 |
| 776 | 2026-07-23T19:16:48.232Z | Downloaded ed25519-dalek v2.2.0 |
| 777 | 2026-07-23T19:16:48.232Z | Downloaded keccak v0.2.0 |
| 778 | 2026-07-23T19:16:48.232Z | Downloaded darling_core v0.20.11 |
| 779 | 2026-07-23T19:16:48.236Z | Downloaded num_enum v0.7.6 |
| 780 | 2026-07-23T19:16:48.236Z | Downloaded num_enum v0.5.11 |
| 781 | 2026-07-23T19:16:48.244Z | Downloaded percent-encoding v2.3.2 |
| 782 | 2026-07-23T19:16:48.251Z | Downloaded peg-runtime v0.8.5 |
| 783 | 2026-07-23T19:16:48.251Z | Downloaded path-slash v0.1.5 |
| 784 | 2026-07-23T19:16:48.251Z | Downloaded password-hash v0.6.1 |
| 785 | 2026-07-23T19:16:48.251Z | Downloaded parse-size v1.1.0 |
| 786 | 2026-07-23T19:16:48.251Z | Downloaded num_enum_derive v0.7.6 |
| 787 | 2026-07-23T19:16:48.251Z | Downloaded litemap v0.8.1 |
| 788 | 2026-07-23T19:16:48.251Z | Downloaded phf_shared v0.12.1 |
| 789 | 2026-07-23T19:16:48.251Z | Downloaded phf_shared v0.11.3 |
| 790 | 2026-07-23T19:16:48.252Z | Downloaded bytes v1.11.1 |
| 791 | 2026-07-23T19:16:48.252Z | Downloaded num-rational v0.4.2 |
| 792 | 2026-07-23T19:16:48.259Z | Downloaded ignore v0.4.25 |
| 793 | 2026-07-23T19:16:48.259Z | Downloaded indexmap v1.9.3 |
| 794 | 2026-07-23T19:16:48.259Z | Downloaded icu_provider v2.1.1 |
| 795 | 2026-07-23T19:16:48.259Z | Downloaded headers v0.4.1 |
| 796 | 2026-07-23T19:16:48.271Z | Downloaded newtype-uuid v1.3.2 |
| 797 | 2026-07-23T19:16:48.272Z | Downloaded phf_shared v0.13.1 |
| 798 | 2026-07-23T19:16:48.272Z | Downloaded half v2.7.1 |
| 799 | 2026-07-23T19:16:48.272Z | Downloaded num-integer v0.1.46 |
| 800 | 2026-07-23T19:16:48.272Z | Downloaded native-tls v0.2.18 |
| 801 | 2026-07-23T19:16:48.272Z | Downloaded ingot-macros v0.1.1 |
| 802 | 2026-07-23T19:16:48.272Z | Downloaded derive_more-impl v2.1.1 |
| 803 | 2026-07-23T19:16:48.288Z | Downloaded mime_guess v2.0.5 |
| 804 | 2026-07-23T19:16:48.288Z | Downloaded memmap2 v0.9.10 |
| 805 | 2026-07-23T19:16:48.288Z | Downloaded crypto-primes v0.7.2 |
| 806 | 2026-07-23T19:16:48.288Z | Downloaded oxnet v0.1.6 |
| 807 | 2026-07-23T19:16:48.288Z | Downloaded oxide-update-engine v0.1.2 |
| 808 | 2026-07-23T19:16:48.288Z | Downloaded oxide-tokio-rt v0.1.4 |
| 809 | 2026-07-23T19:16:48.288Z | Downloaded derive_more v2.1.1 |
| 810 | 2026-07-23T19:16:48.293Z | Downloaded precomputed-hash v0.1.1 |
| 811 | 2026-07-23T19:16:48.293Z | Downloaded heapless v0.8.0 |
| 812 | 2026-07-23T19:16:48.293Z | Downloaded parking_lot_core v0.8.6 |
| 813 | 2026-07-23T19:16:48.293Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 814 | 2026-07-23T19:16:48.301Z | Downloaded heapless v0.7.17 |
| 815 | 2026-07-23T19:16:48.301Z | Downloaded powerfmt v0.2.0 |
| 816 | 2026-07-23T19:16:48.301Z | Downloaded predicates-core v1.0.10 |
| 817 | 2026-07-23T19:16:48.306Z | Downloaded der v0.7.10 |
| 818 | 2026-07-23T19:16:48.306Z | Downloaded predicates-tree v1.0.13 |
| 819 | 2026-07-23T19:16:48.306Z | Downloaded potential_utf v0.1.4 |
| 820 | 2026-07-23T19:16:48.306Z | Downloaded libbz2-rs-sys v0.2.2 |
| 821 | 2026-07-23T19:16:48.318Z | Downloaded aes v0.9.1 |
| 822 | 2026-07-23T19:16:48.318Z | Downloaded paste v1.0.15 |
| 823 | 2026-07-23T19:16:48.318Z | Downloaded peg v0.8.5 |
| 824 | 2026-07-23T19:16:48.319Z | Downloaded pem-rfc7468 v1.0.0 |
| 825 | 2026-07-23T19:16:48.319Z | Downloaded proc-macro-crate v1.3.1 |
| 826 | 2026-07-23T19:16:48.319Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 827 | 2026-07-23T19:16:48.319Z | Downloaded progenitor-client v0.14.0 |
| 828 | 2026-07-23T19:16:48.319Z | Downloaded proc-macro-crate v3.4.0 |
| 829 | 2026-07-23T19:16:48.324Z | Downloaded pem-rfc7468 v0.7.0 |
| 830 | 2026-07-23T19:16:48.324Z | Downloaded peg-macros v0.8.5 |
| 831 | 2026-07-23T19:16:48.324Z | Downloaded phf v0.12.1 |
| 832 | 2026-07-23T19:16:48.324Z | Downloaded indicatif v0.18.4 |
| 833 | 2026-07-23T19:16:48.327Z | Downloaded expectorate v1.2.0 |
| 834 | 2026-07-23T19:16:48.327Z | Downloaded icu_properties v2.1.2 |
| 835 | 2026-07-23T19:16:48.327Z | Downloaded owo-colors v4.3.0 |
| 836 | 2026-07-23T19:16:48.331Z | Downloaded litrs v1.0.0 |
| 837 | 2026-07-23T19:16:48.332Z | Downloaded icu_normalizer v2.1.1 |
| 838 | 2026-07-23T19:16:48.339Z | Downloaded progenitor-macro v0.14.0 |
| 839 | 2026-07-23T19:16:48.340Z | Downloaded progenitor-macro v0.13.0 |
| 840 | 2026-07-23T19:16:48.340Z | Downloaded icu_locale_core v2.1.1 |
| 841 | 2026-07-23T19:16:48.340Z | Downloaded oxide-update-engine-display v0.1.2 |
| 842 | 2026-07-23T19:16:48.340Z | Downloaded password-hash v0.5.0 |
| 843 | 2026-07-23T19:16:48.349Z | Downloaded pin-project-lite v0.2.17 |
| 844 | 2026-07-23T19:16:48.349Z | Downloaded hickory-resolver v0.24.4 |
| 845 | 2026-07-23T19:16:48.354Z | Downloaded hickory-resolver v0.25.2 |
| 846 | 2026-07-23T19:16:48.354Z | Downloaded bumpalo v3.20.2 |
| 847 | 2026-07-23T19:16:48.355Z | Downloaded parse-display-derive v0.10.0 |
| 848 | 2026-07-23T19:16:48.355Z | Downloaded cc v1.2.56 |
| 849 | 2026-07-23T19:16:48.355Z | Downloaded pkcs8 v0.10.2 |
| 850 | 2026-07-23T19:16:48.360Z | Downloaded radium v0.7.0 |
| 851 | 2026-07-23T19:16:48.360Z | Downloaded pin-project-internal v1.1.11 |
| 852 | 2026-07-23T19:16:48.360Z | Downloaded psl-types v2.0.11 |
| 853 | 2026-07-23T19:16:48.360Z | Downloaded quick-error v1.2.3 |
| 854 | 2026-07-23T19:16:48.360Z | Downloaded packed_struct v0.10.1 |
| 855 | 2026-07-23T19:16:48.367Z | Downloaded parking_lot_core v0.9.12 |
| 856 | 2026-07-23T19:16:48.367Z | Downloaded der v0.8.0 |
| 857 | 2026-07-23T19:16:48.372Z | Downloaded port-file v0.1.0 |
| 858 | 2026-07-23T19:16:48.372Z | Downloaded ppv-lite86 v0.2.21 |
| 859 | 2026-07-23T19:16:48.372Z | Downloaded parking_lot v0.12.5 |
| 860 | 2026-07-23T19:16:48.372Z | Downloaded diesel_derives v2.3.7 |
| 861 | 2026-07-23T19:16:48.376Z | Downloaded polyval v0.7.1 |
| 862 | 2026-07-23T19:16:48.376Z | Downloaded aes-gcm v0.11.0 |
| 863 | 2026-07-23T19:16:48.382Z | Downloaded primeorder v0.14.0-rc.10 |
| 864 | 2026-07-23T19:16:48.382Z | Downloaded primeorder v0.13.6 |
| 865 | 2026-07-23T19:16:48.382Z | Downloaded parking_lot v0.11.2 |
| 866 | 2026-07-23T19:16:48.387Z | Downloaded rand_chacha v0.3.1 |
| 867 | 2026-07-23T19:16:48.387Z | Downloaded progenitor v0.14.0 |
| 868 | 2026-07-23T19:16:48.388Z | Downloaded postgres-protocol v0.6.10 |
| 869 | 2026-07-23T19:16:48.388Z | Downloaded ref-cast-impl v1.0.25 |
| 870 | 2026-07-23T19:16:48.388Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 871 | 2026-07-23T19:16:48.388Z | Downloaded progenitor v0.13.0 |
| 872 | 2026-07-23T19:16:48.399Z | Downloaded rand_xorshift v0.4.0 |
| 873 | 2026-07-23T19:16:48.399Z | Downloaded ref-cast v1.0.25 |
| 874 | 2026-07-23T19:16:48.399Z | Downloaded proc-macro-error2 v2.0.1 |
| 875 | 2026-07-23T19:16:48.403Z | Downloaded progenitor-client v0.13.0 |
| 876 | 2026-07-23T19:16:48.403Z | Downloaded primefield v0.14.0 |
| 877 | 2026-07-23T19:16:48.403Z | Downloaded omicron-zone-package v0.12.3 |
| 878 | 2026-07-23T19:16:48.403Z | Downloaded miniz_oxide v0.8.9 |
| 879 | 2026-07-23T19:16:48.403Z | Downloaded icu_normalizer_data v2.1.1 |
| 880 | 2026-07-23T19:16:48.403Z | Downloaded recursive v0.1.1 |
| 881 | 2026-07-23T19:16:48.403Z | Downloaded phf v0.13.1 |
| 882 | 2026-07-23T19:16:48.403Z | Downloaded progenitor-extras v0.2.0 |
| 883 | 2026-07-23T19:16:48.403Z | Downloaded hashbrown v0.12.3 |
| 884 | 2026-07-23T19:16:48.407Z | Downloaded pkcs8 v0.11.0 |
| 885 | 2026-07-23T19:16:48.407Z | Downloaded phc v0.6.1 |
| 886 | 2026-07-23T19:16:48.411Z | Downloaded pem v3.0.6 |
| 887 | 2026-07-23T19:16:48.411Z | Downloaded rfc6979 v0.5.0 |
| 888 | 2026-07-23T19:16:48.411Z | Downloaded num-traits v0.2.19 |
| 889 | 2026-07-23T19:16:48.415Z | Downloaded rtoolbox v0.0.3 |
| 890 | 2026-07-23T19:16:48.415Z | Downloaded pbkdf2 v0.13.0 |
| 891 | 2026-07-23T19:16:48.415Z | Downloaded ml-kem v0.3.2 |
| 892 | 2026-07-23T19:16:48.420Z | Downloaded flate2 v1.1.9 |
| 893 | 2026-07-23T19:16:48.420Z | Downloaded psm v0.1.30 |
| 894 | 2026-07-23T19:16:48.423Z | Downloaded pkcs1 v0.7.5 |
| 895 | 2026-07-23T19:16:48.423Z | Downloaded hashbrown v0.13.2 |
| 896 | 2026-07-23T19:16:48.427Z | Downloaded russh-util v0.52.0 |
| 897 | 2026-07-23T19:16:48.427Z | Downloaded r2d2 v0.8.10 |
| 898 | 2026-07-23T19:16:48.434Z | Downloaded postgres-types v0.2.12 |
| 899 | 2026-07-23T19:16:48.434Z | Downloaded poly1305 v0.8.0 |
| 900 | 2026-07-23T19:16:48.434Z | Downloaded jiff-static v0.2.21 |
| 901 | 2026-07-23T19:16:48.435Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-07-23T19:16:48.438Z | Downloaded poly1305 v0.9.0 |
| 903 | 2026-07-23T19:16:48.438Z | Downloaded oxide-update-engine-types v0.1.2 |
| 904 | 2026-07-23T19:16:48.439Z | Downloaded pkg-config v0.3.32 |
| 905 | 2026-07-23T19:16:48.442Z | Downloaded rfc6979 v0.4.0 |
| 906 | 2026-07-23T19:16:48.442Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 907 | 2026-07-23T19:16:48.442Z | Downloaded oso v0.27.3 |
| 908 | 2026-07-23T19:16:48.448Z | Downloaded http v1.4.2 |
| 909 | 2026-07-23T19:16:48.486Z | Downloaded rustc_version v0.1.7 |
| 910 | 2026-07-23T19:16:48.486Z | Downloaded enum_dispatch v0.3.13 |
| 911 | 2026-07-23T19:16:48.486Z | Downloaded ecdsa v0.16.9 |
| 912 | 2026-07-23T19:16:48.486Z | Downloaded either v1.15.0 |
| 913 | 2026-07-23T19:16:48.486Z | Downloaded blake2 v0.10.6 |
| 914 | 2026-07-23T19:16:48.495Z | Downloaded rand_core v0.6.4 |
| 915 | 2026-07-23T19:16:48.495Z | Downloaded scheduled-thread-pool v0.2.7 |
| 916 | 2026-07-23T19:16:48.495Z | Downloaded rand_core v0.10.0 |
| 917 | 2026-07-23T19:16:48.495Z | Downloaded rand_core v0.9.5 |
| 918 | 2026-07-23T19:16:48.495Z | Downloaded icu_collections v2.1.1 |
| 919 | 2026-07-23T19:16:48.495Z | Downloaded predicates v3.1.4 |
| 920 | 2026-07-23T19:16:48.495Z | Downloaded same-file v1.0.6 |
| 921 | 2026-07-23T19:16:48.495Z | Downloaded sapling-renderdag v0.1.0 |
| 922 | 2026-07-23T19:16:48.495Z | Downloaded openssl-sys v0.9.115 |
| 923 | 2026-07-23T19:16:48.495Z | Downloaded scroll_derive v0.13.1 |
| 924 | 2026-07-23T19:16:48.495Z | Downloaded scopeguard v1.2.0 |
| 925 | 2026-07-23T19:16:48.495Z | Downloaded rand_chacha v0.9.0 |
| 926 | 2026-07-23T19:16:48.495Z | Downloaded deranged v0.5.8 |
| 927 | 2026-07-23T19:16:48.495Z | Downloaded der_derive v0.7.3 |
| 928 | 2026-07-23T19:16:48.495Z | Downloaded seq-macro v0.3.6 |
| 929 | 2026-07-23T19:16:48.495Z | Downloaded chacha20 v0.9.1 |
| 930 | 2026-07-23T19:16:48.495Z | Downloaded pin-project v1.1.11 |
| 931 | 2026-07-23T19:16:48.495Z | Downloaded rpassword v7.5.4 |
| 932 | 2026-07-23T19:16:48.495Z | Downloaded crossterm v0.28.1 |
| 933 | 2026-07-23T19:16:48.495Z | Downloaded serde_repr v0.1.20 |
| 934 | 2026-07-23T19:16:48.495Z | Downloaded serde_bytes v0.11.19 |
| 935 | 2026-07-23T19:16:48.501Z | Downloaded serde-big-array v0.5.1 |
| 936 | 2026-07-23T19:16:48.501Z | Downloaded secrecy v0.10.3 |
| 937 | 2026-07-23T19:16:48.501Z | Downloaded russh-cryptovec v0.61.0 |
| 938 | 2026-07-23T19:16:48.501Z | Downloaded serde_spanned v1.1.1 |
| 939 | 2026-07-23T19:16:48.501Z | Downloaded pkcs5 v0.8.1 |
| 940 | 2026-07-23T19:16:48.501Z | Downloaded serde_plain v1.0.2 |
| 941 | 2026-07-23T19:16:48.512Z | Downloaded p256 v0.14.0-rc.10 |
| 942 | 2026-07-23T19:16:48.512Z | Downloaded resolv-conf v0.7.6 |
| 943 | 2026-07-23T19:16:48.512Z | Downloaded secrecy v0.8.0 |
| 944 | 2026-07-23T19:16:48.512Z | Downloaded sha1 v0.11.0 |
| 945 | 2026-07-23T19:16:48.512Z | Downloaded p384 v0.14.0-rc.10 |
| 946 | 2026-07-23T19:16:48.512Z | Downloaded cbc v0.2.1 |
| 947 | 2026-07-23T19:16:48.512Z | Downloaded ctutils v0.4.2 |
| 948 | 2026-07-23T19:16:48.512Z | Downloaded papergrid v0.17.0 |
| 949 | 2026-07-23T19:16:48.517Z | Downloaded serde_urlencoded v0.7.1 |
| 950 | 2026-07-23T19:16:48.517Z | Downloaded rustc-hash v2.1.1 |
| 951 | 2026-07-23T19:16:48.517Z | Downloaded rustls-pemfile v2.2.0 |
| 952 | 2026-07-23T19:16:48.522Z | Downloaded hickory-server v0.25.2 |
| 953 | 2026-07-23T19:16:48.522Z | Downloaded rusty-fork v0.3.1 |
| 954 | 2026-07-23T19:16:48.522Z | Downloaded rustls-native-certs v0.8.3 |
| 955 | 2026-07-23T19:16:48.529Z | Downloaded rustversion v1.0.22 |
| 956 | 2026-07-23T19:16:48.529Z | Downloaded shell-words v1.1.1 |
| 957 | 2026-07-23T19:16:48.529Z | Downloaded signal-hook-tokio v0.3.1 |
| 958 | 2026-07-23T19:16:48.529Z | Downloaded signature v2.2.0 |
| 959 | 2026-07-23T19:16:48.533Z | Downloaded prefix-trie v0.7.0 |
| 960 | 2026-07-23T19:16:48.533Z | Downloaded postcard v1.1.3 |
| 961 | 2026-07-23T19:16:48.533Z | Downloaded rand_seeder v0.4.0 |
| 962 | 2026-07-23T19:16:48.533Z | Downloaded dropshot-api-manager v0.7.2 |
| 963 | 2026-07-23T19:16:48.540Z | Downloaded progenitor-impl v0.14.0 |
| 964 | 2026-07-23T19:16:48.540Z | Downloaded semver v0.1.20 |
| 965 | 2026-07-23T19:16:48.540Z | Downloaded slog-bunyan v2.5.0 |
| 966 | 2026-07-23T19:16:48.540Z | Downloaded sigpipe v0.1.3 |
| 967 | 2026-07-23T19:16:48.540Z | Downloaded signature v3.0.0 |
| 968 | 2026-07-23T19:16:48.545Z | Downloaded sec1 v0.8.1 |
| 969 | 2026-07-23T19:16:48.545Z | Downloaded siphasher v1.0.2 |
| 970 | 2026-07-23T19:16:48.546Z | Downloaded progenitor-impl v0.13.0 |
| 971 | 2026-07-23T19:16:48.550Z | Downloaded sec1 v0.7.3 |
| 972 | 2026-07-23T19:16:48.550Z | Downloaded scrypt v0.12.0 |
| 973 | 2026-07-23T19:16:48.550Z | Downloaded schemars_derive v0.8.22 |
| 974 | 2026-07-23T19:16:48.550Z | Downloaded compression-codecs v0.4.37 |
| 975 | 2026-07-23T19:16:48.554Z | Downloaded cipher v0.4.4 |
| 976 | 2026-07-23T19:16:48.554Z | Downloaded cassowary v0.3.0 |
| 977 | 2026-07-23T19:16:48.554Z | Downloaded scroll v0.13.0 |
| 978 | 2026-07-23T19:16:48.559Z | Downloaded bs58 v0.5.1 |
| 979 | 2026-07-23T19:16:48.563Z | Downloaded slog-envlogger v2.2.0 |
| 980 | 2026-07-23T19:16:48.563Z | Downloaded serde-hex v0.1.0 |
| 981 | 2026-07-23T19:16:48.574Z | Downloaded serde_path_to_error v0.1.20 |
| 982 | 2026-07-23T19:16:48.582Z | Downloaded minimal-lexical v0.2.1 |
| 983 | 2026-07-23T19:16:48.582Z | Downloaded sha1 v0.10.6 |
| 984 | 2026-07-23T19:16:48.582Z | Downloaded serdect v0.4.3 |
| 985 | 2026-07-23T19:16:48.586Z | Downloaded salsa20 v0.11.0 |
| 986 | 2026-07-23T19:16:48.590Z | Downloaded signal-hook-mio v0.2.5 |
| 987 | 2026-07-23T19:16:48.595Z | Downloaded sqlparser_derive v0.5.0 |
| 988 | 2026-07-23T19:16:48.595Z | Downloaded rustls-pki-types v1.14.0 |
| 989 | 2026-07-23T19:16:48.599Z | Downloaded itertools v0.10.5 |
| 990 | 2026-07-23T19:16:48.604Z | Downloaded shlex v1.3.0 |
| 991 | 2026-07-23T19:16:48.618Z | Downloaded signal-hook-registry v1.4.8 |
| 992 | 2026-07-23T19:16:48.618Z | Downloaded stable_deref_trait v1.2.1 |
| 993 | 2026-07-23T19:16:48.618Z | Downloaded slog-async v2.8.0 |
| 994 | 2026-07-23T19:16:48.618Z | Downloaded structmeta v0.3.0 |
| 995 | 2026-07-23T19:16:48.618Z | Downloaded strip-ansi-escapes v0.2.1 |
| 996 | 2026-07-23T19:16:48.618Z | Downloaded strum v0.27.2 |
| 997 | 2026-07-23T19:16:48.618Z | Downloaded slog-stdlog v4.1.1 |
| 998 | 2026-07-23T19:16:48.626Z | Downloaded slog-dtrace v0.3.0 |
| 999 | 2026-07-23T19:16:48.630Z | Downloaded simd-adler32 v0.3.8 |
| 1000 | 2026-07-23T19:16:48.630Z | Downloaded slab v0.4.12 |
| 1001 | 2026-07-23T19:16:48.630Z | Downloaded smallvec v0.6.14 |
| 1002 | 2026-07-23T19:16:48.630Z | Downloaded slog-term v2.9.2 |
| 1003 | 2026-07-23T19:16:48.635Z | Downloaded nom v7.1.3 |
| 1004 | 2026-07-23T19:16:48.635Z | Downloaded sync-ptr v0.1.4 |
| 1005 | 2026-07-23T19:16:48.635Z | Downloaded pretty_assertions v1.4.1 |
| 1006 | 2026-07-23T19:16:48.638Z | Downloaded strum v0.26.3 |
| 1007 | 2026-07-23T19:16:48.638Z | Downloaded structmeta-derive v0.3.0 |
| 1008 | 2026-07-23T19:16:48.638Z | Downloaded slog-scope v4.4.1 |
| 1009 | 2026-07-23T19:16:48.645Z | Downloaded snafu-derive v0.8.9 |
| 1010 | 2026-07-23T19:16:48.645Z | Downloaded hyper-util v0.1.20 |
| 1011 | 2026-07-23T19:16:48.649Z | Downloaded supports-color v3.0.2 |
| 1012 | 2026-07-23T19:16:48.655Z | Downloaded smf v0.2.3 |
| 1013 | 2026-07-23T19:16:48.655Z | Downloaded subtle v2.6.1 |
| 1014 | 2026-07-23T19:16:48.655Z | Downloaded num-bigint v0.4.6 |
| 1015 | 2026-07-23T19:16:48.662Z | Downloaded take_mut v0.2.2 |
| 1016 | 2026-07-23T19:16:48.662Z | Downloaded spki v0.7.3 |
| 1017 | 2026-07-23T19:16:48.662Z | Downloaded tagptr v0.2.0 |
| 1018 | 2026-07-23T19:16:48.662Z | Downloaded tabwriter v1.4.1 |
| 1019 | 2026-07-23T19:16:48.666Z | Downloaded tabled_derive v0.11.0 |
| 1020 | 2026-07-23T19:16:48.666Z | Downloaded serde_derive_internals v0.29.1 |
| 1021 | 2026-07-23T19:16:48.666Z | Downloaded sqlformat v0.3.5 |
| 1022 | 2026-07-23T19:16:48.666Z | Downloaded hashbrown v0.15.5 |
| 1023 | 2026-07-23T19:16:48.684Z | Downloaded tap v1.0.1 |
| 1024 | 2026-07-23T19:16:48.684Z | Downloaded mio v1.2.0 |
| 1025 | 2026-07-23T19:16:48.691Z | Downloaded testing_table v0.3.0 |
| 1026 | 2026-07-23T19:16:48.691Z | Downloaded spki v0.8.0 |
| 1027 | 2026-07-23T19:16:48.691Z | Downloaded thread-id v5.1.0 |
| 1028 | 2026-07-23T19:16:48.691Z | Downloaded serde_cbor v0.11.2 |
| 1029 | 2026-07-23T19:16:48.691Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1030 | 2026-07-23T19:16:48.691Z | Downloaded quinn-udp v0.5.14 |
| 1031 | 2026-07-23T19:16:48.691Z | Downloaded termtree v0.5.1 |
| 1032 | 2026-07-23T19:16:48.691Z | Downloaded rayon-core v1.13.0 |
| 1033 | 2026-07-23T19:16:48.691Z | Downloaded publicsuffix v2.3.0 |
| 1034 | 2026-07-23T19:16:48.691Z | Downloaded ryu v1.0.23 |
| 1035 | 2026-07-23T19:16:48.691Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1036 | 2026-07-23T19:16:48.691Z | Downloaded time-core v0.1.8 |
| 1037 | 2026-07-23T19:16:48.691Z | Downloaded iri-string v0.7.10 |
| 1038 | 2026-07-23T19:16:48.698Z | Downloaded string_cache v0.8.9 |
| 1039 | 2026-07-23T19:16:48.698Z | Downloaded stacker v0.1.23 |
| 1040 | 2026-07-23T19:16:48.698Z | Downloaded qorb v0.4.1 |
| 1041 | 2026-07-23T19:16:48.704Z | Downloaded static_assertions v1.1.0 |
| 1042 | 2026-07-23T19:16:48.704Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1043 | 2026-07-23T19:16:48.704Z | Downloaded strum_macros v0.24.3 |
| 1044 | 2026-07-23T19:16:48.704Z | Downloaded tinyvec_macros v0.1.1 |
| 1045 | 2026-07-23T19:16:48.704Z | Downloaded sha2 v0.11.0 |
| 1046 | 2026-07-23T19:16:48.708Z | Downloaded strum_macros v0.27.2 |
| 1047 | 2026-07-23T19:16:48.708Z | Downloaded tokio-macros v2.7.0 |
| 1048 | 2026-07-23T19:16:48.714Z | Downloaded strum_macros v0.26.4 |
| 1049 | 2026-07-23T19:16:48.714Z | Downloaded ron v0.8.1 |
| 1050 | 2026-07-23T19:16:48.717Z | Downloaded aho-corasick v1.1.4 |
| 1051 | 2026-07-23T19:16:48.717Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1052 | 2026-07-23T19:16:48.721Z | Downloaded rand v0.8.6 |
| 1053 | 2026-07-23T19:16:48.721Z | Downloaded smallvec v1.15.1 |
| 1054 | 2026-07-23T19:16:48.725Z | Downloaded prettyplease v0.2.37 |
| 1055 | 2026-07-23T19:16:48.725Z | Downloaded sync_wrapper v1.0.2 |
| 1056 | 2026-07-23T19:16:48.730Z | Downloaded strsim v0.10.0 |
| 1057 | 2026-07-23T19:16:48.731Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-07-23T19:16:48.731Z | Downloaded slog-json v2.6.1 |
| 1059 | 2026-07-23T19:16:48.731Z | Downloaded serde_with_macros v3.21.0 |
| 1060 | 2026-07-23T19:16:48.735Z | Downloaded spin v0.9.8 |
| 1061 | 2026-07-23T19:16:48.736Z | Downloaded idna v1.1.0 |
| 1062 | 2026-07-23T19:16:48.736Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-07-23T19:16:48.739Z | Downloaded tokio-test v0.4.5 |
| 1064 | 2026-07-23T19:16:48.740Z | Downloaded quinn v0.11.9 |
| 1065 | 2026-07-23T19:16:48.740Z | Downloaded synstructure v0.13.2 |
| 1066 | 2026-07-23T19:16:48.745Z | Downloaded thread_local v1.1.9 |
| 1067 | 2026-07-23T19:16:48.746Z | Downloaded termios v0.3.3 |
| 1068 | 2026-07-23T19:16:48.746Z | Downloaded libxml v0.3.3 |
| 1069 | 2026-07-23T19:16:48.752Z | Downloaded rcgen v0.12.1 |
| 1070 | 2026-07-23T19:16:48.752Z | Downloaded futures-util v0.3.32 |
| 1071 | 2026-07-23T19:16:48.756Z | Downloaded tower-layer v0.3.3 |
| 1072 | 2026-07-23T19:16:48.759Z | Downloaded signal-hook v0.3.18 |
| 1073 | 2026-07-23T19:16:48.760Z | Downloaded tower-service v0.3.3 |
| 1074 | 2026-07-23T19:16:48.760Z | Downloaded trait-variant v0.1.2 |
| 1075 | 2026-07-23T19:16:48.761Z | Downloaded topological-sort v0.2.2 |
| 1076 | 2026-07-23T19:16:48.767Z | Downloaded time-macros v0.2.27 |
| 1077 | 2026-07-23T19:16:48.767Z | Downloaded p521 v0.14.0-rc.10 |
| 1078 | 2026-07-23T19:16:48.767Z | Downloaded thiserror-no-std v2.0.2 |
| 1079 | 2026-07-23T19:16:48.770Z | Downloaded itertools v0.12.1 |
| 1080 | 2026-07-23T19:16:48.773Z | Downloaded tiny-keccak v2.0.2 |
| 1081 | 2026-07-23T19:16:48.773Z | Downloaded try-lock v0.2.5 |
| 1082 | 2026-07-23T19:16:48.773Z | Downloaded similar v2.7.0 |
| 1083 | 2026-07-23T19:16:48.779Z | Downloaded typify-macro v0.6.2 |
| 1084 | 2026-07-23T19:16:48.779Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-07-23T19:16:48.779Z | Downloaded rand v0.9.2 |
| 1086 | 2026-07-23T19:16:48.783Z | Downloaded tokio-native-tls v0.3.1 |
| 1087 | 2026-07-23T19:16:48.784Z | Downloaded support-bundle-viewer v0.1.2 |
| 1088 | 2026-07-23T19:16:48.787Z | Downloaded tokio-dtrace v0.1.1 |
| 1089 | 2026-07-23T19:16:48.787Z | Downloaded tls_codec_derive v0.4.2 |
| 1090 | 2026-07-23T19:16:48.787Z | Downloaded num-bigint-dig v0.8.6 |
| 1091 | 2026-07-23T19:16:48.791Z | Downloaded icu_properties_data v2.1.2 |
| 1092 | 2026-07-23T19:16:48.796Z | Downloaded unarray v0.1.4 |
| 1093 | 2026-07-23T19:16:48.799Z | Downloaded tokio-tungstenite v0.21.0 |
| 1094 | 2026-07-23T19:16:48.799Z | Downloaded untrusted v0.7.1 |
| 1095 | 2026-07-23T19:16:48.799Z | Downloaded rsa v0.9.10 |
| 1096 | 2026-07-23T19:16:48.803Z | Downloaded socket2 v0.6.3 |
| 1097 | 2026-07-23T19:16:48.803Z | Downloaded usdt v0.6.0 |
| 1098 | 2026-07-23T19:16:48.803Z | Downloaded utf8_iter v1.0.4 |
| 1099 | 2026-07-23T19:16:48.806Z | Downloaded utf-8 v0.7.6 |
| 1100 | 2026-07-23T19:16:48.806Z | Downloaded usdt-macro v0.6.0 |
| 1101 | 2026-07-23T19:16:48.806Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-07-23T19:16:48.807Z | Downloaded unit-prefix v0.5.2 |
| 1103 | 2026-07-23T19:16:48.813Z | Downloaded usdt-attr-macro v0.6.0 |
| 1104 | 2026-07-23T19:16:48.813Z | Downloaded term v0.7.0 |
| 1105 | 2026-07-23T19:16:48.813Z | Downloaded untrusted v0.9.0 |
| 1106 | 2026-07-23T19:16:48.813Z | Downloaded h2 v0.4.15 |
| 1107 | 2026-07-23T19:16:48.816Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1108 | 2026-07-23T19:16:48.816Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1109 | 2026-07-23T19:16:48.820Z | Downloaded schemars v1.2.1 |
| 1110 | 2026-07-23T19:16:48.825Z | Downloaded void v1.0.2 |
| 1111 | 2026-07-23T19:16:48.830Z | Downloaded universal-hash v0.6.1 |
| 1112 | 2026-07-23T19:16:48.830Z | Downloaded hkdf v0.12.4 |
| 1113 | 2026-07-23T19:16:48.831Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1114 | 2026-07-23T19:16:48.838Z | Downloaded want v0.3.1 |
| 1115 | 2026-07-23T19:16:48.838Z | Downloaded waitgroup v0.1.2 |
| 1116 | 2026-07-23T19:16:48.838Z | Downloaded hashbrown v0.16.1 |
| 1117 | 2026-07-23T19:16:48.844Z | Downloaded nom v8.0.0 |
| 1118 | 2026-07-23T19:16:48.844Z | Downloaded samael v0.0.19 |
| 1119 | 2026-07-23T19:16:48.844Z | Downloaded wait-timeout v0.2.1 |
| 1120 | 2026-07-23T19:16:48.844Z | Downloaded socket2 v0.5.10 |
| 1121 | 2026-07-23T19:16:48.849Z | Downloaded unicase v2.9.0 |
| 1122 | 2026-07-23T19:16:48.849Z | Downloaded snafu v0.8.9 |
| 1123 | 2026-07-23T19:16:48.852Z | Downloaded itertools v0.13.0 |
| 1124 | 2026-07-23T19:16:48.858Z | Downloaded xshell-macros v0.2.7 |
| 1125 | 2026-07-23T19:16:48.858Z | Downloaded tui-tree-widget v0.23.1 |
| 1126 | 2026-07-23T19:16:48.858Z | Downloaded rand v0.10.1 |
| 1127 | 2026-07-23T19:16:48.863Z | Downloaded hyper v1.10.1 |
| 1128 | 2026-07-23T19:16:48.863Z | Downloaded xattr v1.6.1 |
| 1129 | 2026-07-23T19:16:48.863Z | Downloaded tokio-stream v0.1.18 |
| 1130 | 2026-07-23T19:16:48.867Z | Downloaded tokio-rustls v0.26.4 |
| 1131 | 2026-07-23T19:16:48.873Z | Downloaded term v1.2.1 |
| 1132 | 2026-07-23T19:16:48.873Z | Downloaded unicode-xid v0.2.6 |
| 1133 | 2026-07-23T19:16:48.873Z | Downloaded test-strategy v0.4.5 |
| 1134 | 2026-07-23T19:16:48.877Z | Downloaded usdt-impl v0.6.0 |
| 1135 | 2026-07-23T19:16:48.877Z | Downloaded bindgen v0.71.1 |
| 1136 | 2026-07-23T19:16:48.881Z | Downloaded zerofrom v0.1.6 |
| 1137 | 2026-07-23T19:16:48.881Z | Downloaded yoke-derive v0.8.1 |
| 1138 | 2026-07-23T19:16:48.881Z | Downloaded unicode-truncate v1.1.0 |
| 1139 | 2026-07-23T19:16:48.881Z | Downloaded bitvec v1.0.1 |
| 1140 | 2026-07-23T19:16:48.889Z | Downloaded tokio-tungstenite v0.23.1 |
| 1141 | 2026-07-23T19:16:48.894Z | Downloaded zeroize_derive v1.4.3 |
| 1142 | 2026-07-23T19:16:48.894Z | Downloaded subprocess v0.2.15 |
| 1143 | 2026-07-23T19:16:48.894Z | Downloaded schemars v0.9.0 |
| 1144 | 2026-07-23T19:16:48.901Z | Downloaded vergen-lib v9.1.0 |
| 1145 | 2026-07-23T19:16:48.906Z | Downloaded zerofrom-derive v0.1.6 |
| 1146 | 2026-07-23T19:16:48.906Z | Downloaded vsss-rs v3.3.4 |
| 1147 | 2026-07-23T19:16:48.906Z | Downloaded zone_cfg_derive v0.3.1 |
| 1148 | 2026-07-23T19:16:48.906Z | Downloaded zone v0.3.1 |
| 1149 | 2026-07-23T19:16:48.906Z | Downloaded tracing-attributes v0.1.31 |
| 1150 | 2026-07-23T19:16:48.910Z | Downloaded itertools v0.14.0 |
| 1151 | 2026-07-23T19:16:48.910Z | Downloaded blake3 v1.8.5 |
| 1152 | 2026-07-23T19:16:48.915Z | Downloaded whoami v1.6.1 |
| 1153 | 2026-07-23T19:16:48.922Z | Downloaded vergen-lib v0.1.6 |
| 1154 | 2026-07-23T19:16:48.922Z | Downloaded whoami v2.1.0 |
| 1155 | 2026-07-23T19:16:48.922Z | Downloaded walkdir v2.5.0 |
| 1156 | 2026-07-23T19:16:48.926Z | Downloaded rsa v0.10.0-rc.18 |
| 1157 | 2026-07-23T19:16:48.926Z | Downloaded wyz v0.5.1 |
| 1158 | 2026-07-23T19:16:48.926Z | Downloaded vergen-gitcl v1.0.8 |
| 1159 | 2026-07-23T19:16:48.926Z | Downloaded iddqd v0.4.2 |
| 1160 | 2026-07-23T19:16:48.930Z | Downloaded writeable v0.6.2 |
| 1161 | 2026-07-23T19:16:48.936Z | Downloaded twox-hash v2.1.2 |
| 1162 | 2026-07-23T19:16:48.936Z | Downloaded vergen-git2 v9.1.0 |
| 1163 | 2026-07-23T19:16:48.936Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1164 | 2026-07-23T19:16:48.936Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-07-23T19:16:48.940Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1166 | 2026-07-23T19:16:48.940Z | Downloaded rustls-webpki v0.103.13 |
| 1167 | 2026-07-23T19:16:48.940Z | Downloaded unicode-properties v0.1.4 |
| 1168 | 2026-07-23T19:16:48.940Z | Downloaded hkdf v0.13.0 |
| 1169 | 2026-07-23T19:16:48.945Z | Downloaded libm v0.2.16 |
| 1170 | 2026-07-23T19:16:48.948Z | Downloaded yoke v0.8.1 |
| 1171 | 2026-07-23T19:16:48.952Z | Downloaded vergen v9.1.0 |
| 1172 | 2026-07-23T19:16:48.952Z | Downloaded tinystr v0.8.2 |
| 1173 | 2026-07-23T19:16:48.952Z | Downloaded slog v2.8.2 |
| 1174 | 2026-07-23T19:16:48.957Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1175 | 2026-07-23T19:16:48.957Z | Downloaded zerovec-derive v0.11.2 |
| 1176 | 2026-07-23T19:16:48.961Z | Downloaded zeroize v1.8.2 |
| 1177 | 2026-07-23T19:16:48.961Z | Downloaded rustyline v14.0.0 |
| 1178 | 2026-07-23T19:16:48.966Z | Downloaded steno v0.4.1 |
| 1179 | 2026-07-23T19:16:48.966Z | Downloaded toml v0.7.8 |
| 1180 | 2026-07-23T19:16:48.971Z | Downloaded tinyvec v1.10.0 |
| 1181 | 2026-07-23T19:16:48.971Z | Downloaded aws-lc-rs v1.16.3 |
| 1182 | 2026-07-23T19:16:48.975Z | Downloaded zstd-safe v7.2.4 |
| 1183 | 2026-07-23T19:16:48.975Z | Downloaded typify v0.6.2 |
| 1184 | 2026-07-23T19:16:48.980Z | Downloaded yasna v0.5.2 |
| 1185 | 2026-07-23T19:16:48.980Z | Downloaded tracing-core v0.1.36 |
| 1186 | 2026-07-23T19:16:48.980Z | Downloaded schemars v0.8.22 |
| 1187 | 2026-07-23T19:16:48.991Z | Downloaded unicode-bidi v0.3.18 |
| 1188 | 2026-07-23T19:16:48.998Z | Downloaded xshell v0.2.7 |
| 1189 | 2026-07-23T19:16:48.998Z | Downloaded tungstenite v0.21.0 |
| 1190 | 2026-07-23T19:16:48.998Z | Downloaded serde_with_macros v1.5.2 |
| 1191 | 2026-07-23T19:16:48.998Z | Downloaded unsafe-libyaml v0.2.11 |
| 1192 | 2026-07-23T19:16:49.005Z | Downloaded tar v0.4.46 |
| 1193 | 2026-07-23T19:16:49.005Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-07-23T19:16:49.010Z | Downloaded chrono v0.4.45 |
| 1195 | 2026-07-23T19:16:49.014Z | Downloaded vte v0.14.1 |
| 1196 | 2026-07-23T19:16:49.022Z | Downloaded zstd v0.13.3 |
| 1197 | 2026-07-23T19:16:49.030Z | Downloaded tokio-postgres v0.7.16 |
| 1198 | 2026-07-23T19:16:49.035Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-07-23T19:16:49.041Z | Downloaded zerocopy v0.6.6 |
| 1200 | 2026-07-23T19:16:49.045Z | Downloaded uuid v1.23.4 |
| 1201 | 2026-07-23T19:16:49.051Z | Downloaded git2 v0.20.4 |
| 1202 | 2026-07-23T19:16:49.054Z | Downloaded toml_edit v0.19.15 |
| 1203 | 2026-07-23T19:16:49.066Z | Downloaded reedline v0.40.0 |
| 1204 | 2026-07-23T19:16:49.072Z | Downloaded zopfli v0.8.3 |
| 1205 | 2026-07-23T19:16:49.072Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-07-23T19:16:49.077Z | Downloaded serde_with v1.14.0 |
| 1207 | 2026-07-23T19:16:49.077Z | Downloaded curve25519-dalek v4.1.3 |
| 1208 | 2026-07-23T19:16:49.081Z | Downloaded url v2.5.8 |
| 1209 | 2026-07-23T19:16:49.081Z | Downloaded yansi v1.0.1 |
| 1210 | 2026-07-23T19:16:49.086Z | Downloaded unicode_categories v0.1.1 |
| 1211 | 2026-07-23T19:16:49.086Z | Downloaded reqwest v0.12.28 |
| 1212 | 2026-07-23T19:16:49.090Z | Downloaded rawzip v0.4.4 |
| 1213 | 2026-07-23T19:16:49.090Z | Downloaded moka v0.12.13 |
| 1214 | 2026-07-23T19:16:49.096Z | Downloaded zerotrie v0.2.3 |
| 1215 | 2026-07-23T19:16:49.100Z | Downloaded p384 v0.13.1 |
| 1216 | 2026-07-23T19:16:49.100Z | Downloaded zip v0.6.6 |
| 1217 | 2026-07-23T19:16:49.108Z | Downloaded regex v1.12.3 |
| 1218 | 2026-07-23T19:16:49.114Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-07-23T19:16:49.125Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-07-23T19:16:49.131Z | Downloaded crypto-bigint v0.7.5 |
| 1221 | 2026-07-23T19:16:49.136Z | Downloaded tower v0.5.3 |
| 1222 | 2026-07-23T19:16:49.140Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1223 | 2026-07-23T19:16:49.145Z | Downloaded rayon v1.11.0 |
| 1224 | 2026-07-23T19:16:49.154Z | Downloaded lalrpop v0.19.12 |
| 1225 | 2026-07-23T19:16:49.158Z | Downloaded zerocopy-derive v0.8.40 |
| 1226 | 2026-07-23T19:16:49.163Z | Downloaded petname v2.0.2 |
| 1227 | 2026-07-23T19:16:49.169Z | Downloaded salty v0.3.0 |
| 1228 | 2026-07-23T19:16:49.169Z | Downloaded goblin v0.10.5 |
| 1229 | 2026-07-23T19:16:49.173Z | Downloaded proptest v1.10.0 |
| 1230 | 2026-07-23T19:16:49.180Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-07-23T19:16:49.183Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-07-23T19:16:49.187Z | Downloaded unicode-segmentation v1.12.0 |
| 1233 | 2026-07-23T19:16:49.187Z | Downloaded unicode-normalization v0.1.25 |
| 1234 | 2026-07-23T19:16:49.190Z | Downloaded tokio-util v0.7.18 |
| 1235 | 2026-07-23T19:16:49.195Z | Downloaded tower-http v0.6.8 |
| 1236 | 2026-07-23T19:16:49.198Z | Downloaded tough v0.22.0 |
| 1237 | 2026-07-23T19:16:49.219Z | Downloaded zerovec v0.11.5 |
| 1238 | 2026-07-23T19:16:49.226Z | Downloaded nix v0.27.1 |
| 1239 | 2026-07-23T19:16:49.240Z | Downloaded zip v4.6.1 |
| 1240 | 2026-07-23T19:16:49.245Z | Downloaded quinn-proto v0.11.13 |
| 1241 | 2026-07-23T19:16:49.245Z | Downloaded object v0.30.4 |
| 1242 | 2026-07-23T19:16:49.245Z | Downloaded russh v0.61.2 |
| 1243 | 2026-07-23T19:16:49.256Z | Downloaded winnow v0.6.26 |
| 1244 | 2026-07-23T19:16:49.264Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1245 | 2026-07-23T19:16:49.268Z | Downloaded serde_with v3.21.0 |
| 1246 | 2026-07-23T19:16:49.276Z | Downloaded polar-core v0.27.3 |
| 1247 | 2026-07-23T19:16:49.280Z | Downloaded winnow v0.5.40 |
| 1248 | 2026-07-23T19:16:49.287Z | Downloaded radix_trie v0.2.1 |
| 1249 | 2026-07-23T19:16:49.293Z | Downloaded openssl v0.10.79 |
| 1250 | 2026-07-23T19:16:49.311Z | Downloaded tabled v0.20.0 |
| 1251 | 2026-07-23T19:16:49.340Z | Downloaded winnow v1.0.3 |
| 1252 | 2026-07-23T19:16:49.347Z | Downloaded nix v0.31.2 |
| 1253 | 2026-07-23T19:16:49.347Z | Downloaded time v0.3.47 |
| 1254 | 2026-07-23T19:16:49.348Z | Downloaded hickory-proto v0.24.4 |
| 1255 | 2026-07-23T19:16:49.348Z | Downloaded object v0.37.3 |
| 1256 | 2026-07-23T19:16:49.363Z | Downloaded zlib-rs v0.6.2 |
| 1257 | 2026-07-23T19:16:49.369Z | Downloaded vcpkg v0.2.15 |
| 1258 | 2026-07-23T19:16:49.379Z | Downloaded regex-syntax v0.6.29 |
| 1259 | 2026-07-23T19:16:49.385Z | Downloaded hickory-proto v0.25.2 |
| 1260 | 2026-07-23T19:16:49.392Z | Downloaded smoltcp v0.11.0 |
| 1261 | 2026-07-23T19:16:49.398Z | Downloaded regress v0.10.5 |
| 1262 | 2026-07-23T19:16:49.402Z | Downloaded rustix v0.38.44 |
| 1263 | 2026-07-23T19:16:49.464Z | Downloaded zerocopy v0.8.40 |
| 1264 | 2026-07-23T19:16:49.471Z | Downloaded regex-syntax v0.8.10 |
| 1265 | 2026-07-23T19:16:49.471Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-07-23T19:16:49.471Z | Downloaded diesel v2.3.7 |
| 1267 | 2026-07-23T19:16:49.471Z | Downloaded smoltcp v0.9.1 |
| 1268 | 2026-07-23T19:16:49.471Z | Downloaded regress v0.11.1 |
| 1269 | 2026-07-23T19:16:49.471Z | Downloaded bstr v1.12.1 |
| 1270 | 2026-07-23T19:16:49.471Z | Downloaded rustls v0.23.41 |
| 1271 | 2026-07-23T19:16:49.471Z | Downloaded nix v0.28.0 |
| 1272 | 2026-07-23T19:16:49.471Z | Downloaded dropshot v0.17.1 |
| 1273 | 2026-07-23T19:16:49.497Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-07-23T19:16:49.509Z | Downloaded typify-impl v0.6.2 |
| 1275 | 2026-07-23T19:16:49.528Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-07-23T19:16:49.537Z | Downloaded fiat-crypto v0.3.0 |
| 1277 | 2026-07-23T19:16:49.545Z | Downloaded sled v0.34.7 |
| 1278 | 2026-07-23T19:16:49.551Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-07-23T19:16:49.563Z | Downloaded sha3 v0.11.0 |
| 1280 | 2026-07-23T19:16:49.575Z | Downloaded petgraph v0.6.5 |
| 1281 | 2026-07-23T19:16:49.581Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1282 | 2026-07-23T19:16:49.586Z | Downloaded jiff v0.2.21 |
| 1283 | 2026-07-23T19:16:49.596Z | Downloaded zerocopy-derive v0.6.6 |
| 1284 | 2026-07-23T19:16:49.602Z | Downloaded csv v1.4.0 |
| 1285 | 2026-07-23T19:16:49.613Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-07-23T19:16:49.625Z | Downloaded libz-sys v1.1.24 |
| 1287 | 2026-07-23T19:16:49.639Z | Downloaded regex-automata v0.4.14 |
| 1288 | 2026-07-23T19:16:49.647Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-07-23T19:16:49.654Z | Downloaded tokio v1.52.1 |
| 1290 | 2026-07-23T19:16:49.699Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-23T19:16:49.710Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-07-23T19:16:49.724Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1293 | 2026-07-23T19:16:49.793Z | Downloaded encoding_rs v0.8.35 |
| 1294 | 2026-07-23T19:16:49.820Z | Downloaded ring v0.17.14 |
| 1295 | 2026-07-23T19:16:50.349Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-23T19:16:50.619Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-23T19:16:50.619Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-23T19:16:50.623Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-23T19:16:50.623Z | Compiling log v0.4.29 |
| 1300 | 2026-07-23T19:16:50.623Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-23T19:16:50.623Z | Compiling find-msvc-tools v0.1.9 |
| 1302 | 2026-07-23T19:16:50.623Z | Compiling shlex v1.3.0 |
| 1303 | 2026-07-23T19:16:50.623Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-23T19:16:50.759Z | Compiling stable_deref_trait v1.2.1 |
| 1305 | 2026-07-23T19:16:50.808Z | Compiling scopeguard v1.2.0 |
| 1306 | 2026-07-23T19:16:50.820Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-23T19:16:50.831Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-23T19:16:50.868Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-07-23T19:16:50.881Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-07-23T19:16:50.890Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-23T19:16:50.897Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-07-23T19:16:50.958Z | Compiling parking_lot_core v0.9.12 |
| 1313 | 2026-07-23T19:16:50.991Z | Compiling lock_api v0.4.14 |
| 1314 | 2026-07-23T19:16:51.012Z | Compiling pkg-config v0.3.32 |
| 1315 | 2026-07-23T19:16:51.025Z | Compiling critical-section v1.2.0 |
| 1316 | 2026-07-23T19:16:51.025Z | Compiling getrandom v0.4.1 |
| 1317 | 2026-07-23T19:16:51.052Z | Compiling libm v0.2.16 |
| 1318 | 2026-07-23T19:16:51.059Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-23T19:16:51.092Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-23T19:16:51.150Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-23T19:16:51.164Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-23T19:16:51.185Z | Compiling litemap v0.8.1 |
| 1323 | 2026-07-23T19:16:51.250Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-07-23T19:16:51.284Z | Compiling writeable v0.6.2 |
| 1325 | 2026-07-23T19:16:51.292Z | Compiling percent-encoding v2.3.2 |
| 1326 | 2026-07-23T19:16:51.327Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-23T19:16:51.413Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-23T19:16:51.448Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-23T19:16:51.504Z | Compiling slab v0.4.12 |
| 1330 | 2026-07-23T19:16:51.508Z | Compiling futures-io v0.3.32 |
| 1331 | 2026-07-23T19:16:51.559Z | Compiling futures-task v0.3.32 |
| 1332 | 2026-07-23T19:16:51.562Z | Compiling futures-channel v0.3.32 |
| 1333 | 2026-07-23T19:16:51.573Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2026-07-23T19:16:51.577Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-23T19:16:51.630Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-07-23T19:16:51.690Z | Compiling rustversion v1.0.22 |
| 1337 | 2026-07-23T19:16:51.703Z | Compiling dunce v1.0.5 |
| 1338 | 2026-07-23T19:16:51.734Z | Compiling jobserver v0.1.34 |
| 1339 | 2026-07-23T19:16:51.756Z | Compiling errno v0.3.14 |
| 1340 | 2026-07-23T19:16:51.764Z | Compiling getrandom v0.2.17 |
| 1341 | 2026-07-23T19:16:51.808Z | Compiling mio v1.2.0 |
| 1342 | 2026-07-23T19:16:51.820Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-07-23T19:16:51.820Z | Compiling rustix v1.1.3 |
| 1344 | 2026-07-23T19:16:51.855Z | Compiling fs_extra v1.3.0 |
| 1345 | 2026-07-23T19:16:51.912Z | Compiling rand_core v0.6.4 |
| 1346 | 2026-07-23T19:16:52.020Z | Compiling cc v1.2.56 |
| 1347 | 2026-07-23T19:16:52.058Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-07-23T19:16:52.085Z | Compiling signal-hook-registry v1.4.8 |
| 1349 | 2026-07-23T19:16:52.094Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-07-23T19:16:52.132Z | Compiling ident_case v1.0.1 |
| 1351 | 2026-07-23T19:16:52.153Z | Compiling iana-time-zone v0.1.65 |
| 1352 | 2026-07-23T19:16:52.165Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-23T19:16:52.228Z | Compiling base64 v0.22.1 |
| 1354 | 2026-07-23T19:16:52.262Z | Compiling vcpkg v0.2.15 |
| 1355 | 2026-07-23T19:16:52.278Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-07-23T19:16:52.308Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-23T19:16:52.355Z | Compiling flagset v0.4.7 |
| 1358 | 2026-07-23T19:16:52.369Z | Compiling aws-lc-rs v1.16.3 |
| 1359 | 2026-07-23T19:16:52.474Z | Compiling schemars v0.8.22 |
| 1360 | 2026-07-23T19:16:52.489Z | Compiling httparse v1.10.1 |
| 1361 | 2026-07-23T19:16:52.505Z | Compiling dyn-clone v1.0.20 |
| 1362 | 2026-07-23T19:16:52.561Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-23T19:16:52.589Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-07-23T19:16:52.645Z | Compiling openssl-probe v0.2.1 |
| 1365 | 2026-07-23T19:16:52.658Z | Compiling tinyvec_macros v0.1.1 |
| 1366 | 2026-07-23T19:16:52.674Z | Compiling cmov v0.5.4 |
| 1367 | 2026-07-23T19:16:52.709Z | Compiling aho-corasick v1.1.4 |
| 1368 | 2026-07-23T19:16:52.741Z | Compiling tinyvec v1.10.0 |
| 1369 | 2026-07-23T19:16:52.754Z | Compiling cmake v0.1.57 |
| 1370 | 2026-07-23T19:16:52.806Z | Compiling try-lock v0.2.5 |
| 1371 | 2026-07-23T19:16:52.838Z | Compiling tower-service v0.3.3 |
| 1372 | 2026-07-23T19:16:52.854Z | Compiling ctutils v0.4.2 |
| 1373 | 2026-07-23T19:16:52.887Z | Compiling atomic-waker v1.1.2 |
| 1374 | 2026-07-23T19:16:52.911Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-07-23T19:16:52.928Z | Compiling semver v1.0.28 |
| 1376 | 2026-07-23T19:16:52.934Z | Compiling indexmap v2.14.0 |
| 1377 | 2026-07-23T19:16:52.959Z | Compiling uuid v1.23.4 |
| 1378 | 2026-07-23T19:16:52.965Z | Compiling tower-layer v0.3.3 |
| 1379 | 2026-07-23T19:16:53.013Z | Compiling untrusted v0.7.1 |
| 1380 | 2026-07-23T19:16:53.135Z | Compiling want v0.3.1 |
| 1381 | 2026-07-23T19:16:53.142Z | Compiling rustls v0.23.41 |
| 1382 | 2026-07-23T19:16:53.146Z | Compiling rustc_version v0.4.1 |
| 1383 | 2026-07-23T19:16:53.163Z | Compiling untrusted v0.9.0 |
| 1384 | 2026-07-23T19:16:53.178Z | Compiling httpdate v1.0.3 |
| 1385 | 2026-07-23T19:16:53.187Z | Compiling openssl v0.10.79 |
| 1386 | 2026-07-23T19:16:53.255Z | Compiling foreign-types-shared v0.1.1 |
| 1387 | 2026-07-23T19:16:53.272Z | Compiling cpufeatures v0.2.17 |
| 1388 | 2026-07-23T19:16:53.298Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-23T19:16:53.342Z | Compiling foreign-types v0.3.2 |
| 1390 | 2026-07-23T19:16:53.360Z | Compiling spin v0.9.8 |
| 1391 | 2026-07-23T19:16:53.372Z | Compiling time-core v0.1.8 |
| 1392 | 2026-07-23T19:16:53.372Z | Compiling native-tls v0.2.18 |
| 1393 | 2026-07-23T19:16:53.422Z | Compiling num-conv v0.2.0 |
| 1394 | 2026-07-23T19:16:53.436Z | Compiling crc32fast v1.5.0 |
| 1395 | 2026-07-23T19:16:53.455Z | Compiling powerfmt v0.2.0 |
| 1396 | 2026-07-23T19:16:53.483Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-23T19:16:53.510Z | Compiling sync_wrapper v1.0.2 |
| 1398 | 2026-07-23T19:16:53.568Z | Compiling time-macros v0.2.27 |
| 1399 | 2026-07-23T19:16:53.593Z | Compiling aws-lc-sys v0.40.0 |
| 1400 | 2026-07-23T19:16:53.610Z | Compiling openssl-sys v0.9.115 |
| 1401 | 2026-07-23T19:16:53.613Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1402 | 2026-07-23T19:16:53.638Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-07-23T19:16:53.644Z | Compiling deranged v0.5.8 |
| 1404 | 2026-07-23T19:16:53.680Z | Compiling bit-vec v0.8.0 |
| 1405 | 2026-07-23T19:16:53.707Z | Compiling synstructure v0.13.2 |
| 1406 | 2026-07-23T19:16:53.752Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-07-23T19:16:53.770Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-07-23T19:16:53.787Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-07-23T19:16:54.007Z | Compiling quick-error v1.2.3 |
| 1410 | 2026-07-23T19:16:54.056Z | Compiling tempfile v3.25.0 |
| 1411 | 2026-07-23T19:16:54.129Z | Compiling crossbeam-utils v0.8.21 |
| 1412 | 2026-07-23T19:16:54.307Z | Compiling usdt-impl v0.6.0 |
| 1413 | 2026-07-23T19:16:54.368Z | Compiling simd-adler32 v0.3.8 |
| 1414 | 2026-07-23T19:16:54.509Z | Compiling num_threads v0.1.7 |
| 1415 | 2026-07-23T19:16:54.515Z | Compiling syn v1.0.109 |
| 1416 | 2026-07-23T19:16:54.538Z | Compiling siphasher v1.0.2 |
| 1417 | 2026-07-23T19:16:54.592Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-23T19:16:54.638Z | Compiling bit-set v0.8.0 |
| 1419 | 2026-07-23T19:16:54.651Z | Compiling darling_core v0.23.0 |
| 1420 | 2026-07-23T19:16:54.667Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1421 | 2026-07-23T19:16:54.733Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-23T19:16:54.747Z | Compiling slog v2.8.2 |
| 1423 | 2026-07-23T19:16:54.752Z | Compiling rand_xorshift v0.4.0 |
| 1424 | 2026-07-23T19:16:54.783Z | Compiling time v0.3.47 |
| 1425 | 2026-07-23T19:16:54.809Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-23T19:16:54.823Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-23T19:16:54.846Z | Compiling zstd-safe v7.2.4 |
| 1428 | 2026-07-23T19:16:54.905Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-07-23T19:16:54.945Z | Compiling allocator-api2 v0.2.21 |
| 1430 | 2026-07-23T19:16:54.985Z | Compiling ryu v1.0.23 |
| 1431 | 2026-07-23T19:16:54.985Z | Compiling anyhow v1.0.102 |
| 1432 | 2026-07-23T19:16:55.000Z | Compiling iri-string v0.7.10 |
| 1433 | 2026-07-23T19:16:55.027Z | Compiling signal-hook v0.3.18 |
| 1434 | 2026-07-23T19:16:55.045Z | Compiling unicode-bidi v0.3.18 |
| 1435 | 2026-07-23T19:16:55.078Z | Compiling paste v1.0.15 |
| 1436 | 2026-07-23T19:16:55.078Z | Compiling unarray v0.1.4 |
| 1437 | 2026-07-23T19:16:55.171Z | Compiling unicode-properties v0.1.4 |
| 1438 | 2026-07-23T19:16:55.218Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-23T19:16:55.337Z | Compiling camino v1.2.2 |
| 1440 | 2026-07-23T19:16:55.461Z | Compiling stringprep v0.1.5 |
| 1441 | 2026-07-23T19:16:55.487Z | Compiling serde_derive v1.0.228 |
| 1442 | 2026-07-23T19:16:55.585Z | Compiling zeroize_derive v1.4.3 |
| 1443 | 2026-07-23T19:16:55.609Z | Compiling zerofrom-derive v0.1.6 |
| 1444 | 2026-07-23T19:16:55.738Z | Compiling yoke-derive v0.8.1 |
| 1445 | 2026-07-23T19:16:55.830Z | Compiling zerovec-derive v0.11.2 |
| 1446 | 2026-07-23T19:16:55.866Z | Compiling zerocopy-derive v0.8.40 |
| 1447 | 2026-07-23T19:16:55.933Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-23T19:16:56.023Z | Compiling tokio-macros v2.7.0 |
| 1449 | 2026-07-23T19:16:56.255Z | Compiling futures-macro v0.3.32 |
| 1450 | 2026-07-23T19:16:56.282Z | Compiling zeroize v1.8.2 |
| 1451 | 2026-07-23T19:16:56.505Z | Compiling thiserror-impl v2.0.18 |
| 1452 | 2026-07-23T19:16:56.587Z | Compiling der_derive v0.7.3 |
| 1453 | 2026-07-23T19:16:56.734Z | Compiling tracing-attributes v0.1.31 |
| 1454 | 2026-07-23T19:16:56.827Z | Compiling rustls-pki-types v1.14.0 |
| 1455 | 2026-07-23T19:16:56.962Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-07-23T19:16:57.021Z | Compiling block-buffer v0.10.4 |
| 1457 | 2026-07-23T19:16:57.039Z | Compiling crypto-common v0.1.7 |
| 1458 | 2026-07-23T19:16:57.085Z | Compiling zerofrom v0.1.6 |
| 1459 | 2026-07-23T19:16:57.181Z | Compiling futures-util v0.3.32 |
| 1460 | 2026-07-23T19:16:57.260Z | Compiling yoke v0.8.1 |
| 1461 | 2026-07-23T19:16:57.267Z | Compiling digest v0.10.7 |
| 1462 | 2026-07-23T19:16:57.267Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-07-23T19:16:57.267Z | Compiling pest_derive v2.8.6 |
| 1464 | 2026-07-23T19:16:57.302Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-07-23T19:16:57.405Z | Compiling zerovec v0.11.5 |
| 1466 | 2026-07-23T19:16:57.485Z | Compiling zerotrie v0.2.3 |
| 1467 | 2026-07-23T19:16:57.615Z | Compiling der v0.7.10 |
| 1468 | 2026-07-23T19:16:57.763Z | Compiling darling_macro v0.20.11 |
| 1469 | 2026-07-23T19:16:57.829Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-07-23T19:16:57.935Z | Compiling tinystr v0.8.2 |
| 1471 | 2026-07-23T19:16:57.946Z | Compiling potential_utf v0.1.4 |
| 1472 | 2026-07-23T19:16:57.950Z | Compiling thiserror v2.0.18 |
| 1473 | 2026-07-23T19:16:58.038Z | Compiling sha2 v0.10.9 |
| 1474 | 2026-07-23T19:16:58.089Z | Compiling hmac v0.12.1 |
| 1475 | 2026-07-23T19:16:58.137Z | Compiling icu_locale_core v2.1.1 |
| 1476 | 2026-07-23T19:16:58.170Z | Compiling icu_collections v2.1.1 |
| 1477 | 2026-07-23T19:16:58.188Z | Compiling tracing v0.1.44 |
| 1478 | 2026-07-23T19:16:58.196Z | Compiling scroll v0.13.0 |
| 1479 | 2026-07-23T19:16:58.261Z | Compiling dtrace-parser v0.3.0 |
| 1480 | 2026-07-23T19:16:58.308Z | Compiling darling v0.20.11 |
| 1481 | 2026-07-23T19:16:58.320Z | Compiling thiserror-impl v1.0.69 |
| 1482 | 2026-07-23T19:16:58.401Z | Compiling derive_builder_core v0.20.2 |
| 1483 | 2026-07-23T19:16:58.465Z | Compiling spki v0.7.3 |
| 1484 | 2026-07-23T19:16:58.486Z | Compiling goblin v0.10.5 |
| 1485 | 2026-07-23T19:16:58.656Z | Compiling pkcs8 v0.10.2 |
| 1486 | 2026-07-23T19:16:58.686Z | Compiling scroll_derive v0.12.1 |
| 1487 | 2026-07-23T19:16:58.845Z | Compiling icu_provider v2.1.1 |
| 1488 | 2026-07-23T19:16:58.943Z | Compiling block-buffer v0.12.1 |
| 1489 | 2026-07-23T19:16:59.034Z | Compiling bytes v1.11.1 |
| 1490 | 2026-07-23T19:16:59.049Z | Compiling chrono v0.4.45 |
| 1491 | 2026-07-23T19:16:59.065Z | Compiling ipnet v2.11.0 |
| 1492 | 2026-07-23T19:16:59.151Z | Compiling icu_properties v2.1.2 |
| 1493 | 2026-07-23T19:16:59.164Z | Compiling icu_normalizer v2.1.1 |
| 1494 | 2026-07-23T19:16:59.207Z | Compiling erased-serde v0.3.31 |
| 1495 | 2026-07-23T19:16:59.289Z | Compiling derive_builder_macro v0.20.2 |
| 1496 | 2026-07-23T19:16:59.463Z | Compiling scroll v0.12.0 |
| 1497 | 2026-07-23T19:16:59.469Z | Compiling hex v0.4.3 |
| 1498 | 2026-07-23T19:16:59.562Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-07-23T19:16:59.598Z | Compiling tokio v1.52.1 |
| 1500 | 2026-07-23T19:16:59.697Z | Compiling http v1.4.2 |
| 1501 | 2026-07-23T19:16:59.742Z | Compiling thiserror v1.0.69 |
| 1502 | 2026-07-23T19:16:59.757Z | Compiling serde_tokenstream v0.2.3 |
| 1503 | 2026-07-23T19:16:59.757Z | Compiling serde_spanned v0.6.9 |
| 1504 | 2026-07-23T19:16:59.762Z | Compiling serde_urlencoded v0.7.1 |
| 1505 | 2026-07-23T19:16:59.804Z | Compiling crypto-common v0.2.2 |
| 1506 | 2026-07-23T19:16:59.823Z | Compiling block-padding v0.4.2 |
| 1507 | 2026-07-23T19:16:59.851Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-07-23T19:16:59.866Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-23T19:16:59.918Z | Compiling darling_macro v0.23.0 |
| 1510 | 2026-07-23T19:17:00.003Z | Compiling rustls-native-certs v0.8.3 |
| 1511 | 2026-07-23T19:17:00.033Z | Compiling bstr v1.12.1 |
| 1512 | 2026-07-23T19:17:00.057Z | Compiling pin-project-internal v1.1.11 |
| 1513 | 2026-07-23T19:17:00.070Z | Compiling zerocopy-derive v0.7.35 |
| 1514 | 2026-07-23T19:17:00.107Z | Compiling idna_adapter v1.2.1 |
| 1515 | 2026-07-23T19:17:00.266Z | Compiling idna v1.1.0 |
| 1516 | 2026-07-23T19:17:00.311Z | Compiling ppv-lite86 v0.2.21 |
| 1517 | 2026-07-23T19:17:00.332Z | Compiling async-trait v0.1.89 |
| 1518 | 2026-07-23T19:17:00.470Z | Compiling http-body v1.0.1 |
| 1519 | 2026-07-23T19:17:00.531Z | Compiling curve25519-dalek v4.1.3 |
| 1520 | 2026-07-23T19:17:00.534Z | Compiling num-integer v0.1.46 |
| 1521 | 2026-07-23T19:17:00.651Z | Compiling url v2.5.8 |
| 1522 | 2026-07-23T19:17:00.666Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-07-23T19:17:00.666Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-07-23T19:17:00.883Z | Compiling rand_chacha v0.3.1 |
| 1525 | 2026-07-23T19:17:00.907Z | Compiling rand v0.9.2 |
| 1526 | 2026-07-23T19:17:00.932Z | Compiling vergen-lib v9.1.0 |
| 1527 | 2026-07-23T19:17:00.948Z | Compiling hash32 v0.2.1 |
| 1528 | 2026-07-23T19:17:00.982Z | Compiling memoffset v0.9.1 |
| 1529 | 2026-07-23T19:17:01.031Z | Compiling encoding_rs v0.8.35 |
| 1530 | 2026-07-23T19:17:01.169Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-07-23T19:17:01.207Z | Compiling rustix v0.38.44 |
| 1532 | 2026-07-23T19:17:01.224Z | Compiling num-bigint-dig v0.8.6 |
| 1533 | 2026-07-23T19:17:01.360Z | Compiling dof v0.4.0 |
| 1534 | 2026-07-23T19:17:01.418Z | Compiling litrs v1.0.0 |
| 1535 | 2026-07-23T19:17:01.425Z | Compiling smoltcp v0.9.1 |
| 1536 | 2026-07-23T19:17:01.455Z | Compiling psl-types v2.0.11 |
| 1537 | 2026-07-23T19:17:01.478Z | Compiling proptest v1.10.0 |
| 1538 | 2026-07-23T19:17:01.560Z | Compiling fallible-iterator v0.2.0 |
| 1539 | 2026-07-23T19:17:01.577Z | Compiling ref-cast v1.0.25 |
| 1540 | 2026-07-23T19:17:01.592Z | Compiling cfg_aliases v0.2.1 |
| 1541 | 2026-07-23T19:17:01.679Z | Compiling mime v0.3.17 |
| 1542 | 2026-07-23T19:17:01.703Z | Compiling nix v0.31.2 |
| 1543 | 2026-07-23T19:17:01.815Z | Compiling publicsuffix v2.3.0 |
| 1544 | 2026-07-23T19:17:01.850Z | Compiling postgres-protocol v0.6.10 |
| 1545 | 2026-07-23T19:17:01.928Z | Compiling document-features v0.2.12 |
| 1546 | 2026-07-23T19:17:01.955Z | Compiling ipnetwork v0.21.1 |
| 1547 | 2026-07-23T19:17:01.996Z | Compiling pin-project v1.1.11 |
| 1548 | 2026-07-23T19:17:02.045Z | Compiling rand v0.8.6 |
| 1549 | 2026-07-23T19:17:02.122Z | Compiling zerocopy v0.7.35 |
| 1550 | 2026-07-23T19:17:02.222Z | Compiling oxnet v0.1.6 |
| 1551 | 2026-07-23T19:17:02.377Z | Compiling num-iter v0.1.45 |
| 1552 | 2026-07-23T19:17:02.419Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-23T19:17:02.497Z | Compiling inout v0.2.2 |
| 1554 | 2026-07-23T19:17:02.499Z | Compiling derive_builder v0.20.2 |
| 1555 | 2026-07-23T19:17:02.528Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-23T19:17:02.558Z | Compiling futures-executor v0.3.32 |
| 1557 | 2026-07-23T19:17:02.571Z | Compiling hubpack_derive v0.1.1 |
| 1558 | 2026-07-23T19:17:02.703Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-23T19:17:02.716Z | Compiling strum_macros v0.27.2 |
| 1560 | 2026-07-23T19:17:02.723Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1561 | 2026-07-23T19:17:02.764Z | Compiling snafu-derive v0.8.9 |
| 1562 | 2026-07-23T19:17:02.792Z | Compiling ref-cast-impl v1.0.25 |
| 1563 | 2026-07-23T19:17:02.832Z | Compiling daft-derive v0.1.7 |
| 1564 | 2026-07-23T19:17:03.056Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-23T19:17:03.071Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-23T19:17:03.114Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-23T19:17:03.133Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-07-23T19:17:03.226Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-07-23T19:17:03.238Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-23T19:17:03.257Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-23T19:17:03.311Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-23T19:17:03.326Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-23T19:17:03.389Z | Compiling tokio-util v0.7.18 |
| 1574 | 2026-07-23T19:17:03.414Z | Compiling tower v0.5.3 |
| 1575 | 2026-07-23T19:17:03.429Z | Compiling tokio-native-tls v0.3.1 |
| 1576 | 2026-07-23T19:17:03.449Z | Compiling managed v0.8.0 |
| 1577 | 2026-07-23T19:17:03.463Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2026-07-23T19:17:03.514Z | Compiling winnow v0.5.40 |
| 1579 | 2026-07-23T19:17:03.545Z | Compiling libbz2-rs-sys v0.2.2 |
| 1580 | 2026-07-23T19:17:03.587Z | Compiling bitflags v1.3.2 |
| 1581 | 2026-07-23T19:17:03.612Z | Compiling foldhash v0.2.0 |
| 1582 | 2026-07-23T19:17:03.626Z | Compiling bumpalo v3.20.2 |
| 1583 | 2026-07-23T19:17:03.674Z | Compiling foldhash v0.1.5 |
| 1584 | 2026-07-23T19:17:03.689Z | Compiling same-file v1.0.6 |
| 1585 | 2026-07-23T19:17:03.855Z | Compiling tower-http v0.6.8 |
| 1586 | 2026-07-23T19:17:03.872Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-07-23T19:17:03.880Z | Compiling object v0.37.3 |
| 1588 | 2026-07-23T19:17:03.880Z | Compiling base16ct v0.2.0 |
| 1589 | 2026-07-23T19:17:03.909Z | Compiling zopfli v0.8.3 |
| 1590 | 2026-07-23T19:17:03.922Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-07-23T19:17:04.057Z | Compiling sec1 v0.7.3 |
| 1592 | 2026-07-23T19:17:04.201Z | Compiling h2 v0.4.15 |
| 1593 | 2026-07-23T19:17:04.243Z | Compiling flate2 v1.1.9 |
| 1594 | 2026-07-23T19:17:04.278Z | Compiling daft v0.1.7 |
| 1595 | 2026-07-23T19:17:04.326Z | Compiling bzip2 v0.6.1 |
| 1596 | 2026-07-23T19:17:04.393Z | Compiling walkdir v2.5.0 |
| 1597 | 2026-07-23T19:17:04.482Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-07-23T19:17:04.604Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-07-23T19:17:04.653Z | Compiling cargo_metadata v0.23.1 |
| 1600 | 2026-07-23T19:17:04.701Z | Compiling group v0.13.0 |
| 1601 | 2026-07-23T19:17:04.730Z | Compiling anstream v0.6.21 |
| 1602 | 2026-07-23T19:17:04.764Z | Compiling snafu v0.8.9 |
| 1603 | 2026-07-23T19:17:04.813Z | Compiling strum v0.27.2 |
| 1604 | 2026-07-23T19:17:04.831Z | Compiling dof v0.3.0 |
| 1605 | 2026-07-23T19:17:04.903Z | Compiling toml_edit v0.19.15 |
| 1606 | 2026-07-23T19:17:04.914Z | Compiling phf v0.13.1 |
| 1607 | 2026-07-23T19:17:05.081Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-23T19:17:05.092Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-23T19:17:05.134Z | Compiling cookie_store v0.22.1 |
| 1610 | 2026-07-23T19:17:05.196Z | Compiling usdt-macro v0.6.0 |
| 1611 | 2026-07-23T19:17:05.323Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-07-23T19:17:05.354Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-23T19:17:05.392Z | Compiling futures v0.3.32 |
| 1614 | 2026-07-23T19:17:05.506Z | Compiling cipher v0.5.2 |
| 1615 | 2026-07-23T19:17:05.521Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-23T19:17:05.541Z | Compiling postgres-types v0.2.12 |
| 1617 | 2026-07-23T19:17:05.610Z | Compiling zstd v0.13.3 |
| 1618 | 2026-07-23T19:17:05.887Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-23T19:17:05.903Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-23T19:17:06.011Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-23T19:17:06.058Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-07-23T19:17:06.072Z | Compiling olpc-cjson v0.1.4 |
| 1623 | 2026-07-23T19:17:06.130Z | Compiling serde-big-array v0.5.1 |
| 1624 | 2026-07-23T19:17:06.187Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-23T19:17:06.255Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-23T19:17:06.276Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-23T19:17:06.292Z | Compiling async-recursion v1.1.1 |
| 1628 | 2026-07-23T19:17:06.446Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-07-23T19:17:06.605Z | Compiling serde_repr v0.1.20 |
| 1630 | 2026-07-23T19:17:06.619Z | Compiling clap_derive v4.6.1 |
| 1631 | 2026-07-23T19:17:06.679Z | Compiling strum_macros v0.26.4 |
| 1632 | 2026-07-23T19:17:06.817Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-23T19:17:06.875Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-23T19:17:06.958Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-23T19:17:06.976Z | Compiling memmap2 v0.9.10 |
| 1636 | 2026-07-23T19:17:06.997Z | Compiling thread-id v4.2.2 |
| 1637 | 2026-07-23T19:17:07.027Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-23T19:17:07.046Z | Compiling data-encoding v2.10.0 |
| 1639 | 2026-07-23T19:17:07.103Z | Compiling jiff v0.2.21 |
| 1640 | 2026-07-23T19:17:07.188Z | Compiling either v1.15.0 |
| 1641 | 2026-07-23T19:17:07.206Z | Compiling fixedbitset v0.4.2 |
| 1642 | 2026-07-23T19:17:07.303Z | Compiling keccak v0.1.6 |
| 1643 | 2026-07-23T19:17:07.333Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-07-23T19:17:07.406Z | Compiling whoami v2.1.0 |
| 1645 | 2026-07-23T19:17:07.423Z | Compiling hyper v1.10.1 |
| 1646 | 2026-07-23T19:17:07.448Z | Compiling fixedbitset v0.5.7 |
| 1647 | 2026-07-23T19:17:07.603Z | Compiling predicates-core v1.0.10 |
| 1648 | 2026-07-23T19:17:07.703Z | Compiling cpufeatures v0.3.0 |
| 1649 | 2026-07-23T19:17:07.731Z | Compiling normalize-line-endings v0.3.0 |
| 1650 | 2026-07-23T19:17:07.765Z | Compiling typed-path v0.9.3 |
| 1651 | 2026-07-23T19:17:07.779Z | Compiling winnow v1.0.3 |
| 1652 | 2026-07-23T19:17:07.792Z | Compiling precomputed-hash v0.1.1 |
| 1653 | 2026-07-23T19:17:07.808Z | Compiling new_debug_unreachable v1.0.6 |
| 1654 | 2026-07-23T19:17:07.827Z | Compiling difflib v0.4.0 |
| 1655 | 2026-07-23T19:17:07.850Z | Compiling const-oid v0.10.2 |
| 1656 | 2026-07-23T19:17:07.905Z | Compiling string_cache v0.8.9 |
| 1657 | 2026-07-23T19:17:07.921Z | Compiling chacha20 v0.10.0 |
| 1658 | 2026-07-23T19:17:08.098Z | Compiling predicates v3.1.4 |
| 1659 | 2026-07-23T19:17:08.112Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1660 | 2026-07-23T19:17:08.143Z | Compiling digest v0.11.3 |
| 1661 | 2026-07-23T19:17:08.218Z | Compiling petgraph v0.8.3 |
| 1662 | 2026-07-23T19:17:08.297Z | Compiling tokio-postgres v0.7.16 |
| 1663 | 2026-07-23T19:17:08.403Z | Compiling sha3 v0.10.8 |
| 1664 | 2026-07-23T19:17:08.422Z | Compiling toml_edit v0.22.27 |
| 1665 | 2026-07-23T19:17:08.440Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1666 | 2026-07-23T19:17:08.501Z | Compiling clap v4.6.1 |
| 1667 | 2026-07-23T19:17:08.522Z | Compiling itertools v0.13.0 |
| 1668 | 2026-07-23T19:17:08.537Z | Compiling strum v0.26.3 |
| 1669 | 2026-07-23T19:17:08.597Z | Compiling hyper-util v0.1.20 |
| 1670 | 2026-07-23T19:17:08.688Z | Compiling petgraph v0.6.5 |
| 1671 | 2026-07-23T19:17:08.721Z | Compiling hickory-proto v0.25.2 |
| 1672 | 2026-07-23T19:17:08.749Z | Compiling elliptic-curve v0.13.8 |
| 1673 | 2026-07-23T19:17:08.862Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-23T19:17:09.002Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-23T19:17:09.100Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-23T19:17:09.171Z | Compiling crossterm v0.28.1 |
| 1677 | 2026-07-23T19:17:09.231Z | Compiling serde_with v3.21.0 |
| 1678 | 2026-07-23T19:17:09.286Z | Compiling rsa v0.9.10 |
| 1679 | 2026-07-23T19:17:09.744Z | Compiling zip v4.6.1 |
| 1680 | 2026-07-23T19:17:09.804Z | Compiling toml v0.7.8 |
| 1681 | 2026-07-23T19:17:13.882Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-23T19:17:14.038Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-07-23T19:17:14.038Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-07-23T19:17:14.038Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-23T19:17:14.038Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-23T19:17:14.038Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-23T19:17:14.038Z | Compiling similar v2.7.0 |
| 1688 | 2026-07-23T19:17:14.038Z | Compiling heck v0.4.1 |
| 1689 | 2026-07-23T19:17:14.038Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-23T19:17:14.038Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-23T19:17:14.038Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-23T19:17:14.038Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-23T19:17:14.038Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-23T19:17:14.038Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-23T19:17:14.038Z | Compiling lalrpop-util v0.19.12 |
| 1696 | 2026-07-23T19:17:14.038Z | Compiling peg-runtime v0.8.5 |
| 1697 | 2026-07-23T19:17:14.038Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-23T19:17:14.039Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-23T19:17:14.039Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-23T19:17:14.039Z | Compiling is-terminal v0.4.17 |
| 1701 | 2026-07-23T19:17:14.039Z | Compiling filetime v0.2.27 |
| 1702 | 2026-07-23T19:17:14.039Z | Compiling term v1.2.1 |
| 1703 | 2026-07-23T19:17:14.039Z | Compiling xattr v1.6.1 |
| 1704 | 2026-07-23T19:17:14.039Z | Compiling take_mut v0.2.2 |
| 1705 | 2026-07-23T19:17:14.039Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-23T19:17:14.039Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-23T19:17:14.039Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-23T19:17:29.729Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-23T19:17:32.425Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-23T19:17:32.425Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-23T19:17:32.425Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-23T19:17:32.638Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-23T19:17:32.828Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-23T19:17:34.961Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-23T19:17:35.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-23T19:17:38.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.85s |
| 1717 | 2026-07-23T19:17:38.210Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-23T19:17:38.267Z | Jul 23 19:17:37.941 INFO Starting download, target: DendriteStub |
| 1719 | 2026-07-23T19:17:38.267Z | Jul 23 19:17:37.942 INFO Starting download, target: Clickhouse |
| 1720 | 2026-07-23T19:17:38.268Z | Jul 23 19:17:37.942 INFO Starting download, target: Cockroach |
| 1721 | 2026-07-23T19:17:38.268Z | Jul 23 19:17:37.942 INFO Starting download, target: Console |
| 1722 | 2026-07-23T19:17:38.273Z | Jul 23 19:17:37.942 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-23T19:17:38.273Z | Jul 23 19:17:37.942 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-23T19:17:38.273Z | Jul 23 19:17:37.942 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-23T19:17:38.273Z | Jul 23 19:17:37.942 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.942 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1727 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.942 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.942 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.942 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.943 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1731 | 2026-07-23T19:17:38.274Z | Jul 23 19:17:37.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-07-23T19:17:40.150Z | Jul 23 19:17:39.823 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1733 | 2026-07-23T19:17:40.397Z | Jul 23 19:17:40.071 INFO Download complete, target: Console |
| 1734 | 2026-07-23T19:17:41.300Z | Jul 23 19:17:40.974 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1735 | 2026-07-23T19:17:44.349Z | Jul 23 19:17:43.959 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-07-23T19:17:44.534Z | Jul 23 19:17:44.174 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-07-23T19:17:46.665Z | Jul 23 19:17:46.325 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1738 | 2026-07-23T19:17:47.066Z | Jul 23 19:17:46.729 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1739 | 2026-07-23T19:17:47.567Z | Jul 23 19:17:47.241 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-23T19:17:47.980Z | Jul 23 19:17:47.655 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-23T19:17:47.980Z | Jul 23 19:17:47.655 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-23T19:17:48.127Z | Jul 23 19:17:47.802 INFO Checking that binary works, target: Clickhouse |
| 1743 | 2026-07-23T19:17:48.223Z | Jul 23 19:17:47.898 INFO Download complete, target: Clickhouse |
| 1744 | 2026-07-23T19:17:48.591Z | Jul 23 19:17:48.266 INFO Download complete, target: MaghemiteDdmd |
| 1745 | 2026-07-23T19:17:49.633Z | Jul 23 19:17:49.308 INFO Download complete, target: DendriteStub |
| 1746 | 2026-07-23T19:17:50.200Z | Jul 23 19:17:49.875 INFO Download complete, target: MaghemiteMgd |
| 1747 | 2026-07-23T19:17:52.619Z | Jul 23 19:17:52.286 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-07-23T19:17:52.741Z | Jul 23 19:17:52.408 INFO Download complete, target: Cockroach |
| 1749 | 2026-07-23T19:17:52.749Z | All prerequisites installed successfully |
| 1750 | 2026-07-23T19:17:52.750Z | |
| 1751 | 2026-07-23T19:17:52.750Z | real 1:51.267420526 |
| 1752 | 2026-07-23T19:17:52.750Z | user 6:38.341860909 |
| 1753 | 2026-07-23T19:17:52.750Z | sys 1:38.256001042 |
| 1754 | 2026-07-23T19:17:52.750Z | trap 0.243159671 |
| 1755 | 2026-07-23T19:17:52.750Z | tflt 0.744425146 |
| 1756 | 2026-07-23T19:17:52.750Z | dflt 1.527837221 |
| 1757 | 2026-07-23T19:17:52.750Z | kflt 0.021599012 |
| 1758 | 2026-07-23T19:17:52.750Z | lock 25:20.585776478 |
| 1759 | 2026-07-23T19:17:52.750Z | slp 18:12.957300273 |
| 1760 | 2026-07-23T19:17:52.751Z | lat 23.957239840 |
| 1761 | 2026-07-23T19:17:52.751Z | stop 2:47.077893007 |
| 1762 | 2026-07-23T19:17:52.751Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-23T19:17:53.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1764 | 2026-07-23T19:17:53.215Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-23T19:17:53.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1766 | 2026-07-23T19:17:54.015Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-23T19:17:54.055Z | Jul 23 19:17:53.725 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-23T19:17:54.067Z | Jul 23 19:17:53.725 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-23T19:17:54.669Z | Jul 23 19:17:54.344 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-23T19:17:54.673Z | |
| 1771 | 2026-07-23T19:17:54.673Z | real 1.926872051 |
| 1772 | 2026-07-23T19:17:54.673Z | user 1.282365121 |
| 1773 | 2026-07-23T19:17:54.674Z | sys 0.604122458 |
| 1774 | 2026-07-23T19:17:54.674Z | trap 0.000665550 |
| 1775 | 2026-07-23T19:17:54.674Z | tflt 0.000065400 |
| 1776 | 2026-07-23T19:17:54.674Z | dflt 0.000271650 |
| 1777 | 2026-07-23T19:17:54.674Z | kflt 0.000000000 |
| 1778 | 2026-07-23T19:17:54.674Z | lock 11.322184671 |
| 1779 | 2026-07-23T19:17:54.674Z | slp 0.483322510 |
| 1780 | 2026-07-23T19:17:54.674Z | lat 0.090495794 |
| 1781 | 2026-07-23T19:17:54.675Z | stop 0.000183660 |
| 1782 | 2026-07-23T19:17:54.679Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-23T19:17:54.679Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-23T19:17:54.679Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-23T19:17:55.540Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-23T19:17:55.540Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-23T19:17:55.540Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-23T19:17:55.544Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-23T19:17:55.544Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-23T19:17:55.544Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-23T19:17:55.544Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-23T19:17:55.544Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-23T19:17:55.544Z | Compiling shlex v1.3.0 |
| 1794 | 2026-07-23T19:17:55.544Z | Compiling find-msvc-tools v0.1.9 |
| 1795 | 2026-07-23T19:17:55.544Z | Compiling memchr v2.8.0 |
| 1796 | 2026-07-23T19:17:55.544Z | Compiling zmij v1.0.21 |
| 1797 | 2026-07-23T19:17:55.544Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-23T19:17:55.544Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-23T19:17:55.849Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-23T19:17:55.877Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-07-23T19:17:55.923Z | Compiling zerocopy v0.8.40 |
| 1802 | 2026-07-23T19:17:55.940Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-23T19:17:55.940Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-23T19:17:55.969Z | Compiling icu_properties_data v2.1.2 |
| 1805 | 2026-07-23T19:17:56.074Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-07-23T19:17:56.136Z | Compiling num-traits v0.2.19 |
| 1807 | 2026-07-23T19:17:56.221Z | Compiling smallvec v1.15.1 |
| 1808 | 2026-07-23T19:17:56.237Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-23T19:17:56.252Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-23T19:17:56.284Z | Compiling log v0.4.29 |
| 1811 | 2026-07-23T19:17:56.360Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-23T19:17:56.364Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-23T19:17:56.373Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-23T19:17:56.485Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-23T19:17:56.546Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-23T19:17:56.604Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-23T19:17:56.663Z | Compiling jobserver v0.1.34 |
| 1818 | 2026-07-23T19:17:56.681Z | Compiling errno v0.3.14 |
| 1819 | 2026-07-23T19:17:56.700Z | Compiling lock_api v0.4.14 |
| 1820 | 2026-07-23T19:17:56.750Z | Compiling getrandom v0.3.4 |
| 1821 | 2026-07-23T19:17:56.805Z | Compiling thiserror v2.0.18 |
| 1822 | 2026-07-23T19:17:56.835Z | Compiling pin-project-lite v0.2.17 |
| 1823 | 2026-07-23T19:17:56.898Z | Compiling cc v1.2.56 |
| 1824 | 2026-07-23T19:17:56.953Z | Compiling writeable v0.6.2 |
| 1825 | 2026-07-23T19:17:56.971Z | Compiling fnv v1.0.7 |
| 1826 | 2026-07-23T19:17:56.974Z | Compiling equivalent v1.0.2 |
| 1827 | 2026-07-23T19:17:56.974Z | Compiling litemap v0.8.1 |
| 1828 | 2026-07-23T19:17:57.018Z | Compiling percent-encoding v2.3.2 |
| 1829 | 2026-07-23T19:17:57.022Z | Compiling getrandom v0.2.17 |
| 1830 | 2026-07-23T19:17:57.081Z | Compiling syn v2.0.117 |
| 1831 | 2026-07-23T19:17:57.144Z | Compiling schemars v0.8.22 |
| 1832 | 2026-07-23T19:17:57.158Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-07-23T19:17:57.208Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-23T19:17:57.254Z | Compiling critical-section v1.2.0 |
| 1835 | 2026-07-23T19:17:57.269Z | Compiling rustix v1.1.3 |
| 1836 | 2026-07-23T19:17:57.288Z | Compiling fs_extra v1.3.0 |
| 1837 | 2026-07-23T19:17:57.302Z | Compiling dunce v1.0.5 |
| 1838 | 2026-07-23T19:17:57.436Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-23T19:17:57.505Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-23T19:17:57.629Z | Compiling utf8_iter v1.0.4 |
| 1841 | 2026-07-23T19:17:57.644Z | Compiling cmake v0.1.57 |
| 1842 | 2026-07-23T19:17:57.663Z | Compiling once_cell v1.21.3 |
| 1843 | 2026-07-23T19:17:57.663Z | Compiling heck v0.5.0 |
| 1844 | 2026-07-23T19:17:57.880Z | Compiling strsim v0.11.1 |
| 1845 | 2026-07-23T19:17:57.991Z | Compiling parking_lot v0.12.5 |
| 1846 | 2026-07-23T19:17:58.004Z | Compiling form_urlencoded v1.2.2 |
| 1847 | 2026-07-23T19:17:58.004Z | Compiling socket2 v0.6.3 |
| 1848 | 2026-07-23T19:17:58.039Z | Compiling mio v1.2.0 |
| 1849 | 2026-07-23T19:17:58.053Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-07-23T19:17:58.092Z | Compiling aws-lc-rs v1.16.3 |
| 1851 | 2026-07-23T19:17:58.206Z | Compiling semver v1.0.28 |
| 1852 | 2026-07-23T19:17:58.227Z | Compiling indexmap v2.14.0 |
| 1853 | 2026-07-23T19:17:58.274Z | Compiling bitflags v2.11.0 |
| 1854 | 2026-07-23T19:17:58.300Z | Compiling aws-lc-sys v0.40.0 |
| 1855 | 2026-07-23T19:17:58.314Z | Compiling futures-core v0.3.32 |
| 1856 | 2026-07-23T19:17:58.471Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-23T19:17:58.736Z | Compiling byteorder v1.5.0 |
| 1858 | 2026-07-23T19:17:58.761Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-23T19:17:58.774Z | Compiling thiserror v1.0.69 |
| 1860 | 2026-07-23T19:17:58.887Z | Compiling iana-time-zone v0.1.65 |
| 1861 | 2026-07-23T19:17:58.908Z | Compiling const-oid v0.9.6 |
| 1862 | 2026-07-23T19:17:58.937Z | Compiling pest v2.8.6 |
| 1863 | 2026-07-23T19:17:58.972Z | Compiling regex-syntax v0.8.10 |
| 1864 | 2026-07-23T19:17:58.987Z | Compiling vcpkg v0.2.15 |
| 1865 | 2026-07-23T19:17:59.007Z | Compiling syn v1.0.109 |
| 1866 | 2026-07-23T19:17:59.258Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-23T19:17:59.335Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-23T19:17:59.387Z | Compiling futures-sink v0.3.32 |
| 1869 | 2026-07-23T19:17:59.443Z | Compiling rustls v0.23.41 |
| 1870 | 2026-07-23T19:17:59.546Z | Compiling futures-channel v0.3.32 |
| 1871 | 2026-07-23T19:17:59.567Z | Compiling openssl-sys v0.9.115 |
| 1872 | 2026-07-23T19:17:59.652Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-23T19:17:59.669Z | Compiling futures-task v0.3.32 |
| 1874 | 2026-07-23T19:17:59.673Z | Compiling slab v0.4.12 |
| 1875 | 2026-07-23T19:17:59.836Z | Compiling futures-io v0.3.32 |
| 1876 | 2026-07-23T19:17:59.911Z | Compiling plain v0.2.3 |
| 1877 | 2026-07-23T19:18:00.043Z | Compiling synstructure v0.13.2 |
| 1878 | 2026-07-23T19:18:00.062Z | Compiling serde_derive_internals v0.29.1 |
| 1879 | 2026-07-23T19:18:00.078Z | Compiling pest_meta v2.8.6 |
| 1880 | 2026-07-23T19:18:00.081Z | Compiling time-core v0.1.8 |
| 1881 | 2026-07-23T19:18:00.108Z | Compiling crc32fast v1.5.0 |
| 1882 | 2026-07-23T19:18:00.123Z | Compiling dyn-clone v1.0.20 |
| 1883 | 2026-07-23T19:18:00.126Z | Compiling num-conv v0.2.0 |
| 1884 | 2026-07-23T19:18:00.296Z | Compiling time-macros v0.2.27 |
| 1885 | 2026-07-23T19:18:00.356Z | Compiling crossbeam-utils v0.8.21 |
| 1886 | 2026-07-23T19:18:00.387Z | Compiling base64 v0.22.1 |
| 1887 | 2026-07-23T19:18:00.447Z | Compiling openssl v0.10.79 |
| 1888 | 2026-07-23T19:18:00.502Z | Compiling regex-automata v0.4.14 |
| 1889 | 2026-07-23T19:18:00.536Z | Compiling pretty-hex v0.4.1 |
| 1890 | 2026-07-23T19:18:00.643Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-23T19:18:00.694Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-23T19:18:00.727Z | Compiling native-tls v0.2.18 |
| 1893 | 2026-07-23T19:18:00.828Z | Compiling anyhow v1.0.102 |
| 1894 | 2026-07-23T19:18:00.864Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-23T19:18:00.995Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-23T19:18:01.087Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-23T19:18:01.162Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-23T19:18:01.180Z | Compiling camino v1.2.2 |
| 1899 | 2026-07-23T19:18:01.204Z | Compiling serde_derive v1.0.228 |
| 1900 | 2026-07-23T19:18:01.246Z | Compiling zeroize_derive v1.4.3 |
| 1901 | 2026-07-23T19:18:01.279Z | Compiling zerofrom-derive v0.1.6 |
| 1902 | 2026-07-23T19:18:01.295Z | Compiling yoke-derive v0.8.1 |
| 1903 | 2026-07-23T19:18:01.339Z | Compiling zerovec-derive v0.11.2 |
| 1904 | 2026-07-23T19:18:01.354Z | Compiling displaydoc v0.2.5 |
| 1905 | 2026-07-23T19:18:01.383Z | Compiling zerocopy-derive v0.8.40 |
| 1906 | 2026-07-23T19:18:01.389Z | Compiling tokio-macros v2.7.0 |
| 1907 | 2026-07-23T19:18:01.402Z | Compiling futures-macro v0.3.32 |
| 1908 | 2026-07-23T19:18:01.417Z | Compiling thiserror-impl v2.0.18 |
| 1909 | 2026-07-23T19:18:01.533Z | Compiling schemars_derive v0.8.22 |
| 1910 | 2026-07-23T19:18:01.878Z | Compiling zeroize v1.8.2 |
| 1911 | 2026-07-23T19:18:02.091Z | Compiling tracing-attributes v0.1.31 |
| 1912 | 2026-07-23T19:18:02.145Z | Compiling der_derive v0.7.3 |
| 1913 | 2026-07-23T19:18:02.206Z | Compiling thiserror-impl v1.0.69 |
| 1914 | 2026-07-23T19:18:02.292Z | Compiling pest_derive v2.8.6 |
| 1915 | 2026-07-23T19:18:02.407Z | Compiling futures-util v0.3.32 |
| 1916 | 2026-07-23T19:18:02.417Z | Compiling zerofrom v0.1.6 |
| 1917 | 2026-07-23T19:18:02.637Z | Compiling yoke v0.8.1 |
| 1918 | 2026-07-23T19:18:02.683Z | Compiling crypto-common v0.1.7 |
| 1919 | 2026-07-23T19:18:02.809Z | Compiling zerovec v0.11.5 |
| 1920 | 2026-07-23T19:18:02.844Z | Compiling zerotrie v0.2.3 |
| 1921 | 2026-07-23T19:18:02.914Z | Compiling block-buffer v0.10.4 |
| 1922 | 2026-07-23T19:18:03.037Z | Compiling digest v0.10.7 |
| 1923 | 2026-07-23T19:18:03.309Z | Compiling scroll_derive v0.13.1 |
| 1924 | 2026-07-23T19:18:03.331Z | Compiling scroll_derive v0.12.1 |
| 1925 | 2026-07-23T19:18:03.345Z | Compiling openssl-macros v0.1.1 |
| 1926 | 2026-07-23T19:18:03.354Z | Compiling tinystr v0.8.2 |
| 1927 | 2026-07-23T19:18:03.421Z | Compiling potential_utf v0.1.4 |
| 1928 | 2026-07-23T19:18:03.456Z | Compiling regex v1.12.3 |
| 1929 | 2026-07-23T19:18:03.593Z | Compiling icu_locale_core v2.1.1 |
| 1930 | 2026-07-23T19:18:03.621Z | Compiling icu_collections v2.1.1 |
| 1931 | 2026-07-23T19:18:03.849Z | Compiling zerocopy-derive v0.7.35 |
| 1932 | 2026-07-23T19:18:03.976Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-23T19:18:04.112Z | Compiling tracing v0.1.44 |
| 1934 | 2026-07-23T19:18:04.243Z | Compiling pem-rfc7468 v0.7.0 |
| 1935 | 2026-07-23T19:18:04.276Z | Compiling icu_provider v2.1.1 |
| 1936 | 2026-07-23T19:18:04.443Z | Compiling bytes v1.11.1 |
| 1937 | 2026-07-23T19:18:04.534Z | Compiling chrono v0.4.45 |
| 1938 | 2026-07-23T19:18:04.577Z | Compiling icu_properties v2.1.2 |
| 1939 | 2026-07-23T19:18:04.644Z | Compiling icu_normalizer v2.1.1 |
| 1940 | 2026-07-23T19:18:04.710Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-07-23T19:18:05.029Z | Compiling tokio v1.52.1 |
| 1942 | 2026-07-23T19:18:05.366Z | Compiling http v1.4.2 |
| 1943 | 2026-07-23T19:18:05.821Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-23T19:18:05.898Z | Compiling ppv-lite86 v0.2.21 |
| 1945 | 2026-07-23T19:18:05.985Z | Compiling idna v1.1.0 |
| 1946 | 2026-07-23T19:18:06.018Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-23T19:18:06.066Z | Compiling http-body v1.0.1 |
| 1948 | 2026-07-23T19:18:06.152Z | Compiling der v0.7.10 |
| 1949 | 2026-07-23T19:18:06.182Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-07-23T19:18:06.198Z | Compiling rand_chacha v0.9.0 |
| 1951 | 2026-07-23T19:18:06.306Z | Compiling url v2.5.8 |
| 1952 | 2026-07-23T19:18:06.522Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-23T19:18:06.576Z | Compiling openssl-probe v0.2.1 |
| 1954 | 2026-07-23T19:18:06.614Z | Compiling either v1.15.0 |
| 1955 | 2026-07-23T19:18:06.684Z | Compiling usdt-impl v0.6.0 |
| 1956 | 2026-07-23T19:18:06.756Z | Compiling ref-cast v1.0.25 |
| 1957 | 2026-07-23T19:18:06.837Z | Compiling cmov v0.5.4 |
| 1958 | 2026-07-23T19:18:07.040Z | Compiling tinyvec_macros v0.1.1 |
| 1959 | 2026-07-23T19:18:07.072Z | Compiling paste v1.0.15 |
| 1960 | 2026-07-23T19:18:07.119Z | Compiling fastrand v2.3.0 |
| 1961 | 2026-07-23T19:18:07.134Z | Compiling ctutils v0.4.2 |
| 1962 | 2026-07-23T19:18:07.149Z | Compiling tinyvec v1.10.0 |
| 1963 | 2026-07-23T19:18:07.287Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-23T19:18:07.430Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-23T19:18:07.462Z | Compiling serde_spanned v0.6.9 |
| 1966 | 2026-07-23T19:18:07.508Z | Compiling toml_datetime v0.6.11 |
| 1967 | 2026-07-23T19:18:07.525Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-23T19:18:07.542Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-23T19:18:07.638Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-23T19:18:07.649Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-23T19:18:07.829Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-23T19:18:07.862Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-07-23T19:18:07.877Z | Compiling winnow v1.0.3 |
| 1974 | 2026-07-23T19:18:07.891Z | Compiling signal-hook v0.3.18 |
| 1975 | 2026-07-23T19:18:07.961Z | Compiling rustix v0.38.44 |
| 1976 | 2026-07-23T19:18:08.000Z | Compiling untrusted v0.7.1 |
| 1977 | 2026-07-23T19:18:08.022Z | Compiling atomic-waker v1.1.2 |
| 1978 | 2026-07-23T19:18:08.084Z | Compiling cpufeatures v0.2.17 |
| 1979 | 2026-07-23T19:18:08.112Z | Compiling tower-service v0.3.3 |
| 1980 | 2026-07-23T19:18:08.128Z | Compiling winnow v0.7.14 |
| 1981 | 2026-07-23T19:18:08.144Z | Compiling tower-layer v0.3.3 |
| 1982 | 2026-07-23T19:18:08.161Z | Compiling try-lock v0.2.5 |
| 1983 | 2026-07-23T19:18:08.190Z | Compiling litrs v1.0.0 |
| 1984 | 2026-07-23T19:18:08.224Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1985 | 2026-07-23T19:18:08.283Z | Compiling want v0.3.1 |
| 1986 | 2026-07-23T19:18:08.353Z | Compiling goblin v0.8.2 |
| 1987 | 2026-07-23T19:18:08.464Z | Compiling goblin v0.10.5 |
| 1988 | 2026-07-23T19:18:08.640Z | Compiling hybrid-array v0.4.13 |
| 1989 | 2026-07-23T19:18:08.665Z | Compiling document-features v0.2.12 |
| 1990 | 2026-07-23T19:18:08.829Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-07-23T19:18:08.978Z | Compiling tokio-util v0.7.18 |
| 1992 | 2026-07-23T19:18:09.099Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-23T19:18:09.222Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-23T19:18:09.445Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-23T19:18:09.461Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-23T19:18:09.556Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-23T19:18:09.649Z | Compiling powerfmt v0.2.0 |
| 1998 | 2026-07-23T19:18:09.753Z | Compiling h2 v0.4.15 |
| 1999 | 2026-07-23T19:18:09.769Z | Compiling winnow v0.5.40 |
| 2000 | 2026-07-23T19:18:09.797Z | Compiling utf8parse v0.2.2 |
| 2001 | 2026-07-23T19:18:10.080Z | Compiling foreign-types-shared v0.1.1 |
| 2002 | 2026-07-23T19:18:10.185Z | Compiling httpdate v1.0.3 |
| 2003 | 2026-07-23T19:18:10.213Z | Compiling untrusted v0.9.0 |
| 2004 | 2026-07-23T19:18:10.247Z | Compiling foreign-types v0.3.2 |
| 2005 | 2026-07-23T19:18:10.335Z | Compiling tempfile v3.25.0 |
| 2006 | 2026-07-23T19:18:10.356Z | Compiling deranged v0.5.8 |
| 2007 | 2026-07-23T19:18:10.604Z | Compiling dof v0.3.0 |
| 2008 | 2026-07-23T19:18:10.681Z | Compiling dtrace-parser v0.2.0 |
| 2009 | 2026-07-23T19:18:10.993Z | Compiling unicode-normalization v0.1.25 |
| 2010 | 2026-07-23T19:18:11.191Z | Compiling dof v0.4.0 |
| 2011 | 2026-07-23T19:18:11.221Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-07-23T19:18:11.238Z | Compiling pkcs8 v0.10.2 |
| 2013 | 2026-07-23T19:18:11.395Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-23T19:18:11.551Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-23T19:18:11.608Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-23T19:18:11.906Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-23T19:18:11.975Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-23T19:18:12.129Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-23T19:18:12.144Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-23T19:18:12.159Z | Compiling num-bigint-dig v0.8.6 |
| 2021 | 2026-07-23T19:18:12.212Z | Compiling smoltcp v0.9.1 |
| 2022 | 2026-07-23T19:18:12.245Z | Compiling num_threads v0.1.7 |
| 2023 | 2026-07-23T19:18:12.386Z | Compiling anstyle v1.0.14 |
| 2024 | 2026-07-23T19:18:12.401Z | Compiling cfg_aliases v0.2.1 |
| 2025 | 2026-07-23T19:18:12.508Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-23T19:18:12.525Z | Compiling time v0.3.47 |
| 2027 | 2026-07-23T19:18:12.658Z | Compiling darling v0.20.11 |
| 2028 | 2026-07-23T19:18:12.848Z | Compiling sha2 v0.10.9 |
| 2029 | 2026-07-23T19:18:12.926Z | Compiling hyper v1.10.1 |
| 2030 | 2026-07-23T19:18:13.117Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-23T19:18:13.214Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-23T19:18:13.229Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-07-23T19:18:13.376Z | Compiling strum_macros v0.26.4 |
| 2034 | 2026-07-23T19:18:13.568Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-23T19:18:13.583Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-23T19:18:13.601Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-23T19:18:13.712Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-07-23T19:18:13.844Z | Compiling quick-error v1.2.3 |
| 2039 | 2026-07-23T19:18:14.023Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-07-23T19:18:14.027Z | Compiling is_terminal_polyfill v1.70.2 |
| 2041 | 2026-07-23T19:18:14.090Z | Compiling hyper-util v0.1.20 |
| 2042 | 2026-07-23T19:18:14.105Z | Compiling colorchoice v1.0.4 |
| 2043 | 2026-07-23T19:18:14.122Z | Compiling bit-vec v0.8.0 |
| 2044 | 2026-07-23T19:18:14.243Z | Compiling siphasher v1.0.2 |
| 2045 | 2026-07-23T19:18:14.448Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-07-23T19:18:14.949Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-07-23T19:18:14.965Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-23T19:18:15.561Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-23T19:18:15.585Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-23T19:18:15.703Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-23T19:18:15.720Z | Compiling darling_macro v0.23.0 |
| 2052 | 2026-07-23T19:18:15.738Z | Compiling snafu-derive v0.8.9 |
| 2053 | 2026-07-23T19:18:15.778Z | Compiling strum_macros v0.27.2 |
| 2054 | 2026-07-23T19:18:15.801Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-23T19:18:15.965Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-23T19:18:16.038Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-23T19:18:16.215Z | Compiling unarray v0.1.4 |
| 2058 | 2026-07-23T19:18:16.286Z | Compiling unicode-segmentation v1.12.0 |
| 2059 | 2026-07-23T19:18:16.302Z | Compiling ryu v1.0.23 |
| 2060 | 2026-07-23T19:18:16.305Z | Compiling adler2 v2.0.1 |
| 2061 | 2026-07-23T19:18:16.341Z | Compiling unicode-properties v0.1.4 |
| 2062 | 2026-07-23T19:18:16.346Z | Compiling allocator-api2 v0.2.21 |
| 2063 | 2026-07-23T19:18:16.457Z | Compiling object v0.37.3 |
| 2064 | 2026-07-23T19:18:16.483Z | Compiling iri-string v0.7.10 |
| 2065 | 2026-07-23T19:18:16.567Z | Compiling unicode-bidi v0.3.18 |
| 2066 | 2026-07-23T19:18:16.593Z | Compiling serde_urlencoded v0.7.1 |
| 2067 | 2026-07-23T19:18:16.677Z | Compiling miniz_oxide v0.8.9 |
| 2068 | 2026-07-23T19:18:16.704Z | Compiling derive_builder_macro v0.20.2 |
| 2069 | 2026-07-23T19:18:16.857Z | Compiling proptest v1.10.0 |
| 2070 | 2026-07-23T19:18:16.922Z | Compiling stringprep v0.1.5 |
| 2071 | 2026-07-23T19:18:17.205Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-23T19:18:17.303Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-23T19:18:17.338Z | Compiling usdt-attr-macro v0.6.0 |
| 2074 | 2026-07-23T19:18:17.405Z | Compiling usdt-macro v0.6.0 |
| 2075 | 2026-07-23T19:18:17.527Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-07-23T19:18:17.542Z | Compiling crypto-common v0.2.2 |
| 2077 | 2026-07-23T19:18:17.562Z | Compiling block-buffer v0.12.1 |
| 2078 | 2026-07-23T19:18:17.724Z | Compiling tower-http v0.6.8 |
| 2079 | 2026-07-23T19:18:17.902Z | Compiling block-padding v0.4.2 |
| 2080 | 2026-07-23T19:18:18.153Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-23T19:18:18.170Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-23T19:18:18.193Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-07-23T19:18:18.208Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-23T19:18:18.212Z | Compiling signature v2.2.0 |
| 2085 | 2026-07-23T19:18:18.284Z | Compiling md-5 v0.10.6 |
| 2086 | 2026-07-23T19:18:18.370Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-23T19:18:18.447Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-23T19:18:18.478Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-23T19:18:18.483Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-23T19:18:18.599Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-23T19:18:18.687Z | Compiling mime v0.3.17 |
| 2092 | 2026-07-23T19:18:18.703Z | Compiling fallible-iterator v0.2.0 |
| 2093 | 2026-07-23T19:18:18.740Z | Compiling zlib-rs v0.6.2 |
| 2094 | 2026-07-23T19:18:18.780Z | Compiling cpufeatures v0.3.0 |
| 2095 | 2026-07-23T19:18:18.812Z | Compiling psl-types v2.0.11 |
| 2096 | 2026-07-23T19:18:18.954Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-23T19:18:19.023Z | Compiling postgres-protocol v0.6.10 |
| 2098 | 2026-07-23T19:18:19.054Z | Compiling newtype-uuid v1.3.2 |
| 2099 | 2026-07-23T19:18:19.111Z | Compiling num-iter v0.1.45 |
| 2100 | 2026-07-23T19:18:19.419Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-23T19:18:19.681Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-23T19:18:19.788Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-23T19:18:19.811Z | Compiling anstream v1.0.0 |
| 2104 | 2026-07-23T19:18:19.827Z | Compiling hyper-tls v0.6.0 |
| 2105 | 2026-07-23T19:18:19.914Z | Compiling serde_with_macros v3.21.0 |
| 2106 | 2026-07-23T19:18:19.990Z | Compiling derive_builder v0.20.2 |
| 2107 | 2026-07-23T19:18:20.032Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-23T19:18:20.079Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-23T19:18:20.104Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-23T19:18:20.153Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-23T19:18:20.174Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-23T19:18:20.334Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-23T19:18:20.351Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-23T19:18:20.354Z | Compiling clap_derive v4.6.1 |
| 2115 | 2026-07-23T19:18:20.397Z | Compiling serde_repr v0.1.20 |
| 2116 | 2026-07-23T19:18:20.400Z | Compiling async-recursion v1.1.1 |
| 2117 | 2026-07-23T19:18:20.434Z | Compiling enum-as-inner v0.6.1 |
| 2118 | 2026-07-23T19:18:20.617Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-23T19:18:20.693Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-23T19:18:20.724Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-23T19:18:20.776Z | Compiling flate2 v1.1.9 |
| 2122 | 2026-07-23T19:18:20.935Z | Compiling foldhash v0.1.5 |
| 2123 | 2026-07-23T19:18:20.981Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-23T19:18:21.011Z | Compiling base16ct v0.2.0 |
| 2125 | 2026-07-23T19:18:21.057Z | Compiling same-file v1.0.6 |
| 2126 | 2026-07-23T19:18:21.121Z | Compiling managed v0.8.0 |
| 2127 | 2026-07-23T19:18:21.232Z | Compiling libbz2-rs-sys v0.2.2 |
| 2128 | 2026-07-23T19:18:21.325Z | Compiling foldhash v0.2.0 |
| 2129 | 2026-07-23T19:18:21.343Z | Compiling bumpalo v3.20.2 |
| 2130 | 2026-07-23T19:18:21.347Z | Compiling clap_lex v1.0.0 |
| 2131 | 2026-07-23T19:18:21.549Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-07-23T19:18:21.578Z | Compiling clap_builder v4.6.0 |
| 2133 | 2026-07-23T19:18:21.593Z | Compiling bzip2 v0.6.1 |
| 2134 | 2026-07-23T19:18:21.612Z | Compiling hashbrown v0.16.1 |
| 2135 | 2026-07-23T19:18:21.814Z | Compiling walkdir v2.5.0 |
| 2136 | 2026-07-23T19:18:22.027Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-07-23T19:18:22.069Z | Compiling hashbrown v0.15.5 |
| 2138 | 2026-07-23T19:18:22.127Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-23T19:18:22.142Z | Compiling group v0.13.0 |
| 2140 | 2026-07-23T19:18:22.225Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-23T19:18:22.639Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-23T19:18:22.671Z | Compiling phf v0.13.1 |
| 2143 | 2026-07-23T19:18:22.864Z | Compiling zstd v0.13.3 |
| 2144 | 2026-07-23T19:18:22.969Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-23T19:18:23.308Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-23T19:18:23.333Z | Compiling daft v0.1.7 |
| 2147 | 2026-07-23T19:18:23.370Z | Compiling signal-hook-mio v0.2.5 |
| 2148 | 2026-07-23T19:18:23.386Z | Compiling cipher v0.5.2 |
| 2149 | 2026-07-23T19:18:23.400Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-23T19:18:23.511Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-23T19:18:23.528Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-23T19:18:23.572Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-23T19:18:23.630Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-23T19:18:23.681Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-23T19:18:23.840Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-23T19:18:23.891Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-23T19:18:23.923Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-23T19:18:23.954Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-23T19:18:24.042Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-23T19:18:24.058Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-23T19:18:24.301Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-07-23T19:18:24.317Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-23T19:18:24.359Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-23T19:18:24.469Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-23T19:18:24.563Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-23T19:18:24.580Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-23T19:18:24.596Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-23T19:18:24.694Z | Compiling new_debug_unreachable v1.0.6 |
| 2169 | 2026-07-23T19:18:24.737Z | Compiling precomputed-hash v0.1.1 |
| 2170 | 2026-07-23T19:18:24.753Z | Compiling const-oid v0.10.2 |
| 2171 | 2026-07-23T19:18:24.789Z | Compiling normalize-line-endings v0.3.0 |
| 2172 | 2026-07-23T19:18:24.805Z | Compiling typed-path v0.9.3 |
| 2173 | 2026-07-23T19:18:24.876Z | Compiling jiff v0.2.21 |
| 2174 | 2026-07-23T19:18:24.879Z | Compiling keccak v0.1.6 |
| 2175 | 2026-07-23T19:18:24.879Z | Compiling predicates-core v1.0.10 |
| 2176 | 2026-07-23T19:18:24.922Z | Compiling difflib v0.4.0 |
| 2177 | 2026-07-23T19:18:24.997Z | Compiling toml_write v0.1.2 |
| 2178 | 2026-07-23T19:18:25.079Z | Compiling static_assertions v1.1.0 |
| 2179 | 2026-07-23T19:18:25.128Z | Compiling whoami v2.1.0 |
| 2180 | 2026-07-23T19:18:25.169Z | Compiling data-encoding v2.10.0 |
| 2181 | 2026-07-23T19:18:25.214Z | Compiling fixedbitset v0.5.7 |
| 2182 | 2026-07-23T19:18:25.309Z | Compiling fixedbitset v0.4.2 |
| 2183 | 2026-07-23T19:18:25.373Z | Compiling tokio-postgres v0.7.16 |
| 2184 | 2026-07-23T19:18:25.388Z | Compiling elliptic-curve v0.13.8 |
| 2185 | 2026-07-23T19:18:25.473Z | Compiling petgraph v0.6.5 |
| 2186 | 2026-07-23T19:18:25.505Z | Compiling hickory-proto v0.25.2 |
| 2187 | 2026-07-23T19:18:25.521Z | Compiling petgraph v0.8.3 |
| 2188 | 2026-07-23T19:18:25.536Z | Compiling toml_edit v0.22.27 |
| 2189 | 2026-07-23T19:18:25.561Z | Compiling predicates v3.1.4 |
| 2190 | 2026-07-23T19:18:25.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2191 | 2026-07-23T19:18:25.707Z | Compiling sha3 v0.10.8 |
| 2192 | 2026-07-23T19:18:25.951Z | Compiling digest v0.11.3 |
| 2193 | 2026-07-23T19:18:25.991Z | Compiling string_cache v0.8.9 |
| 2194 | 2026-07-23T19:18:26.138Z | Compiling env_logger v0.11.9 |
| 2195 | 2026-07-23T19:18:26.171Z | Compiling usdt v0.6.0 |
| 2196 | 2026-07-23T19:18:26.226Z | Compiling chacha20 v0.10.0 |
| 2197 | 2026-07-23T19:18:26.722Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-23T19:18:27.457Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-23T19:18:27.765Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-23T19:18:27.876Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-23T19:18:27.909Z | Compiling iddqd v0.4.2 |
| 2202 | 2026-07-23T19:18:28.089Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-23T19:18:28.433Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-23T19:18:28.534Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-23T19:18:28.575Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-23T19:18:28.783Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-23T19:18:28.822Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-23T19:18:28.860Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-23T19:18:28.972Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-23T19:18:29.107Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-23T19:18:29.151Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-23T19:18:29.304Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-23T19:18:29.388Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-23T19:18:29.791Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-23T19:18:30.026Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-23T19:18:30.165Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-23T19:18:46.557Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-23T19:18:47.471Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-23T19:18:47.631Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-23T19:18:47.679Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-23T19:18:47.766Z | Compiling rayon-core v1.13.0 |
| 2222 | 2026-07-23T19:18:47.785Z | Compiling crucible-workspace-hack v0.1.0 |
| 2223 | 2026-07-23T19:18:48.016Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-23T19:18:48.048Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-23T19:18:48.065Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-23T19:18:48.080Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-23T19:18:48.253Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-23T19:18:48.268Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2229 | 2026-07-23T19:18:48.426Z | Compiling crossbeam-deque v0.8.6 |
| 2230 | 2026-07-23T19:18:48.500Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2026-07-23T19:18:48.594Z | Compiling inout v0.1.4 |
| 2232 | 2026-07-23T19:18:48.673Z | Compiling hash32 v0.3.1 |
| 2233 | 2026-07-23T19:18:48.690Z | Compiling multer v3.1.0 |
| 2234 | 2026-07-23T19:18:48.693Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-07-23T19:18:48.722Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-23T19:18:48.768Z | Compiling unicode-width v0.2.0 |
| 2237 | 2026-07-23T19:18:48.783Z | Compiling compression-core v0.4.31 |
| 2238 | 2026-07-23T19:18:48.863Z | Compiling match_cfg v0.1.0 |
| 2239 | 2026-07-23T19:18:48.924Z | Compiling slog-async v2.8.0 |
| 2240 | 2026-07-23T19:18:48.940Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-07-23T19:18:48.957Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-07-23T19:18:48.982Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-07-23T19:18:49.102Z | Compiling hostname v0.3.1 |
| 2244 | 2026-07-23T19:18:49.145Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-23T19:18:49.189Z | Compiling proc-macro-crate v3.4.0 |
| 2246 | 2026-07-23T19:18:49.281Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-23T19:18:49.329Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-23T19:18:49.350Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-23T19:18:49.527Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-23T19:18:49.553Z | Compiling half v2.7.1 |
| 2251 | 2026-07-23T19:18:49.628Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-23T19:18:49.643Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-23T19:18:49.658Z | Compiling universal-hash v0.5.1 |
| 2254 | 2026-07-23T19:18:49.773Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2255 | 2026-07-23T19:18:49.827Z | Compiling async-stream-impl v0.3.6 |
| 2256 | 2026-07-23T19:18:49.862Z | Compiling darling_macro v0.21.3 |
| 2257 | 2026-07-23T19:18:49.918Z | Compiling serde_spanned v1.1.1 |
| 2258 | 2026-07-23T19:18:49.944Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2259 | 2026-07-23T19:18:50.101Z | Compiling is-terminal v0.4.17 |
| 2260 | 2026-07-23T19:18:50.232Z | Compiling tokio-rustls v0.26.4 |
| 2261 | 2026-07-23T19:18:50.248Z | Compiling rustls-platform-verifier v0.6.2 |
| 2262 | 2026-07-23T19:18:50.382Z | Compiling tough v0.22.0 |
| 2263 | 2026-07-23T19:18:50.399Z | Compiling proc-macro-error-attr v1.0.4 |
| 2264 | 2026-07-23T19:18:50.399Z | Compiling darling v0.21.3 |
| 2265 | 2026-07-23T19:18:50.438Z | Compiling dropshot v0.17.1 |
| 2266 | 2026-07-23T19:18:50.474Z | Compiling hyper-rustls v0.27.7 |
| 2267 | 2026-07-23T19:18:50.504Z | Compiling ingot-macros v0.1.1 |
| 2268 | 2026-07-23T19:18:50.528Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2269 | 2026-07-23T19:18:50.547Z | Compiling ciborium-io v0.2.2 |
| 2270 | 2026-07-23T19:18:50.661Z | Compiling opaque-debug v0.3.1 |
| 2271 | 2026-07-23T19:18:50.677Z | Compiling convert_case v0.4.0 |
| 2272 | 2026-07-23T19:18:50.680Z | Compiling take_mut v0.2.2 |
| 2273 | 2026-07-23T19:18:50.756Z | Compiling reqwest v0.13.2 |
| 2274 | 2026-07-23T19:18:50.770Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2275 | 2026-07-23T19:18:50.806Z | Compiling term v1.2.1 |
| 2276 | 2026-07-23T19:18:50.828Z | Compiling thiserror-no-std v2.0.2 |
| 2277 | 2026-07-23T19:18:50.879Z | Compiling poly1305 v0.8.0 |
| 2278 | 2026-07-23T19:18:50.994Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2279 | 2026-07-23T19:18:51.010Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-07-23T19:18:51.115Z | Compiling slog-term v2.9.2 |
| 2281 | 2026-07-23T19:18:51.525Z | Compiling ciborium-ll v0.2.2 |
| 2282 | 2026-07-23T19:18:51.540Z | Compiling test-strategy v0.4.5 |
| 2283 | 2026-07-23T19:18:51.686Z | Compiling async-stream v0.3.6 |
| 2284 | 2026-07-23T19:18:51.812Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-23T19:18:51.900Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-23T19:18:52.089Z | Compiling num_enum_derive v0.7.6 |
| 2287 | 2026-07-23T19:18:52.303Z | Compiling slog-bunyan v2.5.0 |
| 2288 | 2026-07-23T19:18:52.390Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-23T19:18:52.507Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-23T19:18:52.666Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-23T19:18:52.883Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-23T19:18:53.029Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-23T19:18:53.062Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2294 | 2026-07-23T19:18:53.187Z | Compiling ingot-types v0.1.2 |
| 2295 | 2026-07-23T19:18:53.222Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-23T19:18:53.322Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-07-23T19:18:53.512Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2298 | 2026-07-23T19:18:53.568Z | Compiling backon v1.6.0 |
| 2299 | 2026-07-23T19:18:53.587Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-07-23T19:18:53.654Z | Compiling ingot v0.1.1 |
| 2301 | 2026-07-23T19:18:53.686Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-23T19:18:53.758Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-23T19:18:53.835Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-23T19:18:53.851Z | Compiling aead v0.5.2 |
| 2305 | 2026-07-23T19:18:54.001Z | Compiling foreign-types-macros v0.2.3 |
| 2306 | 2026-07-23T19:18:54.018Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2307 | 2026-07-23T19:18:54.035Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2308 | 2026-07-23T19:18:54.064Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-23T19:18:54.159Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-23T19:18:54.343Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-07-23T19:18:54.373Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2312 | 2026-07-23T19:18:54.391Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-23T19:18:54.469Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-23T19:18:54.523Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-23T19:18:54.539Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-23T19:18:54.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2317 | 2026-07-23T19:18:54.598Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-07-23T19:18:54.644Z | Compiling argon2 v0.5.3 |
| 2319 | 2026-07-23T19:18:54.658Z | Compiling foreign-types v0.5.0 |
| 2320 | 2026-07-23T19:18:54.675Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-23T19:18:54.689Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-23T19:18:54.739Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-23T19:18:54.800Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-23T19:18:54.805Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-23T19:18:54.842Z | Compiling ciborium v0.2.2 |
| 2326 | 2026-07-23T19:18:55.033Z | Compiling vsss-rs v3.3.4 |
| 2327 | 2026-07-23T19:18:55.181Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-23T19:18:55.297Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-23T19:18:55.372Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-23T19:18:55.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-23T19:18:55.464Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-23T19:18:55.486Z | Compiling humantime v2.3.0 |
| 2333 | 2026-07-23T19:18:55.502Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2334 | 2026-07-23T19:18:55.570Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2335 | 2026-07-23T19:18:55.654Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-07-23T19:18:55.708Z | Compiling num_enum v0.5.11 |
| 2337 | 2026-07-23T19:18:55.724Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-07-23T19:18:55.765Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-23T19:18:55.852Z | Compiling rand v0.10.1 |
| 2340 | 2026-07-23T19:18:55.868Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2341 | 2026-07-23T19:18:55.886Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-23T19:18:55.922Z | Compiling indent_write v2.2.0 |
| 2343 | 2026-07-23T19:18:55.946Z | Compiling libefi-sys v0.1.0 |
| 2344 | 2026-07-23T19:18:55.963Z | Compiling colored v3.1.1 |
| 2345 | 2026-07-23T19:18:55.979Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-23T19:18:56.015Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-23T19:18:56.087Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-23T19:18:56.102Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-23T19:18:56.211Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-23T19:18:56.279Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-23T19:18:56.324Z | Compiling usdt-macro v0.5.0 |
| 2352 | 2026-07-23T19:18:56.343Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-23T19:18:56.571Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-23T19:18:56.624Z | Compiling blake3 v1.8.5 |
| 2355 | 2026-07-23T19:18:56.651Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2356 | 2026-07-23T19:18:56.700Z | Compiling memmap v0.7.0 |
| 2357 | 2026-07-23T19:18:56.777Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-23T19:18:56.846Z | Compiling swrite v0.1.0 |
| 2359 | 2026-07-23T19:18:56.892Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-23T19:18:56.957Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2361 | 2026-07-23T19:18:56.974Z | Compiling glob v0.3.3 |
| 2362 | 2026-07-23T19:18:57.008Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-23T19:18:57.095Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-23T19:18:57.215Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-23T19:18:57.340Z | Compiling smf v0.2.3 |
| 2366 | 2026-07-23T19:18:57.369Z | Compiling filetime v0.2.27 |
| 2367 | 2026-07-23T19:18:57.485Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-07-23T19:18:57.509Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2369 | 2026-07-23T19:18:57.525Z | Compiling zone v0.3.1 |
| 2370 | 2026-07-23T19:18:57.542Z | Compiling constant_time_eq v0.4.2 |
| 2371 | 2026-07-23T19:18:57.585Z | Compiling arrayref v0.3.9 |
| 2372 | 2026-07-23T19:18:57.600Z | Compiling whoami v1.6.1 |
| 2373 | 2026-07-23T19:18:57.615Z | Compiling xattr v1.6.1 |
| 2374 | 2026-07-23T19:18:57.678Z | Compiling arrayvec v0.7.6 |
| 2375 | 2026-07-23T19:18:57.694Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-23T19:18:57.712Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2377 | 2026-07-23T19:18:57.759Z | Compiling tokio-dtrace v0.1.1 |
| 2378 | 2026-07-23T19:18:57.869Z | Compiling tar v0.4.46 |
| 2379 | 2026-07-23T19:18:57.972Z | Compiling console v0.16.2 |
| 2380 | 2026-07-23T19:18:57.994Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-23T19:18:58.091Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-07-23T19:18:58.135Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-07-23T19:18:58.166Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-23T19:18:58.271Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2385 | 2026-07-23T19:18:58.335Z | Compiling toml v0.8.23 |
| 2386 | 2026-07-23T19:18:58.438Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-07-23T19:18:58.567Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2388 | 2026-07-23T19:18:58.586Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-23T19:19:07.830Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-23T19:19:07.830Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-23T19:19:08.079Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-23T19:19:08.406Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-23T19:19:08.433Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-23T19:19:08.529Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-23T19:19:08.567Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-23T19:19:08.604Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2397 | 2026-07-23T19:19:08.633Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2398 | 2026-07-23T19:19:08.737Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-23T19:19:08.905Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-23T19:19:09.433Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-23T19:19:13.244Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-23T19:19:24.255Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-23T19:19:26.106Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-23T19:19:26.156Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-23T19:19:34.675Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-23T19:19:34.819Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-23T19:19:34.876Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-23T19:19:34.879Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-23T19:19:34.879Z | |
| 2410 | 2026-07-23T19:19:34.879Z | real 1:40.201591593 |
| 2411 | 2026-07-23T19:19:34.879Z | user 16:25.327015341 |
| 2412 | 2026-07-23T19:19:34.879Z | sys 2:37.277980761 |
| 2413 | 2026-07-23T19:19:34.879Z | trap 0.467856790 |
| 2414 | 2026-07-23T19:19:34.879Z | tflt 2.348783082 |
| 2415 | 2026-07-23T19:19:34.879Z | dflt 4.205036420 |
| 2416 | 2026-07-23T19:19:34.879Z | kflt 0.036042596 |
| 2417 | 2026-07-23T19:19:34.879Z | lock 51:45.750490424 |
| 2418 | 2026-07-23T19:19:34.879Z | slp 42:18.854045643 |
| 2419 | 2026-07-23T19:19:34.879Z | lat 44.358008171 |
| 2420 | 2026-07-23T19:19:34.879Z | stop 5:18.608103168 |
| 2421 | 2026-07-23T19:19:34.882Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-23T19:19:35.734Z | Finished `release` profile [optimized] target(s) in 0.84s |
| 2423 | 2026-07-23T19:19:35.800Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-23T19:19:35.857Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-23T19:19:37.240Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-23T19:19:37.444Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-23T19:19:37.461Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-23T19:19:37.494Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-23T19:19:37.524Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-23T19:19:37.543Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-23T19:19:37.549Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-23T19:19:37.564Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-23T19:19:37.604Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-23T19:19:37.608Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-23T19:19:37.608Z | Compiling console v0.15.11 |
| 2436 | 2026-07-23T19:19:37.608Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-23T19:19:37.608Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-23T19:19:37.665Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-23T19:19:37.668Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-23T19:19:37.751Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-23T19:19:37.776Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-23T19:19:37.798Z | Compiling unicode-width v0.1.14 |
| 2443 | 2026-07-23T19:19:37.805Z | Compiling cancel-safe-futures v0.1.5 |
| 2444 | 2026-07-23T19:19:37.843Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2445 | 2026-07-23T19:19:37.925Z | Compiling match_cfg v0.1.0 |
| 2446 | 2026-07-23T19:19:38.020Z | Compiling serde_yaml v0.9.34+deprecated |
| 2447 | 2026-07-23T19:19:38.040Z | Compiling compression-core v0.4.31 |
| 2448 | 2026-07-23T19:19:38.045Z | Compiling hostname v0.3.1 |
| 2449 | 2026-07-23T19:19:38.087Z | Compiling expectorate v1.2.0 |
| 2450 | 2026-07-23T19:19:38.157Z | Compiling multer v3.1.0 |
| 2451 | 2026-07-23T19:19:38.183Z | Compiling compression-codecs v0.4.37 |
| 2452 | 2026-07-23T19:19:38.221Z | Compiling num v0.4.3 |
| 2453 | 2026-07-23T19:19:38.250Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-23T19:19:38.276Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-23T19:19:38.276Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-23T19:19:38.308Z | Compiling serde_spanned v1.1.1 |
| 2457 | 2026-07-23T19:19:38.331Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2458 | 2026-07-23T19:19:38.350Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-07-23T19:19:38.354Z | Compiling linked-hash-map v0.5.6 |
| 2460 | 2026-07-23T19:19:38.430Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2461 | 2026-07-23T19:19:38.487Z | Compiling term v1.2.1 |
| 2462 | 2026-07-23T19:19:38.513Z | Compiling take_mut v0.2.2 |
| 2463 | 2026-07-23T19:19:38.518Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2464 | 2026-07-23T19:19:38.613Z | Compiling lru-cache v0.1.2 |
| 2465 | 2026-07-23T19:19:38.632Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2466 | 2026-07-23T19:19:38.651Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-07-23T19:19:38.694Z | Compiling slog-bunyan v2.5.0 |
| 2468 | 2026-07-23T19:19:38.749Z | Compiling async-compression v0.4.41 |
| 2469 | 2026-07-23T19:19:38.791Z | Compiling oxide-update-engine-types v0.1.2 |
| 2470 | 2026-07-23T19:19:38.792Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-07-23T19:19:38.974Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-23T19:19:39.008Z | Compiling typify-impl v0.6.2 |
| 2473 | 2026-07-23T19:19:39.084Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2474 | 2026-07-23T19:19:39.107Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-23T19:19:39.169Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-23T19:19:39.189Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-23T19:19:39.245Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-23T19:19:39.312Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-23T19:19:39.331Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-23T19:19:39.466Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-23T19:19:39.564Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-23T19:19:39.564Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-23T19:19:39.692Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-23T19:19:39.692Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-23T19:19:39.692Z | Compiling debug-ignore v1.0.5 |
| 2486 | 2026-07-23T19:19:39.693Z | Compiling linear-map v1.2.0 |
| 2487 | 2026-07-23T19:19:39.701Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-23T19:19:39.701Z | Compiling progenitor-extras v0.2.0 |
| 2489 | 2026-07-23T19:19:39.712Z | Compiling backoff v0.4.0 |
| 2490 | 2026-07-23T19:19:39.725Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-23T19:19:39.792Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-23T19:19:39.983Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-23T19:19:39.988Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-23T19:19:39.989Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-23T19:19:39.989Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-23T19:19:39.989Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-23T19:19:40.140Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-23T19:19:41.201Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-23T19:19:41.201Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-23T19:19:41.201Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-23T19:19:41.201Z | Compiling humantime v2.3.0 |
| 2502 | 2026-07-23T19:19:41.201Z | Compiling unicode-xid v0.2.6 |
| 2503 | 2026-07-23T19:19:41.363Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-23T19:19:41.385Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-23T19:19:41.470Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-23T19:19:41.549Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-23T19:19:41.678Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-23T19:19:41.773Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-23T19:19:41.892Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-23T19:19:41.935Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-23T19:19:42.010Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-23T19:19:42.445Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-23T19:19:42.575Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-23T19:19:42.598Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-23T19:19:42.619Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-23T19:19:42.658Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-23T19:19:42.686Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-23T19:19:42.759Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-23T19:19:42.912Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-23T19:19:43.221Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-23T19:19:43.619Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-23T19:19:43.855Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-23T19:19:44.056Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-23T19:19:44.337Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-23T19:19:44.754Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-23T19:19:45.070Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-23T19:19:45.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-23T19:19:45.870Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-07-23T19:19:46.308Z | Compiling vte v0.14.1 |
| 2530 | 2026-07-23T19:19:46.497Z | Compiling progenitor-macro v0.14.0 |
| 2531 | 2026-07-23T19:19:46.769Z | Compiling chrono-tz v0.10.4 |
| 2532 | 2026-07-23T19:19:47.003Z | Compiling highway v1.3.0 |
| 2533 | 2026-07-23T19:19:47.642Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-23T19:19:47.709Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-07-23T19:19:47.740Z | Compiling csv v1.4.0 |
| 2536 | 2026-07-23T19:19:47.824Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-23T19:19:47.966Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-07-23T19:19:48.032Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-07-23T19:19:48.302Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-23T19:19:48.344Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-23T19:19:48.497Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-07-23T19:19:48.547Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-07-23T19:19:48.836Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-23T19:19:49.138Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-23T19:19:49.239Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-23T19:19:49.642Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-23T19:19:49.988Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-23T19:19:50.563Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-23T19:19:50.742Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2550 | 2026-07-23T19:19:50.765Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2551 | 2026-07-23T19:19:50.790Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-23T19:19:50.854Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-23T19:19:50.895Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-23T19:19:51.341Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-23T19:19:51.564Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-23T19:19:51.862Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-23T19:19:52.123Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-23T19:19:52.360Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-23T19:19:52.597Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-23T19:19:52.618Z | Compiling smawk v0.3.2 |
| 2561 | 2026-07-23T19:19:52.873Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-07-23T19:19:53.185Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-07-23T19:19:53.309Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2564 | 2026-07-23T19:19:53.331Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2565 | 2026-07-23T19:19:53.413Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-23T19:19:53.647Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-23T19:19:53.652Z | Compiling base64 v0.21.7 |
| 2568 | 2026-07-23T19:19:53.920Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2569 | 2026-07-23T19:19:54.111Z | Compiling steno v0.4.1 |
| 2570 | 2026-07-23T19:19:54.209Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-23T19:19:54.391Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-23T19:19:54.811Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-23T19:19:54.834Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-23T19:19:55.023Z | Compiling moka v0.12.13 |
| 2575 | 2026-07-23T19:19:55.035Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2576 | 2026-07-23T19:19:55.075Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-23T19:19:55.200Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-23T19:19:55.229Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-23T19:19:55.418Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-23T19:19:55.482Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-23T19:19:55.778Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-23T19:19:55.870Z | Compiling tokio-tungstenite v0.21.0 |
| 2583 | 2026-07-23T19:19:55.876Z | Compiling maybe-uninit v2.0.0 |
| 2584 | 2026-07-23T19:19:56.181Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-23T19:19:56.233Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-23T19:19:56.505Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-23T19:19:56.647Z | Compiling num-derive v0.3.3 |
| 2588 | 2026-07-23T19:19:56.761Z | Compiling vergen-lib v0.1.6 |
| 2589 | 2026-07-23T19:19:57.054Z | Compiling zerocopy-derive v0.6.6 |
| 2590 | 2026-07-23T19:19:57.339Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-07-23T19:19:57.588Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-07-23T19:19:57.878Z | Compiling crc-catalog v2.4.0 |
| 2593 | 2026-07-23T19:19:58.002Z | Compiling funty v2.0.0 |
| 2594 | 2026-07-23T19:19:58.028Z | Compiling diesel_derives v2.3.7 |
| 2595 | 2026-07-23T19:19:58.194Z | Compiling packed_struct v0.10.1 |
| 2596 | 2026-07-23T19:19:58.348Z | Compiling proc-macro-error2 v2.0.1 |
| 2597 | 2026-07-23T19:19:58.520Z | Compiling bitvec v1.0.1 |
| 2598 | 2026-07-23T19:19:58.646Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-07-23T19:19:58.744Z | Compiling crc v3.4.0 |
| 2600 | 2026-07-23T19:19:58.955Z | Compiling zerocopy v0.6.6 |
| 2601 | 2026-07-23T19:19:58.974Z | Compiling libscf-sys v1.1.0 |
| 2602 | 2026-07-23T19:19:59.339Z | Compiling dsl_auto_type v0.2.0 |
| 2603 | 2026-07-23T19:19:59.443Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2604 | 2026-07-23T19:19:59.468Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-23T19:19:59.571Z | Compiling scheduled-thread-pool v0.2.7 |
| 2606 | 2026-07-23T19:19:59.599Z | Compiling packed_struct_codegen v0.10.1 |
| 2607 | 2026-07-23T19:19:59.875Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-07-23T19:20:00.118Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2609 | 2026-07-23T19:20:00.166Z | Compiling bitfield-macros v0.19.4 |
| 2610 | 2026-07-23T19:20:00.342Z | Compiling dirs-sys-next v0.1.2 |
| 2611 | 2026-07-23T19:20:00.380Z | Compiling indexmap v1.9.3 |
| 2612 | 2026-07-23T19:20:00.619Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-07-23T19:20:00.642Z | Compiling glob v0.3.3 |
| 2614 | 2026-07-23T19:20:00.642Z | Compiling maplit v1.0.2 |
| 2615 | 2026-07-23T19:20:00.756Z | Compiling crunchy v0.2.4 |
| 2616 | 2026-07-23T19:20:00.783Z | Compiling array-init v0.0.4 |
| 2617 | 2026-07-23T19:20:00.893Z | Compiling bitfield v0.19.4 |
| 2618 | 2026-07-23T19:20:01.040Z | Compiling clang-sys v1.8.1 |
| 2619 | 2026-07-23T19:20:01.182Z | Compiling dirs-next v2.0.0 |
| 2620 | 2026-07-23T19:20:01.259Z | Compiling r2d2 v0.8.10 |
| 2621 | 2026-07-23T19:20:01.340Z | Compiling smallvec v0.6.14 |
| 2622 | 2026-07-23T19:20:01.555Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2623 | 2026-07-23T19:20:01.637Z | Compiling tabled_derive v0.11.0 |
| 2624 | 2026-07-23T19:20:01.790Z | Compiling papergrid v0.17.0 |
| 2625 | 2026-07-23T19:20:02.071Z | Compiling testing_table v0.3.0 |
| 2626 | 2026-07-23T19:20:02.189Z | Compiling downcast-rs v2.0.2 |
| 2627 | 2026-07-23T19:20:02.263Z | Compiling tiny-keccak v2.0.2 |
| 2628 | 2026-07-23T19:20:02.327Z | Compiling hashbrown v0.12.3 |
| 2629 | 2026-07-23T19:20:02.495Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2630 | 2026-07-23T19:20:02.574Z | Compiling serde-hex v0.1.0 |
| 2631 | 2026-07-23T19:20:02.684Z | Compiling term v0.7.0 |
| 2632 | 2026-07-23T19:20:02.733Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2633 | 2026-07-23T19:20:02.828Z | Compiling ron v0.8.1 |
| 2634 | 2026-07-23T19:20:02.973Z | Compiling tabled v0.20.0 |
| 2635 | 2026-07-23T19:20:03.059Z | Compiling hashbrown v0.13.2 |
| 2636 | 2026-07-23T19:20:03.210Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2637 | 2026-07-23T19:20:03.651Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2638 | 2026-07-23T19:20:03.712Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2639 | 2026-07-23T19:20:03.941Z | Compiling bit-vec v0.6.3 |
| 2640 | 2026-07-23T19:20:04.190Z | Compiling crc-any v2.5.0 |
| 2641 | 2026-07-23T19:20:04.621Z | Compiling bit-set v0.5.3 |
| 2642 | 2026-07-23T19:20:04.667Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-23T19:20:04.773Z | Compiling object v0.30.4 |
| 2644 | 2026-07-23T19:20:04.809Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2645 | 2026-07-23T19:20:05.050Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2646 | 2026-07-23T19:20:05.173Z | Compiling ascii-canvas v3.0.0 |
| 2647 | 2026-07-23T19:20:05.444Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2648 | 2026-07-23T19:20:05.450Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2649 | 2026-07-23T19:20:05.489Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2650 | 2026-07-23T19:20:05.594Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2651 | 2026-07-23T19:20:05.729Z | Compiling itertools v0.10.5 |
| 2652 | 2026-07-23T19:20:05.780Z | Compiling ena v0.14.4 |
| 2653 | 2026-07-23T19:20:05.928Z | Compiling diesel v2.3.7 |
| 2654 | 2026-07-23T19:20:06.034Z | Compiling libloading v0.8.9 |
| 2655 | 2026-07-23T19:20:06.058Z | Compiling diff v0.1.13 |
| 2656 | 2026-07-23T19:20:06.270Z | Compiling unicase v2.9.0 |
| 2657 | 2026-07-23T19:20:06.321Z | Compiling regex-syntax v0.6.29 |
| 2658 | 2026-07-23T19:20:06.572Z | Compiling path-slash v0.1.5 |
| 2659 | 2026-07-23T19:20:06.708Z | Compiling bindgen v0.71.1 |
| 2660 | 2026-07-23T19:20:06.758Z | Compiling xshell-macros v0.2.7 |
| 2661 | 2026-07-23T19:20:07.231Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2662 | 2026-07-23T19:20:07.393Z | Compiling xshell v0.2.7 |
| 2663 | 2026-07-23T19:20:08.242Z | Compiling lalrpop v0.19.12 |
| 2664 | 2026-07-23T19:20:08.848Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2665 | 2026-07-23T19:20:08.868Z | Compiling cexpr v0.6.0 |
| 2666 | 2026-07-23T19:20:08.965Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2026-07-23T19:20:09.213Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2668 | 2026-07-23T19:20:09.506Z | Compiling rustc-hash v2.1.1 |
| 2669 | 2026-07-23T19:20:09.532Z | Compiling crc8 v0.1.1 |
| 2670 | 2026-07-23T19:20:09.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2671 | 2026-07-23T19:20:09.759Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2672 | 2026-07-23T19:20:09.798Z | Compiling headers-core v0.3.0 |
| 2673 | 2026-07-23T19:20:09.958Z | Compiling libxml v0.3.3 |
| 2674 | 2026-07-23T19:20:10.008Z | Compiling headers v0.4.1 |
| 2675 | 2026-07-23T19:20:10.252Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2676 | 2026-07-23T19:20:10.360Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2677 | 2026-07-23T19:20:10.597Z | Compiling strum_macros v0.24.3 |
| 2678 | 2026-07-23T19:20:10.800Z | Compiling indoc v1.0.9 |
| 2679 | 2026-07-23T19:20:11.317Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2680 | 2026-07-23T19:20:11.466Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-07-23T19:20:11.662Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-07-23T19:20:11.704Z | Compiling quick-xml v0.37.5 |
| 2683 | 2026-07-23T19:20:11.838Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-07-23T19:20:11.880Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-07-23T19:20:12.359Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-07-23T19:20:12.694Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-07-23T19:20:12.884Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2688 | 2026-07-23T19:20:13.006Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2689 | 2026-07-23T19:20:13.028Z | Compiling bb8 v0.8.6 |
| 2690 | 2026-07-23T19:20:13.128Z | Compiling trait-variant v0.1.2 |
| 2691 | 2026-07-23T19:20:13.144Z | Compiling half v1.8.3 |
| 2692 | 2026-07-23T19:20:13.253Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2693 | 2026-07-23T19:20:13.409Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-07-23T19:20:13.439Z | Compiling progenitor-impl v0.13.0 |
| 2695 | 2026-07-23T19:20:13.584Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2696 | 2026-07-23T19:20:13.684Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-07-23T19:20:13.855Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2698 | 2026-07-23T19:20:14.292Z | Compiling samael v0.0.19 |
| 2699 | 2026-07-23T19:20:14.429Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2700 | 2026-07-23T19:20:14.545Z | Compiling progenitor-client v0.13.0 |
| 2701 | 2026-07-23T19:20:14.767Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-07-23T19:20:14.897Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2703 | 2026-07-23T19:20:14.993Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2704 | 2026-07-23T19:20:15.083Z | Compiling fxhash v0.2.1 |
| 2705 | 2026-07-23T19:20:15.202Z | Compiling libz-sys v1.1.24 |
| 2706 | 2026-07-23T19:20:15.252Z | Compiling salty v0.3.0 |
| 2707 | 2026-07-23T19:20:15.630Z | Compiling progenitor-macro v0.13.0 |
| 2708 | 2026-07-23T19:20:15.663Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2709 | 2026-07-23T19:20:15.678Z | Compiling polar-core v0.27.3 |
| 2710 | 2026-07-23T19:20:15.768Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2711 | 2026-07-23T19:20:15.896Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2712 | 2026-07-23T19:20:16.048Z | Compiling kstat-rs v0.2.4 |
| 2713 | 2026-07-23T19:20:16.382Z | Compiling arc-swap v1.8.2 |
| 2714 | 2026-07-23T19:20:16.529Z | Compiling fs-err v2.11.0 |
| 2715 | 2026-07-23T19:20:16.721Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2716 | 2026-07-23T19:20:16.931Z | Compiling slog-scope v4.4.1 |
| 2717 | 2026-07-23T19:20:17.028Z | Compiling mime_guess v2.0.5 |
| 2718 | 2026-07-23T19:20:17.426Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2719 | 2026-07-23T19:20:17.470Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-07-23T19:20:17.561Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2721 | 2026-07-23T19:20:19.015Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2722 | 2026-07-23T19:20:19.040Z | Compiling rfc6979 v0.4.0 |
| 2723 | 2026-07-23T19:20:19.106Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2724 | 2026-07-23T19:20:19.254Z | Compiling nanorand v0.7.0 |
| 2725 | 2026-07-23T19:20:19.624Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2726 | 2026-07-23T19:20:19.653Z | Compiling progenitor v0.13.0 |
| 2727 | 2026-07-23T19:20:19.708Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-23T19:20:19.835Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2729 | 2026-07-23T19:20:20.096Z | Compiling flume v0.11.1 |
| 2730 | 2026-07-23T19:20:20.483Z | Compiling ecdsa v0.16.9 |
| 2731 | 2026-07-23T19:20:21.147Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2732 | 2026-07-23T19:20:21.226Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-23T19:20:21.711Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-23T19:20:21.836Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-23T19:20:21.880Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-23T19:20:22.056Z | Compiling git-stub v1.0.0 |
| 2737 | 2026-07-23T19:20:22.188Z | Compiling atty v0.2.14 |
| 2738 | 2026-07-23T19:20:22.328Z | Compiling strsim v0.10.0 |
| 2739 | 2026-07-23T19:20:22.345Z | Compiling parse-size v1.1.0 |
| 2740 | 2026-07-23T19:20:22.566Z | Compiling instability v0.3.11 |
| 2741 | 2026-07-23T19:20:22.645Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2742 | 2026-07-23T19:20:22.846Z | Compiling http-range v0.1.5 |
| 2743 | 2026-07-23T19:20:22.971Z | Compiling darling_core v0.13.4 |
| 2744 | 2026-07-23T19:20:23.089Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2745 | 2026-07-23T19:20:23.189Z | Compiling git-stub-vcs v0.1.0 |
| 2746 | 2026-07-23T19:20:24.611Z | Compiling async-bb8-diesel v0.2.1 |
| 2747 | 2026-07-23T19:20:25.095Z | Compiling oso v0.27.3 |
| 2748 | 2026-07-23T19:20:30.225Z | Compiling diesel-dtrace v0.5.0 |
| 2749 | 2026-07-23T19:20:30.362Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-23T19:20:30.362Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-23T19:20:30.363Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-23T19:20:30.363Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-23T19:20:30.363Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-23T19:20:30.363Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-23T19:20:30.474Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-23T19:20:30.474Z | Compiling ignore v0.4.25 |
| 2757 | 2026-07-23T19:20:30.691Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-23T19:20:31.201Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2026-07-23T19:20:31.619Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-07-23T19:20:31.855Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-23T19:20:32.015Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-23T19:20:32.162Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-23T19:20:32.350Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-07-23T19:20:33.022Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-07-23T19:20:33.332Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-23T19:20:33.561Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-23T19:20:33.796Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-23T19:20:34.041Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-23T19:20:34.445Z | Compiling darling_macro v0.13.4 |
| 2770 | 2026-07-23T19:20:34.483Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2771 | 2026-07-23T19:20:34.946Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-23T19:20:35.243Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-23T19:20:35.271Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-23T19:20:35.301Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-23T19:20:35.605Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-23T19:20:35.771Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-23T19:20:35.774Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-23T19:20:36.066Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-23T19:20:36.250Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-23T19:20:36.279Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-23T19:20:36.490Z | Compiling prefix-trie v0.7.0 |
| 2782 | 2026-07-23T19:20:36.513Z | Compiling rand_seeder v0.4.0 |
| 2783 | 2026-07-23T19:20:36.769Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-23T19:20:36.792Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-23T19:20:36.977Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2786 | 2026-07-23T19:20:36.998Z | Compiling corncobs v0.1.4 |
| 2787 | 2026-07-23T19:20:37.064Z | Compiling cassowary v0.3.0 |
| 2788 | 2026-07-23T19:20:37.238Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-23T19:20:37.258Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-07-23T19:20:37.277Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-07-23T19:20:37.317Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2792 | 2026-07-23T19:20:37.372Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-07-23T19:20:37.492Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-23T19:20:37.514Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-23T19:20:37.589Z | Compiling darling v0.13.4 |
| 2796 | 2026-07-23T19:20:37.976Z | Compiling sled v0.34.7 |
| 2797 | 2026-07-23T19:20:38.155Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2798 | 2026-07-23T19:20:38.450Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2799 | 2026-07-23T19:20:38.652Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-23T19:20:39.149Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-23T19:20:40.080Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-23T19:20:40.274Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-07-23T19:20:40.511Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2804 | 2026-07-23T19:20:40.751Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-23T19:20:40.948Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-23T19:20:41.314Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-23T19:20:42.321Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2808 | 2026-07-23T19:20:42.689Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2809 | 2026-07-23T19:20:43.165Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2810 | 2026-07-23T19:20:43.189Z | Compiling serde_with_macros v1.5.2 |
| 2811 | 2026-07-23T19:20:44.015Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-23T19:20:44.124Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2813 | 2026-07-23T19:20:45.202Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2814 | 2026-07-23T19:20:45.539Z | Compiling git2 v0.20.4 |
| 2815 | 2026-07-23T19:20:45.602Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2816 | 2026-07-23T19:20:45.652Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2817 | 2026-07-23T19:20:45.853Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2818 | 2026-07-23T19:20:45.928Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-07-23T19:20:46.148Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2820 | 2026-07-23T19:20:46.187Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2821 | 2026-07-23T19:20:46.413Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2822 | 2026-07-23T19:20:46.443Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2823 | 2026-07-23T19:20:46.576Z | Compiling void v1.0.2 |
| 2824 | 2026-07-23T19:20:46.716Z | Compiling lzss v0.8.2 |
| 2825 | 2026-07-23T19:20:47.000Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2826 | 2026-07-23T19:20:47.022Z | Compiling illumos-nvpair v0.3.0 |
| 2827 | 2026-07-23T19:20:47.520Z | Compiling serde_with v1.14.0 |
| 2828 | 2026-07-23T19:20:48.650Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2829 | 2026-07-23T19:20:48.730Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2830 | 2026-07-23T19:20:49.099Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2831 | 2026-07-23T19:20:50.245Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2832 | 2026-07-23T19:20:50.378Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2833 | 2026-07-23T19:20:50.400Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2834 | 2026-07-23T19:20:51.462Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2835 | 2026-07-23T19:20:51.593Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2836 | 2026-07-23T19:20:52.099Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2837 | 2026-07-23T19:20:52.330Z | Compiling tungstenite v0.23.0 |
| 2838 | 2026-07-23T19:20:52.352Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2839 | 2026-07-23T19:20:53.451Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2840 | 2026-07-23T19:20:54.490Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2841 | 2026-07-23T19:20:54.514Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2842 | 2026-07-23T19:20:54.693Z | Compiling nix v0.27.1 |
| 2843 | 2026-07-23T19:20:54.750Z | Compiling twox-hash v2.1.2 |
| 2844 | 2026-07-23T19:20:54.771Z | Compiling libsw-core v0.3.2 |
| 2845 | 2026-07-23T19:20:55.002Z | Compiling serde_bytes v0.11.19 |
| 2846 | 2026-07-23T19:20:55.265Z | Compiling libsw v3.5.0 |
| 2847 | 2026-07-23T19:20:55.299Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2848 | 2026-07-23T19:20:55.496Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2849 | 2026-07-23T19:20:55.687Z | Compiling tokio-tungstenite v0.23.1 |
| 2850 | 2026-07-23T19:20:55.859Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2851 | 2026-07-23T19:20:56.070Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2852 | 2026-07-23T19:20:56.535Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2853 | 2026-07-23T19:20:56.975Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2854 | 2026-07-23T19:20:58.195Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2855 | 2026-07-23T19:20:59.469Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2856 | 2026-07-23T19:20:59.564Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2857 | 2026-07-23T19:21:00.127Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2858 | 2026-07-23T19:21:00.427Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-07-23T19:21:00.533Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2860 | 2026-07-23T19:21:00.554Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2861 | 2026-07-23T19:21:00.741Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2862 | 2026-07-23T19:21:00.827Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2863 | 2026-07-23T19:21:01.250Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2864 | 2026-07-23T19:21:02.170Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-07-23T19:21:02.495Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-07-23T19:21:05.268Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2867 | 2026-07-23T19:21:05.343Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2868 | 2026-07-23T19:21:05.839Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2869 | 2026-07-23T19:21:06.317Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2870 | 2026-07-23T19:21:06.390Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2871 | 2026-07-23T19:21:07.786Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2872 | 2026-07-23T19:21:08.108Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2873 | 2026-07-23T19:21:08.334Z | Compiling signal-hook-tokio v0.3.1 |
| 2874 | 2026-07-23T19:21:08.524Z | Compiling fatfs v0.3.6 |
| 2875 | 2026-07-23T19:21:08.574Z | Compiling yasna v0.5.2 |
| 2876 | 2026-07-23T19:21:08.732Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2877 | 2026-07-23T19:21:09.733Z | Compiling seq-macro v0.3.6 |
| 2878 | 2026-07-23T19:21:09.790Z | Compiling assert_matches v1.5.0 |
| 2879 | 2026-07-23T19:21:09.903Z | Compiling is_ci v1.2.0 |
| 2880 | 2026-07-23T19:21:10.119Z | Compiling supports-color v3.0.2 |
| 2881 | 2026-07-23T19:21:10.143Z | Compiling rcgen v0.12.1 |
| 2882 | 2026-07-23T19:21:10.146Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2883 | 2026-07-23T19:21:10.421Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2884 | 2026-07-23T19:21:10.593Z | Compiling oxide-update-engine-display v0.1.2 |
| 2885 | 2026-07-23T19:21:11.326Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2886 | 2026-07-23T19:21:11.619Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2887 | 2026-07-23T19:21:11.883Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2888 | 2026-07-23T19:21:12.131Z | Compiling port-file v0.1.0 |
| 2889 | 2026-07-23T19:21:12.462Z | Compiling subprocess v0.2.15 |
| 2890 | 2026-07-23T19:21:12.533Z | Compiling rtoolbox v0.0.3 |
| 2891 | 2026-07-23T19:21:12.821Z | Compiling rpassword v7.5.4 |
| 2892 | 2026-07-23T19:21:13.476Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2893 | 2026-07-23T19:21:13.673Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2894 | 2026-07-23T19:21:14.699Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2895 | 2026-07-23T19:21:14.835Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2896 | 2026-07-23T19:21:15.040Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2897 | 2026-07-23T19:21:15.381Z | Compiling tui-tree-widget v0.23.1 |
| 2898 | 2026-07-23T19:21:15.673Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2899 | 2026-07-23T19:21:17.111Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2900 | 2026-07-23T19:21:17.317Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2901 | 2026-07-23T19:21:17.565Z | Compiling uzers v0.12.2 |
| 2902 | 2026-07-23T19:21:18.787Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-07-23T19:21:18.999Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2904 | 2026-07-23T19:21:19.729Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2905 | 2026-07-23T19:21:20.370Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2906 | 2026-07-23T19:21:21.126Z | Compiling support-bundle-viewer v0.1.2 |
| 2907 | 2026-07-23T19:21:23.033Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2908 | 2026-07-23T19:21:24.218Z | Compiling multimap v0.10.1 |
| 2909 | 2026-07-23T19:21:35.470Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2910 | 2026-07-23T19:21:40.366Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2911 | 2026-07-23T19:21:46.129Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2912 | 2026-07-23T19:21:47.027Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2913 | 2026-07-23T19:21:48.609Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2914 | 2026-07-23T19:28:12.975Z | Finished `release` profile [optimized] target(s) in 8m 37s |
| 2915 | 2026-07-23T19:28:58.750Z | |
| 2916 | 2026-07-23T19:28:58.750Z | real 9:23.843182756 |
| 2917 | 2026-07-23T19:28:58.758Z | user 1:19:03.599043089 |
| 2918 | 2026-07-23T19:28:58.758Z | sys 3:28.467829085 |
| 2919 | 2026-07-23T19:28:58.758Z | trap 1.768746581 |
| 2920 | 2026-07-23T19:28:58.758Z | tflt 2.430856164 |
| 2921 | 2026-07-23T19:28:58.758Z | dflt 16.195097537 |
| 2922 | 2026-07-23T19:28:58.758Z | kflt 0.004492271 |
| 2923 | 2026-07-23T19:28:58.758Z | lock 6:47:46.136122670 |
| 2924 | 2026-07-23T19:28:58.758Z | slp 2:13:05.924793102 |
| 2925 | 2026-07-23T19:28:58.758Z | lat 2:24.557760218 |
| 2926 | 2026-07-23T19:28:58.758Z | stop 5:20.590098899 |
| 2927 | 2026-07-23T19:28:58.759Z | + mapfile -t packages |
| 2928 | 2026-07-23T19:28:58.759Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2929 | 2026-07-23T19:28:59.669Z | Finished `release` profile [optimized] target(s) in 0.90s |
| 2930 | 2026-07-23T19:28:59.741Z | Running `target/release/omicron-package -t test list-outputs` |
| 2931 | 2026-07-23T19:28:59.801Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2932 | 2026-07-23T19:28:59.804Z | + ptime -m cargo build --locked --release -p xtask |
| 2933 | 2026-07-23T19:29:00.271Z | Compiling libc v0.2.185 |
| 2934 | 2026-07-23T19:29:00.271Z | Compiling serde_core v1.0.228 |
| 2935 | 2026-07-23T19:29:00.274Z | Compiling serde v1.0.228 |
| 2936 | 2026-07-23T19:29:00.274Z | Compiling rustix v1.1.3 |
| 2937 | 2026-07-23T19:29:00.274Z | Compiling serde_json v1.0.150 |
| 2938 | 2026-07-23T19:29:00.274Z | Compiling bitflags v2.11.0 |
| 2939 | 2026-07-23T19:29:00.430Z | Compiling usdt-impl v0.5.0 |
| 2940 | 2026-07-23T19:29:00.433Z | Compiling syn v2.0.117 |
| 2941 | 2026-07-23T19:29:00.451Z | Compiling syn v1.0.109 |
| 2942 | 2026-07-23T19:29:00.463Z | Compiling log v0.4.29 |
| 2943 | 2026-07-23T19:29:00.466Z | Compiling getrandom v0.4.1 |
| 2944 | 2026-07-23T19:29:00.485Z | Compiling indexmap v2.14.0 |
| 2945 | 2026-07-23T19:29:00.499Z | Compiling fs-err v3.3.0 |
| 2946 | 2026-07-23T19:29:00.729Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-07-23T19:29:00.766Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-07-23T19:29:00.815Z | Compiling heck v0.4.1 |
| 2949 | 2026-07-23T19:29:01.174Z | Compiling thread-id v4.2.2 |
| 2950 | 2026-07-23T19:29:01.185Z | Compiling errno v0.3.14 |
| 2951 | 2026-07-23T19:29:01.188Z | Compiling memmap v0.7.0 |
| 2952 | 2026-07-23T19:29:01.933Z | Compiling proc-macro-error v1.0.4 |
| 2953 | 2026-07-23T19:29:02.157Z | Compiling terminal_size v0.4.3 |
| 2954 | 2026-07-23T19:29:02.160Z | Compiling tempfile v3.25.0 |
| 2955 | 2026-07-23T19:29:02.180Z | Compiling tabled_derive v0.7.0 |
| 2956 | 2026-07-23T19:29:02.256Z | Compiling clap_builder v4.6.0 |
| 2957 | 2026-07-23T19:29:02.256Z | Compiling textwrap v0.16.2 |
| 2958 | 2026-07-23T19:29:02.563Z | Compiling camino v1.2.2 |
| 2959 | 2026-07-23T19:29:02.595Z | Compiling semver v1.0.28 |
| 2960 | 2026-07-23T19:29:02.611Z | Compiling pest_generator v2.8.6 |
| 2961 | 2026-07-23T19:29:02.648Z | Compiling cargo-platform v0.3.2 |
| 2962 | 2026-07-23T19:29:02.865Z | Compiling camino-tempfile v1.4.1 |
| 2963 | 2026-07-23T19:29:02.888Z | Compiling tabled v0.15.0 |
| 2964 | 2026-07-23T19:29:03.200Z | Compiling serde_derive v1.0.228 |
| 2965 | 2026-07-23T19:29:03.203Z | Compiling thiserror-impl v1.0.69 |
| 2966 | 2026-07-23T19:29:03.203Z | Compiling zerocopy-derive v0.7.35 |
| 2967 | 2026-07-23T19:29:03.203Z | Compiling pest_derive v2.8.6 |
| 2968 | 2026-07-23T19:29:03.203Z | Compiling scroll_derive v0.12.1 |
| 2969 | 2026-07-23T19:29:03.203Z | Compiling thiserror-impl v2.0.18 |
| 2970 | 2026-07-23T19:29:03.203Z | Compiling clap_derive v4.6.1 |
| 2971 | 2026-07-23T19:29:03.964Z | Compiling scroll v0.12.0 |
| 2972 | 2026-07-23T19:29:04.049Z | Compiling zerocopy v0.7.35 |
| 2973 | 2026-07-23T19:29:04.254Z | Compiling goblin v0.8.2 |
| 2974 | 2026-07-23T19:29:04.359Z | Compiling thiserror v1.0.69 |
| 2975 | 2026-07-23T19:29:04.484Z | Compiling dtrace-parser v0.2.0 |
| 2976 | 2026-07-23T19:29:04.617Z | Compiling thiserror v2.0.18 |
| 2977 | 2026-07-23T19:29:04.914Z | Compiling clap v4.6.1 |
| 2978 | 2026-07-23T19:29:06.546Z | Compiling toml_datetime v0.6.11 |
| 2979 | 2026-07-23T19:29:06.547Z | Compiling serde_spanned v0.6.9 |
| 2980 | 2026-07-23T19:29:06.557Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2981 | 2026-07-23T19:29:06.568Z | Compiling macaddr v1.0.1 |
| 2982 | 2026-07-23T19:29:06.591Z | Compiling cargo_metadata v0.23.1 |
| 2983 | 2026-07-23T19:29:06.609Z | Compiling dof v0.3.0 |
| 2984 | 2026-07-23T19:29:06.609Z | Compiling serde_tokenstream v0.2.3 |
| 2985 | 2026-07-23T19:29:06.733Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-07-23T19:29:07.263Z | Compiling usdt-attr-macro v0.5.0 |
| 2987 | 2026-07-23T19:29:07.266Z | Compiling usdt-macro v0.5.0 |
| 2988 | 2026-07-23T19:29:07.942Z | Compiling usdt v0.5.0 |
| 2989 | 2026-07-23T19:29:08.249Z | Compiling toml v0.8.23 |
| 2990 | 2026-07-23T19:29:08.709Z | Compiling cargo_toml v0.21.0 |
| 2991 | 2026-07-23T19:29:13.161Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2992 | 2026-07-23T19:29:16.383Z | Finished `release` profile [optimized] target(s) in 16.57s |
| 2993 | 2026-07-23T19:29:16.487Z | |
| 2994 | 2026-07-23T19:29:16.488Z | real 16.649367462 |
| 2995 | 2026-07-23T19:29:16.488Z | user 2:05.295959898 |
| 2996 | 2026-07-23T19:29:16.488Z | sys 14.173557291 |
| 2997 | 2026-07-23T19:29:16.488Z | trap 0.079690656 |
| 2998 | 2026-07-23T19:29:16.488Z | tflt 0.510585418 |
| 2999 | 2026-07-23T19:29:16.488Z | dflt 1.770518250 |
| 3000 | 2026-07-23T19:29:16.491Z | kflt 0.000016010 |
| 3001 | 2026-07-23T19:29:16.491Z | lock 4:30.361806647 |
| 3002 | 2026-07-23T19:29:16.491Z | slp 2:44.444621175 |
| 3003 | 2026-07-23T19:29:16.491Z | lat 3.647840212 |
| 3004 | 2026-07-23T19:29:16.491Z | stop 15.028223255 |
| 3005 | 2026-07-23T19:29:16.491Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3006 | 2026-07-23T19:29:16.491Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3007 | 2026-07-23T19:29:16.491Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3008 | 2026-07-23T19:29:16.491Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3009 | 2026-07-23T19:29:16.491Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3010 | 2026-07-23T19:29:17.407Z | Compiling progenitor-client v0.14.0 |
| 3011 | 2026-07-23T19:29:17.407Z | Compiling newtype-uuid-macros v0.1.0 |
| 3012 | 2026-07-23T19:29:17.407Z | Compiling match_cfg v0.1.0 |
| 3013 | 2026-07-23T19:29:17.413Z | Compiling slog-json v2.6.1 |
| 3014 | 2026-07-23T19:29:17.413Z | Compiling structmeta-derive v0.3.0 |
| 3015 | 2026-07-23T19:29:17.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3016 | 2026-07-23T19:29:17.555Z | Compiling sha1 v0.11.0 |
| 3017 | 2026-07-23T19:29:17.562Z | Compiling multer v3.1.0 |
| 3018 | 2026-07-23T19:29:17.562Z | Compiling compression-core v0.4.31 |
| 3019 | 2026-07-23T19:29:17.569Z | Compiling debug-ignore v1.0.5 |
| 3020 | 2026-07-23T19:29:17.569Z | Compiling itertools v0.14.0 |
| 3021 | 2026-07-23T19:29:17.569Z | Compiling async-stream-impl v0.3.6 |
| 3022 | 2026-07-23T19:29:17.569Z | Compiling serde_spanned v1.1.1 |
| 3023 | 2026-07-23T19:29:17.569Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-23T19:29:17.587Z | Compiling dropshot v0.17.1 |
| 3025 | 2026-07-23T19:29:17.594Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3026 | 2026-07-23T19:29:17.763Z | Compiling waitgroup v0.1.2 |
| 3027 | 2026-07-23T19:29:17.863Z | Compiling rustls-pemfile v2.2.0 |
| 3028 | 2026-07-23T19:29:17.870Z | Compiling hostname v0.3.1 |
| 3029 | 2026-07-23T19:29:17.891Z | Compiling compression-codecs v0.4.37 |
| 3030 | 2026-07-23T19:29:17.906Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3031 | 2026-07-23T19:29:17.948Z | Compiling dropshot_endpoint v0.17.1 |
| 3032 | 2026-07-23T19:29:17.971Z | Compiling serde_path_to_error v0.1.20 |
| 3033 | 2026-07-23T19:29:18.009Z | Compiling slog-bunyan v2.5.0 |
| 3034 | 2026-07-23T19:29:18.016Z | Compiling hostname v0.4.2 |
| 3035 | 2026-07-23T19:29:18.016Z | Compiling atomicwrites v0.4.4 |
| 3036 | 2026-07-23T19:29:18.077Z | Compiling async-compression v0.4.41 |
| 3037 | 2026-07-23T19:29:18.083Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3038 | 2026-07-23T19:29:18.084Z | Compiling macaddr v1.0.1 |
| 3039 | 2026-07-23T19:29:18.171Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3040 | 2026-07-23T19:29:18.175Z | Compiling instant v0.1.13 |
| 3041 | 2026-07-23T19:29:18.208Z | Compiling regress v0.10.5 |
| 3042 | 2026-07-23T19:29:18.229Z | Compiling backon v1.6.0 |
| 3043 | 2026-07-23T19:29:18.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3044 | 2026-07-23T19:29:18.271Z | Compiling async-stream v0.3.6 |
| 3045 | 2026-07-23T19:29:18.315Z | Compiling backoff v0.4.0 |
| 3046 | 2026-07-23T19:29:18.333Z | Compiling humantime v2.3.0 |
| 3047 | 2026-07-23T19:29:18.354Z | Compiling half v2.7.1 |
| 3048 | 2026-07-23T19:29:18.375Z | Compiling ciborium-io v0.2.2 |
| 3049 | 2026-07-23T19:29:18.448Z | Compiling progenitor-extras v0.2.0 |
| 3050 | 2026-07-23T19:29:18.452Z | Compiling crucible-workspace-hack v0.1.0 |
| 3051 | 2026-07-23T19:29:18.470Z | Compiling regress v0.11.1 |
| 3052 | 2026-07-23T19:29:18.492Z | Compiling convert_case v0.4.0 |
| 3053 | 2026-07-23T19:29:18.546Z | Compiling secrecy v0.10.3 |
| 3054 | 2026-07-23T19:29:18.625Z | Compiling ciborium-ll v0.2.2 |
| 3055 | 2026-07-23T19:29:18.643Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3056 | 2026-07-23T19:29:18.650Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-07-23T19:29:18.681Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3058 | 2026-07-23T19:29:18.698Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3059 | 2026-07-23T19:29:18.701Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-07-23T19:29:18.701Z | Compiling inout v0.1.4 |
| 3061 | 2026-07-23T19:29:18.827Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3062 | 2026-07-23T19:29:18.830Z | Compiling unsafe-libyaml v0.2.11 |
| 3063 | 2026-07-23T19:29:18.830Z | Compiling ciborium v0.2.2 |
| 3064 | 2026-07-23T19:29:18.830Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3065 | 2026-07-23T19:29:18.901Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3066 | 2026-07-23T19:29:18.905Z | Compiling cipher v0.4.4 |
| 3067 | 2026-07-23T19:29:18.905Z | Compiling derive_more v0.99.20 |
| 3068 | 2026-07-23T19:29:18.911Z | Compiling universal-hash v0.5.1 |
| 3069 | 2026-07-23T19:29:18.994Z | Compiling derive-ex v0.1.8 |
| 3070 | 2026-07-23T19:29:19.026Z | Compiling parse-display-derive v0.10.0 |
| 3071 | 2026-07-23T19:29:19.049Z | Compiling opaque-debug v0.3.1 |
| 3072 | 2026-07-23T19:29:19.064Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3073 | 2026-07-23T19:29:19.083Z | Compiling blake2 v0.10.6 |
| 3074 | 2026-07-23T19:29:19.143Z | Compiling poly1305 v0.8.0 |
| 3075 | 2026-07-23T19:29:19.183Z | Compiling chacha20 v0.9.1 |
| 3076 | 2026-07-23T19:29:19.243Z | Compiling aead v0.5.2 |
| 3077 | 2026-07-23T19:29:19.397Z | Compiling serde_yaml v0.9.34+deprecated |
| 3078 | 2026-07-23T19:29:19.437Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3079 | 2026-07-23T19:29:19.456Z | Compiling password-hash v0.5.0 |
| 3080 | 2026-07-23T19:29:19.480Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3081 | 2026-07-23T19:29:23.103Z | Compiling indent_write v2.2.0 |
| 3082 | 2026-07-23T19:29:23.103Z | Compiling chacha20poly1305 v0.10.1 |
| 3083 | 2026-07-23T19:29:23.103Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3084 | 2026-07-23T19:29:23.103Z | Compiling darling_core v0.21.3 |
| 3085 | 2026-07-23T19:29:23.103Z | Compiling argon2 v0.5.3 |
| 3086 | 2026-07-23T19:29:23.119Z | Compiling heapless v0.8.0 |
| 3087 | 2026-07-23T19:29:23.120Z | Compiling tabwriter v1.4.1 |
| 3088 | 2026-07-23T19:29:23.120Z | Compiling hash32 v0.3.1 |
| 3089 | 2026-07-23T19:29:23.120Z | Compiling typify-impl v0.6.2 |
| 3090 | 2026-07-23T19:29:23.120Z | Compiling thiserror-no-std v2.0.2 |
| 3091 | 2026-07-23T19:29:23.120Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3092 | 2026-07-23T19:29:23.120Z | Compiling vsss-rs v3.3.4 |
| 3093 | 2026-07-23T19:29:23.358Z | Compiling proc-macro-crate v3.4.0 |
| 3094 | 2026-07-23T19:29:23.358Z | Compiling smoltcp v0.11.0 |
| 3095 | 2026-07-23T19:29:23.359Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3096 | 2026-07-23T19:29:23.359Z | Compiling test-strategy v0.4.5 |
| 3097 | 2026-07-23T19:29:23.359Z | Compiling parse-display v0.10.0 |
| 3098 | 2026-07-23T19:29:23.359Z | Compiling cobs v0.3.0 |
| 3099 | 2026-07-23T19:29:23.359Z | Compiling num_enum_derive v0.7.6 |
| 3100 | 2026-07-23T19:29:23.359Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3101 | 2026-07-23T19:29:23.359Z | Compiling colored v3.1.1 |
| 3102 | 2026-07-23T19:29:23.359Z | Compiling postcard v1.1.3 |
| 3103 | 2026-07-23T19:29:23.359Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3104 | 2026-07-23T19:29:23.359Z | Compiling proc-macro-error v1.0.4 |
| 3105 | 2026-07-23T19:29:23.359Z | Compiling proc-macro-crate v1.3.1 |
| 3106 | 2026-07-23T19:29:23.359Z | Compiling rand v0.10.1 |
| 3107 | 2026-07-23T19:29:23.359Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-23T19:29:23.359Z | Compiling foreign-types-macros v0.2.3 |
| 3109 | 2026-07-23T19:29:23.359Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3110 | 2026-07-23T19:29:23.359Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3111 | 2026-07-23T19:29:23.359Z | Compiling foreign-types-shared v0.3.1 |
| 3112 | 2026-07-23T19:29:23.359Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3113 | 2026-07-23T19:29:23.359Z | Compiling rayon-core v1.13.0 |
| 3114 | 2026-07-23T19:29:23.360Z | Compiling num_enum_derive v0.5.11 |
| 3115 | 2026-07-23T19:29:23.360Z | Compiling crossbeam-deque v0.8.6 |
| 3116 | 2026-07-23T19:29:23.360Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3117 | 2026-07-23T19:29:23.360Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3118 | 2026-07-23T19:29:23.360Z | Compiling cstr-argument v0.1.2 |
| 3119 | 2026-07-23T19:29:23.360Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3120 | 2026-07-23T19:29:23.360Z | Compiling num_enum v0.7.6 |
| 3121 | 2026-07-23T19:29:23.360Z | Compiling foreign-types v0.5.0 |
| 3122 | 2026-07-23T19:29:23.360Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3123 | 2026-07-23T19:29:23.360Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3124 | 2026-07-23T19:29:23.360Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3125 | 2026-07-23T19:29:23.360Z | Compiling zone_cfg_derive v0.3.1 |
| 3126 | 2026-07-23T19:29:23.360Z | Compiling darling_macro v0.21.3 |
| 3127 | 2026-07-23T19:29:23.360Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3128 | 2026-07-23T19:29:23.360Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3129 | 2026-07-23T19:29:23.360Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3130 | 2026-07-23T19:29:23.360Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3131 | 2026-07-23T19:29:23.361Z | Compiling rayon v1.11.0 |
| 3132 | 2026-07-23T19:29:23.361Z | Compiling itertools v0.12.1 |
| 3133 | 2026-07-23T19:29:23.361Z | Compiling num-derive v0.4.2 |
| 3134 | 2026-07-23T19:29:23.361Z | Compiling sigpipe v0.1.3 |
| 3135 | 2026-07-23T19:29:23.361Z | Compiling cpubits v0.1.1 |
| 3136 | 2026-07-23T19:29:23.361Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3137 | 2026-07-23T19:29:23.361Z | Compiling glob v0.3.3 |
| 3138 | 2026-07-23T19:29:23.361Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3139 | 2026-07-23T19:29:23.361Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3140 | 2026-07-23T19:29:23.361Z | Compiling darling v0.21.3 |
| 3141 | 2026-07-23T19:29:23.361Z | Compiling num_enum v0.5.11 |
| 3142 | 2026-07-23T19:29:23.361Z | Compiling smf v0.2.3 |
| 3143 | 2026-07-23T19:29:23.361Z | Compiling whoami v1.6.1 |
| 3144 | 2026-07-23T19:29:23.361Z | Compiling ingot-macros v0.1.1 |
| 3145 | 2026-07-23T19:29:23.361Z | Compiling gethostname v0.5.0 |
| 3146 | 2026-07-23T19:29:23.362Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3147 | 2026-07-23T19:29:23.362Z | Compiling usdt-macro v0.5.0 |
| 3148 | 2026-07-23T19:29:23.362Z | Compiling usdt-attr-macro v0.5.0 |
| 3149 | 2026-07-23T19:29:23.362Z | Compiling num-rational v0.4.2 |
| 3150 | 2026-07-23T19:29:23.362Z | Compiling pem-rfc7468 v1.0.0 |
| 3151 | 2026-07-23T19:29:23.429Z | Compiling num-complex v0.4.6 |
| 3152 | 2026-07-23T19:29:23.533Z | Compiling derive-where v1.6.0 |
| 3153 | 2026-07-23T19:29:23.550Z | Compiling memmap v0.7.0 |
| 3154 | 2026-07-23T19:29:23.588Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3155 | 2026-07-23T19:29:23.640Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-23T19:29:23.778Z | Compiling zone v0.3.1 |
| 3157 | 2026-07-23T19:29:23.795Z | Compiling num v0.4.3 |
| 3158 | 2026-07-23T19:29:23.817Z | Compiling toml v0.8.23 |
| 3159 | 2026-07-23T19:29:23.863Z | Compiling hmac v0.13.0 |
| 3160 | 2026-07-23T19:29:23.867Z | Compiling universal-hash v0.6.1 |
| 3161 | 2026-07-23T19:29:23.899Z | Compiling resolv-conf v0.7.6 |
| 3162 | 2026-07-23T19:29:23.934Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3163 | 2026-07-23T19:29:24.003Z | Compiling cancel-safe-futures v0.1.5 |
| 3164 | 2026-07-23T19:29:24.034Z | Compiling polyval v0.7.1 |
| 3165 | 2026-07-23T19:29:24.054Z | Compiling usdt v0.5.0 |
| 3166 | 2026-07-23T19:29:24.101Z | Compiling der v0.8.0 |
| 3167 | 2026-07-23T19:29:24.105Z | Compiling prettyplease v0.2.37 |
| 3168 | 2026-07-23T19:29:24.254Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3169 | 2026-07-23T19:29:24.291Z | Compiling ghash v0.6.0 |
| 3170 | 2026-07-23T19:29:24.310Z | Compiling pbkdf2 v0.13.0 |
| 3171 | 2026-07-23T19:29:24.353Z | Compiling aes v0.9.1 |
| 3172 | 2026-07-23T19:29:24.371Z | Compiling console v0.15.11 |
| 3173 | 2026-07-23T19:29:24.418Z | Compiling hickory-proto v0.24.4 |
| 3174 | 2026-07-23T19:29:24.467Z | Compiling newline-converter v0.3.0 |
| 3175 | 2026-07-23T19:29:24.475Z | Compiling ctr v0.10.1 |
| 3176 | 2026-07-23T19:29:24.497Z | Compiling aead v0.6.1 |
| 3177 | 2026-07-23T19:29:24.511Z | Compiling sha2 v0.11.0 |
| 3178 | 2026-07-23T19:29:24.606Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-07-23T19:29:24.671Z | Compiling linked-hash-map v0.5.6 |
| 3180 | 2026-07-23T19:29:24.693Z | Compiling typify-macro v0.6.2 |
| 3181 | 2026-07-23T19:29:24.710Z | Compiling linear-map v1.2.0 |
| 3182 | 2026-07-23T19:29:24.726Z | Compiling expectorate v1.2.0 |
| 3183 | 2026-07-23T19:29:24.871Z | Compiling lru-cache v0.1.2 |
| 3184 | 2026-07-23T19:29:24.890Z | Compiling aes-gcm v0.11.0 |
| 3185 | 2026-07-23T19:29:24.924Z | Compiling crypto-bigint v0.7.5 |
| 3186 | 2026-07-23T19:29:24.941Z | Compiling cbc v0.2.1 |
| 3187 | 2026-07-23T19:29:24.958Z | Compiling oxide-update-engine-types v0.1.2 |
| 3188 | 2026-07-23T19:29:24.998Z | Compiling salsa20 v0.11.0 |
| 3189 | 2026-07-23T19:29:25.024Z | Compiling bitfield-struct v0.6.2 |
| 3190 | 2026-07-23T19:29:25.122Z | Compiling spki v0.8.0 |
| 3191 | 2026-07-23T19:29:25.140Z | Compiling nom v8.0.0 |
| 3192 | 2026-07-23T19:29:25.177Z | Compiling semver v0.1.20 |
| 3193 | 2026-07-23T19:29:25.386Z | Compiling rustc_version v0.1.7 |
| 3194 | 2026-07-23T19:29:25.414Z | Compiling scrypt v0.12.0 |
| 3195 | 2026-07-23T19:29:25.498Z | Compiling tokio-dtrace v0.1.1 |
| 3196 | 2026-07-23T19:29:25.514Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3197 | 2026-07-23T19:29:25.645Z | Compiling slog-dtrace v0.3.0 |
| 3198 | 2026-07-23T19:29:25.669Z | Compiling minimal-lexical v0.2.1 |
| 3199 | 2026-07-23T19:29:25.746Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-23T19:29:25.764Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3201 | 2026-07-23T19:29:25.802Z | Compiling oxide-tokio-rt v0.1.4 |
| 3202 | 2026-07-23T19:29:25.867Z | Compiling newtype_derive v0.1.6 |
| 3203 | 2026-07-23T19:29:25.884Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-07-23T19:29:25.960Z | Compiling nom v7.1.3 |
| 3205 | 2026-07-23T19:29:25.978Z | Compiling oxide-update-engine v0.1.2 |
| 3206 | 2026-07-23T19:29:26.032Z | Compiling ingot-types v0.1.2 |
| 3207 | 2026-07-23T19:29:26.080Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3208 | 2026-07-23T19:29:26.102Z | Compiling pkcs5 v0.8.1 |
| 3209 | 2026-07-23T19:29:26.120Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3210 | 2026-07-23T19:29:26.123Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3211 | 2026-07-23T19:29:26.156Z | Compiling phf_shared v0.12.1 |
| 3212 | 2026-07-23T19:29:26.215Z | Compiling csv-core v0.1.13 |
| 3213 | 2026-07-23T19:29:26.354Z | Compiling chrono-tz v0.10.4 |
| 3214 | 2026-07-23T19:29:26.406Z | Compiling ingot v0.1.1 |
| 3215 | 2026-07-23T19:29:26.458Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3216 | 2026-07-23T19:29:26.501Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3217 | 2026-07-23T19:29:26.504Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3218 | 2026-07-23T19:29:26.520Z | Compiling highway v1.3.0 |
| 3219 | 2026-07-23T19:29:26.557Z | Compiling typify v0.6.2 |
| 3220 | 2026-07-23T19:29:26.585Z | Compiling hickory-resolver v0.24.4 |
| 3221 | 2026-07-23T19:29:26.679Z | Compiling progenitor-impl v0.14.0 |
| 3222 | 2026-07-23T19:29:26.696Z | Compiling unicode-xid v0.2.6 |
| 3223 | 2026-07-23T19:29:26.731Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3224 | 2026-07-23T19:29:26.824Z | Compiling xshell-macros v0.2.7 |
| 3225 | 2026-07-23T19:29:26.849Z | Compiling const_format_proc_macros v0.2.34 |
| 3226 | 2026-07-23T19:29:26.967Z | Compiling pkcs8 v0.11.0 |
| 3227 | 2026-07-23T19:29:27.265Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3228 | 2026-07-23T19:29:27.376Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3229 | 2026-07-23T19:29:27.393Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3230 | 2026-07-23T19:29:27.455Z | Compiling xshell v0.2.7 |
| 3231 | 2026-07-23T19:29:27.516Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3232 | 2026-07-23T19:29:27.727Z | Compiling qorb v0.4.1 |
| 3233 | 2026-07-23T19:29:27.748Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3234 | 2026-07-23T19:29:27.944Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3235 | 2026-07-23T19:29:28.009Z | Compiling csv v1.4.0 |
| 3236 | 2026-07-23T19:29:28.045Z | Compiling phf v0.12.1 |
| 3237 | 2026-07-23T19:29:28.165Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3238 | 2026-07-23T19:29:28.230Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3239 | 2026-07-23T19:29:28.336Z | Compiling owo-colors v4.3.0 |
| 3240 | 2026-07-23T19:29:28.385Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3241 | 2026-07-23T19:29:28.462Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3242 | 2026-07-23T19:29:28.666Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3243 | 2026-07-23T19:29:28.716Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3244 | 2026-07-23T19:29:28.825Z | Compiling const_format v0.2.35 |
| 3245 | 2026-07-23T19:29:28.867Z | Compiling tabled_derive v0.7.0 |
| 3246 | 2026-07-23T19:29:28.900Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3247 | 2026-07-23T19:29:29.312Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3248 | 2026-07-23T19:29:29.344Z | Compiling bcs v0.1.6 |
| 3249 | 2026-07-23T19:29:29.376Z | Compiling progenitor-macro v0.14.0 |
| 3250 | 2026-07-23T19:29:29.504Z | Compiling ff v0.14.0 |
| 3251 | 2026-07-23T19:29:29.681Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3252 | 2026-07-23T19:29:29.705Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3253 | 2026-07-23T19:29:29.729Z | Compiling termtree v0.5.1 |
| 3254 | 2026-07-23T19:29:29.828Z | Compiling salty v0.3.0 |
| 3255 | 2026-07-23T19:29:29.911Z | Compiling tagptr v0.2.0 |
| 3256 | 2026-07-23T19:29:29.929Z | Compiling textwrap v0.16.2 |
| 3257 | 2026-07-23T19:29:29.963Z | Compiling tabled v0.15.0 |
| 3258 | 2026-07-23T19:29:30.098Z | Compiling moka v0.12.13 |
| 3259 | 2026-07-23T19:29:30.154Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3260 | 2026-07-23T19:29:30.157Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3261 | 2026-07-23T19:29:30.272Z | Compiling steno v0.4.1 |
| 3262 | 2026-07-23T19:29:30.398Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3263 | 2026-07-23T19:29:30.445Z | Compiling sha1 v0.10.6 |
| 3264 | 2026-07-23T19:29:30.466Z | Compiling signature v3.0.0 |
| 3265 | 2026-07-23T19:29:30.469Z | Compiling base64 v0.21.7 |
| 3266 | 2026-07-23T19:29:30.578Z | Compiling radium v0.7.0 |
| 3267 | 2026-07-23T19:29:30.678Z | Compiling base16ct v1.0.0 |
| 3268 | 2026-07-23T19:29:30.853Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3269 | 2026-07-23T19:29:30.888Z | Compiling sec1 v0.8.1 |
| 3270 | 2026-07-23T19:29:30.936Z | Compiling hickory-resolver v0.25.2 |
| 3271 | 2026-07-23T19:29:30.953Z | Compiling group v0.14.0 |
| 3272 | 2026-07-23T19:29:30.971Z | Compiling hkdf v0.13.0 |
| 3273 | 2026-07-23T19:29:31.065Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3274 | 2026-07-23T19:29:31.137Z | Compiling rfc6979 v0.4.0 |
| 3275 | 2026-07-23T19:29:31.167Z | Compiling maybe-uninit v2.0.0 |
| 3276 | 2026-07-23T19:29:31.184Z | Compiling tap v1.0.1 |
| 3277 | 2026-07-23T19:29:31.219Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3278 | 2026-07-23T19:29:31.296Z | Compiling wyz v0.5.1 |
| 3279 | 2026-07-23T19:29:31.326Z | Compiling ecdsa v0.16.9 |
| 3280 | 2026-07-23T19:29:31.594Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3281 | 2026-07-23T19:29:31.764Z | Compiling primeorder v0.13.6 |
| 3282 | 2026-07-23T19:29:31.781Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3283 | 2026-07-23T19:29:31.865Z | Compiling funty v2.0.0 |
| 3284 | 2026-07-23T19:29:31.946Z | Compiling packed_struct v0.10.1 |
| 3285 | 2026-07-23T19:29:31.964Z | Compiling parking_lot_core v0.8.6 |
| 3286 | 2026-07-23T19:29:32.055Z | Compiling utf-8 v0.7.6 |
| 3287 | 2026-07-23T19:29:32.249Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3288 | 2026-07-23T19:29:32.266Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3289 | 2026-07-23T19:29:32.320Z | Compiling proc-macro-error2 v2.0.1 |
| 3290 | 2026-07-23T19:29:32.338Z | Compiling tungstenite v0.21.0 |
| 3291 | 2026-07-23T19:29:32.341Z | Compiling bitvec v1.0.1 |
| 3292 | 2026-07-23T19:29:32.382Z | Compiling p384 v0.13.1 |
| 3293 | 2026-07-23T19:29:32.533Z | Compiling rfc6979 v0.5.0 |
| 3294 | 2026-07-23T19:29:32.563Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3295 | 2026-07-23T19:29:32.679Z | Compiling git-stub v1.0.0 |
| 3296 | 2026-07-23T19:29:32.711Z | Compiling num-derive v0.3.3 |
| 3297 | 2026-07-23T19:29:32.848Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-07-23T19:29:32.870Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-07-23T19:29:32.895Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-07-23T19:29:32.972Z | Compiling indexmap v1.9.3 |
| 3301 | 2026-07-23T19:29:33.019Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3302 | 2026-07-23T19:29:33.160Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3303 | 2026-07-23T19:29:33.265Z | Compiling nodrop v0.1.14 |
| 3304 | 2026-07-23T19:29:33.268Z | Compiling crc-catalog v2.4.0 |
| 3305 | 2026-07-23T19:29:33.302Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3306 | 2026-07-23T19:29:33.372Z | Compiling array-init v0.0.4 |
| 3307 | 2026-07-23T19:29:33.392Z | Compiling crc v3.4.0 |
| 3308 | 2026-07-23T19:29:33.474Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3309 | 2026-07-23T19:29:33.490Z | Compiling git-stub-vcs v0.1.0 |
| 3310 | 2026-07-23T19:29:33.567Z | Compiling tokio-tungstenite v0.21.0 |
| 3311 | 2026-07-23T19:29:33.650Z | Compiling tabled_derive v0.11.0 |
| 3312 | 2026-07-23T19:29:33.698Z | Compiling bitfield v0.19.4 |
| 3313 | 2026-07-23T19:29:33.723Z | Compiling libscf-sys v1.1.0 |
| 3314 | 2026-07-23T19:29:33.753Z | Compiling ecdsa v0.17.0-rc.18 |
| 3315 | 2026-07-23T19:29:33.840Z | Compiling zerocopy v0.6.6 |
| 3316 | 2026-07-23T19:29:33.886Z | Compiling smallvec v0.6.14 |
| 3317 | 2026-07-23T19:29:33.948Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3318 | 2026-07-23T19:29:33.951Z | Compiling primeorder v0.14.0-rc.10 |
| 3319 | 2026-07-23T19:29:34.026Z | Compiling primefield v0.14.0 |
| 3320 | 2026-07-23T19:29:34.128Z | Compiling progenitor-impl v0.13.0 |
| 3321 | 2026-07-23T19:29:34.145Z | Compiling papergrid v0.17.0 |
| 3322 | 2026-07-23T19:29:34.217Z | Compiling testing_table v0.3.0 |
| 3323 | 2026-07-23T19:29:34.234Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3324 | 2026-07-23T19:29:34.271Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3325 | 2026-07-23T19:29:34.288Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3326 | 2026-07-23T19:29:34.292Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3327 | 2026-07-23T19:29:34.325Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3328 | 2026-07-23T19:29:34.411Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3329 | 2026-07-23T19:29:34.433Z | Compiling unicase v2.9.0 |
| 3330 | 2026-07-23T19:29:34.502Z | Compiling progenitor v0.14.0 |
| 3331 | 2026-07-23T19:29:34.520Z | Compiling hashbrown v0.12.3 |
| 3332 | 2026-07-23T19:29:34.560Z | Compiling corncobs v0.1.4 |
| 3333 | 2026-07-23T19:29:34.653Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3334 | 2026-07-23T19:29:34.677Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-07-23T19:29:34.693Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3336 | 2026-07-23T19:29:34.712Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3337 | 2026-07-23T19:29:34.763Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-07-23T19:29:34.826Z | Compiling mime_guess v2.0.5 |
| 3339 | 2026-07-23T19:29:34.892Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3340 | 2026-07-23T19:29:34.939Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3341 | 2026-07-23T19:29:35.018Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3342 | 2026-07-23T19:29:35.035Z | Compiling parking_lot v0.11.2 |
| 3343 | 2026-07-23T19:29:35.190Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3344 | 2026-07-23T19:29:35.235Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3345 | 2026-07-23T19:29:35.252Z | Compiling tabled v0.20.0 |
| 3346 | 2026-07-23T19:29:35.295Z | Compiling serde-hex v0.1.0 |
| 3347 | 2026-07-23T19:29:35.400Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3348 | 2026-07-23T19:29:35.474Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3349 | 2026-07-23T19:29:35.477Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3350 | 2026-07-23T19:29:35.621Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3351 | 2026-07-23T19:29:35.692Z | Compiling ron v0.8.1 |
| 3352 | 2026-07-23T19:29:35.862Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3353 | 2026-07-23T19:29:35.866Z | Compiling hashbrown v0.13.2 |
| 3354 | 2026-07-23T19:29:35.947Z | Compiling progenitor-client v0.13.0 |
| 3355 | 2026-07-23T19:29:35.966Z | Compiling prefix-trie v0.7.0 |
| 3356 | 2026-07-23T19:29:36.233Z | Compiling fxhash v0.2.1 |
| 3357 | 2026-07-23T19:29:36.288Z | Compiling secrecy v0.8.0 |
| 3358 | 2026-07-23T19:29:36.409Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3359 | 2026-07-23T19:29:36.426Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3360 | 2026-07-23T19:29:36.464Z | Compiling crc-any v2.5.0 |
| 3361 | 2026-07-23T19:29:36.668Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3362 | 2026-07-23T19:29:36.737Z | Compiling sled v0.34.7 |
| 3363 | 2026-07-23T19:29:36.805Z | Compiling progenitor-macro v0.13.0 |
| 3364 | 2026-07-23T19:29:37.075Z | Compiling object v0.30.4 |
| 3365 | 2026-07-23T19:29:37.339Z | Compiling hickory-server v0.25.2 |
| 3366 | 2026-07-23T19:29:37.359Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3367 | 2026-07-23T19:29:37.453Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3368 | 2026-07-23T19:29:37.646Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3369 | 2026-07-23T19:29:37.789Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3370 | 2026-07-23T19:29:37.848Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3371 | 2026-07-23T19:29:38.219Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-23T19:29:38.236Z | Compiling ed25519 v3.0.0 |
| 3373 | 2026-07-23T19:29:38.484Z | Compiling crypto-primes v0.7.2 |
| 3374 | 2026-07-23T19:29:38.703Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3375 | 2026-07-23T19:29:38.792Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3376 | 2026-07-23T19:29:39.053Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3377 | 2026-07-23T19:29:39.333Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3378 | 2026-07-23T19:29:39.390Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3379 | 2026-07-23T19:29:39.471Z | Compiling poly1305 v0.9.0 |
| 3380 | 2026-07-23T19:29:39.551Z | Compiling blowfish v0.10.0 |
| 3381 | 2026-07-23T19:29:39.569Z | Compiling blake2 v0.11.0-rc.6 |
| 3382 | 2026-07-23T19:29:39.573Z | Compiling keccak v0.2.0 |
| 3383 | 2026-07-23T19:29:39.797Z | Compiling http-range v0.1.5 |
| 3384 | 2026-07-23T19:29:39.832Z | Compiling half v1.8.3 |
| 3385 | 2026-07-23T19:29:39.848Z | Compiling fiat-crypto v0.3.0 |
| 3386 | 2026-07-23T19:29:40.026Z | Compiling path-slash v0.1.5 |
| 3387 | 2026-07-23T19:29:40.077Z | Compiling crc8 v0.1.1 |
| 3388 | 2026-07-23T19:29:40.112Z | Compiling serde_cbor v0.11.2 |
| 3389 | 2026-07-23T19:29:40.139Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3390 | 2026-07-23T19:29:40.192Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3391 | 2026-07-23T19:29:40.209Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3392 | 2026-07-23T19:29:40.213Z | Compiling argon2 v0.6.0-rc.8 |
| 3393 | 2026-07-23T19:29:40.267Z | Compiling sha3 v0.11.0 |
| 3394 | 2026-07-23T19:29:40.357Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3395 | 2026-07-23T19:29:40.376Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3396 | 2026-07-23T19:29:40.463Z | Compiling rsa v0.10.0-rc.18 |
| 3397 | 2026-07-23T19:29:40.704Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3398 | 2026-07-23T19:29:40.733Z | Compiling illumos-nvpair v0.3.0 |
| 3399 | 2026-07-23T19:29:40.938Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3400 | 2026-07-23T19:29:41.053Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3401 | 2026-07-23T19:29:41.122Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3402 | 2026-07-23T19:29:41.144Z | Compiling p521 v0.14.0-rc.10 |
| 3403 | 2026-07-23T19:29:41.235Z | Compiling p256 v0.14.0-rc.10 |
| 3404 | 2026-07-23T19:29:41.352Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3405 | 2026-07-23T19:29:41.371Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-07-23T19:29:41.390Z | Compiling yasna v0.5.2 |
| 3407 | 2026-07-23T19:29:41.413Z | Compiling kstat-rs v0.2.4 |
| 3408 | 2026-07-23T19:29:41.677Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3409 | 2026-07-23T19:29:41.732Z | Compiling headers-core v0.3.0 |
| 3410 | 2026-07-23T19:29:41.884Z | Compiling progenitor v0.13.0 |
| 3411 | 2026-07-23T19:29:41.901Z | Compiling kem v0.3.0 |
| 3412 | 2026-07-23T19:29:41.917Z | Compiling module-lattice v0.2.3 |
| 3413 | 2026-07-23T19:29:41.954Z | Compiling nanorand v0.7.0 |
| 3414 | 2026-07-23T19:29:41.972Z | Compiling atty v0.2.14 |
| 3415 | 2026-07-23T19:29:42.049Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3416 | 2026-07-23T19:29:42.067Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-07-23T19:29:42.112Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3418 | 2026-07-23T19:29:42.123Z | Compiling headers v0.4.1 |
| 3419 | 2026-07-23T19:29:42.142Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3420 | 2026-07-23T19:29:42.183Z | Compiling flume v0.11.1 |
| 3421 | 2026-07-23T19:29:42.261Z | Compiling ml-kem v0.3.2 |
| 3422 | 2026-07-23T19:29:42.476Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-07-23T19:29:42.547Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3424 | 2026-07-23T19:29:42.560Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3425 | 2026-07-23T19:29:42.949Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3426 | 2026-07-23T19:29:42.991Z | Compiling hyper-staticfile v0.10.1 |
| 3427 | 2026-07-23T19:29:43.120Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3428 | 2026-07-23T19:29:43.279Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3429 | 2026-07-23T19:29:43.314Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3430 | 2026-07-23T19:29:43.547Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3431 | 2026-07-23T19:29:43.579Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-07-23T19:29:43.596Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-23T19:29:43.618Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3434 | 2026-07-23T19:29:43.846Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3435 | 2026-07-23T19:29:44.051Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3436 | 2026-07-23T19:29:44.287Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3437 | 2026-07-23T19:29:44.296Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-07-23T19:29:44.536Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-07-23T19:29:44.552Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3440 | 2026-07-23T19:29:44.567Z | Compiling port-file v0.1.0 |
| 3441 | 2026-07-23T19:29:44.567Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-07-23T19:29:44.771Z | Compiling generic-array v1.4.3 |
| 3443 | 2026-07-23T19:29:44.822Z | Compiling russh-util v0.52.0 |
| 3444 | 2026-07-23T19:29:44.841Z | Compiling enum_dispatch v0.3.13 |
| 3445 | 2026-07-23T19:29:44.998Z | Compiling delegate v0.13.5 |
| 3446 | 2026-07-23T19:29:45.103Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-07-23T19:29:45.199Z | Compiling p384 v0.14.0-rc.10 |
| 3448 | 2026-07-23T19:29:45.251Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3449 | 2026-07-23T19:29:45.292Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-23T19:29:45.423Z | Compiling md5 v0.8.0 |
| 3451 | 2026-07-23T19:29:45.587Z | Compiling display-error-chain v0.2.2 |
| 3452 | 2026-07-23T19:29:45.708Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3453 | 2026-07-23T19:29:45.732Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3454 | 2026-07-23T19:29:45.763Z | Compiling colored v2.2.0 |
| 3455 | 2026-07-23T19:29:45.763Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3456 | 2026-07-23T19:29:45.880Z | Compiling socket2 v0.5.10 |
| 3457 | 2026-07-23T19:29:45.896Z | Compiling internet-checksum v0.2.1 |
| 3458 | 2026-07-23T19:29:46.422Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3459 | 2026-07-23T19:29:47.134Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3460 | 2026-07-23T19:29:47.314Z | Compiling ssh-key v0.7.0-rc.10 |
| 3461 | 2026-07-23T19:29:47.634Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3462 | 2026-07-23T19:29:48.549Z | Compiling russh v0.61.2 |
| 3463 | 2026-07-23T19:29:49.092Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3464 | 2026-07-23T19:29:49.557Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3465 | 2026-07-23T19:29:58.089Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-07-23T19:29:58.089Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3467 | 2026-07-23T19:29:58.092Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3468 | 2026-07-23T19:29:58.092Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3469 | 2026-07-23T19:29:59.801Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3470 | 2026-07-23T19:29:59.895Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3471 | 2026-07-23T19:30:03.879Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3472 | 2026-07-23T19:30:43.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3473 | 2026-07-23T19:30:43.991Z | |
| 3474 | 2026-07-23T19:30:43.991Z | real 1:27.437882683 |
| 3475 | 2026-07-23T19:30:43.991Z | user 8:43.447692464 |
| 3476 | 2026-07-23T19:30:43.991Z | sys 1:44.103281973 |
| 3477 | 2026-07-23T19:30:43.995Z | trap 0.265774543 |
| 3478 | 2026-07-23T19:30:43.995Z | tflt 0.383381699 |
| 3479 | 2026-07-23T19:30:43.995Z | dflt 1.635357359 |
| 3480 | 2026-07-23T19:30:43.995Z | kflt 0.000341810 |
| 3481 | 2026-07-23T19:30:43.995Z | lock 31:04.196029258 |
| 3482 | 2026-07-23T19:30:43.995Z | slp 19:55.432857872 |
| 3483 | 2026-07-23T19:30:43.995Z | lat 43.742164768 |
| 3484 | 2026-07-23T19:30:43.995Z | stop 3:10.286743471 |
| 3485 | 2026-07-23T19:30:43.995Z | + mkdir tests |
| 3486 | 2026-07-23T19:30:43.998Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3487 | 2026-07-23T19:30:43.998Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3488 | 2026-07-23T19:30:44.019Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3489 | 2026-07-23T19:30:44.041Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3490 | 2026-07-23T19:30:44.062Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3491 | 2026-07-23T19:30:44.082Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3492 | 2026-07-23T19:30:44.317Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3493 | 2026-07-23T19:30:44.322Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3494 | 2026-07-23T19:32:04.474Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3495 | 2026-07-23T19:32:04.474Z | a .github/buildomat/ci-env.sh 1K |
| 3496 | 2026-07-23T19:32:04.474Z | a out/target/test 1K |
| 3497 | 2026-07-23T19:32:04.474Z | a out/npuzone/npuzone 27402K |
| 3498 | 2026-07-23T19:32:04.474Z | a package-manifest.toml 35K |
| 3499 | 2026-07-23T19:32:04.474Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3500 | 2026-07-23T19:32:04.474Z | a target/release/omicron-package 40702K |
| 3501 | 2026-07-23T19:32:04.474Z | a target/release/xtask 10468K |
| 3502 | 2026-07-23T19:32:04.474Z | a target/debug/bootstrap 349604K |
| 3503 | 2026-07-23T19:32:04.474Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3504 | 2026-07-23T19:32:04.474Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3505 | 2026-07-23T19:32:04.474Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3506 | 2026-07-23T19:32:04.474Z | a tests/end_to_end_tests-fe05326eebb245d2 399480K |
| 3507 | 2026-07-23T19:32:04.474Z | a tools/opte_version 1K |
| 3508 | 2026-07-23T19:32:04.474Z | a tools/opte_version_override 2K |
| 3509 | 2026-07-23T19:32:04.474Z | a out/clickhouse.tar.gz 310685K |
| 3510 | 2026-07-23T19:32:04.475Z | a out/clickhouse_keeper.tar.gz 297157K |
| 3511 | 2026-07-23T19:32:04.475Z | a out/clickhouse_server.tar.gz 310683K |
| 3512 | 2026-07-23T19:32:04.475Z | a out/cockroachdb.tar.gz 161716K |
| 3513 | 2026-07-23T19:32:04.475Z | a out/crucible-pantry-zone.tar.gz 39101K |
| 3514 | 2026-07-23T19:32:04.475Z | a out/crucible-utils.tar 18900K |
| 3515 | 2026-07-23T19:32:04.475Z | a out/crucible-zone.tar.gz 53797K |
| 3516 | 2026-07-23T19:32:04.475Z | a out/external-dns.tar.gz 46144K |
| 3517 | 2026-07-23T19:32:04.475Z | a out/internal-dns.tar.gz 46143K |
| 3518 | 2026-07-23T19:32:04.475Z | a out/mg-ddm-gz.tar 102717K |
| 3519 | 2026-07-23T19:32:04.475Z | a out/nexus.tar.gz 272460K |
| 3520 | 2026-07-23T19:32:04.475Z | a out/ntp.tar.gz 29898K |
| 3521 | 2026-07-23T19:32:04.475Z | a out/omicron-gateway-softnpu.tar.gz 27701K |
| 3522 | 2026-07-23T19:32:04.475Z | a out/omicron-sled-agent.tar 191392K |
| 3523 | 2026-07-23T19:32:04.475Z | a out/overlay.tar.gz 4K |
| 3524 | 2026-07-23T19:32:04.475Z | a out/oximeter.tar.gz 59897K |
| 3525 | 2026-07-23T19:32:04.475Z | a out/oxlog.tar 3808K |
| 3526 | 2026-07-23T19:32:04.475Z | a out/probe.tar.gz 3037K |
| 3527 | 2026-07-23T19:32:04.475Z | a out/propolis-server.tar.gz 34372K |
| 3528 | 2026-07-23T19:32:04.475Z | a out/pumpkind-gz.tar 26647K |
| 3529 | 2026-07-23T19:32:04.475Z | a out/switch-softnpu.tar.gz 449497K |
| 3530 | 2026-07-23T19:32:04.479Z | |
| 3531 | 2026-07-23T19:32:04.480Z | real 1:20.153134776 |
| 3532 | 2026-07-23T19:32:04.480Z | user 1:17.463722617 |
| 3533 | 2026-07-23T19:32:04.480Z | sys 4.474683563 |
| 3534 | 2026-07-23T19:32:04.480Z | trap 0.005448844 |
| 3535 | 2026-07-23T19:32:04.480Z | tflt 0.000000000 |
| 3536 | 2026-07-23T19:32:04.480Z | dflt 0.000000000 |
| 3537 | 2026-07-23T19:32:04.480Z | kflt 0.000000000 |
| 3538 | 2026-07-23T19:32:04.480Z | lock 0.000000000 |
| 3539 | 2026-07-23T19:32:04.480Z | slp 1:17.386122688 |
| 3540 | 2026-07-23T19:32:04.480Z | lat 0.971437361 |
| 3541 | 2026-07-23T19:32:04.480Z | stop 0.000220920 |
| 3542 | 2026-07-23T19:32:04.480Z | process exited: duration 963051 ms, exit code 0 |
| |
| 3543 | 2026-07-23T19:32:04.495Z | found 1 output files |
| 3544 | 2026-07-23T19:32:04.514Z | uploading: /work/package.tar.gz (2481639968 bytes) |
| 3545 | 2026-07-23T19:32:35.852Z | uploaded: /work/package.tar.gz |