|
|
|
| 1 | 2026-08-21T22:22:31.931Z | job assigned to worker 01M0K6N11701M8ZZK8ZJ23GXAP [factory aws, i-073815585b14372a5] (queued for 50 s) |
| |
| 2 | 2026-08-21T22:22:39.123Z | starting task 0: "setup" |
| 3 | 2026-08-21T22:22:39.128Z | ++ uname -s |
| 4 | 2026-08-21T22:22:39.132Z | + kern=SunOS |
| 5 | 2026-08-21T22:22:39.132Z | + build_user=build |
| 6 | 2026-08-21T22:22:39.132Z | + build_uid=12345 |
| 7 | 2026-08-21T22:22:39.132Z | + work_dir=/work |
| 8 | 2026-08-21T22:22:39.132Z | + input_dir=/input |
| 9 | 2026-08-21T22:22:39.132Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-21T22:22:39.132Z | + case "$kern" in |
| 11 | 2026-08-21T22:22:39.132Z | + groupadd -g 12345 build |
| 12 | 2026-08-21T22:22:39.135Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-21T22:22:41.142Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-21T22:22:41.239Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-21T22:22:41.243Z | + home_fs=zfs |
| 16 | 2026-08-21T22:22:41.243Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-21T22:22:41.243Z | + mkdir -p /home/build |
| 18 | 2026-08-21T22:22:41.243Z | + chown build:build /home/build /work |
| 19 | 2026-08-21T22:22:43.245Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-21T22:22:43.248Z | process exited: duration 4128 ms, exit code 0 |
| |
| 21 | 2026-08-21T22:22:43.259Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-21T22:22:43.266Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-21T22:22:43.266Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-08-21T22:22:43.266Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-21T22:22:43.266Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-21T22:22:43.266Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-21T22:22:43.266Z | * rust toolchain profile = "default" |
| 28 | 2026-08-21T22:22:43.269Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-21T22:22:43.269Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-21T22:22:43.386Z | info: downloading installer |
| 31 | 2026-08-21T22:22:44.971Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-21T22:22:44.971Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-21T22:22:44.971Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-21T22:22:44.971Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-21T22:22:44.983Z | info: profile set to default |
| 36 | 2026-08-21T22:22:44.984Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-21T22:22:44.988Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-21T22:22:45.111Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-21T22:22:45.114Z | info: downloading 6 components |
| 40 | 2026-08-21T22:22:59.270Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-21T22:22:59.270Z | |
| 42 | 2026-08-21T22:22:59.298Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-21T22:22:59.298Z | |
| 44 | 2026-08-21T22:22:59.298Z | |
| 45 | 2026-08-21T22:22:59.298Z | Rust is installed now. Great! |
| 46 | 2026-08-21T22:22:59.298Z | |
| 47 | 2026-08-21T22:22:59.298Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-21T22:22:59.298Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-21T22:22:59.298Z | |
| 50 | 2026-08-21T22:22:59.298Z | To configure your current shell, you need to source |
| 51 | 2026-08-21T22:22:59.298Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-21T22:22:59.298Z | |
| 53 | 2026-08-21T22:22:59.298Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-21T22:22:59.298Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-21T22:22:59.298Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-21T22:22:59.298Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-21T22:22:59.298Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-21T22:22:59.298Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-21T22:22:59.298Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-21T22:22:59.301Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-21T22:22:59.301Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-21T22:22:59.459Z | + rustup --version |
| 63 | 2026-08-21T22:22:59.465Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-21T22:22:59.468Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-21T22:22:59.489Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-21T22:22:59.492Z | + cargo --version |
| 67 | 2026-08-21T22:22:59.500Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-21T22:22:59.503Z | + rustc --version |
| 69 | 2026-08-21T22:22:59.524Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-21T22:22:59.528Z | process exited: duration 16272 ms, exit code 0 |
| |
| 71 | 2026-08-21T22:22:59.534Z | starting task 2: "authentication" |
| 72 | 2026-08-21T22:22:59.551Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-21T22:22:59.557Z | starting task 3: "clone repository" |
| 74 | 2026-08-21T22:22:59.561Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-21T22:22:59.564Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-21T22:22:59.597Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-21T22:23:17.506Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-21T22:23:17.506Z | + git fetch origin 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 |
| 79 | 2026-08-21T22:23:17.862Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-21T22:23:17.862Z | * branch 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 -> FETCH_HEAD |
| 81 | 2026-08-21T22:23:17.875Z | + [[ -n oxlog-crtime-date-range ]] |
| 82 | 2026-08-21T22:23:17.878Z | ++ git branch --show-current |
| 83 | 2026-08-21T22:23:17.878Z | + current=main |
| 84 | 2026-08-21T22:23:17.878Z | + [[ main != oxlog-crtime-date-range ]] |
| 85 | 2026-08-21T22:23:17.889Z | + git branch -f oxlog-crtime-date-range 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 |
| 86 | 2026-08-21T22:23:17.892Z | + git checkout -f oxlog-crtime-date-range |
| 87 | 2026-08-21T22:23:18.135Z | Switched to branch 'oxlog-crtime-date-range' |
| 88 | 2026-08-21T22:23:18.138Z | + git reset --hard 27b889144e3e93ce35ede8012f8a2ab6131cf5d6 |
| 89 | 2026-08-21T22:23:18.383Z | HEAD is now at 27b889144 [oxlog] Look up crtime only where it can affect date filtering |
| 90 | 2026-08-21T22:23:18.387Z | process exited: duration 18828 ms, exit code 0 |
| |
| 91 | 2026-08-21T22:23:18.394Z | starting task 4: "build" |
| 92 | 2026-08-21T22:23:18.401Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-21T22:23:18.404Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-21T22:23:18.404Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-21T22:23:18.404Z | +++ uname -s |
| 96 | 2026-08-21T22:23:18.404Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-21T22:23:18.404Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-21T22:23:18.407Z | + cargo --version |
| 99 | 2026-08-21T22:23:18.415Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-21T22:23:18.418Z | + rustc --version |
| 101 | 2026-08-21T22:23:18.438Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-21T22:23:18.441Z | + WORK=/work |
| 103 | 2026-08-21T22:23:18.441Z | + pfexec mkdir -p /work |
| 104 | 2026-08-21T22:23:18.444Z | + pfexec chown build /work |
| 105 | 2026-08-21T22:23:18.447Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-21T22:23:20.640Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-21T22:23:20.984Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-21T22:23:22.884Z | Planning: Solver setup ... Done (1.792s) |
| 109 | 2026-08-21T22:23:22.942Z | Planning: Running solver ... Done (0.058s) |
| 110 | 2026-08-21T22:23:22.986Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-21T22:23:22.999Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-21T22:23:23.018Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-21T22:23:23.034Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-21T22:23:23.038Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-08-21T22:23:23.196Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 116 | 2026-08-21T22:23:23.199Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-21T22:23:24.131Z | Planning: Evaluating mediators ... Done (0.924s) |
| 118 | 2026-08-21T22:23:24.131Z | Planning: Planning completed in 3.11 seconds |
| 119 | 2026-08-21T22:23:24.136Z | Packages to install: 2 |
| 120 | 2026-08-21T22:23:24.136Z | Estimated space available: 156.02 GB |
| 121 | 2026-08-21T22:23:24.136Z | Estimated space to be consumed: 73.56 MB |
| 122 | 2026-08-21T22:23:24.136Z | Create boot environment: No |
| 123 | 2026-08-21T22:23:24.136Z | Create backup boot environment: No |
| 124 | 2026-08-21T22:23:24.136Z | Rebuild boot archive: No |
| 125 | 2026-08-21T22:23:24.136Z | |
| 126 | 2026-08-21T22:23:24.136Z | Changed packages: |
| 127 | 2026-08-21T22:23:24.136Z | helios |
| 128 | 2026-08-21T22:23:24.136Z | developer/build-essential |
| 129 | 2026-08-21T22:23:24.137Z | None -> 11-3.0 |
| 130 | 2026-08-21T22:23:24.137Z | library/libxmlsec1 |
| 131 | 2026-08-21T22:23:24.137Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-21T22:23:24.157Z | |
| 133 | 2026-08-21T22:23:24.157Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-21T22:23:24.227Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 135 | 2026-08-21T22:23:24.321Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-21T22:23:24.361Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-21T22:23:24.391Z | Finalize: Updating package state database ... Done (0.031s) |
| 138 | 2026-08-21T22:23:24.391Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-21T22:23:24.470Z | Finalize: Updating image state ... Done (0.078s) |
| 140 | 2026-08-21T22:23:27.104Z | Finalize: Creating fast lookup database ... Done (2.583s) |
| 141 | 2026-08-21T22:23:27.176Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-21T22:23:27.179Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-21T22:23:27.259Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-21T22:23:27.620Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-21T22:23:27.725Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-21T22:23:27.730Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-21T22:23:27.884Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-21T22:23:27.889Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-21T22:23:27.907Z | Mediators to change: 2 |
| 150 | 2026-08-21T22:23:27.907Z | Create boot environment: No |
| 151 | 2026-08-21T22:23:27.907Z | Create backup boot environment: No |
| 152 | 2026-08-21T22:23:27.953Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-21T22:23:27.953Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-21T22:23:28.001Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-21T22:23:29.943Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-21T22:23:30.009Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-21T22:23:30.012Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-21T22:23:30.078Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-21T22:23:30.370Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-21T22:23:30.476Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-21T22:23:30.481Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-21T22:23:30.631Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-21T22:23:30.634Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-21T22:23:30.655Z | Mediators to change: 1 |
| 165 | 2026-08-21T22:23:30.655Z | Create boot environment: No |
| 166 | 2026-08-21T22:23:30.655Z | Create backup boot environment: No |
| 167 | 2026-08-21T22:23:30.695Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-21T22:23:30.695Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-21T22:23:30.744Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-21T22:23:32.688Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-21T22:23:32.748Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-21T22:23:32.754Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-21T22:23:32.834Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-21T22:23:33.142Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-21T22:23:33.142Z | apache system 2.4 system |
| 176 | 2026-08-21T22:23:33.142Z | clang system 15 system |
| 177 | 2026-08-21T22:23:33.142Z | csh system system illumos |
| 178 | 2026-08-21T22:23:33.142Z | ctags system system illumos |
| 179 | 2026-08-21T22:23:33.142Z | file vendor vendor darwinsys |
| 180 | 2026-08-21T22:23:33.142Z | file system system illumos |
| 181 | 2026-08-21T22:23:33.142Z | gcc vendor 14 vendor |
| 182 | 2026-08-21T22:23:33.142Z | gcc system 13 system |
| 183 | 2026-08-21T22:23:33.142Z | gcc system 10 system |
| 184 | 2026-08-21T22:23:33.142Z | go system 1.25 system |
| 185 | 2026-08-21T22:23:33.142Z | llvm system 15 system |
| 186 | 2026-08-21T22:23:33.142Z | mariadb system 11.4 system |
| 187 | 2026-08-21T22:23:33.142Z | mta vendor vendor dma |
| 188 | 2026-08-21T22:23:33.142Z | openjdk system 17 system |
| 189 | 2026-08-21T22:23:33.142Z | openjdk system 11 system |
| 190 | 2026-08-21T22:23:33.142Z | openssl vendor 3 vendor |
| 191 | 2026-08-21T22:23:33.142Z | perl system 5.40 system |
| 192 | 2026-08-21T22:23:33.142Z | postgresql system 18 system |
| 193 | 2026-08-21T22:23:33.142Z | postgresql system 17 system |
| 194 | 2026-08-21T22:23:33.142Z | python vendor 3 vendor |
| 195 | 2026-08-21T22:23:33.143Z | python system 2 system |
| 196 | 2026-08-21T22:23:33.143Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-21T22:23:33.143Z | ruby system 3.4 system |
| 198 | 2026-08-21T22:23:33.143Z | ruby system 3.0 system |
| 199 | 2026-08-21T22:23:33.143Z | words vendor vendor american-english |
| 200 | 2026-08-21T22:23:33.143Z | words system system australian-english |
| 201 | 2026-08-21T22:23:33.143Z | words system system british-english |
| 202 | 2026-08-21T22:23:33.143Z | words system system canadian-english |
| 203 | 2026-08-21T22:23:33.143Z | words system system french |
| 204 | 2026-08-21T22:23:33.143Z | words system system italian |
| 205 | 2026-08-21T22:23:33.143Z | words system system ngerman |
| 206 | 2026-08-21T22:23:33.143Z | words system system ogerman |
| 207 | 2026-08-21T22:23:33.143Z | words system system spanish |
| 208 | 2026-08-21T22:23:33.398Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-21T22:23:33.398Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-21T22:23:33.872Z | FMRI IFO |
| 211 | 2026-08-21T22:23:33.873Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-21T22:23:33.873Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-21T22:23:33.873Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-21T22:23:33.873Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-21T22:23:33.873Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-21T22:23:33.873Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-21T22:23:33.873Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-21T22:23:33.873Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-21T22:23:33.873Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-21T22:23:34.201Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-21T22:23:34.519Z | Updating crates.io index |
| 222 | 2026-08-21T22:23:34.522Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-21T22:23:34.814Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-21T22:23:35.234Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-21T22:23:36.219Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-21T22:23:36.850Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-21T22:23:38.462Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-21T22:23:39.367Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-21T22:23:39.668Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-21T22:23:40.029Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-21T22:23:41.527Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-21T22:23:41.787Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-21T22:23:42.410Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-21T22:23:42.669Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-21T22:23:42.959Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-21T22:23:43.213Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-21T22:23:43.549Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-21T22:23:43.831Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-21T22:23:44.170Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-21T22:23:44.679Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-21T22:23:45.021Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-21T22:23:45.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-21T22:23:45.893Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-21T22:23:46.496Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-21T22:23:46.849Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-21T22:23:47.112Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-21T22:23:47.526Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-21T22:23:48.184Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-21T22:23:48.596Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-21T22:23:48.948Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-21T22:23:49.238Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-21T22:23:49.574Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-21T22:23:49.928Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-21T22:23:50.511Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-21T22:23:51.102Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-21T22:23:51.394Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-21T22:23:51.729Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-21T22:23:52.347Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-21T22:23:52.634Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-21T22:23:52.987Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-21T22:23:53.318Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-21T22:23:53.605Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-21T22:23:53.886Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 264 | 2026-08-21T22:23:56.657Z | Downloading crates ... |
| 265 | 2026-08-21T22:23:56.703Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-08-21T22:23:56.706Z | Downloaded fnv v1.0.7 |
| 267 | 2026-08-21T22:23:56.721Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-08-21T22:23:56.721Z | Downloaded autocfg v1.5.0 |
| 269 | 2026-08-21T22:23:56.721Z | Downloaded bitflags v2.11.0 |
| 270 | 2026-08-21T22:23:56.721Z | Downloaded cfg-if v1.0.4 |
| 271 | 2026-08-21T22:23:56.721Z | Downloaded cpufeatures v0.2.17 |
| 272 | 2026-08-21T22:23:56.725Z | Downloaded colorchoice v1.0.4 |
| 273 | 2026-08-21T22:23:56.725Z | Downloaded crypto-common v0.1.7 |
| 274 | 2026-08-21T22:23:56.725Z | Downloaded smawk v0.3.2 |
| 275 | 2026-08-21T22:23:56.725Z | Downloaded anstream v1.0.0 |
| 276 | 2026-08-21T22:23:56.732Z | Downloaded anstyle v1.0.14 |
| 277 | 2026-08-21T22:23:56.732Z | Downloaded macaddr v1.0.1 |
| 278 | 2026-08-21T22:23:56.732Z | Downloaded usdt-attr-macro v0.5.0 |
| 279 | 2026-08-21T22:23:56.736Z | Downloaded byteorder v1.5.0 |
| 280 | 2026-08-21T22:23:56.736Z | Downloaded cargo_toml v0.21.0 |
| 281 | 2026-08-21T22:23:56.736Z | Downloaded digest v0.10.7 |
| 282 | 2026-08-21T22:23:56.736Z | Downloaded fastrand v2.3.0 |
| 283 | 2026-08-21T22:23:56.736Z | Downloaded semver v1.0.28 |
| 284 | 2026-08-21T22:23:56.740Z | Downloaded zerocopy v0.7.35 |
| 285 | 2026-08-21T22:23:56.748Z | Downloaded anstyle-parse v1.0.0 |
| 286 | 2026-08-21T22:23:56.752Z | Downloaded dof v0.3.0 |
| 287 | 2026-08-21T22:23:56.752Z | Downloaded memmap v0.7.0 |
| 288 | 2026-08-21T22:23:56.752Z | Downloaded is_terminal_polyfill v1.70.2 |
| 289 | 2026-08-21T22:23:56.752Z | Downloaded anstyle-query v1.1.5 |
| 290 | 2026-08-21T22:23:56.752Z | Downloaded generic-array v0.14.7 |
| 291 | 2026-08-21T22:23:56.755Z | Downloaded heck v0.5.0 |
| 292 | 2026-08-21T22:23:56.760Z | Downloaded heck v0.4.1 |
| 293 | 2026-08-21T22:23:56.760Z | Downloaded itoa v1.0.17 |
| 294 | 2026-08-21T22:23:56.767Z | Downloaded block-buffer v0.10.4 |
| 295 | 2026-08-21T22:23:56.772Z | Downloaded version_check v0.9.5 |
| 296 | 2026-08-21T22:23:56.775Z | Downloaded dtrace-parser v0.2.0 |
| 297 | 2026-08-21T22:23:56.778Z | Downloaded camino-tempfile v1.4.1 |
| 298 | 2026-08-21T22:23:56.781Z | Downloaded cargo_metadata v0.23.1 |
| 299 | 2026-08-21T22:23:56.785Z | Downloaded utf8parse v0.2.2 |
| 300 | 2026-08-21T22:23:56.785Z | Downloaded toml_datetime v0.6.11 |
| 301 | 2026-08-21T22:23:56.788Z | Downloaded cargo-platform v0.3.2 |
| 302 | 2026-08-21T22:23:56.788Z | Downloaded errno v0.3.14 |
| 303 | 2026-08-21T22:23:56.791Z | Downloaded usdt v0.5.0 |
| 304 | 2026-08-21T22:23:56.795Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-08-21T22:23:56.798Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-08-21T22:23:56.801Z | Downloaded strsim v0.11.1 |
| 307 | 2026-08-21T22:23:56.801Z | Downloaded unicode-linebreak v0.1.5 |
| 308 | 2026-08-21T22:23:56.804Z | Downloaded serde_spanned v0.6.9 |
| 309 | 2026-08-21T22:23:56.804Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-08-21T22:23:56.807Z | Downloaded tabled_derive v0.7.0 |
| 311 | 2026-08-21T22:23:56.808Z | Downloaded proc-macro-error-attr v1.0.4 |
| 312 | 2026-08-21T22:23:56.808Z | Downloaded clap v4.6.1 |
| 313 | 2026-08-21T22:23:56.813Z | Downloaded bytecount v0.6.9 |
| 314 | 2026-08-21T22:23:56.813Z | Downloaded textwrap v0.16.2 |
| 315 | 2026-08-21T22:23:56.818Z | Downloaded swrite v0.1.0 |
| 316 | 2026-08-21T22:23:56.818Z | Downloaded terminal_size v0.4.3 |
| 317 | 2026-08-21T22:23:56.818Z | Downloaded pretty-hex v0.4.1 |
| 318 | 2026-08-21T22:23:56.818Z | Downloaded toml_write v0.1.2 |
| 319 | 2026-08-21T22:23:56.824Z | Downloaded plain v0.2.3 |
| 320 | 2026-08-21T22:23:56.825Z | Downloaded usdt-impl v0.5.0 |
| 321 | 2026-08-21T22:23:56.831Z | Downloaded pest_derive v2.8.6 |
| 322 | 2026-08-21T22:23:56.845Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-08-21T22:23:56.845Z | Downloaded camino v1.2.5 |
| 324 | 2026-08-21T22:23:56.852Z | Downloaded proc-macro-error v1.0.4 |
| 325 | 2026-08-21T22:23:56.852Z | Downloaded thiserror-impl v2.0.18 |
| 326 | 2026-08-21T22:23:56.852Z | Downloaded zmij v1.0.21 |
| 327 | 2026-08-21T22:23:56.852Z | Downloaded scroll v0.12.0 |
| 328 | 2026-08-21T22:23:56.852Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-08-21T22:23:56.852Z | Downloaded toml_edit v0.22.27 |
| 330 | 2026-08-21T22:23:56.852Z | Downloaded serde_tokenstream v0.2.3 |
| 331 | 2026-08-21T22:23:56.853Z | Downloaded thiserror v1.0.69 |
| 332 | 2026-08-21T22:23:56.869Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-08-21T22:23:56.869Z | Downloaded once_cell v1.21.3 |
| 334 | 2026-08-21T22:23:56.896Z | Downloaded ucd-trie v0.1.7 |
| 335 | 2026-08-21T22:23:56.897Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2026-08-21T22:23:56.897Z | Downloaded getrandom v0.3.4 |
| 337 | 2026-08-21T22:23:56.897Z | Downloaded log v0.4.33 |
| 338 | 2026-08-21T22:23:56.898Z | Downloaded clap_derive v4.6.1 |
| 339 | 2026-08-21T22:23:56.898Z | Downloaded pest_generator v2.8.6 |
| 340 | 2026-08-21T22:23:56.899Z | Downloaded toml v0.8.23 |
| 341 | 2026-08-21T22:23:56.899Z | Downloaded quote v1.0.45 |
| 342 | 2026-08-21T22:23:56.899Z | Downloaded anyhow v1.0.104 |
| 343 | 2026-08-21T22:23:56.956Z | Downloaded tempfile v3.27.0 |
| 344 | 2026-08-21T22:23:56.956Z | Downloaded pest_meta v2.8.6 |
| 345 | 2026-08-21T22:23:56.956Z | Downloaded unicode-ident v1.0.24 |
| 346 | 2026-08-21T22:23:56.956Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-08-21T22:23:56.956Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-08-21T22:23:56.956Z | Downloaded serde_derive v1.0.228 |
| 349 | 2026-08-21T22:23:56.956Z | Downloaded papergrid v0.11.0 |
| 350 | 2026-08-21T22:23:56.956Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-08-21T22:23:57.012Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-08-21T22:23:57.013Z | Downloaded typenum v1.20.1 |
| 353 | 2026-08-21T22:23:57.013Z | Downloaded memchr v2.8.0 |
| 354 | 2026-08-21T22:23:57.013Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-21T22:23:57.013Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-21T22:23:57.077Z | Downloaded serde_json v1.0.151 |
| 357 | 2026-08-21T22:23:57.077Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-08-21T22:23:57.077Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-21T22:23:57.077Z | Downloaded goblin v0.8.2 |
| 360 | 2026-08-21T22:23:57.078Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-21T22:23:57.078Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-21T22:23:57.078Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-21T22:23:57.178Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-08-21T22:23:57.178Z | Downloaded syn v2.0.117 |
| 365 | 2026-08-21T22:23:57.178Z | Downloaded unicode-width v0.1.14 |
| 366 | 2026-08-21T22:23:57.178Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-21T22:23:57.178Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-21T22:23:57.178Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-21T22:23:57.178Z | Compiling quote v1.0.45 |
| 370 | 2026-08-21T22:23:57.178Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-21T22:23:57.178Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-21T22:23:57.179Z | Compiling libc v0.2.185 |
| 373 | 2026-08-21T22:23:57.179Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-21T22:23:57.179Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-21T22:23:57.312Z | Compiling serde v1.0.228 |
| 376 | 2026-08-21T22:23:57.317Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-21T22:23:57.317Z | Compiling itoa v1.0.17 |
| 378 | 2026-08-21T22:23:57.317Z | Compiling thiserror v1.0.69 |
| 379 | 2026-08-21T22:23:57.317Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-21T22:23:57.325Z | Compiling rustix v1.1.4 |
| 381 | 2026-08-21T22:23:57.329Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-21T22:23:57.579Z | Compiling serde_json v1.0.151 |
| 383 | 2026-08-21T22:23:57.687Z | Compiling bitflags v2.11.0 |
| 384 | 2026-08-21T22:23:57.721Z | Compiling syn v1.0.109 |
| 385 | 2026-08-21T22:23:57.783Z | Compiling pest v2.8.6 |
| 386 | 2026-08-21T22:23:57.959Z | Compiling proc-macro-error-attr v1.0.4 |
| 387 | 2026-08-21T22:23:58.006Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-08-21T22:23:58.010Z | Compiling camino v1.2.5 |
| 389 | 2026-08-21T22:23:58.025Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-21T22:23:58.040Z | Compiling log v0.4.33 |
| 391 | 2026-08-21T22:23:58.086Z | Compiling plain v0.2.3 |
| 392 | 2026-08-21T22:23:58.135Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-08-21T22:23:58.138Z | Compiling getrandom v0.3.4 |
| 394 | 2026-08-21T22:23:58.224Z | Compiling equivalent v1.0.2 |
| 395 | 2026-08-21T22:23:58.239Z | Compiling utf8parse v0.2.2 |
| 396 | 2026-08-21T22:23:58.275Z | Compiling winnow v0.7.14 |
| 397 | 2026-08-21T22:23:58.328Z | Compiling errno v0.3.14 |
| 398 | 2026-08-21T22:23:58.343Z | Compiling thread-id v4.2.2 |
| 399 | 2026-08-21T22:23:58.368Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-08-21T22:23:58.385Z | Compiling toml_write v0.1.2 |
| 401 | 2026-08-21T22:23:58.406Z | Compiling anstyle v1.0.14 |
| 402 | 2026-08-21T22:23:58.423Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-08-21T22:23:58.441Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-08-21T22:23:58.501Z | Compiling autocfg v1.5.0 |
| 405 | 2026-08-21T22:23:58.517Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-08-21T22:23:58.532Z | Compiling colorchoice v1.0.4 |
| 407 | 2026-08-21T22:23:58.550Z | Compiling thiserror v2.0.18 |
| 408 | 2026-08-21T22:23:58.593Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-08-21T22:23:58.656Z | Compiling anstream v1.0.0 |
| 410 | 2026-08-21T22:23:58.674Z | Compiling indexmap v2.14.0 |
| 411 | 2026-08-21T22:23:58.677Z | Compiling heck v0.4.1 |
| 412 | 2026-08-21T22:23:58.706Z | Compiling fastrand v2.3.0 |
| 413 | 2026-08-21T22:23:58.734Z | Compiling strsim v0.11.1 |
| 414 | 2026-08-21T22:23:58.751Z | Compiling unicode-width v0.1.14 |
| 415 | 2026-08-21T22:23:58.834Z | Compiling syn v2.0.117 |
| 416 | 2026-08-21T22:23:58.890Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-08-21T22:23:58.960Z | Compiling fs-err v3.3.0 |
| 418 | 2026-08-21T22:23:59.007Z | Compiling anyhow v1.0.104 |
| 419 | 2026-08-21T22:23:59.053Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-08-21T22:23:59.116Z | Compiling fnv v1.0.7 |
| 421 | 2026-08-21T22:23:59.135Z | Compiling bytecount v0.6.9 |
| 422 | 2026-08-21T22:23:59.171Z | Compiling heck v0.5.0 |
| 423 | 2026-08-21T22:23:59.190Z | Compiling once_cell v1.21.3 |
| 424 | 2026-08-21T22:23:59.239Z | Compiling papergrid v0.11.0 |
| 425 | 2026-08-21T22:23:59.289Z | Compiling memmap v0.7.0 |
| 426 | 2026-08-21T22:23:59.310Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-08-21T22:23:59.324Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-21T22:23:59.340Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-08-21T22:23:59.343Z | Compiling smawk v0.3.2 |
| 430 | 2026-08-21T22:23:59.429Z | Compiling tempfile v3.27.0 |
| 431 | 2026-08-21T22:23:59.448Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-08-21T22:23:59.509Z | Compiling swrite v0.1.0 |
| 433 | 2026-08-21T22:23:59.640Z | Compiling semver v1.0.28 |
| 434 | 2026-08-21T22:23:59.667Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-08-21T22:23:59.764Z | Compiling textwrap v0.16.2 |
| 436 | 2026-08-21T22:23:59.923Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-21T22:24:00.368Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-21T22:24:01.000Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-21T22:24:01.039Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-21T22:24:01.497Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-21T22:24:01.497Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-21T22:24:01.500Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-21T22:24:01.500Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-21T22:24:01.500Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-21T22:24:01.500Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-21T22:24:01.552Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-21T22:24:02.172Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-08-21T22:24:02.188Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-21T22:24:02.404Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-21T22:24:02.563Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-21T22:24:02.805Z | Compiling clap v4.6.1 |
| 452 | 2026-08-21T22:24:03.832Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-21T22:24:03.832Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-21T22:24:03.837Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-08-21T22:24:03.837Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-08-21T22:24:03.837Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-21T22:24:03.848Z | Compiling dof v0.3.0 |
| 458 | 2026-08-21T22:24:03.851Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-21T22:24:04.053Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-21T22:24:04.568Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-21T22:24:04.572Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-21T22:24:05.186Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-21T22:24:05.320Z | Compiling toml v0.8.23 |
| 464 | 2026-08-21T22:24:05.661Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-21T22:24:06.949Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-21T22:24:08.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s |
| 467 | 2026-08-21T22:24:09.209Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-21T22:24:09.719Z | Downloading crates ... |
| 469 | 2026-08-21T22:24:09.794Z | Downloaded foreign-types-macros v0.2.3 |
| 470 | 2026-08-21T22:24:09.800Z | Downloaded flagset v0.4.7 |
| 471 | 2026-08-21T22:24:09.803Z | Downloaded bitfield-macros v0.19.4 |
| 472 | 2026-08-21T22:24:09.806Z | Downloaded http-range v0.1.5 |
| 473 | 2026-08-21T22:24:09.809Z | Downloaded ena v0.14.4 |
| 474 | 2026-08-21T22:24:09.810Z | Downloaded erased-serde v0.3.31 |
| 475 | 2026-08-21T22:24:09.810Z | Downloaded foldhash v0.2.0 |
| 476 | 2026-08-21T22:24:09.813Z | Downloaded fs_extra v1.3.0 |
| 477 | 2026-08-21T22:24:09.813Z | Downloaded hubpack v0.1.2 |
| 478 | 2026-08-21T22:24:09.816Z | Downloaded env_filter v2.0.0 |
| 479 | 2026-08-21T22:24:09.816Z | Downloaded group v0.14.0 |
| 480 | 2026-08-21T22:24:09.816Z | Downloaded adler2 v2.0.1 |
| 481 | 2026-08-21T22:24:09.816Z | Downloaded async-stream-impl v0.3.6 |
| 482 | 2026-08-21T22:24:09.819Z | Downloaded fallible-iterator v0.2.0 |
| 483 | 2026-08-21T22:24:09.819Z | Downloaded endian-type v0.1.2 |
| 484 | 2026-08-21T22:24:09.819Z | Downloaded foreign-types v0.5.0 |
| 485 | 2026-08-21T22:24:09.822Z | Downloaded bitfield-struct v0.6.2 |
| 486 | 2026-08-21T22:24:09.823Z | Downloaded foreign-types v0.3.2 |
| 487 | 2026-08-21T22:24:09.823Z | Downloaded backtrace-ext v0.2.1 |
| 488 | 2026-08-21T22:24:09.823Z | Downloaded base16ct v0.2.0 |
| 489 | 2026-08-21T22:24:09.825Z | Downloaded fd-lock v4.0.4 |
| 490 | 2026-08-21T22:24:09.826Z | Downloaded filetime v0.2.27 |
| 491 | 2026-08-21T22:24:09.826Z | Downloaded half v2.7.1 |
| 492 | 2026-08-21T22:24:09.828Z | Downloaded base16ct v1.0.0 |
| 493 | 2026-08-21T22:24:09.829Z | Downloaded futures-io v0.3.32 |
| 494 | 2026-08-21T22:24:09.829Z | Downloaded async-recursion v1.1.1 |
| 495 | 2026-08-21T22:24:09.834Z | Downloaded bb8 v0.8.6 |
| 496 | 2026-08-21T22:24:09.834Z | Downloaded async-stream v0.3.6 |
| 497 | 2026-08-21T22:24:09.834Z | Downloaded embedded-io v0.6.1 |
| 498 | 2026-08-21T22:24:09.834Z | Downloaded foreign-types-shared v0.3.1 |
| 499 | 2026-08-21T22:24:09.837Z | Downloaded futures-task v0.3.32 |
| 500 | 2026-08-21T22:24:09.837Z | Downloaded enum-as-inner v0.6.1 |
| 501 | 2026-08-21T22:24:09.837Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 502 | 2026-08-21T22:24:09.837Z | Downloaded float-cmp v0.10.0 |
| 503 | 2026-08-21T22:24:09.837Z | Downloaded array-init v0.0.4 |
| 504 | 2026-08-21T22:24:09.837Z | Downloaded arrayref v0.3.9 |
| 505 | 2026-08-21T22:24:09.837Z | Downloaded atomic-waker v1.1.2 |
| 506 | 2026-08-21T22:24:09.837Z | Downloaded bit-set v0.5.3 |
| 507 | 2026-08-21T22:24:09.841Z | Downloaded bit-set v0.8.0 |
| 508 | 2026-08-21T22:24:09.841Z | Downloaded futures-executor v0.3.32 |
| 509 | 2026-08-21T22:24:09.841Z | Downloaded ascii-canvas v3.0.0 |
| 510 | 2026-08-21T22:24:09.844Z | Downloaded atomicwrites v0.4.4 |
| 511 | 2026-08-21T22:24:09.844Z | Downloaded assert_matches v1.5.0 |
| 512 | 2026-08-21T22:24:09.844Z | Downloaded atty v0.2.14 |
| 513 | 2026-08-21T22:24:09.844Z | Downloaded fixedbitset v0.4.2 |
| 514 | 2026-08-21T22:24:09.847Z | Downloaded funty v2.0.0 |
| 515 | 2026-08-21T22:24:09.847Z | Downloaded futures-core v0.3.32 |
| 516 | 2026-08-21T22:24:09.847Z | Downloaded fxhash v0.2.1 |
| 517 | 2026-08-21T22:24:09.847Z | Downloaded gethostname v0.5.0 |
| 518 | 2026-08-21T22:24:09.850Z | Downloaded block-padding v0.4.2 |
| 519 | 2026-08-21T22:24:09.853Z | Downloaded enum_dispatch v0.3.13 |
| 520 | 2026-08-21T22:24:09.853Z | Downloaded foldhash v0.1.5 |
| 521 | 2026-08-21T22:24:09.857Z | Downloaded form_urlencoded v1.2.2 |
| 522 | 2026-08-21T22:24:09.857Z | Downloaded http-body-util v0.1.3 |
| 523 | 2026-08-21T22:24:09.857Z | Downloaded castaway v0.2.4 |
| 524 | 2026-08-21T22:24:09.857Z | Downloaded foreign-types-shared v0.1.1 |
| 525 | 2026-08-21T22:24:09.857Z | Downloaded futures-macro v0.3.32 |
| 526 | 2026-08-21T22:24:09.860Z | Downloaded futures-sink v0.3.32 |
| 527 | 2026-08-21T22:24:09.863Z | Downloaded ciborium-ll v0.2.2 |
| 528 | 2026-08-21T22:24:09.863Z | Downloaded cobs v0.3.0 |
| 529 | 2026-08-21T22:24:09.866Z | Downloaded embedded-io v0.4.0 |
| 530 | 2026-08-21T22:24:09.869Z | Downloaded compression-core v0.4.31 |
| 531 | 2026-08-21T22:24:09.869Z | Downloaded find-msvc-tools v0.1.9 |
| 532 | 2026-08-21T22:24:09.873Z | Downloaded ff v0.13.1 |
| 533 | 2026-08-21T22:24:09.873Z | Downloaded hostname v0.4.2 |
| 534 | 2026-08-21T22:24:09.873Z | Downloaded block-buffer v0.12.1 |
| 535 | 2026-08-21T22:24:09.876Z | Downloaded hex v0.4.3 |
| 536 | 2026-08-21T22:24:09.876Z | Downloaded cfg_aliases v0.1.1 |
| 537 | 2026-08-21T22:24:09.879Z | Downloaded cfg_aliases v0.2.1 |
| 538 | 2026-08-21T22:24:09.879Z | Downloaded float-ord v0.3.2 |
| 539 | 2026-08-21T22:24:09.879Z | Downloaded hostname v0.3.1 |
| 540 | 2026-08-21T22:24:09.879Z | Downloaded hash32 v0.2.1 |
| 541 | 2026-08-21T22:24:09.884Z | Downloaded ciborium-io v0.2.2 |
| 542 | 2026-08-21T22:24:09.884Z | Downloaded hash32 v0.3.1 |
| 543 | 2026-08-21T22:24:09.884Z | Downloaded aead v0.5.2 |
| 544 | 2026-08-21T22:24:09.887Z | Downloaded base64ct v1.8.3 |
| 545 | 2026-08-21T22:24:09.887Z | Downloaded aead v0.6.1 |
| 546 | 2026-08-21T22:24:09.887Z | Downloaded httpdate v1.0.3 |
| 547 | 2026-08-21T22:24:09.891Z | Downloaded globwalk v0.9.1 |
| 548 | 2026-08-21T22:24:09.891Z | Downloaded anstream v0.6.21 |
| 549 | 2026-08-21T22:24:09.894Z | Downloaded anstyle-parse v0.2.7 |
| 550 | 2026-08-21T22:24:09.894Z | Downloaded ghash v0.6.0 |
| 551 | 2026-08-21T22:24:09.897Z | Downloaded backoff v0.4.0 |
| 552 | 2026-08-21T22:24:09.898Z | Downloaded ff v0.14.0 |
| 553 | 2026-08-21T22:24:09.902Z | Downloaded elliptic-curve v0.14.1 |
| 554 | 2026-08-21T22:24:09.902Z | Downloaded fixedbitset v0.5.7 |
| 555 | 2026-08-21T22:24:09.907Z | Downloaded async-trait v0.1.89 |
| 556 | 2026-08-21T22:24:09.907Z | Downloaded bit-vec v0.6.3 |
| 557 | 2026-08-21T22:24:09.907Z | Downloaded hex-literal v1.1.0 |
| 558 | 2026-08-21T22:24:09.907Z | Downloaded nodrop v0.1.14 |
| 559 | 2026-08-21T22:24:09.910Z | Downloaded http-body v1.0.1 |
| 560 | 2026-08-21T22:24:09.911Z | Downloaded hubpack_derive v0.1.1 |
| 561 | 2026-08-21T22:24:09.911Z | Downloaded bit-vec v0.8.0 |
| 562 | 2026-08-21T22:24:09.911Z | Downloaded bitfield v0.19.4 |
| 563 | 2026-08-21T22:24:09.911Z | Downloaded headers-core v0.3.0 |
| 564 | 2026-08-21T22:24:09.911Z | Downloaded blowfish v0.10.0 |
| 565 | 2026-08-21T22:24:09.914Z | Downloaded bs58 v0.5.1 |
| 566 | 2026-08-21T22:24:09.914Z | Downloaded cipher v0.4.4 |
| 567 | 2026-08-21T22:24:09.914Z | Downloaded home v0.5.12 |
| 568 | 2026-08-21T22:24:09.914Z | Downloaded normalize-line-endings v0.3.0 |
| 569 | 2026-08-21T22:24:09.918Z | Downloaded buf-list v1.1.2 |
| 570 | 2026-08-21T22:24:09.918Z | Downloaded cassowary v0.3.0 |
| 571 | 2026-08-21T22:24:09.921Z | Downloaded env_logger v0.11.11 |
| 572 | 2026-08-21T22:24:09.925Z | Downloaded futures-channel v0.3.32 |
| 573 | 2026-08-21T22:24:09.926Z | Downloaded cipher v0.5.2 |
| 574 | 2026-08-21T22:24:09.926Z | Downloaded cmake v0.1.57 |
| 575 | 2026-08-21T22:24:09.926Z | Downloaded cmov v0.5.4 |
| 576 | 2026-08-21T22:24:09.929Z | Downloaded num-conv v0.2.0 |
| 577 | 2026-08-21T22:24:09.929Z | Downloaded bitflags v1.3.2 |
| 578 | 2026-08-21T22:24:09.929Z | Downloaded compression-codecs v0.4.37 |
| 579 | 2026-08-21T22:24:09.933Z | Downloaded newline-converter v0.3.0 |
| 580 | 2026-08-21T22:24:09.933Z | Downloaded nibble_vec v0.1.0 |
| 581 | 2026-08-21T22:24:09.933Z | Downloaded phf_shared v0.11.3 |
| 582 | 2026-08-21T22:24:09.933Z | Downloaded openssl-macros v0.1.1 |
| 583 | 2026-08-21T22:24:09.933Z | Downloaded openssl-probe v0.1.6 |
| 584 | 2026-08-21T22:24:09.933Z | Downloaded byte-wrapper v0.1.0 |
| 585 | 2026-08-21T22:24:09.937Z | Downloaded radium v0.7.0 |
| 586 | 2026-08-21T22:24:09.937Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 587 | 2026-08-21T22:24:09.937Z | Downloaded psl-types v2.0.11 |
| 588 | 2026-08-21T22:24:09.941Z | Downloaded ref-cast-impl v1.0.25 |
| 589 | 2026-08-21T22:24:09.941Z | Downloaded camino-tempfile-ext v0.3.3 |
| 590 | 2026-08-21T22:24:09.941Z | Downloaded cexpr v0.6.0 |
| 591 | 2026-08-21T22:24:09.941Z | Downloaded chacha20 v0.9.1 |
| 592 | 2026-08-21T22:24:09.945Z | Downloaded quick-error v1.2.3 |
| 593 | 2026-08-21T22:24:09.945Z | Downloaded git-stub v1.0.0 |
| 594 | 2026-08-21T22:24:09.950Z | Downloaded fs-err v2.11.0 |
| 595 | 2026-08-21T22:24:09.954Z | Downloaded ahash v0.8.12 |
| 596 | 2026-08-21T22:24:09.954Z | Downloaded backon v1.6.0 |
| 597 | 2026-08-21T22:24:09.954Z | Downloaded async-bb8-diesel v0.2.1 |
| 598 | 2026-08-21T22:24:09.957Z | Downloaded bcs v0.1.6 |
| 599 | 2026-08-21T22:24:09.957Z | Downloaded argon2 v0.6.0-rc.8 |
| 600 | 2026-08-21T22:24:09.957Z | Downloaded group v0.13.0 |
| 601 | 2026-08-21T22:24:09.957Z | Downloaded seq-macro v0.3.6 |
| 602 | 2026-08-21T22:24:09.961Z | Downloaded argon2 v0.5.3 |
| 603 | 2026-08-21T22:24:09.961Z | Downloaded owo-colors v4.3.0 |
| 604 | 2026-08-21T22:24:09.961Z | Downloaded oxide-tokio-rt v0.1.4 |
| 605 | 2026-08-21T22:24:09.966Z | Downloaded paste v1.0.15 |
| 606 | 2026-08-21T22:24:09.966Z | Downloaded russh-util v0.52.0 |
| 607 | 2026-08-21T22:24:09.966Z | Downloaded rustc-hash v2.1.1 |
| 608 | 2026-08-21T22:24:09.966Z | Downloaded rustc_version v0.1.7 |
| 609 | 2026-08-21T22:24:09.966Z | Downloaded postgres-protocol v0.6.10 |
| 610 | 2026-08-21T22:24:09.970Z | Downloaded signal-hook-tokio v0.3.1 |
| 611 | 2026-08-21T22:24:09.970Z | Downloaded scheduled-thread-pool v0.2.7 |
| 612 | 2026-08-21T22:24:09.970Z | Downloaded sapling-renderdag v0.1.0 |
| 613 | 2026-08-21T22:24:09.970Z | Downloaded strip-ansi-escapes v0.2.1 |
| 614 | 2026-08-21T22:24:09.970Z | Downloaded sync-ptr v0.1.4 |
| 615 | 2026-08-21T22:24:09.970Z | Downloaded hickory-resolver v0.24.4 |
| 616 | 2026-08-21T22:24:09.974Z | Downloaded subtle v2.6.1 |
| 617 | 2026-08-21T22:24:09.974Z | Downloaded bzip2 v0.6.1 |
| 618 | 2026-08-21T22:24:09.974Z | Downloaded chacha20 v0.10.0 |
| 619 | 2026-08-21T22:24:09.974Z | Downloaded num-complex v0.4.6 |
| 620 | 2026-08-21T22:24:09.977Z | Downloaded cbc v0.2.1 |
| 621 | 2026-08-21T22:24:09.981Z | Downloaded ciborium v0.2.2 |
| 622 | 2026-08-21T22:24:09.981Z | Downloaded num-derive v0.4.2 |
| 623 | 2026-08-21T22:24:09.984Z | Downloaded blake2 v0.10.6 |
| 624 | 2026-08-21T22:24:09.984Z | Downloaded console v0.15.11 |
| 625 | 2026-08-21T22:24:09.985Z | Downloaded console v0.16.2 |
| 626 | 2026-08-21T22:24:09.988Z | Downloaded highway v1.3.0 |
| 627 | 2026-08-21T22:24:09.988Z | Downloaded blake2 v0.11.0-rc.6 |
| 628 | 2026-08-21T22:24:09.988Z | Downloaded r2d2 v0.8.10 |
| 629 | 2026-08-21T22:24:09.988Z | Downloaded globset v0.4.18 |
| 630 | 2026-08-21T22:24:09.992Z | Downloaded signature v2.2.0 |
| 631 | 2026-08-21T22:24:09.996Z | Downloaded thread-id v5.1.0 |
| 632 | 2026-08-21T22:24:09.996Z | Downloaded untrusted v0.7.1 |
| 633 | 2026-08-21T22:24:09.999Z | Downloaded sqlparser_derive v0.5.0 |
| 634 | 2026-08-21T22:24:09.999Z | Downloaded strum v0.27.2 |
| 635 | 2026-08-21T22:24:09.999Z | Downloaded unarray v0.1.4 |
| 636 | 2026-08-21T22:24:09.999Z | Downloaded arrayvec v0.7.6 |
| 637 | 2026-08-21T22:24:10.003Z | Downloaded git-stub-vcs v0.1.0 |
| 638 | 2026-08-21T22:24:10.003Z | Downloaded resolv-conf v0.7.6 |
| 639 | 2026-08-21T22:24:10.003Z | Downloaded colored v2.2.0 |
| 640 | 2026-08-21T22:24:10.003Z | Downloaded colored v3.1.1 |
| 641 | 2026-08-21T22:24:10.007Z | Downloaded const-oid v0.9.6 |
| 642 | 2026-08-21T22:24:10.007Z | Downloaded allocator-api2 v0.2.21 |
| 643 | 2026-08-21T22:24:10.007Z | Downloaded packed_struct v0.10.1 |
| 644 | 2026-08-21T22:24:10.010Z | Downloaded parking_lot_core v0.8.6 |
| 645 | 2026-08-21T22:24:10.010Z | Downloaded peg v0.8.5 |
| 646 | 2026-08-21T22:24:10.010Z | Downloaded pin-project-internal v1.1.11 |
| 647 | 2026-08-21T22:24:10.014Z | Downloaded addr2line v0.25.1 |
| 648 | 2026-08-21T22:24:10.014Z | Downloaded pin-project-lite v0.2.17 |
| 649 | 2026-08-21T22:24:10.017Z | Downloaded primeorder v0.13.6 |
| 650 | 2026-08-21T22:24:10.017Z | Downloaded proc-macro-error2 v2.0.1 |
| 651 | 2026-08-21T22:24:10.017Z | Downloaded untrusted v0.9.0 |
| 652 | 2026-08-21T22:24:10.020Z | Downloaded xshell-macros v0.2.7 |
| 653 | 2026-08-21T22:24:10.020Z | Downloaded take_mut v0.2.2 |
| 654 | 2026-08-21T22:24:10.020Z | Downloaded zeroize_derive v1.5.0 |
| 655 | 2026-08-21T22:24:10.020Z | Downloaded tokio-test v0.4.5 |
| 656 | 2026-08-21T22:24:10.020Z | Downloaded unicode-truncate v1.1.0 |
| 657 | 2026-08-21T22:24:10.023Z | Downloaded slog-stdlog v4.1.1 |
| 658 | 2026-08-21T22:24:10.023Z | Downloaded snafu-derive v0.8.9 |
| 659 | 2026-08-21T22:24:10.023Z | Downloaded crucible-workspace-hack v0.1.0 |
| 660 | 2026-08-21T22:24:10.027Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 661 | 2026-08-21T22:24:10.027Z | Downloaded dirs-next v2.0.0 |
| 662 | 2026-08-21T22:24:10.030Z | Downloaded getrandom v0.2.17 |
| 663 | 2026-08-21T22:24:10.030Z | Downloaded postgres-types v0.2.12 |
| 664 | 2026-08-21T22:24:10.033Z | Downloaded glob v0.3.3 |
| 665 | 2026-08-21T22:24:10.036Z | Downloaded httparse v1.10.1 |
| 666 | 2026-08-21T22:24:10.036Z | Downloaded clang-sys v1.8.1 |
| 667 | 2026-08-21T22:24:10.036Z | Downloaded rpassword v7.5.4 |
| 668 | 2026-08-21T22:24:10.039Z | Downloaded rustc-demangle v0.1.27 |
| 669 | 2026-08-21T22:24:10.039Z | Downloaded serde_derive_internals v0.29.1 |
| 670 | 2026-08-21T22:24:10.043Z | Downloaded cancel-safe-futures v0.1.5 |
| 671 | 2026-08-21T22:24:10.043Z | Downloaded bzip2 v0.4.4 |
| 672 | 2026-08-21T22:24:10.046Z | Downloaded crc-catalog v2.4.0 |
| 673 | 2026-08-21T22:24:10.049Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 674 | 2026-08-21T22:24:10.049Z | Downloaded const-oid v0.10.2 |
| 675 | 2026-08-21T22:24:10.063Z | Downloaded difflib v0.4.0 |
| 676 | 2026-08-21T22:24:10.063Z | Downloaded hmac v0.12.1 |
| 677 | 2026-08-21T22:24:10.067Z | Downloaded dtrace-parser v0.3.0 |
| 678 | 2026-08-21T22:24:10.067Z | Downloaded instability v0.3.11 |
| 679 | 2026-08-21T22:24:10.067Z | Downloaded jiff-static v0.2.34 |
| 680 | 2026-08-21T22:24:10.067Z | Downloaded walkdir v2.5.0 |
| 681 | 2026-08-21T22:24:10.067Z | Downloaded arc-swap v1.8.2 |
| 682 | 2026-08-21T22:24:10.068Z | Downloaded debug-ignore v1.0.5 |
| 683 | 2026-08-21T22:24:10.068Z | Downloaded generic-array v1.4.3 |
| 684 | 2026-08-21T22:24:10.072Z | Downloaded shlex v1.3.0 |
| 685 | 2026-08-21T22:24:10.072Z | Downloaded salsa20 v0.11.0 |
| 686 | 2026-08-21T22:24:10.072Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 687 | 2026-08-21T22:24:10.072Z | Downloaded defmt-parser v1.0.0 |
| 688 | 2026-08-21T22:24:10.072Z | Downloaded dof v0.4.0 |
| 689 | 2026-08-21T22:24:10.076Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-08-21T22:24:10.076Z | Downloaded lru v0.12.5 |
| 691 | 2026-08-21T22:24:10.076Z | Downloaded mime v0.3.17 |
| 692 | 2026-08-21T22:24:10.076Z | Downloaded pem-rfc7468 v0.7.0 |
| 693 | 2026-08-21T22:24:10.079Z | Downloaded smf v0.2.3 |
| 694 | 2026-08-21T22:24:10.079Z | Downloaded half v1.8.3 |
| 695 | 2026-08-21T22:24:10.079Z | Downloaded hmac v0.13.0 |
| 696 | 2026-08-21T22:24:10.083Z | Downloaded polyval v0.7.1 |
| 697 | 2026-08-21T22:24:10.083Z | Downloaded tls_codec v0.4.2 |
| 698 | 2026-08-21T22:24:10.083Z | Downloaded daft v0.1.7 |
| 699 | 2026-08-21T22:24:10.088Z | Downloaded daft-derive v0.1.7 |
| 700 | 2026-08-21T22:24:10.088Z | Downloaded derive_builder_core v0.20.2 |
| 701 | 2026-08-21T22:24:10.093Z | Downloaded libscf-sys v1.2.0 |
| 702 | 2026-08-21T22:24:10.093Z | Downloaded new_debug_unreachable v1.0.6 |
| 703 | 2026-08-21T22:24:10.093Z | Downloaded tiny-keccak v2.0.2 |
| 704 | 2026-08-21T22:24:10.093Z | Downloaded tokio-dtrace v0.1.1 |
| 705 | 2026-08-21T22:24:10.093Z | Downloaded is_ci v1.2.0 |
| 706 | 2026-08-21T22:24:10.093Z | Downloaded num_threads v0.1.7 |
| 707 | 2026-08-21T22:24:10.093Z | Downloaded password-hash v0.6.1 |
| 708 | 2026-08-21T22:24:10.096Z | Downloaded darling v0.13.4 |
| 709 | 2026-08-21T22:24:10.099Z | Downloaded futures v0.3.32 |
| 710 | 2026-08-21T22:24:10.102Z | Downloaded fatfs v0.3.6 |
| 711 | 2026-08-21T22:24:10.106Z | Downloaded chacha20poly1305 v0.10.1 |
| 712 | 2026-08-21T22:24:10.106Z | Downloaded chumsky v0.9.3 |
| 713 | 2026-08-21T22:24:10.106Z | Downloaded bytes v1.11.1 |
| 714 | 2026-08-21T22:24:10.109Z | Downloaded prefix-trie v0.7.0 |
| 715 | 2026-08-21T22:24:10.109Z | Downloaded tui-tree-widget v0.23.1 |
| 716 | 2026-08-21T22:24:10.112Z | Downloaded quinn-udp v0.5.14 |
| 717 | 2026-08-21T22:24:10.112Z | Downloaded unicase v2.9.0 |
| 718 | 2026-08-21T22:24:10.112Z | Downloaded diesel-dtrace v0.5.0 |
| 719 | 2026-08-21T22:24:10.115Z | Downloaded ecdsa v0.16.9 |
| 720 | 2026-08-21T22:24:10.118Z | Downloaded peg-runtime v0.8.5 |
| 721 | 2026-08-21T22:24:10.118Z | Downloaded phf_shared v0.13.1 |
| 722 | 2026-08-21T22:24:10.121Z | Downloaded ref-cast v1.0.25 |
| 723 | 2026-08-21T22:24:10.127Z | Downloaded ar_archive_writer v0.5.1 |
| 724 | 2026-08-21T22:24:10.127Z | Downloaded ed25519 v2.2.3 |
| 725 | 2026-08-21T22:24:10.130Z | Downloaded serde_cbor v0.11.2 |
| 726 | 2026-08-21T22:24:10.131Z | Downloaded backtrace v0.3.76 |
| 727 | 2026-08-21T22:24:10.131Z | Downloaded base64 v0.21.7 |
| 728 | 2026-08-21T22:24:10.131Z | Downloaded base64 v0.22.1 |
| 729 | 2026-08-21T22:24:10.134Z | Downloaded corncobs v0.1.4 |
| 730 | 2026-08-21T22:24:10.134Z | Downloaded getrandom v0.4.3 |
| 731 | 2026-08-21T22:24:10.137Z | Downloaded ipnet v2.12.0 |
| 732 | 2026-08-21T22:24:10.137Z | Downloaded jobserver v0.1.34 |
| 733 | 2026-08-21T22:24:10.137Z | Downloaded secrecy v0.8.0 |
| 734 | 2026-08-21T22:24:10.140Z | Downloaded serde-big-array v0.5.1 |
| 735 | 2026-08-21T22:24:10.140Z | Downloaded yasna v0.5.2 |
| 736 | 2026-08-21T22:24:10.140Z | Downloaded socket2 v0.5.10 |
| 737 | 2026-08-21T22:24:10.143Z | Downloaded subprocess v0.2.15 |
| 738 | 2026-08-21T22:24:10.143Z | Downloaded crossbeam-utils v0.8.21 |
| 739 | 2026-08-21T22:24:10.143Z | Downloaded powerfmt v0.2.0 |
| 740 | 2026-08-21T22:24:10.146Z | Downloaded lock_api v0.4.14 |
| 741 | 2026-08-21T22:24:10.146Z | Downloaded ctr v0.10.1 |
| 742 | 2026-08-21T22:24:10.146Z | Downloaded num_enum_derive v0.7.6 |
| 743 | 2026-08-21T22:24:10.146Z | Downloaded oxide-update-engine v0.1.2 |
| 744 | 2026-08-21T22:24:10.149Z | Downloaded oxide-update-engine-display v0.1.2 |
| 745 | 2026-08-21T22:24:10.149Z | Downloaded siphasher v1.0.2 |
| 746 | 2026-08-21T22:24:10.149Z | Downloaded der_derive v0.7.3 |
| 747 | 2026-08-21T22:24:10.152Z | Downloaded slog-envlogger v2.2.0 |
| 748 | 2026-08-21T22:24:10.152Z | Downloaded supports-color v3.0.2 |
| 749 | 2026-08-21T22:24:10.155Z | Downloaded rustc_version v0.4.1 |
| 750 | 2026-08-21T22:24:10.156Z | Downloaded oxnet v0.1.6 |
| 751 | 2026-08-21T22:24:10.160Z | Downloaded bumpalo v3.20.2 |
| 752 | 2026-08-21T22:24:10.164Z | Downloaded derive_builder v0.20.2 |
| 753 | 2026-08-21T22:24:10.164Z | Downloaded sha1 v0.11.0 |
| 754 | 2026-08-21T22:24:10.164Z | Downloaded shell-words v1.1.1 |
| 755 | 2026-08-21T22:24:10.168Z | Downloaded omicron-zone-package v0.12.3 |
| 756 | 2026-08-21T22:24:10.168Z | Downloaded parking_lot v0.12.5 |
| 757 | 2026-08-21T22:24:10.168Z | Downloaded term v1.2.1 |
| 758 | 2026-08-21T22:24:10.168Z | Downloaded progenitor-impl v0.14.0 |
| 759 | 2026-08-21T22:24:10.171Z | Downloaded compact_str v0.8.1 |
| 760 | 2026-08-21T22:24:10.171Z | Downloaded test-strategy v0.4.5 |
| 761 | 2026-08-21T22:24:10.176Z | Downloaded tokio-stream v0.1.18 |
| 762 | 2026-08-21T22:24:10.179Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 763 | 2026-08-21T22:24:10.179Z | Downloaded unsafe-libyaml v0.2.11 |
| 764 | 2026-08-21T22:24:10.179Z | Downloaded multer v3.1.0 |
| 765 | 2026-08-21T22:24:10.182Z | Downloaded serde_repr v0.1.20 |
| 766 | 2026-08-21T22:24:10.183Z | Downloaded rand_core v0.6.4 |
| 767 | 2026-08-21T22:24:10.183Z | Downloaded unicode-xid v0.2.6 |
| 768 | 2026-08-21T22:24:10.183Z | Downloaded usdt-attr-macro v0.6.0 |
| 769 | 2026-08-21T22:24:10.183Z | Downloaded heapless v0.8.0 |
| 770 | 2026-08-21T22:24:10.186Z | Downloaded newtype-uuid v1.3.2 |
| 771 | 2026-08-21T22:24:10.186Z | Downloaded progenitor v0.13.0 |
| 772 | 2026-08-21T22:24:10.189Z | Downloaded rand_core v0.9.5 |
| 773 | 2026-08-21T22:24:10.189Z | Downloaded vergen-gitcl v1.0.8 |
| 774 | 2026-08-21T22:24:10.189Z | Downloaded vte v0.14.1 |
| 775 | 2026-08-21T22:24:10.189Z | Downloaded ecdsa v0.17.0 |
| 776 | 2026-08-21T22:24:10.192Z | Downloaded rustversion v1.0.22 |
| 777 | 2026-08-21T22:24:10.195Z | Downloaded libefi-sys v0.1.0 |
| 778 | 2026-08-21T22:24:10.200Z | Downloaded yoke v0.8.1 |
| 779 | 2026-08-21T22:24:10.200Z | Downloaded zone_cfg_derive v0.3.1 |
| 780 | 2026-08-21T22:24:10.200Z | Downloaded crunchy v0.2.4 |
| 781 | 2026-08-21T22:24:10.200Z | Downloaded num-integer v0.1.46 |
| 782 | 2026-08-21T22:24:10.200Z | Downloaded litrs v1.0.0 |
| 783 | 2026-08-21T22:24:10.204Z | Downloaded serde_yaml v0.9.34+deprecated |
| 784 | 2026-08-21T22:24:10.204Z | Downloaded tagptr v0.2.0 |
| 785 | 2026-08-21T22:24:10.204Z | Downloaded termtree v0.5.1 |
| 786 | 2026-08-21T22:24:10.209Z | Downloaded topological-sort v0.2.2 |
| 787 | 2026-08-21T22:24:10.209Z | Downloaded tower-layer v0.3.3 |
| 788 | 2026-08-21T22:24:10.210Z | Downloaded slog-dtrace v0.3.0 |
| 789 | 2026-08-21T22:24:10.210Z | Downloaded cstr-argument v0.1.2 |
| 790 | 2026-08-21T22:24:10.210Z | Downloaded darling_macro v0.23.0 |
| 791 | 2026-08-21T22:24:10.210Z | Downloaded utf8_iter v1.0.4 |
| 792 | 2026-08-21T22:24:10.213Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 793 | 2026-08-21T22:24:10.213Z | Downloaded indent_write v2.2.0 |
| 794 | 2026-08-21T22:24:10.217Z | Downloaded ppv-lite86 v0.2.21 |
| 795 | 2026-08-21T22:24:10.220Z | Downloaded flume v0.11.1 |
| 796 | 2026-08-21T22:24:10.220Z | Downloaded headers v0.4.1 |
| 797 | 2026-08-21T22:24:10.224Z | Downloaded inout v0.2.2 |
| 798 | 2026-08-21T22:24:10.224Z | Downloaded pkcs8 v0.11.0 |
| 799 | 2026-08-21T22:24:10.229Z | Downloaded strum_macros v0.24.3 |
| 800 | 2026-08-21T22:24:10.229Z | Downloaded thread_local v1.1.9 |
| 801 | 2026-08-21T22:24:10.229Z | Downloaded time-macros v0.2.27 |
| 802 | 2026-08-21T22:24:10.229Z | Downloaded cc v1.2.56 |
| 803 | 2026-08-21T22:24:10.232Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 804 | 2026-08-21T22:24:10.232Z | Downloaded progenitor-extras v0.2.0 |
| 805 | 2026-08-21T22:24:10.232Z | Downloaded hickory-resolver v0.25.2 |
| 806 | 2026-08-21T22:24:10.236Z | Downloaded tls_codec_derive v0.4.2 |
| 807 | 2026-08-21T22:24:10.239Z | Downloaded iana-time-zone v0.1.65 |
| 808 | 2026-08-21T22:24:10.244Z | Downloaded rfc6979 v0.6.0 |
| 809 | 2026-08-21T22:24:10.244Z | Downloaded kem v0.3.0 |
| 810 | 2026-08-21T22:24:10.248Z | Downloaded scroll v0.13.0 |
| 811 | 2026-08-21T22:24:10.248Z | Downloaded slog v2.8.2 |
| 812 | 2026-08-21T22:24:10.253Z | Downloaded whoami v1.6.1 |
| 813 | 2026-08-21T22:24:10.253Z | Downloaded match_cfg v0.1.0 |
| 814 | 2026-08-21T22:24:10.253Z | Downloaded zerotrie v0.2.3 |
| 815 | 2026-08-21T22:24:10.256Z | Downloaded xshell v0.2.7 |
| 816 | 2026-08-21T22:24:10.257Z | Downloaded memoffset v0.9.1 |
| 817 | 2026-08-21T22:24:10.257Z | Downloaded newtype-uuid-macros v0.1.0 |
| 818 | 2026-08-21T22:24:10.257Z | Downloaded newtype_derive v0.1.6 |
| 819 | 2026-08-21T22:24:10.257Z | Downloaded parse-display v0.10.0 |
| 820 | 2026-08-21T22:24:10.260Z | Downloaded yansi v1.0.1 |
| 821 | 2026-08-21T22:24:10.260Z | Downloaded path-slash v0.1.5 |
| 822 | 2026-08-21T22:24:10.260Z | Downloaded serde_with_macros v1.5.2 |
| 823 | 2026-08-21T22:24:10.260Z | Downloaded ssh-encoding v0.3.0 |
| 824 | 2026-08-21T22:24:10.263Z | Downloaded dunce v1.0.5 |
| 825 | 2026-08-21T22:24:10.263Z | Downloaded lru-slab v0.1.2 |
| 826 | 2026-08-21T22:24:10.263Z | Downloaded constant_time_eq v0.4.2 |
| 827 | 2026-08-21T22:24:10.263Z | Downloaded oxide-update-engine-types v0.1.2 |
| 828 | 2026-08-21T22:24:10.266Z | Downloaded num-iter v0.1.45 |
| 829 | 2026-08-21T22:24:10.266Z | Downloaded flate2 v1.1.9 |
| 830 | 2026-08-21T22:24:10.273Z | Downloaded ssh-cipher v0.3.0 |
| 831 | 2026-08-21T22:24:10.280Z | Downloaded deranged v0.5.8 |
| 832 | 2026-08-21T22:24:10.283Z | Downloaded defmt-macros v1.0.1 |
| 833 | 2026-08-21T22:24:10.283Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-08-21T22:24:10.288Z | Downloaded predicates-tree v1.0.13 |
| 835 | 2026-08-21T22:24:10.288Z | Downloaded proc-macro-crate v3.4.0 |
| 836 | 2026-08-21T22:24:10.288Z | Downloaded schemars v0.9.0 |
| 837 | 2026-08-21T22:24:10.292Z | Downloaded rand_xorshift v0.4.0 |
| 838 | 2026-08-21T22:24:10.296Z | Downloaded schemars v0.8.22 |
| 839 | 2026-08-21T22:24:10.299Z | Downloaded synstructure v0.13.2 |
| 840 | 2026-08-21T22:24:10.299Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 841 | 2026-08-21T22:24:10.299Z | Downloaded primefield v0.14.0 |
| 842 | 2026-08-21T22:24:10.302Z | Downloaded toml_edit v0.19.15 |
| 843 | 2026-08-21T22:24:10.309Z | Downloaded olpc-cjson v0.1.4 |
| 844 | 2026-08-21T22:24:10.313Z | Downloaded opaque-debug v0.3.1 |
| 845 | 2026-08-21T22:24:10.313Z | Downloaded packed_struct_codegen v0.10.1 |
| 846 | 2026-08-21T22:24:10.313Z | Downloaded tracing-attributes v0.1.31 |
| 847 | 2026-08-21T22:24:10.313Z | Downloaded twox-hash v2.1.2 |
| 848 | 2026-08-21T22:24:10.316Z | Downloaded russh-cryptovec v0.62.0 |
| 849 | 2026-08-21T22:24:10.316Z | Downloaded knus-derive v3.4.0 |
| 850 | 2026-08-21T22:24:10.317Z | Downloaded serde_urlencoded v0.7.1 |
| 851 | 2026-08-21T22:24:10.317Z | Downloaded vsss-rs v3.3.4 |
| 852 | 2026-08-21T22:24:10.317Z | Downloaded async-compression v0.4.41 |
| 853 | 2026-08-21T22:24:10.320Z | Downloaded heapless v0.7.17 |
| 854 | 2026-08-21T22:24:10.323Z | Downloaded strum v0.26.3 |
| 855 | 2026-08-21T22:24:10.323Z | Downloaded supports-hyperlinks v3.2.0 |
| 856 | 2026-08-21T22:24:10.323Z | Downloaded whoami v2.1.0 |
| 857 | 2026-08-21T22:24:10.326Z | Downloaded crc-any v2.5.0 |
| 858 | 2026-08-21T22:24:10.326Z | Downloaded port-file v0.1.0 |
| 859 | 2026-08-21T22:24:10.326Z | Downloaded linear-map v1.2.0 |
| 860 | 2026-08-21T22:24:10.329Z | Downloaded cookie_store v0.22.1 |
| 861 | 2026-08-21T22:24:10.329Z | Downloaded tinyvec_macros v0.1.1 |
| 862 | 2026-08-21T22:24:10.329Z | Downloaded tokio-macros v2.7.0 |
| 863 | 2026-08-21T22:24:10.329Z | Downloaded ingot-macros v0.2.0 |
| 864 | 2026-08-21T22:24:10.329Z | Downloaded crossbeam-deque v0.8.6 |
| 865 | 2026-08-21T22:24:10.333Z | Downloaded zeroize v1.9.0 |
| 866 | 2026-08-21T22:24:10.333Z | Downloaded secrecy v0.10.3 |
| 867 | 2026-08-21T22:24:10.333Z | Downloaded hybrid-array v0.4.13 |
| 868 | 2026-08-21T22:24:10.333Z | Downloaded tabwriter v1.4.1 |
| 869 | 2026-08-21T22:24:10.336Z | Downloaded rand_core v0.10.0 |
| 870 | 2026-08-21T22:24:10.336Z | Downloaded serde_path_to_error v0.1.20 |
| 871 | 2026-08-21T22:24:10.336Z | Downloaded memmap2 v0.9.10 |
| 872 | 2026-08-21T22:24:10.339Z | Downloaded ipnetwork v0.21.1 |
| 873 | 2026-08-21T22:24:10.342Z | Downloaded num v0.4.3 |
| 874 | 2026-08-21T22:24:10.347Z | Downloaded unit-prefix v0.5.2 |
| 875 | 2026-08-21T22:24:10.347Z | Downloaded rayon-core v1.13.0 |
| 876 | 2026-08-21T22:24:10.351Z | Downloaded void v1.0.2 |
| 877 | 2026-08-21T22:24:10.351Z | Downloaded wait-timeout v0.2.1 |
| 878 | 2026-08-21T22:24:10.351Z | Downloaded hickory-server v0.25.2 |
| 879 | 2026-08-21T22:24:10.354Z | Downloaded scrypt v0.12.0 |
| 880 | 2026-08-21T22:24:10.354Z | Downloaded expectorate v1.2.0 |
| 881 | 2026-08-21T22:24:10.354Z | Downloaded crypto-common v0.2.2 |
| 882 | 2026-08-21T22:24:10.357Z | Downloaded rcgen v0.12.1 |
| 883 | 2026-08-21T22:24:10.357Z | Downloaded tungstenite v0.21.0 |
| 884 | 2026-08-21T22:24:10.360Z | Downloaded aes v0.9.1 |
| 885 | 2026-08-21T22:24:10.365Z | Downloaded slog-json v2.6.1 |
| 886 | 2026-08-21T22:24:10.365Z | Downloaded spki v0.7.3 |
| 887 | 2026-08-21T22:24:10.365Z | Downloaded sqlformat v0.3.5 |
| 888 | 2026-08-21T22:24:10.368Z | Downloaded const_format v0.2.35 |
| 889 | 2026-08-21T22:24:10.368Z | Downloaded dyn-clone v1.0.20 |
| 890 | 2026-08-21T22:24:10.368Z | Downloaded instant v0.1.13 |
| 891 | 2026-08-21T22:24:10.371Z | Downloaded tokio-rustls v0.26.4 |
| 892 | 2026-08-21T22:24:10.371Z | Downloaded is-terminal v0.4.17 |
| 893 | 2026-08-21T22:24:10.371Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 894 | 2026-08-21T22:24:10.374Z | Downloaded pbkdf2 v0.13.0 |
| 895 | 2026-08-21T22:24:10.374Z | Downloaded hashbrown v0.13.2 |
| 896 | 2026-08-21T22:24:10.377Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 897 | 2026-08-21T22:24:10.377Z | Downloaded multimap v0.10.1 |
| 898 | 2026-08-21T22:24:10.380Z | Downloaded hashbrown v0.12.3 |
| 899 | 2026-08-21T22:24:10.380Z | Downloaded poly1305 v0.8.0 |
| 900 | 2026-08-21T22:24:10.385Z | Downloaded display-error-chain v0.2.2 |
| 901 | 2026-08-21T22:24:10.389Z | Downloaded psm v0.1.30 |
| 902 | 2026-08-21T22:24:10.395Z | Downloaded linked-hash-map v0.5.6 |
| 903 | 2026-08-21T22:24:10.398Z | Downloaded openssl-probe v0.2.1 |
| 904 | 2026-08-21T22:24:10.398Z | Downloaded parse-size v1.1.0 |
| 905 | 2026-08-21T22:24:10.398Z | Downloaded percent-encoding v2.3.2 |
| 906 | 2026-08-21T22:24:10.398Z | Downloaded potential_utf v0.1.4 |
| 907 | 2026-08-21T22:24:10.398Z | Downloaded crc32fast v1.5.0 |
| 908 | 2026-08-21T22:24:10.402Z | Downloaded zstd-safe v7.2.4 |
| 909 | 2026-08-21T22:24:10.405Z | Downloaded const_format_proc_macros v0.2.34 |
| 910 | 2026-08-21T22:24:10.405Z | Downloaded critical-section v1.2.0 |
| 911 | 2026-08-21T22:24:10.405Z | Downloaded slab v0.4.12 |
| 912 | 2026-08-21T22:24:10.406Z | Downloaded md-5 v0.10.6 |
| 913 | 2026-08-21T22:24:10.409Z | Downloaded rusty-fork v0.3.1 |
| 914 | 2026-08-21T22:24:10.416Z | Downloaded signal-hook-registry v1.4.8 |
| 915 | 2026-08-21T22:24:10.416Z | Downloaded stringprep v0.1.5 |
| 916 | 2026-08-21T22:24:10.416Z | Downloaded indicatif v0.18.4 |
| 917 | 2026-08-21T22:24:10.420Z | Downloaded tungstenite v0.23.0 |
| 918 | 2026-08-21T22:24:10.423Z | Downloaded termios v0.3.3 |
| 919 | 2026-08-21T22:24:10.423Z | Downloaded phf_shared v0.12.1 |
| 920 | 2026-08-21T22:24:10.428Z | Downloaded recursive v0.1.1 |
| 921 | 2026-08-21T22:24:10.429Z | Downloaded scopeguard v1.2.0 |
| 922 | 2026-08-21T22:24:10.429Z | Downloaded serde_spanned v1.1.1 |
| 923 | 2026-08-21T22:24:10.432Z | Downloaded data-encoding v2.10.0 |
| 924 | 2026-08-21T22:24:10.432Z | Downloaded either v1.15.0 |
| 925 | 2026-08-21T22:24:10.432Z | Downloaded indoc v2.0.7 |
| 926 | 2026-08-21T22:24:10.436Z | Downloaded keccak v0.1.6 |
| 927 | 2026-08-21T22:24:10.436Z | Downloaded usdt-impl v0.6.0 |
| 928 | 2026-08-21T22:24:10.444Z | Downloaded peg-macros v0.8.5 |
| 929 | 2026-08-21T22:24:10.447Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 930 | 2026-08-21T22:24:10.447Z | Downloaded want v0.3.1 |
| 931 | 2026-08-21T22:24:10.448Z | Downloaded serde_plain v1.0.2 |
| 932 | 2026-08-21T22:24:10.451Z | Downloaded cpufeatures v0.3.0 |
| 933 | 2026-08-21T22:24:10.451Z | Downloaded nanorand v0.7.0 |
| 934 | 2026-08-21T22:24:10.455Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 935 | 2026-08-21T22:24:10.456Z | Downloaded zip v0.6.6 |
| 936 | 2026-08-21T22:24:10.456Z | Downloaded http v1.4.2 |
| 937 | 2026-08-21T22:24:10.460Z | Downloaded snafu v0.8.9 |
| 938 | 2026-08-21T22:24:10.464Z | Downloaded icu_normalizer v2.1.1 |
| 939 | 2026-08-21T22:24:10.464Z | Downloaded vergen v9.1.0 |
| 940 | 2026-08-21T22:24:10.464Z | Downloaded postcard v1.1.3 |
| 941 | 2026-08-21T22:24:10.467Z | Downloaded hyper-staticfile v0.10.1 |
| 942 | 2026-08-21T22:24:10.467Z | Downloaded phf v0.13.1 |
| 943 | 2026-08-21T22:24:10.467Z | Downloaded progenitor-client v0.14.0 |
| 944 | 2026-08-21T22:24:10.472Z | Downloaded darling_macro v0.20.11 |
| 945 | 2026-08-21T22:24:10.472Z | Downloaded digest-io v0.1.0 |
| 946 | 2026-08-21T22:24:10.472Z | Downloaded downcast-rs v2.0.2 |
| 947 | 2026-08-21T22:24:10.472Z | Downloaded mime_guess v2.0.5 |
| 948 | 2026-08-21T22:24:10.472Z | Downloaded progenitor-client v0.13.0 |
| 949 | 2026-08-21T22:24:10.472Z | Downloaded wnaf v0.14.0 |
| 950 | 2026-08-21T22:24:10.477Z | Downloaded structmeta v0.3.0 |
| 951 | 2026-08-21T22:24:10.477Z | Downloaded structmeta-derive v0.3.0 |
| 952 | 2026-08-21T22:24:10.477Z | Downloaded usdt-macro v0.6.0 |
| 953 | 2026-08-21T22:24:10.481Z | Downloaded darling v0.23.0 |
| 954 | 2026-08-21T22:24:10.485Z | Downloaded sha2 v0.11.0 |
| 955 | 2026-08-21T22:24:10.485Z | Downloaded usdt v0.6.0 |
| 956 | 2026-08-21T22:24:10.485Z | Downloaded keccak v0.2.0 |
| 957 | 2026-08-21T22:24:10.488Z | Downloaded illumos-nvpair v0.3.0 |
| 958 | 2026-08-21T22:24:10.488Z | Downloaded aes-gcm v0.11.0 |
| 959 | 2026-08-21T22:24:10.488Z | Downloaded convert_case v0.4.0 |
| 960 | 2026-08-21T22:24:10.491Z | Downloaded steno v0.4.1 |
| 961 | 2026-08-21T22:24:10.494Z | Downloaded sec1 v0.8.1 |
| 962 | 2026-08-21T22:24:10.494Z | Downloaded nu-ansi-term v0.50.3 |
| 963 | 2026-08-21T22:24:10.497Z | Downloaded num-rational v0.4.2 |
| 964 | 2026-08-21T22:24:10.500Z | Downloaded derive_more v0.99.20 |
| 965 | 2026-08-21T22:24:10.504Z | Downloaded knus v3.4.0 |
| 966 | 2026-08-21T22:24:10.508Z | Downloaded rand_seeder v0.4.0 |
| 967 | 2026-08-21T22:24:10.508Z | Downloaded typify v0.6.2 |
| 968 | 2026-08-21T22:24:10.512Z | Downloaded smallvec v0.6.14 |
| 969 | 2026-08-21T22:24:10.512Z | Downloaded writeable v0.6.2 |
| 970 | 2026-08-21T22:24:10.515Z | Downloaded uuid v1.23.4 |
| 971 | 2026-08-21T22:24:10.520Z | Downloaded mio v1.2.0 |
| 972 | 2026-08-21T22:24:10.524Z | Downloaded icu_locale_core v2.1.1 |
| 973 | 2026-08-21T22:24:10.527Z | Downloaded managed v0.8.0 |
| 974 | 2026-08-21T22:24:10.527Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-08-21T22:24:10.530Z | Downloaded icu_collections v2.1.1 |
| 976 | 2026-08-21T22:24:10.533Z | Downloaded slog-async v2.8.0 |
| 977 | 2026-08-21T22:24:10.534Z | Downloaded stacker v0.1.23 |
| 978 | 2026-08-21T22:24:10.536Z | Downloaded reqwest v0.13.2 |
| 979 | 2026-08-21T22:24:10.540Z | Downloaded unicode-segmentation v1.12.0 |
| 980 | 2026-08-21T22:24:10.543Z | Downloaded rustls-pemfile v2.2.0 |
| 981 | 2026-08-21T22:24:10.543Z | Downloaded quinn v0.11.11 |
| 982 | 2026-08-21T22:24:10.545Z | Downloaded rustls-pki-types v1.14.0 |
| 983 | 2026-08-21T22:24:10.546Z | Downloaded tap v1.0.1 |
| 984 | 2026-08-21T22:24:10.546Z | Downloaded aho-corasick v1.1.4 |
| 985 | 2026-08-21T22:24:10.550Z | Downloaded predicates-core v1.0.10 |
| 986 | 2026-08-21T22:24:10.553Z | Downloaded progenitor-macro v0.13.0 |
| 987 | 2026-08-21T22:24:10.553Z | Downloaded serde_bytes v0.11.19 |
| 988 | 2026-08-21T22:24:10.553Z | Downloaded regex v1.12.3 |
| 989 | 2026-08-21T22:24:10.556Z | Downloaded libsw-core v0.3.2 |
| 990 | 2026-08-21T22:24:10.559Z | Downloaded trait-variant v0.1.2 |
| 991 | 2026-08-21T22:24:10.562Z | Downloaded yoke-derive v0.8.1 |
| 992 | 2026-08-21T22:24:10.562Z | Downloaded samael v0.0.19 |
| 993 | 2026-08-21T22:24:10.566Z | Downloaded darling_core v0.13.4 |
| 994 | 2026-08-21T22:24:10.569Z | Downloaded tokio-native-tls v0.3.1 |
| 995 | 2026-08-21T22:24:10.569Z | Downloaded rsa v0.10.0-rc.18 |
| 996 | 2026-08-21T22:24:10.574Z | Downloaded sha1 v0.10.6 |
| 997 | 2026-08-21T22:24:10.574Z | Downloaded delegate v0.13.5 |
| 998 | 2026-08-21T22:24:10.577Z | Downloaded miette-derive v7.6.0 |
| 999 | 2026-08-21T22:24:10.580Z | Downloaded similar v2.7.0 |
| 1000 | 2026-08-21T22:24:10.583Z | Downloaded zone v0.3.1 |
| 1001 | 2026-08-21T22:24:10.583Z | Downloaded crossbeam-epoch v0.9.18 |
| 1002 | 2026-08-21T22:24:10.586Z | Downloaded utf-8 v0.7.6 |
| 1003 | 2026-08-21T22:24:10.591Z | Downloaded diesel_derives v2.3.7 |
| 1004 | 2026-08-21T22:24:10.594Z | Downloaded ed25519 v3.0.0 |
| 1005 | 2026-08-21T22:24:10.594Z | Downloaded hashbrown v0.15.5 |
| 1006 | 2026-08-21T22:24:10.600Z | Downloaded ingot-types v0.2.0 |
| 1007 | 2026-08-21T22:24:10.604Z | Downloaded num_enum v0.5.11 |
| 1008 | 2026-08-21T22:24:10.604Z | Downloaded rustls-native-certs v0.8.3 |
| 1009 | 2026-08-21T22:24:10.609Z | Downloaded dirs-sys-next v0.1.2 |
| 1010 | 2026-08-21T22:24:10.609Z | Downloaded rawzip v0.4.4 |
| 1011 | 2026-08-21T22:24:10.612Z | Downloaded progenitor-impl v0.13.0 |
| 1012 | 2026-08-21T22:24:10.612Z | Downloaded ron v0.8.1 |
| 1013 | 2026-08-21T22:24:10.616Z | Downloaded idna_adapter v1.2.1 |
| 1014 | 2026-08-21T22:24:10.616Z | Downloaded maybe-uninit v2.0.0 |
| 1015 | 2026-08-21T22:24:10.620Z | Downloaded slog-term v2.9.2 |
| 1016 | 2026-08-21T22:24:10.620Z | Downloaded string_cache v0.8.9 |
| 1017 | 2026-08-21T22:24:10.620Z | Downloaded support-bundle-viewer v0.1.2 |
| 1018 | 2026-08-21T22:24:10.620Z | Downloaded rtoolbox v0.0.3 |
| 1019 | 2026-08-21T22:24:10.623Z | Downloaded signal-hook v0.3.18 |
| 1020 | 2026-08-21T22:24:10.626Z | Downloaded diff v0.1.13 |
| 1021 | 2026-08-21T22:24:10.629Z | Downloaded rand_pcg v0.10.2 |
| 1022 | 2026-08-21T22:24:10.629Z | Downloaded same-file v1.0.6 |
| 1023 | 2026-08-21T22:24:10.629Z | Downloaded signature v3.0.0 |
| 1024 | 2026-08-21T22:24:10.632Z | Downloaded num_enum_derive v0.5.11 |
| 1025 | 2026-08-21T22:24:10.647Z | Downloaded drift v0.2.0 |
| 1026 | 2026-08-21T22:24:10.651Z | Downloaded smallvec v1.15.1 |
| 1027 | 2026-08-21T22:24:10.651Z | Downloaded zstd v0.13.3 |
| 1028 | 2026-08-21T22:24:10.651Z | Downloaded convert_case v0.10.0 |
| 1029 | 2026-08-21T22:24:10.651Z | Downloaded hyper-util v0.1.20 |
| 1030 | 2026-08-21T22:24:10.651Z | Downloaded testing_table v0.3.0 |
| 1031 | 2026-08-21T22:24:10.651Z | Downloaded darling_macro v0.13.4 |
| 1032 | 2026-08-21T22:24:10.651Z | Downloaded poly1305 v0.9.0 |
| 1033 | 2026-08-21T22:24:10.656Z | Downloaded spki v0.8.0 |
| 1034 | 2026-08-21T22:24:10.656Z | Downloaded num-bigint-dig v0.8.6 |
| 1035 | 2026-08-21T22:24:10.661Z | Downloaded ed25519-dalek v3.0.0 |
| 1036 | 2026-08-21T22:24:10.661Z | Downloaded openssl-sys v0.9.117 |
| 1037 | 2026-08-21T22:24:10.666Z | Downloaded minimal-lexical v0.2.1 |
| 1038 | 2026-08-21T22:24:10.669Z | Downloaded phf v0.12.1 |
| 1039 | 2026-08-21T22:24:10.669Z | Downloaded sponge-cursor v0.1.0 |
| 1040 | 2026-08-21T22:24:10.669Z | Downloaded universal-hash v0.6.1 |
| 1041 | 2026-08-21T22:24:10.669Z | Downloaded zerofrom v0.1.6 |
| 1042 | 2026-08-21T22:24:10.669Z | Downloaded dsl_auto_type v0.2.0 |
| 1043 | 2026-08-21T22:24:10.669Z | Downloaded indoc v1.0.9 |
| 1044 | 2026-08-21T22:24:10.673Z | Downloaded digest v0.11.3 |
| 1045 | 2026-08-21T22:24:10.679Z | Downloaded hashbrown v0.14.5 |
| 1046 | 2026-08-21T22:24:10.679Z | Downloaded schemars v1.2.1 |
| 1047 | 2026-08-21T22:24:10.686Z | Downloaded hashbrown v0.16.1 |
| 1048 | 2026-08-21T22:24:10.691Z | Downloaded idna v1.1.0 |
| 1049 | 2026-08-21T22:24:10.695Z | Downloaded num-bigint v0.4.6 |
| 1050 | 2026-08-21T22:24:10.695Z | Downloaded rand_chacha v0.9.0 |
| 1051 | 2026-08-21T22:24:10.700Z | Downloaded crypto-bigint v0.5.5 |
| 1052 | 2026-08-21T22:24:10.704Z | Downloaded der v0.7.10 |
| 1053 | 2026-08-21T22:24:10.704Z | Downloaded unicode-properties v0.1.4 |
| 1054 | 2026-08-21T22:24:10.704Z | Downloaded vergen-lib v9.1.0 |
| 1055 | 2026-08-21T22:24:10.704Z | Downloaded native-tls v0.2.18 |
| 1056 | 2026-08-21T22:24:10.707Z | Downloaded oso-derive v0.27.3 |
| 1057 | 2026-08-21T22:24:10.707Z | Downloaded tokio-tungstenite v0.21.0 |
| 1058 | 2026-08-21T22:24:10.707Z | Downloaded itertools v0.14.0 |
| 1059 | 2026-08-21T22:24:10.710Z | Downloaded lazy_static v1.5.0 |
| 1060 | 2026-08-21T22:24:10.713Z | Downloaded lru-cache v0.1.2 |
| 1061 | 2026-08-21T22:24:10.713Z | Downloaded cookie v0.18.1 |
| 1062 | 2026-08-21T22:24:10.714Z | Downloaded strum_macros v0.27.2 |
| 1063 | 2026-08-21T22:24:10.717Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-08-21T22:24:10.720Z | Downloaded pkcs1 v0.7.5 |
| 1065 | 2026-08-21T22:24:10.720Z | Downloaded slog-bunyan v2.5.0 |
| 1066 | 2026-08-21T22:24:10.723Z | Downloaded supports-unicode v3.0.0 |
| 1067 | 2026-08-21T22:24:10.723Z | Downloaded typify-macro v0.6.2 |
| 1068 | 2026-08-21T22:24:10.723Z | Downloaded xattr v1.6.1 |
| 1069 | 2026-08-21T22:24:10.723Z | Downloaded crc v3.4.0 |
| 1070 | 2026-08-21T22:24:10.728Z | Downloaded password-hash v0.5.0 |
| 1071 | 2026-08-21T22:24:10.728Z | Downloaded pkcs8 v0.10.2 |
| 1072 | 2026-08-21T22:24:10.728Z | Downloaded rand_chacha v0.3.1 |
| 1073 | 2026-08-21T22:24:10.731Z | Downloaded rfc6979 v0.4.0 |
| 1074 | 2026-08-21T22:24:10.731Z | Downloaded x509-cert v0.2.5 |
| 1075 | 2026-08-21T22:24:10.734Z | Downloaded icu_normalizer_data v2.1.1 |
| 1076 | 2026-08-21T22:24:10.734Z | Downloaded ignore v0.4.25 |
| 1077 | 2026-08-21T22:24:10.738Z | Downloaded publicsuffix v2.3.0 |
| 1078 | 2026-08-21T22:24:10.738Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1079 | 2026-08-21T22:24:10.742Z | Downloaded tinyvec v1.10.0 |
| 1080 | 2026-08-21T22:24:10.742Z | Downloaded litemap v0.8.1 |
| 1081 | 2026-08-21T22:24:10.742Z | Downloaded derive-ex v0.1.8 |
| 1082 | 2026-08-21T22:24:10.745Z | Downloaded oso v0.27.3 |
| 1083 | 2026-08-21T22:24:10.746Z | Downloaded internet-checksum v0.2.1 |
| 1084 | 2026-08-21T22:24:10.746Z | Downloaded zerofrom-derive v0.1.6 |
| 1085 | 2026-08-21T22:24:10.749Z | Downloaded derive_builder_macro v0.20.2 |
| 1086 | 2026-08-21T22:24:10.749Z | Downloaded kstat-rs v0.2.5 |
| 1087 | 2026-08-21T22:24:10.749Z | Downloaded jiff-core v0.1.0 |
| 1088 | 2026-08-21T22:24:10.753Z | Downloaded serde_with_macros v3.21.0 |
| 1089 | 2026-08-21T22:24:10.753Z | Downloaded zerocopy v0.6.6 |
| 1090 | 2026-08-21T22:24:10.756Z | Downloaded futures-util v0.3.32 |
| 1091 | 2026-08-21T22:24:10.761Z | Downloaded time-core v0.1.8 |
| 1092 | 2026-08-21T22:24:10.764Z | Downloaded zopfli v0.8.3 |
| 1093 | 2026-08-21T22:24:10.764Z | Downloaded miniz_oxide v0.8.9 |
| 1094 | 2026-08-21T22:24:10.769Z | Downloaded icu_provider v2.1.1 |
| 1095 | 2026-08-21T22:24:10.769Z | Downloaded des v0.9.0 |
| 1096 | 2026-08-21T22:24:10.769Z | Downloaded unicode_categories v0.1.1 |
| 1097 | 2026-08-21T22:24:10.772Z | Downloaded darling_core v0.20.11 |
| 1098 | 2026-08-21T22:24:10.773Z | Downloaded vergen-lib v0.1.6 |
| 1099 | 2026-08-21T22:24:10.773Z | Downloaded lzss v0.8.2 |
| 1100 | 2026-08-21T22:24:10.777Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1101 | 2026-08-21T22:24:10.777Z | Downloaded nom v8.0.0 |
| 1102 | 2026-08-21T22:24:10.781Z | Downloaded strsim v0.10.0 |
| 1103 | 2026-08-21T22:24:10.781Z | Downloaded darling v0.20.11 |
| 1104 | 2026-08-21T22:24:10.784Z | Downloaded phc v0.6.1 |
| 1105 | 2026-08-21T22:24:10.784Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1106 | 2026-08-21T22:24:10.784Z | Downloaded ctutils v0.4.2 |
| 1107 | 2026-08-21T22:24:10.789Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1108 | 2026-08-21T22:24:10.789Z | Downloaded humantime v2.3.0 |
| 1109 | 2026-08-21T22:24:10.789Z | Downloaded stable_deref_trait v1.2.1 |
| 1110 | 2026-08-21T22:24:10.789Z | Downloaded try-lock v0.2.5 |
| 1111 | 2026-08-21T22:24:10.789Z | Downloaded darling_macro v0.21.3 |
| 1112 | 2026-08-21T22:24:10.792Z | Downloaded blake3 v1.8.5 |
| 1113 | 2026-08-21T22:24:10.796Z | Downloaded dropshot-api-manager v0.8.0 |
| 1114 | 2026-08-21T22:24:10.799Z | Downloaded progenitor v0.14.0 |
| 1115 | 2026-08-21T22:24:10.799Z | Downloaded tar v0.4.46 |
| 1116 | 2026-08-21T22:24:10.804Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-08-21T22:24:10.804Z | Downloaded crc8 v0.1.1 |
| 1118 | 2026-08-21T22:24:10.804Z | Downloaded libsw v3.5.0 |
| 1119 | 2026-08-21T22:24:10.804Z | Downloaded ml-kem v0.3.2 |
| 1120 | 2026-08-21T22:24:10.804Z | Downloaded document-features v0.2.12 |
| 1121 | 2026-08-21T22:24:10.808Z | Downloaded ident_case v1.0.1 |
| 1122 | 2026-08-21T22:24:10.808Z | Downloaded progenitor-macro v0.14.0 |
| 1123 | 2026-08-21T22:24:10.808Z | Downloaded parking_lot_core v0.9.12 |
| 1124 | 2026-08-21T22:24:10.808Z | Downloaded module-lattice v0.2.3 |
| 1125 | 2026-08-21T22:24:10.808Z | Downloaded der v0.8.0 |
| 1126 | 2026-08-21T22:24:10.811Z | Downloaded nonempty v0.12.0 |
| 1127 | 2026-08-21T22:24:10.811Z | Downloaded scroll_derive v0.13.1 |
| 1128 | 2026-08-21T22:24:10.811Z | Downloaded sec1 v0.7.3 |
| 1129 | 2026-08-21T22:24:10.815Z | Downloaded thiserror-no-std v2.0.2 |
| 1130 | 2026-08-21T22:24:10.815Z | Downloaded predicates v3.1.4 |
| 1131 | 2026-08-21T22:24:10.820Z | Downloaded toml v0.7.8 |
| 1132 | 2026-08-21T22:24:10.820Z | Downloaded semver v0.1.20 |
| 1133 | 2026-08-21T22:24:10.827Z | Downloaded cpubits v0.1.1 |
| 1134 | 2026-08-21T22:24:10.831Z | Downloaded spin v0.9.8 |
| 1135 | 2026-08-21T22:24:10.831Z | Downloaded universal-hash v0.5.1 |
| 1136 | 2026-08-21T22:24:10.832Z | Downloaded inout v0.1.4 |
| 1137 | 2026-08-21T22:24:10.834Z | Downloaded pretty_assertions v1.4.1 |
| 1138 | 2026-08-21T22:24:10.834Z | Downloaded unicode-normalization v0.1.25 |
| 1139 | 2026-08-21T22:24:10.837Z | Downloaded zip v4.6.1 |
| 1140 | 2026-08-21T22:24:10.841Z | Downloaded hkdf v0.13.0 |
| 1141 | 2026-08-21T22:24:10.841Z | Downloaded aws-lc-rs v1.16.3 |
| 1142 | 2026-08-21T22:24:10.846Z | Downloaded bitvec v1.0.1 |
| 1143 | 2026-08-21T22:24:10.860Z | Downloaded derive-where v1.6.0 |
| 1144 | 2026-08-21T22:24:10.864Z | Downloaded prettyplease v0.2.37 |
| 1145 | 2026-08-21T22:24:10.864Z | Downloaded p384 v0.14.0 |
| 1146 | 2026-08-21T22:24:10.864Z | Downloaded indexmap v1.9.3 |
| 1147 | 2026-08-21T22:24:10.868Z | Downloaded papergrid v0.18.0 |
| 1148 | 2026-08-21T22:24:10.868Z | Downloaded primeorder v0.14.0 |
| 1149 | 2026-08-21T22:24:10.872Z | Downloaded schemars_derive v0.8.22 |
| 1150 | 2026-08-21T22:24:10.872Z | Downloaded md5 v0.8.0 |
| 1151 | 2026-08-21T22:24:10.872Z | Downloaded tower-service v0.3.3 |
| 1152 | 2026-08-21T22:24:10.872Z | Downloaded hkdf v0.12.4 |
| 1153 | 2026-08-21T22:24:10.877Z | Downloaded hyper-rustls v0.27.7 |
| 1154 | 2026-08-21T22:24:10.877Z | Downloaded pem v3.0.6 |
| 1155 | 2026-08-21T22:24:10.877Z | Downloaded signal-hook-mio v0.2.5 |
| 1156 | 2026-08-21T22:24:10.877Z | Downloaded precomputed-hash v0.1.1 |
| 1157 | 2026-08-21T22:24:10.882Z | Downloaded itertools v0.12.1 |
| 1158 | 2026-08-21T22:24:10.886Z | Downloaded libxml v0.3.3 |
| 1159 | 2026-08-21T22:24:10.890Z | Downloaded defmt v0.3.100 |
| 1160 | 2026-08-21T22:24:10.891Z | Downloaded lalrpop-util v0.19.12 |
| 1161 | 2026-08-21T22:24:10.891Z | Downloaded maplit v1.0.2 |
| 1162 | 2026-08-21T22:24:10.894Z | Downloaded unicode-bidi v0.3.18 |
| 1163 | 2026-08-21T22:24:10.894Z | Downloaded sha3 v0.12.0 |
| 1164 | 2026-08-21T22:24:10.897Z | Downloaded pem-rfc7468 v1.0.0 |
| 1165 | 2026-08-21T22:24:10.897Z | Downloaded pkg-config v0.3.32 |
| 1166 | 2026-08-21T22:24:10.897Z | Downloaded sync_wrapper v1.0.2 |
| 1167 | 2026-08-21T22:24:10.900Z | Downloaded serdect v0.4.3 |
| 1168 | 2026-08-21T22:24:10.900Z | Downloaded simd-adler32 v0.3.8 |
| 1169 | 2026-08-21T22:24:10.906Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-08-21T22:24:10.906Z | Downloaded chrono v0.4.45 |
| 1171 | 2026-08-21T22:24:10.911Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1172 | 2026-08-21T22:24:10.915Z | Downloaded quinn-proto v0.11.16 |
| 1173 | 2026-08-21T22:24:10.918Z | Downloaded num_enum v0.7.6 |
| 1174 | 2026-08-21T22:24:10.918Z | Downloaded ingot v0.2.1 |
| 1175 | 2026-08-21T22:24:10.921Z | Downloaded itertools v0.10.5 |
| 1176 | 2026-08-21T22:24:10.924Z | Downloaded crossterm v0.29.0 |
| 1177 | 2026-08-21T22:24:10.927Z | Downloaded slog-scope v4.4.1 |
| 1178 | 2026-08-21T22:24:10.927Z | Downloaded tokio-tungstenite v0.23.1 |
| 1179 | 2026-08-21T22:24:10.930Z | Downloaded static_assertions v1.1.0 |
| 1180 | 2026-08-21T22:24:10.930Z | Downloaded tokio-util v0.7.18 |
| 1181 | 2026-08-21T22:24:10.933Z | Downloaded winnow v0.6.26 |
| 1182 | 2026-08-21T22:24:10.938Z | Downloaded wyz v0.5.1 |
| 1183 | 2026-08-21T22:24:10.942Z | Downloaded pin-project v1.1.11 |
| 1184 | 2026-08-21T22:24:10.947Z | Downloaded icu_properties v2.1.2 |
| 1185 | 2026-08-21T22:24:10.950Z | Downloaded scuffle v0.1.0 |
| 1186 | 2026-08-21T22:24:10.950Z | Downloaded parking_lot v0.11.2 |
| 1187 | 2026-08-21T22:24:10.953Z | Downloaded strum_macros v0.26.4 |
| 1188 | 2026-08-21T22:24:10.953Z | Downloaded bindgen v0.71.1 |
| 1189 | 2026-08-21T22:24:10.957Z | Downloaded tinystr v0.8.2 |
| 1190 | 2026-08-21T22:24:10.960Z | Downloaded vergen-git2 v9.1.0 |
| 1191 | 2026-08-21T22:24:10.960Z | Downloaded zerocopy-derive v0.8.55 |
| 1192 | 2026-08-21T22:24:10.966Z | Downloaded miette v7.6.0 |
| 1193 | 2026-08-21T22:24:10.969Z | Downloaded pkcs5 v0.8.1 |
| 1194 | 2026-08-21T22:24:10.972Z | Downloaded displaydoc v0.2.5 |
| 1195 | 2026-08-21T22:24:10.972Z | Downloaded zerovec-derive v0.11.2 |
| 1196 | 2026-08-21T22:24:10.975Z | Downloaded term v0.7.0 |
| 1197 | 2026-08-21T22:24:10.975Z | Downloaded defmt v1.0.1 |
| 1198 | 2026-08-21T22:24:10.980Z | Downloaded num-traits v0.2.19 |
| 1199 | 2026-08-21T22:24:10.983Z | Downloaded serde-hex v0.1.0 |
| 1200 | 2026-08-21T22:24:10.983Z | Downloaded tokio-postgres v0.7.16 |
| 1201 | 2026-08-21T22:24:10.983Z | Downloaded parse-display-derive v0.10.0 |
| 1202 | 2026-08-21T22:24:10.986Z | Downloaded darling v0.21.3 |
| 1203 | 2026-08-21T22:24:10.990Z | Downloaded csv-core v0.1.13 |
| 1204 | 2026-08-21T22:24:10.990Z | Downloaded derive_more v2.1.1 |
| 1205 | 2026-08-21T22:24:10.994Z | Downloaded libloading v0.8.9 |
| 1206 | 2026-08-21T22:24:10.998Z | Downloaded typed-path v0.9.3 |
| 1207 | 2026-08-21T22:24:11.001Z | Downloaded winnow v1.0.3 |
| 1208 | 2026-08-21T22:24:11.006Z | Downloaded nom v7.1.3 |
| 1209 | 2026-08-21T22:24:11.009Z | Downloaded reqwest v0.12.28 |
| 1210 | 2026-08-21T22:24:11.014Z | Downloaded ryu v1.0.23 |
| 1211 | 2026-08-21T22:24:11.018Z | Downloaded h2 v0.4.15 |
| 1212 | 2026-08-21T22:24:11.023Z | Downloaded iri-string v0.7.10 |
| 1213 | 2026-08-21T22:24:11.026Z | Downloaded rand v0.9.2 |
| 1214 | 2026-08-21T22:24:11.026Z | Downloaded rand v0.8.6 |
| 1215 | 2026-08-21T22:24:11.029Z | Downloaded darling_core v0.21.3 |
| 1216 | 2026-08-21T22:24:11.034Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1217 | 2026-08-21T22:24:11.034Z | Downloaded tracing-core v0.1.36 |
| 1218 | 2026-08-21T22:24:11.037Z | Downloaded crypto-primes v0.7.2 |
| 1219 | 2026-08-21T22:24:11.041Z | Downloaded dropshot_endpoint v0.17.1 |
| 1220 | 2026-08-21T22:24:11.041Z | Downloaded salty v0.3.0 |
| 1221 | 2026-08-21T22:24:11.044Z | Downloaded proptest v1.11.0 |
| 1222 | 2026-08-21T22:24:11.050Z | Downloaded darling_core v0.23.0 |
| 1223 | 2026-08-21T22:24:11.053Z | Downloaded p256 v0.14.0 |
| 1224 | 2026-08-21T22:24:11.056Z | Downloaded p521 v0.14.0 |
| 1225 | 2026-08-21T22:24:11.059Z | Downloaded socket2 v0.6.3 |
| 1226 | 2026-08-21T22:24:11.059Z | Downloaded elliptic-curve v0.13.8 |
| 1227 | 2026-08-21T22:24:11.062Z | Downloaded winnow v0.5.40 |
| 1228 | 2026-08-21T22:24:11.066Z | Downloaded polar-core v0.27.3 |
| 1229 | 2026-08-21T22:24:11.071Z | Downloaded tower-http v0.6.8 |
| 1230 | 2026-08-21T22:24:11.077Z | Downloaded rustls-webpki v0.103.13 |
| 1231 | 2026-08-21T22:24:11.082Z | Downloaded moka v0.12.13 |
| 1232 | 2026-08-21T22:24:11.085Z | Downloaded tower v0.5.3 |
| 1233 | 2026-08-21T22:24:11.089Z | Downloaded gimli v0.32.3 |
| 1234 | 2026-08-21T22:24:11.093Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1235 | 2026-08-21T22:24:11.097Z | Downloaded russh v0.62.4 |
| 1236 | 2026-08-21T22:24:11.101Z | Downloaded rand v0.10.1 |
| 1237 | 2026-08-21T22:24:11.104Z | Downloaded rsa v0.9.10 |
| 1238 | 2026-08-21T22:24:11.108Z | Downloaded git2 v0.20.4 |
| 1239 | 2026-08-21T22:24:11.113Z | Downloaded serde_with v1.14.0 |
| 1240 | 2026-08-21T22:24:11.116Z | Downloaded quick-xml v0.37.5 |
| 1241 | 2026-08-21T22:24:11.121Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-08-21T22:24:11.124Z | Downloaded url v2.5.8 |
| 1243 | 2026-08-21T22:24:11.124Z | Downloaded crossbeam-channel v0.5.15 |
| 1244 | 2026-08-21T22:24:11.128Z | Downloaded derive_more-impl v2.1.1 |
| 1245 | 2026-08-21T22:24:11.131Z | Downloaded rustyline v14.0.0 |
| 1246 | 2026-08-21T22:24:11.131Z | Downloaded vcpkg v0.2.15 |
| 1247 | 2026-08-21T22:24:11.155Z | Downloaded ed25519-dalek v2.2.0 |
| 1248 | 2026-08-21T22:24:11.158Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-08-21T22:24:11.161Z | Downloaded zerovec v0.11.5 |
| 1250 | 2026-08-21T22:24:11.164Z | Downloaded serde_with v3.21.0 |
| 1251 | 2026-08-21T22:24:11.171Z | Downloaded petname v2.0.2 |
| 1252 | 2026-08-21T22:24:11.175Z | Downloaded zlib-rs v0.6.2 |
| 1253 | 2026-08-21T22:24:11.178Z | Downloaded goblin v0.10.5 |
| 1254 | 2026-08-21T22:24:11.181Z | Downloaded lalrpop v0.19.12 |
| 1255 | 2026-08-21T22:24:11.188Z | Downloaded portable-atomic v1.13.1 |
| 1256 | 2026-08-21T22:24:11.191Z | Downloaded hyper v1.10.1 |
| 1257 | 2026-08-21T22:24:11.197Z | Downloaded tabled v0.21.0 |
| 1258 | 2026-08-21T22:24:11.205Z | Downloaded crossterm v0.28.1 |
| 1259 | 2026-08-21T22:24:11.209Z | Downloaded iddqd v0.4.2 |
| 1260 | 2026-08-21T22:24:11.215Z | Downloaded p384 v0.13.1 |
| 1261 | 2026-08-21T22:24:11.217Z | Downloaded crypto-bigint v0.7.5 |
| 1262 | 2026-08-21T22:24:11.225Z | Downloaded libm v0.2.16 |
| 1263 | 2026-08-21T22:24:11.232Z | Downloaded itertools v0.15.0 |
| 1264 | 2026-08-21T22:24:11.235Z | Downloaded radix_trie v0.2.1 |
| 1265 | 2026-08-21T22:24:11.238Z | Downloaded regress v0.10.5 |
| 1266 | 2026-08-21T22:24:11.243Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-08-21T22:24:11.250Z | Downloaded object v0.30.4 |
| 1268 | 2026-08-21T22:24:11.255Z | Downloaded tough v0.22.0 |
| 1269 | 2026-08-21T22:24:11.261Z | Downloaded itertools v0.13.0 |
| 1270 | 2026-08-21T22:24:11.266Z | Downloaded reedline v0.40.0 |
| 1271 | 2026-08-21T22:24:11.273Z | Downloaded nix v0.27.1 |
| 1272 | 2026-08-21T22:24:11.277Z | Downloaded time v0.3.47 |
| 1273 | 2026-08-21T22:24:11.303Z | Downloaded icu_properties_data v2.1.2 |
| 1274 | 2026-08-21T22:24:11.306Z | Downloaded diesel v2.3.7 |
| 1275 | 2026-08-21T22:24:11.318Z | Downloaded nix v0.28.0 |
| 1276 | 2026-08-21T22:24:11.325Z | Downloaded rustls v0.23.41 |
| 1277 | 2026-08-21T22:24:11.354Z | Downloaded hickory-proto v0.24.4 |
| 1278 | 2026-08-21T22:24:11.363Z | Downloaded zerocopy v0.8.55 |
| 1279 | 2026-08-21T22:24:11.375Z | Downloaded curve25519-dalek v5.0.0 |
| 1280 | 2026-08-21T22:24:11.381Z | Downloaded smoltcp v0.9.1 |
| 1281 | 2026-08-21T22:24:11.390Z | Downloaded tracing v0.1.44 |
| 1282 | 2026-08-21T22:24:11.409Z | Downloaded ratatui v0.29.0 |
| 1283 | 2026-08-21T22:24:11.417Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1284 | 2026-08-21T22:24:11.425Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-08-21T22:24:11.435Z | Downloaded rustix v0.38.44 |
| 1286 | 2026-08-21T22:24:11.448Z | Downloaded curve25519-dalek v4.1.3 |
| 1287 | 2026-08-21T22:24:11.454Z | Downloaded openssl v0.10.80 |
| 1288 | 2026-08-21T22:24:11.460Z | Downloaded dropshot v0.17.1 |
| 1289 | 2026-08-21T22:24:11.474Z | Downloaded openapiv3 v2.2.0 |
| 1290 | 2026-08-21T22:24:11.480Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-08-21T22:24:11.488Z | Downloaded regex-syntax v0.6.29 |
| 1292 | 2026-08-21T22:24:11.491Z | Downloaded sha3 v0.11.0 |
| 1293 | 2026-08-21T22:24:11.494Z | Downloaded chrono-tz v0.10.4 |
| 1294 | 2026-08-21T22:24:11.503Z | Downloaded object v0.37.3 |
| 1295 | 2026-08-21T22:24:11.509Z | Downloaded regex-syntax v0.8.10 |
| 1296 | 2026-08-21T22:24:11.513Z | Downloaded sled v0.34.7 |
| 1297 | 2026-08-21T22:24:11.519Z | Downloaded jiff v0.2.34 |
| 1298 | 2026-08-21T22:24:11.529Z | Downloaded petgraph v0.8.3 |
| 1299 | 2026-08-21T22:24:11.541Z | Downloaded nix v0.31.2 |
| 1300 | 2026-08-21T22:24:11.548Z | Downloaded regress v0.11.1 |
| 1301 | 2026-08-21T22:24:11.553Z | Downloaded sha3 v0.10.8 |
| 1302 | 2026-08-21T22:24:11.557Z | Downloaded zerocopy-derive v0.6.6 |
| 1303 | 2026-08-21T22:24:11.561Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-08-21T22:24:11.569Z | Downloaded csv v1.4.0 |
| 1305 | 2026-08-21T22:24:11.581Z | Downloaded tokio v1.52.1 |
| 1306 | 2026-08-21T22:24:11.605Z | Downloaded petgraph v0.6.5 |
| 1307 | 2026-08-21T22:24:11.615Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-08-21T22:24:11.624Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-08-21T22:24:11.634Z | Downloaded libz-sys v1.1.24 |
| 1310 | 2026-08-21T22:24:11.646Z | Downloaded ring v0.17.14 |
| 1311 | 2026-08-21T22:24:11.671Z | Downloaded encoding_rs v0.8.35 |
| 1312 | 2026-08-21T22:24:11.684Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-08-21T22:24:12.080Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-21T22:24:12.341Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-21T22:24:12.341Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-21T22:24:12.341Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-21T22:24:12.341Z | Compiling log v0.4.33 |
| 1318 | 2026-08-21T22:24:12.341Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-21T22:24:12.344Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-21T22:24:12.344Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-08-21T22:24:12.344Z | Compiling subtle v2.6.1 |
| 1322 | 2026-08-21T22:24:12.344Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-08-21T22:24:12.344Z | Compiling stable_deref_trait v1.2.1 |
| 1324 | 2026-08-21T22:24:12.344Z | Compiling typenum v1.20.1 |
| 1325 | 2026-08-21T22:24:12.344Z | Compiling zerocopy v0.8.55 |
| 1326 | 2026-08-21T22:24:12.480Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-08-21T22:24:12.540Z | Compiling serde_json v1.0.151 |
| 1328 | 2026-08-21T22:24:12.568Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-21T22:24:12.580Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-21T22:24:12.690Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-21T22:24:12.705Z | Compiling libm v0.2.16 |
| 1332 | 2026-08-21T22:24:12.718Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-21T22:24:12.734Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-21T22:24:12.792Z | Compiling generic-array v0.14.7 |
| 1335 | 2026-08-21T22:24:12.877Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-08-21T22:24:12.880Z | Compiling const-oid v0.9.6 |
| 1337 | 2026-08-21T22:24:12.946Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-08-21T22:24:12.963Z | Compiling getrandom v0.3.4 |
| 1339 | 2026-08-21T22:24:12.977Z | Compiling litemap v0.8.1 |
| 1340 | 2026-08-21T22:24:13.009Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-08-21T22:24:13.041Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-21T22:24:13.171Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-08-21T22:24:13.191Z | Compiling icu_properties_data v2.1.2 |
| 1344 | 2026-08-21T22:24:13.221Z | Compiling icu_normalizer_data v2.1.1 |
| 1345 | 2026-08-21T22:24:13.237Z | Compiling rustix v1.1.4 |
| 1346 | 2026-08-21T22:24:13.279Z | Compiling getrandom v0.4.3 |
| 1347 | 2026-08-21T22:24:13.293Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-08-21T22:24:13.293Z | Compiling rand_core v0.10.0 |
| 1349 | 2026-08-21T22:24:13.383Z | Compiling slab v0.4.12 |
| 1350 | 2026-08-21T22:24:13.458Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-08-21T22:24:13.463Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-21T22:24:13.485Z | Compiling utf8_iter v1.0.4 |
| 1353 | 2026-08-21T22:24:13.501Z | Compiling futures-io v0.3.32 |
| 1354 | 2026-08-21T22:24:13.582Z | Compiling errno v0.3.14 |
| 1355 | 2026-08-21T22:24:13.611Z | Compiling jobserver v0.1.34 |
| 1356 | 2026-08-21T22:24:13.629Z | Compiling getrandom v0.2.17 |
| 1357 | 2026-08-21T22:24:13.662Z | Compiling mio v1.2.0 |
| 1358 | 2026-08-21T22:24:13.665Z | Compiling socket2 v0.6.3 |
| 1359 | 2026-08-21T22:24:13.696Z | Compiling signal-hook-registry v1.4.8 |
| 1360 | 2026-08-21T22:24:13.728Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2026-08-21T22:24:13.755Z | Compiling rustversion v1.0.22 |
| 1362 | 2026-08-21T22:24:13.788Z | Compiling once_cell v1.21.3 |
| 1363 | 2026-08-21T22:24:13.887Z | Compiling cc v1.2.56 |
| 1364 | 2026-08-21T22:24:13.902Z | Compiling rand_core v0.6.4 |
| 1365 | 2026-08-21T22:24:13.933Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-08-21T22:24:13.946Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-08-21T22:24:14.023Z | Compiling base64ct v1.8.3 |
| 1368 | 2026-08-21T22:24:14.042Z | Compiling flagset v0.4.7 |
| 1369 | 2026-08-21T22:24:14.092Z | Compiling fs_extra v1.3.0 |
| 1370 | 2026-08-21T22:24:14.309Z | Compiling ident_case v1.0.1 |
| 1371 | 2026-08-21T22:24:14.309Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-08-21T22:24:14.355Z | Compiling dunce v1.0.5 |
| 1373 | 2026-08-21T22:24:14.355Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-08-21T22:24:14.356Z | Compiling base64 v0.22.1 |
| 1375 | 2026-08-21T22:24:14.356Z | Compiling syn v1.0.109 |
| 1376 | 2026-08-21T22:24:14.356Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-08-21T22:24:14.356Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-08-21T22:24:14.356Z | Compiling schemars v0.8.22 |
| 1379 | 2026-08-21T22:24:14.363Z | Compiling pem-rfc7468 v0.7.0 |
| 1380 | 2026-08-21T22:24:14.363Z | Compiling simd-adler32 v0.3.8 |
| 1381 | 2026-08-21T22:24:14.364Z | Compiling aws-lc-rs v1.16.3 |
| 1382 | 2026-08-21T22:24:14.364Z | Compiling cpufeatures v0.2.17 |
| 1383 | 2026-08-21T22:24:14.460Z | Compiling dyn-clone v1.0.20 |
| 1384 | 2026-08-21T22:24:14.489Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-21T22:24:14.509Z | Compiling crc32fast v1.5.0 |
| 1386 | 2026-08-21T22:24:14.547Z | Compiling httparse v1.10.1 |
| 1387 | 2026-08-21T22:24:14.640Z | Compiling openssl-probe v0.2.1 |
| 1388 | 2026-08-21T22:24:14.659Z | Compiling adler2 v2.0.1 |
| 1389 | 2026-08-21T22:24:14.677Z | Compiling cmake v0.1.57 |
| 1390 | 2026-08-21T22:24:14.695Z | Compiling cmov v0.5.4 |
| 1391 | 2026-08-21T22:24:14.711Z | Compiling tinyvec_macros v0.1.1 |
| 1392 | 2026-08-21T22:24:14.756Z | Compiling aho-corasick v1.1.4 |
| 1393 | 2026-08-21T22:24:14.798Z | Compiling miniz_oxide v0.8.9 |
| 1394 | 2026-08-21T22:24:14.815Z | Compiling tinyvec v1.10.0 |
| 1395 | 2026-08-21T22:24:14.854Z | Compiling untrusted v0.7.1 |
| 1396 | 2026-08-21T22:24:14.869Z | Compiling radium v0.7.0 |
| 1397 | 2026-08-21T22:24:14.885Z | Compiling bitflags v2.11.0 |
| 1398 | 2026-08-21T22:24:14.934Z | Compiling semver v1.0.28 |
| 1399 | 2026-08-21T22:24:14.948Z | Compiling indexmap v2.14.0 |
| 1400 | 2026-08-21T22:24:15.002Z | Compiling uuid v1.23.4 |
| 1401 | 2026-08-21T22:24:15.056Z | Compiling ctutils v0.4.2 |
| 1402 | 2026-08-21T22:24:15.105Z | Compiling tower-service v0.3.3 |
| 1403 | 2026-08-21T22:24:15.142Z | Compiling atomic-waker v1.1.2 |
| 1404 | 2026-08-21T22:24:15.156Z | Compiling try-lock v0.2.5 |
| 1405 | 2026-08-21T22:24:15.200Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-08-21T22:24:15.218Z | Compiling tower-layer v0.3.3 |
| 1407 | 2026-08-21T22:24:15.278Z | Compiling want v0.3.1 |
| 1408 | 2026-08-21T22:24:15.339Z | Compiling foreign-types-shared v0.1.1 |
| 1409 | 2026-08-21T22:24:15.398Z | Compiling untrusted v0.9.0 |
| 1410 | 2026-08-21T22:24:15.437Z | Compiling httpdate v1.0.3 |
| 1411 | 2026-08-21T22:24:15.451Z | Compiling rustls v0.23.41 |
| 1412 | 2026-08-21T22:24:15.467Z | Compiling maybe-uninit v2.0.0 |
| 1413 | 2026-08-21T22:24:15.541Z | Compiling tap v1.0.1 |
| 1414 | 2026-08-21T22:24:15.555Z | Compiling openssl v0.10.80 |
| 1415 | 2026-08-21T22:24:15.559Z | Compiling aws-lc-sys v0.40.0 |
| 1416 | 2026-08-21T22:24:15.559Z | Compiling openssl-sys v0.9.117 |
| 1417 | 2026-08-21T22:24:15.631Z | Compiling synstructure v0.13.2 |
| 1418 | 2026-08-21T22:24:15.646Z | Compiling serde_derive_internals v0.29.1 |
| 1419 | 2026-08-21T22:24:15.661Z | Compiling pest_generator v2.8.6 |
| 1420 | 2026-08-21T22:24:15.677Z | Compiling darling_core v0.20.11 |
| 1421 | 2026-08-21T22:24:15.693Z | Compiling regex-automata v0.4.14 |
| 1422 | 2026-08-21T22:24:15.721Z | Compiling wyz v0.5.1 |
| 1423 | 2026-08-21T22:24:15.816Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1424 | 2026-08-21T22:24:15.831Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1425 | 2026-08-21T22:24:15.932Z | Compiling foreign-types v0.3.2 |
| 1426 | 2026-08-21T22:24:16.014Z | Compiling tempfile v3.27.0 |
| 1427 | 2026-08-21T22:24:16.094Z | Compiling terminal_size v0.4.3 |
| 1428 | 2026-08-21T22:24:16.246Z | Compiling unicode-normalization v0.1.25 |
| 1429 | 2026-08-21T22:24:16.264Z | Compiling num-integer v0.1.46 |
| 1430 | 2026-08-21T22:24:16.280Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-21T22:24:16.315Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-21T22:24:16.393Z | Compiling num-bigint-dig v0.8.6 |
| 1433 | 2026-08-21T22:24:16.417Z | Compiling native-tls v0.2.18 |
| 1434 | 2026-08-21T22:24:16.447Z | Compiling quick-error v1.2.3 |
| 1435 | 2026-08-21T22:24:16.606Z | Compiling packed_struct v0.10.1 |
| 1436 | 2026-08-21T22:24:16.623Z | Compiling powerfmt v0.2.0 |
| 1437 | 2026-08-21T22:24:16.623Z | Compiling funty v2.0.0 |
| 1438 | 2026-08-21T22:24:16.639Z | Compiling num-conv v0.2.0 |
| 1439 | 2026-08-21T22:24:16.652Z | Compiling bit-vec v0.8.0 |
| 1440 | 2026-08-21T22:24:16.671Z | Compiling time-core v0.1.8 |
| 1441 | 2026-08-21T22:24:16.696Z | Compiling clap_builder v4.6.0 |
| 1442 | 2026-08-21T22:24:16.760Z | Compiling num-iter v0.1.45 |
| 1443 | 2026-08-21T22:24:16.784Z | Compiling deranged v0.5.8 |
| 1444 | 2026-08-21T22:24:16.799Z | Compiling rusty-fork v0.3.1 |
| 1445 | 2026-08-21T22:24:16.852Z | Compiling time-macros v0.2.27 |
| 1446 | 2026-08-21T22:24:16.894Z | Compiling bit-set v0.8.0 |
| 1447 | 2026-08-21T22:24:16.938Z | Compiling lazy_static v1.5.0 |
| 1448 | 2026-08-21T22:24:16.953Z | Compiling rand_xorshift v0.4.0 |
| 1449 | 2026-08-21T22:24:16.988Z | Compiling bitvec v1.0.1 |
| 1450 | 2026-08-21T22:24:17.042Z | Compiling sync_wrapper v1.0.2 |
| 1451 | 2026-08-21T22:24:17.073Z | Compiling indexmap v1.9.3 |
| 1452 | 2026-08-21T22:24:17.131Z | Compiling zlib-rs v0.6.2 |
| 1453 | 2026-08-21T22:24:17.145Z | Compiling nodrop v0.1.14 |
| 1454 | 2026-08-21T22:24:17.163Z | Compiling paste v1.0.15 |
| 1455 | 2026-08-21T22:24:17.248Z | Compiling unarray v0.1.4 |
| 1456 | 2026-08-21T22:24:17.264Z | Compiling siphasher v1.0.2 |
| 1457 | 2026-08-21T22:24:17.278Z | Compiling usdt-impl v0.6.0 |
| 1458 | 2026-08-21T22:24:17.376Z | Compiling crc-catalog v2.4.0 |
| 1459 | 2026-08-21T22:24:17.452Z | Compiling object v0.37.3 |
| 1460 | 2026-08-21T22:24:17.470Z | Compiling num_threads v0.1.7 |
| 1461 | 2026-08-21T22:24:17.484Z | Compiling crossbeam-utils v0.8.21 |
| 1462 | 2026-08-21T22:24:17.504Z | Compiling serde_derive v1.0.228 |
| 1463 | 2026-08-21T22:24:17.514Z | Compiling zeroize_derive v1.5.0 |
| 1464 | 2026-08-21T22:24:17.579Z | Compiling zerofrom-derive v0.1.6 |
| 1465 | 2026-08-21T22:24:17.735Z | Compiling zerocopy-derive v0.8.55 |
| 1466 | 2026-08-21T22:24:17.818Z | Compiling yoke-derive v0.8.1 |
| 1467 | 2026-08-21T22:24:17.818Z | Compiling zerovec-derive v0.11.2 |
| 1468 | 2026-08-21T22:24:17.856Z | Compiling displaydoc v0.2.5 |
| 1469 | 2026-08-21T22:24:17.982Z | Compiling tokio-macros v2.7.0 |
| 1470 | 2026-08-21T22:24:18.130Z | Compiling futures-macro v0.3.32 |
| 1471 | 2026-08-21T22:24:18.244Z | Compiling thiserror-impl v2.0.18 |
| 1472 | 2026-08-21T22:24:18.502Z | Compiling der_derive v0.7.3 |
| 1473 | 2026-08-21T22:24:18.634Z | Compiling tracing-attributes v0.1.31 |
| 1474 | 2026-08-21T22:24:18.744Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-08-21T22:24:18.748Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-08-21T22:24:18.986Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-08-21T22:24:19.016Z | Compiling futures-util v0.3.32 |
| 1478 | 2026-08-21T22:24:19.064Z | Compiling zerofrom v0.1.6 |
| 1479 | 2026-08-21T22:24:19.078Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-08-21T22:24:19.206Z | Compiling yoke v0.8.1 |
| 1481 | 2026-08-21T22:24:19.411Z | Compiling zerovec v0.11.5 |
| 1482 | 2026-08-21T22:24:19.473Z | Compiling zerotrie v0.2.3 |
| 1483 | 2026-08-21T22:24:19.539Z | Compiling thiserror-impl v1.0.69 |
| 1484 | 2026-08-21T22:24:19.608Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2026-08-21T22:24:19.637Z | Compiling scroll v0.13.0 |
| 1486 | 2026-08-21T22:24:19.663Z | Compiling thiserror v2.0.18 |
| 1487 | 2026-08-21T22:24:19.785Z | Compiling darling v0.20.11 |
| 1488 | 2026-08-21T22:24:19.801Z | Compiling packed_struct_codegen v0.10.1 |
| 1489 | 2026-08-21T22:24:19.833Z | Compiling bitfield-macros v0.19.4 |
| 1490 | 2026-08-21T22:24:19.884Z | Compiling goblin v0.10.5 |
| 1491 | 2026-08-21T22:24:19.928Z | Compiling tinystr v0.8.2 |
| 1492 | 2026-08-21T22:24:19.963Z | Compiling potential_utf v0.1.4 |
| 1493 | 2026-08-21T22:24:20.047Z | Compiling zerocopy-derive v0.6.6 |
| 1494 | 2026-08-21T22:24:20.062Z | Compiling tracing v0.1.44 |
| 1495 | 2026-08-21T22:24:20.098Z | Compiling icu_collections v2.1.1 |
| 1496 | 2026-08-21T22:24:20.146Z | Compiling icu_locale_core v2.1.1 |
| 1497 | 2026-08-21T22:24:20.162Z | Compiling clap_derive v4.6.1 |
| 1498 | 2026-08-21T22:24:20.357Z | Compiling flate2 v1.1.9 |
| 1499 | 2026-08-21T22:24:20.430Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-08-21T22:24:20.596Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-08-21T22:24:20.609Z | Compiling bitfield v0.19.4 |
| 1502 | 2026-08-21T22:24:20.800Z | Compiling icu_provider v2.1.1 |
| 1503 | 2026-08-21T22:24:20.857Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-08-21T22:24:20.925Z | Compiling time v0.3.47 |
| 1505 | 2026-08-21T22:24:20.941Z | Compiling zerocopy v0.6.6 |
| 1506 | 2026-08-21T22:24:21.054Z | Compiling zeroize v1.9.0 |
| 1507 | 2026-08-21T22:24:21.071Z | Compiling bytes v1.11.1 |
| 1508 | 2026-08-21T22:24:21.071Z | Compiling icu_properties v2.1.2 |
| 1509 | 2026-08-21T22:24:21.107Z | Compiling icu_normalizer v2.1.1 |
| 1510 | 2026-08-21T22:24:21.124Z | Compiling chrono v0.4.45 |
| 1511 | 2026-08-21T22:24:21.296Z | Compiling der v0.7.10 |
| 1512 | 2026-08-21T22:24:21.316Z | Compiling rustls-pki-types v1.14.0 |
| 1513 | 2026-08-21T22:24:21.358Z | Compiling hybrid-array v0.4.13 |
| 1514 | 2026-08-21T22:24:21.435Z | Compiling ipnet v2.12.0 |
| 1515 | 2026-08-21T22:24:21.546Z | Compiling tokio v1.52.1 |
| 1516 | 2026-08-21T22:24:21.699Z | Compiling http v1.4.2 |
| 1517 | 2026-08-21T22:24:21.790Z | Compiling hex v0.4.3 |
| 1518 | 2026-08-21T22:24:21.865Z | Compiling crypto-common v0.1.7 |
| 1519 | 2026-08-21T22:24:21.947Z | Compiling block-buffer v0.10.4 |
| 1520 | 2026-08-21T22:24:21.966Z | Compiling idna_adapter v1.2.1 |
| 1521 | 2026-08-21T22:24:22.023Z | Compiling toml_datetime v0.6.11 |
| 1522 | 2026-08-21T22:24:22.079Z | Compiling idna v1.1.0 |
| 1523 | 2026-08-21T22:24:22.121Z | Compiling digest v0.10.7 |
| 1524 | 2026-08-21T22:24:22.136Z | Compiling spki v0.7.3 |
| 1525 | 2026-08-21T22:24:22.154Z | Compiling serde_spanned v0.6.9 |
| 1526 | 2026-08-21T22:24:22.182Z | Compiling clap v4.6.1 |
| 1527 | 2026-08-21T22:24:22.293Z | Compiling ppv-lite86 v0.2.21 |
| 1528 | 2026-08-21T22:24:22.315Z | Compiling pkcs8 v0.10.2 |
| 1529 | 2026-08-21T22:24:22.365Z | Compiling http-body v1.0.1 |
| 1530 | 2026-08-21T22:24:22.397Z | Compiling url v2.5.8 |
| 1531 | 2026-08-21T22:24:22.519Z | Compiling sha2 v0.10.9 |
| 1532 | 2026-08-21T22:24:22.534Z | Compiling signature v2.2.0 |
| 1533 | 2026-08-21T22:24:22.553Z | Compiling hmac v0.12.1 |
| 1534 | 2026-08-21T22:24:22.557Z | Compiling http-body-util v0.1.3 |
| 1535 | 2026-08-21T22:24:22.583Z | Compiling pkcs1 v0.7.5 |
| 1536 | 2026-08-21T22:24:22.601Z | Compiling rand_chacha v0.9.0 |
| 1537 | 2026-08-21T22:24:22.642Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-08-21T22:24:22.658Z | Compiling dof v0.4.0 |
| 1539 | 2026-08-21T22:24:22.787Z | Compiling structmeta-derive v0.3.0 |
| 1540 | 2026-08-21T22:24:22.895Z | Compiling rand v0.9.2 |
| 1541 | 2026-08-21T22:24:23.009Z | Compiling rand v0.8.6 |
| 1542 | 2026-08-21T22:24:23.126Z | Compiling scroll_derive v0.12.1 |
| 1543 | 2026-08-21T22:24:23.196Z | Compiling crc v3.4.0 |
| 1544 | 2026-08-21T22:24:23.298Z | Compiling array-init v0.0.4 |
| 1545 | 2026-08-21T22:24:23.400Z | Compiling smallvec v0.6.14 |
| 1546 | 2026-08-21T22:24:23.415Z | Compiling darling_core v0.23.0 |
| 1547 | 2026-08-21T22:24:23.524Z | Compiling proptest v1.11.0 |
| 1548 | 2026-08-21T22:24:23.641Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-21T22:24:23.662Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-21T22:24:23.688Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-21T22:24:23.784Z | Compiling ipnetwork v0.21.1 |
| 1552 | 2026-08-21T22:24:23.822Z | Compiling env_filter v2.0.0 |
| 1553 | 2026-08-21T22:24:23.846Z | Compiling cookie v0.18.1 |
| 1554 | 2026-08-21T22:24:23.883Z | Compiling ryu v1.0.23 |
| 1555 | 2026-08-21T22:24:23.883Z | Compiling zstd-safe v7.2.4 |
| 1556 | 2026-08-21T22:24:23.909Z | Compiling unicode-properties v0.1.4 |
| 1557 | 2026-08-21T22:24:23.922Z | Compiling anyhow v1.0.104 |
| 1558 | 2026-08-21T22:24:23.968Z | Compiling base64 v0.21.7 |
| 1559 | 2026-08-21T22:24:24.048Z | Compiling signal-hook v0.3.18 |
| 1560 | 2026-08-21T22:24:24.094Z | Compiling allocator-api2 v0.2.21 |
| 1561 | 2026-08-21T22:24:24.109Z | Compiling unicode-bidi v0.3.18 |
| 1562 | 2026-08-21T22:24:24.145Z | Compiling gimli v0.32.3 |
| 1563 | 2026-08-21T22:24:24.159Z | Compiling winnow v0.5.40 |
| 1564 | 2026-08-21T22:24:24.200Z | Compiling iri-string v0.7.10 |
| 1565 | 2026-08-21T22:24:24.245Z | Compiling hashbrown v0.12.3 |
| 1566 | 2026-08-21T22:24:24.303Z | Compiling ron v0.8.1 |
| 1567 | 2026-08-21T22:24:24.350Z | Compiling serde_urlencoded v0.7.1 |
| 1568 | 2026-08-21T22:24:24.376Z | Compiling oxnet v0.1.6 |
| 1569 | 2026-08-21T22:24:24.438Z | Compiling stringprep v0.1.5 |
| 1570 | 2026-08-21T22:24:24.499Z | Compiling env_logger v0.11.11 |
| 1571 | 2026-08-21T22:24:24.620Z | Compiling structmeta v0.3.0 |
| 1572 | 2026-08-21T22:24:24.650Z | Compiling rsa v0.9.10 |
| 1573 | 2026-08-21T22:24:24.817Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-21T22:24:24.851Z | Compiling serde-hex v0.1.0 |
| 1575 | 2026-08-21T22:24:24.867Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1576 | 2026-08-21T22:24:24.899Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1577 | 2026-08-21T22:24:25.101Z | Compiling camino v1.2.5 |
| 1578 | 2026-08-21T22:24:25.131Z | Compiling hashbrown v0.13.2 |
| 1579 | 2026-08-21T22:24:25.271Z | Compiling md-5 v0.10.6 |
| 1580 | 2026-08-21T22:24:25.435Z | Compiling tokio-util v0.7.18 |
| 1581 | 2026-08-21T22:24:25.454Z | Compiling tower v0.5.3 |
| 1582 | 2026-08-21T22:24:25.515Z | Compiling toml_edit v0.19.15 |
| 1583 | 2026-08-21T22:24:25.631Z | Compiling tokio-native-tls v0.3.1 |
| 1584 | 2026-08-21T22:24:25.651Z | Compiling x509-cert v0.2.5 |
| 1585 | 2026-08-21T22:24:25.670Z | Compiling block-buffer v0.12.1 |
| 1586 | 2026-08-21T22:24:25.759Z | Compiling block-padding v0.4.2 |
| 1587 | 2026-08-21T22:24:25.827Z | Compiling crypto-common v0.2.2 |
| 1588 | 2026-08-21T22:24:25.879Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-08-21T22:24:25.946Z | Compiling addr2line v0.25.1 |
| 1590 | 2026-08-21T22:24:25.960Z | Compiling rustls-native-certs v0.8.3 |
| 1591 | 2026-08-21T22:24:25.975Z | Compiling darling_macro v0.23.0 |
| 1592 | 2026-08-21T22:24:26.123Z | Compiling h2 v0.4.15 |
| 1593 | 2026-08-21T22:24:26.264Z | Compiling newtype-uuid v1.3.2 |
| 1594 | 2026-08-21T22:24:26.289Z | Compiling derive_builder_macro v0.20.2 |
| 1595 | 2026-08-21T22:24:26.492Z | Compiling bzip2 v0.4.4 |
| 1596 | 2026-08-21T22:24:26.507Z | Compiling serde_tokenstream v0.2.3 |
| 1597 | 2026-08-21T22:24:26.614Z | Compiling erased-serde v0.3.31 |
| 1598 | 2026-08-21T22:24:26.715Z | Compiling bstr v1.12.1 |
| 1599 | 2026-08-21T22:24:26.788Z | Compiling async-trait v0.1.89 |
| 1600 | 2026-08-21T22:24:26.842Z | Compiling zerocopy-derive v0.7.35 |
| 1601 | 2026-08-21T22:24:27.152Z | Compiling pin-project-internal v1.1.11 |
| 1602 | 2026-08-21T22:24:27.170Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-08-21T22:24:27.299Z | Compiling curve25519-dalek v4.1.3 |
| 1604 | 2026-08-21T22:24:27.403Z | Compiling vergen-lib v9.1.0 |
| 1605 | 2026-08-21T22:24:27.434Z | Compiling hash32 v0.2.1 |
| 1606 | 2026-08-21T22:24:27.602Z | Compiling memoffset v0.9.1 |
| 1607 | 2026-08-21T22:24:27.622Z | Compiling encoding_rs v0.8.35 |
| 1608 | 2026-08-21T22:24:27.644Z | Compiling ref-cast v1.0.25 |
| 1609 | 2026-08-21T22:24:27.663Z | Compiling rustc-demangle v0.1.27 |
| 1610 | 2026-08-21T22:24:27.703Z | Compiling smoltcp v0.9.1 |
| 1611 | 2026-08-21T22:24:27.790Z | Compiling fallible-iterator v0.2.0 |
| 1612 | 2026-08-21T22:24:27.852Z | Compiling mime v0.3.17 |
| 1613 | 2026-08-21T22:24:27.883Z | Compiling cfg_aliases v0.2.1 |
| 1614 | 2026-08-21T22:24:27.969Z | Compiling owo-colors v4.3.0 |
| 1615 | 2026-08-21T22:24:27.983Z | Compiling psl-types v2.0.11 |
| 1616 | 2026-08-21T22:24:28.011Z | Compiling rustix v0.38.44 |
| 1617 | 2026-08-21T22:24:28.094Z | Compiling crc-any v2.5.0 |
| 1618 | 2026-08-21T22:24:28.121Z | Compiling litrs v1.0.0 |
| 1619 | 2026-08-21T22:24:28.218Z | Compiling postgres-protocol v0.6.10 |
| 1620 | 2026-08-21T22:24:28.218Z | Compiling publicsuffix v2.3.0 |
| 1621 | 2026-08-21T22:24:28.231Z | Compiling daft v0.1.7 |
| 1622 | 2026-08-21T22:24:28.245Z | Compiling nix v0.31.2 |
| 1623 | 2026-08-21T22:24:28.336Z | Compiling pin-project v1.1.11 |
| 1624 | 2026-08-21T22:24:28.352Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-21T22:24:28.389Z | Compiling zerocopy v0.7.35 |
| 1626 | 2026-08-21T22:24:28.538Z | Compiling toml v0.7.8 |
| 1627 | 2026-08-21T22:24:28.552Z | Compiling derive_builder v0.20.2 |
| 1628 | 2026-08-21T22:24:28.635Z | Compiling zip v0.6.6 |
| 1629 | 2026-08-21T22:24:28.658Z | Compiling document-features v0.2.12 |
| 1630 | 2026-08-21T22:24:28.695Z | Compiling darling v0.23.0 |
| 1631 | 2026-08-21T22:24:28.716Z | Compiling inout v0.2.2 |
| 1632 | 2026-08-21T22:24:28.790Z | Compiling object v0.30.4 |
| 1633 | 2026-08-21T22:24:28.917Z | Compiling goblin v0.8.2 |
| 1634 | 2026-08-21T22:24:28.936Z | Compiling backtrace v0.3.76 |
| 1635 | 2026-08-21T22:24:28.994Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1636 | 2026-08-21T22:24:29.009Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-21T22:24:29.281Z | Compiling futures-executor v0.3.32 |
| 1638 | 2026-08-21T22:24:29.298Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-08-21T22:24:29.312Z | Compiling regex v1.12.3 |
| 1640 | 2026-08-21T22:24:29.394Z | Compiling hyper v1.10.1 |
| 1641 | 2026-08-21T22:24:29.567Z | Compiling snafu-derive v0.8.9 |
| 1642 | 2026-08-21T22:24:29.600Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1643 | 2026-08-21T22:24:29.616Z | Compiling ref-cast-impl v1.0.25 |
| 1644 | 2026-08-21T22:24:29.655Z | Compiling strum_macros v0.27.2 |
| 1645 | 2026-08-21T22:24:29.772Z | Compiling phf_shared v0.13.1 |
| 1646 | 2026-08-21T22:24:29.786Z | Compiling cargo-platform v0.3.2 |
| 1647 | 2026-08-21T22:24:29.811Z | Compiling vergen v9.1.0 |
| 1648 | 2026-08-21T22:24:30.007Z | Compiling ff v0.13.1 |
| 1649 | 2026-08-21T22:24:30.032Z | Compiling fs-err v3.3.0 |
| 1650 | 2026-08-21T22:24:30.072Z | Compiling foldhash v0.1.5 |
| 1651 | 2026-08-21T22:24:30.165Z | Compiling either v1.15.0 |
| 1652 | 2026-08-21T22:24:30.180Z | Compiling is_ci v1.2.0 |
| 1653 | 2026-08-21T22:24:30.199Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-08-21T22:24:30.248Z | Compiling bitflags v1.3.2 |
| 1655 | 2026-08-21T22:24:30.266Z | Compiling managed v0.8.0 |
| 1656 | 2026-08-21T22:24:30.284Z | Compiling path-slash v0.1.5 |
| 1657 | 2026-08-21T22:24:30.334Z | Compiling jiff-core v0.1.0 |
| 1658 | 2026-08-21T22:24:30.356Z | Compiling bumpalo v3.20.2 |
| 1659 | 2026-08-21T22:24:30.383Z | Compiling foldhash v0.2.0 |
| 1660 | 2026-08-21T22:24:30.399Z | Compiling libbz2-rs-sys v0.2.2 |
| 1661 | 2026-08-21T22:24:30.413Z | Compiling unicode-segmentation v1.12.0 |
| 1662 | 2026-08-21T22:24:30.440Z | Compiling same-file v1.0.6 |
| 1663 | 2026-08-21T22:24:30.625Z | Compiling hyper-util v0.1.20 |
| 1664 | 2026-08-21T22:24:30.639Z | Compiling zopfli v0.8.3 |
| 1665 | 2026-08-21T22:24:30.642Z | Compiling walkdir v2.5.0 |
| 1666 | 2026-08-21T22:24:30.736Z | Compiling test-strategy v0.4.5 |
| 1667 | 2026-08-21T22:24:30.821Z | Compiling hashbrown v0.16.1 |
| 1668 | 2026-08-21T22:24:30.981Z | Compiling bzip2 v0.6.1 |
| 1669 | 2026-08-21T22:24:31.035Z | Compiling textwrap v0.16.2 |
| 1670 | 2026-08-21T22:24:31.108Z | Compiling jiff v0.2.34 |
| 1671 | 2026-08-21T22:24:31.210Z | Compiling dof v0.3.0 |
| 1672 | 2026-08-21T22:24:31.315Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1673 | 2026-08-21T22:24:31.330Z | Compiling sec1 v0.7.3 |
| 1674 | 2026-08-21T22:24:31.440Z | Compiling supports-color v3.0.2 |
| 1675 | 2026-08-21T22:24:31.526Z | Compiling snafu v0.8.9 |
| 1676 | 2026-08-21T22:24:31.616Z | Compiling hashbrown v0.15.5 |
| 1677 | 2026-08-21T22:24:31.642Z | Compiling group v0.13.0 |
| 1678 | 2026-08-21T22:24:31.728Z | Compiling strum v0.27.2 |
| 1679 | 2026-08-21T22:24:31.770Z | Compiling phf v0.13.1 |
| 1680 | 2026-08-21T22:24:31.783Z | Compiling cargo_metadata v0.23.1 |
| 1681 | 2026-08-21T22:24:31.842Z | Compiling hubpack v0.1.2 |
| 1682 | 2026-08-21T22:24:31.876Z | Compiling cookie_store v0.22.1 |
| 1683 | 2026-08-21T22:24:31.905Z | Compiling signal-hook-mio v0.2.5 |
| 1684 | 2026-08-21T22:24:31.963Z | Compiling futures v0.3.32 |
| 1685 | 2026-08-21T22:24:32.040Z | Compiling hyper-tls v0.6.0 |
| 1686 | 2026-08-21T22:24:32.055Z | Compiling backtrace-ext v0.2.1 |
| 1687 | 2026-08-21T22:24:32.084Z | Compiling zstd v0.13.3 |
| 1688 | 2026-08-21T22:24:32.203Z | Compiling cipher v0.5.2 |
| 1689 | 2026-08-21T22:24:32.247Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-08-21T22:24:32.262Z | Compiling serde_with_macros v3.21.0 |
| 1691 | 2026-08-21T22:24:32.317Z | Compiling postgres-types v0.2.12 |
| 1692 | 2026-08-21T22:24:32.465Z | Compiling globset v0.4.18 |
| 1693 | 2026-08-21T22:24:32.479Z | Compiling usdt-attr-macro v0.6.0 |
| 1694 | 2026-08-21T22:24:32.529Z | Compiling usdt-macro v0.6.0 |
| 1695 | 2026-08-21T22:24:32.556Z | Compiling byte-wrapper v0.1.0 |
| 1696 | 2026-08-21T22:24:32.760Z | Compiling hkdf v0.12.4 |
| 1697 | 2026-08-21T22:24:32.942Z | Compiling ed25519 v2.2.3 |
| 1698 | 2026-08-21T22:24:32.958Z | Compiling crypto-bigint v0.5.5 |
| 1699 | 2026-08-21T22:24:32.992Z | Compiling olpc-cjson v0.1.4 |
| 1700 | 2026-08-21T22:24:33.175Z | Compiling serde-big-array v0.5.1 |
| 1701 | 2026-08-21T22:24:33.190Z | Compiling serde_plain v1.0.2 |
| 1702 | 2026-08-21T22:24:33.214Z | Compiling dtrace-parser v0.2.0 |
| 1703 | 2026-08-21T22:24:33.228Z | Compiling enum-as-inner v0.6.1 |
| 1704 | 2026-08-21T22:24:33.342Z | Compiling serde_repr v0.1.20 |
| 1705 | 2026-08-21T22:24:33.357Z | Compiling miette-derive v7.6.0 |
| 1706 | 2026-08-21T22:24:33.400Z | Compiling strum_macros v0.26.4 |
| 1707 | 2026-08-21T22:24:33.415Z | Compiling async-recursion v1.1.1 |
| 1708 | 2026-08-21T22:24:33.472Z | Compiling phf_shared v0.11.3 |
| 1709 | 2026-08-21T22:24:33.486Z | Compiling float-cmp v0.10.0 |
| 1710 | 2026-08-21T22:24:33.656Z | Compiling pem v3.0.6 |
| 1711 | 2026-08-21T22:24:33.675Z | Compiling thread-id v4.2.2 |
| 1712 | 2026-08-21T22:24:33.774Z | Compiling memmap2 v0.9.10 |
| 1713 | 2026-08-21T22:24:33.788Z | Compiling precomputed-hash v0.1.1 |
| 1714 | 2026-08-21T22:24:33.877Z | Compiling supports-unicode v3.0.0 |
| 1715 | 2026-08-21T22:24:33.891Z | Compiling winnow v1.0.3 |
| 1716 | 2026-08-21T22:24:33.912Z | Compiling keccak v0.1.6 |
| 1717 | 2026-08-21T22:24:33.991Z | Compiling whoami v2.1.0 |
| 1718 | 2026-08-21T22:24:34.009Z | Compiling supports-hyperlinks v3.2.0 |
| 1719 | 2026-08-21T22:24:34.024Z | Compiling new_debug_unreachable v1.0.6 |
| 1720 | 2026-08-21T22:24:34.044Z | Compiling difflib v0.4.0 |
| 1721 | 2026-08-21T22:24:34.102Z | Compiling data-encoding v2.10.0 |
| 1722 | 2026-08-21T22:24:34.118Z | Compiling fixedbitset v0.4.2 |
| 1723 | 2026-08-21T22:24:34.177Z | Compiling fixedbitset v0.5.7 |
| 1724 | 2026-08-21T22:24:34.349Z | Compiling normalize-line-endings v0.3.0 |
| 1725 | 2026-08-21T22:24:34.391Z | Compiling static_assertions v1.1.0 |
| 1726 | 2026-08-21T22:24:34.465Z | Compiling const-oid v0.10.2 |
| 1727 | 2026-08-21T22:24:34.481Z | Compiling predicates-core v1.0.10 |
| 1728 | 2026-08-21T22:24:34.496Z | Compiling typed-path v0.9.3 |
| 1729 | 2026-08-21T22:24:34.510Z | Compiling cpufeatures v0.3.0 |
| 1730 | 2026-08-21T22:24:34.581Z | Compiling miette v7.6.0 |
| 1731 | 2026-08-21T22:24:34.603Z | Compiling chacha20 v0.10.0 |
| 1732 | 2026-08-21T22:24:34.630Z | Compiling digest v0.11.3 |
| 1733 | 2026-08-21T22:24:34.677Z | Compiling predicates v3.1.4 |
| 1734 | 2026-08-21T22:24:34.692Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1735 | 2026-08-21T22:24:34.706Z | Compiling hickory-proto v0.25.2 |
| 1736 | 2026-08-21T22:24:34.807Z | Compiling petgraph v0.8.3 |
| 1737 | 2026-08-21T22:24:34.827Z | Compiling petgraph v0.6.5 |
| 1738 | 2026-08-21T22:24:34.842Z | Compiling tokio-postgres v0.7.16 |
| 1739 | 2026-08-21T22:24:34.886Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1740 | 2026-08-21T22:24:35.006Z | Compiling string_cache v0.8.9 |
| 1741 | 2026-08-21T22:24:35.027Z | Compiling sha3 v0.10.8 |
| 1742 | 2026-08-21T22:24:35.181Z | Compiling toml_edit v0.22.27 |
| 1743 | 2026-08-21T22:24:35.251Z | Compiling strum v0.26.3 |
| 1744 | 2026-08-21T22:24:35.266Z | Compiling elliptic-curve v0.13.8 |
| 1745 | 2026-08-21T22:24:35.347Z | Compiling usdt v0.6.0 |
| 1746 | 2026-08-21T22:24:35.402Z | Compiling usdt-impl v0.5.0 |
| 1747 | 2026-08-21T22:24:35.500Z | Compiling serde_with v3.21.0 |
| 1748 | 2026-08-21T22:24:35.535Z | Compiling zip v4.6.1 |
| 1749 | 2026-08-21T22:24:35.633Z | Compiling crossterm v0.28.1 |
| 1750 | 2026-08-21T22:24:35.693Z | Compiling ed25519-dalek v2.2.0 |
| 1751 | 2026-08-21T22:24:35.745Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-21T22:24:36.112Z | Compiling iddqd v0.4.2 |
| 1753 | 2026-08-21T22:24:36.240Z | Compiling similar v2.7.0 |
| 1754 | 2026-08-21T22:24:36.350Z | Compiling heck v0.4.1 |
| 1755 | 2026-08-21T22:24:36.495Z | Compiling itertools v0.15.0 |
| 1756 | 2026-08-21T22:24:36.593Z | Compiling itertools v0.13.0 |
| 1757 | 2026-08-21T22:24:36.623Z | Compiling crossbeam-epoch v0.9.18 |
| 1758 | 2026-08-21T22:24:36.769Z | Compiling tokio-stream v0.1.18 |
| 1759 | 2026-08-21T22:24:36.913Z | Compiling buf-list v1.1.2 |
| 1760 | 2026-08-21T22:24:36.967Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-21T22:24:37.086Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-21T22:24:37.117Z | Compiling lalrpop-util v0.19.12 |
| 1763 | 2026-08-21T22:24:37.203Z | Compiling peg-runtime v0.8.5 |
| 1764 | 2026-08-21T22:24:37.250Z | Compiling thread_local v1.1.9 |
| 1765 | 2026-08-21T22:24:37.281Z | Compiling slog-async v2.8.0 |
| 1766 | 2026-08-21T22:24:37.298Z | Compiling crossbeam-channel v0.5.15 |
| 1767 | 2026-08-21T22:24:37.328Z | Compiling filetime v0.2.27 |
| 1768 | 2026-08-21T22:24:37.345Z | Compiling is-terminal v0.4.17 |
| 1769 | 2026-08-21T22:24:37.420Z | Compiling term v1.2.1 |
| 1770 | 2026-08-21T22:24:37.455Z | Compiling take_mut v0.2.2 |
| 1771 | 2026-08-21T22:24:37.502Z | Compiling xattr v1.6.1 |
| 1772 | 2026-08-21T22:24:37.531Z | Compiling camino-tempfile v1.4.1 |
| 1773 | 2026-08-21T22:24:37.686Z | Compiling slog-term v2.9.2 |
| 1774 | 2026-08-21T22:24:37.768Z | Compiling tar v0.4.46 |
| 1775 | 2026-08-21T22:24:54.990Z | Compiling rustls-webpki v0.103.13 |
| 1776 | 2026-08-21T22:24:57.678Z | Compiling tokio-rustls v0.26.4 |
| 1777 | 2026-08-21T22:24:57.678Z | Compiling rustls-platform-verifier v0.6.2 |
| 1778 | 2026-08-21T22:24:57.682Z | Compiling tough v0.22.0 |
| 1779 | 2026-08-21T22:24:57.877Z | Compiling hyper-rustls v0.27.7 |
| 1780 | 2026-08-21T22:24:58.065Z | Compiling reqwest v0.13.2 |
| 1781 | 2026-08-21T22:25:00.234Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1782 | 2026-08-21T22:25:00.462Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1783 | 2026-08-21T22:25:03.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.09s |
| 1784 | 2026-08-21T22:25:03.518Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1785 | 2026-08-21T22:25:03.590Z | Aug 21 22:25:03.299 INFO Starting download, target: Cockroach |
| 1786 | 2026-08-21T22:25:03.590Z | Aug 21 22:25:03.300 INFO Starting download, target: DendriteStub |
| 1787 | 2026-08-21T22:25:03.590Z | Aug 21 22:25:03.300 INFO Starting download, target: Console |
| 1788 | 2026-08-21T22:25:03.590Z | Aug 21 22:25:03.300 INFO Starting download, target: MaghemiteMgd |
| 1789 | 2026-08-21T22:25:03.590Z | Aug 21 22:25:03.300 INFO Starting download, target: Clickhouse |
| 1790 | 2026-08-21T22:25:03.633Z | Aug 21 22:25:03.300 INFO Starting download, target: MaghemiteDdmd |
| 1791 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.300 INFO Starting download, target: TransceiverControl |
| 1792 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.300 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1793 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.300 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1794 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.301 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1795 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.301 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1796 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.301 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1797 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.301 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1798 | 2026-08-21T22:25:03.634Z | Aug 21 22:25:03.301 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1799 | 2026-08-21T22:25:04.402Z | Aug 21 22:25:04.131 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1800 | 2026-08-21T22:25:04.638Z | Aug 21 22:25:04.377 INFO Download complete, target: TransceiverControl |
| 1801 | 2026-08-21T22:25:05.347Z | Aug 21 22:25:05.091 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1802 | 2026-08-21T22:25:05.755Z | Aug 21 22:25:05.496 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1803 | 2026-08-21T22:25:05.972Z | Aug 21 22:25:05.709 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1804 | 2026-08-21T22:25:06.010Z | Aug 21 22:25:05.750 INFO Download complete, target: Console |
| 1805 | 2026-08-21T22:25:06.142Z | Aug 21 22:25:05.886 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1806 | 2026-08-21T22:25:06.333Z | Aug 21 22:25:06.072 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1807 | 2026-08-21T22:25:06.911Z | Aug 21 22:25:06.656 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1808 | 2026-08-21T22:25:06.911Z | Aug 21 22:25:06.656 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1809 | 2026-08-21T22:25:08.009Z | Aug 21 22:25:07.750 INFO Download complete, target: MaghemiteDdmd |
| 1810 | 2026-08-21T22:25:08.896Z | Aug 21 22:25:08.639 INFO Download complete, target: DendriteStub |
| 1811 | 2026-08-21T22:25:09.113Z | Aug 21 22:25:08.856 INFO Download complete, target: MaghemiteMgd |
| 1812 | 2026-08-21T22:25:11.696Z | Aug 21 22:25:11.432 INFO Checking that binary works, target: Cockroach |
| 1813 | 2026-08-21T22:25:11.807Z | Aug 21 22:25:11.551 INFO Download complete, target: Cockroach |
| 1814 | 2026-08-21T22:25:12.281Z | Aug 21 22:25:12.023 INFO Checking that binary works, target: Clickhouse |
| 1815 | 2026-08-21T22:25:12.366Z | Aug 21 22:25:12.107 INFO Download complete, target: Clickhouse |
| 1816 | 2026-08-21T22:25:12.378Z | All prerequisites installed successfully |
| 1817 | 2026-08-21T22:25:12.379Z | |
| 1818 | 2026-08-21T22:25:12.379Z | real 1:53.917241986 |
| 1819 | 2026-08-21T22:25:12.379Z | user 7:22.030545269 |
| 1820 | 2026-08-21T22:25:12.379Z | sys 1:46.160597902 |
| 1821 | 2026-08-21T22:25:12.379Z | trap 0.299080301 |
| 1822 | 2026-08-21T22:25:12.379Z | tflt 0.824041582 |
| 1823 | 2026-08-21T22:25:12.379Z | dflt 1.695310067 |
| 1824 | 2026-08-21T22:25:12.379Z | kflt 0.040057986 |
| 1825 | 2026-08-21T22:25:12.379Z | lock 28:17.394843681 |
| 1826 | 2026-08-21T22:25:12.380Z | slp 20:15.353355564 |
| 1827 | 2026-08-21T22:25:12.380Z | lat 29.870334387 |
| 1828 | 2026-08-21T22:25:12.380Z | stop 3:28.961804880 |
| 1829 | 2026-08-21T22:25:12.380Z | + ptime -m cargo xtask download softnpu |
| 1830 | 2026-08-21T22:25:12.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1831 | 2026-08-21T22:25:12.856Z | Running `target/debug/xtask download softnpu` |
| 1832 | 2026-08-21T22:25:13.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1833 | 2026-08-21T22:25:13.691Z | Running `target/debug/xtask-downloader softnpu` |
| 1834 | 2026-08-21T22:25:13.733Z | Aug 21 22:25:13.475 INFO Starting download, target: Softnpu |
| 1835 | 2026-08-21T22:25:13.736Z | Aug 21 22:25:13.476 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1836 | 2026-08-21T22:25:14.354Z | Aug 21 22:25:14.099 INFO Download complete, target: Softnpu |
| 1837 | 2026-08-21T22:25:14.358Z | |
| 1838 | 2026-08-21T22:25:14.368Z | real 1.983905712 |
| 1839 | 2026-08-21T22:25:14.369Z | user 1.340820720 |
| 1840 | 2026-08-21T22:25:14.369Z | sys 0.622618423 |
| 1841 | 2026-08-21T22:25:14.369Z | trap 0.000572470 |
| 1842 | 2026-08-21T22:25:14.369Z | tflt 0.000125260 |
| 1843 | 2026-08-21T22:25:14.369Z | dflt 0.000121640 |
| 1844 | 2026-08-21T22:25:14.369Z | kflt 0.000000000 |
| 1845 | 2026-08-21T22:25:14.369Z | lock 11.826056057 |
| 1846 | 2026-08-21T22:25:14.369Z | slp 0.458744004 |
| 1847 | 2026-08-21T22:25:14.369Z | lat 0.091052142 |
| 1848 | 2026-08-21T22:25:14.370Z | stop 0.000185420 |
| 1849 | 2026-08-21T22:25:14.370Z | + export CARGO_INCREMENTAL=0 |
| 1850 | 2026-08-21T22:25:14.370Z | + CARGO_INCREMENTAL=0 |
| 1851 | 2026-08-21T22:25:14.370Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1852 | 2026-08-21T22:25:15.274Z | Compiling proc-macro2 v1.0.106 |
| 1853 | 2026-08-21T22:25:15.274Z | Compiling quote v1.0.45 |
| 1854 | 2026-08-21T22:25:15.274Z | Compiling unicode-ident v1.0.24 |
| 1855 | 2026-08-21T22:25:15.274Z | Compiling serde_core v1.0.228 |
| 1856 | 2026-08-21T22:25:15.285Z | Compiling libc v0.2.185 |
| 1857 | 2026-08-21T22:25:15.285Z | Compiling serde v1.0.228 |
| 1858 | 2026-08-21T22:25:15.285Z | Compiling cfg-if v1.0.4 |
| 1859 | 2026-08-21T22:25:15.285Z | Compiling version_check v0.9.5 |
| 1860 | 2026-08-21T22:25:15.424Z | Compiling autocfg v1.5.0 |
| 1861 | 2026-08-21T22:25:15.433Z | Compiling shlex v1.3.0 |
| 1862 | 2026-08-21T22:25:15.433Z | Compiling find-msvc-tools v0.1.9 |
| 1863 | 2026-08-21T22:25:15.433Z | Compiling memchr v2.8.0 |
| 1864 | 2026-08-21T22:25:15.433Z | Compiling zmij v1.0.21 |
| 1865 | 2026-08-21T22:25:15.433Z | Compiling serde_json v1.0.151 |
| 1866 | 2026-08-21T22:25:15.657Z | Compiling portable-atomic v1.13.1 |
| 1867 | 2026-08-21T22:25:15.719Z | Compiling zerocopy v0.8.55 |
| 1868 | 2026-08-21T22:25:15.777Z | Compiling libm v0.2.16 |
| 1869 | 2026-08-21T22:25:15.781Z | Compiling parking_lot_core v0.9.12 |
| 1870 | 2026-08-21T22:25:15.827Z | Compiling icu_properties_data v2.1.2 |
| 1871 | 2026-08-21T22:25:15.838Z | Compiling smallvec v1.15.1 |
| 1872 | 2026-08-21T22:25:15.870Z | Compiling icu_normalizer_data v2.1.1 |
| 1873 | 2026-08-21T22:25:15.935Z | Compiling num-traits v0.2.19 |
| 1874 | 2026-08-21T22:25:16.109Z | Compiling generic-array v0.14.7 |
| 1875 | 2026-08-21T22:25:16.122Z | Compiling itoa v1.0.17 |
| 1876 | 2026-08-21T22:25:16.162Z | Compiling getrandom v0.4.3 |
| 1877 | 2026-08-21T22:25:16.183Z | Compiling log v0.4.33 |
| 1878 | 2026-08-21T22:25:16.188Z | Compiling getrandom v0.3.4 |
| 1879 | 2026-08-21T22:25:16.192Z | Compiling subtle v2.6.1 |
| 1880 | 2026-08-21T22:25:16.192Z | Compiling pkg-config v0.3.32 |
| 1881 | 2026-08-21T22:25:16.334Z | Compiling typenum v1.20.1 |
| 1882 | 2026-08-21T22:25:16.412Z | Compiling stable_deref_trait v1.2.1 |
| 1883 | 2026-08-21T22:25:16.443Z | Compiling rustix v1.1.4 |
| 1884 | 2026-08-21T22:25:16.499Z | Compiling scopeguard v1.2.0 |
| 1885 | 2026-08-21T22:25:16.524Z | Compiling thiserror v2.0.18 |
| 1886 | 2026-08-21T22:25:16.606Z | Compiling jobserver v0.1.34 |
| 1887 | 2026-08-21T22:25:16.627Z | Compiling errno v0.3.14 |
| 1888 | 2026-08-21T22:25:16.646Z | Compiling lock_api v0.4.14 |
| 1889 | 2026-08-21T22:25:16.726Z | Compiling getrandom v0.2.17 |
| 1890 | 2026-08-21T22:25:16.782Z | Compiling equivalent v1.0.2 |
| 1891 | 2026-08-21T22:25:16.798Z | Compiling heck v0.5.0 |
| 1892 | 2026-08-21T22:25:16.846Z | Compiling cc v1.2.56 |
| 1893 | 2026-08-21T22:25:16.887Z | Compiling rand_core v0.6.4 |
| 1894 | 2026-08-21T22:25:16.905Z | Compiling syn v2.0.117 |
| 1895 | 2026-08-21T22:25:16.969Z | Compiling syn v1.0.109 |
| 1896 | 2026-08-21T22:25:16.973Z | Compiling pin-project-lite v0.2.17 |
| 1897 | 2026-08-21T22:25:16.973Z | Compiling critical-section v1.2.0 |
| 1898 | 2026-08-21T22:25:17.039Z | Compiling percent-encoding v2.3.2 |
| 1899 | 2026-08-21T22:25:17.092Z | Compiling litemap v0.8.1 |
| 1900 | 2026-08-21T22:25:17.111Z | Compiling writeable v0.6.2 |
| 1901 | 2026-08-21T22:25:17.178Z | Compiling schemars v0.8.22 |
| 1902 | 2026-08-21T22:25:17.201Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-08-21T22:25:17.306Z | Compiling once_cell v1.21.3 |
| 1904 | 2026-08-21T22:25:17.336Z | Compiling fs_extra v1.3.0 |
| 1905 | 2026-08-21T22:25:17.353Z | Compiling rustversion v1.0.22 |
| 1906 | 2026-08-21T22:25:17.383Z | Compiling dunce v1.0.5 |
| 1907 | 2026-08-21T22:25:17.519Z | Compiling byteorder v1.5.0 |
| 1908 | 2026-08-21T22:25:17.577Z | Compiling strsim v0.11.1 |
| 1909 | 2026-08-21T22:25:17.581Z | Compiling rand_core v0.10.0 |
| 1910 | 2026-08-21T22:25:17.607Z | Compiling cmake v0.1.57 |
| 1911 | 2026-08-21T22:25:17.640Z | Compiling signal-hook-registry v1.4.8 |
| 1912 | 2026-08-21T22:25:17.791Z | Compiling utf8_iter v1.0.4 |
| 1913 | 2026-08-21T22:25:17.976Z | Compiling bitflags v2.11.0 |
| 1914 | 2026-08-21T22:25:17.993Z | Compiling semver v1.0.28 |
| 1915 | 2026-08-21T22:25:18.039Z | Compiling indexmap v2.14.0 |
| 1916 | 2026-08-21T22:25:18.042Z | Compiling thiserror v1.0.69 |
| 1917 | 2026-08-21T22:25:18.091Z | Compiling parking_lot v0.12.5 |
| 1918 | 2026-08-21T22:25:18.144Z | Compiling form_urlencoded v1.2.2 |
| 1919 | 2026-08-21T22:25:18.160Z | Compiling aws-lc-sys v0.40.0 |
| 1920 | 2026-08-21T22:25:18.261Z | Compiling socket2 v0.6.3 |
| 1921 | 2026-08-21T22:25:18.311Z | Compiling mio v1.2.0 |
| 1922 | 2026-08-21T22:25:18.373Z | Compiling const-oid v0.9.6 |
| 1923 | 2026-08-21T22:25:18.419Z | Compiling aws-lc-rs v1.16.3 |
| 1924 | 2026-08-21T22:25:18.435Z | Compiling futures-core v0.3.32 |
| 1925 | 2026-08-21T22:25:18.625Z | Compiling httparse v1.10.1 |
| 1926 | 2026-08-21T22:25:18.874Z | Compiling regex-syntax v0.8.10 |
| 1927 | 2026-08-21T22:25:18.952Z | Compiling fnv v1.0.7 |
| 1928 | 2026-08-21T22:25:19.004Z | Compiling crc32fast v1.5.0 |
| 1929 | 2026-08-21T22:25:19.025Z | Compiling ucd-trie v0.1.7 |
| 1930 | 2026-08-21T22:25:19.103Z | Compiling iana-time-zone v0.1.65 |
| 1931 | 2026-08-21T22:25:19.118Z | Compiling vcpkg v0.2.15 |
| 1932 | 2026-08-21T22:25:19.618Z | Compiling ident_case v1.0.1 |
| 1933 | 2026-08-21T22:25:19.641Z | Compiling pest v2.8.6 |
| 1934 | 2026-08-21T22:25:19.641Z | Compiling uuid v1.23.4 |
| 1935 | 2026-08-21T22:25:19.641Z | Compiling rustc_version v0.4.1 |
| 1936 | 2026-08-21T22:25:19.641Z | Compiling futures-sink v0.3.32 |
| 1937 | 2026-08-21T22:25:19.641Z | Compiling rustls v0.23.41 |
| 1938 | 2026-08-21T22:25:19.718Z | Compiling futures-channel v0.3.32 |
| 1939 | 2026-08-21T22:25:19.772Z | Compiling synstructure v0.13.2 |
| 1940 | 2026-08-21T22:25:19.772Z | Compiling serde_derive_internals v0.29.1 |
| 1941 | 2026-08-21T22:25:19.772Z | Compiling openssl-sys v0.9.117 |
| 1942 | 2026-08-21T22:25:19.935Z | Compiling aho-corasick v1.1.4 |
| 1943 | 2026-08-21T22:25:19.966Z | Compiling futures-io v0.3.32 |
| 1944 | 2026-08-21T22:25:20.014Z | Compiling slab v0.4.12 |
| 1945 | 2026-08-21T22:25:20.041Z | Compiling futures-task v0.3.32 |
| 1946 | 2026-08-21T22:25:20.314Z | Compiling time-core v0.1.8 |
| 1947 | 2026-08-21T22:25:20.336Z | Compiling num-conv v0.2.0 |
| 1948 | 2026-08-21T22:25:20.336Z | Compiling radium v0.7.0 |
| 1949 | 2026-08-21T22:25:20.361Z | Compiling pest_meta v2.8.6 |
| 1950 | 2026-08-21T22:25:20.423Z | Compiling plain v0.2.3 |
| 1951 | 2026-08-21T22:25:20.442Z | Compiling dyn-clone v1.0.20 |
| 1952 | 2026-08-21T22:25:20.479Z | Compiling time-macros v0.2.27 |
| 1953 | 2026-08-21T22:25:20.530Z | Compiling crossbeam-utils v0.8.21 |
| 1954 | 2026-08-21T22:25:20.562Z | Compiling base64ct v1.8.3 |
| 1955 | 2026-08-21T22:25:20.648Z | Compiling maybe-uninit v2.0.0 |
| 1956 | 2026-08-21T22:25:20.661Z | Compiling pretty-hex v0.4.1 |
| 1957 | 2026-08-21T22:25:20.677Z | Compiling base64 v0.22.1 |
| 1958 | 2026-08-21T22:25:20.726Z | Compiling openssl v0.10.80 |
| 1959 | 2026-08-21T22:25:20.804Z | Compiling regex-automata v0.4.14 |
| 1960 | 2026-08-21T22:25:20.811Z | Compiling pem-rfc7468 v0.7.0 |
| 1961 | 2026-08-21T22:25:20.872Z | Compiling flagset v0.4.7 |
| 1962 | 2026-08-21T22:25:20.923Z | Compiling darling_core v0.23.0 |
| 1963 | 2026-08-21T22:25:20.941Z | Compiling rand_core v0.9.5 |
| 1964 | 2026-08-21T22:25:20.978Z | Compiling serde_derive v1.0.228 |
| 1965 | 2026-08-21T22:25:20.992Z | Compiling zeroize_derive v1.5.0 |
| 1966 | 2026-08-21T22:25:21.016Z | Compiling zerofrom-derive v0.1.6 |
| 1967 | 2026-08-21T22:25:21.045Z | Compiling yoke-derive v0.8.1 |
| 1968 | 2026-08-21T22:25:21.054Z | Compiling zerocopy-derive v0.8.55 |
| 1969 | 2026-08-21T22:25:21.124Z | Compiling zerovec-derive v0.11.2 |
| 1970 | 2026-08-21T22:25:21.169Z | Compiling displaydoc v0.2.5 |
| 1971 | 2026-08-21T22:25:21.246Z | Compiling tokio-macros v2.7.0 |
| 1972 | 2026-08-21T22:25:21.295Z | Compiling futures-macro v0.3.32 |
| 1973 | 2026-08-21T22:25:21.394Z | Compiling thiserror-impl v2.0.18 |
| 1974 | 2026-08-21T22:25:21.400Z | Compiling schemars_derive v0.8.22 |
| 1975 | 2026-08-21T22:25:21.472Z | Compiling der_derive v0.7.3 |
| 1976 | 2026-08-21T22:25:21.636Z | Compiling tracing-attributes v0.1.31 |
| 1977 | 2026-08-21T22:25:21.672Z | Compiling thiserror-impl v1.0.69 |
| 1978 | 2026-08-21T22:25:21.896Z | Compiling pest_generator v2.8.6 |
| 1979 | 2026-08-21T22:25:21.938Z | Compiling scroll_derive v0.13.1 |
| 1980 | 2026-08-21T22:25:22.041Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-08-21T22:25:22.099Z | Compiling futures-util v0.3.32 |
| 1982 | 2026-08-21T22:25:22.179Z | Compiling zerofrom v0.1.6 |
| 1983 | 2026-08-21T22:25:22.324Z | Compiling yoke v0.8.1 |
| 1984 | 2026-08-21T22:25:22.452Z | Compiling openssl-macros v0.1.1 |
| 1985 | 2026-08-21T22:25:22.499Z | Compiling zerovec v0.11.5 |
| 1986 | 2026-08-21T22:25:22.544Z | Compiling zerotrie v0.2.3 |
| 1987 | 2026-08-21T22:25:22.671Z | Compiling pest_derive v2.8.6 |
| 1988 | 2026-08-21T22:25:22.802Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1989 | 2026-08-21T22:25:22.821Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1990 | 2026-08-21T22:25:22.883Z | Compiling ahash v0.8.12 |
| 1991 | 2026-08-21T22:25:22.900Z | Compiling native-tls v0.2.18 |
| 1992 | 2026-08-21T22:25:22.934Z | Compiling packed_struct v0.10.1 |
| 1993 | 2026-08-21T22:25:22.992Z | Compiling num-bigint-dig v0.8.6 |
| 1994 | 2026-08-21T22:25:23.118Z | Compiling tinystr v0.8.2 |
| 1995 | 2026-08-21T22:25:23.137Z | Compiling potential_utf v0.1.4 |
| 1996 | 2026-08-21T22:25:23.182Z | Compiling anyhow v1.0.104 |
| 1997 | 2026-08-21T22:25:23.232Z | Compiling darling_macro v0.23.0 |
| 1998 | 2026-08-21T22:25:23.239Z | Compiling regex v1.12.3 |
| 1999 | 2026-08-21T22:25:23.239Z | Compiling zerocopy-derive v0.7.35 |
| 2000 | 2026-08-21T22:25:23.337Z | Compiling icu_locale_core v2.1.1 |
| 2001 | 2026-08-21T22:25:23.355Z | Compiling icu_collections v2.1.1 |
| 2002 | 2026-08-21T22:25:23.757Z | Compiling slog v2.8.2 |
| 2003 | 2026-08-21T22:25:23.823Z | Compiling tracing-core v0.1.36 |
| 2004 | 2026-08-21T22:25:23.937Z | Compiling cookie v0.18.1 |
| 2005 | 2026-08-21T22:25:23.973Z | Compiling camino v1.2.5 |
| 2006 | 2026-08-21T22:25:24.040Z | Compiling icu_provider v2.1.1 |
| 2007 | 2026-08-21T22:25:24.137Z | Compiling zeroize v1.9.0 |
| 2008 | 2026-08-21T22:25:24.208Z | Compiling bytes v1.11.1 |
| 2009 | 2026-08-21T22:25:24.284Z | Compiling chrono v0.4.45 |
| 2010 | 2026-08-21T22:25:24.345Z | Compiling icu_properties v2.1.2 |
| 2011 | 2026-08-21T22:25:24.386Z | Compiling icu_normalizer v2.1.1 |
| 2012 | 2026-08-21T22:25:24.828Z | Compiling tokio v1.52.1 |
| 2013 | 2026-08-21T22:25:24.845Z | Compiling crypto-common v0.1.7 |
| 2014 | 2026-08-21T22:25:24.864Z | Compiling block-buffer v0.10.4 |
| 2015 | 2026-08-21T22:25:24.995Z | Compiling digest v0.10.7 |
| 2016 | 2026-08-21T22:25:25.054Z | Compiling serde_tokenstream v0.2.3 |
| 2017 | 2026-08-21T22:25:25.090Z | Compiling der v0.7.10 |
| 2018 | 2026-08-21T22:25:25.222Z | Compiling idna_adapter v1.2.1 |
| 2019 | 2026-08-21T22:25:25.356Z | Compiling idna v1.1.0 |
| 2020 | 2026-08-21T22:25:25.379Z | Compiling ppv-lite86 v0.2.21 |
| 2021 | 2026-08-21T22:25:25.609Z | Compiling http v1.4.2 |
| 2022 | 2026-08-21T22:25:25.715Z | Compiling cpufeatures v0.2.17 |
| 2023 | 2026-08-21T22:25:25.774Z | Compiling url v2.5.8 |
| 2024 | 2026-08-21T22:25:25.803Z | Compiling rand_chacha v0.9.0 |
| 2025 | 2026-08-21T22:25:25.820Z | Compiling tracing v0.1.44 |
| 2026 | 2026-08-21T22:25:25.902Z | Compiling serde_spanned v0.6.9 |
| 2027 | 2026-08-21T22:25:25.945Z | Compiling toml_datetime v0.6.11 |
| 2028 | 2026-08-21T22:25:26.181Z | Compiling spki v0.7.3 |
| 2029 | 2026-08-21T22:25:26.246Z | Compiling darling v0.23.0 |
| 2030 | 2026-08-21T22:25:26.250Z | Compiling clap_derive v4.6.1 |
| 2031 | 2026-08-21T22:25:26.338Z | Compiling bitfield-macros v0.19.4 |
| 2032 | 2026-08-21T22:25:26.356Z | Compiling zerocopy-derive v0.6.6 |
| 2033 | 2026-08-21T22:25:26.361Z | Compiling packed_struct_codegen v0.10.1 |
| 2034 | 2026-08-21T22:25:26.487Z | Compiling indexmap v1.9.3 |
| 2035 | 2026-08-21T22:25:26.696Z | Compiling object v0.37.3 |
| 2036 | 2026-08-21T22:25:26.898Z | Compiling simd-adler32 v0.3.8 |
| 2037 | 2026-08-21T22:25:26.976Z | Compiling paste v1.0.15 |
| 2038 | 2026-08-21T22:25:27.093Z | Compiling pkcs8 v0.10.2 |
| 2039 | 2026-08-21T22:25:27.132Z | Compiling http-body v1.0.1 |
| 2040 | 2026-08-21T22:25:27.157Z | Compiling rand v0.9.2 |
| 2041 | 2026-08-21T22:25:27.302Z | Compiling rustls-pki-types v1.14.0 |
| 2042 | 2026-08-21T22:25:27.389Z | Compiling spin v0.9.8 |
| 2043 | 2026-08-21T22:25:27.410Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-08-21T22:25:27.521Z | Compiling winnow v0.5.40 |
| 2045 | 2026-08-21T22:25:27.657Z | Compiling fastrand v2.3.0 |
| 2046 | 2026-08-21T22:25:27.670Z | Compiling cmov v0.5.4 |
| 2047 | 2026-08-21T22:25:27.750Z | Compiling anstyle v1.0.14 |
| 2048 | 2026-08-21T22:25:27.750Z | Compiling adler2 v2.0.1 |
| 2049 | 2026-08-21T22:25:27.783Z | Compiling ref-cast v1.0.25 |
| 2050 | 2026-08-21T22:25:27.888Z | Compiling utf8parse v0.2.2 |
| 2051 | 2026-08-21T22:25:27.907Z | Compiling tinyvec_macros v0.1.1 |
| 2052 | 2026-08-21T22:25:27.987Z | Compiling either v1.15.0 |
| 2053 | 2026-08-21T22:25:28.019Z | Compiling openssl-probe v0.2.1 |
| 2054 | 2026-08-21T22:25:28.022Z | Compiling usdt-impl v0.6.0 |
| 2055 | 2026-08-21T22:25:28.051Z | Compiling anstyle-parse v1.0.0 |
| 2056 | 2026-08-21T22:25:28.079Z | Compiling tinyvec v1.10.0 |
| 2057 | 2026-08-21T22:25:28.169Z | Compiling ctutils v0.4.2 |
| 2058 | 2026-08-21T22:25:28.212Z | Compiling miniz_oxide v0.8.9 |
| 2059 | 2026-08-21T22:25:28.246Z | Compiling sha2 v0.10.9 |
| 2060 | 2026-08-21T22:25:28.445Z | Compiling scroll v0.13.0 |
| 2061 | 2026-08-21T22:25:28.450Z | Compiling scroll v0.12.0 |
| 2062 | 2026-08-21T22:25:28.476Z | Compiling terminal_size v0.4.3 |
| 2063 | 2026-08-21T22:25:28.480Z | Compiling async-trait v0.1.89 |
| 2064 | 2026-08-21T22:25:28.619Z | Compiling heapless v0.7.17 |
| 2065 | 2026-08-21T22:25:28.777Z | Compiling colorchoice v1.0.4 |
| 2066 | 2026-08-21T22:25:28.795Z | Compiling tokio-util v0.7.18 |
| 2067 | 2026-08-21T22:25:28.811Z | Compiling toml_edit v0.19.15 |
| 2068 | 2026-08-21T22:25:28.827Z | Compiling atomic-waker v1.1.2 |
| 2069 | 2026-08-21T22:25:28.880Z | Compiling rustix v0.38.44 |
| 2070 | 2026-08-21T22:25:28.909Z | Compiling tower-service v0.3.3 |
| 2071 | 2026-08-21T22:25:28.977Z | Compiling winnow v1.0.3 |
| 2072 | 2026-08-21T22:25:29.020Z | Compiling signal-hook v0.3.18 |
| 2073 | 2026-08-21T22:25:29.224Z | Compiling winnow v0.7.14 |
| 2074 | 2026-08-21T22:25:29.227Z | Compiling anstyle-query v1.1.5 |
| 2075 | 2026-08-21T22:25:29.258Z | Compiling try-lock v0.2.5 |
| 2076 | 2026-08-21T22:25:29.372Z | Compiling zstd-safe v7.2.4 |
| 2077 | 2026-08-21T22:25:29.372Z | Compiling is_terminal_polyfill v1.70.2 |
| 2078 | 2026-08-21T22:25:29.406Z | Compiling litrs v1.0.0 |
| 2079 | 2026-08-21T22:25:29.409Z | Compiling tower-layer v0.3.3 |
| 2080 | 2026-08-21T22:25:29.502Z | Compiling untrusted v0.7.1 |
| 2081 | 2026-08-21T22:25:29.591Z | Compiling h2 v0.4.15 |
| 2082 | 2026-08-21T22:25:29.594Z | Compiling anstream v1.0.0 |
| 2083 | 2026-08-21T22:25:29.645Z | Compiling want v0.3.1 |
| 2084 | 2026-08-21T22:25:29.892Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2085 | 2026-08-21T22:25:29.909Z | Compiling document-features v0.2.12 |
| 2086 | 2026-08-21T22:25:30.024Z | Compiling tempfile v3.27.0 |
| 2087 | 2026-08-21T22:25:30.372Z | Compiling goblin v0.10.5 |
| 2088 | 2026-08-21T22:25:30.435Z | Compiling goblin v0.8.2 |
| 2089 | 2026-08-21T22:25:30.458Z | Compiling hybrid-array v0.4.13 |
| 2090 | 2026-08-21T22:25:30.557Z | Compiling itertools v0.15.0 |
| 2091 | 2026-08-21T22:25:30.655Z | Compiling ipnet v2.12.0 |
| 2092 | 2026-08-21T22:25:30.725Z | Compiling zerocopy v0.7.35 |
| 2093 | 2026-08-21T22:25:31.051Z | Compiling daft-derive v0.1.7 |
| 2094 | 2026-08-21T22:25:31.070Z | Compiling ref-cast-impl v1.0.25 |
| 2095 | 2026-08-21T22:25:31.112Z | Compiling structmeta-derive v0.3.0 |
| 2096 | 2026-08-21T22:25:31.263Z | Compiling curve25519-dalek v4.1.3 |
| 2097 | 2026-08-21T22:25:31.302Z | Compiling darling_core v0.20.11 |
| 2098 | 2026-08-21T22:25:31.335Z | Compiling memoffset v0.9.1 |
| 2099 | 2026-08-21T22:25:31.366Z | Compiling foreign-types-shared v0.1.1 |
| 2100 | 2026-08-21T22:25:31.382Z | Compiling untrusted v0.9.0 |
| 2101 | 2026-08-21T22:25:31.629Z | Compiling powerfmt v0.2.0 |
| 2102 | 2026-08-21T22:25:31.682Z | Compiling httpdate v1.0.3 |
| 2103 | 2026-08-21T22:25:31.711Z | Compiling tap v1.0.1 |
| 2104 | 2026-08-21T22:25:31.825Z | Compiling wyz v0.5.1 |
| 2105 | 2026-08-21T22:25:31.844Z | Compiling deranged v0.5.8 |
| 2106 | 2026-08-21T22:25:31.917Z | Compiling foreign-types v0.3.2 |
| 2107 | 2026-08-21T22:25:32.016Z | Compiling unicode-normalization v0.1.25 |
| 2108 | 2026-08-21T22:25:32.127Z | Compiling structmeta v0.3.0 |
| 2109 | 2026-08-21T22:25:32.310Z | Compiling dtrace-parser v0.2.0 |
| 2110 | 2026-08-21T22:25:32.351Z | Compiling rand_chacha v0.3.1 |
| 2111 | 2026-08-21T22:25:32.497Z | Compiling signature v2.2.0 |
| 2112 | 2026-08-21T22:25:32.638Z | Compiling hex v0.4.3 |
| 2113 | 2026-08-21T22:25:32.661Z | Compiling dtrace-parser v0.3.0 |
| 2114 | 2026-08-21T22:25:32.737Z | Compiling dof v0.3.0 |
| 2115 | 2026-08-21T22:25:32.852Z | Compiling hyper v1.10.1 |
| 2116 | 2026-08-21T22:25:32.918Z | Compiling pin-project-internal v1.1.11 |
| 2117 | 2026-08-21T22:25:33.010Z | Compiling num-integer v0.1.46 |
| 2118 | 2026-08-21T22:25:33.248Z | Compiling dof v0.4.0 |
| 2119 | 2026-08-21T22:25:33.289Z | Compiling wait-timeout v0.2.1 |
| 2120 | 2026-08-21T22:25:33.306Z | Compiling darling_macro v0.20.11 |
| 2121 | 2026-08-21T22:25:33.326Z | Compiling thread-id v4.2.2 |
| 2122 | 2026-08-21T22:25:33.343Z | Compiling thread-id v5.1.0 |
| 2123 | 2026-08-21T22:25:33.425Z | Compiling clap_lex v1.0.0 |
| 2124 | 2026-08-21T22:25:33.490Z | Compiling owo-colors v4.3.0 |
| 2125 | 2026-08-21T22:25:33.539Z | Compiling bit-vec v0.8.0 |
| 2126 | 2026-08-21T22:25:33.716Z | Compiling funty v2.0.0 |
| 2127 | 2026-08-21T22:25:33.818Z | Compiling quick-error v1.2.3 |
| 2128 | 2026-08-21T22:25:33.822Z | Compiling smoltcp v0.9.1 |
| 2129 | 2026-08-21T22:25:33.822Z | Compiling cfg_aliases v0.2.1 |
| 2130 | 2026-08-21T22:25:33.871Z | Compiling num_threads v0.1.7 |
| 2131 | 2026-08-21T22:25:33.926Z | Compiling nix v0.31.2 |
| 2132 | 2026-08-21T22:25:33.945Z | Compiling rusty-fork v0.3.1 |
| 2133 | 2026-08-21T22:25:33.949Z | Compiling darling v0.20.11 |
| 2134 | 2026-08-21T22:25:33.949Z | Compiling bit-set v0.8.0 |
| 2135 | 2026-08-21T22:25:33.997Z | Compiling time v0.3.47 |
| 2136 | 2026-08-21T22:25:34.020Z | Compiling hyper-util v0.1.20 |
| 2137 | 2026-08-21T22:25:34.059Z | Compiling bitvec v1.0.1 |
| 2138 | 2026-08-21T22:25:34.177Z | Compiling clap_builder v4.6.0 |
| 2139 | 2026-08-21T22:25:34.238Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-21T22:25:34.304Z | Compiling rand v0.8.6 |
| 2141 | 2026-08-21T22:25:34.682Z | Compiling lazy_static v1.5.0 |
| 2142 | 2026-08-21T22:25:34.739Z | Compiling ipnetwork v0.21.1 |
| 2143 | 2026-08-21T22:25:34.791Z | Compiling hmac v0.12.1 |
| 2144 | 2026-08-21T22:25:34.999Z | Compiling rand_xorshift v0.4.0 |
| 2145 | 2026-08-21T22:25:35.037Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2146 | 2026-08-21T22:25:35.083Z | Compiling sync_wrapper v1.0.2 |
| 2147 | 2026-08-21T22:25:35.161Z | Compiling zlib-rs v0.6.2 |
| 2148 | 2026-08-21T22:25:35.204Z | Compiling crc-catalog v2.4.0 |
| 2149 | 2026-08-21T22:25:35.308Z | Compiling nodrop v0.1.14 |
| 2150 | 2026-08-21T22:25:35.510Z | Compiling unarray v0.1.4 |
| 2151 | 2026-08-21T22:25:35.540Z | Compiling siphasher v1.0.2 |
| 2152 | 2026-08-21T22:25:35.661Z | Compiling clap v4.6.1 |
| 2153 | 2026-08-21T22:25:35.778Z | Compiling proptest v1.11.0 |
| 2154 | 2026-08-21T22:25:36.260Z | Compiling array-init v0.0.4 |
| 2155 | 2026-08-21T22:25:36.517Z | Compiling crc v3.4.0 |
| 2156 | 2026-08-21T22:25:36.722Z | Compiling tower v0.5.3 |
| 2157 | 2026-08-21T22:25:36.930Z | Compiling smallvec v0.6.14 |
| 2158 | 2026-08-21T22:25:37.161Z | Compiling derive_builder_core v0.20.2 |
| 2159 | 2026-08-21T22:25:37.212Z | Compiling flate2 v1.1.9 |
| 2160 | 2026-08-21T22:25:37.359Z | Compiling pkcs1 v0.7.5 |
| 2161 | 2026-08-21T22:25:37.455Z | Compiling http-body-util v0.1.3 |
| 2162 | 2026-08-21T22:25:37.472Z | Compiling zerocopy v0.6.6 |
| 2163 | 2026-08-21T22:25:37.495Z | Compiling bitfield v0.19.4 |
| 2164 | 2026-08-21T22:25:37.655Z | Compiling snafu-derive v0.8.9 |
| 2165 | 2026-08-21T22:25:37.712Z | Compiling strum_macros v0.27.2 |
| 2166 | 2026-08-21T22:25:37.744Z | Compiling strum_macros v0.26.4 |
| 2167 | 2026-08-21T22:25:37.791Z | Compiling hubpack_derive v0.1.1 |
| 2168 | 2026-08-21T22:25:37.838Z | Compiling env_filter v2.0.0 |
| 2169 | 2026-08-21T22:25:37.928Z | Compiling fs-err v3.3.0 |
| 2170 | 2026-08-21T22:25:37.944Z | Compiling gimli v0.32.3 |
| 2171 | 2026-08-21T22:25:37.960Z | Compiling unicode-bidi v0.3.18 |
| 2172 | 2026-08-21T22:25:38.139Z | Compiling base64 v0.21.7 |
| 2173 | 2026-08-21T22:25:38.254Z | Compiling allocator-api2 v0.2.21 |
| 2174 | 2026-08-21T22:25:38.317Z | Compiling ryu v1.0.23 |
| 2175 | 2026-08-21T22:25:38.460Z | Compiling iri-string v0.7.10 |
| 2176 | 2026-08-21T22:25:38.496Z | Compiling unicode-properties v0.1.4 |
| 2177 | 2026-08-21T22:25:38.681Z | Compiling hashbrown v0.12.3 |
| 2178 | 2026-08-21T22:25:38.717Z | Compiling unicode-segmentation v1.12.0 |
| 2179 | 2026-08-21T22:25:38.940Z | Compiling stringprep v0.1.5 |
| 2180 | 2026-08-21T22:25:39.157Z | Compiling serde_urlencoded v0.7.1 |
| 2181 | 2026-08-21T22:25:39.319Z | Compiling ron v0.8.1 |
| 2182 | 2026-08-21T22:25:39.422Z | Compiling env_logger v0.11.11 |
| 2183 | 2026-08-21T22:25:39.502Z | Compiling derive_builder_macro v0.20.2 |
| 2184 | 2026-08-21T22:25:39.576Z | Compiling newtype-uuid v1.3.2 |
| 2185 | 2026-08-21T22:25:39.748Z | Compiling addr2line v0.25.1 |
| 2186 | 2026-08-21T22:25:39.816Z | Compiling tower-http v0.6.8 |
| 2187 | 2026-08-21T22:25:39.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2188 | 2026-08-21T22:25:39.888Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2189 | 2026-08-21T22:25:39.905Z | Compiling rsa v0.9.10 |
| 2190 | 2026-08-21T22:25:39.936Z | Compiling oxnet v0.1.6 |
| 2191 | 2026-08-21T22:25:40.005Z | Compiling serde-hex v0.1.0 |
| 2192 | 2026-08-21T22:25:40.071Z | Compiling hashbrown v0.13.2 |
| 2193 | 2026-08-21T22:25:40.087Z | Compiling tokio-native-tls v0.3.1 |
| 2194 | 2026-08-21T22:25:40.159Z | Compiling bzip2 v0.4.4 |
| 2195 | 2026-08-21T22:25:40.183Z | Compiling usdt-macro v0.6.0 |
| 2196 | 2026-08-21T22:25:40.258Z | Compiling usdt-attr-macro v0.6.0 |
| 2197 | 2026-08-21T22:25:40.279Z | Compiling derive-ex v0.1.8 |
| 2198 | 2026-08-21T22:25:40.342Z | Compiling block-buffer v0.12.1 |
| 2199 | 2026-08-21T22:25:40.359Z | Compiling block-padding v0.4.2 |
| 2200 | 2026-08-21T22:25:40.374Z | Compiling crypto-common v0.2.2 |
| 2201 | 2026-08-21T22:25:40.660Z | Compiling rustls-native-certs v0.8.3 |
| 2202 | 2026-08-21T22:25:40.780Z | Compiling x509-cert v0.2.5 |
| 2203 | 2026-08-21T22:25:40.946Z | Compiling md-5 v0.10.6 |
| 2204 | 2026-08-21T22:25:41.053Z | Compiling erased-serde v0.3.31 |
| 2205 | 2026-08-21T22:25:41.183Z | Compiling bstr v1.12.1 |
| 2206 | 2026-08-21T22:25:41.404Z | Compiling vergen-lib v9.1.0 |
| 2207 | 2026-08-21T22:25:41.423Z | Compiling hash32 v0.2.1 |
| 2208 | 2026-08-21T22:25:41.499Z | Compiling encoding_rs v0.8.35 |
| 2209 | 2026-08-21T22:25:41.618Z | Compiling unicode-width v0.2.0 |
| 2210 | 2026-08-21T22:25:41.634Z | Compiling psl-types v2.0.11 |
| 2211 | 2026-08-21T22:25:41.674Z | Compiling mime v0.3.17 |
| 2212 | 2026-08-21T22:25:41.817Z | Compiling rustc-demangle v0.1.27 |
| 2213 | 2026-08-21T22:25:41.821Z | Compiling fallible-iterator v0.2.0 |
| 2214 | 2026-08-21T22:25:41.848Z | Compiling crc-any v2.5.0 |
| 2215 | 2026-08-21T22:25:41.951Z | Compiling cpufeatures v0.3.0 |
| 2216 | 2026-08-21T22:25:42.180Z | Compiling postgres-protocol v0.6.10 |
| 2217 | 2026-08-21T22:25:42.183Z | Compiling test-strategy v0.4.5 |
| 2218 | 2026-08-21T22:25:42.214Z | Compiling publicsuffix v2.3.0 |
| 2219 | 2026-08-21T22:25:42.599Z | Compiling backtrace v0.3.76 |
| 2220 | 2026-08-21T22:25:42.789Z | Compiling object v0.30.4 |
| 2221 | 2026-08-21T22:25:42.894Z | Compiling inout v0.2.2 |
| 2222 | 2026-08-21T22:25:42.911Z | Compiling zip v0.6.6 |
| 2223 | 2026-08-21T22:25:42.939Z | Compiling hyper-tls v0.6.0 |
| 2224 | 2026-08-21T22:25:43.058Z | Compiling daft v0.1.7 |
| 2225 | 2026-08-21T22:25:43.079Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2226 | 2026-08-21T22:25:43.124Z | Compiling derive_builder v0.20.2 |
| 2227 | 2026-08-21T22:25:43.177Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2228 | 2026-08-21T22:25:43.265Z | Compiling heck v0.4.1 |
| 2229 | 2026-08-21T22:25:43.354Z | Compiling phf_shared v0.13.1 |
| 2230 | 2026-08-21T22:25:43.401Z | Compiling pin-project v1.1.11 |
| 2231 | 2026-08-21T22:25:43.505Z | Compiling toml v0.7.8 |
| 2232 | 2026-08-21T22:25:43.555Z | Compiling serde_with_macros v3.21.0 |
| 2233 | 2026-08-21T22:25:43.576Z | Compiling futures-executor v0.3.32 |
| 2234 | 2026-08-21T22:25:43.643Z | Compiling miette-derive v7.6.0 |
| 2235 | 2026-08-21T22:25:43.773Z | Compiling enum-as-inner v0.6.1 |
| 2236 | 2026-08-21T22:25:43.823Z | Compiling serde_repr v0.1.20 |
| 2237 | 2026-08-21T22:25:43.856Z | Compiling async-recursion v1.1.1 |
| 2238 | 2026-08-21T22:25:44.054Z | Compiling vergen v9.1.0 |
| 2239 | 2026-08-21T22:25:44.076Z | Compiling ff v0.13.1 |
| 2240 | 2026-08-21T22:25:44.124Z | Compiling cargo-platform v0.3.2 |
| 2241 | 2026-08-21T22:25:44.290Z | Compiling is_ci v1.2.0 |
| 2242 | 2026-08-21T22:25:44.377Z | Compiling same-file v1.0.6 |
| 2243 | 2026-08-21T22:25:44.393Z | Compiling managed v0.8.0 |
| 2244 | 2026-08-21T22:25:44.438Z | Compiling foldhash v0.1.5 |
| 2245 | 2026-08-21T22:25:44.500Z | Compiling unicode-linebreak v0.1.5 |
| 2246 | 2026-08-21T22:25:44.622Z | Compiling bumpalo v3.20.2 |
| 2247 | 2026-08-21T22:25:44.639Z | Compiling foldhash v0.2.0 |
| 2248 | 2026-08-21T22:25:44.713Z | Compiling base16ct v0.2.0 |
| 2249 | 2026-08-21T22:25:44.753Z | Compiling smawk v0.3.2 |
| 2250 | 2026-08-21T22:25:44.768Z | Compiling jiff-core v0.1.0 |
| 2251 | 2026-08-21T22:25:44.805Z | Compiling path-slash v0.1.5 |
| 2252 | 2026-08-21T22:25:44.875Z | Compiling libbz2-rs-sys v0.2.2 |
| 2253 | 2026-08-21T22:25:44.893Z | Compiling bitflags v1.3.2 |
| 2254 | 2026-08-21T22:25:44.959Z | Compiling textwrap v0.16.2 |
| 2255 | 2026-08-21T22:25:45.001Z | Compiling sec1 v0.7.3 |
| 2256 | 2026-08-21T22:25:45.018Z | Compiling zopfli v0.8.3 |
| 2257 | 2026-08-21T22:25:45.152Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2258 | 2026-08-21T22:25:45.202Z | Compiling hashbrown v0.16.1 |
| 2259 | 2026-08-21T22:25:45.291Z | Compiling bzip2 v0.6.1 |
| 2260 | 2026-08-21T22:25:45.507Z | Compiling jiff v0.2.34 |
| 2261 | 2026-08-21T22:25:45.553Z | Compiling hashbrown v0.15.5 |
| 2262 | 2026-08-21T22:25:45.577Z | Compiling walkdir v2.5.0 |
| 2263 | 2026-08-21T22:25:45.707Z | Compiling supports-color v3.0.2 |
| 2264 | 2026-08-21T22:25:45.823Z | Compiling cargo_metadata v0.23.1 |
| 2265 | 2026-08-21T22:25:45.886Z | Compiling group v0.13.0 |
| 2266 | 2026-08-21T22:25:46.081Z | Compiling futures v0.3.32 |
| 2267 | 2026-08-21T22:25:46.280Z | Compiling phf v0.13.1 |
| 2268 | 2026-08-21T22:25:46.369Z | Compiling snafu v0.8.9 |
| 2269 | 2026-08-21T22:25:46.453Z | Compiling reqwest v0.12.28 |
| 2270 | 2026-08-21T22:25:46.599Z | Compiling cipher v0.5.2 |
| 2271 | 2026-08-21T22:25:46.735Z | Compiling backtrace-ext v0.2.1 |
| 2272 | 2026-08-21T22:25:46.739Z | Compiling signal-hook-mio v0.2.5 |
| 2273 | 2026-08-21T22:25:46.768Z | Compiling cookie_store v0.22.1 |
| 2274 | 2026-08-21T22:25:46.786Z | Compiling postgres-types v0.2.12 |
| 2275 | 2026-08-21T22:25:46.885Z | Compiling zstd v0.13.3 |
| 2276 | 2026-08-21T22:25:46.902Z | Compiling globset v0.4.18 |
| 2277 | 2026-08-21T22:25:46.933Z | Compiling strum v0.27.2 |
| 2278 | 2026-08-21T22:25:47.018Z | Compiling hubpack v0.1.2 |
| 2279 | 2026-08-21T22:25:47.151Z | Compiling phf_shared v0.11.3 |
| 2280 | 2026-08-21T22:25:47.214Z | Compiling hkdf v0.12.4 |
| 2281 | 2026-08-21T22:25:47.229Z | Compiling crossbeam-epoch v0.9.18 |
| 2282 | 2026-08-21T22:25:47.273Z | Compiling byte-wrapper v0.1.0 |
| 2283 | 2026-08-21T22:25:47.293Z | Compiling ed25519 v2.2.3 |
| 2284 | 2026-08-21T22:25:47.355Z | Compiling olpc-cjson v0.1.4 |
| 2285 | 2026-08-21T22:25:47.551Z | Compiling crypto-bigint v0.5.5 |
| 2286 | 2026-08-21T22:25:47.608Z | Compiling serde_plain v1.0.2 |
| 2287 | 2026-08-21T22:25:47.644Z | Compiling serde-big-array v0.5.1 |
| 2288 | 2026-08-21T22:25:47.699Z | Compiling pem v3.0.6 |
| 2289 | 2026-08-21T22:25:47.748Z | Compiling float-cmp v0.10.0 |
| 2290 | 2026-08-21T22:25:47.806Z | Compiling memmap2 v0.9.10 |
| 2291 | 2026-08-21T22:25:47.918Z | Compiling precomputed-hash v0.1.1 |
| 2292 | 2026-08-21T22:25:48.003Z | Compiling new_debug_unreachable v1.0.6 |
| 2293 | 2026-08-21T22:25:48.019Z | Compiling whoami v2.1.0 |
| 2294 | 2026-08-21T22:25:48.094Z | Compiling supports-unicode v3.0.0 |
| 2295 | 2026-08-21T22:25:48.142Z | Compiling typed-path v0.9.3 |
| 2296 | 2026-08-21T22:25:48.156Z | Compiling normalize-line-endings v0.3.0 |
| 2297 | 2026-08-21T22:25:48.196Z | Compiling toml_write v0.1.2 |
| 2298 | 2026-08-21T22:25:48.241Z | Compiling predicates-core v1.0.10 |
| 2299 | 2026-08-21T22:25:48.274Z | Compiling static_assertions v1.1.0 |
| 2300 | 2026-08-21T22:25:48.357Z | Compiling data-encoding v2.10.0 |
| 2301 | 2026-08-21T22:25:48.425Z | Compiling difflib v0.4.0 |
| 2302 | 2026-08-21T22:25:48.447Z | Compiling const-oid v0.10.2 |
| 2303 | 2026-08-21T22:25:48.466Z | Compiling keccak v0.1.6 |
| 2304 | 2026-08-21T22:25:48.550Z | Compiling unicode-width v0.1.14 |
| 2305 | 2026-08-21T22:25:48.636Z | Compiling supports-hyperlinks v3.2.0 |
| 2306 | 2026-08-21T22:25:48.654Z | Compiling fixedbitset v0.5.7 |
| 2307 | 2026-08-21T22:25:48.667Z | Compiling fixedbitset v0.4.2 |
| 2308 | 2026-08-21T22:25:48.683Z | Compiling predicates v3.1.4 |
| 2309 | 2026-08-21T22:25:48.737Z | Compiling hickory-proto v0.25.2 |
| 2310 | 2026-08-21T22:25:48.777Z | Compiling miette v7.6.0 |
| 2311 | 2026-08-21T22:25:48.840Z | Compiling petgraph v0.6.5 |
| 2312 | 2026-08-21T22:25:48.876Z | Compiling petgraph v0.8.3 |
| 2313 | 2026-08-21T22:25:48.891Z | Compiling digest v0.11.3 |
| 2314 | 2026-08-21T22:25:48.906Z | Compiling sha3 v0.10.8 |
| 2315 | 2026-08-21T22:25:49.125Z | Compiling elliptic-curve v0.13.8 |
| 2316 | 2026-08-21T22:25:49.184Z | Compiling chacha20 v0.10.0 |
| 2317 | 2026-08-21T22:25:49.231Z | Compiling toml_edit v0.22.27 |
| 2318 | 2026-08-21T22:25:49.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2319 | 2026-08-21T22:25:49.305Z | Compiling tokio-postgres v0.7.16 |
| 2320 | 2026-08-21T22:25:49.704Z | Compiling string_cache v0.8.9 |
| 2321 | 2026-08-21T22:25:49.923Z | Compiling usdt v0.6.0 |
| 2322 | 2026-08-21T22:25:50.021Z | Compiling zip v4.6.1 |
| 2323 | 2026-08-21T22:25:50.770Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-21T22:25:50.801Z | Compiling ed25519-dalek v2.2.0 |
| 2325 | 2026-08-21T22:25:51.364Z | Compiling crossterm v0.28.1 |
| 2326 | 2026-08-21T22:25:51.629Z | Compiling iddqd v0.4.2 |
| 2327 | 2026-08-21T22:25:51.907Z | Compiling serde_with v3.21.0 |
| 2328 | 2026-08-21T22:25:51.927Z | Compiling similar v2.7.0 |
| 2329 | 2026-08-21T22:25:52.097Z | Compiling strum v0.26.3 |
| 2330 | 2026-08-21T22:25:52.247Z | Compiling tokio-stream v0.1.18 |
| 2331 | 2026-08-21T22:25:52.264Z | Compiling buf-list v1.1.2 |
| 2332 | 2026-08-21T22:25:52.529Z | Compiling itertools v0.13.0 |
| 2333 | 2026-08-21T22:25:52.547Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2334 | 2026-08-21T22:25:52.609Z | Compiling openapiv3 v2.2.0 |
| 2335 | 2026-08-21T22:25:53.043Z | Compiling lalrpop-util v0.19.12 |
| 2336 | 2026-08-21T22:25:53.254Z | Compiling peg-runtime v0.8.5 |
| 2337 | 2026-08-21T22:26:08.799Z | Compiling rustls-webpki v0.103.13 |
| 2338 | 2026-08-21T22:26:12.263Z | Compiling tokio-rustls v0.26.4 |
| 2339 | 2026-08-21T22:26:12.470Z | Compiling rustls-platform-verifier v0.6.2 |
| 2340 | 2026-08-21T22:26:12.548Z | Compiling hyper-rustls v0.27.7 |
| 2341 | 2026-08-21T22:26:12.692Z | Compiling tough v0.22.0 |
| 2342 | 2026-08-21T22:26:12.785Z | Compiling reqwest v0.13.2 |
| 2343 | 2026-08-21T22:26:15.751Z | Compiling macaddr v1.0.1 |
| 2344 | 2026-08-21T22:26:15.755Z | Compiling crucible-workspace-hack v0.1.0 |
| 2345 | 2026-08-21T22:26:15.791Z | Compiling rayon-core v1.13.0 |
| 2346 | 2026-08-21T22:26:15.853Z | Compiling secrecy v0.10.3 |
| 2347 | 2026-08-21T22:26:15.869Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2348 | 2026-08-21T22:26:16.047Z | Compiling heapless v0.8.0 |
| 2349 | 2026-08-21T22:26:16.068Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2350 | 2026-08-21T22:26:16.100Z | Compiling crossbeam-deque v0.8.6 |
| 2351 | 2026-08-21T22:26:16.103Z | Compiling ingot-macros v0.2.0 |
| 2352 | 2026-08-21T22:26:16.160Z | Compiling inout v0.1.4 |
| 2353 | 2026-08-21T22:26:16.263Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2354 | 2026-08-21T22:26:16.338Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2355 | 2026-08-21T22:26:16.355Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2356 | 2026-08-21T22:26:16.355Z | Compiling hash32 v0.3.1 |
| 2357 | 2026-08-21T22:26:16.355Z | Compiling multer v3.1.0 |
| 2358 | 2026-08-21T22:26:16.419Z | Compiling thread_local v1.1.9 |
| 2359 | 2026-08-21T22:26:16.472Z | Compiling match_cfg v0.1.0 |
| 2360 | 2026-08-21T22:26:16.503Z | Compiling compression-core v0.4.31 |
| 2361 | 2026-08-21T22:26:16.558Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2362 | 2026-08-21T22:26:16.583Z | Compiling slog-async v2.8.0 |
| 2363 | 2026-08-21T22:26:16.584Z | Compiling smoltcp v0.11.0 |
| 2364 | 2026-08-21T22:26:16.637Z | Compiling compression-codecs v0.4.37 |
| 2365 | 2026-08-21T22:26:16.695Z | Compiling hostname v0.3.1 |
| 2366 | 2026-08-21T22:26:16.735Z | Compiling cipher v0.4.4 |
| 2367 | 2026-08-21T22:26:16.826Z | Compiling atomicwrites v0.4.4 |
| 2368 | 2026-08-21T22:26:16.843Z | Compiling slog-json v2.6.1 |
| 2369 | 2026-08-21T22:26:16.908Z | Compiling crossbeam-channel v0.5.15 |
| 2370 | 2026-08-21T22:26:16.928Z | Compiling proc-macro-crate v3.4.0 |
| 2371 | 2026-08-21T22:26:16.969Z | Compiling half v2.7.1 |
| 2372 | 2026-08-21T22:26:17.009Z | Compiling newtype-uuid-macros v0.1.0 |
| 2373 | 2026-08-21T22:26:17.030Z | Compiling universal-hash v0.5.1 |
| 2374 | 2026-08-21T22:26:17.119Z | Compiling cobs v0.3.0 |
| 2375 | 2026-08-21T22:26:17.135Z | Compiling async-stream-impl v0.3.6 |
| 2376 | 2026-08-21T22:26:17.164Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2377 | 2026-08-21T22:26:17.194Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2378 | 2026-08-21T22:26:17.270Z | Compiling serde_spanned v1.1.1 |
| 2379 | 2026-08-21T22:26:17.347Z | Compiling is-terminal v0.4.17 |
| 2380 | 2026-08-21T22:26:17.368Z | Compiling dropshot v0.17.1 |
| 2381 | 2026-08-21T22:26:17.409Z | Compiling proc-macro-error-attr v1.0.4 |
| 2382 | 2026-08-21T22:26:17.439Z | Compiling ciborium-io v0.2.2 |
| 2383 | 2026-08-21T22:26:17.494Z | Compiling take_mut v0.2.2 |
| 2384 | 2026-08-21T22:26:17.559Z | Compiling convert_case v0.4.0 |
| 2385 | 2026-08-21T22:26:17.577Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2386 | 2026-08-21T22:26:17.621Z | Compiling opaque-debug v0.3.1 |
| 2387 | 2026-08-21T22:26:17.638Z | Compiling term v1.2.1 |
| 2388 | 2026-08-21T22:26:17.656Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2389 | 2026-08-21T22:26:17.725Z | Compiling async-stream v0.3.6 |
| 2390 | 2026-08-21T22:26:17.745Z | Compiling poly1305 v0.8.0 |
| 2391 | 2026-08-21T22:26:17.776Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2392 | 2026-08-21T22:26:17.834Z | Compiling ciborium-ll v0.2.2 |
| 2393 | 2026-08-21T22:26:17.879Z | Compiling derive_more v0.99.20 |
| 2394 | 2026-08-21T22:26:17.936Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2395 | 2026-08-21T22:26:17.952Z | Compiling num_enum_derive v0.7.6 |
| 2396 | 2026-08-21T22:26:18.120Z | Compiling slog-term v2.9.2 |
| 2397 | 2026-08-21T22:26:18.196Z | Compiling thiserror-no-std v2.0.2 |
| 2398 | 2026-08-21T22:26:18.265Z | Compiling postcard v1.1.3 |
| 2399 | 2026-08-21T22:26:18.308Z | Compiling slog-bunyan v2.5.0 |
| 2400 | 2026-08-21T22:26:18.387Z | Compiling chacha20 v0.9.1 |
| 2401 | 2026-08-21T22:26:18.528Z | Compiling async-compression v0.4.41 |
| 2402 | 2026-08-21T22:26:18.665Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2403 | 2026-08-21T22:26:18.665Z | Compiling sha1 v0.11.0 |
| 2404 | 2026-08-21T22:26:18.738Z | Compiling ingot-types v0.2.0 |
| 2405 | 2026-08-21T22:26:18.898Z | Compiling parse-display-derive v0.10.0 |
| 2406 | 2026-08-21T22:26:18.990Z | Compiling proc-macro-crate v1.3.1 |
| 2407 | 2026-08-21T22:26:19.017Z | Compiling waitgroup v0.1.2 |
| 2408 | 2026-08-21T22:26:19.131Z | Compiling backon v1.6.0 |
| 2409 | 2026-08-21T22:26:19.192Z | Compiling ingot v0.2.1 |
| 2410 | 2026-08-21T22:26:19.209Z | Compiling rustls-pemfile v2.2.0 |
| 2411 | 2026-08-21T22:26:19.344Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2412 | 2026-08-21T22:26:19.372Z | Compiling blake2 v0.10.6 |
| 2413 | 2026-08-21T22:26:19.393Z | Compiling dropshot_endpoint v0.17.1 |
| 2414 | 2026-08-21T22:26:19.453Z | Compiling aead v0.5.2 |
| 2415 | 2026-08-21T22:26:19.517Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-08-21T22:26:19.669Z | Compiling foreign-types-macros v0.2.3 |
| 2417 | 2026-08-21T22:26:19.797Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2418 | 2026-08-21T22:26:19.895Z | Compiling serde_path_to_error v0.1.20 |
| 2419 | 2026-08-21T22:26:19.968Z | Compiling hostname v0.4.2 |
| 2420 | 2026-08-21T22:26:20.082Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2421 | 2026-08-21T22:26:20.150Z | Compiling proc-macro-error v1.0.4 |
| 2422 | 2026-08-21T22:26:20.228Z | Compiling instant v0.1.13 |
| 2423 | 2026-08-21T22:26:20.265Z | Compiling foreign-types-shared v0.3.1 |
| 2424 | 2026-08-21T22:26:20.303Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2425 | 2026-08-21T22:26:20.369Z | Compiling debug-ignore v1.0.5 |
| 2426 | 2026-08-21T22:26:20.386Z | Compiling foreign-types v0.5.0 |
| 2427 | 2026-08-21T22:26:20.400Z | Compiling backoff v0.4.0 |
| 2428 | 2026-08-21T22:26:20.416Z | Compiling parse-display v0.10.0 |
| 2429 | 2026-08-21T22:26:20.492Z | Compiling argon2 v0.5.3 |
| 2430 | 2026-08-21T22:26:20.510Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2431 | 2026-08-21T22:26:20.513Z | Compiling chacha20poly1305 v0.10.1 |
| 2432 | 2026-08-21T22:26:20.513Z | Compiling num_enum_derive v0.5.11 |
| 2433 | 2026-08-21T22:26:20.513Z | Compiling num_enum v0.7.6 |
| 2434 | 2026-08-21T22:26:20.615Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2435 | 2026-08-21T22:26:20.700Z | Compiling vsss-rs v3.3.4 |
| 2436 | 2026-08-21T22:26:20.725Z | Compiling ciborium v0.2.2 |
| 2437 | 2026-08-21T22:26:20.983Z | Compiling regress v0.10.5 |
| 2438 | 2026-08-21T22:26:21.033Z | Compiling itertools v0.14.0 |
| 2439 | 2026-08-21T22:26:21.051Z | Compiling tabwriter v1.4.1 |
| 2440 | 2026-08-21T22:26:21.142Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2441 | 2026-08-21T22:26:21.271Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2442 | 2026-08-21T22:26:21.440Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2443 | 2026-08-21T22:26:21.473Z | Compiling cstr-argument v0.1.2 |
| 2444 | 2026-08-21T22:26:21.497Z | Compiling humantime v2.3.0 |
| 2445 | 2026-08-21T22:26:21.531Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2446 | 2026-08-21T22:26:21.587Z | Compiling num_enum v0.5.11 |
| 2447 | 2026-08-21T22:26:21.635Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2448 | 2026-08-21T22:26:21.737Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2449 | 2026-08-21T22:26:21.794Z | Compiling rayon v1.11.0 |
| 2450 | 2026-08-21T22:26:21.883Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2451 | 2026-08-21T22:26:21.923Z | Compiling rand v0.10.1 |
| 2452 | 2026-08-21T22:26:21.953Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2453 | 2026-08-21T22:26:21.971Z | Compiling colored v3.1.1 |
| 2454 | 2026-08-21T22:26:22.004Z | Compiling indent_write v2.2.0 |
| 2455 | 2026-08-21T22:26:22.033Z | Compiling libefi-sys v0.1.0 |
| 2456 | 2026-08-21T22:26:22.050Z | Compiling zone_cfg_derive v0.3.1 |
| 2457 | 2026-08-21T22:26:22.055Z | Compiling illumos-nvpair v0.3.0 |
| 2458 | 2026-08-21T22:26:22.266Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2459 | 2026-08-21T22:26:22.285Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2460 | 2026-08-21T22:26:22.317Z | Compiling camino-tempfile v1.4.1 |
| 2461 | 2026-08-21T22:26:22.370Z | Compiling itertools v0.12.1 |
| 2462 | 2026-08-21T22:26:22.467Z | Compiling usdt-macro v0.5.0 |
| 2463 | 2026-08-21T22:26:22.544Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2464 | 2026-08-21T22:26:22.593Z | Compiling usdt-attr-macro v0.5.0 |
| 2465 | 2026-08-21T22:26:22.609Z | Compiling num-derive v0.4.2 |
| 2466 | 2026-08-21T22:26:22.668Z | Compiling bitfield-struct v0.6.2 |
| 2467 | 2026-08-21T22:26:22.705Z | Compiling blake3 v1.8.5 |
| 2468 | 2026-08-21T22:26:22.727Z | Compiling memmap v0.7.0 |
| 2469 | 2026-08-21T22:26:22.808Z | Compiling sigpipe v0.1.3 |
| 2470 | 2026-08-21T22:26:22.869Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2471 | 2026-08-21T22:26:22.917Z | Compiling glob v0.3.3 |
| 2472 | 2026-08-21T22:26:22.977Z | Compiling swrite v0.1.0 |
| 2473 | 2026-08-21T22:26:22.994Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2474 | 2026-08-21T22:26:23.101Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2475 | 2026-08-21T22:26:23.246Z | Compiling smf v0.2.3 |
| 2476 | 2026-08-21T22:26:23.311Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2477 | 2026-08-21T22:26:23.364Z | Compiling usdt v0.5.0 |
| 2478 | 2026-08-21T22:26:23.410Z | Compiling filetime v0.2.27 |
| 2479 | 2026-08-21T22:26:23.426Z | Compiling xattr v1.6.1 |
| 2480 | 2026-08-21T22:26:23.503Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2481 | 2026-08-21T22:26:23.536Z | Compiling arrayvec v0.7.6 |
| 2482 | 2026-08-21T22:26:23.596Z | Compiling arrayref v0.3.9 |
| 2483 | 2026-08-21T22:26:23.640Z | Compiling constant_time_eq v0.4.2 |
| 2484 | 2026-08-21T22:26:23.656Z | Compiling whoami v1.6.1 |
| 2485 | 2026-08-21T22:26:23.659Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2486 | 2026-08-21T22:26:23.690Z | Compiling tokio-dtrace v0.1.1 |
| 2487 | 2026-08-21T22:26:23.771Z | Compiling zone v0.3.1 |
| 2488 | 2026-08-21T22:26:23.828Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2489 | 2026-08-21T22:26:23.854Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2490 | 2026-08-21T22:26:23.893Z | Compiling tar v0.4.46 |
| 2491 | 2026-08-21T22:26:23.970Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2492 | 2026-08-21T22:26:24.006Z | Compiling gethostname v0.5.0 |
| 2493 | 2026-08-21T22:26:24.039Z | Compiling console v0.16.2 |
| 2494 | 2026-08-21T22:26:24.158Z | Compiling topological-sort v0.2.2 |
| 2495 | 2026-08-21T22:26:24.184Z | Compiling unit-prefix v0.5.2 |
| 2496 | 2026-08-21T22:26:24.227Z | Compiling oxide-tokio-rt v0.1.4 |
| 2497 | 2026-08-21T22:26:24.362Z | Compiling toml v0.8.23 |
| 2498 | 2026-08-21T22:26:24.410Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2499 | 2026-08-21T22:26:24.498Z | Compiling indicatif v0.18.4 |
| 2500 | 2026-08-21T22:26:24.655Z | Compiling shell-words v1.1.1 |
| 2501 | 2026-08-21T22:26:33.829Z | Compiling progenitor-client v0.14.0 |
| 2502 | 2026-08-21T22:26:33.829Z | Compiling omicron-zone-package v0.12.3 |
| 2503 | 2026-08-21T22:26:34.074Z | Compiling progenitor-extras v0.2.0 |
| 2504 | 2026-08-21T22:26:34.371Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2505 | 2026-08-21T22:26:34.489Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2506 | 2026-08-21T22:26:34.539Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2507 | 2026-08-21T22:26:34.600Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2508 | 2026-08-21T22:26:34.618Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2509 | 2026-08-21T22:26:34.661Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2510 | 2026-08-21T22:26:34.794Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2511 | 2026-08-21T22:26:34.934Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2512 | 2026-08-21T22:26:35.417Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2513 | 2026-08-21T22:26:39.000Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2514 | 2026-08-21T22:26:47.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2515 | 2026-08-21T22:26:51.181Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2516 | 2026-08-21T22:26:52.269Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2517 | 2026-08-21T22:27:02.499Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2518 | 2026-08-21T22:27:02.646Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2519 | 2026-08-21T22:27:02.707Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2520 | 2026-08-21T22:27:02.710Z | Created new build target 'test' and set it as active |
| 2521 | 2026-08-21T22:27:02.710Z | |
| 2522 | 2026-08-21T22:27:02.710Z | real 1:48.346895944 |
| 2523 | 2026-08-21T22:27:02.710Z | user 17:51.815152240 |
| 2524 | 2026-08-21T22:27:02.710Z | sys 2:47.737125400 |
| 2525 | 2026-08-21T22:27:02.710Z | trap 0.505280882 |
| 2526 | 2026-08-21T22:27:02.710Z | tflt 2.273279673 |
| 2527 | 2026-08-21T22:27:02.710Z | dflt 4.886580646 |
| 2528 | 2026-08-21T22:27:02.710Z | kflt 0.000734610 |
| 2529 | 2026-08-21T22:27:02.710Z | lock 58:28.653710803 |
| 2530 | 2026-08-21T22:27:02.710Z | slp 45:26.123548948 |
| 2531 | 2026-08-21T22:27:02.711Z | lat 53.290613220 |
| 2532 | 2026-08-21T22:27:02.711Z | stop 6:30.664253229 |
| 2533 | 2026-08-21T22:27:02.714Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2534 | 2026-08-21T22:27:03.602Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2535 | 2026-08-21T22:27:03.675Z | Running `target/release/omicron-package -t test package` |
| 2536 | 2026-08-21T22:27:03.733Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2537 | 2026-08-21T22:27:05.189Z | Compiling heck v0.5.0 |
| 2538 | 2026-08-21T22:27:05.189Z | Compiling regress v0.11.1 |
| 2539 | 2026-08-21T22:27:05.433Z | Compiling unsafe-libyaml v0.2.11 |
| 2540 | 2026-08-21T22:27:05.458Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2541 | 2026-08-21T22:27:05.489Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2542 | 2026-08-21T22:27:05.489Z | Compiling derive-where v1.6.0 |
| 2543 | 2026-08-21T22:27:05.494Z | Compiling bytecount v0.6.9 |
| 2544 | 2026-08-21T22:27:05.554Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2545 | 2026-08-21T22:27:05.558Z | Compiling atomicwrites v0.4.4 |
| 2546 | 2026-08-21T22:27:05.558Z | Compiling is-terminal v0.4.17 |
| 2547 | 2026-08-21T22:27:05.558Z | Compiling prettyplease v0.2.37 |
| 2548 | 2026-08-21T22:27:05.558Z | Compiling newline-converter v0.3.0 |
| 2549 | 2026-08-21T22:27:05.657Z | Compiling console v0.15.11 |
| 2550 | 2026-08-21T22:27:05.681Z | Compiling slog-dtrace v0.3.0 |
| 2551 | 2026-08-21T22:27:05.684Z | Compiling cancel-safe-futures v0.1.5 |
| 2552 | 2026-08-21T22:27:05.729Z | Compiling resolv-conf v0.7.6 |
| 2553 | 2026-08-21T22:27:05.754Z | Compiling num-rational v0.4.2 |
| 2554 | 2026-08-21T22:27:05.758Z | Compiling num-complex v0.4.6 |
| 2555 | 2026-08-21T22:27:05.758Z | Compiling thread_local v1.1.9 |
| 2556 | 2026-08-21T22:27:05.822Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2557 | 2026-08-21T22:27:05.874Z | Compiling compression-core v0.4.31 |
| 2558 | 2026-08-21T22:27:05.971Z | Compiling match_cfg v0.1.0 |
| 2559 | 2026-08-21T22:27:05.992Z | Compiling serde_yaml v0.9.34+deprecated |
| 2560 | 2026-08-21T22:27:06.061Z | Compiling hostname v0.3.1 |
| 2561 | 2026-08-21T22:27:06.081Z | Compiling expectorate v1.2.0 |
| 2562 | 2026-08-21T22:27:06.119Z | Compiling compression-codecs v0.4.37 |
| 2563 | 2026-08-21T22:27:06.212Z | Compiling num v0.4.3 |
| 2564 | 2026-08-21T22:27:06.285Z | Compiling slog-async v2.8.0 |
| 2565 | 2026-08-21T22:27:06.316Z | Compiling multer v3.1.0 |
| 2566 | 2026-08-21T22:27:06.337Z | Compiling crossbeam-channel v0.5.15 |
| 2567 | 2026-08-21T22:27:06.362Z | Compiling slog-json v2.6.1 |
| 2568 | 2026-08-21T22:27:06.362Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2569 | 2026-08-21T22:27:06.407Z | Compiling serde_spanned v1.1.1 |
| 2570 | 2026-08-21T22:27:06.407Z | Compiling linked-hash-map v0.5.6 |
| 2571 | 2026-08-21T22:27:06.597Z | Compiling linear-map v1.2.0 |
| 2572 | 2026-08-21T22:27:06.616Z | Compiling take_mut v0.2.2 |
| 2573 | 2026-08-21T22:27:06.653Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2574 | 2026-08-21T22:27:06.678Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2575 | 2026-08-21T22:27:06.682Z | Compiling term v1.2.1 |
| 2576 | 2026-08-21T22:27:06.720Z | Compiling oxide-update-engine-types v0.1.2 |
| 2577 | 2026-08-21T22:27:06.724Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2578 | 2026-08-21T22:27:06.763Z | Compiling float-ord v0.3.2 |
| 2579 | 2026-08-21T22:27:06.812Z | Compiling lru-cache v0.1.2 |
| 2580 | 2026-08-21T22:27:06.815Z | Compiling slog-bunyan v2.5.0 |
| 2581 | 2026-08-21T22:27:06.882Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2582 | 2026-08-21T22:27:06.906Z | Compiling async-compression v0.4.41 |
| 2583 | 2026-08-21T22:27:06.969Z | Compiling typify-impl v0.6.2 |
| 2584 | 2026-08-21T22:27:06.990Z | Compiling slog-term v2.9.2 |
| 2585 | 2026-08-21T22:27:06.995Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2586 | 2026-08-21T22:27:07.212Z | Compiling async-stream v0.3.6 |
| 2587 | 2026-08-21T22:27:07.236Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2588 | 2026-08-21T22:27:07.289Z | Compiling dropshot v0.17.1 |
| 2589 | 2026-08-21T22:27:07.311Z | Compiling sha1 v0.11.0 |
| 2590 | 2026-08-21T22:27:07.356Z | Compiling progenitor-client v0.14.0 |
| 2591 | 2026-08-21T22:27:07.395Z | Compiling waitgroup v0.1.2 |
| 2592 | 2026-08-21T22:27:07.417Z | Compiling rustls-pemfile v2.2.0 |
| 2593 | 2026-08-21T22:27:07.488Z | Compiling backon v1.6.0 |
| 2594 | 2026-08-21T22:27:07.513Z | Compiling hostname v0.4.2 |
| 2595 | 2026-08-21T22:27:07.559Z | Compiling serde_path_to_error v0.1.20 |
| 2596 | 2026-08-21T22:27:07.598Z | Compiling instant v0.1.13 |
| 2597 | 2026-08-21T22:27:07.640Z | Compiling minimal-lexical v0.2.1 |
| 2598 | 2026-08-21T22:27:07.683Z | Compiling debug-ignore v1.0.5 |
| 2599 | 2026-08-21T22:27:07.711Z | Compiling backoff v0.4.0 |
| 2600 | 2026-08-21T22:27:07.734Z | Compiling progenitor-extras v0.2.0 |
| 2601 | 2026-08-21T22:27:07.735Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2602 | 2026-08-21T22:27:07.816Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2603 | 2026-08-21T22:27:07.935Z | Compiling nom v7.1.3 |
| 2604 | 2026-08-21T22:27:07.959Z | Compiling oxide-update-engine v0.1.2 |
| 2605 | 2026-08-21T22:27:08.012Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2606 | 2026-08-21T22:27:08.040Z | Compiling parse-display v0.10.0 |
| 2607 | 2026-08-21T22:27:08.043Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2608 | 2026-08-21T22:27:08.137Z | Compiling hickory-proto v0.24.4 |
| 2609 | 2026-08-21T22:27:08.591Z | Compiling regress v0.10.5 |
| 2610 | 2026-08-21T22:27:08.702Z | Compiling itertools v0.14.0 |
| 2611 | 2026-08-21T22:27:09.243Z | Compiling macaddr v1.0.1 |
| 2612 | 2026-08-21T22:27:09.312Z | Compiling unicode-xid v0.2.6 |
| 2613 | 2026-08-21T22:27:09.334Z | Compiling humantime v2.3.0 |
| 2614 | 2026-08-21T22:27:09.513Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2615 | 2026-08-21T22:27:09.620Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2616 | 2026-08-21T22:27:09.734Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2617 | 2026-08-21T22:27:09.865Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2618 | 2026-08-21T22:27:09.970Z | Compiling convert_case v0.10.0 |
| 2619 | 2026-08-21T22:27:09.995Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2620 | 2026-08-21T22:27:10.074Z | Compiling toml v0.8.23 |
| 2621 | 2026-08-21T22:27:10.166Z | Compiling papergrid v0.11.0 |
| 2622 | 2026-08-21T22:27:10.258Z | Compiling derive_more-impl v2.1.1 |
| 2623 | 2026-08-21T22:27:10.425Z | Compiling typify-macro v0.6.2 |
| 2624 | 2026-08-21T22:27:10.596Z | Compiling tabled_derive v0.7.0 |
| 2625 | 2026-08-21T22:27:10.680Z | Compiling hickory-resolver v0.24.4 |
| 2626 | 2026-08-21T22:27:10.707Z | Compiling termtree v0.5.1 |
| 2627 | 2026-08-21T22:27:10.917Z | Compiling phf_shared v0.12.1 |
| 2628 | 2026-08-21T22:27:11.093Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2629 | 2026-08-21T22:27:11.172Z | Compiling derive_more v2.1.1 |
| 2630 | 2026-08-21T22:27:11.283Z | Compiling crossterm v0.29.0 |
| 2631 | 2026-08-21T22:27:11.381Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2632 | 2026-08-21T22:27:11.518Z | Compiling tabled v0.15.0 |
| 2633 | 2026-08-21T22:27:11.885Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2634 | 2026-08-21T22:27:12.079Z | Compiling typify v0.6.2 |
| 2635 | 2026-08-21T22:27:12.387Z | Compiling progenitor-impl v0.14.0 |
| 2636 | 2026-08-21T22:27:12.761Z | Compiling qorb v0.4.1 |
| 2637 | 2026-08-21T22:27:13.025Z | Compiling csv-core v0.1.13 |
| 2638 | 2026-08-21T22:27:13.452Z | Compiling vte v0.14.1 |
| 2639 | 2026-08-21T22:27:13.705Z | Compiling highway v1.3.0 |
| 2640 | 2026-08-21T22:27:14.153Z | Compiling chrono-tz v0.10.4 |
| 2641 | 2026-08-21T22:27:14.451Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2642 | 2026-08-21T22:27:14.541Z | Compiling progenitor-macro v0.14.0 |
| 2643 | 2026-08-21T22:27:15.379Z | Compiling strip-ansi-escapes v0.2.1 |
| 2644 | 2026-08-21T22:27:15.445Z | Compiling csv v1.4.0 |
| 2645 | 2026-08-21T22:27:15.949Z | Compiling phf v0.12.1 |
| 2646 | 2026-08-21T22:27:16.012Z | Compiling const_format_proc_macros v0.2.34 |
| 2647 | 2026-08-21T22:27:16.054Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2648 | 2026-08-21T22:27:16.152Z | Compiling fd-lock v4.0.4 |
| 2649 | 2026-08-21T22:27:16.348Z | Compiling peg-macros v0.8.5 |
| 2650 | 2026-08-21T22:27:16.411Z | Compiling nu-ansi-term v0.50.3 |
| 2651 | 2026-08-21T22:27:16.786Z | Compiling const_format v0.2.35 |
| 2652 | 2026-08-21T22:27:16.894Z | Compiling reedline v0.40.0 |
| 2653 | 2026-08-21T22:27:17.057Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2654 | 2026-08-21T22:27:17.296Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2655 | 2026-08-21T22:27:17.588Z | Compiling peg v0.8.5 |
| 2656 | 2026-08-21T22:27:17.736Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2657 | 2026-08-21T22:27:17.963Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2658 | 2026-08-21T22:27:18.572Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2659 | 2026-08-21T22:27:18.735Z | Compiling progenitor v0.14.0 |
| 2660 | 2026-08-21T22:27:18.928Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2661 | 2026-08-21T22:27:18.960Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2662 | 2026-08-21T22:27:18.990Z | Compiling bcs v0.1.6 |
| 2663 | 2026-08-21T22:27:19.422Z | Compiling nom v8.0.0 |
| 2664 | 2026-08-21T22:27:19.474Z | Compiling semver v0.1.20 |
| 2665 | 2026-08-21T22:27:19.777Z | Compiling rustc_version v0.1.7 |
| 2666 | 2026-08-21T22:27:20.007Z | Compiling newtype_derive v0.1.6 |
| 2667 | 2026-08-21T22:27:20.235Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2668 | 2026-08-21T22:27:20.300Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2669 | 2026-08-21T22:27:20.483Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2670 | 2026-08-21T22:27:20.609Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2671 | 2026-08-21T22:27:20.634Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2672 | 2026-08-21T22:27:21.001Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2673 | 2026-08-21T22:27:21.297Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2674 | 2026-08-21T22:27:21.588Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2675 | 2026-08-21T22:27:21.635Z | Compiling steno v0.4.1 |
| 2676 | 2026-08-21T22:27:21.932Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2677 | 2026-08-21T22:27:22.087Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2678 | 2026-08-21T22:27:22.178Z | Compiling sha1 v0.10.6 |
| 2679 | 2026-08-21T22:27:22.217Z | Compiling tagptr v0.2.0 |
| 2680 | 2026-08-21T22:27:22.460Z | Compiling utf-8 v0.7.6 |
| 2681 | 2026-08-21T22:27:22.685Z | Compiling moka v0.12.13 |
| 2682 | 2026-08-21T22:27:22.705Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2683 | 2026-08-21T22:27:22.915Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2684 | 2026-08-21T22:27:23.160Z | Compiling tungstenite v0.21.0 |
| 2685 | 2026-08-21T22:27:23.471Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2686 | 2026-08-21T22:27:23.981Z | Compiling hickory-resolver v0.25.2 |
| 2687 | 2026-08-21T22:27:24.717Z | Compiling tokio-tungstenite v0.21.0 |
| 2688 | 2026-08-21T22:27:25.100Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2689 | 2026-08-21T22:27:25.220Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2690 | 2026-08-21T22:27:26.078Z | Compiling darling_core v0.21.3 |
| 2691 | 2026-08-21T22:27:27.260Z | Compiling display-error-chain v0.2.2 |
| 2692 | 2026-08-21T22:27:27.469Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2693 | 2026-08-21T22:27:27.521Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2694 | 2026-08-21T22:27:27.667Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2695 | 2026-08-21T22:27:28.319Z | Compiling darling_macro v0.21.3 |
| 2696 | 2026-08-21T22:27:28.865Z | Compiling darling v0.21.3 |
| 2697 | 2026-08-21T22:27:28.895Z | Compiling libscf-sys v1.2.0 |
| 2698 | 2026-08-21T22:27:28.985Z | Compiling vergen-lib v0.1.6 |
| 2699 | 2026-08-21T22:27:29.129Z | Compiling diesel_derives v2.3.7 |
| 2700 | 2026-08-21T22:27:29.245Z | Compiling dsl_auto_type v0.2.0 |
| 2701 | 2026-08-21T22:27:29.534Z | Compiling scheduled-thread-pool v0.2.7 |
| 2702 | 2026-08-21T22:27:29.790Z | Compiling vergen-gitcl v1.0.8 |
| 2703 | 2026-08-21T22:27:29.817Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2704 | 2026-08-21T22:27:30.012Z | Compiling dirs-sys-next v0.1.2 |
| 2705 | 2026-08-21T22:27:30.046Z | Compiling glob v0.3.3 |
| 2706 | 2026-08-21T22:27:30.087Z | Compiling crunchy v0.2.4 |
| 2707 | 2026-08-21T22:27:30.109Z | Compiling maplit v1.0.2 |
| 2708 | 2026-08-21T22:27:30.185Z | Compiling dirs-next v2.0.0 |
| 2709 | 2026-08-21T22:27:30.226Z | Compiling r2d2 v0.8.10 |
| 2710 | 2026-08-21T22:27:30.332Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2711 | 2026-08-21T22:27:30.392Z | Compiling papergrid v0.18.0 |
| 2712 | 2026-08-21T22:27:30.412Z | Compiling clang-sys v1.8.1 |
| 2713 | 2026-08-21T22:27:30.460Z | Compiling downcast-rs v2.0.2 |
| 2714 | 2026-08-21T22:27:30.517Z | Compiling xshell-macros v0.2.7 |
| 2715 | 2026-08-21T22:27:30.562Z | Compiling tiny-keccak v2.0.2 |
| 2716 | 2026-08-21T22:27:30.728Z | Compiling term v0.7.0 |
| 2717 | 2026-08-21T22:27:30.840Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2718 | 2026-08-21T22:27:30.862Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2719 | 2026-08-21T22:27:30.923Z | Compiling xshell v0.2.7 |
| 2720 | 2026-08-21T22:27:31.018Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2721 | 2026-08-21T22:27:31.120Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2722 | 2026-08-21T22:27:31.233Z | Compiling bit-vec v0.6.3 |
| 2723 | 2026-08-21T22:27:31.384Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2724 | 2026-08-21T22:27:31.417Z | Compiling bit-set v0.5.3 |
| 2725 | 2026-08-21T22:27:31.477Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2726 | 2026-08-21T22:27:31.594Z | Compiling tabled v0.21.0 |
| 2727 | 2026-08-21T22:27:31.616Z | Compiling ascii-canvas v3.0.0 |
| 2728 | 2026-08-21T22:27:32.026Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2729 | 2026-08-21T22:27:32.122Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2730 | 2026-08-21T22:27:32.176Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2731 | 2026-08-21T22:27:32.445Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2732 | 2026-08-21T22:27:32.567Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2733 | 2026-08-21T22:27:32.785Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2734 | 2026-08-21T22:27:32.810Z | Compiling itertools v0.10.5 |
| 2735 | 2026-08-21T22:27:32.960Z | Compiling ena v0.14.4 |
| 2736 | 2026-08-21T22:27:33.211Z | Compiling libloading v0.8.9 |
| 2737 | 2026-08-21T22:27:33.314Z | Compiling regex-syntax v0.6.29 |
| 2738 | 2026-08-21T22:27:33.351Z | Compiling diff v0.1.13 |
| 2739 | 2026-08-21T22:27:33.467Z | Compiling bindgen v0.71.1 |
| 2740 | 2026-08-21T22:27:33.619Z | Compiling unicase v2.9.0 |
| 2741 | 2026-08-21T22:27:33.968Z | Compiling cexpr v0.6.0 |
| 2742 | 2026-08-21T22:27:34.039Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2743 | 2026-08-21T22:27:34.255Z | Compiling rustc-hash v2.1.1 |
| 2744 | 2026-08-21T22:27:34.435Z | Compiling crc8 v0.1.1 |
| 2745 | 2026-08-21T22:27:34.639Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2746 | 2026-08-21T22:27:34.791Z | Compiling diesel v2.3.7 |
| 2747 | 2026-08-21T22:27:34.850Z | Compiling lalrpop v0.19.12 |
| 2748 | 2026-08-21T22:27:35.089Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2749 | 2026-08-21T22:27:35.228Z | Compiling headers-core v0.3.0 |
| 2750 | 2026-08-21T22:27:35.591Z | Compiling libxml v0.3.3 |
| 2751 | 2026-08-21T22:27:35.818Z | Compiling headers v0.4.1 |
| 2752 | 2026-08-21T22:27:35.922Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2753 | 2026-08-21T22:27:35.990Z | Compiling strum_macros v0.24.3 |
| 2754 | 2026-08-21T22:27:36.107Z | Compiling indoc v1.0.9 |
| 2755 | 2026-08-21T22:27:36.255Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2756 | 2026-08-21T22:27:36.478Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2757 | 2026-08-21T22:27:36.541Z | Compiling derive_builder v0.20.2 |
| 2758 | 2026-08-21T22:27:36.707Z | Compiling oso-derive v0.27.3 |
| 2759 | 2026-08-21T22:27:36.820Z | Compiling quick-xml v0.37.5 |
| 2760 | 2026-08-21T22:27:37.128Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2761 | 2026-08-21T22:27:37.233Z | Compiling openssl-probe v0.1.6 |
| 2762 | 2026-08-21T22:27:37.286Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2763 | 2026-08-21T22:27:37.433Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2764 | 2026-08-21T22:27:37.528Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2765 | 2026-08-21T22:27:38.029Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2766 | 2026-08-21T22:27:38.075Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2767 | 2026-08-21T22:27:38.234Z | Compiling bb8 v0.8.6 |
| 2768 | 2026-08-21T22:27:38.310Z | Compiling trait-variant v0.1.2 |
| 2769 | 2026-08-21T22:27:38.430Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2770 | 2026-08-21T22:27:38.616Z | Compiling half v1.8.3 |
| 2771 | 2026-08-21T22:27:38.709Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2772 | 2026-08-21T22:27:38.843Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2773 | 2026-08-21T22:27:38.895Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2774 | 2026-08-21T22:27:38.961Z | Compiling proc-macro-error2 v2.0.1 |
| 2775 | 2026-08-21T22:27:39.048Z | Compiling serde_cbor v0.11.2 |
| 2776 | 2026-08-21T22:27:39.375Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2777 | 2026-08-21T22:27:39.486Z | Compiling hashbrown v0.14.5 |
| 2778 | 2026-08-21T22:27:39.532Z | Compiling rfc6979 v0.4.0 |
| 2779 | 2026-08-21T22:27:39.596Z | Compiling salty v0.3.0 |
| 2780 | 2026-08-21T22:27:39.695Z | Compiling ecdsa v0.16.9 |
| 2781 | 2026-08-21T22:27:39.927Z | Compiling knus-derive v3.4.0 |
| 2782 | 2026-08-21T22:27:40.043Z | Compiling samael v0.0.19 |
| 2783 | 2026-08-21T22:27:40.067Z | Compiling chumsky v0.9.3 |
| 2784 | 2026-08-21T22:27:40.126Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2785 | 2026-08-21T22:27:40.191Z | Compiling progenitor-impl v0.13.0 |
| 2786 | 2026-08-21T22:27:40.386Z | Compiling primeorder v0.13.6 |
| 2787 | 2026-08-21T22:27:40.712Z | Compiling nonempty v0.12.0 |
| 2788 | 2026-08-21T22:27:41.013Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2789 | 2026-08-21T22:27:41.324Z | Compiling knus v3.4.0 |
| 2790 | 2026-08-21T22:27:41.391Z | Compiling p384 v0.13.1 |
| 2791 | 2026-08-21T22:27:42.218Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2792 | 2026-08-21T22:27:42.371Z | Compiling polar-core v0.27.3 |
| 2793 | 2026-08-21T22:27:42.430Z | Compiling progenitor-macro v0.13.0 |
| 2794 | 2026-08-21T22:27:42.911Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2795 | 2026-08-21T22:27:43.505Z | Compiling progenitor-client v0.13.0 |
| 2796 | 2026-08-21T22:27:43.731Z | Compiling fxhash v0.2.1 |
| 2797 | 2026-08-21T22:27:43.924Z | Compiling libz-sys v1.1.24 |
| 2798 | 2026-08-21T22:27:44.027Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-08-21T22:27:44.152Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2800 | 2026-08-21T22:27:44.418Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2801 | 2026-08-21T22:27:44.657Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2802 | 2026-08-21T22:27:44.932Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2803 | 2026-08-21T22:27:45.037Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2804 | 2026-08-21T22:27:45.355Z | Compiling kstat-rs v0.2.5 |
| 2805 | 2026-08-21T22:27:46.077Z | Compiling mime_guess v2.0.5 |
| 2806 | 2026-08-21T22:27:46.536Z | Compiling progenitor v0.13.0 |
| 2807 | 2026-08-21T22:27:46.632Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2808 | 2026-08-21T22:27:47.963Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2809 | 2026-08-21T22:27:48.132Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2810 | 2026-08-21T22:27:48.289Z | Compiling nanorand v0.7.0 |
| 2811 | 2026-08-21T22:27:48.331Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2812 | 2026-08-21T22:27:48.661Z | Compiling parking_lot_core v0.8.6 |
| 2813 | 2026-08-21T22:27:48.912Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2814 | 2026-08-21T22:27:48.979Z | Compiling flume v0.11.1 |
| 2815 | 2026-08-21T22:27:49.189Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2816 | 2026-08-21T22:27:49.530Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2817 | 2026-08-21T22:27:50.148Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2818 | 2026-08-21T22:27:50.231Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2819 | 2026-08-21T22:27:50.717Z | Compiling git-stub v1.0.0 |
| 2820 | 2026-08-21T22:27:50.960Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2821 | 2026-08-21T22:27:51.010Z | Compiling http-range v0.1.5 |
| 2822 | 2026-08-21T22:27:51.217Z | Compiling instability v0.3.11 |
| 2823 | 2026-08-21T22:27:51.373Z | Compiling oso v0.27.3 |
| 2824 | 2026-08-21T22:27:51.425Z | Compiling strsim v0.10.0 |
| 2825 | 2026-08-21T22:27:51.486Z | Compiling corncobs v0.1.4 |
| 2826 | 2026-08-21T22:27:51.761Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2827 | 2026-08-21T22:27:51.896Z | Compiling darling_core v0.13.4 |
| 2828 | 2026-08-21T22:27:52.445Z | Compiling diesel-dtrace v0.5.0 |
| 2829 | 2026-08-21T22:27:52.741Z | Compiling async-bb8-diesel v0.2.1 |
| 2830 | 2026-08-21T22:27:53.179Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2831 | 2026-08-21T22:27:53.429Z | Compiling git-stub-vcs v0.1.0 |
| 2832 | 2026-08-21T22:27:54.781Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2833 | 2026-08-21T22:27:56.260Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2834 | 2026-08-21T22:27:56.368Z | Compiling ignore v0.4.25 |
| 2835 | 2026-08-21T22:27:57.450Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2836 | 2026-08-21T22:27:57.680Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2837 | 2026-08-21T22:27:57.773Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2838 | 2026-08-21T22:27:57.949Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2839 | 2026-08-21T22:27:58.214Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2840 | 2026-08-21T22:27:59.117Z | Compiling anstyle-parse v0.2.7 |
| 2841 | 2026-08-21T22:27:59.381Z | Compiling secrecy v0.8.0 |
| 2842 | 2026-08-21T22:27:59.577Z | Compiling castaway v0.2.4 |
| 2843 | 2026-08-21T22:27:59.647Z | Compiling vergen-git2 v9.1.0 |
| 2844 | 2026-08-21T22:27:59.651Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2845 | 2026-08-21T22:27:59.693Z | Compiling indoc v2.0.7 |
| 2846 | 2026-08-21T22:27:59.741Z | Compiling compact_str v0.8.1 |
| 2847 | 2026-08-21T22:27:59.881Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2848 | 2026-08-21T22:28:00.842Z | Compiling anstream v0.6.21 |
| 2849 | 2026-08-21T22:28:00.865Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2850 | 2026-08-21T22:28:01.281Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2851 | 2026-08-21T22:28:01.381Z | Compiling globwalk v0.9.1 |
| 2852 | 2026-08-21T22:28:01.914Z | Compiling parking_lot v0.11.2 |
| 2853 | 2026-08-21T22:28:01.971Z | Compiling hyper-staticfile v0.10.1 |
| 2854 | 2026-08-21T22:28:02.023Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2855 | 2026-08-21T22:28:02.740Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2856 | 2026-08-21T22:28:02.796Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2857 | 2026-08-21T22:28:02.940Z | Compiling darling_macro v0.13.4 |
| 2858 | 2026-08-21T22:28:03.115Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2859 | 2026-08-21T22:28:03.291Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2860 | 2026-08-21T22:28:03.450Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2861 | 2026-08-21T22:28:03.755Z | Compiling predicates-tree v1.0.13 |
| 2862 | 2026-08-21T22:28:04.163Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2863 | 2026-08-21T22:28:04.193Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2864 | 2026-08-21T22:28:04.294Z | Compiling unicode-truncate v1.1.0 |
| 2865 | 2026-08-21T22:28:04.386Z | Compiling lru v0.12.5 |
| 2866 | 2026-08-21T22:28:04.508Z | Compiling sha2 v0.11.0 |
| 2867 | 2026-08-21T22:28:04.614Z | Compiling digest-io v0.1.0 |
| 2868 | 2026-08-21T22:28:04.796Z | Compiling prefix-trie v0.7.0 |
| 2869 | 2026-08-21T22:28:05.084Z | Compiling rand_seeder v0.4.0 |
| 2870 | 2026-08-21T22:28:05.110Z | Compiling rawzip v0.4.4 |
| 2871 | 2026-08-21T22:28:05.251Z | Compiling cassowary v0.3.0 |
| 2872 | 2026-08-21T22:28:05.293Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2873 | 2026-08-21T22:28:05.393Z | Compiling hickory-server v0.25.2 |
| 2874 | 2026-08-21T22:28:05.555Z | Compiling ratatui v0.29.0 |
| 2875 | 2026-08-21T22:28:05.725Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2876 | 2026-08-21T22:28:05.750Z | Compiling camino-tempfile-ext v0.3.3 |
| 2877 | 2026-08-21T22:28:06.096Z | Compiling darling v0.13.4 |
| 2878 | 2026-08-21T22:28:06.214Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2879 | 2026-08-21T22:28:06.244Z | Compiling sled v0.34.7 |
| 2880 | 2026-08-21T22:28:06.493Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2881 | 2026-08-21T22:28:06.804Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2882 | 2026-08-21T22:28:08.718Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2883 | 2026-08-21T22:28:09.318Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2884 | 2026-08-21T22:28:09.562Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2885 | 2026-08-21T22:28:10.462Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2886 | 2026-08-21T22:28:11.775Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2887 | 2026-08-21T22:28:12.511Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2888 | 2026-08-21T22:28:13.737Z | Compiling serde_with_macros v1.5.2 |
| 2889 | 2026-08-21T22:28:13.908Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2890 | 2026-08-21T22:28:14.064Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2891 | 2026-08-21T22:28:14.460Z | Compiling git2 v0.20.4 |
| 2892 | 2026-08-21T22:28:14.484Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2893 | 2026-08-21T22:28:14.571Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2894 | 2026-08-21T22:28:14.710Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2895 | 2026-08-21T22:28:14.720Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2896 | 2026-08-21T22:28:14.789Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2897 | 2026-08-21T22:28:14.921Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2898 | 2026-08-21T22:28:14.946Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2899 | 2026-08-21T22:28:15.126Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2900 | 2026-08-21T22:28:15.170Z | Compiling arc-swap v1.8.2 |
| 2901 | 2026-08-21T22:28:15.190Z | Compiling void v1.0.2 |
| 2902 | 2026-08-21T22:28:15.387Z | Compiling lzss v0.8.2 |
| 2903 | 2026-08-21T22:28:15.449Z | Compiling slog-scope v4.4.1 |
| 2904 | 2026-08-21T22:28:15.739Z | Compiling serde_with v1.14.0 |
| 2905 | 2026-08-21T22:28:15.871Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2906 | 2026-08-21T22:28:16.033Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2907 | 2026-08-21T22:28:17.211Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2908 | 2026-08-21T22:28:17.407Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2909 | 2026-08-21T22:28:17.486Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2910 | 2026-08-21T22:28:17.550Z | Compiling scuffle v0.1.0 |
| 2911 | 2026-08-21T22:28:17.600Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2912 | 2026-08-21T22:28:18.102Z | Compiling tungstenite v0.23.0 |
| 2913 | 2026-08-21T22:28:18.422Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2914 | 2026-08-21T22:28:19.608Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2915 | 2026-08-21T22:28:20.073Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2916 | 2026-08-21T22:28:20.340Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2917 | 2026-08-21T22:28:20.549Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2918 | 2026-08-21T22:28:20.574Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2919 | 2026-08-21T22:28:20.782Z | Compiling nix v0.27.1 |
| 2920 | 2026-08-21T22:28:20.827Z | Compiling twox-hash v2.1.2 |
| 2921 | 2026-08-21T22:28:21.339Z | Compiling libsw-core v0.3.2 |
| 2922 | 2026-08-21T22:28:21.374Z | Compiling serde_bytes v0.11.19 |
| 2923 | 2026-08-21T22:28:21.564Z | Compiling atty v0.2.14 |
| 2924 | 2026-08-21T22:28:21.614Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2925 | 2026-08-21T22:28:21.674Z | Compiling libsw v3.5.0 |
| 2926 | 2026-08-21T22:28:21.782Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2927 | 2026-08-21T22:28:21.907Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2928 | 2026-08-21T22:28:21.947Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2929 | 2026-08-21T22:28:22.113Z | Compiling tokio-tungstenite v0.23.1 |
| 2930 | 2026-08-21T22:28:22.478Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2931 | 2026-08-21T22:28:23.190Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2932 | 2026-08-21T22:28:23.497Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2933 | 2026-08-21T22:28:24.032Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2934 | 2026-08-21T22:28:25.352Z | Compiling slog-stdlog v4.1.1 |
| 2935 | 2026-08-21T22:28:25.747Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2936 | 2026-08-21T22:28:26.093Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2937 | 2026-08-21T22:28:26.598Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2938 | 2026-08-21T22:28:27.043Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2939 | 2026-08-21T22:28:28.184Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2940 | 2026-08-21T22:28:28.693Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2941 | 2026-08-21T22:28:28.762Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2942 | 2026-08-21T22:28:30.429Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2943 | 2026-08-21T22:28:30.909Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2944 | 2026-08-21T22:28:31.470Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2945 | 2026-08-21T22:28:31.560Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2946 | 2026-08-21T22:28:32.031Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2947 | 2026-08-21T22:28:32.477Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2948 | 2026-08-21T22:28:34.616Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2949 | 2026-08-21T22:28:35.331Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2950 | 2026-08-21T22:28:35.607Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2951 | 2026-08-21T22:28:35.914Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2952 | 2026-08-21T22:28:36.147Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2953 | 2026-08-21T22:28:37.023Z | Compiling signal-hook-tokio v0.3.1 |
| 2954 | 2026-08-21T22:28:37.222Z | Compiling fatfs v0.3.6 |
| 2955 | 2026-08-21T22:28:38.491Z | Compiling yasna v0.5.2 |
| 2956 | 2026-08-21T22:28:38.878Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2957 | 2026-08-21T22:28:38.899Z | Compiling seq-macro v0.3.6 |
| 2958 | 2026-08-21T22:28:39.466Z | Compiling assert_matches v1.5.0 |
| 2959 | 2026-08-21T22:28:39.583Z | Compiling rcgen v0.12.1 |
| 2960 | 2026-08-21T22:28:40.061Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2961 | 2026-08-21T22:28:40.469Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2962 | 2026-08-21T22:28:41.035Z | Compiling slog-envlogger v2.2.0 |
| 2963 | 2026-08-21T22:28:42.294Z | Compiling oxide-update-engine-display v0.1.2 |
| 2964 | 2026-08-21T22:28:42.803Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2965 | 2026-08-21T22:28:43.264Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2966 | 2026-08-21T22:28:44.094Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2967 | 2026-08-21T22:28:44.128Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2968 | 2026-08-21T22:28:44.321Z | Compiling port-file v0.1.0 |
| 2969 | 2026-08-21T22:28:44.344Z | Compiling rtoolbox v0.0.3 |
| 2970 | 2026-08-21T22:28:44.366Z | Compiling subprocess v0.2.15 |
| 2971 | 2026-08-21T22:28:44.658Z | Compiling rpassword v7.5.4 |
| 2972 | 2026-08-21T22:28:44.759Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2973 | 2026-08-21T22:28:45.274Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2974 | 2026-08-21T22:28:46.560Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2975 | 2026-08-21T22:28:46.700Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2976 | 2026-08-21T22:28:47.213Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-08-21T22:28:47.320Z | Compiling tui-tree-widget v0.23.1 |
| 2978 | 2026-08-21T22:28:47.611Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2979 | 2026-08-21T22:28:48.905Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2980 | 2026-08-21T22:28:50.564Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2981 | 2026-08-21T22:28:50.951Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2982 | 2026-08-21T22:28:51.775Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2983 | 2026-08-21T22:28:51.998Z | Compiling uzers v0.12.2 |
| 2984 | 2026-08-21T22:28:52.922Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2985 | 2026-08-21T22:28:53.019Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2986 | 2026-08-21T22:28:53.268Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2987 | 2026-08-21T22:28:54.060Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2988 | 2026-08-21T22:28:54.918Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2989 | 2026-08-21T22:28:55.475Z | Compiling support-bundle-viewer v0.1.2 |
| 2990 | 2026-08-21T22:28:57.106Z | Compiling multimap v0.10.1 |
| 2991 | 2026-08-21T22:29:04.956Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2992 | 2026-08-21T22:29:06.698Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2993 | 2026-08-21T22:29:13.608Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2994 | 2026-08-21T22:29:15.607Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2995 | 2026-08-21T22:29:18.070Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2996 | 2026-08-21T22:36:42.531Z | Finished `release` profile [optimized] target(s) in 9m 38s |
| 2997 | 2026-08-21T22:36:42.537Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2998 | 2026-08-21T22:36:42.537Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2999 | 2026-08-21T22:37:33.834Z | |
| 3000 | 2026-08-21T22:37:33.834Z | real 10:31.091583078 |
| 3001 | 2026-08-21T22:37:33.834Z | user 1:22:18.855157816 |
| 3002 | 2026-08-21T22:37:33.834Z | sys 3:39.867197637 |
| 3003 | 2026-08-21T22:37:33.837Z | trap 1.840048876 |
| 3004 | 2026-08-21T22:37:33.837Z | tflt 1.914063675 |
| 3005 | 2026-08-21T22:37:33.837Z | dflt 20.402619186 |
| 3006 | 2026-08-21T22:37:33.837Z | kflt 0.119778040 |
| 3007 | 2026-08-21T22:37:33.837Z | lock 7:47:05.433479243 |
| 3008 | 2026-08-21T22:37:33.838Z | slp 2:19:13.706335256 |
| 3009 | 2026-08-21T22:37:33.838Z | lat 2:33.757869631 |
| 3010 | 2026-08-21T22:37:33.838Z | stop 5:42.875433494 |
| 3011 | 2026-08-21T22:37:33.838Z | + mapfile -t packages |
| 3012 | 2026-08-21T22:37:33.838Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3013 | 2026-08-21T22:37:34.795Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3014 | 2026-08-21T22:37:34.870Z | Running `target/release/omicron-package -t test list-outputs` |
| 3015 | 2026-08-21T22:37:34.926Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3016 | 2026-08-21T22:37:34.930Z | + ptime -m cargo build --locked --release -p xtask |
| 3017 | 2026-08-21T22:37:35.414Z | Compiling libc v0.2.185 |
| 3018 | 2026-08-21T22:37:35.414Z | Compiling serde_core v1.0.228 |
| 3019 | 2026-08-21T22:37:35.418Z | Compiling serde v1.0.228 |
| 3020 | 2026-08-21T22:37:35.418Z | Compiling rustix v1.1.4 |
| 3021 | 2026-08-21T22:37:35.418Z | Compiling bitflags v2.11.0 |
| 3022 | 2026-08-21T22:37:35.500Z | Compiling serde_json v1.0.151 |
| 3023 | 2026-08-21T22:37:35.566Z | Compiling usdt-impl v0.5.0 |
| 3024 | 2026-08-21T22:37:35.575Z | Compiling syn v2.0.117 |
| 3025 | 2026-08-21T22:37:35.579Z | Compiling syn v1.0.109 |
| 3026 | 2026-08-21T22:37:35.597Z | Compiling log v0.4.33 |
| 3027 | 2026-08-21T22:37:35.607Z | Compiling getrandom v0.3.4 |
| 3028 | 2026-08-21T22:37:35.610Z | Compiling indexmap v2.14.0 |
| 3029 | 2026-08-21T22:37:35.633Z | Compiling fs-err v3.3.0 |
| 3030 | 2026-08-21T22:37:35.816Z | Compiling anyhow v1.0.104 |
| 3031 | 2026-08-21T22:37:35.855Z | Compiling heck v0.4.1 |
| 3032 | 2026-08-21T22:37:35.900Z | Compiling once_cell v1.21.3 |
| 3033 | 2026-08-21T22:37:36.255Z | Compiling errno v0.3.14 |
| 3034 | 2026-08-21T22:37:36.258Z | Compiling thread-id v4.2.2 |
| 3035 | 2026-08-21T22:37:36.258Z | Compiling memmap v0.7.0 |
| 3036 | 2026-08-21T22:37:37.042Z | Compiling proc-macro-error v1.0.4 |
| 3037 | 2026-08-21T22:37:37.276Z | Compiling terminal_size v0.4.3 |
| 3038 | 2026-08-21T22:37:37.276Z | Compiling tempfile v3.27.0 |
| 3039 | 2026-08-21T22:37:37.306Z | Compiling tabled_derive v0.7.0 |
| 3040 | 2026-08-21T22:37:37.372Z | Compiling clap_builder v4.6.0 |
| 3041 | 2026-08-21T22:37:37.372Z | Compiling textwrap v0.16.2 |
| 3042 | 2026-08-21T22:37:37.673Z | Compiling camino v1.2.5 |
| 3043 | 2026-08-21T22:37:37.687Z | Compiling cargo-platform v0.3.2 |
| 3044 | 2026-08-21T22:37:37.690Z | Compiling semver v1.0.28 |
| 3045 | 2026-08-21T22:37:37.763Z | Compiling pest_generator v2.8.6 |
| 3046 | 2026-08-21T22:37:37.993Z | Compiling tabled v0.15.0 |
| 3047 | 2026-08-21T22:37:38.027Z | Compiling camino-tempfile v1.4.1 |
| 3048 | 2026-08-21T22:37:38.240Z | Compiling serde_derive v1.0.228 |
| 3049 | 2026-08-21T22:37:38.243Z | Compiling thiserror-impl v1.0.69 |
| 3050 | 2026-08-21T22:37:38.243Z | Compiling zerocopy-derive v0.7.35 |
| 3051 | 2026-08-21T22:37:38.243Z | Compiling scroll_derive v0.12.1 |
| 3052 | 2026-08-21T22:37:38.243Z | Compiling thiserror-impl v2.0.18 |
| 3053 | 2026-08-21T22:37:38.243Z | Compiling clap_derive v4.6.1 |
| 3054 | 2026-08-21T22:37:38.308Z | Compiling pest_derive v2.8.6 |
| 3055 | 2026-08-21T22:37:38.929Z | Compiling scroll v0.12.0 |
| 3056 | 2026-08-21T22:37:39.083Z | Compiling zerocopy v0.7.35 |
| 3057 | 2026-08-21T22:37:39.202Z | Compiling goblin v0.8.2 |
| 3058 | 2026-08-21T22:37:39.445Z | Compiling thiserror v1.0.69 |
| 3059 | 2026-08-21T22:37:39.569Z | Compiling dtrace-parser v0.2.0 |
| 3060 | 2026-08-21T22:37:39.673Z | Compiling thiserror v2.0.18 |
| 3061 | 2026-08-21T22:37:39.772Z | Compiling clap v4.6.1 |
| 3062 | 2026-08-21T22:37:41.391Z | Compiling dof v0.3.0 |
| 3063 | 2026-08-21T22:37:41.404Z | Compiling toml_datetime v0.6.11 |
| 3064 | 2026-08-21T22:37:41.434Z | Compiling serde_spanned v0.6.9 |
| 3065 | 2026-08-21T22:37:41.489Z | Compiling serde_tokenstream v0.2.3 |
| 3066 | 2026-08-21T22:37:41.604Z | Compiling toml_edit v0.22.27 |
| 3067 | 2026-08-21T22:37:41.700Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3068 | 2026-08-21T22:37:41.703Z | Compiling cargo_metadata v0.23.1 |
| 3069 | 2026-08-21T22:37:41.748Z | Compiling macaddr v1.0.1 |
| 3070 | 2026-08-21T22:37:42.149Z | Compiling usdt-attr-macro v0.5.0 |
| 3071 | 2026-08-21T22:37:42.184Z | Compiling usdt-macro v0.5.0 |
| 3072 | 2026-08-21T22:37:42.784Z | Compiling usdt v0.5.0 |
| 3073 | 2026-08-21T22:37:43.205Z | Compiling toml v0.8.23 |
| 3074 | 2026-08-21T22:37:43.644Z | Compiling cargo_toml v0.21.0 |
| 3075 | 2026-08-21T22:37:48.054Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3076 | 2026-08-21T22:37:51.288Z | Finished `release` profile [optimized] target(s) in 16.34s |
| 3077 | 2026-08-21T22:37:51.390Z | |
| 3078 | 2026-08-21T22:37:51.391Z | real 16.426569039 |
| 3079 | 2026-08-21T22:37:51.391Z | user 2:05.912055374 |
| 3080 | 2026-08-21T22:37:51.391Z | sys 13.558862989 |
| 3081 | 2026-08-21T22:37:51.394Z | trap 0.065429389 |
| 3082 | 2026-08-21T22:37:51.394Z | tflt 0.468695945 |
| 3083 | 2026-08-21T22:37:51.394Z | dflt 1.503367273 |
| 3084 | 2026-08-21T22:37:51.394Z | kflt 0.000010000 |
| 3085 | 2026-08-21T22:37:51.394Z | lock 4:44.448531785 |
| 3086 | 2026-08-21T22:37:51.394Z | slp 2:42.592246871 |
| 3087 | 2026-08-21T22:37:51.394Z | lat 4.213437882 |
| 3088 | 2026-08-21T22:37:51.394Z | stop 16.079162935 |
| 3089 | 2026-08-21T22:37:51.394Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3090 | 2026-08-21T22:37:51.394Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3091 | 2026-08-21T22:37:51.394Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3092 | 2026-08-21T22:37:51.394Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3093 | 2026-08-21T22:37:51.394Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3094 | 2026-08-21T22:37:52.349Z | Compiling match_cfg v0.1.0 |
| 3095 | 2026-08-21T22:37:52.349Z | Compiling progenitor-client v0.14.0 |
| 3096 | 2026-08-21T22:37:52.350Z | Compiling slog-json v2.6.1 |
| 3097 | 2026-08-21T22:37:52.350Z | Compiling newtype-uuid-macros v0.1.0 |
| 3098 | 2026-08-21T22:37:52.350Z | Compiling sha1 v0.11.0 |
| 3099 | 2026-08-21T22:37:52.353Z | Compiling multer v3.1.0 |
| 3100 | 2026-08-21T22:37:52.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3101 | 2026-08-21T22:37:52.353Z | Compiling compression-core v0.4.31 |
| 3102 | 2026-08-21T22:37:52.353Z | Compiling debug-ignore v1.0.5 |
| 3103 | 2026-08-21T22:37:52.353Z | Compiling async-stream-impl v0.3.6 |
| 3104 | 2026-08-21T22:37:52.353Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3105 | 2026-08-21T22:37:52.498Z | Compiling serde_spanned v1.1.1 |
| 3106 | 2026-08-21T22:37:52.501Z | Compiling dropshot v0.17.1 |
| 3107 | 2026-08-21T22:37:52.502Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3108 | 2026-08-21T22:37:52.518Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-08-21T22:37:52.522Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-08-21T22:37:52.681Z | Compiling compression-codecs v0.4.37 |
| 3111 | 2026-08-21T22:37:52.751Z | Compiling dropshot_endpoint v0.17.1 |
| 3112 | 2026-08-21T22:37:52.769Z | Compiling hostname v0.4.2 |
| 3113 | 2026-08-21T22:37:52.803Z | Compiling serde_path_to_error v0.1.20 |
| 3114 | 2026-08-21T22:37:52.823Z | Compiling atomicwrites v0.4.4 |
| 3115 | 2026-08-21T22:37:52.879Z | Compiling hostname v0.3.1 |
| 3116 | 2026-08-21T22:37:52.882Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3117 | 2026-08-21T22:37:52.920Z | Compiling async-compression v0.4.41 |
| 3118 | 2026-08-21T22:37:52.960Z | Compiling macaddr v1.0.1 |
| 3119 | 2026-08-21T22:37:52.997Z | Compiling slog-bunyan v2.5.0 |
| 3120 | 2026-08-21T22:37:53.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3121 | 2026-08-21T22:37:53.033Z | Compiling instant v0.1.13 |
| 3122 | 2026-08-21T22:37:53.037Z | Compiling regress v0.10.5 |
| 3123 | 2026-08-21T22:37:53.050Z | Compiling parse-display-derive v0.10.0 |
| 3124 | 2026-08-21T22:37:53.120Z | Compiling backon v1.6.0 |
| 3125 | 2026-08-21T22:37:53.123Z | Compiling itertools v0.14.0 |
| 3126 | 2026-08-21T22:37:53.172Z | Compiling async-stream v0.3.6 |
| 3127 | 2026-08-21T22:37:53.190Z | Compiling backoff v0.4.0 |
| 3128 | 2026-08-21T22:37:53.212Z | Compiling humantime v2.3.0 |
| 3129 | 2026-08-21T22:37:53.215Z | Compiling half v2.7.1 |
| 3130 | 2026-08-21T22:37:53.254Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3131 | 2026-08-21T22:37:53.274Z | Compiling ciborium-io v0.2.2 |
| 3132 | 2026-08-21T22:37:53.279Z | Compiling crucible-workspace-hack v0.1.0 |
| 3133 | 2026-08-21T22:37:53.366Z | Compiling progenitor-extras v0.2.0 |
| 3134 | 2026-08-21T22:37:53.383Z | Compiling convert_case v0.4.0 |
| 3135 | 2026-08-21T22:37:53.398Z | Compiling regress v0.11.1 |
| 3136 | 2026-08-21T22:37:53.421Z | Compiling secrecy v0.10.3 |
| 3137 | 2026-08-21T22:37:53.489Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3138 | 2026-08-21T22:37:53.507Z | Compiling ciborium-ll v0.2.2 |
| 3139 | 2026-08-21T22:37:53.510Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3140 | 2026-08-21T22:37:53.561Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3141 | 2026-08-21T22:37:53.579Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3142 | 2026-08-21T22:37:53.599Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3143 | 2026-08-21T22:37:53.643Z | Compiling inout v0.1.4 |
| 3144 | 2026-08-21T22:37:53.647Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3145 | 2026-08-21T22:37:53.697Z | Compiling ciborium v0.2.2 |
| 3146 | 2026-08-21T22:37:53.714Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3147 | 2026-08-21T22:37:53.752Z | Compiling universal-hash v0.5.1 |
| 3148 | 2026-08-21T22:37:53.769Z | Compiling derive_more v0.99.20 |
| 3149 | 2026-08-21T22:37:53.856Z | Compiling cipher v0.4.4 |
| 3150 | 2026-08-21T22:37:53.880Z | Compiling unsafe-libyaml v0.2.11 |
| 3151 | 2026-08-21T22:37:53.907Z | Compiling opaque-debug v0.3.1 |
| 3152 | 2026-08-21T22:37:53.925Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3153 | 2026-08-21T22:37:53.943Z | Compiling blake2 v0.10.6 |
| 3154 | 2026-08-21T22:37:53.996Z | Compiling poly1305 v0.8.0 |
| 3155 | 2026-08-21T22:37:54.136Z | Compiling chacha20 v0.9.1 |
| 3156 | 2026-08-21T22:37:54.206Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3157 | 2026-08-21T22:37:54.252Z | Compiling aead v0.5.2 |
| 3158 | 2026-08-21T22:37:54.304Z | Compiling password-hash v0.5.0 |
| 3159 | 2026-08-21T22:37:54.412Z | Compiling serde_yaml v0.9.34+deprecated |
| 3160 | 2026-08-21T22:37:54.430Z | Compiling indent_write v2.2.0 |
| 3161 | 2026-08-21T22:37:54.446Z | Compiling chacha20poly1305 v0.10.1 |
| 3162 | 2026-08-21T22:37:54.487Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3163 | 2026-08-21T22:37:54.536Z | Compiling num-derive v0.4.2 |
| 3164 | 2026-08-21T22:37:54.604Z | Compiling argon2 v0.5.3 |
| 3165 | 2026-08-21T22:37:54.637Z | Compiling heapless v0.8.0 |
| 3166 | 2026-08-21T22:37:54.663Z | Compiling ingot-macros v0.2.0 |
| 3167 | 2026-08-21T22:37:54.754Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3168 | 2026-08-21T22:37:54.772Z | Compiling tabwriter v1.4.1 |
| 3169 | 2026-08-21T22:37:54.788Z | Compiling hash32 v0.3.1 |
| 3170 | 2026-08-21T22:37:54.840Z | Compiling parse-display v0.10.0 |
| 3171 | 2026-08-21T22:37:54.874Z | Compiling thiserror-no-std v2.0.2 |
| 3172 | 2026-08-21T22:37:54.965Z | Compiling vsss-rs v3.3.4 |
| 3173 | 2026-08-21T22:37:54.983Z | Compiling typify-impl v0.6.2 |
| 3174 | 2026-08-21T22:37:54.999Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3175 | 2026-08-21T22:37:55.162Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3176 | 2026-08-21T22:37:55.223Z | Compiling smoltcp v0.11.0 |
| 3177 | 2026-08-21T22:37:55.393Z | Compiling proc-macro-crate v3.4.0 |
| 3178 | 2026-08-21T22:37:55.529Z | Compiling cobs v0.3.0 |
| 3179 | 2026-08-21T22:37:55.620Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3180 | 2026-08-21T22:37:55.756Z | Compiling colored v3.1.1 |
| 3181 | 2026-08-21T22:37:55.774Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3182 | 2026-08-21T22:37:55.847Z | Compiling postcard v1.1.3 |
| 3183 | 2026-08-21T22:37:55.871Z | Compiling proc-macro-error v1.0.4 |
| 3184 | 2026-08-21T22:37:55.897Z | Compiling rand v0.10.1 |
| 3185 | 2026-08-21T22:37:55.975Z | Compiling num_enum_derive v0.7.6 |
| 3186 | 2026-08-21T22:37:56.016Z | Compiling proc-macro-crate v1.3.1 |
| 3187 | 2026-08-21T22:37:56.055Z | Compiling foreign-types-macros v0.2.3 |
| 3188 | 2026-08-21T22:37:56.139Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3189 | 2026-08-21T22:37:56.220Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3190 | 2026-08-21T22:37:56.224Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3191 | 2026-08-21T22:37:56.283Z | Compiling rayon-core v1.13.0 |
| 3192 | 2026-08-21T22:37:56.346Z | Compiling foreign-types-shared v0.3.1 |
| 3193 | 2026-08-21T22:37:56.476Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3194 | 2026-08-21T22:37:56.480Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3195 | 2026-08-21T22:37:56.527Z | Compiling num_enum_derive v0.5.11 |
| 3196 | 2026-08-21T22:37:56.583Z | Compiling crossbeam-deque v0.8.6 |
| 3197 | 2026-08-21T22:37:56.616Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3198 | 2026-08-21T22:37:56.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3199 | 2026-08-21T22:37:56.707Z | Compiling foreign-types v0.5.0 |
| 3200 | 2026-08-21T22:37:56.727Z | Compiling cstr-argument v0.1.2 |
| 3201 | 2026-08-21T22:37:56.731Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3202 | 2026-08-21T22:37:56.775Z | Compiling illumos-nvpair v0.3.0 |
| 3203 | 2026-08-21T22:37:56.827Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3204 | 2026-08-21T22:37:56.948Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3205 | 2026-08-21T22:37:57.026Z | Compiling zone_cfg_derive v0.3.1 |
| 3206 | 2026-08-21T22:37:57.089Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3207 | 2026-08-21T22:37:57.116Z | Compiling num_enum v0.7.6 |
| 3208 | 2026-08-21T22:37:57.134Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3209 | 2026-08-21T22:37:57.219Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3210 | 2026-08-21T22:37:57.238Z | Compiling itertools v0.12.1 |
| 3211 | 2026-08-21T22:37:57.255Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3212 | 2026-08-21T22:37:57.259Z | Compiling sigpipe v0.1.3 |
| 3213 | 2026-08-21T22:37:57.291Z | Compiling rayon v1.11.0 |
| 3214 | 2026-08-21T22:37:57.308Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3215 | 2026-08-21T22:37:57.308Z | Compiling glob v0.3.3 |
| 3216 | 2026-08-21T22:37:57.367Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3217 | 2026-08-21T22:37:57.516Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3218 | 2026-08-21T22:37:57.555Z | Compiling smf v0.2.3 |
| 3219 | 2026-08-21T22:37:57.594Z | Compiling cpubits v0.1.1 |
| 3220 | 2026-08-21T22:37:57.671Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3221 | 2026-08-21T22:37:57.674Z | Compiling ingot-types v0.2.0 |
| 3222 | 2026-08-21T22:37:57.674Z | Compiling whoami v1.6.1 |
| 3223 | 2026-08-21T22:37:57.725Z | Compiling num_enum v0.5.11 |
| 3224 | 2026-08-21T22:37:57.745Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3225 | 2026-08-21T22:37:57.745Z | Compiling gethostname v0.5.0 |
| 3226 | 2026-08-21T22:37:57.783Z | Compiling derive-where v1.6.0 |
| 3227 | 2026-08-21T22:37:57.787Z | Compiling usdt-macro v0.5.0 |
| 3228 | 2026-08-21T22:37:57.787Z | Compiling usdt-attr-macro v0.5.0 |
| 3229 | 2026-08-21T22:37:57.874Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3230 | 2026-08-21T22:37:57.911Z | Compiling num-rational v0.4.2 |
| 3231 | 2026-08-21T22:37:57.931Z | Compiling num-complex v0.4.6 |
| 3232 | 2026-08-21T22:37:58.010Z | Compiling memmap v0.7.0 |
| 3233 | 2026-08-21T22:37:58.111Z | Compiling ingot v0.2.1 |
| 3234 | 2026-08-21T22:37:58.209Z | Compiling toml v0.8.23 |
| 3235 | 2026-08-21T22:37:58.230Z | Compiling pem-rfc7468 v1.0.0 |
| 3236 | 2026-08-21T22:37:58.350Z | Compiling num v0.4.3 |
| 3237 | 2026-08-21T22:37:58.439Z | Compiling zone v0.3.1 |
| 3238 | 2026-08-21T22:37:58.458Z | Compiling float-ord v0.3.2 |
| 3239 | 2026-08-21T22:37:58.544Z | Compiling resolv-conf v0.7.6 |
| 3240 | 2026-08-21T22:37:58.561Z | Compiling cancel-safe-futures v0.1.5 |
| 3241 | 2026-08-21T22:37:58.564Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-08-21T22:37:58.603Z | Compiling hmac v0.13.0 |
| 3243 | 2026-08-21T22:37:58.623Z | Compiling universal-hash v0.6.1 |
| 3244 | 2026-08-21T22:37:58.694Z | Compiling usdt v0.5.0 |
| 3245 | 2026-08-21T22:37:58.796Z | Compiling sha1 v0.10.6 |
| 3246 | 2026-08-21T22:37:58.829Z | Compiling linear-map v1.2.0 |
| 3247 | 2026-08-21T22:37:58.881Z | Compiling libefi-sys v0.1.0 |
| 3248 | 2026-08-21T22:37:58.926Z | Compiling prettyplease v0.2.37 |
| 3249 | 2026-08-21T22:37:59.007Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3250 | 2026-08-21T22:37:59.045Z | Compiling polyval v0.7.1 |
| 3251 | 2026-08-21T22:37:59.063Z | Compiling der v0.8.0 |
| 3252 | 2026-08-21T22:37:59.080Z | Compiling hickory-proto v0.24.4 |
| 3253 | 2026-08-21T22:37:59.126Z | Compiling newline-converter v0.3.0 |
| 3254 | 2026-08-21T22:37:59.151Z | Compiling console v0.15.11 |
| 3255 | 2026-08-21T22:37:59.171Z | Compiling bitfield-struct v0.6.2 |
| 3256 | 2026-08-21T22:37:59.206Z | Compiling linked-hash-map v0.5.6 |
| 3257 | 2026-08-21T22:37:59.226Z | Compiling oxide-update-engine-types v0.1.2 |
| 3258 | 2026-08-21T22:37:59.268Z | Compiling ghash v0.6.0 |
| 3259 | 2026-08-21T22:37:59.422Z | Compiling lru-cache v0.1.2 |
| 3260 | 2026-08-21T22:37:59.442Z | Compiling pbkdf2 v0.13.0 |
| 3261 | 2026-08-21T22:37:59.550Z | Compiling expectorate v1.2.0 |
| 3262 | 2026-08-21T22:37:59.575Z | Compiling aes v0.9.1 |
| 3263 | 2026-08-21T22:37:59.592Z | Compiling crypto-bigint v0.7.5 |
| 3264 | 2026-08-21T22:37:59.633Z | Compiling ctr v0.10.1 |
| 3265 | 2026-08-21T22:37:59.656Z | Compiling typify-macro v0.6.2 |
| 3266 | 2026-08-21T22:37:59.744Z | Compiling aead v0.6.1 |
| 3267 | 2026-08-21T22:37:59.761Z | Compiling sha2 v0.11.0 |
| 3268 | 2026-08-21T22:37:59.876Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3269 | 2026-08-21T22:37:59.894Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3270 | 2026-08-21T22:37:59.943Z | Compiling nom v8.0.0 |
| 3271 | 2026-08-21T22:38:00.095Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3272 | 2026-08-21T22:38:00.198Z | Compiling semver v0.1.20 |
| 3273 | 2026-08-21T22:38:00.220Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3274 | 2026-08-21T22:38:00.364Z | Compiling oxide-update-engine v0.1.2 |
| 3275 | 2026-08-21T22:38:00.406Z | Compiling rustc_version v0.1.7 |
| 3276 | 2026-08-21T22:38:00.442Z | Compiling aes-gcm v0.11.0 |
| 3277 | 2026-08-21T22:38:00.468Z | Compiling spki v0.8.0 |
| 3278 | 2026-08-21T22:38:00.523Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3279 | 2026-08-21T22:38:00.642Z | Compiling tokio-dtrace v0.1.1 |
| 3280 | 2026-08-21T22:38:00.664Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3281 | 2026-08-21T22:38:00.681Z | Compiling salsa20 v0.11.0 |
| 3282 | 2026-08-21T22:38:00.684Z | Compiling slog-dtrace v0.3.0 |
| 3283 | 2026-08-21T22:38:00.719Z | Compiling minimal-lexical v0.2.1 |
| 3284 | 2026-08-21T22:38:00.864Z | Compiling xshell-macros v0.2.7 |
| 3285 | 2026-08-21T22:38:00.902Z | Compiling oxide-tokio-rt v0.1.4 |
| 3286 | 2026-08-21T22:38:00.922Z | Compiling scrypt v0.12.0 |
| 3287 | 2026-08-21T22:38:00.941Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3288 | 2026-08-21T22:38:00.957Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3289 | 2026-08-21T22:38:01.009Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3290 | 2026-08-21T22:38:01.026Z | Compiling nom v7.1.3 |
| 3291 | 2026-08-21T22:38:01.113Z | Compiling newtype_derive v0.1.6 |
| 3292 | 2026-08-21T22:38:01.229Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3293 | 2026-08-21T22:38:01.247Z | Compiling hickory-resolver v0.24.4 |
| 3294 | 2026-08-21T22:38:01.287Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3295 | 2026-08-21T22:38:01.304Z | Compiling xshell v0.2.7 |
| 3296 | 2026-08-21T22:38:01.342Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3297 | 2026-08-21T22:38:01.546Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3298 | 2026-08-21T22:38:01.565Z | Compiling typify v0.6.2 |
| 3299 | 2026-08-21T22:38:01.590Z | Compiling phf_shared v0.12.1 |
| 3300 | 2026-08-21T22:38:01.704Z | Compiling progenitor-impl v0.14.0 |
| 3301 | 2026-08-21T22:38:01.792Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3302 | 2026-08-21T22:38:01.855Z | Compiling rfc6979 v0.4.0 |
| 3303 | 2026-08-21T22:38:02.047Z | Compiling cbc v0.2.1 |
| 3304 | 2026-08-21T22:38:02.067Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3305 | 2026-08-21T22:38:02.085Z | Compiling csv-core v0.1.13 |
| 3306 | 2026-08-21T22:38:02.138Z | Compiling highway v1.3.0 |
| 3307 | 2026-08-21T22:38:02.241Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3308 | 2026-08-21T22:38:02.371Z | Compiling qorb v0.4.1 |
| 3309 | 2026-08-21T22:38:02.389Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3310 | 2026-08-21T22:38:02.407Z | Compiling chrono-tz v0.10.4 |
| 3311 | 2026-08-21T22:38:02.473Z | Compiling unicode-xid v0.2.6 |
| 3312 | 2026-08-21T22:38:02.492Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3313 | 2026-08-21T22:38:02.509Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3314 | 2026-08-21T22:38:02.527Z | Compiling proc-macro-error2 v2.0.1 |
| 3315 | 2026-08-21T22:38:02.547Z | Compiling csv v1.4.0 |
| 3316 | 2026-08-21T22:38:02.635Z | Compiling const_format_proc_macros v0.2.34 |
| 3317 | 2026-08-21T22:38:02.658Z | Compiling pkcs5 v0.8.1 |
| 3318 | 2026-08-21T22:38:02.706Z | Compiling ecdsa v0.16.9 |
| 3319 | 2026-08-21T22:38:02.884Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3320 | 2026-08-21T22:38:02.997Z | Compiling phf v0.12.1 |
| 3321 | 2026-08-21T22:38:03.135Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3322 | 2026-08-21T22:38:03.168Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3323 | 2026-08-21T22:38:03.185Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3324 | 2026-08-21T22:38:03.238Z | Compiling primeorder v0.13.6 |
| 3325 | 2026-08-21T22:38:03.256Z | Compiling hashbrown v0.14.5 |
| 3326 | 2026-08-21T22:38:03.462Z | Compiling salty v0.3.0 |
| 3327 | 2026-08-21T22:38:03.517Z | Compiling p384 v0.13.1 |
| 3328 | 2026-08-21T22:38:03.535Z | Compiling const_format v0.2.35 |
| 3329 | 2026-08-21T22:38:03.699Z | Compiling pkcs8 v0.11.0 |
| 3330 | 2026-08-21T22:38:03.775Z | Compiling chumsky v0.9.3 |
| 3331 | 2026-08-21T22:38:03.864Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3332 | 2026-08-21T22:38:03.881Z | Compiling knus-derive v3.4.0 |
| 3333 | 2026-08-21T22:38:04.022Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3334 | 2026-08-21T22:38:04.128Z | Compiling tabled_derive v0.7.0 |
| 3335 | 2026-08-21T22:38:04.146Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3336 | 2026-08-21T22:38:04.352Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3337 | 2026-08-21T22:38:04.488Z | Compiling bcs v0.1.6 |
| 3338 | 2026-08-21T22:38:04.530Z | Compiling progenitor-macro v0.14.0 |
| 3339 | 2026-08-21T22:38:04.766Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3340 | 2026-08-21T22:38:04.771Z | Compiling ff v0.14.0 |
| 3341 | 2026-08-21T22:38:04.836Z | Compiling termtree v0.5.1 |
| 3342 | 2026-08-21T22:38:04.963Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-08-21T22:38:05.025Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3344 | 2026-08-21T22:38:05.124Z | Compiling steno v0.4.1 |
| 3345 | 2026-08-21T22:38:05.201Z | Compiling tabled v0.15.0 |
| 3346 | 2026-08-21T22:38:05.219Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3347 | 2026-08-21T22:38:05.276Z | Compiling tagptr v0.2.0 |
| 3348 | 2026-08-21T22:38:05.296Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3349 | 2026-08-21T22:38:05.321Z | Compiling group v0.14.0 |
| 3350 | 2026-08-21T22:38:05.456Z | Compiling moka v0.12.13 |
| 3351 | 2026-08-21T22:38:05.473Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3352 | 2026-08-21T22:38:05.477Z | Compiling knus v3.4.0 |
| 3353 | 2026-08-21T22:38:05.549Z | Compiling signature v3.0.0 |
| 3354 | 2026-08-21T22:38:05.572Z | Compiling base16ct v1.0.0 |
| 3355 | 2026-08-21T22:38:05.773Z | Compiling sec1 v0.8.1 |
| 3356 | 2026-08-21T22:38:05.840Z | Compiling hkdf v0.13.0 |
| 3357 | 2026-08-21T22:38:05.859Z | Compiling libscf-sys v1.2.0 |
| 3358 | 2026-08-21T22:38:06.024Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3359 | 2026-08-21T22:38:06.041Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3360 | 2026-08-21T22:38:06.060Z | Compiling elliptic-curve v0.14.1 |
| 3361 | 2026-08-21T22:38:06.110Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3362 | 2026-08-21T22:38:06.250Z | Compiling hickory-resolver v0.25.2 |
| 3363 | 2026-08-21T22:38:06.269Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3364 | 2026-08-21T22:38:06.373Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3365 | 2026-08-21T22:38:06.458Z | Compiling corncobs v0.1.4 |
| 3366 | 2026-08-21T22:38:06.608Z | Compiling parking_lot_core v0.8.6 |
| 3367 | 2026-08-21T22:38:06.659Z | Compiling utf-8 v0.7.6 |
| 3368 | 2026-08-21T22:38:06.663Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3369 | 2026-08-21T22:38:06.875Z | Compiling tungstenite v0.21.0 |
| 3370 | 2026-08-21T22:38:06.980Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3371 | 2026-08-21T22:38:06.999Z | Compiling wnaf v0.14.0 |
| 3372 | 2026-08-21T22:38:07.084Z | Compiling primefield v0.14.0 |
| 3373 | 2026-08-21T22:38:07.144Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3374 | 2026-08-21T22:38:07.230Z | Compiling rfc6979 v0.6.0 |
| 3375 | 2026-08-21T22:38:07.284Z | Compiling papergrid v0.18.0 |
| 3376 | 2026-08-21T22:38:07.350Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3377 | 2026-08-21T22:38:07.372Z | Compiling git-stub v1.0.0 |
| 3378 | 2026-08-21T22:38:07.417Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3379 | 2026-08-21T22:38:07.682Z | Compiling secrecy v0.8.0 |
| 3380 | 2026-08-21T22:38:07.699Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3381 | 2026-08-21T22:38:07.720Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3382 | 2026-08-21T22:38:07.822Z | Compiling git-stub-vcs v0.1.0 |
| 3383 | 2026-08-21T22:38:07.865Z | Compiling tokio-tungstenite v0.21.0 |
| 3384 | 2026-08-21T22:38:07.973Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3385 | 2026-08-21T22:38:07.989Z | Compiling ecdsa v0.17.0 |
| 3386 | 2026-08-21T22:38:08.228Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3387 | 2026-08-21T22:38:08.247Z | Compiling primeorder v0.14.0 |
| 3388 | 2026-08-21T22:38:08.268Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3389 | 2026-08-21T22:38:08.370Z | Compiling tabled v0.21.0 |
| 3390 | 2026-08-21T22:38:08.418Z | Compiling curve25519-dalek v5.0.0 |
| 3391 | 2026-08-21T22:38:08.434Z | Compiling unicase v2.9.0 |
| 3392 | 2026-08-21T22:38:08.476Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3393 | 2026-08-21T22:38:08.504Z | Compiling parking_lot v0.11.2 |
| 3394 | 2026-08-21T22:38:08.589Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3395 | 2026-08-21T22:38:08.609Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3396 | 2026-08-21T22:38:08.666Z | Compiling mime_guess v2.0.5 |
| 3397 | 2026-08-21T22:38:08.684Z | Compiling ssh-encoding v0.3.0 |
| 3398 | 2026-08-21T22:38:08.938Z | Compiling progenitor-impl v0.13.0 |
| 3399 | 2026-08-21T22:38:08.983Z | Compiling prefix-trie v0.7.0 |
| 3400 | 2026-08-21T22:38:09.001Z | Compiling fxhash v0.2.1 |
| 3401 | 2026-08-21T22:38:09.036Z | Compiling keccak v0.2.0 |
| 3402 | 2026-08-21T22:38:09.054Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-08-21T22:38:09.158Z | Compiling sled v0.34.7 |
| 3404 | 2026-08-21T22:38:09.202Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3405 | 2026-08-21T22:38:09.243Z | Compiling ed25519 v3.0.0 |
| 3406 | 2026-08-21T22:38:09.281Z | Compiling crypto-primes v0.7.2 |
| 3407 | 2026-08-21T22:38:09.396Z | Compiling hickory-server v0.25.2 |
| 3408 | 2026-08-21T22:38:09.736Z | Compiling progenitor v0.14.0 |
| 3409 | 2026-08-21T22:38:09.783Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3410 | 2026-08-21T22:38:09.786Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3411 | 2026-08-21T22:38:09.840Z | Compiling poly1305 v0.9.0 |
| 3412 | 2026-08-21T22:38:09.925Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3413 | 2026-08-21T22:38:10.219Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3414 | 2026-08-21T22:38:10.317Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3415 | 2026-08-21T22:38:10.420Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3416 | 2026-08-21T22:38:10.594Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3417 | 2026-08-21T22:38:10.613Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3418 | 2026-08-21T22:38:10.867Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3419 | 2026-08-21T22:38:10.942Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3420 | 2026-08-21T22:38:11.134Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3421 | 2026-08-21T22:38:11.151Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3422 | 2026-08-21T22:38:11.263Z | Compiling progenitor-client v0.13.0 |
| 3423 | 2026-08-21T22:38:11.283Z | Compiling blowfish v0.10.0 |
| 3424 | 2026-08-21T22:38:11.300Z | Compiling blake2 v0.11.0-rc.6 |
| 3425 | 2026-08-21T22:38:11.567Z | Compiling half v1.8.3 |
| 3426 | 2026-08-21T22:38:11.608Z | Compiling http-range v0.1.5 |
| 3427 | 2026-08-21T22:38:11.612Z | Compiling argon2 v0.6.0-rc.8 |
| 3428 | 2026-08-21T22:38:11.642Z | Compiling progenitor-macro v0.13.0 |
| 3429 | 2026-08-21T22:38:11.728Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3430 | 2026-08-21T22:38:11.831Z | Compiling serde_cbor v0.11.2 |
| 3431 | 2026-08-21T22:38:11.933Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3432 | 2026-08-21T22:38:12.130Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3433 | 2026-08-21T22:38:12.215Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3434 | 2026-08-21T22:38:12.735Z | Compiling rsa v0.10.0-rc.18 |
| 3435 | 2026-08-21T22:38:12.788Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3436 | 2026-08-21T22:38:12.935Z | Compiling ssh-cipher v0.3.0 |
| 3437 | 2026-08-21T22:38:13.029Z | Compiling ed25519-dalek v3.0.0 |
| 3438 | 2026-08-21T22:38:13.170Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3439 | 2026-08-21T22:38:13.465Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3440 | 2026-08-21T22:38:13.958Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3441 | 2026-08-21T22:38:14.076Z | Compiling sha3 v0.11.0 |
| 3442 | 2026-08-21T22:38:14.134Z | Compiling p384 v0.14.0 |
| 3443 | 2026-08-21T22:38:14.274Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3444 | 2026-08-21T22:38:14.334Z | Compiling p256 v0.14.0 |
| 3445 | 2026-08-21T22:38:14.383Z | Compiling p521 v0.14.0 |
| 3446 | 2026-08-21T22:38:14.573Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3447 | 2026-08-21T22:38:14.681Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3448 | 2026-08-21T22:38:14.699Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3449 | 2026-08-21T22:38:14.910Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3450 | 2026-08-21T22:38:14.991Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3451 | 2026-08-21T22:38:15.293Z | Compiling scuffle v0.1.0 |
| 3452 | 2026-08-21T22:38:15.487Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3453 | 2026-08-21T22:38:15.558Z | Compiling yasna v0.5.2 |
| 3454 | 2026-08-21T22:38:15.750Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3455 | 2026-08-21T22:38:16.209Z | Compiling kstat-rs v0.2.5 |
| 3456 | 2026-08-21T22:38:16.245Z | Compiling headers-core v0.3.0 |
| 3457 | 2026-08-21T22:38:16.279Z | Compiling kem v0.3.0 |
| 3458 | 2026-08-21T22:38:16.316Z | Compiling module-lattice v0.2.3 |
| 3459 | 2026-08-21T22:38:16.393Z | Compiling nanorand v0.7.0 |
| 3460 | 2026-08-21T22:38:16.437Z | Compiling sponge-cursor v0.1.0 |
| 3461 | 2026-08-21T22:38:16.462Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3462 | 2026-08-21T22:38:16.520Z | Compiling headers v0.4.1 |
| 3463 | 2026-08-21T22:38:16.537Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3464 | 2026-08-21T22:38:16.593Z | Compiling sha3 v0.12.0 |
| 3465 | 2026-08-21T22:38:16.612Z | Compiling flume v0.11.1 |
| 3466 | 2026-08-21T22:38:16.615Z | Compiling ml-kem v0.3.2 |
| 3467 | 2026-08-21T22:38:16.713Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3468 | 2026-08-21T22:38:16.761Z | Compiling rcgen v0.12.1 |
| 3469 | 2026-08-21T22:38:16.815Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3470 | 2026-08-21T22:38:16.839Z | Compiling progenitor v0.13.0 |
| 3471 | 2026-08-21T22:38:16.970Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3472 | 2026-08-21T22:38:17.021Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3473 | 2026-08-21T22:38:17.057Z | Compiling hyper-staticfile v0.10.1 |
| 3474 | 2026-08-21T22:38:17.180Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3475 | 2026-08-21T22:38:17.317Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3476 | 2026-08-21T22:38:17.336Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3477 | 2026-08-21T22:38:17.570Z | Compiling ssh-key v0.7.0-rc.11 |
| 3478 | 2026-08-21T22:38:17.602Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3479 | 2026-08-21T22:38:17.625Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3480 | 2026-08-21T22:38:17.644Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3481 | 2026-08-21T22:38:17.648Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3482 | 2026-08-21T22:38:17.719Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3483 | 2026-08-21T22:38:17.794Z | Compiling russh-cryptovec v0.62.0 |
| 3484 | 2026-08-21T22:38:17.887Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3485 | 2026-08-21T22:38:17.905Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3486 | 2026-08-21T22:38:17.988Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3487 | 2026-08-21T22:38:18.011Z | Compiling port-file v0.1.0 |
| 3488 | 2026-08-21T22:38:18.051Z | Compiling num-bigint v0.4.6 |
| 3489 | 2026-08-21T22:38:18.076Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3490 | 2026-08-21T22:38:18.110Z | Compiling generic-array v1.4.3 |
| 3491 | 2026-08-21T22:38:18.130Z | Compiling russh-util v0.52.0 |
| 3492 | 2026-08-21T22:38:18.282Z | Compiling enum_dispatch v0.3.13 |
| 3493 | 2026-08-21T22:38:18.318Z | Compiling delegate v0.13.5 |
| 3494 | 2026-08-21T22:38:18.467Z | Compiling subprocess v0.2.15 |
| 3495 | 2026-08-21T22:38:18.643Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3496 | 2026-08-21T22:38:18.688Z | Compiling display-error-chain v0.2.2 |
| 3497 | 2026-08-21T22:38:18.720Z | Compiling md5 v0.8.0 |
| 3498 | 2026-08-21T22:38:18.853Z | Compiling hex-literal v1.1.0 |
| 3499 | 2026-08-21T22:38:19.015Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3500 | 2026-08-21T22:38:19.036Z | Compiling colored v2.2.0 |
| 3501 | 2026-08-21T22:38:19.116Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3502 | 2026-08-21T22:38:19.229Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3503 | 2026-08-21T22:38:19.314Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3504 | 2026-08-21T22:38:19.318Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3505 | 2026-08-21T22:38:19.349Z | Compiling russh v0.62.4 |
| 3506 | 2026-08-21T22:38:19.429Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3507 | 2026-08-21T22:38:19.695Z | Compiling socket2 v0.5.10 |
| 3508 | 2026-08-21T22:38:20.106Z | Compiling internet-checksum v0.2.1 |
| 3509 | 2026-08-21T22:38:22.041Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-08-21T22:38:22.812Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3511 | 2026-08-21T22:38:23.336Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3512 | 2026-08-21T22:38:24.718Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3513 | 2026-08-21T22:38:24.914Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3514 | 2026-08-21T22:38:33.944Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3515 | 2026-08-21T22:38:33.944Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3516 | 2026-08-21T22:38:33.944Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3517 | 2026-08-21T22:38:33.947Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3518 | 2026-08-21T22:38:33.947Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3519 | 2026-08-21T22:38:35.817Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3520 | 2026-08-21T22:38:35.862Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3521 | 2026-08-21T22:38:40.044Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3522 | 2026-08-21T22:39:21.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3523 | 2026-08-21T22:39:21.611Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3524 | 2026-08-21T22:39:21.611Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3525 | 2026-08-21T22:39:21.837Z | |
| 3526 | 2026-08-21T22:39:21.841Z | real 1:30.378388749 |
| 3527 | 2026-08-21T22:39:21.841Z | user 8:43.452304570 |
| 3528 | 2026-08-21T22:39:21.841Z | sys 1:42.979440118 |
| 3529 | 2026-08-21T22:39:21.841Z | trap 0.255868661 |
| 3530 | 2026-08-21T22:39:21.841Z | tflt 0.348135431 |
| 3531 | 2026-08-21T22:39:21.841Z | dflt 1.621640506 |
| 3532 | 2026-08-21T22:39:21.841Z | kflt 0.000743640 |
| 3533 | 2026-08-21T22:39:21.841Z | lock 32:25.858162681 |
| 3534 | 2026-08-21T22:39:21.841Z | slp 19:57.207381176 |
| 3535 | 2026-08-21T22:39:21.841Z | lat 39.721764324 |
| 3536 | 2026-08-21T22:39:21.841Z | stop 3:02.006329413 |
| 3537 | 2026-08-21T22:39:21.841Z | + mkdir tests |
| 3538 | 2026-08-21T22:39:21.844Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3539 | 2026-08-21T22:39:21.844Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3540 | 2026-08-21T22:39:21.866Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4a18d29789969792 tests/ |
| 3541 | 2026-08-21T22:39:21.888Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4f35e63b13afbb9a tests/ |
| 3542 | 2026-08-21T22:39:21.914Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e01b87777f028278 tests/ |
| 3543 | 2026-08-21T22:39:21.937Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-15d5b25a122e1818 tests/ |
| 3544 | 2026-08-21T22:39:22.236Z | + 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) |
| 3545 | 2026-08-21T22:39:22.239Z | + 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-4f35e63b13afbb9a tests/commtest-e01b87777f028278 tests/dhcp_server-4a18d29789969792 tests/end_to_end_tests-15d5b25a122e1818 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 |
| 3546 | 2026-08-21T22:40:52.453Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3547 | 2026-08-21T22:40:52.453Z | a .github/buildomat/ci-env.sh 1K |
| 3548 | 2026-08-21T22:40:52.453Z | a out/target/test 1K |
| 3549 | 2026-08-21T22:40:52.453Z | a out/npuzone/npuzone 27402K |
| 3550 | 2026-08-21T22:40:52.453Z | a package-manifest.toml 35K |
| 3551 | 2026-08-21T22:40:52.453Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3552 | 2026-08-21T22:40:52.453Z | a target/release/omicron-package 48266K |
| 3553 | 2026-08-21T22:40:52.453Z | a target/release/xtask 11727K |
| 3554 | 2026-08-21T22:40:52.453Z | a target/debug/bootstrap 438792K |
| 3555 | 2026-08-21T22:40:52.453Z | a tests/bootstrap-4f35e63b13afbb9a 34430K |
| 3556 | 2026-08-21T22:40:52.453Z | a tests/commtest-e01b87777f028278 34431K |
| 3557 | 2026-08-21T22:40:52.453Z | a tests/dhcp_server-4a18d29789969792 34431K |
| 3558 | 2026-08-21T22:40:52.453Z | a tests/end_to_end_tests-15d5b25a122e1818 502317K |
| 3559 | 2026-08-21T22:40:52.453Z | a tools/opte_version 1K |
| 3560 | 2026-08-21T22:40:52.453Z | a tools/opte_version_override 2K |
| 3561 | 2026-08-21T22:40:52.453Z | a out/clickhouse.tar.gz 330149K |
| 3562 | 2026-08-21T22:40:52.453Z | a out/clickhouse_keeper.tar.gz 314172K |
| 3563 | 2026-08-21T22:40:52.453Z | a out/clickhouse_server.tar.gz 330146K |
| 3564 | 2026-08-21T22:40:52.453Z | a out/cockroachdb.tar.gz 169572K |
| 3565 | 2026-08-21T22:40:52.453Z | a out/crucible-pantry-zone.tar.gz 41338K |
| 3566 | 2026-08-21T22:40:52.453Z | a out/crucible-utils.tar 18900K |
| 3567 | 2026-08-21T22:40:52.453Z | a out/crucible-zone.tar.gz 56151K |
| 3568 | 2026-08-21T22:40:52.453Z | a out/external-dns.tar.gz 54214K |
| 3569 | 2026-08-21T22:40:52.453Z | a out/internal-dns.tar.gz 54213K |
| 3570 | 2026-08-21T22:40:52.453Z | a out/mg-ddm-gz.tar 100917K |
| 3571 | 2026-08-21T22:40:52.454Z | a out/nexus.tar.gz 359644K |
| 3572 | 2026-08-21T22:40:52.454Z | a out/ntp.tar.gz 34662K |
| 3573 | 2026-08-21T22:40:52.454Z | a out/omicron-gateway-softnpu.tar.gz 29990K |
| 3574 | 2026-08-21T22:40:52.454Z | a out/omicron-sled-agent.tar 246347K |
| 3575 | 2026-08-21T22:40:52.454Z | a out/overlay.tar.gz 4K |
| 3576 | 2026-08-21T22:40:52.454Z | a out/oximeter.tar.gz 72457K |
| 3577 | 2026-08-21T22:40:52.454Z | a out/oxlog.tar 4089K |
| 3578 | 2026-08-21T22:40:52.454Z | a out/probe.tar.gz 3037K |
| 3579 | 2026-08-21T22:40:52.454Z | a out/propolis-server.tar.gz 34642K |
| 3580 | 2026-08-21T22:40:52.454Z | a out/pumpkind-gz.tar 26647K |
| 3581 | 2026-08-21T22:40:52.454Z | a out/switch-softnpu.tar.gz 504567K |
| 3582 | 2026-08-21T22:40:52.458Z | |
| 3583 | 2026-08-21T22:40:52.458Z | real 1:30.213355276 |
| 3584 | 2026-08-21T22:40:52.458Z | user 1:27.158198852 |
| 3585 | 2026-08-21T22:40:52.458Z | sys 5.090676182 |
| 3586 | 2026-08-21T22:40:52.458Z | trap 0.007407921 |
| 3587 | 2026-08-21T22:40:52.458Z | tflt 0.000000000 |
| 3588 | 2026-08-21T22:40:52.458Z | dflt 0.000000000 |
| 3589 | 2026-08-21T22:40:52.458Z | kflt 0.000000000 |
| 3590 | 2026-08-21T22:40:52.459Z | lock 0.000000000 |
| 3591 | 2026-08-21T22:40:52.459Z | slp 1:26.981712651 |
| 3592 | 2026-08-21T22:40:52.459Z | lat 1.183234848 |
| 3593 | 2026-08-21T22:40:52.459Z | stop 0.000273280 |
| 3594 | 2026-08-21T22:40:52.459Z | process exited: duration 1054051 ms, exit code 0 |
| |
| 3595 | 2026-08-21T22:40:52.473Z | found 1 output files |
| 3596 | 2026-08-21T22:40:52.473Z | uploading: /work/package.tar.gz (2783155265 bytes) |
| 3597 | 2026-08-21T22:41:32.122Z | uploaded: /work/package.tar.gz |