|
|
|
| 1 | 2026-08-17T20:18:53.852Z | job assigned to worker 01M08NZQ8GDMPR46QNKP3PQPQ7 [factory aws, i-012b0bba13031359a] (queued for 48 s) |
| |
| 2 | 2026-08-17T20:19:01.148Z | starting task 0: "setup" |
| 3 | 2026-08-17T20:19:01.152Z | ++ uname -s |
| 4 | 2026-08-17T20:19:01.155Z | + kern=SunOS |
| 5 | 2026-08-17T20:19:01.155Z | + build_user=build |
| 6 | 2026-08-17T20:19:01.155Z | + build_uid=12345 |
| 7 | 2026-08-17T20:19:01.155Z | + work_dir=/work |
| 8 | 2026-08-17T20:19:01.155Z | + input_dir=/input |
| 9 | 2026-08-17T20:19:01.155Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-17T20:19:01.155Z | + case "$kern" in |
| 11 | 2026-08-17T20:19:01.155Z | + groupadd -g 12345 build |
| 12 | 2026-08-17T20:19:01.158Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-17T20:19:03.162Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-17T20:19:03.282Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-17T20:19:03.285Z | + home_fs=zfs |
| 16 | 2026-08-17T20:19:03.285Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-17T20:19:03.285Z | + mkdir -p /home/build |
| 18 | 2026-08-17T20:19:03.288Z | + chown build:build /home/build /work |
| 19 | 2026-08-17T20:19:05.287Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-17T20:19:05.292Z | process exited: duration 4144 ms, exit code 0 |
| |
| 21 | 2026-08-17T20:19:05.299Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-17T20:19:05.303Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-17T20:19:05.303Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-17T20:19:05.303Z | * rust toolchain profile = "default" |
| 25 | 2026-08-17T20:19:05.303Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-17T20:19:05.303Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-17T20:19:05.303Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-17T20:19:05.307Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-17T20:19:05.307Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-17T20:19:05.368Z | info: downloading installer |
| 31 | 2026-08-17T20:19:06.779Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-17T20:19:06.779Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-17T20:19:06.779Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-17T20:19:06.779Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-17T20:19:06.791Z | info: profile set to default |
| 36 | 2026-08-17T20:19:06.791Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-17T20:19:06.794Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-17T20:19:06.931Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-17T20:19:06.934Z | info: downloading 6 components |
| 40 | 2026-08-17T20:19:22.160Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-17T20:19:22.160Z | |
| 42 | 2026-08-17T20:19:22.189Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-17T20:19:22.189Z | |
| 44 | 2026-08-17T20:19:22.189Z | |
| 45 | 2026-08-17T20:19:22.189Z | Rust is installed now. Great! |
| 46 | 2026-08-17T20:19:22.189Z | |
| 47 | 2026-08-17T20:19:22.189Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-17T20:19:22.189Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-17T20:19:22.189Z | |
| 50 | 2026-08-17T20:19:22.189Z | To configure your current shell, you need to source |
| 51 | 2026-08-17T20:19:22.189Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-17T20:19:22.189Z | |
| 53 | 2026-08-17T20:19:22.189Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-17T20:19:22.189Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-17T20:19:22.189Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-17T20:19:22.189Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-17T20:19:22.189Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-17T20:19:22.189Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-17T20:19:22.189Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-17T20:19:22.193Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-17T20:19:22.193Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-17T20:19:22.289Z | + rustup --version |
| 63 | 2026-08-17T20:19:22.295Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-17T20:19:22.299Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-17T20:19:22.316Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-17T20:19:22.320Z | + cargo --version |
| 67 | 2026-08-17T20:19:22.327Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-17T20:19:22.330Z | + rustc --version |
| 69 | 2026-08-17T20:19:22.350Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-17T20:19:22.353Z | process exited: duration 17054 ms, exit code 0 |
| |
| 71 | 2026-08-17T20:19:22.360Z | starting task 2: "authentication" |
| 72 | 2026-08-17T20:19:22.379Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-17T20:19:22.386Z | starting task 3: "clone repository" |
| 74 | 2026-08-17T20:19:22.391Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-17T20:19:22.394Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-17T20:19:22.422Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-17T20:19:35.074Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-17T20:19:35.074Z | + git fetch origin 4d607a3cfa7bcdf7ebfbba8f504373204223540d |
| 79 | 2026-08-17T20:19:35.424Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-17T20:19:35.424Z | * branch 4d607a3cfa7bcdf7ebfbba8f504373204223540d -> FETCH_HEAD |
| 81 | 2026-08-17T20:19:35.440Z | + [[ -n move-ext-api-bundle ]] |
| 82 | 2026-08-17T20:19:35.444Z | ++ git branch --show-current |
| 83 | 2026-08-17T20:19:35.444Z | + current=main |
| 84 | 2026-08-17T20:19:35.444Z | + [[ main != move-ext-api-bundle ]] |
| 85 | 2026-08-17T20:19:35.444Z | + git branch -f move-ext-api-bundle 4d607a3cfa7bcdf7ebfbba8f504373204223540d |
| 86 | 2026-08-17T20:19:35.447Z | + git checkout -f move-ext-api-bundle |
| 87 | 2026-08-17T20:19:35.709Z | Switched to branch 'move-ext-api-bundle' |
| 88 | 2026-08-17T20:19:35.712Z | + git reset --hard 4d607a3cfa7bcdf7ebfbba8f504373204223540d |
| 89 | 2026-08-17T20:19:35.966Z | HEAD is now at 4d607a3cf move ext API support bundle endpoints out of experimental |
| 90 | 2026-08-17T20:19:35.970Z | process exited: duration 13581 ms, exit code 0 |
| |
| 91 | 2026-08-17T20:19:35.980Z | starting task 4: "build" |
| 92 | 2026-08-17T20:19:35.985Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-17T20:19:35.985Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-17T20:19:35.985Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-17T20:19:35.989Z | +++ uname -s |
| 96 | 2026-08-17T20:19:35.989Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-17T20:19:35.989Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-17T20:19:35.993Z | + cargo --version |
| 99 | 2026-08-17T20:19:36.001Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-17T20:19:36.005Z | + rustc --version |
| 101 | 2026-08-17T20:19:36.024Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-17T20:19:36.027Z | + WORK=/work |
| 103 | 2026-08-17T20:19:36.027Z | + pfexec mkdir -p /work |
| 104 | 2026-08-17T20:19:36.030Z | + pfexec chown build /work |
| 105 | 2026-08-17T20:19:36.033Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-17T20:19:37.898Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-17T20:19:38.214Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-17T20:19:39.964Z | Planning: Solver setup ... Done (1.644s) |
| 109 | 2026-08-17T20:19:40.017Z | Planning: Running solver ... Done (0.053s) |
| 110 | 2026-08-17T20:19:40.059Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-17T20:19:40.068Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-17T20:19:40.084Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-17T20:19:40.098Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-08-17T20:19:40.102Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-17T20:19:40.265Z | Planning: Checking for conflicting actions ... Done (0.164s) |
| 116 | 2026-08-17T20:19:40.268Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-17T20:19:41.140Z | Planning: Evaluating mediators ... Done (0.876s) |
| 118 | 2026-08-17T20:19:41.145Z | Planning: Planning completed in 2.89 seconds |
| 119 | 2026-08-17T20:19:41.150Z | Packages to install: 2 |
| 120 | 2026-08-17T20:19:41.151Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-17T20:19:41.151Z | Estimated space to be consumed: 69.36 MB |
| 122 | 2026-08-17T20:19:41.151Z | Create boot environment: No |
| 123 | 2026-08-17T20:19:41.151Z | Create backup boot environment: No |
| 124 | 2026-08-17T20:19:41.154Z | Rebuild boot archive: No |
| 125 | 2026-08-17T20:19:41.154Z | |
| 126 | 2026-08-17T20:19:41.154Z | Changed packages: |
| 127 | 2026-08-17T20:19:41.154Z | helios |
| 128 | 2026-08-17T20:19:41.154Z | developer/build-essential |
| 129 | 2026-08-17T20:19:41.154Z | None -> 11-3.0 |
| 130 | 2026-08-17T20:19:41.154Z | library/libxmlsec1 |
| 131 | 2026-08-17T20:19:41.154Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-17T20:19:41.178Z | |
| 133 | 2026-08-17T20:19:41.178Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-17T20:19:41.247Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 135 | 2026-08-17T20:19:41.328Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-17T20:19:41.367Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-17T20:19:41.398Z | Finalize: Updating package state database ... Done (0.031s) |
| 138 | 2026-08-17T20:19:41.398Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-17T20:19:41.471Z | Finalize: Updating image state ... Done (0.073s) |
| 140 | 2026-08-17T20:19:44.089Z | Finalize: Creating fast lookup database ... Done (2.573s) |
| 141 | 2026-08-17T20:19:44.155Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-17T20:19:44.158Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-17T20:19:44.249Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-17T20:19:44.598Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-17T20:19:44.703Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-17T20:19:44.706Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-17T20:19:44.860Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-17T20:19:44.863Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-17T20:19:44.885Z | Mediators to change: 2 |
| 150 | 2026-08-17T20:19:44.885Z | Create boot environment: No |
| 151 | 2026-08-17T20:19:44.885Z | Create backup boot environment: No |
| 152 | 2026-08-17T20:19:45.009Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-17T20:19:45.009Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-17T20:19:45.053Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-17T20:19:46.980Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-17T20:19:47.036Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-17T20:19:47.039Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-17T20:19:47.124Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-17T20:19:47.410Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-17T20:19:47.514Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-17T20:19:47.518Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-17T20:19:47.671Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-17T20:19:47.674Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-17T20:19:47.694Z | Mediators to change: 1 |
| 165 | 2026-08-17T20:19:47.694Z | Create boot environment: No |
| 166 | 2026-08-17T20:19:47.694Z | Create backup boot environment: No |
| 167 | 2026-08-17T20:19:47.749Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-17T20:19:47.749Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-17T20:19:47.792Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-17T20:19:49.734Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-17T20:19:49.795Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-17T20:19:49.798Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-17T20:19:49.888Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-17T20:19:50.201Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-17T20:19:50.201Z | apache system 2.4 system |
| 176 | 2026-08-17T20:19:50.201Z | clang system 15 system |
| 177 | 2026-08-17T20:19:50.201Z | csh system system illumos |
| 178 | 2026-08-17T20:19:50.201Z | ctags system system illumos |
| 179 | 2026-08-17T20:19:50.201Z | file vendor vendor darwinsys |
| 180 | 2026-08-17T20:19:50.201Z | file system system illumos |
| 181 | 2026-08-17T20:19:50.201Z | gcc vendor 14 vendor |
| 182 | 2026-08-17T20:19:50.201Z | gcc system 13 system |
| 183 | 2026-08-17T20:19:50.201Z | gcc system 10 system |
| 184 | 2026-08-17T20:19:50.202Z | go system 1.25 system |
| 185 | 2026-08-17T20:19:50.202Z | llvm system 15 system |
| 186 | 2026-08-17T20:19:50.202Z | mariadb system 11.4 system |
| 187 | 2026-08-17T20:19:50.202Z | mta vendor vendor dma |
| 188 | 2026-08-17T20:19:50.202Z | openjdk system 17 system |
| 189 | 2026-08-17T20:19:50.202Z | openjdk system 11 system |
| 190 | 2026-08-17T20:19:50.202Z | openssl vendor 3 vendor |
| 191 | 2026-08-17T20:19:50.202Z | perl system 5.40 system |
| 192 | 2026-08-17T20:19:50.202Z | postgresql system 18 system |
| 193 | 2026-08-17T20:19:50.202Z | postgresql system 17 system |
| 194 | 2026-08-17T20:19:50.202Z | python vendor 3 vendor |
| 195 | 2026-08-17T20:19:50.202Z | python system 2 system |
| 196 | 2026-08-17T20:19:50.202Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-17T20:19:50.202Z | ruby system 3.4 system |
| 198 | 2026-08-17T20:19:50.202Z | ruby system 3.0 system |
| 199 | 2026-08-17T20:19:50.202Z | words vendor vendor american-english |
| 200 | 2026-08-17T20:19:50.202Z | words system system australian-english |
| 201 | 2026-08-17T20:19:50.202Z | words system system british-english |
| 202 | 2026-08-17T20:19:50.202Z | words system system canadian-english |
| 203 | 2026-08-17T20:19:50.202Z | words system system french |
| 204 | 2026-08-17T20:19:50.202Z | words system system italian |
| 205 | 2026-08-17T20:19:50.202Z | words system system ngerman |
| 206 | 2026-08-17T20:19:50.202Z | words system system ogerman |
| 207 | 2026-08-17T20:19:50.202Z | words system system spanish |
| 208 | 2026-08-17T20:19:50.450Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-17T20:19:50.450Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-17T20:19:50.890Z | FMRI IFO |
| 211 | 2026-08-17T20:19:50.890Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-17T20:19:50.890Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-17T20:19:50.890Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-17T20:19:50.890Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-17T20:19:50.890Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-17T20:19:50.890Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-17T20:19:50.890Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-17T20:19:50.890Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-17T20:19:50.890Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-17T20:19:51.203Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-17T20:19:51.707Z | Updating crates.io index |
| 222 | 2026-08-17T20:19:51.710Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-17T20:19:51.973Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-17T20:19:52.323Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-17T20:19:53.352Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-17T20:19:53.902Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-17T20:19:55.495Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-17T20:19:56.399Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-17T20:19:56.695Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-17T20:19:57.041Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-17T20:20:02.667Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-17T20:20:03.301Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-17T20:20:03.665Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-17T20:20:03.951Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-17T20:20:04.255Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-17T20:20:04.535Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-17T20:20:04.836Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-17T20:20:05.124Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-17T20:20:05.428Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 240 | 2026-08-17T20:20:05.872Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-17T20:20:07.377Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-17T20:20:07.767Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-17T20:20:08.242Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-17T20:20:08.578Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-17T20:20:09.138Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-17T20:20:09.713Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-17T20:20:10.029Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-17T20:20:10.503Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-17T20:20:10.771Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-17T20:20:11.239Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-17T20:20:11.605Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-17T20:20:11.925Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-17T20:20:12.278Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-17T20:20:12.710Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-17T20:20:13.294Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-17T20:20:13.594Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-17T20:20:13.902Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-17T20:20:14.398Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-17T20:20:15.173Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-17T20:20:15.446Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-17T20:20:15.742Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-17T20:20:16.070Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-17T20:20:16.350Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-17T20:20:19.104Z | Downloading crates ... |
| 265 | 2026-08-17T20:20:19.185Z | Downloaded zmij v1.0.21 |
| 266 | 2026-08-17T20:20:19.210Z | Downloaded anstream v1.0.0 |
| 267 | 2026-08-17T20:20:19.210Z | Downloaded anstyle v1.0.14 |
| 268 | 2026-08-17T20:20:19.210Z | Downloaded bytecount v0.6.9 |
| 269 | 2026-08-17T20:20:19.211Z | Downloaded cargo_toml v0.21.0 |
| 270 | 2026-08-17T20:20:19.211Z | Downloaded toml_datetime v0.6.11 |
| 271 | 2026-08-17T20:20:19.211Z | Downloaded clap_lex v1.0.0 |
| 272 | 2026-08-17T20:20:19.211Z | Downloaded zerocopy v0.7.35 |
| 273 | 2026-08-17T20:20:19.211Z | Downloaded zerocopy-derive v0.7.35 |
| 274 | 2026-08-17T20:20:19.211Z | Downloaded colorchoice v1.0.4 |
| 275 | 2026-08-17T20:20:19.211Z | Downloaded macaddr v1.0.1 |
| 276 | 2026-08-17T20:20:19.211Z | Downloaded usdt-attr-macro v0.5.0 |
| 277 | 2026-08-17T20:20:19.211Z | Downloaded heck v0.4.1 |
| 278 | 2026-08-17T20:20:19.211Z | Downloaded generic-array v0.14.7 |
| 279 | 2026-08-17T20:20:19.211Z | Downloaded anstyle-query v1.1.5 |
| 280 | 2026-08-17T20:20:19.211Z | Downloaded crypto-common v0.1.7 |
| 281 | 2026-08-17T20:20:19.211Z | Downloaded itoa v1.0.17 |
| 282 | 2026-08-17T20:20:19.211Z | Downloaded block-buffer v0.10.4 |
| 283 | 2026-08-17T20:20:19.211Z | Downloaded fastrand v2.3.0 |
| 284 | 2026-08-17T20:20:19.211Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-08-17T20:20:19.247Z | Downloaded cfg-if v1.0.4 |
| 286 | 2026-08-17T20:20:19.247Z | Downloaded fnv v1.0.7 |
| 287 | 2026-08-17T20:20:19.247Z | Downloaded memmap v0.7.0 |
| 288 | 2026-08-17T20:20:19.247Z | Downloaded equivalent v1.0.2 |
| 289 | 2026-08-17T20:20:19.247Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-08-17T20:20:19.247Z | Downloaded dof v0.3.0 |
| 291 | 2026-08-17T20:20:19.247Z | Downloaded errno v0.3.14 |
| 292 | 2026-08-17T20:20:19.247Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-08-17T20:20:19.248Z | Downloaded cargo-platform v0.3.2 |
| 294 | 2026-08-17T20:20:19.248Z | Downloaded smawk v0.3.2 |
| 295 | 2026-08-17T20:20:19.248Z | Downloaded version_check v0.9.5 |
| 296 | 2026-08-17T20:20:19.248Z | Downloaded thread-id v4.2.2 |
| 297 | 2026-08-17T20:20:19.281Z | Downloaded pretty-hex v0.4.1 |
| 298 | 2026-08-17T20:20:19.281Z | Downloaded plain v0.2.3 |
| 299 | 2026-08-17T20:20:19.281Z | Downloaded tabled_derive v0.7.0 |
| 300 | 2026-08-17T20:20:19.281Z | Downloaded thiserror v1.0.69 |
| 301 | 2026-08-17T20:20:19.281Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-08-17T20:20:19.281Z | Downloaded fs-err v3.3.0 |
| 303 | 2026-08-17T20:20:19.281Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-08-17T20:20:19.324Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-08-17T20:20:19.324Z | Downloaded utf8parse v0.2.2 |
| 306 | 2026-08-17T20:20:19.324Z | Downloaded strsim v0.11.1 |
| 307 | 2026-08-17T20:20:19.324Z | Downloaded swrite v0.1.0 |
| 308 | 2026-08-17T20:20:19.324Z | Downloaded terminal_size v0.4.3 |
| 309 | 2026-08-17T20:20:19.324Z | Downloaded unicode-linebreak v0.1.5 |
| 310 | 2026-08-17T20:20:19.324Z | Downloaded toml_write v0.1.2 |
| 311 | 2026-08-17T20:20:19.324Z | Downloaded usdt v0.5.0 |
| 312 | 2026-08-17T20:20:19.325Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-08-17T20:20:19.325Z | Downloaded indexmap v2.14.0 |
| 314 | 2026-08-17T20:20:19.325Z | Downloaded heck v0.5.0 |
| 315 | 2026-08-17T20:20:19.325Z | Downloaded anstyle-parse v1.0.0 |
| 316 | 2026-08-17T20:20:19.325Z | Downloaded byteorder v1.5.0 |
| 317 | 2026-08-17T20:20:19.325Z | Downloaded cargo_metadata v0.23.1 |
| 318 | 2026-08-17T20:20:19.325Z | Downloaded digest v0.10.7 |
| 319 | 2026-08-17T20:20:19.325Z | Downloaded camino-tempfile v1.4.1 |
| 320 | 2026-08-17T20:20:19.362Z | Downloaded sha2 v0.10.9 |
| 321 | 2026-08-17T20:20:19.363Z | Downloaded anyhow v1.0.102 |
| 322 | 2026-08-17T20:20:19.363Z | Downloaded getrandom v0.4.1 |
| 323 | 2026-08-17T20:20:19.363Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-08-17T20:20:19.363Z | Downloaded serde_tokenstream v0.2.3 |
| 325 | 2026-08-17T20:20:19.363Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-08-17T20:20:19.363Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-08-17T20:20:19.386Z | Downloaded quote v1.0.45 |
| 328 | 2026-08-17T20:20:19.386Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-08-17T20:20:19.386Z | Downloaded proc-macro-error v1.0.4 |
| 330 | 2026-08-17T20:20:19.386Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-08-17T20:20:19.386Z | Downloaded camino v1.2.2 |
| 332 | 2026-08-17T20:20:19.386Z | Downloaded bitflags v2.11.0 |
| 333 | 2026-08-17T20:20:19.386Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-08-17T20:20:19.386Z | Downloaded pest_derive v2.8.6 |
| 335 | 2026-08-17T20:20:19.386Z | Downloaded clap_derive v4.6.1 |
| 336 | 2026-08-17T20:20:19.387Z | Downloaded toml v0.8.23 |
| 337 | 2026-08-17T20:20:19.387Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-08-17T20:20:19.408Z | Downloaded ucd-trie v0.1.7 |
| 339 | 2026-08-17T20:20:19.408Z | Downloaded scroll v0.12.0 |
| 340 | 2026-08-17T20:20:19.408Z | Downloaded semver v1.0.28 |
| 341 | 2026-08-17T20:20:19.408Z | Downloaded log v0.4.29 |
| 342 | 2026-08-17T20:20:19.408Z | Downloaded papergrid v0.11.0 |
| 343 | 2026-08-17T20:20:19.421Z | Downloaded pest_meta v2.8.6 |
| 344 | 2026-08-17T20:20:19.421Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-08-17T20:20:19.421Z | Downloaded pest_generator v2.8.6 |
| 346 | 2026-08-17T20:20:19.421Z | Downloaded serde_core v1.0.228 |
| 347 | 2026-08-17T20:20:19.421Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-08-17T20:20:19.421Z | Downloaded clap v4.6.1 |
| 349 | 2026-08-17T20:20:19.432Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-17T20:20:19.432Z | Downloaded unicode-ident v1.0.24 |
| 351 | 2026-08-17T20:20:19.469Z | Downloaded textwrap v0.16.2 |
| 352 | 2026-08-17T20:20:19.502Z | Downloaded memchr v2.8.0 |
| 353 | 2026-08-17T20:20:19.502Z | Downloaded serde v1.0.228 |
| 354 | 2026-08-17T20:20:19.503Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-17T20:20:19.518Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-17T20:20:19.566Z | Downloaded serde_json v1.0.151 |
| 357 | 2026-08-17T20:20:19.566Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-08-17T20:20:19.566Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-17T20:20:19.600Z | Downloaded winnow v0.7.14 |
| 360 | 2026-08-17T20:20:19.601Z | Downloaded goblin v0.8.2 |
| 361 | 2026-08-17T20:20:19.601Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-17T20:20:19.601Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-17T20:20:19.644Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-08-17T20:20:19.644Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-17T20:20:19.644Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-17T20:20:19.659Z | Downloaded rustix v1.1.3 |
| 367 | 2026-08-17T20:20:19.694Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-17T20:20:19.724Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-17T20:20:19.725Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-08-17T20:20:19.725Z | Compiling quote v1.0.45 |
| 371 | 2026-08-17T20:20:19.751Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-17T20:20:19.751Z | Compiling libc v0.2.185 |
| 373 | 2026-08-17T20:20:19.751Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-17T20:20:19.751Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-17T20:20:19.751Z | Compiling serde v1.0.228 |
| 376 | 2026-08-17T20:20:19.751Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-17T20:20:19.751Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-17T20:20:19.901Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-17T20:20:19.911Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-17T20:20:19.911Z | Compiling rustix v1.1.3 |
| 381 | 2026-08-17T20:20:19.911Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-17T20:20:20.139Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-17T20:20:20.226Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-17T20:20:20.352Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-08-17T20:20:20.391Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-17T20:20:20.431Z | Compiling syn v1.0.109 |
| 387 | 2026-08-17T20:20:20.504Z | Compiling pest v2.8.6 |
| 388 | 2026-08-17T20:20:20.588Z | Compiling camino v1.2.2 |
| 389 | 2026-08-17T20:20:20.640Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-17T20:20:20.708Z | Compiling plain v0.2.3 |
| 391 | 2026-08-17T20:20:20.742Z | Compiling utf8parse v0.2.2 |
| 392 | 2026-08-17T20:20:20.744Z | Compiling getrandom v0.4.1 |
| 393 | 2026-08-17T20:20:20.745Z | Compiling equivalent v1.0.2 |
| 394 | 2026-08-17T20:20:20.809Z | Compiling hashbrown v0.17.0 |
| 395 | 2026-08-17T20:20:20.830Z | Compiling log v0.4.29 |
| 396 | 2026-08-17T20:20:20.871Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-08-17T20:20:20.874Z | Compiling errno v0.3.14 |
| 398 | 2026-08-17T20:20:20.874Z | Compiling thread-id v4.2.2 |
| 399 | 2026-08-17T20:20:20.935Z | Compiling colorchoice v1.0.4 |
| 400 | 2026-08-17T20:20:20.938Z | Compiling winnow v0.7.14 |
| 401 | 2026-08-17T20:20:20.987Z | Compiling autocfg v1.5.0 |
| 402 | 2026-08-17T20:20:21.042Z | Compiling pretty-hex v0.4.1 |
| 403 | 2026-08-17T20:20:21.058Z | Compiling is_terminal_polyfill v1.70.2 |
| 404 | 2026-08-17T20:20:21.075Z | Compiling toml_write v0.1.2 |
| 405 | 2026-08-17T20:20:21.095Z | Compiling thiserror v2.0.18 |
| 406 | 2026-08-17T20:20:21.097Z | Compiling cfg-if v1.0.4 |
| 407 | 2026-08-17T20:20:21.098Z | Compiling anstyle-query v1.1.5 |
| 408 | 2026-08-17T20:20:21.184Z | Compiling anstyle v1.0.14 |
| 409 | 2026-08-17T20:20:21.201Z | Compiling heck v0.5.0 |
| 410 | 2026-08-17T20:20:21.273Z | Compiling once_cell v1.21.3 |
| 411 | 2026-08-17T20:20:21.331Z | Compiling anyhow v1.0.102 |
| 412 | 2026-08-17T20:20:21.395Z | Compiling syn v2.0.117 |
| 413 | 2026-08-17T20:20:21.482Z | Compiling indexmap v2.14.0 |
| 414 | 2026-08-17T20:20:21.485Z | Compiling fs-err v3.3.0 |
| 415 | 2026-08-17T20:20:21.526Z | Compiling anstream v1.0.0 |
| 416 | 2026-08-17T20:20:21.529Z | Compiling unicode-width v0.1.14 |
| 417 | 2026-08-17T20:20:21.629Z | Compiling bytecount v0.6.9 |
| 418 | 2026-08-17T20:20:21.640Z | Compiling strsim v0.11.1 |
| 419 | 2026-08-17T20:20:21.742Z | Compiling pest_meta v2.8.6 |
| 420 | 2026-08-17T20:20:21.787Z | Compiling fnv v1.0.7 |
| 421 | 2026-08-17T20:20:21.807Z | Compiling heck v0.4.1 |
| 422 | 2026-08-17T20:20:21.810Z | Compiling clap_lex v1.0.0 |
| 423 | 2026-08-17T20:20:21.897Z | Compiling fastrand v2.3.0 |
| 424 | 2026-08-17T20:20:21.934Z | Compiling terminal_size v0.4.3 |
| 425 | 2026-08-17T20:20:21.978Z | Compiling papergrid v0.11.0 |
| 426 | 2026-08-17T20:20:22.078Z | Compiling clap_builder v4.6.0 |
| 427 | 2026-08-17T20:20:22.096Z | Compiling tempfile v3.25.0 |
| 428 | 2026-08-17T20:20:22.096Z | Compiling memmap v0.7.0 |
| 429 | 2026-08-17T20:20:22.145Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-08-17T20:20:22.145Z | Compiling smawk v0.3.2 |
| 431 | 2026-08-17T20:20:22.177Z | Compiling unicode-linebreak v0.1.5 |
| 432 | 2026-08-17T20:20:22.233Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-17T20:20:22.404Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-08-17T20:20:22.433Z | Compiling semver v1.0.28 |
| 435 | 2026-08-17T20:20:22.455Z | Compiling textwrap v0.16.2 |
| 436 | 2026-08-17T20:20:22.655Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-17T20:20:23.012Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-17T20:20:23.564Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-17T20:20:23.665Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-17T20:20:24.080Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-17T20:20:24.080Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-17T20:20:24.083Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-17T20:20:24.083Z | Compiling pest_derive v2.8.6 |
| 444 | 2026-08-17T20:20:24.083Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-17T20:20:24.083Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-17T20:20:24.083Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-17T20:20:24.708Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-17T20:20:24.822Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-17T20:20:25.016Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-17T20:20:25.114Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-17T20:20:25.445Z | Compiling clap v4.6.1 |
| 452 | 2026-08-17T20:20:26.568Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-17T20:20:26.568Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-17T20:20:26.568Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-08-17T20:20:26.571Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-08-17T20:20:26.571Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-17T20:20:26.584Z | Compiling dof v0.3.0 |
| 458 | 2026-08-17T20:20:26.587Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-17T20:20:26.761Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-17T20:20:27.294Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-17T20:20:27.298Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-17T20:20:27.897Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-17T20:20:28.033Z | Compiling toml v0.8.23 |
| 464 | 2026-08-17T20:20:28.349Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-17T20:20:29.600Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-17T20:20:31.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.64s |
| 467 | 2026-08-17T20:20:31.904Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-17T20:20:32.411Z | Downloading crates ... |
| 469 | 2026-08-17T20:20:32.456Z | Downloaded anstyle-parse v0.2.7 |
| 470 | 2026-08-17T20:20:32.463Z | Downloaded array-init v0.0.4 |
| 471 | 2026-08-17T20:20:32.466Z | Downloaded adler2 v2.0.1 |
| 472 | 2026-08-17T20:20:32.469Z | Downloaded ahash v0.8.12 |
| 473 | 2026-08-17T20:20:32.471Z | Downloaded bitfield-macros v0.19.4 |
| 474 | 2026-08-17T20:20:32.474Z | Downloaded async-recursion v1.1.1 |
| 475 | 2026-08-17T20:20:32.474Z | Downloaded async-stream v0.3.6 |
| 476 | 2026-08-17T20:20:32.477Z | Downloaded bb8 v0.8.6 |
| 477 | 2026-08-17T20:20:32.480Z | Downloaded arrayref v0.3.9 |
| 478 | 2026-08-17T20:20:32.480Z | Downloaded async-stream-impl v0.3.6 |
| 479 | 2026-08-17T20:20:32.482Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 480 | 2026-08-17T20:20:32.485Z | Downloaded bitfield-struct v0.6.2 |
| 481 | 2026-08-17T20:20:32.488Z | Downloaded base16ct v0.2.0 |
| 482 | 2026-08-17T20:20:32.494Z | Downloaded aead v0.5.2 |
| 483 | 2026-08-17T20:20:32.498Z | Downloaded atomic-waker v1.1.2 |
| 484 | 2026-08-17T20:20:32.501Z | Downloaded atty v0.2.14 |
| 485 | 2026-08-17T20:20:32.504Z | Downloaded base16ct v1.0.0 |
| 486 | 2026-08-17T20:20:32.504Z | Downloaded futures-core v0.3.32 |
| 487 | 2026-08-17T20:20:32.507Z | Downloaded hex v0.4.3 |
| 488 | 2026-08-17T20:20:32.507Z | Downloaded assert_matches v1.5.0 |
| 489 | 2026-08-17T20:20:32.507Z | Downloaded atomicwrites v0.4.4 |
| 490 | 2026-08-17T20:20:32.511Z | Downloaded group v0.13.0 |
| 491 | 2026-08-17T20:20:32.511Z | Downloaded http-body v1.0.1 |
| 492 | 2026-08-17T20:20:32.514Z | Downloaded ascii-canvas v3.0.0 |
| 493 | 2026-08-17T20:20:32.514Z | Downloaded globset v0.4.18 |
| 494 | 2026-08-17T20:20:32.517Z | Downloaded bit-set v0.5.3 |
| 495 | 2026-08-17T20:20:32.517Z | Downloaded ciborium-ll v0.2.2 |
| 496 | 2026-08-17T20:20:32.517Z | Downloaded getrandom v0.3.4 |
| 497 | 2026-08-17T20:20:32.521Z | Downloaded futures-macro v0.3.32 |
| 498 | 2026-08-17T20:20:32.521Z | Downloaded gethostname v0.5.0 |
| 499 | 2026-08-17T20:20:32.521Z | Downloaded globwalk v0.9.1 |
| 500 | 2026-08-17T20:20:32.523Z | Downloaded float-ord v0.3.2 |
| 501 | 2026-08-17T20:20:32.526Z | Downloaded fxhash v0.2.1 |
| 502 | 2026-08-17T20:20:32.526Z | Downloaded git-stub v1.0.0 |
| 503 | 2026-08-17T20:20:32.529Z | Downloaded funty v2.0.0 |
| 504 | 2026-08-17T20:20:32.532Z | Downloaded block-buffer v0.12.1 |
| 505 | 2026-08-17T20:20:32.532Z | Downloaded block-padding v0.4.2 |
| 506 | 2026-08-17T20:20:32.535Z | Downloaded futures-sink v0.3.32 |
| 507 | 2026-08-17T20:20:32.538Z | Downloaded futures-executor v0.3.32 |
| 508 | 2026-08-17T20:20:32.538Z | Downloaded cfg_aliases v0.2.1 |
| 509 | 2026-08-17T20:20:32.559Z | Downloaded castaway v0.2.4 |
| 510 | 2026-08-17T20:20:32.559Z | Downloaded foldhash v0.1.5 |
| 511 | 2026-08-17T20:20:32.559Z | Downloaded ciborium-io v0.2.2 |
| 512 | 2026-08-17T20:20:32.559Z | Downloaded ghash v0.6.0 |
| 513 | 2026-08-17T20:20:32.559Z | Downloaded flagset v0.4.7 |
| 514 | 2026-08-17T20:20:32.559Z | Downloaded hash32 v0.3.1 |
| 515 | 2026-08-17T20:20:32.559Z | Downloaded hostname v0.4.2 |
| 516 | 2026-08-17T20:20:32.559Z | Downloaded foreign-types-shared v0.3.1 |
| 517 | 2026-08-17T20:20:32.563Z | Downloaded futures-task v0.3.32 |
| 518 | 2026-08-17T20:20:32.563Z | Downloaded httpdate v1.0.3 |
| 519 | 2026-08-17T20:20:32.563Z | Downloaded hyper-tls v0.6.0 |
| 520 | 2026-08-17T20:20:32.566Z | Downloaded compression-core v0.4.31 |
| 521 | 2026-08-17T20:20:32.568Z | Downloaded git-stub-vcs v0.1.0 |
| 522 | 2026-08-17T20:20:32.571Z | Downloaded glob v0.3.3 |
| 523 | 2026-08-17T20:20:32.571Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-08-17T20:20:32.571Z | Downloaded cobs v0.3.0 |
| 525 | 2026-08-17T20:20:32.574Z | Downloaded env_filter v1.0.0 |
| 526 | 2026-08-17T20:20:32.579Z | Downloaded hostname v0.3.1 |
| 527 | 2026-08-17T20:20:32.579Z | Downloaded float-cmp v0.10.0 |
| 528 | 2026-08-17T20:20:32.582Z | Downloaded futures-io v0.3.32 |
| 529 | 2026-08-17T20:20:32.582Z | Downloaded arrayvec v0.7.6 |
| 530 | 2026-08-17T20:20:32.582Z | Downloaded bcs v0.1.6 |
| 531 | 2026-08-17T20:20:32.582Z | Downloaded home v0.5.12 |
| 532 | 2026-08-17T20:20:32.582Z | Downloaded base64ct v1.8.3 |
| 533 | 2026-08-17T20:20:32.585Z | Downloaded bit-vec v0.8.0 |
| 534 | 2026-08-17T20:20:32.585Z | Downloaded form_urlencoded v1.2.2 |
| 535 | 2026-08-17T20:20:32.585Z | Downloaded foreign-types v0.5.0 |
| 536 | 2026-08-17T20:20:32.585Z | Downloaded foreign-types-shared v0.1.1 |
| 537 | 2026-08-17T20:20:32.588Z | Downloaded backoff v0.4.0 |
| 538 | 2026-08-17T20:20:32.590Z | Downloaded http-range v0.1.5 |
| 539 | 2026-08-17T20:20:32.590Z | Downloaded headers-core v0.3.0 |
| 540 | 2026-08-17T20:20:32.594Z | Downloaded aead v0.6.1 |
| 541 | 2026-08-17T20:20:32.596Z | Downloaded anstream v0.6.21 |
| 542 | 2026-08-17T20:20:32.599Z | Downloaded hubpack v0.1.2 |
| 543 | 2026-08-17T20:20:32.599Z | Downloaded bitfield v0.19.4 |
| 544 | 2026-08-17T20:20:32.599Z | Downloaded bitflags v1.3.2 |
| 545 | 2026-08-17T20:20:32.603Z | Downloaded foreign-types v0.3.2 |
| 546 | 2026-08-17T20:20:32.609Z | Downloaded convert_case v0.4.0 |
| 547 | 2026-08-17T20:20:32.612Z | Downloaded foreign-types-macros v0.2.3 |
| 548 | 2026-08-17T20:20:32.615Z | Downloaded hubpack_derive v0.1.1 |
| 549 | 2026-08-17T20:20:32.615Z | Downloaded ident_case v1.0.1 |
| 550 | 2026-08-17T20:20:32.620Z | Downloaded futures-channel v0.3.32 |
| 551 | 2026-08-17T20:20:32.622Z | Downloaded getrandom v0.2.17 |
| 552 | 2026-08-17T20:20:32.623Z | Downloaded hash32 v0.2.1 |
| 553 | 2026-08-17T20:20:32.625Z | Downloaded powerfmt v0.2.0 |
| 554 | 2026-08-17T20:20:32.628Z | Downloaded fixedbitset v0.4.2 |
| 555 | 2026-08-17T20:20:32.628Z | Downloaded humantime v2.3.0 |
| 556 | 2026-08-17T20:20:32.633Z | Downloaded bs58 v0.5.1 |
| 557 | 2026-08-17T20:20:32.636Z | Downloaded chacha20 v0.9.1 |
| 558 | 2026-08-17T20:20:32.636Z | Downloaded hex-literal v1.1.0 |
| 559 | 2026-08-17T20:20:32.639Z | Downloaded cexpr v0.6.0 |
| 560 | 2026-08-17T20:20:32.639Z | Downloaded compression-codecs v0.4.37 |
| 561 | 2026-08-17T20:20:32.642Z | Downloaded const_format_proc_macros v0.2.34 |
| 562 | 2026-08-17T20:20:32.642Z | Downloaded phf_shared v0.13.1 |
| 563 | 2026-08-17T20:20:32.644Z | Downloaded half v1.8.3 |
| 564 | 2026-08-17T20:20:32.644Z | Downloaded half v2.7.1 |
| 565 | 2026-08-17T20:20:32.647Z | Downloaded cassowary v0.3.0 |
| 566 | 2026-08-17T20:20:32.650Z | Downloaded blowfish v0.10.0 |
| 567 | 2026-08-17T20:20:32.650Z | Downloaded byte-wrapper v0.1.0 |
| 568 | 2026-08-17T20:20:32.653Z | Downloaded camino-tempfile-ext v0.3.3 |
| 569 | 2026-08-17T20:20:32.653Z | Downloaded cmake v0.1.57 |
| 570 | 2026-08-17T20:20:32.656Z | Downloaded progenitor-macro v0.14.0 |
| 571 | 2026-08-17T20:20:32.658Z | Downloaded cbc v0.2.1 |
| 572 | 2026-08-17T20:20:32.658Z | Downloaded cipher v0.4.4 |
| 573 | 2026-08-17T20:20:32.661Z | Downloaded cmov v0.5.4 |
| 574 | 2026-08-17T20:20:32.665Z | Downloaded rustc_version v0.1.7 |
| 575 | 2026-08-17T20:20:32.668Z | Downloaded rand_xorshift v0.4.0 |
| 576 | 2026-08-17T20:20:32.668Z | Downloaded rfc6979 v0.4.0 |
| 577 | 2026-08-17T20:20:32.671Z | Downloaded bit-set v0.8.0 |
| 578 | 2026-08-17T20:20:32.671Z | Downloaded fallible-iterator v0.2.0 |
| 579 | 2026-08-17T20:20:32.676Z | Downloaded group v0.14.0 |
| 580 | 2026-08-17T20:20:32.678Z | Downloaded async-trait v0.1.89 |
| 581 | 2026-08-17T20:20:32.681Z | Downloaded blake2 v0.10.6 |
| 582 | 2026-08-17T20:20:32.681Z | Downloaded filetime v0.2.27 |
| 583 | 2026-08-17T20:20:32.684Z | Downloaded argon2 v0.5.3 |
| 584 | 2026-08-17T20:20:32.684Z | Downloaded argon2 v0.6.0-rc.8 |
| 585 | 2026-08-17T20:20:32.684Z | Downloaded bit-vec v0.6.3 |
| 586 | 2026-08-17T20:20:32.688Z | Downloaded http-body-util v0.1.3 |
| 587 | 2026-08-17T20:20:32.688Z | Downloaded foldhash v0.2.0 |
| 588 | 2026-08-17T20:20:32.688Z | Downloaded async-bb8-diesel v0.2.1 |
| 589 | 2026-08-17T20:20:32.688Z | Downloaded backon v1.6.0 |
| 590 | 2026-08-17T20:20:32.691Z | Downloaded fs-err v2.11.0 |
| 591 | 2026-08-17T20:20:32.691Z | Downloaded num-rational v0.4.2 |
| 592 | 2026-08-17T20:20:32.691Z | Downloaded num_enum_derive v0.5.11 |
| 593 | 2026-08-17T20:20:32.694Z | Downloaded password-hash v0.5.0 |
| 594 | 2026-08-17T20:20:32.696Z | Downloaded owo-colors v4.3.0 |
| 595 | 2026-08-17T20:20:32.699Z | Downloaded oxide-tokio-rt v0.1.4 |
| 596 | 2026-08-17T20:20:32.699Z | Downloaded fixedbitset v0.5.7 |
| 597 | 2026-08-17T20:20:32.699Z | Downloaded fs_extra v1.3.0 |
| 598 | 2026-08-17T20:20:32.702Z | Downloaded find-msvc-tools v0.1.9 |
| 599 | 2026-08-17T20:20:32.702Z | Downloaded semver v0.1.20 |
| 600 | 2026-08-17T20:20:32.705Z | Downloaded serde_bytes v0.11.19 |
| 601 | 2026-08-17T20:20:32.708Z | Downloaded shell-words v1.1.1 |
| 602 | 2026-08-17T20:20:32.708Z | Downloaded signal-hook-mio v0.2.5 |
| 603 | 2026-08-17T20:20:32.708Z | Downloaded slog-bunyan v2.5.0 |
| 604 | 2026-08-17T20:20:32.711Z | Downloaded httparse v1.10.1 |
| 605 | 2026-08-17T20:20:32.714Z | Downloaded take_mut v0.2.2 |
| 606 | 2026-08-17T20:20:32.714Z | Downloaded tap v1.0.1 |
| 607 | 2026-08-17T20:20:32.717Z | Downloaded pbkdf2 v0.13.0 |
| 608 | 2026-08-17T20:20:32.719Z | Downloaded primefield v0.14.0 |
| 609 | 2026-08-17T20:20:32.719Z | Downloaded buf-list v1.1.2 |
| 610 | 2026-08-17T20:20:32.722Z | Downloaded const-oid v0.9.6 |
| 611 | 2026-08-17T20:20:32.722Z | Downloaded ff v0.13.1 |
| 612 | 2026-08-17T20:20:32.725Z | Downloaded chacha20 v0.10.0 |
| 613 | 2026-08-17T20:20:32.725Z | Downloaded bzip2 v0.6.1 |
| 614 | 2026-08-17T20:20:32.729Z | Downloaded clang-sys v1.8.1 |
| 615 | 2026-08-17T20:20:32.731Z | Downloaded colored v3.1.1 |
| 616 | 2026-08-17T20:20:32.731Z | Downloaded console v0.15.11 |
| 617 | 2026-08-17T20:20:32.734Z | Downloaded constant_time_eq v0.4.2 |
| 618 | 2026-08-17T20:20:32.734Z | Downloaded phf v0.12.1 |
| 619 | 2026-08-17T20:20:32.737Z | Downloaded structmeta-derive v0.3.0 |
| 620 | 2026-08-17T20:20:32.737Z | Downloaded bzip2 v0.4.4 |
| 621 | 2026-08-17T20:20:32.737Z | Downloaded cancel-safe-futures v0.1.5 |
| 622 | 2026-08-17T20:20:32.740Z | Downloaded ciborium v0.2.2 |
| 623 | 2026-08-17T20:20:32.740Z | Downloaded console v0.16.2 |
| 624 | 2026-08-17T20:20:32.744Z | Downloaded polyval v0.7.1 |
| 625 | 2026-08-17T20:20:32.744Z | Downloaded primeorder v0.13.6 |
| 626 | 2026-08-17T20:20:32.744Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 627 | 2026-08-17T20:20:32.747Z | Downloaded tinyvec_macros v0.1.1 |
| 628 | 2026-08-17T20:20:32.747Z | Downloaded progenitor-extras v0.2.0 |
| 629 | 2026-08-17T20:20:32.747Z | Downloaded ppv-lite86 v0.2.21 |
| 630 | 2026-08-17T20:20:32.747Z | Downloaded radium v0.7.0 |
| 631 | 2026-08-17T20:20:32.747Z | Downloaded rand_core v0.9.5 |
| 632 | 2026-08-17T20:20:32.747Z | Downloaded topological-sort v0.2.2 |
| 633 | 2026-08-17T20:20:32.750Z | Downloaded rustls-native-certs v0.8.3 |
| 634 | 2026-08-17T20:20:32.750Z | Downloaded rustls-pemfile v2.2.0 |
| 635 | 2026-08-17T20:20:32.752Z | Downloaded rpassword v7.5.4 |
| 636 | 2026-08-17T20:20:32.752Z | Downloaded same-file v1.0.6 |
| 637 | 2026-08-17T20:20:32.752Z | Downloaded strip-ansi-escapes v0.2.1 |
| 638 | 2026-08-17T20:20:32.756Z | Downloaded allocator-api2 v0.2.21 |
| 639 | 2026-08-17T20:20:32.759Z | Downloaded tokio-test v0.4.5 |
| 640 | 2026-08-17T20:20:32.762Z | Downloaded tower-layer v0.3.3 |
| 641 | 2026-08-17T20:20:32.764Z | Downloaded untrusted v0.7.1 |
| 642 | 2026-08-17T20:20:32.764Z | Downloaded usdt-attr-macro v0.6.0 |
| 643 | 2026-08-17T20:20:32.764Z | Downloaded wait-timeout v0.2.1 |
| 644 | 2026-08-17T20:20:32.767Z | Downloaded hmac v0.13.0 |
| 645 | 2026-08-17T20:20:32.767Z | Downloaded waitgroup v0.1.2 |
| 646 | 2026-08-17T20:20:32.770Z | Downloaded hmac v0.12.1 |
| 647 | 2026-08-17T20:20:32.770Z | Downloaded schemars_derive v0.8.22 |
| 648 | 2026-08-17T20:20:32.773Z | Downloaded colored v2.2.0 |
| 649 | 2026-08-17T20:20:32.773Z | Downloaded hyper-rustls v0.27.7 |
| 650 | 2026-08-17T20:20:32.777Z | Downloaded iana-time-zone v0.1.65 |
| 651 | 2026-08-17T20:20:32.777Z | Downloaded parking_lot_core v0.9.12 |
| 652 | 2026-08-17T20:20:32.780Z | Downloaded pkcs1 v0.7.5 |
| 653 | 2026-08-17T20:20:32.780Z | Downloaded highway v1.3.0 |
| 654 | 2026-08-17T20:20:32.780Z | Downloaded slab v0.4.12 |
| 655 | 2026-08-17T20:20:32.780Z | Downloaded smf v0.2.3 |
| 656 | 2026-08-17T20:20:32.786Z | Downloaded ff v0.14.0 |
| 657 | 2026-08-17T20:20:32.789Z | Downloaded peg v0.8.5 |
| 658 | 2026-08-17T20:20:32.795Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 659 | 2026-08-17T20:20:32.795Z | Downloaded static_assertions v1.1.0 |
| 660 | 2026-08-17T20:20:32.795Z | Downloaded strum_macros v0.27.2 |
| 661 | 2026-08-17T20:20:32.798Z | Downloaded signal-hook-registry v1.4.8 |
| 662 | 2026-08-17T20:20:32.798Z | Downloaded futures v0.3.32 |
| 663 | 2026-08-17T20:20:32.801Z | Downloaded generic-array v1.4.3 |
| 664 | 2026-08-17T20:20:32.801Z | Downloaded hyper-staticfile v0.10.1 |
| 665 | 2026-08-17T20:20:32.804Z | Downloaded cipher v0.5.2 |
| 666 | 2026-08-17T20:20:32.804Z | Downloaded sqlformat v0.3.5 |
| 667 | 2026-08-17T20:20:32.807Z | Downloaded blake2 v0.11.0-rc.6 |
| 668 | 2026-08-17T20:20:32.813Z | Downloaded flume v0.11.1 |
| 669 | 2026-08-17T20:20:32.816Z | Downloaded defmt v0.3.100 |
| 670 | 2026-08-17T20:20:32.819Z | Downloaded utf8_iter v1.0.4 |
| 671 | 2026-08-17T20:20:32.819Z | Downloaded xshell-macros v0.2.7 |
| 672 | 2026-08-17T20:20:32.819Z | Downloaded cstr-argument v0.1.2 |
| 673 | 2026-08-17T20:20:32.828Z | Downloaded tinystr v0.8.2 |
| 674 | 2026-08-17T20:20:32.832Z | Downloaded tokio-tungstenite v0.21.0 |
| 675 | 2026-08-17T20:20:32.835Z | Downloaded darling_macro v0.21.3 |
| 676 | 2026-08-17T20:20:32.835Z | Downloaded unicase v2.9.0 |
| 677 | 2026-08-17T20:20:32.835Z | Downloaded base64 v0.22.1 |
| 678 | 2026-08-17T20:20:32.837Z | Downloaded digest-io v0.1.0 |
| 679 | 2026-08-17T20:20:32.838Z | Downloaded downcast-rs v2.0.2 |
| 680 | 2026-08-17T20:20:32.840Z | Downloaded dunce v1.0.5 |
| 681 | 2026-08-17T20:20:32.840Z | Downloaded unicode-truncate v1.1.0 |
| 682 | 2026-08-17T20:20:32.841Z | Downloaded walkdir v2.5.0 |
| 683 | 2026-08-17T20:20:32.843Z | Downloaded embedded-io v0.6.1 |
| 684 | 2026-08-17T20:20:32.846Z | Downloaded inout v0.2.2 |
| 685 | 2026-08-17T20:20:32.846Z | Downloaded instability v0.3.11 |
| 686 | 2026-08-17T20:20:32.849Z | Downloaded keccak v0.1.6 |
| 687 | 2026-08-17T20:20:32.849Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-08-17T20:20:32.849Z | Downloaded inout v0.1.4 |
| 689 | 2026-08-17T20:20:32.854Z | Downloaded memoffset v0.9.1 |
| 690 | 2026-08-17T20:20:32.857Z | Downloaded poly1305 v0.9.0 |
| 691 | 2026-08-17T20:20:32.857Z | Downloaded mime v0.3.17 |
| 692 | 2026-08-17T20:20:32.859Z | Downloaded vergen-lib v9.1.0 |
| 693 | 2026-08-17T20:20:32.859Z | Downloaded icu_properties v2.1.2 |
| 694 | 2026-08-17T20:20:32.862Z | Downloaded icu_provider v2.1.1 |
| 695 | 2026-08-17T20:20:32.865Z | Downloaded sha2 v0.11.0 |
| 696 | 2026-08-17T20:20:32.865Z | Downloaded smallvec v1.15.1 |
| 697 | 2026-08-17T20:20:32.868Z | Downloaded serde_cbor v0.11.2 |
| 698 | 2026-08-17T20:20:32.871Z | Downloaded slog-scope v4.4.1 |
| 699 | 2026-08-17T20:20:32.877Z | Downloaded openssl-probe v0.2.1 |
| 700 | 2026-08-17T20:20:32.880Z | Downloaded lru-slab v0.1.2 |
| 701 | 2026-08-17T20:20:32.880Z | Downloaded lzss v0.8.2 |
| 702 | 2026-08-17T20:20:32.880Z | Downloaded nibble_vec v0.1.0 |
| 703 | 2026-08-17T20:20:32.882Z | Downloaded predicates-tree v1.0.13 |
| 704 | 2026-08-17T20:20:32.886Z | Downloaded hybrid-array v0.4.13 |
| 705 | 2026-08-17T20:20:32.889Z | Downloaded chacha20poly1305 v0.10.1 |
| 706 | 2026-08-17T20:20:32.889Z | Downloaded convert_case v0.10.0 |
| 707 | 2026-08-17T20:20:32.892Z | Downloaded compact_str v0.8.1 |
| 708 | 2026-08-17T20:20:32.892Z | Downloaded const-oid v0.10.2 |
| 709 | 2026-08-17T20:20:32.894Z | Downloaded newtype_derive v0.1.6 |
| 710 | 2026-08-17T20:20:32.897Z | Downloaded bytes v1.11.1 |
| 711 | 2026-08-17T20:20:32.901Z | Downloaded phf_shared v0.11.3 |
| 712 | 2026-08-17T20:20:32.905Z | Downloaded progenitor-macro v0.13.0 |
| 713 | 2026-08-17T20:20:32.908Z | Downloaded ctutils v0.4.2 |
| 714 | 2026-08-17T20:20:32.908Z | Downloaded derive_builder_core v0.20.2 |
| 715 | 2026-08-17T20:20:32.911Z | Downloaded defmt v1.0.1 |
| 716 | 2026-08-17T20:20:32.914Z | Downloaded ref-cast-impl v1.0.25 |
| 717 | 2026-08-17T20:20:32.914Z | Downloaded arc-swap v1.8.2 |
| 718 | 2026-08-17T20:20:32.918Z | Downloaded ar_archive_writer v0.5.1 |
| 719 | 2026-08-17T20:20:32.921Z | Downloaded ed25519 v2.2.3 |
| 720 | 2026-08-17T20:20:32.923Z | Downloaded base64 v0.21.7 |
| 721 | 2026-08-17T20:20:32.926Z | Downloaded deranged v0.5.8 |
| 722 | 2026-08-17T20:20:32.927Z | Downloaded either v1.15.0 |
| 723 | 2026-08-17T20:20:32.929Z | Downloaded ena v0.14.4 |
| 724 | 2026-08-17T20:20:32.929Z | Downloaded russh-util v0.52.0 |
| 725 | 2026-08-17T20:20:32.929Z | Downloaded potential_utf v0.1.4 |
| 726 | 2026-08-17T20:20:32.929Z | Downloaded proc-macro-crate v1.3.1 |
| 727 | 2026-08-17T20:20:32.934Z | Downloaded kstat-rs v0.2.5 |
| 728 | 2026-08-17T20:20:32.937Z | Downloaded libefi-sys v0.1.0 |
| 729 | 2026-08-17T20:20:32.937Z | Downloaded russh-cryptovec v0.62.0 |
| 730 | 2026-08-17T20:20:32.940Z | Downloaded heapless v0.8.0 |
| 731 | 2026-08-17T20:20:32.942Z | Downloaded icu_normalizer_data v2.1.1 |
| 732 | 2026-08-17T20:20:32.942Z | Downloaded rfc6979 v0.6.0 |
| 733 | 2026-08-17T20:20:32.945Z | Downloaded secrecy v0.10.3 |
| 734 | 2026-08-17T20:20:32.953Z | Downloaded subprocess v0.2.15 |
| 735 | 2026-08-17T20:20:32.957Z | Downloaded sapling-renderdag v0.1.0 |
| 736 | 2026-08-17T20:20:32.959Z | Downloaded zerocopy v0.6.6 |
| 737 | 2026-08-17T20:20:32.964Z | Downloaded linear-map v1.2.0 |
| 738 | 2026-08-17T20:20:32.968Z | Downloaded mime_guess v2.0.5 |
| 739 | 2026-08-17T20:20:32.968Z | Downloaded pem v3.0.6 |
| 740 | 2026-08-17T20:20:32.968Z | Downloaded pkg-config v0.3.32 |
| 741 | 2026-08-17T20:20:32.971Z | Downloaded tagptr v0.2.0 |
| 742 | 2026-08-17T20:20:32.975Z | Downloaded thread-id v5.1.0 |
| 743 | 2026-08-17T20:20:32.979Z | Downloaded headers v0.4.1 |
| 744 | 2026-08-17T20:20:32.982Z | Downloaded newtype-uuid-macros v0.1.0 |
| 745 | 2026-08-17T20:20:32.985Z | Downloaded signal-hook-tokio v0.3.1 |
| 746 | 2026-08-17T20:20:32.985Z | Downloaded signature v2.2.0 |
| 747 | 2026-08-17T20:20:32.985Z | Downloaded sync-ptr v0.1.4 |
| 748 | 2026-08-17T20:20:32.985Z | Downloaded spin v0.9.8 |
| 749 | 2026-08-17T20:20:32.988Z | Downloaded tower-service v0.3.3 |
| 750 | 2026-08-17T20:20:32.988Z | Downloaded futures-util v0.3.32 |
| 751 | 2026-08-17T20:20:32.992Z | Downloaded newtype-uuid v1.3.2 |
| 752 | 2026-08-17T20:20:32.996Z | Downloaded num-iter v0.1.45 |
| 753 | 2026-08-17T20:20:32.996Z | Downloaded cookie v0.18.1 |
| 754 | 2026-08-17T20:20:32.996Z | Downloaded bumpalo v3.20.2 |
| 755 | 2026-08-17T20:20:33.001Z | Downloaded num_enum v0.5.11 |
| 756 | 2026-08-17T20:20:33.004Z | Downloaded oxide-update-engine-display v0.1.2 |
| 757 | 2026-08-17T20:20:33.004Z | Downloaded paste v1.0.15 |
| 758 | 2026-08-17T20:20:33.004Z | Downloaded slog-envlogger v2.2.0 |
| 759 | 2026-08-17T20:20:33.004Z | Downloaded const_format v0.2.35 |
| 760 | 2026-08-17T20:20:33.007Z | Downloaded prettyplease v0.2.37 |
| 761 | 2026-08-17T20:20:33.007Z | Downloaded structmeta v0.3.0 |
| 762 | 2026-08-17T20:20:33.007Z | Downloaded digest v0.11.3 |
| 763 | 2026-08-17T20:20:33.010Z | Downloaded num-complex v0.4.6 |
| 764 | 2026-08-17T20:20:33.010Z | Downloaded unit-prefix v0.5.2 |
| 765 | 2026-08-17T20:20:33.010Z | Downloaded proc-macro-error2 v2.0.1 |
| 766 | 2026-08-17T20:20:33.013Z | Downloaded untrusted v0.9.0 |
| 767 | 2026-08-17T20:20:33.013Z | Downloaded async-compression v0.4.41 |
| 768 | 2026-08-17T20:20:33.016Z | Downloaded tinyvec v1.10.0 |
| 769 | 2026-08-17T20:20:33.018Z | Downloaded tracing-core v0.1.36 |
| 770 | 2026-08-17T20:20:33.019Z | Downloaded rand_seeder v0.4.0 |
| 771 | 2026-08-17T20:20:33.021Z | Downloaded typify-macro v0.6.2 |
| 772 | 2026-08-17T20:20:33.021Z | Downloaded usdt-macro v0.6.0 |
| 773 | 2026-08-17T20:20:33.021Z | Downloaded void v1.0.2 |
| 774 | 2026-08-17T20:20:33.021Z | Downloaded xattr v1.6.1 |
| 775 | 2026-08-17T20:20:33.021Z | Downloaded typify v0.6.2 |
| 776 | 2026-08-17T20:20:33.024Z | Downloaded tungstenite v0.21.0 |
| 777 | 2026-08-17T20:20:33.025Z | Downloaded hickory-resolver v0.24.4 |
| 778 | 2026-08-17T20:20:33.027Z | Downloaded icu_collections v2.1.1 |
| 779 | 2026-08-17T20:20:33.031Z | Downloaded flate2 v1.1.9 |
| 780 | 2026-08-17T20:20:33.033Z | Downloaded icu_locale_core v2.1.1 |
| 781 | 2026-08-17T20:20:33.039Z | Downloaded hickory-resolver v0.25.2 |
| 782 | 2026-08-17T20:20:33.042Z | Downloaded icu_normalizer v2.1.1 |
| 783 | 2026-08-17T20:20:33.042Z | Downloaded schemars v0.9.0 |
| 784 | 2026-08-17T20:20:33.045Z | Downloaded uuid v1.23.4 |
| 785 | 2026-08-17T20:20:33.049Z | Downloaded darling_macro v0.13.4 |
| 786 | 2026-08-17T20:20:33.050Z | Downloaded debug-ignore v1.0.5 |
| 787 | 2026-08-17T20:20:33.052Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 788 | 2026-08-17T20:20:33.052Z | Downloaded zerofrom v0.1.6 |
| 789 | 2026-08-17T20:20:33.052Z | Downloaded serde_derive_internals v0.29.1 |
| 790 | 2026-08-17T20:20:33.052Z | Downloaded p384 v0.14.0 |
| 791 | 2026-08-17T20:20:33.052Z | Downloaded hashbrown v0.13.2 |
| 792 | 2026-08-17T20:20:33.055Z | Downloaded serde_path_to_error v0.1.20 |
| 793 | 2026-08-17T20:20:33.055Z | Downloaded zopfli v0.8.3 |
| 794 | 2026-08-17T20:20:33.058Z | Downloaded crc-any v2.5.0 |
| 795 | 2026-08-17T20:20:33.058Z | Downloaded memmap2 v0.9.10 |
| 796 | 2026-08-17T20:20:33.058Z | Downloaded pin-project-lite v0.2.17 |
| 797 | 2026-08-17T20:20:33.061Z | Downloaded hyper-util v0.1.20 |
| 798 | 2026-08-17T20:20:33.065Z | Downloaded oxide-update-engine v0.1.2 |
| 799 | 2026-08-17T20:20:33.068Z | Downloaded smallvec v0.6.14 |
| 800 | 2026-08-17T20:20:33.068Z | Downloaded spki v0.7.3 |
| 801 | 2026-08-17T20:20:33.068Z | Downloaded ssh-encoding v0.3.0 |
| 802 | 2026-08-17T20:20:33.069Z | Downloaded stacker v0.1.23 |
| 803 | 2026-08-17T20:20:33.072Z | Downloaded tokio-native-tls v0.3.1 |
| 804 | 2026-08-17T20:20:33.072Z | Downloaded parking_lot v0.11.2 |
| 805 | 2026-08-17T20:20:33.072Z | Downloaded thiserror-no-std v2.0.2 |
| 806 | 2026-08-17T20:20:33.075Z | Downloaded snafu-derive v0.8.9 |
| 807 | 2026-08-17T20:20:33.075Z | Downloaded strum_macros v0.24.3 |
| 808 | 2026-08-17T20:20:33.075Z | Downloaded fd-lock v4.0.4 |
| 809 | 2026-08-17T20:20:33.075Z | Downloaded dirs-sys-next v0.1.2 |
| 810 | 2026-08-17T20:20:33.078Z | Downloaded dof v0.4.0 |
| 811 | 2026-08-17T20:20:33.078Z | Downloaded cc v1.2.56 |
| 812 | 2026-08-17T20:20:33.082Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 813 | 2026-08-17T20:20:33.086Z | Downloaded tui-tree-widget v0.23.1 |
| 814 | 2026-08-17T20:20:33.086Z | Downloaded is-terminal v0.4.17 |
| 815 | 2026-08-17T20:20:33.086Z | Downloaded quinn v0.11.11 |
| 816 | 2026-08-17T20:20:33.088Z | Downloaded is_ci v1.2.0 |
| 817 | 2026-08-17T20:20:33.092Z | Downloaded drift v0.2.0 |
| 818 | 2026-08-17T20:20:33.100Z | Downloaded whoami v1.6.1 |
| 819 | 2026-08-17T20:20:33.103Z | Downloaded xshell v0.2.7 |
| 820 | 2026-08-17T20:20:33.103Z | Downloaded heapless v0.7.17 |
| 821 | 2026-08-17T20:20:33.107Z | Downloaded http v1.4.2 |
| 822 | 2026-08-17T20:20:33.109Z | Downloaded ignore v0.4.25 |
| 823 | 2026-08-17T20:20:33.112Z | Downloaded fatfs v0.3.6 |
| 824 | 2026-08-17T20:20:33.112Z | Downloaded indexmap v1.9.3 |
| 825 | 2026-08-17T20:20:33.115Z | Downloaded whoami v2.1.0 |
| 826 | 2026-08-17T20:20:33.118Z | Downloaded zerovec-derive v0.11.2 |
| 827 | 2026-08-17T20:20:33.118Z | Downloaded lalrpop-util v0.19.12 |
| 828 | 2026-08-17T20:20:33.118Z | Downloaded newline-converter v0.3.0 |
| 829 | 2026-08-17T20:20:33.118Z | Downloaded corncobs v0.1.4 |
| 830 | 2026-08-17T20:20:33.123Z | Downloaded daft-derive v0.1.7 |
| 831 | 2026-08-17T20:20:33.126Z | Downloaded olpc-cjson v0.1.4 |
| 832 | 2026-08-17T20:20:33.126Z | Downloaded phf_shared v0.12.1 |
| 833 | 2026-08-17T20:20:33.126Z | Downloaded path-slash v0.1.5 |
| 834 | 2026-08-17T20:20:33.126Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 835 | 2026-08-17T20:20:33.126Z | Downloaded rand_chacha v0.3.1 |
| 836 | 2026-08-17T20:20:33.128Z | Downloaded hickory-server v0.25.2 |
| 837 | 2026-08-17T20:20:33.132Z | Downloaded ecdsa v0.16.9 |
| 838 | 2026-08-17T20:20:33.138Z | Downloaded zerotrie v0.2.3 |
| 839 | 2026-08-17T20:20:33.142Z | Downloaded num-traits v0.2.19 |
| 840 | 2026-08-17T20:20:33.145Z | Downloaded papergrid v0.18.0 |
| 841 | 2026-08-17T20:20:33.148Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 842 | 2026-08-17T20:20:33.151Z | Downloaded csv-core v0.1.13 |
| 843 | 2026-08-17T20:20:33.154Z | Downloaded erased-serde v0.3.31 |
| 844 | 2026-08-17T20:20:33.157Z | Downloaded rustc-hash v2.1.1 |
| 845 | 2026-08-17T20:20:33.160Z | Downloaded sha1 v0.10.6 |
| 846 | 2026-08-17T20:20:33.166Z | Downloaded serde_repr v0.1.20 |
| 847 | 2026-08-17T20:20:33.171Z | Downloaded ingot-types v0.2.0 |
| 848 | 2026-08-17T20:20:33.173Z | Downloaded subtle v2.6.1 |
| 849 | 2026-08-17T20:20:33.178Z | Downloaded vergen v9.1.0 |
| 850 | 2026-08-17T20:20:33.180Z | Downloaded jobserver v0.1.34 |
| 851 | 2026-08-17T20:20:33.180Z | Downloaded tokio-macros v2.7.0 |
| 852 | 2026-08-17T20:20:33.183Z | Downloaded rcgen v0.12.1 |
| 853 | 2026-08-17T20:20:33.186Z | Downloaded libloading v0.8.9 |
| 854 | 2026-08-17T20:20:33.189Z | Downloaded hashbrown v0.12.3 |
| 855 | 2026-08-17T20:20:33.192Z | Downloaded schemars v1.2.1 |
| 856 | 2026-08-17T20:20:33.197Z | Downloaded linked-hash-map v0.5.6 |
| 857 | 2026-08-17T20:20:33.201Z | Downloaded unarray v0.1.4 |
| 858 | 2026-08-17T20:20:33.201Z | Downloaded module-lattice v0.2.3 |
| 859 | 2026-08-17T20:20:33.201Z | Downloaded num_enum v0.7.6 |
| 860 | 2026-08-17T20:20:33.204Z | Downloaded testing_table v0.3.0 |
| 861 | 2026-08-17T20:20:33.204Z | Downloaded utf-8 v0.7.6 |
| 862 | 2026-08-17T20:20:33.204Z | Downloaded crunchy v0.2.4 |
| 863 | 2026-08-17T20:20:33.204Z | Downloaded crc v3.4.0 |
| 864 | 2026-08-17T20:20:33.207Z | Downloaded pem-rfc7468 v0.7.0 |
| 865 | 2026-08-17T20:20:33.207Z | Downloaded cookie_store v0.22.1 |
| 866 | 2026-08-17T20:20:33.207Z | Downloaded serde_yaml v0.9.34+deprecated |
| 867 | 2026-08-17T20:20:33.210Z | Downloaded oxnet v0.1.6 |
| 868 | 2026-08-17T20:20:33.210Z | Downloaded crossbeam-utils v0.8.21 |
| 869 | 2026-08-17T20:20:33.213Z | Downloaded darling v0.21.3 |
| 870 | 2026-08-17T20:20:33.218Z | Downloaded defmt-macros v1.0.1 |
| 871 | 2026-08-17T20:20:33.218Z | Downloaded phf v0.13.1 |
| 872 | 2026-08-17T20:20:33.221Z | Downloaded progenitor-client v0.13.0 |
| 873 | 2026-08-17T20:20:33.221Z | Downloaded crc-catalog v2.4.0 |
| 874 | 2026-08-17T20:20:33.226Z | Downloaded p521 v0.14.0 |
| 875 | 2026-08-17T20:20:33.229Z | Downloaded serde_with v1.14.0 |
| 876 | 2026-08-17T20:20:33.232Z | Downloaded progenitor-impl v0.13.0 |
| 877 | 2026-08-17T20:20:33.235Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 878 | 2026-08-17T20:20:33.238Z | Downloaded dyn-clone v1.0.20 |
| 879 | 2026-08-17T20:20:33.238Z | Downloaded defmt-parser v1.0.0 |
| 880 | 2026-08-17T20:20:33.238Z | Downloaded display-error-chain v0.2.2 |
| 881 | 2026-08-17T20:20:33.238Z | Downloaded indoc v1.0.9 |
| 882 | 2026-08-17T20:20:33.241Z | Downloaded internet-checksum v0.2.1 |
| 883 | 2026-08-17T20:20:33.245Z | Downloaded maplit v1.0.2 |
| 884 | 2026-08-17T20:20:33.245Z | Downloaded md5 v0.8.0 |
| 885 | 2026-08-17T20:20:33.245Z | Downloaded scrypt v0.12.0 |
| 886 | 2026-08-17T20:20:33.248Z | Downloaded sec1 v0.7.3 |
| 887 | 2026-08-17T20:20:33.248Z | Downloaded rusty-fork v0.3.1 |
| 888 | 2026-08-17T20:20:33.248Z | Downloaded crossbeam-channel v0.5.15 |
| 889 | 2026-08-17T20:20:33.252Z | Downloaded darling_core v0.21.3 |
| 890 | 2026-08-17T20:20:33.255Z | Downloaded rand v0.10.1 |
| 891 | 2026-08-17T20:20:33.255Z | Downloaded toml_edit v0.19.15 |
| 892 | 2026-08-17T20:20:33.263Z | Downloaded ingot-macros v0.2.0 |
| 893 | 2026-08-17T20:20:33.266Z | Downloaded serdect v0.4.3 |
| 894 | 2026-08-17T20:20:33.266Z | Downloaded string_cache v0.8.9 |
| 895 | 2026-08-17T20:20:33.269Z | Downloaded strum_macros v0.26.4 |
| 896 | 2026-08-17T20:20:33.269Z | Downloaded lazy_static v1.5.0 |
| 897 | 2026-08-17T20:20:33.269Z | Downloaded nodrop v0.1.14 |
| 898 | 2026-08-17T20:20:33.269Z | Downloaded num-derive v0.4.2 |
| 899 | 2026-08-17T20:20:33.272Z | Downloaded progenitor-impl v0.14.0 |
| 900 | 2026-08-17T20:20:33.275Z | Downloaded scuffle v0.1.0 |
| 901 | 2026-08-17T20:20:33.278Z | Downloaded litrs v1.0.0 |
| 902 | 2026-08-17T20:20:33.283Z | Downloaded ml-kem v0.3.2 |
| 903 | 2026-08-17T20:20:33.287Z | Downloaded parse-display v0.10.0 |
| 904 | 2026-08-17T20:20:33.293Z | Downloaded zstd v0.13.3 |
| 905 | 2026-08-17T20:20:33.299Z | Downloaded psl-types v2.0.11 |
| 906 | 2026-08-17T20:20:33.302Z | Downloaded rustc_version v0.4.1 |
| 907 | 2026-08-17T20:20:33.305Z | Downloaded uzers v0.12.2 |
| 908 | 2026-08-17T20:20:33.305Z | Downloaded ctr v0.10.1 |
| 909 | 2026-08-17T20:20:33.309Z | Downloaded proc-macro-crate v3.4.0 |
| 910 | 2026-08-17T20:20:33.309Z | Downloaded data-encoding v2.10.0 |
| 911 | 2026-08-17T20:20:33.313Z | Downloaded tar v0.4.46 |
| 912 | 2026-08-17T20:20:33.316Z | Downloaded elliptic-curve v0.13.8 |
| 913 | 2026-08-17T20:20:33.319Z | Downloaded derive_more v0.99.20 |
| 914 | 2026-08-17T20:20:33.322Z | Downloaded derive_builder_macro v0.20.2 |
| 915 | 2026-08-17T20:20:33.322Z | Downloaded quinn-udp v0.5.14 |
| 916 | 2026-08-17T20:20:33.322Z | Downloaded diesel-dtrace v0.5.0 |
| 917 | 2026-08-17T20:20:33.325Z | Downloaded enum_dispatch v0.3.13 |
| 918 | 2026-08-17T20:20:33.325Z | Downloaded sqlparser_derive v0.5.0 |
| 919 | 2026-08-17T20:20:33.325Z | Downloaded illumos-nvpair v0.3.0 |
| 920 | 2026-08-17T20:20:33.325Z | Downloaded scroll_derive v0.13.1 |
| 921 | 2026-08-17T20:20:33.327Z | Downloaded tabwriter v1.4.1 |
| 922 | 2026-08-17T20:20:33.342Z | Downloaded derive_more-impl v2.1.1 |
| 923 | 2026-08-17T20:20:33.345Z | Downloaded lock_api v0.4.14 |
| 924 | 2026-08-17T20:20:33.347Z | Downloaded serde_with_macros v3.21.0 |
| 925 | 2026-08-17T20:20:33.347Z | Downloaded term v1.2.1 |
| 926 | 2026-08-17T20:20:33.350Z | Downloaded tiny-keccak v2.0.2 |
| 927 | 2026-08-17T20:20:33.353Z | Downloaded unicode-xid v0.2.6 |
| 928 | 2026-08-17T20:20:33.356Z | Downloaded num-integer v0.1.46 |
| 929 | 2026-08-17T20:20:33.356Z | Downloaded zone_cfg_derive v0.3.1 |
| 930 | 2026-08-17T20:20:33.356Z | Downloaded zone v0.3.1 |
| 931 | 2026-08-17T20:20:33.359Z | Downloaded litemap v0.8.1 |
| 932 | 2026-08-17T20:20:33.362Z | Downloaded aes v0.9.1 |
| 933 | 2026-08-17T20:20:33.368Z | Downloaded packed_struct v0.10.1 |
| 934 | 2026-08-17T20:20:33.371Z | Downloaded darling_macro v0.23.0 |
| 935 | 2026-08-17T20:20:33.371Z | Downloaded h2 v0.4.15 |
| 936 | 2026-08-17T20:20:33.374Z | Downloaded omicron-zone-package v0.12.3 |
| 937 | 2026-08-17T20:20:33.377Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 938 | 2026-08-17T20:20:33.379Z | Downloaded oxide-update-engine-types v0.1.2 |
| 939 | 2026-08-17T20:20:33.382Z | Downloaded pin-project v1.1.11 |
| 940 | 2026-08-17T20:20:33.387Z | Downloaded signal-hook v0.3.18 |
| 941 | 2026-08-17T20:20:33.390Z | Downloaded hashbrown v0.15.5 |
| 942 | 2026-08-17T20:20:33.392Z | Downloaded icu_properties_data v2.1.2 |
| 943 | 2026-08-17T20:20:33.396Z | Downloaded predicates v3.1.4 |
| 944 | 2026-08-17T20:20:33.399Z | Downloaded crucible-workspace-hack v0.1.0 |
| 945 | 2026-08-17T20:20:33.399Z | Downloaded unicode-segmentation v1.12.0 |
| 946 | 2026-08-17T20:20:33.401Z | Downloaded prefix-trie v0.7.0 |
| 947 | 2026-08-17T20:20:33.401Z | Downloaded dirs-next v2.0.0 |
| 948 | 2026-08-17T20:20:33.404Z | Downloaded rand_chacha v0.9.0 |
| 949 | 2026-08-17T20:20:33.405Z | Downloaded enum-as-inner v0.6.1 |
| 950 | 2026-08-17T20:20:33.405Z | Downloaded instant v0.1.13 |
| 951 | 2026-08-17T20:20:33.405Z | Downloaded managed v0.8.0 |
| 952 | 2026-08-17T20:20:33.405Z | Downloaded iddqd v0.4.2 |
| 953 | 2026-08-17T20:20:33.409Z | Downloaded postgres-types v0.2.12 |
| 954 | 2026-08-17T20:20:33.412Z | Downloaded rustls-platform-verifier v0.6.2 |
| 955 | 2026-08-17T20:20:33.415Z | Downloaded ryu v1.0.23 |
| 956 | 2026-08-17T20:20:33.415Z | Downloaded ecdsa v0.17.0 |
| 957 | 2026-08-17T20:20:33.427Z | Downloaded jiff-static v0.2.34 |
| 958 | 2026-08-17T20:20:33.427Z | Downloaded rand v0.8.6 |
| 959 | 2026-08-17T20:20:33.427Z | Downloaded nonempty v0.12.0 |
| 960 | 2026-08-17T20:20:33.427Z | Downloaded ron v0.8.1 |
| 961 | 2026-08-17T20:20:33.428Z | Downloaded sha1 v0.11.0 |
| 962 | 2026-08-17T20:20:33.428Z | Downloaded slog v2.8.2 |
| 963 | 2026-08-17T20:20:33.428Z | Downloaded zip v4.6.1 |
| 964 | 2026-08-17T20:20:33.428Z | Downloaded serde-hex v0.1.0 |
| 965 | 2026-08-17T20:20:33.432Z | Downloaded slog-json v2.6.1 |
| 966 | 2026-08-17T20:20:33.432Z | Downloaded serde_with_macros v1.5.2 |
| 967 | 2026-08-17T20:20:33.432Z | Downloaded support-bundle-viewer v0.1.2 |
| 968 | 2026-08-17T20:20:33.435Z | Downloaded tls_codec v0.4.2 |
| 969 | 2026-08-17T20:20:33.439Z | Downloaded hashbrown v0.16.1 |
| 970 | 2026-08-17T20:20:33.444Z | Downloaded hyper v1.10.1 |
| 971 | 2026-08-17T20:20:33.449Z | Downloaded vergen-lib v0.1.6 |
| 972 | 2026-08-17T20:20:33.450Z | Downloaded toml v0.7.8 |
| 973 | 2026-08-17T20:20:33.453Z | Downloaded rtoolbox v0.0.3 |
| 974 | 2026-08-17T20:20:33.453Z | Downloaded samael v0.0.19 |
| 975 | 2026-08-17T20:20:33.455Z | Downloaded aes-gcm v0.11.0 |
| 976 | 2026-08-17T20:20:33.458Z | Downloaded aho-corasick v1.1.4 |
| 977 | 2026-08-17T20:20:33.461Z | Downloaded peg-macros v0.8.5 |
| 978 | 2026-08-17T20:20:33.461Z | Downloaded unicode-bidi v0.3.18 |
| 979 | 2026-08-17T20:20:33.464Z | Downloaded vergen-gitcl v1.0.8 |
| 980 | 2026-08-17T20:20:33.464Z | Downloaded delegate v0.13.5 |
| 981 | 2026-08-17T20:20:33.464Z | Downloaded pkcs8 v0.10.2 |
| 982 | 2026-08-17T20:20:33.467Z | Downloaded password-hash v0.6.1 |
| 983 | 2026-08-17T20:20:33.473Z | Downloaded derive-where v1.6.0 |
| 984 | 2026-08-17T20:20:33.476Z | Downloaded env_logger v0.11.9 |
| 985 | 2026-08-17T20:20:33.481Z | Downloaded stable_deref_trait v1.2.1 |
| 986 | 2026-08-17T20:20:33.488Z | Downloaded strum v0.27.2 |
| 987 | 2026-08-17T20:20:33.491Z | Downloaded ingot v0.2.1 |
| 988 | 2026-08-17T20:20:33.491Z | Downloaded libsw-core v0.3.2 |
| 989 | 2026-08-17T20:20:33.491Z | Downloaded try-lock v0.2.5 |
| 990 | 2026-08-17T20:20:33.491Z | Downloaded x509-cert v0.2.5 |
| 991 | 2026-08-17T20:20:33.494Z | Downloaded reedline v0.40.0 |
| 992 | 2026-08-17T20:20:33.509Z | Downloaded native-tls v0.2.18 |
| 993 | 2026-08-17T20:20:33.511Z | Downloaded usdt v0.6.0 |
| 994 | 2026-08-17T20:20:33.514Z | Downloaded zerofrom-derive v0.1.6 |
| 995 | 2026-08-17T20:20:33.514Z | Downloaded crc8 v0.1.1 |
| 996 | 2026-08-17T20:20:33.517Z | Downloaded idna_adapter v1.2.1 |
| 997 | 2026-08-17T20:20:33.517Z | Downloaded kem v0.3.0 |
| 998 | 2026-08-17T20:20:33.517Z | Downloaded maybe-uninit v2.0.0 |
| 999 | 2026-08-17T20:20:33.517Z | Downloaded tokio-postgres v0.7.16 |
| 1000 | 2026-08-17T20:20:33.520Z | Downloaded hkdf v0.12.4 |
| 1001 | 2026-08-17T20:20:33.523Z | Downloaded tokio-stream v0.1.18 |
| 1002 | 2026-08-17T20:20:33.523Z | Downloaded twox-hash v2.1.2 |
| 1003 | 2026-08-17T20:20:33.526Z | Downloaded poly1305 v0.8.0 |
| 1004 | 2026-08-17T20:20:33.528Z | Downloaded darling_macro v0.20.11 |
| 1005 | 2026-08-17T20:20:33.528Z | Downloaded progenitor v0.13.0 |
| 1006 | 2026-08-17T20:20:33.528Z | Downloaded dsl_auto_type v0.2.0 |
| 1007 | 2026-08-17T20:20:33.532Z | Downloaded multimap v0.10.1 |
| 1008 | 2026-08-17T20:20:33.535Z | Downloaded openssl-macros v0.1.1 |
| 1009 | 2026-08-17T20:20:33.535Z | Downloaded rustyline v14.0.0 |
| 1010 | 2026-08-17T20:20:33.538Z | Downloaded hkdf v0.13.0 |
| 1011 | 2026-08-17T20:20:33.541Z | Downloaded p256 v0.14.0 |
| 1012 | 2026-08-17T20:20:33.541Z | Downloaded unsafe-libyaml v0.2.11 |
| 1013 | 2026-08-17T20:20:33.547Z | Downloaded tokio-tungstenite v0.23.1 |
| 1014 | 2026-08-17T20:20:33.547Z | Downloaded rand_core v0.6.4 |
| 1015 | 2026-08-17T20:20:33.547Z | Downloaded phc v0.6.1 |
| 1016 | 2026-08-17T20:20:33.551Z | Downloaded peg-runtime v0.8.5 |
| 1017 | 2026-08-17T20:20:33.555Z | Downloaded percent-encoding v2.3.2 |
| 1018 | 2026-08-17T20:20:33.556Z | Downloaded diesel_derives v2.3.7 |
| 1019 | 2026-08-17T20:20:33.559Z | Downloaded scroll v0.13.0 |
| 1020 | 2026-08-17T20:20:33.562Z | Downloaded simd-adler32 v0.3.8 |
| 1021 | 2026-08-17T20:20:33.565Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1022 | 2026-08-17T20:20:33.568Z | Downloaded signature v3.0.0 |
| 1023 | 2026-08-17T20:20:33.572Z | Downloaded darling v0.23.0 |
| 1024 | 2026-08-17T20:20:33.580Z | Downloaded snafu v0.8.9 |
| 1025 | 2026-08-17T20:20:33.583Z | Downloaded darling_core v0.20.11 |
| 1026 | 2026-08-17T20:20:33.587Z | Downloaded socket2 v0.5.10 |
| 1027 | 2026-08-17T20:20:33.590Z | Downloaded test-strategy v0.4.5 |
| 1028 | 2026-08-17T20:20:33.590Z | Downloaded zeroize_derive v1.5.0 |
| 1029 | 2026-08-17T20:20:33.595Z | Downloaded der_derive v0.7.3 |
| 1030 | 2026-08-17T20:20:33.604Z | Downloaded indoc v2.0.7 |
| 1031 | 2026-08-17T20:20:33.607Z | Downloaded libsw v3.5.0 |
| 1032 | 2026-08-17T20:20:33.607Z | Downloaded nanorand v0.7.0 |
| 1033 | 2026-08-17T20:20:33.610Z | Downloaded qorb v0.4.1 |
| 1034 | 2026-08-17T20:20:33.612Z | Downloaded zip v0.6.6 |
| 1035 | 2026-08-17T20:20:33.612Z | Downloaded crossterm v0.28.1 |
| 1036 | 2026-08-17T20:20:33.616Z | Downloaded dtrace-parser v0.3.0 |
| 1037 | 2026-08-17T20:20:33.619Z | Downloaded dropshot_endpoint v0.17.1 |
| 1038 | 2026-08-17T20:20:33.619Z | Downloaded wyz v0.5.1 |
| 1039 | 2026-08-17T20:20:33.619Z | Downloaded salsa20 v0.11.0 |
| 1040 | 2026-08-17T20:20:33.622Z | Downloaded zstd-safe v7.2.4 |
| 1041 | 2026-08-17T20:20:33.622Z | Downloaded match_cfg v0.1.0 |
| 1042 | 2026-08-17T20:20:33.622Z | Downloaded md-5 v0.10.6 |
| 1043 | 2026-08-17T20:20:33.622Z | Downloaded opaque-debug v0.3.1 |
| 1044 | 2026-08-17T20:20:33.625Z | Downloaded endian-type v0.1.2 |
| 1045 | 2026-08-17T20:20:33.628Z | Downloaded pem-rfc7468 v1.0.0 |
| 1046 | 2026-08-17T20:20:33.628Z | Downloaded progenitor v0.14.0 |
| 1047 | 2026-08-17T20:20:33.628Z | Downloaded sec1 v0.8.1 |
| 1048 | 2026-08-17T20:20:33.634Z | Downloaded schemars v0.8.22 |
| 1049 | 2026-08-17T20:20:33.641Z | Downloaded ed25519-dalek v3.0.0 |
| 1050 | 2026-08-17T20:20:33.644Z | Downloaded expectorate v1.2.0 |
| 1051 | 2026-08-17T20:20:33.644Z | Downloaded precomputed-hash v0.1.1 |
| 1052 | 2026-08-17T20:20:33.646Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1053 | 2026-08-17T20:20:33.647Z | Downloaded slog-dtrace v0.3.0 |
| 1054 | 2026-08-17T20:20:33.647Z | Downloaded openssl-sys v0.9.117 |
| 1055 | 2026-08-17T20:20:33.649Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1056 | 2026-08-17T20:20:33.652Z | Downloaded time-macros v0.2.27 |
| 1057 | 2026-08-17T20:20:33.652Z | Downloaded parking_lot v0.12.5 |
| 1058 | 2026-08-17T20:20:33.655Z | Downloaded num-conv v0.2.0 |
| 1059 | 2026-08-17T20:20:33.658Z | Downloaded oso v0.27.3 |
| 1060 | 2026-08-17T20:20:33.660Z | Downloaded synstructure v0.13.2 |
| 1061 | 2026-08-17T20:20:33.663Z | Downloaded writeable v0.6.2 |
| 1062 | 2026-08-17T20:20:33.663Z | Downloaded resolv-conf v0.7.6 |
| 1063 | 2026-08-17T20:20:33.666Z | Downloaded universal-hash v0.5.1 |
| 1064 | 2026-08-17T20:20:33.666Z | Downloaded cpufeatures v0.3.0 |
| 1065 | 2026-08-17T20:20:33.669Z | Downloaded crypto-common v0.2.2 |
| 1066 | 2026-08-17T20:20:33.672Z | Downloaded serde-big-array v0.5.1 |
| 1067 | 2026-08-17T20:20:33.672Z | Downloaded siphasher v1.0.2 |
| 1068 | 2026-08-17T20:20:33.675Z | Downloaded spki v0.8.0 |
| 1069 | 2026-08-17T20:20:33.675Z | Downloaded port-file v0.1.0 |
| 1070 | 2026-08-17T20:20:33.675Z | Downloaded sync_wrapper v1.0.2 |
| 1071 | 2026-08-17T20:20:33.687Z | Downloaded difflib v0.4.0 |
| 1072 | 2026-08-17T20:20:33.689Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1073 | 2026-08-17T20:20:33.689Z | Downloaded term v0.7.0 |
| 1074 | 2026-08-17T20:20:33.692Z | Downloaded termios v0.3.3 |
| 1075 | 2026-08-17T20:20:33.692Z | Downloaded trait-variant v0.1.2 |
| 1076 | 2026-08-17T20:20:33.692Z | Downloaded vergen-git2 v9.1.0 |
| 1077 | 2026-08-17T20:20:33.695Z | Downloaded zeroize v1.9.0 |
| 1078 | 2026-08-17T20:20:33.695Z | Downloaded libscf-sys v1.2.0 |
| 1079 | 2026-08-17T20:20:33.695Z | Downloaded new_debug_unreachable v1.0.6 |
| 1080 | 2026-08-17T20:20:33.695Z | Downloaded parse-size v1.1.0 |
| 1081 | 2026-08-17T20:20:33.695Z | Downloaded tokio-rustls v0.26.4 |
| 1082 | 2026-08-17T20:20:33.704Z | Downloaded recursive v0.1.1 |
| 1083 | 2026-08-17T20:20:33.711Z | Downloaded similar v2.7.0 |
| 1084 | 2026-08-17T20:20:33.715Z | Downloaded darling v0.13.4 |
| 1085 | 2026-08-17T20:20:33.718Z | Downloaded serde_spanned v1.1.1 |
| 1086 | 2026-08-17T20:20:33.723Z | Downloaded sponge-cursor v0.1.0 |
| 1087 | 2026-08-17T20:20:33.726Z | Downloaded termtree v0.5.1 |
| 1088 | 2026-08-17T20:20:33.729Z | Downloaded crossterm v0.29.0 |
| 1089 | 2026-08-17T20:20:33.731Z | Downloaded parking_lot_core v0.8.6 |
| 1090 | 2026-08-17T20:20:33.741Z | Downloaded steno v0.4.1 |
| 1091 | 2026-08-17T20:20:33.744Z | Downloaded progenitor-client v0.14.0 |
| 1092 | 2026-08-17T20:20:33.744Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1093 | 2026-08-17T20:20:33.747Z | Downloaded oso-derive v0.27.3 |
| 1094 | 2026-08-17T20:20:33.749Z | Downloaded strsim v0.10.0 |
| 1095 | 2026-08-17T20:20:33.749Z | Downloaded want v0.3.1 |
| 1096 | 2026-08-17T20:20:33.752Z | Downloaded cpubits v0.1.1 |
| 1097 | 2026-08-17T20:20:33.752Z | Downloaded yansi v1.0.1 |
| 1098 | 2026-08-17T20:20:33.757Z | Downloaded url v2.5.8 |
| 1099 | 2026-08-17T20:20:33.760Z | Downloaded yoke v0.8.1 |
| 1100 | 2026-08-17T20:20:33.763Z | Downloaded socket2 v0.6.3 |
| 1101 | 2026-08-17T20:20:33.763Z | Downloaded rand_core v0.10.0 |
| 1102 | 2026-08-17T20:20:33.763Z | Downloaded stringprep v0.1.5 |
| 1103 | 2026-08-17T20:20:33.766Z | Downloaded num-bigint-dig v0.8.6 |
| 1104 | 2026-08-17T20:20:33.766Z | Downloaded tls_codec_derive v0.4.2 |
| 1105 | 2026-08-17T20:20:33.768Z | Downloaded itertools v0.12.1 |
| 1106 | 2026-08-17T20:20:33.771Z | Downloaded git2 v0.20.4 |
| 1107 | 2026-08-17T20:20:33.777Z | Downloaded normalize-line-endings v0.3.0 |
| 1108 | 2026-08-17T20:20:33.780Z | Downloaded ref-cast v1.0.25 |
| 1109 | 2026-08-17T20:20:33.780Z | Downloaded secrecy v0.8.0 |
| 1110 | 2026-08-17T20:20:33.780Z | Downloaded predicates-core v1.0.10 |
| 1111 | 2026-08-17T20:20:33.780Z | Downloaded serde_plain v1.0.2 |
| 1112 | 2026-08-17T20:20:33.780Z | Downloaded miniz_oxide v0.8.9 |
| 1113 | 2026-08-17T20:20:33.780Z | Downloaded unicode-properties v0.1.4 |
| 1114 | 2026-08-17T20:20:33.783Z | Downloaded displaydoc v0.2.5 |
| 1115 | 2026-08-17T20:20:33.783Z | Downloaded libm v0.2.16 |
| 1116 | 2026-08-17T20:20:33.790Z | Downloaded nu-ansi-term v0.50.3 |
| 1117 | 2026-08-17T20:20:33.792Z | Downloaded openssl-probe v0.1.6 |
| 1118 | 2026-08-17T20:20:33.793Z | Downloaded psm v0.1.30 |
| 1119 | 2026-08-17T20:20:33.796Z | Downloaded vte v0.14.1 |
| 1120 | 2026-08-17T20:20:33.796Z | Downloaded darling v0.20.11 |
| 1121 | 2026-08-17T20:20:33.799Z | Downloaded derive_builder v0.20.2 |
| 1122 | 2026-08-17T20:20:33.802Z | Downloaded zerocopy-derive v0.8.40 |
| 1123 | 2026-08-17T20:20:33.806Z | Downloaded quick-error v1.2.3 |
| 1124 | 2026-08-17T20:20:33.809Z | Downloaded postgres-protocol v0.6.10 |
| 1125 | 2026-08-17T20:20:33.809Z | Downloaded lru-cache v0.1.2 |
| 1126 | 2026-08-17T20:20:33.809Z | Downloaded sigpipe v0.1.3 |
| 1127 | 2026-08-17T20:20:33.812Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1128 | 2026-08-17T20:20:33.815Z | Downloaded lru v0.12.5 |
| 1129 | 2026-08-17T20:20:33.815Z | Downloaded ssh-cipher v0.3.0 |
| 1130 | 2026-08-17T20:20:33.818Z | Downloaded blake3 v1.8.5 |
| 1131 | 2026-08-17T20:20:33.821Z | Downloaded supports-color v3.0.2 |
| 1132 | 2026-08-17T20:20:33.829Z | Downloaded slog-async v2.8.0 |
| 1133 | 2026-08-17T20:20:33.832Z | Downloaded tough v0.22.0 |
| 1134 | 2026-08-17T20:20:33.837Z | Downloaded ed25519 v3.0.0 |
| 1135 | 2026-08-17T20:20:33.841Z | Downloaded primeorder v0.14.0 |
| 1136 | 2026-08-17T20:20:33.841Z | Downloaded libxml v0.3.3 |
| 1137 | 2026-08-17T20:20:33.843Z | Downloaded aws-lc-rs v1.16.3 |
| 1138 | 2026-08-17T20:20:33.847Z | Downloaded bitvec v1.0.1 |
| 1139 | 2026-08-17T20:20:33.857Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1140 | 2026-08-17T20:20:33.860Z | Downloaded crossbeam-epoch v0.9.18 |
| 1141 | 2026-08-17T20:20:33.860Z | Downloaded document-features v0.2.12 |
| 1142 | 2026-08-17T20:20:33.863Z | Downloaded seq-macro v0.3.6 |
| 1143 | 2026-08-17T20:20:33.863Z | Downloaded embedded-io v0.4.0 |
| 1144 | 2026-08-17T20:20:33.863Z | Downloaded der v0.7.10 |
| 1145 | 2026-08-17T20:20:33.865Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1146 | 2026-08-17T20:20:33.865Z | Downloaded nom v8.0.0 |
| 1147 | 2026-08-17T20:20:33.868Z | Downloaded zerovec v0.11.5 |
| 1148 | 2026-08-17T20:20:33.871Z | Downloaded diff v0.1.13 |
| 1149 | 2026-08-17T20:20:33.874Z | Downloaded ipnet v2.11.0 |
| 1150 | 2026-08-17T20:20:33.874Z | Downloaded parse-display-derive v0.10.0 |
| 1151 | 2026-08-17T20:20:33.877Z | Downloaded serde_urlencoded v0.7.1 |
| 1152 | 2026-08-17T20:20:33.877Z | Downloaded num v0.4.3 |
| 1153 | 2026-08-17T20:20:33.877Z | Downloaded rand_pcg v0.10.2 |
| 1154 | 2026-08-17T20:20:33.877Z | Downloaded slog-term v2.9.2 |
| 1155 | 2026-08-17T20:20:33.880Z | Downloaded packed_struct_codegen v0.10.1 |
| 1156 | 2026-08-17T20:20:33.880Z | Downloaded tokio-dtrace v0.1.1 |
| 1157 | 2026-08-17T20:20:33.880Z | Downloaded crossbeam-deque v0.8.6 |
| 1158 | 2026-08-17T20:20:33.883Z | Downloaded shlex v1.3.0 |
| 1159 | 2026-08-17T20:20:33.883Z | Downloaded yoke-derive v0.8.1 |
| 1160 | 2026-08-17T20:20:33.883Z | Downloaded time-core v0.1.8 |
| 1161 | 2026-08-17T20:20:33.883Z | Downloaded scopeguard v1.2.0 |
| 1162 | 2026-08-17T20:20:33.883Z | Downloaded strum v0.26.3 |
| 1163 | 2026-08-17T20:20:33.883Z | Downloaded rayon-core v1.13.0 |
| 1164 | 2026-08-17T20:20:33.886Z | Downloaded derive-ex v0.1.8 |
| 1165 | 2026-08-17T20:20:33.886Z | Downloaded keccak v0.2.0 |
| 1166 | 2026-08-17T20:20:33.886Z | Downloaded pkcs5 v0.8.1 |
| 1167 | 2026-08-17T20:20:33.889Z | Downloaded universal-hash v0.6.1 |
| 1168 | 2026-08-17T20:20:33.894Z | Downloaded thread_local v1.1.9 |
| 1169 | 2026-08-17T20:20:33.897Z | Downloaded vsss-rs v3.3.4 |
| 1170 | 2026-08-17T20:20:33.900Z | Downloaded wnaf v0.14.0 |
| 1171 | 2026-08-17T20:20:33.903Z | Downloaded num_threads v0.1.7 |
| 1172 | 2026-08-17T20:20:33.906Z | Downloaded num_enum_derive v0.7.6 |
| 1173 | 2026-08-17T20:20:33.909Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1174 | 2026-08-17T20:20:33.912Z | Downloaded jiff-core v0.1.0 |
| 1175 | 2026-08-17T20:20:33.914Z | Downloaded daft v0.1.7 |
| 1176 | 2026-08-17T20:20:33.914Z | Downloaded slog-stdlog v4.1.1 |
| 1177 | 2026-08-17T20:20:33.917Z | Downloaded crypto-bigint v0.5.5 |
| 1178 | 2026-08-17T20:20:33.920Z | Downloaded goblin v0.10.5 |
| 1179 | 2026-08-17T20:20:33.923Z | Downloaded mio v1.2.0 |
| 1180 | 2026-08-17T20:20:33.926Z | Downloaded r2d2 v0.8.10 |
| 1181 | 2026-08-17T20:20:33.929Z | Downloaded publicsuffix v2.3.0 |
| 1182 | 2026-08-17T20:20:33.929Z | Downloaded crc32fast v1.5.0 |
| 1183 | 2026-08-17T20:20:33.932Z | Downloaded rand v0.9.2 |
| 1184 | 2026-08-17T20:20:33.935Z | Downloaded usdt-impl v0.6.0 |
| 1185 | 2026-08-17T20:20:33.935Z | Downloaded ed25519-dalek v2.2.0 |
| 1186 | 2026-08-17T20:20:33.937Z | Downloaded ipnetwork v0.21.1 |
| 1187 | 2026-08-17T20:20:33.937Z | Downloaded critical-section v1.2.0 |
| 1188 | 2026-08-17T20:20:33.937Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1189 | 2026-08-17T20:20:33.940Z | Downloaded rsa v0.9.10 |
| 1190 | 2026-08-17T20:20:33.943Z | Downloaded num-bigint v0.4.6 |
| 1191 | 2026-08-17T20:20:33.945Z | Downloaded rustls-webpki v0.103.13 |
| 1192 | 2026-08-17T20:20:33.948Z | Downloaded serde_with v3.21.0 |
| 1193 | 2026-08-17T20:20:33.953Z | Downloaded indicatif v0.18.4 |
| 1194 | 2026-08-17T20:20:33.956Z | Downloaded rustls-pki-types v1.14.0 |
| 1195 | 2026-08-17T20:20:33.958Z | Downloaded tracing-attributes v0.1.31 |
| 1196 | 2026-08-17T20:20:33.961Z | Downloaded yasna v0.5.2 |
| 1197 | 2026-08-17T20:20:33.961Z | Downloaded des v0.9.0 |
| 1198 | 2026-08-17T20:20:33.961Z | Downloaded pin-project-internal v1.1.11 |
| 1199 | 2026-08-17T20:20:33.964Z | Downloaded proptest v1.11.0 |
| 1200 | 2026-08-17T20:20:33.967Z | Downloaded multer v3.1.0 |
| 1201 | 2026-08-17T20:20:33.970Z | Downloaded chrono v0.4.45 |
| 1202 | 2026-08-17T20:20:33.973Z | Downloaded tabled v0.21.0 |
| 1203 | 2026-08-17T20:20:33.984Z | Downloaded time v0.3.47 |
| 1204 | 2026-08-17T20:20:33.992Z | Downloaded rustversion v1.0.22 |
| 1205 | 2026-08-17T20:20:33.995Z | Downloaded postcard v1.1.3 |
| 1206 | 2026-08-17T20:20:33.995Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1207 | 2026-08-17T20:20:34.001Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-08-17T20:20:34.004Z | Downloaded pkcs8 v0.11.0 |
| 1209 | 2026-08-17T20:20:34.007Z | Downloaded nom v7.1.3 |
| 1210 | 2026-08-17T20:20:34.010Z | Downloaded minimal-lexical v0.2.1 |
| 1211 | 2026-08-17T20:20:34.013Z | Downloaded tower-http v0.6.8 |
| 1212 | 2026-08-17T20:20:34.016Z | Downloaded elliptic-curve v0.14.1 |
| 1213 | 2026-08-17T20:20:34.019Z | Downloaded rawzip v0.4.4 |
| 1214 | 2026-08-17T20:20:34.022Z | Downloaded unicode_categories v0.1.1 |
| 1215 | 2026-08-17T20:20:34.024Z | Downloaded derive_more v2.1.1 |
| 1216 | 2026-08-17T20:20:34.029Z | Downloaded der v0.8.0 |
| 1217 | 2026-08-17T20:20:34.034Z | Downloaded tokio-util v0.7.18 |
| 1218 | 2026-08-17T20:20:34.038Z | Downloaded darling_core v0.13.4 |
| 1219 | 2026-08-17T20:20:34.040Z | Downloaded tungstenite v0.23.0 |
| 1220 | 2026-08-17T20:20:34.043Z | Downloaded rsa v0.10.0-rc.18 |
| 1221 | 2026-08-17T20:20:34.064Z | Downloaded pretty_assertions v1.4.1 |
| 1222 | 2026-08-17T20:20:34.072Z | Downloaded rayon v1.11.0 |
| 1223 | 2026-08-17T20:20:34.077Z | Downloaded darling_core v0.23.0 |
| 1224 | 2026-08-17T20:20:34.080Z | Downloaded russh v0.62.4 |
| 1225 | 2026-08-17T20:20:34.085Z | Downloaded tower v0.5.3 |
| 1226 | 2026-08-17T20:20:34.090Z | Downloaded winnow v0.6.26 |
| 1227 | 2026-08-17T20:20:34.096Z | Downloaded winnow v0.5.40 |
| 1228 | 2026-08-17T20:20:34.120Z | Downloaded itertools v0.15.0 |
| 1229 | 2026-08-17T20:20:34.130Z | Downloaded dropshot-api-manager v0.8.0 |
| 1230 | 2026-08-17T20:20:34.134Z | Downloaded winnow v1.0.3 |
| 1231 | 2026-08-17T20:20:34.141Z | Downloaded itertools v0.10.5 |
| 1232 | 2026-08-17T20:20:34.145Z | Downloaded zerocopy v0.8.40 |
| 1233 | 2026-08-17T20:20:34.150Z | Downloaded quick-xml v0.37.5 |
| 1234 | 2026-08-17T20:20:34.154Z | Downloaded regex v1.12.3 |
| 1235 | 2026-08-17T20:20:34.158Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-08-17T20:20:34.161Z | Downloaded polar-core v0.27.3 |
| 1237 | 2026-08-17T20:20:34.166Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-08-17T20:20:34.170Z | Downloaded unicode-normalization v0.1.25 |
| 1239 | 2026-08-17T20:20:34.172Z | Downloaded iri-string v0.7.10 |
| 1240 | 2026-08-17T20:20:34.176Z | Downloaded itertools v0.13.0 |
| 1241 | 2026-08-17T20:20:34.180Z | Downloaded vcpkg v0.2.15 |
| 1242 | 2026-08-17T20:20:34.206Z | Downloaded reqwest v0.13.2 |
| 1243 | 2026-08-17T20:20:34.209Z | Downloaded moka v0.12.13 |
| 1244 | 2026-08-17T20:20:34.214Z | Downloaded p384 v0.13.1 |
| 1245 | 2026-08-17T20:20:34.217Z | Downloaded reqwest v0.12.28 |
| 1246 | 2026-08-17T20:20:34.229Z | Downloaded nix v0.27.1 |
| 1247 | 2026-08-17T20:20:34.239Z | Downloaded portable-atomic v1.13.1 |
| 1248 | 2026-08-17T20:20:34.244Z | Downloaded idna v1.1.0 |
| 1249 | 2026-08-17T20:20:34.247Z | Downloaded openssl v0.10.80 |
| 1250 | 2026-08-17T20:20:34.262Z | Downloaded crypto-bigint v0.7.5 |
| 1251 | 2026-08-17T20:20:34.270Z | Downloaded hickory-proto v0.25.2 |
| 1252 | 2026-08-17T20:20:34.281Z | Downloaded itertools v0.14.0 |
| 1253 | 2026-08-17T20:20:34.284Z | Downloaded sha3 v0.12.0 |
| 1254 | 2026-08-17T20:20:34.287Z | Downloaded object v0.37.3 |
| 1255 | 2026-08-17T20:20:34.292Z | Downloaded crypto-primes v0.7.2 |
| 1256 | 2026-08-17T20:20:34.296Z | Downloaded bstr v1.12.1 |
| 1257 | 2026-08-17T20:20:34.309Z | Downloaded rustls v0.23.41 |
| 1258 | 2026-08-17T20:20:34.317Z | Downloaded salty v0.3.0 |
| 1259 | 2026-08-17T20:20:34.320Z | Downloaded curve25519-dalek v4.1.3 |
| 1260 | 2026-08-17T20:20:34.325Z | Downloaded hickory-proto v0.24.4 |
| 1261 | 2026-08-17T20:20:34.333Z | Downloaded zlib-rs v0.6.2 |
| 1262 | 2026-08-17T20:20:34.336Z | Downloaded petname v2.0.2 |
| 1263 | 2026-08-17T20:20:34.339Z | Downloaded openapiv3 v2.2.0 |
| 1264 | 2026-08-17T20:20:34.345Z | Downloaded smoltcp v0.11.0 |
| 1265 | 2026-08-17T20:20:34.352Z | Downloaded lalrpop v0.19.12 |
| 1266 | 2026-08-17T20:20:34.359Z | Downloaded dropshot v0.17.1 |
| 1267 | 2026-08-17T20:20:34.370Z | Downloaded regress v0.10.5 |
| 1268 | 2026-08-17T20:20:34.375Z | Downloaded object v0.30.4 |
| 1269 | 2026-08-17T20:20:34.381Z | Downloaded regress v0.11.1 |
| 1270 | 2026-08-17T20:20:34.385Z | Downloaded quinn-proto v0.11.16 |
| 1271 | 2026-08-17T20:20:34.389Z | Downloaded curve25519-dalek v5.0.0 |
| 1272 | 2026-08-17T20:20:34.394Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-08-17T20:20:34.400Z | Downloaded regex-syntax v0.6.29 |
| 1274 | 2026-08-17T20:20:34.405Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-08-17T20:20:34.412Z | Downloaded typify-impl v0.6.2 |
| 1276 | 2026-08-17T20:20:34.426Z | Downloaded regex-syntax v0.8.10 |
| 1277 | 2026-08-17T20:20:34.436Z | Downloaded rustix v0.38.44 |
| 1278 | 2026-08-17T20:20:34.453Z | Downloaded nix v0.31.2 |
| 1279 | 2026-08-17T20:20:34.460Z | Downloaded sled v0.34.7 |
| 1280 | 2026-08-17T20:20:34.484Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-08-17T20:20:34.491Z | Downloaded regex-automata v0.4.14 |
| 1282 | 2026-08-17T20:20:34.521Z | Downloaded jiff v0.2.34 |
| 1283 | 2026-08-17T20:20:34.528Z | Downloaded nix v0.28.0 |
| 1284 | 2026-08-17T20:20:34.535Z | Downloaded petgraph v0.8.3 |
| 1285 | 2026-08-17T20:20:34.547Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1286 | 2026-08-17T20:20:34.558Z | Downloaded csv v1.4.0 |
| 1287 | 2026-08-17T20:20:34.569Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-08-17T20:20:34.585Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-08-17T20:20:34.615Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1290 | 2026-08-17T20:20:34.624Z | Downloaded diesel v2.3.7 |
| 1291 | 2026-08-17T20:20:34.647Z | Downloaded sha3 v0.11.0 |
| 1292 | 2026-08-17T20:20:34.682Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-08-17T20:20:34.740Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-08-17T20:20:34.787Z | Downloaded libz-sys v1.1.24 |
| 1295 | 2026-08-17T20:20:34.802Z | Downloaded sha3 v0.10.8 |
| 1296 | 2026-08-17T20:20:34.805Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-08-17T20:20:34.930Z | Downloaded encoding_rs v0.8.35 |
| 1298 | 2026-08-17T20:20:34.953Z | Downloaded ring v0.17.14 |
| 1299 | 2026-08-17T20:20:35.025Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1300 | 2026-08-17T20:20:35.609Z | Downloaded aws-lc-sys v0.40.0 |
| 1301 | 2026-08-17T20:20:35.859Z | Compiling libc v0.2.185 |
| 1302 | 2026-08-17T20:20:35.859Z | Compiling serde_core v1.0.228 |
| 1303 | 2026-08-17T20:20:35.859Z | Compiling serde v1.0.228 |
| 1304 | 2026-08-17T20:20:35.862Z | Compiling log v0.4.29 |
| 1305 | 2026-08-17T20:20:35.862Z | Compiling smallvec v1.15.1 |
| 1306 | 2026-08-17T20:20:35.863Z | Compiling find-msvc-tools v0.1.9 |
| 1307 | 2026-08-17T20:20:35.863Z | Compiling shlex v1.3.0 |
| 1308 | 2026-08-17T20:20:36.004Z | Compiling subtle v2.6.1 |
| 1309 | 2026-08-17T20:20:36.068Z | Compiling scopeguard v1.2.0 |
| 1310 | 2026-08-17T20:20:36.071Z | Compiling stable_deref_trait v1.2.1 |
| 1311 | 2026-08-17T20:20:36.071Z | Compiling typenum v1.20.1 |
| 1312 | 2026-08-17T20:20:36.080Z | Compiling zerocopy v0.8.40 |
| 1313 | 2026-08-17T20:20:36.083Z | Compiling portable-atomic v1.13.1 |
| 1314 | 2026-08-17T20:20:36.137Z | Compiling serde_json v1.0.151 |
| 1315 | 2026-08-17T20:20:36.165Z | Compiling syn v2.0.117 |
| 1316 | 2026-08-17T20:20:36.168Z | Compiling critical-section v1.2.0 |
| 1317 | 2026-08-17T20:20:36.192Z | Compiling libm v0.2.16 |
| 1318 | 2026-08-17T20:20:36.223Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-08-17T20:20:36.245Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-08-17T20:20:36.261Z | Compiling pkg-config v0.3.32 |
| 1321 | 2026-08-17T20:20:36.277Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-08-17T20:20:36.279Z | Compiling getrandom v0.4.1 |
| 1323 | 2026-08-17T20:20:36.304Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-08-17T20:20:36.348Z | Compiling const-oid v0.9.6 |
| 1325 | 2026-08-17T20:20:36.376Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-08-17T20:20:36.406Z | Compiling rand_core v0.10.0 |
| 1327 | 2026-08-17T20:20:36.459Z | Compiling futures-core v0.3.32 |
| 1328 | 2026-08-17T20:20:36.522Z | Compiling percent-encoding v2.3.2 |
| 1329 | 2026-08-17T20:20:36.569Z | Compiling writeable v0.6.2 |
| 1330 | 2026-08-17T20:20:36.614Z | Compiling litemap v0.8.1 |
| 1331 | 2026-08-17T20:20:36.644Z | Compiling icu_normalizer_data v2.1.1 |
| 1332 | 2026-08-17T20:20:36.647Z | Compiling icu_properties_data v2.1.2 |
| 1333 | 2026-08-17T20:20:36.658Z | Compiling getrandom v0.3.4 |
| 1334 | 2026-08-17T20:20:36.730Z | Compiling futures-sink v0.3.32 |
| 1335 | 2026-08-17T20:20:36.743Z | Compiling utf8_iter v1.0.4 |
| 1336 | 2026-08-17T20:20:36.758Z | Compiling rustix v1.1.3 |
| 1337 | 2026-08-17T20:20:36.776Z | Compiling futures-task v0.3.32 |
| 1338 | 2026-08-17T20:20:36.818Z | Compiling futures-io v0.3.32 |
| 1339 | 2026-08-17T20:20:36.850Z | Compiling futures-channel v0.3.32 |
| 1340 | 2026-08-17T20:20:36.865Z | Compiling slab v0.4.12 |
| 1341 | 2026-08-17T20:20:36.908Z | Compiling errno v0.3.14 |
| 1342 | 2026-08-17T20:20:36.923Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-08-17T20:20:36.939Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-08-17T20:20:36.988Z | Compiling mio v1.2.0 |
| 1345 | 2026-08-17T20:20:37.063Z | Compiling signal-hook-registry v1.4.8 |
| 1346 | 2026-08-17T20:20:37.085Z | Compiling rand_core v0.6.4 |
| 1347 | 2026-08-17T20:20:37.102Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-08-17T20:20:37.137Z | Compiling cc v1.2.56 |
| 1349 | 2026-08-17T20:20:37.152Z | Compiling once_cell v1.21.3 |
| 1350 | 2026-08-17T20:20:37.196Z | Compiling parking_lot v0.12.5 |
| 1351 | 2026-08-17T20:20:37.236Z | Compiling form_urlencoded v1.2.2 |
| 1352 | 2026-08-17T20:20:37.252Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-08-17T20:20:37.271Z | Compiling iana-time-zone v0.1.65 |
| 1354 | 2026-08-17T20:20:37.321Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-08-17T20:20:37.400Z | Compiling ident_case v1.0.1 |
| 1356 | 2026-08-17T20:20:37.415Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-08-17T20:20:37.431Z | Compiling regex-syntax v0.8.10 |
| 1358 | 2026-08-17T20:20:37.448Z | Compiling flagset v0.4.7 |
| 1359 | 2026-08-17T20:20:37.477Z | Compiling dunce v1.0.5 |
| 1360 | 2026-08-17T20:20:37.492Z | Compiling base64 v0.22.1 |
| 1361 | 2026-08-17T20:20:37.544Z | Compiling rand_core v0.9.5 |
| 1362 | 2026-08-17T20:20:37.559Z | Compiling syn v1.0.109 |
| 1363 | 2026-08-17T20:20:37.585Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-08-17T20:20:37.599Z | Compiling vcpkg v0.2.15 |
| 1365 | 2026-08-17T20:20:37.613Z | Compiling tracing-core v0.1.36 |
| 1366 | 2026-08-17T20:20:37.630Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-08-17T20:20:37.633Z | Compiling schemars v0.8.22 |
| 1368 | 2026-08-17T20:20:37.700Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-08-17T20:20:37.736Z | Compiling cpufeatures v0.2.17 |
| 1370 | 2026-08-17T20:20:37.802Z | Compiling spin v0.9.8 |
| 1371 | 2026-08-17T20:20:37.825Z | Compiling cmov v0.5.4 |
| 1372 | 2026-08-17T20:20:37.841Z | Compiling crc32fast v1.5.0 |
| 1373 | 2026-08-17T20:20:37.858Z | Compiling tinyvec_macros v0.1.1 |
| 1374 | 2026-08-17T20:20:37.906Z | Compiling cmake v0.1.57 |
| 1375 | 2026-08-17T20:20:37.931Z | Compiling httparse v1.10.1 |
| 1376 | 2026-08-17T20:20:37.946Z | Compiling openssl-probe v0.2.1 |
| 1377 | 2026-08-17T20:20:38.010Z | Compiling ctutils v0.4.2 |
| 1378 | 2026-08-17T20:20:38.025Z | Compiling tinyvec v1.10.0 |
| 1379 | 2026-08-17T20:20:38.040Z | Compiling aho-corasick v1.1.4 |
| 1380 | 2026-08-17T20:20:38.053Z | Compiling radium v0.7.0 |
| 1381 | 2026-08-17T20:20:38.146Z | Compiling tower-service v0.3.3 |
| 1382 | 2026-08-17T20:20:38.183Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-08-17T20:20:38.256Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-17T20:20:38.276Z | Compiling indexmap v2.14.0 |
| 1385 | 2026-08-17T20:20:38.311Z | Compiling uuid v1.23.4 |
| 1386 | 2026-08-17T20:20:38.344Z | Compiling tower-layer v0.3.3 |
| 1387 | 2026-08-17T20:20:38.347Z | Compiling untrusted v0.7.1 |
| 1388 | 2026-08-17T20:20:38.374Z | Compiling atomic-waker v1.1.2 |
| 1389 | 2026-08-17T20:20:38.405Z | Compiling try-lock v0.2.5 |
| 1390 | 2026-08-17T20:20:38.492Z | Compiling rustc_version v0.4.1 |
| 1391 | 2026-08-17T20:20:38.516Z | Compiling want v0.3.1 |
| 1392 | 2026-08-17T20:20:38.533Z | Compiling openssl v0.10.80 |
| 1393 | 2026-08-17T20:20:38.536Z | Compiling httpdate v1.0.3 |
| 1394 | 2026-08-17T20:20:38.609Z | Compiling tap v1.0.1 |
| 1395 | 2026-08-17T20:20:38.663Z | Compiling simd-adler32 v0.3.8 |
| 1396 | 2026-08-17T20:20:38.698Z | Compiling rustls v0.23.41 |
| 1397 | 2026-08-17T20:20:38.730Z | Compiling foreign-types-shared v0.1.1 |
| 1398 | 2026-08-17T20:20:38.744Z | Compiling untrusted v0.9.0 |
| 1399 | 2026-08-17T20:20:38.764Z | Compiling aws-lc-sys v0.40.0 |
| 1400 | 2026-08-17T20:20:38.786Z | Compiling openssl-sys v0.9.117 |
| 1401 | 2026-08-17T20:20:38.802Z | Compiling maybe-uninit v2.0.0 |
| 1402 | 2026-08-17T20:20:38.831Z | Compiling foreign-types v0.3.2 |
| 1403 | 2026-08-17T20:20:38.844Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1404 | 2026-08-17T20:20:38.882Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-08-17T20:20:38.898Z | Compiling regex-automata v0.4.14 |
| 1406 | 2026-08-17T20:20:38.916Z | Compiling wyz v0.5.1 |
| 1407 | 2026-08-17T20:20:38.944Z | Compiling unicode-normalization v0.1.25 |
| 1408 | 2026-08-17T20:20:39.022Z | Compiling synstructure v0.13.2 |
| 1409 | 2026-08-17T20:20:39.118Z | Compiling serde_derive_internals v0.29.1 |
| 1410 | 2026-08-17T20:20:39.145Z | Compiling pest_generator v2.8.6 |
| 1411 | 2026-08-17T20:20:39.164Z | Compiling darling_core v0.20.11 |
| 1412 | 2026-08-17T20:20:39.266Z | Compiling num-integer v0.1.46 |
| 1413 | 2026-08-17T20:20:39.292Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-08-17T20:20:39.392Z | Compiling terminal_size v0.4.3 |
| 1415 | 2026-08-17T20:20:39.446Z | Compiling wait-timeout v0.2.1 |
| 1416 | 2026-08-17T20:20:39.554Z | Compiling ahash v0.8.12 |
| 1417 | 2026-08-17T20:20:39.568Z | Compiling adler2 v2.0.1 |
| 1418 | 2026-08-17T20:20:39.597Z | Compiling num-bigint-dig v0.8.6 |
| 1419 | 2026-08-17T20:20:39.669Z | Compiling native-tls v0.2.18 |
| 1420 | 2026-08-17T20:20:39.684Z | Compiling packed_struct v0.10.1 |
| 1421 | 2026-08-17T20:20:39.710Z | Compiling time-core v0.1.8 |
| 1422 | 2026-08-17T20:20:39.732Z | Compiling bit-vec v0.8.0 |
| 1423 | 2026-08-17T20:20:39.779Z | Compiling num-conv v0.2.0 |
| 1424 | 2026-08-17T20:20:39.823Z | Compiling quick-error v1.2.3 |
| 1425 | 2026-08-17T20:20:39.832Z | Compiling powerfmt v0.2.0 |
| 1426 | 2026-08-17T20:20:39.836Z | Compiling funty v2.0.0 |
| 1427 | 2026-08-17T20:20:39.934Z | Compiling miniz_oxide v0.8.9 |
| 1428 | 2026-08-17T20:20:39.967Z | Compiling bit-set v0.8.0 |
| 1429 | 2026-08-17T20:20:39.984Z | Compiling time-macros v0.2.27 |
| 1430 | 2026-08-17T20:20:39.987Z | Compiling deranged v0.5.8 |
| 1431 | 2026-08-17T20:20:40.017Z | Compiling rusty-fork v0.3.1 |
| 1432 | 2026-08-17T20:20:40.033Z | Compiling clap_builder v4.6.0 |
| 1433 | 2026-08-17T20:20:40.047Z | Compiling num-iter v0.1.45 |
| 1434 | 2026-08-17T20:20:40.176Z | Compiling lazy_static v1.5.0 |
| 1435 | 2026-08-17T20:20:40.192Z | Compiling rand_xorshift v0.4.0 |
| 1436 | 2026-08-17T20:20:40.209Z | Compiling anstyle-parse v0.2.7 |
| 1437 | 2026-08-17T20:20:40.281Z | Compiling bitvec v1.0.1 |
| 1438 | 2026-08-17T20:20:40.374Z | Compiling sync_wrapper v1.0.2 |
| 1439 | 2026-08-17T20:20:40.398Z | Compiling indexmap v1.9.3 |
| 1440 | 2026-08-17T20:20:40.414Z | Compiling siphasher v1.0.2 |
| 1441 | 2026-08-17T20:20:40.498Z | Compiling crc-catalog v2.4.0 |
| 1442 | 2026-08-17T20:20:40.512Z | Compiling paste v1.0.15 |
| 1443 | 2026-08-17T20:20:40.605Z | Compiling num_threads v0.1.7 |
| 1444 | 2026-08-17T20:20:40.619Z | Compiling crossbeam-utils v0.8.21 |
| 1445 | 2026-08-17T20:20:40.619Z | Compiling unarray v0.1.4 |
| 1446 | 2026-08-17T20:20:40.622Z | Compiling nodrop v0.1.14 |
| 1447 | 2026-08-17T20:20:40.716Z | Compiling usdt-impl v0.6.0 |
| 1448 | 2026-08-17T20:20:40.758Z | Compiling zlib-rs v0.6.2 |
| 1449 | 2026-08-17T20:20:40.773Z | Compiling array-init v0.0.4 |
| 1450 | 2026-08-17T20:20:40.788Z | Compiling serde_derive v1.0.228 |
| 1451 | 2026-08-17T20:20:40.805Z | Compiling zeroize_derive v1.5.0 |
| 1452 | 2026-08-17T20:20:40.902Z | Compiling zerofrom-derive v0.1.6 |
| 1453 | 2026-08-17T20:20:40.940Z | Compiling zerocopy-derive v0.8.40 |
| 1454 | 2026-08-17T20:20:40.954Z | Compiling yoke-derive v0.8.1 |
| 1455 | 2026-08-17T20:20:41.048Z | Compiling zerovec-derive v0.11.2 |
| 1456 | 2026-08-17T20:20:41.110Z | Compiling displaydoc v0.2.5 |
| 1457 | 2026-08-17T20:20:41.138Z | Compiling tokio-macros v2.7.0 |
| 1458 | 2026-08-17T20:20:41.468Z | Compiling zeroize v1.9.0 |
| 1459 | 2026-08-17T20:20:41.571Z | Compiling futures-macro v0.3.32 |
| 1460 | 2026-08-17T20:20:41.772Z | Compiling thiserror-impl v2.0.18 |
| 1461 | 2026-08-17T20:20:41.887Z | Compiling der_derive v0.7.3 |
| 1462 | 2026-08-17T20:20:41.905Z | Compiling tracing-attributes v0.1.31 |
| 1463 | 2026-08-17T20:20:41.963Z | Compiling rustls-pki-types v1.14.0 |
| 1464 | 2026-08-17T20:20:42.161Z | Compiling schemars_derive v0.8.22 |
| 1465 | 2026-08-17T20:20:42.207Z | Compiling hybrid-array v0.4.13 |
| 1466 | 2026-08-17T20:20:42.306Z | Compiling crypto-common v0.1.7 |
| 1467 | 2026-08-17T20:20:42.344Z | Compiling zerofrom v0.1.6 |
| 1468 | 2026-08-17T20:20:42.451Z | Compiling yoke v0.8.1 |
| 1469 | 2026-08-17T20:20:42.454Z | Compiling block-buffer v0.10.4 |
| 1470 | 2026-08-17T20:20:42.482Z | Compiling futures-util v0.3.32 |
| 1471 | 2026-08-17T20:20:42.485Z | Compiling pest_derive v2.8.6 |
| 1472 | 2026-08-17T20:20:42.649Z | Compiling zerovec v0.11.5 |
| 1473 | 2026-08-17T20:20:42.652Z | Compiling zerotrie v0.2.3 |
| 1474 | 2026-08-17T20:20:42.897Z | Compiling digest v0.10.7 |
| 1475 | 2026-08-17T20:20:42.983Z | Compiling der v0.7.10 |
| 1476 | 2026-08-17T20:20:42.999Z | Compiling scroll_derive v0.13.1 |
| 1477 | 2026-08-17T20:20:43.003Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-08-17T20:20:43.150Z | Compiling tinystr v0.8.2 |
| 1479 | 2026-08-17T20:20:43.170Z | Compiling potential_utf v0.1.4 |
| 1480 | 2026-08-17T20:20:43.174Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-08-17T20:20:43.174Z | Compiling sha2 v0.10.9 |
| 1482 | 2026-08-17T20:20:43.215Z | Compiling signature v2.2.0 |
| 1483 | 2026-08-17T20:20:43.250Z | Compiling tracing v0.1.44 |
| 1484 | 2026-08-17T20:20:43.309Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2026-08-17T20:20:43.359Z | Compiling icu_locale_core v2.1.1 |
| 1486 | 2026-08-17T20:20:43.382Z | Compiling icu_collections v2.1.1 |
| 1487 | 2026-08-17T20:20:43.416Z | Compiling thiserror-impl v1.0.69 |
| 1488 | 2026-08-17T20:20:43.444Z | Compiling hmac v0.12.1 |
| 1489 | 2026-08-17T20:20:43.539Z | Compiling packed_struct_codegen v0.10.1 |
| 1490 | 2026-08-17T20:20:43.565Z | Compiling darling v0.20.11 |
| 1491 | 2026-08-17T20:20:43.617Z | Compiling clap_derive v4.6.1 |
| 1492 | 2026-08-17T20:20:43.660Z | Compiling bitfield-macros v0.19.4 |
| 1493 | 2026-08-17T20:20:43.850Z | Compiling spki v0.7.3 |
| 1494 | 2026-08-17T20:20:43.887Z | Compiling scroll v0.13.0 |
| 1495 | 2026-08-17T20:20:43.992Z | Compiling icu_provider v2.1.1 |
| 1496 | 2026-08-17T20:20:44.072Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-08-17T20:20:44.176Z | Compiling goblin v0.10.5 |
| 1498 | 2026-08-17T20:20:44.207Z | Compiling zerocopy-derive v0.6.6 |
| 1499 | 2026-08-17T20:20:44.261Z | Compiling icu_normalizer v2.1.1 |
| 1500 | 2026-08-17T20:20:44.313Z | Compiling bytes v1.11.1 |
| 1501 | 2026-08-17T20:20:44.345Z | Compiling icu_properties v2.1.2 |
| 1502 | 2026-08-17T20:20:44.360Z | Compiling chrono v0.4.45 |
| 1503 | 2026-08-17T20:20:44.412Z | Compiling ipnet v2.11.0 |
| 1504 | 2026-08-17T20:20:44.544Z | Compiling hex v0.4.3 |
| 1505 | 2026-08-17T20:20:44.676Z | Compiling toml_datetime v0.6.11 |
| 1506 | 2026-08-17T20:20:44.730Z | Compiling thiserror v1.0.69 |
| 1507 | 2026-08-17T20:20:44.818Z | Compiling tokio v1.52.1 |
| 1508 | 2026-08-17T20:20:44.896Z | Compiling http v1.4.2 |
| 1509 | 2026-08-17T20:20:44.899Z | Compiling serde_spanned v0.6.9 |
| 1510 | 2026-08-17T20:20:44.941Z | Compiling bitfield v0.19.4 |
| 1511 | 2026-08-17T20:20:44.993Z | Compiling pkcs1 v0.7.5 |
| 1512 | 2026-08-17T20:20:45.007Z | Compiling derive_builder_core v0.20.2 |
| 1513 | 2026-08-17T20:20:45.075Z | Compiling flate2 v1.1.9 |
| 1514 | 2026-08-17T20:20:45.138Z | Compiling zerocopy v0.6.6 |
| 1515 | 2026-08-17T20:20:45.257Z | Compiling dtrace-parser v0.3.0 |
| 1516 | 2026-08-17T20:20:45.404Z | Compiling idna_adapter v1.2.1 |
| 1517 | 2026-08-17T20:20:45.430Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-08-17T20:20:45.480Z | Compiling clap v4.6.1 |
| 1519 | 2026-08-17T20:20:45.566Z | Compiling idna v1.1.0 |
| 1520 | 2026-08-17T20:20:45.581Z | Compiling http-body v1.0.1 |
| 1521 | 2026-08-17T20:20:45.594Z | Compiling time v0.3.47 |
| 1522 | 2026-08-17T20:20:45.749Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-08-17T20:20:45.765Z | Compiling rand_chacha v0.3.1 |
| 1524 | 2026-08-17T20:20:45.782Z | Compiling http-body-util v0.1.3 |
| 1525 | 2026-08-17T20:20:45.828Z | Compiling scroll_derive v0.12.1 |
| 1526 | 2026-08-17T20:20:45.849Z | Compiling structmeta-derive v0.3.0 |
| 1527 | 2026-08-17T20:20:45.864Z | Compiling url v2.5.8 |
| 1528 | 2026-08-17T20:20:45.910Z | Compiling crc v3.4.0 |
| 1529 | 2026-08-17T20:20:46.014Z | Compiling rand v0.9.2 |
| 1530 | 2026-08-17T20:20:46.043Z | Compiling rand v0.8.6 |
| 1531 | 2026-08-17T20:20:46.255Z | Compiling anstream v0.6.21 |
| 1532 | 2026-08-17T20:20:46.270Z | Compiling smallvec v0.6.14 |
| 1533 | 2026-08-17T20:20:46.469Z | Compiling darling_core v0.23.0 |
| 1534 | 2026-08-17T20:20:46.490Z | Compiling heapless v0.7.17 |
| 1535 | 2026-08-17T20:20:46.532Z | Compiling slog v2.8.2 |
| 1536 | 2026-08-17T20:20:46.572Z | Compiling thread-id v5.1.0 |
| 1537 | 2026-08-17T20:20:46.587Z | Compiling proptest v1.11.0 |
| 1538 | 2026-08-17T20:20:46.686Z | Compiling env_filter v1.0.0 |
| 1539 | 2026-08-17T20:20:46.739Z | Compiling cookie v0.18.1 |
| 1540 | 2026-08-17T20:20:46.759Z | Compiling anyhow v1.0.102 |
| 1541 | 2026-08-17T20:20:46.806Z | Compiling zstd-safe v7.2.4 |
| 1542 | 2026-08-17T20:20:46.838Z | Compiling hashbrown v0.12.3 |
| 1543 | 2026-08-17T20:20:46.871Z | Compiling unicode-bidi v0.3.18 |
| 1544 | 2026-08-17T20:20:46.947Z | Compiling ryu v1.0.23 |
| 1545 | 2026-08-17T20:20:46.966Z | Compiling base64 v0.21.7 |
| 1546 | 2026-08-17T20:20:47.016Z | Compiling dof v0.4.0 |
| 1547 | 2026-08-17T20:20:47.031Z | Compiling iri-string v0.7.10 |
| 1548 | 2026-08-17T20:20:47.081Z | Compiling unicode-properties v0.1.4 |
| 1549 | 2026-08-17T20:20:47.143Z | Compiling winnow v0.5.40 |
| 1550 | 2026-08-17T20:20:47.158Z | Compiling allocator-api2 v0.2.21 |
| 1551 | 2026-08-17T20:20:47.193Z | Compiling signal-hook v0.3.18 |
| 1552 | 2026-08-17T20:20:47.303Z | Compiling ipnetwork v0.21.1 |
| 1553 | 2026-08-17T20:20:47.333Z | Compiling stringprep v0.1.5 |
| 1554 | 2026-08-17T20:20:47.404Z | Compiling ron v0.8.1 |
| 1555 | 2026-08-17T20:20:47.552Z | Compiling oxnet v0.1.6 |
| 1556 | 2026-08-17T20:20:47.703Z | Compiling rsa v0.9.10 |
| 1557 | 2026-08-17T20:20:47.717Z | Compiling serde_urlencoded v0.7.1 |
| 1558 | 2026-08-17T20:20:47.783Z | Compiling structmeta v0.3.0 |
| 1559 | 2026-08-17T20:20:47.855Z | Compiling env_logger v0.11.9 |
| 1560 | 2026-08-17T20:20:48.011Z | Compiling scroll v0.12.0 |
| 1561 | 2026-08-17T20:20:48.025Z | Compiling serde-hex v0.1.0 |
| 1562 | 2026-08-17T20:20:48.028Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1563 | 2026-08-17T20:20:48.202Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1564 | 2026-08-17T20:20:48.218Z | Compiling camino v1.2.2 |
| 1565 | 2026-08-17T20:20:48.232Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-08-17T20:20:48.338Z | Compiling bzip2 v0.4.4 |
| 1567 | 2026-08-17T20:20:48.341Z | Compiling hashbrown v0.13.2 |
| 1568 | 2026-08-17T20:20:48.560Z | Compiling toml_edit v0.19.15 |
| 1569 | 2026-08-17T20:20:48.589Z | Compiling serde_tokenstream v0.2.3 |
| 1570 | 2026-08-17T20:20:48.603Z | Compiling erased-serde v0.3.31 |
| 1571 | 2026-08-17T20:20:48.617Z | Compiling x509-cert v0.2.5 |
| 1572 | 2026-08-17T20:20:48.732Z | Compiling tokio-util v0.7.18 |
| 1573 | 2026-08-17T20:20:48.808Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-17T20:20:48.844Z | Compiling tokio-native-tls v0.3.1 |
| 1575 | 2026-08-17T20:20:48.921Z | Compiling md-5 v0.10.6 |
| 1576 | 2026-08-17T20:20:48.998Z | Compiling darling_macro v0.23.0 |
| 1577 | 2026-08-17T20:20:49.030Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-08-17T20:20:49.081Z | Compiling crypto-common v0.2.2 |
| 1579 | 2026-08-17T20:20:49.098Z | Compiling block-buffer v0.12.1 |
| 1580 | 2026-08-17T20:20:49.113Z | Compiling block-padding v0.4.2 |
| 1581 | 2026-08-17T20:20:49.294Z | Compiling tower-http v0.6.8 |
| 1582 | 2026-08-17T20:20:49.313Z | Compiling rustls-native-certs v0.8.3 |
| 1583 | 2026-08-17T20:20:49.328Z | Compiling bstr v1.12.1 |
| 1584 | 2026-08-17T20:20:49.376Z | Compiling async-trait v0.1.89 |
| 1585 | 2026-08-17T20:20:49.518Z | Compiling h2 v0.4.15 |
| 1586 | 2026-08-17T20:20:49.613Z | Compiling daft-derive v0.1.7 |
| 1587 | 2026-08-17T20:20:49.711Z | Compiling pin-project-internal v1.1.11 |
| 1588 | 2026-08-17T20:20:49.784Z | Compiling zerocopy-derive v0.7.35 |
| 1589 | 2026-08-17T20:20:49.800Z | Compiling curve25519-dalek v4.1.3 |
| 1590 | 2026-08-17T20:20:50.027Z | Compiling vergen-lib v9.1.0 |
| 1591 | 2026-08-17T20:20:50.201Z | Compiling hash32 v0.2.1 |
| 1592 | 2026-08-17T20:20:50.230Z | Compiling encoding_rs v0.8.35 |
| 1593 | 2026-08-17T20:20:50.245Z | Compiling memoffset v0.9.1 |
| 1594 | 2026-08-17T20:20:50.423Z | Compiling mime v0.3.17 |
| 1595 | 2026-08-17T20:20:50.445Z | Compiling crc-any v2.5.0 |
| 1596 | 2026-08-17T20:20:50.461Z | Compiling ref-cast v1.0.25 |
| 1597 | 2026-08-17T20:20:50.475Z | Compiling litrs v1.0.0 |
| 1598 | 2026-08-17T20:20:50.681Z | Compiling psl-types v2.0.11 |
| 1599 | 2026-08-17T20:20:50.697Z | Compiling cfg_aliases v0.2.1 |
| 1600 | 2026-08-17T20:20:50.711Z | Compiling rustix v0.38.44 |
| 1601 | 2026-08-17T20:20:50.737Z | Compiling smoltcp v0.9.1 |
| 1602 | 2026-08-17T20:20:50.783Z | Compiling fallible-iterator v0.2.0 |
| 1603 | 2026-08-17T20:20:50.799Z | Compiling publicsuffix v2.3.0 |
| 1604 | 2026-08-17T20:20:50.828Z | Compiling nix v0.31.2 |
| 1605 | 2026-08-17T20:20:50.854Z | Compiling zerocopy v0.7.35 |
| 1606 | 2026-08-17T20:20:50.920Z | Compiling pin-project v1.1.11 |
| 1607 | 2026-08-17T20:20:51.009Z | Compiling daft v0.1.7 |
| 1608 | 2026-08-17T20:20:51.023Z | Compiling document-features v0.2.12 |
| 1609 | 2026-08-17T20:20:51.127Z | Compiling postgres-protocol v0.6.10 |
| 1610 | 2026-08-17T20:20:51.151Z | Compiling toml v0.7.8 |
| 1611 | 2026-08-17T20:20:51.163Z | Compiling darling v0.23.0 |
| 1612 | 2026-08-17T20:20:51.192Z | Compiling inout v0.2.2 |
| 1613 | 2026-08-17T20:20:51.262Z | Compiling object v0.30.4 |
| 1614 | 2026-08-17T20:20:51.277Z | Compiling derive_builder v0.20.2 |
| 1615 | 2026-08-17T20:20:51.312Z | Compiling zip v0.6.6 |
| 1616 | 2026-08-17T20:20:51.392Z | Compiling goblin v0.8.2 |
| 1617 | 2026-08-17T20:20:51.426Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-17T20:20:51.444Z | Compiling derive-ex v0.1.8 |
| 1619 | 2026-08-17T20:20:51.545Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1620 | 2026-08-17T20:20:51.765Z | Compiling futures-executor v0.3.32 |
| 1621 | 2026-08-17T20:20:51.788Z | Compiling hubpack_derive v0.1.1 |
| 1622 | 2026-08-17T20:20:51.919Z | Compiling regex v1.12.3 |
| 1623 | 2026-08-17T20:20:51.934Z | Compiling ref-cast-impl v1.0.25 |
| 1624 | 2026-08-17T20:20:52.038Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1625 | 2026-08-17T20:20:52.056Z | Compiling strum_macros v0.27.2 |
| 1626 | 2026-08-17T20:20:52.071Z | Compiling snafu-derive v0.8.9 |
| 1627 | 2026-08-17T20:20:52.202Z | Compiling phf_shared v0.13.1 |
| 1628 | 2026-08-17T20:20:52.217Z | Compiling vergen v9.1.0 |
| 1629 | 2026-08-17T20:20:52.274Z | Compiling cargo-platform v0.3.2 |
| 1630 | 2026-08-17T20:20:52.361Z | Compiling ff v0.13.1 |
| 1631 | 2026-08-17T20:20:52.423Z | Compiling fs-err v3.3.0 |
| 1632 | 2026-08-17T20:20:52.456Z | Compiling bitflags v1.3.2 |
| 1633 | 2026-08-17T20:20:52.518Z | Compiling base16ct v0.2.0 |
| 1634 | 2026-08-17T20:20:52.521Z | Compiling unicode-segmentation v1.12.0 |
| 1635 | 2026-08-17T20:20:52.546Z | Compiling either v1.15.0 |
| 1636 | 2026-08-17T20:20:52.567Z | Compiling path-slash v0.1.5 |
| 1637 | 2026-08-17T20:20:52.636Z | Compiling object v0.37.3 |
| 1638 | 2026-08-17T20:20:52.717Z | Compiling foldhash v0.2.0 |
| 1639 | 2026-08-17T20:20:52.731Z | Compiling same-file v1.0.6 |
| 1640 | 2026-08-17T20:20:52.735Z | Compiling libbz2-rs-sys v0.2.2 |
| 1641 | 2026-08-17T20:20:52.772Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-17T20:20:52.920Z | Compiling foldhash v0.1.5 |
| 1643 | 2026-08-17T20:20:52.937Z | Compiling jiff-core v0.1.0 |
| 1644 | 2026-08-17T20:20:52.940Z | Compiling managed v0.8.0 |
| 1645 | 2026-08-17T20:20:52.964Z | Compiling bumpalo v3.20.2 |
| 1646 | 2026-08-17T20:20:53.030Z | Compiling hashbrown v0.16.1 |
| 1647 | 2026-08-17T20:20:53.114Z | Compiling hashbrown v0.15.5 |
| 1648 | 2026-08-17T20:20:53.187Z | Compiling zopfli v0.8.3 |
| 1649 | 2026-08-17T20:20:53.203Z | Compiling test-strategy v0.4.5 |
| 1650 | 2026-08-17T20:20:53.232Z | Compiling bzip2 v0.6.1 |
| 1651 | 2026-08-17T20:20:53.454Z | Compiling walkdir v2.5.0 |
| 1652 | 2026-08-17T20:20:53.645Z | Compiling dof v0.3.0 |
| 1653 | 2026-08-17T20:20:53.677Z | Compiling jiff v0.2.34 |
| 1654 | 2026-08-17T20:20:53.778Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1655 | 2026-08-17T20:20:53.879Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-08-17T20:20:54.038Z | Compiling sec1 v0.7.3 |
| 1657 | 2026-08-17T20:20:54.054Z | Compiling snafu v0.8.9 |
| 1658 | 2026-08-17T20:20:54.086Z | Compiling strum v0.27.2 |
| 1659 | 2026-08-17T20:20:54.246Z | Compiling group v0.13.0 |
| 1660 | 2026-08-17T20:20:54.262Z | Compiling cargo_metadata v0.23.1 |
| 1661 | 2026-08-17T20:20:54.353Z | Compiling phf v0.13.1 |
| 1662 | 2026-08-17T20:20:54.374Z | Compiling hubpack v0.1.2 |
| 1663 | 2026-08-17T20:20:54.389Z | Compiling signal-hook-mio v0.2.5 |
| 1664 | 2026-08-17T20:20:54.393Z | Compiling futures v0.3.32 |
| 1665 | 2026-08-17T20:20:54.419Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-08-17T20:20:54.495Z | Compiling zstd v0.13.3 |
| 1667 | 2026-08-17T20:20:54.526Z | Compiling postgres-types v0.2.12 |
| 1668 | 2026-08-17T20:20:54.541Z | Compiling cipher v0.5.2 |
| 1669 | 2026-08-17T20:20:54.609Z | Compiling serde_with_macros v3.21.0 |
| 1670 | 2026-08-17T20:20:54.811Z | Compiling globset v0.4.18 |
| 1671 | 2026-08-17T20:20:54.881Z | Compiling usdt-macro v0.6.0 |
| 1672 | 2026-08-17T20:20:54.911Z | Compiling usdt-attr-macro v0.6.0 |
| 1673 | 2026-08-17T20:20:54.915Z | Compiling byte-wrapper v0.1.0 |
| 1674 | 2026-08-17T20:20:55.119Z | Compiling dtrace-parser v0.2.0 |
| 1675 | 2026-08-17T20:20:55.159Z | Compiling olpc-cjson v0.1.4 |
| 1676 | 2026-08-17T20:20:55.239Z | Compiling serde_plain v1.0.2 |
| 1677 | 2026-08-17T20:20:55.286Z | Compiling hyper-tls v0.6.0 |
| 1678 | 2026-08-17T20:20:55.337Z | Compiling serde-big-array v0.5.1 |
| 1679 | 2026-08-17T20:20:55.456Z | Compiling ed25519 v2.2.3 |
| 1680 | 2026-08-17T20:20:55.509Z | Compiling reqwest v0.12.28 |
| 1681 | 2026-08-17T20:20:55.546Z | Compiling hkdf v0.12.4 |
| 1682 | 2026-08-17T20:20:55.565Z | Compiling crypto-bigint v0.5.5 |
| 1683 | 2026-08-17T20:20:55.678Z | Compiling strum_macros v0.26.4 |
| 1684 | 2026-08-17T20:20:55.700Z | Compiling enum-as-inner v0.6.1 |
| 1685 | 2026-08-17T20:20:55.714Z | Compiling serde_repr v0.1.20 |
| 1686 | 2026-08-17T20:20:55.733Z | Compiling async-recursion v1.1.1 |
| 1687 | 2026-08-17T20:20:55.789Z | Compiling phf_shared v0.11.3 |
| 1688 | 2026-08-17T20:20:55.879Z | Compiling float-cmp v0.10.0 |
| 1689 | 2026-08-17T20:20:55.901Z | Compiling pem v3.0.6 |
| 1690 | 2026-08-17T20:20:55.917Z | Compiling memmap2 v0.9.10 |
| 1691 | 2026-08-17T20:20:55.991Z | Compiling thread-id v4.2.2 |
| 1692 | 2026-08-17T20:20:56.047Z | Compiling typed-path v0.9.3 |
| 1693 | 2026-08-17T20:20:56.087Z | Compiling precomputed-hash v0.1.1 |
| 1694 | 2026-08-17T20:20:56.151Z | Compiling const-oid v0.10.2 |
| 1695 | 2026-08-17T20:20:56.197Z | Compiling whoami v2.1.0 |
| 1696 | 2026-08-17T20:20:56.246Z | Compiling normalize-line-endings v0.3.0 |
| 1697 | 2026-08-17T20:20:56.262Z | Compiling fixedbitset v0.5.7 |
| 1698 | 2026-08-17T20:20:56.293Z | Compiling winnow v1.0.3 |
| 1699 | 2026-08-17T20:20:56.361Z | Compiling data-encoding v2.10.0 |
| 1700 | 2026-08-17T20:20:56.379Z | Compiling difflib v0.4.0 |
| 1701 | 2026-08-17T20:20:56.394Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-08-17T20:20:56.469Z | Compiling cpufeatures v0.3.0 |
| 1703 | 2026-08-17T20:20:56.483Z | Compiling new_debug_unreachable v1.0.6 |
| 1704 | 2026-08-17T20:20:56.558Z | Compiling fixedbitset v0.4.2 |
| 1705 | 2026-08-17T20:20:56.573Z | Compiling keccak v0.1.6 |
| 1706 | 2026-08-17T20:20:56.595Z | Compiling predicates-core v1.0.10 |
| 1707 | 2026-08-17T20:20:56.610Z | Compiling elliptic-curve v0.13.8 |
| 1708 | 2026-08-17T20:20:56.787Z | Compiling sha3 v0.10.8 |
| 1709 | 2026-08-17T20:20:56.801Z | Compiling predicates v3.1.4 |
| 1710 | 2026-08-17T20:20:56.818Z | Compiling petgraph v0.6.5 |
| 1711 | 2026-08-17T20:20:56.957Z | Compiling hickory-proto v0.25.2 |
| 1712 | 2026-08-17T20:20:57.042Z | Compiling chacha20 v0.10.0 |
| 1713 | 2026-08-17T20:20:57.085Z | Compiling string_cache v0.8.9 |
| 1714 | 2026-08-17T20:20:57.264Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1715 | 2026-08-17T20:20:57.308Z | Compiling toml_edit v0.22.27 |
| 1716 | 2026-08-17T20:20:57.327Z | Compiling petgraph v0.8.3 |
| 1717 | 2026-08-17T20:20:57.342Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1718 | 2026-08-17T20:20:57.357Z | Compiling tokio-postgres v0.7.16 |
| 1719 | 2026-08-17T20:20:57.392Z | Compiling digest v0.11.3 |
| 1720 | 2026-08-17T20:20:57.437Z | Compiling usdt v0.6.0 |
| 1721 | 2026-08-17T20:20:57.466Z | Compiling usdt-impl v0.5.0 |
| 1722 | 2026-08-17T20:20:57.481Z | Compiling strum v0.26.3 |
| 1723 | 2026-08-17T20:20:57.631Z | Compiling zip v4.6.1 |
| 1724 | 2026-08-17T20:20:57.645Z | Compiling serde_with v3.21.0 |
| 1725 | 2026-08-17T20:20:57.666Z | Compiling ed25519-dalek v2.2.0 |
| 1726 | 2026-08-17T20:20:57.709Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-08-17T20:20:57.905Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1728 | 2026-08-17T20:20:58.150Z | Compiling iddqd v0.4.2 |
| 1729 | 2026-08-17T20:20:58.592Z | Compiling heck v0.4.1 |
| 1730 | 2026-08-17T20:20:58.622Z | Compiling similar v2.7.0 |
| 1731 | 2026-08-17T20:20:58.832Z | Compiling itertools v0.15.0 |
| 1732 | 2026-08-17T20:20:58.995Z | Compiling itertools v0.13.0 |
| 1733 | 2026-08-17T20:20:59.296Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-08-17T20:20:59.343Z | Compiling crossbeam-epoch v0.9.18 |
| 1735 | 2026-08-17T20:20:59.436Z | Compiling buf-list v1.1.2 |
| 1736 | 2026-08-17T20:20:59.456Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-17T20:20:59.460Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-08-17T20:20:59.492Z | Compiling lalrpop-util v0.19.12 |
| 1739 | 2026-08-17T20:20:59.597Z | Compiling peg-runtime v0.8.5 |
| 1740 | 2026-08-17T20:20:59.684Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-08-17T20:20:59.700Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-08-17T20:20:59.730Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-08-17T20:20:59.768Z | Compiling filetime v0.2.27 |
| 1744 | 2026-08-17T20:20:59.797Z | Compiling is-terminal v0.4.17 |
| 1745 | 2026-08-17T20:20:59.813Z | Compiling term v1.2.1 |
| 1746 | 2026-08-17T20:20:59.888Z | Compiling xattr v1.6.1 |
| 1747 | 2026-08-17T20:20:59.950Z | Compiling take_mut v0.2.2 |
| 1748 | 2026-08-17T20:21:00.007Z | Compiling camino-tempfile v1.4.1 |
| 1749 | 2026-08-17T20:21:00.023Z | Compiling tar v0.4.46 |
| 1750 | 2026-08-17T20:21:00.225Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-08-17T20:21:17.551Z | Compiling rustls-webpki v0.103.13 |
| 1752 | 2026-08-17T20:21:20.199Z | Compiling tokio-rustls v0.26.4 |
| 1753 | 2026-08-17T20:21:20.199Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-08-17T20:21:20.203Z | Compiling tough v0.22.0 |
| 1755 | 2026-08-17T20:21:20.399Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-08-17T20:21:20.587Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-08-17T20:21:22.780Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-08-17T20:21:22.967Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-08-17T20:21:25.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.89s |
| 1760 | 2026-08-17T20:21:26.002Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1761 | 2026-08-17T20:21:26.059Z | Aug 17 20:21:25.328 INFO Starting download, target: Clickhouse |
| 1762 | 2026-08-17T20:21:26.059Z | Aug 17 20:21:25.329 INFO Starting download, target: Console |
| 1763 | 2026-08-17T20:21:26.059Z | Aug 17 20:21:25.329 INFO Starting download, target: MaghemiteMgd |
| 1764 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Starting download, target: Cockroach |
| 1765 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Starting download, target: DendriteStub |
| 1766 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Starting download, target: MaghemiteDdmd |
| 1767 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1769 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1770 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1771 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1772 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1773 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1774 | 2026-08-17T20:21:26.062Z | Aug 17 20:21:25.329 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1775 | 2026-08-17T20:21:26.568Z | Aug 17 20:21:25.832 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1776 | 2026-08-17T20:21:26.793Z | Aug 17 20:21:26.058 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-08-17T20:21:27.880Z | Aug 17 20:21:27.145 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1778 | 2026-08-17T20:21:28.168Z | Aug 17 20:21:27.409 INFO Download complete, target: Console |
| 1779 | 2026-08-17T20:21:28.197Z | Aug 17 20:21:27.453 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1780 | 2026-08-17T20:21:28.207Z | Aug 17 20:21:27.470 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1781 | 2026-08-17T20:21:28.259Z | Aug 17 20:21:27.527 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1782 | 2026-08-17T20:21:28.362Z | Aug 17 20:21:27.628 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1783 | 2026-08-17T20:21:29.166Z | Aug 17 20:21:28.428 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-08-17T20:21:29.166Z | Aug 17 20:21:28.428 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-08-17T20:21:30.181Z | Aug 17 20:21:29.448 INFO Download complete, target: MaghemiteDdmd |
| 1786 | 2026-08-17T20:21:30.934Z | Aug 17 20:21:30.204 INFO Download complete, target: DendriteStub |
| 1787 | 2026-08-17T20:21:31.129Z | Aug 17 20:21:30.399 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-08-17T20:21:33.982Z | Aug 17 20:21:33.247 INFO Checking that binary works, target: Cockroach |
| 1789 | 2026-08-17T20:21:34.102Z | Aug 17 20:21:33.362 INFO Download complete, target: Cockroach |
| 1790 | 2026-08-17T20:21:35.177Z | Aug 17 20:21:34.444 INFO Checking that binary works, target: Clickhouse |
| 1791 | 2026-08-17T20:21:35.255Z | Aug 17 20:21:34.525 INFO Download complete, target: Clickhouse |
| 1792 | 2026-08-17T20:21:35.262Z | All prerequisites installed successfully |
| 1793 | 2026-08-17T20:21:35.266Z | |
| 1794 | 2026-08-17T20:21:35.266Z | real 1:59.227053311 |
| 1795 | 2026-08-17T20:21:35.266Z | user 7:11.045018799 |
| 1796 | 2026-08-17T20:21:35.266Z | sys 1:44.262079428 |
| 1797 | 2026-08-17T20:21:35.266Z | trap 0.265365045 |
| 1798 | 2026-08-17T20:21:35.266Z | tflt 0.765980097 |
| 1799 | 2026-08-17T20:21:35.266Z | dflt 1.785708402 |
| 1800 | 2026-08-17T20:21:35.266Z | kflt 0.025827295 |
| 1801 | 2026-08-17T20:21:35.266Z | lock 28:00.622889984 |
| 1802 | 2026-08-17T20:21:35.266Z | slp 19:44.037188834 |
| 1803 | 2026-08-17T20:21:35.266Z | lat 28.906828632 |
| 1804 | 2026-08-17T20:21:35.266Z | stop 3:33.427822249 |
| 1805 | 2026-08-17T20:21:35.266Z | + ptime -m cargo xtask download softnpu |
| 1806 | 2026-08-17T20:21:35.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1807 | 2026-08-17T20:21:35.741Z | Running `target/debug/xtask download softnpu` |
| 1808 | 2026-08-17T20:21:36.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1809 | 2026-08-17T20:21:36.578Z | Running `target/debug/xtask-downloader softnpu` |
| 1810 | 2026-08-17T20:21:36.614Z | Aug 17 20:21:35.883 INFO Starting download, target: Softnpu |
| 1811 | 2026-08-17T20:21:36.620Z | Aug 17 20:21:35.884 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1812 | 2026-08-17T20:21:37.686Z | Aug 17 20:21:36.939 INFO Download complete, target: Softnpu |
| 1813 | 2026-08-17T20:21:37.743Z | |
| 1814 | 2026-08-17T20:21:37.743Z | real 2.404348740 |
| 1815 | 2026-08-17T20:21:37.743Z | user 1.317041106 |
| 1816 | 2026-08-17T20:21:37.743Z | sys 0.620057142 |
| 1817 | 2026-08-17T20:21:37.744Z | trap 0.000719040 |
| 1818 | 2026-08-17T20:21:37.744Z | tflt 0.000080070 |
| 1819 | 2026-08-17T20:21:37.744Z | dflt 0.000430190 |
| 1820 | 2026-08-17T20:21:37.744Z | kflt 0.000000000 |
| 1821 | 2026-08-17T20:21:37.744Z | lock 19.683093785 |
| 1822 | 2026-08-17T20:21:37.744Z | slp 0.909831032 |
| 1823 | 2026-08-17T20:21:37.744Z | lat 0.088311361 |
| 1824 | 2026-08-17T20:21:37.744Z | stop 0.000199650 |
| 1825 | 2026-08-17T20:21:37.744Z | + export CARGO_INCREMENTAL=0 |
| 1826 | 2026-08-17T20:21:37.744Z | + CARGO_INCREMENTAL=0 |
| 1827 | 2026-08-17T20:21:37.744Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1828 | 2026-08-17T20:21:38.598Z | Compiling proc-macro2 v1.0.106 |
| 1829 | 2026-08-17T20:21:38.598Z | Compiling quote v1.0.45 |
| 1830 | 2026-08-17T20:21:38.599Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-08-17T20:21:38.599Z | Compiling libc v0.2.185 |
| 1832 | 2026-08-17T20:21:38.630Z | Compiling serde_core v1.0.228 |
| 1833 | 2026-08-17T20:21:38.631Z | Compiling serde v1.0.228 |
| 1834 | 2026-08-17T20:21:38.631Z | Compiling cfg-if v1.0.4 |
| 1835 | 2026-08-17T20:21:38.631Z | Compiling version_check v0.9.5 |
| 1836 | 2026-08-17T20:21:38.769Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-08-17T20:21:38.809Z | Compiling find-msvc-tools v0.1.9 |
| 1838 | 2026-08-17T20:21:38.809Z | Compiling shlex v1.3.0 |
| 1839 | 2026-08-17T20:21:38.809Z | Compiling memchr v2.8.0 |
| 1840 | 2026-08-17T20:21:38.809Z | Compiling zmij v1.0.21 |
| 1841 | 2026-08-17T20:21:38.809Z | Compiling serde_json v1.0.151 |
| 1842 | 2026-08-17T20:21:38.931Z | Compiling portable-atomic v1.13.1 |
| 1843 | 2026-08-17T20:21:38.997Z | Compiling zerocopy v0.8.40 |
| 1844 | 2026-08-17T20:21:39.043Z | Compiling libm v0.2.16 |
| 1845 | 2026-08-17T20:21:39.215Z | Compiling getrandom v0.4.1 |
| 1846 | 2026-08-17T20:21:39.253Z | Compiling parking_lot_core v0.9.12 |
| 1847 | 2026-08-17T20:21:39.291Z | Compiling icu_properties_data v2.1.2 |
| 1848 | 2026-08-17T20:21:39.291Z | Compiling generic-array v0.14.7 |
| 1849 | 2026-08-17T20:21:39.291Z | Compiling icu_normalizer_data v2.1.1 |
| 1850 | 2026-08-17T20:21:39.349Z | Compiling num-traits v0.2.19 |
| 1851 | 2026-08-17T20:21:39.365Z | Compiling smallvec v1.15.1 |
| 1852 | 2026-08-17T20:21:39.379Z | Compiling itoa v1.0.17 |
| 1853 | 2026-08-17T20:21:39.454Z | Compiling log v0.4.29 |
| 1854 | 2026-08-17T20:21:39.497Z | Compiling pkg-config v0.3.32 |
| 1855 | 2026-08-17T20:21:39.528Z | Compiling subtle v2.6.1 |
| 1856 | 2026-08-17T20:21:39.564Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-08-17T20:21:39.587Z | Compiling typenum v1.20.1 |
| 1858 | 2026-08-17T20:21:39.659Z | Compiling getrandom v0.3.4 |
| 1859 | 2026-08-17T20:21:39.688Z | Compiling scopeguard v1.2.0 |
| 1860 | 2026-08-17T20:21:39.721Z | Compiling thiserror v2.0.18 |
| 1861 | 2026-08-17T20:21:39.754Z | Compiling rustix v1.1.3 |
| 1862 | 2026-08-17T20:21:39.774Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-08-17T20:21:39.789Z | Compiling errno v0.3.14 |
| 1864 | 2026-08-17T20:21:39.870Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-08-17T20:21:39.997Z | Compiling cc v1.2.56 |
| 1866 | 2026-08-17T20:21:40.043Z | Compiling syn v2.0.117 |
| 1867 | 2026-08-17T20:21:40.043Z | Compiling rand_core v0.10.0 |
| 1868 | 2026-08-17T20:21:40.043Z | Compiling getrandom v0.2.17 |
| 1869 | 2026-08-17T20:21:40.128Z | Compiling equivalent v1.0.2 |
| 1870 | 2026-08-17T20:21:40.142Z | Compiling heck v0.5.0 |
| 1871 | 2026-08-17T20:21:40.159Z | Compiling critical-section v1.2.0 |
| 1872 | 2026-08-17T20:21:40.251Z | Compiling rand_core v0.6.4 |
| 1873 | 2026-08-17T20:21:40.301Z | Compiling syn v1.0.109 |
| 1874 | 2026-08-17T20:21:40.310Z | Compiling pin-project-lite v0.2.17 |
| 1875 | 2026-08-17T20:21:40.368Z | Compiling litemap v0.8.1 |
| 1876 | 2026-08-17T20:21:40.433Z | Compiling percent-encoding v2.3.2 |
| 1877 | 2026-08-17T20:21:40.452Z | Compiling schemars v0.8.22 |
| 1878 | 2026-08-17T20:21:40.469Z | Compiling writeable v0.6.2 |
| 1879 | 2026-08-17T20:21:40.536Z | Compiling hashbrown v0.17.0 |
| 1880 | 2026-08-17T20:21:40.605Z | Compiling rustversion v1.0.22 |
| 1881 | 2026-08-17T20:21:40.651Z | Compiling dunce v1.0.5 |
| 1882 | 2026-08-17T20:21:40.654Z | Compiling fs_extra v1.3.0 |
| 1883 | 2026-08-17T20:21:40.726Z | Compiling once_cell v1.21.3 |
| 1884 | 2026-08-17T20:21:40.781Z | Compiling cmake v0.1.57 |
| 1885 | 2026-08-17T20:21:40.853Z | Compiling byteorder v1.5.0 |
| 1886 | 2026-08-17T20:21:40.923Z | Compiling strsim v0.11.1 |
| 1887 | 2026-08-17T20:21:40.959Z | Compiling semver v1.0.28 |
| 1888 | 2026-08-17T20:21:40.990Z | Compiling bitflags v2.11.0 |
| 1889 | 2026-08-17T20:21:41.152Z | Compiling indexmap v2.14.0 |
| 1890 | 2026-08-17T20:21:41.238Z | Compiling signal-hook-registry v1.4.8 |
| 1891 | 2026-08-17T20:21:41.256Z | Compiling thiserror v1.0.69 |
| 1892 | 2026-08-17T20:21:41.289Z | Compiling utf8_iter v1.0.4 |
| 1893 | 2026-08-17T20:21:41.305Z | Compiling aws-lc-sys v0.40.0 |
| 1894 | 2026-08-17T20:21:41.319Z | Compiling parking_lot v0.12.5 |
| 1895 | 2026-08-17T20:21:41.395Z | Compiling form_urlencoded v1.2.2 |
| 1896 | 2026-08-17T20:21:41.483Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-08-17T20:21:41.561Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-17T20:21:41.696Z | Compiling aws-lc-rs v1.16.3 |
| 1899 | 2026-08-17T20:21:41.712Z | Compiling const-oid v0.9.6 |
| 1900 | 2026-08-17T20:21:41.716Z | Compiling futures-core v0.3.32 |
| 1901 | 2026-08-17T20:21:41.919Z | Compiling httparse v1.10.1 |
| 1902 | 2026-08-17T20:21:42.038Z | Compiling fnv v1.0.7 |
| 1903 | 2026-08-17T20:21:42.144Z | Compiling crc32fast v1.5.0 |
| 1904 | 2026-08-17T20:21:42.226Z | Compiling ucd-trie v0.1.7 |
| 1905 | 2026-08-17T20:21:42.241Z | Compiling regex-syntax v0.8.10 |
| 1906 | 2026-08-17T20:21:42.273Z | Compiling iana-time-zone v0.1.65 |
| 1907 | 2026-08-17T20:21:42.343Z | Compiling vcpkg v0.2.15 |
| 1908 | 2026-08-17T20:21:42.358Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-08-17T20:21:42.373Z | Compiling pest v2.8.6 |
| 1910 | 2026-08-17T20:21:42.500Z | Compiling uuid v1.23.4 |
| 1911 | 2026-08-17T20:21:42.609Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-08-17T20:21:42.627Z | Compiling rustls v0.23.41 |
| 1913 | 2026-08-17T20:21:42.643Z | Compiling futures-sink v0.3.32 |
| 1914 | 2026-08-17T20:21:42.780Z | Compiling synstructure v0.13.2 |
| 1915 | 2026-08-17T20:21:42.802Z | Compiling serde_derive_internals v0.29.1 |
| 1916 | 2026-08-17T20:21:42.806Z | Compiling futures-channel v0.3.32 |
| 1917 | 2026-08-17T20:21:42.928Z | Compiling openssl-sys v0.9.117 |
| 1918 | 2026-08-17T20:21:43.114Z | Compiling aho-corasick v1.1.4 |
| 1919 | 2026-08-17T20:21:43.117Z | Compiling futures-io v0.3.32 |
| 1920 | 2026-08-17T20:21:43.187Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-08-17T20:21:43.203Z | Compiling slab v0.4.12 |
| 1922 | 2026-08-17T20:21:43.439Z | Compiling dyn-clone v1.0.20 |
| 1923 | 2026-08-17T20:21:43.460Z | Compiling radium v0.7.0 |
| 1924 | 2026-08-17T20:21:43.511Z | Compiling pest_meta v2.8.6 |
| 1925 | 2026-08-17T20:21:43.528Z | Compiling time-core v0.1.8 |
| 1926 | 2026-08-17T20:21:43.531Z | Compiling plain v0.2.3 |
| 1927 | 2026-08-17T20:21:43.531Z | Compiling num-conv v0.2.0 |
| 1928 | 2026-08-17T20:21:43.662Z | Compiling crossbeam-utils v0.8.21 |
| 1929 | 2026-08-17T20:21:43.715Z | Compiling time-macros v0.2.27 |
| 1930 | 2026-08-17T20:21:43.715Z | Compiling base64ct v1.8.3 |
| 1931 | 2026-08-17T20:21:43.748Z | Compiling pretty-hex v0.4.1 |
| 1932 | 2026-08-17T20:21:43.764Z | Compiling openssl v0.10.80 |
| 1933 | 2026-08-17T20:21:43.835Z | Compiling base64 v0.22.1 |
| 1934 | 2026-08-17T20:21:43.852Z | Compiling maybe-uninit v2.0.0 |
| 1935 | 2026-08-17T20:21:43.963Z | Compiling regex-automata v0.4.14 |
| 1936 | 2026-08-17T20:21:44.032Z | Compiling pem-rfc7468 v0.7.0 |
| 1937 | 2026-08-17T20:21:44.049Z | Compiling flagset v0.4.7 |
| 1938 | 2026-08-17T20:21:44.067Z | Compiling serde_derive v1.0.228 |
| 1939 | 2026-08-17T20:21:44.099Z | Compiling zeroize_derive v1.5.0 |
| 1940 | 2026-08-17T20:21:44.130Z | Compiling zerofrom-derive v0.1.6 |
| 1941 | 2026-08-17T20:21:44.147Z | Compiling yoke-derive v0.8.1 |
| 1942 | 2026-08-17T20:21:44.162Z | Compiling zerocopy-derive v0.8.40 |
| 1943 | 2026-08-17T20:21:44.206Z | Compiling zerovec-derive v0.11.2 |
| 1944 | 2026-08-17T20:21:44.258Z | Compiling displaydoc v0.2.5 |
| 1945 | 2026-08-17T20:21:44.326Z | Compiling tokio-macros v2.7.0 |
| 1946 | 2026-08-17T20:21:44.360Z | Compiling futures-macro v0.3.32 |
| 1947 | 2026-08-17T20:21:44.404Z | Compiling thiserror-impl v2.0.18 |
| 1948 | 2026-08-17T20:21:44.548Z | Compiling schemars_derive v0.8.22 |
| 1949 | 2026-08-17T20:21:44.728Z | Compiling der_derive v0.7.3 |
| 1950 | 2026-08-17T20:21:44.748Z | Compiling zeroize v1.9.0 |
| 1951 | 2026-08-17T20:21:45.012Z | Compiling tracing-attributes v0.1.31 |
| 1952 | 2026-08-17T20:21:45.015Z | Compiling thiserror-impl v1.0.69 |
| 1953 | 2026-08-17T20:21:45.043Z | Compiling pest_generator v2.8.6 |
| 1954 | 2026-08-17T20:21:45.101Z | Compiling scroll_derive v0.12.1 |
| 1955 | 2026-08-17T20:21:45.144Z | Compiling futures-util v0.3.32 |
| 1956 | 2026-08-17T20:21:45.260Z | Compiling zerofrom v0.1.6 |
| 1957 | 2026-08-17T20:21:45.412Z | Compiling yoke v0.8.1 |
| 1958 | 2026-08-17T20:21:45.566Z | Compiling crypto-common v0.1.7 |
| 1959 | 2026-08-17T20:21:45.630Z | Compiling zerovec v0.11.5 |
| 1960 | 2026-08-17T20:21:45.660Z | Compiling zerotrie v0.2.3 |
| 1961 | 2026-08-17T20:21:45.690Z | Compiling pest_derive v2.8.6 |
| 1962 | 2026-08-17T20:21:45.744Z | Compiling block-buffer v0.10.4 |
| 1963 | 2026-08-17T20:21:45.932Z | Compiling digest v0.10.7 |
| 1964 | 2026-08-17T20:21:46.090Z | Compiling scroll_derive v0.13.1 |
| 1965 | 2026-08-17T20:21:46.124Z | Compiling der v0.7.10 |
| 1966 | 2026-08-17T20:21:46.142Z | Compiling openssl-macros v0.1.1 |
| 1967 | 2026-08-17T20:21:46.169Z | Compiling rand_core v0.9.5 |
| 1968 | 2026-08-17T20:21:46.173Z | Compiling darling_core v0.23.0 |
| 1969 | 2026-08-17T20:21:46.200Z | Compiling tinystr v0.8.2 |
| 1970 | 2026-08-17T20:21:46.217Z | Compiling potential_utf v0.1.4 |
| 1971 | 2026-08-17T20:21:46.251Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-08-17T20:21:46.412Z | Compiling icu_locale_core v2.1.1 |
| 1973 | 2026-08-17T20:21:46.419Z | Compiling icu_collections v2.1.1 |
| 1974 | 2026-08-17T20:21:46.568Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1975 | 2026-08-17T20:21:46.645Z | Compiling ahash v0.8.12 |
| 1976 | 2026-08-17T20:21:46.661Z | Compiling anyhow v1.0.102 |
| 1977 | 2026-08-17T20:21:46.885Z | Compiling packed_struct v0.10.1 |
| 1978 | 2026-08-17T20:21:46.958Z | Compiling num-bigint-dig v0.8.6 |
| 1979 | 2026-08-17T20:21:47.142Z | Compiling icu_provider v2.1.1 |
| 1980 | 2026-08-17T20:21:47.158Z | Compiling native-tls v0.2.18 |
| 1981 | 2026-08-17T20:21:47.176Z | Compiling spki v0.7.3 |
| 1982 | 2026-08-17T20:21:47.239Z | Compiling bytes v1.11.1 |
| 1983 | 2026-08-17T20:21:47.372Z | Compiling chrono v0.4.45 |
| 1984 | 2026-08-17T20:21:47.390Z | Compiling serde_tokenstream v0.2.3 |
| 1985 | 2026-08-17T20:21:47.409Z | Compiling icu_properties v2.1.2 |
| 1986 | 2026-08-17T20:21:47.452Z | Compiling icu_normalizer v2.1.1 |
| 1987 | 2026-08-17T20:21:47.470Z | Compiling regex v1.12.3 |
| 1988 | 2026-08-17T20:21:47.475Z | Compiling zerocopy-derive v0.7.35 |
| 1989 | 2026-08-17T20:21:47.875Z | Compiling tokio v1.52.1 |
| 1990 | 2026-08-17T20:21:47.975Z | Compiling http v1.4.2 |
| 1991 | 2026-08-17T20:21:48.302Z | Compiling slog v2.8.2 |
| 1992 | 2026-08-17T20:21:48.333Z | Compiling darling_macro v0.23.0 |
| 1993 | 2026-08-17T20:21:48.519Z | Compiling idna_adapter v1.2.1 |
| 1994 | 2026-08-17T20:21:48.567Z | Compiling ppv-lite86 v0.2.21 |
| 1995 | 2026-08-17T20:21:48.679Z | Compiling idna v1.1.0 |
| 1996 | 2026-08-17T20:21:48.850Z | Compiling tracing-core v0.1.36 |
| 1997 | 2026-08-17T20:21:48.853Z | Compiling cookie v0.18.1 |
| 1998 | 2026-08-17T20:21:48.868Z | Compiling utf8parse v0.2.2 |
| 1999 | 2026-08-17T20:21:48.910Z | Compiling camino v1.2.2 |
| 2000 | 2026-08-17T20:21:48.982Z | Compiling cpufeatures v0.2.17 |
| 2001 | 2026-08-17T20:21:49.015Z | Compiling rand_chacha v0.9.0 |
| 2002 | 2026-08-17T20:21:49.072Z | Compiling url v2.5.8 |
| 2003 | 2026-08-17T20:21:49.088Z | Compiling darling v0.23.0 |
| 2004 | 2026-08-17T20:21:49.106Z | Compiling toml_datetime v0.6.11 |
| 2005 | 2026-08-17T20:21:49.124Z | Compiling serde_spanned v0.6.9 |
| 2006 | 2026-08-17T20:21:49.189Z | Compiling packed_struct_codegen v0.10.1 |
| 2007 | 2026-08-17T20:21:49.220Z | Compiling bitfield-macros v0.19.4 |
| 2008 | 2026-08-17T20:21:49.289Z | Compiling tracing v0.1.44 |
| 2009 | 2026-08-17T20:21:49.365Z | Compiling clap_derive v4.6.1 |
| 2010 | 2026-08-17T20:21:49.386Z | Compiling zerocopy-derive v0.6.6 |
| 2011 | 2026-08-17T20:21:49.882Z | Compiling indexmap v1.9.3 |
| 2012 | 2026-08-17T20:21:49.913Z | Compiling paste v1.0.15 |
| 2013 | 2026-08-17T20:21:49.985Z | Compiling anstyle v1.0.14 |
| 2014 | 2026-08-17T20:21:50.079Z | Compiling rand v0.9.2 |
| 2015 | 2026-08-17T20:21:50.102Z | Compiling http-body v1.0.1 |
| 2016 | 2026-08-17T20:21:50.161Z | Compiling pkcs8 v0.10.2 |
| 2017 | 2026-08-17T20:21:50.223Z | Compiling rustls-pki-types v1.14.0 |
| 2018 | 2026-08-17T20:21:50.343Z | Compiling spin v0.9.8 |
| 2019 | 2026-08-17T20:21:50.365Z | Compiling usdt-impl v0.5.0 |
| 2020 | 2026-08-17T20:21:50.419Z | Compiling cmov v0.5.4 |
| 2021 | 2026-08-17T20:21:50.573Z | Compiling usdt-impl v0.6.0 |
| 2022 | 2026-08-17T20:21:50.601Z | Compiling colorchoice v1.0.4 |
| 2023 | 2026-08-17T20:21:50.650Z | Compiling either v1.15.0 |
| 2024 | 2026-08-17T20:21:50.650Z | Compiling tinyvec_macros v0.1.1 |
| 2025 | 2026-08-17T20:21:50.752Z | Compiling openssl-probe v0.2.1 |
| 2026 | 2026-08-17T20:21:50.768Z | Compiling winnow v0.5.40 |
| 2027 | 2026-08-17T20:21:50.801Z | Compiling is_terminal_polyfill v1.70.2 |
| 2028 | 2026-08-17T20:21:50.833Z | Compiling fastrand v2.3.0 |
| 2029 | 2026-08-17T20:21:50.867Z | Compiling ref-cast v1.0.25 |
| 2030 | 2026-08-17T20:21:50.881Z | Compiling anstyle-query v1.1.5 |
| 2031 | 2026-08-17T20:21:50.915Z | Compiling ctutils v0.4.2 |
| 2032 | 2026-08-17T20:21:50.931Z | Compiling tinyvec v1.10.0 |
| 2033 | 2026-08-17T20:21:51.155Z | Compiling sha2 v0.10.9 |
| 2034 | 2026-08-17T20:21:51.193Z | Compiling scroll v0.13.0 |
| 2035 | 2026-08-17T20:21:51.224Z | Compiling scroll v0.12.0 |
| 2036 | 2026-08-17T20:21:51.307Z | Compiling async-trait v0.1.89 |
| 2037 | 2026-08-17T20:21:51.482Z | Compiling heapless v0.7.17 |
| 2038 | 2026-08-17T20:21:51.558Z | Compiling signal-hook v0.3.18 |
| 2039 | 2026-08-17T20:21:51.573Z | Compiling tower-layer v0.3.3 |
| 2040 | 2026-08-17T20:21:51.588Z | Compiling atomic-waker v1.1.2 |
| 2041 | 2026-08-17T20:21:51.591Z | Compiling winnow v0.7.14 |
| 2042 | 2026-08-17T20:21:51.626Z | Compiling try-lock v0.2.5 |
| 2043 | 2026-08-17T20:21:51.741Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-17T20:21:51.758Z | Compiling untrusted v0.7.1 |
| 2045 | 2026-08-17T20:21:51.761Z | Compiling zstd-safe v7.2.4 |
| 2046 | 2026-08-17T20:21:51.761Z | Compiling tower-service v0.3.3 |
| 2047 | 2026-08-17T20:21:51.801Z | Compiling litrs v1.0.0 |
| 2048 | 2026-08-17T20:21:51.990Z | Compiling rustix v0.38.44 |
| 2049 | 2026-08-17T20:21:52.041Z | Compiling toml_edit v0.19.15 |
| 2050 | 2026-08-17T20:21:52.180Z | Compiling winnow v1.0.3 |
| 2051 | 2026-08-17T20:21:52.196Z | Compiling tempfile v3.25.0 |
| 2052 | 2026-08-17T20:21:52.257Z | Compiling document-features v0.2.12 |
| 2053 | 2026-08-17T20:21:52.319Z | Compiling want v0.3.1 |
| 2054 | 2026-08-17T20:21:52.498Z | Compiling h2 v0.4.15 |
| 2055 | 2026-08-17T20:21:52.788Z | Compiling goblin v0.8.2 |
| 2056 | 2026-08-17T20:21:52.862Z | Compiling goblin v0.10.5 |
| 2057 | 2026-08-17T20:21:52.902Z | Compiling hybrid-array v0.4.13 |
| 2058 | 2026-08-17T20:21:53.050Z | Compiling itertools v0.15.0 |
| 2059 | 2026-08-17T20:21:53.071Z | Compiling anstyle-parse v1.0.0 |
| 2060 | 2026-08-17T20:21:53.257Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2061 | 2026-08-17T20:21:53.274Z | Compiling zerocopy v0.7.35 |
| 2062 | 2026-08-17T20:21:53.694Z | Compiling ipnet v2.11.0 |
| 2063 | 2026-08-17T20:21:53.776Z | Compiling structmeta-derive v0.3.0 |
| 2064 | 2026-08-17T20:21:53.831Z | Compiling ref-cast-impl v1.0.25 |
| 2065 | 2026-08-17T20:21:53.835Z | Compiling daft-derive v0.1.7 |
| 2066 | 2026-08-17T20:21:53.864Z | Compiling curve25519-dalek v4.1.3 |
| 2067 | 2026-08-17T20:21:53.899Z | Compiling darling_core v0.20.11 |
| 2068 | 2026-08-17T20:21:54.144Z | Compiling memoffset v0.9.1 |
| 2069 | 2026-08-17T20:21:54.192Z | Compiling foreign-types-shared v0.1.1 |
| 2070 | 2026-08-17T20:21:54.217Z | Compiling powerfmt v0.2.0 |
| 2071 | 2026-08-17T20:21:54.298Z | Compiling tap v1.0.1 |
| 2072 | 2026-08-17T20:21:54.397Z | Compiling simd-adler32 v0.3.8 |
| 2073 | 2026-08-17T20:21:54.529Z | Compiling httpdate v1.0.3 |
| 2074 | 2026-08-17T20:21:54.545Z | Compiling untrusted v0.9.0 |
| 2075 | 2026-08-17T20:21:54.598Z | Compiling wyz v0.5.1 |
| 2076 | 2026-08-17T20:21:54.654Z | Compiling deranged v0.5.8 |
| 2077 | 2026-08-17T20:21:54.684Z | Compiling foreign-types v0.3.2 |
| 2078 | 2026-08-17T20:21:54.761Z | Compiling anstream v1.0.0 |
| 2079 | 2026-08-17T20:21:54.794Z | Compiling structmeta v0.3.0 |
| 2080 | 2026-08-17T20:21:54.825Z | Compiling unicode-normalization v0.1.25 |
| 2081 | 2026-08-17T20:21:55.032Z | Compiling dof v0.3.0 |
| 2082 | 2026-08-17T20:21:55.145Z | Compiling dtrace-parser v0.2.0 |
| 2083 | 2026-08-17T20:21:55.305Z | Compiling rand_chacha v0.3.1 |
| 2084 | 2026-08-17T20:21:55.375Z | Compiling hex v0.4.3 |
| 2085 | 2026-08-17T20:21:55.644Z | Compiling hyper v1.10.1 |
| 2086 | 2026-08-17T20:21:55.663Z | Compiling dof v0.4.0 |
| 2087 | 2026-08-17T20:21:55.688Z | Compiling dtrace-parser v0.3.0 |
| 2088 | 2026-08-17T20:21:55.734Z | Compiling signature v2.2.0 |
| 2089 | 2026-08-17T20:21:55.751Z | Compiling terminal_size v0.4.3 |
| 2090 | 2026-08-17T20:21:55.835Z | Compiling pin-project-internal v1.1.11 |
| 2091 | 2026-08-17T20:21:55.872Z | Compiling darling_macro v0.20.11 |
| 2092 | 2026-08-17T20:21:55.910Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-08-17T20:21:55.943Z | Compiling thread-id v4.2.2 |
| 2094 | 2026-08-17T20:21:56.049Z | Compiling wait-timeout v0.2.1 |
| 2095 | 2026-08-17T20:21:56.180Z | Compiling thread-id v5.1.0 |
| 2096 | 2026-08-17T20:21:56.229Z | Compiling adler2 v2.0.1 |
| 2097 | 2026-08-17T20:21:56.311Z | Compiling bit-vec v0.8.0 |
| 2098 | 2026-08-17T20:21:56.356Z | Compiling quick-error v1.2.3 |
| 2099 | 2026-08-17T20:21:56.372Z | Compiling num_threads v0.1.7 |
| 2100 | 2026-08-17T20:21:56.433Z | Compiling funty v2.0.0 |
| 2101 | 2026-08-17T20:21:56.562Z | Compiling clap_lex v1.0.0 |
| 2102 | 2026-08-17T20:21:56.595Z | Compiling cfg_aliases v0.2.1 |
| 2103 | 2026-08-17T20:21:56.613Z | Compiling smoltcp v0.9.1 |
| 2104 | 2026-08-17T20:21:56.685Z | Compiling nix v0.31.2 |
| 2105 | 2026-08-17T20:21:56.701Z | Compiling time v0.3.47 |
| 2106 | 2026-08-17T20:21:56.719Z | Compiling bit-set v0.8.0 |
| 2107 | 2026-08-17T20:21:56.723Z | Compiling clap_builder v4.6.0 |
| 2108 | 2026-08-17T20:21:56.799Z | Compiling bitvec v1.0.1 |
| 2109 | 2026-08-17T20:21:56.841Z | Compiling hyper-util v0.1.20 |
| 2110 | 2026-08-17T20:21:56.857Z | Compiling rusty-fork v0.3.1 |
| 2111 | 2026-08-17T20:21:56.919Z | Compiling darling v0.20.11 |
| 2112 | 2026-08-17T20:21:56.954Z | Compiling miniz_oxide v0.8.9 |
| 2113 | 2026-08-17T20:21:57.020Z | Compiling num-iter v0.1.45 |
| 2114 | 2026-08-17T20:21:57.154Z | Compiling rand v0.8.6 |
| 2115 | 2026-08-17T20:21:57.494Z | Compiling ipnetwork v0.21.1 |
| 2116 | 2026-08-17T20:21:57.586Z | Compiling lazy_static v1.5.0 |
| 2117 | 2026-08-17T20:21:57.685Z | Compiling anstyle-parse v0.2.7 |
| 2118 | 2026-08-17T20:21:57.849Z | Compiling rand_xorshift v0.4.0 |
| 2119 | 2026-08-17T20:21:57.894Z | Compiling hmac v0.12.1 |
| 2120 | 2026-08-17T20:21:57.953Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2121 | 2026-08-17T20:21:58.008Z | Compiling sync_wrapper v1.0.2 |
| 2122 | 2026-08-17T20:21:58.240Z | Compiling siphasher v1.0.2 |
| 2123 | 2026-08-17T20:21:58.273Z | Compiling nodrop v0.1.14 |
| 2124 | 2026-08-17T20:21:58.288Z | Compiling unarray v0.1.4 |
| 2125 | 2026-08-17T20:21:58.383Z | Compiling crc-catalog v2.4.0 |
| 2126 | 2026-08-17T20:21:58.544Z | Compiling zlib-rs v0.6.2 |
| 2127 | 2026-08-17T20:21:58.773Z | Compiling crc v3.4.0 |
| 2128 | 2026-08-17T20:21:59.005Z | Compiling proptest v1.11.0 |
| 2129 | 2026-08-17T20:21:59.008Z | Compiling array-init v0.0.4 |
| 2130 | 2026-08-17T20:21:59.099Z | Compiling clap v4.6.1 |
| 2131 | 2026-08-17T20:21:59.365Z | Compiling tower v0.5.3 |
| 2132 | 2026-08-17T20:21:59.854Z | Compiling anstream v0.6.21 |
| 2133 | 2026-08-17T20:22:00.003Z | Compiling smallvec v0.6.14 |
| 2134 | 2026-08-17T20:22:00.085Z | Compiling derive_builder_core v0.20.2 |
| 2135 | 2026-08-17T20:22:00.231Z | Compiling pkcs1 v0.7.5 |
| 2136 | 2026-08-17T20:22:00.267Z | Compiling http-body-util v0.1.3 |
| 2137 | 2026-08-17T20:22:00.403Z | Compiling zerocopy v0.6.6 |
| 2138 | 2026-08-17T20:22:00.519Z | Compiling bitfield v0.19.4 |
| 2139 | 2026-08-17T20:22:00.534Z | Compiling hubpack_derive v0.1.1 |
| 2140 | 2026-08-17T20:22:00.610Z | Compiling flate2 v1.1.9 |
| 2141 | 2026-08-17T20:22:00.761Z | Compiling snafu-derive v0.8.9 |
| 2142 | 2026-08-17T20:22:00.819Z | Compiling strum_macros v0.27.2 |
| 2143 | 2026-08-17T20:22:00.836Z | Compiling strum_macros v0.26.4 |
| 2144 | 2026-08-17T20:22:00.905Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-08-17T20:22:00.921Z | Compiling fs-err v3.3.0 |
| 2146 | 2026-08-17T20:22:00.993Z | Compiling base64 v0.21.7 |
| 2147 | 2026-08-17T20:22:01.131Z | Compiling iri-string v0.7.10 |
| 2148 | 2026-08-17T20:22:01.152Z | Compiling hashbrown v0.12.3 |
| 2149 | 2026-08-17T20:22:01.152Z | Compiling unicode-bidi v0.3.18 |
| 2150 | 2026-08-17T20:22:01.271Z | Compiling allocator-api2 v0.2.21 |
| 2151 | 2026-08-17T20:22:01.315Z | Compiling ryu v1.0.23 |
| 2152 | 2026-08-17T20:22:01.621Z | Compiling unicode-properties v0.1.4 |
| 2153 | 2026-08-17T20:22:01.638Z | Compiling unicode-segmentation v1.12.0 |
| 2154 | 2026-08-17T20:22:01.669Z | Compiling object v0.37.3 |
| 2155 | 2026-08-17T20:22:01.856Z | Compiling stringprep v0.1.5 |
| 2156 | 2026-08-17T20:22:01.939Z | Compiling serde_urlencoded v0.7.1 |
| 2157 | 2026-08-17T20:22:02.026Z | Compiling ron v0.8.1 |
| 2158 | 2026-08-17T20:22:02.227Z | Compiling env_logger v0.11.9 |
| 2159 | 2026-08-17T20:22:02.256Z | Compiling newtype-uuid v1.3.2 |
| 2160 | 2026-08-17T20:22:02.405Z | Compiling tower-http v0.6.8 |
| 2161 | 2026-08-17T20:22:02.439Z | Compiling derive_builder_macro v0.20.2 |
| 2162 | 2026-08-17T20:22:02.510Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2163 | 2026-08-17T20:22:02.570Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2164 | 2026-08-17T20:22:02.585Z | Compiling rsa v0.9.10 |
| 2165 | 2026-08-17T20:22:02.589Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-08-17T20:22:02.618Z | Compiling serde-hex v0.1.0 |
| 2167 | 2026-08-17T20:22:02.696Z | Compiling hashbrown v0.13.2 |
| 2168 | 2026-08-17T20:22:02.766Z | Compiling tokio-native-tls v0.3.1 |
| 2169 | 2026-08-17T20:22:02.853Z | Compiling bzip2 v0.4.4 |
| 2170 | 2026-08-17T20:22:02.904Z | Compiling usdt-macro v0.6.0 |
| 2171 | 2026-08-17T20:22:02.967Z | Compiling usdt-attr-macro v0.6.0 |
| 2172 | 2026-08-17T20:22:02.984Z | Compiling derive-ex v0.1.8 |
| 2173 | 2026-08-17T20:22:03.079Z | Compiling crypto-common v0.2.2 |
| 2174 | 2026-08-17T20:22:03.084Z | Compiling block-buffer v0.12.1 |
| 2175 | 2026-08-17T20:22:03.231Z | Compiling block-padding v0.4.2 |
| 2176 | 2026-08-17T20:22:03.355Z | Compiling rustls-native-certs v0.8.3 |
| 2177 | 2026-08-17T20:22:03.537Z | Compiling x509-cert v0.2.5 |
| 2178 | 2026-08-17T20:22:03.617Z | Compiling erased-serde v0.3.31 |
| 2179 | 2026-08-17T20:22:03.724Z | Compiling bstr v1.12.1 |
| 2180 | 2026-08-17T20:22:03.775Z | Compiling md-5 v0.10.6 |
| 2181 | 2026-08-17T20:22:03.941Z | Compiling vergen-lib v9.1.0 |
| 2182 | 2026-08-17T20:22:03.956Z | Compiling hash32 v0.2.1 |
| 2183 | 2026-08-17T20:22:04.099Z | Compiling encoding_rs v0.8.35 |
| 2184 | 2026-08-17T20:22:04.239Z | Compiling mime v0.3.17 |
| 2185 | 2026-08-17T20:22:04.366Z | Compiling crc-any v2.5.0 |
| 2186 | 2026-08-17T20:22:04.395Z | Compiling psl-types v2.0.11 |
| 2187 | 2026-08-17T20:22:04.443Z | Compiling fallible-iterator v0.2.0 |
| 2188 | 2026-08-17T20:22:04.459Z | Compiling cpufeatures v0.3.0 |
| 2189 | 2026-08-17T20:22:04.516Z | Compiling test-strategy v0.4.5 |
| 2190 | 2026-08-17T20:22:04.537Z | Compiling publicsuffix v2.3.0 |
| 2191 | 2026-08-17T20:22:04.734Z | Compiling postgres-protocol v0.6.10 |
| 2192 | 2026-08-17T20:22:05.100Z | Compiling inout v0.2.2 |
| 2193 | 2026-08-17T20:22:05.266Z | Compiling object v0.30.4 |
| 2194 | 2026-08-17T20:22:05.282Z | Compiling zip v0.6.6 |
| 2195 | 2026-08-17T20:22:05.300Z | Compiling derive_builder v0.20.2 |
| 2196 | 2026-08-17T20:22:05.317Z | Compiling hyper-tls v0.6.0 |
| 2197 | 2026-08-17T20:22:05.398Z | Compiling daft v0.1.7 |
| 2198 | 2026-08-17T20:22:05.438Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2199 | 2026-08-17T20:22:05.538Z | Compiling heck v0.4.1 |
| 2200 | 2026-08-17T20:22:05.561Z | Compiling phf_shared v0.13.1 |
| 2201 | 2026-08-17T20:22:05.611Z | Compiling pin-project v1.1.11 |
| 2202 | 2026-08-17T20:22:05.757Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2203 | 2026-08-17T20:22:05.801Z | Compiling toml v0.7.8 |
| 2204 | 2026-08-17T20:22:05.835Z | Compiling serde_with_macros v3.21.0 |
| 2205 | 2026-08-17T20:22:05.850Z | Compiling futures-executor v0.3.32 |
| 2206 | 2026-08-17T20:22:05.949Z | Compiling serde_repr v0.1.20 |
| 2207 | 2026-08-17T20:22:06.081Z | Compiling enum-as-inner v0.6.1 |
| 2208 | 2026-08-17T20:22:06.120Z | Compiling async-recursion v1.1.1 |
| 2209 | 2026-08-17T20:22:06.211Z | Compiling vergen v9.1.0 |
| 2210 | 2026-08-17T20:22:06.279Z | Compiling ff v0.13.1 |
| 2211 | 2026-08-17T20:22:06.343Z | Compiling cargo-platform v0.3.2 |
| 2212 | 2026-08-17T20:22:06.498Z | Compiling jiff-core v0.1.0 |
| 2213 | 2026-08-17T20:22:06.634Z | Compiling bumpalo v3.20.2 |
| 2214 | 2026-08-17T20:22:06.743Z | Compiling bitflags v1.3.2 |
| 2215 | 2026-08-17T20:22:06.759Z | Compiling managed v0.8.0 |
| 2216 | 2026-08-17T20:22:06.759Z | Compiling same-file v1.0.6 |
| 2217 | 2026-08-17T20:22:06.819Z | Compiling path-slash v0.1.5 |
| 2218 | 2026-08-17T20:22:06.901Z | Compiling foldhash v0.1.5 |
| 2219 | 2026-08-17T20:22:06.937Z | Compiling libbz2-rs-sys v0.2.2 |
| 2220 | 2026-08-17T20:22:06.961Z | Compiling base16ct v0.2.0 |
| 2221 | 2026-08-17T20:22:07.042Z | Compiling foldhash v0.2.0 |
| 2222 | 2026-08-17T20:22:07.105Z | Compiling sec1 v0.7.3 |
| 2223 | 2026-08-17T20:22:07.147Z | Compiling hashbrown v0.15.5 |
| 2224 | 2026-08-17T20:22:07.163Z | Compiling walkdir v2.5.0 |
| 2225 | 2026-08-17T20:22:07.219Z | Compiling hashbrown v0.16.1 |
| 2226 | 2026-08-17T20:22:07.272Z | Compiling jiff v0.2.34 |
| 2227 | 2026-08-17T20:22:07.389Z | Compiling bzip2 v0.6.1 |
| 2228 | 2026-08-17T20:22:07.496Z | Compiling zopfli v0.8.3 |
| 2229 | 2026-08-17T20:22:07.606Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2230 | 2026-08-17T20:22:07.853Z | Compiling cargo_metadata v0.23.1 |
| 2231 | 2026-08-17T20:22:07.896Z | Compiling group v0.13.0 |
| 2232 | 2026-08-17T20:22:08.091Z | Compiling futures v0.3.32 |
| 2233 | 2026-08-17T20:22:08.446Z | Compiling phf v0.13.1 |
| 2234 | 2026-08-17T20:22:08.512Z | Compiling snafu v0.8.9 |
| 2235 | 2026-08-17T20:22:08.631Z | Compiling reqwest v0.12.28 |
| 2236 | 2026-08-17T20:22:08.686Z | Compiling signal-hook-mio v0.2.5 |
| 2237 | 2026-08-17T20:22:08.809Z | Compiling cipher v0.5.2 |
| 2238 | 2026-08-17T20:22:08.828Z | Compiling cookie_store v0.22.1 |
| 2239 | 2026-08-17T20:22:08.867Z | Compiling postgres-types v0.2.12 |
| 2240 | 2026-08-17T20:22:09.105Z | Compiling zstd v0.13.3 |
| 2241 | 2026-08-17T20:22:09.122Z | Compiling globset v0.4.18 |
| 2242 | 2026-08-17T20:22:09.126Z | Compiling strum v0.27.2 |
| 2243 | 2026-08-17T20:22:09.319Z | Compiling hubpack v0.1.2 |
| 2244 | 2026-08-17T20:22:09.376Z | Compiling phf_shared v0.11.3 |
| 2245 | 2026-08-17T20:22:09.398Z | Compiling hkdf v0.12.4 |
| 2246 | 2026-08-17T20:22:09.419Z | Compiling crossbeam-epoch v0.9.18 |
| 2247 | 2026-08-17T20:22:09.456Z | Compiling ed25519 v2.2.3 |
| 2248 | 2026-08-17T20:22:09.497Z | Compiling byte-wrapper v0.1.0 |
| 2249 | 2026-08-17T20:22:09.552Z | Compiling olpc-cjson v0.1.4 |
| 2250 | 2026-08-17T20:22:09.801Z | Compiling serde_plain v1.0.2 |
| 2251 | 2026-08-17T20:22:09.819Z | Compiling serde-big-array v0.5.1 |
| 2252 | 2026-08-17T20:22:09.833Z | Compiling pem v3.0.6 |
| 2253 | 2026-08-17T20:22:09.916Z | Compiling crypto-bigint v0.5.5 |
| 2254 | 2026-08-17T20:22:10.058Z | Compiling float-cmp v0.10.0 |
| 2255 | 2026-08-17T20:22:10.092Z | Compiling memmap2 v0.9.10 |
| 2256 | 2026-08-17T20:22:10.180Z | Compiling difflib v0.4.0 |
| 2257 | 2026-08-17T20:22:10.228Z | Compiling static_assertions v1.1.0 |
| 2258 | 2026-08-17T20:22:10.245Z | Compiling whoami v2.1.0 |
| 2259 | 2026-08-17T20:22:10.340Z | Compiling typed-path v0.9.3 |
| 2260 | 2026-08-17T20:22:10.358Z | Compiling fixedbitset v0.5.7 |
| 2261 | 2026-08-17T20:22:10.486Z | Compiling data-encoding v2.10.0 |
| 2262 | 2026-08-17T20:22:10.632Z | Compiling fixedbitset v0.4.2 |
| 2263 | 2026-08-17T20:22:10.701Z | Compiling toml_write v0.1.2 |
| 2264 | 2026-08-17T20:22:10.747Z | Compiling keccak v0.1.6 |
| 2265 | 2026-08-17T20:22:10.747Z | Compiling const-oid v0.10.2 |
| 2266 | 2026-08-17T20:22:10.778Z | Compiling predicates-core v1.0.10 |
| 2267 | 2026-08-17T20:22:10.855Z | Compiling new_debug_unreachable v1.0.6 |
| 2268 | 2026-08-17T20:22:10.916Z | Compiling normalize-line-endings v0.3.0 |
| 2269 | 2026-08-17T20:22:10.943Z | Compiling precomputed-hash v0.1.1 |
| 2270 | 2026-08-17T20:22:10.959Z | Compiling digest v0.11.3 |
| 2271 | 2026-08-17T20:22:10.976Z | Compiling sha3 v0.10.8 |
| 2272 | 2026-08-17T20:22:10.992Z | Compiling toml_edit v0.22.27 |
| 2273 | 2026-08-17T20:22:11.023Z | Compiling string_cache v0.8.9 |
| 2274 | 2026-08-17T20:22:11.039Z | Compiling predicates v3.1.4 |
| 2275 | 2026-08-17T20:22:11.044Z | Compiling elliptic-curve v0.13.8 |
| 2276 | 2026-08-17T20:22:11.044Z | Compiling petgraph v0.6.5 |
| 2277 | 2026-08-17T20:22:11.085Z | Compiling hickory-proto v0.25.2 |
| 2278 | 2026-08-17T20:22:11.102Z | Compiling chacha20 v0.10.0 |
| 2279 | 2026-08-17T20:22:11.258Z | Compiling petgraph v0.8.3 |
| 2280 | 2026-08-17T20:22:11.440Z | Compiling tokio-postgres v0.7.16 |
| 2281 | 2026-08-17T20:22:11.485Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2282 | 2026-08-17T20:22:11.599Z | Compiling usdt v0.6.0 |
| 2283 | 2026-08-17T20:22:12.520Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2284 | 2026-08-17T20:22:13.156Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-08-17T20:22:13.251Z | Compiling zip v4.6.1 |
| 2286 | 2026-08-17T20:22:13.572Z | Compiling crossterm v0.28.1 |
| 2287 | 2026-08-17T20:22:14.140Z | Compiling iddqd v0.4.2 |
| 2288 | 2026-08-17T20:22:14.229Z | Compiling serde_with v3.21.0 |
| 2289 | 2026-08-17T20:22:14.240Z | Compiling similar v2.7.0 |
| 2290 | 2026-08-17T20:22:14.305Z | Compiling strum v0.26.3 |
| 2291 | 2026-08-17T20:22:14.737Z | Compiling tokio-stream v0.1.18 |
| 2292 | 2026-08-17T20:22:14.819Z | Compiling buf-list v1.1.2 |
| 2293 | 2026-08-17T20:22:14.968Z | Compiling itertools v0.13.0 |
| 2294 | 2026-08-17T20:22:15.008Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2295 | 2026-08-17T20:22:15.215Z | Compiling openapiv3 v2.2.0 |
| 2296 | 2026-08-17T20:22:15.724Z | Compiling peg-runtime v0.8.5 |
| 2297 | 2026-08-17T20:22:15.845Z | Compiling lalrpop-util v0.19.12 |
| 2298 | 2026-08-17T20:22:33.039Z | Compiling rustls-webpki v0.103.13 |
| 2299 | 2026-08-17T20:22:36.104Z | Compiling macaddr v1.0.1 |
| 2300 | 2026-08-17T20:22:36.185Z | Compiling rayon-core v1.13.0 |
| 2301 | 2026-08-17T20:22:36.236Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-08-17T20:22:36.316Z | Compiling secrecy v0.10.3 |
| 2303 | 2026-08-17T20:22:36.393Z | Compiling tokio-rustls v0.26.4 |
| 2304 | 2026-08-17T20:22:36.409Z | Compiling rustls-platform-verifier v0.6.2 |
| 2305 | 2026-08-17T20:22:36.441Z | Compiling tough v0.22.0 |
| 2306 | 2026-08-17T20:22:36.518Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2307 | 2026-08-17T20:22:36.551Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2308 | 2026-08-17T20:22:36.567Z | Compiling heapless v0.8.0 |
| 2309 | 2026-08-17T20:22:36.635Z | Compiling hyper-rustls v0.27.7 |
| 2310 | 2026-08-17T20:22:36.776Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2311 | 2026-08-17T20:22:36.791Z | Compiling crossbeam-deque v0.8.6 |
| 2312 | 2026-08-17T20:22:36.810Z | Compiling ingot-macros v0.2.0 |
| 2313 | 2026-08-17T20:22:36.825Z | Compiling inout v0.1.4 |
| 2314 | 2026-08-17T20:22:36.957Z | Compiling reqwest v0.13.2 |
| 2315 | 2026-08-17T20:22:36.975Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2316 | 2026-08-17T20:22:37.007Z | Compiling hash32 v0.3.1 |
| 2317 | 2026-08-17T20:22:37.023Z | Compiling multer v3.1.0 |
| 2318 | 2026-08-17T20:22:37.038Z | Compiling thread_local v1.1.9 |
| 2319 | 2026-08-17T20:22:37.052Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2320 | 2026-08-17T20:22:37.142Z | Compiling match_cfg v0.1.0 |
| 2321 | 2026-08-17T20:22:37.188Z | Compiling compression-core v0.4.31 |
| 2322 | 2026-08-17T20:22:37.232Z | Compiling slog-async v2.8.0 |
| 2323 | 2026-08-17T20:22:37.248Z | Compiling unicode-width v0.2.0 |
| 2324 | 2026-08-17T20:22:37.300Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-08-17T20:22:37.389Z | Compiling proc-macro-crate v3.4.0 |
| 2326 | 2026-08-17T20:22:37.392Z | Compiling compression-codecs v0.4.37 |
| 2327 | 2026-08-17T20:22:37.601Z | Compiling hostname v0.3.1 |
| 2328 | 2026-08-17T20:22:37.685Z | Compiling cipher v0.4.4 |
| 2329 | 2026-08-17T20:22:37.778Z | Compiling atomicwrites v0.4.4 |
| 2330 | 2026-08-17T20:22:37.793Z | Compiling slog-json v2.6.1 |
| 2331 | 2026-08-17T20:22:37.844Z | Compiling crossbeam-channel v0.5.15 |
| 2332 | 2026-08-17T20:22:37.990Z | Compiling half v2.7.1 |
| 2333 | 2026-08-17T20:22:38.031Z | Compiling newtype-uuid-macros v0.1.0 |
| 2334 | 2026-08-17T20:22:38.076Z | Compiling cobs v0.3.0 |
| 2335 | 2026-08-17T20:22:38.079Z | Compiling universal-hash v0.5.1 |
| 2336 | 2026-08-17T20:22:38.182Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2337 | 2026-08-17T20:22:38.294Z | Compiling async-stream-impl v0.3.6 |
| 2338 | 2026-08-17T20:22:38.363Z | Compiling serde_spanned v1.1.1 |
| 2339 | 2026-08-17T20:22:38.381Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2340 | 2026-08-17T20:22:38.553Z | Compiling is-terminal v0.4.17 |
| 2341 | 2026-08-17T20:22:38.668Z | Compiling dropshot v0.17.1 |
| 2342 | 2026-08-17T20:22:38.683Z | Compiling proc-macro-error-attr v1.0.4 |
| 2343 | 2026-08-17T20:22:38.777Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2344 | 2026-08-17T20:22:38.835Z | Compiling opaque-debug v0.3.1 |
| 2345 | 2026-08-17T20:22:38.881Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2346 | 2026-08-17T20:22:38.900Z | Compiling term v1.2.1 |
| 2347 | 2026-08-17T20:22:38.919Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-08-17T20:22:38.936Z | Compiling convert_case v0.4.0 |
| 2349 | 2026-08-17T20:22:38.952Z | Compiling ciborium-io v0.2.2 |
| 2350 | 2026-08-17T20:22:39.054Z | Compiling ciborium-ll v0.2.2 |
| 2351 | 2026-08-17T20:22:39.088Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2352 | 2026-08-17T20:22:39.088Z | Compiling poly1305 v0.8.0 |
| 2353 | 2026-08-17T20:22:39.176Z | Compiling async-stream v0.3.6 |
| 2354 | 2026-08-17T20:22:39.204Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2355 | 2026-08-17T20:22:39.219Z | Compiling thiserror-no-std v2.0.2 |
| 2356 | 2026-08-17T20:22:39.261Z | Compiling derive_more v0.99.20 |
| 2357 | 2026-08-17T20:22:39.337Z | Compiling slog-term v2.9.2 |
| 2358 | 2026-08-17T20:22:39.354Z | Compiling postcard v1.1.3 |
| 2359 | 2026-08-17T20:22:39.479Z | Compiling ingot-types v0.2.0 |
| 2360 | 2026-08-17T20:22:39.735Z | Compiling slog-bunyan v2.5.0 |
| 2361 | 2026-08-17T20:22:39.761Z | Compiling chacha20 v0.9.1 |
| 2362 | 2026-08-17T20:22:39.950Z | Compiling ingot v0.2.1 |
| 2363 | 2026-08-17T20:22:39.966Z | Compiling num_enum_derive v0.7.6 |
| 2364 | 2026-08-17T20:22:40.052Z | Compiling async-compression v0.4.41 |
| 2365 | 2026-08-17T20:22:40.271Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2366 | 2026-08-17T20:22:40.294Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2367 | 2026-08-17T20:22:40.496Z | Compiling sha1 v0.11.0 |
| 2368 | 2026-08-17T20:22:40.537Z | Compiling parse-display-derive v0.10.0 |
| 2369 | 2026-08-17T20:22:40.603Z | Compiling proc-macro-crate v1.3.1 |
| 2370 | 2026-08-17T20:22:40.646Z | Compiling waitgroup v0.1.2 |
| 2371 | 2026-08-17T20:22:40.687Z | Compiling backon v1.6.0 |
| 2372 | 2026-08-17T20:22:40.827Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-08-17T20:22:40.909Z | Compiling rustls-pemfile v2.2.0 |
| 2374 | 2026-08-17T20:22:40.953Z | Compiling dropshot_endpoint v0.17.1 |
| 2375 | 2026-08-17T20:22:40.956Z | Compiling password-hash v0.5.0 |
| 2376 | 2026-08-17T20:22:41.001Z | Compiling blake2 v0.10.6 |
| 2377 | 2026-08-17T20:22:41.196Z | Compiling aead v0.5.2 |
| 2378 | 2026-08-17T20:22:41.217Z | Compiling foreign-types-macros v0.2.3 |
| 2379 | 2026-08-17T20:22:41.252Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2380 | 2026-08-17T20:22:41.419Z | Compiling serde_path_to_error v0.1.20 |
| 2381 | 2026-08-17T20:22:41.454Z | Compiling hostname v0.4.2 |
| 2382 | 2026-08-17T20:22:41.524Z | Compiling proc-macro-error v1.0.4 |
| 2383 | 2026-08-17T20:22:41.638Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2384 | 2026-08-17T20:22:41.673Z | Compiling instant v0.1.13 |
| 2385 | 2026-08-17T20:22:41.744Z | Compiling debug-ignore v1.0.5 |
| 2386 | 2026-08-17T20:22:41.811Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-08-17T20:22:41.811Z | Compiling backoff v0.4.0 |
| 2388 | 2026-08-17T20:22:41.888Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2389 | 2026-08-17T20:22:41.891Z | Compiling chacha20poly1305 v0.10.1 |
| 2390 | 2026-08-17T20:22:41.940Z | Compiling foreign-types v0.5.0 |
| 2391 | 2026-08-17T20:22:41.943Z | Compiling argon2 v0.5.3 |
| 2392 | 2026-08-17T20:22:41.943Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2393 | 2026-08-17T20:22:42.022Z | Compiling parse-display v0.10.0 |
| 2394 | 2026-08-17T20:22:42.044Z | Compiling num_enum_derive v0.5.11 |
| 2395 | 2026-08-17T20:22:42.061Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-17T20:22:42.080Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2397 | 2026-08-17T20:22:42.083Z | Compiling vsss-rs v3.3.4 |
| 2398 | 2026-08-17T20:22:42.148Z | Compiling ciborium v0.2.2 |
| 2399 | 2026-08-17T20:22:42.495Z | Compiling tabwriter v1.4.1 |
| 2400 | 2026-08-17T20:22:42.513Z | Compiling regress v0.10.5 |
| 2401 | 2026-08-17T20:22:42.531Z | Compiling itertools v0.14.0 |
| 2402 | 2026-08-17T20:22:42.636Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2403 | 2026-08-17T20:22:42.698Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2404 | 2026-08-17T20:22:42.799Z | Compiling cstr-argument v0.1.2 |
| 2405 | 2026-08-17T20:22:42.868Z | Compiling humantime v2.3.0 |
| 2406 | 2026-08-17T20:22:42.906Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2407 | 2026-08-17T20:22:42.977Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2408 | 2026-08-17T20:22:43.039Z | Compiling num_enum v0.5.11 |
| 2409 | 2026-08-17T20:22:43.055Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2410 | 2026-08-17T20:22:43.097Z | Compiling rayon v1.11.0 |
| 2411 | 2026-08-17T20:22:43.115Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2412 | 2026-08-17T20:22:43.159Z | Compiling rand v0.10.1 |
| 2413 | 2026-08-17T20:22:43.183Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2414 | 2026-08-17T20:22:43.248Z | Compiling colored v3.1.1 |
| 2415 | 2026-08-17T20:22:43.270Z | Compiling indent_write v2.2.0 |
| 2416 | 2026-08-17T20:22:43.291Z | Compiling libefi-sys v0.1.0 |
| 2417 | 2026-08-17T20:22:43.312Z | Compiling zone_cfg_derive v0.3.1 |
| 2418 | 2026-08-17T20:22:43.327Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2419 | 2026-08-17T20:22:43.392Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2420 | 2026-08-17T20:22:43.454Z | Compiling camino-tempfile v1.4.1 |
| 2421 | 2026-08-17T20:22:43.533Z | Compiling itertools v0.12.1 |
| 2422 | 2026-08-17T20:22:43.557Z | Compiling usdt-macro v0.5.0 |
| 2423 | 2026-08-17T20:22:43.639Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2424 | 2026-08-17T20:22:43.658Z | Compiling usdt-attr-macro v0.5.0 |
| 2425 | 2026-08-17T20:22:43.685Z | Compiling num-derive v0.4.2 |
| 2426 | 2026-08-17T20:22:43.886Z | Compiling bitfield-struct v0.6.2 |
| 2427 | 2026-08-17T20:22:43.903Z | Compiling blake3 v1.8.5 |
| 2428 | 2026-08-17T20:22:43.947Z | Compiling memmap v0.7.0 |
| 2429 | 2026-08-17T20:22:43.964Z | Compiling sigpipe v0.1.3 |
| 2430 | 2026-08-17T20:22:44.059Z | Compiling glob v0.3.3 |
| 2431 | 2026-08-17T20:22:44.082Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-17T20:22:44.118Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2433 | 2026-08-17T20:22:44.206Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2434 | 2026-08-17T20:22:44.291Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2435 | 2026-08-17T20:22:44.410Z | Compiling smf v0.2.3 |
| 2436 | 2026-08-17T20:22:44.450Z | Compiling usdt v0.5.0 |
| 2437 | 2026-08-17T20:22:44.526Z | Compiling filetime v0.2.27 |
| 2438 | 2026-08-17T20:22:44.542Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2439 | 2026-08-17T20:22:44.577Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2440 | 2026-08-17T20:22:44.606Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2441 | 2026-08-17T20:22:44.673Z | Compiling arrayref v0.3.9 |
| 2442 | 2026-08-17T20:22:44.733Z | Compiling xattr v1.6.1 |
| 2443 | 2026-08-17T20:22:44.755Z | Compiling whoami v1.6.1 |
| 2444 | 2026-08-17T20:22:44.771Z | Compiling arrayvec v0.7.6 |
| 2445 | 2026-08-17T20:22:44.809Z | Compiling constant_time_eq v0.4.2 |
| 2446 | 2026-08-17T20:22:44.866Z | Compiling zone v0.3.1 |
| 2447 | 2026-08-17T20:22:44.948Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2448 | 2026-08-17T20:22:45.013Z | Compiling tar v0.4.46 |
| 2449 | 2026-08-17T20:22:45.028Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2450 | 2026-08-17T20:22:45.042Z | Compiling tokio-dtrace v0.1.1 |
| 2451 | 2026-08-17T20:22:45.088Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2452 | 2026-08-17T20:22:45.234Z | Compiling console v0.16.2 |
| 2453 | 2026-08-17T20:22:45.261Z | Compiling gethostname v0.5.0 |
| 2454 | 2026-08-17T20:22:45.348Z | Compiling topological-sort v0.2.2 |
| 2455 | 2026-08-17T20:22:45.391Z | Compiling unit-prefix v0.5.2 |
| 2456 | 2026-08-17T20:22:45.447Z | Compiling oxide-tokio-rt v0.1.4 |
| 2457 | 2026-08-17T20:22:45.547Z | Compiling toml v0.8.23 |
| 2458 | 2026-08-17T20:22:45.570Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2459 | 2026-08-17T20:22:45.700Z | Compiling indicatif v0.18.4 |
| 2460 | 2026-08-17T20:22:45.815Z | Compiling shell-words v1.1.1 |
| 2461 | 2026-08-17T20:22:55.049Z | Compiling progenitor-client v0.14.0 |
| 2462 | 2026-08-17T20:22:55.049Z | Compiling omicron-zone-package v0.12.3 |
| 2463 | 2026-08-17T20:22:55.299Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-08-17T20:22:55.612Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-08-17T20:22:55.703Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2466 | 2026-08-17T20:22:55.768Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2467 | 2026-08-17T20:22:55.822Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2468 | 2026-08-17T20:22:55.839Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2469 | 2026-08-17T20:22:55.902Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2470 | 2026-08-17T20:22:56.034Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2471 | 2026-08-17T20:22:56.172Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2472 | 2026-08-17T20:22:56.413Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2473 | 2026-08-17T20:23:00.161Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2474 | 2026-08-17T20:23:08.580Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2475 | 2026-08-17T20:23:11.791Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2476 | 2026-08-17T20:23:12.856Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2477 | 2026-08-17T20:23:22.315Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2478 | 2026-08-17T20:23:22.461Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2479 | 2026-08-17T20:23:22.527Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2480 | 2026-08-17T20:23:22.530Z | Created new build target 'test' and set it as active |
| 2481 | 2026-08-17T20:23:22.533Z | |
| 2482 | 2026-08-17T20:23:22.533Z | real 1:44.852576294 |
| 2483 | 2026-08-17T20:23:22.533Z | user 17:23.325993671 |
| 2484 | 2026-08-17T20:23:22.533Z | sys 2:44.758065205 |
| 2485 | 2026-08-17T20:23:22.533Z | trap 0.482656356 |
| 2486 | 2026-08-17T20:23:22.534Z | tflt 2.290745916 |
| 2487 | 2026-08-17T20:23:22.534Z | dflt 4.713928966 |
| 2488 | 2026-08-17T20:23:22.534Z | kflt 0.004949403 |
| 2489 | 2026-08-17T20:23:22.534Z | lock 56:37.410873260 |
| 2490 | 2026-08-17T20:23:22.534Z | slp 44:11.548821384 |
| 2491 | 2026-08-17T20:23:22.534Z | lat 51.545105929 |
| 2492 | 2026-08-17T20:23:22.534Z | stop 6:13.926882188 |
| 2493 | 2026-08-17T20:23:22.534Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2494 | 2026-08-17T20:23:23.426Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2495 | 2026-08-17T20:23:23.496Z | Running `target/release/omicron-package -t test package` |
| 2496 | 2026-08-17T20:23:23.554Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2497 | 2026-08-17T20:23:24.989Z | Compiling heck v0.5.0 |
| 2498 | 2026-08-17T20:23:24.989Z | Compiling regress v0.11.1 |
| 2499 | 2026-08-17T20:23:25.215Z | Compiling unsafe-libyaml v0.2.11 |
| 2500 | 2026-08-17T20:23:25.257Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2501 | 2026-08-17T20:23:25.286Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2502 | 2026-08-17T20:23:25.309Z | Compiling derive-where v1.6.0 |
| 2503 | 2026-08-17T20:23:25.309Z | Compiling bytecount v0.6.9 |
| 2504 | 2026-08-17T20:23:25.351Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2505 | 2026-08-17T20:23:25.354Z | Compiling atomicwrites v0.4.4 |
| 2506 | 2026-08-17T20:23:25.354Z | Compiling is-terminal v0.4.17 |
| 2507 | 2026-08-17T20:23:25.354Z | Compiling prettyplease v0.2.37 |
| 2508 | 2026-08-17T20:23:25.354Z | Compiling console v0.15.11 |
| 2509 | 2026-08-17T20:23:25.354Z | Compiling newline-converter v0.3.0 |
| 2510 | 2026-08-17T20:23:25.392Z | Compiling slog-dtrace v0.3.0 |
| 2511 | 2026-08-17T20:23:25.477Z | Compiling resolv-conf v0.7.6 |
| 2512 | 2026-08-17T20:23:25.500Z | Compiling num-rational v0.4.2 |
| 2513 | 2026-08-17T20:23:25.547Z | Compiling num-complex v0.4.6 |
| 2514 | 2026-08-17T20:23:25.550Z | Compiling thread_local v1.1.9 |
| 2515 | 2026-08-17T20:23:25.591Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2516 | 2026-08-17T20:23:25.641Z | Compiling match_cfg v0.1.0 |
| 2517 | 2026-08-17T20:23:25.663Z | Compiling compression-core v0.4.31 |
| 2518 | 2026-08-17T20:23:25.745Z | Compiling serde_yaml v0.9.34+deprecated |
| 2519 | 2026-08-17T20:23:25.827Z | Compiling expectorate v1.2.0 |
| 2520 | 2026-08-17T20:23:25.860Z | Compiling cancel-safe-futures v0.1.5 |
| 2521 | 2026-08-17T20:23:25.896Z | Compiling unicode-width v0.1.14 |
| 2522 | 2026-08-17T20:23:26.028Z | Compiling num v0.4.3 |
| 2523 | 2026-08-17T20:23:26.049Z | Compiling compression-codecs v0.4.37 |
| 2524 | 2026-08-17T20:23:26.070Z | Compiling hostname v0.3.1 |
| 2525 | 2026-08-17T20:23:26.133Z | Compiling multer v3.1.0 |
| 2526 | 2026-08-17T20:23:26.153Z | Compiling slog-async v2.8.0 |
| 2527 | 2026-08-17T20:23:26.178Z | Compiling crossbeam-channel v0.5.15 |
| 2528 | 2026-08-17T20:23:26.200Z | Compiling slog-json v2.6.1 |
| 2529 | 2026-08-17T20:23:26.229Z | Compiling serde_spanned v1.1.1 |
| 2530 | 2026-08-17T20:23:26.249Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2531 | 2026-08-17T20:23:26.252Z | Compiling float-ord v0.3.2 |
| 2532 | 2026-08-17T20:23:26.310Z | Compiling take_mut v0.2.2 |
| 2533 | 2026-08-17T20:23:26.403Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2534 | 2026-08-17T20:23:26.425Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2535 | 2026-08-17T20:23:26.449Z | Compiling term v1.2.1 |
| 2536 | 2026-08-17T20:23:26.481Z | Compiling linked-hash-map v0.5.6 |
| 2537 | 2026-08-17T20:23:26.491Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2538 | 2026-08-17T20:23:26.520Z | Compiling oxide-update-engine-types v0.1.2 |
| 2539 | 2026-08-17T20:23:26.540Z | Compiling slog-bunyan v2.5.0 |
| 2540 | 2026-08-17T20:23:26.584Z | Compiling async-compression v0.4.41 |
| 2541 | 2026-08-17T20:23:26.632Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2542 | 2026-08-17T20:23:26.668Z | Compiling lru-cache v0.1.2 |
| 2543 | 2026-08-17T20:23:26.715Z | Compiling typify-impl v0.6.2 |
| 2544 | 2026-08-17T20:23:26.840Z | Compiling slog-term v2.9.2 |
| 2545 | 2026-08-17T20:23:26.982Z | Compiling dropshot v0.17.1 |
| 2546 | 2026-08-17T20:23:27.014Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2547 | 2026-08-17T20:23:27.048Z | Compiling async-stream v0.3.6 |
| 2548 | 2026-08-17T20:23:27.114Z | Compiling sha1 v0.11.0 |
| 2549 | 2026-08-17T20:23:27.136Z | Compiling progenitor-client v0.14.0 |
| 2550 | 2026-08-17T20:23:27.176Z | Compiling waitgroup v0.1.2 |
| 2551 | 2026-08-17T20:23:27.233Z | Compiling rustls-pemfile v2.2.0 |
| 2552 | 2026-08-17T20:23:27.285Z | Compiling backon v1.6.0 |
| 2553 | 2026-08-17T20:23:27.342Z | Compiling serde_path_to_error v0.1.20 |
| 2554 | 2026-08-17T20:23:27.364Z | Compiling hostname v0.4.2 |
| 2555 | 2026-08-17T20:23:27.393Z | Compiling instant v0.1.13 |
| 2556 | 2026-08-17T20:23:27.454Z | Compiling linear-map v1.2.0 |
| 2557 | 2026-08-17T20:23:27.481Z | Compiling minimal-lexical v0.2.1 |
| 2558 | 2026-08-17T20:23:27.501Z | Compiling debug-ignore v1.0.5 |
| 2559 | 2026-08-17T20:23:27.528Z | Compiling backoff v0.4.0 |
| 2560 | 2026-08-17T20:23:27.550Z | Compiling progenitor-extras v0.2.0 |
| 2561 | 2026-08-17T20:23:27.640Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2562 | 2026-08-17T20:23:27.702Z | Compiling nom v7.1.3 |
| 2563 | 2026-08-17T20:23:27.734Z | Compiling oxide-update-engine v0.1.2 |
| 2564 | 2026-08-17T20:23:27.778Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2565 | 2026-08-17T20:23:27.782Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2566 | 2026-08-17T20:23:27.831Z | Compiling parse-display v0.10.0 |
| 2567 | 2026-08-17T20:23:27.927Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2568 | 2026-08-17T20:23:27.949Z | Compiling hickory-proto v0.24.4 |
| 2569 | 2026-08-17T20:23:28.374Z | Compiling regress v0.10.5 |
| 2570 | 2026-08-17T20:23:28.595Z | Compiling itertools v0.14.0 |
| 2571 | 2026-08-17T20:23:29.051Z | Compiling macaddr v1.0.1 |
| 2572 | 2026-08-17T20:23:29.121Z | Compiling humantime v2.3.0 |
| 2573 | 2026-08-17T20:23:29.170Z | Compiling unicode-xid v0.2.6 |
| 2574 | 2026-08-17T20:23:29.336Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2575 | 2026-08-17T20:23:29.420Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2576 | 2026-08-17T20:23:29.550Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2577 | 2026-08-17T20:23:29.571Z | Compiling convert_case v0.10.0 |
| 2578 | 2026-08-17T20:23:29.778Z | Compiling owo-colors v4.3.0 |
| 2579 | 2026-08-17T20:23:29.807Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2580 | 2026-08-17T20:23:29.851Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2581 | 2026-08-17T20:23:29.872Z | Compiling derive_more-impl v2.1.1 |
| 2582 | 2026-08-17T20:23:29.970Z | Compiling toml v0.8.23 |
| 2583 | 2026-08-17T20:23:30.230Z | Compiling typify-macro v0.6.2 |
| 2584 | 2026-08-17T20:23:30.363Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-17T20:23:30.473Z | Compiling hickory-resolver v0.24.4 |
| 2586 | 2026-08-17T20:23:30.532Z | Compiling papergrid v0.11.0 |
| 2587 | 2026-08-17T20:23:30.554Z | Compiling tabled_derive v0.7.0 |
| 2588 | 2026-08-17T20:23:30.652Z | Compiling derive_more v2.1.1 |
| 2589 | 2026-08-17T20:23:30.761Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2590 | 2026-08-17T20:23:31.122Z | Compiling termtree v0.5.1 |
| 2591 | 2026-08-17T20:23:31.335Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2592 | 2026-08-17T20:23:31.366Z | Compiling crossterm v0.29.0 |
| 2593 | 2026-08-17T20:23:31.485Z | Compiling tabled v0.15.0 |
| 2594 | 2026-08-17T20:23:31.663Z | Compiling qorb v0.4.1 |
| 2595 | 2026-08-17T20:23:31.825Z | Compiling typify v0.6.2 |
| 2596 | 2026-08-17T20:23:32.124Z | Compiling progenitor-impl v0.14.0 |
| 2597 | 2026-08-17T20:23:32.851Z | Compiling phf_shared v0.12.1 |
| 2598 | 2026-08-17T20:23:33.112Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2599 | 2026-08-17T20:23:33.673Z | Compiling csv-core v0.1.13 |
| 2600 | 2026-08-17T20:23:34.095Z | Compiling vte v0.14.1 |
| 2601 | 2026-08-17T20:23:34.271Z | Compiling progenitor-macro v0.14.0 |
| 2602 | 2026-08-17T20:23:34.347Z | Compiling highway v1.3.0 |
| 2603 | 2026-08-17T20:23:35.054Z | Compiling chrono-tz v0.10.4 |
| 2604 | 2026-08-17T20:23:35.275Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2605 | 2026-08-17T20:23:35.331Z | Compiling strip-ansi-escapes v0.2.1 |
| 2606 | 2026-08-17T20:23:35.614Z | Compiling csv v1.4.0 |
| 2607 | 2026-08-17T20:23:35.733Z | Compiling phf v0.12.1 |
| 2608 | 2026-08-17T20:23:35.873Z | Compiling const_format_proc_macros v0.2.34 |
| 2609 | 2026-08-17T20:23:35.938Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2610 | 2026-08-17T20:23:36.116Z | Compiling fd-lock v4.0.4 |
| 2611 | 2026-08-17T20:23:36.352Z | Compiling peg-macros v0.8.5 |
| 2612 | 2026-08-17T20:23:36.415Z | Compiling nu-ansi-term v0.50.3 |
| 2613 | 2026-08-17T20:23:36.639Z | Compiling const_format v0.2.35 |
| 2614 | 2026-08-17T20:23:36.745Z | Compiling reedline v0.40.0 |
| 2615 | 2026-08-17T20:23:36.827Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2616 | 2026-08-17T20:23:36.946Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2617 | 2026-08-17T20:23:37.178Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2618 | 2026-08-17T20:23:37.600Z | Compiling peg v0.8.5 |
| 2619 | 2026-08-17T20:23:37.620Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2620 | 2026-08-17T20:23:38.389Z | Compiling progenitor v0.14.0 |
| 2621 | 2026-08-17T20:23:38.581Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2622 | 2026-08-17T20:23:38.740Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2623 | 2026-08-17T20:23:38.762Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2624 | 2026-08-17T20:23:38.929Z | Compiling bcs v0.1.6 |
| 2625 | 2026-08-17T20:23:39.378Z | Compiling nom v8.0.0 |
| 2626 | 2026-08-17T20:23:39.497Z | Compiling semver v0.1.20 |
| 2627 | 2026-08-17T20:23:39.792Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2628 | 2026-08-17T20:23:40.086Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2629 | 2026-08-17T20:23:40.233Z | Compiling rustc_version v0.1.7 |
| 2630 | 2026-08-17T20:23:40.405Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2631 | 2026-08-17T20:23:40.471Z | Compiling newtype_derive v0.1.6 |
| 2632 | 2026-08-17T20:23:40.664Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2633 | 2026-08-17T20:23:40.718Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2634 | 2026-08-17T20:23:41.085Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2635 | 2026-08-17T20:23:41.143Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2636 | 2026-08-17T20:23:41.188Z | Compiling smawk v0.3.2 |
| 2637 | 2026-08-17T20:23:41.317Z | Compiling unicode-linebreak v0.1.5 |
| 2638 | 2026-08-17T20:23:41.499Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2639 | 2026-08-17T20:23:41.635Z | Compiling textwrap v0.16.2 |
| 2640 | 2026-08-17T20:23:41.657Z | Compiling steno v0.4.1 |
| 2641 | 2026-08-17T20:23:42.589Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2642 | 2026-08-17T20:23:43.131Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2643 | 2026-08-17T20:23:43.168Z | Compiling sha1 v0.10.6 |
| 2644 | 2026-08-17T20:23:43.568Z | Compiling utf-8 v0.7.6 |
| 2645 | 2026-08-17T20:23:43.645Z | Compiling tagptr v0.2.0 |
| 2646 | 2026-08-17T20:23:43.725Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2647 | 2026-08-17T20:23:43.810Z | Compiling moka v0.12.13 |
| 2648 | 2026-08-17T20:23:43.845Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2649 | 2026-08-17T20:23:43.980Z | Compiling tungstenite v0.21.0 |
| 2650 | 2026-08-17T20:23:44.217Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2651 | 2026-08-17T20:23:44.479Z | Compiling darling_core v0.21.3 |
| 2652 | 2026-08-17T20:23:45.091Z | Compiling hickory-resolver v0.25.2 |
| 2653 | 2026-08-17T20:23:46.052Z | Compiling tokio-tungstenite v0.21.0 |
| 2654 | 2026-08-17T20:23:46.447Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2655 | 2026-08-17T20:23:46.651Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2656 | 2026-08-17T20:23:46.813Z | Compiling darling_macro v0.21.3 |
| 2657 | 2026-08-17T20:23:47.019Z | Compiling display-error-chain v0.2.2 |
| 2658 | 2026-08-17T20:23:47.205Z | Compiling libscf-sys v1.2.0 |
| 2659 | 2026-08-17T20:23:47.240Z | Compiling vergen-lib v0.1.6 |
| 2660 | 2026-08-17T20:23:47.350Z | Compiling darling v0.21.3 |
| 2661 | 2026-08-17T20:23:47.380Z | Compiling diesel_derives v2.3.7 |
| 2662 | 2026-08-17T20:23:47.451Z | Compiling dsl_auto_type v0.2.0 |
| 2663 | 2026-08-17T20:23:47.542Z | Compiling scheduled-thread-pool v0.2.7 |
| 2664 | 2026-08-17T20:23:47.571Z | Compiling vergen-gitcl v1.0.8 |
| 2665 | 2026-08-17T20:23:47.631Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2666 | 2026-08-17T20:23:47.651Z | Compiling dirs-sys-next v0.1.2 |
| 2667 | 2026-08-17T20:23:47.810Z | Compiling maplit v1.0.2 |
| 2668 | 2026-08-17T20:23:47.868Z | Compiling glob v0.3.3 |
| 2669 | 2026-08-17T20:23:47.927Z | Compiling crunchy v0.2.4 |
| 2670 | 2026-08-17T20:23:47.930Z | Compiling dirs-next v2.0.0 |
| 2671 | 2026-08-17T20:23:48.025Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2672 | 2026-08-17T20:23:48.100Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2673 | 2026-08-17T20:23:48.132Z | Compiling r2d2 v0.8.10 |
| 2674 | 2026-08-17T20:23:48.235Z | Compiling clang-sys v1.8.1 |
| 2675 | 2026-08-17T20:23:48.282Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2676 | 2026-08-17T20:23:48.434Z | Compiling papergrid v0.18.0 |
| 2677 | 2026-08-17T20:23:48.593Z | Compiling downcast-rs v2.0.2 |
| 2678 | 2026-08-17T20:23:48.629Z | Compiling tiny-keccak v2.0.2 |
| 2679 | 2026-08-17T20:23:48.958Z | Compiling term v0.7.0 |
| 2680 | 2026-08-17T20:23:48.979Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2681 | 2026-08-17T20:23:49.279Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2682 | 2026-08-17T20:23:49.452Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2683 | 2026-08-17T20:23:49.683Z | Compiling tabled v0.21.0 |
| 2684 | 2026-08-17T20:23:49.809Z | Compiling bit-vec v0.6.3 |
| 2685 | 2026-08-17T20:23:50.064Z | Compiling bit-set v0.5.3 |
| 2686 | 2026-08-17T20:23:50.219Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2687 | 2026-08-17T20:23:50.275Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2688 | 2026-08-17T20:23:50.739Z | Compiling ascii-canvas v3.0.0 |
| 2689 | 2026-08-17T20:23:50.997Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2690 | 2026-08-17T20:23:51.018Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2691 | 2026-08-17T20:23:51.273Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2692 | 2026-08-17T20:23:51.486Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2693 | 2026-08-17T20:23:51.511Z | Compiling itertools v0.10.5 |
| 2694 | 2026-08-17T20:23:51.592Z | Compiling ena v0.14.4 |
| 2695 | 2026-08-17T20:23:51.663Z | Compiling libloading v0.8.9 |
| 2696 | 2026-08-17T20:23:51.681Z | Compiling unicase v2.9.0 |
| 2697 | 2026-08-17T20:23:51.832Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2698 | 2026-08-17T20:23:51.892Z | Compiling xshell-macros v0.2.7 |
| 2699 | 2026-08-17T20:23:51.985Z | Compiling diff v0.1.13 |
| 2700 | 2026-08-17T20:23:52.249Z | Compiling bindgen v0.71.1 |
| 2701 | 2026-08-17T20:23:52.290Z | Compiling regex-syntax v0.6.29 |
| 2702 | 2026-08-17T20:23:52.312Z | Compiling xshell v0.2.7 |
| 2703 | 2026-08-17T20:23:52.655Z | Compiling diesel v2.3.7 |
| 2704 | 2026-08-17T20:23:53.130Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2705 | 2026-08-17T20:23:53.578Z | Compiling cexpr v0.6.0 |
| 2706 | 2026-08-17T20:23:53.933Z | Compiling lalrpop v0.19.12 |
| 2707 | 2026-08-17T20:23:54.023Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2708 | 2026-08-17T20:23:54.200Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2709 | 2026-08-17T20:23:54.221Z | Compiling crc8 v0.1.1 |
| 2710 | 2026-08-17T20:23:54.259Z | Compiling rustc-hash v2.1.1 |
| 2711 | 2026-08-17T20:23:54.545Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2712 | 2026-08-17T20:23:54.671Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2713 | 2026-08-17T20:23:54.720Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2714 | 2026-08-17T20:23:55.111Z | Compiling headers-core v0.3.0 |
| 2715 | 2026-08-17T20:23:55.229Z | Compiling libxml v0.3.3 |
| 2716 | 2026-08-17T20:23:55.267Z | Compiling headers v0.4.1 |
| 2717 | 2026-08-17T20:23:55.519Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2718 | 2026-08-17T20:23:55.542Z | Compiling strum_macros v0.24.3 |
| 2719 | 2026-08-17T20:23:55.739Z | Compiling indoc v1.0.9 |
| 2720 | 2026-08-17T20:23:55.853Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2721 | 2026-08-17T20:23:56.077Z | Compiling derive_builder v0.20.2 |
| 2722 | 2026-08-17T20:23:56.174Z | Compiling quick-xml v0.37.5 |
| 2723 | 2026-08-17T20:23:56.245Z | Compiling oso-derive v0.27.3 |
| 2724 | 2026-08-17T20:23:56.760Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2725 | 2026-08-17T20:23:56.784Z | Compiling openssl-probe v0.1.6 |
| 2726 | 2026-08-17T20:23:56.894Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2727 | 2026-08-17T20:23:57.086Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2728 | 2026-08-17T20:23:57.347Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2729 | 2026-08-17T20:23:57.566Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2730 | 2026-08-17T20:23:57.598Z | Compiling bb8 v0.8.6 |
| 2731 | 2026-08-17T20:23:57.619Z | Compiling trait-variant v0.1.2 |
| 2732 | 2026-08-17T20:23:57.640Z | Compiling half v1.8.3 |
| 2733 | 2026-08-17T20:23:57.696Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2734 | 2026-08-17T20:23:58.001Z | Compiling serde_cbor v0.11.2 |
| 2735 | 2026-08-17T20:23:58.036Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2736 | 2026-08-17T20:23:58.106Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2737 | 2026-08-17T20:23:58.189Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2738 | 2026-08-17T20:23:58.288Z | Compiling progenitor-impl v0.13.0 |
| 2739 | 2026-08-17T20:23:58.858Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2740 | 2026-08-17T20:23:58.933Z | Compiling nonempty v0.12.0 |
| 2741 | 2026-08-17T20:23:58.978Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2742 | 2026-08-17T20:23:59.020Z | Compiling samael v0.0.19 |
| 2743 | 2026-08-17T20:23:59.158Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2744 | 2026-08-17T20:23:59.399Z | Compiling progenitor-client v0.13.0 |
| 2745 | 2026-08-17T20:23:59.934Z | Compiling fxhash v0.2.1 |
| 2746 | 2026-08-17T20:24:00.123Z | Compiling libz-sys v1.1.24 |
| 2747 | 2026-08-17T20:24:00.341Z | Compiling salty v0.3.0 |
| 2748 | 2026-08-17T20:24:00.463Z | Compiling progenitor-macro v0.13.0 |
| 2749 | 2026-08-17T20:24:00.639Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2750 | 2026-08-17T20:24:00.690Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2751 | 2026-08-17T20:24:00.779Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2752 | 2026-08-17T20:24:01.025Z | Compiling kstat-rs v0.2.5 |
| 2753 | 2026-08-17T20:24:01.377Z | Compiling polar-core v0.27.3 |
| 2754 | 2026-08-17T20:24:01.692Z | Compiling mime_guess v2.0.5 |
| 2755 | 2026-08-17T20:24:02.221Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2756 | 2026-08-17T20:24:02.933Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2757 | 2026-08-17T20:24:03.866Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2758 | 2026-08-17T20:24:04.188Z | Compiling rfc6979 v0.4.0 |
| 2759 | 2026-08-17T20:24:04.358Z | Compiling nanorand v0.7.0 |
| 2760 | 2026-08-17T20:24:04.379Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2761 | 2026-08-17T20:24:04.467Z | Compiling parking_lot_core v0.8.6 |
| 2762 | 2026-08-17T20:24:04.609Z | Compiling progenitor v0.13.0 |
| 2763 | 2026-08-17T20:24:04.733Z | Compiling flume v0.11.1 |
| 2764 | 2026-08-17T20:24:04.800Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2765 | 2026-08-17T20:24:04.819Z | Compiling ecdsa v0.16.9 |
| 2766 | 2026-08-17T20:24:05.135Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2767 | 2026-08-17T20:24:05.641Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2768 | 2026-08-17T20:24:05.673Z | Compiling primeorder v0.13.6 |
| 2769 | 2026-08-17T20:24:05.858Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2770 | 2026-08-17T20:24:05.999Z | Compiling git-stub v1.0.0 |
| 2771 | 2026-08-17T20:24:06.262Z | Compiling instability v0.3.11 |
| 2772 | 2026-08-17T20:24:06.488Z | Compiling strsim v0.10.0 |
| 2773 | 2026-08-17T20:24:06.798Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2774 | 2026-08-17T20:24:06.822Z | Compiling http-range v0.1.5 |
| 2775 | 2026-08-17T20:24:07.060Z | Compiling darling_core v0.13.4 |
| 2776 | 2026-08-17T20:24:07.190Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2777 | 2026-08-17T20:24:08.480Z | Compiling git-stub-vcs v0.1.0 |
| 2778 | 2026-08-17T20:24:08.702Z | Compiling p384 v0.13.1 |
| 2779 | 2026-08-17T20:24:09.074Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2780 | 2026-08-17T20:24:09.260Z | Compiling ignore v0.4.25 |
| 2781 | 2026-08-17T20:24:09.545Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2782 | 2026-08-17T20:24:09.816Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2783 | 2026-08-17T20:24:11.218Z | Compiling oso v0.27.3 |
| 2784 | 2026-08-17T20:24:12.507Z | Compiling async-bb8-diesel v0.2.1 |
| 2785 | 2026-08-17T20:24:12.981Z | Compiling diesel-dtrace v0.5.0 |
| 2786 | 2026-08-17T20:24:13.255Z | Compiling castaway v0.2.4 |
| 2787 | 2026-08-17T20:24:13.317Z | Compiling vergen-git2 v9.1.0 |
| 2788 | 2026-08-17T20:24:13.430Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2789 | 2026-08-17T20:24:13.520Z | Compiling indoc v2.0.7 |
| 2790 | 2026-08-17T20:24:13.572Z | Compiling compact_str v0.8.1 |
| 2791 | 2026-08-17T20:24:13.730Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2792 | 2026-08-17T20:24:14.187Z | Compiling globwalk v0.9.1 |
| 2793 | 2026-08-17T20:24:14.522Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2794 | 2026-08-17T20:24:14.671Z | Compiling parking_lot v0.11.2 |
| 2795 | 2026-08-17T20:24:14.693Z | Compiling hyper-staticfile v0.10.1 |
| 2796 | 2026-08-17T20:24:14.824Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2797 | 2026-08-17T20:24:15.290Z | Compiling darling_macro v0.13.4 |
| 2798 | 2026-08-17T20:24:15.315Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2799 | 2026-08-17T20:24:15.800Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2800 | 2026-08-17T20:24:15.821Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2801 | 2026-08-17T20:24:15.861Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-08-17T20:24:16.048Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2803 | 2026-08-17T20:24:16.430Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2804 | 2026-08-17T20:24:16.585Z | Compiling predicates-tree v1.0.13 |
| 2805 | 2026-08-17T20:24:16.996Z | Compiling unicode-truncate v1.1.0 |
| 2806 | 2026-08-17T20:24:17.211Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2807 | 2026-08-17T20:24:17.352Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2808 | 2026-08-17T20:24:17.433Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2809 | 2026-08-17T20:24:17.750Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2810 | 2026-08-17T20:24:17.885Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2811 | 2026-08-17T20:24:17.906Z | Compiling lru v0.12.5 |
| 2812 | 2026-08-17T20:24:18.141Z | Compiling sha2 v0.11.0 |
| 2813 | 2026-08-17T20:24:18.183Z | Compiling digest-io v0.1.0 |
| 2814 | 2026-08-17T20:24:18.365Z | Compiling prefix-trie v0.7.0 |
| 2815 | 2026-08-17T20:24:18.554Z | Compiling rand_seeder v0.4.0 |
| 2816 | 2026-08-17T20:24:18.819Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2817 | 2026-08-17T20:24:18.859Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2818 | 2026-08-17T20:24:19.108Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2819 | 2026-08-17T20:24:19.291Z | Compiling rawzip v0.4.4 |
| 2820 | 2026-08-17T20:24:19.332Z | Compiling cassowary v0.3.0 |
| 2821 | 2026-08-17T20:24:19.450Z | Compiling corncobs v0.1.4 |
| 2822 | 2026-08-17T20:24:19.703Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2823 | 2026-08-17T20:24:19.707Z | Compiling ratatui v0.29.0 |
| 2824 | 2026-08-17T20:24:20.376Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2825 | 2026-08-17T20:24:20.859Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2826 | 2026-08-17T20:24:21.596Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2827 | 2026-08-17T20:24:21.863Z | Compiling hickory-server v0.25.2 |
| 2828 | 2026-08-17T20:24:22.189Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2829 | 2026-08-17T20:24:22.441Z | Compiling camino-tempfile-ext v0.3.3 |
| 2830 | 2026-08-17T20:24:23.027Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2831 | 2026-08-17T20:24:24.200Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2832 | 2026-08-17T20:24:24.876Z | Compiling darling v0.13.4 |
| 2833 | 2026-08-17T20:24:25.276Z | Compiling sled v0.34.7 |
| 2834 | 2026-08-17T20:24:25.544Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2835 | 2026-08-17T20:24:26.082Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2836 | 2026-08-17T20:24:26.827Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2837 | 2026-08-17T20:24:27.213Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2838 | 2026-08-17T20:24:27.354Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2839 | 2026-08-17T20:24:27.439Z | Compiling secrecy v0.8.0 |
| 2840 | 2026-08-17T20:24:27.460Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2841 | 2026-08-17T20:24:27.726Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2842 | 2026-08-17T20:24:28.022Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2843 | 2026-08-17T20:24:28.160Z | Compiling serde_with_macros v1.5.2 |
| 2844 | 2026-08-17T20:24:28.591Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2845 | 2026-08-17T20:24:28.982Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2846 | 2026-08-17T20:24:30.082Z | Compiling git2 v0.20.4 |
| 2847 | 2026-08-17T20:24:30.127Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2848 | 2026-08-17T20:24:30.599Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2849 | 2026-08-17T20:24:30.660Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2850 | 2026-08-17T20:24:30.827Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2851 | 2026-08-17T20:24:30.886Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2852 | 2026-08-17T20:24:31.054Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2853 | 2026-08-17T20:24:31.115Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2854 | 2026-08-17T20:24:31.304Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2855 | 2026-08-17T20:24:31.343Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2856 | 2026-08-17T20:24:31.548Z | Compiling arc-swap v1.8.2 |
| 2857 | 2026-08-17T20:24:31.592Z | Compiling void v1.0.2 |
| 2858 | 2026-08-17T20:24:31.747Z | Compiling lzss v0.8.2 |
| 2859 | 2026-08-17T20:24:31.824Z | Compiling slog-scope v4.4.1 |
| 2860 | 2026-08-17T20:24:32.169Z | Compiling illumos-nvpair v0.3.0 |
| 2861 | 2026-08-17T20:24:32.223Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2862 | 2026-08-17T20:24:33.030Z | Compiling serde_with v1.14.0 |
| 2863 | 2026-08-17T20:24:33.147Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2864 | 2026-08-17T20:24:33.246Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2865 | 2026-08-17T20:24:33.358Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2866 | 2026-08-17T20:24:34.229Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2867 | 2026-08-17T20:24:34.277Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2868 | 2026-08-17T20:24:34.982Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2869 | 2026-08-17T20:24:35.969Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2870 | 2026-08-17T20:24:36.159Z | Compiling scuffle v0.1.0 |
| 2871 | 2026-08-17T20:24:38.308Z | Compiling tungstenite v0.23.0 |
| 2872 | 2026-08-17T20:24:38.958Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2873 | 2026-08-17T20:24:39.129Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2874 | 2026-08-17T20:24:40.184Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2875 | 2026-08-17T20:24:40.440Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2876 | 2026-08-17T20:24:40.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2877 | 2026-08-17T20:24:40.694Z | Compiling nix v0.27.1 |
| 2878 | 2026-08-17T20:24:40.719Z | Compiling twox-hash v2.1.2 |
| 2879 | 2026-08-17T20:24:40.937Z | Compiling libsw-core v0.3.2 |
| 2880 | 2026-08-17T20:24:40.952Z | Compiling serde_bytes v0.11.19 |
| 2881 | 2026-08-17T20:24:41.028Z | Compiling atty v0.2.14 |
| 2882 | 2026-08-17T20:24:41.145Z | Compiling libsw v3.5.0 |
| 2883 | 2026-08-17T20:24:41.224Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2884 | 2026-08-17T20:24:41.244Z | Compiling tokio-tungstenite v0.23.1 |
| 2885 | 2026-08-17T20:24:41.266Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2886 | 2026-08-17T20:24:41.289Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2887 | 2026-08-17T20:24:41.376Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2888 | 2026-08-17T20:24:41.617Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2889 | 2026-08-17T20:24:41.852Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2890 | 2026-08-17T20:24:43.101Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2891 | 2026-08-17T20:24:44.347Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2892 | 2026-08-17T20:24:44.460Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2893 | 2026-08-17T20:24:44.556Z | Compiling slog-stdlog v4.1.1 |
| 2894 | 2026-08-17T20:24:44.559Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2895 | 2026-08-17T20:24:44.941Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2896 | 2026-08-17T20:24:45.086Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2897 | 2026-08-17T20:24:45.407Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2898 | 2026-08-17T20:24:45.429Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2899 | 2026-08-17T20:24:45.992Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2900 | 2026-08-17T20:24:47.022Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2901 | 2026-08-17T20:24:47.643Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2902 | 2026-08-17T20:24:48.094Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2903 | 2026-08-17T20:24:48.288Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2904 | 2026-08-17T20:24:50.751Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2905 | 2026-08-17T20:24:51.476Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2906 | 2026-08-17T20:24:52.315Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2907 | 2026-08-17T20:24:52.763Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2908 | 2026-08-17T20:24:53.337Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2909 | 2026-08-17T20:24:53.561Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2910 | 2026-08-17T20:24:54.560Z | Compiling signal-hook-tokio v0.3.1 |
| 2911 | 2026-08-17T20:24:54.754Z | Compiling fatfs v0.3.6 |
| 2912 | 2026-08-17T20:24:55.041Z | Compiling yasna v0.5.2 |
| 2913 | 2026-08-17T20:24:55.915Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2914 | 2026-08-17T20:24:56.042Z | Compiling is_ci v1.2.0 |
| 2915 | 2026-08-17T20:24:56.065Z | Compiling assert_matches v1.5.0 |
| 2916 | 2026-08-17T20:24:56.174Z | Compiling seq-macro v0.3.6 |
| 2917 | 2026-08-17T20:24:56.259Z | Compiling supports-color v3.0.2 |
| 2918 | 2026-08-17T20:24:56.548Z | Compiling rcgen v0.12.1 |
| 2919 | 2026-08-17T20:24:56.591Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2920 | 2026-08-17T20:24:56.679Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2921 | 2026-08-17T20:24:56.755Z | Compiling slog-envlogger v2.2.0 |
| 2922 | 2026-08-17T20:24:57.960Z | Compiling oxide-update-engine-display v0.1.2 |
| 2923 | 2026-08-17T20:24:58.885Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2924 | 2026-08-17T20:24:59.584Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2925 | 2026-08-17T20:25:00.089Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2926 | 2026-08-17T20:25:00.256Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2927 | 2026-08-17T20:25:00.310Z | Compiling port-file v0.1.0 |
| 2928 | 2026-08-17T20:25:00.485Z | Compiling rtoolbox v0.0.3 |
| 2929 | 2026-08-17T20:25:00.658Z | Compiling subprocess v0.2.15 |
| 2930 | 2026-08-17T20:25:00.808Z | Compiling rpassword v7.5.4 |
| 2931 | 2026-08-17T20:25:00.945Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2932 | 2026-08-17T20:25:01.427Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2933 | 2026-08-17T20:25:02.810Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2934 | 2026-08-17T20:25:02.848Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2935 | 2026-08-17T20:25:02.989Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2936 | 2026-08-17T20:25:05.032Z | Compiling tui-tree-widget v0.23.1 |
| 2937 | 2026-08-17T20:25:05.328Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2938 | 2026-08-17T20:25:05.757Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2939 | 2026-08-17T20:25:06.708Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2940 | 2026-08-17T20:25:06.895Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2941 | 2026-08-17T20:25:07.290Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2942 | 2026-08-17T20:25:07.521Z | Compiling uzers v0.12.2 |
| 2943 | 2026-08-17T20:25:08.219Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2944 | 2026-08-17T20:25:08.946Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2945 | 2026-08-17T20:25:10.052Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2946 | 2026-08-17T20:25:11.000Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2947 | 2026-08-17T20:25:11.790Z | Compiling support-bundle-viewer v0.1.2 |
| 2948 | 2026-08-17T20:25:13.122Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2949 | 2026-08-17T20:25:13.637Z | Compiling multimap v0.10.1 |
| 2950 | 2026-08-17T20:25:21.654Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2951 | 2026-08-17T20:25:23.641Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2952 | 2026-08-17T20:25:29.734Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2953 | 2026-08-17T20:25:33.445Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2954 | 2026-08-17T20:25:34.835Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2955 | 2026-08-17T20:34:22.593Z | Finished `release` profile [optimized] target(s) in 10m 58s |
| 2956 | 2026-08-17T20:35:13.779Z | |
| 2957 | 2026-08-17T20:35:13.779Z | real 11:51.216690475 |
| 2958 | 2026-08-17T20:35:13.779Z | user 1:22:12.055763858 |
| 2959 | 2026-08-17T20:35:13.782Z | sys 3:38.459106487 |
| 2960 | 2026-08-17T20:35:13.782Z | trap 1.802168454 |
| 2961 | 2026-08-17T20:35:13.782Z | tflt 1.935610237 |
| 2962 | 2026-08-17T20:35:13.782Z | dflt 18.649854051 |
| 2963 | 2026-08-17T20:35:13.782Z | kflt 0.011471236 |
| 2964 | 2026-08-17T20:35:13.783Z | lock 8:44:48.658472470 |
| 2965 | 2026-08-17T20:35:13.783Z | slp 2:22:55.697864191 |
| 2966 | 2026-08-17T20:35:13.783Z | lat 2:37.239159730 |
| 2967 | 2026-08-17T20:35:13.783Z | stop 5:29.680119464 |
| 2968 | 2026-08-17T20:35:13.783Z | + mapfile -t packages |
| 2969 | 2026-08-17T20:35:13.783Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2970 | 2026-08-17T20:35:14.718Z | Finished `release` profile [optimized] target(s) in 0.92s |
| 2971 | 2026-08-17T20:35:14.792Z | Running `target/release/omicron-package -t test list-outputs` |
| 2972 | 2026-08-17T20:35:14.851Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2973 | 2026-08-17T20:35:14.855Z | + ptime -m cargo build --locked --release -p xtask |
| 2974 | 2026-08-17T20:35:15.342Z | Compiling libc v0.2.185 |
| 2975 | 2026-08-17T20:35:15.342Z | Compiling serde_core v1.0.228 |
| 2976 | 2026-08-17T20:35:15.342Z | Compiling serde v1.0.228 |
| 2977 | 2026-08-17T20:35:15.345Z | Compiling rustix v1.1.3 |
| 2978 | 2026-08-17T20:35:15.345Z | Compiling serde_json v1.0.151 |
| 2979 | 2026-08-17T20:35:15.345Z | Compiling bitflags v2.11.0 |
| 2980 | 2026-08-17T20:35:15.497Z | Compiling usdt-impl v0.5.0 |
| 2981 | 2026-08-17T20:35:15.507Z | Compiling syn v2.0.117 |
| 2982 | 2026-08-17T20:35:15.519Z | Compiling syn v1.0.109 |
| 2983 | 2026-08-17T20:35:15.529Z | Compiling getrandom v0.4.1 |
| 2984 | 2026-08-17T20:35:15.533Z | Compiling log v0.4.29 |
| 2985 | 2026-08-17T20:35:15.552Z | Compiling indexmap v2.14.0 |
| 2986 | 2026-08-17T20:35:15.566Z | Compiling fs-err v3.3.0 |
| 2987 | 2026-08-17T20:35:15.734Z | Compiling anyhow v1.0.102 |
| 2988 | 2026-08-17T20:35:15.785Z | Compiling heck v0.4.1 |
| 2989 | 2026-08-17T20:35:15.833Z | Compiling once_cell v1.21.3 |
| 2990 | 2026-08-17T20:35:16.203Z | Compiling thread-id v4.2.2 |
| 2991 | 2026-08-17T20:35:16.215Z | Compiling errno v0.3.14 |
| 2992 | 2026-08-17T20:35:16.218Z | Compiling memmap v0.7.0 |
| 2993 | 2026-08-17T20:35:16.947Z | Compiling proc-macro-error v1.0.4 |
| 2994 | 2026-08-17T20:35:17.192Z | Compiling terminal_size v0.4.3 |
| 2995 | 2026-08-17T20:35:17.192Z | Compiling tempfile v3.25.0 |
| 2996 | 2026-08-17T20:35:17.215Z | Compiling tabled_derive v0.7.0 |
| 2997 | 2026-08-17T20:35:17.289Z | Compiling clap_builder v4.6.0 |
| 2998 | 2026-08-17T20:35:17.289Z | Compiling textwrap v0.16.2 |
| 2999 | 2026-08-17T20:35:17.648Z | Compiling pest_generator v2.8.6 |
| 3000 | 2026-08-17T20:35:17.666Z | Compiling camino v1.2.2 |
| 3001 | 2026-08-17T20:35:17.666Z | Compiling cargo-platform v0.3.2 |
| 3002 | 2026-08-17T20:35:17.686Z | Compiling semver v1.0.28 |
| 3003 | 2026-08-17T20:35:17.908Z | Compiling tabled v0.15.0 |
| 3004 | 2026-08-17T20:35:17.994Z | Compiling camino-tempfile v1.4.1 |
| 3005 | 2026-08-17T20:35:18.159Z | Compiling serde_derive v1.0.228 |
| 3006 | 2026-08-17T20:35:18.162Z | Compiling thiserror-impl v1.0.69 |
| 3007 | 2026-08-17T20:35:18.162Z | Compiling zerocopy-derive v0.7.35 |
| 3008 | 2026-08-17T20:35:18.162Z | Compiling scroll_derive v0.12.1 |
| 3009 | 2026-08-17T20:35:18.162Z | Compiling thiserror-impl v2.0.18 |
| 3010 | 2026-08-17T20:35:18.162Z | Compiling clap_derive v4.6.1 |
| 3011 | 2026-08-17T20:35:18.223Z | Compiling pest_derive v2.8.6 |
| 3012 | 2026-08-17T20:35:18.875Z | Compiling scroll v0.12.0 |
| 3013 | 2026-08-17T20:35:18.997Z | Compiling zerocopy v0.7.35 |
| 3014 | 2026-08-17T20:35:19.154Z | Compiling goblin v0.8.2 |
| 3015 | 2026-08-17T20:35:19.247Z | Compiling thiserror v1.0.69 |
| 3016 | 2026-08-17T20:35:19.358Z | Compiling dtrace-parser v0.2.0 |
| 3017 | 2026-08-17T20:35:19.358Z | Compiling thiserror v2.0.18 |
| 3018 | 2026-08-17T20:35:19.721Z | Compiling clap v4.6.1 |
| 3019 | 2026-08-17T20:35:21.299Z | Compiling dof v0.3.0 |
| 3020 | 2026-08-17T20:35:21.312Z | Compiling serde_spanned v0.6.9 |
| 3021 | 2026-08-17T20:35:21.376Z | Compiling toml_datetime v0.6.11 |
| 3022 | 2026-08-17T20:35:21.389Z | Compiling serde_tokenstream v0.2.3 |
| 3023 | 2026-08-17T20:35:21.427Z | Compiling macaddr v1.0.1 |
| 3024 | 2026-08-17T20:35:21.486Z | Compiling cargo_metadata v0.23.1 |
| 3025 | 2026-08-17T20:35:21.524Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3026 | 2026-08-17T20:35:21.712Z | Compiling toml_edit v0.22.27 |
| 3027 | 2026-08-17T20:35:22.092Z | Compiling usdt-macro v0.5.0 |
| 3028 | 2026-08-17T20:35:22.095Z | Compiling usdt-attr-macro v0.5.0 |
| 3029 | 2026-08-17T20:35:22.753Z | Compiling usdt v0.5.0 |
| 3030 | 2026-08-17T20:35:23.220Z | Compiling toml v0.8.23 |
| 3031 | 2026-08-17T20:35:23.647Z | Compiling cargo_toml v0.21.0 |
| 3032 | 2026-08-17T20:35:28.063Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3033 | 2026-08-17T20:35:31.271Z | Finished `release` profile [optimized] target(s) in 16.40s |
| 3034 | 2026-08-17T20:35:31.411Z | |
| 3035 | 2026-08-17T20:35:31.414Z | real 16.521213742 |
| 3036 | 2026-08-17T20:35:31.414Z | user 2:05.339677519 |
| 3037 | 2026-08-17T20:35:31.414Z | sys 13.744992003 |
| 3038 | 2026-08-17T20:35:31.414Z | trap 0.070833927 |
| 3039 | 2026-08-17T20:35:31.414Z | tflt 0.508238362 |
| 3040 | 2026-08-17T20:35:31.414Z | dflt 1.396416362 |
| 3041 | 2026-08-17T20:35:31.414Z | kflt 0.000046130 |
| 3042 | 2026-08-17T20:35:31.414Z | lock 4:51.195672444 |
| 3043 | 2026-08-17T20:35:31.414Z | slp 2:41.159841310 |
| 3044 | 2026-08-17T20:35:31.414Z | lat 4.065646957 |
| 3045 | 2026-08-17T20:35:31.414Z | stop 16.446817529 |
| 3046 | 2026-08-17T20:35:31.414Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3047 | 2026-08-17T20:35:31.414Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3048 | 2026-08-17T20:35:31.415Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3049 | 2026-08-17T20:35:31.415Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3050 | 2026-08-17T20:35:31.415Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3051 | 2026-08-17T20:35:32.354Z | Compiling match_cfg v0.1.0 |
| 3052 | 2026-08-17T20:35:32.354Z | Compiling progenitor-client v0.14.0 |
| 3053 | 2026-08-17T20:35:32.354Z | Compiling slog-json v2.6.1 |
| 3054 | 2026-08-17T20:35:32.354Z | Compiling newtype-uuid-macros v0.1.0 |
| 3055 | 2026-08-17T20:35:32.358Z | Compiling sha1 v0.11.0 |
| 3056 | 2026-08-17T20:35:32.358Z | Compiling multer v3.1.0 |
| 3057 | 2026-08-17T20:35:32.358Z | Compiling debug-ignore v1.0.5 |
| 3058 | 2026-08-17T20:35:32.358Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3059 | 2026-08-17T20:35:32.358Z | Compiling compression-core v0.4.31 |
| 3060 | 2026-08-17T20:35:32.358Z | Compiling async-stream-impl v0.3.6 |
| 3061 | 2026-08-17T20:35:32.358Z | Compiling serde_spanned v1.1.1 |
| 3062 | 2026-08-17T20:35:32.358Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3063 | 2026-08-17T20:35:32.504Z | Compiling dropshot v0.17.1 |
| 3064 | 2026-08-17T20:35:32.508Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3065 | 2026-08-17T20:35:32.517Z | Compiling waitgroup v0.1.2 |
| 3066 | 2026-08-17T20:35:32.521Z | Compiling rustls-pemfile v2.2.0 |
| 3067 | 2026-08-17T20:35:32.730Z | Compiling dropshot_endpoint v0.17.1 |
| 3068 | 2026-08-17T20:35:32.779Z | Compiling compression-codecs v0.4.37 |
| 3069 | 2026-08-17T20:35:32.782Z | Compiling serde_path_to_error v0.1.20 |
| 3070 | 2026-08-17T20:35:32.782Z | Compiling hostname v0.4.2 |
| 3071 | 2026-08-17T20:35:32.850Z | Compiling hostname v0.3.1 |
| 3072 | 2026-08-17T20:35:32.854Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3073 | 2026-08-17T20:35:32.854Z | Compiling atomicwrites v0.4.4 |
| 3074 | 2026-08-17T20:35:32.854Z | Compiling macaddr v1.0.1 |
| 3075 | 2026-08-17T20:35:32.854Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3076 | 2026-08-17T20:35:32.854Z | Compiling instant v0.1.13 |
| 3077 | 2026-08-17T20:35:32.951Z | Compiling regress v0.10.5 |
| 3078 | 2026-08-17T20:35:33.026Z | Compiling slog-bunyan v2.5.0 |
| 3079 | 2026-08-17T20:35:33.062Z | Compiling async-compression v0.4.41 |
| 3080 | 2026-08-17T20:35:33.066Z | Compiling parse-display-derive v0.10.0 |
| 3081 | 2026-08-17T20:35:33.083Z | Compiling backon v1.6.0 |
| 3082 | 2026-08-17T20:35:33.087Z | Compiling backoff v0.4.0 |
| 3083 | 2026-08-17T20:35:33.152Z | Compiling itertools v0.14.0 |
| 3084 | 2026-08-17T20:35:33.155Z | Compiling humantime v2.3.0 |
| 3085 | 2026-08-17T20:35:33.195Z | Compiling half v2.7.1 |
| 3086 | 2026-08-17T20:35:33.215Z | Compiling crucible-workspace-hack v0.1.0 |
| 3087 | 2026-08-17T20:35:33.235Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3088 | 2026-08-17T20:35:33.308Z | Compiling async-stream v0.3.6 |
| 3089 | 2026-08-17T20:35:33.333Z | Compiling progenitor-extras v0.2.0 |
| 3090 | 2026-08-17T20:35:33.353Z | Compiling ciborium-io v0.2.2 |
| 3091 | 2026-08-17T20:35:33.371Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3092 | 2026-08-17T20:35:33.406Z | Compiling regress v0.11.1 |
| 3093 | 2026-08-17T20:35:33.445Z | Compiling convert_case v0.4.0 |
| 3094 | 2026-08-17T20:35:33.461Z | Compiling ciborium-ll v0.2.2 |
| 3095 | 2026-08-17T20:35:33.479Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3096 | 2026-08-17T20:35:33.523Z | Compiling secrecy v0.10.3 |
| 3097 | 2026-08-17T20:35:33.542Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3098 | 2026-08-17T20:35:33.546Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3099 | 2026-08-17T20:35:33.546Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3100 | 2026-08-17T20:35:33.595Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3101 | 2026-08-17T20:35:33.615Z | Compiling inout v0.1.4 |
| 3102 | 2026-08-17T20:35:33.691Z | Compiling ciborium v0.2.2 |
| 3103 | 2026-08-17T20:35:33.709Z | Compiling unsafe-libyaml v0.2.11 |
| 3104 | 2026-08-17T20:35:33.712Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3105 | 2026-08-17T20:35:33.768Z | Compiling cipher v0.4.4 |
| 3106 | 2026-08-17T20:35:33.800Z | Compiling universal-hash v0.5.1 |
| 3107 | 2026-08-17T20:35:33.841Z | Compiling derive_more v0.99.20 |
| 3108 | 2026-08-17T20:35:33.915Z | Compiling opaque-debug v0.3.1 |
| 3109 | 2026-08-17T20:35:33.934Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3110 | 2026-08-17T20:35:33.956Z | Compiling blake2 v0.10.6 |
| 3111 | 2026-08-17T20:35:34.004Z | Compiling poly1305 v0.8.0 |
| 3112 | 2026-08-17T20:35:34.054Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3113 | 2026-08-17T20:35:34.215Z | Compiling chacha20 v0.9.1 |
| 3114 | 2026-08-17T20:35:34.233Z | Compiling aead v0.5.2 |
| 3115 | 2026-08-17T20:35:34.316Z | Compiling serde_yaml v0.9.34+deprecated |
| 3116 | 2026-08-17T20:35:34.334Z | Compiling password-hash v0.5.0 |
| 3117 | 2026-08-17T20:35:34.466Z | Compiling indent_write v2.2.0 |
| 3118 | 2026-08-17T20:35:34.484Z | Compiling chacha20poly1305 v0.10.1 |
| 3119 | 2026-08-17T20:35:34.500Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3120 | 2026-08-17T20:35:34.505Z | Compiling num-derive v0.4.2 |
| 3121 | 2026-08-17T20:35:34.567Z | Compiling heapless v0.8.0 |
| 3122 | 2026-08-17T20:35:34.630Z | Compiling argon2 v0.5.3 |
| 3123 | 2026-08-17T20:35:34.657Z | Compiling tabwriter v1.4.1 |
| 3124 | 2026-08-17T20:35:34.775Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3125 | 2026-08-17T20:35:34.775Z | Compiling ingot-macros v0.2.0 |
| 3126 | 2026-08-17T20:35:34.809Z | Compiling hash32 v0.3.1 |
| 3127 | 2026-08-17T20:35:34.880Z | Compiling parse-display v0.10.0 |
| 3128 | 2026-08-17T20:35:34.920Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3129 | 2026-08-17T20:35:34.982Z | Compiling thiserror-no-std v2.0.2 |
| 3130 | 2026-08-17T20:35:35.012Z | Compiling typify-impl v0.6.2 |
| 3131 | 2026-08-17T20:35:35.099Z | Compiling vsss-rs v3.3.4 |
| 3132 | 2026-08-17T20:35:35.116Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3133 | 2026-08-17T20:35:35.160Z | Compiling smoltcp v0.11.0 |
| 3134 | 2026-08-17T20:35:35.414Z | Compiling proc-macro-crate v3.4.0 |
| 3135 | 2026-08-17T20:35:35.506Z | Compiling cobs v0.3.0 |
| 3136 | 2026-08-17T20:35:35.566Z | Compiling colored v3.1.1 |
| 3137 | 2026-08-17T20:35:35.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3138 | 2026-08-17T20:35:35.734Z | Compiling postcard v1.1.3 |
| 3139 | 2026-08-17T20:35:35.835Z | Compiling proc-macro-error v1.0.4 |
| 3140 | 2026-08-17T20:35:35.858Z | Compiling rand v0.10.1 |
| 3141 | 2026-08-17T20:35:35.937Z | Compiling proc-macro-crate v1.3.1 |
| 3142 | 2026-08-17T20:35:35.954Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3143 | 2026-08-17T20:35:35.995Z | Compiling num_enum_derive v0.7.6 |
| 3144 | 2026-08-17T20:35:36.096Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3145 | 2026-08-17T20:35:36.114Z | Compiling foreign-types-macros v0.2.3 |
| 3146 | 2026-08-17T20:35:36.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3147 | 2026-08-17T20:35:36.210Z | Compiling rayon-core v1.13.0 |
| 3148 | 2026-08-17T20:35:36.226Z | Compiling foreign-types-shared v0.3.1 |
| 3149 | 2026-08-17T20:35:36.383Z | Compiling num_enum_derive v0.5.11 |
| 3150 | 2026-08-17T20:35:36.420Z | Compiling crossbeam-deque v0.8.6 |
| 3151 | 2026-08-17T20:35:36.464Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3152 | 2026-08-17T20:35:36.482Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3153 | 2026-08-17T20:35:36.498Z | Compiling cstr-argument v0.1.2 |
| 3154 | 2026-08-17T20:35:36.540Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3155 | 2026-08-17T20:35:36.645Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3156 | 2026-08-17T20:35:36.683Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3157 | 2026-08-17T20:35:36.749Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3158 | 2026-08-17T20:35:36.749Z | Compiling cpubits v0.1.1 |
| 3159 | 2026-08-17T20:35:36.782Z | Compiling foreign-types v0.5.0 |
| 3160 | 2026-08-17T20:35:36.853Z | Compiling zone_cfg_derive v0.3.1 |
| 3161 | 2026-08-17T20:35:36.892Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3162 | 2026-08-17T20:35:36.936Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3163 | 2026-08-17T20:35:36.954Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3164 | 2026-08-17T20:35:36.991Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3165 | 2026-08-17T20:35:37.043Z | Compiling itertools v0.12.1 |
| 3166 | 2026-08-17T20:35:37.090Z | Compiling sigpipe v0.1.3 |
| 3167 | 2026-08-17T20:35:37.107Z | Compiling glob v0.3.3 |
| 3168 | 2026-08-17T20:35:37.126Z | Compiling num_enum v0.7.6 |
| 3169 | 2026-08-17T20:35:37.148Z | Compiling rayon v1.11.0 |
| 3170 | 2026-08-17T20:35:37.173Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3171 | 2026-08-17T20:35:37.203Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3172 | 2026-08-17T20:35:37.225Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3173 | 2026-08-17T20:35:37.275Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3174 | 2026-08-17T20:35:37.421Z | Compiling smf v0.2.3 |
| 3175 | 2026-08-17T20:35:37.438Z | Compiling whoami v1.6.1 |
| 3176 | 2026-08-17T20:35:37.506Z | Compiling num_enum v0.5.11 |
| 3177 | 2026-08-17T20:35:37.524Z | Compiling usdt-macro v0.5.0 |
| 3178 | 2026-08-17T20:35:37.529Z | Compiling usdt-attr-macro v0.5.0 |
| 3179 | 2026-08-17T20:35:37.565Z | Compiling gethostname v0.5.0 |
| 3180 | 2026-08-17T20:35:37.620Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3181 | 2026-08-17T20:35:37.638Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3182 | 2026-08-17T20:35:37.657Z | Compiling num-rational v0.4.2 |
| 3183 | 2026-08-17T20:35:37.691Z | Compiling pem-rfc7468 v1.0.0 |
| 3184 | 2026-08-17T20:35:37.710Z | Compiling ingot-types v0.2.0 |
| 3185 | 2026-08-17T20:35:37.728Z | Compiling num-complex v0.4.6 |
| 3186 | 2026-08-17T20:35:37.756Z | Compiling derive-where v1.6.0 |
| 3187 | 2026-08-17T20:35:37.979Z | Compiling memmap v0.7.0 |
| 3188 | 2026-08-17T20:35:38.024Z | Compiling float-ord v0.3.2 |
| 3189 | 2026-08-17T20:35:38.151Z | Compiling ingot v0.2.1 |
| 3190 | 2026-08-17T20:35:38.168Z | Compiling num v0.4.3 |
| 3191 | 2026-08-17T20:35:38.171Z | Compiling toml v0.8.23 |
| 3192 | 2026-08-17T20:35:38.201Z | Compiling zone v0.3.1 |
| 3193 | 2026-08-17T20:35:38.249Z | Compiling hmac v0.13.0 |
| 3194 | 2026-08-17T20:35:38.269Z | Compiling universal-hash v0.6.1 |
| 3195 | 2026-08-17T20:35:38.272Z | Compiling resolv-conf v0.7.6 |
| 3196 | 2026-08-17T20:35:38.302Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3197 | 2026-08-17T20:35:38.336Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3198 | 2026-08-17T20:35:38.396Z | Compiling usdt v0.5.0 |
| 3199 | 2026-08-17T20:35:38.436Z | Compiling cancel-safe-futures v0.1.5 |
| 3200 | 2026-08-17T20:35:38.454Z | Compiling polyval v0.7.1 |
| 3201 | 2026-08-17T20:35:38.501Z | Compiling der v0.8.0 |
| 3202 | 2026-08-17T20:35:38.656Z | Compiling prettyplease v0.2.37 |
| 3203 | 2026-08-17T20:35:38.701Z | Compiling ghash v0.6.0 |
| 3204 | 2026-08-17T20:35:38.722Z | Compiling pbkdf2 v0.13.0 |
| 3205 | 2026-08-17T20:35:38.823Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3206 | 2026-08-17T20:35:38.863Z | Compiling aes v0.9.1 |
| 3207 | 2026-08-17T20:35:38.881Z | Compiling crypto-bigint v0.7.5 |
| 3208 | 2026-08-17T20:35:38.914Z | Compiling console v0.15.11 |
| 3209 | 2026-08-17T20:35:38.934Z | Compiling hickory-proto v0.24.4 |
| 3210 | 2026-08-17T20:35:38.956Z | Compiling newline-converter v0.3.0 |
| 3211 | 2026-08-17T20:35:39.036Z | Compiling ctr v0.10.1 |
| 3212 | 2026-08-17T20:35:39.082Z | Compiling aead v0.6.1 |
| 3213 | 2026-08-17T20:35:39.166Z | Compiling sha2 v0.11.0 |
| 3214 | 2026-08-17T20:35:39.186Z | Compiling oxide-update-engine-types v0.1.2 |
| 3215 | 2026-08-17T20:35:39.298Z | Compiling libefi-sys v0.1.0 |
| 3216 | 2026-08-17T20:35:39.325Z | Compiling linked-hash-map v0.5.6 |
| 3217 | 2026-08-17T20:35:39.516Z | Compiling linear-map v1.2.0 |
| 3218 | 2026-08-17T20:35:39.564Z | Compiling lru-cache v0.1.2 |
| 3219 | 2026-08-17T20:35:39.581Z | Compiling spki v0.8.0 |
| 3220 | 2026-08-17T20:35:39.608Z | Compiling aes-gcm v0.11.0 |
| 3221 | 2026-08-17T20:35:39.637Z | Compiling typify-macro v0.6.2 |
| 3222 | 2026-08-17T20:35:39.717Z | Compiling expectorate v1.2.0 |
| 3223 | 2026-08-17T20:35:39.830Z | Compiling salsa20 v0.11.0 |
| 3224 | 2026-08-17T20:35:39.846Z | Compiling bitfield-struct v0.6.2 |
| 3225 | 2026-08-17T20:35:39.863Z | Compiling nom v8.0.0 |
| 3226 | 2026-08-17T20:35:39.923Z | Compiling semver v0.1.20 |
| 3227 | 2026-08-17T20:35:40.008Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3228 | 2026-08-17T20:35:40.069Z | Compiling scrypt v0.12.0 |
| 3229 | 2026-08-17T20:35:40.204Z | Compiling rustc_version v0.1.7 |
| 3230 | 2026-08-17T20:35:40.262Z | Compiling oxide-update-engine v0.1.2 |
| 3231 | 2026-08-17T20:35:40.388Z | Compiling tokio-dtrace v0.1.1 |
| 3232 | 2026-08-17T20:35:40.467Z | Compiling cbc v0.2.1 |
| 3233 | 2026-08-17T20:35:40.483Z | Compiling slog-dtrace v0.3.0 |
| 3234 | 2026-08-17T20:35:40.530Z | Compiling minimal-lexical v0.2.1 |
| 3235 | 2026-08-17T20:35:40.549Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3236 | 2026-08-17T20:35:40.655Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3237 | 2026-08-17T20:35:40.694Z | Compiling pkcs5 v0.8.1 |
| 3238 | 2026-08-17T20:35:40.754Z | Compiling nom v7.1.3 |
| 3239 | 2026-08-17T20:35:40.757Z | Compiling oxide-tokio-rt v0.1.4 |
| 3240 | 2026-08-17T20:35:40.786Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3241 | 2026-08-17T20:35:40.809Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-08-17T20:35:40.828Z | Compiling newtype_derive v0.1.6 |
| 3243 | 2026-08-17T20:35:40.875Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3244 | 2026-08-17T20:35:41.021Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3245 | 2026-08-17T20:35:41.039Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3246 | 2026-08-17T20:35:41.056Z | Compiling phf_shared v0.12.1 |
| 3247 | 2026-08-17T20:35:41.098Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3248 | 2026-08-17T20:35:41.127Z | Compiling csv-core v0.1.13 |
| 3249 | 2026-08-17T20:35:41.183Z | Compiling hickory-resolver v0.24.4 |
| 3250 | 2026-08-17T20:35:41.240Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3251 | 2026-08-17T20:35:41.259Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3252 | 2026-08-17T20:35:41.276Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3253 | 2026-08-17T20:35:41.422Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3254 | 2026-08-17T20:35:41.451Z | Compiling xshell-macros v0.2.7 |
| 3255 | 2026-08-17T20:35:41.468Z | Compiling highway v1.3.0 |
| 3256 | 2026-08-17T20:35:41.501Z | Compiling typify v0.6.2 |
| 3257 | 2026-08-17T20:35:41.630Z | Compiling progenitor-impl v0.14.0 |
| 3258 | 2026-08-17T20:35:41.647Z | Compiling unicode-xid v0.2.6 |
| 3259 | 2026-08-17T20:35:41.672Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3260 | 2026-08-17T20:35:41.768Z | Compiling chrono-tz v0.10.4 |
| 3261 | 2026-08-17T20:35:41.807Z | Compiling const_format_proc_macros v0.2.34 |
| 3262 | 2026-08-17T20:35:41.872Z | Compiling csv v1.4.0 |
| 3263 | 2026-08-17T20:35:41.888Z | Compiling xshell v0.2.7 |
| 3264 | 2026-08-17T20:35:41.988Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3265 | 2026-08-17T20:35:42.193Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3266 | 2026-08-17T20:35:42.286Z | Compiling qorb v0.4.1 |
| 3267 | 2026-08-17T20:35:42.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3268 | 2026-08-17T20:35:42.350Z | Compiling phf v0.12.1 |
| 3269 | 2026-08-17T20:35:42.421Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3270 | 2026-08-17T20:35:42.452Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3271 | 2026-08-17T20:35:42.593Z | Compiling pkcs8 v0.11.0 |
| 3272 | 2026-08-17T20:35:42.686Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3273 | 2026-08-17T20:35:42.825Z | Compiling ff v0.14.0 |
| 3274 | 2026-08-17T20:35:42.843Z | Compiling owo-colors v4.3.0 |
| 3275 | 2026-08-17T20:35:42.992Z | Compiling const_format v0.2.35 |
| 3276 | 2026-08-17T20:35:43.091Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3277 | 2026-08-17T20:35:43.123Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3278 | 2026-08-17T20:35:43.149Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3279 | 2026-08-17T20:35:43.267Z | Compiling tabled_derive v0.7.0 |
| 3280 | 2026-08-17T20:35:43.345Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3281 | 2026-08-17T20:35:43.461Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3282 | 2026-08-17T20:35:43.488Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3283 | 2026-08-17T20:35:43.696Z | Compiling bcs v0.1.6 |
| 3284 | 2026-08-17T20:35:43.933Z | Compiling termtree v0.5.1 |
| 3285 | 2026-08-17T20:35:44.052Z | Compiling tagptr v0.2.0 |
| 3286 | 2026-08-17T20:35:44.132Z | Compiling salty v0.3.0 |
| 3287 | 2026-08-17T20:35:44.262Z | Compiling moka v0.12.13 |
| 3288 | 2026-08-17T20:35:44.286Z | Compiling textwrap v0.16.2 |
| 3289 | 2026-08-17T20:35:44.332Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3290 | 2026-08-17T20:35:44.336Z | Compiling tabled v0.15.0 |
| 3291 | 2026-08-17T20:35:44.367Z | Compiling progenitor-macro v0.14.0 |
| 3292 | 2026-08-17T20:35:44.387Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3293 | 2026-08-17T20:35:44.459Z | Compiling steno v0.4.1 |
| 3294 | 2026-08-17T20:35:44.618Z | Compiling group v0.14.0 |
| 3295 | 2026-08-17T20:35:44.636Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3296 | 2026-08-17T20:35:44.794Z | Compiling sha1 v0.10.6 |
| 3297 | 2026-08-17T20:35:44.812Z | Compiling signature v3.0.0 |
| 3298 | 2026-08-17T20:35:44.837Z | Compiling base16ct v1.0.0 |
| 3299 | 2026-08-17T20:35:45.027Z | Compiling hickory-resolver v0.25.2 |
| 3300 | 2026-08-17T20:35:45.052Z | Compiling sec1 v0.8.1 |
| 3301 | 2026-08-17T20:35:45.087Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3302 | 2026-08-17T20:35:45.118Z | Compiling hkdf v0.13.0 |
| 3303 | 2026-08-17T20:35:45.137Z | Compiling libscf-sys v1.2.0 |
| 3304 | 2026-08-17T20:35:45.202Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3305 | 2026-08-17T20:35:45.317Z | Compiling rfc6979 v0.4.0 |
| 3306 | 2026-08-17T20:35:45.335Z | Compiling elliptic-curve v0.14.1 |
| 3307 | 2026-08-17T20:35:45.356Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3308 | 2026-08-17T20:35:45.398Z | Compiling primeorder v0.13.6 |
| 3309 | 2026-08-17T20:35:45.480Z | Compiling ecdsa v0.16.9 |
| 3310 | 2026-08-17T20:35:45.500Z | Compiling parking_lot_core v0.8.6 |
| 3311 | 2026-08-17T20:35:45.696Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3312 | 2026-08-17T20:35:45.731Z | Compiling utf-8 v0.7.6 |
| 3313 | 2026-08-17T20:35:45.829Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3314 | 2026-08-17T20:35:45.916Z | Compiling tungstenite v0.21.0 |
| 3315 | 2026-08-17T20:35:45.951Z | Compiling p384 v0.13.1 |
| 3316 | 2026-08-17T20:35:45.951Z | Compiling wnaf v0.14.0 |
| 3317 | 2026-08-17T20:35:45.983Z | Compiling primefield v0.14.0 |
| 3318 | 2026-08-17T20:35:46.188Z | Compiling rfc6979 v0.6.0 |
| 3319 | 2026-08-17T20:35:46.223Z | Compiling papergrid v0.18.0 |
| 3320 | 2026-08-17T20:35:46.246Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-08-17T20:35:46.375Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3322 | 2026-08-17T20:35:46.533Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3323 | 2026-08-17T20:35:46.536Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3324 | 2026-08-17T20:35:46.757Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3325 | 2026-08-17T20:35:46.820Z | Compiling tokio-tungstenite v0.21.0 |
| 3326 | 2026-08-17T20:35:46.823Z | Compiling git-stub-vcs v0.1.0 |
| 3327 | 2026-08-17T20:35:46.853Z | Compiling ecdsa v0.17.0 |
| 3328 | 2026-08-17T20:35:46.973Z | Compiling primeorder v0.14.0 |
| 3329 | 2026-08-17T20:35:47.014Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-08-17T20:35:47.031Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3331 | 2026-08-17T20:35:47.184Z | Compiling tabled v0.21.0 |
| 3332 | 2026-08-17T20:35:47.230Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3333 | 2026-08-17T20:35:47.275Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3334 | 2026-08-17T20:35:47.343Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3335 | 2026-08-17T20:35:47.413Z | Compiling curve25519-dalek v5.0.0 |
| 3336 | 2026-08-17T20:35:47.430Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3337 | 2026-08-17T20:35:47.448Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3338 | 2026-08-17T20:35:47.495Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3339 | 2026-08-17T20:35:47.581Z | Compiling corncobs v0.1.4 |
| 3340 | 2026-08-17T20:35:47.678Z | Compiling unicase v2.9.0 |
| 3341 | 2026-08-17T20:35:47.747Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3342 | 2026-08-17T20:35:47.789Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3343 | 2026-08-17T20:35:47.807Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3344 | 2026-08-17T20:35:47.849Z | Compiling parking_lot v0.11.2 |
| 3345 | 2026-08-17T20:35:47.913Z | Compiling mime_guess v2.0.5 |
| 3346 | 2026-08-17T20:35:47.943Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3347 | 2026-08-17T20:35:48.127Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3348 | 2026-08-17T20:35:48.172Z | Compiling progenitor-impl v0.13.0 |
| 3349 | 2026-08-17T20:35:48.188Z | Compiling ssh-encoding v0.3.0 |
| 3350 | 2026-08-17T20:35:48.245Z | Compiling prefix-trie v0.7.0 |
| 3351 | 2026-08-17T20:35:48.266Z | Compiling fxhash v0.2.1 |
| 3352 | 2026-08-17T20:35:48.292Z | Compiling secrecy v0.8.0 |
| 3353 | 2026-08-17T20:35:48.435Z | Compiling keccak v0.2.0 |
| 3354 | 2026-08-17T20:35:48.461Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3355 | 2026-08-17T20:35:48.477Z | Compiling crc8 v0.1.1 |
| 3356 | 2026-08-17T20:35:48.580Z | Compiling sled v0.34.7 |
| 3357 | 2026-08-17T20:35:48.628Z | Compiling hickory-server v0.25.2 |
| 3358 | 2026-08-17T20:35:48.723Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3359 | 2026-08-17T20:35:48.849Z | Compiling ed25519 v3.0.0 |
| 3360 | 2026-08-17T20:35:48.868Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3361 | 2026-08-17T20:35:48.973Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3362 | 2026-08-17T20:35:49.530Z | Compiling progenitor v0.14.0 |
| 3363 | 2026-08-17T20:35:49.697Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3364 | 2026-08-17T20:35:49.717Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3365 | 2026-08-17T20:35:49.735Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3366 | 2026-08-17T20:35:49.752Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3367 | 2026-08-17T20:35:49.814Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3368 | 2026-08-17T20:35:49.899Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3369 | 2026-08-17T20:35:50.019Z | Compiling crypto-primes v0.7.2 |
| 3370 | 2026-08-17T20:35:50.068Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3371 | 2026-08-17T20:35:50.086Z | Compiling poly1305 v0.9.0 |
| 3372 | 2026-08-17T20:35:50.279Z | Compiling progenitor-client v0.13.0 |
| 3373 | 2026-08-17T20:35:50.495Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3374 | 2026-08-17T20:35:50.519Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3375 | 2026-08-17T20:35:50.601Z | Compiling blowfish v0.10.0 |
| 3376 | 2026-08-17T20:35:50.620Z | Compiling blake2 v0.11.0-rc.6 |
| 3377 | 2026-08-17T20:35:50.642Z | Compiling half v1.8.3 |
| 3378 | 2026-08-17T20:35:50.825Z | Compiling http-range v0.1.5 |
| 3379 | 2026-08-17T20:35:50.872Z | Compiling serde_cbor v0.11.2 |
| 3380 | 2026-08-17T20:35:50.889Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3381 | 2026-08-17T20:35:50.914Z | Compiling progenitor-macro v0.13.0 |
| 3382 | 2026-08-17T20:35:50.944Z | Compiling argon2 v0.6.0-rc.8 |
| 3383 | 2026-08-17T20:35:51.045Z | Compiling rsa v0.10.0-rc.18 |
| 3384 | 2026-08-17T20:35:51.063Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3385 | 2026-08-17T20:35:51.236Z | Compiling ssh-cipher v0.3.0 |
| 3386 | 2026-08-17T20:35:51.684Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3387 | 2026-08-17T20:35:51.866Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3388 | 2026-08-17T20:35:52.041Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3389 | 2026-08-17T20:35:52.093Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3390 | 2026-08-17T20:35:52.341Z | Compiling ed25519-dalek v3.0.0 |
| 3391 | 2026-08-17T20:35:52.376Z | Compiling illumos-nvpair v0.3.0 |
| 3392 | 2026-08-17T20:35:52.652Z | Compiling sha3 v0.11.0 |
| 3393 | 2026-08-17T20:35:52.788Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3394 | 2026-08-17T20:35:52.878Z | Compiling p384 v0.14.0 |
| 3395 | 2026-08-17T20:35:53.009Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3396 | 2026-08-17T20:35:53.027Z | Compiling p521 v0.14.0 |
| 3397 | 2026-08-17T20:35:53.138Z | Compiling p256 v0.14.0 |
| 3398 | 2026-08-17T20:35:53.342Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3399 | 2026-08-17T20:35:53.372Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3400 | 2026-08-17T20:35:53.957Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3401 | 2026-08-17T20:35:54.095Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3402 | 2026-08-17T20:35:54.137Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3403 | 2026-08-17T20:35:54.303Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-08-17T20:35:54.707Z | Compiling scuffle v0.1.0 |
| 3405 | 2026-08-17T20:35:54.763Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3406 | 2026-08-17T20:35:54.887Z | Compiling yasna v0.5.2 |
| 3407 | 2026-08-17T20:35:55.188Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3408 | 2026-08-17T20:35:55.271Z | Compiling kstat-rs v0.2.5 |
| 3409 | 2026-08-17T20:35:55.319Z | Compiling headers-core v0.3.0 |
| 3410 | 2026-08-17T20:35:55.346Z | Compiling kem v0.3.0 |
| 3411 | 2026-08-17T20:35:55.473Z | Compiling module-lattice v0.2.3 |
| 3412 | 2026-08-17T20:35:55.501Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-08-17T20:35:55.602Z | Compiling sponge-cursor v0.1.0 |
| 3414 | 2026-08-17T20:35:55.620Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3415 | 2026-08-17T20:35:55.639Z | Compiling headers v0.4.1 |
| 3416 | 2026-08-17T20:35:55.681Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-08-17T20:35:55.700Z | Compiling ml-kem v0.3.2 |
| 3418 | 2026-08-17T20:35:55.756Z | Compiling sha3 v0.12.0 |
| 3419 | 2026-08-17T20:35:55.773Z | Compiling flume v0.11.1 |
| 3420 | 2026-08-17T20:35:55.789Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3421 | 2026-08-17T20:35:55.817Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3422 | 2026-08-17T20:35:55.960Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3423 | 2026-08-17T20:35:56.028Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3424 | 2026-08-17T20:35:56.119Z | Compiling progenitor v0.13.0 |
| 3425 | 2026-08-17T20:35:56.216Z | Compiling ssh-key v0.7.0-rc.11 |
| 3426 | 2026-08-17T20:35:56.233Z | Compiling hyper-staticfile v0.10.1 |
| 3427 | 2026-08-17T20:35:56.300Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3428 | 2026-08-17T20:35:56.336Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3429 | 2026-08-17T20:35:56.357Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3430 | 2026-08-17T20:35:56.421Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3431 | 2026-08-17T20:35:56.482Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3432 | 2026-08-17T20:35:56.581Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3433 | 2026-08-17T20:35:56.642Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3434 | 2026-08-17T20:35:56.676Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3435 | 2026-08-17T20:35:56.781Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3436 | 2026-08-17T20:35:56.800Z | Compiling russh-cryptovec v0.62.0 |
| 3437 | 2026-08-17T20:35:56.800Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3438 | 2026-08-17T20:35:56.835Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3439 | 2026-08-17T20:35:56.981Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3440 | 2026-08-17T20:35:57.032Z | Compiling port-file v0.1.0 |
| 3441 | 2026-08-17T20:35:57.060Z | Compiling num-bigint v0.4.6 |
| 3442 | 2026-08-17T20:35:57.078Z | Compiling generic-array v1.4.3 |
| 3443 | 2026-08-17T20:35:57.111Z | Compiling russh-util v0.52.0 |
| 3444 | 2026-08-17T20:35:57.132Z | Compiling enum_dispatch v0.3.13 |
| 3445 | 2026-08-17T20:35:57.282Z | Compiling delegate v0.13.5 |
| 3446 | 2026-08-17T20:35:57.301Z | Compiling subprocess v0.2.15 |
| 3447 | 2026-08-17T20:35:57.317Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3448 | 2026-08-17T20:35:57.588Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3449 | 2026-08-17T20:35:57.631Z | Compiling md5 v0.8.0 |
| 3450 | 2026-08-17T20:35:57.783Z | Compiling display-error-chain v0.2.2 |
| 3451 | 2026-08-17T20:35:57.927Z | Compiling hex-literal v1.1.0 |
| 3452 | 2026-08-17T20:35:57.956Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3453 | 2026-08-17T20:35:58.088Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3454 | 2026-08-17T20:35:58.109Z | Compiling colored v2.2.0 |
| 3455 | 2026-08-17T20:35:58.163Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3456 | 2026-08-17T20:35:58.180Z | Compiling socket2 v0.5.10 |
| 3457 | 2026-08-17T20:35:58.279Z | Compiling internet-checksum v0.2.1 |
| 3458 | 2026-08-17T20:35:58.296Z | Compiling russh v0.62.4 |
| 3459 | 2026-08-17T20:35:58.724Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3460 | 2026-08-17T20:35:58.751Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3461 | 2026-08-17T20:35:58.986Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3462 | 2026-08-17T20:36:01.521Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3463 | 2026-08-17T20:36:02.268Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3464 | 2026-08-17T20:36:02.804Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3465 | 2026-08-17T20:36:04.443Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3466 | 2026-08-17T20:36:13.358Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3467 | 2026-08-17T20:36:13.358Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3468 | 2026-08-17T20:36:13.358Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3469 | 2026-08-17T20:36:13.362Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3470 | 2026-08-17T20:36:15.171Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3471 | 2026-08-17T20:36:15.240Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3472 | 2026-08-17T20:36:19.334Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3473 | 2026-08-17T20:37:00.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3474 | 2026-08-17T20:37:00.486Z | |
| 3475 | 2026-08-17T20:37:00.487Z | real 1:29.008262129 |
| 3476 | 2026-08-17T20:37:00.487Z | user 8:27.586499535 |
| 3477 | 2026-08-17T20:37:00.487Z | sys 1:41.026007480 |
| 3478 | 2026-08-17T20:37:00.487Z | trap 0.246129205 |
| 3479 | 2026-08-17T20:37:00.490Z | tflt 0.354326665 |
| 3480 | 2026-08-17T20:37:00.490Z | dflt 2.322753664 |
| 3481 | 2026-08-17T20:37:00.490Z | kflt 0.000291100 |
| 3482 | 2026-08-17T20:37:00.490Z | lock 31:21.085803891 |
| 3483 | 2026-08-17T20:37:00.491Z | slp 19:13.677895608 |
| 3484 | 2026-08-17T20:37:00.491Z | lat 39.527746733 |
| 3485 | 2026-08-17T20:37:00.491Z | stop 2:56.301200458 |
| 3486 | 2026-08-17T20:37:00.491Z | + mkdir tests |
| 3487 | 2026-08-17T20:37:00.494Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3488 | 2026-08-17T20:37:00.494Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3489 | 2026-08-17T20:37:00.513Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-747317bc63461b57 tests/ |
| 3490 | 2026-08-17T20:37:00.536Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-738302cf7a23c1af tests/ |
| 3491 | 2026-08-17T20:37:00.559Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dd16a3697bb1946c tests/ |
| 3492 | 2026-08-17T20:37:00.583Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-6d41f4e09e947bfc tests/ |
| 3493 | 2026-08-17T20:37:00.912Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3494 | 2026-08-17T20:37:00.916Z | + 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-738302cf7a23c1af tests/commtest-dd16a3697bb1946c tests/dhcp_server-747317bc63461b57 tests/end_to_end_tests-6d41f4e09e947bfc tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3495 | 2026-08-17T20:38:30.108Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3496 | 2026-08-17T20:38:30.108Z | a .github/buildomat/ci-env.sh 1K |
| 3497 | 2026-08-17T20:38:30.108Z | a out/target/test 1K |
| 3498 | 2026-08-17T20:38:30.108Z | a out/npuzone/npuzone 27402K |
| 3499 | 2026-08-17T20:38:30.108Z | a package-manifest.toml 35K |
| 3500 | 2026-08-17T20:38:30.108Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3501 | 2026-08-17T20:38:30.109Z | a target/release/omicron-package 49093K |
| 3502 | 2026-08-17T20:38:30.109Z | a target/release/xtask 11722K |
| 3503 | 2026-08-17T20:38:30.109Z | a target/debug/bootstrap 436236K |
| 3504 | 2026-08-17T20:38:30.109Z | a tests/bootstrap-738302cf7a23c1af 34516K |
| 3505 | 2026-08-17T20:38:30.109Z | a tests/commtest-dd16a3697bb1946c 34517K |
| 3506 | 2026-08-17T20:38:30.109Z | a tests/dhcp_server-747317bc63461b57 34516K |
| 3507 | 2026-08-17T20:38:30.109Z | a tests/end_to_end_tests-6d41f4e09e947bfc 499456K |
| 3508 | 2026-08-17T20:38:30.109Z | a tools/opte_version 1K |
| 3509 | 2026-08-17T20:38:30.109Z | a tools/opte_version_override 2K |
| 3510 | 2026-08-17T20:38:30.109Z | a out/clickhouse.tar.gz 330496K |
| 3511 | 2026-08-17T20:38:30.109Z | a out/clickhouse_keeper.tar.gz 314499K |
| 3512 | 2026-08-17T20:38:30.109Z | a out/clickhouse_server.tar.gz 330493K |
| 3513 | 2026-08-17T20:38:30.109Z | a out/cockroachdb.tar.gz 169995K |
| 3514 | 2026-08-17T20:38:30.109Z | a out/crucible-pantry-zone.tar.gz 41790K |
| 3515 | 2026-08-17T20:38:30.109Z | a out/crucible-utils.tar 18900K |
| 3516 | 2026-08-17T20:38:30.109Z | a out/crucible-zone.tar.gz 56602K |
| 3517 | 2026-08-17T20:38:30.109Z | a out/external-dns.tar.gz 54377K |
| 3518 | 2026-08-17T20:38:30.109Z | a out/internal-dns.tar.gz 54376K |
| 3519 | 2026-08-17T20:38:30.109Z | a out/mg-ddm-gz.tar 100917K |
| 3520 | 2026-08-17T20:38:30.109Z | a out/nexus.tar.gz 354991K |
| 3521 | 2026-08-17T20:38:30.109Z | a out/ntp.tar.gz 35137K |
| 3522 | 2026-08-17T20:38:30.109Z | a out/omicron-gateway-softnpu.tar.gz 29907K |
| 3523 | 2026-08-17T20:38:30.109Z | a out/omicron-sled-agent.tar 240462K |
| 3524 | 2026-08-17T20:38:30.109Z | a out/overlay.tar.gz 4K |
| 3525 | 2026-08-17T20:38:30.109Z | a out/oximeter.tar.gz 71428K |
| 3526 | 2026-08-17T20:38:30.109Z | a out/oxlog.tar 4066K |
| 3527 | 2026-08-17T20:38:30.109Z | a out/probe.tar.gz 3037K |
| 3528 | 2026-08-17T20:38:30.109Z | a out/propolis-server.tar.gz 34642K |
| 3529 | 2026-08-17T20:38:30.109Z | a out/pumpkind-gz.tar 26647K |
| 3530 | 2026-08-17T20:38:30.109Z | a out/switch-softnpu.tar.gz 499205K |
| 3531 | 2026-08-17T20:38:30.114Z | |
| 3532 | 2026-08-17T20:38:30.114Z | real 1:29.191828702 |
| 3533 | 2026-08-17T20:38:30.114Z | user 1:26.160394724 |
| 3534 | 2026-08-17T20:38:30.114Z | sys 5.014004210 |
| 3535 | 2026-08-17T20:38:30.114Z | trap 0.006075744 |
| 3536 | 2026-08-17T20:38:30.114Z | tflt 0.000000000 |
| 3537 | 2026-08-17T20:38:30.114Z | dflt 0.000000000 |
| 3538 | 2026-08-17T20:38:30.114Z | kflt 0.000000000 |
| 3539 | 2026-08-17T20:38:30.114Z | lock 0.000000000 |
| 3540 | 2026-08-17T20:38:30.114Z | slp 1:26.046281568 |
| 3541 | 2026-08-17T20:38:30.114Z | lat 1.152235298 |
| 3542 | 2026-08-17T20:38:30.114Z | stop 0.000194800 |
| 3543 | 2026-08-17T20:38:30.114Z | process exited: duration 1134121 ms, exit code 0 |
| |
| 3544 | 2026-08-17T20:38:30.129Z | found 1 output files |
| 3545 | 2026-08-17T20:38:30.201Z | uploading: /work/package.tar.gz (2773324366 bytes) |
| 3546 | 2026-08-17T20:39:09.643Z | uploaded: /work/package.tar.gz |