|
|
|
| 1 | 2026-08-26T15:59:00.885Z | job assigned to worker 01M0ZCPCGCZSH1B86MAZZZ419N [factory aws, i-0d2e3223f39e49869] (queued for 50 s) |
| |
| 2 | 2026-08-26T15:59:08.435Z | starting task 0: "setup" |
| 3 | 2026-08-26T15:59:08.439Z | ++ uname -s |
| 4 | 2026-08-26T15:59:08.442Z | + kern=SunOS |
| 5 | 2026-08-26T15:59:08.442Z | + build_user=build |
| 6 | 2026-08-26T15:59:08.442Z | + build_uid=12345 |
| 7 | 2026-08-26T15:59:08.442Z | + work_dir=/work |
| 8 | 2026-08-26T15:59:08.442Z | + input_dir=/input |
| 9 | 2026-08-26T15:59:08.442Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T15:59:08.442Z | + case "$kern" in |
| 11 | 2026-08-26T15:59:08.442Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T15:59:08.445Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T15:59:10.451Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T15:59:10.595Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T15:59:10.597Z | + home_fs=zfs |
| 16 | 2026-08-26T15:59:10.597Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T15:59:10.597Z | + mkdir -p /home/build |
| 18 | 2026-08-26T15:59:10.600Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T15:59:12.600Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T15:59:12.603Z | process exited: duration 4170 ms, exit code 0 |
| |
| 21 | 2026-08-26T15:59:12.610Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T15:59:12.614Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T15:59:12.615Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T15:59:12.615Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-26T15:59:12.615Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-26T15:59:12.615Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T15:59:12.615Z | * rust toolchain profile = "default" |
| 28 | 2026-08-26T15:59:12.618Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T15:59:12.618Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T15:59:12.725Z | info: downloading installer |
| 31 | 2026-08-26T15:59:13.841Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T15:59:13.842Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T15:59:13.842Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T15:59:13.842Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T15:59:13.854Z | info: profile set to default |
| 36 | 2026-08-26T15:59:13.854Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T15:59:13.857Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T15:59:13.994Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T15:59:13.997Z | info: downloading 6 components |
| 40 | 2026-08-26T15:59:27.509Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T15:59:27.509Z | |
| 42 | 2026-08-26T15:59:27.537Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T15:59:27.537Z | |
| 44 | 2026-08-26T15:59:27.537Z | |
| 45 | 2026-08-26T15:59:27.538Z | Rust is installed now. Great! |
| 46 | 2026-08-26T15:59:27.538Z | |
| 47 | 2026-08-26T15:59:27.538Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T15:59:27.538Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T15:59:27.538Z | |
| 50 | 2026-08-26T15:59:27.538Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T15:59:27.538Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T15:59:27.538Z | |
| 53 | 2026-08-26T15:59:27.538Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T15:59:27.538Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T15:59:27.538Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T15:59:27.538Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T15:59:27.538Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T15:59:27.538Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T15:59:27.538Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T15:59:27.541Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T15:59:27.541Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T15:59:27.644Z | + rustup --version |
| 63 | 2026-08-26T15:59:27.650Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T15:59:27.652Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T15:59:27.670Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T15:59:27.673Z | + cargo --version |
| 67 | 2026-08-26T15:59:27.681Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T15:59:27.684Z | + rustc --version |
| 69 | 2026-08-26T15:59:27.704Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T15:59:27.707Z | process exited: duration 15097 ms, exit code 0 |
| |
| 71 | 2026-08-26T15:59:27.712Z | starting task 2: "authentication" |
| 72 | 2026-08-26T15:59:27.729Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T15:59:27.734Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T15:59:27.739Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-26T15:59:27.741Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-26T15:59:27.772Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-26T15:59:40.357Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-26T15:59:40.357Z | + git fetch origin aa4095c1d7e62bed4cffc801852b6f853dd1689d |
| 79 | 2026-08-26T15:59:41.077Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-26T15:59:41.077Z | * branch aa4095c1d7e62bed4cffc801852b6f853dd1689d -> FETCH_HEAD |
| 81 | 2026-08-26T15:59:41.090Z | + [[ -n '' ]] |
| 82 | 2026-08-26T15:59:41.090Z | + git reset --hard aa4095c1d7e62bed4cffc801852b6f853dd1689d |
| 83 | 2026-08-26T15:59:41.196Z | HEAD is now at aa4095c1d InlineErrorChain for sled_client_ext and progenitor function |
| 84 | 2026-08-26T15:59:41.199Z | process exited: duration 13463 ms, exit code 0 |
| |
| 85 | 2026-08-26T15:59:41.204Z | starting task 4: "build" |
| 86 | 2026-08-26T15:59:41.209Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-26T15:59:41.209Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-26T15:59:41.209Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-26T15:59:41.212Z | +++ uname -s |
| 90 | 2026-08-26T15:59:41.212Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-26T15:59:41.212Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-26T15:59:41.215Z | + cargo --version |
| 93 | 2026-08-26T15:59:41.223Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-26T15:59:41.226Z | + rustc --version |
| 95 | 2026-08-26T15:59:41.246Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-26T15:59:41.249Z | + WORK=/work |
| 97 | 2026-08-26T15:59:41.249Z | + pfexec mkdir -p /work |
| 98 | 2026-08-26T15:59:41.251Z | + pfexec chown build /work |
| 99 | 2026-08-26T15:59:41.254Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-08-26T15:59:43.801Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-08-26T15:59:44.183Z | Startup: Caching catalogs ... Done |
| 102 | 2026-08-26T15:59:46.353Z | Planning: Solver setup ... Done (2.053s) |
| 103 | 2026-08-26T15:59:46.415Z | Planning: Running solver ... Done (0.062s) |
| 104 | 2026-08-26T15:59:46.465Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-08-26T15:59:46.476Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-08-26T15:59:46.498Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-08-26T15:59:46.512Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-08-26T15:59:46.515Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-08-26T15:59:46.730Z | Planning: Checking for conflicting actions ... Done (0.216s) |
| 110 | 2026-08-26T15:59:46.733Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-08-26T15:59:47.594Z | Planning: Evaluating mediators ... Done (0.863s) |
| 112 | 2026-08-26T15:59:47.596Z | Planning: Planning completed in 3.38 seconds |
| 113 | 2026-08-26T15:59:47.604Z | Packages to install: 2 |
| 114 | 2026-08-26T15:59:47.604Z | Estimated space available: 156.01 GB |
| 115 | 2026-08-26T15:59:47.604Z | Estimated space to be consumed: 80.56 MB |
| 116 | 2026-08-26T15:59:47.604Z | Create boot environment: No |
| 117 | 2026-08-26T15:59:47.604Z | Create backup boot environment: No |
| 118 | 2026-08-26T15:59:47.606Z | Rebuild boot archive: No |
| 119 | 2026-08-26T15:59:47.606Z | |
| 120 | 2026-08-26T15:59:47.606Z | Changed packages: |
| 121 | 2026-08-26T15:59:47.607Z | helios |
| 122 | 2026-08-26T15:59:47.607Z | developer/build-essential |
| 123 | 2026-08-26T15:59:47.607Z | None -> 11-3.0 |
| 124 | 2026-08-26T15:59:47.607Z | library/libxmlsec1 |
| 125 | 2026-08-26T15:59:47.607Z | None -> 1.2.35-3.0 |
| 126 | 2026-08-26T15:59:47.630Z | |
| 127 | 2026-08-26T15:59:47.630Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-08-26T15:59:47.698Z | Download: Completed 1.28 MB in 0.07 seconds (18.7M/s) |
| 129 | 2026-08-26T15:59:47.760Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-08-26T15:59:47.799Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-08-26T15:59:47.837Z | Finalize: Updating package state database ... Done (0.038s) |
| 132 | 2026-08-26T15:59:47.837Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-08-26T15:59:47.927Z | Finalize: Updating image state ... Done (0.090s) |
| 134 | 2026-08-26T15:59:50.559Z | Finalize: Creating fast lookup database ... Done (2.579s) |
| 135 | 2026-08-26T15:59:50.629Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-08-26T15:59:50.632Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-08-26T15:59:50.724Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-08-26T15:59:51.089Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-08-26T15:59:51.195Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-08-26T15:59:51.198Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-08-26T15:59:51.351Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-08-26T15:59:51.354Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-08-26T15:59:51.383Z | Mediators to change: 2 |
| 144 | 2026-08-26T15:59:51.383Z | Create boot environment: No |
| 145 | 2026-08-26T15:59:51.383Z | Create backup boot environment: No |
| 146 | 2026-08-26T15:59:51.434Z | Finalize: Updating package state database ... Done |
| 147 | 2026-08-26T15:59:51.434Z | Finalize: Updating package cache ... Done |
| 148 | 2026-08-26T15:59:51.487Z | Finalize: Updating image state ... Done |
| 149 | 2026-08-26T15:59:53.406Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-08-26T15:59:53.468Z | Finalize: Reading search index ... Done |
| 151 | 2026-08-26T15:59:53.471Z | Finalize: Updating search index ... Done |
| 152 | 2026-08-26T15:59:53.554Z | Finalize: Updating package cache ... Done |
| 153 | 2026-08-26T15:59:53.837Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-08-26T15:59:53.941Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-08-26T15:59:53.946Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-08-26T15:59:54.095Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-08-26T15:59:54.098Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-08-26T15:59:54.118Z | Mediators to change: 1 |
| 159 | 2026-08-26T15:59:54.118Z | Create boot environment: No |
| 160 | 2026-08-26T15:59:54.118Z | Create backup boot environment: No |
| 161 | 2026-08-26T15:59:54.187Z | Finalize: Updating package state database ... Done |
| 162 | 2026-08-26T15:59:54.187Z | Finalize: Updating package cache ... Done |
| 163 | 2026-08-26T15:59:54.239Z | Finalize: Updating image state ... Done |
| 164 | 2026-08-26T15:59:56.188Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-08-26T15:59:56.252Z | Finalize: Reading search index ... Done |
| 166 | 2026-08-26T15:59:56.255Z | Finalize: Updating search index ... Done |
| 167 | 2026-08-26T15:59:56.345Z | Finalize: Updating package cache ... Done |
| 168 | 2026-08-26T15:59:56.652Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-08-26T15:59:56.652Z | apache system 2.4 system |
| 170 | 2026-08-26T15:59:56.652Z | clang system 15 system |
| 171 | 2026-08-26T15:59:56.652Z | csh system system illumos |
| 172 | 2026-08-26T15:59:56.652Z | ctags system system illumos |
| 173 | 2026-08-26T15:59:56.652Z | file vendor vendor darwinsys |
| 174 | 2026-08-26T15:59:56.652Z | file system system illumos |
| 175 | 2026-08-26T15:59:56.652Z | gcc vendor 14 vendor |
| 176 | 2026-08-26T15:59:56.652Z | gcc system 13 system |
| 177 | 2026-08-26T15:59:56.652Z | gcc system 10 system |
| 178 | 2026-08-26T15:59:56.652Z | go system 1.25 system |
| 179 | 2026-08-26T15:59:56.652Z | llvm system 15 system |
| 180 | 2026-08-26T15:59:56.652Z | mariadb system 11.4 system |
| 181 | 2026-08-26T15:59:56.652Z | mta vendor vendor dma |
| 182 | 2026-08-26T15:59:56.652Z | openjdk system 17 system |
| 183 | 2026-08-26T15:59:56.652Z | openjdk system 11 system |
| 184 | 2026-08-26T15:59:56.652Z | openssl vendor 3 vendor |
| 185 | 2026-08-26T15:59:56.652Z | perl system 5.40 system |
| 186 | 2026-08-26T15:59:56.652Z | postgresql system 18 system |
| 187 | 2026-08-26T15:59:56.653Z | postgresql system 17 system |
| 188 | 2026-08-26T15:59:56.653Z | python vendor 3 vendor |
| 189 | 2026-08-26T15:59:56.653Z | python system 2 system |
| 190 | 2026-08-26T15:59:56.653Z | python3 vendor 3.13 vendor |
| 191 | 2026-08-26T15:59:56.653Z | ruby system 3.4 system |
| 192 | 2026-08-26T15:59:56.653Z | ruby system 3.0 system |
| 193 | 2026-08-26T15:59:56.653Z | words vendor vendor american-english |
| 194 | 2026-08-26T15:59:56.653Z | words system system australian-english |
| 195 | 2026-08-26T15:59:56.653Z | words system system british-english |
| 196 | 2026-08-26T15:59:56.653Z | words system system canadian-english |
| 197 | 2026-08-26T15:59:56.653Z | words system system french |
| 198 | 2026-08-26T15:59:56.653Z | words system system italian |
| 199 | 2026-08-26T15:59:56.653Z | words system system ngerman |
| 200 | 2026-08-26T15:59:56.653Z | words system system ogerman |
| 201 | 2026-08-26T15:59:56.653Z | words system system spanish |
| 202 | 2026-08-26T15:59:56.903Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-08-26T15:59:56.903Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-08-26T15:59:57.385Z | FMRI IFO |
| 205 | 2026-08-26T15:59:57.385Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-08-26T15:59:57.385Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-08-26T15:59:57.385Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-08-26T15:59:57.385Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-08-26T15:59:57.385Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-08-26T15:59:57.385Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-08-26T15:59:57.385Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-08-26T15:59:57.385Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-08-26T15:59:57.385Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-08-26T15:59:57.718Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-08-26T15:59:58.096Z | Updating crates.io index |
| 216 | 2026-08-26T15:59:58.100Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-08-26T15:59:58.402Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-08-26T15:59:58.779Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-08-26T15:59:59.763Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-08-26T16:00:00.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-08-26T16:00:01.996Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-08-26T16:00:02.990Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-08-26T16:00:03.345Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-08-26T16:00:03.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-08-26T16:00:04.990Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-08-26T16:00:05.624Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-08-26T16:00:06.096Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 228 | 2026-08-26T16:00:06.365Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 229 | 2026-08-26T16:00:06.631Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 230 | 2026-08-26T16:00:06.915Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 231 | 2026-08-26T16:00:07.218Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-08-26T16:00:07.546Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-08-26T16:00:07.912Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 234 | 2026-08-26T16:00:08.496Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 235 | 2026-08-26T16:00:08.864Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 236 | 2026-08-26T16:00:09.127Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 237 | 2026-08-26T16:00:09.572Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 238 | 2026-08-26T16:00:09.899Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 239 | 2026-08-26T16:00:10.504Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-26T16:00:10.852Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 241 | 2026-08-26T16:00:11.155Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 242 | 2026-08-26T16:00:11.620Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 243 | 2026-08-26T16:00:11.903Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-08-26T16:00:12.225Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 245 | 2026-08-26T16:00:12.604Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 246 | 2026-08-26T16:00:12.882Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 247 | 2026-08-26T16:00:13.252Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-08-26T16:00:13.646Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 249 | 2026-08-26T16:00:14.437Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 250 | 2026-08-26T16:00:14.723Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-08-26T16:00:15.021Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-08-26T16:00:15.369Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-08-26T16:00:15.695Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 254 | 2026-08-26T16:00:15.974Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 255 | 2026-08-26T16:00:16.277Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 256 | 2026-08-26T16:00:16.622Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 257 | 2026-08-26T16:00:16.914Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 258 | 2026-08-26T16:00:17.194Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 259 | 2026-08-26T16:00:19.918Z | Downloading crates ... |
| 260 | 2026-08-26T16:00:19.981Z | Downloaded cargo-platform v0.3.2 |
| 261 | 2026-08-26T16:00:19.984Z | Downloaded cpufeatures v0.2.17 |
| 262 | 2026-08-26T16:00:19.987Z | Downloaded anstyle-query v1.1.5 |
| 263 | 2026-08-26T16:00:19.989Z | Downloaded cfg-if v1.0.4 |
| 264 | 2026-08-26T16:00:19.989Z | Downloaded fastrand v2.3.0 |
| 265 | 2026-08-26T16:00:19.992Z | Downloaded swrite v0.1.0 |
| 266 | 2026-08-26T16:00:19.996Z | Downloaded terminal_size v0.4.3 |
| 267 | 2026-08-26T16:00:19.999Z | Downloaded zerocopy v0.7.35 |
| 268 | 2026-08-26T16:00:20.008Z | Downloaded zmij v1.0.21 |
| 269 | 2026-08-26T16:00:20.012Z | Downloaded zerocopy-derive v0.7.35 |
| 270 | 2026-08-26T16:00:20.012Z | Downloaded block-buffer v0.10.4 |
| 271 | 2026-08-26T16:00:20.012Z | Downloaded is_terminal_polyfill v1.70.2 |
| 272 | 2026-08-26T16:00:20.015Z | Downloaded colorchoice v1.0.4 |
| 273 | 2026-08-26T16:00:20.015Z | Downloaded crypto-common v0.1.7 |
| 274 | 2026-08-26T16:00:20.015Z | Downloaded macaddr v1.0.1 |
| 275 | 2026-08-26T16:00:20.015Z | Downloaded fnv v1.0.7 |
| 276 | 2026-08-26T16:00:20.018Z | Downloaded anstream v1.0.0 |
| 277 | 2026-08-26T16:00:20.021Z | Downloaded camino-tempfile v1.4.1 |
| 278 | 2026-08-26T16:00:20.023Z | Downloaded errno v0.3.14 |
| 279 | 2026-08-26T16:00:20.023Z | Downloaded heck v0.5.0 |
| 280 | 2026-08-26T16:00:20.026Z | Downloaded equivalent v1.0.2 |
| 281 | 2026-08-26T16:00:20.028Z | Downloaded dof v0.3.0 |
| 282 | 2026-08-26T16:00:20.028Z | Downloaded dtrace-parser v0.2.0 |
| 283 | 2026-08-26T16:00:20.028Z | Downloaded heck v0.4.1 |
| 284 | 2026-08-26T16:00:20.031Z | Downloaded clap_lex v1.0.0 |
| 285 | 2026-08-26T16:00:20.034Z | Downloaded usdt-macro v0.5.0 |
| 286 | 2026-08-26T16:00:20.037Z | Downloaded version_check v0.9.5 |
| 287 | 2026-08-26T16:00:20.037Z | Downloaded itoa v1.0.17 |
| 288 | 2026-08-26T16:00:20.039Z | Downloaded usdt v0.5.0 |
| 289 | 2026-08-26T16:00:20.043Z | Downloaded smawk v0.3.2 |
| 290 | 2026-08-26T16:00:20.045Z | Downloaded scroll_derive v0.12.1 |
| 291 | 2026-08-26T16:00:20.045Z | Downloaded thread-id v4.2.2 |
| 292 | 2026-08-26T16:00:20.048Z | Downloaded toml_write v0.1.2 |
| 293 | 2026-08-26T16:00:20.048Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-08-26T16:00:20.051Z | Downloaded pretty-hex v0.4.1 |
| 295 | 2026-08-26T16:00:20.055Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-08-26T16:00:20.057Z | Downloaded cargo_metadata v0.23.1 |
| 297 | 2026-08-26T16:00:20.060Z | Downloaded usdt-impl v0.5.0 |
| 298 | 2026-08-26T16:00:20.063Z | Downloaded memmap v0.7.0 |
| 299 | 2026-08-26T16:00:20.065Z | Downloaded anstyle-parse v1.0.0 |
| 300 | 2026-08-26T16:00:20.070Z | Downloaded plain v0.2.3 |
| 301 | 2026-08-26T16:00:20.072Z | Downloaded unicode-linebreak v0.1.5 |
| 302 | 2026-08-26T16:00:20.072Z | Downloaded serde_spanned v0.6.9 |
| 303 | 2026-08-26T16:00:20.075Z | Downloaded cargo_toml v0.21.0 |
| 304 | 2026-08-26T16:00:20.078Z | Downloaded byteorder v1.5.0 |
| 305 | 2026-08-26T16:00:20.078Z | Downloaded anstyle v1.0.14 |
| 306 | 2026-08-26T16:00:20.082Z | Downloaded proc-macro-error-attr v1.0.4 |
| 307 | 2026-08-26T16:00:20.085Z | Downloaded tabled_derive v0.7.0 |
| 308 | 2026-08-26T16:00:20.087Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-08-26T16:00:20.091Z | Downloaded strsim v0.11.1 |
| 310 | 2026-08-26T16:00:20.093Z | Downloaded digest v0.10.7 |
| 311 | 2026-08-26T16:00:20.093Z | Downloaded generic-array v0.14.7 |
| 312 | 2026-08-26T16:00:20.096Z | Downloaded autocfg v1.5.0 |
| 313 | 2026-08-26T16:00:20.099Z | Downloaded fs-err v3.3.0 |
| 314 | 2026-08-26T16:00:20.102Z | Downloaded thiserror v2.0.18 |
| 315 | 2026-08-26T16:00:20.105Z | Downloaded thiserror-impl v1.0.69 |
| 316 | 2026-08-26T16:00:20.107Z | Downloaded sha2 v0.10.9 |
| 317 | 2026-08-26T16:00:20.107Z | Downloaded scroll v0.12.0 |
| 318 | 2026-08-26T16:00:20.110Z | Downloaded thiserror-impl v2.0.18 |
| 319 | 2026-08-26T16:00:20.112Z | Downloaded anyhow v1.0.104 |
| 320 | 2026-08-26T16:00:20.112Z | Downloaded toml v0.8.23 |
| 321 | 2026-08-26T16:00:20.115Z | Downloaded quote v1.0.45 |
| 322 | 2026-08-26T16:00:20.115Z | Downloaded camino v1.2.5 |
| 323 | 2026-08-26T16:00:20.118Z | Downloaded bitflags v2.11.0 |
| 324 | 2026-08-26T16:00:20.122Z | Downloaded pest_derive v2.8.6 |
| 325 | 2026-08-26T16:00:20.124Z | Downloaded once_cell v1.21.3 |
| 326 | 2026-08-26T16:00:20.127Z | Downloaded clap v4.6.1 |
| 327 | 2026-08-26T16:00:20.130Z | Downloaded toml_datetime v0.6.11 |
| 328 | 2026-08-26T16:00:20.133Z | Downloaded thiserror v1.0.69 |
| 329 | 2026-08-26T16:00:20.136Z | Downloaded pest_generator v2.8.6 |
| 330 | 2026-08-26T16:00:20.136Z | Downloaded proc-macro-error v1.0.4 |
| 331 | 2026-08-26T16:00:20.140Z | Downloaded serde_tokenstream v0.2.3 |
| 332 | 2026-08-26T16:00:20.143Z | Downloaded clap_derive v4.6.1 |
| 333 | 2026-08-26T16:00:20.146Z | Downloaded log v0.4.33 |
| 334 | 2026-08-26T16:00:20.148Z | Downloaded tempfile v3.27.0 |
| 335 | 2026-08-26T16:00:20.153Z | Downloaded semver v1.0.28 |
| 336 | 2026-08-26T16:00:20.155Z | Downloaded getrandom v0.4.3 |
| 337 | 2026-08-26T16:00:20.162Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-08-26T16:00:20.165Z | Downloaded unicode-ident v1.0.24 |
| 339 | 2026-08-26T16:00:20.165Z | Downloaded serde_core v1.0.228 |
| 340 | 2026-08-26T16:00:20.183Z | Downloaded proc-macro2 v1.0.106 |
| 341 | 2026-08-26T16:00:20.185Z | Downloaded serde_derive v1.0.228 |
| 342 | 2026-08-26T16:00:20.188Z | Downloaded papergrid v0.11.0 |
| 343 | 2026-08-26T16:00:20.190Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-08-26T16:00:20.193Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-08-26T16:00:20.196Z | Downloaded pest_meta v2.8.6 |
| 346 | 2026-08-26T16:00:20.210Z | Downloaded indexmap v2.14.0 |
| 347 | 2026-08-26T16:00:20.212Z | Downloaded memchr v2.8.0 |
| 348 | 2026-08-26T16:00:20.218Z | Downloaded serde v1.0.228 |
| 349 | 2026-08-26T16:00:20.231Z | Downloaded typenum v1.20.1 |
| 350 | 2026-08-26T16:00:20.238Z | Downloaded pest v2.8.6 |
| 351 | 2026-08-26T16:00:20.244Z | Downloaded hashbrown v0.17.0 |
| 352 | 2026-08-26T16:00:20.270Z | Downloaded clap_builder v4.6.0 |
| 353 | 2026-08-26T16:00:20.274Z | Downloaded serde_json v1.0.151 |
| 354 | 2026-08-26T16:00:20.283Z | Downloaded goblin v0.8.2 |
| 355 | 2026-08-26T16:00:20.297Z | Downloaded tabled v0.15.0 |
| 356 | 2026-08-26T16:00:20.305Z | Downloaded winnow v0.7.14 |
| 357 | 2026-08-26T16:00:20.324Z | Downloaded syn v1.0.109 |
| 358 | 2026-08-26T16:00:20.332Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-08-26T16:00:20.332Z | Downloaded unicode-width v0.2.0 |
| 360 | 2026-08-26T16:00:20.336Z | Downloaded syn v2.0.117 |
| 361 | 2026-08-26T16:00:20.352Z | Downloaded rustix v1.1.4 |
| 362 | 2026-08-26T16:00:20.372Z | Downloaded libc v0.2.185 |
| 363 | 2026-08-26T16:00:20.435Z | Compiling proc-macro2 v1.0.106 |
| 364 | 2026-08-26T16:00:20.436Z | Compiling unicode-ident v1.0.24 |
| 365 | 2026-08-26T16:00:20.438Z | Compiling quote v1.0.45 |
| 366 | 2026-08-26T16:00:20.438Z | Compiling serde_core v1.0.228 |
| 367 | 2026-08-26T16:00:20.438Z | Compiling libc v0.2.185 |
| 368 | 2026-08-26T16:00:20.438Z | Compiling version_check v0.9.5 |
| 369 | 2026-08-26T16:00:20.438Z | Compiling memchr v2.8.0 |
| 370 | 2026-08-26T16:00:20.614Z | Compiling serde v1.0.228 |
| 371 | 2026-08-26T16:00:20.617Z | Compiling zmij v1.0.21 |
| 372 | 2026-08-26T16:00:20.617Z | Compiling thiserror v1.0.69 |
| 373 | 2026-08-26T16:00:20.626Z | Compiling itoa v1.0.17 |
| 374 | 2026-08-26T16:00:20.629Z | Compiling ucd-trie v0.1.7 |
| 375 | 2026-08-26T16:00:20.629Z | Compiling byteorder v1.5.0 |
| 376 | 2026-08-26T16:00:20.629Z | Compiling rustix v1.1.4 |
| 377 | 2026-08-26T16:00:20.867Z | Compiling serde_json v1.0.151 |
| 378 | 2026-08-26T16:00:20.944Z | Compiling bitflags v2.11.0 |
| 379 | 2026-08-26T16:00:21.001Z | Compiling usdt-impl v0.5.0 |
| 380 | 2026-08-26T16:00:21.004Z | Compiling proc-macro-error-attr v1.0.4 |
| 381 | 2026-08-26T16:00:21.037Z | Compiling camino v1.2.5 |
| 382 | 2026-08-26T16:00:21.088Z | Compiling pest v2.8.6 |
| 383 | 2026-08-26T16:00:21.232Z | Compiling syn v1.0.109 |
| 384 | 2026-08-26T16:00:21.235Z | Compiling proc-macro-error v1.0.4 |
| 385 | 2026-08-26T16:00:21.324Z | Compiling getrandom v0.4.3 |
| 386 | 2026-08-26T16:00:21.376Z | Compiling log v0.4.33 |
| 387 | 2026-08-26T16:00:21.447Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-08-26T16:00:21.449Z | Compiling hashbrown v0.17.0 |
| 389 | 2026-08-26T16:00:21.449Z | Compiling equivalent v1.0.2 |
| 390 | 2026-08-26T16:00:21.463Z | Compiling plain v0.2.3 |
| 391 | 2026-08-26T16:00:21.564Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-08-26T16:00:21.601Z | Compiling cfg-if v1.0.4 |
| 393 | 2026-08-26T16:00:21.618Z | Compiling winnow v0.7.14 |
| 394 | 2026-08-26T16:00:21.638Z | Compiling anstyle v1.0.14 |
| 395 | 2026-08-26T16:00:21.666Z | Compiling thiserror v2.0.18 |
| 396 | 2026-08-26T16:00:21.719Z | Compiling colorchoice v1.0.4 |
| 397 | 2026-08-26T16:00:21.739Z | Compiling pretty-hex v0.4.1 |
| 398 | 2026-08-26T16:00:21.742Z | Compiling autocfg v1.5.0 |
| 399 | 2026-08-26T16:00:21.776Z | Compiling is_terminal_polyfill v1.70.2 |
| 400 | 2026-08-26T16:00:21.814Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-08-26T16:00:21.835Z | Compiling toml_write v0.1.2 |
| 402 | 2026-08-26T16:00:21.854Z | Compiling once_cell v1.21.3 |
| 403 | 2026-08-26T16:00:21.892Z | Compiling errno v0.3.14 |
| 404 | 2026-08-26T16:00:21.932Z | Compiling thread-id v4.2.2 |
| 405 | 2026-08-26T16:00:21.950Z | Compiling anstream v1.0.0 |
| 406 | 2026-08-26T16:00:21.983Z | Compiling heck v0.5.0 |
| 407 | 2026-08-26T16:00:22.068Z | Compiling indexmap v2.14.0 |
| 408 | 2026-08-26T16:00:22.111Z | Compiling heck v0.4.1 |
| 409 | 2026-08-26T16:00:22.131Z | Compiling syn v2.0.117 |
| 410 | 2026-08-26T16:00:22.180Z | Compiling fnv v1.0.7 |
| 411 | 2026-08-26T16:00:22.203Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-08-26T16:00:22.240Z | Compiling fs-err v3.3.0 |
| 413 | 2026-08-26T16:00:22.272Z | Compiling fastrand v2.3.0 |
| 414 | 2026-08-26T16:00:22.307Z | Compiling bytecount v0.6.9 |
| 415 | 2026-08-26T16:00:22.324Z | Compiling strsim v0.11.1 |
| 416 | 2026-08-26T16:00:22.341Z | Compiling clap_lex v1.0.0 |
| 417 | 2026-08-26T16:00:22.360Z | Compiling anyhow v1.0.104 |
| 418 | 2026-08-26T16:00:22.427Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-08-26T16:00:22.475Z | Compiling memmap v0.7.0 |
| 420 | 2026-08-26T16:00:22.567Z | Compiling unicode-linebreak v0.1.5 |
| 421 | 2026-08-26T16:00:22.586Z | Compiling unicode-width v0.2.0 |
| 422 | 2026-08-26T16:00:22.604Z | Compiling smawk v0.3.2 |
| 423 | 2026-08-26T16:00:22.684Z | Compiling papergrid v0.11.0 |
| 424 | 2026-08-26T16:00:22.707Z | Compiling swrite v0.1.0 |
| 425 | 2026-08-26T16:00:22.908Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-26T16:00:22.911Z | Compiling tempfile v3.27.0 |
| 427 | 2026-08-26T16:00:23.013Z | Compiling clap_builder v4.6.0 |
| 428 | 2026-08-26T16:00:23.013Z | Compiling textwrap v0.16.2 |
| 429 | 2026-08-26T16:00:23.099Z | Compiling semver v1.0.28 |
| 430 | 2026-08-26T16:00:23.124Z | Compiling cargo-platform v0.3.2 |
| 431 | 2026-08-26T16:00:23.343Z | Compiling camino-tempfile v1.4.1 |
| 432 | 2026-08-26T16:00:23.604Z | Compiling tabled_derive v0.7.0 |
| 433 | 2026-08-26T16:00:24.258Z | Compiling tabled v0.15.0 |
| 434 | 2026-08-26T16:00:24.273Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-26T16:00:24.772Z | Compiling serde_derive v1.0.228 |
| 436 | 2026-08-26T16:00:24.772Z | Compiling thiserror-impl v1.0.69 |
| 437 | 2026-08-26T16:00:24.775Z | Compiling zerocopy-derive v0.7.35 |
| 438 | 2026-08-26T16:00:24.775Z | Compiling scroll_derive v0.12.1 |
| 439 | 2026-08-26T16:00:24.775Z | Compiling thiserror-impl v2.0.18 |
| 440 | 2026-08-26T16:00:24.775Z | Compiling clap_derive v4.6.1 |
| 441 | 2026-08-26T16:00:24.841Z | Compiling pest_derive v2.8.6 |
| 442 | 2026-08-26T16:00:25.382Z | Compiling scroll v0.12.0 |
| 443 | 2026-08-26T16:00:25.515Z | Compiling zerocopy v0.7.35 |
| 444 | 2026-08-26T16:00:25.588Z | Compiling goblin v0.8.2 |
| 445 | 2026-08-26T16:00:25.839Z | Compiling dtrace-parser v0.2.0 |
| 446 | 2026-08-26T16:00:26.075Z | Compiling clap v4.6.1 |
| 447 | 2026-08-26T16:00:27.262Z | Compiling dof v0.3.0 |
| 448 | 2026-08-26T16:00:27.262Z | Compiling serde_tokenstream v0.2.3 |
| 449 | 2026-08-26T16:00:27.317Z | Compiling serde_spanned v0.6.9 |
| 450 | 2026-08-26T16:00:27.317Z | Compiling toml_datetime v0.6.11 |
| 451 | 2026-08-26T16:00:27.317Z | Compiling macaddr v1.0.1 |
| 452 | 2026-08-26T16:00:27.317Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 453 | 2026-08-26T16:00:27.317Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-08-26T16:00:27.473Z | Compiling toml_edit v0.22.27 |
| 455 | 2026-08-26T16:00:27.920Z | Compiling usdt-attr-macro v0.5.0 |
| 456 | 2026-08-26T16:00:27.921Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-08-26T16:00:28.498Z | Compiling usdt v0.5.0 |
| 458 | 2026-08-26T16:00:28.680Z | Compiling toml v0.8.23 |
| 459 | 2026-08-26T16:00:28.992Z | Compiling cargo_toml v0.21.0 |
| 460 | 2026-08-26T16:00:30.268Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 461 | 2026-08-26T16:00:32.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.77s |
| 462 | 2026-08-26T16:00:32.531Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 463 | 2026-08-26T16:00:33.043Z | Downloading crates ... |
| 464 | 2026-08-26T16:00:33.108Z | Downloaded arrayvec v0.7.6 |
| 465 | 2026-08-26T16:00:33.111Z | Downloaded async-trait v0.1.89 |
| 466 | 2026-08-26T16:00:33.111Z | Downloaded argon2 v0.5.3 |
| 467 | 2026-08-26T16:00:33.116Z | Downloaded bit-set v0.5.3 |
| 468 | 2026-08-26T16:00:33.119Z | Downloaded adler2 v2.0.1 |
| 469 | 2026-08-26T16:00:33.120Z | Downloaded blake2 v0.11.0-rc.6 |
| 470 | 2026-08-26T16:00:33.122Z | Downloaded embedded-io v0.6.1 |
| 471 | 2026-08-26T16:00:33.123Z | Downloaded foldhash v0.2.0 |
| 472 | 2026-08-26T16:00:33.125Z | Downloaded byte-wrapper v0.1.0 |
| 473 | 2026-08-26T16:00:33.125Z | Downloaded addr2line v0.25.1 |
| 474 | 2026-08-26T16:00:33.128Z | Downloaded ahash v0.8.12 |
| 475 | 2026-08-26T16:00:33.128Z | Downloaded foreign-types-shared v0.3.1 |
| 476 | 2026-08-26T16:00:33.128Z | Downloaded async-recursion v1.1.1 |
| 477 | 2026-08-26T16:00:33.131Z | Downloaded aead v0.5.2 |
| 478 | 2026-08-26T16:00:33.134Z | Downloaded flate2 v1.1.9 |
| 479 | 2026-08-26T16:00:33.137Z | Downloaded atomic-waker v1.1.2 |
| 480 | 2026-08-26T16:00:33.137Z | Downloaded glob v0.3.3 |
| 481 | 2026-08-26T16:00:33.137Z | Downloaded hostname v0.3.1 |
| 482 | 2026-08-26T16:00:33.140Z | Downloaded http-range v0.1.5 |
| 483 | 2026-08-26T16:00:33.140Z | Downloaded base16ct v1.0.0 |
| 484 | 2026-08-26T16:00:33.140Z | Downloaded bit-set v0.8.0 |
| 485 | 2026-08-26T16:00:33.140Z | Downloaded highway v1.3.0 |
| 486 | 2026-08-26T16:00:33.143Z | Downloaded http-body v1.0.1 |
| 487 | 2026-08-26T16:00:33.143Z | Downloaded float-cmp v0.10.0 |
| 488 | 2026-08-26T16:00:33.143Z | Downloaded foreign-types v0.3.2 |
| 489 | 2026-08-26T16:00:33.143Z | Downloaded foreign-types-shared v0.1.1 |
| 490 | 2026-08-26T16:00:33.143Z | Downloaded erased-serde v0.3.31 |
| 491 | 2026-08-26T16:00:33.146Z | Downloaded flagset v0.4.7 |
| 492 | 2026-08-26T16:00:33.146Z | Downloaded futures-channel v0.3.32 |
| 493 | 2026-08-26T16:00:33.146Z | Downloaded atomicwrites v0.4.4 |
| 494 | 2026-08-26T16:00:33.146Z | Downloaded bb8 v0.8.6 |
| 495 | 2026-08-26T16:00:33.146Z | Downloaded env_logger v0.11.11 |
| 496 | 2026-08-26T16:00:33.149Z | Downloaded ascii-canvas v3.0.0 |
| 497 | 2026-08-26T16:00:33.149Z | Downloaded futures-macro v0.3.32 |
| 498 | 2026-08-26T16:00:33.149Z | Downloaded ff v0.14.0 |
| 499 | 2026-08-26T16:00:33.152Z | Downloaded elliptic-curve v0.14.1 |
| 500 | 2026-08-26T16:00:33.152Z | Downloaded embedded-io v0.4.0 |
| 501 | 2026-08-26T16:00:33.155Z | Downloaded fallible-iterator v0.2.0 |
| 502 | 2026-08-26T16:00:33.155Z | Downloaded atty v0.2.14 |
| 503 | 2026-08-26T16:00:33.155Z | Downloaded block-buffer v0.12.1 |
| 504 | 2026-08-26T16:00:33.155Z | Downloaded endian-type v0.1.2 |
| 505 | 2026-08-26T16:00:33.155Z | Downloaded fixedbitset v0.5.7 |
| 506 | 2026-08-26T16:00:33.158Z | Downloaded backoff v0.4.0 |
| 507 | 2026-08-26T16:00:33.158Z | Downloaded anstream v0.6.21 |
| 508 | 2026-08-26T16:00:33.158Z | Downloaded bit-vec v0.6.3 |
| 509 | 2026-08-26T16:00:33.161Z | Downloaded generic-array v1.4.3 |
| 510 | 2026-08-26T16:00:33.161Z | Downloaded float-ord v0.3.2 |
| 511 | 2026-08-26T16:00:33.161Z | Downloaded env_filter v2.0.0 |
| 512 | 2026-08-26T16:00:33.164Z | Downloaded form_urlencoded v1.2.2 |
| 513 | 2026-08-26T16:00:33.164Z | Downloaded bitfield-macros v0.19.4 |
| 514 | 2026-08-26T16:00:33.164Z | Downloaded assert_matches v1.5.0 |
| 515 | 2026-08-26T16:00:33.164Z | Downloaded base16ct v0.2.0 |
| 516 | 2026-08-26T16:00:33.168Z | Downloaded async-stream v0.3.6 |
| 517 | 2026-08-26T16:00:33.171Z | Downloaded anstyle-parse v0.2.7 |
| 518 | 2026-08-26T16:00:33.171Z | Downloaded hashbrown v0.15.5 |
| 519 | 2026-08-26T16:00:33.174Z | Downloaded fd-lock v4.0.4 |
| 520 | 2026-08-26T16:00:33.174Z | Downloaded flume v0.11.1 |
| 521 | 2026-08-26T16:00:33.178Z | Downloaded enum-as-inner v0.6.1 |
| 522 | 2026-08-26T16:00:33.178Z | Downloaded arrayref v0.3.9 |
| 523 | 2026-08-26T16:00:33.178Z | Downloaded backtrace-ext v0.2.1 |
| 524 | 2026-08-26T16:00:33.181Z | Downloaded foreign-types-macros v0.2.3 |
| 525 | 2026-08-26T16:00:33.181Z | Downloaded futures-io v0.3.32 |
| 526 | 2026-08-26T16:00:33.181Z | Downloaded futures-task v0.3.32 |
| 527 | 2026-08-26T16:00:33.181Z | Downloaded hex v0.4.3 |
| 528 | 2026-08-26T16:00:33.184Z | Downloaded gethostname v0.5.0 |
| 529 | 2026-08-26T16:00:33.188Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 530 | 2026-08-26T16:00:33.188Z | Downloaded async-stream-impl v0.3.6 |
| 531 | 2026-08-26T16:00:33.191Z | Downloaded httpdate v1.0.3 |
| 532 | 2026-08-26T16:00:33.191Z | Downloaded futures-core v0.3.32 |
| 533 | 2026-08-26T16:00:33.195Z | Downloaded hash32 v0.2.1 |
| 534 | 2026-08-26T16:00:33.198Z | Downloaded ghash v0.6.0 |
| 535 | 2026-08-26T16:00:33.201Z | Downloaded cfg_aliases v0.2.1 |
| 536 | 2026-08-26T16:00:33.201Z | Downloaded futures-sink v0.3.32 |
| 537 | 2026-08-26T16:00:33.204Z | Downloaded fxhash v0.2.1 |
| 538 | 2026-08-26T16:00:33.204Z | Downloaded hash32 v0.3.1 |
| 539 | 2026-08-26T16:00:33.207Z | Downloaded ciborium-ll v0.2.2 |
| 540 | 2026-08-26T16:00:33.207Z | Downloaded compression-core v0.4.31 |
| 541 | 2026-08-26T16:00:33.207Z | Downloaded headers-core v0.3.0 |
| 542 | 2026-08-26T16:00:33.210Z | Downloaded num_threads v0.1.7 |
| 543 | 2026-08-26T16:00:33.210Z | Downloaded array-init v0.0.4 |
| 544 | 2026-08-26T16:00:33.213Z | Downloaded bitfield v0.19.4 |
| 545 | 2026-08-26T16:00:33.213Z | Downloaded hubpack v0.1.2 |
| 546 | 2026-08-26T16:00:33.216Z | Downloaded funty v2.0.0 |
| 547 | 2026-08-26T16:00:33.219Z | Downloaded home v0.5.12 |
| 548 | 2026-08-26T16:00:33.222Z | Downloaded ciborium-io v0.2.2 |
| 549 | 2026-08-26T16:00:33.224Z | Downloaded ena v0.14.4 |
| 550 | 2026-08-26T16:00:33.224Z | Downloaded foldhash v0.1.5 |
| 551 | 2026-08-26T16:00:33.230Z | Downloaded git-stub v1.0.0 |
| 552 | 2026-08-26T16:00:33.234Z | Downloaded castaway v0.2.4 |
| 553 | 2026-08-26T16:00:33.234Z | Downloaded cfg_aliases v0.1.1 |
| 554 | 2026-08-26T16:00:33.234Z | Downloaded fixedbitset v0.4.2 |
| 555 | 2026-08-26T16:00:33.234Z | Downloaded foreign-types v0.5.0 |
| 556 | 2026-08-26T16:00:33.234Z | Downloaded newline-converter v0.3.0 |
| 557 | 2026-08-26T16:00:33.234Z | Downloaded hubpack_derive v0.1.1 |
| 558 | 2026-08-26T16:00:33.234Z | Downloaded password-hash v0.6.1 |
| 559 | 2026-08-26T16:00:33.237Z | Downloaded cobs v0.3.0 |
| 560 | 2026-08-26T16:00:33.237Z | Downloaded hostname v0.4.2 |
| 561 | 2026-08-26T16:00:33.237Z | Downloaded radium v0.7.0 |
| 562 | 2026-08-26T16:00:33.240Z | Downloaded block-padding v0.4.2 |
| 563 | 2026-08-26T16:00:33.240Z | Downloaded phf_shared v0.11.3 |
| 564 | 2026-08-26T16:00:33.240Z | Downloaded nodrop v0.1.14 |
| 565 | 2026-08-26T16:00:33.244Z | Downloaded powerfmt v0.2.0 |
| 566 | 2026-08-26T16:00:33.247Z | Downloaded phf_shared v0.12.1 |
| 567 | 2026-08-26T16:00:33.250Z | Downloaded nibble_vec v0.1.0 |
| 568 | 2026-08-26T16:00:33.250Z | Downloaded predicates-core v1.0.10 |
| 569 | 2026-08-26T16:00:33.253Z | Downloaded openssl-macros v0.1.1 |
| 570 | 2026-08-26T16:00:33.253Z | Downloaded recursive v0.1.1 |
| 571 | 2026-08-26T16:00:33.253Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 572 | 2026-08-26T16:00:33.256Z | Downloaded openssl-probe v0.1.6 |
| 573 | 2026-08-26T16:00:33.258Z | Downloaded rustc-hash v2.1.1 |
| 574 | 2026-08-26T16:00:33.259Z | Downloaded enum_dispatch v0.3.13 |
| 575 | 2026-08-26T16:00:33.261Z | Downloaded globwalk v0.9.1 |
| 576 | 2026-08-26T16:00:33.261Z | Downloaded futures-executor v0.3.32 |
| 577 | 2026-08-26T16:00:33.261Z | Downloaded globset v0.4.18 |
| 578 | 2026-08-26T16:00:33.262Z | Downloaded normalize-line-endings v0.3.0 |
| 579 | 2026-08-26T16:00:33.264Z | Downloaded bitfield-struct v0.6.2 |
| 580 | 2026-08-26T16:00:33.268Z | Downloaded ff v0.13.1 |
| 581 | 2026-08-26T16:00:33.269Z | Downloaded base64ct v1.8.3 |
| 582 | 2026-08-26T16:00:33.269Z | Downloaded bcs v0.1.6 |
| 583 | 2026-08-26T16:00:33.271Z | Downloaded http-body-util v0.1.3 |
| 584 | 2026-08-26T16:00:33.272Z | Downloaded hex-literal v1.1.0 |
| 585 | 2026-08-26T16:00:33.274Z | Downloaded git-stub-vcs v0.1.0 |
| 586 | 2026-08-26T16:00:33.274Z | Downloaded group v0.13.0 |
| 587 | 2026-08-26T16:00:33.274Z | Downloaded aead v0.6.1 |
| 588 | 2026-08-26T16:00:33.274Z | Downloaded group v0.14.0 |
| 589 | 2026-08-26T16:00:33.277Z | Downloaded cexpr v0.6.0 |
| 590 | 2026-08-26T16:00:33.277Z | Downloaded cmake v0.1.57 |
| 591 | 2026-08-26T16:00:33.277Z | Downloaded fs-err v2.11.0 |
| 592 | 2026-08-26T16:00:33.280Z | Downloaded cmov v0.5.4 |
| 593 | 2026-08-26T16:00:33.287Z | Downloaded sqlparser_derive v0.5.0 |
| 594 | 2026-08-26T16:00:33.290Z | Downloaded strum v0.26.3 |
| 595 | 2026-08-26T16:00:33.290Z | Downloaded blowfish v0.10.0 |
| 596 | 2026-08-26T16:00:33.292Z | Downloaded supports-color v3.0.2 |
| 597 | 2026-08-26T16:00:33.293Z | Downloaded take_mut v0.2.2 |
| 598 | 2026-08-26T16:00:33.293Z | Downloaded compression-codecs v0.4.37 |
| 599 | 2026-08-26T16:00:33.296Z | Downloaded filetime v0.2.27 |
| 600 | 2026-08-26T16:00:33.296Z | Downloaded find-msvc-tools v0.1.9 |
| 601 | 2026-08-26T16:00:33.296Z | Downloaded proc-macro-crate v1.3.1 |
| 602 | 2026-08-26T16:00:33.300Z | Downloaded owo-colors v4.3.0 |
| 603 | 2026-08-26T16:00:33.300Z | Downloaded password-hash v0.5.0 |
| 604 | 2026-08-26T16:00:33.300Z | Downloaded progenitor-macro v0.14.0 |
| 605 | 2026-08-26T16:00:33.303Z | Downloaded rand_xorshift v0.4.0 |
| 606 | 2026-08-26T16:00:33.305Z | Downloaded rfc6979 v0.4.0 |
| 607 | 2026-08-26T16:00:33.305Z | Downloaded num_enum v0.5.11 |
| 608 | 2026-08-26T16:00:33.308Z | Downloaded paste v1.0.15 |
| 609 | 2026-08-26T16:00:33.308Z | Downloaded pkg-config v0.3.32 |
| 610 | 2026-08-26T16:00:33.311Z | Downloaded progenitor-client v0.13.0 |
| 611 | 2026-08-26T16:00:33.311Z | Downloaded scopeguard v1.2.0 |
| 612 | 2026-08-26T16:00:33.311Z | Downloaded seq-macro v0.3.6 |
| 613 | 2026-08-26T16:00:33.311Z | Downloaded rustls-native-certs v0.8.3 |
| 614 | 2026-08-26T16:00:33.314Z | Downloaded serde_path_to_error v0.1.20 |
| 615 | 2026-08-26T16:00:33.314Z | Downloaded slog-envlogger v2.2.0 |
| 616 | 2026-08-26T16:00:33.317Z | Downloaded tokio-test v0.4.5 |
| 617 | 2026-08-26T16:00:33.321Z | Downloaded fs_extra v1.3.0 |
| 618 | 2026-08-26T16:00:33.324Z | Downloaded pkcs8 v0.11.0 |
| 619 | 2026-08-26T16:00:33.327Z | Downloaded httparse v1.10.1 |
| 620 | 2026-08-26T16:00:33.330Z | Downloaded cipher v0.4.4 |
| 621 | 2026-08-26T16:00:33.332Z | Downloaded const-oid v0.10.2 |
| 622 | 2026-08-26T16:00:33.335Z | Downloaded cassowary v0.3.0 |
| 623 | 2026-08-26T16:00:33.335Z | Downloaded chacha20 v0.9.1 |
| 624 | 2026-08-26T16:00:33.335Z | Downloaded cipher v0.5.2 |
| 625 | 2026-08-26T16:00:33.338Z | Downloaded cbc v0.2.1 |
| 626 | 2026-08-26T16:00:33.338Z | Downloaded num-integer v0.1.46 |
| 627 | 2026-08-26T16:00:33.338Z | Downloaded camino-tempfile-ext v0.3.3 |
| 628 | 2026-08-26T16:00:33.341Z | Downloaded unarray v0.1.4 |
| 629 | 2026-08-26T16:00:33.341Z | Downloaded topological-sort v0.2.2 |
| 630 | 2026-08-26T16:00:33.341Z | Downloaded unit-prefix v0.5.2 |
| 631 | 2026-08-26T16:00:33.341Z | Downloaded usdt v0.6.0 |
| 632 | 2026-08-26T16:00:33.344Z | Downloaded sec1 v0.7.3 |
| 633 | 2026-08-26T16:00:33.344Z | Downloaded signal-hook-mio v0.2.5 |
| 634 | 2026-08-26T16:00:33.347Z | Downloaded parking_lot_core v0.8.6 |
| 635 | 2026-08-26T16:00:33.347Z | Downloaded serde_tokenstream v0.3.0 |
| 636 | 2026-08-26T16:00:33.350Z | Downloaded signal-hook-registry v1.4.8 |
| 637 | 2026-08-26T16:00:33.350Z | Downloaded stable_deref_trait v1.2.1 |
| 638 | 2026-08-26T16:00:33.350Z | Downloaded spki v0.8.0 |
| 639 | 2026-08-26T16:00:33.350Z | Downloaded yoke-derive v0.8.1 |
| 640 | 2026-08-26T16:00:33.353Z | Downloaded testing_table v0.3.0 |
| 641 | 2026-08-26T16:00:33.353Z | Downloaded tokio-macros v2.7.0 |
| 642 | 2026-08-26T16:00:33.356Z | Downloaded zone v0.3.1 |
| 643 | 2026-08-26T16:00:33.359Z | Downloaded string_cache v0.8.9 |
| 644 | 2026-08-26T16:00:33.359Z | Downloaded tiny-keccak v2.0.2 |
| 645 | 2026-08-26T16:00:33.359Z | Downloaded pem-rfc7468 v0.7.0 |
| 646 | 2026-08-26T16:00:33.362Z | Downloaded pem-rfc7468 v1.0.0 |
| 647 | 2026-08-26T16:00:33.362Z | Downloaded hmac v0.13.0 |
| 648 | 2026-08-26T16:00:33.365Z | Downloaded backon v1.6.0 |
| 649 | 2026-08-26T16:00:33.367Z | Downloaded bit-vec v0.8.0 |
| 650 | 2026-08-26T16:00:33.368Z | Downloaded chacha20 v0.10.0 |
| 651 | 2026-08-26T16:00:33.370Z | Downloaded cancel-safe-futures v0.1.5 |
| 652 | 2026-08-26T16:00:33.373Z | Downloaded half v1.8.3 |
| 653 | 2026-08-26T16:00:33.373Z | Downloaded bs58 v0.5.1 |
| 654 | 2026-08-26T16:00:33.376Z | Downloaded thread_local v1.1.9 |
| 655 | 2026-08-26T16:00:33.376Z | Downloaded tinystr v0.8.2 |
| 656 | 2026-08-26T16:00:33.376Z | Downloaded bitflags v1.3.2 |
| 657 | 2026-08-26T16:00:33.379Z | Downloaded bzip2 v0.4.4 |
| 658 | 2026-08-26T16:00:33.379Z | Downloaded async-bb8-diesel v0.2.1 |
| 659 | 2026-08-26T16:00:33.382Z | Downloaded colored v2.2.0 |
| 660 | 2026-08-26T16:00:33.382Z | Downloaded colored v3.1.1 |
| 661 | 2026-08-26T16:00:33.385Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 662 | 2026-08-26T16:00:33.385Z | Downloaded arc-swap v1.8.2 |
| 663 | 2026-08-26T16:00:33.388Z | Downloaded getrandom v0.3.4 |
| 664 | 2026-08-26T16:00:33.390Z | Downloaded utf-8 v0.7.6 |
| 665 | 2026-08-26T16:00:33.390Z | Downloaded primeorder v0.14.0 |
| 666 | 2026-08-26T16:00:33.405Z | Downloaded hmac v0.12.1 |
| 667 | 2026-08-26T16:00:33.405Z | Downloaded resolv-conf v0.7.6 |
| 668 | 2026-08-26T16:00:33.406Z | Downloaded slog-term v2.9.2 |
| 669 | 2026-08-26T16:00:33.406Z | Downloaded dof v0.4.0 |
| 670 | 2026-08-26T16:00:33.406Z | Downloaded downcast-rs v2.0.2 |
| 671 | 2026-08-26T16:00:33.406Z | Downloaded hyper-tls v0.6.0 |
| 672 | 2026-08-26T16:00:33.406Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 673 | 2026-08-26T16:00:33.406Z | Downloaded unicase v2.9.0 |
| 674 | 2026-08-26T16:00:33.406Z | Downloaded xshell-macros v0.2.7 |
| 675 | 2026-08-26T16:00:33.406Z | Downloaded zeroize_derive v1.5.0 |
| 676 | 2026-08-26T16:00:33.406Z | Downloaded defmt-parser v1.0.0 |
| 677 | 2026-08-26T16:00:33.406Z | Downloaded crunchy v0.2.4 |
| 678 | 2026-08-26T16:00:33.410Z | Downloaded dirs-sys-next v0.1.2 |
| 679 | 2026-08-26T16:00:33.413Z | Downloaded sha2 v0.11.0 |
| 680 | 2026-08-26T16:00:33.416Z | Downloaded stringprep v0.1.5 |
| 681 | 2026-08-26T16:00:33.419Z | Downloaded walkdir v2.5.0 |
| 682 | 2026-08-26T16:00:33.419Z | Downloaded writeable v0.6.2 |
| 683 | 2026-08-26T16:00:33.419Z | Downloaded bzip2 v0.6.1 |
| 684 | 2026-08-26T16:00:33.421Z | Downloaded ciborium v0.2.2 |
| 685 | 2026-08-26T16:00:33.422Z | Downloaded serde_with_macros v1.5.2 |
| 686 | 2026-08-26T16:00:33.422Z | Downloaded convert_case v0.4.0 |
| 687 | 2026-08-26T16:00:33.424Z | Downloaded convert_case v0.10.0 |
| 688 | 2026-08-26T16:00:33.425Z | Downloaded indoc v1.0.9 |
| 689 | 2026-08-26T16:00:33.425Z | Downloaded buf-list v1.1.2 |
| 690 | 2026-08-26T16:00:33.427Z | Downloaded jiff-static v0.2.34 |
| 691 | 2026-08-26T16:00:33.427Z | Downloaded kem v0.3.0 |
| 692 | 2026-08-26T16:00:33.428Z | Downloaded libscf-sys v1.2.0 |
| 693 | 2026-08-26T16:00:33.430Z | Downloaded fatfs v0.3.6 |
| 694 | 2026-08-26T16:00:33.431Z | Downloaded getrandom v0.2.17 |
| 695 | 2026-08-26T16:00:33.440Z | Downloaded match_cfg v0.1.0 |
| 696 | 2026-08-26T16:00:33.440Z | Downloaded console v0.15.11 |
| 697 | 2026-08-26T16:00:33.443Z | Downloaded papergrid v0.18.0 |
| 698 | 2026-08-26T16:00:33.443Z | Downloaded subtle v2.6.1 |
| 699 | 2026-08-26T16:00:33.443Z | Downloaded support-bundle-viewer v0.1.2 |
| 700 | 2026-08-26T16:00:33.443Z | Downloaded ctr v0.10.1 |
| 701 | 2026-08-26T16:00:33.443Z | Downloaded data-encoding v2.10.0 |
| 702 | 2026-08-26T16:00:33.443Z | Downloaded dtrace-parser v0.3.0 |
| 703 | 2026-08-26T16:00:33.443Z | Downloaded num-conv v0.2.0 |
| 704 | 2026-08-26T16:00:33.446Z | Downloaded opaque-debug v0.3.1 |
| 705 | 2026-08-26T16:00:33.447Z | Downloaded idna_adapter v1.2.1 |
| 706 | 2026-08-26T16:00:33.449Z | Downloaded allocator-api2 v0.2.21 |
| 707 | 2026-08-26T16:00:33.452Z | Downloaded clang-sys v1.8.1 |
| 708 | 2026-08-26T16:00:33.452Z | Downloaded futures v0.3.32 |
| 709 | 2026-08-26T16:00:33.457Z | Downloaded heapless v0.7.17 |
| 710 | 2026-08-26T16:00:33.460Z | Downloaded const-oid v0.9.6 |
| 711 | 2026-08-26T16:00:33.460Z | Downloaded headers v0.4.1 |
| 712 | 2026-08-26T16:00:33.463Z | Downloaded diesel-dtrace v0.5.0 |
| 713 | 2026-08-26T16:00:33.463Z | Downloaded olpc-cjson v0.1.4 |
| 714 | 2026-08-26T16:00:33.466Z | Downloaded is_ci v1.2.0 |
| 715 | 2026-08-26T16:00:33.466Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 716 | 2026-08-26T16:00:33.466Z | Downloaded parse-size v1.1.0 |
| 717 | 2026-08-26T16:00:33.469Z | Downloaded ar_archive_writer v0.5.1 |
| 718 | 2026-08-26T16:00:33.469Z | Downloaded indoc v2.0.7 |
| 719 | 2026-08-26T16:00:33.472Z | Downloaded vergen-gitcl v1.0.8 |
| 720 | 2026-08-26T16:00:33.472Z | Downloaded lru-slab v0.1.2 |
| 721 | 2026-08-26T16:00:33.472Z | Downloaded memoffset v0.9.1 |
| 722 | 2026-08-26T16:00:33.472Z | Downloaded oxide-generation-macros v0.2.0 |
| 723 | 2026-08-26T16:00:33.475Z | Downloaded rand_pcg v0.10.2 |
| 724 | 2026-08-26T16:00:33.475Z | Downloaded signal-hook v0.3.18 |
| 725 | 2026-08-26T16:00:33.478Z | Downloaded ingot v0.2.1 |
| 726 | 2026-08-26T16:00:33.480Z | Downloaded socket2 v0.5.10 |
| 727 | 2026-08-26T16:00:33.483Z | Downloaded zerocopy v0.6.6 |
| 728 | 2026-08-26T16:00:33.483Z | Downloaded libefi-sys v0.1.0 |
| 729 | 2026-08-26T16:00:33.483Z | Downloaded serde_with_macros v3.21.0 |
| 730 | 2026-08-26T16:00:33.488Z | Downloaded russh-util v0.52.0 |
| 731 | 2026-08-26T16:00:33.491Z | Downloaded delegate v0.13.5 |
| 732 | 2026-08-26T16:00:33.491Z | Downloaded serde_urlencoded v0.7.1 |
| 733 | 2026-08-26T16:00:33.500Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 734 | 2026-08-26T16:00:33.504Z | Downloaded prettyplease v0.2.37 |
| 735 | 2026-08-26T16:00:33.507Z | Downloaded progenitor-client v0.14.0 |
| 736 | 2026-08-26T16:00:33.507Z | Downloaded darling v0.23.0 |
| 737 | 2026-08-26T16:00:33.510Z | Downloaded derive_builder v0.20.2 |
| 738 | 2026-08-26T16:00:33.513Z | Downloaded progenitor-macro v0.13.0 |
| 739 | 2026-08-26T16:00:33.513Z | Downloaded rand_chacha v0.3.1 |
| 740 | 2026-08-26T16:00:33.513Z | Downloaded ref-cast-impl v1.0.25 |
| 741 | 2026-08-26T16:00:33.513Z | Downloaded rfc6979 v0.6.0 |
| 742 | 2026-08-26T16:00:33.516Z | Downloaded num-complex v0.4.6 |
| 743 | 2026-08-26T16:00:33.516Z | Downloaded signal-hook-tokio v0.3.1 |
| 744 | 2026-08-26T16:00:33.519Z | Downloaded ecdsa v0.17.0 |
| 745 | 2026-08-26T16:00:33.519Z | Downloaded argon2 v0.6.0-rc.8 |
| 746 | 2026-08-26T16:00:33.522Z | Downloaded console v0.16.2 |
| 747 | 2026-08-26T16:00:33.522Z | Downloaded heapless v0.8.0 |
| 748 | 2026-08-26T16:00:33.525Z | Downloaded oxide-tokio-rt v0.1.4 |
| 749 | 2026-08-26T16:00:33.527Z | Downloaded peg-macros v0.8.5 |
| 750 | 2026-08-26T16:00:33.527Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 751 | 2026-08-26T16:00:33.527Z | Downloaded omicron-zone-package v0.12.3 |
| 752 | 2026-08-26T16:00:33.530Z | Downloaded oxide-update-engine-types v0.1.2 |
| 753 | 2026-08-26T16:00:33.533Z | Downloaded term v0.7.0 |
| 754 | 2026-08-26T16:00:33.533Z | Downloaded tokio-stream v0.1.18 |
| 755 | 2026-08-26T16:00:33.535Z | Downloaded pkcs8 v0.10.2 |
| 756 | 2026-08-26T16:00:33.538Z | Downloaded sapling-renderdag v0.1.0 |
| 757 | 2026-08-26T16:00:33.542Z | Downloaded pin-project-internal v1.1.11 |
| 758 | 2026-08-26T16:00:33.542Z | Downloaded rand_core v0.10.0 |
| 759 | 2026-08-26T16:00:33.542Z | Downloaded usdt-macro v0.6.0 |
| 760 | 2026-08-26T16:00:33.545Z | Downloaded unicode-truncate v1.1.0 |
| 761 | 2026-08-26T16:00:33.545Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 762 | 2026-08-26T16:00:33.545Z | Downloaded base64 v0.21.7 |
| 763 | 2026-08-26T16:00:33.547Z | Downloaded base64 v0.22.1 |
| 764 | 2026-08-26T16:00:33.550Z | Downloaded half v2.7.1 |
| 765 | 2026-08-26T16:00:33.550Z | Downloaded slog v2.8.2 |
| 766 | 2026-08-26T16:00:33.553Z | Downloaded vte v0.14.1 |
| 767 | 2026-08-26T16:00:33.556Z | Downloaded sec1 v0.8.1 |
| 768 | 2026-08-26T16:00:33.556Z | Downloaded signature v2.2.0 |
| 769 | 2026-08-26T16:00:33.559Z | Downloaded serde-big-array v0.5.1 |
| 770 | 2026-08-26T16:00:33.562Z | Downloaded sponge-cursor v0.1.0 |
| 771 | 2026-08-26T16:00:33.562Z | Downloaded sync-ptr v0.1.4 |
| 772 | 2026-08-26T16:00:33.562Z | Downloaded sync_wrapper v1.0.2 |
| 773 | 2026-08-26T16:00:33.565Z | Downloaded cpubits v0.1.1 |
| 774 | 2026-08-26T16:00:33.565Z | Downloaded crc8 v0.1.1 |
| 775 | 2026-08-26T16:00:33.565Z | Downloaded futures-util v0.3.32 |
| 776 | 2026-08-26T16:00:33.570Z | Downloaded hickory-resolver v0.25.2 |
| 777 | 2026-08-26T16:00:33.574Z | Downloaded blake2 v0.10.6 |
| 778 | 2026-08-26T16:00:33.576Z | Downloaded quinn v0.11.11 |
| 779 | 2026-08-26T16:00:33.577Z | Downloaded publicsuffix v2.3.0 |
| 780 | 2026-08-26T16:00:33.580Z | Downloaded crossbeam-utils v0.8.21 |
| 781 | 2026-08-26T16:00:33.580Z | Downloaded darling v0.21.3 |
| 782 | 2026-08-26T16:00:33.582Z | Downloaded untrusted v0.7.1 |
| 783 | 2026-08-26T16:00:33.583Z | Downloaded ssh-encoding v0.3.0 |
| 784 | 2026-08-26T16:00:33.587Z | Downloaded darling_macro v0.13.4 |
| 785 | 2026-08-26T16:00:33.587Z | Downloaded document-features v0.2.12 |
| 786 | 2026-08-26T16:00:33.587Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 787 | 2026-08-26T16:00:33.587Z | Downloaded digest-io v0.1.0 |
| 788 | 2026-08-26T16:00:33.587Z | Downloaded dyn-clone v1.0.20 |
| 789 | 2026-08-26T16:00:33.590Z | Downloaded schemars v0.8.22 |
| 790 | 2026-08-26T16:00:33.593Z | Downloaded oxide-generation v0.1.3 |
| 791 | 2026-08-26T16:00:33.596Z | Downloaded static_assertions v1.1.0 |
| 792 | 2026-08-26T16:00:33.596Z | Downloaded darling v0.20.11 |
| 793 | 2026-08-26T16:00:33.599Z | Downloaded multer v3.1.0 |
| 794 | 2026-08-26T16:00:33.608Z | Downloaded http v1.4.2 |
| 795 | 2026-08-26T16:00:33.610Z | Downloaded hashbrown v0.12.3 |
| 796 | 2026-08-26T16:00:33.613Z | Downloaded hickory-server v0.25.2 |
| 797 | 2026-08-26T16:00:33.616Z | Downloaded hickory-resolver v0.24.4 |
| 798 | 2026-08-26T16:00:33.619Z | Downloaded critical-section v1.2.0 |
| 799 | 2026-08-26T16:00:33.619Z | Downloaded postgres-protocol v0.6.10 |
| 800 | 2026-08-26T16:00:33.619Z | Downloaded ref-cast v1.0.25 |
| 801 | 2026-08-26T16:00:33.622Z | Downloaded strum_macros v0.27.2 |
| 802 | 2026-08-26T16:00:33.622Z | Downloaded thiserror-no-std v2.0.2 |
| 803 | 2026-08-26T16:00:33.625Z | Downloaded tokio-tungstenite v0.23.1 |
| 804 | 2026-08-26T16:00:33.625Z | Downloaded wait-timeout v0.2.1 |
| 805 | 2026-08-26T16:00:33.625Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 806 | 2026-08-26T16:00:33.628Z | Downloaded ident_case v1.0.1 |
| 807 | 2026-08-26T16:00:33.628Z | Downloaded tokio-tungstenite v0.21.0 |
| 808 | 2026-08-26T16:00:33.628Z | Downloaded inout v0.1.4 |
| 809 | 2026-08-26T16:00:33.628Z | Downloaded internet-checksum v0.2.1 |
| 810 | 2026-08-26T16:00:33.628Z | Downloaded linked-hash-map v0.5.6 |
| 811 | 2026-08-26T16:00:33.631Z | Downloaded quinn-udp v0.5.14 |
| 812 | 2026-08-26T16:00:33.631Z | Downloaded zip v0.6.6 |
| 813 | 2026-08-26T16:00:33.634Z | Downloaded chacha20poly1305 v0.10.1 |
| 814 | 2026-08-26T16:00:33.634Z | Downloaded litrs v1.0.0 |
| 815 | 2026-08-26T16:00:33.634Z | Downloaded compact_str v0.8.1 |
| 816 | 2026-08-26T16:00:33.637Z | Downloaded vergen-lib v0.1.6 |
| 817 | 2026-08-26T16:00:33.637Z | Downloaded multimap v0.10.1 |
| 818 | 2026-08-26T16:00:33.637Z | Downloaded maybe-uninit v2.0.0 |
| 819 | 2026-08-26T16:00:33.637Z | Downloaded newtype-uuid-macros v0.1.0 |
| 820 | 2026-08-26T16:00:33.640Z | Downloaded hashbrown v0.13.2 |
| 821 | 2026-08-26T16:00:33.640Z | Downloaded psm v0.1.30 |
| 822 | 2026-08-26T16:00:33.643Z | Downloaded crypto-common v0.2.2 |
| 823 | 2026-08-26T16:00:33.643Z | Downloaded debug-ignore v1.0.5 |
| 824 | 2026-08-26T16:00:33.643Z | Downloaded rand v0.9.2 |
| 825 | 2026-08-26T16:00:33.645Z | Downloaded rand v0.10.1 |
| 826 | 2026-08-26T16:00:33.648Z | Downloaded packed_struct_codegen v0.10.1 |
| 827 | 2026-08-26T16:00:33.648Z | Downloaded schemars_derive v0.8.22 |
| 828 | 2026-08-26T16:00:33.648Z | Downloaded serde_derive_internals v0.29.1 |
| 829 | 2026-08-26T16:00:33.651Z | Downloaded oxide-update-engine v0.1.2 |
| 830 | 2026-08-26T16:00:33.651Z | Downloaded proc-macro-crate v3.4.0 |
| 831 | 2026-08-26T16:00:33.651Z | Downloaded expectorate v1.2.0 |
| 832 | 2026-08-26T16:00:33.651Z | Downloaded backtrace v0.3.76 |
| 833 | 2026-08-26T16:00:33.654Z | Downloaded hybrid-array v0.4.13 |
| 834 | 2026-08-26T16:00:33.657Z | Downloaded psl-types v2.0.11 |
| 835 | 2026-08-26T16:00:33.657Z | Downloaded chumsky v0.9.3 |
| 836 | 2026-08-26T16:00:33.657Z | Downloaded russh-cryptovec v0.62.0 |
| 837 | 2026-08-26T16:00:33.660Z | Downloaded slog-async v2.8.0 |
| 838 | 2026-08-26T16:00:33.660Z | Downloaded pkcs5 v0.8.1 |
| 839 | 2026-08-26T16:00:33.663Z | Downloaded memmap2 v0.9.10 |
| 840 | 2026-08-26T16:00:33.663Z | Downloaded ipnet v2.12.0 |
| 841 | 2026-08-26T16:00:33.663Z | Downloaded secrecy v0.10.3 |
| 842 | 2026-08-26T16:00:33.663Z | Downloaded tokio-dtrace v0.1.1 |
| 843 | 2026-08-26T16:00:33.666Z | Downloaded indent_write v2.2.0 |
| 844 | 2026-08-26T16:00:33.666Z | Downloaded whoami v2.1.0 |
| 845 | 2026-08-26T16:00:33.666Z | Downloaded ryu v1.0.23 |
| 846 | 2026-08-26T16:00:33.673Z | Downloaded mime v0.3.17 |
| 847 | 2026-08-26T16:00:33.676Z | Downloaded num_enum_derive v0.5.11 |
| 848 | 2026-08-26T16:00:33.679Z | Downloaded siphasher v1.0.2 |
| 849 | 2026-08-26T16:00:33.682Z | Downloaded tinyvec_macros v0.1.1 |
| 850 | 2026-08-26T16:00:33.682Z | Downloaded crc32fast v1.5.0 |
| 851 | 2026-08-26T16:00:33.682Z | Downloaded oxnet v0.1.6 |
| 852 | 2026-08-26T16:00:33.685Z | Downloaded crc-any v2.5.0 |
| 853 | 2026-08-26T16:00:33.688Z | Downloaded native-tls v0.2.18 |
| 854 | 2026-08-26T16:00:33.688Z | Downloaded nonempty v0.12.0 |
| 855 | 2026-08-26T16:00:33.691Z | Downloaded tabwriter v1.4.1 |
| 856 | 2026-08-26T16:00:33.691Z | Downloaded peg v0.8.5 |
| 857 | 2026-08-26T16:00:33.694Z | Downloaded postgres-types v0.2.12 |
| 858 | 2026-08-26T16:00:33.697Z | Downloaded typify-macro v0.6.2 |
| 859 | 2026-08-26T16:00:33.697Z | Downloaded constant_time_eq v0.4.2 |
| 860 | 2026-08-26T16:00:33.700Z | Downloaded pbkdf2 v0.13.0 |
| 861 | 2026-08-26T16:00:33.704Z | Downloaded test-strategy v0.4.5 |
| 862 | 2026-08-26T16:00:33.707Z | Downloaded bytes v1.11.1 |
| 863 | 2026-08-26T16:00:33.710Z | Downloaded progenitor-extras v0.2.0 |
| 864 | 2026-08-26T16:00:33.710Z | Downloaded scuffle v0.1.0 |
| 865 | 2026-08-26T16:00:33.713Z | Downloaded zone_cfg_derive v0.3.1 |
| 866 | 2026-08-26T16:00:33.717Z | Downloaded pretty_assertions v1.4.1 |
| 867 | 2026-08-26T16:00:33.720Z | Downloaded rand_chacha v0.9.0 |
| 868 | 2026-08-26T16:00:33.720Z | Downloaded tracing-attributes v0.1.31 |
| 869 | 2026-08-26T16:00:33.720Z | Downloaded tracing-core v0.1.36 |
| 870 | 2026-08-26T16:00:33.720Z | Downloaded rustc-demangle v0.1.27 |
| 871 | 2026-08-26T16:00:33.723Z | Downloaded p384 v0.14.0 |
| 872 | 2026-08-26T16:00:33.723Z | Downloaded zerofrom-derive v0.1.6 |
| 873 | 2026-08-26T16:00:33.723Z | Downloaded cstr-argument v0.1.2 |
| 874 | 2026-08-26T16:00:33.726Z | Downloaded darling_macro v0.21.3 |
| 875 | 2026-08-26T16:00:33.728Z | Downloaded indicatif v0.18.4 |
| 876 | 2026-08-26T16:00:33.731Z | Downloaded rustversion v1.0.22 |
| 877 | 2026-08-26T16:00:33.731Z | Downloaded rusty-fork v0.3.1 |
| 878 | 2026-08-26T16:00:33.734Z | Downloaded strsim v0.10.0 |
| 879 | 2026-08-26T16:00:33.737Z | Downloaded litemap v0.8.1 |
| 880 | 2026-08-26T16:00:33.740Z | Downloaded smallvec v1.15.1 |
| 881 | 2026-08-26T16:00:33.740Z | Downloaded spki v0.7.3 |
| 882 | 2026-08-26T16:00:33.740Z | Downloaded smallvec v0.6.14 |
| 883 | 2026-08-26T16:00:33.743Z | Downloaded instability v0.3.11 |
| 884 | 2026-08-26T16:00:33.745Z | Downloaded instant v0.1.13 |
| 885 | 2026-08-26T16:00:33.755Z | Downloaded tower-service v0.3.3 |
| 886 | 2026-08-26T16:00:33.758Z | Downloaded tokio-native-tls v0.3.1 |
| 887 | 2026-08-26T16:00:33.761Z | Downloaded jobserver v0.1.34 |
| 888 | 2026-08-26T16:00:33.765Z | Downloaded wyz v0.5.1 |
| 889 | 2026-08-26T16:00:33.768Z | Downloaded keccak v0.1.6 |
| 890 | 2026-08-26T16:00:33.768Z | Downloaded hashbrown v0.14.5 |
| 891 | 2026-08-26T16:00:33.768Z | Downloaded phf v0.13.1 |
| 892 | 2026-08-26T16:00:33.771Z | Downloaded miette-derive v7.6.0 |
| 893 | 2026-08-26T16:00:33.771Z | Downloaded pkcs1 v0.7.5 |
| 894 | 2026-08-26T16:00:33.774Z | Downloaded potential_utf v0.1.4 |
| 895 | 2026-08-26T16:00:33.777Z | Downloaded illumos-nvpair v0.3.0 |
| 896 | 2026-08-26T16:00:33.780Z | Downloaded zeroize v1.9.0 |
| 897 | 2026-08-26T16:00:33.780Z | Downloaded num_enum v0.7.6 |
| 898 | 2026-08-26T16:00:33.783Z | Downloaded packed_struct v0.10.1 |
| 899 | 2026-08-26T16:00:33.783Z | Downloaded defmt-macros v1.0.1 |
| 900 | 2026-08-26T16:00:33.786Z | Downloaded ed25519 v3.0.0 |
| 901 | 2026-08-26T16:00:33.799Z | Downloaded polyval v0.7.1 |
| 902 | 2026-08-26T16:00:33.802Z | Downloaded serde_cbor v0.11.2 |
| 903 | 2026-08-26T16:00:33.802Z | Downloaded spin v0.9.8 |
| 904 | 2026-08-26T16:00:33.805Z | Downloaded maplit v1.0.2 |
| 905 | 2026-08-26T16:00:33.808Z | Downloaded same-file v1.0.6 |
| 906 | 2026-08-26T16:00:33.808Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-08-26T16:00:33.808Z | Downloaded serdect v0.4.3 |
| 908 | 2026-08-26T16:00:33.808Z | Downloaded sigpipe v0.1.3 |
| 909 | 2026-08-26T16:00:33.808Z | Downloaded serde_plain v1.0.2 |
| 910 | 2026-08-26T16:00:33.811Z | Downloaded bumpalo v3.20.2 |
| 911 | 2026-08-26T16:00:33.814Z | Downloaded num-bigint v0.4.6 |
| 912 | 2026-08-26T16:00:33.817Z | Downloaded async-compression v0.4.41 |
| 913 | 2026-08-26T16:00:33.820Z | Downloaded cc v1.2.56 |
| 914 | 2026-08-26T16:00:33.823Z | Downloaded libsw-core v0.3.2 |
| 915 | 2026-08-26T16:00:33.823Z | Downloaded nu-ansi-term v0.50.3 |
| 916 | 2026-08-26T16:00:33.826Z | Downloaded termtree v0.5.1 |
| 917 | 2026-08-26T16:00:33.826Z | Downloaded rustls-platform-verifier v0.6.2 |
| 918 | 2026-08-26T16:00:33.828Z | Downloaded steno v0.4.1 |
| 919 | 2026-08-26T16:00:33.828Z | Downloaded scroll v0.13.0 |
| 920 | 2026-08-26T16:00:33.831Z | Downloaded hashbrown v0.16.1 |
| 921 | 2026-08-26T16:00:33.834Z | Downloaded yasna v0.5.2 |
| 922 | 2026-08-26T16:00:33.834Z | Downloaded peg-runtime v0.8.5 |
| 923 | 2026-08-26T16:00:33.837Z | Downloaded tower-layer v0.3.3 |
| 924 | 2026-08-26T16:00:33.840Z | Downloaded shlex v1.3.0 |
| 925 | 2026-08-26T16:00:33.840Z | Downloaded usdt-attr-macro v0.6.0 |
| 926 | 2026-08-26T16:00:33.843Z | Downloaded diesel_derives v2.3.7 |
| 927 | 2026-08-26T16:00:33.846Z | Downloaded num-rational v0.4.2 |
| 928 | 2026-08-26T16:00:33.846Z | Downloaded aes v0.9.1 |
| 929 | 2026-08-26T16:00:33.850Z | Downloaded ed25519-dalek v3.0.0 |
| 930 | 2026-08-26T16:00:33.853Z | Downloaded module-lattice v0.2.3 |
| 931 | 2026-08-26T16:00:33.853Z | Downloaded des v0.9.0 |
| 932 | 2026-08-26T16:00:33.853Z | Downloaded pin-project-lite v0.2.17 |
| 933 | 2026-08-26T16:00:33.855Z | Downloaded primeorder v0.13.6 |
| 934 | 2026-08-26T16:00:33.858Z | Downloaded rustc_version v0.4.1 |
| 935 | 2026-08-26T16:00:33.858Z | Downloaded utf8_iter v1.0.4 |
| 936 | 2026-08-26T16:00:33.859Z | Downloaded termios v0.3.3 |
| 937 | 2026-08-26T16:00:33.859Z | Downloaded rustc_version v0.1.7 |
| 938 | 2026-08-26T16:00:33.859Z | Downloaded zerofrom v0.1.6 |
| 939 | 2026-08-26T16:00:33.861Z | Downloaded hyper-rustls v0.27.7 |
| 940 | 2026-08-26T16:00:33.861Z | Downloaded serde_with v1.14.0 |
| 941 | 2026-08-26T16:00:33.864Z | Downloaded unicode-bidi v0.3.18 |
| 942 | 2026-08-26T16:00:33.867Z | Downloaded similar v2.7.0 |
| 943 | 2026-08-26T16:00:33.872Z | Downloaded socket2 v0.6.3 |
| 944 | 2026-08-26T16:00:33.872Z | Downloaded digest v0.11.3 |
| 945 | 2026-08-26T16:00:33.872Z | Downloaded darling_macro v0.23.0 |
| 946 | 2026-08-26T16:00:33.875Z | Downloaded dirs-next v2.0.0 |
| 947 | 2026-08-26T16:00:33.875Z | Downloaded serde_bytes v0.11.19 |
| 948 | 2026-08-26T16:00:33.878Z | Downloaded untrusted v0.9.0 |
| 949 | 2026-08-26T16:00:33.881Z | Downloaded typify v0.6.2 |
| 950 | 2026-08-26T16:00:33.885Z | Downloaded samael v0.0.19 |
| 951 | 2026-08-26T16:00:33.888Z | Downloaded smf v0.2.3 |
| 952 | 2026-08-26T16:00:33.891Z | Downloaded ed25519-dalek v2.2.0 |
| 953 | 2026-08-26T16:00:33.891Z | Downloaded strum_macros v0.24.3 |
| 954 | 2026-08-26T16:00:33.891Z | Downloaded crypto-bigint v0.5.5 |
| 955 | 2026-08-26T16:00:33.895Z | Downloaded derive_more v2.1.1 |
| 956 | 2026-08-26T16:00:33.901Z | Downloaded parking_lot_core v0.9.12 |
| 957 | 2026-08-26T16:00:33.904Z | Downloaded icu_collections v2.1.1 |
| 958 | 2026-08-26T16:00:33.907Z | Downloaded unsafe-libyaml v0.2.11 |
| 959 | 2026-08-26T16:00:33.910Z | Downloaded slog-dtrace v0.3.0 |
| 960 | 2026-08-26T16:00:33.910Z | Downloaded tls_codec_derive v0.4.2 |
| 961 | 2026-08-26T16:00:33.910Z | Downloaded port-file v0.1.0 |
| 962 | 2026-08-26T16:00:33.910Z | Downloaded kstat-rs v0.2.5 |
| 963 | 2026-08-26T16:00:33.913Z | Downloaded lzss v0.8.2 |
| 964 | 2026-08-26T16:00:33.913Z | Downloaded managed v0.8.0 |
| 965 | 2026-08-26T16:00:33.913Z | Downloaded tower v0.5.3 |
| 966 | 2026-08-26T16:00:33.916Z | Downloaded knus-derive v3.4.0 |
| 967 | 2026-08-26T16:00:33.919Z | Downloaded crc-catalog v2.4.0 |
| 968 | 2026-08-26T16:00:33.919Z | Downloaded darling_core v0.13.4 |
| 969 | 2026-08-26T16:00:33.922Z | Downloaded derive-where v1.6.0 |
| 970 | 2026-08-26T16:00:33.925Z | Downloaded hyper-util v0.1.20 |
| 971 | 2026-08-26T16:00:33.928Z | Downloaded postcard v1.1.3 |
| 972 | 2026-08-26T16:00:33.928Z | Downloaded xattr v1.6.1 |
| 973 | 2026-08-26T16:00:33.928Z | Downloaded lru-cache v0.1.2 |
| 974 | 2026-08-26T16:00:33.931Z | Downloaded derive_more v0.99.20 |
| 975 | 2026-08-26T16:00:33.931Z | Downloaded lru v0.12.5 |
| 976 | 2026-08-26T16:00:33.934Z | Downloaded newtype-uuid v1.3.2 |
| 977 | 2026-08-26T16:00:33.934Z | Downloaded serde_yaml v0.9.34+deprecated |
| 978 | 2026-08-26T16:00:33.936Z | Downloaded darling v0.13.4 |
| 979 | 2026-08-26T16:00:33.936Z | Downloaded serde_spanned v1.1.1 |
| 980 | 2026-08-26T16:00:33.936Z | Downloaded pem v3.0.6 |
| 981 | 2026-08-26T16:00:33.940Z | Downloaded ed25519 v2.2.3 |
| 982 | 2026-08-26T16:00:33.943Z | Downloaded hkdf v0.12.4 |
| 983 | 2026-08-26T16:00:33.943Z | Downloaded snafu v0.8.9 |
| 984 | 2026-08-26T16:00:33.946Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 985 | 2026-08-26T16:00:33.949Z | Downloaded uuid v1.23.4 |
| 986 | 2026-08-26T16:00:33.952Z | Downloaded icu_properties v2.1.2 |
| 987 | 2026-08-26T16:00:33.952Z | Downloaded strum v0.27.2 |
| 988 | 2026-08-26T16:00:33.952Z | Downloaded term v1.2.1 |
| 989 | 2026-08-26T16:00:33.955Z | Downloaded tap v1.0.1 |
| 990 | 2026-08-26T16:00:33.956Z | Downloaded wnaf v0.14.0 |
| 991 | 2026-08-26T16:00:33.956Z | Downloaded unicode_categories v0.1.1 |
| 992 | 2026-08-26T16:00:33.959Z | Downloaded openssl-probe v0.2.1 |
| 993 | 2026-08-26T16:00:33.959Z | Downloaded aes-gcm v0.11.0 |
| 994 | 2026-08-26T16:00:33.959Z | Downloaded h2 v0.4.15 |
| 995 | 2026-08-26T16:00:33.961Z | Downloaded ipnetwork v0.21.1 |
| 996 | 2026-08-26T16:00:33.964Z | Downloaded sqlformat v0.3.5 |
| 997 | 2026-08-26T16:00:33.964Z | Downloaded libbz2-rs-sys v0.2.2 |
| 998 | 2026-08-26T16:00:33.967Z | Downloaded whoami v1.6.1 |
| 999 | 2026-08-26T16:00:33.967Z | Downloaded serde-hex v0.1.0 |
| 1000 | 2026-08-26T16:00:33.967Z | Downloaded parse-display v0.10.0 |
| 1001 | 2026-08-26T16:00:33.967Z | Downloaded keccak v0.2.0 |
| 1002 | 2026-08-26T16:00:33.970Z | Downloaded lock_api v0.4.14 |
| 1003 | 2026-08-26T16:00:33.970Z | Downloaded zerotrie v0.2.3 |
| 1004 | 2026-08-26T16:00:33.973Z | Downloaded twox-hash v2.1.2 |
| 1005 | 2026-08-26T16:00:33.976Z | Downloaded linear-map v1.2.0 |
| 1006 | 2026-08-26T16:00:33.976Z | Downloaded synstructure v0.13.2 |
| 1007 | 2026-08-26T16:00:33.979Z | Downloaded ppv-lite86 v0.2.21 |
| 1008 | 2026-08-26T16:00:33.982Z | Downloaded rustyline v14.0.0 |
| 1009 | 2026-08-26T16:00:33.987Z | Downloaded icu_normalizer v2.1.1 |
| 1010 | 2026-08-26T16:00:33.990Z | Downloaded zip v4.6.1 |
| 1011 | 2026-08-26T16:00:33.994Z | Downloaded zstd-safe v7.2.4 |
| 1012 | 2026-08-26T16:00:33.997Z | Downloaded unicode-xid v0.2.6 |
| 1013 | 2026-08-26T16:00:34.000Z | Downloaded md-5 v0.10.6 |
| 1014 | 2026-08-26T16:00:34.005Z | Downloaded predicates-tree v1.0.13 |
| 1015 | 2026-08-26T16:00:34.008Z | Downloaded num-bigint-dig v0.8.6 |
| 1016 | 2026-08-26T16:00:34.012Z | Downloaded nom v8.0.0 |
| 1017 | 2026-08-26T16:00:34.017Z | Downloaded ssh-cipher v0.3.0 |
| 1018 | 2026-08-26T16:00:34.020Z | Downloaded csv-core v0.1.13 |
| 1019 | 2026-08-26T16:00:34.020Z | Downloaded thread-id v5.1.0 |
| 1020 | 2026-08-26T16:00:34.020Z | Downloaded deranged v0.5.8 |
| 1021 | 2026-08-26T16:00:34.020Z | Downloaded hyper-staticfile v0.10.1 |
| 1022 | 2026-08-26T16:00:34.023Z | Downloaded rtoolbox v0.0.3 |
| 1023 | 2026-08-26T16:00:34.023Z | Downloaded signature v3.0.0 |
| 1024 | 2026-08-26T16:00:34.026Z | Downloaded vsss-rs v3.3.4 |
| 1025 | 2026-08-26T16:00:34.029Z | Downloaded toml v0.7.8 |
| 1026 | 2026-08-26T16:00:34.032Z | Downloaded sha1 v0.10.6 |
| 1027 | 2026-08-26T16:00:34.035Z | Downloaded tagptr v0.2.0 |
| 1028 | 2026-08-26T16:00:34.035Z | Downloaded universal-hash v0.6.1 |
| 1029 | 2026-08-26T16:00:34.038Z | Downloaded darling_core v0.20.11 |
| 1030 | 2026-08-26T16:00:34.040Z | Downloaded subprocess v0.2.15 |
| 1031 | 2026-08-26T16:00:34.043Z | Downloaded typed-path v0.9.3 |
| 1032 | 2026-08-26T16:00:34.046Z | Downloaded rayon-core v1.13.0 |
| 1033 | 2026-08-26T16:00:34.049Z | Downloaded tough v0.22.0 |
| 1034 | 2026-08-26T16:00:34.051Z | Downloaded cookie_store v0.22.1 |
| 1035 | 2026-08-26T16:00:34.055Z | Downloaded ctutils v0.4.2 |
| 1036 | 2026-08-26T16:00:34.055Z | Downloaded oso-derive v0.27.3 |
| 1037 | 2026-08-26T16:00:34.055Z | Downloaded const_format_proc_macros v0.2.34 |
| 1038 | 2026-08-26T16:00:34.055Z | Downloaded derive_builder_macro v0.20.2 |
| 1039 | 2026-08-26T16:00:34.058Z | Downloaded itertools v0.14.0 |
| 1040 | 2026-08-26T16:00:34.060Z | Downloaded parse-display-derive v0.10.0 |
| 1041 | 2026-08-26T16:00:34.063Z | Downloaded rand_core v0.9.5 |
| 1042 | 2026-08-26T16:00:34.063Z | Downloaded rustls-pemfile v2.2.0 |
| 1043 | 2026-08-26T16:00:34.066Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1044 | 2026-08-26T16:00:34.069Z | Downloaded ingot-types v0.2.0 |
| 1045 | 2026-08-26T16:00:34.069Z | Downloaded num_enum_derive v0.7.6 |
| 1046 | 2026-08-26T16:00:34.069Z | Downloaded phc v0.6.1 |
| 1047 | 2026-08-26T16:00:34.072Z | Downloaded phf v0.12.1 |
| 1048 | 2026-08-26T16:00:34.073Z | Downloaded num-iter v0.1.45 |
| 1049 | 2026-08-26T16:00:34.073Z | Downloaded scrypt v0.12.0 |
| 1050 | 2026-08-26T16:00:34.075Z | Downloaded nom v7.1.3 |
| 1051 | 2026-08-26T16:00:34.078Z | Downloaded yansi v1.0.1 |
| 1052 | 2026-08-26T16:00:34.081Z | Downloaded tokio-postgres v0.7.16 |
| 1053 | 2026-08-26T16:00:34.084Z | Downloaded drift v0.2.0 |
| 1054 | 2026-08-26T16:00:34.090Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1055 | 2026-08-26T16:00:34.092Z | Downloaded serde_repr v0.1.20 |
| 1056 | 2026-08-26T16:00:34.093Z | Downloaded slog-scope v4.4.1 |
| 1057 | 2026-08-26T16:00:34.093Z | Downloaded uzers v0.12.2 |
| 1058 | 2026-08-26T16:00:34.097Z | Downloaded defmt v0.3.100 |
| 1059 | 2026-08-26T16:00:34.097Z | Downloaded tar v0.4.46 |
| 1060 | 2026-08-26T16:00:34.101Z | Downloaded hkdf v0.13.0 |
| 1061 | 2026-08-26T16:00:34.103Z | Downloaded try-lock v0.2.5 |
| 1062 | 2026-08-26T16:00:34.103Z | Downloaded usdt-impl v0.6.0 |
| 1063 | 2026-08-26T16:00:34.106Z | Downloaded num-traits v0.2.19 |
| 1064 | 2026-08-26T16:00:34.106Z | Downloaded pin-project v1.1.11 |
| 1065 | 2026-08-26T16:00:34.112Z | Downloaded prefix-trie v0.7.0 |
| 1066 | 2026-08-26T16:00:34.114Z | Downloaded der v0.7.10 |
| 1067 | 2026-08-26T16:00:34.117Z | Downloaded daft v0.1.8 |
| 1068 | 2026-08-26T16:00:34.117Z | Downloaded displaydoc v0.2.5 |
| 1069 | 2026-08-26T16:00:34.120Z | Downloaded cpufeatures v0.3.0 |
| 1070 | 2026-08-26T16:00:34.120Z | Downloaded darling_macro v0.20.11 |
| 1071 | 2026-08-26T16:00:34.120Z | Downloaded zerovec-derive v0.11.2 |
| 1072 | 2026-08-26T16:00:34.123Z | Downloaded path-slash v0.1.5 |
| 1073 | 2026-08-26T16:00:34.126Z | Downloaded iana-time-zone v0.1.65 |
| 1074 | 2026-08-26T16:00:34.129Z | Downloaded ron v0.8.1 |
| 1075 | 2026-08-26T16:00:34.131Z | Downloaded libsw v3.5.0 |
| 1076 | 2026-08-26T16:00:34.131Z | Downloaded parking_lot v0.12.5 |
| 1077 | 2026-08-26T16:00:34.134Z | Downloaded poly1305 v0.8.0 |
| 1078 | 2026-08-26T16:00:34.135Z | Downloaded der_derive v0.7.3 |
| 1079 | 2026-08-26T16:00:34.135Z | Downloaded ecdsa v0.16.9 |
| 1080 | 2026-08-26T16:00:34.138Z | Downloaded num v0.4.3 |
| 1081 | 2026-08-26T16:00:34.138Z | Downloaded percent-encoding v2.3.2 |
| 1082 | 2026-08-26T16:00:34.138Z | Downloaded shell-words v1.1.1 |
| 1083 | 2026-08-26T16:00:34.142Z | Downloaded progenitor-impl v0.14.0 |
| 1084 | 2026-08-26T16:00:34.146Z | Downloaded nanorand v0.7.0 |
| 1085 | 2026-08-26T16:00:34.149Z | Downloaded indexmap v1.9.3 |
| 1086 | 2026-08-26T16:00:34.149Z | Downloaded time-core v0.1.8 |
| 1087 | 2026-08-26T16:00:34.152Z | Downloaded tungstenite v0.23.0 |
| 1088 | 2026-08-26T16:00:34.155Z | Downloaded url v2.5.8 |
| 1089 | 2026-08-26T16:00:34.158Z | Downloaded git2 v0.20.4 |
| 1090 | 2026-08-26T16:00:34.162Z | Downloaded progenitor v0.14.0 |
| 1091 | 2026-08-26T16:00:34.165Z | Downloaded rand_core v0.6.4 |
| 1092 | 2026-08-26T16:00:34.165Z | Downloaded stacker v0.1.23 |
| 1093 | 2026-08-26T16:00:34.165Z | Downloaded tls_codec v0.4.2 |
| 1094 | 2026-08-26T16:00:34.168Z | Downloaded strum_macros v0.26.4 |
| 1095 | 2026-08-26T16:00:34.168Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1096 | 2026-08-26T16:00:34.168Z | Downloaded inout v0.2.2 |
| 1097 | 2026-08-26T16:00:34.170Z | Downloaded slog-json v2.6.1 |
| 1098 | 2026-08-26T16:00:34.170Z | Downloaded slog-stdlog v4.1.1 |
| 1099 | 2026-08-26T16:00:34.170Z | Downloaded difflib v0.4.0 |
| 1100 | 2026-08-26T16:00:34.170Z | Downloaded rand v0.8.6 |
| 1101 | 2026-08-26T16:00:34.173Z | Downloaded dsl_auto_type v0.2.0 |
| 1102 | 2026-08-26T16:00:34.173Z | Downloaded openssl-sys v0.9.117 |
| 1103 | 2026-08-26T16:00:34.176Z | Downloaded p256 v0.14.0 |
| 1104 | 2026-08-26T16:00:34.179Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1105 | 2026-08-26T16:00:34.179Z | Downloaded display-error-chain v0.2.2 |
| 1106 | 2026-08-26T16:00:34.182Z | Downloaded precomputed-hash v0.1.1 |
| 1107 | 2026-08-26T16:00:34.182Z | Downloaded is-terminal v0.4.17 |
| 1108 | 2026-08-26T16:00:34.182Z | Downloaded slog-bunyan v2.5.0 |
| 1109 | 2026-08-26T16:00:34.182Z | Downloaded yoke v0.8.1 |
| 1110 | 2026-08-26T16:00:34.182Z | Downloaded ignore v0.4.25 |
| 1111 | 2026-08-26T16:00:34.186Z | Downloaded diff v0.1.13 |
| 1112 | 2026-08-26T16:00:34.186Z | Downloaded knus v3.4.0 |
| 1113 | 2026-08-26T16:00:34.191Z | Downloaded quick-error v1.2.3 |
| 1114 | 2026-08-26T16:00:34.191Z | Downloaded tui-tree-widget v0.23.1 |
| 1115 | 2026-08-26T16:00:34.191Z | Downloaded crossbeam-deque v0.8.6 |
| 1116 | 2026-08-26T16:00:34.191Z | Downloaded winnow v0.5.40 |
| 1117 | 2026-08-26T16:00:34.195Z | Downloaded supports-unicode v3.0.0 |
| 1118 | 2026-08-26T16:00:34.195Z | Downloaded libloading v0.8.9 |
| 1119 | 2026-08-26T16:00:34.198Z | Downloaded supports-hyperlinks v3.2.0 |
| 1120 | 2026-08-26T16:00:34.201Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1121 | 2026-08-26T16:00:34.201Z | Downloaded primefield v0.14.0 |
| 1122 | 2026-08-26T16:00:34.204Z | Downloaded russh v0.62.4 |
| 1123 | 2026-08-26T16:00:34.210Z | Downloaded crossbeam-epoch v0.9.18 |
| 1124 | 2026-08-26T16:00:34.213Z | Downloaded dropshot_endpoint v0.17.1 |
| 1125 | 2026-08-26T16:00:34.216Z | Downloaded lalrpop-util v0.19.12 |
| 1126 | 2026-08-26T16:00:34.219Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1127 | 2026-08-26T16:00:34.222Z | Downloaded structmeta v0.3.0 |
| 1128 | 2026-08-26T16:00:34.227Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1129 | 2026-08-26T16:00:34.230Z | Downloaded universal-hash v0.5.1 |
| 1130 | 2026-08-26T16:00:34.230Z | Downloaded icu_provider v2.1.1 |
| 1131 | 2026-08-26T16:00:34.234Z | Downloaded progenitor-impl v0.13.0 |
| 1132 | 2026-08-26T16:00:34.234Z | Downloaded void v1.0.2 |
| 1133 | 2026-08-26T16:00:34.237Z | Downloaded md5 v0.8.0 |
| 1134 | 2026-08-26T16:00:34.237Z | Downloaded zerovec v0.11.5 |
| 1135 | 2026-08-26T16:00:34.237Z | Downloaded zopfli v0.8.3 |
| 1136 | 2026-08-26T16:00:34.240Z | Downloaded vergen v9.1.0 |
| 1137 | 2026-08-26T16:00:34.242Z | Downloaded simd-adler32 v0.3.8 |
| 1138 | 2026-08-26T16:00:34.243Z | Downloaded derive_builder_core v0.20.2 |
| 1139 | 2026-08-26T16:00:34.245Z | Downloaded semver v0.1.20 |
| 1140 | 2026-08-26T16:00:34.245Z | Downloaded waitgroup v0.1.2 |
| 1141 | 2026-08-26T16:00:34.246Z | Downloaded newtype_derive v0.1.6 |
| 1142 | 2026-08-26T16:00:34.246Z | Downloaded trait-variant v0.1.2 |
| 1143 | 2026-08-26T16:00:34.246Z | Downloaded derive_more-impl v2.1.1 |
| 1144 | 2026-08-26T16:00:34.252Z | Downloaded rsa v0.9.10 |
| 1145 | 2026-08-26T16:00:34.255Z | Downloaded miette v7.6.0 |
| 1146 | 2026-08-26T16:00:34.259Z | Downloaded vergen-git2 v9.1.0 |
| 1147 | 2026-08-26T16:00:34.262Z | Downloaded num-derive v0.4.2 |
| 1148 | 2026-08-26T16:00:34.265Z | Downloaded crc v3.4.0 |
| 1149 | 2026-08-26T16:00:34.265Z | Downloaded dunce v1.0.5 |
| 1150 | 2026-08-26T16:00:34.269Z | Downloaded sha1 v0.11.0 |
| 1151 | 2026-08-26T16:00:34.273Z | Downloaded progenitor v0.13.0 |
| 1152 | 2026-08-26T16:00:34.273Z | Downloaded zerocopy-derive v0.8.55 |
| 1153 | 2026-08-26T16:00:34.277Z | Downloaded want v0.3.1 |
| 1154 | 2026-08-26T16:00:34.280Z | Downloaded secrecy v0.8.0 |
| 1155 | 2026-08-26T16:00:34.280Z | Downloaded rustls-pki-types v1.14.0 |
| 1156 | 2026-08-26T16:00:34.283Z | Downloaded poly1305 v0.9.0 |
| 1157 | 2026-08-26T16:00:34.283Z | Downloaded defmt v1.0.1 |
| 1158 | 2026-08-26T16:00:34.286Z | Downloaded derive-ex v0.1.8 |
| 1159 | 2026-08-26T16:00:34.287Z | Downloaded mime_guess v2.0.5 |
| 1160 | 2026-08-26T16:00:34.290Z | Downloaded structmeta-derive v0.3.0 |
| 1161 | 2026-08-26T16:00:34.290Z | Downloaded zstd v0.13.3 |
| 1162 | 2026-08-26T16:00:34.290Z | Downloaded tungstenite v0.21.0 |
| 1163 | 2026-08-26T16:00:34.292Z | Downloaded minimal-lexical v0.2.1 |
| 1164 | 2026-08-26T16:00:34.297Z | Downloaded vergen-lib v9.1.0 |
| 1165 | 2026-08-26T16:00:34.301Z | Downloaded const_format v0.2.35 |
| 1166 | 2026-08-26T16:00:34.304Z | Downloaded darling_core v0.23.0 |
| 1167 | 2026-08-26T16:00:34.307Z | Downloaded vcpkg v0.2.15 |
| 1168 | 2026-08-26T16:00:34.331Z | Downloaded rpassword v7.5.4 |
| 1169 | 2026-08-26T16:00:34.334Z | Downloaded phf_shared v0.13.1 |
| 1170 | 2026-08-26T16:00:34.334Z | Downloaded ml-kem v0.3.2 |
| 1171 | 2026-08-26T16:00:34.334Z | Downloaded slab v0.4.12 |
| 1172 | 2026-08-26T16:00:34.334Z | Downloaded snafu-derive v0.8.9 |
| 1173 | 2026-08-26T16:00:34.334Z | Downloaded time-macros v0.2.27 |
| 1174 | 2026-08-26T16:00:34.338Z | Downloaded either v1.15.0 |
| 1175 | 2026-08-26T16:00:34.338Z | Downloaded goblin v0.10.5 |
| 1176 | 2026-08-26T16:00:34.341Z | Downloaded lazy_static v1.5.0 |
| 1177 | 2026-08-26T16:00:34.341Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1178 | 2026-08-26T16:00:34.344Z | Downloaded rand_seeder v0.4.0 |
| 1179 | 2026-08-26T16:00:34.344Z | Downloaded tokio-rustls v0.26.4 |
| 1180 | 2026-08-26T16:00:34.344Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1181 | 2026-08-26T16:00:34.347Z | Downloaded new_debug_unreachable v1.0.6 |
| 1182 | 2026-08-26T16:00:34.347Z | Downloaded corncobs v0.1.4 |
| 1183 | 2026-08-26T16:00:34.352Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1184 | 2026-08-26T16:00:34.355Z | Downloaded unicode-properties v0.1.4 |
| 1185 | 2026-08-26T16:00:34.355Z | Downloaded winnow v0.6.26 |
| 1186 | 2026-08-26T16:00:34.360Z | Downloaded icu_normalizer_data v2.1.1 |
| 1187 | 2026-08-26T16:00:34.362Z | Downloaded smoltcp v0.9.1 |
| 1188 | 2026-08-26T16:00:34.369Z | Downloaded serde_with v3.21.0 |
| 1189 | 2026-08-26T16:00:34.374Z | Downloaded itertools v0.15.0 |
| 1190 | 2026-08-26T16:00:34.378Z | Downloaded miniz_oxide v0.8.9 |
| 1191 | 2026-08-26T16:00:34.381Z | Downloaded predicates v3.1.4 |
| 1192 | 2026-08-26T16:00:34.381Z | Downloaded der v0.8.0 |
| 1193 | 2026-08-26T16:00:34.384Z | Downloaded daft-derive v0.1.8 |
| 1194 | 2026-08-26T16:00:34.386Z | Downloaded oso v0.27.3 |
| 1195 | 2026-08-26T16:00:34.389Z | Downloaded parking_lot v0.11.2 |
| 1196 | 2026-08-26T16:00:34.389Z | Downloaded cookie v0.18.1 |
| 1197 | 2026-08-26T16:00:34.392Z | Downloaded proc-macro-error2 v2.0.1 |
| 1198 | 2026-08-26T16:00:34.395Z | Downloaded xshell v0.2.7 |
| 1199 | 2026-08-26T16:00:34.395Z | Downloaded tower-http v0.6.8 |
| 1200 | 2026-08-26T16:00:34.398Z | Downloaded r2d2 v0.8.10 |
| 1201 | 2026-08-26T16:00:34.401Z | Downloaded aho-corasick v1.1.4 |
| 1202 | 2026-08-26T16:00:34.404Z | Downloaded qorb v0.4.1 |
| 1203 | 2026-08-26T16:00:34.407Z | Downloaded crossterm v0.29.0 |
| 1204 | 2026-08-26T16:00:34.413Z | Downloaded tinyvec v1.10.0 |
| 1205 | 2026-08-26T16:00:34.418Z | Downloaded rsa v0.10.0-rc.18 |
| 1206 | 2026-08-26T16:00:34.421Z | Downloaded schemars v1.2.1 |
| 1207 | 2026-08-26T16:00:34.426Z | Downloaded unicode-segmentation v1.12.0 |
| 1208 | 2026-08-26T16:00:34.435Z | Downloaded libxml v0.3.3 |
| 1209 | 2026-08-26T16:00:34.439Z | Downloaded ingot-macros v0.2.0 |
| 1210 | 2026-08-26T16:00:34.441Z | Downloaded humantime v2.3.0 |
| 1211 | 2026-08-26T16:00:34.441Z | Downloaded polar-core v0.27.3 |
| 1212 | 2026-08-26T16:00:34.445Z | Downloaded zlib-rs v0.6.2 |
| 1213 | 2026-08-26T16:00:34.448Z | Downloaded icu_locale_core v2.1.1 |
| 1214 | 2026-08-26T16:00:34.451Z | Downloaded icu_properties_data v2.1.2 |
| 1215 | 2026-08-26T16:00:34.456Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1216 | 2026-08-26T16:00:34.461Z | Downloaded darling_core v0.21.3 |
| 1217 | 2026-08-26T16:00:34.465Z | Downloaded elliptic-curve v0.13.8 |
| 1218 | 2026-08-26T16:00:34.471Z | Downloaded rayon v1.11.0 |
| 1219 | 2026-08-26T16:00:34.474Z | Downloaded schemars v0.9.0 |
| 1220 | 2026-08-26T16:00:34.495Z | Downloaded jiff-core v0.1.0 |
| 1221 | 2026-08-26T16:00:34.495Z | Downloaded crossbeam-channel v0.5.15 |
| 1222 | 2026-08-26T16:00:34.495Z | Downloaded rustls-webpki v0.103.13 |
| 1223 | 2026-08-26T16:00:34.495Z | Downloaded reqwest v0.13.2 |
| 1224 | 2026-08-26T16:00:34.495Z | Downloaded p384 v0.13.1 |
| 1225 | 2026-08-26T16:00:34.495Z | Downloaded itertools v0.10.5 |
| 1226 | 2026-08-26T16:00:34.499Z | Downloaded crossterm v0.28.1 |
| 1227 | 2026-08-26T16:00:34.499Z | Downloaded x509-cert v0.2.5 |
| 1228 | 2026-08-26T16:00:34.502Z | Downloaded gimli v0.32.3 |
| 1229 | 2026-08-26T16:00:34.506Z | Downloaded quinn-proto v0.11.16 |
| 1230 | 2026-08-26T16:00:34.509Z | Downloaded unicode-normalization v0.1.25 |
| 1231 | 2026-08-26T16:00:34.512Z | Downloaded rcgen v0.12.1 |
| 1232 | 2026-08-26T16:00:34.512Z | Downloaded salsa20 v0.11.0 |
| 1233 | 2026-08-26T16:00:34.514Z | Downloaded quick-xml v0.37.5 |
| 1234 | 2026-08-26T16:00:34.517Z | Downloaded salty v0.3.0 |
| 1235 | 2026-08-26T16:00:34.531Z | Downloaded blake3 v1.8.5 |
| 1236 | 2026-08-26T16:00:34.536Z | Downloaded aws-lc-rs v1.16.3 |
| 1237 | 2026-08-26T16:00:34.542Z | Downloaded hyper v1.10.1 |
| 1238 | 2026-08-26T16:00:34.546Z | Downloaded idna v1.1.0 |
| 1239 | 2026-08-26T16:00:34.549Z | Downloaded sha3 v0.12.0 |
| 1240 | 2026-08-26T16:00:34.559Z | Downloaded rustls v0.23.41 |
| 1241 | 2026-08-26T16:00:34.565Z | Downloaded reedline v0.40.0 |
| 1242 | 2026-08-26T16:00:34.569Z | Downloaded reqwest v0.12.28 |
| 1243 | 2026-08-26T16:00:34.575Z | Downloaded time v0.3.47 |
| 1244 | 2026-08-26T16:00:34.579Z | Downloaded toml_edit v0.19.15 |
| 1245 | 2026-08-26T16:00:34.588Z | Downloaded mio v1.2.0 |
| 1246 | 2026-08-26T16:00:34.591Z | Downloaded libm v0.2.16 |
| 1247 | 2026-08-26T16:00:34.597Z | Downloaded hickory-proto v0.24.4 |
| 1248 | 2026-08-26T16:00:34.605Z | Downloaded hickory-proto v0.25.2 |
| 1249 | 2026-08-26T16:00:34.614Z | Downloaded rawzip v0.4.4 |
| 1250 | 2026-08-26T16:00:34.618Z | Downloaded bindgen v0.71.1 |
| 1251 | 2026-08-26T16:00:34.622Z | Downloaded regex v1.12.3 |
| 1252 | 2026-08-26T16:00:34.632Z | Downloaded curve25519-dalek v5.0.0 |
| 1253 | 2026-08-26T16:00:34.638Z | Downloaded bitvec v1.0.1 |
| 1254 | 2026-08-26T16:00:34.647Z | Downloaded itertools v0.12.1 |
| 1255 | 2026-08-26T16:00:34.650Z | Downloaded tabled v0.21.0 |
| 1256 | 2026-08-26T16:00:34.660Z | Downloaded portable-atomic v1.13.1 |
| 1257 | 2026-08-26T16:00:34.665Z | Downloaded chrono v0.4.45 |
| 1258 | 2026-08-26T16:00:34.669Z | Downloaded object v0.30.4 |
| 1259 | 2026-08-26T16:00:34.685Z | Downloaded nix v0.31.2 |
| 1260 | 2026-08-26T16:00:34.692Z | Downloaded regex-syntax v0.8.10 |
| 1261 | 2026-08-26T16:00:34.697Z | Downloaded openssl v0.10.80 |
| 1262 | 2026-08-26T16:00:34.703Z | Downloaded itertools v0.13.0 |
| 1263 | 2026-08-26T16:00:34.707Z | Downloaded nix v0.28.0 |
| 1264 | 2026-08-26T16:00:34.713Z | Downloaded typify-impl v0.6.2 |
| 1265 | 2026-08-26T16:00:34.722Z | Downloaded tracing v0.1.44 |
| 1266 | 2026-08-26T16:00:34.734Z | Downloaded sqlparser v0.61.0 |
| 1267 | 2026-08-26T16:00:34.740Z | Downloaded rustix v0.38.44 |
| 1268 | 2026-08-26T16:00:34.753Z | Downloaded p521 v0.14.0 |
| 1269 | 2026-08-26T16:00:34.756Z | Downloaded lalrpop v0.19.12 |
| 1270 | 2026-08-26T16:00:34.761Z | Downloaded sha3 v0.11.0 |
| 1271 | 2026-08-26T16:00:34.772Z | Downloaded iri-string v0.7.10 |
| 1272 | 2026-08-26T16:00:34.786Z | Downloaded tokio-util v0.7.18 |
| 1273 | 2026-08-26T16:00:34.791Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1274 | 2026-08-26T16:00:34.830Z | Downloaded libz-sys v1.1.24 |
| 1275 | 2026-08-26T16:00:34.848Z | Downloaded tokio v1.52.1 |
| 1276 | 2026-08-26T16:00:34.872Z | Downloaded winnow v1.0.3 |
| 1277 | 2026-08-26T16:00:34.877Z | Downloaded sha3 v0.10.8 |
| 1278 | 2026-08-26T16:00:34.881Z | Downloaded iddqd v0.4.2 |
| 1279 | 2026-08-26T16:00:34.885Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-08-26T16:00:34.898Z | Downloaded crypto-primes v0.7.2 |
| 1281 | 2026-08-26T16:00:34.901Z | Downloaded dropshot-api-manager v0.8.0 |
| 1282 | 2026-08-26T16:00:34.921Z | Downloaded proptest v1.11.0 |
| 1283 | 2026-08-26T16:00:34.947Z | Downloaded bstr v1.12.1 |
| 1284 | 2026-08-26T16:00:34.956Z | Downloaded nix v0.27.1 |
| 1285 | 2026-08-26T16:00:34.987Z | Downloaded syn v3.0.3 |
| 1286 | 2026-08-26T16:00:35.016Z | Downloaded curve25519-dalek v4.1.3 |
| 1287 | 2026-08-26T16:00:35.021Z | Downloaded radix_trie v0.2.1 |
| 1288 | 2026-08-26T16:00:35.026Z | Downloaded crypto-bigint v0.7.5 |
| 1289 | 2026-08-26T16:00:35.043Z | Downloaded regress v0.11.1 |
| 1290 | 2026-08-26T16:00:35.060Z | Downloaded zerocopy v0.8.55 |
| 1291 | 2026-08-26T16:00:35.073Z | Downloaded moka v0.12.13 |
| 1292 | 2026-08-26T16:00:35.085Z | Downloaded regex-syntax v0.6.29 |
| 1293 | 2026-08-26T16:00:35.090Z | Downloaded petname v2.0.2 |
| 1294 | 2026-08-26T16:00:35.120Z | Downloaded object v0.37.3 |
| 1295 | 2026-08-26T16:00:35.133Z | Downloaded dropshot v0.17.1 |
| 1296 | 2026-08-26T16:00:35.163Z | Downloaded openapiv3 v2.2.0 |
| 1297 | 2026-08-26T16:00:35.169Z | Downloaded smoltcp v0.11.0 |
| 1298 | 2026-08-26T16:00:35.228Z | Downloaded regress v0.10.5 |
| 1299 | 2026-08-26T16:00:35.254Z | Downloaded diesel v2.3.7 |
| 1300 | 2026-08-26T16:00:35.266Z | Downloaded sled v0.34.7 |
| 1301 | 2026-08-26T16:00:35.271Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-08-26T16:00:35.284Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-08-26T16:00:35.327Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-08-26T16:00:35.394Z | Downloaded regex-automata v0.4.14 |
| 1305 | 2026-08-26T16:00:35.436Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-08-26T16:00:35.450Z | Downloaded jiff v0.2.34 |
| 1307 | 2026-08-26T16:00:35.455Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-08-26T16:00:35.460Z | Downloaded petgraph v0.8.3 |
| 1309 | 2026-08-26T16:00:35.542Z | Downloaded csv v1.4.0 |
| 1310 | 2026-08-26T16:00:35.669Z | Downloaded ring v0.17.14 |
| 1311 | 2026-08-26T16:00:35.728Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1312 | 2026-08-26T16:00:36.391Z | Downloaded aws-lc-sys v0.40.0 |
| 1313 | 2026-08-26T16:00:36.637Z | Compiling serde_core v1.0.228 |
| 1314 | 2026-08-26T16:00:36.637Z | Compiling libc v0.2.185 |
| 1315 | 2026-08-26T16:00:36.640Z | Compiling serde v1.0.228 |
| 1316 | 2026-08-26T16:00:36.640Z | Compiling log v0.4.33 |
| 1317 | 2026-08-26T16:00:36.640Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-08-26T16:00:36.640Z | Compiling shlex v1.3.0 |
| 1319 | 2026-08-26T16:00:36.640Z | Compiling find-msvc-tools v0.1.9 |
| 1320 | 2026-08-26T16:00:36.640Z | Compiling subtle v2.6.1 |
| 1321 | 2026-08-26T16:00:36.786Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-08-26T16:00:36.798Z | Compiling stable_deref_trait v1.2.1 |
| 1323 | 2026-08-26T16:00:36.801Z | Compiling typenum v1.20.1 |
| 1324 | 2026-08-26T16:00:36.801Z | Compiling zerocopy v0.8.55 |
| 1325 | 2026-08-26T16:00:36.801Z | Compiling portable-atomic v1.13.1 |
| 1326 | 2026-08-26T16:00:36.832Z | Compiling serde_json v1.0.151 |
| 1327 | 2026-08-26T16:00:36.845Z | Compiling syn v2.0.117 |
| 1328 | 2026-08-26T16:00:36.858Z | Compiling critical-section v1.2.0 |
| 1329 | 2026-08-26T16:00:37.039Z | Compiling lock_api v0.4.14 |
| 1330 | 2026-08-26T16:00:37.056Z | Compiling libm v0.2.16 |
| 1331 | 2026-08-26T16:00:37.056Z | Compiling num-traits v0.2.19 |
| 1332 | 2026-08-26T16:00:37.069Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-08-26T16:00:37.073Z | Compiling generic-array v0.14.7 |
| 1334 | 2026-08-26T16:00:37.073Z | Compiling parking_lot_core v0.9.12 |
| 1335 | 2026-08-26T16:00:37.073Z | Compiling getrandom v0.4.3 |
| 1336 | 2026-08-26T16:00:37.168Z | Compiling pin-project-lite v0.2.17 |
| 1337 | 2026-08-26T16:00:37.211Z | Compiling const-oid v0.9.6 |
| 1338 | 2026-08-26T16:00:37.214Z | Compiling rand_core v0.10.0 |
| 1339 | 2026-08-26T16:00:37.313Z | Compiling writeable v0.6.2 |
| 1340 | 2026-08-26T16:00:37.328Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-08-26T16:00:37.410Z | Compiling litemap v0.8.1 |
| 1342 | 2026-08-26T16:00:37.426Z | Compiling futures-core v0.3.32 |
| 1343 | 2026-08-26T16:00:37.442Z | Compiling icu_normalizer_data v2.1.1 |
| 1344 | 2026-08-26T16:00:37.469Z | Compiling icu_properties_data v2.1.2 |
| 1345 | 2026-08-26T16:00:37.486Z | Compiling rustix v1.1.4 |
| 1346 | 2026-08-26T16:00:37.540Z | Compiling getrandom v0.3.4 |
| 1347 | 2026-08-26T16:00:37.557Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-08-26T16:00:37.571Z | Compiling futures-task v0.3.32 |
| 1349 | 2026-08-26T16:00:37.606Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-08-26T16:00:37.622Z | Compiling slab v0.4.12 |
| 1351 | 2026-08-26T16:00:37.695Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-08-26T16:00:37.698Z | Compiling utf8_iter v1.0.4 |
| 1353 | 2026-08-26T16:00:37.722Z | Compiling errno v0.3.14 |
| 1354 | 2026-08-26T16:00:37.759Z | Compiling jobserver v0.1.34 |
| 1355 | 2026-08-26T16:00:37.775Z | Compiling getrandom v0.2.17 |
| 1356 | 2026-08-26T16:00:37.820Z | Compiling mio v1.2.0 |
| 1357 | 2026-08-26T16:00:37.879Z | Compiling signal-hook-registry v1.4.8 |
| 1358 | 2026-08-26T16:00:37.894Z | Compiling socket2 v0.6.3 |
| 1359 | 2026-08-26T16:00:37.941Z | Compiling rand_core v0.6.4 |
| 1360 | 2026-08-26T16:00:37.983Z | Compiling cc v1.2.56 |
| 1361 | 2026-08-26T16:00:38.001Z | Compiling parking_lot v0.12.5 |
| 1362 | 2026-08-26T16:00:38.022Z | Compiling once_cell v1.21.3 |
| 1363 | 2026-08-26T16:00:38.049Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2026-08-26T16:00:38.090Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-08-26T16:00:38.127Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-08-26T16:00:38.142Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-08-26T16:00:38.160Z | Compiling ident_case v1.0.1 |
| 1368 | 2026-08-26T16:00:38.173Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-08-26T16:00:38.237Z | Compiling flagset v0.4.7 |
| 1370 | 2026-08-26T16:00:38.280Z | Compiling dunce v1.0.5 |
| 1371 | 2026-08-26T16:00:38.300Z | Compiling regex-syntax v0.8.10 |
| 1372 | 2026-08-26T16:00:38.303Z | Compiling base64 v0.22.1 |
| 1373 | 2026-08-26T16:00:38.327Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-08-26T16:00:38.343Z | Compiling syn v1.0.109 |
| 1375 | 2026-08-26T16:00:38.389Z | Compiling pem-rfc7468 v0.7.0 |
| 1376 | 2026-08-26T16:00:38.393Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-08-26T16:00:38.416Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-08-26T16:00:38.471Z | Compiling schemars v0.8.22 |
| 1379 | 2026-08-26T16:00:38.474Z | Compiling simd-adler32 v0.3.8 |
| 1380 | 2026-08-26T16:00:38.500Z | Compiling cpufeatures v0.2.17 |
| 1381 | 2026-08-26T16:00:38.580Z | Compiling aws-lc-rs v1.16.3 |
| 1382 | 2026-08-26T16:00:38.626Z | Compiling dyn-clone v1.0.20 |
| 1383 | 2026-08-26T16:00:38.672Z | Compiling spin v0.9.8 |
| 1384 | 2026-08-26T16:00:38.702Z | Compiling httparse v1.10.1 |
| 1385 | 2026-08-26T16:00:38.718Z | Compiling cmov v0.5.4 |
| 1386 | 2026-08-26T16:00:38.745Z | Compiling cmake v0.1.57 |
| 1387 | 2026-08-26T16:00:38.775Z | Compiling tinyvec_macros v0.1.1 |
| 1388 | 2026-08-26T16:00:38.786Z | Compiling openssl-probe v0.2.1 |
| 1389 | 2026-08-26T16:00:38.854Z | Compiling crc32fast v1.5.0 |
| 1390 | 2026-08-26T16:00:38.890Z | Compiling adler2 v2.0.1 |
| 1391 | 2026-08-26T16:00:38.905Z | Compiling tinyvec v1.10.0 |
| 1392 | 2026-08-26T16:00:38.945Z | Compiling ctutils v0.4.2 |
| 1393 | 2026-08-26T16:00:38.962Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-26T16:00:38.982Z | Compiling untrusted v0.7.1 |
| 1395 | 2026-08-26T16:00:38.996Z | Compiling miniz_oxide v0.8.9 |
| 1396 | 2026-08-26T16:00:39.042Z | Compiling try-lock v0.2.5 |
| 1397 | 2026-08-26T16:00:39.078Z | Compiling bitflags v2.11.0 |
| 1398 | 2026-08-26T16:00:39.127Z | Compiling semver v1.0.28 |
| 1399 | 2026-08-26T16:00:39.142Z | Compiling indexmap v2.14.0 |
| 1400 | 2026-08-26T16:00:39.157Z | Compiling uuid v1.23.4 |
| 1401 | 2026-08-26T16:00:39.211Z | Compiling tower-layer v0.3.3 |
| 1402 | 2026-08-26T16:00:39.227Z | Compiling radium v0.7.0 |
| 1403 | 2026-08-26T16:00:39.242Z | Compiling tower-service v0.3.3 |
| 1404 | 2026-08-26T16:00:39.257Z | Compiling atomic-waker v1.1.2 |
| 1405 | 2026-08-26T16:00:39.352Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-08-26T16:00:39.402Z | Compiling want v0.3.1 |
| 1407 | 2026-08-26T16:00:39.498Z | Compiling tap v1.0.1 |
| 1408 | 2026-08-26T16:00:39.532Z | Compiling openssl v0.10.80 |
| 1409 | 2026-08-26T16:00:39.592Z | Compiling httpdate v1.0.3 |
| 1410 | 2026-08-26T16:00:39.607Z | Compiling rustls v0.23.41 |
| 1411 | 2026-08-26T16:00:39.624Z | Compiling untrusted v0.9.0 |
| 1412 | 2026-08-26T16:00:39.640Z | Compiling aws-lc-sys v0.40.0 |
| 1413 | 2026-08-26T16:00:39.655Z | Compiling openssl-sys v0.9.117 |
| 1414 | 2026-08-26T16:00:39.678Z | Compiling maybe-uninit v2.0.0 |
| 1415 | 2026-08-26T16:00:39.711Z | Compiling foreign-types-shared v0.1.1 |
| 1416 | 2026-08-26T16:00:39.766Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1417 | 2026-08-26T16:00:39.796Z | Compiling foreign-types v0.3.2 |
| 1418 | 2026-08-26T16:00:39.813Z | Compiling synstructure v0.13.2 |
| 1419 | 2026-08-26T16:00:39.816Z | Compiling serde_derive_internals v0.29.1 |
| 1420 | 2026-08-26T16:00:39.851Z | Compiling pest_generator v2.8.6 |
| 1421 | 2026-08-26T16:00:39.854Z | Compiling regex-automata v0.4.14 |
| 1422 | 2026-08-26T16:00:39.882Z | Compiling darling_core v0.20.11 |
| 1423 | 2026-08-26T16:00:39.896Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1424 | 2026-08-26T16:00:40.026Z | Compiling wyz v0.5.1 |
| 1425 | 2026-08-26T16:00:40.215Z | Compiling unicode-normalization v0.1.25 |
| 1426 | 2026-08-26T16:00:40.235Z | Compiling tempfile v3.27.0 |
| 1427 | 2026-08-26T16:00:40.291Z | Compiling terminal_size v0.4.3 |
| 1428 | 2026-08-26T16:00:40.419Z | Compiling num-integer v0.1.46 |
| 1429 | 2026-08-26T16:00:40.434Z | Compiling wait-timeout v0.2.1 |
| 1430 | 2026-08-26T16:00:40.453Z | Compiling ahash v0.8.12 |
| 1431 | 2026-08-26T16:00:40.516Z | Compiling bit-vec v0.8.0 |
| 1432 | 2026-08-26T16:00:40.583Z | Compiling funty v2.0.0 |
| 1433 | 2026-08-26T16:00:40.623Z | Compiling packed_struct v0.10.1 |
| 1434 | 2026-08-26T16:00:40.681Z | Compiling num-bigint-dig v0.8.6 |
| 1435 | 2026-08-26T16:00:40.712Z | Compiling quick-error v1.2.3 |
| 1436 | 2026-08-26T16:00:40.732Z | Compiling native-tls v0.2.18 |
| 1437 | 2026-08-26T16:00:40.762Z | Compiling time-core v0.1.8 |
| 1438 | 2026-08-26T16:00:40.765Z | Compiling powerfmt v0.2.0 |
| 1439 | 2026-08-26T16:00:40.765Z | Compiling num-conv v0.2.0 |
| 1440 | 2026-08-26T16:00:40.787Z | Compiling clap_builder v4.6.0 |
| 1441 | 2026-08-26T16:00:40.790Z | Compiling bit-set v0.8.0 |
| 1442 | 2026-08-26T16:00:40.836Z | Compiling rusty-fork v0.3.1 |
| 1443 | 2026-08-26T16:00:40.924Z | Compiling deranged v0.5.8 |
| 1444 | 2026-08-26T16:00:40.940Z | Compiling bitvec v1.0.1 |
| 1445 | 2026-08-26T16:00:40.971Z | Compiling num-iter v0.1.45 |
| 1446 | 2026-08-26T16:00:40.974Z | Compiling time-macros v0.2.27 |
| 1447 | 2026-08-26T16:00:41.013Z | Compiling lazy_static v1.5.0 |
| 1448 | 2026-08-26T16:00:41.116Z | Compiling rand_xorshift v0.4.0 |
| 1449 | 2026-08-26T16:00:41.130Z | Compiling sync_wrapper v1.0.2 |
| 1450 | 2026-08-26T16:00:41.158Z | Compiling indexmap v1.9.3 |
| 1451 | 2026-08-26T16:00:41.174Z | Compiling crc-catalog v2.4.0 |
| 1452 | 2026-08-26T16:00:41.187Z | Compiling object v0.37.3 |
| 1453 | 2026-08-26T16:00:41.247Z | Compiling unicode-segmentation v1.12.0 |
| 1454 | 2026-08-26T16:00:41.282Z | Compiling unarray v0.1.4 |
| 1455 | 2026-08-26T16:00:41.331Z | Compiling num_threads v0.1.7 |
| 1456 | 2026-08-26T16:00:41.413Z | Compiling zlib-rs v0.6.2 |
| 1457 | 2026-08-26T16:00:41.443Z | Compiling paste v1.0.15 |
| 1458 | 2026-08-26T16:00:41.456Z | Compiling crossbeam-utils v0.8.21 |
| 1459 | 2026-08-26T16:00:41.510Z | Compiling nodrop v0.1.14 |
| 1460 | 2026-08-26T16:00:41.570Z | Compiling serde_derive v1.0.228 |
| 1461 | 2026-08-26T16:00:41.616Z | Compiling zeroize_derive v1.5.0 |
| 1462 | 2026-08-26T16:00:41.687Z | Compiling zerocopy-derive v0.8.55 |
| 1463 | 2026-08-26T16:00:41.728Z | Compiling zerofrom-derive v0.1.6 |
| 1464 | 2026-08-26T16:00:41.763Z | Compiling yoke-derive v0.8.1 |
| 1465 | 2026-08-26T16:00:41.930Z | Compiling zerovec-derive v0.11.2 |
| 1466 | 2026-08-26T16:00:41.977Z | Compiling displaydoc v0.2.5 |
| 1467 | 2026-08-26T16:00:42.117Z | Compiling tokio-macros v2.7.0 |
| 1468 | 2026-08-26T16:00:42.229Z | Compiling futures-macro v0.3.32 |
| 1469 | 2026-08-26T16:00:42.290Z | Compiling der_derive v0.7.3 |
| 1470 | 2026-08-26T16:00:42.454Z | Compiling thiserror-impl v2.0.18 |
| 1471 | 2026-08-26T16:00:42.773Z | Compiling tracing-attributes v0.1.31 |
| 1472 | 2026-08-26T16:00:42.792Z | Compiling schemars_derive v0.8.22 |
| 1473 | 2026-08-26T16:00:42.903Z | Compiling scroll_derive v0.13.1 |
| 1474 | 2026-08-26T16:00:42.961Z | Compiling pest_derive v2.8.6 |
| 1475 | 2026-08-26T16:00:43.074Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-08-26T16:00:43.089Z | Compiling futures-util v0.3.32 |
| 1477 | 2026-08-26T16:00:43.167Z | Compiling zerofrom v0.1.6 |
| 1478 | 2026-08-26T16:00:43.311Z | Compiling yoke v0.8.1 |
| 1479 | 2026-08-26T16:00:43.314Z | Compiling thiserror-impl v1.0.69 |
| 1480 | 2026-08-26T16:00:43.449Z | Compiling openssl-macros v0.1.1 |
| 1481 | 2026-08-26T16:00:43.517Z | Compiling zerovec v0.11.5 |
| 1482 | 2026-08-26T16:00:43.612Z | Compiling zerotrie v0.2.3 |
| 1483 | 2026-08-26T16:00:43.754Z | Compiling scroll v0.13.0 |
| 1484 | 2026-08-26T16:00:43.848Z | Compiling thiserror v2.0.18 |
| 1485 | 2026-08-26T16:00:43.909Z | Compiling darling v0.20.11 |
| 1486 | 2026-08-26T16:00:43.939Z | Compiling packed_struct_codegen v0.10.1 |
| 1487 | 2026-08-26T16:00:43.969Z | Compiling bitfield-macros v0.19.4 |
| 1488 | 2026-08-26T16:00:44.005Z | Compiling tinystr v0.8.2 |
| 1489 | 2026-08-26T16:00:44.052Z | Compiling potential_utf v0.1.4 |
| 1490 | 2026-08-26T16:00:44.066Z | Compiling goblin v0.10.5 |
| 1491 | 2026-08-26T16:00:44.083Z | Compiling zerocopy-derive v0.6.6 |
| 1492 | 2026-08-26T16:00:44.097Z | Compiling clap_derive v4.6.1 |
| 1493 | 2026-08-26T16:00:44.146Z | Compiling tracing v0.1.44 |
| 1494 | 2026-08-26T16:00:44.234Z | Compiling icu_locale_core v2.1.1 |
| 1495 | 2026-08-26T16:00:44.249Z | Compiling icu_collections v2.1.1 |
| 1496 | 2026-08-26T16:00:44.438Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-08-26T16:00:44.650Z | Compiling siphasher v1.0.2 |
| 1498 | 2026-08-26T16:00:44.668Z | Compiling thiserror v1.0.69 |
| 1499 | 2026-08-26T16:00:44.705Z | Compiling flate2 v1.1.9 |
| 1500 | 2026-08-26T16:00:44.722Z | Compiling bitfield v0.19.4 |
| 1501 | 2026-08-26T16:00:44.737Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-08-26T16:00:44.784Z | Compiling dtrace-parser v0.3.0 |
| 1503 | 2026-08-26T16:00:44.854Z | Compiling icu_provider v2.1.1 |
| 1504 | 2026-08-26T16:00:44.950Z | Compiling zerocopy v0.6.6 |
| 1505 | 2026-08-26T16:00:45.029Z | Compiling zeroize v1.9.0 |
| 1506 | 2026-08-26T16:00:45.045Z | Compiling bytes v1.11.1 |
| 1507 | 2026-08-26T16:00:45.113Z | Compiling icu_normalizer v2.1.1 |
| 1508 | 2026-08-26T16:00:45.134Z | Compiling icu_properties v2.1.2 |
| 1509 | 2026-08-26T16:00:45.134Z | Compiling chrono v0.4.45 |
| 1510 | 2026-08-26T16:00:45.169Z | Compiling ipnet v2.12.0 |
| 1511 | 2026-08-26T16:00:45.297Z | Compiling der v0.7.10 |
| 1512 | 2026-08-26T16:00:45.453Z | Compiling rustls-pki-types v1.14.0 |
| 1513 | 2026-08-26T16:00:45.541Z | Compiling tokio v1.52.1 |
| 1514 | 2026-08-26T16:00:45.612Z | Compiling http v1.4.2 |
| 1515 | 2026-08-26T16:00:45.656Z | Compiling hybrid-array v0.4.13 |
| 1516 | 2026-08-26T16:00:45.672Z | Compiling hex v0.4.3 |
| 1517 | 2026-08-26T16:00:45.676Z | Compiling serde_spanned v0.6.9 |
| 1518 | 2026-08-26T16:00:45.847Z | Compiling block-buffer v0.10.4 |
| 1519 | 2026-08-26T16:00:45.873Z | Compiling crypto-common v0.1.7 |
| 1520 | 2026-08-26T16:00:45.887Z | Compiling toml_datetime v0.6.11 |
| 1521 | 2026-08-26T16:00:45.891Z | Compiling clap v4.6.1 |
| 1522 | 2026-08-26T16:00:45.993Z | Compiling digest v0.10.7 |
| 1523 | 2026-08-26T16:00:46.035Z | Compiling idna_adapter v1.2.1 |
| 1524 | 2026-08-26T16:00:46.050Z | Compiling time v0.3.47 |
| 1525 | 2026-08-26T16:00:46.162Z | Compiling ppv-lite86 v0.2.21 |
| 1526 | 2026-08-26T16:00:46.187Z | Compiling idna v1.1.0 |
| 1527 | 2026-08-26T16:00:46.249Z | Compiling spki v0.7.3 |
| 1528 | 2026-08-26T16:00:46.266Z | Compiling http-body v1.0.1 |
| 1529 | 2026-08-26T16:00:46.303Z | Compiling sha2 v0.10.9 |
| 1530 | 2026-08-26T16:00:46.481Z | Compiling rand_chacha v0.9.0 |
| 1531 | 2026-08-26T16:00:46.495Z | Compiling pkcs8 v0.10.2 |
| 1532 | 2026-08-26T16:00:46.534Z | Compiling url v2.5.8 |
| 1533 | 2026-08-26T16:00:46.549Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2026-08-26T16:00:46.565Z | Compiling signature v2.2.0 |
| 1535 | 2026-08-26T16:00:46.578Z | Compiling hmac v0.12.1 |
| 1536 | 2026-08-26T16:00:46.583Z | Compiling http-body-util v0.1.3 |
| 1537 | 2026-08-26T16:00:46.754Z | Compiling rand v0.9.2 |
| 1538 | 2026-08-26T16:00:46.769Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-26T16:00:46.783Z | Compiling pkcs1 v0.7.5 |
| 1540 | 2026-08-26T16:00:46.912Z | Compiling dof v0.4.0 |
| 1541 | 2026-08-26T16:00:47.250Z | Compiling array-init v0.0.4 |
| 1542 | 2026-08-26T16:00:47.285Z | Compiling structmeta-derive v0.3.0 |
| 1543 | 2026-08-26T16:00:47.320Z | Compiling proptest v1.11.0 |
| 1544 | 2026-08-26T16:00:47.342Z | Compiling scroll_derive v0.12.1 |
| 1545 | 2026-08-26T16:00:47.429Z | Compiling crc v3.4.0 |
| 1546 | 2026-08-26T16:00:47.530Z | Compiling smallvec v0.6.14 |
| 1547 | 2026-08-26T16:00:47.590Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-26T16:00:47.605Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-26T16:00:47.641Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-26T16:00:47.678Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-26T16:00:47.698Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-26T16:00:47.754Z | Compiling syn v3.0.3 |
| 1553 | 2026-08-26T16:00:47.772Z | Compiling cookie v0.18.1 |
| 1554 | 2026-08-26T16:00:47.842Z | Compiling zstd-safe v7.2.4 |
| 1555 | 2026-08-26T16:00:47.868Z | Compiling unicode-bidi v0.3.18 |
| 1556 | 2026-08-26T16:00:47.973Z | Compiling ipnetwork v0.21.1 |
| 1557 | 2026-08-26T16:00:48.022Z | Compiling iri-string v0.7.10 |
| 1558 | 2026-08-26T16:00:48.041Z | Compiling unicode-properties v0.1.4 |
| 1559 | 2026-08-26T16:00:48.056Z | Compiling allocator-api2 v0.2.21 |
| 1560 | 2026-08-26T16:00:48.118Z | Compiling winnow v0.5.40 |
| 1561 | 2026-08-26T16:00:48.267Z | Compiling ryu v1.0.23 |
| 1562 | 2026-08-26T16:00:48.282Z | Compiling signal-hook v0.3.18 |
| 1563 | 2026-08-26T16:00:48.395Z | Compiling hashbrown v0.12.3 |
| 1564 | 2026-08-26T16:00:48.412Z | Compiling gimli v0.32.3 |
| 1565 | 2026-08-26T16:00:48.415Z | Compiling anyhow v1.0.104 |
| 1566 | 2026-08-26T16:00:48.440Z | Compiling base64 v0.21.7 |
| 1567 | 2026-08-26T16:00:48.457Z | Compiling structmeta v0.3.0 |
| 1568 | 2026-08-26T16:00:48.470Z | Compiling serde_urlencoded v0.7.1 |
| 1569 | 2026-08-26T16:00:48.507Z | Compiling rsa v0.9.10 |
| 1570 | 2026-08-26T16:00:48.689Z | Compiling ron v0.8.1 |
| 1571 | 2026-08-26T16:00:48.703Z | Compiling stringprep v0.1.5 |
| 1572 | 2026-08-26T16:00:48.749Z | Compiling oxnet v0.1.6 |
| 1573 | 2026-08-26T16:00:48.767Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-26T16:00:49.048Z | Compiling env_logger v0.11.11 |
| 1575 | 2026-08-26T16:00:49.153Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-26T16:00:49.208Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1577 | 2026-08-26T16:00:49.281Z | Compiling camino v1.2.5 |
| 1578 | 2026-08-26T16:00:49.405Z | Compiling tokio-util v0.7.18 |
| 1579 | 2026-08-26T16:00:49.422Z | Compiling tower v0.5.3 |
| 1580 | 2026-08-26T16:00:49.586Z | Compiling toml_edit v0.19.15 |
| 1581 | 2026-08-26T16:00:49.602Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2026-08-26T16:00:49.735Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-08-26T16:00:49.791Z | Compiling bzip2 v0.4.4 |
| 1584 | 2026-08-26T16:00:49.949Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-08-26T16:00:50.080Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1586 | 2026-08-26T16:00:50.149Z | Compiling h2 v0.4.15 |
| 1587 | 2026-08-26T16:00:50.236Z | Compiling darling_macro v0.23.0 |
| 1588 | 2026-08-26T16:00:50.369Z | Compiling addr2line v0.25.1 |
| 1589 | 2026-08-26T16:00:50.408Z | Compiling hashbrown v0.13.2 |
| 1590 | 2026-08-26T16:00:50.487Z | Compiling x509-cert v0.2.5 |
| 1591 | 2026-08-26T16:00:50.516Z | Compiling block-buffer v0.12.1 |
| 1592 | 2026-08-26T16:00:50.714Z | Compiling block-padding v0.4.2 |
| 1593 | 2026-08-26T16:00:50.735Z | Compiling crypto-common v0.2.2 |
| 1594 | 2026-08-26T16:00:50.752Z | Compiling md-5 v0.10.6 |
| 1595 | 2026-08-26T16:00:50.909Z | Compiling rustls-native-certs v0.8.3 |
| 1596 | 2026-08-26T16:00:50.928Z | Compiling derive_builder_macro v0.20.2 |
| 1597 | 2026-08-26T16:00:50.931Z | Compiling serde_tokenstream v0.2.3 |
| 1598 | 2026-08-26T16:00:50.953Z | Compiling erased-serde v0.3.31 |
| 1599 | 2026-08-26T16:00:51.210Z | Compiling bstr v1.12.1 |
| 1600 | 2026-08-26T16:00:51.244Z | Compiling daft-derive v0.1.8 |
| 1601 | 2026-08-26T16:00:51.268Z | Compiling pin-project-internal v1.1.11 |
| 1602 | 2026-08-26T16:00:51.396Z | Compiling zerocopy-derive v0.7.35 |
| 1603 | 2026-08-26T16:00:51.464Z | Compiling async-trait v0.1.89 |
| 1604 | 2026-08-26T16:00:51.468Z | Compiling curve25519-dalek v4.1.3 |
| 1605 | 2026-08-26T16:00:51.578Z | Compiling vergen-lib v9.1.0 |
| 1606 | 2026-08-26T16:00:51.780Z | Compiling hash32 v0.2.1 |
| 1607 | 2026-08-26T16:00:51.833Z | Compiling memoffset v0.9.1 |
| 1608 | 2026-08-26T16:00:51.916Z | Compiling encoding_rs v0.8.35 |
| 1609 | 2026-08-26T16:00:51.991Z | Compiling crc-any v2.5.0 |
| 1610 | 2026-08-26T16:00:52.029Z | Compiling fallible-iterator v0.2.0 |
| 1611 | 2026-08-26T16:00:52.050Z | Compiling ref-cast v1.0.25 |
| 1612 | 2026-08-26T16:00:52.160Z | Compiling cfg_aliases v0.2.1 |
| 1613 | 2026-08-26T16:00:52.220Z | Compiling rustix v0.38.44 |
| 1614 | 2026-08-26T16:00:52.240Z | Compiling mime v0.3.17 |
| 1615 | 2026-08-26T16:00:52.255Z | Compiling owo-colors v4.3.0 |
| 1616 | 2026-08-26T16:00:52.303Z | Compiling psl-types v2.0.11 |
| 1617 | 2026-08-26T16:00:52.364Z | Compiling rustc-demangle v0.1.27 |
| 1618 | 2026-08-26T16:00:52.381Z | Compiling litrs v1.0.0 |
| 1619 | 2026-08-26T16:00:52.449Z | Compiling smoltcp v0.9.1 |
| 1620 | 2026-08-26T16:00:52.481Z | Compiling pin-project v1.1.11 |
| 1621 | 2026-08-26T16:00:52.499Z | Compiling publicsuffix v2.3.0 |
| 1622 | 2026-08-26T16:00:52.546Z | Compiling postgres-protocol v0.6.10 |
| 1623 | 2026-08-26T16:00:52.560Z | Compiling zerocopy v0.7.35 |
| 1624 | 2026-08-26T16:00:52.579Z | Compiling nix v0.31.2 |
| 1625 | 2026-08-26T16:00:52.629Z | Compiling backtrace v0.3.76 |
| 1626 | 2026-08-26T16:00:52.690Z | Compiling daft v0.1.8 |
| 1627 | 2026-08-26T16:00:52.803Z | Compiling derive_builder v0.20.2 |
| 1628 | 2026-08-26T16:00:52.853Z | Compiling toml v0.7.8 |
| 1629 | 2026-08-26T16:00:52.927Z | Compiling inout v0.2.2 |
| 1630 | 2026-08-26T16:00:52.942Z | Compiling document-features v0.2.12 |
| 1631 | 2026-08-26T16:00:52.957Z | Compiling object v0.30.4 |
| 1632 | 2026-08-26T16:00:52.979Z | Compiling darling v0.23.0 |
| 1633 | 2026-08-26T16:00:52.995Z | Compiling zip v0.6.6 |
| 1634 | 2026-08-26T16:00:53.075Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-26T16:00:53.151Z | Compiling goblin v0.8.2 |
| 1636 | 2026-08-26T16:00:53.218Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-26T16:00:53.382Z | Compiling hyper v1.10.1 |
| 1638 | 2026-08-26T16:00:53.465Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1639 | 2026-08-26T16:00:53.492Z | Compiling futures-executor v0.3.32 |
| 1640 | 2026-08-26T16:00:53.531Z | Compiling phf_shared v0.13.1 |
| 1641 | 2026-08-26T16:00:53.552Z | Compiling hubpack_derive v0.1.1 |
| 1642 | 2026-08-26T16:00:53.585Z | Compiling regex v1.12.3 |
| 1643 | 2026-08-26T16:00:53.684Z | Compiling convert_case v0.10.0 |
| 1644 | 2026-08-26T16:00:53.762Z | Compiling snafu-derive v0.8.9 |
| 1645 | 2026-08-26T16:00:53.790Z | Compiling ref-cast-impl v1.0.25 |
| 1646 | 2026-08-26T16:00:53.805Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1647 | 2026-08-26T16:00:53.826Z | Compiling strum_macros v0.27.2 |
| 1648 | 2026-08-26T16:00:54.003Z | Compiling vergen v9.1.0 |
| 1649 | 2026-08-26T16:00:54.042Z | Compiling cargo-platform v0.3.2 |
| 1650 | 2026-08-26T16:00:54.056Z | Compiling ff v0.13.1 |
| 1651 | 2026-08-26T16:00:54.201Z | Compiling fs-err v3.3.0 |
| 1652 | 2026-08-26T16:00:54.215Z | Compiling bumpalo v3.20.2 |
| 1653 | 2026-08-26T16:00:54.336Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-08-26T16:00:54.380Z | Compiling same-file v1.0.6 |
| 1655 | 2026-08-26T16:00:54.404Z | Compiling foldhash v0.1.5 |
| 1656 | 2026-08-26T16:00:54.416Z | Compiling is_ci v1.2.0 |
| 1657 | 2026-08-26T16:00:54.481Z | Compiling hyper-util v0.1.20 |
| 1658 | 2026-08-26T16:00:54.496Z | Compiling path-slash v0.1.5 |
| 1659 | 2026-08-26T16:00:54.530Z | Compiling managed v0.8.0 |
| 1660 | 2026-08-26T16:00:54.559Z | Compiling libbz2-rs-sys v0.2.2 |
| 1661 | 2026-08-26T16:00:54.575Z | Compiling either v1.15.0 |
| 1662 | 2026-08-26T16:00:54.590Z | Compiling jiff-core v0.1.0 |
| 1663 | 2026-08-26T16:00:54.640Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-26T16:00:54.768Z | Compiling bitflags v1.3.2 |
| 1665 | 2026-08-26T16:00:54.790Z | Compiling hashbrown v0.15.5 |
| 1666 | 2026-08-26T16:00:54.804Z | Compiling hashbrown v0.16.1 |
| 1667 | 2026-08-26T16:00:54.884Z | Compiling supports-color v3.0.2 |
| 1668 | 2026-08-26T16:00:54.939Z | Compiling test-strategy v0.4.5 |
| 1669 | 2026-08-26T16:00:54.990Z | Compiling bzip2 v0.6.1 |
| 1670 | 2026-08-26T16:00:55.066Z | Compiling textwrap v0.16.2 |
| 1671 | 2026-08-26T16:00:55.252Z | Compiling walkdir v2.5.0 |
| 1672 | 2026-08-26T16:00:55.362Z | Compiling dof v0.3.0 |
| 1673 | 2026-08-26T16:00:55.420Z | Compiling jiff v0.2.34 |
| 1674 | 2026-08-26T16:00:55.537Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1675 | 2026-08-26T16:00:55.582Z | Compiling sec1 v0.7.3 |
| 1676 | 2026-08-26T16:00:55.700Z | Compiling zopfli v0.8.3 |
| 1677 | 2026-08-26T16:00:55.722Z | Compiling snafu v0.8.9 |
| 1678 | 2026-08-26T16:00:55.833Z | Compiling strum v0.27.2 |
| 1679 | 2026-08-26T16:00:55.848Z | Compiling hyper-tls v0.6.0 |
| 1680 | 2026-08-26T16:00:55.878Z | Compiling cargo_metadata v0.23.1 |
| 1681 | 2026-08-26T16:00:55.941Z | Compiling group v0.13.0 |
| 1682 | 2026-08-26T16:00:55.981Z | Compiling hubpack v0.1.2 |
| 1683 | 2026-08-26T16:00:56.095Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-08-26T16:00:56.098Z | Compiling derive_more-impl v2.1.1 |
| 1685 | 2026-08-26T16:00:56.123Z | Compiling phf v0.13.1 |
| 1686 | 2026-08-26T16:00:56.142Z | Compiling signal-hook-mio v0.2.5 |
| 1687 | 2026-08-26T16:00:56.224Z | Compiling futures v0.3.32 |
| 1688 | 2026-08-26T16:00:56.240Z | Compiling cookie_store v0.22.1 |
| 1689 | 2026-08-26T16:00:56.281Z | Compiling zstd v0.13.3 |
| 1690 | 2026-08-26T16:00:56.362Z | Compiling cipher v0.5.2 |
| 1691 | 2026-08-26T16:00:56.413Z | Compiling serde_with_macros v3.21.0 |
| 1692 | 2026-08-26T16:00:56.469Z | Compiling backtrace-ext v0.2.1 |
| 1693 | 2026-08-26T16:00:56.631Z | Compiling postgres-types v0.2.12 |
| 1694 | 2026-08-26T16:00:56.732Z | Compiling globset v0.4.18 |
| 1695 | 2026-08-26T16:00:56.746Z | Compiling usdt-macro v0.6.0 |
| 1696 | 2026-08-26T16:00:56.941Z | Compiling usdt-attr-macro v0.6.0 |
| 1697 | 2026-08-26T16:00:56.988Z | Compiling byte-wrapper v0.1.0 |
| 1698 | 2026-08-26T16:00:57.219Z | Compiling hkdf v0.12.4 |
| 1699 | 2026-08-26T16:00:57.288Z | Compiling ed25519 v2.2.3 |
| 1700 | 2026-08-26T16:00:57.331Z | Compiling crypto-bigint v0.5.5 |
| 1701 | 2026-08-26T16:00:57.345Z | Compiling serde_plain v1.0.2 |
| 1702 | 2026-08-26T16:00:57.406Z | Compiling olpc-cjson v0.1.4 |
| 1703 | 2026-08-26T16:00:57.444Z | Compiling serde-big-array v0.5.1 |
| 1704 | 2026-08-26T16:00:57.457Z | Compiling phf_shared v0.11.3 |
| 1705 | 2026-08-26T16:00:57.545Z | Compiling dtrace-parser v0.2.0 |
| 1706 | 2026-08-26T16:00:57.569Z | Compiling strum_macros v0.26.4 |
| 1707 | 2026-08-26T16:00:57.593Z | Compiling async-recursion v1.1.1 |
| 1708 | 2026-08-26T16:00:57.608Z | Compiling enum-as-inner v0.6.1 |
| 1709 | 2026-08-26T16:00:57.610Z | Compiling miette-derive v7.6.0 |
| 1710 | 2026-08-26T16:00:57.665Z | Compiling serde_repr v0.1.20 |
| 1711 | 2026-08-26T16:00:57.783Z | Compiling float-cmp v0.10.0 |
| 1712 | 2026-08-26T16:00:57.798Z | Compiling pem v3.0.6 |
| 1713 | 2026-08-26T16:00:57.950Z | Compiling thread-id v4.2.2 |
| 1714 | 2026-08-26T16:00:58.048Z | Compiling memmap2 v0.9.10 |
| 1715 | 2026-08-26T16:00:58.147Z | Compiling const-oid v0.10.2 |
| 1716 | 2026-08-26T16:00:58.150Z | Compiling normalize-line-endings v0.3.0 |
| 1717 | 2026-08-26T16:00:58.217Z | Compiling predicates-core v1.0.10 |
| 1718 | 2026-08-26T16:00:58.232Z | Compiling difflib v0.4.0 |
| 1719 | 2026-08-26T16:00:58.235Z | Compiling supports-unicode v3.0.0 |
| 1720 | 2026-08-26T16:00:58.272Z | Compiling keccak v0.1.6 |
| 1721 | 2026-08-26T16:00:58.287Z | Compiling fixedbitset v0.4.2 |
| 1722 | 2026-08-26T16:00:58.287Z | Compiling winnow v1.0.3 |
| 1723 | 2026-08-26T16:00:58.324Z | Compiling whoami v2.1.0 |
| 1724 | 2026-08-26T16:00:58.362Z | Compiling new_debug_unreachable v1.0.6 |
| 1725 | 2026-08-26T16:00:58.377Z | Compiling static_assertions v1.1.0 |
| 1726 | 2026-08-26T16:00:58.409Z | Compiling typed-path v0.9.3 |
| 1727 | 2026-08-26T16:00:58.424Z | Compiling precomputed-hash v0.1.1 |
| 1728 | 2026-08-26T16:00:58.449Z | Compiling supports-hyperlinks v3.2.0 |
| 1729 | 2026-08-26T16:00:58.464Z | Compiling data-encoding v2.10.0 |
| 1730 | 2026-08-26T16:00:58.523Z | Compiling cpufeatures v0.3.0 |
| 1731 | 2026-08-26T16:00:58.537Z | Compiling fixedbitset v0.5.7 |
| 1732 | 2026-08-26T16:00:58.616Z | Compiling chacha20 v0.10.0 |
| 1733 | 2026-08-26T16:00:58.631Z | Compiling tokio-postgres v0.7.16 |
| 1734 | 2026-08-26T16:00:58.719Z | Compiling toml_edit v0.22.27 |
| 1735 | 2026-08-26T16:00:58.803Z | Compiling miette v7.6.0 |
| 1736 | 2026-08-26T16:00:58.817Z | Compiling hickory-proto v0.25.2 |
| 1737 | 2026-08-26T16:00:58.858Z | Compiling petgraph v0.8.3 |
| 1738 | 2026-08-26T16:00:59.015Z | Compiling string_cache v0.8.9 |
| 1739 | 2026-08-26T16:00:59.032Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1740 | 2026-08-26T16:00:59.055Z | Compiling predicates v3.1.4 |
| 1741 | 2026-08-26T16:00:59.176Z | Compiling petgraph v0.6.5 |
| 1742 | 2026-08-26T16:00:59.256Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1743 | 2026-08-26T16:00:59.373Z | Compiling strum v0.26.3 |
| 1744 | 2026-08-26T16:00:59.391Z | Compiling sha3 v0.10.8 |
| 1745 | 2026-08-26T16:00:59.465Z | Compiling elliptic-curve v0.13.8 |
| 1746 | 2026-08-26T16:00:59.515Z | Compiling digest v0.11.3 |
| 1747 | 2026-08-26T16:00:59.651Z | Compiling usdt v0.6.0 |
| 1748 | 2026-08-26T16:00:59.712Z | Compiling usdt-impl v0.5.0 |
| 1749 | 2026-08-26T16:00:59.762Z | Compiling zip v4.6.1 |
| 1750 | 2026-08-26T16:00:59.873Z | Compiling serde_with v3.21.0 |
| 1751 | 2026-08-26T16:00:59.902Z | Compiling crossterm v0.28.1 |
| 1752 | 2026-08-26T16:00:59.916Z | Compiling ed25519-dalek v2.2.0 |
| 1753 | 2026-08-26T16:00:59.919Z | Compiling derive_more v2.1.1 |
| 1754 | 2026-08-26T16:00:59.946Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1755 | 2026-08-26T16:01:00.314Z | Compiling iddqd v0.4.2 |
| 1756 | 2026-08-26T16:01:00.453Z | Compiling itertools v0.15.0 |
| 1757 | 2026-08-26T16:01:00.678Z | Compiling itertools v0.13.0 |
| 1758 | 2026-08-26T16:01:00.716Z | Compiling similar v2.7.0 |
| 1759 | 2026-08-26T16:01:00.804Z | Compiling crossbeam-epoch v0.9.18 |
| 1760 | 2026-08-26T16:01:00.844Z | Compiling tokio-stream v0.1.18 |
| 1761 | 2026-08-26T16:01:00.861Z | Compiling buf-list v1.1.2 |
| 1762 | 2026-08-26T16:01:01.145Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1763 | 2026-08-26T16:01:01.171Z | Compiling openapiv3 v2.2.0 |
| 1764 | 2026-08-26T16:01:01.184Z | Compiling heck v0.4.1 |
| 1765 | 2026-08-26T16:01:01.316Z | Compiling lalrpop-util v0.19.12 |
| 1766 | 2026-08-26T16:01:01.469Z | Compiling peg-runtime v0.8.5 |
| 1767 | 2026-08-26T16:01:01.472Z | Compiling thread_local v1.1.9 |
| 1768 | 2026-08-26T16:01:01.499Z | Compiling slog-async v2.8.0 |
| 1769 | 2026-08-26T16:01:01.512Z | Compiling crossbeam-channel v0.5.15 |
| 1770 | 2026-08-26T16:01:01.539Z | Compiling is-terminal v0.4.17 |
| 1771 | 2026-08-26T16:01:01.636Z | Compiling filetime v0.2.27 |
| 1772 | 2026-08-26T16:01:01.653Z | Compiling term v1.2.1 |
| 1773 | 2026-08-26T16:01:01.667Z | Compiling take_mut v0.2.2 |
| 1774 | 2026-08-26T16:01:01.732Z | Compiling xattr v1.6.1 |
| 1775 | 2026-08-26T16:01:01.762Z | Compiling camino-tempfile v1.4.1 |
| 1776 | 2026-08-26T16:01:01.907Z | Compiling tar v0.4.46 |
| 1777 | 2026-08-26T16:01:01.948Z | Compiling slog-term v2.9.2 |
| 1778 | 2026-08-26T16:01:19.185Z | Compiling rustls-webpki v0.103.13 |
| 1779 | 2026-08-26T16:01:21.873Z | Compiling tokio-rustls v0.26.4 |
| 1780 | 2026-08-26T16:01:21.873Z | Compiling rustls-platform-verifier v0.6.2 |
| 1781 | 2026-08-26T16:01:21.876Z | Compiling tough v0.22.0 |
| 1782 | 2026-08-26T16:01:22.065Z | Compiling hyper-rustls v0.27.7 |
| 1783 | 2026-08-26T16:01:22.249Z | Compiling reqwest v0.13.2 |
| 1784 | 2026-08-26T16:01:24.438Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1785 | 2026-08-26T16:01:24.666Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1786 | 2026-08-26T16:01:27.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.97s |
| 1787 | 2026-08-26T16:01:27.707Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1788 | 2026-08-26T16:01:27.765Z | Aug 26 16:01:27.518 INFO Starting download, target: Clickhouse |
| 1789 | 2026-08-26T16:01:27.765Z | Aug 26 16:01:27.519 INFO Starting download, target: Console |
| 1790 | 2026-08-26T16:01:27.765Z | Aug 26 16:01:27.519 INFO Starting download, target: MaghemiteMgd |
| 1791 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Starting download, target: Cockroach |
| 1792 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Starting download, target: MaghemiteDdmd |
| 1793 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Starting download, target: TransceiverControl |
| 1794 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Starting download, target: DendriteStub |
| 1795 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1796 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1797 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1798 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1799 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1800 | 2026-08-26T16:01:27.768Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1801 | 2026-08-26T16:01:27.769Z | Aug 26 16:01:27.519 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1802 | 2026-08-26T16:01:28.568Z | Aug 26 16:01:28.319 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1803 | 2026-08-26T16:01:28.782Z | Aug 26 16:01:28.536 INFO Download complete, target: TransceiverControl |
| 1804 | 2026-08-26T16:01:29.939Z | Aug 26 16:01:29.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1805 | 2026-08-26T16:01:30.195Z | Aug 26 16:01:29.938 INFO Download complete, target: Console |
| 1806 | 2026-08-26T16:01:30.233Z | Aug 26 16:01:29.987 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1807 | 2026-08-26T16:01:30.394Z | Aug 26 16:01:30.146 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1808 | 2026-08-26T16:01:30.640Z | Aug 26 16:01:30.384 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1809 | 2026-08-26T16:01:30.913Z | Aug 26 16:01:30.667 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-26T16:01:30.913Z | Aug 26 16:01:30.667 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-26T16:01:32.056Z | Aug 26 16:01:31.810 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1812 | 2026-08-26T16:01:32.423Z | Aug 26 16:01:32.177 INFO Download complete, target: MaghemiteDdmd |
| 1813 | 2026-08-26T16:01:32.814Z | Aug 26 16:01:32.568 INFO Download complete, target: DendriteStub |
| 1814 | 2026-08-26T16:01:33.184Z | Aug 26 16:01:32.938 INFO Download complete, target: MaghemiteMgd |
| 1815 | 2026-08-26T16:01:35.582Z | Aug 26 16:01:35.336 INFO Checking that binary works, target: Cockroach |
| 1816 | 2026-08-26T16:01:35.701Z | Aug 26 16:01:35.455 INFO Download complete, target: Cockroach |
| 1817 | 2026-08-26T16:01:38.692Z | Aug 26 16:01:38.446 INFO Checking that binary works, target: Clickhouse |
| 1818 | 2026-08-26T16:01:38.771Z | Aug 26 16:01:38.525 INFO Download complete, target: Clickhouse |
| 1819 | 2026-08-26T16:01:38.778Z | All prerequisites installed successfully |
| 1820 | 2026-08-26T16:01:38.781Z | |
| 1821 | 2026-08-26T16:01:38.781Z | real 1:57.521029621 |
| 1822 | 2026-08-26T16:01:38.781Z | user 7:20.956530531 |
| 1823 | 2026-08-26T16:01:38.781Z | sys 1:44.716577708 |
| 1824 | 2026-08-26T16:01:38.782Z | trap 0.299627877 |
| 1825 | 2026-08-26T16:01:38.782Z | tflt 0.901718177 |
| 1826 | 2026-08-26T16:01:38.782Z | dflt 1.733418293 |
| 1827 | 2026-08-26T16:01:38.782Z | kflt 0.025433763 |
| 1828 | 2026-08-26T16:01:38.782Z | lock 29:28.919126704 |
| 1829 | 2026-08-26T16:01:38.782Z | slp 20:12.647437784 |
| 1830 | 2026-08-26T16:01:38.782Z | lat 25.784344995 |
| 1831 | 2026-08-26T16:01:38.782Z | stop 3:29.612135310 |
| 1832 | 2026-08-26T16:01:38.782Z | + ptime -m cargo xtask download softnpu |
| 1833 | 2026-08-26T16:01:39.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1834 | 2026-08-26T16:01:39.255Z | Running `target/debug/xtask download softnpu` |
| 1835 | 2026-08-26T16:01:40.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1836 | 2026-08-26T16:01:40.097Z | Running `target/debug/xtask-downloader softnpu` |
| 1837 | 2026-08-26T16:01:40.136Z | Aug 26 16:01:39.890 INFO Starting download, target: Softnpu |
| 1838 | 2026-08-26T16:01:40.139Z | Aug 26 16:01:39.891 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1839 | 2026-08-26T16:01:40.655Z | Aug 26 16:01:40.409 INFO Download complete, target: Softnpu |
| 1840 | 2026-08-26T16:01:40.659Z | |
| 1841 | 2026-08-26T16:01:40.662Z | real 1.874805162 |
| 1842 | 2026-08-26T16:01:40.662Z | user 1.312533685 |
| 1843 | 2026-08-26T16:01:40.662Z | sys 0.616772643 |
| 1844 | 2026-08-26T16:01:40.662Z | trap 0.000506470 |
| 1845 | 2026-08-26T16:01:40.662Z | tflt 0.000369370 |
| 1846 | 2026-08-26T16:01:40.662Z | dflt 0.000249360 |
| 1847 | 2026-08-26T16:01:40.662Z | kflt 0.000000000 |
| 1848 | 2026-08-26T16:01:40.662Z | lock 9.835392323 |
| 1849 | 2026-08-26T16:01:40.662Z | slp 0.394714838 |
| 1850 | 2026-08-26T16:01:40.662Z | lat 0.090360837 |
| 1851 | 2026-08-26T16:01:40.662Z | stop 0.000183090 |
| 1852 | 2026-08-26T16:01:40.662Z | + export CARGO_INCREMENTAL=0 |
| 1853 | 2026-08-26T16:01:40.662Z | + CARGO_INCREMENTAL=0 |
| 1854 | 2026-08-26T16:01:40.662Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1855 | 2026-08-26T16:01:41.579Z | Compiling proc-macro2 v1.0.106 |
| 1856 | 2026-08-26T16:01:41.579Z | Compiling quote v1.0.45 |
| 1857 | 2026-08-26T16:01:41.579Z | Compiling unicode-ident v1.0.24 |
| 1858 | 2026-08-26T16:01:41.579Z | Compiling serde_core v1.0.228 |
| 1859 | 2026-08-26T16:01:41.587Z | Compiling libc v0.2.185 |
| 1860 | 2026-08-26T16:01:41.587Z | Compiling serde v1.0.228 |
| 1861 | 2026-08-26T16:01:41.587Z | Compiling cfg-if v1.0.4 |
| 1862 | 2026-08-26T16:01:41.587Z | Compiling version_check v0.9.5 |
| 1863 | 2026-08-26T16:01:41.587Z | Compiling autocfg v1.5.0 |
| 1864 | 2026-08-26T16:01:41.587Z | Compiling find-msvc-tools v0.1.9 |
| 1865 | 2026-08-26T16:01:41.731Z | Compiling shlex v1.3.0 |
| 1866 | 2026-08-26T16:01:41.762Z | Compiling memchr v2.8.0 |
| 1867 | 2026-08-26T16:01:41.762Z | Compiling zmij v1.0.21 |
| 1868 | 2026-08-26T16:01:41.771Z | Compiling serde_json v1.0.151 |
| 1869 | 2026-08-26T16:01:41.931Z | Compiling portable-atomic v1.13.1 |
| 1870 | 2026-08-26T16:01:42.003Z | Compiling zerocopy v0.8.55 |
| 1871 | 2026-08-26T16:01:42.008Z | Compiling libm v0.2.16 |
| 1872 | 2026-08-26T16:01:42.096Z | Compiling getrandom v0.4.3 |
| 1873 | 2026-08-26T16:01:42.096Z | Compiling generic-array v0.14.7 |
| 1874 | 2026-08-26T16:01:42.132Z | Compiling smallvec v1.15.1 |
| 1875 | 2026-08-26T16:01:42.140Z | Compiling icu_normalizer_data v2.1.1 |
| 1876 | 2026-08-26T16:01:42.249Z | Compiling num-traits v0.2.19 |
| 1877 | 2026-08-26T16:01:42.335Z | Compiling icu_properties_data v2.1.2 |
| 1878 | 2026-08-26T16:01:42.365Z | Compiling parking_lot_core v0.9.12 |
| 1879 | 2026-08-26T16:01:42.372Z | Compiling itoa v1.0.17 |
| 1880 | 2026-08-26T16:01:42.400Z | Compiling log v0.4.33 |
| 1881 | 2026-08-26T16:01:42.414Z | Compiling pkg-config v0.3.32 |
| 1882 | 2026-08-26T16:01:42.474Z | Compiling subtle v2.6.1 |
| 1883 | 2026-08-26T16:01:42.493Z | Compiling stable_deref_trait v1.2.1 |
| 1884 | 2026-08-26T16:01:42.508Z | Compiling rustix v1.1.4 |
| 1885 | 2026-08-26T16:01:42.569Z | Compiling typenum v1.20.1 |
| 1886 | 2026-08-26T16:01:42.654Z | Compiling getrandom v0.3.4 |
| 1887 | 2026-08-26T16:01:42.678Z | Compiling scopeguard v1.2.0 |
| 1888 | 2026-08-26T16:01:42.711Z | Compiling thiserror v2.0.18 |
| 1889 | 2026-08-26T16:01:42.755Z | Compiling jobserver v0.1.34 |
| 1890 | 2026-08-26T16:01:42.799Z | Compiling errno v0.3.14 |
| 1891 | 2026-08-26T16:01:42.850Z | Compiling lock_api v0.4.14 |
| 1892 | 2026-08-26T16:01:42.901Z | Compiling rand_core v0.10.0 |
| 1893 | 2026-08-26T16:01:42.974Z | Compiling cc v1.2.56 |
| 1894 | 2026-08-26T16:01:42.975Z | Compiling heck v0.5.0 |
| 1895 | 2026-08-26T16:01:43.010Z | Compiling syn v2.0.117 |
| 1896 | 2026-08-26T16:01:43.127Z | Compiling critical-section v1.2.0 |
| 1897 | 2026-08-26T16:01:43.132Z | Compiling getrandom v0.2.17 |
| 1898 | 2026-08-26T16:01:43.147Z | Compiling percent-encoding v2.3.2 |
| 1899 | 2026-08-26T16:01:43.147Z | Compiling equivalent v1.0.2 |
| 1900 | 2026-08-26T16:01:43.182Z | Compiling writeable v0.6.2 |
| 1901 | 2026-08-26T16:01:43.197Z | Compiling litemap v0.8.1 |
| 1902 | 2026-08-26T16:01:43.268Z | Compiling schemars v0.8.22 |
| 1903 | 2026-08-26T16:01:43.282Z | Compiling rand_core v0.6.4 |
| 1904 | 2026-08-26T16:01:43.322Z | Compiling pin-project-lite v0.2.17 |
| 1905 | 2026-08-26T16:01:43.385Z | Compiling syn v1.0.109 |
| 1906 | 2026-08-26T16:01:43.491Z | Compiling once_cell v1.21.3 |
| 1907 | 2026-08-26T16:01:43.525Z | Compiling rustversion v1.0.22 |
| 1908 | 2026-08-26T16:01:43.569Z | Compiling hashbrown v0.17.0 |
| 1909 | 2026-08-26T16:01:43.636Z | Compiling dunce v1.0.5 |
| 1910 | 2026-08-26T16:01:43.639Z | Compiling fs_extra v1.3.0 |
| 1911 | 2026-08-26T16:01:43.676Z | Compiling byteorder v1.5.0 |
| 1912 | 2026-08-26T16:01:43.715Z | Compiling cmake v0.1.57 |
| 1913 | 2026-08-26T16:01:43.771Z | Compiling utf8_iter v1.0.4 |
| 1914 | 2026-08-26T16:01:43.773Z | Compiling form_urlencoded v1.2.2 |
| 1915 | 2026-08-26T16:01:43.922Z | Compiling strsim v0.11.1 |
| 1916 | 2026-08-26T16:01:43.995Z | Compiling signal-hook-registry v1.4.8 |
| 1917 | 2026-08-26T16:01:44.067Z | Compiling semver v1.0.28 |
| 1918 | 2026-08-26T16:01:44.092Z | Compiling bitflags v2.11.0 |
| 1919 | 2026-08-26T16:01:44.230Z | Compiling indexmap v2.14.0 |
| 1920 | 2026-08-26T16:01:44.302Z | Compiling aws-lc-sys v0.40.0 |
| 1921 | 2026-08-26T16:01:44.342Z | Compiling thiserror v1.0.69 |
| 1922 | 2026-08-26T16:01:44.348Z | Compiling parking_lot v0.12.5 |
| 1923 | 2026-08-26T16:01:44.363Z | Compiling socket2 v0.6.3 |
| 1924 | 2026-08-26T16:01:44.419Z | Compiling mio v1.2.0 |
| 1925 | 2026-08-26T16:01:44.577Z | Compiling aws-lc-rs v1.16.3 |
| 1926 | 2026-08-26T16:01:44.646Z | Compiling const-oid v0.9.6 |
| 1927 | 2026-08-26T16:01:44.660Z | Compiling futures-core v0.3.32 |
| 1928 | 2026-08-26T16:01:44.806Z | Compiling httparse v1.10.1 |
| 1929 | 2026-08-26T16:01:44.857Z | Compiling iana-time-zone v0.1.65 |
| 1930 | 2026-08-26T16:01:45.133Z | Compiling crc32fast v1.5.0 |
| 1931 | 2026-08-26T16:01:45.150Z | Compiling ucd-trie v0.1.7 |
| 1932 | 2026-08-26T16:01:45.159Z | Compiling fnv v1.0.7 |
| 1933 | 2026-08-26T16:01:45.165Z | Compiling regex-syntax v0.8.10 |
| 1934 | 2026-08-26T16:01:45.283Z | Compiling uuid v1.23.4 |
| 1935 | 2026-08-26T16:01:45.300Z | Compiling pest v2.8.6 |
| 1936 | 2026-08-26T16:01:45.395Z | Compiling vcpkg v0.2.15 |
| 1937 | 2026-08-26T16:01:45.420Z | Compiling ident_case v1.0.1 |
| 1938 | 2026-08-26T16:01:45.598Z | Compiling rustc_version v0.4.1 |
| 1939 | 2026-08-26T16:01:45.654Z | Compiling futures-sink v0.3.32 |
| 1940 | 2026-08-26T16:01:45.668Z | Compiling dyn-clone v1.0.20 |
| 1941 | 2026-08-26T16:01:45.779Z | Compiling rustls v0.23.41 |
| 1942 | 2026-08-26T16:01:45.834Z | Compiling synstructure v0.13.2 |
| 1943 | 2026-08-26T16:01:45.848Z | Compiling serde_derive_internals v0.29.1 |
| 1944 | 2026-08-26T16:01:45.886Z | Compiling futures-channel v0.3.32 |
| 1945 | 2026-08-26T16:01:46.003Z | Compiling openssl-sys v0.9.117 |
| 1946 | 2026-08-26T16:01:46.147Z | Compiling aho-corasick v1.1.4 |
| 1947 | 2026-08-26T16:01:46.164Z | Compiling futures-task v0.3.32 |
| 1948 | 2026-08-26T16:01:46.167Z | Compiling futures-io v0.3.32 |
| 1949 | 2026-08-26T16:01:46.332Z | Compiling slab v0.4.12 |
| 1950 | 2026-08-26T16:01:46.393Z | Compiling pest_meta v2.8.6 |
| 1951 | 2026-08-26T16:01:46.581Z | Compiling num-conv v0.2.0 |
| 1952 | 2026-08-26T16:01:46.581Z | Compiling plain v0.2.3 |
| 1953 | 2026-08-26T16:01:46.613Z | Compiling radium v0.7.0 |
| 1954 | 2026-08-26T16:01:46.616Z | Compiling time-core v0.1.8 |
| 1955 | 2026-08-26T16:01:46.683Z | Compiling crossbeam-utils v0.8.21 |
| 1956 | 2026-08-26T16:01:46.721Z | Compiling base64ct v1.8.3 |
| 1957 | 2026-08-26T16:01:46.737Z | Compiling openssl v0.10.80 |
| 1958 | 2026-08-26T16:01:46.794Z | Compiling time-macros v0.2.27 |
| 1959 | 2026-08-26T16:01:46.829Z | Compiling pretty-hex v0.4.1 |
| 1960 | 2026-08-26T16:01:46.873Z | Compiling base64 v0.22.1 |
| 1961 | 2026-08-26T16:01:46.889Z | Compiling maybe-uninit v2.0.0 |
| 1962 | 2026-08-26T16:01:46.892Z | Compiling slog v2.8.2 |
| 1963 | 2026-08-26T16:01:46.983Z | Compiling pest_generator v2.8.6 |
| 1964 | 2026-08-26T16:01:47.000Z | Compiling regex-automata v0.4.14 |
| 1965 | 2026-08-26T16:01:47.001Z | Compiling pem-rfc7468 v0.7.0 |
| 1966 | 2026-08-26T16:01:47.052Z | Compiling serde_derive v1.0.228 |
| 1967 | 2026-08-26T16:01:47.120Z | Compiling zeroize_derive v1.5.0 |
| 1968 | 2026-08-26T16:01:47.169Z | Compiling zerofrom-derive v0.1.6 |
| 1969 | 2026-08-26T16:01:47.190Z | Compiling yoke-derive v0.8.1 |
| 1970 | 2026-08-26T16:01:47.230Z | Compiling zerocopy-derive v0.8.55 |
| 1971 | 2026-08-26T16:01:47.254Z | Compiling zerovec-derive v0.11.2 |
| 1972 | 2026-08-26T16:01:47.272Z | Compiling displaydoc v0.2.5 |
| 1973 | 2026-08-26T16:01:47.297Z | Compiling tokio-macros v2.7.0 |
| 1974 | 2026-08-26T16:01:47.391Z | Compiling futures-macro v0.3.32 |
| 1975 | 2026-08-26T16:01:47.518Z | Compiling thiserror-impl v2.0.18 |
| 1976 | 2026-08-26T16:01:47.536Z | Compiling schemars_derive v0.8.22 |
| 1977 | 2026-08-26T16:01:47.605Z | Compiling der_derive v0.7.3 |
| 1978 | 2026-08-26T16:01:47.642Z | Compiling tracing-attributes v0.1.31 |
| 1979 | 2026-08-26T16:01:47.728Z | Compiling thiserror-impl v1.0.69 |
| 1980 | 2026-08-26T16:01:47.745Z | Compiling pest_derive v2.8.6 |
| 1981 | 2026-08-26T16:01:47.761Z | Compiling scroll_derive v0.12.1 |
| 1982 | 2026-08-26T16:01:47.971Z | Compiling scroll_derive v0.13.1 |
| 1983 | 2026-08-26T16:01:47.999Z | Compiling flagset v0.4.7 |
| 1984 | 2026-08-26T16:01:48.150Z | Compiling openssl-macros v0.1.1 |
| 1985 | 2026-08-26T16:01:48.166Z | Compiling rand_core v0.9.5 |
| 1986 | 2026-08-26T16:01:48.183Z | Compiling futures-util v0.3.32 |
| 1987 | 2026-08-26T16:01:48.311Z | Compiling zerofrom v0.1.6 |
| 1988 | 2026-08-26T16:01:48.405Z | Compiling darling_core v0.23.0 |
| 1989 | 2026-08-26T16:01:48.429Z | Compiling yoke v0.8.1 |
| 1990 | 2026-08-26T16:01:48.534Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1991 | 2026-08-26T16:01:48.576Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-08-26T16:01:48.656Z | Compiling zerovec v0.11.5 |
| 1993 | 2026-08-26T16:01:48.676Z | Compiling zerotrie v0.2.3 |
| 1994 | 2026-08-26T16:01:48.890Z | Compiling syn v3.0.3 |
| 1995 | 2026-08-26T16:01:48.907Z | Compiling ahash v0.8.12 |
| 1996 | 2026-08-26T16:01:48.946Z | Compiling paste v1.0.15 |
| 1997 | 2026-08-26T16:01:48.964Z | Compiling anyhow v1.0.104 |
| 1998 | 2026-08-26T16:01:49.057Z | Compiling packed_struct v0.10.1 |
| 1999 | 2026-08-26T16:01:49.129Z | Compiling native-tls v0.2.18 |
| 2000 | 2026-08-26T16:01:49.226Z | Compiling tinystr v0.8.2 |
| 2001 | 2026-08-26T16:01:49.244Z | Compiling potential_utf v0.1.4 |
| 2002 | 2026-08-26T16:01:49.280Z | Compiling num-bigint-dig v0.8.6 |
| 2003 | 2026-08-26T16:01:49.360Z | Compiling regex v1.12.3 |
| 2004 | 2026-08-26T16:01:49.377Z | Compiling icu_collections v2.1.1 |
| 2005 | 2026-08-26T16:01:49.452Z | Compiling icu_locale_core v2.1.1 |
| 2006 | 2026-08-26T16:01:49.536Z | Compiling zerocopy-derive v0.7.35 |
| 2007 | 2026-08-26T16:01:50.136Z | Compiling icu_provider v2.1.1 |
| 2008 | 2026-08-26T16:01:50.305Z | Compiling zeroize v1.9.0 |
| 2009 | 2026-08-26T16:01:50.322Z | Compiling bytes v1.11.1 |
| 2010 | 2026-08-26T16:01:50.445Z | Compiling chrono v0.4.45 |
| 2011 | 2026-08-26T16:01:50.462Z | Compiling icu_properties v2.1.2 |
| 2012 | 2026-08-26T16:01:50.578Z | Compiling icu_normalizer v2.1.1 |
| 2013 | 2026-08-26T16:01:50.581Z | Compiling serde_tokenstream v0.2.3 |
| 2014 | 2026-08-26T16:01:50.897Z | Compiling tokio v1.52.1 |
| 2015 | 2026-08-26T16:01:51.063Z | Compiling crypto-common v0.1.7 |
| 2016 | 2026-08-26T16:01:51.079Z | Compiling block-buffer v0.10.4 |
| 2017 | 2026-08-26T16:01:51.231Z | Compiling digest v0.10.7 |
| 2018 | 2026-08-26T16:01:51.251Z | Compiling der v0.7.10 |
| 2019 | 2026-08-26T16:01:51.395Z | Compiling idna_adapter v1.2.1 |
| 2020 | 2026-08-26T16:01:51.511Z | Compiling idna v1.1.0 |
| 2021 | 2026-08-26T16:01:51.547Z | Compiling http v1.4.2 |
| 2022 | 2026-08-26T16:01:51.808Z | Compiling ppv-lite86 v0.2.21 |
| 2023 | 2026-08-26T16:01:51.935Z | Compiling url v2.5.8 |
| 2024 | 2026-08-26T16:01:52.033Z | Compiling darling_macro v0.23.0 |
| 2025 | 2026-08-26T16:01:52.050Z | Compiling tracing-core v0.1.36 |
| 2026 | 2026-08-26T16:01:52.158Z | Compiling spki v0.7.3 |
| 2027 | 2026-08-26T16:01:52.161Z | Compiling cookie v0.18.1 |
| 2028 | 2026-08-26T16:01:52.379Z | Compiling camino v1.2.5 |
| 2029 | 2026-08-26T16:01:52.382Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-08-26T16:01:52.517Z | Compiling cpufeatures v0.2.17 |
| 2031 | 2026-08-26T16:01:52.537Z | Compiling darling v0.23.0 |
| 2032 | 2026-08-26T16:01:52.602Z | Compiling tracing v0.1.44 |
| 2033 | 2026-08-26T16:01:52.634Z | Compiling rand_chacha v0.9.0 |
| 2034 | 2026-08-26T16:01:52.697Z | Compiling serde_spanned v0.6.9 |
| 2035 | 2026-08-26T16:01:52.713Z | Compiling toml_datetime v0.6.11 |
| 2036 | 2026-08-26T16:01:52.858Z | Compiling packed_struct_codegen v0.10.1 |
| 2037 | 2026-08-26T16:01:52.979Z | Compiling bitfield-macros v0.19.4 |
| 2038 | 2026-08-26T16:01:53.005Z | Compiling clap_derive v4.6.1 |
| 2039 | 2026-08-26T16:01:53.022Z | Compiling zerocopy-derive v0.6.6 |
| 2040 | 2026-08-26T16:01:53.316Z | Compiling indexmap v1.9.3 |
| 2041 | 2026-08-26T16:01:53.375Z | Compiling simd-adler32 v0.3.8 |
| 2042 | 2026-08-26T16:01:53.529Z | Compiling object v0.37.3 |
| 2043 | 2026-08-26T16:01:53.757Z | Compiling rand v0.9.2 |
| 2044 | 2026-08-26T16:01:53.774Z | Compiling http-body v1.0.1 |
| 2045 | 2026-08-26T16:01:53.777Z | Compiling pkcs8 v0.10.2 |
| 2046 | 2026-08-26T16:01:53.809Z | Compiling daft-derive v0.1.8 |
| 2047 | 2026-08-26T16:01:53.827Z | Compiling rustls-pki-types v1.14.0 |
| 2048 | 2026-08-26T16:01:54.014Z | Compiling spin v0.9.8 |
| 2049 | 2026-08-26T16:01:54.048Z | Compiling usdt-impl v0.5.0 |
| 2050 | 2026-08-26T16:01:54.068Z | Compiling adler2 v2.0.1 |
| 2051 | 2026-08-26T16:01:54.237Z | Compiling ref-cast v1.0.25 |
| 2052 | 2026-08-26T16:01:54.261Z | Compiling cmov v0.5.4 |
| 2053 | 2026-08-26T16:01:54.280Z | Compiling utf8parse v0.2.2 |
| 2054 | 2026-08-26T16:01:54.366Z | Compiling either v1.15.0 |
| 2055 | 2026-08-26T16:01:54.399Z | Compiling usdt-impl v0.6.0 |
| 2056 | 2026-08-26T16:01:54.548Z | Compiling tinyvec_macros v0.1.1 |
| 2057 | 2026-08-26T16:01:54.558Z | Compiling openssl-probe v0.2.1 |
| 2058 | 2026-08-26T16:01:54.592Z | Compiling anstyle v1.0.14 |
| 2059 | 2026-08-26T16:01:54.615Z | Compiling winnow v0.5.40 |
| 2060 | 2026-08-26T16:01:54.621Z | Compiling tinyvec v1.10.0 |
| 2061 | 2026-08-26T16:01:54.621Z | Compiling ctutils v0.4.2 |
| 2062 | 2026-08-26T16:01:54.677Z | Compiling tokio-util v0.7.18 |
| 2063 | 2026-08-26T16:01:54.705Z | Compiling anstyle-parse v1.0.0 |
| 2064 | 2026-08-26T16:01:54.748Z | Compiling miniz_oxide v0.8.9 |
| 2065 | 2026-08-26T16:01:54.902Z | Compiling sha2 v0.10.9 |
| 2066 | 2026-08-26T16:01:54.959Z | Compiling tempfile v3.27.0 |
| 2067 | 2026-08-26T16:01:55.104Z | Compiling scroll v0.13.0 |
| 2068 | 2026-08-26T16:01:55.257Z | Compiling scroll v0.12.0 |
| 2069 | 2026-08-26T16:01:55.293Z | Compiling terminal_size v0.4.3 |
| 2070 | 2026-08-26T16:01:55.387Z | Compiling async-trait v0.1.89 |
| 2071 | 2026-08-26T16:01:55.443Z | Compiling heapless v0.7.17 |
| 2072 | 2026-08-26T16:01:55.601Z | Compiling anstyle-query v1.1.5 |
| 2073 | 2026-08-26T16:01:55.703Z | Compiling try-lock v0.2.5 |
| 2074 | 2026-08-26T16:01:55.731Z | Compiling signal-hook v0.3.18 |
| 2075 | 2026-08-26T16:01:55.752Z | Compiling atomic-waker v1.1.2 |
| 2076 | 2026-08-26T16:01:55.832Z | Compiling colorchoice v1.0.4 |
| 2077 | 2026-08-26T16:01:55.909Z | Compiling toml_edit v0.19.15 |
| 2078 | 2026-08-26T16:01:55.917Z | Compiling winnow v1.0.3 |
| 2079 | 2026-08-26T16:01:55.938Z | Compiling rustix v0.38.44 |
| 2080 | 2026-08-26T16:01:55.946Z | Compiling untrusted v0.7.1 |
| 2081 | 2026-08-26T16:01:55.973Z | Compiling tower-layer v0.3.3 |
| 2082 | 2026-08-26T16:01:55.987Z | Compiling tower-service v0.3.3 |
| 2083 | 2026-08-26T16:01:56.051Z | Compiling winnow v0.7.14 |
| 2084 | 2026-08-26T16:01:56.074Z | Compiling unicode-segmentation v1.12.0 |
| 2085 | 2026-08-26T16:01:56.101Z | Compiling is_terminal_polyfill v1.70.2 |
| 2086 | 2026-08-26T16:01:56.120Z | Compiling zstd-safe v7.2.4 |
| 2087 | 2026-08-26T16:01:56.157Z | Compiling litrs v1.0.0 |
| 2088 | 2026-08-26T16:01:56.218Z | Compiling anstream v1.0.0 |
| 2089 | 2026-08-26T16:01:56.291Z | Compiling h2 v0.4.15 |
| 2090 | 2026-08-26T16:01:56.332Z | Compiling want v0.3.1 |
| 2091 | 2026-08-26T16:01:56.617Z | Compiling document-features v0.2.12 |
| 2092 | 2026-08-26T16:01:56.932Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2093 | 2026-08-26T16:01:56.958Z | Compiling goblin v0.8.2 |
| 2094 | 2026-08-26T16:01:56.975Z | Compiling goblin v0.10.5 |
| 2095 | 2026-08-26T16:01:57.012Z | Compiling hybrid-array v0.4.13 |
| 2096 | 2026-08-26T16:01:57.228Z | Compiling itertools v0.15.0 |
| 2097 | 2026-08-26T16:01:57.499Z | Compiling ipnetwork v0.21.1 |
| 2098 | 2026-08-26T16:01:57.517Z | Compiling zerocopy v0.7.35 |
| 2099 | 2026-08-26T16:01:57.569Z | Compiling ipnet v2.12.0 |
| 2100 | 2026-08-26T16:01:57.714Z | Compiling structmeta-derive v0.3.0 |
| 2101 | 2026-08-26T16:01:57.822Z | Compiling ref-cast-impl v1.0.25 |
| 2102 | 2026-08-26T16:01:57.920Z | Compiling curve25519-dalek v4.1.3 |
| 2103 | 2026-08-26T16:01:57.942Z | Compiling darling_core v0.20.11 |
| 2104 | 2026-08-26T16:01:58.067Z | Compiling memoffset v0.9.1 |
| 2105 | 2026-08-26T16:01:58.083Z | Compiling foreign-types-shared v0.1.1 |
| 2106 | 2026-08-26T16:01:58.130Z | Compiling httpdate v1.0.3 |
| 2107 | 2026-08-26T16:01:58.198Z | Compiling untrusted v0.9.0 |
| 2108 | 2026-08-26T16:01:58.371Z | Compiling tap v1.0.1 |
| 2109 | 2026-08-26T16:01:58.459Z | Compiling powerfmt v0.2.0 |
| 2110 | 2026-08-26T16:01:58.515Z | Compiling wyz v0.5.1 |
| 2111 | 2026-08-26T16:01:58.547Z | Compiling foreign-types v0.3.2 |
| 2112 | 2026-08-26T16:01:58.631Z | Compiling deranged v0.5.8 |
| 2113 | 2026-08-26T16:01:58.684Z | Compiling structmeta v0.3.0 |
| 2114 | 2026-08-26T16:01:58.737Z | Compiling unicode-normalization v0.1.25 |
| 2115 | 2026-08-26T16:01:58.918Z | Compiling dtrace-parser v0.2.0 |
| 2116 | 2026-08-26T16:01:58.921Z | Compiling rand_chacha v0.3.1 |
| 2117 | 2026-08-26T16:01:58.952Z | Compiling signature v2.2.0 |
| 2118 | 2026-08-26T16:01:58.980Z | Compiling hex v0.4.3 |
| 2119 | 2026-08-26T16:01:59.121Z | Compiling dtrace-parser v0.3.0 |
| 2120 | 2026-08-26T16:01:59.225Z | Compiling dof v0.3.0 |
| 2121 | 2026-08-26T16:01:59.279Z | Compiling pin-project-internal v1.1.11 |
| 2122 | 2026-08-26T16:01:59.331Z | Compiling num-integer v0.1.46 |
| 2123 | 2026-08-26T16:01:59.353Z | Compiling hyper v1.10.1 |
| 2124 | 2026-08-26T16:01:59.667Z | Compiling thread-id v5.1.0 |
| 2125 | 2026-08-26T16:01:59.742Z | Compiling dof v0.4.0 |
| 2126 | 2026-08-26T16:01:59.766Z | Compiling wait-timeout v0.2.1 |
| 2127 | 2026-08-26T16:01:59.783Z | Compiling thread-id v4.2.2 |
| 2128 | 2026-08-26T16:01:59.798Z | Compiling funty v2.0.0 |
| 2129 | 2026-08-26T16:01:59.879Z | Compiling darling_macro v0.20.11 |
| 2130 | 2026-08-26T16:01:59.988Z | Compiling smoltcp v0.9.1 |
| 2131 | 2026-08-26T16:02:00.010Z | Compiling quick-error v1.2.3 |
| 2132 | 2026-08-26T16:02:00.065Z | Compiling owo-colors v4.3.0 |
| 2133 | 2026-08-26T16:02:00.130Z | Compiling bit-vec v0.8.0 |
| 2134 | 2026-08-26T16:02:00.228Z | Compiling cfg_aliases v0.2.1 |
| 2135 | 2026-08-26T16:02:00.316Z | Compiling num_threads v0.1.7 |
| 2136 | 2026-08-26T16:02:00.330Z | Compiling clap_lex v1.0.0 |
| 2137 | 2026-08-26T16:02:00.347Z | Compiling bit-set v0.8.0 |
| 2138 | 2026-08-26T16:02:00.382Z | Compiling nix v0.31.2 |
| 2139 | 2026-08-26T16:02:00.385Z | Compiling bitvec v1.0.1 |
| 2140 | 2026-08-26T16:02:00.385Z | Compiling rusty-fork v0.3.1 |
| 2141 | 2026-08-26T16:02:00.429Z | Compiling darling v0.20.11 |
| 2142 | 2026-08-26T16:02:00.442Z | Compiling time v0.3.47 |
| 2143 | 2026-08-26T16:02:00.496Z | Compiling clap_builder v4.6.0 |
| 2144 | 2026-08-26T16:02:00.532Z | Compiling hyper-util v0.1.20 |
| 2145 | 2026-08-26T16:02:00.565Z | Compiling num-iter v0.1.45 |
| 2146 | 2026-08-26T16:02:00.785Z | Compiling rand v0.8.6 |
| 2147 | 2026-08-26T16:02:00.801Z | Compiling lazy_static v1.5.0 |
| 2148 | 2026-08-26T16:02:00.887Z | Compiling hmac v0.12.1 |
| 2149 | 2026-08-26T16:02:00.924Z | Compiling erased-serde v0.3.31 |
| 2150 | 2026-08-26T16:02:01.100Z | Compiling rand_xorshift v0.4.0 |
| 2151 | 2026-08-26T16:02:01.279Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2152 | 2026-08-26T16:02:01.375Z | Compiling sync_wrapper v1.0.2 |
| 2153 | 2026-08-26T16:02:01.520Z | Compiling crc-catalog v2.4.0 |
| 2154 | 2026-08-26T16:02:01.623Z | Compiling zlib-rs v0.6.2 |
| 2155 | 2026-08-26T16:02:01.759Z | Compiling siphasher v1.0.2 |
| 2156 | 2026-08-26T16:02:01.775Z | Compiling unarray v0.1.4 |
| 2157 | 2026-08-26T16:02:01.827Z | Compiling nodrop v0.1.14 |
| 2158 | 2026-08-26T16:02:01.889Z | Compiling proptest v1.11.0 |
| 2159 | 2026-08-26T16:02:01.935Z | Compiling array-init v0.0.4 |
| 2160 | 2026-08-26T16:02:02.015Z | Compiling clap v4.6.1 |
| 2161 | 2026-08-26T16:02:02.174Z | Compiling crc v3.4.0 |
| 2162 | 2026-08-26T16:02:02.289Z | Compiling tower v0.5.3 |
| 2163 | 2026-08-26T16:02:03.290Z | Compiling smallvec v0.6.14 |
| 2164 | 2026-08-26T16:02:03.341Z | Compiling derive_builder_core v0.20.2 |
| 2165 | 2026-08-26T16:02:03.439Z | Compiling pkcs1 v0.7.5 |
| 2166 | 2026-08-26T16:02:03.482Z | Compiling http-body-util v0.1.3 |
| 2167 | 2026-08-26T16:02:03.519Z | Compiling zerocopy v0.6.6 |
| 2168 | 2026-08-26T16:02:03.553Z | Compiling bitfield v0.19.4 |
| 2169 | 2026-08-26T16:02:03.729Z | Compiling flate2 v1.1.9 |
| 2170 | 2026-08-26T16:02:03.849Z | Compiling hubpack_derive v0.1.1 |
| 2171 | 2026-08-26T16:02:03.865Z | Compiling strum_macros v0.27.2 |
| 2172 | 2026-08-26T16:02:03.881Z | Compiling snafu-derive v0.8.9 |
| 2173 | 2026-08-26T16:02:03.884Z | Compiling strum_macros v0.26.4 |
| 2174 | 2026-08-26T16:02:03.975Z | Compiling env_filter v2.0.0 |
| 2175 | 2026-08-26T16:02:04.111Z | Compiling fs-err v3.3.0 |
| 2176 | 2026-08-26T16:02:04.306Z | Compiling hashbrown v0.12.3 |
| 2177 | 2026-08-26T16:02:04.373Z | Compiling base64 v0.21.7 |
| 2178 | 2026-08-26T16:02:04.560Z | Compiling unicode-properties v0.1.4 |
| 2179 | 2026-08-26T16:02:04.592Z | Compiling ryu v1.0.23 |
| 2180 | 2026-08-26T16:02:04.729Z | Compiling unicode-bidi v0.3.18 |
| 2181 | 2026-08-26T16:02:04.798Z | Compiling allocator-api2 v0.2.21 |
| 2182 | 2026-08-26T16:02:04.880Z | Compiling gimli v0.32.3 |
| 2183 | 2026-08-26T16:02:04.898Z | Compiling iri-string v0.7.10 |
| 2184 | 2026-08-26T16:02:05.246Z | Compiling stringprep v0.1.5 |
| 2185 | 2026-08-26T16:02:06.537Z | Compiling serde_urlencoded v0.7.1 |
| 2186 | 2026-08-26T16:02:06.550Z | Compiling ron v0.8.1 |
| 2187 | 2026-08-26T16:02:06.550Z | Compiling env_logger v0.11.11 |
| 2188 | 2026-08-26T16:02:06.550Z | Compiling derive_builder_macro v0.20.2 |
| 2189 | 2026-08-26T16:02:06.550Z | Compiling newtype-uuid v1.3.2 |
| 2190 | 2026-08-26T16:02:06.550Z | Compiling tower-http v0.6.8 |
| 2191 | 2026-08-26T16:02:06.550Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2192 | 2026-08-26T16:02:06.550Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2193 | 2026-08-26T16:02:06.551Z | Compiling rsa v0.9.10 |
| 2194 | 2026-08-26T16:02:06.551Z | Compiling oxnet v0.1.6 |
| 2195 | 2026-08-26T16:02:06.551Z | Compiling serde-hex v0.1.0 |
| 2196 | 2026-08-26T16:02:06.551Z | Compiling hashbrown v0.13.2 |
| 2197 | 2026-08-26T16:02:06.551Z | Compiling tokio-native-tls v0.3.1 |
| 2198 | 2026-08-26T16:02:06.608Z | Compiling addr2line v0.25.1 |
| 2199 | 2026-08-26T16:02:07.427Z | Compiling bzip2 v0.4.4 |
| 2200 | 2026-08-26T16:02:07.434Z | Compiling usdt-macro v0.6.0 |
| 2201 | 2026-08-26T16:02:07.434Z | Compiling usdt-attr-macro v0.6.0 |
| 2202 | 2026-08-26T16:02:07.434Z | Compiling derive-ex v0.1.8 |
| 2203 | 2026-08-26T16:02:07.434Z | Compiling crypto-common v0.2.2 |
| 2204 | 2026-08-26T16:02:07.434Z | Compiling block-padding v0.4.2 |
| 2205 | 2026-08-26T16:02:07.434Z | Compiling block-buffer v0.12.1 |
| 2206 | 2026-08-26T16:02:07.435Z | Compiling convert_case v0.10.0 |
| 2207 | 2026-08-26T16:02:07.435Z | Compiling rustls-native-certs v0.8.3 |
| 2208 | 2026-08-26T16:02:07.480Z | Compiling x509-cert v0.2.5 |
| 2209 | 2026-08-26T16:02:07.506Z | Compiling md-5 v0.10.6 |
| 2210 | 2026-08-26T16:02:07.682Z | Compiling bstr v1.12.1 |
| 2211 | 2026-08-26T16:02:07.865Z | Compiling vergen-lib v9.1.0 |
| 2212 | 2026-08-26T16:02:07.869Z | Compiling hash32 v0.2.1 |
| 2213 | 2026-08-26T16:02:07.885Z | Compiling encoding_rs v0.8.35 |
| 2214 | 2026-08-26T16:02:08.911Z | Compiling crc-any v2.5.0 |
| 2215 | 2026-08-26T16:02:08.939Z | Compiling cpufeatures v0.3.0 |
| 2216 | 2026-08-26T16:02:08.939Z | Compiling mime v0.3.17 |
| 2217 | 2026-08-26T16:02:08.939Z | Compiling fallible-iterator v0.2.0 |
| 2218 | 2026-08-26T16:02:08.939Z | Compiling psl-types v2.0.11 |
| 2219 | 2026-08-26T16:02:08.939Z | Compiling rustc-demangle v0.1.27 |
| 2220 | 2026-08-26T16:02:08.939Z | Compiling unicode-width v0.2.0 |
| 2221 | 2026-08-26T16:02:08.946Z | Compiling publicsuffix v2.3.0 |
| 2222 | 2026-08-26T16:02:08.946Z | Compiling test-strategy v0.4.5 |
| 2223 | 2026-08-26T16:02:08.946Z | Compiling postgres-protocol v0.6.10 |
| 2224 | 2026-08-26T16:02:08.946Z | Compiling backtrace v0.3.76 |
| 2225 | 2026-08-26T16:02:09.233Z | Compiling derive_more-impl v2.1.1 |
| 2226 | 2026-08-26T16:02:09.350Z | Compiling inout v0.2.2 |
| 2227 | 2026-08-26T16:02:09.366Z | Compiling object v0.30.4 |
| 2228 | 2026-08-26T16:02:09.550Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2229 | 2026-08-26T16:02:09.600Z | Compiling zip v0.6.6 |
| 2230 | 2026-08-26T16:02:09.642Z | Compiling hyper-tls v0.6.0 |
| 2231 | 2026-08-26T16:02:09.642Z | Compiling daft v0.1.8 |
| 2232 | 2026-08-26T16:02:09.809Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2233 | 2026-08-26T16:02:09.811Z | Compiling derive_builder v0.20.2 |
| 2234 | 2026-08-26T16:02:09.894Z | Compiling phf_shared v0.13.1 |
| 2235 | 2026-08-26T16:02:09.969Z | Compiling pin-project v1.1.11 |
| 2236 | 2026-08-26T16:02:10.088Z | Compiling toml v0.7.8 |
| 2237 | 2026-08-26T16:02:10.135Z | Compiling heck v0.4.1 |
| 2238 | 2026-08-26T16:02:10.196Z | Compiling serde_with_macros v3.21.0 |
| 2239 | 2026-08-26T16:02:10.223Z | Compiling futures-executor v0.3.32 |
| 2240 | 2026-08-26T16:02:10.412Z | Compiling async-recursion v1.1.1 |
| 2241 | 2026-08-26T16:02:10.434Z | Compiling miette-derive v7.6.0 |
| 2242 | 2026-08-26T16:02:10.486Z | Compiling serde_repr v0.1.20 |
| 2243 | 2026-08-26T16:02:10.594Z | Compiling enum-as-inner v0.6.1 |
| 2244 | 2026-08-26T16:02:10.687Z | Compiling ff v0.13.1 |
| 2245 | 2026-08-26T16:02:10.717Z | Compiling vergen v9.1.0 |
| 2246 | 2026-08-26T16:02:10.843Z | Compiling cargo-platform v0.3.2 |
| 2247 | 2026-08-26T16:02:10.907Z | Compiling path-slash v0.1.5 |
| 2248 | 2026-08-26T16:02:10.930Z | Compiling foldhash v0.2.0 |
| 2249 | 2026-08-26T16:02:11.050Z | Compiling bumpalo v3.20.2 |
| 2250 | 2026-08-26T16:02:11.101Z | Compiling bitflags v1.3.2 |
| 2251 | 2026-08-26T16:02:11.118Z | Compiling managed v0.8.0 |
| 2252 | 2026-08-26T16:02:11.134Z | Compiling is_ci v1.2.0 |
| 2253 | 2026-08-26T16:02:11.157Z | Compiling smawk v0.3.2 |
| 2254 | 2026-08-26T16:02:11.175Z | Compiling foldhash v0.1.5 |
| 2255 | 2026-08-26T16:02:11.277Z | Compiling base16ct v0.2.0 |
| 2256 | 2026-08-26T16:02:11.313Z | Compiling libbz2-rs-sys v0.2.2 |
| 2257 | 2026-08-26T16:02:11.313Z | Compiling same-file v1.0.6 |
| 2258 | 2026-08-26T16:02:11.366Z | Compiling jiff-core v0.1.0 |
| 2259 | 2026-08-26T16:02:11.440Z | Compiling unicode-linebreak v0.1.5 |
| 2260 | 2026-08-26T16:02:11.489Z | Compiling walkdir v2.5.0 |
| 2261 | 2026-08-26T16:02:11.549Z | Compiling sec1 v0.7.3 |
| 2262 | 2026-08-26T16:02:11.705Z | Compiling textwrap v0.16.2 |
| 2263 | 2026-08-26T16:02:11.742Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2264 | 2026-08-26T16:02:11.776Z | Compiling bzip2 v0.6.1 |
| 2265 | 2026-08-26T16:02:11.843Z | Compiling hashbrown v0.15.5 |
| 2266 | 2026-08-26T16:02:11.920Z | Compiling zopfli v0.8.3 |
| 2267 | 2026-08-26T16:02:11.993Z | Compiling supports-color v3.0.2 |
| 2268 | 2026-08-26T16:02:12.115Z | Compiling jiff v0.2.34 |
| 2269 | 2026-08-26T16:02:12.183Z | Compiling hashbrown v0.16.1 |
| 2270 | 2026-08-26T16:02:12.376Z | Compiling cargo_metadata v0.23.1 |
| 2271 | 2026-08-26T16:02:12.408Z | Compiling group v0.13.0 |
| 2272 | 2026-08-26T16:02:12.594Z | Compiling futures v0.3.32 |
| 2273 | 2026-08-26T16:02:12.915Z | Compiling phf v0.13.1 |
| 2274 | 2026-08-26T16:02:12.919Z | Compiling snafu v0.8.9 |
| 2275 | 2026-08-26T16:02:13.136Z | Compiling reqwest v0.12.28 |
| 2276 | 2026-08-26T16:02:13.260Z | Compiling signal-hook-mio v0.2.5 |
| 2277 | 2026-08-26T16:02:13.276Z | Compiling cipher v0.5.2 |
| 2278 | 2026-08-26T16:02:13.396Z | Compiling cookie_store v0.22.1 |
| 2279 | 2026-08-26T16:02:13.431Z | Compiling zstd v0.13.3 |
| 2280 | 2026-08-26T16:02:13.570Z | Compiling backtrace-ext v0.2.1 |
| 2281 | 2026-08-26T16:02:13.590Z | Compiling postgres-types v0.2.12 |
| 2282 | 2026-08-26T16:02:13.694Z | Compiling globset v0.4.18 |
| 2283 | 2026-08-26T16:02:13.711Z | Compiling strum v0.27.2 |
| 2284 | 2026-08-26T16:02:13.805Z | Compiling hubpack v0.1.2 |
| 2285 | 2026-08-26T16:02:13.871Z | Compiling phf_shared v0.11.3 |
| 2286 | 2026-08-26T16:02:13.902Z | Compiling crossbeam-epoch v0.9.18 |
| 2287 | 2026-08-26T16:02:13.987Z | Compiling hkdf v0.12.4 |
| 2288 | 2026-08-26T16:02:14.028Z | Compiling byte-wrapper v0.1.0 |
| 2289 | 2026-08-26T16:02:14.039Z | Compiling olpc-cjson v0.1.4 |
| 2290 | 2026-08-26T16:02:14.082Z | Compiling ed25519 v2.2.3 |
| 2291 | 2026-08-26T16:02:14.331Z | Compiling crypto-bigint v0.5.5 |
| 2292 | 2026-08-26T16:02:14.365Z | Compiling serde-big-array v0.5.1 |
| 2293 | 2026-08-26T16:02:14.368Z | Compiling serde_plain v1.0.2 |
| 2294 | 2026-08-26T16:02:14.396Z | Compiling pem v3.0.6 |
| 2295 | 2026-08-26T16:02:14.559Z | Compiling float-cmp v0.10.0 |
| 2296 | 2026-08-26T16:02:14.594Z | Compiling memmap2 v0.9.10 |
| 2297 | 2026-08-26T16:02:14.608Z | Compiling new_debug_unreachable v1.0.6 |
| 2298 | 2026-08-26T16:02:14.693Z | Compiling predicates-core v1.0.10 |
| 2299 | 2026-08-26T16:02:14.722Z | Compiling const-oid v0.10.2 |
| 2300 | 2026-08-26T16:02:14.817Z | Compiling difflib v0.4.0 |
| 2301 | 2026-08-26T16:02:14.848Z | Compiling unicode-width v0.1.14 |
| 2302 | 2026-08-26T16:02:14.873Z | Compiling typed-path v0.9.3 |
| 2303 | 2026-08-26T16:02:14.907Z | Compiling supports-unicode v3.0.0 |
| 2304 | 2026-08-26T16:02:14.927Z | Compiling fixedbitset v0.4.2 |
| 2305 | 2026-08-26T16:02:14.943Z | Compiling normalize-line-endings v0.3.0 |
| 2306 | 2026-08-26T16:02:15.058Z | Compiling keccak v0.1.6 |
| 2307 | 2026-08-26T16:02:15.072Z | Compiling whoami v2.1.0 |
| 2308 | 2026-08-26T16:02:15.090Z | Compiling fixedbitset v0.5.7 |
| 2309 | 2026-08-26T16:02:15.117Z | Compiling supports-hyperlinks v3.2.0 |
| 2310 | 2026-08-26T16:02:15.153Z | Compiling data-encoding v2.10.0 |
| 2311 | 2026-08-26T16:02:15.293Z | Compiling toml_write v0.1.2 |
| 2312 | 2026-08-26T16:02:15.328Z | Compiling static_assertions v1.1.0 |
| 2313 | 2026-08-26T16:02:15.369Z | Compiling precomputed-hash v0.1.1 |
| 2314 | 2026-08-26T16:02:15.384Z | Compiling chacha20 v0.10.0 |
| 2315 | 2026-08-26T16:02:15.408Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2316 | 2026-08-26T16:02:15.474Z | Compiling toml_edit v0.22.27 |
| 2317 | 2026-08-26T16:02:15.489Z | Compiling string_cache v0.8.9 |
| 2318 | 2026-08-26T16:02:15.529Z | Compiling hickory-proto v0.25.2 |
| 2319 | 2026-08-26T16:02:15.704Z | Compiling elliptic-curve v0.13.8 |
| 2320 | 2026-08-26T16:02:15.730Z | Compiling petgraph v0.8.3 |
| 2321 | 2026-08-26T16:02:15.951Z | Compiling tokio-postgres v0.7.16 |
| 2322 | 2026-08-26T16:02:16.018Z | Compiling miette v7.6.0 |
| 2323 | 2026-08-26T16:02:16.067Z | Compiling sha3 v0.10.8 |
| 2324 | 2026-08-26T16:02:16.138Z | Compiling petgraph v0.6.5 |
| 2325 | 2026-08-26T16:02:16.238Z | Compiling predicates v3.1.4 |
| 2326 | 2026-08-26T16:02:16.575Z | Compiling digest v0.11.3 |
| 2327 | 2026-08-26T16:02:16.814Z | Compiling usdt v0.6.0 |
| 2328 | 2026-08-26T16:02:17.116Z | Compiling zip v4.6.1 |
| 2329 | 2026-08-26T16:02:17.481Z | Compiling ed25519-dalek v2.2.0 |
| 2330 | 2026-08-26T16:02:17.621Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2331 | 2026-08-26T16:02:17.955Z | Compiling crossterm v0.28.1 |
| 2332 | 2026-08-26T16:02:18.173Z | Compiling iddqd v0.4.2 |
| 2333 | 2026-08-26T16:02:18.335Z | Compiling serde_with v3.21.0 |
| 2334 | 2026-08-26T16:02:18.338Z | Compiling derive_more v2.1.1 |
| 2335 | 2026-08-26T16:02:18.470Z | Compiling similar v2.7.0 |
| 2336 | 2026-08-26T16:02:18.497Z | Compiling strum v0.26.3 |
| 2337 | 2026-08-26T16:02:18.637Z | Compiling tokio-stream v0.1.18 |
| 2338 | 2026-08-26T16:02:18.701Z | Compiling buf-list v1.1.2 |
| 2339 | 2026-08-26T16:02:18.911Z | Compiling itertools v0.13.0 |
| 2340 | 2026-08-26T16:02:19.031Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2341 | 2026-08-26T16:02:19.127Z | Compiling openapiv3 v2.2.0 |
| 2342 | 2026-08-26T16:02:19.383Z | Compiling lalrpop-util v0.19.12 |
| 2343 | 2026-08-26T16:02:19.590Z | Compiling peg-runtime v0.8.5 |
| 2344 | 2026-08-26T16:02:34.214Z | Compiling rustls-webpki v0.103.13 |
| 2345 | 2026-08-26T16:02:37.754Z | Compiling tokio-rustls v0.26.4 |
| 2346 | 2026-08-26T16:02:38.037Z | Compiling hyper-rustls v0.27.7 |
| 2347 | 2026-08-26T16:02:38.100Z | Compiling rustls-platform-verifier v0.6.2 |
| 2348 | 2026-08-26T16:02:38.326Z | Compiling reqwest v0.13.2 |
| 2349 | 2026-08-26T16:02:38.329Z | Compiling tough v0.22.0 |
| 2350 | 2026-08-26T16:02:41.617Z | Compiling macaddr v1.0.1 |
| 2351 | 2026-08-26T16:02:41.617Z | Compiling crucible-workspace-hack v0.1.0 |
| 2352 | 2026-08-26T16:02:41.691Z | Compiling rayon-core v1.13.0 |
| 2353 | 2026-08-26T16:02:41.721Z | Compiling secrecy v0.10.3 |
| 2354 | 2026-08-26T16:02:41.875Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2355 | 2026-08-26T16:02:41.898Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2356 | 2026-08-26T16:02:41.916Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2357 | 2026-08-26T16:02:41.948Z | Compiling heapless v0.8.0 |
| 2358 | 2026-08-26T16:02:42.000Z | Compiling crossbeam-deque v0.8.6 |
| 2359 | 2026-08-26T16:02:42.039Z | Compiling ingot-macros v0.2.0 |
| 2360 | 2026-08-26T16:02:42.068Z | Compiling inout v0.1.4 |
| 2361 | 2026-08-26T16:02:42.109Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2362 | 2026-08-26T16:02:42.179Z | Compiling hash32 v0.3.1 |
| 2363 | 2026-08-26T16:02:42.225Z | Compiling multer v3.1.0 |
| 2364 | 2026-08-26T16:02:42.243Z | Compiling thread_local v1.1.9 |
| 2365 | 2026-08-26T16:02:42.246Z | Compiling compression-core v0.4.31 |
| 2366 | 2026-08-26T16:02:42.293Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2367 | 2026-08-26T16:02:42.311Z | Compiling match_cfg v0.1.0 |
| 2368 | 2026-08-26T16:02:42.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2369 | 2026-08-26T16:02:42.357Z | Compiling smoltcp v0.11.0 |
| 2370 | 2026-08-26T16:02:42.401Z | Compiling slog-async v2.8.0 |
| 2371 | 2026-08-26T16:02:42.501Z | Compiling hostname v0.3.1 |
| 2372 | 2026-08-26T16:02:42.523Z | Compiling compression-codecs v0.4.37 |
| 2373 | 2026-08-26T16:02:42.562Z | Compiling cipher v0.4.4 |
| 2374 | 2026-08-26T16:02:42.622Z | Compiling atomicwrites v0.4.4 |
| 2375 | 2026-08-26T16:02:42.700Z | Compiling proc-macro-crate v3.4.0 |
| 2376 | 2026-08-26T16:02:42.742Z | Compiling slog-json v2.6.1 |
| 2377 | 2026-08-26T16:02:42.758Z | Compiling crossbeam-channel v0.5.15 |
| 2378 | 2026-08-26T16:02:42.835Z | Compiling half v2.7.1 |
| 2379 | 2026-08-26T16:02:42.898Z | Compiling universal-hash v0.5.1 |
| 2380 | 2026-08-26T16:02:42.919Z | Compiling newtype-uuid-macros v0.1.0 |
| 2381 | 2026-08-26T16:02:42.990Z | Compiling serde_tokenstream v0.3.0 |
| 2382 | 2026-08-26T16:02:43.014Z | Compiling cobs v0.3.0 |
| 2383 | 2026-08-26T16:02:43.035Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2384 | 2026-08-26T16:02:43.081Z | Compiling async-stream-impl v0.3.6 |
| 2385 | 2026-08-26T16:02:43.141Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2386 | 2026-08-26T16:02:43.204Z | Compiling serde_spanned v1.1.1 |
| 2387 | 2026-08-26T16:02:43.301Z | Compiling is-terminal v0.4.17 |
| 2388 | 2026-08-26T16:02:43.318Z | Compiling dropshot v0.17.1 |
| 2389 | 2026-08-26T16:02:43.372Z | Compiling proc-macro-error-attr v1.0.4 |
| 2390 | 2026-08-26T16:02:43.423Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2391 | 2026-08-26T16:02:43.446Z | Compiling term v1.2.1 |
| 2392 | 2026-08-26T16:02:43.499Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2393 | 2026-08-26T16:02:43.535Z | Compiling take_mut v0.2.2 |
| 2394 | 2026-08-26T16:02:43.581Z | Compiling ciborium-io v0.2.2 |
| 2395 | 2026-08-26T16:02:43.598Z | Compiling convert_case v0.4.0 |
| 2396 | 2026-08-26T16:02:43.676Z | Compiling opaque-debug v0.3.1 |
| 2397 | 2026-08-26T16:02:43.695Z | Compiling async-stream v0.3.6 |
| 2398 | 2026-08-26T16:02:43.698Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2399 | 2026-08-26T16:02:43.728Z | Compiling ciborium-ll v0.2.2 |
| 2400 | 2026-08-26T16:02:43.778Z | Compiling slog-term v2.9.2 |
| 2401 | 2026-08-26T16:02:43.782Z | Compiling poly1305 v0.8.0 |
| 2402 | 2026-08-26T16:02:43.908Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2403 | 2026-08-26T16:02:43.924Z | Compiling derive_more v0.99.20 |
| 2404 | 2026-08-26T16:02:44.049Z | Compiling thiserror-no-std v2.0.2 |
| 2405 | 2026-08-26T16:02:44.067Z | Compiling oxide-generation-macros v0.2.0 |
| 2406 | 2026-08-26T16:02:44.069Z | Compiling postcard v1.1.3 |
| 2407 | 2026-08-26T16:02:44.099Z | Compiling num_enum_derive v0.7.6 |
| 2408 | 2026-08-26T16:02:44.160Z | Compiling slog-bunyan v2.5.0 |
| 2409 | 2026-08-26T16:02:44.378Z | Compiling chacha20 v0.9.1 |
| 2410 | 2026-08-26T16:02:44.447Z | Compiling async-compression v0.4.41 |
| 2411 | 2026-08-26T16:02:44.656Z | Compiling ingot-types v0.2.0 |
| 2412 | 2026-08-26T16:02:44.678Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2413 | 2026-08-26T16:02:44.833Z | Compiling sha1 v0.11.0 |
| 2414 | 2026-08-26T16:02:44.960Z | Compiling oxide-generation v0.1.3 |
| 2415 | 2026-08-26T16:02:44.978Z | Compiling parse-display-derive v0.10.0 |
| 2416 | 2026-08-26T16:02:45.056Z | Compiling proc-macro-crate v1.3.1 |
| 2417 | 2026-08-26T16:02:45.072Z | Compiling ingot v0.2.1 |
| 2418 | 2026-08-26T16:02:45.141Z | Compiling waitgroup v0.1.2 |
| 2419 | 2026-08-26T16:02:45.285Z | Compiling rustls-pemfile v2.2.0 |
| 2420 | 2026-08-26T16:02:45.306Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2421 | 2026-08-26T16:02:45.323Z | Compiling backon v1.6.0 |
| 2422 | 2026-08-26T16:02:45.416Z | Compiling blake2 v0.10.6 |
| 2423 | 2026-08-26T16:02:45.591Z | Compiling aead v0.5.2 |
| 2424 | 2026-08-26T16:02:45.607Z | Compiling dropshot_endpoint v0.17.1 |
| 2425 | 2026-08-26T16:02:45.773Z | Compiling password-hash v0.5.0 |
| 2426 | 2026-08-26T16:02:45.790Z | Compiling foreign-types-macros v0.2.3 |
| 2427 | 2026-08-26T16:02:45.829Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2428 | 2026-08-26T16:02:45.960Z | Compiling serde_path_to_error v0.1.20 |
| 2429 | 2026-08-26T16:02:46.021Z | Compiling hostname v0.4.2 |
| 2430 | 2026-08-26T16:02:46.149Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2431 | 2026-08-26T16:02:46.202Z | Compiling proc-macro-error v1.0.4 |
| 2432 | 2026-08-26T16:02:46.267Z | Compiling instant v0.1.13 |
| 2433 | 2026-08-26T16:02:46.368Z | Compiling foreign-types-shared v0.3.1 |
| 2434 | 2026-08-26T16:02:46.384Z | Compiling debug-ignore v1.0.5 |
| 2435 | 2026-08-26T16:02:46.387Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2436 | 2026-08-26T16:02:46.431Z | Compiling backoff v0.4.0 |
| 2437 | 2026-08-26T16:02:46.471Z | Compiling parse-display v0.10.0 |
| 2438 | 2026-08-26T16:02:46.474Z | Compiling foreign-types v0.5.0 |
| 2439 | 2026-08-26T16:02:46.504Z | Compiling argon2 v0.5.3 |
| 2440 | 2026-08-26T16:02:46.530Z | Compiling chacha20poly1305 v0.10.1 |
| 2441 | 2026-08-26T16:02:46.547Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-26T16:02:46.570Z | Compiling num_enum_derive v0.5.11 |
| 2443 | 2026-08-26T16:02:46.613Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2444 | 2026-08-26T16:02:46.680Z | Compiling num_enum v0.7.6 |
| 2445 | 2026-08-26T16:02:46.718Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2446 | 2026-08-26T16:02:46.734Z | Compiling vsss-rs v3.3.4 |
| 2447 | 2026-08-26T16:02:46.828Z | Compiling ciborium v0.2.2 |
| 2448 | 2026-08-26T16:02:47.137Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2449 | 2026-08-26T16:02:47.191Z | Compiling regress v0.10.5 |
| 2450 | 2026-08-26T16:02:47.289Z | Compiling itertools v0.14.0 |
| 2451 | 2026-08-26T16:02:47.306Z | Compiling tabwriter v1.4.1 |
| 2452 | 2026-08-26T16:02:47.306Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2453 | 2026-08-26T16:02:47.334Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2454 | 2026-08-26T16:02:47.490Z | Compiling cstr-argument v0.1.2 |
| 2455 | 2026-08-26T16:02:47.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2456 | 2026-08-26T16:02:47.640Z | Compiling humantime v2.3.0 |
| 2457 | 2026-08-26T16:02:47.679Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2458 | 2026-08-26T16:02:47.702Z | Compiling num_enum v0.5.11 |
| 2459 | 2026-08-26T16:02:47.705Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2460 | 2026-08-26T16:02:47.773Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2461 | 2026-08-26T16:02:47.861Z | Compiling rayon v1.11.0 |
| 2462 | 2026-08-26T16:02:47.919Z | Compiling rand v0.10.1 |
| 2463 | 2026-08-26T16:02:47.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2464 | 2026-08-26T16:02:47.970Z | Compiling colored v3.1.1 |
| 2465 | 2026-08-26T16:02:48.019Z | Compiling indent_write v2.2.0 |
| 2466 | 2026-08-26T16:02:48.036Z | Compiling libefi-sys v0.1.0 |
| 2467 | 2026-08-26T16:02:48.053Z | Compiling zone_cfg_derive v0.3.1 |
| 2468 | 2026-08-26T16:02:48.078Z | Compiling illumos-nvpair v0.3.0 |
| 2469 | 2026-08-26T16:02:48.136Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2470 | 2026-08-26T16:02:48.190Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2471 | 2026-08-26T16:02:48.235Z | Compiling camino-tempfile v1.4.1 |
| 2472 | 2026-08-26T16:02:48.292Z | Compiling itertools v0.12.1 |
| 2473 | 2026-08-26T16:02:48.341Z | Compiling usdt-macro v0.5.0 |
| 2474 | 2026-08-26T16:02:48.425Z | Compiling usdt-attr-macro v0.5.0 |
| 2475 | 2026-08-26T16:02:48.590Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2476 | 2026-08-26T16:02:48.689Z | Compiling num-derive v0.4.2 |
| 2477 | 2026-08-26T16:02:48.692Z | Compiling bitfield-struct v0.6.2 |
| 2478 | 2026-08-26T16:02:48.706Z | Compiling blake3 v1.8.5 |
| 2479 | 2026-08-26T16:02:48.740Z | Compiling sigpipe v0.1.3 |
| 2480 | 2026-08-26T16:02:48.824Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2481 | 2026-08-26T16:02:48.842Z | Compiling memmap v0.7.0 |
| 2482 | 2026-08-26T16:02:48.858Z | Compiling glob v0.3.3 |
| 2483 | 2026-08-26T16:02:48.943Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2484 | 2026-08-26T16:02:48.961Z | Compiling swrite v0.1.0 |
| 2485 | 2026-08-26T16:02:49.065Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2486 | 2026-08-26T16:02:49.174Z | Compiling smf v0.2.3 |
| 2487 | 2026-08-26T16:02:49.201Z | Compiling usdt v0.5.0 |
| 2488 | 2026-08-26T16:02:49.314Z | Compiling filetime v0.2.27 |
| 2489 | 2026-08-26T16:02:49.314Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2490 | 2026-08-26T16:02:49.369Z | Compiling arrayvec v0.7.6 |
| 2491 | 2026-08-26T16:02:49.569Z | Compiling whoami v1.6.1 |
| 2492 | 2026-08-26T16:02:49.586Z | Compiling constant_time_eq v0.4.2 |
| 2493 | 2026-08-26T16:02:49.618Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2494 | 2026-08-26T16:02:49.636Z | Compiling zone v0.3.1 |
| 2495 | 2026-08-26T16:02:49.666Z | Compiling arrayref v0.3.9 |
| 2496 | 2026-08-26T16:02:49.692Z | Compiling xattr v1.6.1 |
| 2497 | 2026-08-26T16:02:49.758Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2498 | 2026-08-26T16:02:49.798Z | Compiling tokio-dtrace v0.1.1 |
| 2499 | 2026-08-26T16:02:49.801Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2500 | 2026-08-26T16:02:49.855Z | Compiling tar v0.4.46 |
| 2501 | 2026-08-26T16:02:49.886Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2502 | 2026-08-26T16:02:49.908Z | Compiling gethostname v0.5.0 |
| 2503 | 2026-08-26T16:02:50.037Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2504 | 2026-08-26T16:02:50.056Z | Compiling console v0.16.2 |
| 2505 | 2026-08-26T16:02:50.080Z | Compiling unit-prefix v0.5.2 |
| 2506 | 2026-08-26T16:02:50.152Z | Compiling topological-sort v0.2.2 |
| 2507 | 2026-08-26T16:02:50.271Z | Compiling oxide-tokio-rt v0.1.4 |
| 2508 | 2026-08-26T16:02:50.349Z | Compiling toml v0.8.23 |
| 2509 | 2026-08-26T16:02:50.372Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2510 | 2026-08-26T16:02:50.570Z | Compiling indicatif v0.18.4 |
| 2511 | 2026-08-26T16:02:50.626Z | Compiling shell-words v1.1.1 |
| 2512 | 2026-08-26T16:02:59.705Z | Compiling progenitor-client v0.14.0 |
| 2513 | 2026-08-26T16:02:59.705Z | Compiling omicron-zone-package v0.12.3 |
| 2514 | 2026-08-26T16:02:59.936Z | Compiling progenitor-extras v0.2.0 |
| 2515 | 2026-08-26T16:03:00.230Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2516 | 2026-08-26T16:03:00.355Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2517 | 2026-08-26T16:03:00.453Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2518 | 2026-08-26T16:03:00.472Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2519 | 2026-08-26T16:03:00.526Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2520 | 2026-08-26T16:03:00.550Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2521 | 2026-08-26T16:03:00.685Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2522 | 2026-08-26T16:03:00.808Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2523 | 2026-08-26T16:03:01.247Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2524 | 2026-08-26T16:03:04.748Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2525 | 2026-08-26T16:03:13.730Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2526 | 2026-08-26T16:03:16.985Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2527 | 2026-08-26T16:03:18.070Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2528 | 2026-08-26T16:03:28.395Z | Finished `release` profile [optimized] target(s) in 1m 47s |
| 2529 | 2026-08-26T16:03:28.542Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2530 | 2026-08-26T16:03:28.602Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2531 | 2026-08-26T16:03:28.605Z | Created new build target 'test' and set it as active |
| 2532 | 2026-08-26T16:03:28.605Z | |
| 2533 | 2026-08-26T16:03:28.605Z | real 1:47.941975296 |
| 2534 | 2026-08-26T16:03:28.605Z | user 17:48.750485093 |
| 2535 | 2026-08-26T16:03:28.605Z | sys 2:47.224125866 |
| 2536 | 2026-08-26T16:03:28.605Z | trap 0.489656014 |
| 2537 | 2026-08-26T16:03:28.605Z | tflt 2.326700625 |
| 2538 | 2026-08-26T16:03:28.605Z | dflt 4.761630749 |
| 2539 | 2026-08-26T16:03:28.605Z | kflt 0.000664500 |
| 2540 | 2026-08-26T16:03:28.605Z | lock 58:16.538371662 |
| 2541 | 2026-08-26T16:03:28.605Z | slp 45:22.157663351 |
| 2542 | 2026-08-26T16:03:28.605Z | lat 51.051408432 |
| 2543 | 2026-08-26T16:03:28.605Z | stop 6:23.268377549 |
| 2544 | 2026-08-26T16:03:28.608Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2545 | 2026-08-26T16:03:29.510Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2546 | 2026-08-26T16:03:29.579Z | Running `target/release/omicron-package -t test package` |
| 2547 | 2026-08-26T16:03:29.635Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2548 | 2026-08-26T16:03:31.089Z | Compiling heck v0.5.0 |
| 2549 | 2026-08-26T16:03:31.091Z | Compiling regress v0.11.1 |
| 2550 | 2026-08-26T16:03:31.322Z | Compiling unsafe-libyaml v0.2.11 |
| 2551 | 2026-08-26T16:03:31.345Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2552 | 2026-08-26T16:03:31.372Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2553 | 2026-08-26T16:03:31.372Z | Compiling derive-where v1.6.0 |
| 2554 | 2026-08-26T16:03:31.375Z | Compiling bytecount v0.6.9 |
| 2555 | 2026-08-26T16:03:31.420Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2556 | 2026-08-26T16:03:31.458Z | Compiling atomicwrites v0.4.4 |
| 2557 | 2026-08-26T16:03:31.458Z | Compiling is-terminal v0.4.17 |
| 2558 | 2026-08-26T16:03:31.461Z | Compiling prettyplease v0.2.37 |
| 2559 | 2026-08-26T16:03:31.461Z | Compiling newline-converter v0.3.0 |
| 2560 | 2026-08-26T16:03:31.477Z | Compiling console v0.15.11 |
| 2561 | 2026-08-26T16:03:31.522Z | Compiling slog-dtrace v0.3.0 |
| 2562 | 2026-08-26T16:03:31.524Z | Compiling cancel-safe-futures v0.1.5 |
| 2563 | 2026-08-26T16:03:31.609Z | Compiling resolv-conf v0.7.6 |
| 2564 | 2026-08-26T16:03:31.632Z | Compiling num-rational v0.4.2 |
| 2565 | 2026-08-26T16:03:31.635Z | Compiling num-complex v0.4.6 |
| 2566 | 2026-08-26T16:03:31.677Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2567 | 2026-08-26T16:03:31.680Z | Compiling thread_local v1.1.9 |
| 2568 | 2026-08-26T16:03:31.759Z | Compiling compression-core v0.4.31 |
| 2569 | 2026-08-26T16:03:31.859Z | Compiling serde_yaml v0.9.34+deprecated |
| 2570 | 2026-08-26T16:03:31.935Z | Compiling expectorate v1.2.0 |
| 2571 | 2026-08-26T16:03:31.958Z | Compiling match_cfg v0.1.0 |
| 2572 | 2026-08-26T16:03:31.979Z | Compiling compression-codecs v0.4.37 |
| 2573 | 2026-08-26T16:03:32.044Z | Compiling num v0.4.3 |
| 2574 | 2026-08-26T16:03:32.119Z | Compiling hostname v0.3.1 |
| 2575 | 2026-08-26T16:03:32.143Z | Compiling multer v3.1.0 |
| 2576 | 2026-08-26T16:03:32.189Z | Compiling slog-async v2.8.0 |
| 2577 | 2026-08-26T16:03:32.226Z | Compiling crossbeam-channel v0.5.15 |
| 2578 | 2026-08-26T16:03:32.249Z | Compiling slog-json v2.6.1 |
| 2579 | 2026-08-26T16:03:32.249Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2580 | 2026-08-26T16:03:32.290Z | Compiling serde_spanned v1.1.1 |
| 2581 | 2026-08-26T16:03:32.292Z | Compiling term v1.2.1 |
| 2582 | 2026-08-26T16:03:32.479Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2583 | 2026-08-26T16:03:32.501Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2584 | 2026-08-26T16:03:32.524Z | Compiling linear-map v1.2.0 |
| 2585 | 2026-08-26T16:03:32.563Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2586 | 2026-08-26T16:03:32.567Z | Compiling oxide-update-engine-types v0.1.2 |
| 2587 | 2026-08-26T16:03:32.605Z | Compiling take_mut v0.2.2 |
| 2588 | 2026-08-26T16:03:32.631Z | Compiling float-ord v0.3.2 |
| 2589 | 2026-08-26T16:03:32.653Z | Compiling linked-hash-map v0.5.6 |
| 2590 | 2026-08-26T16:03:32.679Z | Compiling slog-term v2.9.2 |
| 2591 | 2026-08-26T16:03:32.703Z | Compiling slog-bunyan v2.5.0 |
| 2592 | 2026-08-26T16:03:32.752Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2593 | 2026-08-26T16:03:32.772Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2594 | 2026-08-26T16:03:32.817Z | Compiling async-compression v0.4.41 |
| 2595 | 2026-08-26T16:03:32.862Z | Compiling typify-impl v0.6.2 |
| 2596 | 2026-08-26T16:03:32.865Z | Compiling lru-cache v0.1.2 |
| 2597 | 2026-08-26T16:03:33.132Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2598 | 2026-08-26T16:03:33.165Z | Compiling dropshot v0.17.1 |
| 2599 | 2026-08-26T16:03:33.189Z | Compiling async-stream v0.3.6 |
| 2600 | 2026-08-26T16:03:33.189Z | Compiling sha1 v0.11.0 |
| 2601 | 2026-08-26T16:03:33.231Z | Compiling progenitor-client v0.14.0 |
| 2602 | 2026-08-26T16:03:33.251Z | Compiling oxide-generation v0.1.3 |
| 2603 | 2026-08-26T16:03:33.283Z | Compiling waitgroup v0.1.2 |
| 2604 | 2026-08-26T16:03:33.323Z | Compiling rustls-pemfile v2.2.0 |
| 2605 | 2026-08-26T16:03:33.381Z | Compiling backon v1.6.0 |
| 2606 | 2026-08-26T16:03:33.442Z | Compiling hostname v0.4.2 |
| 2607 | 2026-08-26T16:03:33.485Z | Compiling serde_path_to_error v0.1.20 |
| 2608 | 2026-08-26T16:03:33.545Z | Compiling instant v0.1.13 |
| 2609 | 2026-08-26T16:03:33.572Z | Compiling debug-ignore v1.0.5 |
| 2610 | 2026-08-26T16:03:33.572Z | Compiling minimal-lexical v0.2.1 |
| 2611 | 2026-08-26T16:03:33.615Z | Compiling progenitor-extras v0.2.0 |
| 2612 | 2026-08-26T16:03:33.618Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2613 | 2026-08-26T16:03:33.684Z | Compiling backoff v0.4.0 |
| 2614 | 2026-08-26T16:03:33.722Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2615 | 2026-08-26T16:03:33.840Z | Compiling oxide-update-engine v0.1.2 |
| 2616 | 2026-08-26T16:03:33.884Z | Compiling nom v7.1.3 |
| 2617 | 2026-08-26T16:03:33.909Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2618 | 2026-08-26T16:03:33.912Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2619 | 2026-08-26T16:03:33.952Z | Compiling parse-display v0.10.0 |
| 2620 | 2026-08-26T16:03:33.955Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2621 | 2026-08-26T16:03:33.999Z | Compiling hickory-proto v0.24.4 |
| 2622 | 2026-08-26T16:03:34.418Z | Compiling regress v0.10.5 |
| 2623 | 2026-08-26T16:03:34.657Z | Compiling itertools v0.14.0 |
| 2624 | 2026-08-26T16:03:35.151Z | Compiling macaddr v1.0.1 |
| 2625 | 2026-08-26T16:03:35.250Z | Compiling humantime v2.3.0 |
| 2626 | 2026-08-26T16:03:35.289Z | Compiling unicode-xid v0.2.6 |
| 2627 | 2026-08-26T16:03:35.443Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2628 | 2026-08-26T16:03:35.519Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2629 | 2026-08-26T16:03:35.645Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2630 | 2026-08-26T16:03:35.735Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2631 | 2026-08-26T16:03:35.894Z | Compiling toml v0.8.23 |
| 2632 | 2026-08-26T16:03:35.922Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2633 | 2026-08-26T16:03:35.991Z | Compiling papergrid v0.11.0 |
| 2634 | 2026-08-26T16:03:36.191Z | Compiling tabled_derive v0.7.0 |
| 2635 | 2026-08-26T16:03:36.300Z | Compiling typify-macro v0.6.2 |
| 2636 | 2026-08-26T16:03:36.422Z | Compiling termtree v0.5.1 |
| 2637 | 2026-08-26T16:03:36.445Z | Compiling crossterm v0.29.0 |
| 2638 | 2026-08-26T16:03:36.480Z | Compiling phf_shared v0.12.1 |
| 2639 | 2026-08-26T16:03:36.618Z | Compiling hickory-resolver v0.24.4 |
| 2640 | 2026-08-26T16:03:36.738Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2641 | 2026-08-26T16:03:37.060Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2642 | 2026-08-26T16:03:37.184Z | Compiling tabled v0.15.0 |
| 2643 | 2026-08-26T16:03:37.288Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2644 | 2026-08-26T16:03:37.759Z | Compiling vte v0.14.1 |
| 2645 | 2026-08-26T16:03:37.833Z | Compiling typify v0.6.2 |
| 2646 | 2026-08-26T16:03:38.027Z | Compiling progenitor-impl v0.14.0 |
| 2647 | 2026-08-26T16:03:38.588Z | Compiling qorb v0.4.1 |
| 2648 | 2026-08-26T16:03:38.733Z | Compiling csv-core v0.1.13 |
| 2649 | 2026-08-26T16:03:39.167Z | Compiling chrono-tz v0.10.4 |
| 2650 | 2026-08-26T16:03:39.265Z | Compiling highway v1.3.0 |
| 2651 | 2026-08-26T16:03:39.410Z | Compiling csv v1.4.0 |
| 2652 | 2026-08-26T16:03:40.040Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2653 | 2026-08-26T16:03:40.219Z | Compiling progenitor-macro v0.14.0 |
| 2654 | 2026-08-26T16:03:41.166Z | Compiling strip-ansi-escapes v0.2.1 |
| 2655 | 2026-08-26T16:03:41.342Z | Compiling phf v0.12.1 |
| 2656 | 2026-08-26T16:03:41.543Z | Compiling const_format_proc_macros v0.2.34 |
| 2657 | 2026-08-26T16:03:41.740Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2658 | 2026-08-26T16:03:41.893Z | Compiling fd-lock v4.0.4 |
| 2659 | 2026-08-26T16:03:42.004Z | Compiling peg-macros v0.8.5 |
| 2660 | 2026-08-26T16:03:42.162Z | Compiling nu-ansi-term v0.50.3 |
| 2661 | 2026-08-26T16:03:42.316Z | Compiling const_format v0.2.35 |
| 2662 | 2026-08-26T16:03:42.414Z | Compiling reedline v0.40.0 |
| 2663 | 2026-08-26T16:03:42.838Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2664 | 2026-08-26T16:03:43.027Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2665 | 2026-08-26T16:03:43.238Z | Compiling peg v0.8.5 |
| 2666 | 2026-08-26T16:03:43.341Z | Compiling bcs v0.1.6 |
| 2667 | 2026-08-26T16:03:43.773Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2668 | 2026-08-26T16:03:43.834Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2669 | 2026-08-26T16:03:44.357Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2670 | 2026-08-26T16:03:44.387Z | Compiling progenitor v0.14.0 |
| 2671 | 2026-08-26T16:03:44.588Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2672 | 2026-08-26T16:03:44.634Z | Compiling nom v8.0.0 |
| 2673 | 2026-08-26T16:03:44.904Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2674 | 2026-08-26T16:03:45.143Z | Compiling semver v0.1.20 |
| 2675 | 2026-08-26T16:03:45.441Z | Compiling rustc_version v0.1.7 |
| 2676 | 2026-08-26T16:03:45.670Z | Compiling newtype_derive v0.1.6 |
| 2677 | 2026-08-26T16:03:45.900Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2678 | 2026-08-26T16:03:46.025Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2679 | 2026-08-26T16:03:46.074Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2680 | 2026-08-26T16:03:46.177Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2681 | 2026-08-26T16:03:46.221Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2682 | 2026-08-26T16:03:46.739Z | Compiling steno v0.4.1 |
| 2683 | 2026-08-26T16:03:47.214Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2684 | 2026-08-26T16:03:47.290Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2685 | 2026-08-26T16:03:47.389Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2686 | 2026-08-26T16:03:47.528Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2687 | 2026-08-26T16:03:47.712Z | Compiling sha1 v0.10.6 |
| 2688 | 2026-08-26T16:03:47.840Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2689 | 2026-08-26T16:03:47.961Z | Compiling utf-8 v0.7.6 |
| 2690 | 2026-08-26T16:03:48.216Z | Compiling tagptr v0.2.0 |
| 2691 | 2026-08-26T16:03:48.242Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2692 | 2026-08-26T16:03:48.413Z | Compiling moka v0.12.13 |
| 2693 | 2026-08-26T16:03:48.437Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2694 | 2026-08-26T16:03:48.688Z | Compiling tungstenite v0.21.0 |
| 2695 | 2026-08-26T16:03:49.099Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2696 | 2026-08-26T16:03:49.711Z | Compiling hickory-resolver v0.25.2 |
| 2697 | 2026-08-26T16:03:50.334Z | Compiling tokio-tungstenite v0.21.0 |
| 2698 | 2026-08-26T16:03:50.733Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2699 | 2026-08-26T16:03:50.795Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2700 | 2026-08-26T16:03:51.723Z | Compiling darling_core v0.21.3 |
| 2701 | 2026-08-26T16:03:52.726Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2702 | 2026-08-26T16:03:52.865Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2703 | 2026-08-26T16:03:53.022Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2704 | 2026-08-26T16:03:53.951Z | Compiling darling_macro v0.21.3 |
| 2705 | 2026-08-26T16:03:54.397Z | Compiling display-error-chain v0.2.2 |
| 2706 | 2026-08-26T16:03:54.470Z | Compiling darling v0.21.3 |
| 2707 | 2026-08-26T16:03:54.612Z | Compiling libscf-sys v1.2.0 |
| 2708 | 2026-08-26T16:03:54.636Z | Compiling vergen-lib v0.1.6 |
| 2709 | 2026-08-26T16:03:54.784Z | Compiling diesel_derives v2.3.7 |
| 2710 | 2026-08-26T16:03:54.905Z | Compiling dsl_auto_type v0.2.0 |
| 2711 | 2026-08-26T16:03:55.166Z | Compiling scheduled-thread-pool v0.2.7 |
| 2712 | 2026-08-26T16:03:55.223Z | Compiling vergen-gitcl v1.0.8 |
| 2713 | 2026-08-26T16:03:55.441Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2714 | 2026-08-26T16:03:55.463Z | Compiling dirs-sys-next v0.1.2 |
| 2715 | 2026-08-26T16:03:55.492Z | Compiling glob v0.3.3 |
| 2716 | 2026-08-26T16:03:55.666Z | Compiling maplit v1.0.2 |
| 2717 | 2026-08-26T16:03:55.728Z | Compiling crunchy v0.2.4 |
| 2718 | 2026-08-26T16:03:55.750Z | Compiling dirs-next v2.0.0 |
| 2719 | 2026-08-26T16:03:55.822Z | Compiling r2d2 v0.8.10 |
| 2720 | 2026-08-26T16:03:55.850Z | Compiling clang-sys v1.8.1 |
| 2721 | 2026-08-26T16:03:55.982Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2722 | 2026-08-26T16:03:56.048Z | Compiling papergrid v0.18.0 |
| 2723 | 2026-08-26T16:03:56.112Z | Compiling downcast-rs v2.0.2 |
| 2724 | 2026-08-26T16:03:56.231Z | Compiling tiny-keccak v2.0.2 |
| 2725 | 2026-08-26T16:03:56.253Z | Compiling xshell-macros v0.2.7 |
| 2726 | 2026-08-26T16:03:56.431Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2727 | 2026-08-26T16:03:56.483Z | Compiling term v0.7.0 |
| 2728 | 2026-08-26T16:03:56.659Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2729 | 2026-08-26T16:03:56.661Z | Compiling xshell v0.2.7 |
| 2730 | 2026-08-26T16:03:56.704Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2731 | 2026-08-26T16:03:56.797Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2732 | 2026-08-26T16:03:56.970Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2733 | 2026-08-26T16:03:57.199Z | Compiling bit-vec v0.6.3 |
| 2734 | 2026-08-26T16:03:57.240Z | Compiling tabled v0.21.0 |
| 2735 | 2026-08-26T16:03:57.442Z | Compiling bit-set v0.5.3 |
| 2736 | 2026-08-26T16:03:57.549Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2737 | 2026-08-26T16:03:57.630Z | Compiling ascii-canvas v3.0.0 |
| 2738 | 2026-08-26T16:03:57.900Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2739 | 2026-08-26T16:03:57.922Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2740 | 2026-08-26T16:03:58.159Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2741 | 2026-08-26T16:03:58.222Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2742 | 2026-08-26T16:03:58.339Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2743 | 2026-08-26T16:03:58.559Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2744 | 2026-08-26T16:03:58.732Z | Compiling itertools v0.10.5 |
| 2745 | 2026-08-26T16:03:58.771Z | Compiling ena v0.14.4 |
| 2746 | 2026-08-26T16:03:59.020Z | Compiling libloading v0.8.9 |
| 2747 | 2026-08-26T16:03:59.041Z | Compiling regex-syntax v0.6.29 |
| 2748 | 2026-08-26T16:03:59.118Z | Compiling bindgen v0.71.1 |
| 2749 | 2026-08-26T16:03:59.250Z | Compiling unicase v2.9.0 |
| 2750 | 2026-08-26T16:03:59.404Z | Compiling diff v0.1.13 |
| 2751 | 2026-08-26T16:03:59.837Z | Compiling cexpr v0.6.0 |
| 2752 | 2026-08-26T16:03:59.861Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2753 | 2026-08-26T16:04:00.082Z | Compiling crc8 v0.1.1 |
| 2754 | 2026-08-26T16:04:00.236Z | Compiling rustc-hash v2.1.1 |
| 2755 | 2026-08-26T16:04:00.369Z | Compiling diesel v2.3.7 |
| 2756 | 2026-08-26T16:04:00.395Z | Compiling lalrpop v0.19.12 |
| 2757 | 2026-08-26T16:04:00.637Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2758 | 2026-08-26T16:04:00.747Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2759 | 2026-08-26T16:04:00.925Z | Compiling headers-core v0.3.0 |
| 2760 | 2026-08-26T16:04:01.269Z | Compiling libxml v0.3.3 |
| 2761 | 2026-08-26T16:04:01.570Z | Compiling headers v0.4.1 |
| 2762 | 2026-08-26T16:04:01.596Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2763 | 2026-08-26T16:04:01.810Z | Compiling strum_macros v0.24.3 |
| 2764 | 2026-08-26T16:04:01.833Z | Compiling indoc v1.0.9 |
| 2765 | 2026-08-26T16:04:02.065Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2766 | 2026-08-26T16:04:02.262Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2767 | 2026-08-26T16:04:02.291Z | Compiling derive_builder v0.20.2 |
| 2768 | 2026-08-26T16:04:02.407Z | Compiling oso-derive v0.27.3 |
| 2769 | 2026-08-26T16:04:02.462Z | Compiling quick-xml v0.37.5 |
| 2770 | 2026-08-26T16:04:02.497Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2771 | 2026-08-26T16:04:02.912Z | Compiling openssl-probe v0.1.6 |
| 2772 | 2026-08-26T16:04:03.069Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2773 | 2026-08-26T16:04:03.149Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2774 | 2026-08-26T16:04:03.221Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2775 | 2026-08-26T16:04:03.730Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2776 | 2026-08-26T16:04:03.801Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2777 | 2026-08-26T16:04:03.823Z | Compiling bb8 v0.8.6 |
| 2778 | 2026-08-26T16:04:04.020Z | Compiling trait-variant v0.1.2 |
| 2779 | 2026-08-26T16:04:04.044Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2780 | 2026-08-26T16:04:04.216Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2781 | 2026-08-26T16:04:04.399Z | Compiling half v1.8.3 |
| 2782 | 2026-08-26T16:04:04.512Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2783 | 2026-08-26T16:04:04.542Z | Compiling proc-macro-error2 v2.0.1 |
| 2784 | 2026-08-26T16:04:04.656Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2785 | 2026-08-26T16:04:04.856Z | Compiling serde_cbor v0.11.2 |
| 2786 | 2026-08-26T16:04:04.907Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2787 | 2026-08-26T16:04:05.131Z | Compiling hashbrown v0.14.5 |
| 2788 | 2026-08-26T16:04:05.165Z | Compiling rfc6979 v0.4.0 |
| 2789 | 2026-08-26T16:04:05.188Z | Compiling salty v0.3.0 |
| 2790 | 2026-08-26T16:04:05.330Z | Compiling ecdsa v0.16.9 |
| 2791 | 2026-08-26T16:04:05.518Z | Compiling knus-derive v3.4.0 |
| 2792 | 2026-08-26T16:04:05.694Z | Compiling samael v0.0.19 |
| 2793 | 2026-08-26T16:04:05.736Z | Compiling chumsky v0.9.3 |
| 2794 | 2026-08-26T16:04:05.839Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2795 | 2026-08-26T16:04:05.935Z | Compiling progenitor-impl v0.13.0 |
| 2796 | 2026-08-26T16:04:06.059Z | Compiling primeorder v0.13.6 |
| 2797 | 2026-08-26T16:04:06.347Z | Compiling nonempty v0.12.0 |
| 2798 | 2026-08-26T16:04:06.595Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2799 | 2026-08-26T16:04:06.887Z | Compiling knus v3.4.0 |
| 2800 | 2026-08-26T16:04:06.984Z | Compiling p384 v0.13.1 |
| 2801 | 2026-08-26T16:04:07.770Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2802 | 2026-08-26T16:04:07.806Z | Compiling polar-core v0.27.3 |
| 2803 | 2026-08-26T16:04:08.073Z | Compiling progenitor-macro v0.13.0 |
| 2804 | 2026-08-26T16:04:08.487Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2805 | 2026-08-26T16:04:08.905Z | Compiling progenitor-client v0.13.0 |
| 2806 | 2026-08-26T16:04:09.204Z | Compiling fxhash v0.2.1 |
| 2807 | 2026-08-26T16:04:09.364Z | Compiling libz-sys v1.1.24 |
| 2808 | 2026-08-26T16:04:09.429Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2809 | 2026-08-26T16:04:09.657Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2810 | 2026-08-26T16:04:09.889Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2811 | 2026-08-26T16:04:10.227Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2812 | 2026-08-26T16:04:10.364Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2813 | 2026-08-26T16:04:10.754Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2814 | 2026-08-26T16:04:11.110Z | Compiling kstat-rs v0.2.5 |
| 2815 | 2026-08-26T16:04:11.813Z | Compiling mime_guess v2.0.5 |
| 2816 | 2026-08-26T16:04:12.162Z | Compiling progenitor v0.13.0 |
| 2817 | 2026-08-26T16:04:12.327Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2818 | 2026-08-26T16:04:13.385Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2819 | 2026-08-26T16:04:13.522Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2820 | 2026-08-26T16:04:13.797Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2821 | 2026-08-26T16:04:13.928Z | Compiling nanorand v0.7.0 |
| 2822 | 2026-08-26T16:04:14.292Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2823 | 2026-08-26T16:04:14.316Z | Compiling parking_lot_core v0.8.6 |
| 2824 | 2026-08-26T16:04:14.473Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2825 | 2026-08-26T16:04:14.552Z | Compiling flume v0.11.1 |
| 2826 | 2026-08-26T16:04:14.647Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2827 | 2026-08-26T16:04:15.120Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2828 | 2026-08-26T16:04:15.730Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2829 | 2026-08-26T16:04:15.831Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2830 | 2026-08-26T16:04:16.312Z | Compiling git-stub v1.0.0 |
| 2831 | 2026-08-26T16:04:16.583Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2832 | 2026-08-26T16:04:16.691Z | Compiling http-range v0.1.5 |
| 2833 | 2026-08-26T16:04:16.827Z | Compiling strsim v0.10.0 |
| 2834 | 2026-08-26T16:04:16.895Z | Compiling oso v0.27.3 |
| 2835 | 2026-08-26T16:04:17.025Z | Compiling corncobs v0.1.4 |
| 2836 | 2026-08-26T16:04:17.123Z | Compiling instability v0.3.11 |
| 2837 | 2026-08-26T16:04:17.278Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2838 | 2026-08-26T16:04:17.375Z | Compiling darling_core v0.13.4 |
| 2839 | 2026-08-26T16:04:17.967Z | Compiling diesel-dtrace v0.5.0 |
| 2840 | 2026-08-26T16:04:18.289Z | Compiling async-bb8-diesel v0.2.1 |
| 2841 | 2026-08-26T16:04:18.741Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2842 | 2026-08-26T16:04:19.101Z | Compiling git-stub-vcs v0.1.0 |
| 2843 | 2026-08-26T16:04:21.113Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2844 | 2026-08-26T16:04:21.870Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2845 | 2026-08-26T16:04:21.892Z | Compiling ignore v0.4.25 |
| 2846 | 2026-08-26T16:04:22.986Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2847 | 2026-08-26T16:04:23.268Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2848 | 2026-08-26T16:04:23.299Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2849 | 2026-08-26T16:04:23.436Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2850 | 2026-08-26T16:04:23.699Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2851 | 2026-08-26T16:04:24.756Z | Compiling anstyle-parse v0.2.7 |
| 2852 | 2026-08-26T16:04:25.030Z | Compiling secrecy v0.8.0 |
| 2853 | 2026-08-26T16:04:25.131Z | Compiling castaway v0.2.4 |
| 2854 | 2026-08-26T16:04:25.234Z | Compiling vergen-git2 v9.1.0 |
| 2855 | 2026-08-26T16:04:25.255Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2856 | 2026-08-26T16:04:25.277Z | Compiling indoc v2.0.7 |
| 2857 | 2026-08-26T16:04:25.298Z | Compiling compact_str v0.8.1 |
| 2858 | 2026-08-26T16:04:25.462Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2859 | 2026-08-26T16:04:26.390Z | Compiling anstream v0.6.21 |
| 2860 | 2026-08-26T16:04:26.424Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2861 | 2026-08-26T16:04:26.758Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2862 | 2026-08-26T16:04:26.926Z | Compiling globwalk v0.9.1 |
| 2863 | 2026-08-26T16:04:27.424Z | Compiling parking_lot v0.11.2 |
| 2864 | 2026-08-26T16:04:27.481Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2865 | 2026-08-26T16:04:27.576Z | Compiling hyper-staticfile v0.10.1 |
| 2866 | 2026-08-26T16:04:28.167Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2867 | 2026-08-26T16:04:28.284Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2868 | 2026-08-26T16:04:28.316Z | Compiling darling_macro v0.13.4 |
| 2869 | 2026-08-26T16:04:28.710Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2870 | 2026-08-26T16:04:28.784Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2871 | 2026-08-26T16:04:28.833Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2872 | 2026-08-26T16:04:29.370Z | Compiling predicates-tree v1.0.13 |
| 2873 | 2026-08-26T16:04:29.758Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2874 | 2026-08-26T16:04:29.783Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2875 | 2026-08-26T16:04:29.812Z | Compiling unicode-truncate v1.1.0 |
| 2876 | 2026-08-26T16:04:29.985Z | Compiling lru v0.12.5 |
| 2877 | 2026-08-26T16:04:30.026Z | Compiling sha2 v0.11.0 |
| 2878 | 2026-08-26T16:04:30.219Z | Compiling digest-io v0.1.0 |
| 2879 | 2026-08-26T16:04:30.398Z | Compiling prefix-trie v0.7.0 |
| 2880 | 2026-08-26T16:04:30.607Z | Compiling rand_seeder v0.4.0 |
| 2881 | 2026-08-26T16:04:30.711Z | Compiling cassowary v0.3.0 |
| 2882 | 2026-08-26T16:04:30.750Z | Compiling rawzip v0.4.4 |
| 2883 | 2026-08-26T16:04:30.804Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2884 | 2026-08-26T16:04:30.862Z | Compiling hickory-server v0.25.2 |
| 2885 | 2026-08-26T16:04:30.932Z | Compiling camino-tempfile-ext v0.3.3 |
| 2886 | 2026-08-26T16:04:31.015Z | Compiling ratatui v0.29.0 |
| 2887 | 2026-08-26T16:04:31.253Z | Compiling darling v0.13.4 |
| 2888 | 2026-08-26T16:04:31.366Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2889 | 2026-08-26T16:04:31.548Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2890 | 2026-08-26T16:04:31.574Z | Compiling sled v0.34.7 |
| 2891 | 2026-08-26T16:04:31.857Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2892 | 2026-08-26T16:04:32.250Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2893 | 2026-08-26T16:04:34.209Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2894 | 2026-08-26T16:04:34.651Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2895 | 2026-08-26T16:04:34.874Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2896 | 2026-08-26T16:04:35.842Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2897 | 2026-08-26T16:04:37.305Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2898 | 2026-08-26T16:04:37.812Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2899 | 2026-08-26T16:04:39.283Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-08-26T16:04:39.313Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2901 | 2026-08-26T16:04:39.470Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2902 | 2026-08-26T16:04:39.994Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2903 | 2026-08-26T16:04:40.096Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2904 | 2026-08-26T16:04:40.237Z | Compiling git2 v0.20.4 |
| 2905 | 2026-08-26T16:04:40.270Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2906 | 2026-08-26T16:04:40.325Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2907 | 2026-08-26T16:04:40.500Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2908 | 2026-08-26T16:04:40.556Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2909 | 2026-08-26T16:04:40.733Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2910 | 2026-08-26T16:04:40.760Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2911 | 2026-08-26T16:04:40.796Z | Compiling arc-swap v1.8.2 |
| 2912 | 2026-08-26T16:04:40.979Z | Compiling void v1.0.2 |
| 2913 | 2026-08-26T16:04:41.118Z | Compiling lzss v0.8.2 |
| 2914 | 2026-08-26T16:04:41.144Z | Compiling slog-scope v4.4.1 |
| 2915 | 2026-08-26T16:04:41.384Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-08-26T16:04:41.411Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2917 | 2026-08-26T16:04:41.549Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2918 | 2026-08-26T16:04:42.560Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2919 | 2026-08-26T16:04:43.029Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2920 | 2026-08-26T16:04:43.096Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2921 | 2026-08-26T16:04:43.294Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2922 | 2026-08-26T16:04:43.657Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2923 | 2026-08-26T16:04:43.690Z | Compiling scuffle v0.1.0 |
| 2924 | 2026-08-26T16:04:43.744Z | Compiling tungstenite v0.23.0 |
| 2925 | 2026-08-26T16:04:45.400Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2926 | 2026-08-26T16:04:45.778Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2927 | 2026-08-26T16:04:45.828Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2928 | 2026-08-26T16:04:46.035Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2929 | 2026-08-26T16:04:46.057Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-26T16:04:46.264Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-26T16:04:46.309Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-26T16:04:46.629Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-26T16:04:46.824Z | Compiling atty v0.2.14 |
| 2934 | 2026-08-26T16:04:46.860Z | Compiling serde_bytes v0.11.19 |
| 2935 | 2026-08-26T16:04:46.987Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-26T16:04:47.158Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2937 | 2026-08-26T16:04:47.209Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2938 | 2026-08-26T16:04:47.415Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2939 | 2026-08-26T16:04:47.447Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2940 | 2026-08-26T16:04:47.781Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2941 | 2026-08-26T16:04:48.351Z | Compiling tokio-tungstenite v0.23.1 |
| 2942 | 2026-08-26T16:04:48.731Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2943 | 2026-08-26T16:04:48.754Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2944 | 2026-08-26T16:04:49.141Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2945 | 2026-08-26T16:04:50.499Z | Compiling slog-stdlog v4.1.1 |
| 2946 | 2026-08-26T16:04:50.895Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2947 | 2026-08-26T16:04:51.559Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2948 | 2026-08-26T16:04:51.724Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2949 | 2026-08-26T16:04:52.172Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2950 | 2026-08-26T16:04:53.728Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2951 | 2026-08-26T16:04:53.914Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2952 | 2026-08-26T16:04:54.213Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2953 | 2026-08-26T16:04:55.871Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2954 | 2026-08-26T16:04:56.318Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2955 | 2026-08-26T16:04:56.794Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2956 | 2026-08-26T16:04:56.958Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2957 | 2026-08-26T16:04:57.377Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2958 | 2026-08-26T16:04:58.058Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2959 | 2026-08-26T16:05:00.948Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2960 | 2026-08-26T16:05:01.302Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2961 | 2026-08-26T16:05:01.691Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2962 | 2026-08-26T16:05:03.367Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2963 | 2026-08-26T16:05:04.161Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2964 | 2026-08-26T16:05:04.188Z | Compiling signal-hook-tokio v0.3.1 |
| 2965 | 2026-08-26T16:05:04.373Z | Compiling fatfs v0.3.6 |
| 2966 | 2026-08-26T16:05:04.400Z | Compiling yasna v0.5.2 |
| 2967 | 2026-08-26T16:05:04.964Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2968 | 2026-08-26T16:05:05.653Z | Compiling assert_matches v1.5.0 |
| 2969 | 2026-08-26T16:05:05.679Z | Compiling seq-macro v0.3.6 |
| 2970 | 2026-08-26T16:05:05.768Z | Compiling rcgen v0.12.1 |
| 2971 | 2026-08-26T16:05:05.996Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2972 | 2026-08-26T16:05:06.017Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2973 | 2026-08-26T16:05:06.184Z | Compiling slog-envlogger v2.2.0 |
| 2974 | 2026-08-26T16:05:06.581Z | Compiling oxide-update-engine-display v0.1.2 |
| 2975 | 2026-08-26T16:05:07.311Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2976 | 2026-08-26T16:05:07.526Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2026-08-26T16:05:08.710Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2978 | 2026-08-26T16:05:08.936Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2979 | 2026-08-26T16:05:09.168Z | Compiling port-file v0.1.0 |
| 2980 | 2026-08-26T16:05:09.338Z | Compiling rtoolbox v0.0.3 |
| 2981 | 2026-08-26T16:05:09.521Z | Compiling subprocess v0.2.15 |
| 2982 | 2026-08-26T16:05:09.632Z | Compiling rpassword v7.5.4 |
| 2983 | 2026-08-26T16:05:09.982Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2984 | 2026-08-26T16:05:10.276Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2985 | 2026-08-26T16:05:11.324Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2986 | 2026-08-26T16:05:11.682Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2987 | 2026-08-26T16:05:11.847Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2988 | 2026-08-26T16:05:12.093Z | Compiling tui-tree-widget v0.23.1 |
| 2989 | 2026-08-26T16:05:12.395Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2990 | 2026-08-26T16:05:13.613Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2991 | 2026-08-26T16:05:15.341Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2992 | 2026-08-26T16:05:16.648Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2993 | 2026-08-26T16:05:17.461Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-08-26T16:05:17.663Z | Compiling uzers v0.12.2 |
| 2995 | 2026-08-26T16:05:17.723Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2996 | 2026-08-26T16:05:17.798Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2997 | 2026-08-26T16:05:18.089Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2998 | 2026-08-26T16:05:19.199Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2999 | 2026-08-26T16:05:20.171Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3000 | 2026-08-26T16:05:20.589Z | Compiling support-bundle-viewer v0.1.2 |
| 3001 | 2026-08-26T16:05:22.349Z | Compiling multimap v0.10.1 |
| 3002 | 2026-08-26T16:05:30.239Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3003 | 2026-08-26T16:05:31.831Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3004 | 2026-08-26T16:05:36.038Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3005 | 2026-08-26T16:05:40.432Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3006 | 2026-08-26T16:05:42.586Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-08-26T16:13:27.924Z | Finished `release` profile [optimized] target(s) in 9m 58s |
| 3008 | 2026-08-26T16:13:27.931Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3009 | 2026-08-26T16:13:27.931Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3010 | 2026-08-26T16:14:18.535Z | |
| 3011 | 2026-08-26T16:14:18.538Z | real 10:49.905369369 |
| 3012 | 2026-08-26T16:14:18.538Z | user 1:22:01.659667634 |
| 3013 | 2026-08-26T16:14:18.538Z | sys 3:37.376825236 |
| 3014 | 2026-08-26T16:14:18.538Z | trap 1.803140894 |
| 3015 | 2026-08-26T16:14:18.538Z | tflt 2.084736942 |
| 3016 | 2026-08-26T16:14:18.538Z | dflt 19.761694229 |
| 3017 | 2026-08-26T16:14:18.538Z | kflt 0.005365586 |
| 3018 | 2026-08-26T16:14:18.538Z | lock 8:05:17.699077301 |
| 3019 | 2026-08-26T16:14:18.538Z | slp 2:22:24.361005775 |
| 3020 | 2026-08-26T16:14:18.538Z | lat 2:33.818044671 |
| 3021 | 2026-08-26T16:14:18.538Z | stop 5:27.786744690 |
| 3022 | 2026-08-26T16:14:18.538Z | + mapfile -t packages |
| 3023 | 2026-08-26T16:14:18.538Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3024 | 2026-08-26T16:14:19.496Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3025 | 2026-08-26T16:14:19.563Z | Running `target/release/omicron-package -t test list-outputs` |
| 3026 | 2026-08-26T16:14:19.623Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3027 | 2026-08-26T16:14:19.626Z | + ptime -m cargo build --locked --release -p xtask |
| 3028 | 2026-08-26T16:14:20.106Z | Compiling libc v0.2.185 |
| 3029 | 2026-08-26T16:14:20.107Z | Compiling serde_core v1.0.228 |
| 3030 | 2026-08-26T16:14:20.107Z | Compiling serde v1.0.228 |
| 3031 | 2026-08-26T16:14:20.111Z | Compiling rustix v1.1.4 |
| 3032 | 2026-08-26T16:14:20.111Z | Compiling serde_json v1.0.151 |
| 3033 | 2026-08-26T16:14:20.111Z | Compiling bitflags v2.11.0 |
| 3034 | 2026-08-26T16:14:20.111Z | Compiling usdt-impl v0.5.0 |
| 3035 | 2026-08-26T16:14:20.203Z | Compiling syn v2.0.117 |
| 3036 | 2026-08-26T16:14:20.211Z | Compiling syn v1.0.109 |
| 3037 | 2026-08-26T16:14:20.290Z | Compiling log v0.4.33 |
| 3038 | 2026-08-26T16:14:20.293Z | Compiling getrandom v0.4.3 |
| 3039 | 2026-08-26T16:14:20.317Z | Compiling indexmap v2.14.0 |
| 3040 | 2026-08-26T16:14:20.324Z | Compiling fs-err v3.3.0 |
| 3041 | 2026-08-26T16:14:20.566Z | Compiling anyhow v1.0.104 |
| 3042 | 2026-08-26T16:14:20.637Z | Compiling once_cell v1.21.3 |
| 3043 | 2026-08-26T16:14:20.673Z | Compiling heck v0.4.1 |
| 3044 | 2026-08-26T16:14:20.940Z | Compiling errno v0.3.14 |
| 3045 | 2026-08-26T16:14:20.944Z | Compiling thread-id v4.2.2 |
| 3046 | 2026-08-26T16:14:20.944Z | Compiling memmap v0.7.0 |
| 3047 | 2026-08-26T16:14:21.729Z | Compiling proc-macro-error v1.0.4 |
| 3048 | 2026-08-26T16:14:21.918Z | Compiling terminal_size v0.4.3 |
| 3049 | 2026-08-26T16:14:21.918Z | Compiling tempfile v3.27.0 |
| 3050 | 2026-08-26T16:14:21.991Z | Compiling tabled_derive v0.7.0 |
| 3051 | 2026-08-26T16:14:22.015Z | Compiling clap_builder v4.6.0 |
| 3052 | 2026-08-26T16:14:22.016Z | Compiling textwrap v0.16.2 |
| 3053 | 2026-08-26T16:14:22.363Z | Compiling pest_generator v2.8.6 |
| 3054 | 2026-08-26T16:14:22.385Z | Compiling camino v1.2.5 |
| 3055 | 2026-08-26T16:14:22.398Z | Compiling cargo-platform v0.3.2 |
| 3056 | 2026-08-26T16:14:22.412Z | Compiling semver v1.0.28 |
| 3057 | 2026-08-26T16:14:22.694Z | Compiling camino-tempfile v1.4.1 |
| 3058 | 2026-08-26T16:14:22.707Z | Compiling tabled v0.15.0 |
| 3059 | 2026-08-26T16:14:22.867Z | Compiling serde_derive v1.0.228 |
| 3060 | 2026-08-26T16:14:22.867Z | Compiling thiserror-impl v1.0.69 |
| 3061 | 2026-08-26T16:14:22.871Z | Compiling zerocopy-derive v0.7.35 |
| 3062 | 2026-08-26T16:14:22.871Z | Compiling scroll_derive v0.12.1 |
| 3063 | 2026-08-26T16:14:22.871Z | Compiling thiserror-impl v2.0.18 |
| 3064 | 2026-08-26T16:14:22.871Z | Compiling clap_derive v4.6.1 |
| 3065 | 2026-08-26T16:14:22.947Z | Compiling pest_derive v2.8.6 |
| 3066 | 2026-08-26T16:14:23.566Z | Compiling scroll v0.12.0 |
| 3067 | 2026-08-26T16:14:23.736Z | Compiling zerocopy v0.7.35 |
| 3068 | 2026-08-26T16:14:23.829Z | Compiling goblin v0.8.2 |
| 3069 | 2026-08-26T16:14:23.996Z | Compiling thiserror v1.0.69 |
| 3070 | 2026-08-26T16:14:24.096Z | Compiling dtrace-parser v0.2.0 |
| 3071 | 2026-08-26T16:14:24.117Z | Compiling thiserror v2.0.18 |
| 3072 | 2026-08-26T16:14:24.335Z | Compiling clap v4.6.1 |
| 3073 | 2026-08-26T16:14:25.992Z | Compiling dof v0.3.0 |
| 3074 | 2026-08-26T16:14:26.013Z | Compiling toml_datetime v0.6.11 |
| 3075 | 2026-08-26T16:14:26.046Z | Compiling serde_spanned v0.6.9 |
| 3076 | 2026-08-26T16:14:26.068Z | Compiling serde_tokenstream v0.2.3 |
| 3077 | 2026-08-26T16:14:26.084Z | Compiling macaddr v1.0.1 |
| 3078 | 2026-08-26T16:14:26.097Z | Compiling cargo_metadata v0.23.1 |
| 3079 | 2026-08-26T16:14:26.123Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3080 | 2026-08-26T16:14:26.376Z | Compiling toml_edit v0.22.27 |
| 3081 | 2026-08-26T16:14:26.780Z | Compiling usdt-attr-macro v0.5.0 |
| 3082 | 2026-08-26T16:14:26.790Z | Compiling usdt-macro v0.5.0 |
| 3083 | 2026-08-26T16:14:27.459Z | Compiling usdt v0.5.0 |
| 3084 | 2026-08-26T16:14:27.910Z | Compiling toml v0.8.23 |
| 3085 | 2026-08-26T16:14:28.339Z | Compiling cargo_toml v0.21.0 |
| 3086 | 2026-08-26T16:14:32.733Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3087 | 2026-08-26T16:14:35.939Z | Finished `release` profile [optimized] target(s) in 16.30s |
| 3088 | 2026-08-26T16:14:36.043Z | |
| 3089 | 2026-08-26T16:14:36.043Z | real 16.384421133 |
| 3090 | 2026-08-26T16:14:36.043Z | user 2:04.917304755 |
| 3091 | 2026-08-26T16:14:36.043Z | sys 13.566093455 |
| 3092 | 2026-08-26T16:14:36.043Z | trap 0.069590885 |
| 3093 | 2026-08-26T16:14:36.043Z | tflt 0.428776653 |
| 3094 | 2026-08-26T16:14:36.043Z | dflt 1.309246669 |
| 3095 | 2026-08-26T16:14:36.046Z | kflt 0.000036800 |
| 3096 | 2026-08-26T16:14:36.046Z | lock 4:48.239922755 |
| 3097 | 2026-08-26T16:14:36.046Z | slp 2:40.830147163 |
| 3098 | 2026-08-26T16:14:36.047Z | lat 3.486114950 |
| 3099 | 2026-08-26T16:14:36.047Z | stop 16.582055521 |
| 3100 | 2026-08-26T16:14:36.047Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3101 | 2026-08-26T16:14:36.047Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3102 | 2026-08-26T16:14:36.047Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3103 | 2026-08-26T16:14:36.047Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3104 | 2026-08-26T16:14:36.047Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3105 | 2026-08-26T16:14:37.014Z | Compiling match_cfg v0.1.0 |
| 3106 | 2026-08-26T16:14:37.014Z | Compiling progenitor-client v0.14.0 |
| 3107 | 2026-08-26T16:14:37.017Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3108 | 2026-08-26T16:14:37.017Z | Compiling slog-json v2.6.1 |
| 3109 | 2026-08-26T16:14:37.017Z | Compiling newtype-uuid-macros v0.1.0 |
| 3110 | 2026-08-26T16:14:37.017Z | Compiling sha1 v0.11.0 |
| 3111 | 2026-08-26T16:14:37.017Z | Compiling multer v3.1.0 |
| 3112 | 2026-08-26T16:14:37.017Z | Compiling compression-core v0.4.31 |
| 3113 | 2026-08-26T16:14:37.162Z | Compiling debug-ignore v1.0.5 |
| 3114 | 2026-08-26T16:14:37.164Z | Compiling async-stream-impl v0.3.6 |
| 3115 | 2026-08-26T16:14:37.165Z | Compiling serde_spanned v1.1.1 |
| 3116 | 2026-08-26T16:14:37.165Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3117 | 2026-08-26T16:14:37.175Z | Compiling dropshot v0.17.1 |
| 3118 | 2026-08-26T16:14:37.178Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3119 | 2026-08-26T16:14:37.199Z | Compiling waitgroup v0.1.2 |
| 3120 | 2026-08-26T16:14:37.215Z | Compiling rustls-pemfile v2.2.0 |
| 3121 | 2026-08-26T16:14:37.250Z | Compiling hostname v0.3.1 |
| 3122 | 2026-08-26T16:14:37.413Z | Compiling dropshot_endpoint v0.17.1 |
| 3123 | 2026-08-26T16:14:37.416Z | Compiling hostname v0.4.2 |
| 3124 | 2026-08-26T16:14:37.449Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3125 | 2026-08-26T16:14:37.467Z | Compiling compression-codecs v0.4.37 |
| 3126 | 2026-08-26T16:14:37.470Z | Compiling serde_path_to_error v0.1.20 |
| 3127 | 2026-08-26T16:14:37.518Z | Compiling atomicwrites v0.4.4 |
| 3128 | 2026-08-26T16:14:37.522Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3129 | 2026-08-26T16:14:37.541Z | Compiling slog-bunyan v2.5.0 |
| 3130 | 2026-08-26T16:14:37.545Z | Compiling macaddr v1.0.1 |
| 3131 | 2026-08-26T16:14:37.578Z | Compiling serde_tokenstream v0.3.0 |
| 3132 | 2026-08-26T16:14:37.635Z | Compiling oxide-generation v0.1.3 |
| 3133 | 2026-08-26T16:14:37.638Z | Compiling instant v0.1.13 |
| 3134 | 2026-08-26T16:14:37.728Z | Compiling async-compression v0.4.41 |
| 3135 | 2026-08-26T16:14:37.732Z | Compiling regress v0.10.5 |
| 3136 | 2026-08-26T16:14:37.765Z | Compiling parse-display-derive v0.10.0 |
| 3137 | 2026-08-26T16:14:37.769Z | Compiling backon v1.6.0 |
| 3138 | 2026-08-26T16:14:37.769Z | Compiling backoff v0.4.0 |
| 3139 | 2026-08-26T16:14:37.798Z | Compiling async-stream v0.3.6 |
| 3140 | 2026-08-26T16:14:37.836Z | Compiling itertools v0.14.0 |
| 3141 | 2026-08-26T16:14:37.857Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3142 | 2026-08-26T16:14:37.876Z | Compiling humantime v2.3.0 |
| 3143 | 2026-08-26T16:14:37.954Z | Compiling oxide-generation-macros v0.2.0 |
| 3144 | 2026-08-26T16:14:37.978Z | Compiling progenitor-extras v0.2.0 |
| 3145 | 2026-08-26T16:14:37.997Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3146 | 2026-08-26T16:14:38.013Z | Compiling half v2.7.1 |
| 3147 | 2026-08-26T16:14:38.030Z | Compiling ciborium-io v0.2.2 |
| 3148 | 2026-08-26T16:14:38.046Z | Compiling crucible-workspace-hack v0.1.0 |
| 3149 | 2026-08-26T16:14:38.066Z | Compiling convert_case v0.4.0 |
| 3150 | 2026-08-26T16:14:38.153Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3151 | 2026-08-26T16:14:38.171Z | Compiling regress v0.11.1 |
| 3152 | 2026-08-26T16:14:38.189Z | Compiling secrecy v0.10.3 |
| 3153 | 2026-08-26T16:14:38.192Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3154 | 2026-08-26T16:14:38.192Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3155 | 2026-08-26T16:14:38.269Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3156 | 2026-08-26T16:14:38.289Z | Compiling ciborium-ll v0.2.2 |
| 3157 | 2026-08-26T16:14:38.338Z | Compiling inout v0.1.4 |
| 3158 | 2026-08-26T16:14:38.368Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3159 | 2026-08-26T16:14:38.411Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3160 | 2026-08-26T16:14:38.443Z | Compiling universal-hash v0.5.1 |
| 3161 | 2026-08-26T16:14:38.460Z | Compiling derive_more v0.99.20 |
| 3162 | 2026-08-26T16:14:38.529Z | Compiling ciborium v0.2.2 |
| 3163 | 2026-08-26T16:14:38.546Z | Compiling cipher v0.4.4 |
| 3164 | 2026-08-26T16:14:38.603Z | Compiling unsafe-libyaml v0.2.11 |
| 3165 | 2026-08-26T16:14:38.606Z | Compiling opaque-debug v0.3.1 |
| 3166 | 2026-08-26T16:14:38.638Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3167 | 2026-08-26T16:14:38.714Z | Compiling poly1305 v0.8.0 |
| 3168 | 2026-08-26T16:14:38.745Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3169 | 2026-08-26T16:14:38.769Z | Compiling blake2 v0.10.6 |
| 3170 | 2026-08-26T16:14:38.823Z | Compiling chacha20 v0.9.1 |
| 3171 | 2026-08-26T16:14:38.900Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3172 | 2026-08-26T16:14:39.003Z | Compiling aead v0.5.2 |
| 3173 | 2026-08-26T16:14:39.097Z | Compiling password-hash v0.5.0 |
| 3174 | 2026-08-26T16:14:39.115Z | Compiling indent_write v2.2.0 |
| 3175 | 2026-08-26T16:14:39.135Z | Compiling serde_yaml v0.9.34+deprecated |
| 3176 | 2026-08-26T16:14:39.157Z | Compiling chacha20poly1305 v0.10.1 |
| 3177 | 2026-08-26T16:14:39.239Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3178 | 2026-08-26T16:14:39.276Z | Compiling num-derive v0.4.2 |
| 3179 | 2026-08-26T16:14:39.336Z | Compiling heapless v0.8.0 |
| 3180 | 2026-08-26T16:14:39.353Z | Compiling argon2 v0.5.3 |
| 3181 | 2026-08-26T16:14:39.380Z | Compiling ingot-macros v0.2.0 |
| 3182 | 2026-08-26T16:14:39.455Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3183 | 2026-08-26T16:14:39.513Z | Compiling tabwriter v1.4.1 |
| 3184 | 2026-08-26T16:14:39.516Z | Compiling hash32 v0.3.1 |
| 3185 | 2026-08-26T16:14:39.549Z | Compiling parse-display v0.10.0 |
| 3186 | 2026-08-26T16:14:39.589Z | Compiling thiserror-no-std v2.0.2 |
| 3187 | 2026-08-26T16:14:39.702Z | Compiling vsss-rs v3.3.4 |
| 3188 | 2026-08-26T16:14:39.719Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3189 | 2026-08-26T16:14:39.773Z | Compiling typify-impl v0.6.2 |
| 3190 | 2026-08-26T16:14:39.869Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3191 | 2026-08-26T16:14:39.886Z | Compiling smoltcp v0.11.0 |
| 3192 | 2026-08-26T16:14:40.008Z | Compiling proc-macro-crate v3.4.0 |
| 3193 | 2026-08-26T16:14:40.246Z | Compiling cobs v0.3.0 |
| 3194 | 2026-08-26T16:14:40.285Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3195 | 2026-08-26T16:14:40.492Z | Compiling colored v3.1.1 |
| 3196 | 2026-08-26T16:14:40.492Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3197 | 2026-08-26T16:14:40.570Z | Compiling postcard v1.1.3 |
| 3198 | 2026-08-26T16:14:40.587Z | Compiling num_enum_derive v0.7.6 |
| 3199 | 2026-08-26T16:14:40.603Z | Compiling proc-macro-error v1.0.4 |
| 3200 | 2026-08-26T16:14:40.623Z | Compiling rand v0.10.1 |
| 3201 | 2026-08-26T16:14:40.738Z | Compiling proc-macro-crate v1.3.1 |
| 3202 | 2026-08-26T16:14:40.763Z | Compiling foreign-types-macros v0.2.3 |
| 3203 | 2026-08-26T16:14:40.878Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3204 | 2026-08-26T16:14:40.911Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3205 | 2026-08-26T16:14:40.942Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3206 | 2026-08-26T16:14:40.960Z | Compiling foreign-types-shared v0.3.1 |
| 3207 | 2026-08-26T16:14:41.004Z | Compiling rayon-core v1.13.0 |
| 3208 | 2026-08-26T16:14:41.109Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3209 | 2026-08-26T16:14:41.167Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3210 | 2026-08-26T16:14:41.187Z | Compiling num_enum_derive v0.5.11 |
| 3211 | 2026-08-26T16:14:41.288Z | Compiling crossbeam-deque v0.8.6 |
| 3212 | 2026-08-26T16:14:41.304Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3213 | 2026-08-26T16:14:41.402Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3214 | 2026-08-26T16:14:41.421Z | Compiling cstr-argument v0.1.2 |
| 3215 | 2026-08-26T16:14:41.439Z | Compiling foreign-types v0.5.0 |
| 3216 | 2026-08-26T16:14:41.466Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3217 | 2026-08-26T16:14:41.483Z | Compiling illumos-nvpair v0.3.0 |
| 3218 | 2026-08-26T16:14:41.542Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3219 | 2026-08-26T16:14:41.604Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3220 | 2026-08-26T16:14:41.678Z | Compiling num_enum v0.7.6 |
| 3221 | 2026-08-26T16:14:41.725Z | Compiling zone_cfg_derive v0.3.1 |
| 3222 | 2026-08-26T16:14:41.753Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3223 | 2026-08-26T16:14:41.796Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3224 | 2026-08-26T16:14:41.829Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3225 | 2026-08-26T16:14:41.864Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3226 | 2026-08-26T16:14:41.880Z | Compiling itertools v0.12.1 |
| 3227 | 2026-08-26T16:14:41.912Z | Compiling sigpipe v0.1.3 |
| 3228 | 2026-08-26T16:14:41.930Z | Compiling rayon v1.11.0 |
| 3229 | 2026-08-26T16:14:41.949Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3230 | 2026-08-26T16:14:41.967Z | Compiling glob v0.3.3 |
| 3231 | 2026-08-26T16:14:42.062Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3232 | 2026-08-26T16:14:42.087Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3233 | 2026-08-26T16:14:42.169Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3234 | 2026-08-26T16:14:42.231Z | Compiling smf v0.2.3 |
| 3235 | 2026-08-26T16:14:42.250Z | Compiling cpubits v0.1.1 |
| 3236 | 2026-08-26T16:14:42.304Z | Compiling num_enum v0.5.11 |
| 3237 | 2026-08-26T16:14:42.326Z | Compiling whoami v1.6.1 |
| 3238 | 2026-08-26T16:14:42.343Z | Compiling ingot-types v0.2.0 |
| 3239 | 2026-08-26T16:14:42.362Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3240 | 2026-08-26T16:14:42.380Z | Compiling gethostname v0.5.0 |
| 3241 | 2026-08-26T16:14:42.398Z | Compiling derive-where v1.6.0 |
| 3242 | 2026-08-26T16:14:42.432Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3243 | 2026-08-26T16:14:42.451Z | Compiling usdt-macro v0.5.0 |
| 3244 | 2026-08-26T16:14:42.488Z | Compiling usdt-attr-macro v0.5.0 |
| 3245 | 2026-08-26T16:14:42.522Z | Compiling num-rational v0.4.2 |
| 3246 | 2026-08-26T16:14:42.539Z | Compiling num-complex v0.4.6 |
| 3247 | 2026-08-26T16:14:42.764Z | Compiling ingot v0.2.1 |
| 3248 | 2026-08-26T16:14:42.767Z | Compiling memmap v0.7.0 |
| 3249 | 2026-08-26T16:14:42.801Z | Compiling toml v0.8.23 |
| 3250 | 2026-08-26T16:14:42.967Z | Compiling num v0.4.3 |
| 3251 | 2026-08-26T16:14:42.984Z | Compiling pem-rfc7468 v1.0.0 |
| 3252 | 2026-08-26T16:14:43.022Z | Compiling float-ord v0.3.2 |
| 3253 | 2026-08-26T16:14:43.069Z | Compiling zone v0.3.1 |
| 3254 | 2026-08-26T16:14:43.174Z | Compiling cancel-safe-futures v0.1.5 |
| 3255 | 2026-08-26T16:14:43.193Z | Compiling resolv-conf v0.7.6 |
| 3256 | 2026-08-26T16:14:43.212Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3257 | 2026-08-26T16:14:43.309Z | Compiling hmac v0.13.0 |
| 3258 | 2026-08-26T16:14:43.329Z | Compiling universal-hash v0.6.1 |
| 3259 | 2026-08-26T16:14:43.401Z | Compiling usdt v0.5.0 |
| 3260 | 2026-08-26T16:14:43.463Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3261 | 2026-08-26T16:14:43.494Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-08-26T16:14:43.531Z | Compiling linear-map v1.2.0 |
| 3263 | 2026-08-26T16:14:43.581Z | Compiling prettyplease v0.2.37 |
| 3264 | 2026-08-26T16:14:43.606Z | Compiling libefi-sys v0.1.0 |
| 3265 | 2026-08-26T16:14:43.703Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3266 | 2026-08-26T16:14:43.748Z | Compiling polyval v0.7.1 |
| 3267 | 2026-08-26T16:14:43.766Z | Compiling der v0.8.0 |
| 3268 | 2026-08-26T16:14:43.787Z | Compiling oxide-update-engine-types v0.1.2 |
| 3269 | 2026-08-26T16:14:43.807Z | Compiling hickory-proto v0.24.4 |
| 3270 | 2026-08-26T16:14:43.810Z | Compiling newline-converter v0.3.0 |
| 3271 | 2026-08-26T16:14:43.811Z | Compiling console v0.15.11 |
| 3272 | 2026-08-26T16:14:43.904Z | Compiling bitfield-struct v0.6.2 |
| 3273 | 2026-08-26T16:14:43.920Z | Compiling linked-hash-map v0.5.6 |
| 3274 | 2026-08-26T16:14:43.956Z | Compiling ghash v0.6.0 |
| 3275 | 2026-08-26T16:14:44.124Z | Compiling lru-cache v0.1.2 |
| 3276 | 2026-08-26T16:14:44.226Z | Compiling expectorate v1.2.0 |
| 3277 | 2026-08-26T16:14:44.244Z | Compiling pbkdf2 v0.13.0 |
| 3278 | 2026-08-26T16:14:44.286Z | Compiling crypto-bigint v0.7.5 |
| 3279 | 2026-08-26T16:14:44.319Z | Compiling aes v0.9.1 |
| 3280 | 2026-08-26T16:14:44.398Z | Compiling ctr v0.10.1 |
| 3281 | 2026-08-26T16:14:44.417Z | Compiling typify-macro v0.6.2 |
| 3282 | 2026-08-26T16:14:44.421Z | Compiling aead v0.6.1 |
| 3283 | 2026-08-26T16:14:44.459Z | Compiling sha2 v0.11.0 |
| 3284 | 2026-08-26T16:14:44.596Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3285 | 2026-08-26T16:14:44.621Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3286 | 2026-08-26T16:14:44.646Z | Compiling nom v8.0.0 |
| 3287 | 2026-08-26T16:14:44.793Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3288 | 2026-08-26T16:14:44.865Z | Compiling oxide-update-engine v0.1.2 |
| 3289 | 2026-08-26T16:14:44.893Z | Compiling semver v0.1.20 |
| 3290 | 2026-08-26T16:14:44.943Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3291 | 2026-08-26T16:14:45.043Z | Compiling aes-gcm v0.11.0 |
| 3292 | 2026-08-26T16:14:45.071Z | Compiling spki v0.8.0 |
| 3293 | 2026-08-26T16:14:45.217Z | Compiling rustc_version v0.1.7 |
| 3294 | 2026-08-26T16:14:45.271Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3295 | 2026-08-26T16:14:45.325Z | Compiling tokio-dtrace v0.1.1 |
| 3296 | 2026-08-26T16:14:45.345Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3297 | 2026-08-26T16:14:45.367Z | Compiling salsa20 v0.11.0 |
| 3298 | 2026-08-26T16:14:45.396Z | Compiling slog-dtrace v0.3.0 |
| 3299 | 2026-08-26T16:14:45.457Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3300 | 2026-08-26T16:14:45.477Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3301 | 2026-08-26T16:14:45.553Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3302 | 2026-08-26T16:14:45.594Z | Compiling minimal-lexical v0.2.1 |
| 3303 | 2026-08-26T16:14:45.624Z | Compiling xshell-macros v0.2.7 |
| 3304 | 2026-08-26T16:14:45.693Z | Compiling oxide-tokio-rt v0.1.4 |
| 3305 | 2026-08-26T16:14:45.711Z | Compiling scrypt v0.12.0 |
| 3306 | 2026-08-26T16:14:45.789Z | Compiling newtype_derive v0.1.6 |
| 3307 | 2026-08-26T16:14:45.878Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3308 | 2026-08-26T16:14:46.013Z | Compiling hickory-resolver v0.24.4 |
| 3309 | 2026-08-26T16:14:46.032Z | Compiling nom v7.1.3 |
| 3310 | 2026-08-26T16:14:46.050Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3311 | 2026-08-26T16:14:46.053Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3312 | 2026-08-26T16:14:46.085Z | Compiling xshell v0.2.7 |
| 3313 | 2026-08-26T16:14:46.246Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3314 | 2026-08-26T16:14:46.274Z | Compiling typify v0.6.2 |
| 3315 | 2026-08-26T16:14:46.305Z | Compiling phf_shared v0.12.1 |
| 3316 | 2026-08-26T16:14:46.418Z | Compiling progenitor-impl v0.14.0 |
| 3317 | 2026-08-26T16:14:46.511Z | Compiling rfc6979 v0.4.0 |
| 3318 | 2026-08-26T16:14:46.615Z | Compiling cbc v0.2.1 |
| 3319 | 2026-08-26T16:14:46.668Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3320 | 2026-08-26T16:14:46.684Z | Compiling csv-core v0.1.13 |
| 3321 | 2026-08-26T16:14:46.707Z | Compiling unicode-xid v0.2.6 |
| 3322 | 2026-08-26T16:14:46.802Z | Compiling highway v1.3.0 |
| 3323 | 2026-08-26T16:14:46.828Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3324 | 2026-08-26T16:14:46.868Z | Compiling chrono-tz v0.10.4 |
| 3325 | 2026-08-26T16:14:46.903Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3326 | 2026-08-26T16:14:46.970Z | Compiling csv v1.4.0 |
| 3327 | 2026-08-26T16:14:46.987Z | Compiling const_format_proc_macros v0.2.34 |
| 3328 | 2026-08-26T16:14:47.007Z | Compiling pkcs5 v0.8.1 |
| 3329 | 2026-08-26T16:14:47.087Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3330 | 2026-08-26T16:14:47.105Z | Compiling qorb v0.4.1 |
| 3331 | 2026-08-26T16:14:47.122Z | Compiling proc-macro-error2 v2.0.1 |
| 3332 | 2026-08-26T16:14:47.219Z | Compiling ecdsa v0.16.9 |
| 3333 | 2026-08-26T16:14:47.265Z | Compiling phf v0.12.1 |
| 3334 | 2026-08-26T16:14:47.425Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3335 | 2026-08-26T16:14:47.450Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3336 | 2026-08-26T16:14:47.542Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3337 | 2026-08-26T16:14:47.580Z | Compiling primeorder v0.13.6 |
| 3338 | 2026-08-26T16:14:47.665Z | Compiling hashbrown v0.14.5 |
| 3339 | 2026-08-26T16:14:47.793Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3340 | 2026-08-26T16:14:47.851Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3341 | 2026-08-26T16:14:47.917Z | Compiling salty v0.3.0 |
| 3342 | 2026-08-26T16:14:47.958Z | Compiling const_format v0.2.35 |
| 3343 | 2026-08-26T16:14:48.011Z | Compiling p384 v0.13.1 |
| 3344 | 2026-08-26T16:14:48.167Z | Compiling knus-derive v3.4.0 |
| 3345 | 2026-08-26T16:14:48.307Z | Compiling chumsky v0.9.3 |
| 3346 | 2026-08-26T16:14:48.325Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3347 | 2026-08-26T16:14:48.328Z | Compiling pkcs8 v0.11.0 |
| 3348 | 2026-08-26T16:14:48.405Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3349 | 2026-08-26T16:14:48.620Z | Compiling tabled_derive v0.7.0 |
| 3350 | 2026-08-26T16:14:48.763Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3351 | 2026-08-26T16:14:48.943Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3352 | 2026-08-26T16:14:49.154Z | Compiling progenitor-macro v0.14.0 |
| 3353 | 2026-08-26T16:14:49.207Z | Compiling bcs v0.1.6 |
| 3354 | 2026-08-26T16:14:49.226Z | Compiling ff v0.14.0 |
| 3355 | 2026-08-26T16:14:49.391Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3356 | 2026-08-26T16:14:49.410Z | Compiling termtree v0.5.1 |
| 3357 | 2026-08-26T16:14:49.560Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3358 | 2026-08-26T16:14:49.599Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3359 | 2026-08-26T16:14:49.637Z | Compiling steno v0.4.1 |
| 3360 | 2026-08-26T16:14:49.669Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3361 | 2026-08-26T16:14:49.687Z | Compiling tabled v0.15.0 |
| 3362 | 2026-08-26T16:14:49.734Z | Compiling knus v3.4.0 |
| 3363 | 2026-08-26T16:14:49.852Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3364 | 2026-08-26T16:14:49.872Z | Compiling tagptr v0.2.0 |
| 3365 | 2026-08-26T16:14:49.907Z | Compiling group v0.14.0 |
| 3366 | 2026-08-26T16:14:50.060Z | Compiling moka v0.12.13 |
| 3367 | 2026-08-26T16:14:50.102Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3368 | 2026-08-26T16:14:50.123Z | Compiling signature v3.0.0 |
| 3369 | 2026-08-26T16:14:50.147Z | Compiling base16ct v1.0.0 |
| 3370 | 2026-08-26T16:14:50.343Z | Compiling sec1 v0.8.1 |
| 3371 | 2026-08-26T16:14:50.367Z | Compiling hkdf v0.13.0 |
| 3372 | 2026-08-26T16:14:50.466Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3373 | 2026-08-26T16:14:50.500Z | Compiling libscf-sys v1.2.0 |
| 3374 | 2026-08-26T16:14:50.580Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3375 | 2026-08-26T16:14:50.670Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3376 | 2026-08-26T16:14:50.687Z | Compiling elliptic-curve v0.14.1 |
| 3377 | 2026-08-26T16:14:50.690Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3378 | 2026-08-26T16:14:50.875Z | Compiling hickory-resolver v0.25.2 |
| 3379 | 2026-08-26T16:14:50.912Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3380 | 2026-08-26T16:14:50.933Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3381 | 2026-08-26T16:14:51.185Z | Compiling utf-8 v0.7.6 |
| 3382 | 2026-08-26T16:14:51.301Z | Compiling corncobs v0.1.4 |
| 3383 | 2026-08-26T16:14:51.301Z | Compiling parking_lot_core v0.8.6 |
| 3384 | 2026-08-26T16:14:51.336Z | Compiling tungstenite v0.21.0 |
| 3385 | 2026-08-26T16:14:51.503Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3386 | 2026-08-26T16:14:51.527Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3387 | 2026-08-26T16:14:51.624Z | Compiling wnaf v0.14.0 |
| 3388 | 2026-08-26T16:14:51.654Z | Compiling primefield v0.14.0 |
| 3389 | 2026-08-26T16:14:51.860Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3390 | 2026-08-26T16:14:51.917Z | Compiling rfc6979 v0.6.0 |
| 3391 | 2026-08-26T16:14:51.935Z | Compiling papergrid v0.18.0 |
| 3392 | 2026-08-26T16:14:51.938Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3393 | 2026-08-26T16:14:52.002Z | Compiling git-stub v1.0.0 |
| 3394 | 2026-08-26T16:14:52.076Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3395 | 2026-08-26T16:14:52.100Z | Compiling secrecy v0.8.0 |
| 3396 | 2026-08-26T16:14:52.191Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3397 | 2026-08-26T16:14:52.216Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3398 | 2026-08-26T16:14:52.275Z | Compiling git-stub-vcs v0.1.0 |
| 3399 | 2026-08-26T16:14:52.302Z | Compiling ecdsa v0.17.0 |
| 3400 | 2026-08-26T16:14:52.484Z | Compiling primeorder v0.14.0 |
| 3401 | 2026-08-26T16:14:52.487Z | Compiling tokio-tungstenite v0.21.0 |
| 3402 | 2026-08-26T16:14:52.675Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3403 | 2026-08-26T16:14:52.807Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3404 | 2026-08-26T16:14:52.870Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3405 | 2026-08-26T16:14:52.941Z | Compiling curve25519-dalek v5.0.0 |
| 3406 | 2026-08-26T16:14:52.964Z | Compiling tabled v0.21.0 |
| 3407 | 2026-08-26T16:14:52.983Z | Compiling unicase v2.9.0 |
| 3408 | 2026-08-26T16:14:53.016Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3409 | 2026-08-26T16:14:53.128Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3410 | 2026-08-26T16:14:53.177Z | Compiling parking_lot v0.11.2 |
| 3411 | 2026-08-26T16:14:53.224Z | Compiling mime_guess v2.0.5 |
| 3412 | 2026-08-26T16:14:53.242Z | Compiling ssh-encoding v0.3.0 |
| 3413 | 2026-08-26T16:14:53.279Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3414 | 2026-08-26T16:14:53.462Z | Compiling progenitor-impl v0.13.0 |
| 3415 | 2026-08-26T16:14:53.517Z | Compiling prefix-trie v0.7.0 |
| 3416 | 2026-08-26T16:14:53.602Z | Compiling fxhash v0.2.1 |
| 3417 | 2026-08-26T16:14:53.619Z | Compiling keccak v0.2.0 |
| 3418 | 2026-08-26T16:14:53.638Z | Compiling crc8 v0.1.1 |
| 3419 | 2026-08-26T16:14:53.727Z | Compiling sled v0.34.7 |
| 3420 | 2026-08-26T16:14:53.806Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3421 | 2026-08-26T16:14:53.827Z | Compiling ed25519 v3.0.0 |
| 3422 | 2026-08-26T16:14:53.876Z | Compiling hickory-server v0.25.2 |
| 3423 | 2026-08-26T16:14:53.942Z | Compiling crypto-primes v0.7.2 |
| 3424 | 2026-08-26T16:14:54.292Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3425 | 2026-08-26T16:14:54.376Z | Compiling progenitor v0.14.0 |
| 3426 | 2026-08-26T16:14:54.396Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3427 | 2026-08-26T16:14:54.413Z | Compiling poly1305 v0.9.0 |
| 3428 | 2026-08-26T16:14:54.577Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3429 | 2026-08-26T16:14:54.823Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3430 | 2026-08-26T16:14:54.948Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3431 | 2026-08-26T16:14:54.992Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3432 | 2026-08-26T16:14:55.010Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3433 | 2026-08-26T16:14:55.199Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3434 | 2026-08-26T16:14:55.376Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3435 | 2026-08-26T16:14:55.485Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3436 | 2026-08-26T16:14:55.528Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3437 | 2026-08-26T16:14:55.752Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3438 | 2026-08-26T16:14:55.771Z | Compiling progenitor-client v0.13.0 |
| 3439 | 2026-08-26T16:14:55.801Z | Compiling blowfish v0.10.0 |
| 3440 | 2026-08-26T16:14:55.871Z | Compiling blake2 v0.11.0-rc.6 |
| 3441 | 2026-08-26T16:14:56.088Z | Compiling http-range v0.1.5 |
| 3442 | 2026-08-26T16:14:56.131Z | Compiling half v1.8.3 |
| 3443 | 2026-08-26T16:14:56.187Z | Compiling argon2 v0.6.0-rc.8 |
| 3444 | 2026-08-26T16:14:56.207Z | Compiling progenitor-macro v0.13.0 |
| 3445 | 2026-08-26T16:14:56.308Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3446 | 2026-08-26T16:14:56.361Z | Compiling serde_cbor v0.11.2 |
| 3447 | 2026-08-26T16:14:56.441Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3448 | 2026-08-26T16:14:56.653Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3449 | 2026-08-26T16:14:56.981Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3450 | 2026-08-26T16:14:57.240Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3451 | 2026-08-26T16:14:57.292Z | Compiling rsa v0.10.0-rc.18 |
| 3452 | 2026-08-26T16:14:57.310Z | Compiling ed25519-dalek v3.0.0 |
| 3453 | 2026-08-26T16:14:57.497Z | Compiling ssh-cipher v0.3.0 |
| 3454 | 2026-08-26T16:14:57.516Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3455 | 2026-08-26T16:14:58.175Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3456 | 2026-08-26T16:14:58.499Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3457 | 2026-08-26T16:14:58.520Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3458 | 2026-08-26T16:14:58.537Z | Compiling sha3 v0.11.0 |
| 3459 | 2026-08-26T16:14:58.540Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3460 | 2026-08-26T16:14:58.780Z | Compiling p256 v0.14.0 |
| 3461 | 2026-08-26T16:14:58.961Z | Compiling p384 v0.14.0 |
| 3462 | 2026-08-26T16:14:58.996Z | Compiling p521 v0.14.0 |
| 3463 | 2026-08-26T16:14:59.046Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3464 | 2026-08-26T16:14:59.226Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3465 | 2026-08-26T16:14:59.415Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3466 | 2026-08-26T16:14:59.546Z | Compiling scuffle v0.1.0 |
| 3467 | 2026-08-26T16:14:59.931Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3468 | 2026-08-26T16:15:00.028Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3469 | 2026-08-26T16:15:00.279Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3470 | 2026-08-26T16:15:00.494Z | Compiling yasna v0.5.2 |
| 3471 | 2026-08-26T16:15:00.531Z | Compiling kstat-rs v0.2.5 |
| 3472 | 2026-08-26T16:15:00.593Z | Compiling headers-core v0.3.0 |
| 3473 | 2026-08-26T16:15:00.753Z | Compiling kem v0.3.0 |
| 3474 | 2026-08-26T16:15:00.773Z | Compiling module-lattice v0.2.3 |
| 3475 | 2026-08-26T16:15:00.849Z | Compiling nanorand v0.7.0 |
| 3476 | 2026-08-26T16:15:00.868Z | Compiling sponge-cursor v0.1.0 |
| 3477 | 2026-08-26T16:15:00.915Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3478 | 2026-08-26T16:15:00.967Z | Compiling rcgen v0.12.1 |
| 3479 | 2026-08-26T16:15:01.033Z | Compiling sha3 v0.12.0 |
| 3480 | 2026-08-26T16:15:01.060Z | Compiling flume v0.11.1 |
| 3481 | 2026-08-26T16:15:01.129Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3482 | 2026-08-26T16:15:01.166Z | Compiling ml-kem v0.3.2 |
| 3483 | 2026-08-26T16:15:01.190Z | Compiling headers v0.4.1 |
| 3484 | 2026-08-26T16:15:01.296Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3485 | 2026-08-26T16:15:01.317Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3486 | 2026-08-26T16:15:01.367Z | Compiling progenitor v0.13.0 |
| 3487 | 2026-08-26T16:15:01.398Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3488 | 2026-08-26T16:15:01.495Z | Compiling hyper-staticfile v0.10.1 |
| 3489 | 2026-08-26T16:15:01.552Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3490 | 2026-08-26T16:15:01.612Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3491 | 2026-08-26T16:15:01.733Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3492 | 2026-08-26T16:15:01.864Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3493 | 2026-08-26T16:15:01.987Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3494 | 2026-08-26T16:15:02.029Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3495 | 2026-08-26T16:15:02.076Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3496 | 2026-08-26T16:15:02.095Z | Compiling ssh-key v0.7.0-rc.11 |
| 3497 | 2026-08-26T16:15:02.115Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3498 | 2026-08-26T16:15:02.188Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3499 | 2026-08-26T16:15:02.207Z | Compiling russh-cryptovec v0.62.0 |
| 3500 | 2026-08-26T16:15:02.316Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3501 | 2026-08-26T16:15:02.367Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3502 | 2026-08-26T16:15:02.389Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3503 | 2026-08-26T16:15:02.439Z | Compiling port-file v0.1.0 |
| 3504 | 2026-08-26T16:15:02.460Z | Compiling num-bigint v0.4.6 |
| 3505 | 2026-08-26T16:15:02.539Z | Compiling generic-array v1.4.3 |
| 3506 | 2026-08-26T16:15:02.558Z | Compiling russh-util v0.52.0 |
| 3507 | 2026-08-26T16:15:02.590Z | Compiling enum_dispatch v0.3.13 |
| 3508 | 2026-08-26T16:15:02.706Z | Compiling delegate v0.13.5 |
| 3509 | 2026-08-26T16:15:02.741Z | Compiling subprocess v0.2.15 |
| 3510 | 2026-08-26T16:15:02.811Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3511 | 2026-08-26T16:15:03.053Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3512 | 2026-08-26T16:15:03.221Z | Compiling md5 v0.8.0 |
| 3513 | 2026-08-26T16:15:03.373Z | Compiling hex-literal v1.1.0 |
| 3514 | 2026-08-26T16:15:03.516Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3515 | 2026-08-26T16:15:03.534Z | Compiling display-error-chain v0.2.2 |
| 3516 | 2026-08-26T16:15:03.537Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-26T16:15:03.599Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3518 | 2026-08-26T16:15:03.639Z | Compiling colored v2.2.0 |
| 3519 | 2026-08-26T16:15:03.712Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3520 | 2026-08-26T16:15:03.730Z | Compiling russh v0.62.4 |
| 3521 | 2026-08-26T16:15:03.755Z | Compiling socket2 v0.5.10 |
| 3522 | 2026-08-26T16:15:03.989Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3523 | 2026-08-26T16:15:04.026Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3524 | 2026-08-26T16:15:04.216Z | Compiling internet-checksum v0.2.1 |
| 3525 | 2026-08-26T16:15:06.777Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3526 | 2026-08-26T16:15:07.491Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3527 | 2026-08-26T16:15:08.046Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3528 | 2026-08-26T16:15:09.406Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3529 | 2026-08-26T16:15:09.796Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3530 | 2026-08-26T16:15:18.956Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3531 | 2026-08-26T16:15:18.956Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3532 | 2026-08-26T16:15:18.959Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3533 | 2026-08-26T16:15:18.959Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3534 | 2026-08-26T16:15:18.959Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3535 | 2026-08-26T16:15:20.763Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3536 | 2026-08-26T16:15:20.849Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3537 | 2026-08-26T16:15:25.083Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3538 | 2026-08-26T16:16:05.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3539 | 2026-08-26T16:16:05.997Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3540 | 2026-08-26T16:16:05.997Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3541 | 2026-08-26T16:16:06.238Z | |
| 3542 | 2026-08-26T16:16:06.238Z | real 1:30.127874135 |
| 3543 | 2026-08-26T16:16:06.238Z | user 8:40.812403297 |
| 3544 | 2026-08-26T16:16:06.238Z | sys 1:43.067809856 |
| 3545 | 2026-08-26T16:16:06.238Z | trap 0.238110799 |
| 3546 | 2026-08-26T16:16:06.241Z | tflt 0.267525368 |
| 3547 | 2026-08-26T16:16:06.241Z | dflt 1.797161599 |
| 3548 | 2026-08-26T16:16:06.241Z | kflt 0.000270380 |
| 3549 | 2026-08-26T16:16:06.241Z | lock 30:49.525016047 |
| 3550 | 2026-08-26T16:16:06.241Z | slp 19:40.142558148 |
| 3551 | 2026-08-26T16:16:06.241Z | lat 41.188840163 |
| 3552 | 2026-08-26T16:16:06.241Z | stop 3:02.905117760 |
| 3553 | 2026-08-26T16:16:06.241Z | + mkdir tests |
| 3554 | 2026-08-26T16:16:06.244Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3555 | 2026-08-26T16:16:06.244Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3556 | 2026-08-26T16:16:06.266Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-36f98c9766aea515 tests/ |
| 3557 | 2026-08-26T16:16:06.297Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-67261a852b77e644 tests/ |
| 3558 | 2026-08-26T16:16:06.328Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-306e6573fcbb6af8 tests/ |
| 3559 | 2026-08-26T16:16:06.359Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e9c7699b2310dd45 tests/ |
| 3560 | 2026-08-26T16:16:06.721Z | + 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) |
| 3561 | 2026-08-26T16:16:06.725Z | + 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-67261a852b77e644 tests/commtest-306e6573fcbb6af8 tests/dhcp_server-36f98c9766aea515 tests/end_to_end_tests-e9c7699b2310dd45 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 |
| 3562 | 2026-08-26T16:17:36.411Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3563 | 2026-08-26T16:17:36.411Z | a .github/buildomat/ci-env.sh 1K |
| 3564 | 2026-08-26T16:17:36.411Z | a out/target/test 1K |
| 3565 | 2026-08-26T16:17:36.411Z | a out/npuzone/npuzone 27402K |
| 3566 | 2026-08-26T16:17:36.411Z | a package-manifest.toml 35K |
| 3567 | 2026-08-26T16:17:36.411Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3568 | 2026-08-26T16:17:36.411Z | a target/release/omicron-package 49392K |
| 3569 | 2026-08-26T16:17:36.411Z | a target/release/xtask 11727K |
| 3570 | 2026-08-26T16:17:36.411Z | a target/debug/bootstrap 439737K |
| 3571 | 2026-08-26T16:17:36.411Z | a tests/bootstrap-67261a852b77e644 34430K |
| 3572 | 2026-08-26T16:17:36.411Z | a tests/commtest-306e6573fcbb6af8 34431K |
| 3573 | 2026-08-26T16:17:36.411Z | a tests/dhcp_server-36f98c9766aea515 34431K |
| 3574 | 2026-08-26T16:17:36.411Z | a tests/end_to_end_tests-e9c7699b2310dd45 503270K |
| 3575 | 2026-08-26T16:17:36.411Z | a tools/opte_version 1K |
| 3576 | 2026-08-26T16:17:36.411Z | a tools/opte_version_override 2K |
| 3577 | 2026-08-26T16:17:36.411Z | a out/clickhouse.tar.gz 330887K |
| 3578 | 2026-08-26T16:17:36.411Z | a out/clickhouse_keeper.tar.gz 314893K |
| 3579 | 2026-08-26T16:17:36.412Z | a out/clickhouse_server.tar.gz 330885K |
| 3580 | 2026-08-26T16:17:36.412Z | a out/cockroachdb.tar.gz 170173K |
| 3581 | 2026-08-26T16:17:36.412Z | a out/crucible-pantry-zone.tar.gz 41879K |
| 3582 | 2026-08-26T16:17:36.412Z | a out/crucible-utils.tar 18900K |
| 3583 | 2026-08-26T16:17:36.412Z | a out/crucible-zone.tar.gz 56691K |
| 3584 | 2026-08-26T16:17:36.412Z | a out/external-dns.tar.gz 46732K |
| 3585 | 2026-08-26T16:17:36.412Z | a out/internal-dns.tar.gz 46731K |
| 3586 | 2026-08-26T16:17:36.412Z | a out/mg-ddm-gz.tar 100917K |
| 3587 | 2026-08-26T16:17:36.412Z | a out/nexus.tar.gz 362233K |
| 3588 | 2026-08-26T16:17:36.412Z | a out/ntp.tar.gz 35217K |
| 3589 | 2026-08-26T16:17:36.412Z | a out/omicron-gateway-softnpu.tar.gz 28980K |
| 3590 | 2026-08-26T16:17:36.412Z | a out/omicron-sled-agent.tar 243001K |
| 3591 | 2026-08-26T16:17:36.412Z | a out/overlay.tar.gz 4K |
| 3592 | 2026-08-26T16:17:36.412Z | a out/oximeter.tar.gz 71998K |
| 3593 | 2026-08-26T16:17:36.412Z | a out/oxlog.tar 4088K |
| 3594 | 2026-08-26T16:17:36.412Z | a out/probe.tar.gz 3037K |
| 3595 | 2026-08-26T16:17:36.412Z | a out/propolis-server.tar.gz 34642K |
| 3596 | 2026-08-26T16:17:36.412Z | a out/pumpkind-gz.tar 26647K |
| 3597 | 2026-08-26T16:17:36.412Z | a out/switch-softnpu.tar.gz 503668K |
| 3598 | 2026-08-26T16:17:36.415Z | |
| 3599 | 2026-08-26T16:17:36.415Z | real 1:29.689764515 |
| 3600 | 2026-08-26T16:17:36.415Z | user 1:26.722323744 |
| 3601 | 2026-08-26T16:17:36.415Z | sys 5.006625103 |
| 3602 | 2026-08-26T16:17:36.415Z | trap 0.006710962 |
| 3603 | 2026-08-26T16:17:36.415Z | tflt 0.000000000 |
| 3604 | 2026-08-26T16:17:36.415Z | dflt 0.000000000 |
| 3605 | 2026-08-26T16:17:36.415Z | kflt 0.000000000 |
| 3606 | 2026-08-26T16:17:36.415Z | lock 0.000000000 |
| 3607 | 2026-08-26T16:17:36.415Z | slp 1:26.525642637 |
| 3608 | 2026-08-26T16:17:36.415Z | lat 1.113777723 |
| 3609 | 2026-08-26T16:17:36.415Z | stop 0.000185110 |
| 3610 | 2026-08-26T16:17:36.415Z | process exited: duration 1075209 ms, exit code 0 |
| |
| 3611 | 2026-08-26T16:17:36.429Z | found 1 output files |
| 3612 | 2026-08-26T16:17:36.468Z | uploading: /work/package.tar.gz (2773153059 bytes) |
| 3613 | 2026-08-26T16:18:11.768Z | uploaded: /work/package.tar.gz |