|
|
|
| 1 | 2026-05-13T18:09:07.470Z | job assigned to worker 01KRH8D3T0YY172FG2NT6KSQQN [factory aws, i-0b7b6db31832a3b37] (queued for 59 s) |
| |
| 2 | 2026-05-13T18:09:15.068Z | starting task 0: "setup" |
| 3 | 2026-05-13T18:09:15.075Z | ++ uname -s |
| 4 | 2026-05-13T18:09:15.078Z | + kern=SunOS |
| 5 | 2026-05-13T18:09:15.078Z | + build_user=build |
| 6 | 2026-05-13T18:09:15.078Z | + build_uid=12345 |
| 7 | 2026-05-13T18:09:15.078Z | + work_dir=/work |
| 8 | 2026-05-13T18:09:15.078Z | + input_dir=/input |
| 9 | 2026-05-13T18:09:15.078Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-13T18:09:15.078Z | + case "$kern" in |
| 11 | 2026-05-13T18:09:15.078Z | + groupadd -g 12345 build |
| 12 | 2026-05-13T18:09:15.089Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-13T18:09:17.098Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-13T18:09:17.170Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-13T18:09:17.174Z | + home_fs=zfs |
| 16 | 2026-05-13T18:09:17.174Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-13T18:09:17.174Z | + mkdir -p /home/build |
| 18 | 2026-05-13T18:09:17.177Z | + chown build:build /home/build /work |
| 19 | 2026-05-13T18:09:19.177Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-13T18:09:19.180Z | process exited: duration 4115 ms, exit code 0 |
| |
| 21 | 2026-05-13T18:09:19.188Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-13T18:09:19.193Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-13T18:09:19.193Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-13T18:09:19.193Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-13T18:09:19.193Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-05-13T18:09:19.193Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-13T18:09:19.193Z | * rust toolchain profile = "default" |
| 28 | 2026-05-13T18:09:19.196Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-13T18:09:19.196Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-13T18:09:19.305Z | info: downloading installer |
| 31 | 2026-05-13T18:09:20.771Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-13T18:09:20.771Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-13T18:09:20.771Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-13T18:09:20.771Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-13T18:09:20.783Z | info: profile set to default |
| 36 | 2026-05-13T18:09:20.786Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-13T18:09:20.786Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-13T18:09:20.942Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-13T18:09:20.946Z | info: downloading 6 components |
| 40 | 2026-05-13T18:09:35.319Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-13T18:09:35.319Z | |
| 42 | 2026-05-13T18:09:35.350Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-13T18:09:35.350Z | |
| 44 | 2026-05-13T18:09:35.350Z | |
| 45 | 2026-05-13T18:09:35.350Z | Rust is installed now. Great! |
| 46 | 2026-05-13T18:09:35.350Z | |
| 47 | 2026-05-13T18:09:35.350Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-13T18:09:35.350Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-13T18:09:35.350Z | |
| 50 | 2026-05-13T18:09:35.351Z | To configure your current shell, you need to source |
| 51 | 2026-05-13T18:09:35.351Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-13T18:09:35.351Z | |
| 53 | 2026-05-13T18:09:35.351Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-13T18:09:35.354Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-13T18:09:35.354Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-13T18:09:35.354Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-13T18:09:35.354Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-13T18:09:35.354Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-13T18:09:35.354Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-13T18:09:35.354Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-13T18:09:35.354Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-13T18:09:35.454Z | + rustup --version |
| 63 | 2026-05-13T18:09:35.460Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-13T18:09:35.463Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-13T18:09:35.481Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-13T18:09:35.484Z | + cargo --version |
| 67 | 2026-05-13T18:09:35.494Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-13T18:09:35.497Z | + rustc --version |
| 69 | 2026-05-13T18:09:35.516Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-13T18:09:35.519Z | process exited: duration 16331 ms, exit code 0 |
| |
| 71 | 2026-05-13T18:09:35.526Z | starting task 2: "authentication" |
| 72 | 2026-05-13T18:09:35.546Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-13T18:09:35.552Z | starting task 3: "clone repository" |
| 74 | 2026-05-13T18:09:35.557Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-13T18:09:35.560Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-13T18:09:35.610Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-13T18:09:46.100Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-13T18:09:46.100Z | + git fetch origin 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 79 | 2026-05-13T18:09:46.413Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-13T18:09:46.413Z | * branch 80f1e2143255c7b1722902f4ddb57fa55096af5d -> FETCH_HEAD |
| 81 | 2026-05-13T18:09:46.425Z | + [[ -n john/scrimlet-reconcilers-1 ]] |
| 82 | 2026-05-13T18:09:46.428Z | ++ git branch --show-current |
| 83 | 2026-05-13T18:09:46.433Z | + current=main |
| 84 | 2026-05-13T18:09:46.433Z | + [[ main != john/scrimlet-reconcilers-1 ]] |
| 85 | 2026-05-13T18:09:46.433Z | + git branch -f john/scrimlet-reconcilers-1 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 86 | 2026-05-13T18:09:46.436Z | + git checkout -f john/scrimlet-reconcilers-1 |
| 87 | 2026-05-13T18:09:46.672Z | Switched to branch 'john/scrimlet-reconcilers-1' |
| 88 | 2026-05-13T18:09:46.675Z | + git reset --hard 80f1e2143255c7b1722902f4ddb57fa55096af5d |
| 89 | 2026-05-13T18:09:46.689Z | HEAD is now at 80f1e2143 fixup after merging with main |
| 90 | 2026-05-13T18:09:46.692Z | process exited: duration 11138 ms, exit code 0 |
| |
| 91 | 2026-05-13T18:09:46.698Z | starting task 4: "build" |
| 92 | 2026-05-13T18:09:46.704Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-05-13T18:09:46.704Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-05-13T18:09:46.704Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-05-13T18:09:46.704Z | + cargo --version |
| 96 | 2026-05-13T18:09:46.715Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-05-13T18:09:46.718Z | + rustc --version |
| 98 | 2026-05-13T18:09:46.739Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-05-13T18:09:46.742Z | + WORK=/work |
| 100 | 2026-05-13T18:09:46.742Z | + pfexec mkdir -p /work |
| 101 | 2026-05-13T18:09:46.745Z | + pfexec chown build /work |
| 102 | 2026-05-13T18:09:46.748Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-05-13T18:09:49.111Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-05-13T18:09:49.187Z | Startup: Caching catalogs ... Done |
| 105 | 2026-05-13T18:09:49.399Z | Planning: Solver setup ... Done (0.174s) |
| 106 | 2026-05-13T18:09:49.415Z | Planning: Running solver ... Done (0.016s) |
| 107 | 2026-05-13T18:09:49.421Z | Planning: Finding local manifests ... Done (0.004s) |
| 108 | 2026-05-13T18:09:49.433Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-05-13T18:09:49.450Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-05-13T18:09:49.464Z | Planning: Package planning ... Done (0.014s) |
| 111 | 2026-05-13T18:09:49.467Z | Planning: Merging actions ... Done (0.001s) |
| 112 | 2026-05-13T18:09:49.653Z | Planning: Checking for conflicting actions ... Done (0.187s) |
| 113 | 2026-05-13T18:09:49.658Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-05-13T18:09:50.954Z | Planning: Evaluating mediators ... Done (1.300s) |
| 115 | 2026-05-13T18:09:50.958Z | Planning: Planning completed in 1.75 seconds |
| 116 | 2026-05-13T18:09:50.964Z | Packages to install: 2 |
| 117 | 2026-05-13T18:09:50.964Z | Estimated space available: 156.08 GB |
| 118 | 2026-05-13T18:09:50.964Z | Estimated space to be consumed: 19.74 MB |
| 119 | 2026-05-13T18:09:50.964Z | Create boot environment: No |
| 120 | 2026-05-13T18:09:50.964Z | Create backup boot environment: No |
| 121 | 2026-05-13T18:09:50.964Z | Rebuild boot archive: No |
| 122 | 2026-05-13T18:09:50.967Z | |
| 123 | 2026-05-13T18:09:50.967Z | Changed packages: |
| 124 | 2026-05-13T18:09:50.967Z | helios |
| 125 | 2026-05-13T18:09:50.967Z | developer/build-essential |
| 126 | 2026-05-13T18:09:50.967Z | None -> 11-3.0 |
| 127 | 2026-05-13T18:09:50.967Z | library/libxmlsec1 |
| 128 | 2026-05-13T18:09:50.967Z | None -> 1.2.35-3.0 |
| 129 | 2026-05-13T18:09:51.011Z | |
| 130 | 2026-05-13T18:09:51.011Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-05-13T18:09:51.484Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 132 | 2026-05-13T18:09:51.563Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-05-13T18:09:51.614Z | Actions: Completed 268 actions in 0.05 seconds. |
| 134 | 2026-05-13T18:09:51.623Z | Finalize: Updating package state database ... Done (0.007s) |
| 135 | 2026-05-13T18:09:51.623Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-05-13T18:09:51.640Z | Finalize: Updating image state ... Done (0.015s) |
| 137 | 2026-05-13T18:09:54.440Z | Finalize: Creating fast lookup database ... Done (2.781s) |
| 138 | 2026-05-13T18:09:54.527Z | Finalize: Reading search index ... Done (0.026s) |
| 139 | 2026-05-13T18:09:54.531Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-05-13T18:09:54.616Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-05-13T18:09:54.912Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-05-13T18:09:55.018Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-05-13T18:09:55.021Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-05-13T18:09:55.179Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-05-13T18:09:55.183Z | Planning: Planning completed in 0.27 seconds |
| 146 | 2026-05-13T18:09:55.205Z | Mediators to change: 2 |
| 147 | 2026-05-13T18:09:55.205Z | Create boot environment: No |
| 148 | 2026-05-13T18:09:55.205Z | Create backup boot environment: No |
| 149 | 2026-05-13T18:09:55.275Z | Finalize: Updating package state database ... Done |
| 150 | 2026-05-13T18:09:55.275Z | Finalize: Updating package cache ... Done |
| 151 | 2026-05-13T18:09:55.285Z | Finalize: Updating image state ... Done |
| 152 | 2026-05-13T18:09:57.234Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-05-13T18:09:57.296Z | Finalize: Reading search index ... Done |
| 154 | 2026-05-13T18:09:57.299Z | Finalize: Updating search index ... Done |
| 155 | 2026-05-13T18:09:57.388Z | Finalize: Updating package cache ... Done |
| 156 | 2026-05-13T18:09:57.674Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-05-13T18:09:57.779Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-05-13T18:09:57.782Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-05-13T18:09:57.936Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-05-13T18:09:57.939Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-05-13T18:09:57.960Z | Mediators to change: 1 |
| 162 | 2026-05-13T18:09:57.960Z | Create boot environment: No |
| 163 | 2026-05-13T18:09:57.960Z | Create backup boot environment: No |
| 164 | 2026-05-13T18:09:58.019Z | Finalize: Updating package state database ... Done |
| 165 | 2026-05-13T18:09:58.019Z | Finalize: Updating package cache ... Done |
| 166 | 2026-05-13T18:09:58.029Z | Finalize: Updating image state ... Done |
| 167 | 2026-05-13T18:09:59.983Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-05-13T18:10:00.043Z | Finalize: Reading search index ... Done |
| 169 | 2026-05-13T18:10:00.046Z | Finalize: Updating search index ... Done |
| 170 | 2026-05-13T18:10:00.108Z | Finalize: Updating package cache ... Done |
| 171 | 2026-05-13T18:10:00.420Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-05-13T18:10:00.420Z | apache system 2.4 system |
| 173 | 2026-05-13T18:10:00.420Z | clang system 15 system |
| 174 | 2026-05-13T18:10:00.420Z | csh system system illumos |
| 175 | 2026-05-13T18:10:00.420Z | ctags system system illumos |
| 176 | 2026-05-13T18:10:00.420Z | file vendor vendor darwinsys |
| 177 | 2026-05-13T18:10:00.421Z | file system system illumos |
| 178 | 2026-05-13T18:10:00.421Z | gcc vendor 14 vendor |
| 179 | 2026-05-13T18:10:00.421Z | gcc system 13 system |
| 180 | 2026-05-13T18:10:00.421Z | gcc system 10 system |
| 181 | 2026-05-13T18:10:00.421Z | go system 1.25 system |
| 182 | 2026-05-13T18:10:00.421Z | llvm system 15 system |
| 183 | 2026-05-13T18:10:00.421Z | mariadb system 11.4 system |
| 184 | 2026-05-13T18:10:00.421Z | mta vendor vendor dma |
| 185 | 2026-05-13T18:10:00.421Z | openjdk system 17 system |
| 186 | 2026-05-13T18:10:00.421Z | openjdk system 11 system |
| 187 | 2026-05-13T18:10:00.421Z | openssl vendor 3 vendor |
| 188 | 2026-05-13T18:10:00.421Z | perl system 5.40 system |
| 189 | 2026-05-13T18:10:00.421Z | postgresql system 18 system |
| 190 | 2026-05-13T18:10:00.421Z | postgresql system 17 system |
| 191 | 2026-05-13T18:10:00.421Z | python vendor 3 vendor |
| 192 | 2026-05-13T18:10:00.421Z | python system 2 system |
| 193 | 2026-05-13T18:10:00.421Z | python3 vendor 3.13 vendor |
| 194 | 2026-05-13T18:10:00.421Z | ruby system 3.4 system |
| 195 | 2026-05-13T18:10:00.421Z | ruby system 3.0 system |
| 196 | 2026-05-13T18:10:00.421Z | words vendor vendor american-english |
| 197 | 2026-05-13T18:10:00.421Z | words system system australian-english |
| 198 | 2026-05-13T18:10:00.421Z | words system system british-english |
| 199 | 2026-05-13T18:10:00.421Z | words system system canadian-english |
| 200 | 2026-05-13T18:10:00.421Z | words system system french |
| 201 | 2026-05-13T18:10:00.421Z | words system system italian |
| 202 | 2026-05-13T18:10:00.421Z | words system system ngerman |
| 203 | 2026-05-13T18:10:00.421Z | words system system ogerman |
| 204 | 2026-05-13T18:10:00.421Z | words system system spanish |
| 205 | 2026-05-13T18:10:00.676Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-05-13T18:10:00.676Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-05-13T18:10:00.950Z | FMRI IFO |
| 208 | 2026-05-13T18:10:00.950Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-05-13T18:10:00.950Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-05-13T18:10:00.950Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-05-13T18:10:00.950Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-05-13T18:10:00.950Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-05-13T18:10:00.950Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-05-13T18:10:00.950Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-05-13T18:10:00.950Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-05-13T18:10:00.950Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-05-13T18:10:01.186Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 218 | 2026-05-13T18:10:01.571Z | Updating crates.io index |
| 219 | 2026-05-13T18:10:01.575Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 220 | 2026-05-13T18:10:02.266Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 221 | 2026-05-13T18:10:02.956Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 222 | 2026-05-13T18:10:03.530Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 223 | 2026-05-13T18:10:04.578Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 224 | 2026-05-13T18:10:05.449Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 225 | 2026-05-13T18:10:07.160Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 226 | 2026-05-13T18:10:07.898Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 227 | 2026-05-13T18:10:08.247Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 228 | 2026-05-13T18:10:09.096Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 229 | 2026-05-13T18:10:09.612Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 230 | 2026-05-13T18:10:09.955Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 231 | 2026-05-13T18:10:10.306Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 232 | 2026-05-13T18:10:11.352Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 233 | 2026-05-13T18:10:11.956Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 234 | 2026-05-13T18:10:12.242Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 235 | 2026-05-13T18:10:12.601Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 236 | 2026-05-13T18:10:12.935Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 237 | 2026-05-13T18:10:13.249Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 238 | 2026-05-13T18:10:13.484Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 239 | 2026-05-13T18:10:13.737Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-05-13T18:10:14.194Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-05-13T18:10:14.653Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-05-13T18:10:15.088Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-05-13T18:10:15.376Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-05-13T18:10:15.684Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-05-13T18:10:16.624Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-05-13T18:10:16.846Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-13T18:10:17.606Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-05-13T18:10:18.027Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-05-13T18:10:18.328Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-05-13T18:10:18.693Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-05-13T18:10:19.002Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-05-13T18:10:19.585Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 253 | 2026-05-13T18:10:19.831Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 254 | 2026-05-13T18:10:20.090Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 255 | 2026-05-13T18:10:20.345Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2026-05-13T18:10:20.715Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 257 | 2026-05-13T18:10:37.835Z | Downloading crates ... |
| 258 | 2026-05-13T18:10:37.887Z | Downloaded anstream v0.6.21 |
| 259 | 2026-05-13T18:10:37.907Z | Downloaded utf8_iter v1.0.4 |
| 260 | 2026-05-13T18:10:37.911Z | Downloaded thread-id v4.2.2 |
| 261 | 2026-05-13T18:10:37.911Z | Downloaded ucd-trie v0.1.7 |
| 262 | 2026-05-13T18:10:37.911Z | Downloaded typenum v1.19.0 |
| 263 | 2026-05-13T18:10:37.914Z | Downloaded thiserror v2.0.18 |
| 264 | 2026-05-13T18:10:37.917Z | Downloaded zmij v1.0.21 |
| 265 | 2026-05-13T18:10:37.920Z | Downloaded zerocopy-derive v0.7.35 |
| 266 | 2026-05-13T18:10:37.923Z | Downloaded toml_datetime v0.6.11 |
| 267 | 2026-05-13T18:10:37.923Z | Downloaded zerofrom v0.1.6 |
| 268 | 2026-05-13T18:10:37.927Z | Downloaded textwrap v0.16.2 |
| 269 | 2026-05-13T18:10:37.927Z | Downloaded usdt-attr-macro v0.5.0 |
| 270 | 2026-05-13T18:10:37.931Z | Downloaded usdt v0.5.0 |
| 271 | 2026-05-13T18:10:37.935Z | Downloaded yoke-derive v0.8.1 |
| 272 | 2026-05-13T18:10:37.935Z | Downloaded utf8parse v0.2.2 |
| 273 | 2026-05-13T18:10:37.935Z | Downloaded plain v0.2.3 |
| 274 | 2026-05-13T18:10:37.935Z | Downloaded yoke v0.8.1 |
| 275 | 2026-05-13T18:10:37.938Z | Downloaded tinystr v0.8.2 |
| 276 | 2026-05-13T18:10:37.938Z | Downloaded usdt-impl v0.5.0 |
| 277 | 2026-05-13T18:10:37.941Z | Downloaded zerovec-derive v0.11.2 |
| 278 | 2026-05-13T18:10:37.948Z | Downloaded writeable v0.6.2 |
| 279 | 2026-05-13T18:10:37.951Z | Downloaded unicode-linebreak v0.1.5 |
| 280 | 2026-05-13T18:10:37.954Z | Downloaded url v2.5.8 |
| 281 | 2026-05-13T18:10:37.954Z | Downloaded unicode-ident v1.0.24 |
| 282 | 2026-05-13T18:10:37.957Z | Downloaded semver v1.0.28 |
| 283 | 2026-05-13T18:10:37.957Z | Downloaded zerofrom-derive v0.1.6 |
| 284 | 2026-05-13T18:10:37.957Z | Downloaded typeid v1.0.3 |
| 285 | 2026-05-13T18:10:37.960Z | Downloaded toml v0.8.23 |
| 286 | 2026-05-13T18:10:37.960Z | Downloaded thiserror-impl v1.0.69 |
| 287 | 2026-05-13T18:10:37.960Z | Downloaded version_check v0.9.5 |
| 288 | 2026-05-13T18:10:37.963Z | Downloaded smawk v0.3.2 |
| 289 | 2026-05-13T18:10:37.967Z | Downloaded unicode-xid v0.2.6 |
| 290 | 2026-05-13T18:10:37.967Z | Downloaded log v0.4.29 |
| 291 | 2026-05-13T18:10:37.971Z | Downloaded zerotrie v0.2.3 |
| 292 | 2026-05-13T18:10:37.971Z | Downloaded usdt-macro v0.5.0 |
| 293 | 2026-05-13T18:10:37.971Z | Downloaded toml_write v0.1.2 |
| 294 | 2026-05-13T18:10:37.971Z | Downloaded cfg-if v1.0.4 |
| 295 | 2026-05-13T18:10:37.975Z | Downloaded toml_edit v0.22.27 |
| 296 | 2026-05-13T18:10:37.975Z | Downloaded cpufeatures v0.2.17 |
| 297 | 2026-05-13T18:10:37.978Z | Downloaded thiserror-impl v2.0.18 |
| 298 | 2026-05-13T18:10:37.978Z | Downloaded thiserror v1.0.69 |
| 299 | 2026-05-13T18:10:37.978Z | Downloaded ordered-float v2.10.1 |
| 300 | 2026-05-13T18:10:37.981Z | Downloaded pest_generator v2.8.6 |
| 301 | 2026-05-13T18:10:37.984Z | Downloaded itoa v1.0.17 |
| 302 | 2026-05-13T18:10:37.990Z | Downloaded dof v0.3.0 |
| 303 | 2026-05-13T18:10:37.994Z | Downloaded zerocopy v0.7.35 |
| 304 | 2026-05-13T18:10:38.004Z | Downloaded swrite v0.1.0 |
| 305 | 2026-05-13T18:10:38.008Z | Downloaded potential_utf v0.1.4 |
| 306 | 2026-05-13T18:10:38.008Z | Downloaded winnow v0.7.14 |
| 307 | 2026-05-13T18:10:38.013Z | Downloaded zerovec v0.11.5 |
| 308 | 2026-05-13T18:10:38.013Z | Downloaded scroll_derive v0.12.1 |
| 309 | 2026-05-13T18:10:38.013Z | Downloaded errno v0.3.14 |
| 310 | 2026-05-13T18:10:38.017Z | Downloaded unicode-width v0.1.14 |
| 311 | 2026-05-13T18:10:38.017Z | Downloaded strsim v0.11.1 |
| 312 | 2026-05-13T18:10:38.017Z | Downloaded unicode-width v0.2.0 |
| 313 | 2026-05-13T18:10:38.020Z | Downloaded generic-array v0.14.7 |
| 314 | 2026-05-13T18:10:38.027Z | Downloaded percent-encoding v2.3.2 |
| 315 | 2026-05-13T18:10:38.031Z | Downloaded autocfg v1.5.0 |
| 316 | 2026-05-13T18:10:38.031Z | Downloaded block-buffer v0.10.4 |
| 317 | 2026-05-13T18:10:38.048Z | Downloaded equivalent v1.0.2 |
| 318 | 2026-05-13T18:10:38.051Z | Downloaded cargo-platform v0.2.0 |
| 319 | 2026-05-13T18:10:38.051Z | Downloaded pretty-hex v0.4.1 |
| 320 | 2026-05-13T18:10:38.054Z | Downloaded dtrace-parser v0.2.0 |
| 321 | 2026-05-13T18:10:38.063Z | Downloaded fnv v1.0.7 |
| 322 | 2026-05-13T18:10:38.071Z | Downloaded idna_adapter v1.2.1 |
| 323 | 2026-05-13T18:10:38.076Z | Downloaded serde-value v0.7.0 |
| 324 | 2026-05-13T18:10:38.083Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-05-13T18:10:38.090Z | Downloaded heck v0.5.0 |
| 326 | 2026-05-13T18:10:38.095Z | Downloaded memmap v0.7.0 |
| 327 | 2026-05-13T18:10:38.098Z | Downloaded fastrand v2.3.0 |
| 328 | 2026-05-13T18:10:38.103Z | Downloaded stable_deref_trait v1.2.1 |
| 329 | 2026-05-13T18:10:38.106Z | Downloaded is_terminal_polyfill v1.70.2 |
| 330 | 2026-05-13T18:10:38.110Z | Downloaded bytecount v0.6.9 |
| 331 | 2026-05-13T18:10:38.114Z | Downloaded erased-serde v0.4.9 |
| 332 | 2026-05-13T18:10:38.114Z | Downloaded anstyle-parse v0.2.7 |
| 333 | 2026-05-13T18:10:38.115Z | Downloaded anstyle v1.0.13 |
| 334 | 2026-05-13T18:10:38.119Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-05-13T18:10:38.124Z | Downloaded macaddr v1.0.1 |
| 336 | 2026-05-13T18:10:38.124Z | Downloaded clap_lex v1.0.0 |
| 337 | 2026-05-13T18:10:38.131Z | Downloaded crypto-common v0.1.7 |
| 338 | 2026-05-13T18:10:38.139Z | Downloaded colorchoice v1.0.4 |
| 339 | 2026-05-13T18:10:38.146Z | Downloaded tabled_derive v0.7.0 |
| 340 | 2026-05-13T18:10:38.150Z | Downloaded heck v0.4.1 |
| 341 | 2026-05-13T18:10:38.153Z | Downloaded serde_spanned v0.6.9 |
| 342 | 2026-05-13T18:10:38.161Z | Downloaded synstructure v0.13.2 |
| 343 | 2026-05-13T18:10:38.165Z | Downloaded serde-untagged v0.1.9 |
| 344 | 2026-05-13T18:10:38.168Z | Downloaded scroll v0.12.0 |
| 345 | 2026-05-13T18:10:38.174Z | Downloaded cargo_toml v0.21.0 |
| 346 | 2026-05-13T18:10:38.177Z | Downloaded anstyle-query v1.1.5 |
| 347 | 2026-05-13T18:10:38.186Z | Downloaded camino-tempfile v1.4.1 |
| 348 | 2026-05-13T18:10:38.194Z | Downloaded displaydoc v0.2.5 |
| 349 | 2026-05-13T18:10:38.205Z | Downloaded digest v0.10.7 |
| 350 | 2026-05-13T18:10:38.210Z | Downloaded proc-macro-error v1.0.4 |
| 351 | 2026-05-13T18:10:38.217Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-05-13T18:10:38.220Z | Downloaded serde_tokenstream v0.2.3 |
| 353 | 2026-05-13T18:10:38.226Z | Downloaded form_urlencoded v1.2.2 |
| 354 | 2026-05-13T18:10:38.232Z | Downloaded byteorder v1.5.0 |
| 355 | 2026-05-13T18:10:38.240Z | Downloaded litemap v0.8.1 |
| 356 | 2026-05-13T18:10:38.246Z | Downloaded fs-err v3.3.0 |
| 357 | 2026-05-13T18:10:38.246Z | Downloaded quote v1.0.45 |
| 358 | 2026-05-13T18:10:38.251Z | Downloaded anyhow v1.0.102 |
| 359 | 2026-05-13T18:10:38.255Z | Downloaded cargo_metadata v0.21.0 |
| 360 | 2026-05-13T18:10:38.259Z | Downloaded smallvec v1.15.1 |
| 361 | 2026-05-13T18:10:38.263Z | Downloaded clap_derive v4.5.55 |
| 362 | 2026-05-13T18:10:38.263Z | Downloaded serde_core v1.0.228 |
| 363 | 2026-05-13T18:10:38.266Z | Downloaded once_cell v1.21.3 |
| 364 | 2026-05-13T18:10:38.266Z | Downloaded tempfile v3.25.0 |
| 365 | 2026-05-13T18:10:38.266Z | Downloaded bitflags v2.11.0 |
| 366 | 2026-05-13T18:10:38.286Z | Downloaded camino v1.2.2 |
| 367 | 2026-05-13T18:10:38.291Z | Downloaded icu_properties v2.1.2 |
| 368 | 2026-05-13T18:10:38.299Z | Downloaded serde_derive v1.0.228 |
| 369 | 2026-05-13T18:10:38.308Z | Downloaded clap v4.5.60 |
| 370 | 2026-05-13T18:10:38.313Z | Downloaded papergrid v0.11.0 |
| 371 | 2026-05-13T18:10:38.316Z | Downloaded cargo-util-schemas v0.8.2 |
| 372 | 2026-05-13T18:10:38.321Z | Downloaded num-traits v0.2.19 |
| 373 | 2026-05-13T18:10:38.324Z | Downloaded pest_derive v2.8.6 |
| 374 | 2026-05-13T18:10:38.328Z | Downloaded getrandom v0.4.1 |
| 375 | 2026-05-13T18:10:38.329Z | Downloaded proc-macro2 v1.0.106 |
| 376 | 2026-05-13T18:10:38.333Z | Downloaded icu_normalizer_data v2.1.1 |
| 377 | 2026-05-13T18:10:38.338Z | Downloaded icu_locale_core v2.1.1 |
| 378 | 2026-05-13T18:10:38.342Z | Downloaded serde v1.0.228 |
| 379 | 2026-05-13T18:10:38.355Z | Downloaded icu_provider v2.1.1 |
| 380 | 2026-05-13T18:10:38.359Z | Downloaded icu_normalizer v2.1.1 |
| 381 | 2026-05-13T18:10:38.363Z | Downloaded memchr v2.8.0 |
| 382 | 2026-05-13T18:10:38.367Z | Downloaded pest_meta v2.8.6 |
| 383 | 2026-05-13T18:10:38.367Z | Downloaded icu_collections v2.1.1 |
| 384 | 2026-05-13T18:10:38.403Z | Downloaded pest v2.8.6 |
| 385 | 2026-05-13T18:10:38.406Z | Downloaded indexmap v2.14.0 |
| 386 | 2026-05-13T18:10:38.412Z | Downloaded icu_properties_data v2.1.2 |
| 387 | 2026-05-13T18:10:38.430Z | Downloaded hashbrown v0.17.0 |
| 388 | 2026-05-13T18:10:38.433Z | Downloaded idna v1.1.0 |
| 389 | 2026-05-13T18:10:38.437Z | Downloaded serde_json v1.0.149 |
| 390 | 2026-05-13T18:10:38.440Z | Downloaded clap_builder v4.5.60 |
| 391 | 2026-05-13T18:10:38.449Z | Downloaded goblin v0.8.2 |
| 392 | 2026-05-13T18:10:38.464Z | Downloaded tabled v0.15.0 |
| 393 | 2026-05-13T18:10:38.473Z | Downloaded syn v1.0.109 |
| 394 | 2026-05-13T18:10:38.480Z | Downloaded syn v2.0.117 |
| 395 | 2026-05-13T18:10:38.492Z | Downloaded rustix v1.1.3 |
| 396 | 2026-05-13T18:10:38.526Z | Downloaded libc v0.2.185 |
| 397 | 2026-05-13T18:10:38.592Z | Compiling proc-macro2 v1.0.106 |
| 398 | 2026-05-13T18:10:38.595Z | Compiling quote v1.0.45 |
| 399 | 2026-05-13T18:10:38.595Z | Compiling unicode-ident v1.0.24 |
| 400 | 2026-05-13T18:10:38.595Z | Compiling serde_core v1.0.228 |
| 401 | 2026-05-13T18:10:38.595Z | Compiling libc v0.2.185 |
| 402 | 2026-05-13T18:10:38.595Z | Compiling version_check v0.9.5 |
| 403 | 2026-05-13T18:10:38.595Z | Compiling serde v1.0.228 |
| 404 | 2026-05-13T18:10:38.595Z | Compiling stable_deref_trait v1.2.1 |
| 405 | 2026-05-13T18:10:38.595Z | Compiling memchr v2.8.0 |
| 406 | 2026-05-13T18:10:38.595Z | Compiling zmij v1.0.21 |
| 407 | 2026-05-13T18:10:38.595Z | Compiling itoa v1.0.17 |
| 408 | 2026-05-13T18:10:38.595Z | Compiling ucd-trie v0.1.7 |
| 409 | 2026-05-13T18:10:38.776Z | Compiling autocfg v1.5.0 |
| 410 | 2026-05-13T18:10:38.779Z | Compiling thiserror v1.0.69 |
| 411 | 2026-05-13T18:10:38.779Z | Compiling litemap v0.8.1 |
| 412 | 2026-05-13T18:10:39.011Z | Compiling writeable v0.6.2 |
| 413 | 2026-05-13T18:10:39.034Z | Compiling icu_properties_data v2.1.2 |
| 414 | 2026-05-13T18:10:39.086Z | Compiling icu_normalizer_data v2.1.1 |
| 415 | 2026-05-13T18:10:39.118Z | Compiling rustix v1.1.3 |
| 416 | 2026-05-13T18:10:39.215Z | Compiling pest v2.8.6 |
| 417 | 2026-05-13T18:10:39.247Z | Compiling byteorder v1.5.0 |
| 418 | 2026-05-13T18:10:39.475Z | Compiling bitflags v2.11.0 |
| 419 | 2026-05-13T18:10:39.538Z | Compiling serde_json v1.0.149 |
| 420 | 2026-05-13T18:10:39.542Z | Compiling num-traits v0.2.19 |
| 421 | 2026-05-13T18:10:39.542Z | Compiling smallvec v1.15.1 |
| 422 | 2026-05-13T18:10:39.741Z | Compiling equivalent v1.0.2 |
| 423 | 2026-05-13T18:10:39.778Z | Compiling hashbrown v0.17.0 |
| 424 | 2026-05-13T18:10:39.794Z | Compiling typeid v1.0.3 |
| 425 | 2026-05-13T18:10:39.810Z | Compiling proc-macro-error-attr v1.0.4 |
| 426 | 2026-05-13T18:10:39.862Z | Compiling usdt-impl v0.5.0 |
| 427 | 2026-05-13T18:10:39.934Z | Compiling syn v1.0.109 |
| 428 | 2026-05-13T18:10:39.939Z | Compiling toml_write v0.1.2 |
| 429 | 2026-05-13T18:10:39.968Z | Compiling winnow v0.7.14 |
| 430 | 2026-05-13T18:10:39.971Z | Compiling erased-serde v0.4.9 |
| 431 | 2026-05-13T18:10:40.001Z | Compiling proc-macro-error v1.0.4 |
| 432 | 2026-05-13T18:10:40.061Z | Compiling camino v1.2.2 |
| 433 | 2026-05-13T18:10:40.168Z | Compiling thiserror v2.0.18 |
| 434 | 2026-05-13T18:10:40.202Z | Compiling log v0.4.29 |
| 435 | 2026-05-13T18:10:40.250Z | Compiling errno v0.3.14 |
| 436 | 2026-05-13T18:10:40.253Z | Compiling thread-id v4.2.2 |
| 437 | 2026-05-13T18:10:40.303Z | Compiling utf8_iter v1.0.4 |
| 438 | 2026-05-13T18:10:40.322Z | Compiling indexmap v2.14.0 |
| 439 | 2026-05-13T18:10:40.365Z | Compiling pest_meta v2.8.6 |
| 440 | 2026-05-13T18:10:40.416Z | Compiling getrandom v0.4.1 |
| 441 | 2026-05-13T18:10:40.416Z | Compiling percent-encoding v2.3.2 |
| 442 | 2026-05-13T18:10:40.462Z | Compiling utf8parse v0.2.2 |
| 443 | 2026-05-13T18:10:40.466Z | Compiling plain v0.2.3 |
| 444 | 2026-05-13T18:10:40.615Z | Compiling form_urlencoded v1.2.2 |
| 445 | 2026-05-13T18:10:40.631Z | Compiling anstyle-parse v0.2.7 |
| 446 | 2026-05-13T18:10:40.663Z | Compiling is_terminal_polyfill v1.70.2 |
| 447 | 2026-05-13T18:10:40.680Z | Compiling cfg-if v1.0.4 |
| 448 | 2026-05-13T18:10:40.771Z | Compiling syn v2.0.117 |
| 449 | 2026-05-13T18:10:40.808Z | Compiling anstyle-query v1.1.5 |
| 450 | 2026-05-13T18:10:40.825Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-05-13T18:10:40.863Z | Compiling pretty-hex v0.4.1 |
| 452 | 2026-05-13T18:10:40.881Z | Compiling colorchoice v1.0.4 |
| 453 | 2026-05-13T18:10:40.914Z | Compiling anstyle v1.0.13 |
| 454 | 2026-05-13T18:10:41.004Z | Compiling fs-err v3.3.0 |
| 455 | 2026-05-13T18:10:41.022Z | Compiling bytecount v0.6.9 |
| 456 | 2026-05-13T18:10:41.041Z | Compiling unicode-xid v0.2.6 |
| 457 | 2026-05-13T18:10:41.044Z | Compiling heck v0.5.0 |
| 458 | 2026-05-13T18:10:41.114Z | Compiling anstream v0.6.21 |
| 459 | 2026-05-13T18:10:41.141Z | Compiling once_cell v1.21.3 |
| 460 | 2026-05-13T18:10:41.175Z | Compiling clap_lex v1.0.0 |
| 461 | 2026-05-13T18:10:41.180Z | Compiling fnv v1.0.7 |
| 462 | 2026-05-13T18:10:41.209Z | Compiling unicode-width v0.1.14 |
| 463 | 2026-05-13T18:10:41.227Z | Compiling fastrand v2.3.0 |
| 464 | 2026-05-13T18:10:41.315Z | Compiling terminal_size v0.4.3 |
| 465 | 2026-05-13T18:10:41.332Z | Compiling heck v0.4.1 |
| 466 | 2026-05-13T18:10:41.350Z | Compiling strsim v0.11.1 |
| 467 | 2026-05-13T18:10:41.375Z | Compiling anyhow v1.0.102 |
| 468 | 2026-05-13T18:10:41.432Z | Compiling tempfile v3.25.0 |
| 469 | 2026-05-13T18:10:41.470Z | Compiling papergrid v0.11.0 |
| 470 | 2026-05-13T18:10:41.531Z | Compiling memmap v0.7.0 |
| 471 | 2026-05-13T18:10:41.560Z | Compiling clap_builder v4.5.60 |
| 472 | 2026-05-13T18:10:41.578Z | Compiling smawk v0.3.2 |
| 473 | 2026-05-13T18:10:41.581Z | Compiling unicode-linebreak v0.1.5 |
| 474 | 2026-05-13T18:10:41.612Z | Compiling unicode-width v0.2.0 |
| 475 | 2026-05-13T18:10:41.748Z | Compiling semver v1.0.28 |
| 476 | 2026-05-13T18:10:41.847Z | Compiling textwrap v0.16.2 |
| 477 | 2026-05-13T18:10:41.881Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 478 | 2026-05-13T18:10:41.909Z | Compiling swrite v0.1.0 |
| 479 | 2026-05-13T18:10:42.095Z | Compiling camino-tempfile v1.4.1 |
| 480 | 2026-05-13T18:10:42.113Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-13T18:10:42.469Z | Compiling tabled_derive v0.7.0 |
| 482 | 2026-05-13T18:10:43.128Z | Compiling tabled v0.15.0 |
| 483 | 2026-05-13T18:10:43.290Z | Compiling synstructure v0.13.2 |
| 484 | 2026-05-13T18:10:43.290Z | Compiling pest_generator v2.8.6 |
| 485 | 2026-05-13T18:10:43.809Z | Compiling serde_derive v1.0.228 |
| 486 | 2026-05-13T18:10:43.809Z | Compiling zerofrom-derive v0.1.6 |
| 487 | 2026-05-13T18:10:43.809Z | Compiling yoke-derive v0.8.1 |
| 488 | 2026-05-13T18:10:43.812Z | Compiling zerovec-derive v0.11.2 |
| 489 | 2026-05-13T18:10:43.812Z | Compiling displaydoc v0.2.5 |
| 490 | 2026-05-13T18:10:43.812Z | Compiling thiserror-impl v1.0.69 |
| 491 | 2026-05-13T18:10:43.812Z | Compiling zerocopy-derive v0.7.35 |
| 492 | 2026-05-13T18:10:43.812Z | Compiling scroll_derive v0.12.1 |
| 493 | 2026-05-13T18:10:43.812Z | Compiling thiserror-impl v2.0.18 |
| 494 | 2026-05-13T18:10:43.812Z | Compiling clap_derive v4.5.55 |
| 495 | 2026-05-13T18:10:43.858Z | Compiling pest_derive v2.8.6 |
| 496 | 2026-05-13T18:10:44.548Z | Compiling zerocopy v0.7.35 |
| 497 | 2026-05-13T18:10:44.581Z | Compiling scroll v0.12.0 |
| 498 | 2026-05-13T18:10:44.800Z | Compiling goblin v0.8.2 |
| 499 | 2026-05-13T18:10:44.899Z | Compiling zerofrom v0.1.6 |
| 500 | 2026-05-13T18:10:44.968Z | Compiling dtrace-parser v0.2.0 |
| 501 | 2026-05-13T18:10:45.001Z | Compiling yoke v0.8.1 |
| 502 | 2026-05-13T18:10:45.162Z | Compiling zerovec v0.11.5 |
| 503 | 2026-05-13T18:10:45.163Z | Compiling zerotrie v0.2.3 |
| 504 | 2026-05-13T18:10:45.195Z | Compiling clap v4.5.60 |
| 505 | 2026-05-13T18:10:45.574Z | Compiling tinystr v0.8.2 |
| 506 | 2026-05-13T18:10:45.574Z | Compiling potential_utf v0.1.4 |
| 507 | 2026-05-13T18:10:45.697Z | Compiling icu_collections v2.1.1 |
| 508 | 2026-05-13T18:10:45.726Z | Compiling icu_locale_core v2.1.1 |
| 509 | 2026-05-13T18:10:46.305Z | Compiling dof v0.3.0 |
| 510 | 2026-05-13T18:10:46.305Z | Compiling serde_tokenstream v0.2.3 |
| 511 | 2026-05-13T18:10:46.321Z | Compiling icu_provider v2.1.1 |
| 512 | 2026-05-13T18:10:46.324Z | Compiling serde_spanned v0.6.9 |
| 513 | 2026-05-13T18:10:46.324Z | Compiling toml_datetime v0.6.11 |
| 514 | 2026-05-13T18:10:46.339Z | Compiling serde-value v0.7.0 |
| 515 | 2026-05-13T18:10:46.344Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-05-13T18:10:46.344Z | Compiling macaddr v1.0.1 |
| 517 | 2026-05-13T18:10:46.561Z | Compiling icu_normalizer v2.1.1 |
| 518 | 2026-05-13T18:10:46.566Z | Compiling icu_properties v2.1.2 |
| 519 | 2026-05-13T18:10:46.577Z | Compiling toml_edit v0.22.27 |
| 520 | 2026-05-13T18:10:46.986Z | Compiling usdt-attr-macro v0.5.0 |
| 521 | 2026-05-13T18:10:46.989Z | Compiling usdt-macro v0.5.0 |
| 522 | 2026-05-13T18:10:47.387Z | Compiling idna_adapter v1.2.1 |
| 523 | 2026-05-13T18:10:47.491Z | Compiling idna v1.1.0 |
| 524 | 2026-05-13T18:10:47.563Z | Compiling usdt v0.5.0 |
| 525 | 2026-05-13T18:10:47.745Z | Compiling url v2.5.8 |
| 526 | 2026-05-13T18:10:47.856Z | Compiling toml v0.8.23 |
| 527 | 2026-05-13T18:10:48.180Z | Compiling cargo-util-schemas v0.8.2 |
| 528 | 2026-05-13T18:10:48.180Z | Compiling cargo_toml v0.21.0 |
| 529 | 2026-05-13T18:10:48.961Z | Compiling cargo_metadata v0.21.0 |
| 530 | 2026-05-13T18:10:49.867Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 531 | 2026-05-13T18:10:51.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.96s |
| 532 | 2026-05-13T18:10:52.236Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 533 | 2026-05-13T18:10:52.791Z | Downloading crates ... |
| 534 | 2026-05-13T18:10:52.893Z | Downloaded array-init v0.0.4 |
| 535 | 2026-05-13T18:10:52.903Z | Downloaded darling_macro v0.23.0 |
| 536 | 2026-05-13T18:10:52.907Z | Downloaded cfg_aliases v0.2.1 |
| 537 | 2026-05-13T18:10:52.907Z | Downloaded defmt-parser v1.0.0 |
| 538 | 2026-05-13T18:10:52.907Z | Downloaded darling_macro v0.20.11 |
| 539 | 2026-05-13T18:10:52.910Z | Downloaded adler2 v2.0.1 |
| 540 | 2026-05-13T18:10:52.910Z | Downloaded block-padding v0.3.3 |
| 541 | 2026-05-13T18:10:52.910Z | Downloaded base16ct v0.2.0 |
| 542 | 2026-05-13T18:10:52.913Z | Downloaded defmt v0.3.100 |
| 543 | 2026-05-13T18:10:52.913Z | Downloaded crossbeam-utils v0.8.21 |
| 544 | 2026-05-13T18:10:52.913Z | Downloaded deranged v0.5.8 |
| 545 | 2026-05-13T18:10:52.916Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 546 | 2026-05-13T18:10:52.920Z | Downloaded defmt-macros v1.0.1 |
| 547 | 2026-05-13T18:10:52.920Z | Downloaded der_derive v0.7.3 |
| 548 | 2026-05-13T18:10:52.925Z | Downloaded defmt v1.0.1 |
| 549 | 2026-05-13T18:10:52.925Z | Downloaded darling_macro v0.21.3 |
| 550 | 2026-05-13T18:10:52.925Z | Downloaded crucible-workspace-hack v0.1.0 |
| 551 | 2026-05-13T18:10:52.925Z | Downloaded convert_case v0.4.0 |
| 552 | 2026-05-13T18:10:52.928Z | Downloaded debug-ignore v1.0.5 |
| 553 | 2026-05-13T18:10:52.928Z | Downloaded cpufeatures v0.3.0 |
| 554 | 2026-05-13T18:10:52.928Z | Downloaded downcast-rs v2.0.2 |
| 555 | 2026-05-13T18:10:52.931Z | Downloaded buf-list v1.1.2 |
| 556 | 2026-05-13T18:10:52.931Z | Downloaded bit-vec v0.8.0 |
| 557 | 2026-05-13T18:10:52.934Z | Downloaded dirs-sys-next v0.1.2 |
| 558 | 2026-05-13T18:10:52.934Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 559 | 2026-05-13T18:10:52.934Z | Downloaded dropshot_endpoint v0.17.0 |
| 560 | 2026-05-13T18:10:52.937Z | Downloaded cargo-platform v0.1.9 |
| 561 | 2026-05-13T18:10:52.937Z | Downloaded const_format_proc_macros v0.2.34 |
| 562 | 2026-05-13T18:10:52.940Z | Downloaded base64ct v1.8.3 |
| 563 | 2026-05-13T18:10:52.940Z | Downloaded compression-codecs v0.4.37 |
| 564 | 2026-05-13T18:10:52.943Z | Downloaded env_logger v0.11.9 |
| 565 | 2026-05-13T18:10:52.946Z | Downloaded derive_builder_macro v0.20.2 |
| 566 | 2026-05-13T18:10:52.946Z | Downloaded derive_builder v0.20.2 |
| 567 | 2026-05-13T18:10:52.950Z | Downloaded embedded-io v0.4.0 |
| 568 | 2026-05-13T18:10:52.950Z | Downloaded document-features v0.2.12 |
| 569 | 2026-05-13T18:10:52.950Z | Downloaded dunce v1.0.5 |
| 570 | 2026-05-13T18:10:52.953Z | Downloaded daft v0.1.5 |
| 571 | 2026-05-13T18:10:52.953Z | Downloaded des v0.8.1 |
| 572 | 2026-05-13T18:10:52.953Z | Downloaded foreign-types v0.3.2 |
| 573 | 2026-05-13T18:10:52.957Z | Downloaded critical-section v1.2.0 |
| 574 | 2026-05-13T18:10:52.957Z | Downloaded filetime v0.2.27 |
| 575 | 2026-05-13T18:10:52.958Z | Downloaded console v0.16.2 |
| 576 | 2026-05-13T18:10:52.958Z | Downloaded flagset v0.4.7 |
| 577 | 2026-05-13T18:10:52.961Z | Downloaded cfg_aliases v0.1.1 |
| 578 | 2026-05-13T18:10:52.961Z | Downloaded crossbeam-epoch v0.9.18 |
| 579 | 2026-05-13T18:10:52.961Z | Downloaded aead v0.5.2 |
| 580 | 2026-05-13T18:10:52.964Z | Downloaded fallible-iterator v0.2.0 |
| 581 | 2026-05-13T18:10:52.964Z | Downloaded erased-serde v0.3.31 |
| 582 | 2026-05-13T18:10:52.964Z | Downloaded dropshot_endpoint v0.16.7 |
| 583 | 2026-05-13T18:10:52.967Z | Downloaded ctr v0.9.2 |
| 584 | 2026-05-13T18:10:52.970Z | Downloaded derive_builder_core v0.20.2 |
| 585 | 2026-05-13T18:10:52.970Z | Downloaded atty v0.2.14 |
| 586 | 2026-05-13T18:10:52.970Z | Downloaded async-recursion v1.1.1 |
| 587 | 2026-05-13T18:10:52.974Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 588 | 2026-05-13T18:10:52.974Z | Downloaded difflib v0.4.0 |
| 589 | 2026-05-13T18:10:52.974Z | Downloaded crc8 v0.1.1 |
| 590 | 2026-05-13T18:10:52.977Z | Downloaded crossbeam-deque v0.8.6 |
| 591 | 2026-05-13T18:10:52.977Z | Downloaded dof v0.4.0 |
| 592 | 2026-05-13T18:10:52.977Z | Downloaded cobs v0.3.0 |
| 593 | 2026-05-13T18:10:52.982Z | Downloaded bzip2 v0.6.1 |
| 594 | 2026-05-13T18:10:52.982Z | Downloaded crunchy v0.2.4 |
| 595 | 2026-05-13T18:10:52.982Z | Downloaded endian-type v0.1.2 |
| 596 | 2026-05-13T18:10:52.982Z | Downloaded assert_matches v1.5.0 |
| 597 | 2026-05-13T18:10:52.985Z | Downloaded float-ord v0.3.2 |
| 598 | 2026-05-13T18:10:52.985Z | Downloaded fixedbitset v0.4.2 |
| 599 | 2026-05-13T18:10:52.985Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 600 | 2026-05-13T18:10:52.985Z | Downloaded embedded-io v0.6.1 |
| 601 | 2026-05-13T18:10:52.985Z | Downloaded darling v0.21.3 |
| 602 | 2026-05-13T18:10:52.989Z | Downloaded fd-lock v4.0.4 |
| 603 | 2026-05-13T18:10:52.992Z | Downloaded enum-as-inner v0.6.1 |
| 604 | 2026-05-13T18:10:52.992Z | Downloaded dirs-next v2.0.0 |
| 605 | 2026-05-13T18:10:52.992Z | Downloaded dtrace-parser v0.3.0 |
| 606 | 2026-05-13T18:10:52.995Z | Downloaded colored v3.1.1 |
| 607 | 2026-05-13T18:10:52.995Z | Downloaded argon2 v0.5.3 |
| 608 | 2026-05-13T18:10:52.998Z | Downloaded compression-core v0.4.31 |
| 609 | 2026-05-13T18:10:52.998Z | Downloaded ciborium-io v0.2.2 |
| 610 | 2026-05-13T18:10:52.998Z | Downloaded der v0.7.10 |
| 611 | 2026-05-13T18:10:53.001Z | Downloaded display-error-chain v0.2.2 |
| 612 | 2026-05-13T18:10:53.001Z | Downloaded cstr-argument v0.1.2 |
| 613 | 2026-05-13T18:10:53.004Z | Downloaded crc32fast v1.5.0 |
| 614 | 2026-05-13T18:10:53.004Z | Downloaded cmake v0.1.57 |
| 615 | 2026-05-13T18:10:53.004Z | Downloaded allocator-api2 v0.2.21 |
| 616 | 2026-05-13T18:10:53.016Z | Downloaded ciborium-ll v0.2.2 |
| 617 | 2026-05-13T18:10:53.016Z | Downloaded data-encoding v2.10.0 |
| 618 | 2026-05-13T18:10:53.016Z | Downloaded float-cmp v0.10.0 |
| 619 | 2026-05-13T18:10:53.016Z | Downloaded env_filter v1.0.0 |
| 620 | 2026-05-13T18:10:53.016Z | Downloaded dyn-clone v1.0.20 |
| 621 | 2026-05-13T18:10:53.016Z | Downloaded atomicwrites v0.4.4 |
| 622 | 2026-05-13T18:10:53.016Z | Downloaded foreign-types-shared v0.3.1 |
| 623 | 2026-05-13T18:10:53.016Z | Downloaded funty v2.0.0 |
| 624 | 2026-05-13T18:10:53.020Z | Downloaded bit-set v0.5.3 |
| 625 | 2026-05-13T18:10:53.020Z | Downloaded async-stream v0.3.6 |
| 626 | 2026-05-13T18:10:53.020Z | Downloaded ascii-canvas v3.0.0 |
| 627 | 2026-05-13T18:10:53.020Z | Downloaded dsl_auto_type v0.2.0 |
| 628 | 2026-05-13T18:10:53.020Z | Downloaded crc-catalog v2.4.0 |
| 629 | 2026-05-13T18:10:53.020Z | Downloaded bitfield-struct v0.6.2 |
| 630 | 2026-05-13T18:10:53.020Z | Downloaded crc v3.4.0 |
| 631 | 2026-05-13T18:10:53.023Z | Downloaded castaway v0.2.4 |
| 632 | 2026-05-13T18:10:53.023Z | Downloaded futures-macro v0.3.32 |
| 633 | 2026-05-13T18:10:53.023Z | Downloaded expectorate v1.2.0 |
| 634 | 2026-05-13T18:10:53.026Z | Downloaded diesel-dtrace v0.5.0 |
| 635 | 2026-05-13T18:10:53.026Z | Downloaded darling v0.20.11 |
| 636 | 2026-05-13T18:10:53.029Z | Downloaded bit-set v0.8.0 |
| 637 | 2026-05-13T18:10:53.029Z | Downloaded atomic-waker v1.1.2 |
| 638 | 2026-05-13T18:10:53.033Z | Downloaded futures-core v0.3.32 |
| 639 | 2026-05-13T18:10:53.033Z | Downloaded ghash v0.5.1 |
| 640 | 2026-05-13T18:10:53.033Z | Downloaded async-stream-impl v0.3.6 |
| 641 | 2026-05-13T18:10:53.033Z | Downloaded bb8 v0.8.6 |
| 642 | 2026-05-13T18:10:53.036Z | Downloaded foreign-types-macros v0.2.3 |
| 643 | 2026-05-13T18:10:53.036Z | Downloaded futures-io v0.3.32 |
| 644 | 2026-05-13T18:10:53.036Z | Downloaded futures-sink v0.3.32 |
| 645 | 2026-05-13T18:10:53.040Z | Downloaded globwalk v0.9.1 |
| 646 | 2026-05-13T18:10:53.040Z | Downloaded hash32 v0.2.1 |
| 647 | 2026-05-13T18:10:53.040Z | Downloaded hash32 v0.3.1 |
| 648 | 2026-05-13T18:10:53.044Z | Downloaded fxhash v0.2.1 |
| 649 | 2026-05-13T18:10:53.044Z | Downloaded futures-task v0.3.32 |
| 650 | 2026-05-13T18:10:53.044Z | Downloaded camino-tempfile-ext v0.3.3 |
| 651 | 2026-05-13T18:10:53.044Z | Downloaded foreign-types-shared v0.1.1 |
| 652 | 2026-05-13T18:10:53.044Z | Downloaded bitfield-macros v0.19.4 |
| 653 | 2026-05-13T18:10:53.044Z | Downloaded headers-core v0.3.0 |
| 654 | 2026-05-13T18:10:53.044Z | Downloaded blowfish v0.9.1 |
| 655 | 2026-05-13T18:10:53.048Z | Downloaded hex-literal v0.4.1 |
| 656 | 2026-05-13T18:10:53.048Z | Downloaded bitfield v0.19.4 |
| 657 | 2026-05-13T18:10:53.048Z | Downloaded bitflags v1.3.2 |
| 658 | 2026-05-13T18:10:53.053Z | Downloaded async-trait v0.1.89 |
| 659 | 2026-05-13T18:10:53.053Z | Downloaded http-range v0.1.5 |
| 660 | 2026-05-13T18:10:53.053Z | Downloaded csv-core v0.1.13 |
| 661 | 2026-05-13T18:10:53.053Z | Downloaded http-body v1.0.1 |
| 662 | 2026-05-13T18:10:53.057Z | Downloaded ecdsa v0.16.9 |
| 663 | 2026-05-13T18:10:53.057Z | Downloaded chacha20 v0.9.1 |
| 664 | 2026-05-13T18:10:53.057Z | Downloaded cexpr v0.6.0 |
| 665 | 2026-05-13T18:10:53.061Z | Downloaded git-stub v1.0.0 |
| 666 | 2026-05-13T18:10:53.061Z | Downloaded cookie_store v0.22.1 |
| 667 | 2026-05-13T18:10:53.061Z | Downloaded console v0.15.11 |
| 668 | 2026-05-13T18:10:53.064Z | Downloaded fixedbitset v0.5.7 |
| 669 | 2026-05-13T18:10:53.064Z | Downloaded foreign-types v0.5.0 |
| 670 | 2026-05-13T18:10:53.064Z | Downloaded find-msvc-tools v0.1.9 |
| 671 | 2026-05-13T18:10:53.067Z | Downloaded home v0.5.12 |
| 672 | 2026-05-13T18:10:53.067Z | Downloaded either v1.15.0 |
| 673 | 2026-05-13T18:10:53.067Z | Downloaded ff v0.13.1 |
| 674 | 2026-05-13T18:10:53.070Z | Downloaded ena v0.14.4 |
| 675 | 2026-05-13T18:10:53.070Z | Downloaded hubpack_derive v0.1.1 |
| 676 | 2026-05-13T18:10:53.070Z | Downloaded hubpack v0.1.2 |
| 677 | 2026-05-13T18:10:53.074Z | Downloaded httpdate v1.0.3 |
| 678 | 2026-05-13T18:10:53.074Z | Downloaded derive-ex v0.1.8 |
| 679 | 2026-05-13T18:10:53.074Z | Downloaded gethostname v0.5.0 |
| 680 | 2026-05-13T18:10:53.074Z | Downloaded foldhash v0.1.5 |
| 681 | 2026-05-13T18:10:53.077Z | Downloaded ed25519 v2.2.3 |
| 682 | 2026-05-13T18:10:53.077Z | Downloaded cargo_metadata v0.19.2 |
| 683 | 2026-05-13T18:10:53.080Z | Downloaded darling v0.23.0 |
| 684 | 2026-05-13T18:10:53.083Z | Downloaded indent_write v2.2.0 |
| 685 | 2026-05-13T18:10:53.083Z | Downloaded ident_case v1.0.1 |
| 686 | 2026-05-13T18:10:53.083Z | Downloaded hyper-tls v0.6.0 |
| 687 | 2026-05-13T18:10:53.087Z | Downloaded indoc v1.0.9 |
| 688 | 2026-05-13T18:10:53.090Z | Downloaded hostname v0.3.1 |
| 689 | 2026-05-13T18:10:53.094Z | Downloaded foldhash v0.2.0 |
| 690 | 2026-05-13T18:10:53.097Z | Downloaded globset v0.4.18 |
| 691 | 2026-05-13T18:10:53.100Z | Downloaded bcs v0.1.6 |
| 692 | 2026-05-13T18:10:53.100Z | Downloaded hex v0.4.3 |
| 693 | 2026-05-13T18:10:53.103Z | Downloaded arrayvec v0.7.6 |
| 694 | 2026-05-13T18:10:53.106Z | Downloaded arc-swap v1.8.2 |
| 695 | 2026-05-13T18:10:53.109Z | Downloaded convert_case v0.10.0 |
| 696 | 2026-05-13T18:10:53.112Z | Downloaded arrayref v0.3.9 |
| 697 | 2026-05-13T18:10:53.112Z | Downloaded constant_time_eq v0.4.2 |
| 698 | 2026-05-13T18:10:53.114Z | Downloaded instability v0.3.11 |
| 699 | 2026-05-13T18:10:53.117Z | Downloaded inout v0.1.4 |
| 700 | 2026-05-13T18:10:53.117Z | Downloaded is_ci v1.2.0 |
| 701 | 2026-05-13T18:10:53.117Z | Downloaded bit-vec v0.6.3 |
| 702 | 2026-05-13T18:10:53.117Z | Downloaded byte-wrapper v0.1.0 |
| 703 | 2026-05-13T18:10:53.120Z | Downloaded corncobs v0.1.4 |
| 704 | 2026-05-13T18:10:53.120Z | Downloaded backoff v0.4.0 |
| 705 | 2026-05-13T18:10:53.125Z | Downloaded const-oid v0.9.6 |
| 706 | 2026-05-13T18:10:53.128Z | Downloaded drift v0.1.4 |
| 707 | 2026-05-13T18:10:53.134Z | Downloaded futures-executor v0.3.32 |
| 708 | 2026-05-13T18:10:53.136Z | Downloaded humantime v2.3.0 |
| 709 | 2026-05-13T18:10:53.136Z | Downloaded is-terminal v0.4.17 |
| 710 | 2026-05-13T18:10:53.140Z | Downloaded instant v0.1.13 |
| 711 | 2026-05-13T18:10:53.141Z | Downloaded cookie v0.18.1 |
| 712 | 2026-05-13T18:10:53.141Z | Downloaded chacha20poly1305 v0.10.1 |
| 713 | 2026-05-13T18:10:53.144Z | Downloaded lazy_static v1.5.0 |
| 714 | 2026-05-13T18:10:53.144Z | Downloaded lalrpop-util v0.19.12 |
| 715 | 2026-05-13T18:10:53.145Z | Downloaded bzip2 v0.4.4 |
| 716 | 2026-05-13T18:10:53.145Z | Downloaded diff v0.1.13 |
| 717 | 2026-05-13T18:10:53.147Z | Downloaded cipher v0.4.4 |
| 718 | 2026-05-13T18:10:53.148Z | Downloaded chacha20 v0.10.0 |
| 719 | 2026-05-13T18:10:53.151Z | Downloaded keccak v0.1.6 |
| 720 | 2026-05-13T18:10:53.151Z | Downloaded ingot v0.1.1 |
| 721 | 2026-05-13T18:10:53.151Z | Downloaded indoc v2.0.7 |
| 722 | 2026-05-13T18:10:53.154Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 723 | 2026-05-13T18:10:53.154Z | Downloaded maplit v1.0.2 |
| 724 | 2026-05-13T18:10:53.157Z | Downloaded md5 v0.7.0 |
| 725 | 2026-05-13T18:10:53.157Z | Downloaded new_debug_unreachable v1.0.6 |
| 726 | 2026-05-13T18:10:53.157Z | Downloaded mime v0.3.17 |
| 727 | 2026-05-13T18:10:53.158Z | Downloaded memoffset v0.9.1 |
| 728 | 2026-05-13T18:10:53.161Z | Downloaded fs-err v2.11.0 |
| 729 | 2026-05-13T18:10:53.161Z | Downloaded blake2 v0.10.6 |
| 730 | 2026-05-13T18:10:53.165Z | Downloaded ar_archive_writer v0.5.1 |
| 731 | 2026-05-13T18:10:53.165Z | Downloaded multimap v0.10.1 |
| 732 | 2026-05-13T18:10:53.165Z | Downloaded group v0.13.0 |
| 733 | 2026-05-13T18:10:53.168Z | Downloaded cassowary v0.3.0 |
| 734 | 2026-05-13T18:10:53.168Z | Downloaded http-body-util v0.1.3 |
| 735 | 2026-05-13T18:10:53.168Z | Downloaded cbc v0.1.2 |
| 736 | 2026-05-13T18:10:53.171Z | Downloaded highway v1.3.0 |
| 737 | 2026-05-13T18:10:53.171Z | Downloaded half v1.8.3 |
| 738 | 2026-05-13T18:10:53.174Z | Downloaded glob v0.3.3 |
| 739 | 2026-05-13T18:10:53.174Z | Downloaded futures-channel v0.3.32 |
| 740 | 2026-05-13T18:10:53.174Z | Downloaded git-stub-vcs v0.1.0 |
| 741 | 2026-05-13T18:10:53.177Z | Downloaded cancel-safe-futures v0.1.5 |
| 742 | 2026-05-13T18:10:53.177Z | Downloaded lru-slab v0.1.2 |
| 743 | 2026-05-13T18:10:53.180Z | Downloaded ipnet v2.11.0 |
| 744 | 2026-05-13T18:10:53.180Z | Downloaded match_cfg v0.1.0 |
| 745 | 2026-05-13T18:10:53.180Z | Downloaded lzss v0.8.2 |
| 746 | 2026-05-13T18:10:53.187Z | Downloaded lru-cache v0.1.2 |
| 747 | 2026-05-13T18:10:53.187Z | Downloaded ipnetwork v0.21.1 |
| 748 | 2026-05-13T18:10:53.187Z | Downloaded nibble_vec v0.1.0 |
| 749 | 2026-05-13T18:10:53.187Z | Downloaded newtype-uuid-macros v0.1.0 |
| 750 | 2026-05-13T18:10:53.193Z | Downloaded fatfs v0.3.6 |
| 751 | 2026-05-13T18:10:53.193Z | Downloaded md-5 v0.10.6 |
| 752 | 2026-05-13T18:10:53.193Z | Downloaded maybe-uninit v2.0.0 |
| 753 | 2026-05-13T18:10:53.193Z | Downloaded newline-converter v0.3.0 |
| 754 | 2026-05-13T18:10:53.194Z | Downloaded daft-derive v0.1.5 |
| 755 | 2026-05-13T18:10:53.197Z | Downloaded elliptic-curve v0.13.8 |
| 756 | 2026-05-13T18:10:53.197Z | Downloaded colored v2.2.0 |
| 757 | 2026-05-13T18:10:53.197Z | Downloaded normalize-line-endings v0.3.0 |
| 758 | 2026-05-13T18:10:53.200Z | Downloaded newtype_derive v0.1.6 |
| 759 | 2026-05-13T18:10:53.200Z | Downloaded derive-where v1.6.0 |
| 760 | 2026-05-13T18:10:53.203Z | Downloaded nonempty v0.12.0 |
| 761 | 2026-05-13T18:10:53.203Z | Downloaded nodrop v0.1.14 |
| 762 | 2026-05-13T18:10:53.203Z | Downloaded darling_core v0.23.0 |
| 763 | 2026-05-13T18:10:53.206Z | Downloaded num-conv v0.2.0 |
| 764 | 2026-05-13T18:10:53.206Z | Downloaded linked-hash-map v0.5.6 |
| 765 | 2026-05-13T18:10:53.212Z | Downloaded iana-time-zone v0.1.65 |
| 766 | 2026-05-13T18:10:53.212Z | Downloaded libsw-core v0.3.2 |
| 767 | 2026-05-13T18:10:53.215Z | Downloaded libefi-sys v0.1.0 |
| 768 | 2026-05-13T18:10:53.215Z | Downloaded aes-gcm v0.10.3 |
| 769 | 2026-05-13T18:10:53.215Z | Downloaded managed v0.8.0 |
| 770 | 2026-05-13T18:10:53.216Z | Downloaded lock_api v0.4.14 |
| 771 | 2026-05-13T18:10:53.216Z | Downloaded linear-map v1.2.0 |
| 772 | 2026-05-13T18:10:53.219Z | Downloaded num_threads v0.1.7 |
| 773 | 2026-05-13T18:10:53.219Z | Downloaded num_enum_derive v0.5.11 |
| 774 | 2026-05-13T18:10:53.219Z | Downloaded ingot-types v0.1.2 |
| 775 | 2026-05-13T18:10:53.219Z | Downloaded hyper-staticfile v0.10.1 |
| 776 | 2026-05-13T18:10:53.222Z | Downloaded fs_extra v1.3.0 |
| 777 | 2026-05-13T18:10:53.222Z | Downloaded ahash v0.8.12 |
| 778 | 2026-05-13T18:10:53.225Z | Downloaded nanorand v0.7.0 |
| 779 | 2026-05-13T18:10:53.225Z | Downloaded crc-any v2.5.0 |
| 780 | 2026-05-13T18:10:53.228Z | Downloaded num v0.4.3 |
| 781 | 2026-05-13T18:10:53.228Z | Downloaded backon v1.6.0 |
| 782 | 2026-05-13T18:10:53.231Z | Downloaded getrandom v0.3.4 |
| 783 | 2026-05-13T18:10:53.231Z | Downloaded jobserver v0.1.34 |
| 784 | 2026-05-13T18:10:53.234Z | Downloaded futures v0.3.32 |
| 785 | 2026-05-13T18:10:53.237Z | Downloaded derive_more v0.99.20 |
| 786 | 2026-05-13T18:10:53.240Z | Downloaded num-iter v0.1.45 |
| 787 | 2026-05-13T18:10:53.240Z | Downloaded num-derive v0.4.2 |
| 788 | 2026-05-13T18:10:53.243Z | Downloaded openssl-probe v0.2.1 |
| 789 | 2026-05-13T18:10:53.243Z | Downloaded olpc-cjson v0.1.4 |
| 790 | 2026-05-13T18:10:53.243Z | Downloaded native-tls v0.2.18 |
| 791 | 2026-05-13T18:10:53.243Z | Downloaded libscf-sys v1.2.0 |
| 792 | 2026-05-13T18:10:53.246Z | Downloaded internet-checksum v0.2.1 |
| 793 | 2026-05-13T18:10:53.246Z | Downloaded hostname v0.4.2 |
| 794 | 2026-05-13T18:10:53.246Z | Downloaded hmac v0.12.1 |
| 795 | 2026-05-13T18:10:53.249Z | Downloaded darling_core v0.20.11 |
| 796 | 2026-05-13T18:10:53.252Z | Downloaded getrandom v0.2.17 |
| 797 | 2026-05-13T18:10:53.255Z | Downloaded clang-sys v1.8.1 |
| 798 | 2026-05-13T18:10:53.255Z | Downloaded packed_struct_codegen v0.10.1 |
| 799 | 2026-05-13T18:10:53.258Z | Downloaded flume v0.11.1 |
| 800 | 2026-05-13T18:10:53.261Z | Downloaded oso-derive v0.27.3 |
| 801 | 2026-05-13T18:10:53.261Z | Downloaded opaque-debug v0.3.1 |
| 802 | 2026-05-13T18:10:53.261Z | Downloaded lru v0.12.5 |
| 803 | 2026-05-13T18:10:53.265Z | Downloaded libsw v3.5.0 |
| 804 | 2026-05-13T18:10:53.265Z | Downloaded libloading v0.8.9 |
| 805 | 2026-05-13T18:10:53.265Z | Downloaded parse-size v1.1.0 |
| 806 | 2026-05-13T18:10:53.268Z | Downloaded openssl-macros v0.1.1 |
| 807 | 2026-05-13T18:10:53.268Z | Downloaded openssl-probe v0.1.6 |
| 808 | 2026-05-13T18:10:53.268Z | Downloaded mime_guess v2.0.5 |
| 809 | 2026-05-13T18:10:53.271Z | Downloaded darling_core v0.21.3 |
| 810 | 2026-05-13T18:10:53.274Z | Downloaded multer v3.1.0 |
| 811 | 2026-05-13T18:10:53.274Z | Downloaded hyper-rustls v0.27.7 |
| 812 | 2026-05-13T18:10:53.278Z | Downloaded cc v1.2.56 |
| 813 | 2026-05-13T18:10:53.278Z | Downloaded bytes v1.11.1 |
| 814 | 2026-05-13T18:10:53.283Z | Downloaded memmap2 v0.9.10 |
| 815 | 2026-05-13T18:10:53.286Z | Downloaded async-bb8-diesel v0.2.1 |
| 816 | 2026-05-13T18:10:53.292Z | Downloaded parse-display v0.10.0 |
| 817 | 2026-05-13T18:10:53.296Z | Downloaded const_format v0.2.35 |
| 818 | 2026-05-13T18:10:53.296Z | Downloaded ciborium v0.2.2 |
| 819 | 2026-05-13T18:10:53.299Z | Downloaded nu-ansi-term v0.50.3 |
| 820 | 2026-05-13T18:10:53.299Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-13T18:10:53.302Z | Downloaded newtype-uuid v1.3.2 |
| 822 | 2026-05-13T18:10:53.316Z | Downloaded pin-utils v0.1.0 |
| 823 | 2026-05-13T18:10:53.320Z | Downloaded phf_shared v0.11.3 |
| 824 | 2026-05-13T18:10:53.320Z | Downloaded num-complex v0.4.6 |
| 825 | 2026-05-13T18:10:53.320Z | Downloaded flate2 v1.1.9 |
| 826 | 2026-05-13T18:10:53.325Z | Downloaded peg-runtime v0.8.5 |
| 827 | 2026-05-13T18:10:53.325Z | Downloaded pbkdf2 v0.12.2 |
| 828 | 2026-05-13T18:10:53.325Z | Downloaded crossbeam-channel v0.5.15 |
| 829 | 2026-05-13T18:10:53.329Z | Downloaded phf_shared v0.13.1 |
| 830 | 2026-05-13T18:10:53.329Z | Downloaded phf_shared v0.12.1 |
| 831 | 2026-05-13T18:10:53.329Z | Downloaded half v2.7.1 |
| 832 | 2026-05-13T18:10:53.333Z | Downloaded predicates-tree v1.0.13 |
| 833 | 2026-05-13T18:10:53.333Z | Downloaded precomputed-hash v0.1.1 |
| 834 | 2026-05-13T18:10:53.333Z | Downloaded derive_more v2.1.1 |
| 835 | 2026-05-13T18:10:53.338Z | Downloaded proc-macro-crate v3.4.0 |
| 836 | 2026-05-13T18:10:53.342Z | Downloaded proc-macro-crate v1.3.1 |
| 837 | 2026-05-13T18:10:53.342Z | Downloaded httparse v1.10.1 |
| 838 | 2026-05-13T18:10:53.346Z | Downloaded predicates-core v1.0.10 |
| 839 | 2026-05-13T18:10:53.346Z | Downloaded indicatif v0.18.4 |
| 840 | 2026-05-13T18:10:53.346Z | Downloaded parking_lot_core v0.8.6 |
| 841 | 2026-05-13T18:10:53.350Z | Downloaded omicron-zone-package v0.12.2 |
| 842 | 2026-05-13T18:10:53.350Z | Downloaded litrs v1.0.0 |
| 843 | 2026-05-13T18:10:53.353Z | Downloaded progenitor-client v0.11.2 |
| 844 | 2026-05-13T18:10:53.353Z | Downloaded progenitor-client v0.10.0 |
| 845 | 2026-05-13T18:10:53.353Z | Downloaded progenitor-client v0.14.0 |
| 846 | 2026-05-13T18:10:53.358Z | Downloaded powerfmt v0.2.0 |
| 847 | 2026-05-13T18:10:53.358Z | Downloaded compact_str v0.8.1 |
| 848 | 2026-05-13T18:10:53.361Z | Downloaded peg-macros v0.8.5 |
| 849 | 2026-05-13T18:10:53.361Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 850 | 2026-05-13T18:10:53.361Z | Downloaded password-hash v0.4.2 |
| 851 | 2026-05-13T18:10:53.361Z | Downloaded phf v0.13.1 |
| 852 | 2026-05-13T18:10:53.361Z | Downloaded indexmap v1.9.3 |
| 853 | 2026-05-13T18:10:53.364Z | Downloaded pem v3.0.6 |
| 854 | 2026-05-13T18:10:53.364Z | Downloaded paste v1.0.15 |
| 855 | 2026-05-13T18:10:53.367Z | Downloaded oxide-tokio-rt v0.1.4 |
| 856 | 2026-05-13T18:10:53.367Z | Downloaded owo-colors v4.3.0 |
| 857 | 2026-05-13T18:10:53.371Z | Downloaded progenitor-macro v0.13.0 |
| 858 | 2026-05-13T18:10:53.371Z | Downloaded progenitor-macro v0.10.0 |
| 859 | 2026-05-13T18:10:53.371Z | Downloaded heapless v0.7.17 |
| 860 | 2026-05-13T18:10:53.374Z | Downloaded num_enum v0.7.5 |
| 861 | 2026-05-13T18:10:53.377Z | Downloaded hickory-resolver v0.25.2 |
| 862 | 2026-05-13T18:10:53.380Z | Downloaded phf v0.12.1 |
| 863 | 2026-05-13T18:10:53.380Z | Downloaded hickory-resolver v0.24.4 |
| 864 | 2026-05-13T18:10:53.384Z | Downloaded pkcs8 v0.10.2 |
| 865 | 2026-05-13T18:10:53.384Z | Downloaded quick-error v1.2.3 |
| 866 | 2026-05-13T18:10:53.387Z | Downloaded password-hash v0.5.0 |
| 867 | 2026-05-13T18:10:53.387Z | Downloaded poly1305 v0.8.0 |
| 868 | 2026-05-13T18:10:53.390Z | Downloaded pin-project-lite v0.2.17 |
| 869 | 2026-05-13T18:10:53.390Z | Downloaded radium v0.7.0 |
| 870 | 2026-05-13T18:10:53.393Z | Downloaded base64 v0.22.1 |
| 871 | 2026-05-13T18:10:53.393Z | Downloaded progenitor-macro v0.11.2 |
| 872 | 2026-05-13T18:10:53.397Z | Downloaded ignore v0.4.25 |
| 873 | 2026-05-13T18:10:53.397Z | Downloaded psl-types v2.0.11 |
| 874 | 2026-05-13T18:10:53.397Z | Downloaded ed25519-dalek v2.2.0 |
| 875 | 2026-05-13T18:10:53.400Z | Downloaded diesel_derives v2.3.7 |
| 876 | 2026-05-13T18:10:53.403Z | Downloaded num-rational v0.4.2 |
| 877 | 2026-05-13T18:10:53.405Z | Downloaded progenitor-macro v0.14.0 |
| 878 | 2026-05-13T18:10:53.405Z | Downloaded num_enum_derive v0.7.5 |
| 879 | 2026-05-13T18:10:53.405Z | Downloaded num_enum v0.5.11 |
| 880 | 2026-05-13T18:10:53.410Z | Downloaded rand_chacha v0.3.1 |
| 881 | 2026-05-13T18:10:53.412Z | Downloaded pkg-config v0.3.32 |
| 882 | 2026-05-13T18:10:53.413Z | Downloaded derive_more-impl v2.1.1 |
| 883 | 2026-05-13T18:10:53.415Z | Downloaded num-integer v0.1.46 |
| 884 | 2026-05-13T18:10:53.415Z | Downloaded pbkdf2 v0.11.0 |
| 885 | 2026-05-13T18:10:53.419Z | Downloaded headers v0.4.1 |
| 886 | 2026-05-13T18:10:53.422Z | Downloaded primeorder v0.13.6 |
| 887 | 2026-05-13T18:10:53.422Z | Downloaded polyval v0.6.2 |
| 888 | 2026-05-13T18:10:53.422Z | Downloaded parking_lot_core v0.9.12 |
| 889 | 2026-05-13T18:10:53.425Z | Downloaded parse-display-derive v0.10.0 |
| 890 | 2026-05-13T18:10:53.425Z | Downloaded libbz2-rs-sys v0.2.2 |
| 891 | 2026-05-13T18:10:53.428Z | Downloaded proc-macro-error2 v2.0.1 |
| 892 | 2026-05-13T18:10:53.428Z | Downloaded crypto-bigint v0.5.5 |
| 893 | 2026-05-13T18:10:53.431Z | Downloaded progenitor-extras v0.2.0 |
| 894 | 2026-05-13T18:10:53.434Z | Downloaded ref-cast-impl v1.0.25 |
| 895 | 2026-05-13T18:10:53.434Z | Downloaded rand_xorshift v0.4.0 |
| 896 | 2026-05-13T18:10:53.434Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-05-13T18:10:53.437Z | Downloaded progenitor v0.13.0 |
| 898 | 2026-05-13T18:10:53.437Z | Downloaded rfc6979 v0.4.0 |
| 899 | 2026-05-13T18:10:53.437Z | Downloaded progenitor v0.11.2 |
| 900 | 2026-05-13T18:10:53.440Z | Downloaded ref-cast v1.0.25 |
| 901 | 2026-05-13T18:10:53.440Z | Downloaded progenitor v0.10.0 |
| 902 | 2026-05-13T18:10:53.445Z | Downloaded recursive v0.1.1 |
| 903 | 2026-05-13T18:10:53.445Z | Downloaded predicates v3.1.4 |
| 904 | 2026-05-13T18:10:53.445Z | Downloaded heapless v0.8.0 |
| 905 | 2026-05-13T18:10:53.448Z | Downloaded postgres-protocol v0.6.10 |
| 906 | 2026-05-13T18:10:53.448Z | Downloaded peg v0.8.5 |
| 907 | 2026-05-13T18:10:53.451Z | Downloaded progenitor v0.14.0 |
| 908 | 2026-05-13T18:10:53.451Z | Downloaded miniz_oxide v0.8.9 |
| 909 | 2026-05-13T18:10:53.454Z | Downloaded hickory-server v0.25.2 |
| 910 | 2026-05-13T18:10:53.457Z | Downloaded pin-project-internal v1.1.11 |
| 911 | 2026-05-13T18:10:53.457Z | Downloaded psm v0.1.30 |
| 912 | 2026-05-13T18:10:53.460Z | Downloaded oxnet v0.1.4 |
| 913 | 2026-05-13T18:10:53.460Z | Downloaded rtoolbox v0.0.3 |
| 914 | 2026-05-13T18:10:53.460Z | Downloaded base64 v0.21.7 |
| 915 | 2026-05-13T18:10:53.464Z | Downloaded path-slash v0.1.5 |
| 916 | 2026-05-13T18:10:53.464Z | Downloaded kstat-rs v0.2.4 |
| 917 | 2026-05-13T18:10:53.469Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 918 | 2026-05-13T18:10:53.471Z | Downloaded rustc-hash v2.1.1 |
| 919 | 2026-05-13T18:10:53.471Z | Downloaded rustc_version v0.4.1 |
| 920 | 2026-05-13T18:10:53.474Z | Downloaded parking_lot v0.11.2 |
| 921 | 2026-05-13T18:10:53.474Z | Downloaded ppv-lite86 v0.2.21 |
| 922 | 2026-05-13T18:10:53.477Z | Downloaded pem-rfc7468 v0.7.0 |
| 923 | 2026-05-13T18:10:53.477Z | Downloaded packed_struct v0.10.1 |
| 924 | 2026-05-13T18:10:53.480Z | Downloaded rustc_version v0.1.7 |
| 925 | 2026-05-13T18:10:53.483Z | Downloaded r2d2 v0.8.10 |
| 926 | 2026-05-13T18:10:53.489Z | Downloaded rand_chacha v0.9.0 |
| 927 | 2026-05-13T18:10:53.492Z | Downloaded postcard v1.1.3 |
| 928 | 2026-05-13T18:10:53.492Z | Downloaded papergrid v0.17.0 |
| 929 | 2026-05-13T18:10:53.495Z | Downloaded same-file v1.0.6 |
| 930 | 2026-05-13T18:10:53.498Z | Downloaded sapling-renderdag v0.1.0 |
| 931 | 2026-05-13T18:10:53.498Z | Downloaded russh-cryptovec v0.7.3 |
| 932 | 2026-05-13T18:10:53.501Z | Downloaded scheduled-thread-pool v0.2.7 |
| 933 | 2026-05-13T18:10:53.504Z | Downloaded secrecy v0.8.0 |
| 934 | 2026-05-13T18:10:53.504Z | Downloaded scroll_derive v0.13.1 |
| 935 | 2026-05-13T18:10:53.504Z | Downloaded scopeguard v1.2.0 |
| 936 | 2026-05-13T18:10:53.507Z | Downloaded scrypt v0.11.0 |
| 937 | 2026-05-13T18:10:53.507Z | Downloaded salsa20 v0.10.2 |
| 938 | 2026-05-13T18:10:53.511Z | Downloaded openssl-sys v0.9.115 |
| 939 | 2026-05-13T18:10:53.514Z | Downloaded rand_core v0.6.4 |
| 940 | 2026-05-13T18:10:53.517Z | Downloaded postgres-types v0.2.12 |
| 941 | 2026-05-13T18:10:53.517Z | Downloaded async-compression v0.4.41 |
| 942 | 2026-05-13T18:10:53.520Z | Downloaded pkcs5 v0.7.1 |
| 943 | 2026-05-13T18:10:53.523Z | Downloaded seq-macro v0.3.6 |
| 944 | 2026-05-13T18:10:53.528Z | Downloaded serde-big-array v0.5.1 |
| 945 | 2026-05-13T18:10:53.531Z | Downloaded p256 v0.13.2 |
| 946 | 2026-05-13T18:10:53.534Z | Downloaded rand_seeder v0.4.0 |
| 947 | 2026-05-13T18:10:53.534Z | Downloaded http v1.4.0 |
| 948 | 2026-05-13T18:10:53.537Z | Downloaded rand_core v0.9.5 |
| 949 | 2026-05-13T18:10:53.537Z | Downloaded serde_bytes v0.11.19 |
| 950 | 2026-05-13T18:10:53.537Z | Downloaded crossterm v0.29.0 |
| 951 | 2026-05-13T18:10:53.540Z | Downloaded serde_repr v0.1.20 |
| 952 | 2026-05-13T18:10:53.547Z | Downloaded serde_spanned v1.0.4 |
| 953 | 2026-05-13T18:10:53.550Z | Downloaded resolv-conf v0.7.6 |
| 954 | 2026-05-13T18:10:53.550Z | Downloaded signal-hook-mio v0.2.5 |
| 955 | 2026-05-13T18:10:53.553Z | Downloaded shell-words v1.1.1 |
| 956 | 2026-05-13T18:10:53.553Z | Downloaded oso v0.27.3 |
| 957 | 2026-05-13T18:10:53.556Z | Downloaded sigpipe v0.1.3 |
| 958 | 2026-05-13T18:10:53.556Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-05-13T18:10:53.559Z | Downloaded secrecy v0.10.3 |
| 960 | 2026-05-13T18:10:53.559Z | Downloaded semver v0.1.20 |
| 961 | 2026-05-13T18:10:53.559Z | Downloaded rustls-native-certs v0.8.3 |
| 962 | 2026-05-13T18:10:53.562Z | Downloaded hyper-util v0.1.20 |
| 963 | 2026-05-13T18:10:53.565Z | Downloaded parking_lot v0.12.5 |
| 964 | 2026-05-13T18:10:53.568Z | Downloaded serde_urlencoded v0.7.1 |
| 965 | 2026-05-13T18:10:53.568Z | Downloaded siphasher v1.0.2 |
| 966 | 2026-05-13T18:10:53.571Z | Downloaded schemars_derive v0.8.22 |
| 967 | 2026-05-13T18:10:53.571Z | Downloaded rustls-pemfile v2.2.0 |
| 968 | 2026-05-13T18:10:53.571Z | Downloaded rustls-pemfile v1.0.4 |
| 969 | 2026-05-13T18:10:53.574Z | Downloaded slog-bunyan v2.5.0 |
| 970 | 2026-05-13T18:10:53.574Z | Downloaded mio v1.2.0 |
| 971 | 2026-05-13T18:10:53.577Z | Downloaded sct v0.7.1 |
| 972 | 2026-05-13T18:10:53.580Z | Downloaded signal-hook-tokio v0.3.1 |
| 973 | 2026-05-13T18:10:53.580Z | Downloaded dropshot-api-manager v0.7.1 |
| 974 | 2026-05-13T18:10:53.583Z | Downloaded pin-project v1.1.11 |
| 975 | 2026-05-13T18:10:53.589Z | Downloaded slog-envlogger v2.2.0 |
| 976 | 2026-05-13T18:10:53.592Z | Downloaded progenitor-impl v0.14.0 |
| 977 | 2026-05-13T18:10:53.592Z | Downloaded jiff-static v0.2.21 |
| 978 | 2026-05-13T18:10:53.595Z | Downloaded bumpalo v3.20.2 |
| 979 | 2026-05-13T18:10:53.598Z | Downloaded rusty-fork v0.3.1 |
| 980 | 2026-05-13T18:10:53.598Z | Downloaded rustversion v1.0.22 |
| 981 | 2026-05-13T18:10:53.598Z | Downloaded serde_plain v1.0.2 |
| 982 | 2026-05-13T18:10:53.601Z | Downloaded signature v2.2.0 |
| 983 | 2026-05-13T18:10:53.604Z | Downloaded pkcs1 v0.7.5 |
| 984 | 2026-05-13T18:10:53.607Z | Downloaded serde_path_to_error v0.1.20 |
| 985 | 2026-05-13T18:10:53.607Z | Downloaded serde_derive_internals v0.29.1 |
| 986 | 2026-05-13T18:10:53.610Z | Downloaded hashbrown v0.13.2 |
| 987 | 2026-05-13T18:10:53.613Z | Downloaded signal-hook-registry v1.4.8 |
| 988 | 2026-05-13T18:10:53.613Z | Downloaded quinn-udp v0.5.14 |
| 989 | 2026-05-13T18:10:53.613Z | Downloaded hashbrown v0.12.3 |
| 990 | 2026-05-13T18:10:53.616Z | Downloaded ssh-encoding v0.2.0 |
| 991 | 2026-05-13T18:10:53.619Z | Downloaded prefix-trie v0.7.0 |
| 992 | 2026-05-13T18:10:53.619Z | Downloaded sqlparser_derive v0.5.0 |
| 993 | 2026-05-13T18:10:53.622Z | Downloaded rustls-pki-types v1.14.0 |
| 994 | 2026-05-13T18:10:53.622Z | Downloaded shlex v1.3.0 |
| 995 | 2026-05-13T18:10:53.626Z | Downloaded pretty_assertions v1.4.1 |
| 996 | 2026-05-13T18:10:53.626Z | Downloaded rand_core v0.10.0 |
| 997 | 2026-05-13T18:10:53.629Z | Downloaded scroll v0.13.0 |
| 998 | 2026-05-13T18:10:53.632Z | Downloaded strip-ansi-escapes v0.2.1 |
| 999 | 2026-05-13T18:10:53.635Z | Downloaded structmeta-derive v0.3.0 |
| 1000 | 2026-05-13T18:10:53.638Z | Downloaded ron v0.8.1 |
| 1001 | 2026-05-13T18:10:53.641Z | Downloaded minimal-lexical v0.2.1 |
| 1002 | 2026-05-13T18:10:53.644Z | Downloaded structmeta v0.3.0 |
| 1003 | 2026-05-13T18:10:53.647Z | Downloaded progenitor-impl v0.11.2 |
| 1004 | 2026-05-13T18:10:53.650Z | Downloaded progenitor-impl v0.10.0 |
| 1005 | 2026-05-13T18:10:53.655Z | Downloaded serde-hex v0.1.0 |
| 1006 | 2026-05-13T18:10:53.660Z | Downloaded ssh-cipher v0.2.0 |
| 1007 | 2026-05-13T18:10:53.663Z | Downloaded slog-json v2.6.1 |
| 1008 | 2026-05-13T18:10:53.664Z | Downloaded strum v0.27.2 |
| 1009 | 2026-05-13T18:10:53.667Z | Downloaded sec1 v0.7.3 |
| 1010 | 2026-05-13T18:10:53.670Z | Downloaded crossterm v0.28.1 |
| 1011 | 2026-05-13T18:10:53.673Z | Downloaded tagptr v0.2.0 |
| 1012 | 2026-05-13T18:10:53.674Z | Downloaded tabwriter v1.4.1 |
| 1013 | 2026-05-13T18:10:53.674Z | Downloaded sync_wrapper v1.0.2 |
| 1014 | 2026-05-13T18:10:53.676Z | Downloaded tabled_derive v0.11.0 |
| 1015 | 2026-05-13T18:10:53.676Z | Downloaded subtle v2.6.1 |
| 1016 | 2026-05-13T18:10:53.676Z | Downloaded smf v0.2.3 |
| 1017 | 2026-05-13T18:10:53.680Z | Downloaded spki v0.7.3 |
| 1018 | 2026-05-13T18:10:53.680Z | Downloaded snafu-derive v0.8.9 |
| 1019 | 2026-05-13T18:10:53.683Z | Downloaded smallvec v0.6.14 |
| 1020 | 2026-05-13T18:10:53.683Z | Downloaded russh-keys v0.45.0 |
| 1021 | 2026-05-13T18:10:53.683Z | Downloaded serde_with_macros v3.17.0 |
| 1022 | 2026-05-13T18:10:53.686Z | Downloaded serde_cbor v0.11.2 |
| 1023 | 2026-05-13T18:10:53.686Z | Downloaded simd-adler32 v0.3.8 |
| 1024 | 2026-05-13T18:10:53.689Z | Downloaded sqlformat v0.3.5 |
| 1025 | 2026-05-13T18:10:53.689Z | Downloaded tap v1.0.1 |
| 1026 | 2026-05-13T18:10:53.692Z | Downloaded take_mut v0.2.2 |
| 1027 | 2026-05-13T18:10:53.692Z | Downloaded sync-ptr v0.1.4 |
| 1028 | 2026-05-13T18:10:53.692Z | Downloaded supports-color v3.0.2 |
| 1029 | 2026-05-13T18:10:53.692Z | Downloaded thread-id v5.1.0 |
| 1030 | 2026-05-13T18:10:53.695Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-05-13T18:10:53.695Z | Downloaded termtree v0.5.1 |
| 1032 | 2026-05-13T18:10:53.695Z | Downloaded slog-dtrace v0.3.0 |
| 1033 | 2026-05-13T18:10:53.695Z | Downloaded slab v0.4.12 |
| 1034 | 2026-05-13T18:10:53.698Z | Downloaded num-bigint v0.4.6 |
| 1035 | 2026-05-13T18:10:53.701Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-13T18:10:53.705Z | Downloaded stringprep v0.1.5 |
| 1037 | 2026-05-13T18:10:53.708Z | Downloaded libxml v0.3.3 |
| 1038 | 2026-05-13T18:10:53.711Z | Downloaded rcgen v0.12.1 |
| 1039 | 2026-05-13T18:10:53.714Z | Downloaded slog-stdlog v4.1.1 |
| 1040 | 2026-05-13T18:10:53.714Z | Downloaded strum_macros v0.24.3 |
| 1041 | 2026-05-13T18:10:53.717Z | Downloaded string_cache v0.8.9 |
| 1042 | 2026-05-13T18:10:53.717Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-05-13T18:10:53.717Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1044 | 2026-05-13T18:10:53.725Z | Downloaded aes v0.8.4 |
| 1045 | 2026-05-13T18:10:53.728Z | Downloaded rand v0.8.6 |
| 1046 | 2026-05-13T18:10:53.731Z | Downloaded strum_macros v0.26.4 |
| 1047 | 2026-05-13T18:10:53.731Z | Downloaded tokio-macros v2.7.0 |
| 1048 | 2026-05-13T18:10:53.734Z | Downloaded progenitor-impl v0.13.0 |
| 1049 | 2026-05-13T18:10:53.734Z | Downloaded tinyvec_macros v0.1.1 |
| 1050 | 2026-05-13T18:10:53.734Z | Downloaded strum_macros v0.27.2 |
| 1051 | 2026-05-13T18:10:53.738Z | Downloaded slog-term v2.9.2 |
| 1052 | 2026-05-13T18:10:53.743Z | Downloaded static_assertions v1.1.0 |
| 1053 | 2026-05-13T18:10:53.746Z | Downloaded stacker v0.1.23 |
| 1054 | 2026-05-13T18:10:53.746Z | Downloaded strum v0.26.3 |
| 1055 | 2026-05-13T18:10:53.751Z | Downloaded spin v0.9.8 |
| 1056 | 2026-05-13T18:10:53.754Z | Downloaded nom v7.1.3 |
| 1057 | 2026-05-13T18:10:53.757Z | Downloaded itertools v0.10.5 |
| 1058 | 2026-05-13T18:10:53.766Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1059 | 2026-05-13T18:10:53.769Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1060 | 2026-05-13T18:10:53.775Z | Downloaded thiserror-no-std v2.0.2 |
| 1061 | 2026-05-13T18:10:53.778Z | Downloaded thread_local v1.1.9 |
| 1062 | 2026-05-13T18:10:53.781Z | Downloaded termios v0.3.3 |
| 1063 | 2026-05-13T18:10:53.781Z | Downloaded support-bundle-viewer v0.1.2 |
| 1064 | 2026-05-13T18:10:53.781Z | Downloaded topological-sort v0.2.2 |
| 1065 | 2026-05-13T18:10:53.784Z | Downloaded tower-layer v0.3.3 |
| 1066 | 2026-05-13T18:10:53.784Z | Downloaded try-lock v0.2.5 |
| 1067 | 2026-05-13T18:10:53.784Z | Downloaded tiny-keccak v2.0.2 |
| 1068 | 2026-05-13T18:10:53.787Z | Downloaded schemars v0.8.22 |
| 1069 | 2026-05-13T18:10:53.791Z | Downloaded slog v2.8.2 |
| 1070 | 2026-05-13T18:10:53.794Z | Downloaded prettyplease v0.2.37 |
| 1071 | 2026-05-13T18:10:53.797Z | Downloaded similar v2.7.0 |
| 1072 | 2026-05-13T18:10:53.800Z | Downloaded ryu v1.0.23 |
| 1073 | 2026-05-13T18:10:53.803Z | Downloaded tokio-native-tls v0.3.1 |
| 1074 | 2026-05-13T18:10:53.803Z | Downloaded rsa v0.9.10 |
| 1075 | 2026-05-13T18:10:53.806Z | Downloaded rayon-core v1.13.0 |
| 1076 | 2026-05-13T18:10:53.809Z | Downloaded futures-util v0.3.32 |
| 1077 | 2026-05-13T18:10:53.815Z | Downloaded unit-prefix v0.5.2 |
| 1078 | 2026-05-13T18:10:53.817Z | Downloaded unicode-truncate v1.1.0 |
| 1079 | 2026-05-13T18:10:53.817Z | Downloaded iri-string v0.7.10 |
| 1080 | 2026-05-13T18:10:53.821Z | Downloaded typify-macro v0.4.3 |
| 1081 | 2026-05-13T18:10:53.825Z | Downloaded time-macros v0.2.27 |
| 1082 | 2026-05-13T18:10:53.825Z | Downloaded typify-macro v0.6.2 |
| 1083 | 2026-05-13T18:10:53.825Z | Downloaded tokio-tungstenite v0.23.1 |
| 1084 | 2026-05-13T18:10:53.831Z | Downloaded untrusted v0.7.1 |
| 1085 | 2026-05-13T18:10:53.831Z | Downloaded qorb v0.4.1 |
| 1086 | 2026-05-13T18:10:53.831Z | Downloaded tls_codec_derive v0.4.2 |
| 1087 | 2026-05-13T18:10:53.831Z | Downloaded term v0.7.0 |
| 1088 | 2026-05-13T18:10:53.836Z | Downloaded signal-hook v0.3.18 |
| 1089 | 2026-05-13T18:10:53.836Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1090 | 2026-05-13T18:10:53.836Z | Downloaded tokio-dtrace v0.1.1 |
| 1091 | 2026-05-13T18:10:53.839Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1092 | 2026-05-13T18:10:53.839Z | Downloaded socket2 v0.5.10 |
| 1093 | 2026-05-13T18:10:53.839Z | Downloaded tokio-tungstenite v0.21.0 |
| 1094 | 2026-05-13T18:10:53.839Z | Downloaded usdt-attr-macro v0.6.0 |
| 1095 | 2026-05-13T18:10:53.842Z | Downloaded slog-async v2.8.0 |
| 1096 | 2026-05-13T18:10:53.842Z | Downloaded usdt v0.6.0 |
| 1097 | 2026-05-13T18:10:53.845Z | Downloaded utf-8 v0.7.6 |
| 1098 | 2026-05-13T18:10:53.845Z | Downloaded usdt-macro v0.6.0 |
| 1099 | 2026-05-13T18:10:53.845Z | Downloaded quinn v0.11.9 |
| 1100 | 2026-05-13T18:10:53.850Z | Downloaded rustls-webpki v0.103.9 |
| 1101 | 2026-05-13T18:10:53.850Z | Downloaded universal-hash v0.5.1 |
| 1102 | 2026-05-13T18:10:53.852Z | Downloaded aho-corasick v1.1.4 |
| 1103 | 2026-05-13T18:10:53.852Z | Downloaded waitgroup v0.1.2 |
| 1104 | 2026-05-13T18:10:53.856Z | Downloaded void v1.0.2 |
| 1105 | 2026-05-13T18:10:53.856Z | Downloaded tui-tree-widget v0.23.1 |
| 1106 | 2026-05-13T18:10:53.856Z | Downloaded trait-variant v0.1.2 |
| 1107 | 2026-05-13T18:10:53.859Z | Downloaded schemars v0.9.0 |
| 1108 | 2026-05-13T18:10:53.864Z | Downloaded term v1.2.1 |
| 1109 | 2026-05-13T18:10:53.867Z | Downloaded untrusted v0.9.0 |
| 1110 | 2026-05-13T18:10:53.867Z | Downloaded tokio-rustls v0.25.0 |
| 1111 | 2026-05-13T18:10:53.873Z | Downloaded wait-timeout v0.2.1 |
| 1112 | 2026-05-13T18:10:53.876Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1113 | 2026-05-13T18:10:53.883Z | Downloaded hashbrown v0.15.5 |
| 1114 | 2026-05-13T18:10:53.891Z | Downloaded tower-service v0.3.3 |
| 1115 | 2026-05-13T18:10:53.894Z | Downloaded want v0.3.1 |
| 1116 | 2026-05-13T18:10:53.894Z | Downloaded subprocess v0.2.15 |
| 1117 | 2026-05-13T18:10:53.897Z | Downloaded xshell-macros v0.2.7 |
| 1118 | 2026-05-13T18:10:53.900Z | Downloaded iddqd v0.3.18 |
| 1119 | 2026-05-13T18:10:53.905Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1120 | 2026-05-13T18:10:53.908Z | Downloaded tls_codec v0.4.2 |
| 1121 | 2026-05-13T18:10:53.911Z | Downloaded xattr v1.6.1 |
| 1122 | 2026-05-13T18:10:53.916Z | Downloaded vergen-git2 v1.0.7 |
| 1123 | 2026-05-13T18:10:53.919Z | Downloaded test-strategy v0.4.5 |
| 1124 | 2026-05-13T18:10:53.919Z | Downloaded usdt-impl v0.6.0 |
| 1125 | 2026-05-13T18:10:53.922Z | Downloaded tinyvec v1.10.0 |
| 1126 | 2026-05-13T18:10:53.925Z | Downloaded tokio-rustls v0.26.4 |
| 1127 | 2026-05-13T18:10:53.928Z | Downloaded vergen-lib v0.1.6 |
| 1128 | 2026-05-13T18:10:53.928Z | Downloaded zone v0.3.1 |
| 1129 | 2026-05-13T18:10:53.930Z | Downloaded unarray v0.1.4 |
| 1130 | 2026-05-13T18:10:53.934Z | Downloaded walkdir v2.5.0 |
| 1131 | 2026-05-13T18:10:53.934Z | Downloaded zeroize_derive v1.4.3 |
| 1132 | 2026-05-13T18:10:53.941Z | Downloaded publicsuffix v2.3.0 |
| 1133 | 2026-05-13T18:10:53.941Z | Downloaded twox-hash v2.1.2 |
| 1134 | 2026-05-13T18:10:53.941Z | Downloaded unicase v2.9.0 |
| 1135 | 2026-05-13T18:10:53.948Z | Downloaded rand v0.9.2 |
| 1136 | 2026-05-13T18:10:53.948Z | Downloaded itertools v0.12.1 |
| 1137 | 2026-05-13T18:10:53.952Z | Downloaded num-bigint-dig v0.8.6 |
| 1138 | 2026-05-13T18:10:53.952Z | Downloaded uzers v0.12.2 |
| 1139 | 2026-05-13T18:10:53.952Z | Downloaded zone_cfg_derive v0.3.1 |
| 1140 | 2026-05-13T18:10:53.952Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2026-05-13T18:10:53.952Z | Downloaded samael v0.0.19 |
| 1142 | 2026-05-13T18:10:53.955Z | Downloaded tracing-attributes v0.1.31 |
| 1143 | 2026-05-13T18:10:53.958Z | Downloaded schemars v1.2.1 |
| 1144 | 2026-05-13T18:10:53.965Z | Downloaded whoami v1.6.1 |
| 1145 | 2026-05-13T18:10:53.969Z | Downloaded vsss-rs v3.3.4 |
| 1146 | 2026-05-13T18:10:53.969Z | Downloaded hyper v1.8.1 |
| 1147 | 2026-05-13T18:10:53.973Z | Downloaded wyz v0.5.1 |
| 1148 | 2026-05-13T18:10:53.978Z | Downloaded toml v0.7.8 |
| 1149 | 2026-05-13T18:10:53.978Z | Downloaded snafu v0.8.9 |
| 1150 | 2026-05-13T18:10:53.983Z | Downloaded tokio-stream v0.1.18 |
| 1151 | 2026-05-13T18:10:53.983Z | Downloaded tar v0.4.45 |
| 1152 | 2026-05-13T18:10:53.992Z | Downloaded whoami v2.1.0 |
| 1153 | 2026-05-13T18:10:53.996Z | Downloaded xshell v0.2.7 |
| 1154 | 2026-05-13T18:10:53.999Z | Downloaded vergen v9.0.6 |
| 1155 | 2026-05-13T18:10:54.003Z | Downloaded unicode-properties v0.1.4 |
| 1156 | 2026-05-13T18:10:54.006Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1157 | 2026-05-13T18:10:54.009Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1158 | 2026-05-13T18:10:54.014Z | Downloaded zeroize v1.8.2 |
| 1159 | 2026-05-13T18:10:54.017Z | Downloaded itertools v0.14.0 |
| 1160 | 2026-05-13T18:10:54.028Z | Downloaded tracing-core v0.1.36 |
| 1161 | 2026-05-13T18:10:54.028Z | Downloaded typify v0.6.2 |
| 1162 | 2026-05-13T18:10:54.028Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-05-13T18:10:54.028Z | Downloaded rpassword v7.4.0 |
| 1164 | 2026-05-13T18:10:54.028Z | Downloaded zstd-safe v7.2.4 |
| 1165 | 2026-05-13T18:10:54.028Z | Downloaded typify v0.4.3 |
| 1166 | 2026-05-13T18:10:54.032Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-05-13T18:10:54.032Z | Downloaded vergen-gitcl v1.0.8 |
| 1168 | 2026-05-13T18:10:54.032Z | Downloaded rand v0.10.0 |
| 1169 | 2026-05-13T18:10:54.034Z | Downloaded hashbrown v0.16.1 |
| 1170 | 2026-05-13T18:10:54.037Z | Downloaded russh v0.45.0 |
| 1171 | 2026-05-13T18:10:54.040Z | Downloaded libm v0.2.16 |
| 1172 | 2026-05-13T18:10:54.045Z | Downloaded unsafe-libyaml v0.2.11 |
| 1173 | 2026-05-13T18:10:54.049Z | Downloaded socket2 v0.6.3 |
| 1174 | 2026-05-13T18:10:54.052Z | Downloaded zerocopy v0.6.6 |
| 1175 | 2026-05-13T18:10:54.052Z | Downloaded yasna v0.5.2 |
| 1176 | 2026-05-13T18:10:54.055Z | Downloaded p521 v0.13.3 |
| 1177 | 2026-05-13T18:10:54.058Z | Downloaded rustyline v14.0.0 |
| 1178 | 2026-05-13T18:10:54.068Z | Downloaded steno v0.4.1 |
| 1179 | 2026-05-13T18:10:54.078Z | Downloaded itertools v0.13.0 |
| 1180 | 2026-05-13T18:10:54.082Z | Downloaded tungstenite v0.23.0 |
| 1181 | 2026-05-13T18:10:54.086Z | Downloaded p384 v0.13.1 |
| 1182 | 2026-05-13T18:10:54.090Z | Downloaded hkdf v0.12.4 |
| 1183 | 2026-05-13T18:10:54.093Z | Downloaded h2 v0.4.13 |
| 1184 | 2026-05-13T18:10:54.096Z | Downloaded ssh-key v0.6.7 |
| 1185 | 2026-05-13T18:10:54.099Z | Downloaded toml_edit v0.19.15 |
| 1186 | 2026-05-13T18:10:54.110Z | Downloaded vte v0.14.1 |
| 1187 | 2026-05-13T18:10:54.122Z | Downloaded unicode-bidi v0.3.18 |
| 1188 | 2026-05-13T18:10:54.126Z | Downloaded tokio-postgres v0.7.16 |
| 1189 | 2026-05-13T18:10:54.129Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1190 | 2026-05-13T18:10:54.133Z | Downloaded zopfli v0.8.3 |
| 1191 | 2026-05-13T18:10:54.140Z | Downloaded uuid v1.23.0 |
| 1192 | 2026-05-13T18:10:54.144Z | Downloaded rayon v1.11.0 |
| 1193 | 2026-05-13T18:10:54.147Z | Downloaded blake3 v1.8.3 |
| 1194 | 2026-05-13T18:10:54.161Z | Downloaded zip v0.6.6 |
| 1195 | 2026-05-13T18:10:54.166Z | Downloaded reedline v0.40.0 |
| 1196 | 2026-05-13T18:10:54.174Z | Downloaded unicode_categories v0.1.1 |
| 1197 | 2026-05-13T18:10:54.178Z | Downloaded yansi v1.0.1 |
| 1198 | 2026-05-13T18:10:54.178Z | Downloaded lalrpop v0.19.12 |
| 1199 | 2026-05-13T18:10:54.187Z | Downloaded rustls-webpki v0.101.7 |
| 1200 | 2026-05-13T18:10:54.195Z | Downloaded goblin v0.10.5 |
| 1201 | 2026-05-13T18:10:54.207Z | Downloaded aws-lc-rs v1.16.3 |
| 1202 | 2026-05-13T18:10:54.211Z | Downloaded regex v1.12.3 |
| 1203 | 2026-05-13T18:10:54.215Z | Downloaded portable-atomic v1.13.1 |
| 1204 | 2026-05-13T18:10:54.219Z | Downloaded reqwest v0.12.28 |
| 1205 | 2026-05-13T18:10:54.230Z | Downloaded reqwest v0.13.2 |
| 1206 | 2026-05-13T18:10:54.242Z | Downloaded bitvec v1.0.1 |
| 1207 | 2026-05-13T18:10:54.251Z | Downloaded typed-path v0.9.3 |
| 1208 | 2026-05-13T18:10:54.256Z | Downloaded x509-cert v0.2.5 |
| 1209 | 2026-05-13T18:10:54.260Z | Downloaded rustls-webpki v0.102.8 |
| 1210 | 2026-05-13T18:10:54.268Z | Downloaded zip v4.6.1 |
| 1211 | 2026-05-13T18:10:54.271Z | Downloaded zerocopy-derive v0.8.40 |
| 1212 | 2026-05-13T18:10:54.277Z | Downloaded tokio-util v0.7.18 |
| 1213 | 2026-05-13T18:10:54.284Z | Downloaded chrono v0.4.44 |
| 1214 | 2026-05-13T18:10:54.288Z | Downloaded petname v2.0.2 |
| 1215 | 2026-05-13T18:10:54.292Z | Downloaded tower-http v0.6.8 |
| 1216 | 2026-05-13T18:10:54.295Z | Downloaded quick-xml v0.37.5 |
| 1217 | 2026-05-13T18:10:54.298Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-05-13T18:10:54.302Z | Downloaded tower v0.5.3 |
| 1219 | 2026-05-13T18:10:54.307Z | Downloaded unicode-segmentation v1.12.0 |
| 1220 | 2026-05-13T18:10:54.310Z | Downloaded quinn-proto v0.11.13 |
| 1221 | 2026-05-13T18:10:54.313Z | Downloaded salty v0.3.0 |
| 1222 | 2026-05-13T18:10:54.317Z | Downloaded bindgen v0.71.1 |
| 1223 | 2026-05-13T18:10:54.321Z | Downloaded tough v0.22.0 |
| 1224 | 2026-05-13T18:10:54.325Z | Downloaded nix v0.27.1 |
| 1225 | 2026-05-13T18:10:54.335Z | Downloaded unicode-normalization v0.1.25 |
| 1226 | 2026-05-13T18:10:54.350Z | Downloaded moka v0.12.13 |
| 1227 | 2026-05-13T18:10:54.357Z | Downloaded curve25519-dalek v4.1.3 |
| 1228 | 2026-05-13T18:10:54.361Z | Downloaded proptest v1.11.0 |
| 1229 | 2026-05-13T18:10:54.367Z | Downloaded nix v0.28.0 |
| 1230 | 2026-05-13T18:10:54.373Z | Downloaded object v0.30.4 |
| 1231 | 2026-05-13T18:10:54.383Z | Downloaded winnow v0.5.40 |
| 1232 | 2026-05-13T18:10:54.386Z | Downloaded serde_with v3.17.0 |
| 1233 | 2026-05-13T18:10:54.392Z | Downloaded dropshot v0.16.7 |
| 1234 | 2026-05-13T18:10:54.405Z | Downloaded winnow v0.6.26 |
| 1235 | 2026-05-13T18:10:54.412Z | Downloaded regex-syntax v0.6.29 |
| 1236 | 2026-05-13T18:10:54.417Z | Downloaded radix_trie v0.2.1 |
| 1237 | 2026-05-13T18:10:54.421Z | Downloaded hickory-proto v0.24.4 |
| 1238 | 2026-05-13T18:10:54.428Z | Downloaded nix v0.31.2 |
| 1239 | 2026-05-13T18:10:54.435Z | Downloaded time v0.3.47 |
| 1240 | 2026-05-13T18:10:54.442Z | Downloaded polar-core v0.27.3 |
| 1241 | 2026-05-13T18:10:54.446Z | Downloaded tabled v0.20.0 |
| 1242 | 2026-05-13T18:10:54.456Z | Downloaded openssl v0.10.79 |
| 1243 | 2026-05-13T18:10:54.463Z | Downloaded vcpkg v0.2.15 |
| 1244 | 2026-05-13T18:10:54.485Z | Downloaded rustls v0.21.12 |
| 1245 | 2026-05-13T18:10:54.491Z | Downloaded object v0.37.3 |
| 1246 | 2026-05-13T18:10:54.499Z | Downloaded zlib-rs v0.6.2 |
| 1247 | 2026-05-13T18:10:54.506Z | Downloaded webpki-roots v1.0.6 |
| 1248 | 2026-05-13T18:10:54.506Z | Downloaded hickory-proto v0.25.2 |
| 1249 | 2026-05-13T18:10:54.512Z | Downloaded smoltcp v0.9.1 |
| 1250 | 2026-05-13T18:10:54.518Z | Downloaded rustls v0.22.4 |
| 1251 | 2026-05-13T18:10:54.525Z | Downloaded zerocopy v0.8.40 |
| 1252 | 2026-05-13T18:10:54.531Z | Downloaded diesel v2.3.7 |
| 1253 | 2026-05-13T18:10:54.543Z | Downloaded smoltcp v0.11.0 |
| 1254 | 2026-05-13T18:10:54.549Z | Downloaded rustls v0.23.37 |
| 1255 | 2026-05-13T18:10:54.556Z | Downloaded regress v0.11.1 |
| 1256 | 2026-05-13T18:10:54.561Z | Downloaded regress v0.10.5 |
| 1257 | 2026-05-13T18:10:54.566Z | Downloaded regex-syntax v0.8.10 |
| 1258 | 2026-05-13T18:10:54.571Z | Downloaded rustix v0.38.44 |
| 1259 | 2026-05-13T18:10:54.584Z | Downloaded openapiv3 v2.2.0 |
| 1260 | 2026-05-13T18:10:54.593Z | Downloaded nix v0.29.0 |
| 1261 | 2026-05-13T18:10:54.599Z | Downloaded bstr v1.12.1 |
| 1262 | 2026-05-13T18:10:54.604Z | Downloaded dropshot v0.17.0 |
| 1263 | 2026-05-13T18:10:54.616Z | Downloaded ratatui v0.29.0 |
| 1264 | 2026-05-13T18:10:54.644Z | Downloaded sqlparser v0.61.0 |
| 1265 | 2026-05-13T18:10:54.651Z | Downloaded sled v0.34.7 |
| 1266 | 2026-05-13T18:10:54.661Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1267 | 2026-05-13T18:10:54.678Z | Downloaded jiff v0.2.21 |
| 1268 | 2026-05-13T18:10:54.691Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-05-13T18:10:54.704Z | Downloaded typify-impl v0.6.2 |
| 1270 | 2026-05-13T18:10:54.712Z | Downloaded typify-impl v0.4.3 |
| 1271 | 2026-05-13T18:10:54.721Z | Downloaded chrono-tz v0.10.4 |
| 1272 | 2026-05-13T18:10:54.742Z | Downloaded tokio v1.52.1 |
| 1273 | 2026-05-13T18:10:54.765Z | Downloaded zerocopy-derive v0.6.6 |
| 1274 | 2026-05-13T18:10:54.773Z | Downloaded regex-automata v0.4.14 |
| 1275 | 2026-05-13T18:10:54.792Z | Downloaded petgraph v0.6.5 |
| 1276 | 2026-05-13T18:10:54.841Z | Downloaded petgraph v0.8.3 |
| 1277 | 2026-05-13T18:10:54.869Z | Downloaded libz-sys v1.1.24 |
| 1278 | 2026-05-13T18:10:54.883Z | Downloaded csv v1.4.0 |
| 1279 | 2026-05-13T18:10:54.895Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1280 | 2026-05-13T18:10:54.912Z | Downloaded sha3 v0.10.8 |
| 1281 | 2026-05-13T18:10:54.983Z | Downloaded encoding_rs v0.8.35 |
| 1282 | 2026-05-13T18:10:55.003Z | Downloaded ring v0.17.14 |
| 1283 | 2026-05-13T18:10:55.035Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1284 | 2026-05-13T18:10:55.438Z | Downloaded aws-lc-sys v0.40.0 |
| 1285 | 2026-05-13T18:10:55.682Z | Compiling libc v0.2.185 |
| 1286 | 2026-05-13T18:10:55.682Z | Compiling serde v1.0.228 |
| 1287 | 2026-05-13T18:10:55.686Z | Compiling log v0.4.29 |
| 1288 | 2026-05-13T18:10:55.686Z | Compiling find-msvc-tools v0.1.9 |
| 1289 | 2026-05-13T18:10:55.686Z | Compiling shlex v1.3.0 |
| 1290 | 2026-05-13T18:10:55.686Z | Compiling smallvec v1.15.1 |
| 1291 | 2026-05-13T18:10:55.686Z | Compiling typenum v1.19.0 |
| 1292 | 2026-05-13T18:10:55.686Z | Compiling subtle v2.6.1 |
| 1293 | 2026-05-13T18:10:55.686Z | Compiling generic-array v0.14.7 |
| 1294 | 2026-05-13T18:10:55.686Z | Compiling scopeguard v1.2.0 |
| 1295 | 2026-05-13T18:10:55.887Z | Compiling const-oid v0.9.6 |
| 1296 | 2026-05-13T18:10:55.899Z | Compiling serde_json v1.0.149 |
| 1297 | 2026-05-13T18:10:55.925Z | Compiling syn v2.0.117 |
| 1298 | 2026-05-13T18:10:55.938Z | Compiling zerocopy v0.8.40 |
| 1299 | 2026-05-13T18:10:55.948Z | Compiling parking_lot_core v0.9.12 |
| 1300 | 2026-05-13T18:10:55.951Z | Compiling lock_api v0.4.14 |
| 1301 | 2026-05-13T18:10:56.001Z | Compiling pin-project-lite v0.2.17 |
| 1302 | 2026-05-13T18:10:56.034Z | Compiling portable-atomic v1.13.1 |
| 1303 | 2026-05-13T18:10:56.090Z | Compiling pkg-config v0.3.32 |
| 1304 | 2026-05-13T18:10:56.120Z | Compiling bitflags v2.11.0 |
| 1305 | 2026-05-13T18:10:56.134Z | Compiling critical-section v1.2.0 |
| 1306 | 2026-05-13T18:10:56.138Z | Compiling futures-core v0.3.32 |
| 1307 | 2026-05-13T18:10:56.149Z | Compiling libm v0.2.16 |
| 1308 | 2026-05-13T18:10:56.163Z | Compiling num-traits v0.2.19 |
| 1309 | 2026-05-13T18:10:56.235Z | Compiling percent-encoding v2.3.2 |
| 1310 | 2026-05-13T18:10:56.279Z | Compiling futures-sink v0.3.32 |
| 1311 | 2026-05-13T18:10:56.282Z | Compiling getrandom v0.4.1 |
| 1312 | 2026-05-13T18:10:56.306Z | Compiling cpufeatures v0.2.17 |
| 1313 | 2026-05-13T18:10:56.348Z | Compiling futures-task v0.3.32 |
| 1314 | 2026-05-13T18:10:56.379Z | Compiling slab v0.4.12 |
| 1315 | 2026-05-13T18:10:56.413Z | Compiling futures-channel v0.3.32 |
| 1316 | 2026-05-13T18:10:56.429Z | Compiling futures-io v0.3.32 |
| 1317 | 2026-05-13T18:10:56.465Z | Compiling rand_core v0.10.0 |
| 1318 | 2026-05-13T18:10:56.521Z | Compiling indexmap v2.14.0 |
| 1319 | 2026-05-13T18:10:56.582Z | Compiling getrandom v0.3.4 |
| 1320 | 2026-05-13T18:10:56.596Z | Compiling rustversion v1.0.22 |
| 1321 | 2026-05-13T18:10:56.610Z | Compiling form_urlencoded v1.2.2 |
| 1322 | 2026-05-13T18:10:56.610Z | Compiling dunce v1.0.5 |
| 1323 | 2026-05-13T18:10:56.668Z | Compiling fs_extra v1.3.0 |
| 1324 | 2026-05-13T18:10:56.682Z | Compiling base64ct v1.8.3 |
| 1325 | 2026-05-13T18:10:56.696Z | Compiling ident_case v1.0.1 |
| 1326 | 2026-05-13T18:10:56.725Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-05-13T18:10:56.741Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-05-13T18:10:56.744Z | Compiling errno v0.3.14 |
| 1329 | 2026-05-13T18:10:56.823Z | Compiling mio v1.2.0 |
| 1330 | 2026-05-13T18:10:56.854Z | Compiling socket2 v0.6.3 |
| 1331 | 2026-05-13T18:10:56.930Z | Compiling rand_core v0.6.4 |
| 1332 | 2026-05-13T18:10:56.967Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-13T18:10:56.970Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-13T18:10:57.024Z | Compiling parking_lot v0.12.5 |
| 1335 | 2026-05-13T18:10:57.066Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-13T18:10:57.177Z | Compiling pem-rfc7468 v0.7.0 |
| 1337 | 2026-05-13T18:10:57.191Z | Compiling rustix v1.1.3 |
| 1338 | 2026-05-13T18:10:57.225Z | Compiling iana-time-zone v0.1.65 |
| 1339 | 2026-05-13T18:10:57.240Z | Compiling flagset v0.4.7 |
| 1340 | 2026-05-13T18:10:57.255Z | Compiling regex-syntax v0.8.10 |
| 1341 | 2026-05-13T18:10:57.293Z | Compiling vcpkg v0.2.15 |
| 1342 | 2026-05-13T18:10:57.307Z | Compiling aws-lc-rs v1.16.3 |
| 1343 | 2026-05-13T18:10:57.322Z | Compiling tracing-core v0.1.36 |
| 1344 | 2026-05-13T18:10:57.389Z | Compiling uuid v1.23.0 |
| 1345 | 2026-05-13T18:10:57.434Z | Compiling rustc_version v0.4.1 |
| 1346 | 2026-05-13T18:10:57.448Z | Compiling base64 v0.22.1 |
| 1347 | 2026-05-13T18:10:57.462Z | Compiling untrusted v0.7.1 |
| 1348 | 2026-05-13T18:10:57.514Z | Compiling rand_core v0.9.5 |
| 1349 | 2026-05-13T18:10:57.602Z | Compiling httparse v1.10.1 |
| 1350 | 2026-05-13T18:10:57.618Z | Compiling untrusted v0.9.0 |
| 1351 | 2026-05-13T18:10:57.632Z | Compiling tinyvec_macros v0.1.1 |
| 1352 | 2026-05-13T18:10:57.716Z | Compiling openssl-probe v0.2.1 |
| 1353 | 2026-05-13T18:10:57.738Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-13T18:10:57.759Z | Compiling tinyvec v1.10.0 |
| 1355 | 2026-05-13T18:10:57.773Z | Compiling aho-corasick v1.1.4 |
| 1356 | 2026-05-13T18:10:57.797Z | Compiling tower-service v0.3.3 |
| 1357 | 2026-05-13T18:10:57.800Z | Compiling tower-layer v0.3.3 |
| 1358 | 2026-05-13T18:10:57.825Z | Compiling dyn-clone v1.0.20 |
| 1359 | 2026-05-13T18:10:57.908Z | Compiling atomic-waker v1.1.2 |
| 1360 | 2026-05-13T18:10:57.922Z | Compiling schemars v0.8.22 |
| 1361 | 2026-05-13T18:10:57.922Z | Compiling rustls v0.23.37 |
| 1362 | 2026-05-13T18:10:57.982Z | Compiling try-lock v0.2.5 |
| 1363 | 2026-05-13T18:10:58.008Z | Compiling openssl v0.10.79 |
| 1364 | 2026-05-13T18:10:58.024Z | Compiling httpdate v1.0.3 |
| 1365 | 2026-05-13T18:10:58.063Z | Compiling pin-utils v0.1.0 |
| 1366 | 2026-05-13T18:10:58.085Z | Compiling want v0.3.1 |
| 1367 | 2026-05-13T18:10:58.104Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2026-05-13T18:10:58.119Z | Compiling unicode-normalization v0.1.25 |
| 1369 | 2026-05-13T18:10:58.136Z | Compiling spin v0.9.8 |
| 1370 | 2026-05-13T18:10:58.151Z | Compiling time-core v0.1.8 |
| 1371 | 2026-05-13T18:10:58.155Z | Compiling powerfmt v0.2.0 |
| 1372 | 2026-05-13T18:10:58.194Z | Compiling foreign-types v0.3.2 |
| 1373 | 2026-05-13T18:10:58.207Z | Compiling native-tls v0.2.18 |
| 1374 | 2026-05-13T18:10:58.219Z | Compiling num-conv v0.2.0 |
| 1375 | 2026-05-13T18:10:58.275Z | Compiling crc32fast v1.5.0 |
| 1376 | 2026-05-13T18:10:58.282Z | Compiling wait-timeout v0.2.1 |
| 1377 | 2026-05-13T18:10:58.302Z | Compiling sync_wrapper v1.0.2 |
| 1378 | 2026-05-13T18:10:58.307Z | Compiling unicode-segmentation v1.12.0 |
| 1379 | 2026-05-13T18:10:58.331Z | Compiling deranged v0.5.8 |
| 1380 | 2026-05-13T18:10:58.373Z | Compiling time-macros v0.2.27 |
| 1381 | 2026-05-13T18:10:58.388Z | Compiling quick-error v1.2.3 |
| 1382 | 2026-05-13T18:10:58.403Z | Compiling simd-adler32 v0.3.8 |
| 1383 | 2026-05-13T18:10:58.406Z | Compiling crossbeam-utils v0.8.21 |
| 1384 | 2026-05-13T18:10:58.430Z | Compiling usdt-impl v0.6.0 |
| 1385 | 2026-05-13T18:10:58.444Z | Compiling num_threads v0.1.7 |
| 1386 | 2026-05-13T18:10:58.511Z | Compiling syn v1.0.109 |
| 1387 | 2026-05-13T18:10:58.557Z | Compiling bit-vec v0.8.0 |
| 1388 | 2026-05-13T18:10:58.597Z | Compiling siphasher v1.0.2 |
| 1389 | 2026-05-13T18:10:58.651Z | Compiling heapless v0.7.17 |
| 1390 | 2026-05-13T18:10:58.654Z | Compiling aws-lc-sys v0.40.0 |
| 1391 | 2026-05-13T18:10:58.680Z | Compiling ring v0.17.14 |
| 1392 | 2026-05-13T18:10:58.683Z | Compiling openssl-sys v0.9.115 |
| 1393 | 2026-05-13T18:10:58.735Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1394 | 2026-05-13T18:10:58.769Z | Compiling tempfile v3.25.0 |
| 1395 | 2026-05-13T18:10:58.815Z | Compiling regex-automata v0.4.14 |
| 1396 | 2026-05-13T18:10:58.830Z | Compiling bit-set v0.8.0 |
| 1397 | 2026-05-13T18:10:58.860Z | Compiling synstructure v0.13.2 |
| 1398 | 2026-05-13T18:10:58.878Z | Compiling pest_generator v2.8.6 |
| 1399 | 2026-05-13T18:10:58.922Z | Compiling serde_derive_internals v0.29.1 |
| 1400 | 2026-05-13T18:10:59.049Z | Compiling darling_core v0.20.11 |
| 1401 | 2026-05-13T18:10:59.099Z | Compiling rusty-fork v0.3.1 |
| 1402 | 2026-05-13T18:10:59.275Z | Compiling darling_core v0.21.3 |
| 1403 | 2026-05-13T18:10:59.409Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1404 | 2026-05-13T18:10:59.435Z | Compiling slog v2.8.2 |
| 1405 | 2026-05-13T18:10:59.531Z | Compiling rand_xorshift v0.4.0 |
| 1406 | 2026-05-13T18:10:59.545Z | Compiling time v0.3.47 |
| 1407 | 2026-05-13T18:10:59.638Z | Compiling thread-id v5.1.0 |
| 1408 | 2026-05-13T18:10:59.651Z | Compiling cookie v0.18.1 |
| 1409 | 2026-05-13T18:10:59.655Z | Compiling signal-hook v0.3.18 |
| 1410 | 2026-05-13T18:10:59.710Z | Compiling iri-string v0.7.10 |
| 1411 | 2026-05-13T18:10:59.725Z | Compiling unicode-bidi v0.3.18 |
| 1412 | 2026-05-13T18:10:59.741Z | Compiling unicode-properties v0.1.4 |
| 1413 | 2026-05-13T18:10:59.745Z | Compiling anyhow v1.0.102 |
| 1414 | 2026-05-13T18:10:59.862Z | Compiling ryu v1.0.23 |
| 1415 | 2026-05-13T18:10:59.889Z | Compiling allocator-api2 v0.2.21 |
| 1416 | 2026-05-13T18:10:59.903Z | Compiling adler2 v2.0.1 |
| 1417 | 2026-05-13T18:10:59.969Z | Compiling unarray v0.1.4 |
| 1418 | 2026-05-13T18:11:00.050Z | Compiling paste v1.0.15 |
| 1419 | 2026-05-13T18:11:00.074Z | Compiling zstd-safe v7.2.4 |
| 1420 | 2026-05-13T18:11:00.113Z | Compiling stringprep v0.1.5 |
| 1421 | 2026-05-13T18:11:00.272Z | Compiling miniz_oxide v0.8.9 |
| 1422 | 2026-05-13T18:11:00.436Z | Compiling heck v0.4.1 |
| 1423 | 2026-05-13T18:11:00.452Z | Compiling num-integer v0.1.46 |
| 1424 | 2026-05-13T18:11:00.599Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2026-05-13T18:11:00.645Z | Compiling serde_derive v1.0.228 |
| 1426 | 2026-05-13T18:11:00.676Z | Compiling zeroize_derive v1.4.3 |
| 1427 | 2026-05-13T18:11:00.795Z | Compiling zerofrom-derive v0.1.6 |
| 1428 | 2026-05-13T18:11:00.913Z | Compiling yoke-derive v0.8.1 |
| 1429 | 2026-05-13T18:11:00.927Z | Compiling zerocopy-derive v0.8.40 |
| 1430 | 2026-05-13T18:11:00.954Z | Compiling zerovec-derive v0.11.2 |
| 1431 | 2026-05-13T18:11:01.104Z | Compiling displaydoc v0.2.5 |
| 1432 | 2026-05-13T18:11:01.197Z | Compiling tokio-macros v2.7.0 |
| 1433 | 2026-05-13T18:11:01.289Z | Compiling futures-macro v0.3.32 |
| 1434 | 2026-05-13T18:11:01.362Z | Compiling zeroize v1.8.2 |
| 1435 | 2026-05-13T18:11:01.420Z | Compiling der_derive v0.7.3 |
| 1436 | 2026-05-13T18:11:01.854Z | Compiling rustls-pki-types v1.14.0 |
| 1437 | 2026-05-13T18:11:01.883Z | Compiling tracing-attributes v0.1.31 |
| 1438 | 2026-05-13T18:11:01.963Z | Compiling thiserror-impl v2.0.18 |
| 1439 | 2026-05-13T18:11:02.137Z | Compiling crypto-common v0.1.7 |
| 1440 | 2026-05-13T18:11:02.152Z | Compiling block-buffer v0.10.4 |
| 1441 | 2026-05-13T18:11:02.155Z | Compiling futures-util v0.3.32 |
| 1442 | 2026-05-13T18:11:02.181Z | Compiling block-padding v0.3.3 |
| 1443 | 2026-05-13T18:11:02.235Z | Compiling zerofrom v0.1.6 |
| 1444 | 2026-05-13T18:11:02.306Z | Compiling digest v0.10.7 |
| 1445 | 2026-05-13T18:11:02.341Z | Compiling inout v0.1.4 |
| 1446 | 2026-05-13T18:11:02.344Z | Compiling scroll_derive v0.13.1 |
| 1447 | 2026-05-13T18:11:02.369Z | Compiling yoke v0.8.1 |
| 1448 | 2026-05-13T18:11:02.381Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-05-13T18:11:02.435Z | Compiling der v0.7.10 |
| 1450 | 2026-05-13T18:11:02.543Z | Compiling zerovec v0.11.5 |
| 1451 | 2026-05-13T18:11:02.568Z | Compiling zerotrie v0.2.3 |
| 1452 | 2026-05-13T18:11:02.581Z | Compiling hmac v0.12.1 |
| 1453 | 2026-05-13T18:11:02.755Z | Compiling sha2 v0.10.9 |
| 1454 | 2026-05-13T18:11:02.882Z | Compiling cipher v0.4.4 |
| 1455 | 2026-05-13T18:11:03.072Z | Compiling tinystr v0.8.2 |
| 1456 | 2026-05-13T18:11:03.104Z | Compiling potential_utf v0.1.4 |
| 1457 | 2026-05-13T18:11:03.169Z | Compiling salsa20 v0.10.2 |
| 1458 | 2026-05-13T18:11:03.190Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-05-13T18:11:03.261Z | Compiling icu_locale_core v2.1.1 |
| 1460 | 2026-05-13T18:11:03.284Z | Compiling icu_collections v2.1.1 |
| 1461 | 2026-05-13T18:11:03.299Z | Compiling spki v0.7.3 |
| 1462 | 2026-05-13T18:11:03.325Z | Compiling scrypt v0.11.0 |
| 1463 | 2026-05-13T18:11:03.328Z | Compiling tracing v0.1.44 |
| 1464 | 2026-05-13T18:11:03.354Z | Compiling thiserror v2.0.18 |
| 1465 | 2026-05-13T18:11:03.477Z | Compiling cbc v0.1.2 |
| 1466 | 2026-05-13T18:11:03.523Z | Compiling aes v0.8.4 |
| 1467 | 2026-05-13T18:11:03.625Z | Compiling pest_derive v2.8.6 |
| 1468 | 2026-05-13T18:11:03.657Z | Compiling scroll v0.13.0 |
| 1469 | 2026-05-13T18:11:03.672Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-05-13T18:11:03.702Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-05-13T18:11:03.729Z | Compiling rustls-native-certs v0.8.3 |
| 1472 | 2026-05-13T18:11:03.801Z | Compiling signature v2.2.0 |
| 1473 | 2026-05-13T18:11:03.948Z | Compiling icu_provider v2.1.1 |
| 1474 | 2026-05-13T18:11:04.005Z | Compiling pkcs5 v0.7.1 |
| 1475 | 2026-05-13T18:11:04.043Z | Compiling goblin v0.10.5 |
| 1476 | 2026-05-13T18:11:04.080Z | Compiling dtrace-parser v0.3.0 |
| 1477 | 2026-05-13T18:11:04.162Z | Compiling bytes v1.11.1 |
| 1478 | 2026-05-13T18:11:04.191Z | Compiling icu_properties v2.1.2 |
| 1479 | 2026-05-13T18:11:04.205Z | Compiling icu_normalizer v2.1.1 |
| 1480 | 2026-05-13T18:11:04.255Z | Compiling chrono v0.4.44 |
| 1481 | 2026-05-13T18:11:04.268Z | Compiling ipnet v2.11.0 |
| 1482 | 2026-05-13T18:11:04.306Z | Compiling darling v0.20.11 |
| 1483 | 2026-05-13T18:11:04.403Z | Compiling pkcs8 v0.10.2 |
| 1484 | 2026-05-13T18:11:04.486Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-05-13T18:11:04.517Z | Compiling webpki-roots v1.0.6 |
| 1486 | 2026-05-13T18:11:04.645Z | Compiling tokio v1.52.1 |
| 1487 | 2026-05-13T18:11:04.659Z | Compiling http v1.4.0 |
| 1488 | 2026-05-13T18:11:04.731Z | Compiling thiserror-impl v1.0.69 |
| 1489 | 2026-05-13T18:11:04.772Z | Compiling scroll_derive v0.12.1 |
| 1490 | 2026-05-13T18:11:04.791Z | Compiling serde_tokenstream v0.2.3 |
| 1491 | 2026-05-13T18:11:04.795Z | Compiling serde_urlencoded v0.7.1 |
| 1492 | 2026-05-13T18:11:04.846Z | Compiling serde_spanned v0.6.9 |
| 1493 | 2026-05-13T18:11:05.003Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-05-13T18:11:05.061Z | Compiling idna_adapter v1.2.1 |
| 1495 | 2026-05-13T18:11:05.163Z | Compiling toml_datetime v0.6.11 |
| 1496 | 2026-05-13T18:11:05.239Z | Compiling idna v1.1.0 |
| 1497 | 2026-05-13T18:11:05.355Z | Compiling ppv-lite86 v0.2.21 |
| 1498 | 2026-05-13T18:11:05.443Z | Compiling http-body v1.0.1 |
| 1499 | 2026-05-13T18:11:05.483Z | Compiling derive_builder_macro v0.20.2 |
| 1500 | 2026-05-13T18:11:05.498Z | Compiling scroll v0.12.0 |
| 1501 | 2026-05-13T18:11:05.522Z | Compiling md-5 v0.10.6 |
| 1502 | 2026-05-13T18:11:05.535Z | Compiling darling_macro v0.21.3 |
| 1503 | 2026-05-13T18:11:05.620Z | Compiling url v2.5.8 |
| 1504 | 2026-05-13T18:11:05.634Z | Compiling http-body-util v0.1.3 |
| 1505 | 2026-05-13T18:11:05.698Z | Compiling rand_chacha v0.9.0 |
| 1506 | 2026-05-13T18:11:05.714Z | Compiling rand_chacha v0.3.1 |
| 1507 | 2026-05-13T18:11:05.714Z | Compiling bstr v1.12.1 |
| 1508 | 2026-05-13T18:11:05.791Z | Compiling zerocopy-derive v0.7.35 |
| 1509 | 2026-05-13T18:11:05.896Z | Compiling pin-project-internal v1.1.11 |
| 1510 | 2026-05-13T18:11:05.941Z | Compiling rand v0.9.2 |
| 1511 | 2026-05-13T18:11:05.982Z | Compiling async-trait v0.1.89 |
| 1512 | 2026-05-13T18:11:06.047Z | Compiling thiserror v1.0.69 |
| 1513 | 2026-05-13T18:11:06.060Z | Compiling vergen-lib v0.1.6 |
| 1514 | 2026-05-13T18:11:06.235Z | Compiling ff v0.13.1 |
| 1515 | 2026-05-13T18:11:06.263Z | Compiling hash32 v0.2.1 |
| 1516 | 2026-05-13T18:11:06.397Z | Compiling memoffset v0.9.1 |
| 1517 | 2026-05-13T18:11:06.430Z | Compiling num-bigint-dig v0.8.6 |
| 1518 | 2026-05-13T18:11:06.449Z | Compiling litrs v1.0.0 |
| 1519 | 2026-05-13T18:11:06.473Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2026-05-13T18:11:06.564Z | Compiling proptest v1.11.0 |
| 1521 | 2026-05-13T18:11:06.609Z | Compiling cfg_aliases v0.2.1 |
| 1522 | 2026-05-13T18:11:06.638Z | Compiling smoltcp v0.9.1 |
| 1523 | 2026-05-13T18:11:06.693Z | Compiling zlib-rs v0.6.2 |
| 1524 | 2026-05-13T18:11:06.707Z | Compiling base16ct v0.2.0 |
| 1525 | 2026-05-13T18:11:06.751Z | Compiling psl-types v2.0.11 |
| 1526 | 2026-05-13T18:11:06.784Z | Compiling ref-cast v1.0.25 |
| 1527 | 2026-05-13T18:11:06.807Z | Compiling rustix v0.38.44 |
| 1528 | 2026-05-13T18:11:06.893Z | Compiling dof v0.4.0 |
| 1529 | 2026-05-13T18:11:06.907Z | Compiling publicsuffix v2.3.0 |
| 1530 | 2026-05-13T18:11:06.985Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-05-13T18:11:07.023Z | Compiling document-features v0.2.12 |
| 1532 | 2026-05-13T18:11:07.058Z | Compiling sec1 v0.7.3 |
| 1533 | 2026-05-13T18:11:07.080Z | Compiling pin-project v1.1.11 |
| 1534 | 2026-05-13T18:11:07.102Z | Compiling postgres-protocol v0.6.10 |
| 1535 | 2026-05-13T18:11:07.174Z | Compiling zerocopy v0.7.35 |
| 1536 | 2026-05-13T18:11:07.203Z | Compiling nix v0.31.2 |
| 1537 | 2026-05-13T18:11:07.220Z | Compiling oxnet v0.1.4 |
| 1538 | 2026-05-13T18:11:07.407Z | Compiling group v0.13.0 |
| 1539 | 2026-05-13T18:11:07.471Z | Compiling darling v0.21.3 |
| 1540 | 2026-05-13T18:11:07.512Z | Compiling derive_builder v0.20.2 |
| 1541 | 2026-05-13T18:11:07.568Z | Compiling rand v0.8.6 |
| 1542 | 2026-05-13T18:11:07.595Z | Compiling goblin v0.8.2 |
| 1543 | 2026-05-13T18:11:07.641Z | Compiling hubpack_derive v0.1.1 |
| 1544 | 2026-05-13T18:11:07.668Z | Compiling futures-executor v0.3.32 |
| 1545 | 2026-05-13T18:11:07.682Z | Compiling cargo-platform v0.1.9 |
| 1546 | 2026-05-13T18:11:07.696Z | Compiling hex v0.4.3 |
| 1547 | 2026-05-13T18:11:07.747Z | Compiling hkdf v0.12.4 |
| 1548 | 2026-05-13T18:11:07.862Z | Compiling crypto-bigint v0.5.5 |
| 1549 | 2026-05-13T18:11:07.925Z | Compiling regex v1.12.3 |
| 1550 | 2026-05-13T18:11:08.012Z | Compiling num-iter v0.1.45 |
| 1551 | 2026-05-13T18:11:08.043Z | Compiling snafu-derive v0.8.9 |
| 1552 | 2026-05-13T18:11:08.057Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1553 | 2026-05-13T18:11:08.113Z | Compiling daft-derive v0.1.5 |
| 1554 | 2026-05-13T18:11:08.127Z | Compiling ref-cast-impl v1.0.25 |
| 1555 | 2026-05-13T18:11:08.147Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-05-13T18:11:08.433Z | Compiling tokio-util v0.7.18 |
| 1557 | 2026-05-13T18:11:08.448Z | Compiling tower v0.5.3 |
| 1558 | 2026-05-13T18:11:08.524Z | Compiling tokio-native-tls v0.3.1 |
| 1559 | 2026-05-13T18:11:08.713Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-05-13T18:11:08.729Z | Compiling phf_shared v0.13.1 |
| 1561 | 2026-05-13T18:11:08.766Z | Compiling lazy_static v1.5.0 |
| 1562 | 2026-05-13T18:11:08.787Z | Compiling vergen v9.0.6 |
| 1563 | 2026-05-13T18:11:08.861Z | Compiling tower-http v0.6.8 |
| 1564 | 2026-05-13T18:11:08.875Z | Compiling fs-err v3.3.0 |
| 1565 | 2026-05-13T18:11:08.879Z | Compiling encoding_rs v0.8.35 |
| 1566 | 2026-05-13T18:11:08.942Z | Compiling newtype-uuid v1.3.2 |
| 1567 | 2026-05-13T18:11:08.987Z | Compiling ahash v0.8.12 |
| 1568 | 2026-05-13T18:11:09.002Z | Compiling object v0.37.3 |
| 1569 | 2026-05-13T18:11:09.018Z | Compiling mime v0.3.17 |
| 1570 | 2026-05-13T18:11:09.090Z | Compiling bitflags v1.3.2 |
| 1571 | 2026-05-13T18:11:09.179Z | Compiling h2 v0.4.13 |
| 1572 | 2026-05-13T18:11:09.215Z | Compiling managed v0.8.0 |
| 1573 | 2026-05-13T18:11:09.292Z | Compiling foldhash v0.2.0 |
| 1574 | 2026-05-13T18:11:09.296Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-05-13T18:11:09.310Z | Compiling winnow v0.5.40 |
| 1576 | 2026-05-13T18:11:09.334Z | Compiling foldhash v0.1.5 |
| 1577 | 2026-05-13T18:11:09.445Z | Compiling same-file v1.0.6 |
| 1578 | 2026-05-13T18:11:09.504Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-05-13T18:11:09.525Z | Compiling flate2 v1.1.9 |
| 1580 | 2026-05-13T18:11:09.539Z | Compiling hashbrown v0.15.5 |
| 1581 | 2026-05-13T18:11:09.627Z | Compiling walkdir v2.5.0 |
| 1582 | 2026-05-13T18:11:09.795Z | Compiling bzip2 v0.6.1 |
| 1583 | 2026-05-13T18:11:09.932Z | Compiling dof v0.3.0 |
| 1584 | 2026-05-13T18:11:09.988Z | Compiling zopfli v0.8.3 |
| 1585 | 2026-05-13T18:11:10.002Z | Compiling hashbrown v0.16.1 |
| 1586 | 2026-05-13T18:11:10.017Z | Compiling snafu v0.8.9 |
| 1587 | 2026-05-13T18:11:10.047Z | Compiling clap_builder v4.5.60 |
| 1588 | 2026-05-13T18:11:10.189Z | Compiling daft v0.1.5 |
| 1589 | 2026-05-13T18:11:10.203Z | Compiling strum v0.27.2 |
| 1590 | 2026-05-13T18:11:10.357Z | Compiling phf v0.13.1 |
| 1591 | 2026-05-13T18:11:10.371Z | Compiling signal-hook-mio v0.2.5 |
| 1592 | 2026-05-13T18:11:10.469Z | Compiling elliptic-curve v0.13.8 |
| 1593 | 2026-05-13T18:11:10.514Z | Compiling cargo_metadata v0.19.2 |
| 1594 | 2026-05-13T18:11:10.642Z | Compiling usdt-macro v0.6.0 |
| 1595 | 2026-05-13T18:11:10.659Z | Compiling usdt-attr-macro v0.6.0 |
| 1596 | 2026-05-13T18:11:10.723Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-05-13T18:11:10.752Z | Compiling cookie_store v0.22.1 |
| 1598 | 2026-05-13T18:11:10.841Z | Compiling hubpack v0.1.2 |
| 1599 | 2026-05-13T18:11:10.892Z | Compiling bzip2 v0.4.4 |
| 1600 | 2026-05-13T18:11:10.906Z | Compiling futures v0.3.32 |
| 1601 | 2026-05-13T18:11:10.937Z | Compiling zstd v0.13.3 |
| 1602 | 2026-05-13T18:11:11.024Z | Compiling serde_with_macros v3.17.0 |
| 1603 | 2026-05-13T18:11:11.083Z | Compiling postgres-types v0.2.12 |
| 1604 | 2026-05-13T18:11:11.219Z | Compiling globset v0.4.18 |
| 1605 | 2026-05-13T18:11:11.234Z | Compiling dtrace-parser v0.2.0 |
| 1606 | 2026-05-13T18:11:11.441Z | Compiling pkcs1 v0.7.5 |
| 1607 | 2026-05-13T18:11:11.454Z | Compiling ed25519 v2.2.3 |
| 1608 | 2026-05-13T18:11:11.504Z | Compiling serde-big-array v0.5.1 |
| 1609 | 2026-05-13T18:11:11.665Z | Compiling olpc-cjson v0.1.4 |
| 1610 | 2026-05-13T18:11:11.679Z | Compiling serde_plain v1.0.2 |
| 1611 | 2026-05-13T18:11:11.847Z | Compiling rfc6979 v0.4.0 |
| 1612 | 2026-05-13T18:11:11.868Z | Compiling strum_macros v0.26.4 |
| 1613 | 2026-05-13T18:11:11.888Z | Compiling serde_repr v0.1.20 |
| 1614 | 2026-05-13T18:11:11.902Z | Compiling enum-as-inner v0.6.1 |
| 1615 | 2026-05-13T18:11:11.930Z | Compiling clap_derive v4.5.55 |
| 1616 | 2026-05-13T18:11:11.999Z | Compiling async-recursion v1.1.1 |
| 1617 | 2026-05-13T18:11:12.014Z | Compiling phf_shared v0.11.3 |
| 1618 | 2026-05-13T18:11:12.201Z | Compiling float-cmp v0.10.0 |
| 1619 | 2026-05-13T18:11:12.221Z | Compiling hyper v1.8.1 |
| 1620 | 2026-05-13T18:11:12.341Z | Compiling pem v3.0.6 |
| 1621 | 2026-05-13T18:11:12.371Z | Compiling memmap2 v0.9.10 |
| 1622 | 2026-05-13T18:11:12.386Z | Compiling thread-id v4.2.2 |
| 1623 | 2026-05-13T18:11:12.448Z | Compiling env_filter v1.0.0 |
| 1624 | 2026-05-13T18:11:12.476Z | Compiling difflib v0.4.0 |
| 1625 | 2026-05-13T18:11:12.490Z | Compiling fixedbitset v0.4.2 |
| 1626 | 2026-05-13T18:11:12.612Z | Compiling static_assertions v1.1.0 |
| 1627 | 2026-05-13T18:11:12.692Z | Compiling jiff v0.2.21 |
| 1628 | 2026-05-13T18:11:12.696Z | Compiling data-encoding v2.10.0 |
| 1629 | 2026-05-13T18:11:12.708Z | Compiling either v1.15.0 |
| 1630 | 2026-05-13T18:11:12.737Z | Compiling whoami v2.1.0 |
| 1631 | 2026-05-13T18:11:12.776Z | Compiling rustc-hash v2.1.1 |
| 1632 | 2026-05-13T18:11:12.920Z | Compiling normalize-line-endings v0.3.0 |
| 1633 | 2026-05-13T18:11:12.952Z | Compiling fixedbitset v0.5.7 |
| 1634 | 2026-05-13T18:11:13.033Z | Compiling typed-path v0.9.3 |
| 1635 | 2026-05-13T18:11:13.069Z | Compiling predicates-core v1.0.10 |
| 1636 | 2026-05-13T18:11:13.128Z | Compiling new_debug_unreachable v1.0.6 |
| 1637 | 2026-05-13T18:11:13.158Z | Compiling keccak v0.1.6 |
| 1638 | 2026-05-13T18:11:13.217Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-05-13T18:11:13.277Z | Compiling predicates v3.1.4 |
| 1640 | 2026-05-13T18:11:13.292Z | Compiling petgraph v0.8.3 |
| 1641 | 2026-05-13T18:11:13.295Z | Compiling hickory-proto v0.25.2 |
| 1642 | 2026-05-13T18:11:13.322Z | Compiling hyper-util v0.1.20 |
| 1643 | 2026-05-13T18:11:13.437Z | Compiling sha3 v0.10.8 |
| 1644 | 2026-05-13T18:11:13.452Z | Compiling string_cache v0.8.9 |
| 1645 | 2026-05-13T18:11:13.563Z | Compiling tokio-postgres v0.7.16 |
| 1646 | 2026-05-13T18:11:13.689Z | Compiling strum v0.26.3 |
| 1647 | 2026-05-13T18:11:13.700Z | Compiling itertools v0.13.0 |
| 1648 | 2026-05-13T18:11:13.795Z | Compiling clap v4.5.60 |
| 1649 | 2026-05-13T18:11:13.840Z | Compiling iddqd v0.3.18 |
| 1650 | 2026-05-13T18:11:13.864Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1651 | 2026-05-13T18:11:13.893Z | Compiling petgraph v0.6.5 |
| 1652 | 2026-05-13T18:11:13.912Z | Compiling env_logger v0.11.9 |
| 1653 | 2026-05-13T18:11:13.946Z | Compiling usdt v0.6.0 |
| 1654 | 2026-05-13T18:11:13.989Z | Compiling toml_edit v0.22.27 |
| 1655 | 2026-05-13T18:11:14.232Z | Compiling usdt-impl v0.5.0 |
| 1656 | 2026-05-13T18:11:14.275Z | Compiling serde_with v3.17.0 |
| 1657 | 2026-05-13T18:11:14.294Z | Compiling toml v0.7.8 |
| 1658 | 2026-05-13T18:11:14.835Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-05-13T18:11:14.917Z | Compiling crossterm v0.28.1 |
| 1660 | 2026-05-13T18:11:14.947Z | Compiling ecdsa v0.16.9 |
| 1661 | 2026-05-13T18:11:15.025Z | Compiling rsa v0.9.10 |
| 1662 | 2026-05-13T18:11:15.067Z | Compiling ed25519-dalek v2.2.0 |
| 1663 | 2026-05-13T18:11:15.321Z | Compiling zip v4.6.1 |
| 1664 | 2026-05-13T18:11:15.424Z | Compiling zip v0.6.6 |
| 1665 | 2026-05-13T18:11:15.973Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1666 | 2026-05-13T18:11:16.049Z | Compiling tokio-stream v0.1.18 |
| 1667 | 2026-05-13T18:11:16.066Z | Compiling buf-list v1.1.2 |
| 1668 | 2026-05-13T18:11:16.094Z | Compiling similar v2.7.0 |
| 1669 | 2026-05-13T18:11:16.109Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1670 | 2026-05-13T18:11:16.307Z | Compiling openapiv3 v2.2.0 |
| 1671 | 2026-05-13T18:11:16.323Z | Compiling x509-cert v0.2.5 |
| 1672 | 2026-05-13T18:11:16.370Z | Compiling sha1 v0.10.6 |
| 1673 | 2026-05-13T18:11:16.440Z | Compiling crossbeam-epoch v0.9.18 |
| 1674 | 2026-05-13T18:11:16.545Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1675 | 2026-05-13T18:11:16.624Z | Compiling peg-runtime v0.8.5 |
| 1676 | 2026-05-13T18:11:16.637Z | Compiling lalrpop-util v0.19.12 |
| 1677 | 2026-05-13T18:11:16.758Z | Compiling thread_local v1.1.9 |
| 1678 | 2026-05-13T18:11:16.762Z | Compiling slog-async v2.8.0 |
| 1679 | 2026-05-13T18:11:16.795Z | Compiling crossbeam-channel v0.5.15 |
| 1680 | 2026-05-13T18:11:16.854Z | Compiling is-terminal v0.4.17 |
| 1681 | 2026-05-13T18:11:16.868Z | Compiling filetime v0.2.27 |
| 1682 | 2026-05-13T18:11:16.871Z | Compiling term v1.2.1 |
| 1683 | 2026-05-13T18:11:16.934Z | Compiling xattr v1.6.1 |
| 1684 | 2026-05-13T18:11:16.961Z | Compiling take_mut v0.2.2 |
| 1685 | 2026-05-13T18:11:17.081Z | Compiling tar v0.4.45 |
| 1686 | 2026-05-13T18:11:17.270Z | Compiling slog-term v2.9.2 |
| 1687 | 2026-05-13T18:11:34.804Z | Compiling rustls-webpki v0.103.9 |
| 1688 | 2026-05-13T18:11:37.602Z | Compiling tokio-rustls v0.26.4 |
| 1689 | 2026-05-13T18:11:37.602Z | Compiling rustls-platform-verifier v0.6.2 |
| 1690 | 2026-05-13T18:11:37.790Z | Compiling hyper-rustls v0.27.7 |
| 1691 | 2026-05-13T18:11:37.983Z | Compiling reqwest v0.12.28 |
| 1692 | 2026-05-13T18:11:37.983Z | Compiling reqwest v0.13.2 |
| 1693 | 2026-05-13T18:11:39.221Z | Compiling tough v0.22.0 |
| 1694 | 2026-05-13T18:11:41.734Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1695 | 2026-05-13T18:11:41.968Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1696 | 2026-05-13T18:11:44.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.47s |
| 1697 | 2026-05-13T18:11:44.920Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1698 | 2026-05-13T18:11:44.976Z | May 13 18:11:44.319 INFO Starting download, target: Clickhouse |
| 1699 | 2026-05-13T18:11:44.976Z | May 13 18:11:44.320 INFO Starting download, target: Console |
| 1700 | 2026-05-13T18:11:44.976Z | May 13 18:11:44.320 INFO Starting download, target: Cockroach |
| 1701 | 2026-05-13T18:11:44.976Z | May 13 18:11:44.320 INFO Starting download, target: DendriteStub |
| 1702 | 2026-05-13T18:11:44.977Z | May 13 18:11:44.320 INFO Starting download, target: MaghemiteMgd |
| 1703 | 2026-05-13T18:11:44.977Z | May 13 18:11:44.320 INFO Starting download, target: TransceiverControl |
| 1704 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1705 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1706 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.320 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1707 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.321 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1708 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.321 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1709 | 2026-05-13T18:11:44.983Z | May 13 18:11:44.321 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1710 | 2026-05-13T18:11:45.303Z | May 13 18:11:44.647 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1711 | 2026-05-13T18:11:45.520Z | May 13 18:11:44.862 INFO Download complete, target: TransceiverControl |
| 1712 | 2026-05-13T18:11:45.923Z | May 13 18:11:45.261 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1713 | 2026-05-13T18:11:46.156Z | May 13 18:11:45.495 INFO Download complete, target: Console |
| 1714 | 2026-05-13T18:11:46.916Z | May 13 18:11:46.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1715 | 2026-05-13T18:11:47.053Z | May 13 18:11:46.364 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1716 | 2026-05-13T18:11:47.414Z | May 13 18:11:46.758 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1717 | 2026-05-13T18:11:47.469Z | May 13 18:11:46.812 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1718 | 2026-05-13T18:11:47.476Z | May 13 18:11:46.812 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1719 | 2026-05-13T18:11:49.278Z | May 13 18:11:48.622 INFO Download complete, target: DendriteStub |
| 1720 | 2026-05-13T18:11:49.397Z | May 13 18:11:48.741 INFO Download complete, target: MaghemiteMgd |
| 1721 | 2026-05-13T18:11:52.210Z | May 13 18:11:51.551 INFO Checking that binary works, target: Cockroach |
| 1722 | 2026-05-13T18:11:52.443Z | May 13 18:11:51.787 INFO Download complete, target: Cockroach |
| 1723 | 2026-05-13T18:11:54.219Z | May 13 18:11:53.557 INFO Checking that binary works, target: Clickhouse |
| 1724 | 2026-05-13T18:11:54.348Z | May 13 18:11:53.669 INFO Download complete, target: Clickhouse |
| 1725 | 2026-05-13T18:11:54.368Z | All prerequisites installed successfully |
| 1726 | 2026-05-13T18:11:54.369Z | |
| 1727 | 2026-05-13T18:11:54.369Z | real 2:07.569849591 |
| 1728 | 2026-05-13T18:11:54.369Z | user 6:56.283646531 |
| 1729 | 2026-05-13T18:11:54.369Z | sys 1:41.678702976 |
| 1730 | 2026-05-13T18:11:54.369Z | trap 0.268496306 |
| 1731 | 2026-05-13T18:11:54.369Z | tflt 1.922286060 |
| 1732 | 2026-05-13T18:11:54.369Z | dflt 2.852406270 |
| 1733 | 2026-05-13T18:11:54.369Z | kflt 0.062224679 |
| 1734 | 2026-05-13T18:11:54.369Z | lock 22:53.084458600 |
| 1735 | 2026-05-13T18:11:54.370Z | slp 19:37.651177556 |
| 1736 | 2026-05-13T18:11:54.370Z | lat 21.387509612 |
| 1737 | 2026-05-13T18:11:54.370Z | stop 2:41.296687682 |
| 1738 | 2026-05-13T18:11:54.370Z | + ptime -m cargo xtask download softnpu |
| 1739 | 2026-05-13T18:11:54.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1740 | 2026-05-13T18:11:54.891Z | Running `target/debug/xtask download softnpu` |
| 1741 | 2026-05-13T18:11:55.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1742 | 2026-05-13T18:11:55.739Z | Running `target/debug/xtask-downloader softnpu` |
| 1743 | 2026-05-13T18:11:55.786Z | May 13 18:11:55.120 INFO Starting download, target: Softnpu |
| 1744 | 2026-05-13T18:11:55.794Z | May 13 18:11:55.121 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1745 | 2026-05-13T18:11:56.428Z | May 13 18:11:55.773 INFO Download complete, target: Softnpu |
| 1746 | 2026-05-13T18:11:56.432Z | |
| 1747 | 2026-05-13T18:11:56.432Z | real 2.094689538 |
| 1748 | 2026-05-13T18:11:56.432Z | user 1.357764099 |
| 1749 | 2026-05-13T18:11:56.432Z | sys 0.662292142 |
| 1750 | 2026-05-13T18:11:56.432Z | trap 0.000562720 |
| 1751 | 2026-05-13T18:11:56.432Z | tflt 0.000209200 |
| 1752 | 2026-05-13T18:11:56.432Z | dflt 0.000153890 |
| 1753 | 2026-05-13T18:11:56.432Z | kflt 0.000000000 |
| 1754 | 2026-05-13T18:11:56.432Z | lock 11.892343017 |
| 1755 | 2026-05-13T18:11:56.432Z | slp 0.518171635 |
| 1756 | 2026-05-13T18:11:56.432Z | lat 0.081535597 |
| 1757 | 2026-05-13T18:11:56.432Z | stop 0.000158570 |
| 1758 | 2026-05-13T18:11:56.436Z | + export CARGO_INCREMENTAL=0 |
| 1759 | 2026-05-13T18:11:56.436Z | + CARGO_INCREMENTAL=0 |
| 1760 | 2026-05-13T18:11:56.436Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1761 | 2026-05-13T18:11:57.330Z | Compiling proc-macro2 v1.0.106 |
| 1762 | 2026-05-13T18:11:57.330Z | Compiling quote v1.0.45 |
| 1763 | 2026-05-13T18:11:57.330Z | Compiling unicode-ident v1.0.24 |
| 1764 | 2026-05-13T18:11:57.330Z | Compiling libc v0.2.185 |
| 1765 | 2026-05-13T18:11:57.334Z | Compiling serde_core v1.0.228 |
| 1766 | 2026-05-13T18:11:57.334Z | Compiling serde v1.0.228 |
| 1767 | 2026-05-13T18:11:57.334Z | Compiling cfg-if v1.0.4 |
| 1768 | 2026-05-13T18:11:57.334Z | Compiling version_check v0.9.5 |
| 1769 | 2026-05-13T18:11:57.476Z | Compiling find-msvc-tools v0.1.9 |
| 1770 | 2026-05-13T18:11:57.479Z | Compiling shlex v1.3.0 |
| 1771 | 2026-05-13T18:11:57.479Z | Compiling typenum v1.19.0 |
| 1772 | 2026-05-13T18:11:57.479Z | Compiling zmij v1.0.21 |
| 1773 | 2026-05-13T18:11:57.479Z | Compiling autocfg v1.5.0 |
| 1774 | 2026-05-13T18:11:57.479Z | Compiling serde_json v1.0.149 |
| 1775 | 2026-05-13T18:11:57.479Z | Compiling memchr v2.8.0 |
| 1776 | 2026-05-13T18:11:57.692Z | Compiling portable-atomic v1.13.1 |
| 1777 | 2026-05-13T18:11:57.868Z | Compiling libm v0.2.16 |
| 1778 | 2026-05-13T18:11:57.889Z | Compiling zerocopy v0.8.40 |
| 1779 | 2026-05-13T18:11:57.906Z | Compiling smallvec v1.15.1 |
| 1780 | 2026-05-13T18:11:57.923Z | Compiling parking_lot_core v0.9.12 |
| 1781 | 2026-05-13T18:11:57.956Z | Compiling generic-array v0.14.7 |
| 1782 | 2026-05-13T18:11:57.956Z | Compiling num-traits v0.2.19 |
| 1783 | 2026-05-13T18:11:58.005Z | Compiling icu_properties_data v2.1.2 |
| 1784 | 2026-05-13T18:11:58.169Z | Compiling icu_normalizer_data v2.1.1 |
| 1785 | 2026-05-13T18:11:58.200Z | Compiling itoa v1.0.17 |
| 1786 | 2026-05-13T18:11:58.204Z | Compiling getrandom v0.4.1 |
| 1787 | 2026-05-13T18:11:58.204Z | Compiling log v0.4.29 |
| 1788 | 2026-05-13T18:11:58.213Z | Compiling stable_deref_trait v1.2.1 |
| 1789 | 2026-05-13T18:11:58.261Z | Compiling pkg-config v0.3.32 |
| 1790 | 2026-05-13T18:11:58.279Z | Compiling subtle v2.6.1 |
| 1791 | 2026-05-13T18:11:58.461Z | Compiling jobserver v0.1.34 |
| 1792 | 2026-05-13T18:11:58.476Z | Compiling getrandom v0.2.17 |
| 1793 | 2026-05-13T18:11:58.508Z | Compiling errno v0.3.14 |
| 1794 | 2026-05-13T18:11:58.537Z | Compiling scopeguard v1.2.0 |
| 1795 | 2026-05-13T18:11:58.656Z | Compiling rand_core v0.6.4 |
| 1796 | 2026-05-13T18:11:58.669Z | Compiling lock_api v0.4.14 |
| 1797 | 2026-05-13T18:11:58.695Z | Compiling cc v1.2.56 |
| 1798 | 2026-05-13T18:11:58.750Z | Compiling litemap v0.8.1 |
| 1799 | 2026-05-13T18:11:58.759Z | Compiling percent-encoding v2.3.2 |
| 1800 | 2026-05-13T18:11:58.770Z | Compiling writeable v0.6.2 |
| 1801 | 2026-05-13T18:11:58.909Z | Compiling syn v2.0.117 |
| 1802 | 2026-05-13T18:11:58.962Z | Compiling pin-project-lite v0.2.17 |
| 1803 | 2026-05-13T18:11:58.992Z | Compiling fnv v1.0.7 |
| 1804 | 2026-05-13T18:11:59.049Z | Compiling thiserror v2.0.18 |
| 1805 | 2026-05-13T18:11:59.057Z | Compiling getrandom v0.3.4 |
| 1806 | 2026-05-13T18:11:59.133Z | Compiling equivalent v1.0.2 |
| 1807 | 2026-05-13T18:11:59.146Z | Compiling fs_extra v1.3.0 |
| 1808 | 2026-05-13T18:11:59.169Z | Compiling dunce v1.0.5 |
| 1809 | 2026-05-13T18:11:59.261Z | Compiling rustversion v1.0.22 |
| 1810 | 2026-05-13T18:11:59.277Z | Compiling rand_core v0.10.0 |
| 1811 | 2026-05-13T18:11:59.288Z | Compiling utf8_iter v1.0.4 |
| 1812 | 2026-05-13T18:11:59.313Z | Compiling schemars v0.8.22 |
| 1813 | 2026-05-13T18:11:59.388Z | Compiling form_urlencoded v1.2.2 |
| 1814 | 2026-05-13T18:11:59.472Z | Compiling cmake v0.1.57 |
| 1815 | 2026-05-13T18:11:59.482Z | Compiling critical-section v1.2.0 |
| 1816 | 2026-05-13T18:11:59.534Z | Compiling signal-hook-registry v1.4.8 |
| 1817 | 2026-05-13T18:11:59.620Z | Compiling rustix v1.1.3 |
| 1818 | 2026-05-13T18:11:59.620Z | Compiling hashbrown v0.17.0 |
| 1819 | 2026-05-13T18:11:59.684Z | Compiling socket2 v0.6.3 |
| 1820 | 2026-05-13T18:11:59.714Z | Compiling mio v1.2.0 |
| 1821 | 2026-05-13T18:11:59.838Z | Compiling parking_lot v0.12.5 |
| 1822 | 2026-05-13T18:11:59.976Z | Compiling semver v1.0.28 |
| 1823 | 2026-05-13T18:12:00.064Z | Compiling bitflags v2.11.0 |
| 1824 | 2026-05-13T18:12:00.089Z | Compiling ring v0.17.14 |
| 1825 | 2026-05-13T18:12:00.148Z | Compiling aws-lc-sys v0.40.0 |
| 1826 | 2026-05-13T18:12:00.182Z | Compiling once_cell v1.21.3 |
| 1827 | 2026-05-13T18:12:00.216Z | Compiling indexmap v2.14.0 |
| 1828 | 2026-05-13T18:12:00.227Z | Compiling const-oid v0.9.6 |
| 1829 | 2026-05-13T18:12:00.397Z | Compiling aws-lc-rs v1.16.3 |
| 1830 | 2026-05-13T18:12:00.415Z | Compiling futures-core v0.3.32 |
| 1831 | 2026-05-13T18:12:00.463Z | Compiling httparse v1.10.1 |
| 1832 | 2026-05-13T18:12:00.530Z | Compiling thiserror v1.0.69 |
| 1833 | 2026-05-13T18:12:00.551Z | Compiling vcpkg v0.2.15 |
| 1834 | 2026-05-13T18:12:00.589Z | Compiling strsim v0.11.1 |
| 1835 | 2026-05-13T18:12:00.783Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-05-13T18:12:00.799Z | Compiling byteorder v1.5.0 |
| 1837 | 2026-05-13T18:12:00.835Z | Compiling ucd-trie v0.1.7 |
| 1838 | 2026-05-13T18:12:00.891Z | Compiling heck v0.5.0 |
| 1839 | 2026-05-13T18:12:00.894Z | Compiling ident_case v1.0.1 |
| 1840 | 2026-05-13T18:12:00.920Z | Compiling regex-syntax v0.8.10 |
| 1841 | 2026-05-13T18:12:00.948Z | Compiling syn v1.0.109 |
| 1842 | 2026-05-13T18:12:00.983Z | Compiling uuid v1.23.0 |
| 1843 | 2026-05-13T18:12:01.001Z | Compiling pest v2.8.6 |
| 1844 | 2026-05-13T18:12:01.040Z | Compiling cpufeatures v0.2.17 |
| 1845 | 2026-05-13T18:12:01.056Z | Compiling rustls v0.23.37 |
| 1846 | 2026-05-13T18:12:01.128Z | Compiling openssl-sys v0.9.115 |
| 1847 | 2026-05-13T18:12:01.289Z | Compiling futures-sink v0.3.32 |
| 1848 | 2026-05-13T18:12:01.305Z | Compiling rustc_version v0.4.1 |
| 1849 | 2026-05-13T18:12:01.398Z | Compiling futures-channel v0.3.32 |
| 1850 | 2026-05-13T18:12:01.430Z | Compiling slab v0.4.12 |
| 1851 | 2026-05-13T18:12:01.540Z | Compiling futures-io v0.3.32 |
| 1852 | 2026-05-13T18:12:01.555Z | Compiling futures-task v0.3.32 |
| 1853 | 2026-05-13T18:12:01.656Z | Compiling aho-corasick v1.1.4 |
| 1854 | 2026-05-13T18:12:01.686Z | Compiling dyn-clone v1.0.20 |
| 1855 | 2026-05-13T18:12:01.729Z | Compiling synstructure v0.13.2 |
| 1856 | 2026-05-13T18:12:01.745Z | Compiling serde_derive_internals v0.29.1 |
| 1857 | 2026-05-13T18:12:01.919Z | Compiling crc32fast v1.5.0 |
| 1858 | 2026-05-13T18:12:01.968Z | Compiling openssl v0.10.79 |
| 1859 | 2026-05-13T18:12:01.985Z | Compiling plain v0.2.3 |
| 1860 | 2026-05-13T18:12:02.086Z | Compiling pest_meta v2.8.6 |
| 1861 | 2026-05-13T18:12:02.108Z | Compiling base64 v0.22.1 |
| 1862 | 2026-05-13T18:12:02.218Z | Compiling crossbeam-utils v0.8.21 |
| 1863 | 2026-05-13T18:12:02.257Z | Compiling num-conv v0.2.0 |
| 1864 | 2026-05-13T18:12:02.272Z | Compiling time-core v0.1.8 |
| 1865 | 2026-05-13T18:12:02.371Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-05-13T18:12:02.410Z | Compiling native-tls v0.2.18 |
| 1867 | 2026-05-13T18:12:02.439Z | Compiling time-macros v0.2.27 |
| 1868 | 2026-05-13T18:12:02.486Z | Compiling regex-automata v0.4.14 |
| 1869 | 2026-05-13T18:12:02.504Z | Compiling anyhow v1.0.102 |
| 1870 | 2026-05-13T18:12:02.537Z | Compiling base64ct v1.8.3 |
| 1871 | 2026-05-13T18:12:02.540Z | Compiling darling_core v0.21.3 |
| 1872 | 2026-05-13T18:12:02.696Z | Compiling pest_generator v2.8.6 |
| 1873 | 2026-05-13T18:12:02.742Z | Compiling tracing-core v0.1.36 |
| 1874 | 2026-05-13T18:12:02.760Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1875 | 2026-05-13T18:12:02.839Z | Compiling pem-rfc7468 v0.7.0 |
| 1876 | 2026-05-13T18:12:02.985Z | Compiling serde_derive v1.0.228 |
| 1877 | 2026-05-13T18:12:03.021Z | Compiling zeroize_derive v1.4.3 |
| 1878 | 2026-05-13T18:12:03.047Z | Compiling zerofrom-derive v0.1.6 |
| 1879 | 2026-05-13T18:12:03.088Z | Compiling yoke-derive v0.8.1 |
| 1880 | 2026-05-13T18:12:03.126Z | Compiling zerovec-derive v0.11.2 |
| 1881 | 2026-05-13T18:12:03.142Z | Compiling displaydoc v0.2.5 |
| 1882 | 2026-05-13T18:12:03.334Z | Compiling zerocopy-derive v0.8.40 |
| 1883 | 2026-05-13T18:12:03.355Z | Compiling tokio-macros v2.7.0 |
| 1884 | 2026-05-13T18:12:03.407Z | Compiling futures-macro v0.3.32 |
| 1885 | 2026-05-13T18:12:03.633Z | Compiling zeroize v1.8.2 |
| 1886 | 2026-05-13T18:12:03.896Z | Compiling thiserror-impl v2.0.18 |
| 1887 | 2026-05-13T18:12:04.043Z | Compiling schemars_derive v0.8.22 |
| 1888 | 2026-05-13T18:12:04.059Z | Compiling tracing-attributes v0.1.31 |
| 1889 | 2026-05-13T18:12:04.186Z | Compiling zerofrom v0.1.6 |
| 1890 | 2026-05-13T18:12:04.664Z | Compiling der_derive v0.7.3 |
| 1891 | 2026-05-13T18:12:04.664Z | Compiling yoke v0.8.1 |
| 1892 | 2026-05-13T18:12:04.664Z | Compiling crypto-common v0.1.7 |
| 1893 | 2026-05-13T18:12:04.664Z | Compiling zerovec v0.11.5 |
| 1894 | 2026-05-13T18:12:04.664Z | Compiling zerotrie v0.2.3 |
| 1895 | 2026-05-13T18:12:04.664Z | Compiling block-buffer v0.10.4 |
| 1896 | 2026-05-13T18:12:04.768Z | Compiling digest v0.10.7 |
| 1897 | 2026-05-13T18:12:04.998Z | Compiling thiserror-impl v1.0.69 |
| 1898 | 2026-05-13T18:12:05.132Z | Compiling tinystr v0.8.2 |
| 1899 | 2026-05-13T18:12:05.150Z | Compiling potential_utf v0.1.4 |
| 1900 | 2026-05-13T18:12:05.179Z | Compiling pest_derive v2.8.6 |
| 1901 | 2026-05-13T18:12:05.217Z | Compiling futures-util v0.3.32 |
| 1902 | 2026-05-13T18:12:05.232Z | Compiling hmac v0.12.1 |
| 1903 | 2026-05-13T18:12:05.306Z | Compiling icu_collections v2.1.1 |
| 1904 | 2026-05-13T18:12:05.322Z | Compiling icu_locale_core v2.1.1 |
| 1905 | 2026-05-13T18:12:05.541Z | Compiling block-padding v0.3.3 |
| 1906 | 2026-05-13T18:12:05.639Z | Compiling rustls-pki-types v1.14.0 |
| 1907 | 2026-05-13T18:12:05.972Z | Compiling inout v0.1.4 |
| 1908 | 2026-05-13T18:12:05.988Z | Compiling openssl-macros v0.1.1 |
| 1909 | 2026-05-13T18:12:06.064Z | Compiling icu_provider v2.1.1 |
| 1910 | 2026-05-13T18:12:06.142Z | Compiling bytes v1.11.1 |
| 1911 | 2026-05-13T18:12:06.259Z | Compiling chrono v0.4.44 |
| 1912 | 2026-05-13T18:12:06.303Z | Compiling serde_tokenstream v0.2.3 |
| 1913 | 2026-05-13T18:12:06.385Z | Compiling icu_normalizer v2.1.1 |
| 1914 | 2026-05-13T18:12:06.421Z | Compiling icu_properties v2.1.2 |
| 1915 | 2026-05-13T18:12:06.609Z | Compiling cipher v0.4.4 |
| 1916 | 2026-05-13T18:12:06.786Z | Compiling tokio v1.52.1 |
| 1917 | 2026-05-13T18:12:06.985Z | Compiling sha2 v0.10.9 |
| 1918 | 2026-05-13T18:12:07.245Z | Compiling scroll_derive v0.12.1 |
| 1919 | 2026-05-13T18:12:07.339Z | Compiling idna_adapter v1.2.1 |
| 1920 | 2026-05-13T18:12:07.499Z | Compiling idna v1.1.0 |
| 1921 | 2026-05-13T18:12:07.585Z | Compiling ppv-lite86 v0.2.21 |
| 1922 | 2026-05-13T18:12:07.602Z | Compiling scroll_derive v0.13.1 |
| 1923 | 2026-05-13T18:12:07.843Z | Compiling url v2.5.8 |
| 1924 | 2026-05-13T18:12:07.901Z | Compiling http v1.4.0 |
| 1925 | 2026-05-13T18:12:07.955Z | Compiling untrusted v0.9.0 |
| 1926 | 2026-05-13T18:12:07.999Z | Compiling flagset v0.4.7 |
| 1927 | 2026-05-13T18:12:08.117Z | Compiling der v0.7.10 |
| 1928 | 2026-05-13T18:12:08.150Z | Compiling tracing v0.1.44 |
| 1929 | 2026-05-13T18:12:08.349Z | Compiling darling_macro v0.21.3 |
| 1930 | 2026-05-13T18:12:08.364Z | Compiling regex v1.12.3 |
| 1931 | 2026-05-13T18:12:08.385Z | Compiling zerocopy-derive v0.7.35 |
| 1932 | 2026-05-13T18:12:08.684Z | Compiling rand_core v0.9.5 |
| 1933 | 2026-05-13T18:12:08.788Z | Compiling slog v2.8.2 |
| 1934 | 2026-05-13T18:12:09.191Z | Compiling spki v0.7.3 |
| 1935 | 2026-05-13T18:12:09.255Z | Compiling darling v0.21.3 |
| 1936 | 2026-05-13T18:12:09.285Z | Compiling salsa20 v0.10.2 |
| 1937 | 2026-05-13T18:12:09.350Z | Compiling pbkdf2 v0.12.2 |
| 1938 | 2026-05-13T18:12:09.728Z | Compiling cookie v0.18.1 |
| 1939 | 2026-05-13T18:12:09.845Z | Compiling camino v1.2.2 |
| 1940 | 2026-05-13T18:12:10.158Z | Compiling scrypt v0.11.0 |
| 1941 | 2026-05-13T18:12:10.189Z | Compiling rand_chacha v0.9.0 |
| 1942 | 2026-05-13T18:12:10.206Z | Compiling http-body v1.0.1 |
| 1943 | 2026-05-13T18:12:10.351Z | Compiling cbc v0.1.2 |
| 1944 | 2026-05-13T18:12:10.380Z | Compiling aes v0.8.4 |
| 1945 | 2026-05-13T18:12:10.466Z | Compiling usdt-impl v0.5.0 |
| 1946 | 2026-05-13T18:12:10.469Z | Compiling openssl-probe v0.2.1 |
| 1947 | 2026-05-13T18:12:10.520Z | Compiling atomic-waker v1.1.2 |
| 1948 | 2026-05-13T18:12:10.571Z | Compiling tokio-util v0.7.18 |
| 1949 | 2026-05-13T18:12:10.620Z | Compiling tinyvec_macros v0.1.1 |
| 1950 | 2026-05-13T18:12:10.650Z | Compiling unicode-segmentation v1.12.0 |
| 1951 | 2026-05-13T18:12:10.667Z | Compiling untrusted v0.7.1 |
| 1952 | 2026-05-13T18:12:10.667Z | Compiling either v1.15.0 |
| 1953 | 2026-05-13T18:12:10.695Z | Compiling paste v1.0.15 |
| 1954 | 2026-05-13T18:12:10.726Z | Compiling usdt-impl v0.6.0 |
| 1955 | 2026-05-13T18:12:10.807Z | Compiling ref-cast v1.0.25 |
| 1956 | 2026-05-13T18:12:10.866Z | Compiling winnow v0.7.14 |
| 1957 | 2026-05-13T18:12:10.907Z | Compiling pkcs5 v0.7.1 |
| 1958 | 2026-05-13T18:12:11.041Z | Compiling tinyvec v1.10.0 |
| 1959 | 2026-05-13T18:12:11.179Z | Compiling rand v0.9.2 |
| 1960 | 2026-05-13T18:12:11.542Z | Compiling scroll v0.13.0 |
| 1961 | 2026-05-13T18:12:11.602Z | Compiling scroll v0.12.0 |
| 1962 | 2026-05-13T18:12:11.706Z | Compiling toml_datetime v0.6.11 |
| 1963 | 2026-05-13T18:12:11.759Z | Compiling serde_spanned v0.6.9 |
| 1964 | 2026-05-13T18:12:11.830Z | Compiling async-trait v0.1.89 |
| 1965 | 2026-05-13T18:12:11.852Z | Compiling heapless v0.7.17 |
| 1966 | 2026-05-13T18:12:11.925Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1967 | 2026-05-13T18:12:11.960Z | Compiling signal-hook v0.3.18 |
| 1968 | 2026-05-13T18:12:11.976Z | Compiling try-lock v0.2.5 |
| 1969 | 2026-05-13T18:12:12.105Z | Compiling zstd-safe v7.2.4 |
| 1970 | 2026-05-13T18:12:12.225Z | Compiling fastrand v2.3.0 |
| 1971 | 2026-05-13T18:12:12.232Z | Compiling tower-service v0.3.3 |
| 1972 | 2026-05-13T18:12:12.272Z | Compiling tower-layer v0.3.3 |
| 1973 | 2026-05-13T18:12:12.379Z | Compiling want v0.3.1 |
| 1974 | 2026-05-13T18:12:12.433Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1975 | 2026-05-13T18:12:12.478Z | Compiling h2 v0.4.13 |
| 1976 | 2026-05-13T18:12:12.577Z | Compiling goblin v0.8.2 |
| 1977 | 2026-05-13T18:12:12.581Z | Compiling goblin v0.10.5 |
| 1978 | 2026-05-13T18:12:12.719Z | Compiling pkcs8 v0.10.2 |
| 1979 | 2026-05-13T18:12:12.853Z | Compiling heck v0.4.1 |
| 1980 | 2026-05-13T18:12:13.004Z | Compiling zerocopy v0.7.35 |
| 1981 | 2026-05-13T18:12:13.026Z | Compiling ipnet v2.11.0 |
| 1982 | 2026-05-13T18:12:13.098Z | Compiling ref-cast-impl v1.0.25 |
| 1983 | 2026-05-13T18:12:13.234Z | Compiling darling_core v0.20.11 |
| 1984 | 2026-05-13T18:12:13.481Z | Compiling curve25519-dalek v4.1.3 |
| 1985 | 2026-05-13T18:12:13.584Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1986 | 2026-05-13T18:12:13.661Z | Compiling memoffset v0.9.1 |
| 1987 | 2026-05-13T18:12:13.746Z | Compiling winnow v0.5.40 |
| 1988 | 2026-05-13T18:12:13.880Z | Compiling pin-utils v0.1.0 |
| 1989 | 2026-05-13T18:12:14.162Z | Compiling rustix v0.38.44 |
| 1990 | 2026-05-13T18:12:14.270Z | Compiling httpdate v1.0.3 |
| 1991 | 2026-05-13T18:12:14.340Z | Compiling foreign-types-shared v0.1.1 |
| 1992 | 2026-05-13T18:12:14.352Z | Compiling litrs v1.0.0 |
| 1993 | 2026-05-13T18:12:14.498Z | Compiling foreign-types v0.3.2 |
| 1994 | 2026-05-13T18:12:14.534Z | Compiling tempfile v3.25.0 |
| 1995 | 2026-05-13T18:12:14.829Z | Compiling document-features v0.2.12 |
| 1996 | 2026-05-13T18:12:14.854Z | Compiling dof v0.3.0 |
| 1997 | 2026-05-13T18:12:15.191Z | Compiling toml_edit v0.19.15 |
| 1998 | 2026-05-13T18:12:15.255Z | Compiling unicode-normalization v0.1.25 |
| 1999 | 2026-05-13T18:12:15.272Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-05-13T18:12:15.353Z | Compiling dtrace-parser v0.2.0 |
| 2001 | 2026-05-13T18:12:15.374Z | Compiling dof v0.4.0 |
| 2002 | 2026-05-13T18:12:15.476Z | Compiling hyper v1.8.1 |
| 2003 | 2026-05-13T18:12:15.805Z | Compiling dtrace-parser v0.3.0 |
| 2004 | 2026-05-13T18:12:15.853Z | Compiling daft-derive v0.1.5 |
| 2005 | 2026-05-13T18:12:15.963Z | Compiling pin-project-internal v1.1.11 |
| 2006 | 2026-05-13T18:12:16.017Z | Compiling spin v0.9.8 |
| 2007 | 2026-05-13T18:12:16.055Z | Compiling thread-id v5.1.0 |
| 2008 | 2026-05-13T18:12:16.175Z | Compiling thread-id v4.2.2 |
| 2009 | 2026-05-13T18:12:16.197Z | Compiling powerfmt v0.2.0 |
| 2010 | 2026-05-13T18:12:16.278Z | Compiling num-bigint-dig v0.8.6 |
| 2011 | 2026-05-13T18:12:16.383Z | Compiling smoltcp v0.9.1 |
| 2012 | 2026-05-13T18:12:16.416Z | Compiling cfg_aliases v0.2.1 |
| 2013 | 2026-05-13T18:12:16.445Z | Compiling deranged v0.5.8 |
| 2014 | 2026-05-13T18:12:16.513Z | Compiling nix v0.31.2 |
| 2015 | 2026-05-13T18:12:16.544Z | Compiling hyper-util v0.1.20 |
| 2016 | 2026-05-13T18:12:16.935Z | Compiling darling v0.20.11 |
| 2017 | 2026-05-13T18:12:17.027Z | Compiling rustls-native-certs v0.8.3 |
| 2018 | 2026-05-13T18:12:17.064Z | Compiling ipnetwork v0.21.1 |
| 2019 | 2026-05-13T18:12:17.454Z | Compiling strum_macros v0.26.4 |
| 2020 | 2026-05-13T18:12:17.508Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2021 | 2026-05-13T18:12:17.628Z | Compiling sync_wrapper v1.0.2 |
| 2022 | 2026-05-13T18:12:17.742Z | Compiling wait-timeout v0.2.1 |
| 2023 | 2026-05-13T18:12:17.867Z | Compiling utf8parse v0.2.2 |
| 2024 | 2026-05-13T18:12:18.015Z | Compiling bit-vec v0.8.0 |
| 2025 | 2026-05-13T18:12:18.159Z | Compiling siphasher v1.0.2 |
| 2026 | 2026-05-13T18:12:18.203Z | Compiling simd-adler32 v0.3.8 |
| 2027 | 2026-05-13T18:12:18.260Z | Compiling num_threads v0.1.7 |
| 2028 | 2026-05-13T18:12:18.337Z | Compiling anstyle v1.0.13 |
| 2029 | 2026-05-13T18:12:18.360Z | Compiling quick-error v1.2.3 |
| 2030 | 2026-05-13T18:12:18.451Z | Compiling rusty-fork v0.3.1 |
| 2031 | 2026-05-13T18:12:18.486Z | Compiling time v0.3.47 |
| 2032 | 2026-05-13T18:12:18.663Z | Compiling bit-set v0.8.0 |
| 2033 | 2026-05-13T18:12:18.843Z | Compiling anstyle-parse v0.2.7 |
| 2034 | 2026-05-13T18:12:18.886Z | Compiling tower v0.5.3 |
| 2035 | 2026-05-13T18:12:19.063Z | Compiling derive_builder_core v0.20.2 |
| 2036 | 2026-05-13T18:12:19.144Z | Compiling snafu-derive v0.8.9 |
| 2037 | 2026-05-13T18:12:19.338Z | Compiling http-body-util v0.1.3 |
| 2038 | 2026-05-13T18:12:19.416Z | Compiling webpki-roots v1.0.6 |
| 2039 | 2026-05-13T18:12:19.556Z | Compiling rand_xorshift v0.4.0 |
| 2040 | 2026-05-13T18:12:19.638Z | Compiling signature v2.2.0 |
| 2041 | 2026-05-13T18:12:19.668Z | Compiling hubpack_derive v0.1.1 |
| 2042 | 2026-05-13T18:12:19.720Z | Compiling strum_macros v0.27.2 |
| 2043 | 2026-05-13T18:12:19.935Z | Compiling fs-err v3.3.0 |
| 2044 | 2026-05-13T18:12:19.995Z | Compiling ahash v0.8.12 |
| 2045 | 2026-05-13T18:12:20.084Z | Compiling allocator-api2 v0.2.21 |
| 2046 | 2026-05-13T18:12:20.159Z | Compiling ryu v1.0.23 |
| 2047 | 2026-05-13T18:12:20.175Z | Compiling unicode-bidi v0.3.18 |
| 2048 | 2026-05-13T18:12:20.199Z | Compiling anstyle-query v1.1.5 |
| 2049 | 2026-05-13T18:12:20.302Z | Compiling colorchoice v1.0.4 |
| 2050 | 2026-05-13T18:12:20.329Z | Compiling unarray v0.1.4 |
| 2051 | 2026-05-13T18:12:20.344Z | Compiling iri-string v0.7.10 |
| 2052 | 2026-05-13T18:12:20.379Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-05-13T18:12:20.444Z | Compiling unicode-properties v0.1.4 |
| 2054 | 2026-05-13T18:12:20.473Z | Compiling object v0.37.3 |
| 2055 | 2026-05-13T18:12:20.564Z | Compiling is_terminal_polyfill v1.70.2 |
| 2056 | 2026-05-13T18:12:20.622Z | Compiling serde_urlencoded v0.7.1 |
| 2057 | 2026-05-13T18:12:20.666Z | Compiling anstream v0.6.21 |
| 2058 | 2026-05-13T18:12:20.682Z | Compiling stringprep v0.1.5 |
| 2059 | 2026-05-13T18:12:20.700Z | Compiling miniz_oxide v0.8.9 |
| 2060 | 2026-05-13T18:12:20.776Z | Compiling proptest v1.11.0 |
| 2061 | 2026-05-13T18:12:21.068Z | Compiling derive_builder_macro v0.20.2 |
| 2062 | 2026-05-13T18:12:21.152Z | Compiling tokio-native-tls v0.3.1 |
| 2063 | 2026-05-13T18:12:21.272Z | Compiling usdt-macro v0.6.0 |
| 2064 | 2026-05-13T18:12:21.340Z | Compiling usdt-attr-macro v0.6.0 |
| 2065 | 2026-05-13T18:12:21.480Z | Compiling tower-http v0.6.8 |
| 2066 | 2026-05-13T18:12:21.740Z | Compiling rand_chacha v0.3.1 |
| 2067 | 2026-05-13T18:12:21.764Z | Compiling erased-serde v0.3.31 |
| 2068 | 2026-05-13T18:12:21.852Z | Compiling md-5 v0.10.6 |
| 2069 | 2026-05-13T18:12:21.881Z | Compiling bstr v1.12.1 |
| 2070 | 2026-05-13T18:12:22.001Z | Compiling num-integer v0.1.46 |
| 2071 | 2026-05-13T18:12:22.026Z | Compiling hash32 v0.2.1 |
| 2072 | 2026-05-13T18:12:22.105Z | Compiling vergen-lib v0.1.6 |
| 2073 | 2026-05-13T18:12:22.122Z | Compiling ff v0.13.1 |
| 2074 | 2026-05-13T18:12:22.281Z | Compiling psl-types v2.0.11 |
| 2075 | 2026-05-13T18:12:22.297Z | Compiling fallible-iterator v0.2.0 |
| 2076 | 2026-05-13T18:12:22.317Z | Compiling zlib-rs v0.6.2 |
| 2077 | 2026-05-13T18:12:22.333Z | Compiling base16ct v0.2.0 |
| 2078 | 2026-05-13T18:12:22.399Z | Compiling publicsuffix v2.3.0 |
| 2079 | 2026-05-13T18:12:22.403Z | Compiling group v0.13.0 |
| 2080 | 2026-05-13T18:12:22.431Z | Compiling num-iter v0.1.45 |
| 2081 | 2026-05-13T18:12:22.494Z | Compiling sec1 v0.7.3 |
| 2082 | 2026-05-13T18:12:22.589Z | Compiling postgres-protocol v0.6.10 |
| 2083 | 2026-05-13T18:12:22.624Z | Compiling rand v0.8.6 |
| 2084 | 2026-05-13T18:12:22.768Z | Compiling newtype-uuid v1.3.2 |
| 2085 | 2026-05-13T18:12:22.785Z | Compiling oxnet v0.1.4 |
| 2086 | 2026-05-13T18:12:23.104Z | Compiling derive_builder v0.20.2 |
| 2087 | 2026-05-13T18:12:23.172Z | Compiling hyper-tls v0.6.0 |
| 2088 | 2026-05-13T18:12:23.270Z | Compiling phf_shared v0.13.1 |
| 2089 | 2026-05-13T18:12:23.273Z | Compiling pin-project v1.1.11 |
| 2090 | 2026-05-13T18:12:23.408Z | Compiling lazy_static v1.5.0 |
| 2091 | 2026-05-13T18:12:23.534Z | Compiling terminal_size v0.4.3 |
| 2092 | 2026-05-13T18:12:23.559Z | Compiling serde_with_macros v3.17.0 |
| 2093 | 2026-05-13T18:12:23.579Z | Compiling futures-executor v0.3.32 |
| 2094 | 2026-05-13T18:12:23.582Z | Compiling cargo-platform v0.1.9 |
| 2095 | 2026-05-13T18:12:23.630Z | Compiling hex v0.4.3 |
| 2096 | 2026-05-13T18:12:23.850Z | Compiling hkdf v0.12.4 |
| 2097 | 2026-05-13T18:12:23.871Z | Compiling crypto-bigint v0.5.5 |
| 2098 | 2026-05-13T18:12:23.912Z | Compiling clap_derive v4.5.55 |
| 2099 | 2026-05-13T18:12:24.036Z | Compiling serde_repr v0.1.20 |
| 2100 | 2026-05-13T18:12:24.147Z | Compiling async-recursion v1.1.1 |
| 2101 | 2026-05-13T18:12:24.257Z | Compiling enum-as-inner v0.6.1 |
| 2102 | 2026-05-13T18:12:24.339Z | Compiling vergen v9.0.6 |
| 2103 | 2026-05-13T18:12:24.557Z | Compiling flate2 v1.1.9 |
| 2104 | 2026-05-13T18:12:24.633Z | Compiling encoding_rs v0.8.35 |
| 2105 | 2026-05-13T18:12:24.649Z | Compiling bitflags v1.3.2 |
| 2106 | 2026-05-13T18:12:24.653Z | Compiling managed v0.8.0 |
| 2107 | 2026-05-13T18:12:24.752Z | Compiling bumpalo v3.20.2 |
| 2108 | 2026-05-13T18:12:24.772Z | Compiling foldhash v0.1.5 |
| 2109 | 2026-05-13T18:12:24.788Z | Compiling foldhash v0.2.0 |
| 2110 | 2026-05-13T18:12:24.948Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-05-13T18:12:24.965Z | Compiling same-file v1.0.6 |
| 2112 | 2026-05-13T18:12:25.001Z | Compiling libbz2-rs-sys v0.2.2 |
| 2113 | 2026-05-13T18:12:25.049Z | Compiling mime v0.3.17 |
| 2114 | 2026-05-13T18:12:25.097Z | Compiling walkdir v2.5.0 |
| 2115 | 2026-05-13T18:12:25.129Z | Compiling clap_builder v4.5.60 |
| 2116 | 2026-05-13T18:12:25.208Z | Compiling zopfli v0.8.3 |
| 2117 | 2026-05-13T18:12:25.306Z | Compiling hashbrown v0.16.1 |
| 2118 | 2026-05-13T18:12:25.593Z | Compiling bzip2 v0.6.1 |
| 2119 | 2026-05-13T18:12:25.608Z | Compiling hashbrown v0.15.5 |
| 2120 | 2026-05-13T18:12:25.784Z | Compiling elliptic-curve v0.13.8 |
| 2121 | 2026-05-13T18:12:25.913Z | Compiling zstd v0.13.3 |
| 2122 | 2026-05-13T18:12:25.964Z | Compiling cargo_metadata v0.19.2 |
| 2123 | 2026-05-13T18:12:26.052Z | Compiling futures v0.3.32 |
| 2124 | 2026-05-13T18:12:26.181Z | Compiling phf v0.13.1 |
| 2125 | 2026-05-13T18:12:26.184Z | Compiling snafu v0.8.9 |
| 2126 | 2026-05-13T18:12:26.286Z | Compiling signal-hook-mio v0.2.5 |
| 2127 | 2026-05-13T18:12:26.402Z | Compiling daft v0.1.5 |
| 2128 | 2026-05-13T18:12:26.445Z | Compiling postgres-types v0.2.12 |
| 2129 | 2026-05-13T18:12:26.551Z | Compiling cookie_store v0.22.1 |
| 2130 | 2026-05-13T18:12:26.629Z | Compiling bzip2 v0.4.4 |
| 2131 | 2026-05-13T18:12:26.692Z | Compiling globset v0.4.18 |
| 2132 | 2026-05-13T18:12:26.850Z | Compiling strum v0.27.2 |
| 2133 | 2026-05-13T18:12:27.120Z | Compiling hubpack v0.1.2 |
| 2134 | 2026-05-13T18:12:27.169Z | Compiling ed25519 v2.2.3 |
| 2135 | 2026-05-13T18:12:27.232Z | Compiling phf_shared v0.11.3 |
| 2136 | 2026-05-13T18:12:27.278Z | Compiling crossbeam-epoch v0.9.18 |
| 2137 | 2026-05-13T18:12:27.332Z | Compiling olpc-cjson v0.1.4 |
| 2138 | 2026-05-13T18:12:27.351Z | Compiling pkcs1 v0.7.5 |
| 2139 | 2026-05-13T18:12:27.439Z | Compiling pem v3.0.6 |
| 2140 | 2026-05-13T18:12:27.508Z | Compiling serde-big-array v0.5.1 |
| 2141 | 2026-05-13T18:12:27.511Z | Compiling serde_plain v1.0.2 |
| 2142 | 2026-05-13T18:12:27.609Z | Compiling rfc6979 v0.4.0 |
| 2143 | 2026-05-13T18:12:27.679Z | Compiling float-cmp v0.10.0 |
| 2144 | 2026-05-13T18:12:27.699Z | Compiling memmap2 v0.9.10 |
| 2145 | 2026-05-13T18:12:27.739Z | Compiling env_filter v1.0.0 |
| 2146 | 2026-05-13T18:12:27.742Z | Compiling toml_write v0.1.2 |
| 2147 | 2026-05-13T18:12:27.790Z | Compiling keccak v0.1.6 |
| 2148 | 2026-05-13T18:12:27.807Z | Compiling data-encoding v2.10.0 |
| 2149 | 2026-05-13T18:12:27.822Z | Compiling typed-path v0.9.3 |
| 2150 | 2026-05-13T18:12:27.840Z | Compiling predicates-core v1.0.10 |
| 2151 | 2026-05-13T18:12:27.932Z | Compiling precomputed-hash v0.1.1 |
| 2152 | 2026-05-13T18:12:27.995Z | Compiling whoami v2.1.0 |
| 2153 | 2026-05-13T18:12:28.010Z | Compiling jiff v0.2.21 |
| 2154 | 2026-05-13T18:12:28.026Z | Compiling fixedbitset v0.5.7 |
| 2155 | 2026-05-13T18:12:28.057Z | Compiling rustc-hash v2.1.1 |
| 2156 | 2026-05-13T18:12:28.181Z | Compiling new_debug_unreachable v1.0.6 |
| 2157 | 2026-05-13T18:12:28.264Z | Compiling static_assertions v1.1.0 |
| 2158 | 2026-05-13T18:12:28.322Z | Compiling difflib v0.4.0 |
| 2159 | 2026-05-13T18:12:28.337Z | Compiling fixedbitset v0.4.2 |
| 2160 | 2026-05-13T18:12:28.354Z | Compiling normalize-line-endings v0.3.0 |
| 2161 | 2026-05-13T18:12:28.358Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2162 | 2026-05-13T18:12:28.358Z | Compiling string_cache v0.8.9 |
| 2163 | 2026-05-13T18:12:28.473Z | Compiling petgraph v0.8.3 |
| 2164 | 2026-05-13T18:12:28.559Z | Compiling predicates v3.1.4 |
| 2165 | 2026-05-13T18:12:28.621Z | Compiling petgraph v0.6.5 |
| 2166 | 2026-05-13T18:12:28.705Z | Compiling tokio-postgres v0.7.16 |
| 2167 | 2026-05-13T18:12:28.779Z | Compiling iddqd v0.3.18 |
| 2168 | 2026-05-13T18:12:28.974Z | Compiling hickory-proto v0.25.2 |
| 2169 | 2026-05-13T18:12:29.222Z | Compiling sha3 v0.10.8 |
| 2170 | 2026-05-13T18:12:29.507Z | Compiling toml_edit v0.22.27 |
| 2171 | 2026-05-13T18:12:29.544Z | Compiling env_logger v0.11.9 |
| 2172 | 2026-05-13T18:12:29.580Z | Compiling usdt v0.6.0 |
| 2173 | 2026-05-13T18:12:29.880Z | Compiling ecdsa v0.16.9 |
| 2174 | 2026-05-13T18:12:29.934Z | Compiling rsa v0.9.10 |
| 2175 | 2026-05-13T18:12:30.107Z | Compiling ed25519-dalek v2.2.0 |
| 2176 | 2026-05-13T18:12:30.679Z | Compiling zip v4.6.1 |
| 2177 | 2026-05-13T18:12:30.793Z | Compiling crossterm v0.28.1 |
| 2178 | 2026-05-13T18:12:31.173Z | Compiling zip v0.6.6 |
| 2179 | 2026-05-13T18:12:31.206Z | Compiling clap v4.5.60 |
| 2180 | 2026-05-13T18:12:31.647Z | Compiling serde_with v3.17.0 |
| 2181 | 2026-05-13T18:12:31.663Z | Compiling similar v2.7.0 |
| 2182 | 2026-05-13T18:12:31.727Z | Compiling strum v0.26.3 |
| 2183 | 2026-05-13T18:12:31.762Z | Compiling toml v0.7.8 |
| 2184 | 2026-05-13T18:12:31.810Z | Compiling tokio-stream v0.1.18 |
| 2185 | 2026-05-13T18:12:31.876Z | Compiling itertools v0.13.0 |
| 2186 | 2026-05-13T18:12:31.891Z | Compiling buf-list v1.1.2 |
| 2187 | 2026-05-13T18:12:32.110Z | Compiling x509-cert v0.2.5 |
| 2188 | 2026-05-13T18:12:32.315Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2189 | 2026-05-13T18:12:32.392Z | Compiling openapiv3 v2.2.0 |
| 2190 | 2026-05-13T18:12:32.490Z | Compiling sha1 v0.10.6 |
| 2191 | 2026-05-13T18:12:33.079Z | Compiling peg-runtime v0.8.5 |
| 2192 | 2026-05-13T18:12:33.123Z | Compiling lalrpop-util v0.19.12 |
| 2193 | 2026-05-13T18:12:48.249Z | Compiling rustls-webpki v0.103.9 |
| 2194 | 2026-05-13T18:12:49.052Z | Compiling macaddr v1.0.1 |
| 2195 | 2026-05-13T18:12:49.091Z | Compiling structmeta-derive v0.3.0 |
| 2196 | 2026-05-13T18:12:49.311Z | Compiling rayon-core v1.13.0 |
| 2197 | 2026-05-13T18:12:49.327Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-05-13T18:12:49.386Z | Compiling itertools v0.14.0 |
| 2199 | 2026-05-13T18:12:49.522Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-05-13T18:12:49.570Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-05-13T18:12:49.585Z | Compiling heapless v0.8.0 |
| 2202 | 2026-05-13T18:12:49.714Z | Compiling rustls v0.22.4 |
| 2203 | 2026-05-13T18:12:49.987Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2204 | 2026-05-13T18:12:50.051Z | Compiling crossbeam-deque v0.8.6 |
| 2205 | 2026-05-13T18:12:50.074Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2206 | 2026-05-13T18:12:50.090Z | Compiling structmeta v0.3.0 |
| 2207 | 2026-05-13T18:12:50.110Z | Compiling rustls-webpki v0.102.8 |
| 2208 | 2026-05-13T18:12:50.153Z | Compiling hash32 v0.3.1 |
| 2209 | 2026-05-13T18:12:50.243Z | Compiling multer v3.1.0 |
| 2210 | 2026-05-13T18:12:50.298Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-05-13T18:12:50.319Z | Compiling unicode-width v0.2.0 |
| 2212 | 2026-05-13T18:12:50.344Z | Compiling smoltcp v0.11.0 |
| 2213 | 2026-05-13T18:12:50.442Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2214 | 2026-05-13T18:12:50.460Z | Compiling compression-core v0.4.31 |
| 2215 | 2026-05-13T18:12:50.576Z | Compiling match_cfg v0.1.0 |
| 2216 | 2026-05-13T18:12:50.655Z | Compiling slog-async v2.8.0 |
| 2217 | 2026-05-13T18:12:50.671Z | Compiling hostname v0.3.1 |
| 2218 | 2026-05-13T18:12:50.674Z | Compiling proc-macro-crate v3.4.0 |
| 2219 | 2026-05-13T18:12:50.705Z | Compiling compression-codecs v0.4.37 |
| 2220 | 2026-05-13T18:12:50.724Z | Compiling ingot-macros v0.1.1 |
| 2221 | 2026-05-13T18:12:50.805Z | Compiling derive-ex v0.1.8 |
| 2222 | 2026-05-13T18:12:50.985Z | Compiling slog-json v2.6.1 |
| 2223 | 2026-05-13T18:12:51.005Z | Compiling crossbeam-channel v0.5.15 |
| 2224 | 2026-05-13T18:12:51.093Z | Compiling half v2.7.1 |
| 2225 | 2026-05-13T18:12:51.118Z | Compiling newtype-uuid-macros v0.1.0 |
| 2226 | 2026-05-13T18:12:51.253Z | Compiling cobs v0.3.0 |
| 2227 | 2026-05-13T18:12:51.359Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2228 | 2026-05-13T18:12:51.461Z | Compiling universal-hash v0.5.1 |
| 2229 | 2026-05-13T18:12:51.548Z | Compiling async-stream-impl v0.3.6 |
| 2230 | 2026-05-13T18:12:51.626Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2231 | 2026-05-13T18:12:51.707Z | Compiling serde_spanned v1.0.4 |
| 2232 | 2026-05-13T18:12:51.847Z | Compiling tokio-rustls v0.26.4 |
| 2233 | 2026-05-13T18:12:51.894Z | Compiling rustls-platform-verifier v0.6.2 |
| 2234 | 2026-05-13T18:12:51.940Z | Compiling is-terminal v0.4.17 |
| 2235 | 2026-05-13T18:12:52.061Z | Compiling proc-macro-error-attr v1.0.4 |
| 2236 | 2026-05-13T18:12:52.077Z | Compiling dropshot v0.17.0 |
| 2237 | 2026-05-13T18:12:52.122Z | Compiling hyper-rustls v0.27.7 |
| 2238 | 2026-05-13T18:12:52.138Z | Compiling term v1.2.1 |
| 2239 | 2026-05-13T18:12:52.141Z | Compiling ciborium-io v0.2.2 |
| 2240 | 2026-05-13T18:12:52.276Z | Compiling take_mut v0.2.2 |
| 2241 | 2026-05-13T18:12:52.293Z | Compiling opaque-debug v0.3.1 |
| 2242 | 2026-05-13T18:12:52.309Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2243 | 2026-05-13T18:12:52.343Z | Compiling convert_case v0.4.0 |
| 2244 | 2026-05-13T18:12:52.387Z | Compiling reqwest v0.12.28 |
| 2245 | 2026-05-13T18:12:52.404Z | Compiling reqwest v0.13.2 |
| 2246 | 2026-05-13T18:12:52.408Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2247 | 2026-05-13T18:12:52.436Z | Compiling thiserror-no-std v2.0.2 |
| 2248 | 2026-05-13T18:12:52.458Z | Compiling slog-term v2.9.2 |
| 2249 | 2026-05-13T18:12:52.552Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2250 | 2026-05-13T18:12:52.640Z | Compiling poly1305 v0.8.0 |
| 2251 | 2026-05-13T18:12:52.675Z | Compiling derive_more v0.99.20 |
| 2252 | 2026-05-13T18:12:52.698Z | Compiling test-strategy v0.4.5 |
| 2253 | 2026-05-13T18:12:53.280Z | Compiling tokio-rustls v0.25.0 |
| 2254 | 2026-05-13T18:12:53.333Z | Compiling ingot-types v0.1.2 |
| 2255 | 2026-05-13T18:12:53.592Z | Compiling ciborium-ll v0.2.2 |
| 2256 | 2026-05-13T18:12:53.608Z | Compiling async-stream v0.3.6 |
| 2257 | 2026-05-13T18:12:53.690Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2258 | 2026-05-13T18:12:53.807Z | Compiling ingot v0.1.1 |
| 2259 | 2026-05-13T18:12:53.829Z | Compiling postcard v1.1.3 |
| 2260 | 2026-05-13T18:12:53.892Z | Compiling slog-bunyan v2.5.0 |
| 2261 | 2026-05-13T18:12:53.951Z | Compiling tough v0.22.0 |
| 2262 | 2026-05-13T18:12:54.022Z | Compiling num_enum_derive v0.7.5 |
| 2263 | 2026-05-13T18:12:54.134Z | Compiling async-compression v0.4.41 |
| 2264 | 2026-05-13T18:12:54.650Z | Compiling parse-display-derive v0.10.0 |
| 2265 | 2026-05-13T18:12:54.666Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2266 | 2026-05-13T18:12:54.853Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2267 | 2026-05-13T18:12:55.029Z | Compiling proc-macro-crate v1.3.1 |
| 2268 | 2026-05-13T18:12:55.110Z | Compiling backon v1.6.0 |
| 2269 | 2026-05-13T18:12:55.397Z | Compiling waitgroup v0.1.2 |
| 2270 | 2026-05-13T18:12:55.414Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2271 | 2026-05-13T18:12:55.465Z | Compiling password-hash v0.5.0 |
| 2272 | 2026-05-13T18:12:55.595Z | Compiling chacha20 v0.9.1 |
| 2273 | 2026-05-13T18:12:55.710Z | Compiling dropshot_endpoint v0.17.0 |
| 2274 | 2026-05-13T18:12:55.744Z | Compiling rustls-pemfile v2.2.0 |
| 2275 | 2026-05-13T18:12:55.786Z | Compiling blake2 v0.10.6 |
| 2276 | 2026-05-13T18:12:55.978Z | Compiling aead v0.5.2 |
| 2277 | 2026-05-13T18:12:56.072Z | Compiling foreign-types-macros v0.2.3 |
| 2278 | 2026-05-13T18:12:56.107Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2279 | 2026-05-13T18:12:56.137Z | Compiling serde_path_to_error v0.1.20 |
| 2280 | 2026-05-13T18:12:56.194Z | Compiling hostname v0.4.2 |
| 2281 | 2026-05-13T18:12:56.272Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2282 | 2026-05-13T18:12:56.334Z | Compiling proc-macro-error v1.0.4 |
| 2283 | 2026-05-13T18:12:56.376Z | Compiling instant v0.1.13 |
| 2284 | 2026-05-13T18:12:56.432Z | Compiling typeid v1.0.3 |
| 2285 | 2026-05-13T18:12:56.488Z | Compiling cpufeatures v0.3.0 |
| 2286 | 2026-05-13T18:12:56.520Z | Compiling foreign-types-shared v0.3.1 |
| 2287 | 2026-05-13T18:12:56.537Z | Compiling debug-ignore v1.0.5 |
| 2288 | 2026-05-13T18:12:56.587Z | Compiling chacha20 v0.10.0 |
| 2289 | 2026-05-13T18:12:56.608Z | Compiling backoff v0.4.0 |
| 2290 | 2026-05-13T18:12:56.624Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2291 | 2026-05-13T18:12:56.641Z | Compiling parse-display v0.10.0 |
| 2292 | 2026-05-13T18:12:56.671Z | Compiling foreign-types v0.5.0 |
| 2293 | 2026-05-13T18:12:56.687Z | Compiling chacha20poly1305 v0.10.1 |
| 2294 | 2026-05-13T18:12:56.705Z | Compiling argon2 v0.5.3 |
| 2295 | 2026-05-13T18:12:56.723Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2296 | 2026-05-13T18:12:56.771Z | Compiling num_enum_derive v0.5.11 |
| 2297 | 2026-05-13T18:12:56.798Z | Compiling num_enum v0.7.5 |
| 2298 | 2026-05-13T18:12:56.855Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2299 | 2026-05-13T18:12:56.862Z | Compiling ciborium v0.2.2 |
| 2300 | 2026-05-13T18:12:57.085Z | Compiling vsss-rs v3.3.4 |
| 2301 | 2026-05-13T18:12:57.287Z | Compiling tabwriter v1.4.1 |
| 2302 | 2026-05-13T18:12:57.323Z | Compiling regress v0.10.5 |
| 2303 | 2026-05-13T18:12:57.600Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2304 | 2026-05-13T18:12:57.682Z | Compiling byte-wrapper v0.1.0 |
| 2305 | 2026-05-13T18:12:57.706Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2306 | 2026-05-13T18:12:57.721Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2307 | 2026-05-13T18:12:57.737Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2308 | 2026-05-13T18:12:57.803Z | Compiling cstr-argument v0.1.2 |
| 2309 | 2026-05-13T18:12:57.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2310 | 2026-05-13T18:12:57.952Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-05-13T18:12:57.993Z | Compiling erased-serde v0.4.9 |
| 2312 | 2026-05-13T18:12:58.122Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2313 | 2026-05-13T18:12:58.180Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-05-13T18:12:58.333Z | Compiling num_enum v0.5.11 |
| 2315 | 2026-05-13T18:12:58.349Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2316 | 2026-05-13T18:12:58.381Z | Compiling rand v0.10.0 |
| 2317 | 2026-05-13T18:12:58.482Z | Compiling rayon v1.11.0 |
| 2318 | 2026-05-13T18:12:58.540Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2319 | 2026-05-13T18:12:58.569Z | Compiling libefi-sys v0.1.0 |
| 2320 | 2026-05-13T18:12:58.592Z | Compiling colored v3.1.1 |
| 2321 | 2026-05-13T18:12:58.595Z | Compiling indent_write v2.2.0 |
| 2322 | 2026-05-13T18:12:58.625Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2323 | 2026-05-13T18:12:58.648Z | Compiling zone_cfg_derive v0.3.1 |
| 2324 | 2026-05-13T18:12:58.741Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2325 | 2026-05-13T18:12:58.833Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2326 | 2026-05-13T18:12:58.898Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2327 | 2026-05-13T18:12:59.057Z | Compiling camino-tempfile v1.4.1 |
| 2328 | 2026-05-13T18:12:59.176Z | Compiling itertools v0.12.1 |
| 2329 | 2026-05-13T18:12:59.217Z | Compiling usdt-attr-macro v0.5.0 |
| 2330 | 2026-05-13T18:12:59.310Z | Compiling usdt-macro v0.5.0 |
| 2331 | 2026-05-13T18:12:59.328Z | Compiling bitfield-struct v0.6.2 |
| 2332 | 2026-05-13T18:12:59.390Z | Compiling num-derive v0.4.2 |
| 2333 | 2026-05-13T18:12:59.443Z | Compiling blake3 v1.8.3 |
| 2334 | 2026-05-13T18:12:59.501Z | Compiling ordered-float v2.10.1 |
| 2335 | 2026-05-13T18:12:59.805Z | Compiling memmap v0.7.0 |
| 2336 | 2026-05-13T18:12:59.821Z | Compiling sigpipe v0.1.3 |
| 2337 | 2026-05-13T18:12:59.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2338 | 2026-05-13T18:12:59.963Z | Compiling swrite v0.1.0 |
| 2339 | 2026-05-13T18:12:59.980Z | Compiling glob v0.3.3 |
| 2340 | 2026-05-13T18:13:00.026Z | Compiling usdt v0.5.0 |
| 2341 | 2026-05-13T18:13:00.073Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2342 | 2026-05-13T18:13:00.197Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2343 | 2026-05-13T18:13:00.294Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2344 | 2026-05-13T18:13:00.415Z | Compiling serde-value v0.7.0 |
| 2345 | 2026-05-13T18:13:00.604Z | Compiling zone v0.3.1 |
| 2346 | 2026-05-13T18:13:00.650Z | Compiling serde-untagged v0.1.9 |
| 2347 | 2026-05-13T18:13:00.682Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2348 | 2026-05-13T18:13:00.939Z | Compiling toml v0.8.23 |
| 2349 | 2026-05-13T18:13:00.968Z | Compiling smf v0.2.3 |
| 2350 | 2026-05-13T18:13:00.984Z | Compiling filetime v0.2.27 |
| 2351 | 2026-05-13T18:13:01.006Z | Compiling unicode-xid v0.2.6 |
| 2352 | 2026-05-13T18:13:01.011Z | Compiling arrayref v0.3.9 |
| 2353 | 2026-05-13T18:13:01.039Z | Compiling xattr v1.6.1 |
| 2354 | 2026-05-13T18:13:01.116Z | Compiling constant_time_eq v0.4.2 |
| 2355 | 2026-05-13T18:13:01.132Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-05-13T18:13:01.172Z | Compiling whoami v1.6.1 |
| 2357 | 2026-05-13T18:13:01.215Z | Compiling arrayvec v0.7.6 |
| 2358 | 2026-05-13T18:13:01.237Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2359 | 2026-05-13T18:13:01.258Z | Compiling tar v0.4.45 |
| 2360 | 2026-05-13T18:13:01.300Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2361 | 2026-05-13T18:13:01.332Z | Compiling tokio-dtrace v0.1.1 |
| 2362 | 2026-05-13T18:13:01.552Z | Compiling cargo-util-schemas v0.8.2 |
| 2363 | 2026-05-13T18:13:01.643Z | Compiling console v0.16.2 |
| 2364 | 2026-05-13T18:13:01.678Z | Compiling gethostname v0.5.0 |
| 2365 | 2026-05-13T18:13:01.839Z | Compiling cargo-platform v0.2.0 |
| 2366 | 2026-05-13T18:13:01.935Z | Compiling unit-prefix v0.5.2 |
| 2367 | 2026-05-13T18:13:02.067Z | Compiling topological-sort v0.2.2 |
| 2368 | 2026-05-13T18:13:02.126Z | Compiling indicatif v0.18.4 |
| 2369 | 2026-05-13T18:13:02.143Z | Compiling oxide-tokio-rt v0.1.4 |
| 2370 | 2026-05-13T18:13:02.173Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2371 | 2026-05-13T18:13:02.260Z | Compiling shell-words v1.1.1 |
| 2372 | 2026-05-13T18:13:02.708Z | Compiling cargo_metadata v0.21.0 |
| 2373 | 2026-05-13T18:13:11.778Z | Compiling progenitor-client v0.14.0 |
| 2374 | 2026-05-13T18:13:11.794Z | Compiling progenitor-client v0.10.0 |
| 2375 | 2026-05-13T18:13:11.798Z | Compiling omicron-zone-package v0.12.2 |
| 2376 | 2026-05-13T18:13:12.267Z | Compiling progenitor-extras v0.2.0 |
| 2377 | 2026-05-13T18:13:14.626Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2378 | 2026-05-13T18:13:14.641Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2379 | 2026-05-13T18:13:14.659Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2380 | 2026-05-13T18:13:14.724Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2381 | 2026-05-13T18:13:14.740Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2382 | 2026-05-13T18:13:14.752Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2383 | 2026-05-13T18:13:14.889Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2384 | 2026-05-13T18:13:14.968Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2385 | 2026-05-13T18:13:15.058Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-05-13T18:13:18.929Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2387 | 2026-05-13T18:13:26.387Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2388 | 2026-05-13T18:13:29.452Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2389 | 2026-05-13T18:13:30.439Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2390 | 2026-05-13T18:13:39.801Z | Finished `release` profile [optimized] target(s) in 1m 43s |
| 2391 | 2026-05-13T18:13:39.951Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2392 | 2026-05-13T18:13:40.014Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2393 | 2026-05-13T18:13:40.018Z | Created new build target 'test' and set it as active |
| 2394 | 2026-05-13T18:13:40.018Z | |
| 2395 | 2026-05-13T18:13:40.018Z | real 1:43.581065871 |
| 2396 | 2026-05-13T18:13:40.018Z | user 17:00.968302653 |
| 2397 | 2026-05-13T18:13:40.018Z | sys 2:37.605264615 |
| 2398 | 2026-05-13T18:13:40.018Z | trap 0.472594322 |
| 2399 | 2026-05-13T18:13:40.018Z | tflt 2.667003372 |
| 2400 | 2026-05-13T18:13:40.018Z | dflt 4.241302210 |
| 2401 | 2026-05-13T18:13:40.018Z | kflt 0.001140380 |
| 2402 | 2026-05-13T18:13:40.018Z | lock 52:51.417631166 |
| 2403 | 2026-05-13T18:13:40.018Z | slp 43:23.597777223 |
| 2404 | 2026-05-13T18:13:40.018Z | lat 41.963435448 |
| 2405 | 2026-05-13T18:13:40.018Z | stop 5:26.934420078 |
| 2406 | 2026-05-13T18:13:40.021Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2407 | 2026-05-13T18:13:40.905Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2408 | 2026-05-13T18:13:40.975Z | Running `target/release/omicron-package -t test package` |
| 2409 | 2026-05-13T18:13:41.033Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2410 | 2026-05-13T18:13:42.435Z | Compiling heck v0.5.0 |
| 2411 | 2026-05-13T18:13:42.435Z | Compiling regress v0.11.1 |
| 2412 | 2026-05-13T18:13:42.435Z | Compiling unsafe-libyaml v0.2.11 |
| 2413 | 2026-05-13T18:13:42.686Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2414 | 2026-05-13T18:13:42.711Z | Compiling regress v0.10.5 |
| 2415 | 2026-05-13T18:13:42.737Z | Compiling unicode-width v0.1.14 |
| 2416 | 2026-05-13T18:13:42.758Z | Compiling is-terminal v0.4.17 |
| 2417 | 2026-05-13T18:13:42.777Z | Compiling prettyplease v0.2.37 |
| 2418 | 2026-05-13T18:13:42.781Z | Compiling bytecount v0.6.9 |
| 2419 | 2026-05-13T18:13:42.781Z | Compiling rustls v0.22.4 |
| 2420 | 2026-05-13T18:13:42.781Z | Compiling rustls-webpki v0.102.8 |
| 2421 | 2026-05-13T18:13:42.781Z | Compiling derive-where v1.6.0 |
| 2422 | 2026-05-13T18:13:42.781Z | Compiling thread_local v1.1.9 |
| 2423 | 2026-05-13T18:13:42.781Z | Compiling compression-core v0.4.31 |
| 2424 | 2026-05-13T18:13:42.796Z | Compiling match_cfg v0.1.0 |
| 2425 | 2026-05-13T18:13:42.943Z | Compiling hostname v0.3.1 |
| 2426 | 2026-05-13T18:13:42.943Z | Compiling multer v3.1.0 |
| 2427 | 2026-05-13T18:13:42.986Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2428 | 2026-05-13T18:13:42.986Z | Compiling compression-codecs v0.4.37 |
| 2429 | 2026-05-13T18:13:43.028Z | Compiling slog-async v2.8.0 |
| 2430 | 2026-05-13T18:13:43.050Z | Compiling crossbeam-channel v0.5.15 |
| 2431 | 2026-05-13T18:13:43.074Z | Compiling slog-json v2.6.1 |
| 2432 | 2026-05-13T18:13:43.078Z | Compiling serde_spanned v1.0.4 |
| 2433 | 2026-05-13T18:13:43.118Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 2434 | 2026-05-13T18:13:43.136Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2435 | 2026-05-13T18:13:43.139Z | Compiling take_mut v0.2.2 |
| 2436 | 2026-05-13T18:13:43.216Z | Compiling serde_yaml v0.9.34+deprecated |
| 2437 | 2026-05-13T18:13:43.258Z | Compiling term v1.2.1 |
| 2438 | 2026-05-13T18:13:43.277Z | Compiling slog-bunyan v2.5.0 |
| 2439 | 2026-05-13T18:13:43.296Z | Compiling async-compression v0.4.41 |
| 2440 | 2026-05-13T18:13:43.340Z | Compiling toml v1.0.6+spec-1.1.0 |
| 2441 | 2026-05-13T18:13:43.447Z | Compiling async-stream v0.3.6 |
| 2442 | 2026-05-13T18:13:43.505Z | Compiling dropshot v0.17.0 |
| 2443 | 2026-05-13T18:13:43.573Z | Compiling slog-term v2.9.2 |
| 2444 | 2026-05-13T18:13:43.594Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2445 | 2026-05-13T18:13:43.630Z | Compiling num-rational v0.4.2 |
| 2446 | 2026-05-13T18:13:43.633Z | Compiling progenitor-client v0.14.0 |
| 2447 | 2026-05-13T18:13:43.754Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2448 | 2026-05-13T18:13:43.779Z | Compiling waitgroup v0.1.2 |
| 2449 | 2026-05-13T18:13:43.812Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2450 | 2026-05-13T18:13:43.843Z | Compiling backon v1.6.0 |
| 2451 | 2026-05-13T18:13:43.937Z | Compiling rustls-pemfile v2.2.0 |
| 2452 | 2026-05-13T18:13:43.957Z | Compiling num-complex v0.4.6 |
| 2453 | 2026-05-13T18:13:43.979Z | Compiling hostname v0.4.2 |
| 2454 | 2026-05-13T18:13:44.029Z | Compiling serde_path_to_error v0.1.20 |
| 2455 | 2026-05-13T18:13:44.082Z | Compiling instant v0.1.13 |
| 2456 | 2026-05-13T18:13:44.104Z | Compiling debug-ignore v1.0.5 |
| 2457 | 2026-05-13T18:13:44.123Z | Compiling progenitor-extras v0.2.0 |
| 2458 | 2026-05-13T18:13:44.157Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2459 | 2026-05-13T18:13:44.177Z | Compiling typify-impl v0.6.2 |
| 2460 | 2026-05-13T18:13:44.220Z | Compiling backoff v0.4.0 |
| 2461 | 2026-05-13T18:13:44.240Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2462 | 2026-05-13T18:13:44.405Z | Compiling num v0.4.3 |
| 2463 | 2026-05-13T18:13:44.450Z | Compiling parse-display v0.10.0 |
| 2464 | 2026-05-13T18:13:44.472Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2465 | 2026-05-13T18:13:44.506Z | Compiling progenitor-client v0.13.0 |
| 2466 | 2026-05-13T18:13:44.528Z | Compiling progenitor-client v0.10.0 |
| 2467 | 2026-05-13T18:13:44.552Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2468 | 2026-05-13T18:13:44.556Z | Compiling macaddr v1.0.1 |
| 2469 | 2026-05-13T18:13:44.651Z | Compiling float-ord v0.3.2 |
| 2470 | 2026-05-13T18:13:44.724Z | Compiling console v0.15.11 |
| 2471 | 2026-05-13T18:13:44.801Z | Compiling atomicwrites v0.4.4 |
| 2472 | 2026-05-13T18:13:44.827Z | Compiling newline-converter v0.3.0 |
| 2473 | 2026-05-13T18:13:44.853Z | Compiling slog-dtrace v0.3.0 |
| 2474 | 2026-05-13T18:13:45.039Z | Compiling owo-colors v4.3.0 |
| 2475 | 2026-05-13T18:13:45.111Z | Compiling cancel-safe-futures v0.1.5 |
| 2476 | 2026-05-13T18:13:45.114Z | Compiling expectorate v1.2.0 |
| 2477 | 2026-05-13T18:13:45.196Z | Compiling tokio-rustls v0.25.0 |
| 2478 | 2026-05-13T18:13:45.261Z | Compiling libsw-core v0.3.2 |
| 2479 | 2026-05-13T18:13:45.301Z | Compiling resolv-conf v0.7.6 |
| 2480 | 2026-05-13T18:13:45.383Z | Compiling toml v0.8.23 |
| 2481 | 2026-05-13T18:13:45.474Z | Compiling libsw v3.5.0 |
| 2482 | 2026-05-13T18:13:45.478Z | Compiling linear-map v1.2.0 |
| 2483 | 2026-05-13T18:13:45.711Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2484 | 2026-05-13T18:13:45.756Z | Compiling linked-hash-map v0.5.6 |
| 2485 | 2026-05-13T18:13:45.782Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-05-13T18:13:45.890Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2487 | 2026-05-13T18:13:45.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2488 | 2026-05-13T18:13:45.973Z | Compiling lru-cache v0.1.2 |
| 2489 | 2026-05-13T18:13:45.999Z | Compiling nom v7.1.3 |
| 2490 | 2026-05-13T18:13:46.021Z | Compiling unicode-xid v0.2.6 |
| 2491 | 2026-05-13T18:13:46.056Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2492 | 2026-05-13T18:13:46.115Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-05-13T18:13:46.153Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2494 | 2026-05-13T18:13:46.177Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2495 | 2026-05-13T18:13:46.288Z | Compiling convert_case v0.10.0 |
| 2496 | 2026-05-13T18:13:46.488Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2497 | 2026-05-13T18:13:46.582Z | Compiling derive_more-impl v2.1.1 |
| 2498 | 2026-05-13T18:13:47.156Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2499 | 2026-05-13T18:13:47.371Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2500 | 2026-05-13T18:13:47.392Z | Compiling derive_more v2.1.1 |
| 2501 | 2026-05-13T18:13:47.500Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2502 | 2026-05-13T18:13:47.526Z | Compiling papergrid v0.11.0 |
| 2503 | 2026-05-13T18:13:47.548Z | Compiling tabled_derive v0.7.0 |
| 2504 | 2026-05-13T18:13:47.701Z | Compiling typify-macro v0.6.2 |
| 2505 | 2026-05-13T18:13:47.758Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2506 | 2026-05-13T18:13:48.011Z | Compiling termtree v0.5.1 |
| 2507 | 2026-05-13T18:13:48.219Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2508 | 2026-05-13T18:13:48.442Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2509 | 2026-05-13T18:13:48.660Z | Compiling hickory-resolver v0.24.4 |
| 2510 | 2026-05-13T18:13:48.841Z | Compiling tabled v0.15.0 |
| 2511 | 2026-05-13T18:13:49.017Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2512 | 2026-05-13T18:13:49.255Z | Compiling typify v0.6.2 |
| 2513 | 2026-05-13T18:13:49.404Z | Compiling progenitor-impl v0.14.0 |
| 2514 | 2026-05-13T18:13:50.054Z | Compiling progenitor-impl v0.13.0 |
| 2515 | 2026-05-13T18:13:51.606Z | Compiling progenitor-macro v0.14.0 |
| 2516 | 2026-05-13T18:13:51.999Z | Compiling qorb v0.4.1 |
| 2517 | 2026-05-13T18:13:52.224Z | Compiling progenitor-macro v0.13.0 |
| 2518 | 2026-05-13T18:13:53.197Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2519 | 2026-05-13T18:13:53.700Z | Compiling crossterm v0.29.0 |
| 2520 | 2026-05-13T18:13:54.401Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2521 | 2026-05-13T18:13:54.554Z | Compiling phf_shared v0.12.1 |
| 2522 | 2026-05-13T18:13:54.808Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2523 | 2026-05-13T18:13:54.961Z | Compiling vte v0.14.1 |
| 2524 | 2026-05-13T18:13:55.255Z | Compiling csv-core v0.1.13 |
| 2525 | 2026-05-13T18:13:55.356Z | Compiling chrono-tz v0.10.4 |
| 2526 | 2026-05-13T18:13:55.500Z | Compiling highway v1.3.0 |
| 2527 | 2026-05-13T18:13:55.635Z | Compiling csv v1.4.0 |
| 2528 | 2026-05-13T18:13:55.646Z | Compiling progenitor v0.14.0 |
| 2529 | 2026-05-13T18:13:55.674Z | Compiling strip-ansi-escapes v0.2.1 |
| 2530 | 2026-05-13T18:13:55.834Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2531 | 2026-05-13T18:13:56.226Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2532 | 2026-05-13T18:13:56.250Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2533 | 2026-05-13T18:13:56.253Z | Compiling phf v0.12.1 |
| 2534 | 2026-05-13T18:13:56.292Z | Compiling progenitor v0.13.0 |
| 2535 | 2026-05-13T18:13:56.703Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2536 | 2026-05-13T18:13:56.731Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2537 | 2026-05-13T18:13:56.731Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-05-13T18:13:56.731Z | Compiling fd-lock v4.0.4 |
| 2539 | 2026-05-13T18:13:56.770Z | Compiling peg-macros v0.8.5 |
| 2540 | 2026-05-13T18:13:56.844Z | Compiling nu-ansi-term v0.50.3 |
| 2541 | 2026-05-13T18:13:57.387Z | Compiling const_format v0.2.35 |
| 2542 | 2026-05-13T18:13:57.391Z | Compiling reedline v0.40.0 |
| 2543 | 2026-05-13T18:13:57.876Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2544 | 2026-05-13T18:13:58.022Z | Compiling peg v0.8.5 |
| 2545 | 2026-05-13T18:13:58.146Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2546 | 2026-05-13T18:13:59.073Z | Compiling bcs v0.1.6 |
| 2547 | 2026-05-13T18:13:59.080Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2548 | 2026-05-13T18:13:59.361Z | Compiling semver v0.1.20 |
| 2549 | 2026-05-13T18:13:59.464Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2550 | 2026-05-13T18:13:59.662Z | Compiling rustc_version v0.1.7 |
| 2551 | 2026-05-13T18:13:59.726Z | Compiling humantime v2.3.0 |
| 2552 | 2026-05-13T18:13:59.896Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-05-13T18:14:00.139Z | Compiling smawk v0.3.2 |
| 2554 | 2026-05-13T18:14:00.225Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-05-13T18:14:00.470Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2556 | 2026-05-13T18:14:00.511Z | Compiling textwrap v0.16.2 |
| 2557 | 2026-05-13T18:14:00.532Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2558 | 2026-05-13T18:14:00.837Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2559 | 2026-05-13T18:14:01.277Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2560 | 2026-05-13T18:14:01.930Z | Compiling base64 v0.21.7 |
| 2561 | 2026-05-13T18:14:02.010Z | Compiling steno v0.4.1 |
| 2562 | 2026-05-13T18:14:02.146Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-05-13T18:14:02.211Z | Compiling tagptr v0.2.0 |
| 2564 | 2026-05-13T18:14:02.321Z | Compiling utf-8 v0.7.6 |
| 2565 | 2026-05-13T18:14:02.446Z | Compiling moka v0.12.13 |
| 2566 | 2026-05-13T18:14:02.473Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2567 | 2026-05-13T18:14:02.525Z | Compiling tungstenite v0.21.0 |
| 2568 | 2026-05-13T18:14:02.570Z | Compiling radium v0.7.0 |
| 2569 | 2026-05-13T18:14:02.643Z | Compiling tap v1.0.1 |
| 2570 | 2026-05-13T18:14:02.718Z | Compiling maybe-uninit v2.0.0 |
| 2571 | 2026-05-13T18:14:02.790Z | Compiling wyz v0.5.1 |
| 2572 | 2026-05-13T18:14:03.056Z | Compiling zerocopy-derive v0.6.6 |
| 2573 | 2026-05-13T18:14:03.092Z | Compiling funty v2.0.0 |
| 2574 | 2026-05-13T18:14:03.148Z | Compiling tokio-tungstenite v0.21.0 |
| 2575 | 2026-05-13T18:14:03.525Z | Compiling hickory-resolver v0.25.2 |
| 2576 | 2026-05-13T18:14:03.693Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2577 | 2026-05-13T18:14:03.835Z | Compiling crc-catalog v2.4.0 |
| 2578 | 2026-05-13T18:14:03.964Z | Compiling packed_struct v0.10.1 |
| 2579 | 2026-05-13T18:14:04.025Z | Compiling display-error-chain v0.2.2 |
| 2580 | 2026-05-13T18:14:04.209Z | Compiling crc v3.4.0 |
| 2581 | 2026-05-13T18:14:04.308Z | Compiling zerocopy v0.6.6 |
| 2582 | 2026-05-13T18:14:04.446Z | Compiling bitvec v1.0.1 |
| 2583 | 2026-05-13T18:14:04.930Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2584 | 2026-05-13T18:14:04.931Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2585 | 2026-05-13T18:14:04.931Z | Compiling packed_struct_codegen v0.10.1 |
| 2586 | 2026-05-13T18:14:04.931Z | Compiling bitfield-macros v0.19.4 |
| 2587 | 2026-05-13T18:14:05.407Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2588 | 2026-05-13T18:14:05.608Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2589 | 2026-05-13T18:14:05.715Z | Compiling indexmap v1.9.3 |
| 2590 | 2026-05-13T18:14:05.944Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2591 | 2026-05-13T18:14:06.018Z | Compiling nodrop v0.1.14 |
| 2592 | 2026-05-13T18:14:06.195Z | Compiling array-init v0.0.4 |
| 2593 | 2026-05-13T18:14:06.615Z | Compiling proc-macro-error2 v2.0.1 |
| 2594 | 2026-05-13T18:14:06.773Z | Compiling bitfield v0.19.4 |
| 2595 | 2026-05-13T18:14:06.943Z | Compiling smallvec v0.6.14 |
| 2596 | 2026-05-13T18:14:07.104Z | Compiling typify-impl v0.4.3 |
| 2597 | 2026-05-13T18:14:07.221Z | Compiling libscf-sys v1.2.0 |
| 2598 | 2026-05-13T18:14:07.397Z | Compiling hashbrown v0.12.3 |
| 2599 | 2026-05-13T18:14:07.445Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2600 | 2026-05-13T18:14:07.700Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2601 | 2026-05-13T18:14:07.744Z | Compiling serde-hex v0.1.0 |
| 2602 | 2026-05-13T18:14:07.783Z | Compiling tabled_derive v0.11.0 |
| 2603 | 2026-05-13T18:14:08.137Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2604 | 2026-05-13T18:14:08.381Z | Compiling ron v0.8.1 |
| 2605 | 2026-05-13T18:14:08.518Z | Compiling papergrid v0.17.0 |
| 2606 | 2026-05-13T18:14:08.817Z | Compiling testing_table v0.3.0 |
| 2607 | 2026-05-13T18:14:09.266Z | Compiling hashbrown v0.13.2 |
| 2608 | 2026-05-13T18:14:09.427Z | Compiling vergen-gitcl v1.0.8 |
| 2609 | 2026-05-13T18:14:09.653Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-05-13T18:14:09.865Z | Compiling crc-any v2.5.0 |
| 2611 | 2026-05-13T18:14:09.902Z | Compiling glob v0.3.3 |
| 2612 | 2026-05-13T18:14:09.929Z | Compiling diesel_derives v2.3.7 |
| 2613 | 2026-05-13T18:14:10.017Z | Compiling maplit v1.0.2 |
| 2614 | 2026-05-13T18:14:10.138Z | Compiling crunchy v0.2.4 |
| 2615 | 2026-05-13T18:14:10.193Z | Compiling object v0.30.4 |
| 2616 | 2026-05-13T18:14:10.268Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-05-13T18:14:10.292Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-05-13T18:14:10.452Z | Compiling tabled v0.20.0 |
| 2619 | 2026-05-13T18:14:10.514Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2620 | 2026-05-13T18:14:10.537Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2621 | 2026-05-13T18:14:10.577Z | Compiling typify-macro v0.4.3 |
| 2622 | 2026-05-13T18:14:10.656Z | Compiling dsl_auto_type v0.2.0 |
| 2623 | 2026-05-13T18:14:10.716Z | Compiling scheduled-thread-pool v0.2.7 |
| 2624 | 2026-05-13T18:14:10.808Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2625 | 2026-05-13T18:14:11.038Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2626 | 2026-05-13T18:14:11.210Z | Compiling tiny-keccak v2.0.2 |
| 2627 | 2026-05-13T18:14:11.231Z | Compiling xshell-macros v0.2.7 |
| 2628 | 2026-05-13T18:14:11.275Z | Compiling path-slash v0.1.5 |
| 2629 | 2026-05-13T18:14:11.464Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2630 | 2026-05-13T18:14:11.484Z | Compiling r2d2 v0.8.10 |
| 2631 | 2026-05-13T18:14:11.634Z | Compiling xshell v0.2.7 |
| 2632 | 2026-05-13T18:14:11.705Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2633 | 2026-05-13T18:14:12.067Z | Compiling term v0.7.0 |
| 2634 | 2026-05-13T18:14:12.088Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2635 | 2026-05-13T18:14:12.322Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2636 | 2026-05-13T18:14:12.508Z | Compiling downcast-rs v2.0.2 |
| 2637 | 2026-05-13T18:14:12.573Z | Compiling bit-vec v0.6.3 |
| 2638 | 2026-05-13T18:14:12.593Z | Compiling ascii-canvas v3.0.0 |
| 2639 | 2026-05-13T18:14:12.813Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-05-13T18:14:12.859Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2641 | 2026-05-13T18:14:12.999Z | Compiling itertools v0.10.5 |
| 2642 | 2026-05-13T18:14:13.211Z | Compiling ena v0.14.4 |
| 2643 | 2026-05-13T18:14:13.455Z | Compiling libloading v0.8.9 |
| 2644 | 2026-05-13T18:14:13.687Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-05-13T18:14:14.041Z | Compiling crc8 v0.1.1 |
| 2646 | 2026-05-13T18:14:14.083Z | Compiling diff v0.1.13 |
| 2647 | 2026-05-13T18:14:14.200Z | Compiling unicase v2.9.0 |
| 2648 | 2026-05-13T18:14:14.223Z | Compiling bindgen v0.71.1 |
| 2649 | 2026-05-13T18:14:14.512Z | Compiling typify v0.4.3 |
| 2650 | 2026-05-13T18:14:14.567Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2651 | 2026-05-13T18:14:14.680Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2652 | 2026-05-13T18:14:14.999Z | Compiling cexpr v0.6.0 |
| 2653 | 2026-05-13T18:14:15.181Z | Compiling lalrpop v0.19.12 |
| 2654 | 2026-05-13T18:14:15.296Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2655 | 2026-05-13T18:14:15.539Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2656 | 2026-05-13T18:14:15.655Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2657 | 2026-05-13T18:14:15.686Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2658 | 2026-05-13T18:14:15.780Z | Compiling headers-core v0.3.0 |
| 2659 | 2026-05-13T18:14:15.845Z | Compiling libxml v0.3.3 |
| 2660 | 2026-05-13T18:14:15.937Z | Compiling headers v0.4.1 |
| 2661 | 2026-05-13T18:14:16.085Z | Compiling diesel v2.3.7 |
| 2662 | 2026-05-13T18:14:16.150Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2663 | 2026-05-13T18:14:16.307Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2664 | 2026-05-13T18:14:16.536Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2665 | 2026-05-13T18:14:17.022Z | Compiling strum_macros v0.24.3 |
| 2666 | 2026-05-13T18:14:17.352Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2667 | 2026-05-13T18:14:17.413Z | Compiling indoc v1.0.9 |
| 2668 | 2026-05-13T18:14:17.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2669 | 2026-05-13T18:14:18.132Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2670 | 2026-05-13T18:14:18.218Z | Compiling derive_builder v0.20.2 |
| 2671 | 2026-05-13T18:14:18.280Z | Compiling oso-derive v0.27.3 |
| 2672 | 2026-05-13T18:14:18.318Z | Compiling quick-xml v0.37.5 |
| 2673 | 2026-05-13T18:14:18.347Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2674 | 2026-05-13T18:14:18.403Z | Compiling openssl-probe v0.1.6 |
| 2675 | 2026-05-13T18:14:18.706Z | Compiling half v1.8.3 |
| 2676 | 2026-05-13T18:14:18.821Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2677 | 2026-05-13T18:14:19.198Z | Compiling serde_cbor v0.11.2 |
| 2678 | 2026-05-13T18:14:19.469Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2679 | 2026-05-13T18:14:19.566Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2680 | 2026-05-13T18:14:19.636Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2681 | 2026-05-13T18:14:19.908Z | Compiling bb8 v0.8.6 |
| 2682 | 2026-05-13T18:14:20.140Z | Compiling trait-variant v0.1.2 |
| 2683 | 2026-05-13T18:14:20.218Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2684 | 2026-05-13T18:14:20.329Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2685 | 2026-05-13T18:14:20.487Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2686 | 2026-05-13T18:14:20.509Z | Compiling samael v0.0.19 |
| 2687 | 2026-05-13T18:14:20.659Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2688 | 2026-05-13T18:14:20.689Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2689 | 2026-05-13T18:14:20.880Z | Compiling fxhash v0.2.1 |
| 2690 | 2026-05-13T18:14:20.901Z | Compiling salty v0.3.0 |
| 2691 | 2026-05-13T18:14:21.049Z | Compiling progenitor-impl v0.10.0 |
| 2692 | 2026-05-13T18:14:21.208Z | Compiling progenitor-impl v0.11.2 |
| 2693 | 2026-05-13T18:14:21.337Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2694 | 2026-05-13T18:14:21.776Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2695 | 2026-05-13T18:14:21.800Z | Compiling kstat-rs v0.2.4 |
| 2696 | 2026-05-13T18:14:21.909Z | Compiling libz-sys v1.1.24 |
| 2697 | 2026-05-13T18:14:22.114Z | Compiling nonempty v0.12.0 |
| 2698 | 2026-05-13T18:14:22.281Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2699 | 2026-05-13T18:14:22.335Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2700 | 2026-05-13T18:14:22.675Z | Compiling polar-core v0.27.3 |
| 2701 | 2026-05-13T18:14:23.177Z | Compiling progenitor-macro v0.10.0 |
| 2702 | 2026-05-13T18:14:23.364Z | Compiling progenitor-macro v0.11.2 |
| 2703 | 2026-05-13T18:14:24.949Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2704 | 2026-05-13T18:14:25.916Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-05-13T18:14:26.525Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2706 | 2026-05-13T18:14:26.617Z | Compiling progenitor-client v0.11.2 |
| 2707 | 2026-05-13T18:14:26.782Z | Compiling darling_core v0.23.0 |
| 2708 | 2026-05-13T18:14:27.159Z | Compiling nanorand v0.7.0 |
| 2709 | 2026-05-13T18:14:27.241Z | Compiling arc-swap v1.8.2 |
| 2710 | 2026-05-13T18:14:27.409Z | Compiling fs-err v2.11.0 |
| 2711 | 2026-05-13T18:14:27.551Z | Compiling parking_lot_core v0.8.6 |
| 2712 | 2026-05-13T18:14:27.792Z | Compiling slog-scope v4.4.1 |
| 2713 | 2026-05-13T18:14:27.853Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-05-13T18:14:27.887Z | Compiling progenitor v0.11.2 |
| 2715 | 2026-05-13T18:14:28.075Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2716 | 2026-05-13T18:14:28.235Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2717 | 2026-05-13T18:14:28.376Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-05-13T18:14:28.918Z | Compiling darling_macro v0.23.0 |
| 2719 | 2026-05-13T18:14:29.446Z | Compiling flume v0.11.1 |
| 2720 | 2026-05-13T18:14:29.843Z | Compiling progenitor v0.10.0 |
| 2721 | 2026-05-13T18:14:30.033Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2722 | 2026-05-13T18:14:31.121Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2723 | 2026-05-13T18:14:31.834Z | Compiling oso v0.27.3 |
| 2724 | 2026-05-13T18:14:32.394Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2725 | 2026-05-13T18:14:32.521Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2726 | 2026-05-13T18:14:36.016Z | Compiling diesel-dtrace v0.5.0 |
| 2727 | 2026-05-13T18:14:36.222Z | Compiling async-bb8-diesel v0.2.1 |
| 2728 | 2026-05-13T18:14:36.563Z | Compiling primeorder v0.13.6 |
| 2729 | 2026-05-13T18:14:36.883Z | Compiling git-stub v1.0.0 |
| 2730 | 2026-05-13T18:14:36.913Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2731 | 2026-05-13T18:14:37.021Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2732 | 2026-05-13T18:14:37.152Z | Compiling instability v0.3.11 |
| 2733 | 2026-05-13T18:14:37.318Z | Compiling git-stub-vcs v0.1.0 |
| 2734 | 2026-05-13T18:14:37.418Z | Compiling p384 v0.13.1 |
| 2735 | 2026-05-13T18:14:37.886Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2736 | 2026-05-13T18:14:37.964Z | Compiling darling v0.23.0 |
| 2737 | 2026-05-13T18:14:38.044Z | Compiling slog-stdlog v4.1.1 |
| 2738 | 2026-05-13T18:14:38.527Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2739 | 2026-05-13T18:14:38.652Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2740 | 2026-05-13T18:14:38.740Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-05-13T18:14:38.863Z | Compiling ignore v0.4.25 |
| 2742 | 2026-05-13T18:14:39.158Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2743 | 2026-05-13T18:14:39.563Z | Compiling castaway v0.2.4 |
| 2744 | 2026-05-13T18:14:39.722Z | Compiling atty v0.2.14 |
| 2745 | 2026-05-13T18:14:39.856Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2746 | 2026-05-13T18:14:39.877Z | Compiling http-range v0.1.5 |
| 2747 | 2026-05-13T18:14:40.091Z | Compiling parse-size v1.1.0 |
| 2748 | 2026-05-13T18:14:40.207Z | Compiling indoc v2.0.7 |
| 2749 | 2026-05-13T18:14:40.311Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2750 | 2026-05-13T18:14:40.664Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-13T18:14:41.351Z | Compiling compact_str v0.8.1 |
| 2752 | 2026-05-13T18:14:41.510Z | Compiling globwalk v0.9.1 |
| 2753 | 2026-05-13T18:14:42.242Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2754 | 2026-05-13T18:14:42.503Z | Compiling parking_lot v0.11.2 |
| 2755 | 2026-05-13T18:14:42.697Z | Compiling slog-envlogger v2.2.0 |
| 2756 | 2026-05-13T18:14:43.844Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2757 | 2026-05-13T18:14:44.194Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2758 | 2026-05-13T18:14:44.197Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2759 | 2026-05-13T18:14:44.330Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2760 | 2026-05-13T18:14:44.592Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2761 | 2026-05-13T18:14:44.889Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2762 | 2026-05-13T18:14:44.966Z | Compiling predicates-tree v1.0.13 |
| 2763 | 2026-05-13T18:14:45.136Z | Compiling unicode-truncate v1.1.0 |
| 2764 | 2026-05-13T18:14:45.355Z | Compiling lru v0.12.5 |
| 2765 | 2026-05-13T18:14:45.427Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2766 | 2026-05-13T18:14:45.478Z | Compiling rand_seeder v0.4.0 |
| 2767 | 2026-05-13T18:14:45.586Z | Compiling prefix-trie v0.7.0 |
| 2768 | 2026-05-13T18:14:45.662Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2769 | 2026-05-13T18:14:45.743Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2770 | 2026-05-13T18:14:45.931Z | Compiling vergen-git2 v1.0.7 |
| 2771 | 2026-05-13T18:14:45.988Z | Compiling corncobs v0.1.4 |
| 2772 | 2026-05-13T18:14:46.080Z | Compiling cassowary v0.3.0 |
| 2773 | 2026-05-13T18:14:46.184Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-05-13T18:14:46.206Z | Compiling hickory-server v0.25.2 |
| 2775 | 2026-05-13T18:14:46.227Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2776 | 2026-05-13T18:14:46.272Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2777 | 2026-05-13T18:14:46.301Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2778 | 2026-05-13T18:14:46.482Z | Compiling ratatui v0.29.0 |
| 2779 | 2026-05-13T18:14:46.525Z | Compiling camino-tempfile-ext v0.3.3 |
| 2780 | 2026-05-13T18:14:46.842Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2781 | 2026-05-13T18:14:46.928Z | Compiling hyper-staticfile v0.10.1 |
| 2782 | 2026-05-13T18:14:47.194Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2783 | 2026-05-13T18:14:47.669Z | Compiling sled v0.34.7 |
| 2784 | 2026-05-13T18:14:48.093Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2785 | 2026-05-13T18:14:48.138Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2786 | 2026-05-13T18:14:48.782Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2787 | 2026-05-13T18:14:50.249Z | Compiling secrecy v0.8.0 |
| 2788 | 2026-05-13T18:14:50.449Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2789 | 2026-05-13T18:14:50.646Z | Compiling rustls v0.21.12 |
| 2790 | 2026-05-13T18:14:50.897Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2791 | 2026-05-13T18:14:51.299Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2792 | 2026-05-13T18:14:51.920Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2793 | 2026-05-13T18:14:51.955Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2794 | 2026-05-13T18:14:53.269Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2795 | 2026-05-13T18:14:53.337Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2796 | 2026-05-13T18:14:54.752Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2797 | 2026-05-13T18:14:54.818Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2798 | 2026-05-13T18:14:55.854Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2799 | 2026-05-13T18:14:56.062Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2800 | 2026-05-13T18:14:56.085Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2801 | 2026-05-13T18:14:56.294Z | Compiling rustls-webpki v0.101.7 |
| 2802 | 2026-05-13T18:14:56.322Z | Compiling sct v0.7.1 |
| 2803 | 2026-05-13T18:14:56.402Z | Compiling nix v0.29.0 |
| 2804 | 2026-05-13T18:14:56.590Z | Compiling dropshot v0.16.7 |
| 2805 | 2026-05-13T18:14:56.709Z | Compiling void v1.0.2 |
| 2806 | 2026-05-13T18:14:56.824Z | Compiling lzss v0.8.2 |
| 2807 | 2026-05-13T18:14:57.013Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2808 | 2026-05-13T18:14:57.103Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2809 | 2026-05-13T18:14:57.524Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2810 | 2026-05-13T18:14:57.698Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2811 | 2026-05-13T18:14:58.302Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2812 | 2026-05-13T18:14:58.455Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2813 | 2026-05-13T18:14:58.704Z | Compiling tungstenite v0.23.0 |
| 2814 | 2026-05-13T18:14:59.020Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2815 | 2026-05-13T18:14:59.147Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2816 | 2026-05-13T18:14:59.384Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2817 | 2026-05-13T18:14:59.614Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2818 | 2026-05-13T18:14:59.840Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2819 | 2026-05-13T18:15:00.074Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2820 | 2026-05-13T18:15:00.706Z | Compiling nix v0.27.1 |
| 2821 | 2026-05-13T18:15:01.071Z | Compiling dropshot_endpoint v0.16.7 |
| 2822 | 2026-05-13T18:15:01.137Z | Compiling serde_bytes v0.11.19 |
| 2823 | 2026-05-13T18:15:01.444Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2824 | 2026-05-13T18:15:01.601Z | Compiling tokio-tungstenite v0.23.1 |
| 2825 | 2026-05-13T18:15:01.868Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2826 | 2026-05-13T18:15:01.977Z | Compiling tokio-rustls v0.24.1 |
| 2827 | 2026-05-13T18:15:02.699Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2828 | 2026-05-13T18:15:02.828Z | Compiling git2 v0.20.4 |
| 2829 | 2026-05-13T18:15:04.262Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2830 | 2026-05-13T18:15:06.389Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2831 | 2026-05-13T18:15:06.974Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2832 | 2026-05-13T18:15:07.166Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2833 | 2026-05-13T18:15:07.541Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2834 | 2026-05-13T18:15:07.597Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2835 | 2026-05-13T18:15:09.589Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2836 | 2026-05-13T18:15:10.089Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2837 | 2026-05-13T18:15:10.473Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2838 | 2026-05-13T18:15:10.620Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2839 | 2026-05-13T18:15:10.646Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2840 | 2026-05-13T18:15:11.582Z | Compiling rustls-pemfile v1.0.4 |
| 2841 | 2026-05-13T18:15:11.822Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2842 | 2026-05-13T18:15:11.997Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2843 | 2026-05-13T18:15:12.409Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2844 | 2026-05-13T18:15:13.177Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2845 | 2026-05-13T18:15:14.511Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2846 | 2026-05-13T18:15:14.731Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2847 | 2026-05-13T18:15:15.044Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2848 | 2026-05-13T18:15:15.148Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2849 | 2026-05-13T18:15:15.279Z | Compiling signal-hook-tokio v0.3.1 |
| 2850 | 2026-05-13T18:15:15.364Z | Compiling twox-hash v2.1.2 |
| 2851 | 2026-05-13T18:15:15.472Z | Compiling yasna v0.5.2 |
| 2852 | 2026-05-13T18:15:15.897Z | Compiling is_ci v1.2.0 |
| 2853 | 2026-05-13T18:15:16.124Z | Compiling supports-color v3.0.2 |
| 2854 | 2026-05-13T18:15:16.341Z | Compiling rcgen v0.12.1 |
| 2855 | 2026-05-13T18:15:16.429Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2856 | 2026-05-13T18:15:16.487Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2857 | 2026-05-13T18:15:16.999Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2858 | 2026-05-13T18:15:17.279Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2859 | 2026-05-13T18:15:17.360Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2860 | 2026-05-13T18:15:17.920Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2861 | 2026-05-13T18:15:18.277Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2862 | 2026-05-13T18:15:19.532Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2863 | 2026-05-13T18:15:20.390Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2864 | 2026-05-13T18:15:20.751Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2865 | 2026-05-13T18:15:20.820Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2866 | 2026-05-13T18:15:21.048Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2867 | 2026-05-13T18:15:21.278Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2868 | 2026-05-13T18:15:21.511Z | Compiling fatfs v0.3.6 |
| 2869 | 2026-05-13T18:15:21.551Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2870 | 2026-05-13T18:15:22.350Z | Compiling rtoolbox v0.0.3 |
| 2871 | 2026-05-13T18:15:22.643Z | Compiling subprocess v0.2.15 |
| 2872 | 2026-05-13T18:15:22.763Z | Compiling seq-macro v0.3.6 |
| 2873 | 2026-05-13T18:15:23.184Z | Compiling assert_matches v1.5.0 |
| 2874 | 2026-05-13T18:15:23.251Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2875 | 2026-05-13T18:15:23.305Z | Compiling rpassword v7.4.0 |
| 2876 | 2026-05-13T18:15:23.646Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2877 | 2026-05-13T18:15:24.524Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2878 | 2026-05-13T18:15:24.900Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2879 | 2026-05-13T18:15:25.057Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2880 | 2026-05-13T18:15:25.184Z | Compiling tui-tree-widget v0.23.1 |
| 2881 | 2026-05-13T18:15:25.473Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2882 | 2026-05-13T18:15:26.822Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2883 | 2026-05-13T18:15:27.373Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2884 | 2026-05-13T18:15:27.435Z | Compiling uzers v0.12.2 |
| 2885 | 2026-05-13T18:15:28.113Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2886 | 2026-05-13T18:15:28.277Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2887 | 2026-05-13T18:15:29.388Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2888 | 2026-05-13T18:15:29.979Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2889 | 2026-05-13T18:15:31.744Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2890 | 2026-05-13T18:15:33.523Z | Compiling support-bundle-viewer v0.1.2 |
| 2891 | 2026-05-13T18:15:33.993Z | Compiling multimap v0.10.1 |
| 2892 | 2026-05-13T18:15:42.856Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2893 | 2026-05-13T18:15:43.292Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2894 | 2026-05-13T18:15:53.810Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2895 | 2026-05-13T18:15:54.381Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2896 | 2026-05-13T18:21:52.046Z | Finished `release` profile [optimized] target(s) in 8m 10s |
| 2897 | 2026-05-13T18:22:36.567Z | |
| 2898 | 2026-05-13T18:22:36.567Z | real 8:56.528201814 |
| 2899 | 2026-05-13T18:22:36.570Z | user 1:18:37.620849728 |
| 2900 | 2026-05-13T18:22:36.571Z | sys 3:24.846574234 |
| 2901 | 2026-05-13T18:22:36.571Z | trap 1.755795597 |
| 2902 | 2026-05-13T18:22:36.571Z | tflt 3.548950844 |
| 2903 | 2026-05-13T18:22:36.571Z | dflt 17.223600398 |
| 2904 | 2026-05-13T18:22:36.571Z | kflt 0.044441191 |
| 2905 | 2026-05-13T18:22:36.571Z | lock 6:49:51.871770280 |
| 2906 | 2026-05-13T18:22:36.571Z | slp 2:17:03.023076966 |
| 2907 | 2026-05-13T18:22:36.571Z | lat 2:24.471234512 |
| 2908 | 2026-05-13T18:22:36.571Z | stop 5:01.875890152 |
| 2909 | 2026-05-13T18:22:36.571Z | + mapfile -t packages |
| 2910 | 2026-05-13T18:22:36.571Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2911 | 2026-05-13T18:22:37.516Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2912 | 2026-05-13T18:22:37.594Z | Running `target/release/omicron-package -t test list-outputs` |
| 2913 | 2026-05-13T18:22:37.647Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2914 | 2026-05-13T18:22:37.650Z | + ptime -m cargo build --locked --release -p xtask |
| 2915 | 2026-05-13T18:22:38.176Z | Compiling libc v0.2.185 |
| 2916 | 2026-05-13T18:22:38.176Z | Compiling serde v1.0.228 |
| 2917 | 2026-05-13T18:22:38.180Z | Compiling serde_core v1.0.228 |
| 2918 | 2026-05-13T18:22:38.180Z | Compiling rustix v1.1.3 |
| 2919 | 2026-05-13T18:22:38.180Z | Compiling bitflags v2.11.0 |
| 2920 | 2026-05-13T18:22:38.180Z | Compiling serde_json v1.0.149 |
| 2921 | 2026-05-13T18:22:38.319Z | Compiling num-traits v0.2.19 |
| 2922 | 2026-05-13T18:22:38.330Z | Compiling syn v2.0.117 |
| 2923 | 2026-05-13T18:22:38.339Z | Compiling smallvec v1.15.1 |
| 2924 | 2026-05-13T18:22:38.358Z | Compiling usdt-impl v0.5.0 |
| 2925 | 2026-05-13T18:22:38.361Z | Compiling indexmap v2.14.0 |
| 2926 | 2026-05-13T18:22:38.377Z | Compiling syn v1.0.109 |
| 2927 | 2026-05-13T18:22:38.387Z | Compiling getrandom v0.4.1 |
| 2928 | 2026-05-13T18:22:38.390Z | Compiling log v0.4.29 |
| 2929 | 2026-05-13T18:22:38.527Z | Compiling percent-encoding v2.3.2 |
| 2930 | 2026-05-13T18:22:38.675Z | Compiling form_urlencoded v1.2.2 |
| 2931 | 2026-05-13T18:22:38.733Z | Compiling fs-err v3.3.0 |
| 2932 | 2026-05-13T18:22:38.764Z | Compiling once_cell v1.21.3 |
| 2933 | 2026-05-13T18:22:38.767Z | Compiling anyhow v1.0.102 |
| 2934 | 2026-05-13T18:22:38.797Z | Compiling heck v0.4.1 |
| 2935 | 2026-05-13T18:22:39.003Z | Compiling errno v0.3.14 |
| 2936 | 2026-05-13T18:22:39.006Z | Compiling thread-id v4.2.2 |
| 2937 | 2026-05-13T18:22:39.032Z | Compiling memmap v0.7.0 |
| 2938 | 2026-05-13T18:22:39.340Z | Compiling ordered-float v2.10.1 |
| 2939 | 2026-05-13T18:22:39.833Z | Compiling proc-macro-error v1.0.4 |
| 2940 | 2026-05-13T18:22:39.993Z | Compiling terminal_size v0.4.3 |
| 2941 | 2026-05-13T18:22:39.993Z | Compiling tempfile v3.25.0 |
| 2942 | 2026-05-13T18:22:40.076Z | Compiling tabled_derive v0.7.0 |
| 2943 | 2026-05-13T18:22:40.102Z | Compiling clap_builder v4.5.60 |
| 2944 | 2026-05-13T18:22:40.102Z | Compiling textwrap v0.16.2 |
| 2945 | 2026-05-13T18:22:40.218Z | Compiling camino-tempfile v1.4.1 |
| 2946 | 2026-05-13T18:22:40.740Z | Compiling tabled v0.15.0 |
| 2947 | 2026-05-13T18:22:40.815Z | Compiling synstructure v0.13.2 |
| 2948 | 2026-05-13T18:22:40.815Z | Compiling pest_generator v2.8.6 |
| 2949 | 2026-05-13T18:22:41.202Z | Compiling serde_derive v1.0.228 |
| 2950 | 2026-05-13T18:22:41.202Z | Compiling zerofrom-derive v0.1.6 |
| 2951 | 2026-05-13T18:22:41.202Z | Compiling yoke-derive v0.8.1 |
| 2952 | 2026-05-13T18:22:41.206Z | Compiling zerovec-derive v0.11.2 |
| 2953 | 2026-05-13T18:22:41.206Z | Compiling displaydoc v0.2.5 |
| 2954 | 2026-05-13T18:22:41.206Z | Compiling thiserror-impl v1.0.69 |
| 2955 | 2026-05-13T18:22:41.206Z | Compiling zerocopy-derive v0.7.35 |
| 2956 | 2026-05-13T18:22:41.206Z | Compiling scroll_derive v0.12.1 |
| 2957 | 2026-05-13T18:22:41.216Z | Compiling thiserror-impl v2.0.18 |
| 2958 | 2026-05-13T18:22:41.220Z | Compiling clap_derive v4.5.55 |
| 2959 | 2026-05-13T18:22:41.343Z | Compiling pest_derive v2.8.6 |
| 2960 | 2026-05-13T18:22:41.912Z | Compiling scroll v0.12.0 |
| 2961 | 2026-05-13T18:22:42.050Z | Compiling zerocopy v0.7.35 |
| 2962 | 2026-05-13T18:22:42.232Z | Compiling goblin v0.8.2 |
| 2963 | 2026-05-13T18:22:42.363Z | Compiling zerofrom v0.1.6 |
| 2964 | 2026-05-13T18:22:42.374Z | Compiling thiserror v1.0.69 |
| 2965 | 2026-05-13T18:22:42.403Z | Compiling thiserror v2.0.18 |
| 2966 | 2026-05-13T18:22:42.487Z | Compiling yoke v0.8.1 |
| 2967 | 2026-05-13T18:22:42.498Z | Compiling dtrace-parser v0.2.0 |
| 2968 | 2026-05-13T18:22:42.701Z | Compiling zerovec v0.11.5 |
| 2969 | 2026-05-13T18:22:42.895Z | Compiling zerotrie v0.2.3 |
| 2970 | 2026-05-13T18:22:42.906Z | Compiling clap v4.5.60 |
| 2971 | 2026-05-13T18:22:43.310Z | Compiling tinystr v0.8.2 |
| 2972 | 2026-05-13T18:22:43.369Z | Compiling potential_utf v0.1.4 |
| 2973 | 2026-05-13T18:22:43.544Z | Compiling icu_locale_core v2.1.1 |
| 2974 | 2026-05-13T18:22:43.576Z | Compiling icu_collections v2.1.1 |
| 2975 | 2026-05-13T18:22:44.367Z | Compiling icu_provider v2.1.1 |
| 2976 | 2026-05-13T18:22:44.584Z | Compiling serde_spanned v0.6.9 |
| 2977 | 2026-05-13T18:22:44.763Z | Compiling icu_properties v2.1.2 |
| 2978 | 2026-05-13T18:22:44.800Z | Compiling icu_normalizer v2.1.1 |
| 2979 | 2026-05-13T18:22:44.916Z | Compiling toml_datetime v0.6.11 |
| 2980 | 2026-05-13T18:22:44.993Z | Compiling dof v0.3.0 |
| 2981 | 2026-05-13T18:22:45.030Z | Compiling serde_tokenstream v0.2.3 |
| 2982 | 2026-05-13T18:22:45.057Z | Compiling serde-value v0.7.0 |
| 2983 | 2026-05-13T18:22:45.145Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-05-13T18:22:45.157Z | Compiling cargo-platform v0.2.0 |
| 2985 | 2026-05-13T18:22:45.270Z | Compiling macaddr v1.0.1 |
| 2986 | 2026-05-13T18:22:45.680Z | Compiling idna_adapter v1.2.1 |
| 2987 | 2026-05-13T18:22:45.790Z | Compiling idna v1.1.0 |
| 2988 | 2026-05-13T18:22:45.802Z | Compiling usdt-macro v0.5.0 |
| 2989 | 2026-05-13T18:22:45.802Z | Compiling usdt-attr-macro v0.5.0 |
| 2990 | 2026-05-13T18:22:46.271Z | Compiling url v2.5.8 |
| 2991 | 2026-05-13T18:22:46.472Z | Compiling usdt v0.5.0 |
| 2992 | 2026-05-13T18:22:46.687Z | Compiling toml v0.8.23 |
| 2993 | 2026-05-13T18:22:47.118Z | Compiling cargo-util-schemas v0.8.2 |
| 2994 | 2026-05-13T18:22:47.118Z | Compiling cargo_toml v0.21.0 |
| 2995 | 2026-05-13T18:22:48.137Z | Compiling cargo_metadata v0.21.0 |
| 2996 | 2026-05-13T18:22:51.182Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-13T18:22:54.189Z | Finished `release` profile [optimized] target(s) in 16.52s |
| 2998 | 2026-05-13T18:22:54.351Z | |
| 2999 | 2026-05-13T18:22:54.354Z | real 16.663591895 |
| 3000 | 2026-05-13T18:22:54.354Z | user 2:21.937753072 |
| 3001 | 2026-05-13T18:22:54.354Z | sys 16.364479891 |
| 3002 | 2026-05-13T18:22:54.354Z | trap 0.098570788 |
| 3003 | 2026-05-13T18:22:54.354Z | tflt 0.580112616 |
| 3004 | 2026-05-13T18:22:54.354Z | dflt 1.455515698 |
| 3005 | 2026-05-13T18:22:54.354Z | kflt 0.000033480 |
| 3006 | 2026-05-13T18:22:54.354Z | lock 5:20.986682115 |
| 3007 | 2026-05-13T18:22:54.354Z | slp 3:27.097660739 |
| 3008 | 2026-05-13T18:22:54.354Z | lat 5.582966358 |
| 3009 | 2026-05-13T18:22:54.354Z | stop 17.875910583 |
| 3010 | 2026-05-13T18:22:54.354Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3011 | 2026-05-13T18:22:54.354Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3012 | 2026-05-13T18:22:54.354Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3013 | 2026-05-13T18:22:54.354Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3014 | 2026-05-13T18:22:54.354Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3015 | 2026-05-13T18:22:55.284Z | Compiling newtype-uuid-macros v0.1.0 |
| 3016 | 2026-05-13T18:22:55.287Z | Compiling regress v0.10.5 |
| 3017 | 2026-05-13T18:22:55.287Z | Compiling structmeta-derive v0.3.0 |
| 3018 | 2026-05-13T18:22:55.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3019 | 2026-05-13T18:22:55.287Z | Compiling rustls v0.22.4 |
| 3020 | 2026-05-13T18:22:55.287Z | Compiling rustls-webpki v0.102.8 |
| 3021 | 2026-05-13T18:22:55.287Z | Compiling multer v3.1.0 |
| 3022 | 2026-05-13T18:22:55.287Z | Compiling debug-ignore v1.0.5 |
| 3023 | 2026-05-13T18:22:55.287Z | Compiling compression-core v0.4.31 |
| 3024 | 2026-05-13T18:22:55.428Z | Compiling match_cfg v0.1.0 |
| 3025 | 2026-05-13T18:22:55.432Z | Compiling slog-json v2.6.1 |
| 3026 | 2026-05-13T18:22:55.432Z | Compiling async-stream-impl v0.3.6 |
| 3027 | 2026-05-13T18:22:55.480Z | Compiling serde_spanned v1.0.4 |
| 3028 | 2026-05-13T18:22:55.494Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3029 | 2026-05-13T18:22:55.496Z | Compiling dropshot v0.17.0 |
| 3030 | 2026-05-13T18:22:55.508Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3031 | 2026-05-13T18:22:55.527Z | Compiling hostname v0.3.1 |
| 3032 | 2026-05-13T18:22:55.547Z | Compiling itertools v0.14.0 |
| 3033 | 2026-05-13T18:22:55.704Z | Compiling slog-bunyan v2.5.0 |
| 3034 | 2026-05-13T18:22:55.740Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3035 | 2026-05-13T18:22:55.778Z | Compiling compression-codecs v0.4.37 |
| 3036 | 2026-05-13T18:22:55.796Z | Compiling waitgroup v0.1.2 |
| 3037 | 2026-05-13T18:22:55.814Z | Compiling rustls-pemfile v2.2.0 |
| 3038 | 2026-05-13T18:22:55.849Z | Compiling dropshot_endpoint v0.17.0 |
| 3039 | 2026-05-13T18:22:55.900Z | Compiling serde_path_to_error v0.1.20 |
| 3040 | 2026-05-13T18:22:55.942Z | Compiling hostname v0.4.2 |
| 3041 | 2026-05-13T18:22:55.978Z | Compiling async-compression v0.4.41 |
| 3042 | 2026-05-13T18:22:56.038Z | Compiling progenitor-client v0.14.0 |
| 3043 | 2026-05-13T18:22:56.041Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3044 | 2026-05-13T18:22:56.070Z | Compiling async-stream v0.3.6 |
| 3045 | 2026-05-13T18:22:56.095Z | Compiling macaddr v1.0.1 |
| 3046 | 2026-05-13T18:22:56.112Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3047 | 2026-05-13T18:22:56.185Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3048 | 2026-05-13T18:22:56.251Z | Compiling instant v0.1.13 |
| 3049 | 2026-05-13T18:22:56.253Z | Compiling progenitor-client v0.10.0 |
| 3050 | 2026-05-13T18:22:56.283Z | Compiling backon v1.6.0 |
| 3051 | 2026-05-13T18:22:56.301Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3052 | 2026-05-13T18:22:56.301Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3053 | 2026-05-13T18:22:56.333Z | Compiling universal-hash v0.5.1 |
| 3054 | 2026-05-13T18:22:56.349Z | Compiling backoff v0.4.0 |
| 3055 | 2026-05-13T18:22:56.371Z | Compiling opaque-debug v0.3.1 |
| 3056 | 2026-05-13T18:22:56.388Z | Compiling half v2.7.1 |
| 3057 | 2026-05-13T18:22:56.462Z | Compiling progenitor-extras v0.2.0 |
| 3058 | 2026-05-13T18:22:56.486Z | Compiling ciborium-io v0.2.2 |
| 3059 | 2026-05-13T18:22:56.512Z | Compiling unsafe-libyaml v0.2.11 |
| 3060 | 2026-05-13T18:22:56.544Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3061 | 2026-05-13T18:22:56.577Z | Compiling crucible-workspace-hack v0.1.0 |
| 3062 | 2026-05-13T18:22:56.595Z | Compiling convert_case v0.4.0 |
| 3063 | 2026-05-13T18:22:56.613Z | Compiling regress v0.11.1 |
| 3064 | 2026-05-13T18:22:56.704Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3065 | 2026-05-13T18:22:56.728Z | Compiling ciborium-ll v0.2.2 |
| 3066 | 2026-05-13T18:22:56.746Z | Compiling aead v0.5.2 |
| 3067 | 2026-05-13T18:22:56.770Z | Compiling secrecy v0.10.3 |
| 3068 | 2026-05-13T18:22:56.844Z | Compiling poly1305 v0.8.0 |
| 3069 | 2026-05-13T18:22:56.860Z | Compiling structmeta v0.3.0 |
| 3070 | 2026-05-13T18:22:56.903Z | Compiling ciborium v0.2.2 |
| 3071 | 2026-05-13T18:22:56.945Z | Compiling chacha20 v0.9.1 |
| 3072 | 2026-05-13T18:22:56.973Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 3073 | 2026-05-13T18:22:56.976Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3074 | 2026-05-13T18:22:57.006Z | Compiling derive_more v0.99.20 |
| 3075 | 2026-05-13T18:22:57.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3076 | 2026-05-13T18:22:57.035Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3077 | 2026-05-13T18:22:57.090Z | Compiling serde_yaml v0.9.34+deprecated |
| 3078 | 2026-05-13T18:22:57.106Z | Compiling derive-ex v0.1.8 |
| 3079 | 2026-05-13T18:22:57.210Z | Compiling parse-display-derive v0.10.0 |
| 3080 | 2026-05-13T18:22:57.227Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3081 | 2026-05-13T18:22:57.308Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3082 | 2026-05-13T18:22:57.369Z | Compiling byte-wrapper v0.1.0 |
| 3083 | 2026-05-13T18:22:57.385Z | Compiling password-hash v0.5.0 |
| 3084 | 2026-05-13T18:22:57.473Z | Compiling blake2 v0.10.6 |
| 3085 | 2026-05-13T18:22:57.508Z | Compiling chacha20poly1305 v0.10.1 |
| 3086 | 2026-05-13T18:22:57.639Z | Compiling indent_write v2.2.0 |
| 3087 | 2026-05-13T18:22:57.679Z | Compiling heapless v0.8.0 |
| 3088 | 2026-05-13T18:22:57.695Z | Compiling ingot-macros v0.1.1 |
| 3089 | 2026-05-13T18:22:57.740Z | Compiling tokio-rustls v0.25.0 |
| 3090 | 2026-05-13T18:22:57.805Z | Compiling argon2 v0.5.3 |
| 3091 | 2026-05-13T18:22:57.820Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3092 | 2026-05-13T18:22:58.057Z | Compiling hash32 v0.3.1 |
| 3093 | 2026-05-13T18:22:58.200Z | Compiling typify-impl v0.6.2 |
| 3094 | 2026-05-13T18:22:58.240Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3095 | 2026-05-13T18:22:58.279Z | Compiling thiserror-no-std v2.0.2 |
| 3096 | 2026-05-13T18:22:58.391Z | Compiling vsss-rs v3.3.4 |
| 3097 | 2026-05-13T18:22:58.533Z | Compiling smoltcp v0.11.0 |
| 3098 | 2026-05-13T18:22:58.591Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3099 | 2026-05-13T18:22:58.861Z | Compiling test-strategy v0.4.5 |
| 3100 | 2026-05-13T18:22:58.864Z | Compiling proc-macro-crate v3.4.0 |
| 3101 | 2026-05-13T18:22:58.928Z | Compiling tabwriter v1.4.1 |
| 3102 | 2026-05-13T18:22:58.950Z | Compiling num-rational v0.4.2 |
| 3103 | 2026-05-13T18:22:58.966Z | Compiling parse-display v0.10.0 |
| 3104 | 2026-05-13T18:22:59.038Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3105 | 2026-05-13T18:22:59.185Z | Compiling cobs v0.3.0 |
| 3106 | 2026-05-13T18:22:59.201Z | Compiling num-complex v0.4.6 |
| 3107 | 2026-05-13T18:22:59.293Z | Compiling num-derive v0.4.2 |
| 3108 | 2026-05-13T18:22:59.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3109 | 2026-05-13T18:22:59.391Z | Compiling postcard v1.1.3 |
| 3110 | 2026-05-13T18:22:59.502Z | Compiling num_enum_derive v0.7.5 |
| 3111 | 2026-05-13T18:22:59.567Z | Compiling num v0.4.3 |
| 3112 | 2026-05-13T18:22:59.609Z | Compiling proc-macro-error v1.0.4 |
| 3113 | 2026-05-13T18:22:59.626Z | Compiling proc-macro-crate v1.3.1 |
| 3114 | 2026-05-13T18:22:59.642Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3115 | 2026-05-13T18:22:59.645Z | Compiling foreign-types-macros v0.2.3 |
| 3116 | 2026-05-13T18:22:59.676Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3117 | 2026-05-13T18:22:59.772Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3118 | 2026-05-13T18:22:59.873Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3119 | 2026-05-13T18:22:59.929Z | Compiling cpufeatures v0.3.0 |
| 3120 | 2026-05-13T18:22:59.965Z | Compiling rayon-core v1.13.0 |
| 3121 | 2026-05-13T18:22:59.993Z | Compiling colored v3.1.1 |
| 3122 | 2026-05-13T18:23:00.009Z | Compiling float-ord v0.3.2 |
| 3123 | 2026-05-13T18:23:00.032Z | Compiling foreign-types-shared v0.3.1 |
| 3124 | 2026-05-13T18:23:00.079Z | Compiling num_enum_derive v0.5.11 |
| 3125 | 2026-05-13T18:23:00.152Z | Compiling chacha20 v0.10.0 |
| 3126 | 2026-05-13T18:23:00.223Z | Compiling crossbeam-deque v0.8.6 |
| 3127 | 2026-05-13T18:23:00.282Z | Compiling camino-tempfile v1.4.1 |
| 3128 | 2026-05-13T18:23:00.314Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3129 | 2026-05-13T18:23:00.331Z | Compiling foreign-types v0.5.0 |
| 3130 | 2026-05-13T18:23:00.331Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3131 | 2026-05-13T18:23:00.385Z | Compiling cstr-argument v0.1.2 |
| 3132 | 2026-05-13T18:23:00.439Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3133 | 2026-05-13T18:23:00.477Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3134 | 2026-05-13T18:23:00.518Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3135 | 2026-05-13T18:23:00.549Z | Compiling rand v0.10.0 |
| 3136 | 2026-05-13T18:23:00.571Z | Compiling toml v0.8.23 |
| 3137 | 2026-05-13T18:23:00.641Z | Compiling num_enum v0.7.5 |
| 3138 | 2026-05-13T18:23:00.681Z | Compiling ingot-types v0.1.2 |
| 3139 | 2026-05-13T18:23:00.702Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3140 | 2026-05-13T18:23:00.791Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3141 | 2026-05-13T18:23:00.808Z | Compiling zone_cfg_derive v0.3.1 |
| 3142 | 2026-05-13T18:23:00.811Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3143 | 2026-05-13T18:23:00.840Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3144 | 2026-05-13T18:23:00.854Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3145 | 2026-05-13T18:23:00.956Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3146 | 2026-05-13T18:23:01.011Z | Compiling rayon v1.11.0 |
| 3147 | 2026-05-13T18:23:01.026Z | Compiling itertools v0.12.1 |
| 3148 | 2026-05-13T18:23:01.067Z | Compiling ingot v0.1.1 |
| 3149 | 2026-05-13T18:23:01.084Z | Compiling sigpipe v0.1.3 |
| 3150 | 2026-05-13T18:23:01.087Z | Compiling glob v0.3.3 |
| 3151 | 2026-05-13T18:23:01.132Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3152 | 2026-05-13T18:23:01.199Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3153 | 2026-05-13T18:23:01.217Z | Compiling num_enum v0.5.11 |
| 3154 | 2026-05-13T18:23:01.237Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3155 | 2026-05-13T18:23:01.255Z | Compiling smf v0.2.3 |
| 3156 | 2026-05-13T18:23:01.347Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3157 | 2026-05-13T18:23:01.385Z | Compiling whoami v1.6.1 |
| 3158 | 2026-05-13T18:23:01.465Z | Compiling prettyplease v0.2.37 |
| 3159 | 2026-05-13T18:23:01.494Z | Compiling gethostname v0.5.0 |
| 3160 | 2026-05-13T18:23:01.511Z | Compiling atomicwrites v0.4.4 |
| 3161 | 2026-05-13T18:23:01.526Z | Compiling usdt-macro v0.5.0 |
| 3162 | 2026-05-13T18:23:01.656Z | Compiling usdt-attr-macro v0.5.0 |
| 3163 | 2026-05-13T18:23:01.690Z | Compiling memmap v0.7.0 |
| 3164 | 2026-05-13T18:23:01.705Z | Compiling derive-where v1.6.0 |
| 3165 | 2026-05-13T18:23:01.735Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3166 | 2026-05-13T18:23:01.806Z | Compiling progenitor-client v0.13.0 |
| 3167 | 2026-05-13T18:23:01.901Z | Compiling owo-colors v4.3.0 |
| 3168 | 2026-05-13T18:23:01.917Z | Compiling cancel-safe-futures v0.1.5 |
| 3169 | 2026-05-13T18:23:01.933Z | Compiling resolv-conf v0.7.6 |
| 3170 | 2026-05-13T18:23:02.146Z | Compiling zone v0.3.1 |
| 3171 | 2026-05-13T18:23:02.186Z | Compiling libsw-core v0.3.2 |
| 3172 | 2026-05-13T18:23:02.309Z | Compiling console v0.15.11 |
| 3173 | 2026-05-13T18:23:02.329Z | Compiling newline-converter v0.3.0 |
| 3174 | 2026-05-13T18:23:02.388Z | Compiling libsw v3.5.0 |
| 3175 | 2026-05-13T18:23:02.473Z | Compiling linear-map v1.2.0 |
| 3176 | 2026-05-13T18:23:02.489Z | Compiling usdt v0.5.0 |
| 3177 | 2026-05-13T18:23:02.593Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3178 | 2026-05-13T18:23:02.596Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-05-13T18:23:02.684Z | Compiling expectorate v1.2.0 |
| 3180 | 2026-05-13T18:23:02.712Z | Compiling hickory-proto v0.24.4 |
| 3181 | 2026-05-13T18:23:02.776Z | Compiling bitfield-struct v0.6.2 |
| 3182 | 2026-05-13T18:23:02.779Z | Compiling linked-hash-map v0.5.6 |
| 3183 | 2026-05-13T18:23:02.813Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3184 | 2026-05-13T18:23:02.875Z | Compiling semver v0.1.20 |
| 3185 | 2026-05-13T18:23:02.892Z | Compiling typify-macro v0.6.2 |
| 3186 | 2026-05-13T18:23:02.926Z | Compiling tokio-dtrace v0.1.1 |
| 3187 | 2026-05-13T18:23:02.946Z | Compiling dropshot-api-manager-types v0.7.1 |
| 3188 | 2026-05-13T18:23:03.011Z | Compiling lru-cache v0.1.2 |
| 3189 | 2026-05-13T18:23:03.028Z | Compiling slog-dtrace v0.3.0 |
| 3190 | 2026-05-13T18:23:03.084Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3191 | 2026-05-13T18:23:03.105Z | Compiling rustc_version v0.1.7 |
| 3192 | 2026-05-13T18:23:03.121Z | Compiling minimal-lexical v0.2.1 |
| 3193 | 2026-05-13T18:23:03.166Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3194 | 2026-05-13T18:23:03.193Z | Compiling oxide-tokio-rt v0.1.4 |
| 3195 | 2026-05-13T18:23:03.216Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3196 | 2026-05-13T18:23:03.235Z | Compiling typify-impl v0.4.3 |
| 3197 | 2026-05-13T18:23:03.272Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3198 | 2026-05-13T18:23:03.293Z | Compiling phf_shared v0.12.1 |
| 3199 | 2026-05-13T18:23:03.318Z | Compiling csv-core v0.1.13 |
| 3200 | 2026-05-13T18:23:03.363Z | Compiling newtype_derive v0.1.6 |
| 3201 | 2026-05-13T18:23:03.411Z | Compiling nom v7.1.3 |
| 3202 | 2026-05-13T18:23:03.455Z | Compiling chrono-tz v0.10.4 |
| 3203 | 2026-05-13T18:23:03.479Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-05-13T18:23:03.497Z | Compiling xshell-macros v0.2.7 |
| 3205 | 2026-05-13T18:23:03.515Z | Compiling highway v1.3.0 |
| 3206 | 2026-05-13T18:23:03.539Z | Compiling csv v1.4.0 |
| 3207 | 2026-05-13T18:23:03.599Z | Compiling const_format_proc_macros v0.2.34 |
| 3208 | 2026-05-13T18:23:03.639Z | Compiling phf v0.12.1 |
| 3209 | 2026-05-13T18:23:03.802Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3210 | 2026-05-13T18:23:03.849Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3211 | 2026-05-13T18:23:03.910Z | Compiling xshell v0.2.7 |
| 3212 | 2026-05-13T18:23:03.913Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3213 | 2026-05-13T18:23:03.965Z | Compiling primeorder v0.13.6 |
| 3214 | 2026-05-13T18:23:04.109Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3215 | 2026-05-13T18:23:04.176Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3216 | 2026-05-13T18:23:04.289Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3217 | 2026-05-13T18:23:04.372Z | Compiling tabled_derive v0.7.0 |
| 3218 | 2026-05-13T18:23:04.388Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3219 | 2026-05-13T18:23:04.515Z | Compiling const_format v0.2.35 |
| 3220 | 2026-05-13T18:23:04.531Z | Compiling bcs v0.1.6 |
| 3221 | 2026-05-13T18:23:04.788Z | Compiling typify v0.6.2 |
| 3222 | 2026-05-13T18:23:04.823Z | Compiling salty v0.3.0 |
| 3223 | 2026-05-13T18:23:04.864Z | Compiling termtree v0.5.1 |
| 3224 | 2026-05-13T18:23:04.881Z | Compiling hickory-resolver v0.24.4 |
| 3225 | 2026-05-13T18:23:04.884Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3226 | 2026-05-13T18:23:04.919Z | Compiling progenitor-impl v0.14.0 |
| 3227 | 2026-05-13T18:23:04.937Z | Compiling progenitor-impl v0.13.0 |
| 3228 | 2026-05-13T18:23:05.033Z | Compiling textwrap v0.16.2 |
| 3229 | 2026-05-13T18:23:05.050Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3230 | 2026-05-13T18:23:05.096Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3231 | 2026-05-13T18:23:05.294Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3232 | 2026-05-13T18:23:05.411Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 3233 | 2026-05-13T18:23:05.427Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3234 | 2026-05-13T18:23:05.525Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3235 | 2026-05-13T18:23:05.551Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3236 | 2026-05-13T18:23:05.624Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3237 | 2026-05-13T18:23:05.871Z | Compiling tabled v0.15.0 |
| 3238 | 2026-05-13T18:23:06.023Z | Compiling qorb v0.4.1 |
| 3239 | 2026-05-13T18:23:06.071Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3240 | 2026-05-13T18:23:06.133Z | Compiling steno v0.4.1 |
| 3241 | 2026-05-13T18:23:06.400Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3242 | 2026-05-13T18:23:06.423Z | Compiling base64 v0.21.7 |
| 3243 | 2026-05-13T18:23:06.587Z | Compiling humantime v2.3.0 |
| 3244 | 2026-05-13T18:23:06.805Z | Compiling tagptr v0.2.0 |
| 3245 | 2026-05-13T18:23:06.888Z | Compiling radium v0.7.0 |
| 3246 | 2026-05-13T18:23:06.984Z | Compiling moka v0.12.13 |
| 3247 | 2026-05-13T18:23:07.162Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3248 | 2026-05-13T18:23:07.203Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3249 | 2026-05-13T18:23:07.244Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3250 | 2026-05-13T18:23:07.342Z | Compiling p384 v0.13.1 |
| 3251 | 2026-05-13T18:23:07.420Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3252 | 2026-05-13T18:23:07.455Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3253 | 2026-05-13T18:23:07.669Z | Compiling progenitor-macro v0.14.0 |
| 3254 | 2026-05-13T18:23:07.686Z | Compiling progenitor-macro v0.13.0 |
| 3255 | 2026-05-13T18:23:07.766Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3256 | 2026-05-13T18:23:07.804Z | Compiling tap v1.0.1 |
| 3257 | 2026-05-13T18:23:07.848Z | Compiling typify-macro v0.4.3 |
| 3258 | 2026-05-13T18:23:07.864Z | Compiling maybe-uninit v2.0.0 |
| 3259 | 2026-05-13T18:23:07.921Z | Compiling wyz v0.5.1 |
| 3260 | 2026-05-13T18:23:07.953Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3261 | 2026-05-13T18:23:08.100Z | Compiling hickory-resolver v0.25.2 |
| 3262 | 2026-05-13T18:23:08.239Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3263 | 2026-05-13T18:23:08.275Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3264 | 2026-05-13T18:23:08.293Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3265 | 2026-05-13T18:23:08.379Z | Compiling packed_struct v0.10.1 |
| 3266 | 2026-05-13T18:23:08.516Z | Compiling utf-8 v0.7.6 |
| 3267 | 2026-05-13T18:23:08.601Z | Compiling funty v2.0.0 |
| 3268 | 2026-05-13T18:23:08.670Z | Compiling parking_lot_core v0.8.6 |
| 3269 | 2026-05-13T18:23:08.718Z | Compiling proc-macro-error2 v2.0.1 |
| 3270 | 2026-05-13T18:23:08.750Z | Compiling tungstenite v0.21.0 |
| 3271 | 2026-05-13T18:23:08.890Z | Compiling polyval v0.6.2 |
| 3272 | 2026-05-13T18:23:08.910Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3273 | 2026-05-13T18:23:08.990Z | Compiling bitvec v1.0.1 |
| 3274 | 2026-05-13T18:23:09.007Z | Compiling git-stub v1.0.0 |
| 3275 | 2026-05-13T18:23:09.085Z | Compiling packed_struct_codegen v0.10.1 |
| 3276 | 2026-05-13T18:23:09.152Z | Compiling bitfield-macros v0.19.4 |
| 3277 | 2026-05-13T18:23:09.170Z | Compiling zerocopy-derive v0.6.6 |
| 3278 | 2026-05-13T18:23:09.267Z | Compiling indexmap v1.9.3 |
| 3279 | 2026-05-13T18:23:09.342Z | Compiling nodrop v0.1.14 |
| 3280 | 2026-05-13T18:23:09.469Z | Compiling crc-catalog v2.4.0 |
| 3281 | 2026-05-13T18:23:09.504Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3282 | 2026-05-13T18:23:09.595Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3283 | 2026-05-13T18:23:09.634Z | Compiling crc v3.4.0 |
| 3284 | 2026-05-13T18:23:09.672Z | Compiling typify v0.4.3 |
| 3285 | 2026-05-13T18:23:09.716Z | Compiling array-init v0.0.4 |
| 3286 | 2026-05-13T18:23:09.761Z | Compiling tokio-tungstenite v0.21.0 |
| 3287 | 2026-05-13T18:23:09.816Z | Compiling progenitor-impl v0.11.2 |
| 3288 | 2026-05-13T18:23:09.870Z | Compiling git-stub-vcs v0.1.0 |
| 3289 | 2026-05-13T18:23:09.927Z | Compiling bitfield v0.19.4 |
| 3290 | 2026-05-13T18:23:10.051Z | Compiling tabled_derive v0.11.0 |
| 3291 | 2026-05-13T18:23:10.081Z | Compiling zerocopy v0.6.6 |
| 3292 | 2026-05-13T18:23:10.105Z | Compiling ghash v0.5.1 |
| 3293 | 2026-05-13T18:23:10.245Z | Compiling smallvec v0.6.14 |
| 3294 | 2026-05-13T18:23:10.265Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3295 | 2026-05-13T18:23:10.294Z | Compiling papergrid v0.17.0 |
| 3296 | 2026-05-13T18:23:10.473Z | Compiling libscf-sys v1.2.0 |
| 3297 | 2026-05-13T18:23:10.491Z | Compiling testing_table v0.3.0 |
| 3298 | 2026-05-13T18:23:10.506Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3299 | 2026-05-13T18:23:10.525Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3300 | 2026-05-13T18:23:10.651Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3301 | 2026-05-13T18:23:10.676Z | Compiling ctr v0.9.2 |
| 3302 | 2026-05-13T18:23:10.690Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3303 | 2026-05-13T18:23:10.860Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3304 | 2026-05-13T18:23:10.896Z | Compiling corncobs v0.1.4 |
| 3305 | 2026-05-13T18:23:10.911Z | Compiling hashbrown v0.12.3 |
| 3306 | 2026-05-13T18:23:11.037Z | Compiling unicase v2.9.0 |
| 3307 | 2026-05-13T18:23:11.086Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3308 | 2026-05-13T18:23:11.139Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3309 | 2026-05-13T18:23:11.160Z | Compiling aes-gcm v0.10.3 |
| 3310 | 2026-05-13T18:23:11.177Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-05-13T18:23:11.278Z | Compiling mime_guess v2.0.5 |
| 3312 | 2026-05-13T18:23:11.295Z | Compiling tabled v0.20.0 |
| 3313 | 2026-05-13T18:23:11.424Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3314 | 2026-05-13T18:23:11.517Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3315 | 2026-05-13T18:23:11.545Z | Compiling serde-hex v0.1.0 |
| 3316 | 2026-05-13T18:23:11.812Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3317 | 2026-05-13T18:23:11.859Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3318 | 2026-05-13T18:23:11.876Z | Compiling parking_lot v0.11.2 |
| 3319 | 2026-05-13T18:23:11.918Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3320 | 2026-05-13T18:23:12.079Z | Compiling progenitor-impl v0.10.0 |
| 3321 | 2026-05-13T18:23:12.235Z | Compiling ron v0.8.1 |
| 3322 | 2026-05-13T18:23:12.290Z | Compiling hashbrown v0.13.2 |
| 3323 | 2026-05-13T18:23:12.327Z | Compiling progenitor-client v0.11.2 |
| 3324 | 2026-05-13T18:23:12.406Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3325 | 2026-05-13T18:23:12.424Z | Compiling blowfish v0.9.1 |
| 3326 | 2026-05-13T18:23:12.557Z | Compiling progenitor-macro v0.11.2 |
| 3327 | 2026-05-13T18:23:12.703Z | Compiling prefix-trie v0.7.0 |
| 3328 | 2026-05-13T18:23:12.721Z | Compiling ssh-encoding v0.2.0 |
| 3329 | 2026-05-13T18:23:12.810Z | Compiling fxhash v0.2.1 |
| 3330 | 2026-05-13T18:23:12.862Z | Compiling progenitor v0.14.0 |
| 3331 | 2026-05-13T18:23:12.924Z | Compiling progenitor v0.13.0 |
| 3332 | 2026-05-13T18:23:12.959Z | Compiling secrecy v0.8.0 |
| 3333 | 2026-05-13T18:23:12.981Z | Compiling crc-any v2.5.0 |
| 3334 | 2026-05-13T18:23:13.016Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-05-13T18:23:13.044Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3336 | 2026-05-13T18:23:13.098Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3337 | 2026-05-13T18:23:13.122Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3338 | 2026-05-13T18:23:13.215Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 3339 | 2026-05-13T18:23:13.234Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3340 | 2026-05-13T18:23:13.251Z | Compiling hickory-server v0.25.2 |
| 3341 | 2026-05-13T18:23:13.323Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3342 | 2026-05-13T18:23:13.381Z | Compiling sled v0.34.7 |
| 3343 | 2026-05-13T18:23:13.558Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3344 | 2026-05-13T18:23:13.766Z | Compiling ssh-cipher v0.2.0 |
| 3345 | 2026-05-13T18:23:13.969Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3346 | 2026-05-13T18:23:14.287Z | Compiling object v0.30.4 |
| 3347 | 2026-05-13T18:23:14.350Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3348 | 2026-05-13T18:23:14.458Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3349 | 2026-05-13T18:23:14.537Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3350 | 2026-05-13T18:23:14.773Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3351 | 2026-05-13T18:23:14.806Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3352 | 2026-05-13T18:23:15.194Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3353 | 2026-05-13T18:23:15.325Z | Compiling progenitor-macro v0.10.0 |
| 3354 | 2026-05-13T18:23:15.606Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3355 | 2026-05-13T18:23:15.836Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3356 | 2026-05-13T18:23:15.987Z | Compiling password-hash v0.4.2 |
| 3357 | 2026-05-13T18:23:16.021Z | Compiling http-range v0.1.5 |
| 3358 | 2026-05-13T18:23:16.248Z | Compiling crc8 v0.1.1 |
| 3359 | 2026-05-13T18:23:16.346Z | Compiling half v1.8.3 |
| 3360 | 2026-05-13T18:23:16.399Z | Compiling path-slash v0.1.5 |
| 3361 | 2026-05-13T18:23:16.575Z | Compiling serde_cbor v0.11.2 |
| 3362 | 2026-05-13T18:23:16.607Z | Compiling pbkdf2 v0.11.0 |
| 3363 | 2026-05-13T18:23:16.631Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3364 | 2026-05-13T18:23:16.854Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3365 | 2026-05-13T18:23:17.128Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3366 | 2026-05-13T18:23:17.189Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3367 | 2026-05-13T18:23:17.205Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3368 | 2026-05-13T18:23:17.309Z | Compiling ssh-key v0.6.7 |
| 3369 | 2026-05-13T18:23:17.326Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3370 | 2026-05-13T18:23:17.642Z | Compiling progenitor v0.11.2 |
| 3371 | 2026-05-13T18:23:17.737Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3372 | 2026-05-13T18:23:17.766Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3373 | 2026-05-13T18:23:17.829Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3374 | 2026-05-13T18:23:17.867Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3375 | 2026-05-13T18:23:18.134Z | Compiling p521 v0.13.3 |
| 3376 | 2026-05-13T18:23:18.210Z | Compiling p256 v0.13.2 |
| 3377 | 2026-05-13T18:23:18.336Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3378 | 2026-05-13T18:23:18.362Z | Compiling yasna v0.5.2 |
| 3379 | 2026-05-13T18:23:18.422Z | Compiling kstat-rs v0.2.4 |
| 3380 | 2026-05-13T18:23:18.607Z | Compiling headers-core v0.3.0 |
| 3381 | 2026-05-13T18:23:18.676Z | Compiling nanorand v0.7.0 |
| 3382 | 2026-05-13T18:23:18.692Z | Compiling atty v0.2.14 |
| 3383 | 2026-05-13T18:23:18.747Z | Compiling russh-cryptovec v0.7.3 |
| 3384 | 2026-05-13T18:23:18.766Z | Compiling md5 v0.7.0 |
| 3385 | 2026-05-13T18:23:18.830Z | Compiling home v0.5.12 |
| 3386 | 2026-05-13T18:23:18.849Z | Compiling rcgen v0.12.1 |
| 3387 | 2026-05-13T18:23:18.962Z | Compiling russh-keys v0.45.0 |
| 3388 | 2026-05-13T18:23:18.992Z | Compiling flume v0.11.1 |
| 3389 | 2026-05-13T18:23:19.011Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 3390 | 2026-05-13T18:23:19.015Z | Compiling headers v0.4.1 |
| 3391 | 2026-05-13T18:23:19.044Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3392 | 2026-05-13T18:23:19.071Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3393 | 2026-05-13T18:23:19.071Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3394 | 2026-05-13T18:23:19.127Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3395 | 2026-05-13T18:23:19.313Z | Compiling hyper-staticfile v0.10.1 |
| 3396 | 2026-05-13T18:23:19.364Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3397 | 2026-05-13T18:23:19.545Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3398 | 2026-05-13T18:23:19.767Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3399 | 2026-05-13T18:23:19.799Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3400 | 2026-05-13T18:23:19.845Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3401 | 2026-05-13T18:23:19.848Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3402 | 2026-05-13T18:23:20.155Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3403 | 2026-05-13T18:23:20.171Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3404 | 2026-05-13T18:23:20.188Z | Compiling num-bigint v0.4.6 |
| 3405 | 2026-05-13T18:23:20.383Z | Compiling progenitor v0.10.0 |
| 3406 | 2026-05-13T18:23:20.385Z | Compiling des v0.8.1 |
| 3407 | 2026-05-13T18:23:20.536Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3408 | 2026-05-13T18:23:20.572Z | Compiling subprocess v0.2.15 |
| 3409 | 2026-05-13T18:23:20.590Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3410 | 2026-05-13T18:23:20.594Z | Compiling display-error-chain v0.2.2 |
| 3411 | 2026-05-13T18:23:20.627Z | Compiling hex-literal v0.4.1 |
| 3412 | 2026-05-13T18:23:20.643Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3413 | 2026-05-13T18:23:20.664Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3414 | 2026-05-13T18:23:20.762Z | Compiling colored v2.2.0 |
| 3415 | 2026-05-13T18:23:20.783Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3416 | 2026-05-13T18:23:20.903Z | Compiling socket2 v0.5.10 |
| 3417 | 2026-05-13T18:23:21.041Z | Compiling internet-checksum v0.2.1 |
| 3418 | 2026-05-13T18:23:21.057Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3419 | 2026-05-13T18:23:21.356Z | Compiling russh v0.45.0 |
| 3420 | 2026-05-13T18:23:21.657Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3421 | 2026-05-13T18:23:21.689Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3422 | 2026-05-13T18:23:24.208Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3423 | 2026-05-13T18:23:24.885Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3424 | 2026-05-13T18:23:25.349Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3425 | 2026-05-13T18:23:27.152Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3426 | 2026-05-13T18:23:35.094Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3427 | 2026-05-13T18:23:35.094Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3428 | 2026-05-13T18:23:35.094Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3429 | 2026-05-13T18:23:35.103Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3430 | 2026-05-13T18:23:36.814Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3431 | 2026-05-13T18:23:36.948Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3432 | 2026-05-13T18:23:41.005Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3433 | 2026-05-13T18:23:42.415Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3434 | 2026-05-13T18:24:01.380Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3435 | 2026-05-13T18:24:19.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
| 3436 | 2026-05-13T18:24:20.077Z | |
| 3437 | 2026-05-13T18:24:20.077Z | real 1:25.665293222 |
| 3438 | 2026-05-13T18:24:20.077Z | user 8:12.194921418 |
| 3439 | 2026-05-13T18:24:20.077Z | sys 1:38.601770957 |
| 3440 | 2026-05-13T18:24:20.080Z | trap 0.260695119 |
| 3441 | 2026-05-13T18:24:20.080Z | tflt 0.497804018 |
| 3442 | 2026-05-13T18:24:20.080Z | dflt 1.730237064 |
| 3443 | 2026-05-13T18:24:20.080Z | kflt 0.000458020 |
| 3444 | 2026-05-13T18:24:20.080Z | lock 29:14.599346792 |
| 3445 | 2026-05-13T18:24:20.080Z | slp 19:07.380605120 |
| 3446 | 2026-05-13T18:24:20.080Z | lat 37.181249646 |
| 3447 | 2026-05-13T18:24:20.080Z | stop 2:36.720925886 |
| 3448 | 2026-05-13T18:24:20.080Z | + mkdir tests |
| 3449 | 2026-05-13T18:24:20.083Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3450 | 2026-05-13T18:24:20.083Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3451 | 2026-05-13T18:24:20.176Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8c3cdc5bc4545a52 tests/ |
| 3452 | 2026-05-13T18:24:20.197Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-81313a24f167cbc4 tests/ |
| 3453 | 2026-05-13T18:24:20.217Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e5f5125793605204 tests/ |
| 3454 | 2026-05-13T18:24:20.238Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b38611f78b9786b tests/ |
| 3455 | 2026-05-13T18:24:20.465Z | + 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/*) |
| 3456 | 2026-05-13T18:24:20.468Z | + 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-81313a24f167cbc4 tests/commtest-e5f5125793605204 tests/dhcp_server-8c3cdc5bc4545a52 tests/end_to_end_tests-4b38611f78b9786b 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 |
| 3457 | 2026-05-13T18:25:39.947Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3458 | 2026-05-13T18:25:39.947Z | a .github/buildomat/ci-env.sh 1K |
| 3459 | 2026-05-13T18:25:39.947Z | a out/target/test 1K |
| 3460 | 2026-05-13T18:25:39.947Z | a out/npuzone/npuzone 27402K |
| 3461 | 2026-05-13T18:25:39.947Z | a package-manifest.toml 35K |
| 3462 | 2026-05-13T18:25:39.947Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3463 | 2026-05-13T18:25:39.947Z | a target/release/omicron-package 45974K |
| 3464 | 2026-05-13T18:25:39.947Z | a target/release/xtask 11449K |
| 3465 | 2026-05-13T18:25:39.947Z | a target/debug/bootstrap 352629K |
| 3466 | 2026-05-13T18:25:39.947Z | a tests/bootstrap-81313a24f167cbc4 31215K |
| 3467 | 2026-05-13T18:25:39.947Z | a tests/commtest-e5f5125793605204 32299K |
| 3468 | 2026-05-13T18:25:39.947Z | a tests/dhcp_server-8c3cdc5bc4545a52 31215K |
| 3469 | 2026-05-13T18:25:39.947Z | a tests/end_to_end_tests-4b38611f78b9786b 394449K |
| 3470 | 2026-05-13T18:25:39.947Z | a out/clickhouse.tar.gz 319628K |
| 3471 | 2026-05-13T18:25:39.947Z | a out/clickhouse_keeper.tar.gz 304982K |
| 3472 | 2026-05-13T18:25:39.947Z | a out/clickhouse_server.tar.gz 319626K |
| 3473 | 2026-05-13T18:25:39.947Z | a out/cockroachdb.tar.gz 165157K |
| 3474 | 2026-05-13T18:25:39.947Z | a out/crucible-pantry-zone.tar.gz 44195K |
| 3475 | 2026-05-13T18:25:39.947Z | a out/crucible-utils.tar 17744K |
| 3476 | 2026-05-13T18:25:39.947Z | a out/crucible-zone.tar.gz 58333K |
| 3477 | 2026-05-13T18:25:39.947Z | a out/external-dns.tar.gz 49784K |
| 3478 | 2026-05-13T18:25:39.947Z | a out/internal-dns.tar.gz 49784K |
| 3479 | 2026-05-13T18:25:39.947Z | a out/mg-ddm-gz.tar 95141K |
| 3480 | 2026-05-13T18:25:39.947Z | a out/nexus.tar.gz 217610K |
| 3481 | 2026-05-13T18:25:39.948Z | a out/ntp.tar.gz 32136K |
| 3482 | 2026-05-13T18:25:39.948Z | a out/omicron-gateway-softnpu.tar.gz 29745K |
| 3483 | 2026-05-13T18:25:39.948Z | a out/omicron-sled-agent.tar 200425K |
| 3484 | 2026-05-13T18:25:39.948Z | a out/overlay.tar.gz 3K |
| 3485 | 2026-05-13T18:25:39.948Z | a out/oximeter.tar.gz 66157K |
| 3486 | 2026-05-13T18:25:39.948Z | a out/oxlog.tar 3782K |
| 3487 | 2026-05-13T18:25:39.948Z | a out/probe.tar.gz 3037K |
| 3488 | 2026-05-13T18:25:39.948Z | a out/propolis-server.tar.gz 38727K |
| 3489 | 2026-05-13T18:25:39.948Z | a out/pumpkind-gz.tar 26647K |
| 3490 | 2026-05-13T18:25:39.948Z | a out/switch-softnpu.tar.gz 393294K |
| 3491 | 2026-05-13T18:25:39.951Z | |
| 3492 | 2026-05-13T18:25:39.951Z | real 1:19.480041711 |
| 3493 | 2026-05-13T18:25:39.951Z | user 1:16.775548057 |
| 3494 | 2026-05-13T18:25:39.951Z | sys 4.453381687 |
| 3495 | 2026-05-13T18:25:39.951Z | trap 0.006387634 |
| 3496 | 2026-05-13T18:25:39.951Z | tflt 0.000000000 |
| 3497 | 2026-05-13T18:25:39.951Z | dflt 0.000000000 |
| 3498 | 2026-05-13T18:25:39.951Z | kflt 0.000000000 |
| 3499 | 2026-05-13T18:25:39.951Z | lock 0.000000000 |
| 3500 | 2026-05-13T18:25:39.951Z | slp 1:16.725430510 |
| 3501 | 2026-05-13T18:25:39.951Z | lat 0.994466629 |
| 3502 | 2026-05-13T18:25:39.951Z | stop 0.000202540 |
| 3503 | 2026-05-13T18:25:39.951Z | process exited: duration 953249 ms, exit code 0 |
| |
| 3504 | 2026-05-13T18:25:39.965Z | found 1 output files |
| 3505 | 2026-05-13T18:25:39.965Z | uploading: /work/package.tar.gz (2437323150 bytes) |
| 3506 | 2026-05-13T18:26:09.177Z | uploaded: /work/package.tar.gz |