|
|
|
| 1 | 2026-08-28T18:56:07.139Z | job assigned to worker 01M14VM2BNPW4WV7YVBJ49AT03 [factory aws, i-024f3316a8e211d7e] (queued for 54 s) |
| |
| 2 | 2026-08-28T18:56:14.294Z | starting task 0: "setup" |
| 3 | 2026-08-28T18:56:14.301Z | ++ uname -s |
| 4 | 2026-08-28T18:56:14.301Z | + kern=SunOS |
| 5 | 2026-08-28T18:56:14.301Z | + build_user=build |
| 6 | 2026-08-28T18:56:14.301Z | + build_uid=12345 |
| 7 | 2026-08-28T18:56:14.301Z | + work_dir=/work |
| 8 | 2026-08-28T18:56:14.301Z | + input_dir=/input |
| 9 | 2026-08-28T18:56:14.301Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-28T18:56:14.301Z | + case "$kern" in |
| 11 | 2026-08-28T18:56:14.301Z | + groupadd -g 12345 build |
| 12 | 2026-08-28T18:56:14.308Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-28T18:56:16.312Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-28T18:56:16.431Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-28T18:56:16.436Z | + home_fs=zfs |
| 16 | 2026-08-28T18:56:16.436Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-28T18:56:16.436Z | + mkdir -p /home/build |
| 18 | 2026-08-28T18:56:16.437Z | + chown build:build /home/build /work |
| 19 | 2026-08-28T18:56:18.436Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-28T18:56:18.440Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-08-28T18:56:18.446Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-28T18:56:18.453Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-28T18:56:18.453Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-28T18:56:18.453Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-28T18:56:18.453Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-28T18:56:18.453Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-28T18:56:18.453Z | * rust toolchain profile = "default" |
| 28 | 2026-08-28T18:56:18.457Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-28T18:56:18.457Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-28T18:56:18.568Z | info: downloading installer |
| 31 | 2026-08-28T18:56:19.874Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-28T18:56:19.874Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-28T18:56:19.875Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-28T18:56:19.875Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-28T18:56:19.887Z | info: profile set to default |
| 36 | 2026-08-28T18:56:19.887Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-28T18:56:19.890Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-28T18:56:20.016Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-28T18:56:20.020Z | info: downloading 6 components |
| 40 | 2026-08-28T18:56:34.637Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-28T18:56:34.637Z | |
| 42 | 2026-08-28T18:56:34.663Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-28T18:56:34.663Z | |
| 44 | 2026-08-28T18:56:34.663Z | |
| 45 | 2026-08-28T18:56:34.663Z | Rust is installed now. Great! |
| 46 | 2026-08-28T18:56:34.663Z | |
| 47 | 2026-08-28T18:56:34.663Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-28T18:56:34.663Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-28T18:56:34.663Z | |
| 50 | 2026-08-28T18:56:34.663Z | To configure your current shell, you need to source |
| 51 | 2026-08-28T18:56:34.663Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-28T18:56:34.664Z | |
| 53 | 2026-08-28T18:56:34.664Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-28T18:56:34.664Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-28T18:56:34.664Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-28T18:56:34.664Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-28T18:56:34.664Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-28T18:56:34.664Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-28T18:56:34.664Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-28T18:56:34.667Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-28T18:56:34.667Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-28T18:56:34.774Z | + rustup --version |
| 63 | 2026-08-28T18:56:34.782Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-28T18:56:34.785Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-28T18:56:34.800Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-28T18:56:34.804Z | + cargo --version |
| 67 | 2026-08-28T18:56:34.814Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-28T18:56:34.819Z | + rustc --version |
| 69 | 2026-08-28T18:56:34.835Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-28T18:56:34.840Z | process exited: duration 16390 ms, exit code 0 |
| |
| 71 | 2026-08-28T18:56:34.852Z | starting task 2: "authentication" |
| 72 | 2026-08-28T18:56:34.869Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-28T18:56:34.881Z | starting task 3: "clone repository" |
| 74 | 2026-08-28T18:56:34.886Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-28T18:56:34.887Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-28T18:56:34.919Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-28T18:56:48.442Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-28T18:56:48.442Z | + git fetch origin 774254e8a4037268983f847224912f6574876d80 |
| 79 | 2026-08-28T18:56:48.780Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-28T18:56:48.780Z | * branch 774254e8a4037268983f847224912f6574876d80 -> FETCH_HEAD |
| 81 | 2026-08-28T18:56:48.797Z | + [[ -n support-bundle-data-selection-api ]] |
| 82 | 2026-08-28T18:56:48.804Z | ++ git branch --show-current |
| 83 | 2026-08-28T18:56:48.804Z | + current=main |
| 84 | 2026-08-28T18:56:48.804Z | + [[ main != support-bundle-data-selection-api ]] |
| 85 | 2026-08-28T18:56:48.804Z | + git branch -f support-bundle-data-selection-api 774254e8a4037268983f847224912f6574876d80 |
| 86 | 2026-08-28T18:56:48.810Z | + git checkout -f support-bundle-data-selection-api |
| 87 | 2026-08-28T18:56:49.061Z | Switched to branch 'support-bundle-data-selection-api' |
| 88 | 2026-08-28T18:56:49.066Z | + git reset --hard 774254e8a4037268983f847224912f6574876d80 |
| 89 | 2026-08-28T18:56:49.323Z | HEAD is now at 774254e8a Authorize bundle creation before validating the data selection |
| 90 | 2026-08-28T18:56:49.329Z | process exited: duration 14446 ms, exit code 0 |
| |
| 91 | 2026-08-28T18:56:49.335Z | starting task 4: "build" |
| 92 | 2026-08-28T18:56:49.341Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-28T18:56:49.341Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-28T18:56:49.341Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-28T18:56:49.344Z | +++ uname -s |
| 96 | 2026-08-28T18:56:49.344Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-28T18:56:49.344Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-28T18:56:49.347Z | + cargo --version |
| 99 | 2026-08-28T18:56:49.357Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-28T18:56:49.361Z | + rustc --version |
| 101 | 2026-08-28T18:56:49.384Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-28T18:56:49.387Z | + WORK=/work |
| 103 | 2026-08-28T18:56:49.387Z | + pfexec mkdir -p /work |
| 104 | 2026-08-28T18:56:49.390Z | + pfexec chown build /work |
| 105 | 2026-08-28T18:56:49.390Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-28T18:56:52.086Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-28T18:56:52.491Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-28T18:56:54.825Z | Planning: Solver setup ... Done (2.206s) |
| 109 | 2026-08-28T18:56:54.889Z | Planning: Running solver ... Done (0.064s) |
| 110 | 2026-08-28T18:56:54.941Z | Planning: Finding local manifests ... Done (0.004s) |
| 111 | 2026-08-28T18:56:54.953Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-28T18:56:54.977Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-28T18:56:54.992Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-28T18:56:54.995Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-08-28T18:56:55.221Z | Planning: Checking for conflicting actions ... Done (0.226s) |
| 116 | 2026-08-28T18:56:55.224Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-28T18:56:56.116Z | Planning: Evaluating mediators ... Done (0.895s) |
| 118 | 2026-08-28T18:56:56.119Z | Planning: Planning completed in 3.58 seconds |
| 119 | 2026-08-28T18:56:56.125Z | Packages to install: 2 |
| 120 | 2026-08-28T18:56:56.125Z | Estimated space available: 156.00 GB |
| 121 | 2026-08-28T18:56:56.125Z | Estimated space to be consumed: 83.65 MB |
| 122 | 2026-08-28T18:56:56.125Z | Create boot environment: No |
| 123 | 2026-08-28T18:56:56.129Z | Create backup boot environment: No |
| 124 | 2026-08-28T18:56:56.129Z | Rebuild boot archive: No |
| 125 | 2026-08-28T18:56:56.129Z | |
| 126 | 2026-08-28T18:56:56.129Z | Changed packages: |
| 127 | 2026-08-28T18:56:56.129Z | helios |
| 128 | 2026-08-28T18:56:56.129Z | developer/build-essential |
| 129 | 2026-08-28T18:56:56.129Z | None -> 11-3.0 |
| 130 | 2026-08-28T18:56:56.129Z | library/libxmlsec1 |
| 131 | 2026-08-28T18:56:56.129Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-28T18:56:56.152Z | |
| 133 | 2026-08-28T18:56:56.152Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-28T18:56:56.232Z | Download: Completed 1.28 MB in 0.08 seconds (16.2M/s) |
| 135 | 2026-08-28T18:56:56.303Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-28T18:56:56.342Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-28T18:56:56.382Z | Finalize: Updating package state database ... Done (0.039s) |
| 138 | 2026-08-28T18:56:56.382Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-28T18:56:56.472Z | Finalize: Updating image state ... Done (0.091s) |
| 140 | 2026-08-28T18:56:59.161Z | Finalize: Creating fast lookup database ... Done (2.633s) |
| 141 | 2026-08-28T18:56:59.228Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-28T18:56:59.232Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-28T18:56:59.301Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-28T18:56:59.679Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-28T18:56:59.785Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-28T18:56:59.789Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-28T18:56:59.943Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-28T18:56:59.947Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-28T18:56:59.967Z | Mediators to change: 2 |
| 150 | 2026-08-28T18:56:59.967Z | Create boot environment: No |
| 151 | 2026-08-28T18:56:59.967Z | Create backup boot environment: No |
| 152 | 2026-08-28T18:57:00.016Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-28T18:57:00.016Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-28T18:57:00.072Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-28T18:57:02.017Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-28T18:57:02.080Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-28T18:57:02.084Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-28T18:57:02.170Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-28T18:57:02.458Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-28T18:57:02.564Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-28T18:57:02.573Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-28T18:57:02.723Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-28T18:57:02.728Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-28T18:57:02.745Z | Mediators to change: 1 |
| 165 | 2026-08-28T18:57:02.745Z | Create boot environment: No |
| 166 | 2026-08-28T18:57:02.745Z | Create backup boot environment: No |
| 167 | 2026-08-28T18:57:02.819Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-28T18:57:02.819Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-28T18:57:02.881Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-28T18:57:04.819Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-28T18:57:04.884Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-28T18:57:04.889Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-28T18:57:04.968Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-28T18:57:05.285Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-28T18:57:05.285Z | apache system 2.4 system |
| 176 | 2026-08-28T18:57:05.285Z | clang system 15 system |
| 177 | 2026-08-28T18:57:05.285Z | csh system system illumos |
| 178 | 2026-08-28T18:57:05.285Z | ctags system system illumos |
| 179 | 2026-08-28T18:57:05.285Z | file vendor vendor darwinsys |
| 180 | 2026-08-28T18:57:05.285Z | file system system illumos |
| 181 | 2026-08-28T18:57:05.285Z | gcc vendor 14 vendor |
| 182 | 2026-08-28T18:57:05.285Z | gcc system 13 system |
| 183 | 2026-08-28T18:57:05.285Z | gcc system 10 system |
| 184 | 2026-08-28T18:57:05.285Z | go system 1.25 system |
| 185 | 2026-08-28T18:57:05.285Z | llvm system 15 system |
| 186 | 2026-08-28T18:57:05.285Z | mariadb system 11.4 system |
| 187 | 2026-08-28T18:57:05.285Z | mta vendor vendor dma |
| 188 | 2026-08-28T18:57:05.285Z | openjdk system 17 system |
| 189 | 2026-08-28T18:57:05.285Z | openjdk system 11 system |
| 190 | 2026-08-28T18:57:05.285Z | openssl vendor 3 vendor |
| 191 | 2026-08-28T18:57:05.285Z | perl system 5.40 system |
| 192 | 2026-08-28T18:57:05.285Z | postgresql system 18 system |
| 193 | 2026-08-28T18:57:05.285Z | postgresql system 17 system |
| 194 | 2026-08-28T18:57:05.285Z | python vendor 3 vendor |
| 195 | 2026-08-28T18:57:05.285Z | python system 2 system |
| 196 | 2026-08-28T18:57:05.286Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-28T18:57:05.286Z | ruby system 3.4 system |
| 198 | 2026-08-28T18:57:05.286Z | ruby system 3.0 system |
| 199 | 2026-08-28T18:57:05.286Z | words vendor vendor american-english |
| 200 | 2026-08-28T18:57:05.286Z | words system system australian-english |
| 201 | 2026-08-28T18:57:05.286Z | words system system british-english |
| 202 | 2026-08-28T18:57:05.286Z | words system system canadian-english |
| 203 | 2026-08-28T18:57:05.286Z | words system system french |
| 204 | 2026-08-28T18:57:05.286Z | words system system italian |
| 205 | 2026-08-28T18:57:05.286Z | words system system ngerman |
| 206 | 2026-08-28T18:57:05.286Z | words system system ogerman |
| 207 | 2026-08-28T18:57:05.286Z | words system system spanish |
| 208 | 2026-08-28T18:57:05.550Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-28T18:57:05.550Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-28T18:57:06.051Z | FMRI IFO |
| 211 | 2026-08-28T18:57:06.051Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-28T18:57:06.051Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-28T18:57:06.051Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-28T18:57:06.051Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-28T18:57:06.051Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-28T18:57:06.051Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-28T18:57:06.051Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-28T18:57:06.051Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-28T18:57:06.051Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-28T18:57:06.393Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-28T18:57:06.745Z | Updating crates.io index |
| 222 | 2026-08-28T18:57:06.749Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-28T18:57:07.031Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-28T18:57:07.481Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 225 | 2026-08-28T18:57:07.700Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-28T18:57:08.699Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-08-28T18:57:09.288Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-08-28T18:57:10.910Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-08-28T18:57:11.752Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-28T18:57:12.202Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-08-28T18:57:12.591Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-08-28T18:57:13.857Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-08-28T18:57:14.181Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-28T18:57:14.606Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-08-28T18:57:15.901Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-08-28T18:57:16.206Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-08-28T18:57:16.469Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-08-28T18:57:16.775Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-28T18:57:17.075Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-28T18:57:17.458Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-28T18:57:17.967Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-28T18:57:18.353Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-28T18:57:18.877Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-28T18:57:19.191Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-28T18:57:19.892Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-28T18:57:20.264Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-28T18:57:21.058Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-28T18:57:21.485Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-28T18:57:21.782Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-28T18:57:22.231Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-28T18:57:22.969Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-28T18:57:23.290Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-28T18:57:23.595Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-28T18:57:23.985Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-28T18:57:24.518Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-28T18:57:25.138Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-28T18:57:25.446Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-28T18:57:25.779Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-28T18:57:26.411Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-28T18:57:26.694Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-28T18:57:27.003Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-28T18:57:28.372Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-28T18:57:28.640Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-28T18:57:28.931Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 265 | 2026-08-28T18:57:31.640Z | Downloading crates ... |
| 266 | 2026-08-28T18:57:31.693Z | Downloaded cargo-platform v0.3.2 |
| 267 | 2026-08-28T18:57:31.696Z | Downloaded cpufeatures v0.2.17 |
| 268 | 2026-08-28T18:57:31.696Z | Downloaded dof v0.3.0 |
| 269 | 2026-08-28T18:57:31.700Z | Downloaded anstyle-query v1.1.5 |
| 270 | 2026-08-28T18:57:31.703Z | Downloaded usdt-macro v0.5.0 |
| 271 | 2026-08-28T18:57:31.704Z | Downloaded smawk v0.3.2 |
| 272 | 2026-08-28T18:57:31.707Z | Downloaded anstyle v1.0.14 |
| 273 | 2026-08-28T18:57:31.707Z | Downloaded anyhow v1.0.104 |
| 274 | 2026-08-28T18:57:31.711Z | Downloaded block-buffer v0.10.4 |
| 275 | 2026-08-28T18:57:31.714Z | Downloaded anstyle-parse v1.0.0 |
| 276 | 2026-08-28T18:57:31.717Z | Downloaded zmij v1.0.21 |
| 277 | 2026-08-28T18:57:31.717Z | Downloaded cargo_toml v0.21.0 |
| 278 | 2026-08-28T18:57:31.720Z | Downloaded dtrace-parser v0.2.0 |
| 279 | 2026-08-28T18:57:31.720Z | Downloaded anstream v1.0.0 |
| 280 | 2026-08-28T18:57:31.720Z | Downloaded digest v0.10.7 |
| 281 | 2026-08-28T18:57:31.721Z | Downloaded cargo_metadata v0.23.1 |
| 282 | 2026-08-28T18:57:31.724Z | Downloaded zerocopy-derive v0.7.35 |
| 283 | 2026-08-28T18:57:31.725Z | Downloaded bitflags v2.11.0 |
| 284 | 2026-08-28T18:57:31.732Z | Downloaded zerocopy v0.7.35 |
| 285 | 2026-08-28T18:57:31.736Z | Downloaded camino v1.2.5 |
| 286 | 2026-08-28T18:57:31.736Z | Downloaded fnv v1.0.7 |
| 287 | 2026-08-28T18:57:31.736Z | Downloaded autocfg v1.5.0 |
| 288 | 2026-08-28T18:57:31.736Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-08-28T18:57:31.739Z | Downloaded toml_write v0.1.2 |
| 290 | 2026-08-28T18:57:31.739Z | Downloaded equivalent v1.0.2 |
| 291 | 2026-08-28T18:57:31.739Z | Downloaded plain v0.2.3 |
| 292 | 2026-08-28T18:57:31.739Z | Downloaded thread-id v4.2.2 |
| 293 | 2026-08-28T18:57:31.742Z | Downloaded camino-tempfile v1.4.1 |
| 294 | 2026-08-28T18:57:31.742Z | Downloaded crypto-common v0.1.7 |
| 295 | 2026-08-28T18:57:31.748Z | Downloaded clap v4.6.1 |
| 296 | 2026-08-28T18:57:31.754Z | Downloaded bytecount v0.6.9 |
| 297 | 2026-08-28T18:57:31.754Z | Downloaded cfg-if v1.0.4 |
| 298 | 2026-08-28T18:57:31.754Z | Downloaded errno v0.3.14 |
| 299 | 2026-08-28T18:57:31.754Z | Downloaded strsim v0.11.1 |
| 300 | 2026-08-28T18:57:31.757Z | Downloaded fastrand v2.3.0 |
| 301 | 2026-08-28T18:57:31.757Z | Downloaded pretty-hex v0.4.1 |
| 302 | 2026-08-28T18:57:31.757Z | Downloaded swrite v0.1.0 |
| 303 | 2026-08-28T18:57:31.757Z | Downloaded heck v0.5.0 |
| 304 | 2026-08-28T18:57:31.757Z | Downloaded clap_lex v1.0.0 |
| 305 | 2026-08-28T18:57:31.761Z | Downloaded terminal_size v0.4.3 |
| 306 | 2026-08-28T18:57:31.764Z | Downloaded utf8parse v0.2.2 |
| 307 | 2026-08-28T18:57:31.767Z | Downloaded byteorder v1.5.0 |
| 308 | 2026-08-28T18:57:31.770Z | Downloaded memchr v2.8.0 |
| 309 | 2026-08-28T18:57:31.773Z | Downloaded clap_derive v4.6.1 |
| 310 | 2026-08-28T18:57:31.777Z | Downloaded memmap v0.7.0 |
| 311 | 2026-08-28T18:57:31.777Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-08-28T18:57:31.777Z | Downloaded serde_spanned v0.6.9 |
| 313 | 2026-08-28T18:57:31.777Z | Downloaded usdt v0.5.0 |
| 314 | 2026-08-28T18:57:31.781Z | Downloaded usdt-attr-macro v0.5.0 |
| 315 | 2026-08-28T18:57:31.784Z | Downloaded macaddr v1.0.1 |
| 316 | 2026-08-28T18:57:31.784Z | Downloaded is_terminal_polyfill v1.70.2 |
| 317 | 2026-08-28T18:57:31.784Z | Downloaded toml_datetime v0.6.11 |
| 318 | 2026-08-28T18:57:31.788Z | Downloaded tabled_derive v0.7.0 |
| 319 | 2026-08-28T18:57:31.788Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2026-08-28T18:57:31.791Z | Downloaded proc-macro-error-attr v1.0.4 |
| 321 | 2026-08-28T18:57:31.794Z | Downloaded itoa v1.0.17 |
| 322 | 2026-08-28T18:57:31.797Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-08-28T18:57:31.797Z | Downloaded indexmap v2.14.0 |
| 324 | 2026-08-28T18:57:31.801Z | Downloaded quote v1.0.45 |
| 325 | 2026-08-28T18:57:31.801Z | Downloaded thiserror v1.0.69 |
| 326 | 2026-08-28T18:57:31.805Z | Downloaded version_check v0.9.5 |
| 327 | 2026-08-28T18:57:31.806Z | Downloaded proc-macro-error v1.0.4 |
| 328 | 2026-08-28T18:57:31.809Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-08-28T18:57:31.813Z | Downloaded pest_meta v2.8.6 |
| 330 | 2026-08-28T18:57:31.813Z | Downloaded thiserror-impl v2.0.18 |
| 331 | 2026-08-28T18:57:31.817Z | Downloaded fs-err v3.3.0 |
| 332 | 2026-08-28T18:57:31.817Z | Downloaded heck v0.4.1 |
| 333 | 2026-08-28T18:57:31.817Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2026-08-28T18:57:31.822Z | Downloaded scroll v0.12.0 |
| 335 | 2026-08-28T18:57:31.822Z | Downloaded thiserror v2.0.18 |
| 336 | 2026-08-28T18:57:31.825Z | Downloaded serde_tokenstream v0.2.3 |
| 337 | 2026-08-28T18:57:31.831Z | Downloaded pest_derive v2.8.6 |
| 338 | 2026-08-28T18:57:31.834Z | Downloaded usdt-impl v0.5.0 |
| 339 | 2026-08-28T18:57:31.835Z | Downloaded once_cell v1.21.3 |
| 340 | 2026-08-28T18:57:31.837Z | Downloaded serde_core v1.0.228 |
| 341 | 2026-08-28T18:57:31.841Z | Downloaded pest_generator v2.8.6 |
| 342 | 2026-08-28T18:57:31.845Z | Downloaded toml v0.8.23 |
| 343 | 2026-08-28T18:57:31.848Z | Downloaded tempfile v3.27.0 |
| 344 | 2026-08-28T18:57:31.848Z | Downloaded semver v1.0.28 |
| 345 | 2026-08-28T18:57:31.852Z | Downloaded ucd-trie v0.1.7 |
| 346 | 2026-08-28T18:57:31.852Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-08-28T18:57:31.855Z | Downloaded papergrid v0.11.0 |
| 348 | 2026-08-28T18:57:31.858Z | Downloaded proc-macro2 v1.0.106 |
| 349 | 2026-08-28T18:57:31.858Z | Downloaded log v0.4.33 |
| 350 | 2026-08-28T18:57:31.858Z | Downloaded unicode-ident v1.0.24 |
| 351 | 2026-08-28T18:57:31.861Z | Downloaded getrandom v0.4.3 |
| 352 | 2026-08-28T18:57:31.866Z | Downloaded serde_derive v1.0.228 |
| 353 | 2026-08-28T18:57:31.880Z | Downloaded serde v1.0.228 |
| 354 | 2026-08-28T18:57:31.901Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-28T18:57:31.904Z | Downloaded toml_edit v0.22.27 |
| 356 | 2026-08-28T18:57:31.915Z | Downloaded pest v2.8.6 |
| 357 | 2026-08-28T18:57:31.932Z | Downloaded clap_builder v4.6.0 |
| 358 | 2026-08-28T18:57:31.943Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-28T18:57:31.946Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-28T18:57:31.949Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-28T18:57:31.960Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-28T18:57:31.968Z | Downloaded goblin v0.8.2 |
| 363 | 2026-08-28T18:57:31.974Z | Downloaded syn v1.0.109 |
| 364 | 2026-08-28T18:57:31.979Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-28T18:57:31.982Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-28T18:57:31.987Z | Downloaded syn v2.0.117 |
| 367 | 2026-08-28T18:57:32.001Z | Downloaded rustix v1.1.4 |
| 368 | 2026-08-28T18:57:32.019Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-28T18:57:32.079Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-28T18:57:32.079Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-28T18:57:32.082Z | Compiling quote v1.0.45 |
| 372 | 2026-08-28T18:57:32.082Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-28T18:57:32.082Z | Compiling libc v0.2.185 |
| 374 | 2026-08-28T18:57:32.082Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-28T18:57:32.083Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-28T18:57:32.083Z | Compiling serde v1.0.228 |
| 377 | 2026-08-28T18:57:32.083Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-28T18:57:32.083Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-28T18:57:32.083Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-28T18:57:32.083Z | Compiling thiserror v1.0.69 |
| 381 | 2026-08-28T18:57:32.083Z | Compiling rustix v1.1.4 |
| 382 | 2026-08-28T18:57:32.083Z | Compiling byteorder v1.5.0 |
| 383 | 2026-08-28T18:57:32.524Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-28T18:57:32.544Z | Compiling bitflags v2.11.0 |
| 385 | 2026-08-28T18:57:32.602Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-28T18:57:32.668Z | Compiling pest v2.8.6 |
| 387 | 2026-08-28T18:57:32.781Z | Compiling proc-macro-error-attr v1.0.4 |
| 388 | 2026-08-28T18:57:32.819Z | Compiling syn v1.0.109 |
| 389 | 2026-08-28T18:57:32.853Z | Compiling camino v1.2.5 |
| 390 | 2026-08-28T18:57:32.884Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-28T18:57:32.929Z | Compiling equivalent v1.0.2 |
| 392 | 2026-08-28T18:57:32.943Z | Compiling getrandom v0.4.3 |
| 393 | 2026-08-28T18:57:33.032Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-08-28T18:57:33.052Z | Compiling log v0.4.33 |
| 395 | 2026-08-28T18:57:33.077Z | Compiling plain v0.2.3 |
| 396 | 2026-08-28T18:57:33.083Z | Compiling utf8parse v0.2.2 |
| 397 | 2026-08-28T18:57:33.171Z | Compiling toml_write v0.1.2 |
| 398 | 2026-08-28T18:57:33.203Z | Compiling cfg-if v1.0.4 |
| 399 | 2026-08-28T18:57:33.255Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-08-28T18:57:33.264Z | Compiling thiserror v2.0.18 |
| 401 | 2026-08-28T18:57:33.288Z | Compiling anstyle-query v1.1.5 |
| 402 | 2026-08-28T18:57:33.302Z | Compiling anstyle v1.0.14 |
| 403 | 2026-08-28T18:57:33.323Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-08-28T18:57:33.337Z | Compiling pretty-hex v0.4.1 |
| 405 | 2026-08-28T18:57:33.404Z | Compiling autocfg v1.5.0 |
| 406 | 2026-08-28T18:57:33.432Z | Compiling is_terminal_polyfill v1.70.2 |
| 407 | 2026-08-28T18:57:33.442Z | Compiling winnow v0.7.14 |
| 408 | 2026-08-28T18:57:33.488Z | Compiling errno v0.3.14 |
| 409 | 2026-08-28T18:57:33.505Z | Compiling thread-id v4.2.2 |
| 410 | 2026-08-28T18:57:33.521Z | Compiling anstream v1.0.0 |
| 411 | 2026-08-28T18:57:33.560Z | Compiling fastrand v2.3.0 |
| 412 | 2026-08-28T18:57:33.572Z | Compiling indexmap v2.14.0 |
| 413 | 2026-08-28T18:57:33.586Z | Compiling heck v0.5.0 |
| 414 | 2026-08-28T18:57:33.600Z | Compiling bytecount v0.6.9 |
| 415 | 2026-08-28T18:57:33.654Z | Compiling anyhow v1.0.104 |
| 416 | 2026-08-28T18:57:33.670Z | Compiling strsim v0.11.1 |
| 417 | 2026-08-28T18:57:33.767Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-28T18:57:33.849Z | Compiling pest_meta v2.8.6 |
| 419 | 2026-08-28T18:57:33.858Z | Compiling heck v0.4.1 |
| 420 | 2026-08-28T18:57:33.866Z | Compiling fs-err v3.3.0 |
| 421 | 2026-08-28T18:57:33.900Z | Compiling once_cell v1.21.3 |
| 422 | 2026-08-28T18:57:33.909Z | Compiling unicode-width v0.1.14 |
| 423 | 2026-08-28T18:57:33.910Z | Compiling clap_lex v1.0.0 |
| 424 | 2026-08-28T18:57:33.995Z | Compiling syn v2.0.117 |
| 425 | 2026-08-28T18:57:34.038Z | Compiling memmap v0.7.0 |
| 426 | 2026-08-28T18:57:34.105Z | Compiling smawk v0.3.2 |
| 427 | 2026-08-28T18:57:34.133Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-28T18:57:34.169Z | Compiling papergrid v0.11.0 |
| 429 | 2026-08-28T18:57:34.207Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-08-28T18:57:34.237Z | Compiling swrite v0.1.0 |
| 431 | 2026-08-28T18:57:34.464Z | Compiling terminal_size v0.4.3 |
| 432 | 2026-08-28T18:57:34.464Z | Compiling tempfile v3.27.0 |
| 433 | 2026-08-28T18:57:34.629Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-08-28T18:57:34.647Z | Compiling semver v1.0.28 |
| 435 | 2026-08-28T18:57:34.651Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-28T18:57:34.695Z | Compiling textwrap v0.16.2 |
| 437 | 2026-08-28T18:57:34.878Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-28T18:57:35.443Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-28T18:57:36.087Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-28T18:57:36.149Z | Compiling pest_generator v2.8.6 |
| 441 | 2026-08-28T18:57:36.681Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-28T18:57:36.681Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-28T18:57:36.682Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-28T18:57:36.685Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-28T18:57:36.685Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-28T18:57:36.685Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-28T18:57:36.771Z | Compiling pest_derive v2.8.6 |
| 448 | 2026-08-28T18:57:37.277Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-28T18:57:37.359Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-28T18:57:37.488Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-28T18:57:37.667Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-28T18:57:38.003Z | Compiling clap v4.6.1 |
| 453 | 2026-08-28T18:57:39.059Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-28T18:57:39.059Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-08-28T18:57:39.068Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 456 | 2026-08-28T18:57:39.068Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-08-28T18:57:39.068Z | Compiling macaddr v1.0.1 |
| 458 | 2026-08-28T18:57:39.068Z | Compiling dof v0.3.0 |
| 459 | 2026-08-28T18:57:39.068Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-08-28T18:57:39.261Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-28T18:57:39.798Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-28T18:57:39.798Z | Compiling usdt-macro v0.5.0 |
| 463 | 2026-08-28T18:57:40.415Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-28T18:57:40.527Z | Compiling toml v0.8.23 |
| 465 | 2026-08-28T18:57:40.856Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-28T18:57:42.136Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-28T18:57:44.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.98s |
| 468 | 2026-08-28T18:57:44.424Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-28T18:57:44.950Z | Downloading crates ... |
| 470 | 2026-08-28T18:57:45.000Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 471 | 2026-08-28T18:57:45.007Z | Downloaded atomicwrites v0.4.4 |
| 472 | 2026-08-28T18:57:45.037Z | Downloaded addr2line v0.25.1 |
| 473 | 2026-08-28T18:57:45.044Z | Downloaded cobs v0.3.0 |
| 474 | 2026-08-28T18:57:45.044Z | Downloaded adler2 v2.0.1 |
| 475 | 2026-08-28T18:57:45.044Z | Downloaded assert_matches v1.5.0 |
| 476 | 2026-08-28T18:57:45.044Z | Downloaded async-stream-impl v0.3.6 |
| 477 | 2026-08-28T18:57:45.044Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2026-08-28T18:57:45.044Z | Downloaded endian-type v0.1.2 |
| 479 | 2026-08-28T18:57:45.045Z | Downloaded const-oid v0.10.2 |
| 480 | 2026-08-28T18:57:45.045Z | Downloaded enum_dispatch v0.3.13 |
| 481 | 2026-08-28T18:57:45.045Z | Downloaded backtrace-ext v0.2.1 |
| 482 | 2026-08-28T18:57:45.045Z | Downloaded enum-as-inner v0.6.1 |
| 483 | 2026-08-28T18:57:45.045Z | Downloaded env_filter v2.0.0 |
| 484 | 2026-08-28T18:57:45.045Z | Downloaded async-stream v0.3.6 |
| 485 | 2026-08-28T18:57:45.045Z | Downloaded env_logger v0.11.11 |
| 486 | 2026-08-28T18:57:45.045Z | Downloaded base16ct v1.0.0 |
| 487 | 2026-08-28T18:57:45.045Z | Downloaded flagset v0.4.7 |
| 488 | 2026-08-28T18:57:45.045Z | Downloaded ena v0.14.4 |
| 489 | 2026-08-28T18:57:45.045Z | Downloaded atty v0.2.14 |
| 490 | 2026-08-28T18:57:45.045Z | Downloaded futures-task v0.3.32 |
| 491 | 2026-08-28T18:57:45.045Z | Downloaded aead v0.5.2 |
| 492 | 2026-08-28T18:57:45.049Z | Downloaded arrayref v0.3.9 |
| 493 | 2026-08-28T18:57:45.049Z | Downloaded ascii-canvas v3.0.0 |
| 494 | 2026-08-28T18:57:45.050Z | Downloaded bitfield-macros v0.19.4 |
| 495 | 2026-08-28T18:57:45.050Z | Downloaded futures-io v0.3.32 |
| 496 | 2026-08-28T18:57:45.050Z | Downloaded foreign-types v0.3.2 |
| 497 | 2026-08-28T18:57:45.050Z | Downloaded cipher v0.4.4 |
| 498 | 2026-08-28T18:57:45.050Z | Downloaded cmake v0.1.57 |
| 499 | 2026-08-28T18:57:45.053Z | Downloaded fixedbitset v0.4.2 |
| 500 | 2026-08-28T18:57:45.053Z | Downloaded futures-macro v0.3.32 |
| 501 | 2026-08-28T18:57:45.053Z | Downloaded array-init v0.0.4 |
| 502 | 2026-08-28T18:57:45.054Z | Downloaded async-recursion v1.1.1 |
| 503 | 2026-08-28T18:57:45.058Z | Downloaded bit-set v0.5.3 |
| 504 | 2026-08-28T18:57:45.058Z | Downloaded bit-set v0.8.0 |
| 505 | 2026-08-28T18:57:45.062Z | Downloaded cassowary v0.3.0 |
| 506 | 2026-08-28T18:57:45.063Z | Downloaded form_urlencoded v1.2.2 |
| 507 | 2026-08-28T18:57:45.066Z | Downloaded hubpack v0.1.2 |
| 508 | 2026-08-28T18:57:45.066Z | Downloaded anstyle-parse v0.2.7 |
| 509 | 2026-08-28T18:57:45.066Z | Downloaded gethostname v0.5.0 |
| 510 | 2026-08-28T18:57:45.066Z | Downloaded foreign-types-macros v0.2.3 |
| 511 | 2026-08-28T18:57:45.070Z | Downloaded foreign-types-shared v0.1.1 |
| 512 | 2026-08-28T18:57:45.070Z | Downloaded fd-lock v4.0.4 |
| 513 | 2026-08-28T18:57:45.071Z | Downloaded bb8 v0.8.6 |
| 514 | 2026-08-28T18:57:45.074Z | Downloaded http-range v0.1.5 |
| 515 | 2026-08-28T18:57:45.074Z | Downloaded arrayvec v0.7.6 |
| 516 | 2026-08-28T18:57:45.074Z | Downloaded console v0.15.11 |
| 517 | 2026-08-28T18:57:45.078Z | Downloaded ff v0.13.1 |
| 518 | 2026-08-28T18:57:45.078Z | Downloaded headers-core v0.3.0 |
| 519 | 2026-08-28T18:57:45.078Z | Downloaded bit-vec v0.6.3 |
| 520 | 2026-08-28T18:57:45.078Z | Downloaded ff v0.14.0 |
| 521 | 2026-08-28T18:57:45.081Z | Downloaded futures-core v0.3.32 |
| 522 | 2026-08-28T18:57:45.081Z | Downloaded erased-serde v0.3.31 |
| 523 | 2026-08-28T18:57:45.081Z | Downloaded fs-err v2.11.0 |
| 524 | 2026-08-28T18:57:45.087Z | Downloaded block-buffer v0.12.1 |
| 525 | 2026-08-28T18:57:45.087Z | Downloaded cfg_aliases v0.2.1 |
| 526 | 2026-08-28T18:57:45.087Z | Downloaded ghash v0.6.0 |
| 527 | 2026-08-28T18:57:45.087Z | Downloaded hash32 v0.3.1 |
| 528 | 2026-08-28T18:57:45.091Z | Downloaded float-cmp v0.10.0 |
| 529 | 2026-08-28T18:57:45.091Z | Downloaded float-ord v0.3.2 |
| 530 | 2026-08-28T18:57:45.091Z | Downloaded block-padding v0.4.2 |
| 531 | 2026-08-28T18:57:45.091Z | Downloaded fxhash v0.2.1 |
| 532 | 2026-08-28T18:57:45.091Z | Downloaded bitfield-struct v0.6.2 |
| 533 | 2026-08-28T18:57:45.091Z | Downloaded castaway v0.2.4 |
| 534 | 2026-08-28T18:57:45.091Z | Downloaded ciborium-ll v0.2.2 |
| 535 | 2026-08-28T18:57:45.095Z | Downloaded httpdate v1.0.3 |
| 536 | 2026-08-28T18:57:45.095Z | Downloaded cfg_aliases v0.1.1 |
| 537 | 2026-08-28T18:57:45.095Z | Downloaded hex v0.4.3 |
| 538 | 2026-08-28T18:57:45.098Z | Downloaded compression-core v0.4.31 |
| 539 | 2026-08-28T18:57:45.101Z | Downloaded home v0.5.12 |
| 540 | 2026-08-28T18:57:45.101Z | Downloaded foreign-types v0.5.0 |
| 541 | 2026-08-28T18:57:45.101Z | Downloaded hash32 v0.2.1 |
| 542 | 2026-08-28T18:57:45.101Z | Downloaded futures-sink v0.3.32 |
| 543 | 2026-08-28T18:57:45.109Z | Downloaded fixedbitset v0.5.7 |
| 544 | 2026-08-28T18:57:45.112Z | Downloaded futures-executor v0.3.32 |
| 545 | 2026-08-28T18:57:45.112Z | Downloaded fallible-iterator v0.2.0 |
| 546 | 2026-08-28T18:57:45.115Z | Downloaded find-msvc-tools v0.1.9 |
| 547 | 2026-08-28T18:57:45.115Z | Downloaded ciborium-io v0.2.2 |
| 548 | 2026-08-28T18:57:45.115Z | Downloaded glob v0.3.3 |
| 549 | 2026-08-28T18:57:45.119Z | Downloaded hostname v0.3.1 |
| 550 | 2026-08-28T18:57:45.119Z | Downloaded hostname v0.4.2 |
| 551 | 2026-08-28T18:57:45.119Z | Downloaded nodrop v0.1.14 |
| 552 | 2026-08-28T18:57:45.123Z | Downloaded foreign-types-shared v0.3.1 |
| 553 | 2026-08-28T18:57:45.123Z | Downloaded http-body v1.0.1 |
| 554 | 2026-08-28T18:57:45.123Z | Downloaded hubpack_derive v0.1.1 |
| 555 | 2026-08-28T18:57:45.123Z | Downloaded globwalk v0.9.1 |
| 556 | 2026-08-28T18:57:45.127Z | Downloaded nibble_vec v0.1.0 |
| 557 | 2026-08-28T18:57:45.127Z | Downloaded openssl-macros v0.1.1 |
| 558 | 2026-08-28T18:57:45.132Z | Downloaded peg-runtime v0.8.5 |
| 559 | 2026-08-28T18:57:45.132Z | Downloaded backon v1.6.0 |
| 560 | 2026-08-28T18:57:45.132Z | Downloaded bitfield v0.19.4 |
| 561 | 2026-08-28T18:57:45.139Z | Downloaded foldhash v0.1.5 |
| 562 | 2026-08-28T18:57:45.139Z | Downloaded foldhash v0.2.0 |
| 563 | 2026-08-28T18:57:45.139Z | Downloaded futures-channel v0.3.32 |
| 564 | 2026-08-28T18:57:45.139Z | Downloaded httparse v1.10.1 |
| 565 | 2026-08-28T18:57:45.140Z | Downloaded async-bb8-diesel v0.2.1 |
| 566 | 2026-08-28T18:57:45.140Z | Downloaded backoff v0.4.0 |
| 567 | 2026-08-28T18:57:45.148Z | Downloaded num-iter v0.1.45 |
| 568 | 2026-08-28T18:57:45.148Z | Downloaded powerfmt v0.2.0 |
| 569 | 2026-08-28T18:57:45.148Z | Downloaded proc-macro-crate v1.3.1 |
| 570 | 2026-08-28T18:57:45.148Z | Downloaded normalize-line-endings v0.3.0 |
| 571 | 2026-08-28T18:57:45.148Z | Downloaded async-trait v0.1.89 |
| 572 | 2026-08-28T18:57:45.148Z | Downloaded rand_xorshift v0.4.0 |
| 573 | 2026-08-28T18:57:45.148Z | Downloaded bcs v0.1.6 |
| 574 | 2026-08-28T18:57:45.153Z | Downloaded group v0.13.0 |
| 575 | 2026-08-28T18:57:45.153Z | Downloaded highway v1.3.0 |
| 576 | 2026-08-28T18:57:45.153Z | Downloaded num_threads v0.1.7 |
| 577 | 2026-08-28T18:57:45.153Z | Downloaded oxide-generation-macros v0.2.0 |
| 578 | 2026-08-28T18:57:45.153Z | Downloaded packed_struct_codegen v0.10.1 |
| 579 | 2026-08-28T18:57:45.154Z | Downloaded phf_shared v0.11.3 |
| 580 | 2026-08-28T18:57:45.154Z | Downloaded fs_extra v1.3.0 |
| 581 | 2026-08-28T18:57:45.158Z | Downloaded funty v2.0.0 |
| 582 | 2026-08-28T18:57:45.158Z | Downloaded http-body-util v0.1.3 |
| 583 | 2026-08-28T18:57:45.158Z | Downloaded predicates-core v1.0.10 |
| 584 | 2026-08-28T18:57:45.158Z | Downloaded predicates-tree v1.0.13 |
| 585 | 2026-08-28T18:57:45.158Z | Downloaded progenitor-macro v0.14.0 |
| 586 | 2026-08-28T18:57:45.162Z | Downloaded recursive v0.1.1 |
| 587 | 2026-08-28T18:57:45.162Z | Downloaded radium v0.7.0 |
| 588 | 2026-08-28T18:57:45.162Z | Downloaded same-file v1.0.6 |
| 589 | 2026-08-28T18:57:45.167Z | Downloaded russh-cryptovec v0.62.0 |
| 590 | 2026-08-28T18:57:45.167Z | Downloaded seq-macro v0.3.6 |
| 591 | 2026-08-28T18:57:45.167Z | Downloaded base16ct v0.2.0 |
| 592 | 2026-08-28T18:57:45.170Z | Downloaded cipher v0.5.2 |
| 593 | 2026-08-28T18:57:45.170Z | Downloaded bit-vec v0.8.0 |
| 594 | 2026-08-28T18:57:45.170Z | Downloaded anstream v0.6.21 |
| 595 | 2026-08-28T18:57:45.174Z | Downloaded argon2 v0.5.3 |
| 596 | 2026-08-28T18:57:45.177Z | Downloaded hex-literal v1.1.0 |
| 597 | 2026-08-28T18:57:45.181Z | Downloaded git-stub v1.0.0 |
| 598 | 2026-08-28T18:57:45.181Z | Downloaded humantime v2.3.0 |
| 599 | 2026-08-28T18:57:45.184Z | Downloaded chacha20 v0.9.1 |
| 600 | 2026-08-28T18:57:45.187Z | Downloaded getrandom v0.3.4 |
| 601 | 2026-08-28T18:57:45.187Z | Downloaded git-stub-vcs v0.1.0 |
| 602 | 2026-08-28T18:57:45.192Z | Downloaded globset v0.4.18 |
| 603 | 2026-08-28T18:57:45.192Z | Downloaded pbkdf2 v0.13.0 |
| 604 | 2026-08-28T18:57:45.192Z | Downloaded buf-list v1.1.2 |
| 605 | 2026-08-28T18:57:45.192Z | Downloaded slog-envlogger v2.2.0 |
| 606 | 2026-08-28T18:57:45.195Z | Downloaded cmov v0.5.4 |
| 607 | 2026-08-28T18:57:45.195Z | Downloaded bitflags v1.3.2 |
| 608 | 2026-08-28T18:57:45.200Z | Downloaded structmeta v0.3.0 |
| 609 | 2026-08-28T18:57:45.204Z | Downloaded blowfish v0.10.0 |
| 610 | 2026-08-28T18:57:45.204Z | Downloaded compression-codecs v0.4.37 |
| 611 | 2026-08-28T18:57:45.204Z | Downloaded structmeta-derive v0.3.0 |
| 612 | 2026-08-28T18:57:45.204Z | Downloaded byte-wrapper v0.1.0 |
| 613 | 2026-08-28T18:57:45.204Z | Downloaded secrecy v0.10.3 |
| 614 | 2026-08-28T18:57:45.204Z | Downloaded ahash v0.8.12 |
| 615 | 2026-08-28T18:57:45.215Z | Downloaded filetime v0.2.27 |
| 616 | 2026-08-28T18:57:45.215Z | Downloaded proc-macro-error2 v2.0.1 |
| 617 | 2026-08-28T18:57:45.215Z | Downloaded getrandom v0.2.17 |
| 618 | 2026-08-28T18:57:45.218Z | Downloaded hmac v0.13.0 |
| 619 | 2026-08-28T18:57:45.218Z | Downloaded argon2 v0.6.0-rc.8 |
| 620 | 2026-08-28T18:57:45.218Z | Downloaded base64ct v1.8.3 |
| 621 | 2026-08-28T18:57:45.218Z | Downloaded camino-tempfile-ext v0.3.3 |
| 622 | 2026-08-28T18:57:45.218Z | Downloaded rand_core v0.9.5 |
| 623 | 2026-08-28T18:57:45.218Z | Downloaded signature v2.2.0 |
| 624 | 2026-08-28T18:57:45.218Z | Downloaded compact_str v0.8.1 |
| 625 | 2026-08-28T18:57:45.219Z | Downloaded rpassword v7.5.4 |
| 626 | 2026-08-28T18:57:45.219Z | Downloaded supports-unicode v3.0.0 |
| 627 | 2026-08-28T18:57:45.219Z | Downloaded take_mut v0.2.2 |
| 628 | 2026-08-28T18:57:45.219Z | Downloaded elliptic-curve v0.14.1 |
| 629 | 2026-08-28T18:57:45.223Z | Downloaded num-integer v0.1.46 |
| 630 | 2026-08-28T18:57:45.223Z | Downloaded sync_wrapper v1.0.2 |
| 631 | 2026-08-28T18:57:45.223Z | Downloaded thread-id v5.1.0 |
| 632 | 2026-08-28T18:57:45.229Z | Downloaded pkcs8 v0.10.2 |
| 633 | 2026-08-28T18:57:45.229Z | Downloaded rustls-native-certs v0.8.3 |
| 634 | 2026-08-28T18:57:45.236Z | Downloaded password-hash v0.5.0 |
| 635 | 2026-08-28T18:57:45.236Z | Downloaded progenitor-extras v0.2.0 |
| 636 | 2026-08-28T18:57:45.236Z | Downloaded rfc6979 v0.4.0 |
| 637 | 2026-08-28T18:57:45.236Z | Downloaded rand_seeder v0.4.0 |
| 638 | 2026-08-28T18:57:45.236Z | Downloaded tower-layer v0.3.3 |
| 639 | 2026-08-28T18:57:45.236Z | Downloaded hybrid-array v0.4.13 |
| 640 | 2026-08-28T18:57:45.240Z | Downloaded usdt v0.6.0 |
| 641 | 2026-08-28T18:57:45.240Z | Downloaded zeroize_derive v1.5.0 |
| 642 | 2026-08-28T18:57:45.244Z | Downloaded group v0.14.0 |
| 643 | 2026-08-28T18:57:45.244Z | Downloaded half v1.8.3 |
| 644 | 2026-08-28T18:57:45.244Z | Downloaded cpubits v0.1.1 |
| 645 | 2026-08-28T18:57:45.244Z | Downloaded crunchy v0.2.4 |
| 646 | 2026-08-28T18:57:45.244Z | Downloaded utf8_iter v1.0.4 |
| 647 | 2026-08-28T18:57:45.247Z | Downloaded utf-8 v0.7.6 |
| 648 | 2026-08-28T18:57:45.247Z | Downloaded fatfs v0.3.6 |
| 649 | 2026-08-28T18:57:45.247Z | Downloaded flume v0.11.1 |
| 650 | 2026-08-28T18:57:45.253Z | Downloaded chacha20 v0.10.0 |
| 651 | 2026-08-28T18:57:45.253Z | Downloaded serde_with_macros v1.5.2 |
| 652 | 2026-08-28T18:57:45.253Z | Downloaded serde_tokenstream v0.3.0 |
| 653 | 2026-08-28T18:57:45.253Z | Downloaded zone_cfg_derive v0.3.1 |
| 654 | 2026-08-28T18:57:45.257Z | Downloaded bzip2 v0.6.1 |
| 655 | 2026-08-28T18:57:45.257Z | Downloaded colored v2.2.0 |
| 656 | 2026-08-28T18:57:45.257Z | Downloaded colored v3.1.1 |
| 657 | 2026-08-28T18:57:45.257Z | Downloaded bzip2 v0.4.4 |
| 658 | 2026-08-28T18:57:45.257Z | Downloaded cexpr v0.6.0 |
| 659 | 2026-08-28T18:57:45.261Z | Downloaded ciborium v0.2.2 |
| 660 | 2026-08-28T18:57:45.261Z | Downloaded const-oid v0.9.6 |
| 661 | 2026-08-28T18:57:45.261Z | Downloaded aead v0.6.1 |
| 662 | 2026-08-28T18:57:45.261Z | Downloaded console v0.16.2 |
| 663 | 2026-08-28T18:57:45.264Z | Downloaded blake2 v0.10.6 |
| 664 | 2026-08-28T18:57:45.264Z | Downloaded blake2 v0.11.0-rc.6 |
| 665 | 2026-08-28T18:57:45.264Z | Downloaded postcard v1.1.3 |
| 666 | 2026-08-28T18:57:45.264Z | Downloaded smallvec v0.6.14 |
| 667 | 2026-08-28T18:57:45.268Z | Downloaded spki v0.8.0 |
| 668 | 2026-08-28T18:57:45.268Z | Downloaded sqlparser_derive v0.5.0 |
| 669 | 2026-08-28T18:57:45.268Z | Downloaded string_cache v0.8.9 |
| 670 | 2026-08-28T18:57:45.268Z | Downloaded strum_macros v0.27.2 |
| 671 | 2026-08-28T18:57:45.268Z | Downloaded cbc v0.2.1 |
| 672 | 2026-08-28T18:57:45.273Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 673 | 2026-08-28T18:57:45.273Z | Downloaded bs58 v0.5.1 |
| 674 | 2026-08-28T18:57:45.273Z | Downloaded clang-sys v1.8.1 |
| 675 | 2026-08-28T18:57:45.273Z | Downloaded semver v0.1.20 |
| 676 | 2026-08-28T18:57:45.277Z | Downloaded cpufeatures v0.3.0 |
| 677 | 2026-08-28T18:57:45.277Z | Downloaded base64 v0.22.1 |
| 678 | 2026-08-28T18:57:45.286Z | Downloaded base64 v0.21.7 |
| 679 | 2026-08-28T18:57:45.286Z | Downloaded darling_macro v0.13.4 |
| 680 | 2026-08-28T18:57:45.286Z | Downloaded debug-ignore v1.0.5 |
| 681 | 2026-08-28T18:57:45.286Z | Downloaded tiny-keccak v2.0.2 |
| 682 | 2026-08-28T18:57:45.286Z | Downloaded tinystr v0.8.2 |
| 683 | 2026-08-28T18:57:45.287Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 684 | 2026-08-28T18:57:45.300Z | Downloaded defmt-parser v1.0.0 |
| 685 | 2026-08-28T18:57:45.300Z | Downloaded difflib v0.4.0 |
| 686 | 2026-08-28T18:57:45.300Z | Downloaded digest-io v0.1.0 |
| 687 | 2026-08-28T18:57:45.300Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 688 | 2026-08-28T18:57:45.300Z | Downloaded idna_adapter v1.2.1 |
| 689 | 2026-08-28T18:57:45.300Z | Downloaded instant v0.1.13 |
| 690 | 2026-08-28T18:57:45.300Z | Downloaded hmac v0.12.1 |
| 691 | 2026-08-28T18:57:45.300Z | Downloaded pkcs1 v0.7.5 |
| 692 | 2026-08-28T18:57:45.300Z | Downloaded poly1305 v0.9.0 |
| 693 | 2026-08-28T18:57:45.301Z | Downloaded futures v0.3.32 |
| 694 | 2026-08-28T18:57:45.305Z | Downloaded generic-array v1.4.3 |
| 695 | 2026-08-28T18:57:45.305Z | Downloaded half v2.7.1 |
| 696 | 2026-08-28T18:57:45.305Z | Downloaded vergen-git2 v9.1.0 |
| 697 | 2026-08-28T18:57:45.305Z | Downloaded heapless v0.8.0 |
| 698 | 2026-08-28T18:57:45.311Z | Downloaded embedded-io v0.6.1 |
| 699 | 2026-08-28T18:57:45.311Z | Downloaded indoc v1.0.9 |
| 700 | 2026-08-28T18:57:45.311Z | Downloaded tui-tree-widget v0.23.1 |
| 701 | 2026-08-28T18:57:45.311Z | Downloaded wait-timeout v0.2.1 |
| 702 | 2026-08-28T18:57:45.311Z | Downloaded serde_with_macros v3.21.0 |
| 703 | 2026-08-28T18:57:45.315Z | Downloaded wyz v0.5.1 |
| 704 | 2026-08-28T18:57:45.315Z | Downloaded convert_case v0.4.0 |
| 705 | 2026-08-28T18:57:45.315Z | Downloaded memoffset v0.9.1 |
| 706 | 2026-08-28T18:57:45.321Z | Downloaded omicron-zone-package v0.12.3 |
| 707 | 2026-08-28T18:57:45.321Z | Downloaded papergrid v0.18.0 |
| 708 | 2026-08-28T18:57:45.325Z | Downloaded oxide-update-engine-types v0.1.2 |
| 709 | 2026-08-28T18:57:45.325Z | Downloaded managed v0.8.0 |
| 710 | 2026-08-28T18:57:45.325Z | Downloaded lzss v0.8.2 |
| 711 | 2026-08-28T18:57:45.325Z | Downloaded yoke v0.8.1 |
| 712 | 2026-08-28T18:57:45.330Z | Downloaded oso v0.27.3 |
| 713 | 2026-08-28T18:57:45.336Z | Downloaded cancel-safe-futures v0.1.5 |
| 714 | 2026-08-28T18:57:45.340Z | Downloaded corncobs v0.1.4 |
| 715 | 2026-08-28T18:57:45.344Z | Downloaded term v0.7.0 |
| 716 | 2026-08-28T18:57:45.344Z | Downloaded aes v0.9.1 |
| 717 | 2026-08-28T18:57:45.348Z | Downloaded tokio-stream v0.1.18 |
| 718 | 2026-08-28T18:57:45.349Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 719 | 2026-08-28T18:57:45.355Z | Downloaded derive_builder_core v0.20.2 |
| 720 | 2026-08-28T18:57:45.355Z | Downloaded ctr v0.10.1 |
| 721 | 2026-08-28T18:57:45.356Z | Downloaded newline-converter v0.3.0 |
| 722 | 2026-08-28T18:57:45.356Z | Downloaded precomputed-hash v0.1.1 |
| 723 | 2026-08-28T18:57:45.356Z | Downloaded rtoolbox v0.0.3 |
| 724 | 2026-08-28T18:57:45.359Z | Downloaded russh-util v0.52.0 |
| 725 | 2026-08-28T18:57:45.359Z | Downloaded slog-term v2.9.2 |
| 726 | 2026-08-28T18:57:45.359Z | Downloaded diesel-dtrace v0.5.0 |
| 727 | 2026-08-28T18:57:45.359Z | Downloaded nonempty v0.12.0 |
| 728 | 2026-08-28T18:57:45.359Z | Downloaded flate2 v1.1.9 |
| 729 | 2026-08-28T18:57:45.365Z | Downloaded parse-size v1.1.0 |
| 730 | 2026-08-28T18:57:45.365Z | Downloaded password-hash v0.6.1 |
| 731 | 2026-08-28T18:57:45.380Z | Downloaded proc-macro-crate v3.4.0 |
| 732 | 2026-08-28T18:57:45.380Z | Downloaded twox-hash v2.1.2 |
| 733 | 2026-08-28T18:57:45.380Z | Downloaded ipnet v2.12.0 |
| 734 | 2026-08-28T18:57:45.380Z | Downloaded expectorate v1.2.0 |
| 735 | 2026-08-28T18:57:45.380Z | Downloaded signal-hook v0.3.18 |
| 736 | 2026-08-28T18:57:45.386Z | Downloaded yasna v0.5.2 |
| 737 | 2026-08-28T18:57:45.386Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 738 | 2026-08-28T18:57:45.386Z | Downloaded knus-derive v3.4.0 |
| 739 | 2026-08-28T18:57:45.386Z | Downloaded ingot-types v0.2.0 |
| 740 | 2026-08-28T18:57:45.386Z | Downloaded jobserver v0.1.34 |
| 741 | 2026-08-28T18:57:45.386Z | Downloaded crossbeam-utils v0.8.21 |
| 742 | 2026-08-28T18:57:45.386Z | Downloaded libsw v3.5.0 |
| 743 | 2026-08-28T18:57:45.386Z | Downloaded libsw-core v0.3.2 |
| 744 | 2026-08-28T18:57:45.386Z | Downloaded mime_guess v2.0.5 |
| 745 | 2026-08-28T18:57:45.390Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 746 | 2026-08-28T18:57:45.391Z | Downloaded der_derive v0.7.3 |
| 747 | 2026-08-28T18:57:45.391Z | Downloaded psl-types v2.0.11 |
| 748 | 2026-08-28T18:57:45.391Z | Downloaded quick-error v1.2.3 |
| 749 | 2026-08-28T18:57:45.391Z | Downloaded packed_struct v0.10.1 |
| 750 | 2026-08-28T18:57:45.391Z | Downloaded pem-rfc7468 v1.0.0 |
| 751 | 2026-08-28T18:57:45.391Z | Downloaded phf_shared v0.12.1 |
| 752 | 2026-08-28T18:57:45.391Z | Downloaded stable_deref_trait v1.2.1 |
| 753 | 2026-08-28T18:57:45.391Z | Downloaded strip-ansi-escapes v0.2.1 |
| 754 | 2026-08-28T18:57:45.391Z | Downloaded subtle v2.6.1 |
| 755 | 2026-08-28T18:57:45.394Z | Downloaded aes-gcm v0.11.0 |
| 756 | 2026-08-28T18:57:45.394Z | Downloaded allocator-api2 v0.2.21 |
| 757 | 2026-08-28T18:57:45.401Z | Downloaded time-core v0.1.8 |
| 758 | 2026-08-28T18:57:45.401Z | Downloaded unicode-truncate v1.1.0 |
| 759 | 2026-08-28T18:57:45.401Z | Downloaded unicode-xid v0.2.6 |
| 760 | 2026-08-28T18:57:45.401Z | Downloaded module-lattice v0.2.3 |
| 761 | 2026-08-28T18:57:45.401Z | Downloaded bytes v1.11.1 |
| 762 | 2026-08-28T18:57:45.401Z | Downloaded headers v0.4.1 |
| 763 | 2026-08-28T18:57:45.405Z | Downloaded phf v0.12.1 |
| 764 | 2026-08-28T18:57:45.405Z | Downloaded chacha20poly1305 v0.10.1 |
| 765 | 2026-08-28T18:57:45.408Z | Downloaded arc-swap v1.8.2 |
| 766 | 2026-08-28T18:57:45.408Z | Downloaded tinyvec v1.10.0 |
| 767 | 2026-08-28T18:57:45.412Z | Downloaded derive_builder v0.20.2 |
| 768 | 2026-08-28T18:57:45.412Z | Downloaded tungstenite v0.23.0 |
| 769 | 2026-08-28T18:57:45.416Z | Downloaded scopeguard v1.2.0 |
| 770 | 2026-08-28T18:57:45.416Z | Downloaded serde_urlencoded v0.7.1 |
| 771 | 2026-08-28T18:57:45.416Z | Downloaded signal-hook-tokio v0.3.1 |
| 772 | 2026-08-28T18:57:45.416Z | Downloaded signal-hook-mio v0.2.5 |
| 773 | 2026-08-28T18:57:45.416Z | Downloaded async-compression v0.4.41 |
| 774 | 2026-08-28T18:57:45.421Z | Downloaded rfc6979 v0.6.0 |
| 775 | 2026-08-28T18:57:45.425Z | Downloaded digest v0.11.3 |
| 776 | 2026-08-28T18:57:45.425Z | Downloaded postgres-protocol v0.6.10 |
| 777 | 2026-08-28T18:57:45.425Z | Downloaded predicates v3.1.4 |
| 778 | 2026-08-28T18:57:45.425Z | Downloaded waitgroup v0.1.2 |
| 779 | 2026-08-28T18:57:45.425Z | Downloaded darling v0.20.11 |
| 780 | 2026-08-28T18:57:45.428Z | Downloaded ecdsa v0.17.0 |
| 781 | 2026-08-28T18:57:45.429Z | Downloaded scuffle v0.1.0 |
| 782 | 2026-08-28T18:57:45.433Z | Downloaded tungstenite v0.21.0 |
| 783 | 2026-08-28T18:57:45.433Z | Downloaded sponge-cursor v0.1.0 |
| 784 | 2026-08-28T18:57:45.462Z | Downloaded hickory-resolver v0.25.2 |
| 785 | 2026-08-28T18:57:45.462Z | Downloaded similar v2.7.0 |
| 786 | 2026-08-28T18:57:45.462Z | Downloaded socket2 v0.5.10 |
| 787 | 2026-08-28T18:57:45.462Z | Downloaded num_enum_derive v0.5.11 |
| 788 | 2026-08-28T18:57:45.462Z | Downloaded num_enum_derive v0.7.6 |
| 789 | 2026-08-28T18:57:45.462Z | Downloaded nu-ansi-term v0.50.3 |
| 790 | 2026-08-28T18:57:45.462Z | Downloaded p384 v0.14.0 |
| 791 | 2026-08-28T18:57:45.462Z | Downloaded zopfli v0.8.3 |
| 792 | 2026-08-28T18:57:45.462Z | Downloaded tokio-test v0.4.5 |
| 793 | 2026-08-28T18:57:45.462Z | Downloaded lock_api v0.4.14 |
| 794 | 2026-08-28T18:57:45.462Z | Downloaded topological-sort v0.2.2 |
| 795 | 2026-08-28T18:57:45.462Z | Downloaded usdt-attr-macro v0.6.0 |
| 796 | 2026-08-28T18:57:45.462Z | Downloaded rustversion v1.0.22 |
| 797 | 2026-08-28T18:57:45.463Z | Downloaded sec1 v0.7.3 |
| 798 | 2026-08-28T18:57:45.463Z | Downloaded smf v0.2.3 |
| 799 | 2026-08-28T18:57:45.463Z | Downloaded owo-colors v4.3.0 |
| 800 | 2026-08-28T18:57:45.463Z | Downloaded oxide-update-engine-display v0.1.2 |
| 801 | 2026-08-28T18:57:45.463Z | Downloaded poly1305 v0.8.0 |
| 802 | 2026-08-28T18:57:45.463Z | Downloaded slog-json v2.6.1 |
| 803 | 2026-08-28T18:57:45.463Z | Downloaded hickory-resolver v0.24.4 |
| 804 | 2026-08-28T18:57:45.463Z | Downloaded vte v0.14.1 |
| 805 | 2026-08-28T18:57:45.463Z | Downloaded phf v0.13.1 |
| 806 | 2026-08-28T18:57:45.463Z | Downloaded unsafe-libyaml v0.2.11 |
| 807 | 2026-08-28T18:57:45.463Z | Downloaded psm v0.1.30 |
| 808 | 2026-08-28T18:57:45.463Z | Downloaded dyn-clone v1.0.20 |
| 809 | 2026-08-28T18:57:45.463Z | Downloaded ar_archive_writer v0.5.1 |
| 810 | 2026-08-28T18:57:45.468Z | Downloaded crypto-common v0.2.2 |
| 811 | 2026-08-28T18:57:45.468Z | Downloaded backtrace v0.3.76 |
| 812 | 2026-08-28T18:57:45.468Z | Downloaded cc v1.2.56 |
| 813 | 2026-08-28T18:57:45.472Z | Downloaded chumsky v0.9.3 |
| 814 | 2026-08-28T18:57:45.472Z | Downloaded http v1.4.2 |
| 815 | 2026-08-28T18:57:45.472Z | Downloaded serde-hex v0.1.0 |
| 816 | 2026-08-28T18:57:45.472Z | Downloaded test-strategy v0.4.5 |
| 817 | 2026-08-28T18:57:45.477Z | Downloaded samael v0.0.19 |
| 818 | 2026-08-28T18:57:45.484Z | Downloaded schemars v1.2.1 |
| 819 | 2026-08-28T18:57:45.488Z | Downloaded hashbrown v0.13.2 |
| 820 | 2026-08-28T18:57:45.488Z | Downloaded ml-kem v0.3.2 |
| 821 | 2026-08-28T18:57:45.494Z | Downloaded whoami v2.1.0 |
| 822 | 2026-08-28T18:57:45.497Z | Downloaded lru-slab v0.1.2 |
| 823 | 2026-08-28T18:57:45.502Z | Downloaded maplit v1.0.2 |
| 824 | 2026-08-28T18:57:45.502Z | Downloaded dof v0.4.0 |
| 825 | 2026-08-28T18:57:45.502Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 826 | 2026-08-28T18:57:45.502Z | Downloaded opaque-debug v0.3.1 |
| 827 | 2026-08-28T18:57:45.507Z | Downloaded signal-hook-registry v1.4.8 |
| 828 | 2026-08-28T18:57:45.507Z | Downloaded zstd-safe v7.2.4 |
| 829 | 2026-08-28T18:57:45.507Z | Downloaded crc v3.4.0 |
| 830 | 2026-08-28T18:57:45.507Z | Downloaded is-terminal v0.4.17 |
| 831 | 2026-08-28T18:57:45.507Z | Downloaded is_ci v1.2.0 |
| 832 | 2026-08-28T18:57:45.507Z | Downloaded rand_chacha v0.3.1 |
| 833 | 2026-08-28T18:57:45.507Z | Downloaded num v0.4.3 |
| 834 | 2026-08-28T18:57:45.514Z | Downloaded time-macros v0.2.27 |
| 835 | 2026-08-28T18:57:45.518Z | Downloaded tokio-tungstenite v0.21.0 |
| 836 | 2026-08-28T18:57:45.518Z | Downloaded daft v0.1.8 |
| 837 | 2026-08-28T18:57:45.522Z | Downloaded daft-derive v0.1.8 |
| 838 | 2026-08-28T18:57:45.522Z | Downloaded serde_path_to_error v0.1.20 |
| 839 | 2026-08-28T18:57:45.525Z | Downloaded constant_time_eq v0.4.2 |
| 840 | 2026-08-28T18:57:45.525Z | Downloaded secrecy v0.8.0 |
| 841 | 2026-08-28T18:57:45.525Z | Downloaded slog-bunyan v2.5.0 |
| 842 | 2026-08-28T18:57:45.525Z | Downloaded zerotrie v0.2.3 |
| 843 | 2026-08-28T18:57:45.528Z | Downloaded supports-color v3.0.2 |
| 844 | 2026-08-28T18:57:45.528Z | Downloaded supports-hyperlinks v3.2.0 |
| 845 | 2026-08-28T18:57:45.529Z | Downloaded bumpalo v3.20.2 |
| 846 | 2026-08-28T18:57:45.532Z | Downloaded heapless v0.7.17 |
| 847 | 2026-08-28T18:57:45.539Z | Downloaded tracing-attributes v0.1.31 |
| 848 | 2026-08-28T18:57:45.539Z | Downloaded path-slash v0.1.5 |
| 849 | 2026-08-28T18:57:45.539Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-08-28T18:57:45.543Z | Downloaded hashbrown v0.12.3 |
| 851 | 2026-08-28T18:57:45.546Z | Downloaded libefi-sys v0.1.0 |
| 852 | 2026-08-28T18:57:45.546Z | Downloaded multer v3.1.0 |
| 853 | 2026-08-28T18:57:45.551Z | Downloaded darling_core v0.20.11 |
| 854 | 2026-08-28T18:57:45.551Z | Downloaded miette-derive v7.6.0 |
| 855 | 2026-08-28T18:57:45.554Z | Downloaded untrusted v0.9.0 |
| 856 | 2026-08-28T18:57:45.554Z | Downloaded data-encoding v2.10.0 |
| 857 | 2026-08-28T18:57:45.554Z | Downloaded rustls-platform-verifier v0.6.2 |
| 858 | 2026-08-28T18:57:45.554Z | Downloaded num-rational v0.4.2 |
| 859 | 2026-08-28T18:57:45.554Z | Downloaded sigpipe v0.1.3 |
| 860 | 2026-08-28T18:57:45.557Z | Downloaded serde_plain v1.0.2 |
| 861 | 2026-08-28T18:57:45.557Z | Downloaded num-bigint v0.4.6 |
| 862 | 2026-08-28T18:57:45.560Z | Downloaded term v1.2.1 |
| 863 | 2026-08-28T18:57:45.560Z | Downloaded testing_table v0.3.0 |
| 864 | 2026-08-28T18:57:45.563Z | Downloaded peg v0.8.5 |
| 865 | 2026-08-28T18:57:45.563Z | Downloaded crc8 v0.1.1 |
| 866 | 2026-08-28T18:57:45.563Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 867 | 2026-08-28T18:57:45.566Z | Downloaded crypto-bigint v0.5.5 |
| 868 | 2026-08-28T18:57:45.569Z | Downloaded rand_chacha v0.9.0 |
| 869 | 2026-08-28T18:57:45.569Z | Downloaded rand_core v0.6.4 |
| 870 | 2026-08-28T18:57:45.570Z | Downloaded rand_core v0.10.0 |
| 871 | 2026-08-28T18:57:45.570Z | Downloaded hickory-server v0.25.2 |
| 872 | 2026-08-28T18:57:45.573Z | Downloaded subprocess v0.2.15 |
| 873 | 2026-08-28T18:57:45.576Z | Downloaded termtree v0.5.1 |
| 874 | 2026-08-28T18:57:45.576Z | Downloaded tracing-core v0.1.36 |
| 875 | 2026-08-28T18:57:45.576Z | Downloaded unit-prefix v0.5.2 |
| 876 | 2026-08-28T18:57:45.576Z | Downloaded yoke-derive v0.8.1 |
| 877 | 2026-08-28T18:57:45.579Z | Downloaded hyper-rustls v0.27.7 |
| 878 | 2026-08-28T18:57:45.579Z | Downloaded rusty-fork v0.3.1 |
| 879 | 2026-08-28T18:57:45.579Z | Downloaded slog-stdlog v4.1.1 |
| 880 | 2026-08-28T18:57:45.582Z | Downloaded publicsuffix v2.3.0 |
| 881 | 2026-08-28T18:57:45.582Z | Downloaded ssh-cipher v0.3.0 |
| 882 | 2026-08-28T18:57:45.586Z | Downloaded unicode_categories v0.1.1 |
| 883 | 2026-08-28T18:57:45.589Z | Downloaded rand v0.10.1 |
| 884 | 2026-08-28T18:57:45.594Z | Downloaded unicode-bidi v0.3.18 |
| 885 | 2026-08-28T18:57:45.594Z | Downloaded icu_normalizer_data v2.1.1 |
| 886 | 2026-08-28T18:57:45.594Z | Downloaded knus v3.4.0 |
| 887 | 2026-08-28T18:57:45.597Z | Downloaded uzers v0.12.2 |
| 888 | 2026-08-28T18:57:45.597Z | Downloaded writeable v0.6.2 |
| 889 | 2026-08-28T18:57:45.597Z | Downloaded zeroize v1.9.0 |
| 890 | 2026-08-28T18:57:45.597Z | Downloaded progenitor v0.13.0 |
| 891 | 2026-08-28T18:57:45.600Z | Downloaded oxide-tokio-rt v0.1.4 |
| 892 | 2026-08-28T18:57:45.600Z | Downloaded want v0.3.1 |
| 893 | 2026-08-28T18:57:45.603Z | Downloaded downcast-rs v2.0.2 |
| 894 | 2026-08-28T18:57:45.607Z | Downloaded primefield v0.14.0 |
| 895 | 2026-08-28T18:57:45.607Z | Downloaded jiff-static v0.2.34 |
| 896 | 2026-08-28T18:57:45.614Z | Downloaded crossbeam-epoch v0.9.18 |
| 897 | 2026-08-28T18:57:45.617Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 898 | 2026-08-28T18:57:45.617Z | Downloaded crc-any v2.5.0 |
| 899 | 2026-08-28T18:57:45.621Z | Downloaded dirs-sys-next v0.1.2 |
| 900 | 2026-08-28T18:57:45.621Z | Downloaded parking_lot_core v0.9.12 |
| 901 | 2026-08-28T18:57:45.621Z | Downloaded scroll v0.13.0 |
| 902 | 2026-08-28T18:57:45.625Z | Downloaded serde_yaml v0.9.34+deprecated |
| 903 | 2026-08-28T18:57:45.625Z | Downloaded rustc-demangle v0.1.27 |
| 904 | 2026-08-28T18:57:45.625Z | Downloaded serde_derive_internals v0.29.1 |
| 905 | 2026-08-28T18:57:45.625Z | Downloaded sha1 v0.11.0 |
| 906 | 2026-08-28T18:57:45.628Z | Downloaded delegate v0.13.5 |
| 907 | 2026-08-28T18:57:45.628Z | Downloaded lru v0.12.5 |
| 908 | 2026-08-28T18:57:45.628Z | Downloaded mime v0.3.17 |
| 909 | 2026-08-28T18:57:45.628Z | Downloaded stringprep v0.1.5 |
| 910 | 2026-08-28T18:57:45.635Z | Downloaded dropshot_endpoint v0.17.1 |
| 911 | 2026-08-28T18:57:45.642Z | Downloaded kstat-rs v0.2.5 |
| 912 | 2026-08-28T18:57:45.644Z | Downloaded parse-display v0.10.0 |
| 913 | 2026-08-28T18:57:45.647Z | Downloaded md-5 v0.10.6 |
| 914 | 2026-08-28T18:57:45.650Z | Downloaded litemap v0.8.1 |
| 915 | 2026-08-28T18:57:45.650Z | Downloaded qorb v0.4.1 |
| 916 | 2026-08-28T18:57:45.654Z | Downloaded unicase v2.9.0 |
| 917 | 2026-08-28T18:57:45.657Z | Downloaded icu_normalizer v2.1.1 |
| 918 | 2026-08-28T18:57:45.658Z | Downloaded rayon-core v1.13.0 |
| 919 | 2026-08-28T18:57:45.660Z | Downloaded rustc-hash v2.1.1 |
| 920 | 2026-08-28T18:57:45.660Z | Downloaded rustls-webpki v0.103.13 |
| 921 | 2026-08-28T18:57:45.666Z | Downloaded whoami v1.6.1 |
| 922 | 2026-08-28T18:57:45.666Z | Downloaded newtype-uuid-macros v0.1.0 |
| 923 | 2026-08-28T18:57:45.670Z | Downloaded olpc-cjson v0.1.4 |
| 924 | 2026-08-28T18:57:45.673Z | Downloaded scroll_derive v0.13.1 |
| 925 | 2026-08-28T18:57:45.677Z | Downloaded serde_bytes v0.11.19 |
| 926 | 2026-08-28T18:57:45.677Z | Downloaded shell-words v1.1.1 |
| 927 | 2026-08-28T18:57:45.677Z | Downloaded rustyline v14.0.0 |
| 928 | 2026-08-28T18:57:45.681Z | Downloaded serde_repr v0.1.20 |
| 929 | 2026-08-28T18:57:45.684Z | Downloaded indoc v2.0.7 |
| 930 | 2026-08-28T18:57:45.684Z | Downloaded x509-cert v0.2.5 |
| 931 | 2026-08-28T18:57:45.687Z | Downloaded ingot v0.2.1 |
| 932 | 2026-08-28T18:57:45.690Z | Downloaded rand_pcg v0.10.2 |
| 933 | 2026-08-28T18:57:45.690Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 934 | 2026-08-28T18:57:45.690Z | Downloaded scheduled-thread-pool v0.2.7 |
| 935 | 2026-08-28T18:57:45.693Z | Downloaded ref-cast-impl v1.0.25 |
| 936 | 2026-08-28T18:57:45.693Z | Downloaded sha2 v0.11.0 |
| 937 | 2026-08-28T18:57:45.693Z | Downloaded either v1.15.0 |
| 938 | 2026-08-28T18:57:45.693Z | Downloaded try-lock v0.2.5 |
| 939 | 2026-08-28T18:57:45.696Z | Downloaded typify-macro v0.6.2 |
| 940 | 2026-08-28T18:57:45.696Z | Downloaded strsim v0.10.0 |
| 941 | 2026-08-28T18:57:45.700Z | Downloaded yansi v1.0.1 |
| 942 | 2026-08-28T18:57:45.703Z | Downloaded ed25519 v3.0.0 |
| 943 | 2026-08-28T18:57:45.703Z | Downloaded tar v0.4.46 |
| 944 | 2026-08-28T18:57:45.706Z | Downloaded icu_provider v2.1.1 |
| 945 | 2026-08-28T18:57:45.709Z | Downloaded indexmap v1.9.3 |
| 946 | 2026-08-28T18:57:45.712Z | Downloaded oxnet v0.1.6 |
| 947 | 2026-08-28T18:57:45.715Z | Downloaded darling_macro v0.21.3 |
| 948 | 2026-08-28T18:57:45.715Z | Downloaded darling_macro v0.23.0 |
| 949 | 2026-08-28T18:57:45.715Z | Downloaded des v0.9.0 |
| 950 | 2026-08-28T18:57:45.715Z | Downloaded hashbrown v0.14.5 |
| 951 | 2026-08-28T18:57:45.719Z | Downloaded universal-hash v0.6.1 |
| 952 | 2026-08-28T18:57:45.719Z | Downloaded xshell-macros v0.2.7 |
| 953 | 2026-08-28T18:57:45.719Z | Downloaded progenitor v0.14.0 |
| 954 | 2026-08-28T18:57:45.722Z | Downloaded crucible-workspace-hack v0.1.0 |
| 955 | 2026-08-28T18:57:45.722Z | Downloaded hashbrown v0.15.5 |
| 956 | 2026-08-28T18:57:45.725Z | Downloaded tokio-native-tls v0.3.1 |
| 957 | 2026-08-28T18:57:45.725Z | Downloaded hyper-util v0.1.20 |
| 958 | 2026-08-28T18:57:45.730Z | Downloaded port-file v0.1.0 |
| 959 | 2026-08-28T18:57:45.730Z | Downloaded toml v0.7.8 |
| 960 | 2026-08-28T18:57:45.733Z | Downloaded display-error-chain v0.2.2 |
| 961 | 2026-08-28T18:57:45.733Z | Downloaded ed25519-dalek v3.0.0 |
| 962 | 2026-08-28T18:57:45.733Z | Downloaded kem v0.3.0 |
| 963 | 2026-08-28T18:57:45.733Z | Downloaded hashbrown v0.16.1 |
| 964 | 2026-08-28T18:57:45.737Z | Downloaded linked-hash-map v0.5.6 |
| 965 | 2026-08-28T18:57:45.737Z | Downloaded typify v0.6.2 |
| 966 | 2026-08-28T18:57:45.740Z | Downloaded futures-util v0.3.32 |
| 967 | 2026-08-28T18:57:45.744Z | Downloaded hkdf v0.12.4 |
| 968 | 2026-08-28T18:57:45.749Z | Downloaded vergen v9.1.0 |
| 969 | 2026-08-28T18:57:45.749Z | Downloaded zerocopy v0.6.6 |
| 970 | 2026-08-28T18:57:45.749Z | Downloaded dsl_auto_type v0.2.0 |
| 971 | 2026-08-28T18:57:45.753Z | Downloaded slog-async v2.8.0 |
| 972 | 2026-08-28T18:57:45.753Z | Downloaded polyval v0.7.1 |
| 973 | 2026-08-28T18:57:45.753Z | Downloaded synstructure v0.13.2 |
| 974 | 2026-08-28T18:57:45.753Z | Downloaded itertools v0.10.5 |
| 975 | 2026-08-28T18:57:45.757Z | Downloaded termios v0.3.3 |
| 976 | 2026-08-28T18:57:45.757Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 977 | 2026-08-28T18:57:45.757Z | Downloaded cookie v0.18.1 |
| 978 | 2026-08-28T18:57:45.761Z | Downloaded tokio-tungstenite v0.23.1 |
| 979 | 2026-08-28T18:57:45.761Z | Downloaded vergen-lib v9.1.0 |
| 980 | 2026-08-28T18:57:45.761Z | Downloaded walkdir v2.5.0 |
| 981 | 2026-08-28T18:57:45.761Z | Downloaded percent-encoding v2.3.2 |
| 982 | 2026-08-28T18:57:45.761Z | Downloaded dtrace-parser v0.3.0 |
| 983 | 2026-08-28T18:57:45.764Z | Downloaded aho-corasick v1.1.4 |
| 984 | 2026-08-28T18:57:45.764Z | Downloaded darling_core v0.13.4 |
| 985 | 2026-08-28T18:57:45.768Z | Downloaded p521 v0.14.0 |
| 986 | 2026-08-28T18:57:45.768Z | Downloaded defmt-macros v1.0.1 |
| 987 | 2026-08-28T18:57:45.771Z | Downloaded pin-project-lite v0.2.17 |
| 988 | 2026-08-28T18:57:45.777Z | Downloaded ryu v1.0.23 |
| 989 | 2026-08-28T18:57:45.777Z | Downloaded maybe-uninit v2.0.0 |
| 990 | 2026-08-28T18:57:45.780Z | Downloaded new_debug_unreachable v1.0.6 |
| 991 | 2026-08-28T18:57:45.780Z | Downloaded static_assertions v1.1.0 |
| 992 | 2026-08-28T18:57:45.780Z | Downloaded tokio-dtrace v0.1.1 |
| 993 | 2026-08-28T18:57:45.780Z | Downloaded serde_spanned v1.1.1 |
| 994 | 2026-08-28T18:57:45.780Z | Downloaded hyper v1.10.1 |
| 995 | 2026-08-28T18:57:45.783Z | Downloaded hkdf v0.13.0 |
| 996 | 2026-08-28T18:57:45.783Z | Downloaded csv-core v0.1.13 |
| 997 | 2026-08-28T18:57:45.783Z | Downloaded indicatif v0.18.4 |
| 998 | 2026-08-28T18:57:45.788Z | Downloaded socket2 v0.6.3 |
| 999 | 2026-08-28T18:57:45.788Z | Downloaded universal-hash v0.5.1 |
| 1000 | 2026-08-28T18:57:45.792Z | Downloaded xshell v0.2.7 |
| 1001 | 2026-08-28T18:57:45.792Z | Downloaded rustls-pki-types v1.14.0 |
| 1002 | 2026-08-28T18:57:45.792Z | Downloaded sapling-renderdag v0.1.0 |
| 1003 | 2026-08-28T18:57:45.792Z | Downloaded serde-big-array v0.5.1 |
| 1004 | 2026-08-28T18:57:45.792Z | Downloaded num-derive v0.4.2 |
| 1005 | 2026-08-28T18:57:45.792Z | Downloaded h2 v0.4.15 |
| 1006 | 2026-08-28T18:57:45.796Z | Downloaded potential_utf v0.1.4 |
| 1007 | 2026-08-28T18:57:45.796Z | Downloaded drift v0.2.0 |
| 1008 | 2026-08-28T18:57:45.803Z | Downloaded serde_cbor v0.11.2 |
| 1009 | 2026-08-28T18:57:45.806Z | Downloaded tap v1.0.1 |
| 1010 | 2026-08-28T18:57:45.806Z | Downloaded spki v0.7.3 |
| 1011 | 2026-08-28T18:57:45.806Z | Downloaded const_format_proc_macros v0.2.34 |
| 1012 | 2026-08-28T18:57:45.810Z | Downloaded zerofrom v0.1.6 |
| 1013 | 2026-08-28T18:57:45.810Z | Downloaded zerofrom-derive v0.1.6 |
| 1014 | 2026-08-28T18:57:45.810Z | Downloaded wnaf v0.14.0 |
| 1015 | 2026-08-28T18:57:45.810Z | Downloaded uuid v1.23.4 |
| 1016 | 2026-08-28T18:57:45.814Z | Downloaded document-features v0.2.12 |
| 1017 | 2026-08-28T18:57:45.815Z | Downloaded ident_case v1.0.1 |
| 1018 | 2026-08-28T18:57:45.815Z | Downloaded indent_write v2.2.0 |
| 1019 | 2026-08-28T18:57:45.818Z | Downloaded inout v0.1.4 |
| 1020 | 2026-08-28T18:57:45.818Z | Downloaded md5 v0.8.0 |
| 1021 | 2026-08-28T18:57:45.818Z | Downloaded pin-project-internal v1.1.11 |
| 1022 | 2026-08-28T18:57:45.822Z | Downloaded num-traits v0.2.19 |
| 1023 | 2026-08-28T18:57:45.822Z | Downloaded crc32fast v1.5.0 |
| 1024 | 2026-08-28T18:57:45.825Z | Downloaded derive_more v2.1.1 |
| 1025 | 2026-08-28T18:57:45.833Z | Downloaded ed25519-dalek v2.2.0 |
| 1026 | 2026-08-28T18:57:45.838Z | Downloaded parking_lot_core v0.8.6 |
| 1027 | 2026-08-28T18:57:45.838Z | Downloaded darling_core v0.21.3 |
| 1028 | 2026-08-28T18:57:45.838Z | Downloaded pem-rfc7468 v0.7.0 |
| 1029 | 2026-08-28T18:57:45.842Z | Downloaded progenitor-impl v0.14.0 |
| 1030 | 2026-08-28T18:57:45.845Z | Downloaded toml_edit v0.19.15 |
| 1031 | 2026-08-28T18:57:45.851Z | Downloaded derive-where v1.6.0 |
| 1032 | 2026-08-28T18:57:45.854Z | Downloaded quinn-udp v0.5.14 |
| 1033 | 2026-08-28T18:57:45.854Z | Downloaded der v0.7.10 |
| 1034 | 2026-08-28T18:57:45.858Z | Downloaded rustc_version v0.4.1 |
| 1035 | 2026-08-28T18:57:45.858Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1036 | 2026-08-28T18:57:45.861Z | Downloaded thiserror-no-std v2.0.2 |
| 1037 | 2026-08-28T18:57:45.865Z | Downloaded elliptic-curve v0.13.8 |
| 1038 | 2026-08-28T18:57:45.865Z | Downloaded void v1.0.2 |
| 1039 | 2026-08-28T18:57:45.865Z | Downloaded rustc_version v0.1.7 |
| 1040 | 2026-08-28T18:57:45.865Z | Downloaded ignore v0.4.25 |
| 1041 | 2026-08-28T18:57:45.870Z | Downloaded signature v3.0.0 |
| 1042 | 2026-08-28T18:57:45.870Z | Downloaded untrusted v0.7.1 |
| 1043 | 2026-08-28T18:57:45.870Z | Downloaded itertools v0.12.1 |
| 1044 | 2026-08-28T18:57:45.873Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1045 | 2026-08-28T18:57:45.874Z | Downloaded num_enum v0.5.11 |
| 1046 | 2026-08-28T18:57:45.877Z | Downloaded parse-display-derive v0.10.0 |
| 1047 | 2026-08-28T18:57:45.877Z | Downloaded zerovec-derive v0.11.2 |
| 1048 | 2026-08-28T18:57:45.877Z | Downloaded deranged v0.5.8 |
| 1049 | 2026-08-28T18:57:45.877Z | Downloaded linear-map v1.2.0 |
| 1050 | 2026-08-28T18:57:45.880Z | Downloaded oxide-update-engine v0.1.2 |
| 1051 | 2026-08-28T18:57:45.880Z | Downloaded lru-cache v0.1.2 |
| 1052 | 2026-08-28T18:57:45.880Z | Downloaded tower-http v0.6.8 |
| 1053 | 2026-08-28T18:57:45.885Z | Downloaded tokio-util v0.7.18 |
| 1054 | 2026-08-28T18:57:45.889Z | Downloaded schemars_derive v0.8.22 |
| 1055 | 2026-08-28T18:57:45.889Z | Downloaded scrypt v0.12.0 |
| 1056 | 2026-08-28T18:57:45.892Z | Downloaded sec1 v0.8.1 |
| 1057 | 2026-08-28T18:57:45.892Z | Downloaded newtype-uuid v1.3.2 |
| 1058 | 2026-08-28T18:57:45.892Z | Downloaded progenitor-macro v0.13.0 |
| 1059 | 2026-08-28T18:57:45.892Z | Downloaded strum v0.27.2 |
| 1060 | 2026-08-28T18:57:45.892Z | Downloaded pretty_assertions v1.4.1 |
| 1061 | 2026-08-28T18:57:45.892Z | Downloaded libscf-sys v1.2.0 |
| 1062 | 2026-08-28T18:57:45.896Z | Downloaded oso-derive v0.27.3 |
| 1063 | 2026-08-28T18:57:45.896Z | Downloaded strum_macros v0.24.3 |
| 1064 | 2026-08-28T18:57:45.899Z | Downloaded prettyplease v0.2.37 |
| 1065 | 2026-08-28T18:57:45.903Z | Downloaded quinn v0.11.11 |
| 1066 | 2026-08-28T18:57:45.906Z | Downloaded primeorder v0.13.6 |
| 1067 | 2026-08-28T18:57:45.906Z | Downloaded iana-time-zone v0.1.65 |
| 1068 | 2026-08-28T18:57:45.906Z | Downloaded sqlformat v0.3.5 |
| 1069 | 2026-08-28T18:57:45.910Z | Downloaded sync-ptr v0.1.4 |
| 1070 | 2026-08-28T18:57:45.910Z | Downloaded trait-variant v0.1.2 |
| 1071 | 2026-08-28T18:57:45.911Z | Downloaded shlex v1.3.0 |
| 1072 | 2026-08-28T18:57:45.911Z | Downloaded ssh-encoding v0.3.0 |
| 1073 | 2026-08-28T18:57:45.915Z | Downloaded xattr v1.6.1 |
| 1074 | 2026-08-28T18:57:45.915Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1075 | 2026-08-28T18:57:45.915Z | Downloaded steno v0.4.1 |
| 1076 | 2026-08-28T18:57:45.918Z | Downloaded tls_codec_derive v0.4.2 |
| 1077 | 2026-08-28T18:57:45.918Z | Downloaded cstr-argument v0.1.2 |
| 1078 | 2026-08-28T18:57:45.918Z | Downloaded darling v0.13.4 |
| 1079 | 2026-08-28T18:57:45.922Z | Downloaded diesel_derives v2.3.7 |
| 1080 | 2026-08-28T18:57:45.927Z | Downloaded dirs-next v2.0.0 |
| 1081 | 2026-08-28T18:57:45.927Z | Downloaded mio v1.2.0 |
| 1082 | 2026-08-28T18:57:45.927Z | Downloaded usdt-impl v0.6.0 |
| 1083 | 2026-08-28T18:57:45.930Z | Downloaded ctutils v0.4.2 |
| 1084 | 2026-08-28T18:57:45.930Z | Downloaded icu_collections v2.1.1 |
| 1085 | 2026-08-28T18:57:45.935Z | Downloaded minimal-lexical v0.2.1 |
| 1086 | 2026-08-28T18:57:45.938Z | Downloaded progenitor-client v0.14.0 |
| 1087 | 2026-08-28T18:57:45.938Z | Downloaded paste v1.0.15 |
| 1088 | 2026-08-28T18:57:45.941Z | Downloaded ed25519 v2.2.3 |
| 1089 | 2026-08-28T18:57:45.941Z | Downloaded openssl-sys v0.9.117 |
| 1090 | 2026-08-28T18:57:45.946Z | Downloaded postgres-types v0.2.12 |
| 1091 | 2026-08-28T18:57:45.949Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1092 | 2026-08-28T18:57:45.952Z | Downloaded illumos-nvpair v0.3.0 |
| 1093 | 2026-08-28T18:57:45.955Z | Downloaded multimap v0.10.1 |
| 1094 | 2026-08-28T18:57:45.955Z | Downloaded icu_properties v2.1.2 |
| 1095 | 2026-08-28T18:57:45.955Z | Downloaded winnow v0.6.26 |
| 1096 | 2026-08-28T18:57:45.959Z | Downloaded primeorder v0.14.0 |
| 1097 | 2026-08-28T18:57:45.963Z | Downloaded rcgen v0.12.1 |
| 1098 | 2026-08-28T18:57:45.966Z | Downloaded libloading v0.8.9 |
| 1099 | 2026-08-28T18:57:45.969Z | Downloaded spin v0.9.8 |
| 1100 | 2026-08-28T18:57:45.969Z | Downloaded darling v0.23.0 |
| 1101 | 2026-08-28T18:57:45.973Z | Downloaded darling_macro v0.20.11 |
| 1102 | 2026-08-28T18:57:45.976Z | Downloaded instability v0.3.11 |
| 1103 | 2026-08-28T18:57:45.976Z | Downloaded defmt v0.3.100 |
| 1104 | 2026-08-28T18:57:45.976Z | Downloaded ipnetwork v0.21.1 |
| 1105 | 2026-08-28T18:57:45.979Z | Downloaded strum_macros v0.26.4 |
| 1106 | 2026-08-28T18:57:45.979Z | Downloaded unicode-properties v0.1.4 |
| 1107 | 2026-08-28T18:57:45.982Z | Downloaded hyper-staticfile v0.10.1 |
| 1108 | 2026-08-28T18:57:45.982Z | Downloaded num_enum v0.7.6 |
| 1109 | 2026-08-28T18:57:45.985Z | Downloaded support-bundle-viewer v0.1.2 |
| 1110 | 2026-08-28T18:57:45.985Z | Downloaded critical-section v1.2.0 |
| 1111 | 2026-08-28T18:57:45.985Z | Downloaded vsss-rs v3.3.4 |
| 1112 | 2026-08-28T18:57:45.988Z | Downloaded tabwriter v1.4.1 |
| 1113 | 2026-08-28T18:57:45.988Z | Downloaded tinyvec_macros v0.1.1 |
| 1114 | 2026-08-28T18:57:45.988Z | Downloaded unarray v0.1.4 |
| 1115 | 2026-08-28T18:57:45.988Z | Downloaded embedded-io v0.4.0 |
| 1116 | 2026-08-28T18:57:45.988Z | Downloaded pem v3.0.6 |
| 1117 | 2026-08-28T18:57:45.993Z | Downloaded nom v8.0.0 |
| 1118 | 2026-08-28T18:57:45.993Z | Downloaded rustls-pemfile v2.2.0 |
| 1119 | 2026-08-28T18:57:45.998Z | Downloaded miniz_oxide v0.8.9 |
| 1120 | 2026-08-28T18:57:45.998Z | Downloaded darling v0.21.3 |
| 1121 | 2026-08-28T18:57:46.004Z | Downloaded lazy_static v1.5.0 |
| 1122 | 2026-08-28T18:57:46.004Z | Downloaded bindgen v0.71.1 |
| 1123 | 2026-08-28T18:57:46.009Z | Downloaded defmt v1.0.1 |
| 1124 | 2026-08-28T18:57:46.010Z | Downloaded ingot-macros v0.2.0 |
| 1125 | 2026-08-28T18:57:46.010Z | Downloaded keccak v0.1.6 |
| 1126 | 2026-08-28T18:57:46.010Z | Downloaded openssl-probe v0.2.1 |
| 1127 | 2026-08-28T18:57:46.010Z | Downloaded openssl-probe v0.1.6 |
| 1128 | 2026-08-28T18:57:46.015Z | Downloaded match_cfg v0.1.0 |
| 1129 | 2026-08-28T18:57:46.015Z | Downloaded peg-macros v0.8.5 |
| 1130 | 2026-08-28T18:57:46.015Z | Downloaded nom v7.1.3 |
| 1131 | 2026-08-28T18:57:46.015Z | Downloaded dropshot-api-manager v0.8.0 |
| 1132 | 2026-08-28T18:57:46.019Z | Downloaded zip v4.6.1 |
| 1133 | 2026-08-28T18:57:46.019Z | Downloaded memmap2 v0.9.10 |
| 1134 | 2026-08-28T18:57:46.019Z | Downloaded progenitor-impl v0.13.0 |
| 1135 | 2026-08-28T18:57:46.024Z | Downloaded tagptr v0.2.0 |
| 1136 | 2026-08-28T18:57:46.024Z | Downloaded sha1 v0.10.6 |
| 1137 | 2026-08-28T18:57:46.024Z | Downloaded litrs v1.0.0 |
| 1138 | 2026-08-28T18:57:46.025Z | Downloaded hyper-tls v0.6.0 |
| 1139 | 2026-08-28T18:57:46.028Z | Downloaded pkg-config v0.3.32 |
| 1140 | 2026-08-28T18:57:46.028Z | Downloaded serdect v0.4.3 |
| 1141 | 2026-08-28T18:57:46.029Z | Downloaded slog-dtrace v0.3.0 |
| 1142 | 2026-08-28T18:57:46.029Z | Downloaded siphasher v1.0.2 |
| 1143 | 2026-08-28T18:57:46.029Z | Downloaded lalrpop-util v0.19.12 |
| 1144 | 2026-08-28T18:57:46.029Z | Downloaded thread_local v1.1.9 |
| 1145 | 2026-08-28T18:57:46.032Z | Downloaded blake3 v1.8.5 |
| 1146 | 2026-08-28T18:57:46.039Z | Downloaded icu_locale_core v2.1.1 |
| 1147 | 2026-08-28T18:57:46.043Z | Downloaded strum v0.26.3 |
| 1148 | 2026-08-28T18:57:46.046Z | Downloaded num-complex v0.4.6 |
| 1149 | 2026-08-28T18:57:46.051Z | Downloaded newtype_derive v0.1.6 |
| 1150 | 2026-08-28T18:57:46.054Z | Downloaded inout v0.2.2 |
| 1151 | 2026-08-28T18:57:46.058Z | Downloaded vergen-lib v0.1.6 |
| 1152 | 2026-08-28T18:57:46.058Z | Downloaded num-conv v0.2.0 |
| 1153 | 2026-08-28T18:57:46.058Z | Downloaded tower-service v0.3.3 |
| 1154 | 2026-08-28T18:57:46.062Z | Downloaded derive_more v0.99.20 |
| 1155 | 2026-08-28T18:57:46.065Z | Downloaded vergen-gitcl v1.0.8 |
| 1156 | 2026-08-28T18:57:46.065Z | Downloaded progenitor-client v0.13.0 |
| 1157 | 2026-08-28T18:57:46.070Z | Downloaded r2d2 v0.8.10 |
| 1158 | 2026-08-28T18:57:46.070Z | Downloaded usdt-macro v0.6.0 |
| 1159 | 2026-08-28T18:57:46.070Z | Downloaded derive-ex v0.1.8 |
| 1160 | 2026-08-28T18:57:46.070Z | Downloaded dunce v1.0.5 |
| 1161 | 2026-08-28T18:57:46.073Z | Downloaded tokio-macros v2.7.0 |
| 1162 | 2026-08-28T18:57:46.073Z | Downloaded derive_builder_macro v0.20.2 |
| 1163 | 2026-08-28T18:57:46.078Z | Downloaded nanorand v0.7.0 |
| 1164 | 2026-08-28T18:57:46.078Z | Downloaded zone v0.3.1 |
| 1165 | 2026-08-28T18:57:46.078Z | Downloaded internet-checksum v0.2.1 |
| 1166 | 2026-08-28T18:57:46.078Z | Downloaded ref-cast v1.0.25 |
| 1167 | 2026-08-28T18:57:46.081Z | Downloaded rsa v0.9.10 |
| 1168 | 2026-08-28T18:57:46.081Z | Downloaded oxide-generation v0.1.3 |
| 1169 | 2026-08-28T18:57:46.081Z | Downloaded pkcs8 v0.11.0 |
| 1170 | 2026-08-28T18:57:46.086Z | Downloaded pkcs5 v0.8.1 |
| 1171 | 2026-08-28T18:57:46.091Z | Downloaded ron v0.8.1 |
| 1172 | 2026-08-28T18:57:46.095Z | Downloaded git2 v0.20.4 |
| 1173 | 2026-08-28T18:57:46.098Z | Downloaded stacker v0.1.23 |
| 1174 | 2026-08-28T18:57:46.098Z | Downloaded zstd v0.13.3 |
| 1175 | 2026-08-28T18:57:46.102Z | Downloaded crossbeam-deque v0.8.6 |
| 1176 | 2026-08-28T18:57:46.102Z | Downloaded ecdsa v0.16.9 |
| 1177 | 2026-08-28T18:57:46.102Z | Downloaded tokio-rustls v0.26.4 |
| 1178 | 2026-08-28T18:57:46.102Z | Downloaded prefix-trie v0.7.0 |
| 1179 | 2026-08-28T18:57:46.110Z | Downloaded diff v0.1.13 |
| 1180 | 2026-08-28T18:57:46.113Z | Downloaded salsa20 v0.11.0 |
| 1181 | 2026-08-28T18:57:46.113Z | Downloaded slab v0.4.12 |
| 1182 | 2026-08-28T18:57:46.117Z | Downloaded snafu-derive v0.8.9 |
| 1183 | 2026-08-28T18:57:46.129Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1184 | 2026-08-28T18:57:46.134Z | Downloaded crc-catalog v2.4.0 |
| 1185 | 2026-08-28T18:57:46.134Z | Downloaded displaydoc v0.2.5 |
| 1186 | 2026-08-28T18:57:46.134Z | Downloaded reqwest v0.12.28 |
| 1187 | 2026-08-28T18:57:46.138Z | Downloaded num-bigint-dig v0.8.6 |
| 1188 | 2026-08-28T18:57:46.138Z | Downloaded crossterm v0.29.0 |
| 1189 | 2026-08-28T18:57:46.142Z | Downloaded parking_lot v0.12.5 |
| 1190 | 2026-08-28T18:57:46.147Z | Downloaded iri-string v0.7.10 |
| 1191 | 2026-08-28T18:57:46.151Z | Downloaded keccak v0.2.0 |
| 1192 | 2026-08-28T18:57:46.151Z | Downloaded simd-adler32 v0.3.8 |
| 1193 | 2026-08-28T18:57:46.151Z | Downloaded itertools v0.13.0 |
| 1194 | 2026-08-28T18:57:46.155Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1195 | 2026-08-28T18:57:46.155Z | Downloaded rand v0.8.6 |
| 1196 | 2026-08-28T18:57:46.155Z | Downloaded slog v2.8.2 |
| 1197 | 2026-08-28T18:57:46.159Z | Downloaded schemars v0.9.0 |
| 1198 | 2026-08-28T18:57:46.162Z | Downloaded libxml v0.3.3 |
| 1199 | 2026-08-28T18:57:46.167Z | Downloaded derive_more-impl v2.1.1 |
| 1200 | 2026-08-28T18:57:46.170Z | Downloaded phc v0.6.1 |
| 1201 | 2026-08-28T18:57:46.170Z | Downloaded ppv-lite86 v0.2.21 |
| 1202 | 2026-08-28T18:57:46.170Z | Downloaded resolv-conf v0.7.6 |
| 1203 | 2026-08-28T18:57:46.171Z | Downloaded zip v0.6.6 |
| 1204 | 2026-08-28T18:57:46.174Z | Downloaded crossterm v0.28.1 |
| 1205 | 2026-08-28T18:57:46.179Z | Downloaded cookie_store v0.22.1 |
| 1206 | 2026-08-28T18:57:46.179Z | Downloaded convert_case v0.10.0 |
| 1207 | 2026-08-28T18:57:46.183Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1208 | 2026-08-28T18:57:46.183Z | Downloaded native-tls v0.2.18 |
| 1209 | 2026-08-28T18:57:46.183Z | Downloaded parking_lot v0.11.2 |
| 1210 | 2026-08-28T18:57:46.188Z | Downloaded tls_codec v0.4.2 |
| 1211 | 2026-08-28T18:57:46.193Z | Downloaded rand v0.9.2 |
| 1212 | 2026-08-28T18:57:46.196Z | Downloaded slog-scope v4.4.1 |
| 1213 | 2026-08-28T18:57:46.199Z | Downloaded snafu v0.8.9 |
| 1214 | 2026-08-28T18:57:46.201Z | Downloaded goblin v0.10.5 |
| 1215 | 2026-08-28T18:57:46.205Z | Downloaded rayon v1.11.0 |
| 1216 | 2026-08-28T18:57:46.209Z | Downloaded const_format v0.2.35 |
| 1217 | 2026-08-28T18:57:46.212Z | Downloaded pin-project v1.1.11 |
| 1218 | 2026-08-28T18:57:46.218Z | Downloaded portable-atomic v1.13.1 |
| 1219 | 2026-08-28T18:57:46.222Z | Downloaded aws-lc-rs v1.16.3 |
| 1220 | 2026-08-28T18:57:46.226Z | Downloaded bitvec v1.0.1 |
| 1221 | 2026-08-28T18:57:46.236Z | Downloaded tokio-postgres v0.7.16 |
| 1222 | 2026-08-28T18:57:46.239Z | Downloaded tower v0.5.3 |
| 1223 | 2026-08-28T18:57:46.243Z | Downloaded gimli v0.32.3 |
| 1224 | 2026-08-28T18:57:46.247Z | Downloaded crossbeam-channel v0.5.15 |
| 1225 | 2026-08-28T18:57:46.250Z | Downloaded rsa v0.10.0-rc.18 |
| 1226 | 2026-08-28T18:57:46.253Z | Downloaded itertools v0.14.0 |
| 1227 | 2026-08-28T18:57:46.256Z | Downloaded zerovec v0.11.5 |
| 1228 | 2026-08-28T18:57:46.259Z | Downloaded russh v0.62.4 |
| 1229 | 2026-08-28T18:57:46.264Z | Downloaded chrono v0.4.45 |
| 1230 | 2026-08-28T18:57:46.268Z | Downloaded regex v1.12.3 |
| 1231 | 2026-08-28T18:57:46.271Z | Downloaded tabled v0.21.0 |
| 1232 | 2026-08-28T18:57:46.282Z | Downloaded schemars v0.8.22 |
| 1233 | 2026-08-28T18:57:46.288Z | Downloaded darling_core v0.23.0 |
| 1234 | 2026-08-28T18:57:46.291Z | Downloaded smallvec v1.15.1 |
| 1235 | 2026-08-28T18:57:46.291Z | Downloaded p256 v0.14.0 |
| 1236 | 2026-08-28T18:57:46.294Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-08-28T18:57:46.299Z | Downloaded tough v0.22.0 |
| 1238 | 2026-08-28T18:57:46.302Z | Downloaded iddqd v0.4.2 |
| 1239 | 2026-08-28T18:57:46.305Z | Downloaded proptest v1.11.0 |
| 1240 | 2026-08-28T18:57:46.309Z | Downloaded p384 v0.13.1 |
| 1241 | 2026-08-28T18:57:46.312Z | Downloaded typed-path v0.9.3 |
| 1242 | 2026-08-28T18:57:46.315Z | Downloaded serde_with v1.14.0 |
| 1243 | 2026-08-28T18:57:46.318Z | Downloaded jiff-core v0.1.0 |
| 1244 | 2026-08-28T18:57:46.321Z | Downloaded url v2.5.8 |
| 1245 | 2026-08-28T18:57:46.324Z | Downloaded miette v7.6.0 |
| 1246 | 2026-08-28T18:57:46.324Z | Downloaded time v0.3.47 |
| 1247 | 2026-08-28T18:57:46.331Z | Downloaded icu_properties_data v2.1.2 |
| 1248 | 2026-08-28T18:57:46.337Z | Downloaded zerocopy-derive v0.8.55 |
| 1249 | 2026-08-28T18:57:46.341Z | Downloaded vcpkg v0.2.15 |
| 1250 | 2026-08-28T18:57:46.367Z | Downloaded smoltcp v0.9.1 |
| 1251 | 2026-08-28T18:57:46.370Z | Downloaded object v0.30.4 |
| 1252 | 2026-08-28T18:57:46.374Z | Downloaded der v0.8.0 |
| 1253 | 2026-08-28T18:57:46.378Z | Downloaded rawzip v0.4.4 |
| 1254 | 2026-08-28T18:57:46.383Z | Downloaded moka v0.12.13 |
| 1255 | 2026-08-28T18:57:46.386Z | Downloaded nix v0.27.1 |
| 1256 | 2026-08-28T18:57:46.392Z | Downloaded idna v1.1.0 |
| 1257 | 2026-08-28T18:57:46.398Z | Downloaded regress v0.10.5 |
| 1258 | 2026-08-28T18:57:46.401Z | Downloaded sha3 v0.12.0 |
| 1259 | 2026-08-28T18:57:46.401Z | Downloaded quinn-proto v0.11.16 |
| 1260 | 2026-08-28T18:57:46.415Z | Downloaded unicode-normalization v0.1.25 |
| 1261 | 2026-08-28T18:57:46.419Z | Downloaded polar-core v0.27.3 |
| 1262 | 2026-08-28T18:57:46.430Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-08-28T18:57:46.434Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-08-28T18:57:46.437Z | Downloaded reedline v0.40.0 |
| 1265 | 2026-08-28T18:57:46.440Z | Downloaded itertools v0.15.0 |
| 1266 | 2026-08-28T18:57:46.446Z | Downloaded zerocopy v0.8.55 |
| 1267 | 2026-08-28T18:57:46.455Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-08-28T18:57:46.461Z | Downloaded hickory-proto v0.25.2 |
| 1269 | 2026-08-28T18:57:46.470Z | Downloaded reqwest v0.13.2 |
| 1270 | 2026-08-28T18:57:46.474Z | Downloaded winnow v1.0.3 |
| 1271 | 2026-08-28T18:57:46.477Z | Downloaded libm v0.2.16 |
| 1272 | 2026-08-28T18:57:46.483Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-08-28T18:57:46.492Z | Downloaded rustls v0.23.41 |
| 1274 | 2026-08-28T18:57:46.497Z | Downloaded crypto-primes v0.7.2 |
| 1275 | 2026-08-28T18:57:46.500Z | Downloaded crypto-bigint v0.7.5 |
| 1276 | 2026-08-28T18:57:46.508Z | Downloaded zlib-rs v0.6.2 |
| 1277 | 2026-08-28T18:57:46.515Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-08-28T18:57:46.519Z | Downloaded quick-xml v0.37.5 |
| 1279 | 2026-08-28T18:57:46.519Z | Downloaded curve25519-dalek v4.1.3 |
| 1280 | 2026-08-28T18:57:46.522Z | Downloaded serde_with v3.21.0 |
| 1281 | 2026-08-28T18:57:46.529Z | Downloaded salty v0.3.0 |
| 1282 | 2026-08-28T18:57:46.532Z | Downloaded lalrpop v0.19.12 |
| 1283 | 2026-08-28T18:57:46.538Z | Downloaded curve25519-dalek v5.0.0 |
| 1284 | 2026-08-28T18:57:46.544Z | Downloaded syn v3.0.3 |
| 1285 | 2026-08-28T18:57:46.550Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-08-28T18:57:46.554Z | Downloaded openapiv3 v2.2.0 |
| 1287 | 2026-08-28T18:57:46.561Z | Downloaded petname v2.0.2 |
| 1288 | 2026-08-28T18:57:46.564Z | Downloaded openssl v0.10.80 |
| 1289 | 2026-08-28T18:57:46.572Z | Downloaded smoltcp v0.11.0 |
| 1290 | 2026-08-28T18:57:46.576Z | Downloaded sqlparser v0.61.0 |
| 1291 | 2026-08-28T18:57:46.582Z | Downloaded rustix v0.38.44 |
| 1292 | 2026-08-28T18:57:46.596Z | Downloaded object v0.37.3 |
| 1293 | 2026-08-28T18:57:46.601Z | Downloaded nix v0.28.0 |
| 1294 | 2026-08-28T18:57:46.608Z | Downloaded sled v0.34.7 |
| 1295 | 2026-08-28T18:57:46.622Z | Downloaded nix v0.31.2 |
| 1296 | 2026-08-28T18:57:46.626Z | Downloaded dropshot v0.17.1 |
| 1297 | 2026-08-28T18:57:46.631Z | Downloaded regress v0.11.1 |
| 1298 | 2026-08-28T18:57:46.637Z | Downloaded zerocopy-derive v0.6.6 |
| 1299 | 2026-08-28T18:57:46.642Z | Downloaded tracing v0.1.44 |
| 1300 | 2026-08-28T18:57:46.658Z | Downloaded sha3 v0.11.0 |
| 1301 | 2026-08-28T18:57:46.662Z | Downloaded diesel v2.3.7 |
| 1302 | 2026-08-28T18:57:46.668Z | Downloaded regex-automata v0.4.14 |
| 1303 | 2026-08-28T18:57:46.677Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-08-28T18:57:46.685Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1305 | 2026-08-28T18:57:46.692Z | Downloaded petgraph v0.6.5 |
| 1306 | 2026-08-28T18:57:46.703Z | Downloaded ratatui v0.29.0 |
| 1307 | 2026-08-28T18:57:46.716Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-08-28T18:57:46.727Z | Downloaded jiff v0.2.34 |
| 1309 | 2026-08-28T18:57:46.737Z | Downloaded petgraph v0.8.3 |
| 1310 | 2026-08-28T18:57:46.750Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1311 | 2026-08-28T18:57:46.760Z | Downloaded sha3 v0.10.8 |
| 1312 | 2026-08-28T18:57:46.781Z | Downloaded libz-sys v1.1.24 |
| 1313 | 2026-08-28T18:57:46.793Z | Downloaded tokio v1.52.1 |
| 1314 | 2026-08-28T18:57:46.816Z | Downloaded csv v1.4.0 |
| 1315 | 2026-08-28T18:57:46.828Z | Downloaded encoding_rs v0.8.35 |
| 1316 | 2026-08-28T18:57:46.844Z | Downloaded ring v0.17.14 |
| 1317 | 2026-08-28T18:57:46.868Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-08-28T18:57:47.353Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-08-28T18:57:47.618Z | Compiling serde_core v1.0.228 |
| 1320 | 2026-08-28T18:57:47.618Z | Compiling libc v0.2.185 |
| 1321 | 2026-08-28T18:57:47.618Z | Compiling serde v1.0.228 |
| 1322 | 2026-08-28T18:57:47.618Z | Compiling log v0.4.33 |
| 1323 | 2026-08-28T18:57:47.618Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-08-28T18:57:47.622Z | Compiling shlex v1.3.0 |
| 1325 | 2026-08-28T18:57:47.622Z | Compiling find-msvc-tools v0.1.9 |
| 1326 | 2026-08-28T18:57:47.622Z | Compiling subtle v2.6.1 |
| 1327 | 2026-08-28T18:57:47.799Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-08-28T18:57:47.809Z | Compiling typenum v1.20.1 |
| 1329 | 2026-08-28T18:57:47.812Z | Compiling stable_deref_trait v1.2.1 |
| 1330 | 2026-08-28T18:57:47.812Z | Compiling zerocopy v0.8.55 |
| 1331 | 2026-08-28T18:57:47.821Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-08-28T18:57:47.876Z | Compiling serde_json v1.0.151 |
| 1333 | 2026-08-28T18:57:47.882Z | Compiling syn v2.0.117 |
| 1334 | 2026-08-28T18:57:47.904Z | Compiling lock_api v0.4.14 |
| 1335 | 2026-08-28T18:57:47.944Z | Compiling critical-section v1.2.0 |
| 1336 | 2026-08-28T18:57:47.979Z | Compiling libm v0.2.16 |
| 1337 | 2026-08-28T18:57:47.995Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-08-28T18:57:48.009Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-08-28T18:57:48.013Z | Compiling generic-array v0.14.7 |
| 1340 | 2026-08-28T18:57:48.041Z | Compiling const-oid v0.9.6 |
| 1341 | 2026-08-28T18:57:48.109Z | Compiling getrandom v0.4.3 |
| 1342 | 2026-08-28T18:57:48.138Z | Compiling parking_lot_core v0.9.12 |
| 1343 | 2026-08-28T18:57:48.143Z | Compiling pin-project-lite v0.2.17 |
| 1344 | 2026-08-28T18:57:48.166Z | Compiling rand_core v0.10.0 |
| 1345 | 2026-08-28T18:57:48.194Z | Compiling litemap v0.8.1 |
| 1346 | 2026-08-28T18:57:48.307Z | Compiling futures-core v0.3.32 |
| 1347 | 2026-08-28T18:57:48.334Z | Compiling writeable v0.6.2 |
| 1348 | 2026-08-28T18:57:48.350Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-08-28T18:57:48.395Z | Compiling icu_normalizer_data v2.1.1 |
| 1350 | 2026-08-28T18:57:48.422Z | Compiling icu_properties_data v2.1.2 |
| 1351 | 2026-08-28T18:57:48.437Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-08-28T18:57:48.466Z | Compiling rustix v1.1.4 |
| 1353 | 2026-08-28T18:57:48.494Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-08-28T18:57:48.513Z | Compiling futures-io v0.3.32 |
| 1355 | 2026-08-28T18:57:48.538Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-08-28T18:57:48.553Z | Compiling slab v0.4.12 |
| 1357 | 2026-08-28T18:57:48.586Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-08-28T18:57:48.618Z | Compiling utf8_iter v1.0.4 |
| 1359 | 2026-08-28T18:57:48.664Z | Compiling errno v0.3.14 |
| 1360 | 2026-08-28T18:57:48.679Z | Compiling jobserver v0.1.34 |
| 1361 | 2026-08-28T18:57:49.103Z | Compiling getrandom v0.2.17 |
| 1362 | 2026-08-28T18:57:49.109Z | Compiling mio v1.2.0 |
| 1363 | 2026-08-28T18:57:49.109Z | Compiling signal-hook-registry v1.4.8 |
| 1364 | 2026-08-28T18:57:49.109Z | Compiling socket2 v0.6.3 |
| 1365 | 2026-08-28T18:57:49.109Z | Compiling form_urlencoded v1.2.2 |
| 1366 | 2026-08-28T18:57:49.109Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-08-28T18:57:49.109Z | Compiling cc v1.2.56 |
| 1368 | 2026-08-28T18:57:49.109Z | Compiling once_cell v1.21.3 |
| 1369 | 2026-08-28T18:57:49.109Z | Compiling parking_lot v0.12.5 |
| 1370 | 2026-08-28T18:57:49.109Z | Compiling rustversion v1.0.22 |
| 1371 | 2026-08-28T18:57:49.109Z | Compiling iana-time-zone v0.1.65 |
| 1372 | 2026-08-28T18:57:49.109Z | Compiling base64ct v1.8.3 |
| 1373 | 2026-08-28T18:57:49.109Z | Compiling dunce v1.0.5 |
| 1374 | 2026-08-28T18:57:49.109Z | Compiling flagset v0.4.7 |
| 1375 | 2026-08-28T18:57:49.109Z | Compiling fs_extra v1.3.0 |
| 1376 | 2026-08-28T18:57:49.167Z | Compiling regex-syntax v0.8.10 |
| 1377 | 2026-08-28T18:57:49.183Z | Compiling ident_case v1.0.1 |
| 1378 | 2026-08-28T18:57:49.217Z | Compiling base64 v0.22.1 |
| 1379 | 2026-08-28T18:57:49.232Z | Compiling syn v1.0.109 |
| 1380 | 2026-08-28T18:57:49.236Z | Compiling vcpkg v0.2.15 |
| 1381 | 2026-08-28T18:57:49.263Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-08-28T18:57:49.322Z | Compiling pem-rfc7468 v0.7.0 |
| 1383 | 2026-08-28T18:57:49.355Z | Compiling rand_core v0.9.5 |
| 1384 | 2026-08-28T18:57:49.366Z | Compiling dyn-clone v1.0.20 |
| 1385 | 2026-08-28T18:57:49.383Z | Compiling simd-adler32 v0.3.8 |
| 1386 | 2026-08-28T18:57:49.397Z | Compiling aws-lc-rs v1.16.3 |
| 1387 | 2026-08-28T18:57:49.475Z | Compiling schemars v0.8.22 |
| 1388 | 2026-08-28T18:57:49.507Z | Compiling cpufeatures v0.2.17 |
| 1389 | 2026-08-28T18:57:49.564Z | Compiling spin v0.9.8 |
| 1390 | 2026-08-28T18:57:49.598Z | Compiling adler2 v2.0.1 |
| 1391 | 2026-08-28T18:57:49.635Z | Compiling cmake v0.1.57 |
| 1392 | 2026-08-28T18:57:49.667Z | Compiling httparse v1.10.1 |
| 1393 | 2026-08-28T18:57:49.670Z | Compiling cmov v0.5.4 |
| 1394 | 2026-08-28T18:57:49.697Z | Compiling crc32fast v1.5.0 |
| 1395 | 2026-08-28T18:57:49.732Z | Compiling openssl-probe v0.2.1 |
| 1396 | 2026-08-28T18:57:49.748Z | Compiling tinyvec_macros v0.1.1 |
| 1397 | 2026-08-28T18:57:49.779Z | Compiling miniz_oxide v0.8.9 |
| 1398 | 2026-08-28T18:57:49.794Z | Compiling aho-corasick v1.1.4 |
| 1399 | 2026-08-28T18:57:49.819Z | Compiling tinyvec v1.10.0 |
| 1400 | 2026-08-28T18:57:49.833Z | Compiling try-lock v0.2.5 |
| 1401 | 2026-08-28T18:57:49.925Z | Compiling bitflags v2.11.0 |
| 1402 | 2026-08-28T18:57:50.044Z | Compiling semver v1.0.28 |
| 1403 | 2026-08-28T18:57:50.049Z | Compiling indexmap v2.14.0 |
| 1404 | 2026-08-28T18:57:50.080Z | Compiling uuid v1.23.4 |
| 1405 | 2026-08-28T18:57:50.186Z | Compiling ctutils v0.4.2 |
| 1406 | 2026-08-28T18:57:50.205Z | Compiling untrusted v0.7.1 |
| 1407 | 2026-08-28T18:57:50.208Z | Compiling tower-layer v0.3.3 |
| 1408 | 2026-08-28T18:57:50.240Z | Compiling radium v0.7.0 |
| 1409 | 2026-08-28T18:57:50.300Z | Compiling rustc_version v0.4.1 |
| 1410 | 2026-08-28T18:57:50.345Z | Compiling tower-service v0.3.3 |
| 1411 | 2026-08-28T18:57:50.394Z | Compiling atomic-waker v1.1.2 |
| 1412 | 2026-08-28T18:57:50.461Z | Compiling want v0.3.1 |
| 1413 | 2026-08-28T18:57:50.508Z | Compiling httpdate v1.0.3 |
| 1414 | 2026-08-28T18:57:50.538Z | Compiling foreign-types-shared v0.1.1 |
| 1415 | 2026-08-28T18:57:50.557Z | Compiling openssl v0.10.80 |
| 1416 | 2026-08-28T18:57:50.573Z | Compiling aws-lc-sys v0.40.0 |
| 1417 | 2026-08-28T18:57:50.642Z | Compiling openssl-sys v0.9.117 |
| 1418 | 2026-08-28T18:57:50.647Z | Compiling rustls v0.23.41 |
| 1419 | 2026-08-28T18:57:50.673Z | Compiling tap v1.0.1 |
| 1420 | 2026-08-28T18:57:50.677Z | Compiling maybe-uninit v2.0.0 |
| 1421 | 2026-08-28T18:57:50.727Z | Compiling regex-automata v0.4.14 |
| 1422 | 2026-08-28T18:57:50.761Z | Compiling untrusted v0.9.0 |
| 1423 | 2026-08-28T18:57:50.765Z | Compiling foreign-types v0.3.2 |
| 1424 | 2026-08-28T18:57:50.805Z | Compiling synstructure v0.13.2 |
| 1425 | 2026-08-28T18:57:50.821Z | Compiling serde_derive_internals v0.29.1 |
| 1426 | 2026-08-28T18:57:50.824Z | Compiling pest_generator v2.8.6 |
| 1427 | 2026-08-28T18:57:50.857Z | Compiling darling_core v0.20.11 |
| 1428 | 2026-08-28T18:57:50.870Z | Compiling wyz v0.5.1 |
| 1429 | 2026-08-28T18:57:50.906Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1430 | 2026-08-28T18:57:51.031Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1431 | 2026-08-28T18:57:51.237Z | Compiling tempfile v3.27.0 |
| 1432 | 2026-08-28T18:57:51.303Z | Compiling terminal_size v0.4.3 |
| 1433 | 2026-08-28T18:57:51.336Z | Compiling unicode-normalization v0.1.25 |
| 1434 | 2026-08-28T18:57:51.353Z | Compiling num-integer v0.1.46 |
| 1435 | 2026-08-28T18:57:51.396Z | Compiling wait-timeout v0.2.1 |
| 1436 | 2026-08-28T18:57:51.439Z | Compiling ahash v0.8.12 |
| 1437 | 2026-08-28T18:57:51.530Z | Compiling native-tls v0.2.18 |
| 1438 | 2026-08-28T18:57:51.619Z | Compiling powerfmt v0.2.0 |
| 1439 | 2026-08-28T18:57:51.652Z | Compiling packed_struct v0.10.1 |
| 1440 | 2026-08-28T18:57:51.679Z | Compiling time-core v0.1.8 |
| 1441 | 2026-08-28T18:57:51.696Z | Compiling num-conv v0.2.0 |
| 1442 | 2026-08-28T18:57:51.713Z | Compiling funty v2.0.0 |
| 1443 | 2026-08-28T18:57:51.716Z | Compiling bit-vec v0.8.0 |
| 1444 | 2026-08-28T18:57:51.742Z | Compiling num-bigint-dig v0.8.6 |
| 1445 | 2026-08-28T18:57:51.760Z | Compiling quick-error v1.2.3 |
| 1446 | 2026-08-28T18:57:51.801Z | Compiling deranged v0.5.8 |
| 1447 | 2026-08-28T18:57:51.858Z | Compiling time-macros v0.2.27 |
| 1448 | 2026-08-28T18:57:51.861Z | Compiling rusty-fork v0.3.1 |
| 1449 | 2026-08-28T18:57:51.891Z | Compiling clap_builder v4.6.0 |
| 1450 | 2026-08-28T18:57:51.891Z | Compiling num-iter v0.1.45 |
| 1451 | 2026-08-28T18:57:51.951Z | Compiling bit-set v0.8.0 |
| 1452 | 2026-08-28T18:57:51.997Z | Compiling lazy_static v1.5.0 |
| 1453 | 2026-08-28T18:57:52.050Z | Compiling rand_xorshift v0.4.0 |
| 1454 | 2026-08-28T18:57:52.107Z | Compiling bitvec v1.0.1 |
| 1455 | 2026-08-28T18:57:52.122Z | Compiling sync_wrapper v1.0.2 |
| 1456 | 2026-08-28T18:57:52.146Z | Compiling indexmap v1.9.3 |
| 1457 | 2026-08-28T18:57:52.214Z | Compiling num_threads v0.1.7 |
| 1458 | 2026-08-28T18:57:52.233Z | Compiling object v0.37.3 |
| 1459 | 2026-08-28T18:57:52.247Z | Compiling nodrop v0.1.14 |
| 1460 | 2026-08-28T18:57:52.328Z | Compiling crc-catalog v2.4.0 |
| 1461 | 2026-08-28T18:57:52.344Z | Compiling crossbeam-utils v0.8.21 |
| 1462 | 2026-08-28T18:57:52.360Z | Compiling usdt-impl v0.6.0 |
| 1463 | 2026-08-28T18:57:52.363Z | Compiling siphasher v1.0.2 |
| 1464 | 2026-08-28T18:57:52.436Z | Compiling unicode-segmentation v1.12.0 |
| 1465 | 2026-08-28T18:57:52.523Z | Compiling zlib-rs v0.6.2 |
| 1466 | 2026-08-28T18:57:52.565Z | Compiling paste v1.0.15 |
| 1467 | 2026-08-28T18:57:52.587Z | Compiling serde_derive v1.0.228 |
| 1468 | 2026-08-28T18:57:52.601Z | Compiling zeroize_derive v1.5.0 |
| 1469 | 2026-08-28T18:57:52.651Z | Compiling zerocopy-derive v0.8.55 |
| 1470 | 2026-08-28T18:57:52.844Z | Compiling zerofrom-derive v0.1.6 |
| 1471 | 2026-08-28T18:57:52.858Z | Compiling yoke-derive v0.8.1 |
| 1472 | 2026-08-28T18:57:52.875Z | Compiling zerovec-derive v0.11.2 |
| 1473 | 2026-08-28T18:57:52.943Z | Compiling displaydoc v0.2.5 |
| 1474 | 2026-08-28T18:57:52.978Z | Compiling tokio-macros v2.7.0 |
| 1475 | 2026-08-28T18:57:53.284Z | Compiling futures-macro v0.3.32 |
| 1476 | 2026-08-28T18:57:53.315Z | Compiling der_derive v0.7.3 |
| 1477 | 2026-08-28T18:57:53.629Z | Compiling thiserror-impl v2.0.18 |
| 1478 | 2026-08-28T18:57:53.743Z | Compiling tracing-attributes v0.1.31 |
| 1479 | 2026-08-28T18:57:53.767Z | Compiling schemars_derive v0.8.22 |
| 1480 | 2026-08-28T18:57:53.835Z | Compiling pest_derive v2.8.6 |
| 1481 | 2026-08-28T18:57:54.042Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-08-28T18:57:54.100Z | Compiling darling_macro v0.20.11 |
| 1483 | 2026-08-28T18:57:54.151Z | Compiling futures-util v0.3.32 |
| 1484 | 2026-08-28T18:57:54.343Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2026-08-28T18:57:54.357Z | Compiling zerofrom v0.1.6 |
| 1486 | 2026-08-28T18:57:54.370Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-08-28T18:57:54.495Z | Compiling yoke v0.8.1 |
| 1488 | 2026-08-28T18:57:54.631Z | Compiling darling v0.20.11 |
| 1489 | 2026-08-28T18:57:54.702Z | Compiling zerovec v0.11.5 |
| 1490 | 2026-08-28T18:57:54.733Z | Compiling zerotrie v0.2.3 |
| 1491 | 2026-08-28T18:57:54.911Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-28T18:57:55.025Z | Compiling packed_struct_codegen v0.10.1 |
| 1493 | 2026-08-28T18:57:55.041Z | Compiling thiserror v2.0.18 |
| 1494 | 2026-08-28T18:57:55.104Z | Compiling clap_derive v4.6.1 |
| 1495 | 2026-08-28T18:57:55.107Z | Compiling bitfield-macros v0.19.4 |
| 1496 | 2026-08-28T18:57:55.139Z | Compiling zerocopy-derive v0.6.6 |
| 1497 | 2026-08-28T18:57:55.168Z | Compiling unarray v0.1.4 |
| 1498 | 2026-08-28T18:57:55.192Z | Compiling tinystr v0.8.2 |
| 1499 | 2026-08-28T18:57:55.240Z | Compiling potential_utf v0.1.4 |
| 1500 | 2026-08-28T18:57:55.257Z | Compiling tracing v0.1.44 |
| 1501 | 2026-08-28T18:57:55.297Z | Compiling goblin v0.10.5 |
| 1502 | 2026-08-28T18:57:55.408Z | Compiling icu_locale_core v2.1.1 |
| 1503 | 2026-08-28T18:57:55.423Z | Compiling icu_collections v2.1.1 |
| 1504 | 2026-08-28T18:57:55.553Z | Compiling flate2 v1.1.9 |
| 1505 | 2026-08-28T18:57:55.732Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-08-28T18:57:55.844Z | Compiling bitfield v0.19.4 |
| 1507 | 2026-08-28T18:57:55.862Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-08-28T18:57:55.880Z | Compiling derive_builder_core v0.20.2 |
| 1509 | 2026-08-28T18:57:55.938Z | Compiling time v0.3.47 |
| 1510 | 2026-08-28T18:57:56.019Z | Compiling zerocopy v0.6.6 |
| 1511 | 2026-08-28T18:57:56.115Z | Compiling zeroize v1.9.0 |
| 1512 | 2026-08-28T18:57:56.137Z | Compiling bytes v1.11.1 |
| 1513 | 2026-08-28T18:57:56.166Z | Compiling icu_provider v2.1.1 |
| 1514 | 2026-08-28T18:57:56.204Z | Compiling chrono v0.4.45 |
| 1515 | 2026-08-28T18:57:56.349Z | Compiling der v0.7.10 |
| 1516 | 2026-08-28T18:57:56.368Z | Compiling rustls-pki-types v1.14.0 |
| 1517 | 2026-08-28T18:57:56.485Z | Compiling icu_normalizer v2.1.1 |
| 1518 | 2026-08-28T18:57:56.581Z | Compiling icu_properties v2.1.2 |
| 1519 | 2026-08-28T18:57:56.632Z | Compiling tokio v1.52.1 |
| 1520 | 2026-08-28T18:57:56.773Z | Compiling http v1.4.2 |
| 1521 | 2026-08-28T18:57:56.788Z | Compiling hybrid-array v0.4.13 |
| 1522 | 2026-08-28T18:57:56.848Z | Compiling ipnet v2.12.0 |
| 1523 | 2026-08-28T18:57:56.923Z | Compiling crypto-common v0.1.7 |
| 1524 | 2026-08-28T18:57:56.939Z | Compiling block-buffer v0.10.4 |
| 1525 | 2026-08-28T18:57:57.049Z | Compiling hex v0.4.3 |
| 1526 | 2026-08-28T18:57:57.087Z | Compiling digest v0.10.7 |
| 1527 | 2026-08-28T18:57:57.127Z | Compiling toml_datetime v0.6.11 |
| 1528 | 2026-08-28T18:57:57.337Z | Compiling ppv-lite86 v0.2.21 |
| 1529 | 2026-08-28T18:57:57.369Z | Compiling spki v0.7.3 |
| 1530 | 2026-08-28T18:57:57.372Z | Compiling sha2 v0.10.9 |
| 1531 | 2026-08-28T18:57:57.401Z | Compiling signature v2.2.0 |
| 1532 | 2026-08-28T18:57:57.451Z | Compiling idna_adapter v1.2.1 |
| 1533 | 2026-08-28T18:57:57.567Z | Compiling idna v1.1.0 |
| 1534 | 2026-08-28T18:57:57.583Z | Compiling pkcs8 v0.10.2 |
| 1535 | 2026-08-28T18:57:57.604Z | Compiling http-body v1.0.1 |
| 1536 | 2026-08-28T18:57:57.608Z | Compiling hmac v0.12.1 |
| 1537 | 2026-08-28T18:57:57.633Z | Compiling rand_chacha v0.9.0 |
| 1538 | 2026-08-28T18:57:57.637Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-08-28T18:57:57.637Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-08-28T18:57:57.725Z | Compiling clap v4.6.1 |
| 1541 | 2026-08-28T18:57:57.773Z | Compiling pkcs1 v0.7.5 |
| 1542 | 2026-08-28T18:57:57.796Z | Compiling http-body-util v0.1.3 |
| 1543 | 2026-08-28T18:57:57.868Z | Compiling url v2.5.8 |
| 1544 | 2026-08-28T18:57:57.882Z | Compiling rand v0.9.2 |
| 1545 | 2026-08-28T18:57:57.897Z | Compiling rand v0.8.6 |
| 1546 | 2026-08-28T18:57:57.974Z | Compiling structmeta-derive v0.3.0 |
| 1547 | 2026-08-28T18:57:58.036Z | Compiling dof v0.4.0 |
| 1548 | 2026-08-28T18:57:58.060Z | Compiling scroll_derive v0.12.1 |
| 1549 | 2026-08-28T18:57:58.234Z | Compiling crc v3.4.0 |
| 1550 | 2026-08-28T18:57:58.271Z | Compiling array-init v0.0.4 |
| 1551 | 2026-08-28T18:57:58.423Z | Compiling smallvec v0.6.14 |
| 1552 | 2026-08-28T18:57:58.446Z | Compiling proptest v1.11.0 |
| 1553 | 2026-08-28T18:57:58.646Z | Compiling darling_core v0.23.0 |
| 1554 | 2026-08-28T18:57:58.661Z | Compiling heapless v0.7.17 |
| 1555 | 2026-08-28T18:57:58.678Z | Compiling slog v2.8.2 |
| 1556 | 2026-08-28T18:57:58.720Z | Compiling thread-id v5.1.0 |
| 1557 | 2026-08-28T18:57:58.723Z | Compiling env_filter v2.0.0 |
| 1558 | 2026-08-28T18:57:58.751Z | Compiling syn v3.0.3 |
| 1559 | 2026-08-28T18:57:58.816Z | Compiling cookie v0.18.1 |
| 1560 | 2026-08-28T18:57:58.884Z | Compiling base64 v0.21.7 |
| 1561 | 2026-08-28T18:57:58.931Z | Compiling signal-hook v0.3.18 |
| 1562 | 2026-08-28T18:57:59.024Z | Compiling ryu v1.0.23 |
| 1563 | 2026-08-28T18:57:59.047Z | Compiling iri-string v0.7.10 |
| 1564 | 2026-08-28T18:57:59.079Z | Compiling anyhow v1.0.104 |
| 1565 | 2026-08-28T18:57:59.117Z | Compiling gimli v0.32.3 |
| 1566 | 2026-08-28T18:57:59.132Z | Compiling hashbrown v0.12.3 |
| 1567 | 2026-08-28T18:57:59.216Z | Compiling ipnetwork v0.21.1 |
| 1568 | 2026-08-28T18:57:59.231Z | Compiling zstd-safe v7.2.4 |
| 1569 | 2026-08-28T18:57:59.247Z | Compiling unicode-bidi v0.3.18 |
| 1570 | 2026-08-28T18:57:59.363Z | Compiling winnow v0.5.40 |
| 1571 | 2026-08-28T18:57:59.401Z | Compiling unicode-properties v0.1.4 |
| 1572 | 2026-08-28T18:57:59.447Z | Compiling allocator-api2 v0.2.21 |
| 1573 | 2026-08-28T18:57:59.575Z | Compiling stringprep v0.1.5 |
| 1574 | 2026-08-28T18:57:59.626Z | Compiling rsa v0.9.10 |
| 1575 | 2026-08-28T18:57:59.662Z | Compiling oxnet v0.1.6 |
| 1576 | 2026-08-28T18:57:59.789Z | Compiling serde_urlencoded v0.7.1 |
| 1577 | 2026-08-28T18:57:59.979Z | Compiling ron v0.8.1 |
| 1578 | 2026-08-28T18:57:59.998Z | Compiling structmeta v0.3.0 |
| 1579 | 2026-08-28T18:58:00.072Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1580 | 2026-08-28T18:58:00.088Z | Compiling env_logger v0.11.11 |
| 1581 | 2026-08-28T18:58:00.168Z | Compiling scroll v0.12.0 |
| 1582 | 2026-08-28T18:58:00.226Z | Compiling serde-hex v0.1.0 |
| 1583 | 2026-08-28T18:58:00.465Z | Compiling tokio-util v0.7.18 |
| 1584 | 2026-08-28T18:58:00.465Z | Compiling tower v0.5.3 |
| 1585 | 2026-08-28T18:58:00.604Z | Compiling tokio-native-tls v0.3.1 |
| 1586 | 2026-08-28T18:58:00.756Z | Compiling toml_edit v0.19.15 |
| 1587 | 2026-08-28T18:58:00.798Z | Compiling addr2line v0.25.1 |
| 1588 | 2026-08-28T18:58:00.848Z | Compiling newtype-uuid v1.3.2 |
| 1589 | 2026-08-28T18:58:00.963Z | Compiling tower-http v0.6.8 |
| 1590 | 2026-08-28T18:58:00.979Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1591 | 2026-08-28T18:58:01.087Z | Compiling camino v1.2.5 |
| 1592 | 2026-08-28T18:58:01.184Z | Compiling h2 v0.4.15 |
| 1593 | 2026-08-28T18:58:01.200Z | Compiling darling_macro v0.23.0 |
| 1594 | 2026-08-28T18:58:01.492Z | Compiling hashbrown v0.13.2 |
| 1595 | 2026-08-28T18:58:01.547Z | Compiling x509-cert v0.2.5 |
| 1596 | 2026-08-28T18:58:01.719Z | Compiling crypto-common v0.2.2 |
| 1597 | 2026-08-28T18:58:01.738Z | Compiling block-padding v0.4.2 |
| 1598 | 2026-08-28T18:58:01.912Z | Compiling block-buffer v0.12.1 |
| 1599 | 2026-08-28T18:58:01.927Z | Compiling md-5 v0.10.6 |
| 1600 | 2026-08-28T18:58:02.008Z | Compiling derive_builder_macro v0.20.2 |
| 1601 | 2026-08-28T18:58:02.023Z | Compiling rustls-native-certs v0.8.3 |
| 1602 | 2026-08-28T18:58:02.123Z | Compiling erased-serde v0.3.31 |
| 1603 | 2026-08-28T18:58:02.144Z | Compiling serde_tokenstream v0.2.3 |
| 1604 | 2026-08-28T18:58:02.262Z | Compiling daft-derive v0.1.8 |
| 1605 | 2026-08-28T18:58:02.333Z | Compiling bzip2 v0.4.4 |
| 1606 | 2026-08-28T18:58:02.406Z | Compiling bstr v1.12.1 |
| 1607 | 2026-08-28T18:58:02.478Z | Compiling zerocopy-derive v0.7.35 |
| 1608 | 2026-08-28T18:58:02.514Z | Compiling async-trait v0.1.89 |
| 1609 | 2026-08-28T18:58:02.557Z | Compiling pin-project-internal v1.1.11 |
| 1610 | 2026-08-28T18:58:02.635Z | Compiling curve25519-dalek v4.1.3 |
| 1611 | 2026-08-28T18:58:02.783Z | Compiling vergen-lib v9.1.0 |
| 1612 | 2026-08-28T18:58:02.986Z | Compiling hash32 v0.2.1 |
| 1613 | 2026-08-28T18:58:03.002Z | Compiling memoffset v0.9.1 |
| 1614 | 2026-08-28T18:58:03.006Z | Compiling encoding_rs v0.8.35 |
| 1615 | 2026-08-28T18:58:03.072Z | Compiling smoltcp v0.9.1 |
| 1616 | 2026-08-28T18:58:03.161Z | Compiling fallible-iterator v0.2.0 |
| 1617 | 2026-08-28T18:58:03.193Z | Compiling cfg_aliases v0.2.1 |
| 1618 | 2026-08-28T18:58:03.210Z | Compiling rustc-demangle v0.1.27 |
| 1619 | 2026-08-28T18:58:03.280Z | Compiling litrs v1.0.0 |
| 1620 | 2026-08-28T18:58:03.376Z | Compiling psl-types v2.0.11 |
| 1621 | 2026-08-28T18:58:03.421Z | Compiling ref-cast v1.0.25 |
| 1622 | 2026-08-28T18:58:03.436Z | Compiling owo-colors v4.3.0 |
| 1623 | 2026-08-28T18:58:03.490Z | Compiling rustix v0.38.44 |
| 1624 | 2026-08-28T18:58:03.498Z | Compiling mime v0.3.17 |
| 1625 | 2026-08-28T18:58:03.514Z | Compiling crc-any v2.5.0 |
| 1626 | 2026-08-28T18:58:03.568Z | Compiling publicsuffix v2.3.0 |
| 1627 | 2026-08-28T18:58:03.622Z | Compiling postgres-protocol v0.6.10 |
| 1628 | 2026-08-28T18:58:03.687Z | Compiling pin-project v1.1.11 |
| 1629 | 2026-08-28T18:58:03.763Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1630 | 2026-08-28T18:58:03.776Z | Compiling backtrace v0.3.76 |
| 1631 | 2026-08-28T18:58:03.806Z | Compiling zerocopy v0.7.35 |
| 1632 | 2026-08-28T18:58:03.809Z | Compiling nix v0.31.2 |
| 1633 | 2026-08-28T18:58:03.852Z | Compiling document-features v0.2.12 |
| 1634 | 2026-08-28T18:58:03.971Z | Compiling daft v0.1.8 |
| 1635 | 2026-08-28T18:58:04.073Z | Compiling derive_builder v0.20.2 |
| 1636 | 2026-08-28T18:58:04.180Z | Compiling zip v0.6.6 |
| 1637 | 2026-08-28T18:58:04.200Z | Compiling toml v0.7.8 |
| 1638 | 2026-08-28T18:58:04.214Z | Compiling object v0.30.4 |
| 1639 | 2026-08-28T18:58:04.231Z | Compiling inout v0.2.2 |
| 1640 | 2026-08-28T18:58:04.268Z | Compiling darling v0.23.0 |
| 1641 | 2026-08-28T18:58:04.363Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-28T18:58:04.393Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1643 | 2026-08-28T18:58:04.424Z | Compiling goblin v0.8.2 |
| 1644 | 2026-08-28T18:58:04.439Z | Compiling derive-ex v0.1.8 |
| 1645 | 2026-08-28T18:58:04.758Z | Compiling futures-executor v0.3.32 |
| 1646 | 2026-08-28T18:58:04.772Z | Compiling hubpack_derive v0.1.1 |
| 1647 | 2026-08-28T18:58:04.809Z | Compiling regex v1.12.3 |
| 1648 | 2026-08-28T18:58:04.824Z | Compiling convert_case v0.10.0 |
| 1649 | 2026-08-28T18:58:04.922Z | Compiling ref-cast-impl v1.0.25 |
| 1650 | 2026-08-28T18:58:04.922Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1651 | 2026-08-28T18:58:05.016Z | Compiling strum_macros v0.27.2 |
| 1652 | 2026-08-28T18:58:05.020Z | Compiling snafu-derive v0.8.9 |
| 1653 | 2026-08-28T18:58:05.072Z | Compiling phf_shared v0.13.1 |
| 1654 | 2026-08-28T18:58:05.182Z | Compiling vergen v9.1.0 |
| 1655 | 2026-08-28T18:58:05.265Z | Compiling cargo-platform v0.3.2 |
| 1656 | 2026-08-28T18:58:05.306Z | Compiling ff v0.13.1 |
| 1657 | 2026-08-28T18:58:05.337Z | Compiling fs-err v3.3.0 |
| 1658 | 2026-08-28T18:58:05.387Z | Compiling libbz2-rs-sys v0.2.2 |
| 1659 | 2026-08-28T18:58:05.426Z | Compiling foldhash v0.1.5 |
| 1660 | 2026-08-28T18:58:05.468Z | Compiling either v1.15.0 |
| 1661 | 2026-08-28T18:58:05.556Z | Compiling hyper-util v0.1.20 |
| 1662 | 2026-08-28T18:58:05.578Z | Compiling jiff-core v0.1.0 |
| 1663 | 2026-08-28T18:58:05.583Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-28T18:58:05.617Z | Compiling same-file v1.0.6 |
| 1665 | 2026-08-28T18:58:05.647Z | Compiling base16ct v0.2.0 |
| 1666 | 2026-08-28T18:58:05.697Z | Compiling managed v0.8.0 |
| 1667 | 2026-08-28T18:58:05.809Z | Compiling is_ci v1.2.0 |
| 1668 | 2026-08-28T18:58:05.824Z | Compiling path-slash v0.1.5 |
| 1669 | 2026-08-28T18:58:05.843Z | Compiling bumpalo v3.20.2 |
| 1670 | 2026-08-28T18:58:05.928Z | Compiling bitflags v1.3.2 |
| 1671 | 2026-08-28T18:58:05.963Z | Compiling supports-color v3.0.2 |
| 1672 | 2026-08-28T18:58:05.977Z | Compiling textwrap v0.16.2 |
| 1673 | 2026-08-28T18:58:06.030Z | Compiling bzip2 v0.6.1 |
| 1674 | 2026-08-28T18:58:06.094Z | Compiling zopfli v0.8.3 |
| 1675 | 2026-08-28T18:58:06.120Z | Compiling sec1 v0.7.3 |
| 1676 | 2026-08-28T18:58:06.151Z | Compiling test-strategy v0.4.5 |
| 1677 | 2026-08-28T18:58:06.166Z | Compiling walkdir v2.5.0 |
| 1678 | 2026-08-28T18:58:06.260Z | Compiling hashbrown v0.16.1 |
| 1679 | 2026-08-28T18:58:06.415Z | Compiling jiff v0.2.34 |
| 1680 | 2026-08-28T18:58:06.704Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1681 | 2026-08-28T18:58:06.732Z | Compiling dof v0.3.0 |
| 1682 | 2026-08-28T18:58:06.769Z | Compiling hashbrown v0.15.5 |
| 1683 | 2026-08-28T18:58:06.839Z | Compiling cargo_metadata v0.23.1 |
| 1684 | 2026-08-28T18:58:06.895Z | Compiling group v0.13.0 |
| 1685 | 2026-08-28T18:58:06.996Z | Compiling hyper-tls v0.6.0 |
| 1686 | 2026-08-28T18:58:07.074Z | Compiling strum v0.27.2 |
| 1687 | 2026-08-28T18:58:07.092Z | Compiling snafu v0.8.9 |
| 1688 | 2026-08-28T18:58:07.218Z | Compiling reqwest v0.12.28 |
| 1689 | 2026-08-28T18:58:07.249Z | Compiling phf v0.13.1 |
| 1690 | 2026-08-28T18:58:07.266Z | Compiling hubpack v0.1.2 |
| 1691 | 2026-08-28T18:58:07.346Z | Compiling derive_more-impl v2.1.1 |
| 1692 | 2026-08-28T18:58:07.361Z | Compiling futures v0.3.32 |
| 1693 | 2026-08-28T18:58:07.424Z | Compiling zstd v0.13.3 |
| 1694 | 2026-08-28T18:58:07.469Z | Compiling cookie_store v0.22.1 |
| 1695 | 2026-08-28T18:58:07.485Z | Compiling signal-hook-mio v0.2.5 |
| 1696 | 2026-08-28T18:58:07.504Z | Compiling cipher v0.5.2 |
| 1697 | 2026-08-28T18:58:07.618Z | Compiling serde_with_macros v3.21.0 |
| 1698 | 2026-08-28T18:58:07.691Z | Compiling backtrace-ext v0.2.1 |
| 1699 | 2026-08-28T18:58:07.707Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-08-28T18:58:07.941Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-28T18:58:07.997Z | Compiling usdt-attr-macro v0.6.0 |
| 1702 | 2026-08-28T18:58:08.148Z | Compiling usdt-macro v0.6.0 |
| 1703 | 2026-08-28T18:58:08.164Z | Compiling byte-wrapper v0.1.0 |
| 1704 | 2026-08-28T18:58:08.222Z | Compiling hkdf v0.12.4 |
| 1705 | 2026-08-28T18:58:08.281Z | Compiling ed25519 v2.2.3 |
| 1706 | 2026-08-28T18:58:08.417Z | Compiling crypto-bigint v0.5.5 |
| 1707 | 2026-08-28T18:58:08.516Z | Compiling serde_plain v1.0.2 |
| 1708 | 2026-08-28T18:58:08.540Z | Compiling olpc-cjson v0.1.4 |
| 1709 | 2026-08-28T18:58:08.609Z | Compiling serde-big-array v0.5.1 |
| 1710 | 2026-08-28T18:58:08.639Z | Compiling dtrace-parser v0.2.0 |
| 1711 | 2026-08-28T18:58:08.720Z | Compiling enum-as-inner v0.6.1 |
| 1712 | 2026-08-28T18:58:08.735Z | Compiling miette-derive v7.6.0 |
| 1713 | 2026-08-28T18:58:08.772Z | Compiling serde_repr v0.1.20 |
| 1714 | 2026-08-28T18:58:08.800Z | Compiling async-recursion v1.1.1 |
| 1715 | 2026-08-28T18:58:08.858Z | Compiling strum_macros v0.26.4 |
| 1716 | 2026-08-28T18:58:08.943Z | Compiling phf_shared v0.11.3 |
| 1717 | 2026-08-28T18:58:08.961Z | Compiling float-cmp v0.10.0 |
| 1718 | 2026-08-28T18:58:09.119Z | Compiling pem v3.0.6 |
| 1719 | 2026-08-28T18:58:09.143Z | Compiling memmap2 v0.9.10 |
| 1720 | 2026-08-28T18:58:09.194Z | Compiling thread-id v4.2.2 |
| 1721 | 2026-08-28T18:58:09.257Z | Compiling fixedbitset v0.4.2 |
| 1722 | 2026-08-28T18:58:09.296Z | Compiling fixedbitset v0.5.7 |
| 1723 | 2026-08-28T18:58:09.335Z | Compiling static_assertions v1.1.0 |
| 1724 | 2026-08-28T18:58:09.377Z | Compiling predicates-core v1.0.10 |
| 1725 | 2026-08-28T18:58:09.393Z | Compiling normalize-line-endings v0.3.0 |
| 1726 | 2026-08-28T18:58:09.433Z | Compiling new_debug_unreachable v1.0.6 |
| 1727 | 2026-08-28T18:58:09.457Z | Compiling supports-unicode v3.0.0 |
| 1728 | 2026-08-28T18:58:09.474Z | Compiling whoami v2.1.0 |
| 1729 | 2026-08-28T18:58:09.495Z | Compiling difflib v0.4.0 |
| 1730 | 2026-08-28T18:58:09.510Z | Compiling supports-hyperlinks v3.2.0 |
| 1731 | 2026-08-28T18:58:09.510Z | Compiling precomputed-hash v0.1.1 |
| 1732 | 2026-08-28T18:58:09.541Z | Compiling const-oid v0.10.2 |
| 1733 | 2026-08-28T18:58:09.558Z | Compiling typed-path v0.9.3 |
| 1734 | 2026-08-28T18:58:09.577Z | Compiling keccak v0.1.6 |
| 1735 | 2026-08-28T18:58:09.618Z | Compiling data-encoding v2.10.0 |
| 1736 | 2026-08-28T18:58:09.633Z | Compiling cpufeatures v0.3.0 |
| 1737 | 2026-08-28T18:58:09.637Z | Compiling winnow v1.0.3 |
| 1738 | 2026-08-28T18:58:09.701Z | Compiling digest v0.11.3 |
| 1739 | 2026-08-28T18:58:09.724Z | Compiling chacha20 v0.10.0 |
| 1740 | 2026-08-28T18:58:09.765Z | Compiling sha3 v0.10.8 |
| 1741 | 2026-08-28T18:58:09.874Z | Compiling predicates v3.1.4 |
| 1742 | 2026-08-28T18:58:09.929Z | Compiling miette v7.6.0 |
| 1743 | 2026-08-28T18:58:09.981Z | Compiling hickory-proto v0.25.2 |
| 1744 | 2026-08-28T18:58:09.999Z | Compiling tokio-postgres v0.7.16 |
| 1745 | 2026-08-28T18:58:10.110Z | Compiling string_cache v0.8.9 |
| 1746 | 2026-08-28T18:58:10.125Z | Compiling toml_edit v0.22.27 |
| 1747 | 2026-08-28T18:58:10.290Z | Compiling petgraph v0.8.3 |
| 1748 | 2026-08-28T18:58:10.358Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1749 | 2026-08-28T18:58:10.382Z | Compiling petgraph v0.6.5 |
| 1750 | 2026-08-28T18:58:10.386Z | Compiling elliptic-curve v0.13.8 |
| 1751 | 2026-08-28T18:58:10.567Z | Compiling usdt v0.6.0 |
| 1752 | 2026-08-28T18:58:10.639Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1753 | 2026-08-28T18:58:10.715Z | Compiling strum v0.26.3 |
| 1754 | 2026-08-28T18:58:10.759Z | Compiling usdt-impl v0.5.0 |
| 1755 | 2026-08-28T18:58:10.847Z | Compiling serde_with v3.21.0 |
| 1756 | 2026-08-28T18:58:10.864Z | Compiling crossterm v0.28.1 |
| 1757 | 2026-08-28T18:58:10.868Z | Compiling zip v4.6.1 |
| 1758 | 2026-08-28T18:58:10.894Z | Compiling derive_more v2.1.1 |
| 1759 | 2026-08-28T18:58:11.003Z | Compiling ed25519-dalek v2.2.0 |
| 1760 | 2026-08-28T18:58:11.018Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1761 | 2026-08-28T18:58:11.368Z | Compiling iddqd v0.4.2 |
| 1762 | 2026-08-28T18:58:11.714Z | Compiling itertools v0.15.0 |
| 1763 | 2026-08-28T18:58:11.837Z | Compiling itertools v0.13.0 |
| 1764 | 2026-08-28T18:58:11.903Z | Compiling similar v2.7.0 |
| 1765 | 2026-08-28T18:58:11.978Z | Compiling crossbeam-epoch v0.9.18 |
| 1766 | 2026-08-28T18:58:12.209Z | Compiling tokio-stream v0.1.18 |
| 1767 | 2026-08-28T18:58:12.331Z | Compiling buf-list v1.1.2 |
| 1768 | 2026-08-28T18:58:12.346Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1769 | 2026-08-28T18:58:12.362Z | Compiling openapiv3 v2.2.0 |
| 1770 | 2026-08-28T18:58:12.582Z | Compiling heck v0.4.1 |
| 1771 | 2026-08-28T18:58:12.627Z | Compiling lalrpop-util v0.19.12 |
| 1772 | 2026-08-28T18:58:12.668Z | Compiling peg-runtime v0.8.5 |
| 1773 | 2026-08-28T18:58:12.702Z | Compiling thread_local v1.1.9 |
| 1774 | 2026-08-28T18:58:12.724Z | Compiling slog-async v2.8.0 |
| 1775 | 2026-08-28T18:58:12.725Z | Compiling crossbeam-channel v0.5.15 |
| 1776 | 2026-08-28T18:58:12.801Z | Compiling filetime v0.2.27 |
| 1777 | 2026-08-28T18:58:12.823Z | Compiling is-terminal v0.4.17 |
| 1778 | 2026-08-28T18:58:12.841Z | Compiling take_mut v0.2.2 |
| 1779 | 2026-08-28T18:58:12.933Z | Compiling term v1.2.1 |
| 1780 | 2026-08-28T18:58:12.939Z | Compiling xattr v1.6.1 |
| 1781 | 2026-08-28T18:58:12.946Z | Compiling camino-tempfile v1.4.1 |
| 1782 | 2026-08-28T18:58:13.071Z | Compiling tar v0.4.46 |
| 1783 | 2026-08-28T18:58:13.186Z | Compiling slog-term v2.9.2 |
| 1784 | 2026-08-28T18:58:30.240Z | Compiling rustls-webpki v0.103.13 |
| 1785 | 2026-08-28T18:58:32.921Z | Compiling tokio-rustls v0.26.4 |
| 1786 | 2026-08-28T18:58:32.921Z | Compiling rustls-platform-verifier v0.6.2 |
| 1787 | 2026-08-28T18:58:32.921Z | Compiling tough v0.22.0 |
| 1788 | 2026-08-28T18:58:33.134Z | Compiling hyper-rustls v0.27.7 |
| 1789 | 2026-08-28T18:58:33.322Z | Compiling reqwest v0.13.2 |
| 1790 | 2026-08-28T18:58:35.453Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-08-28T18:58:35.688Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-08-28T18:58:38.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.12s |
| 1793 | 2026-08-28T18:58:38.750Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1794 | 2026-08-28T18:58:38.805Z | Aug 28 18:58:38.705 INFO Starting download, target: Cockroach |
| 1795 | 2026-08-28T18:58:38.805Z | Aug 28 18:58:38.706 INFO Starting download, target: Console |
| 1796 | 2026-08-28T18:58:38.805Z | Aug 28 18:58:38.706 INFO Starting download, target: Clickhouse |
| 1797 | 2026-08-28T18:58:38.805Z | Aug 28 18:58:38.706 INFO Starting download, target: DendriteStub |
| 1798 | 2026-08-28T18:58:38.805Z | Aug 28 18:58:38.706 INFO Starting download, target: MaghemiteMgd |
| 1799 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Starting download, target: MaghemiteDdmd |
| 1800 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Starting download, target: TransceiverControl |
| 1801 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1802 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1803 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1804 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1805 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1806 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1807 | 2026-08-28T18:58:38.809Z | Aug 28 18:58:38.706 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1808 | 2026-08-28T18:58:39.406Z | Aug 28 18:58:39.305 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1809 | 2026-08-28T18:58:39.635Z | Aug 28 18:58:39.525 INFO Download complete, target: TransceiverControl |
| 1810 | 2026-08-28T18:58:40.584Z | Aug 28 18:58:40.484 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1811 | 2026-08-28T18:58:40.831Z | Aug 28 18:58:40.731 INFO Download complete, target: Console |
| 1812 | 2026-08-28T18:58:41.132Z | Aug 28 18:58:41.028 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1813 | 2026-08-28T18:58:41.434Z | Aug 28 18:58:41.330 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1814 | 2026-08-28T18:58:41.558Z | Aug 28 18:58:41.453 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1815 | 2026-08-28T18:58:41.822Z | Aug 28 18:58:41.718 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1816 | 2026-08-28T18:58:42.329Z | Aug 28 18:58:42.230 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1817 | 2026-08-28T18:58:42.329Z | Aug 28 18:58:42.230 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1818 | 2026-08-28T18:58:43.113Z | Aug 28 18:58:43.013 INFO Download complete, target: MaghemiteDdmd |
| 1819 | 2026-08-28T18:58:44.220Z | Aug 28 18:58:44.120 INFO Download complete, target: DendriteStub |
| 1820 | 2026-08-28T18:58:44.327Z | Aug 28 18:58:44.227 INFO Download complete, target: MaghemiteMgd |
| 1821 | 2026-08-28T18:58:47.104Z | Aug 28 18:58:47.004 INFO Checking that binary works, target: Cockroach |
| 1822 | 2026-08-28T18:58:47.235Z | Aug 28 18:58:47.136 INFO Download complete, target: Cockroach |
| 1823 | 2026-08-28T18:58:48.614Z | Aug 28 18:58:48.514 INFO Checking that binary works, target: Clickhouse |
| 1824 | 2026-08-28T18:58:48.696Z | Aug 28 18:58:48.595 INFO Download complete, target: Clickhouse |
| 1825 | 2026-08-28T18:58:48.702Z | All prerequisites installed successfully |
| 1826 | 2026-08-28T18:58:48.706Z | |
| 1827 | 2026-08-28T18:58:48.706Z | real 1:59.306731071 |
| 1828 | 2026-08-28T18:58:48.706Z | user 7:22.793588757 |
| 1829 | 2026-08-28T18:58:48.706Z | sys 1:46.664451456 |
| 1830 | 2026-08-28T18:58:48.706Z | trap 0.317204508 |
| 1831 | 2026-08-28T18:58:48.706Z | tflt 0.948766933 |
| 1832 | 2026-08-28T18:58:48.706Z | dflt 1.614129017 |
| 1833 | 2026-08-28T18:58:48.706Z | kflt 0.026986948 |
| 1834 | 2026-08-28T18:58:48.706Z | lock 29:14.436850434 |
| 1835 | 2026-08-28T18:58:48.706Z | slp 20:23.802170795 |
| 1836 | 2026-08-28T18:58:48.706Z | lat 29.465196491 |
| 1837 | 2026-08-28T18:58:48.706Z | stop 3:32.584155162 |
| 1838 | 2026-08-28T18:58:48.706Z | + ptime -m cargo xtask download softnpu |
| 1839 | 2026-08-28T18:58:49.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1840 | 2026-08-28T18:58:49.183Z | Running `target/debug/xtask download softnpu` |
| 1841 | 2026-08-28T18:58:49.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1842 | 2026-08-28T18:58:50.024Z | Running `target/debug/xtask-downloader softnpu` |
| 1843 | 2026-08-28T18:58:50.067Z | Aug 28 18:58:49.967 INFO Starting download, target: Softnpu |
| 1844 | 2026-08-28T18:58:50.072Z | Aug 28 18:58:49.968 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1845 | 2026-08-28T18:58:51.375Z | Aug 28 18:58:51.275 INFO Download complete, target: Softnpu |
| 1846 | 2026-08-28T18:58:51.378Z | |
| 1847 | 2026-08-28T18:58:51.379Z | real 2.671289335 |
| 1848 | 2026-08-28T18:58:51.379Z | user 1.319039265 |
| 1849 | 2026-08-28T18:58:51.379Z | sys 0.618889796 |
| 1850 | 2026-08-28T18:58:51.379Z | trap 0.001415650 |
| 1851 | 2026-08-28T18:58:51.379Z | tflt 0.000071675 |
| 1852 | 2026-08-28T18:58:51.379Z | dflt 0.000211131 |
| 1853 | 2026-08-28T18:58:51.379Z | kflt 0.000000000 |
| 1854 | 2026-08-28T18:58:51.379Z | lock 24.568530669 |
| 1855 | 2026-08-28T18:58:51.379Z | slp 1.165631170 |
| 1856 | 2026-08-28T18:58:51.379Z | lat 0.099004446 |
| 1857 | 2026-08-28T18:58:51.379Z | stop 0.000199746 |
| 1858 | 2026-08-28T18:58:51.382Z | + export CARGO_INCREMENTAL=0 |
| 1859 | 2026-08-28T18:58:51.382Z | + CARGO_INCREMENTAL=0 |
| 1860 | 2026-08-28T18:58:51.382Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1861 | 2026-08-28T18:58:52.303Z | Compiling proc-macro2 v1.0.106 |
| 1862 | 2026-08-28T18:58:52.303Z | Compiling quote v1.0.45 |
| 1863 | 2026-08-28T18:58:52.303Z | Compiling unicode-ident v1.0.24 |
| 1864 | 2026-08-28T18:58:52.303Z | Compiling serde_core v1.0.228 |
| 1865 | 2026-08-28T18:58:52.307Z | Compiling libc v0.2.185 |
| 1866 | 2026-08-28T18:58:52.307Z | Compiling serde v1.0.228 |
| 1867 | 2026-08-28T18:58:52.307Z | Compiling cfg-if v1.0.4 |
| 1868 | 2026-08-28T18:58:52.307Z | Compiling version_check v0.9.5 |
| 1869 | 2026-08-28T18:58:52.307Z | Compiling autocfg v1.5.0 |
| 1870 | 2026-08-28T18:58:52.307Z | Compiling shlex v1.3.0 |
| 1871 | 2026-08-28T18:58:52.307Z | Compiling find-msvc-tools v0.1.9 |
| 1872 | 2026-08-28T18:58:52.450Z | Compiling memchr v2.8.0 |
| 1873 | 2026-08-28T18:58:52.453Z | Compiling zmij v1.0.21 |
| 1874 | 2026-08-28T18:58:52.453Z | Compiling serde_json v1.0.151 |
| 1875 | 2026-08-28T18:58:52.730Z | Compiling portable-atomic v1.13.1 |
| 1876 | 2026-08-28T18:58:52.748Z | Compiling zerocopy v0.8.55 |
| 1877 | 2026-08-28T18:58:52.781Z | Compiling libm v0.2.16 |
| 1878 | 2026-08-28T18:58:52.798Z | Compiling getrandom v0.4.3 |
| 1879 | 2026-08-28T18:58:52.848Z | Compiling icu_normalizer_data v2.1.1 |
| 1880 | 2026-08-28T18:58:52.902Z | Compiling icu_properties_data v2.1.2 |
| 1881 | 2026-08-28T18:58:52.950Z | Compiling generic-array v0.14.7 |
| 1882 | 2026-08-28T18:58:53.026Z | Compiling num-traits v0.2.19 |
| 1883 | 2026-08-28T18:58:53.044Z | Compiling smallvec v1.15.1 |
| 1884 | 2026-08-28T18:58:53.067Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-08-28T18:58:53.084Z | Compiling itoa v1.0.17 |
| 1886 | 2026-08-28T18:58:53.116Z | Compiling log v0.4.33 |
| 1887 | 2026-08-28T18:58:53.160Z | Compiling pkg-config v0.3.32 |
| 1888 | 2026-08-28T18:58:53.175Z | Compiling subtle v2.6.1 |
| 1889 | 2026-08-28T18:58:53.205Z | Compiling stable_deref_trait v1.2.1 |
| 1890 | 2026-08-28T18:58:53.305Z | Compiling typenum v1.20.1 |
| 1891 | 2026-08-28T18:58:53.327Z | Compiling rustix v1.1.4 |
| 1892 | 2026-08-28T18:58:53.356Z | Compiling getrandom v0.3.4 |
| 1893 | 2026-08-28T18:58:53.387Z | Compiling scopeguard v1.2.0 |
| 1894 | 2026-08-28T18:58:53.401Z | Compiling thiserror v2.0.18 |
| 1895 | 2026-08-28T18:58:53.445Z | Compiling jobserver v0.1.34 |
| 1896 | 2026-08-28T18:58:53.463Z | Compiling errno v0.3.14 |
| 1897 | 2026-08-28T18:58:53.514Z | Compiling lock_api v0.4.14 |
| 1898 | 2026-08-28T18:58:53.633Z | Compiling rand_core v0.10.0 |
| 1899 | 2026-08-28T18:58:53.668Z | Compiling cc v1.2.56 |
| 1900 | 2026-08-28T18:58:53.735Z | Compiling heck v0.5.0 |
| 1901 | 2026-08-28T18:58:53.820Z | Compiling syn v2.0.117 |
| 1902 | 2026-08-28T18:58:53.826Z | Compiling critical-section v1.2.0 |
| 1903 | 2026-08-28T18:58:53.826Z | Compiling getrandom v0.2.17 |
| 1904 | 2026-08-28T18:58:53.836Z | Compiling equivalent v1.0.2 |
| 1905 | 2026-08-28T18:58:53.899Z | Compiling litemap v0.8.1 |
| 1906 | 2026-08-28T18:58:53.936Z | Compiling schemars v0.8.22 |
| 1907 | 2026-08-28T18:58:53.958Z | Compiling percent-encoding v2.3.2 |
| 1908 | 2026-08-28T18:58:53.962Z | Compiling writeable v0.6.2 |
| 1909 | 2026-08-28T18:58:53.991Z | Compiling rand_core v0.6.4 |
| 1910 | 2026-08-28T18:58:54.028Z | Compiling syn v1.0.109 |
| 1911 | 2026-08-28T18:58:54.065Z | Compiling pin-project-lite v0.2.17 |
| 1912 | 2026-08-28T18:58:54.195Z | Compiling rustversion v1.0.22 |
| 1913 | 2026-08-28T18:58:54.226Z | Compiling once_cell v1.21.3 |
| 1914 | 2026-08-28T18:58:54.278Z | Compiling hashbrown v0.17.0 |
| 1915 | 2026-08-28T18:58:54.361Z | Compiling fs_extra v1.3.0 |
| 1916 | 2026-08-28T18:58:54.367Z | Compiling dunce v1.0.5 |
| 1917 | 2026-08-28T18:58:54.384Z | Compiling byteorder v1.5.0 |
| 1918 | 2026-08-28T18:58:54.429Z | Compiling cmake v0.1.57 |
| 1919 | 2026-08-28T18:58:54.487Z | Compiling utf8_iter v1.0.4 |
| 1920 | 2026-08-28T18:58:54.500Z | Compiling form_urlencoded v1.2.2 |
| 1921 | 2026-08-28T18:58:54.662Z | Compiling semver v1.0.28 |
| 1922 | 2026-08-28T18:58:54.670Z | Compiling bitflags v2.11.0 |
| 1923 | 2026-08-28T18:58:54.804Z | Compiling indexmap v2.14.0 |
| 1924 | 2026-08-28T18:58:54.809Z | Compiling strsim v0.11.1 |
| 1925 | 2026-08-28T18:58:54.904Z | Compiling signal-hook-registry v1.4.8 |
| 1926 | 2026-08-28T18:58:54.991Z | Compiling aws-lc-sys v0.40.0 |
| 1927 | 2026-08-28T18:58:54.991Z | Compiling thiserror v1.0.69 |
| 1928 | 2026-08-28T18:58:55.049Z | Compiling socket2 v0.6.3 |
| 1929 | 2026-08-28T18:58:55.191Z | Compiling parking_lot v0.12.5 |
| 1930 | 2026-08-28T18:58:55.203Z | Compiling mio v1.2.0 |
| 1931 | 2026-08-28T18:58:55.287Z | Compiling aws-lc-rs v1.16.3 |
| 1932 | 2026-08-28T18:58:55.335Z | Compiling const-oid v0.9.6 |
| 1933 | 2026-08-28T18:58:55.346Z | Compiling futures-core v0.3.32 |
| 1934 | 2026-08-28T18:58:55.506Z | Compiling iana-time-zone v0.1.65 |
| 1935 | 2026-08-28T18:58:55.536Z | Compiling httparse v1.10.1 |
| 1936 | 2026-08-28T18:58:55.705Z | Compiling crc32fast v1.5.0 |
| 1937 | 2026-08-28T18:58:55.815Z | Compiling fnv v1.0.7 |
| 1938 | 2026-08-28T18:58:55.865Z | Compiling ucd-trie v0.1.7 |
| 1939 | 2026-08-28T18:58:55.871Z | Compiling regex-syntax v0.8.10 |
| 1940 | 2026-08-28T18:58:55.965Z | Compiling uuid v1.23.4 |
| 1941 | 2026-08-28T18:58:56.051Z | Compiling pest v2.8.6 |
| 1942 | 2026-08-28T18:58:56.068Z | Compiling ident_case v1.0.1 |
| 1943 | 2026-08-28T18:58:56.077Z | Compiling vcpkg v0.2.15 |
| 1944 | 2026-08-28T18:58:56.279Z | Compiling rustc_version v0.4.1 |
| 1945 | 2026-08-28T18:58:56.355Z | Compiling dyn-clone v1.0.20 |
| 1946 | 2026-08-28T18:58:56.365Z | Compiling futures-sink v0.3.32 |
| 1947 | 2026-08-28T18:58:56.424Z | Compiling rustls v0.23.41 |
| 1948 | 2026-08-28T18:58:56.519Z | Compiling futures-channel v0.3.32 |
| 1949 | 2026-08-28T18:58:56.668Z | Compiling synstructure v0.13.2 |
| 1950 | 2026-08-28T18:58:56.672Z | Compiling serde_derive_internals v0.29.1 |
| 1951 | 2026-08-28T18:58:56.699Z | Compiling openssl-sys v0.9.117 |
| 1952 | 2026-08-28T18:58:56.779Z | Compiling aho-corasick v1.1.4 |
| 1953 | 2026-08-28T18:58:56.786Z | Compiling slab v0.4.12 |
| 1954 | 2026-08-28T18:58:56.880Z | Compiling futures-task v0.3.32 |
| 1955 | 2026-08-28T18:58:56.981Z | Compiling futures-io v0.3.32 |
| 1956 | 2026-08-28T18:58:57.162Z | Compiling pest_meta v2.8.6 |
| 1957 | 2026-08-28T18:58:57.198Z | Compiling time-core v0.1.8 |
| 1958 | 2026-08-28T18:58:57.228Z | Compiling plain v0.2.3 |
| 1959 | 2026-08-28T18:58:57.261Z | Compiling radium v0.7.0 |
| 1960 | 2026-08-28T18:58:57.309Z | Compiling num-conv v0.2.0 |
| 1961 | 2026-08-28T18:58:57.373Z | Compiling crossbeam-utils v0.8.21 |
| 1962 | 2026-08-28T18:58:57.387Z | Compiling openssl v0.10.80 |
| 1963 | 2026-08-28T18:58:57.424Z | Compiling maybe-uninit v2.0.0 |
| 1964 | 2026-08-28T18:58:57.459Z | Compiling time-macros v0.2.27 |
| 1965 | 2026-08-28T18:58:57.476Z | Compiling base64 v0.22.1 |
| 1966 | 2026-08-28T18:58:57.540Z | Compiling base64ct v1.8.3 |
| 1967 | 2026-08-28T18:58:57.574Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2026-08-28T18:58:57.589Z | Compiling slog v2.8.2 |
| 1969 | 2026-08-28T18:58:57.642Z | Compiling regex-automata v0.4.14 |
| 1970 | 2026-08-28T18:58:57.674Z | Compiling flagset v0.4.7 |
| 1971 | 2026-08-28T18:58:57.734Z | Compiling rand_core v0.9.5 |
| 1972 | 2026-08-28T18:58:57.812Z | Compiling pest_generator v2.8.6 |
| 1973 | 2026-08-28T18:58:57.828Z | Compiling pem-rfc7468 v0.7.0 |
| 1974 | 2026-08-28T18:58:57.845Z | Compiling darling_core v0.23.0 |
| 1975 | 2026-08-28T18:58:57.900Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1976 | 2026-08-28T18:58:57.916Z | Compiling serde_derive v1.0.228 |
| 1977 | 2026-08-28T18:58:57.933Z | Compiling zeroize_derive v1.5.0 |
| 1978 | 2026-08-28T18:58:57.963Z | Compiling zerofrom-derive v0.1.6 |
| 1979 | 2026-08-28T18:58:57.990Z | Compiling yoke-derive v0.8.1 |
| 1980 | 2026-08-28T18:58:58.007Z | Compiling zerocopy-derive v0.8.55 |
| 1981 | 2026-08-28T18:58:58.108Z | Compiling zerovec-derive v0.11.2 |
| 1982 | 2026-08-28T18:58:58.205Z | Compiling displaydoc v0.2.5 |
| 1983 | 2026-08-28T18:58:58.224Z | Compiling tokio-macros v2.7.0 |
| 1984 | 2026-08-28T18:58:58.264Z | Compiling futures-macro v0.3.32 |
| 1985 | 2026-08-28T18:58:58.296Z | Compiling thiserror-impl v2.0.18 |
| 1986 | 2026-08-28T18:58:58.417Z | Compiling schemars_derive v0.8.22 |
| 1987 | 2026-08-28T18:58:58.433Z | Compiling der_derive v0.7.3 |
| 1988 | 2026-08-28T18:58:58.467Z | Compiling tracing-attributes v0.1.31 |
| 1989 | 2026-08-28T18:58:58.487Z | Compiling thiserror-impl v1.0.69 |
| 1990 | 2026-08-28T18:58:58.554Z | Compiling pest_derive v2.8.6 |
| 1991 | 2026-08-28T18:58:58.901Z | Compiling scroll_derive v0.12.1 |
| 1992 | 2026-08-28T18:58:58.916Z | Compiling scroll_derive v0.13.1 |
| 1993 | 2026-08-28T18:58:58.960Z | Compiling openssl-macros v0.1.1 |
| 1994 | 2026-08-28T18:58:59.023Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1995 | 2026-08-28T18:58:59.054Z | Compiling futures-util v0.3.32 |
| 1996 | 2026-08-28T18:58:59.135Z | Compiling zerofrom v0.1.6 |
| 1997 | 2026-08-28T18:58:59.277Z | Compiling yoke v0.8.1 |
| 1998 | 2026-08-28T18:58:59.370Z | Compiling syn v3.0.3 |
| 1999 | 2026-08-28T18:58:59.490Z | Compiling zerovec v0.11.5 |
| 2000 | 2026-08-28T18:58:59.511Z | Compiling zerotrie v0.2.3 |
| 2001 | 2026-08-28T18:58:59.654Z | Compiling ahash v0.8.12 |
| 2002 | 2026-08-28T18:58:59.716Z | Compiling paste v1.0.15 |
| 2003 | 2026-08-28T18:58:59.741Z | Compiling num-bigint-dig v0.8.6 |
| 2004 | 2026-08-28T18:58:59.890Z | Compiling packed_struct v0.10.1 |
| 2005 | 2026-08-28T18:58:59.907Z | Compiling anyhow v1.0.104 |
| 2006 | 2026-08-28T18:58:59.959Z | Compiling native-tls v0.2.18 |
| 2007 | 2026-08-28T18:58:59.980Z | Compiling darling_macro v0.23.0 |
| 2008 | 2026-08-28T18:59:00.000Z | Compiling tinystr v0.8.2 |
| 2009 | 2026-08-28T18:59:00.104Z | Compiling potential_utf v0.1.4 |
| 2010 | 2026-08-28T18:59:00.195Z | Compiling icu_locale_core v2.1.1 |
| 2011 | 2026-08-28T18:59:00.208Z | Compiling regex v1.12.3 |
| 2012 | 2026-08-28T18:59:00.223Z | Compiling zerocopy-derive v0.7.35 |
| 2013 | 2026-08-28T18:59:00.307Z | Compiling icu_collections v2.1.1 |
| 2014 | 2026-08-28T18:59:00.769Z | Compiling tracing-core v0.1.36 |
| 2015 | 2026-08-28T18:59:00.920Z | Compiling icu_provider v2.1.1 |
| 2016 | 2026-08-28T18:59:01.051Z | Compiling cookie v0.18.1 |
| 2017 | 2026-08-28T18:59:01.064Z | Compiling camino v1.2.5 |
| 2018 | 2026-08-28T18:59:01.120Z | Compiling zeroize v1.9.0 |
| 2019 | 2026-08-28T18:59:01.164Z | Compiling bytes v1.11.1 |
| 2020 | 2026-08-28T18:59:01.260Z | Compiling chrono v0.4.45 |
| 2021 | 2026-08-28T18:59:01.409Z | Compiling icu_normalizer v2.1.1 |
| 2022 | 2026-08-28T18:59:01.419Z | Compiling icu_properties v2.1.2 |
| 2023 | 2026-08-28T18:59:01.758Z | Compiling tokio v1.52.1 |
| 2024 | 2026-08-28T18:59:02.027Z | Compiling crypto-common v0.1.7 |
| 2025 | 2026-08-28T18:59:02.042Z | Compiling block-buffer v0.10.4 |
| 2026 | 2026-08-28T18:59:02.198Z | Compiling serde_tokenstream v0.2.3 |
| 2027 | 2026-08-28T18:59:02.222Z | Compiling digest v0.10.7 |
| 2028 | 2026-08-28T18:59:02.248Z | Compiling der v0.7.10 |
| 2029 | 2026-08-28T18:59:02.373Z | Compiling idna_adapter v1.2.1 |
| 2030 | 2026-08-28T18:59:02.458Z | Compiling ppv-lite86 v0.2.21 |
| 2031 | 2026-08-28T18:59:02.514Z | Compiling idna v1.1.0 |
| 2032 | 2026-08-28T18:59:02.611Z | Compiling http v1.4.2 |
| 2033 | 2026-08-28T18:59:02.801Z | Compiling cpufeatures v0.2.17 |
| 2034 | 2026-08-28T18:59:02.888Z | Compiling url v2.5.8 |
| 2035 | 2026-08-28T18:59:02.904Z | Compiling fastrand v2.3.0 |
| 2036 | 2026-08-28T18:59:02.937Z | Compiling rand_chacha v0.9.0 |
| 2037 | 2026-08-28T18:59:02.954Z | Compiling tracing v0.1.44 |
| 2038 | 2026-08-28T18:59:03.323Z | Compiling spki v0.7.3 |
| 2039 | 2026-08-28T18:59:03.371Z | Compiling toml_datetime v0.6.11 |
| 2040 | 2026-08-28T18:59:03.389Z | Compiling serde_spanned v0.6.9 |
| 2041 | 2026-08-28T18:59:03.612Z | Compiling darling v0.23.0 |
| 2042 | 2026-08-28T18:59:03.631Z | Compiling zerocopy-derive v0.6.6 |
| 2043 | 2026-08-28T18:59:03.670Z | Compiling bitfield-macros v0.19.4 |
| 2044 | 2026-08-28T18:59:03.686Z | Compiling clap_derive v4.6.1 |
| 2045 | 2026-08-28T18:59:03.813Z | Compiling packed_struct_codegen v0.10.1 |
| 2046 | 2026-08-28T18:59:04.273Z | Compiling indexmap v1.9.3 |
| 2047 | 2026-08-28T18:59:04.386Z | Compiling simd-adler32 v0.3.8 |
| 2048 | 2026-08-28T18:59:04.490Z | Compiling object v0.37.3 |
| 2049 | 2026-08-28T18:59:04.550Z | Compiling pkcs8 v0.10.2 |
| 2050 | 2026-08-28T18:59:04.564Z | Compiling http-body v1.0.1 |
| 2051 | 2026-08-28T18:59:04.588Z | Compiling rand v0.9.2 |
| 2052 | 2026-08-28T18:59:04.642Z | Compiling daft-derive v0.1.8 |
| 2053 | 2026-08-28T18:59:04.705Z | Compiling rustls-pki-types v1.14.0 |
| 2054 | 2026-08-28T18:59:04.792Z | Compiling spin v0.9.8 |
| 2055 | 2026-08-28T18:59:04.847Z | Compiling usdt-impl v0.5.0 |
| 2056 | 2026-08-28T18:59:04.863Z | Compiling either v1.15.0 |
| 2057 | 2026-08-28T18:59:05.078Z | Compiling winnow v0.5.40 |
| 2058 | 2026-08-28T18:59:05.093Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-08-28T18:59:05.132Z | Compiling tinyvec_macros v0.1.1 |
| 2060 | 2026-08-28T18:59:05.174Z | Compiling openssl-probe v0.2.1 |
| 2061 | 2026-08-28T18:59:05.238Z | Compiling anstyle v1.0.14 |
| 2062 | 2026-08-28T18:59:05.268Z | Compiling usdt-impl v0.6.0 |
| 2063 | 2026-08-28T18:59:05.304Z | Compiling cmov v0.5.4 |
| 2064 | 2026-08-28T18:59:05.319Z | Compiling ref-cast v1.0.25 |
| 2065 | 2026-08-28T18:59:05.357Z | Compiling utf8parse v0.2.2 |
| 2066 | 2026-08-28T18:59:05.467Z | Compiling anstyle-parse v1.0.0 |
| 2067 | 2026-08-28T18:59:05.486Z | Compiling tinyvec v1.10.0 |
| 2068 | 2026-08-28T18:59:05.498Z | Compiling tokio-util v0.7.18 |
| 2069 | 2026-08-28T18:59:05.550Z | Compiling ctutils v0.4.2 |
| 2070 | 2026-08-28T18:59:05.605Z | Compiling miniz_oxide v0.8.9 |
| 2071 | 2026-08-28T18:59:05.636Z | Compiling sha2 v0.10.9 |
| 2072 | 2026-08-28T18:59:05.844Z | Compiling tempfile v3.27.0 |
| 2073 | 2026-08-28T18:59:05.847Z | Compiling scroll v0.13.0 |
| 2074 | 2026-08-28T18:59:06.010Z | Compiling scroll v0.12.0 |
| 2075 | 2026-08-28T18:59:06.135Z | Compiling terminal_size v0.4.3 |
| 2076 | 2026-08-28T18:59:06.151Z | Compiling async-trait v0.1.89 |
| 2077 | 2026-08-28T18:59:06.229Z | Compiling heapless v0.7.17 |
| 2078 | 2026-08-28T18:59:06.383Z | Compiling toml_edit v0.19.15 |
| 2079 | 2026-08-28T18:59:06.449Z | Compiling litrs v1.0.0 |
| 2080 | 2026-08-28T18:59:06.465Z | Compiling try-lock v0.2.5 |
| 2081 | 2026-08-28T18:59:06.521Z | Compiling tower-service v0.3.3 |
| 2082 | 2026-08-28T18:59:06.525Z | Compiling is_terminal_polyfill v1.70.2 |
| 2083 | 2026-08-28T18:59:06.630Z | Compiling unicode-segmentation v1.12.0 |
| 2084 | 2026-08-28T18:59:06.645Z | Compiling winnow v0.7.14 |
| 2085 | 2026-08-28T18:59:06.660Z | Compiling colorchoice v1.0.4 |
| 2086 | 2026-08-28T18:59:06.792Z | Compiling rustix v0.38.44 |
| 2087 | 2026-08-28T18:59:06.850Z | Compiling winnow v1.0.3 |
| 2088 | 2026-08-28T18:59:06.868Z | Compiling tower-layer v0.3.3 |
| 2089 | 2026-08-28T18:59:06.925Z | Compiling signal-hook v0.3.18 |
| 2090 | 2026-08-28T18:59:06.988Z | Compiling atomic-waker v1.1.2 |
| 2091 | 2026-08-28T18:59:07.035Z | Compiling anstyle-query v1.1.5 |
| 2092 | 2026-08-28T18:59:07.056Z | Compiling untrusted v0.7.1 |
| 2093 | 2026-08-28T18:59:07.096Z | Compiling zstd-safe v7.2.4 |
| 2094 | 2026-08-28T18:59:07.137Z | Compiling anstream v1.0.0 |
| 2095 | 2026-08-28T18:59:07.154Z | Compiling h2 v0.4.15 |
| 2096 | 2026-08-28T18:59:07.171Z | Compiling document-features v0.2.12 |
| 2097 | 2026-08-28T18:59:07.318Z | Compiling want v0.3.1 |
| 2098 | 2026-08-28T18:59:07.702Z | Compiling goblin v0.8.2 |
| 2099 | 2026-08-28T18:59:07.808Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2100 | 2026-08-28T18:59:07.830Z | Compiling goblin v0.10.5 |
| 2101 | 2026-08-28T18:59:07.935Z | Compiling hybrid-array v0.4.13 |
| 2102 | 2026-08-28T18:59:08.132Z | Compiling itertools v0.15.0 |
| 2103 | 2026-08-28T18:59:08.145Z | Compiling ipnetwork v0.21.1 |
| 2104 | 2026-08-28T18:59:08.308Z | Compiling ipnet v2.12.0 |
| 2105 | 2026-08-28T18:59:08.381Z | Compiling zerocopy v0.7.35 |
| 2106 | 2026-08-28T18:59:08.608Z | Compiling ref-cast-impl v1.0.25 |
| 2107 | 2026-08-28T18:59:08.639Z | Compiling structmeta-derive v0.3.0 |
| 2108 | 2026-08-28T18:59:08.680Z | Compiling darling_core v0.20.11 |
| 2109 | 2026-08-28T18:59:08.725Z | Compiling curve25519-dalek v4.1.3 |
| 2110 | 2026-08-28T18:59:08.767Z | Compiling memoffset v0.9.1 |
| 2111 | 2026-08-28T18:59:08.939Z | Compiling tap v1.0.1 |
| 2112 | 2026-08-28T18:59:09.068Z | Compiling powerfmt v0.2.0 |
| 2113 | 2026-08-28T18:59:09.112Z | Compiling untrusted v0.9.0 |
| 2114 | 2026-08-28T18:59:09.161Z | Compiling foreign-types-shared v0.1.1 |
| 2115 | 2026-08-28T18:59:09.249Z | Compiling httpdate v1.0.3 |
| 2116 | 2026-08-28T18:59:09.265Z | Compiling foreign-types v0.3.2 |
| 2117 | 2026-08-28T18:59:09.344Z | Compiling deranged v0.5.8 |
| 2118 | 2026-08-28T18:59:09.360Z | Compiling wyz v0.5.1 |
| 2119 | 2026-08-28T18:59:09.547Z | Compiling unicode-normalization v0.1.25 |
| 2120 | 2026-08-28T18:59:09.641Z | Compiling structmeta v0.3.0 |
| 2121 | 2026-08-28T18:59:09.644Z | Compiling dtrace-parser v0.2.0 |
| 2122 | 2026-08-28T18:59:09.676Z | Compiling rand_chacha v0.3.1 |
| 2123 | 2026-08-28T18:59:09.679Z | Compiling signature v2.2.0 |
| 2124 | 2026-08-28T18:59:09.709Z | Compiling hex v0.4.3 |
| 2125 | 2026-08-28T18:59:09.882Z | Compiling dtrace-parser v0.3.0 |
| 2126 | 2026-08-28T18:59:09.995Z | Compiling dof v0.3.0 |
| 2127 | 2026-08-28T18:59:10.015Z | Compiling pin-project-internal v1.1.11 |
| 2128 | 2026-08-28T18:59:10.091Z | Compiling num-integer v0.1.46 |
| 2129 | 2026-08-28T18:59:10.232Z | Compiling thread-id v5.1.0 |
| 2130 | 2026-08-28T18:59:10.328Z | Compiling hyper v1.10.1 |
| 2131 | 2026-08-28T18:59:10.346Z | Compiling thread-id v4.2.2 |
| 2132 | 2026-08-28T18:59:10.397Z | Compiling wait-timeout v0.2.1 |
| 2133 | 2026-08-28T18:59:10.444Z | Compiling owo-colors v4.3.0 |
| 2134 | 2026-08-28T18:59:10.475Z | Compiling smoltcp v0.9.1 |
| 2135 | 2026-08-28T18:59:10.492Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-08-28T18:59:10.588Z | Compiling dof v0.4.0 |
| 2137 | 2026-08-28T18:59:10.620Z | Compiling darling_macro v0.20.11 |
| 2138 | 2026-08-28T18:59:10.722Z | Compiling num_threads v0.1.7 |
| 2139 | 2026-08-28T18:59:10.751Z | Compiling bit-vec v0.8.0 |
| 2140 | 2026-08-28T18:59:10.932Z | Compiling cfg_aliases v0.2.1 |
| 2141 | 2026-08-28T18:59:10.947Z | Compiling quick-error v1.2.3 |
| 2142 | 2026-08-28T18:59:10.963Z | Compiling funty v2.0.0 |
| 2143 | 2026-08-28T18:59:11.004Z | Compiling bit-set v0.8.0 |
| 2144 | 2026-08-28T18:59:11.020Z | Compiling nix v0.31.2 |
| 2145 | 2026-08-28T18:59:11.034Z | Compiling time v0.3.47 |
| 2146 | 2026-08-28T18:59:11.038Z | Compiling clap_builder v4.6.0 |
| 2147 | 2026-08-28T18:59:11.072Z | Compiling rusty-fork v0.3.1 |
| 2148 | 2026-08-28T18:59:11.139Z | Compiling darling v0.20.11 |
| 2149 | 2026-08-28T18:59:11.184Z | Compiling num-iter v0.1.45 |
| 2150 | 2026-08-28T18:59:11.358Z | Compiling bitvec v1.0.1 |
| 2151 | 2026-08-28T18:59:11.413Z | Compiling rand v0.8.6 |
| 2152 | 2026-08-28T18:59:11.506Z | Compiling hyper-util v0.1.20 |
| 2153 | 2026-08-28T18:59:11.616Z | Compiling lazy_static v1.5.0 |
| 2154 | 2026-08-28T18:59:11.696Z | Compiling hmac v0.12.1 |
| 2155 | 2026-08-28T18:59:11.725Z | Compiling erased-serde v0.3.31 |
| 2156 | 2026-08-28T18:59:11.930Z | Compiling rand_xorshift v0.4.0 |
| 2157 | 2026-08-28T18:59:11.991Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2158 | 2026-08-28T18:59:12.078Z | Compiling sync_wrapper v1.0.2 |
| 2159 | 2026-08-28T18:59:12.206Z | Compiling nodrop v0.1.14 |
| 2160 | 2026-08-28T18:59:12.314Z | Compiling zlib-rs v0.6.2 |
| 2161 | 2026-08-28T18:59:12.329Z | Compiling siphasher v1.0.2 |
| 2162 | 2026-08-28T18:59:12.344Z | Compiling crc-catalog v2.4.0 |
| 2163 | 2026-08-28T18:59:12.534Z | Compiling unarray v0.1.4 |
| 2164 | 2026-08-28T18:59:12.663Z | Compiling proptest v1.11.0 |
| 2165 | 2026-08-28T18:59:13.017Z | Compiling clap v4.6.1 |
| 2166 | 2026-08-28T18:59:13.121Z | Compiling crc v3.4.0 |
| 2167 | 2026-08-28T18:59:13.330Z | Compiling array-init v0.0.4 |
| 2168 | 2026-08-28T18:59:13.744Z | Compiling tower v0.5.3 |
| 2169 | 2026-08-28T18:59:14.080Z | Compiling smallvec v0.6.14 |
| 2170 | 2026-08-28T18:59:14.122Z | Compiling derive_builder_core v0.20.2 |
| 2171 | 2026-08-28T18:59:14.267Z | Compiling pkcs1 v0.7.5 |
| 2172 | 2026-08-28T18:59:14.295Z | Compiling http-body-util v0.1.3 |
| 2173 | 2026-08-28T18:59:14.332Z | Compiling flate2 v1.1.9 |
| 2174 | 2026-08-28T18:59:14.349Z | Compiling zerocopy v0.6.6 |
| 2175 | 2026-08-28T18:59:14.363Z | Compiling bitfield v0.19.4 |
| 2176 | 2026-08-28T18:59:14.591Z | Compiling strum_macros v0.26.4 |
| 2177 | 2026-08-28T18:59:14.648Z | Compiling strum_macros v0.27.2 |
| 2178 | 2026-08-28T18:59:14.663Z | Compiling snafu-derive v0.8.9 |
| 2179 | 2026-08-28T18:59:14.678Z | Compiling hubpack_derive v0.1.1 |
| 2180 | 2026-08-28T18:59:14.750Z | Compiling env_filter v2.0.0 |
| 2181 | 2026-08-28T18:59:14.903Z | Compiling fs-err v3.3.0 |
| 2182 | 2026-08-28T18:59:15.023Z | Compiling ryu v1.0.23 |
| 2183 | 2026-08-28T18:59:15.122Z | Compiling allocator-api2 v0.2.21 |
| 2184 | 2026-08-28T18:59:15.137Z | Compiling base64 v0.21.7 |
| 2185 | 2026-08-28T18:59:15.155Z | Compiling unicode-properties v0.1.4 |
| 2186 | 2026-08-28T18:59:15.203Z | Compiling iri-string v0.7.10 |
| 2187 | 2026-08-28T18:59:15.307Z | Compiling gimli v0.32.3 |
| 2188 | 2026-08-28T18:59:15.458Z | Compiling hashbrown v0.12.3 |
| 2189 | 2026-08-28T18:59:15.683Z | Compiling unicode-bidi v0.3.18 |
| 2190 | 2026-08-28T18:59:16.138Z | Compiling stringprep v0.1.5 |
| 2191 | 2026-08-28T18:59:16.153Z | Compiling ron v0.8.1 |
| 2192 | 2026-08-28T18:59:16.303Z | Compiling serde_urlencoded v0.7.1 |
| 2193 | 2026-08-28T18:59:16.397Z | Compiling tower-http v0.6.8 |
| 2194 | 2026-08-28T18:59:16.582Z | Compiling env_logger v0.11.11 |
| 2195 | 2026-08-28T18:59:16.603Z | Compiling derive_builder_macro v0.20.2 |
| 2196 | 2026-08-28T18:59:16.841Z | Compiling rsa v0.9.10 |
| 2197 | 2026-08-28T18:59:16.916Z | Compiling newtype-uuid v1.3.2 |
| 2198 | 2026-08-28T18:59:16.935Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2199 | 2026-08-28T18:59:17.020Z | Compiling addr2line v0.25.1 |
| 2200 | 2026-08-28T18:59:17.052Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2201 | 2026-08-28T18:59:17.107Z | Compiling oxnet v0.1.6 |
| 2202 | 2026-08-28T18:59:17.248Z | Compiling serde-hex v0.1.0 |
| 2203 | 2026-08-28T18:59:17.263Z | Compiling hashbrown v0.13.2 |
| 2204 | 2026-08-28T18:59:17.329Z | Compiling tokio-native-tls v0.3.1 |
| 2205 | 2026-08-28T18:59:17.362Z | Compiling bzip2 v0.4.4 |
| 2206 | 2026-08-28T18:59:17.379Z | Compiling usdt-attr-macro v0.6.0 |
| 2207 | 2026-08-28T18:59:17.453Z | Compiling usdt-macro v0.6.0 |
| 2208 | 2026-08-28T18:59:17.489Z | Compiling derive-ex v0.1.8 |
| 2209 | 2026-08-28T18:59:17.493Z | Compiling crypto-common v0.2.2 |
| 2210 | 2026-08-28T18:59:17.524Z | Compiling block-buffer v0.12.1 |
| 2211 | 2026-08-28T18:59:17.529Z | Compiling block-padding v0.4.2 |
| 2212 | 2026-08-28T18:59:17.794Z | Compiling convert_case v0.10.0 |
| 2213 | 2026-08-28T18:59:18.067Z | Compiling rustls-native-certs v0.8.3 |
| 2214 | 2026-08-28T18:59:18.186Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-08-28T18:59:18.317Z | Compiling md-5 v0.10.6 |
| 2216 | 2026-08-28T18:59:18.463Z | Compiling bstr v1.12.1 |
| 2217 | 2026-08-28T18:59:18.661Z | Compiling vergen-lib v9.1.0 |
| 2218 | 2026-08-28T18:59:18.680Z | Compiling hash32 v0.2.1 |
| 2219 | 2026-08-28T18:59:18.712Z | Compiling encoding_rs v0.8.35 |
| 2220 | 2026-08-28T18:59:18.873Z | Compiling cpufeatures v0.3.0 |
| 2221 | 2026-08-28T18:59:18.888Z | Compiling unicode-width v0.2.0 |
| 2222 | 2026-08-28T18:59:18.969Z | Compiling mime v0.3.17 |
| 2223 | 2026-08-28T18:59:19.110Z | Compiling rustc-demangle v0.1.27 |
| 2224 | 2026-08-28T18:59:19.212Z | Compiling crc-any v2.5.0 |
| 2225 | 2026-08-28T18:59:19.228Z | Compiling fallible-iterator v0.2.0 |
| 2226 | 2026-08-28T18:59:19.267Z | Compiling psl-types v2.0.11 |
| 2227 | 2026-08-28T18:59:19.412Z | Compiling publicsuffix v2.3.0 |
| 2228 | 2026-08-28T18:59:19.447Z | Compiling test-strategy v0.4.5 |
| 2229 | 2026-08-28T18:59:19.563Z | Compiling postgres-protocol v0.6.10 |
| 2230 | 2026-08-28T18:59:19.661Z | Compiling backtrace v0.3.76 |
| 2231 | 2026-08-28T18:59:20.029Z | Compiling derive_more-impl v2.1.1 |
| 2232 | 2026-08-28T18:59:20.116Z | Compiling object v0.30.4 |
| 2233 | 2026-08-28T18:59:20.358Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2234 | 2026-08-28T18:59:20.375Z | Compiling inout v0.2.2 |
| 2235 | 2026-08-28T18:59:20.409Z | Compiling zip v0.6.6 |
| 2236 | 2026-08-28T18:59:20.426Z | Compiling hyper-tls v0.6.0 |
| 2237 | 2026-08-28T18:59:20.555Z | Compiling daft v0.1.8 |
| 2238 | 2026-08-28T18:59:20.600Z | Compiling derive_builder v0.20.2 |
| 2239 | 2026-08-28T18:59:20.660Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2240 | 2026-08-28T18:59:20.737Z | Compiling phf_shared v0.13.1 |
| 2241 | 2026-08-28T18:59:20.753Z | Compiling pin-project v1.1.11 |
| 2242 | 2026-08-28T18:59:20.939Z | Compiling toml v0.7.8 |
| 2243 | 2026-08-28T18:59:20.966Z | Compiling heck v0.4.1 |
| 2244 | 2026-08-28T18:59:21.037Z | Compiling serde_with_macros v3.21.0 |
| 2245 | 2026-08-28T18:59:21.051Z | Compiling futures-executor v0.3.32 |
| 2246 | 2026-08-28T18:59:21.228Z | Compiling enum-as-inner v0.6.1 |
| 2247 | 2026-08-28T18:59:21.246Z | Compiling miette-derive v7.6.0 |
| 2248 | 2026-08-28T18:59:21.300Z | Compiling async-recursion v1.1.1 |
| 2249 | 2026-08-28T18:59:21.455Z | Compiling serde_repr v0.1.20 |
| 2250 | 2026-08-28T18:59:21.544Z | Compiling ff v0.13.1 |
| 2251 | 2026-08-28T18:59:21.559Z | Compiling vergen v9.1.0 |
| 2252 | 2026-08-28T18:59:21.687Z | Compiling cargo-platform v0.3.2 |
| 2253 | 2026-08-28T18:59:21.708Z | Compiling base16ct v0.2.0 |
| 2254 | 2026-08-28T18:59:21.767Z | Compiling bitflags v1.3.2 |
| 2255 | 2026-08-28T18:59:21.858Z | Compiling is_ci v1.2.0 |
| 2256 | 2026-08-28T18:59:21.896Z | Compiling unicode-linebreak v0.1.5 |
| 2257 | 2026-08-28T18:59:21.971Z | Compiling libbz2-rs-sys v0.2.2 |
| 2258 | 2026-08-28T18:59:22.002Z | Compiling foldhash v0.1.5 |
| 2259 | 2026-08-28T18:59:22.017Z | Compiling jiff-core v0.1.0 |
| 2260 | 2026-08-28T18:59:22.033Z | Compiling same-file v1.0.6 |
| 2261 | 2026-08-28T18:59:22.150Z | Compiling smawk v0.3.2 |
| 2262 | 2026-08-28T18:59:22.187Z | Compiling foldhash v0.2.0 |
| 2263 | 2026-08-28T18:59:22.202Z | Compiling managed v0.8.0 |
| 2264 | 2026-08-28T18:59:22.310Z | Compiling path-slash v0.1.5 |
| 2265 | 2026-08-28T18:59:22.328Z | Compiling bumpalo v3.20.2 |
| 2266 | 2026-08-28T18:59:22.486Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2267 | 2026-08-28T18:59:22.491Z | Compiling bzip2 v0.6.1 |
| 2268 | 2026-08-28T18:59:22.575Z | Compiling zopfli v0.8.3 |
| 2269 | 2026-08-28T18:59:22.591Z | Compiling hashbrown v0.16.1 |
| 2270 | 2026-08-28T18:59:22.682Z | Compiling textwrap v0.16.2 |
| 2271 | 2026-08-28T18:59:22.806Z | Compiling jiff v0.2.34 |
| 2272 | 2026-08-28T18:59:22.919Z | Compiling walkdir v2.5.0 |
| 2273 | 2026-08-28T18:59:23.041Z | Compiling hashbrown v0.15.5 |
| 2274 | 2026-08-28T18:59:23.103Z | Compiling supports-color v3.0.2 |
| 2275 | 2026-08-28T18:59:23.162Z | Compiling cargo_metadata v0.23.1 |
| 2276 | 2026-08-28T18:59:23.207Z | Compiling sec1 v0.7.3 |
| 2277 | 2026-08-28T18:59:23.262Z | Compiling group v0.13.0 |
| 2278 | 2026-08-28T18:59:23.502Z | Compiling futures v0.3.32 |
| 2279 | 2026-08-28T18:59:23.688Z | Compiling phf v0.13.1 |
| 2280 | 2026-08-28T18:59:23.763Z | Compiling snafu v0.8.9 |
| 2281 | 2026-08-28T18:59:24.110Z | Compiling reqwest v0.12.28 |
| 2282 | 2026-08-28T18:59:24.126Z | Compiling cipher v0.5.2 |
| 2283 | 2026-08-28T18:59:24.151Z | Compiling signal-hook-mio v0.2.5 |
| 2284 | 2026-08-28T18:59:24.275Z | Compiling cookie_store v0.22.1 |
| 2285 | 2026-08-28T18:59:24.292Z | Compiling backtrace-ext v0.2.1 |
| 2286 | 2026-08-28T18:59:24.382Z | Compiling zstd v0.13.3 |
| 2287 | 2026-08-28T18:59:24.419Z | Compiling postgres-types v0.2.12 |
| 2288 | 2026-08-28T18:59:24.442Z | Compiling globset v0.4.18 |
| 2289 | 2026-08-28T18:59:24.599Z | Compiling strum v0.27.2 |
| 2290 | 2026-08-28T18:59:24.659Z | Compiling hubpack v0.1.2 |
| 2291 | 2026-08-28T18:59:24.835Z | Compiling phf_shared v0.11.3 |
| 2292 | 2026-08-28T18:59:24.852Z | Compiling hkdf v0.12.4 |
| 2293 | 2026-08-28T18:59:24.872Z | Compiling crossbeam-epoch v0.9.18 |
| 2294 | 2026-08-28T18:59:24.913Z | Compiling byte-wrapper v0.1.0 |
| 2295 | 2026-08-28T18:59:24.935Z | Compiling olpc-cjson v0.1.4 |
| 2296 | 2026-08-28T18:59:24.951Z | Compiling ed25519 v2.2.3 |
| 2297 | 2026-08-28T18:59:25.112Z | Compiling crypto-bigint v0.5.5 |
| 2298 | 2026-08-28T18:59:25.246Z | Compiling serde-big-array v0.5.1 |
| 2299 | 2026-08-28T18:59:25.277Z | Compiling serde_plain v1.0.2 |
| 2300 | 2026-08-28T18:59:25.281Z | Compiling pem v3.0.6 |
| 2301 | 2026-08-28T18:59:25.347Z | Compiling float-cmp v0.10.0 |
| 2302 | 2026-08-28T18:59:25.418Z | Compiling memmap2 v0.9.10 |
| 2303 | 2026-08-28T18:59:25.482Z | Compiling unicode-width v0.1.14 |
| 2304 | 2026-08-28T18:59:25.591Z | Compiling whoami v2.1.0 |
| 2305 | 2026-08-28T18:59:25.621Z | Compiling typed-path v0.9.3 |
| 2306 | 2026-08-28T18:59:25.638Z | Compiling normalize-line-endings v0.3.0 |
| 2307 | 2026-08-28T18:59:25.743Z | Compiling difflib v0.4.0 |
| 2308 | 2026-08-28T18:59:25.758Z | Compiling keccak v0.1.6 |
| 2309 | 2026-08-28T18:59:25.783Z | Compiling new_debug_unreachable v1.0.6 |
| 2310 | 2026-08-28T18:59:25.798Z | Compiling supports-hyperlinks v3.2.0 |
| 2311 | 2026-08-28T18:59:25.869Z | Compiling fixedbitset v0.4.2 |
| 2312 | 2026-08-28T18:59:25.916Z | Compiling static_assertions v1.1.0 |
| 2313 | 2026-08-28T18:59:25.937Z | Compiling data-encoding v2.10.0 |
| 2314 | 2026-08-28T18:59:25.963Z | Compiling fixedbitset v0.5.7 |
| 2315 | 2026-08-28T18:59:25.978Z | Compiling const-oid v0.10.2 |
| 2316 | 2026-08-28T18:59:26.018Z | Compiling supports-unicode v3.0.0 |
| 2317 | 2026-08-28T18:59:26.088Z | Compiling precomputed-hash v0.1.1 |
| 2318 | 2026-08-28T18:59:26.195Z | Compiling predicates-core v1.0.10 |
| 2319 | 2026-08-28T18:59:26.226Z | Compiling toml_write v0.1.2 |
| 2320 | 2026-08-28T18:59:26.244Z | Compiling hickory-proto v0.25.2 |
| 2321 | 2026-08-28T18:59:26.260Z | Compiling petgraph v0.8.3 |
| 2322 | 2026-08-28T18:59:26.299Z | Compiling chacha20 v0.10.0 |
| 2323 | 2026-08-28T18:59:26.478Z | Compiling toml_edit v0.22.27 |
| 2324 | 2026-08-28T18:59:26.494Z | Compiling predicates v3.1.4 |
| 2325 | 2026-08-28T18:59:26.578Z | Compiling string_cache v0.8.9 |
| 2326 | 2026-08-28T18:59:26.606Z | Compiling digest v0.11.3 |
| 2327 | 2026-08-28T18:59:26.647Z | Compiling miette v7.6.0 |
| 2328 | 2026-08-28T18:59:26.780Z | Compiling petgraph v0.6.5 |
| 2329 | 2026-08-28T18:59:26.812Z | Compiling elliptic-curve v0.13.8 |
| 2330 | 2026-08-28T18:59:26.842Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2331 | 2026-08-28T18:59:27.084Z | Compiling sha3 v0.10.8 |
| 2332 | 2026-08-28T18:59:27.140Z | Compiling tokio-postgres v0.7.16 |
| 2333 | 2026-08-28T18:59:27.567Z | Compiling usdt v0.6.0 |
| 2334 | 2026-08-28T18:59:28.046Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2335 | 2026-08-28T18:59:28.222Z | Compiling ed25519-dalek v2.2.0 |
| 2336 | 2026-08-28T18:59:28.342Z | Compiling zip v4.6.1 |
| 2337 | 2026-08-28T18:59:28.826Z | Compiling crossterm v0.28.1 |
| 2338 | 2026-08-28T18:59:29.211Z | Compiling iddqd v0.4.2 |
| 2339 | 2026-08-28T18:59:29.323Z | Compiling serde_with v3.21.0 |
| 2340 | 2026-08-28T18:59:29.414Z | Compiling derive_more v2.1.1 |
| 2341 | 2026-08-28T18:59:29.440Z | Compiling similar v2.7.0 |
| 2342 | 2026-08-28T18:59:29.537Z | Compiling strum v0.26.3 |
| 2343 | 2026-08-28T18:59:29.612Z | Compiling tokio-stream v0.1.18 |
| 2344 | 2026-08-28T18:59:29.707Z | Compiling buf-list v1.1.2 |
| 2345 | 2026-08-28T18:59:29.750Z | Compiling itertools v0.13.0 |
| 2346 | 2026-08-28T18:59:29.987Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2347 | 2026-08-28T18:59:30.004Z | Compiling openapiv3 v2.2.0 |
| 2348 | 2026-08-28T18:59:30.819Z | Compiling peg-runtime v0.8.5 |
| 2349 | 2026-08-28T18:59:30.995Z | Compiling lalrpop-util v0.19.12 |
| 2350 | 2026-08-28T18:59:45.338Z | Compiling rustls-webpki v0.103.13 |
| 2351 | 2026-08-28T18:59:48.890Z | Compiling tokio-rustls v0.26.4 |
| 2352 | 2026-08-28T18:59:49.178Z | Compiling hyper-rustls v0.27.7 |
| 2353 | 2026-08-28T18:59:49.196Z | Compiling rustls-platform-verifier v0.6.2 |
| 2354 | 2026-08-28T18:59:49.310Z | Compiling tough v0.22.0 |
| 2355 | 2026-08-28T18:59:49.424Z | Compiling reqwest v0.13.2 |
| 2356 | 2026-08-28T18:59:52.821Z | Compiling macaddr v1.0.1 |
| 2357 | 2026-08-28T18:59:52.916Z | Compiling rayon-core v1.13.0 |
| 2358 | 2026-08-28T18:59:52.942Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2359 | 2026-08-28T18:59:52.967Z | Compiling crucible-workspace-hack v0.1.0 |
| 2360 | 2026-08-28T18:59:52.989Z | Compiling secrecy v0.10.3 |
| 2361 | 2026-08-28T18:59:53.095Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2362 | 2026-08-28T18:59:53.123Z | Compiling heapless v0.8.0 |
| 2363 | 2026-08-28T18:59:53.208Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2364 | 2026-08-28T18:59:53.212Z | Compiling crossbeam-deque v0.8.6 |
| 2365 | 2026-08-28T18:59:53.240Z | Compiling ingot-macros v0.2.0 |
| 2366 | 2026-08-28T18:59:53.243Z | Compiling inout v0.1.4 |
| 2367 | 2026-08-28T18:59:53.243Z | Compiling hash32 v0.3.1 |
| 2368 | 2026-08-28T18:59:53.324Z | Compiling multer v3.1.0 |
| 2369 | 2026-08-28T18:59:53.328Z | Compiling thread_local v1.1.9 |
| 2370 | 2026-08-28T18:59:53.366Z | Compiling compression-core v0.4.31 |
| 2371 | 2026-08-28T18:59:53.370Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2372 | 2026-08-28T18:59:53.448Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2373 | 2026-08-28T18:59:53.465Z | Compiling match_cfg v0.1.0 |
| 2374 | 2026-08-28T18:59:53.485Z | Compiling smoltcp v0.11.0 |
| 2375 | 2026-08-28T18:59:53.529Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2376 | 2026-08-28T18:59:53.546Z | Compiling slog-async v2.8.0 |
| 2377 | 2026-08-28T18:59:53.565Z | Compiling hostname v0.3.1 |
| 2378 | 2026-08-28T18:59:53.590Z | Compiling compression-codecs v0.4.37 |
| 2379 | 2026-08-28T18:59:53.643Z | Compiling cipher v0.4.4 |
| 2380 | 2026-08-28T18:59:53.711Z | Compiling atomicwrites v0.4.4 |
| 2381 | 2026-08-28T18:59:53.749Z | Compiling slog-json v2.6.1 |
| 2382 | 2026-08-28T18:59:53.854Z | Compiling crossbeam-channel v0.5.15 |
| 2383 | 2026-08-28T18:59:53.871Z | Compiling newtype-uuid-macros v0.1.0 |
| 2384 | 2026-08-28T18:59:53.887Z | Compiling half v2.7.1 |
| 2385 | 2026-08-28T18:59:53.921Z | Compiling universal-hash v0.5.1 |
| 2386 | 2026-08-28T18:59:53.953Z | Compiling serde_tokenstream v0.3.0 |
| 2387 | 2026-08-28T18:59:54.012Z | Compiling proc-macro-crate v3.4.0 |
| 2388 | 2026-08-28T18:59:54.027Z | Compiling cobs v0.3.0 |
| 2389 | 2026-08-28T18:59:54.086Z | Compiling async-stream-impl v0.3.6 |
| 2390 | 2026-08-28T18:59:54.137Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2391 | 2026-08-28T18:59:54.255Z | Compiling serde_spanned v1.1.1 |
| 2392 | 2026-08-28T18:59:54.270Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2393 | 2026-08-28T18:59:54.326Z | Compiling is-terminal v0.4.17 |
| 2394 | 2026-08-28T18:59:54.361Z | Compiling proc-macro-error-attr v1.0.4 |
| 2395 | 2026-08-28T18:59:54.426Z | Compiling dropshot v0.17.1 |
| 2396 | 2026-08-28T18:59:54.449Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2397 | 2026-08-28T18:59:54.452Z | Compiling opaque-debug v0.3.1 |
| 2398 | 2026-08-28T18:59:54.545Z | Compiling convert_case v0.4.0 |
| 2399 | 2026-08-28T18:59:54.562Z | Compiling term v1.2.1 |
| 2400 | 2026-08-28T18:59:54.602Z | Compiling ciborium-io v0.2.2 |
| 2401 | 2026-08-28T18:59:54.631Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2402 | 2026-08-28T18:59:54.659Z | Compiling take_mut v0.2.2 |
| 2403 | 2026-08-28T18:59:54.685Z | Compiling async-stream v0.3.6 |
| 2404 | 2026-08-28T18:59:54.719Z | Compiling ciborium-ll v0.2.2 |
| 2405 | 2026-08-28T18:59:54.734Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2406 | 2026-08-28T18:59:54.811Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2407 | 2026-08-28T18:59:54.884Z | Compiling derive_more v0.99.20 |
| 2408 | 2026-08-28T18:59:54.901Z | Compiling slog-term v2.9.2 |
| 2409 | 2026-08-28T18:59:54.930Z | Compiling poly1305 v0.8.0 |
| 2410 | 2026-08-28T18:59:55.009Z | Compiling num_enum_derive v0.7.6 |
| 2411 | 2026-08-28T18:59:55.112Z | Compiling oxide-generation-macros v0.2.0 |
| 2412 | 2026-08-28T18:59:55.163Z | Compiling thiserror-no-std v2.0.2 |
| 2413 | 2026-08-28T18:59:55.180Z | Compiling postcard v1.1.3 |
| 2414 | 2026-08-28T18:59:55.588Z | Compiling slog-bunyan v2.5.0 |
| 2415 | 2026-08-28T18:59:55.604Z | Compiling chacha20 v0.9.1 |
| 2416 | 2026-08-28T18:59:55.725Z | Compiling async-compression v0.4.41 |
| 2417 | 2026-08-28T18:59:55.886Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2418 | 2026-08-28T18:59:55.904Z | Compiling ingot-types v0.2.0 |
| 2419 | 2026-08-28T18:59:55.924Z | Compiling sha1 v0.11.0 |
| 2420 | 2026-08-28T18:59:55.956Z | Compiling oxide-generation v0.1.3 |
| 2421 | 2026-08-28T18:59:56.014Z | Compiling parse-display-derive v0.10.0 |
| 2422 | 2026-08-28T18:59:56.154Z | Compiling proc-macro-crate v1.3.1 |
| 2423 | 2026-08-28T18:59:56.206Z | Compiling waitgroup v0.1.2 |
| 2424 | 2026-08-28T18:59:56.364Z | Compiling ingot v0.2.1 |
| 2425 | 2026-08-28T18:59:56.415Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-08-28T18:59:56.424Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2427 | 2026-08-28T18:59:56.448Z | Compiling backon v1.6.0 |
| 2428 | 2026-08-28T18:59:56.544Z | Compiling blake2 v0.10.6 |
| 2429 | 2026-08-28T18:59:56.724Z | Compiling dropshot_endpoint v0.17.1 |
| 2430 | 2026-08-28T18:59:56.739Z | Compiling aead v0.5.2 |
| 2431 | 2026-08-28T18:59:56.815Z | Compiling password-hash v0.5.0 |
| 2432 | 2026-08-28T18:59:56.962Z | Compiling foreign-types-macros v0.2.3 |
| 2433 | 2026-08-28T18:59:57.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-28T18:59:57.076Z | Compiling serde_path_to_error v0.1.20 |
| 2435 | 2026-08-28T18:59:57.091Z | Compiling hostname v0.4.2 |
| 2436 | 2026-08-28T18:59:57.148Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2437 | 2026-08-28T18:59:57.281Z | Compiling proc-macro-error v1.0.4 |
| 2438 | 2026-08-28T18:59:57.375Z | Compiling instant v0.1.13 |
| 2439 | 2026-08-28T18:59:57.458Z | Compiling foreign-types-shared v0.3.1 |
| 2440 | 2026-08-28T18:59:57.490Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2441 | 2026-08-28T18:59:57.510Z | Compiling debug-ignore v1.0.5 |
| 2442 | 2026-08-28T18:59:57.510Z | Compiling parse-display v0.10.0 |
| 2443 | 2026-08-28T18:59:57.568Z | Compiling backoff v0.4.0 |
| 2444 | 2026-08-28T18:59:57.586Z | Compiling foreign-types v0.5.0 |
| 2445 | 2026-08-28T18:59:57.648Z | Compiling argon2 v0.5.3 |
| 2446 | 2026-08-28T18:59:57.664Z | Compiling chacha20poly1305 v0.10.1 |
| 2447 | 2026-08-28T18:59:57.681Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2448 | 2026-08-28T18:59:57.701Z | Compiling num_enum_derive v0.5.11 |
| 2449 | 2026-08-28T18:59:57.736Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2450 | 2026-08-28T18:59:57.795Z | Compiling num_enum v0.7.6 |
| 2451 | 2026-08-28T18:59:57.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2026-08-28T18:59:57.844Z | Compiling vsss-rs v3.3.4 |
| 2453 | 2026-08-28T18:59:57.979Z | Compiling ciborium v0.2.2 |
| 2454 | 2026-08-28T18:59:58.303Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2455 | 2026-08-28T18:59:58.346Z | Compiling regress v0.10.5 |
| 2456 | 2026-08-28T18:59:58.362Z | Compiling itertools v0.14.0 |
| 2457 | 2026-08-28T18:59:58.377Z | Compiling tabwriter v1.4.1 |
| 2458 | 2026-08-28T18:59:58.464Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2459 | 2026-08-28T18:59:58.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2460 | 2026-08-28T18:59:58.592Z | Compiling cstr-argument v0.1.2 |
| 2461 | 2026-08-28T18:59:58.642Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2462 | 2026-08-28T18:59:58.657Z | Compiling humantime v2.3.0 |
| 2463 | 2026-08-28T18:59:58.762Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2464 | 2026-08-28T18:59:58.803Z | Compiling num_enum v0.5.11 |
| 2465 | 2026-08-28T18:59:58.892Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2466 | 2026-08-28T18:59:58.928Z | Compiling rayon v1.11.0 |
| 2467 | 2026-08-28T18:59:58.946Z | Compiling rand v0.10.1 |
| 2468 | 2026-08-28T18:59:59.013Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2469 | 2026-08-28T18:59:59.061Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2470 | 2026-08-28T18:59:59.135Z | Compiling libefi-sys v0.1.0 |
| 2471 | 2026-08-28T18:59:59.152Z | Compiling colored v3.1.1 |
| 2472 | 2026-08-28T18:59:59.168Z | Compiling indent_write v2.2.0 |
| 2473 | 2026-08-28T18:59:59.183Z | Compiling zone_cfg_derive v0.3.1 |
| 2474 | 2026-08-28T18:59:59.198Z | Compiling illumos-nvpair v0.3.0 |
| 2475 | 2026-08-28T18:59:59.351Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2476 | 2026-08-28T18:59:59.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2477 | 2026-08-28T18:59:59.421Z | Compiling camino-tempfile v1.4.1 |
| 2478 | 2026-08-28T18:59:59.438Z | Compiling itertools v0.12.1 |
| 2479 | 2026-08-28T18:59:59.460Z | Compiling usdt-attr-macro v0.5.0 |
| 2480 | 2026-08-28T18:59:59.698Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2481 | 2026-08-28T18:59:59.750Z | Compiling usdt-macro v0.5.0 |
| 2482 | 2026-08-28T18:59:59.803Z | Compiling num-derive v0.4.2 |
| 2483 | 2026-08-28T18:59:59.821Z | Compiling bitfield-struct v0.6.2 |
| 2484 | 2026-08-28T18:59:59.837Z | Compiling blake3 v1.8.5 |
| 2485 | 2026-08-28T18:59:59.903Z | Compiling memmap v0.7.0 |
| 2486 | 2026-08-28T18:59:59.918Z | Compiling sigpipe v0.1.3 |
| 2487 | 2026-08-28T19:00:00.034Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2488 | 2026-08-28T19:00:00.059Z | Compiling swrite v0.1.0 |
| 2489 | 2026-08-28T19:00:00.158Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2490 | 2026-08-28T19:00:00.174Z | Compiling glob v0.3.3 |
| 2491 | 2026-08-28T19:00:00.192Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2492 | 2026-08-28T19:00:00.401Z | Compiling smf v0.2.3 |
| 2493 | 2026-08-28T19:00:00.458Z | Compiling filetime v0.2.27 |
| 2494 | 2026-08-28T19:00:00.473Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2495 | 2026-08-28T19:00:00.476Z | Compiling usdt v0.5.0 |
| 2496 | 2026-08-28T19:00:00.516Z | Compiling whoami v1.6.1 |
| 2497 | 2026-08-28T19:00:00.694Z | Compiling constant_time_eq v0.4.2 |
| 2498 | 2026-08-28T19:00:00.710Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2499 | 2026-08-28T19:00:00.726Z | Compiling arrayref v0.3.9 |
| 2500 | 2026-08-28T19:00:00.730Z | Compiling arrayvec v0.7.6 |
| 2501 | 2026-08-28T19:00:00.812Z | Compiling zone v0.3.1 |
| 2502 | 2026-08-28T19:00:00.828Z | Compiling xattr v1.6.1 |
| 2503 | 2026-08-28T19:00:00.910Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-08-28T19:00:00.926Z | Compiling tokio-dtrace v0.1.1 |
| 2505 | 2026-08-28T19:00:00.983Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-08-28T19:00:01.004Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2507 | 2026-08-28T19:00:01.041Z | Compiling tar v0.4.46 |
| 2508 | 2026-08-28T19:00:01.083Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-08-28T19:00:01.113Z | Compiling gethostname v0.5.0 |
| 2510 | 2026-08-28T19:00:01.116Z | Compiling console v0.16.2 |
| 2511 | 2026-08-28T19:00:01.284Z | Compiling unit-prefix v0.5.2 |
| 2512 | 2026-08-28T19:00:01.385Z | Compiling topological-sort v0.2.2 |
| 2513 | 2026-08-28T19:00:01.405Z | Compiling oxide-tokio-rt v0.1.4 |
| 2514 | 2026-08-28T19:00:01.484Z | Compiling toml v0.8.23 |
| 2515 | 2026-08-28T19:00:01.582Z | Compiling indicatif v0.18.4 |
| 2516 | 2026-08-28T19:00:01.708Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2517 | 2026-08-28T19:00:01.844Z | Compiling shell-words v1.1.1 |
| 2518 | 2026-08-28T19:00:11.006Z | Compiling progenitor-client v0.14.0 |
| 2519 | 2026-08-28T19:00:11.006Z | Compiling omicron-zone-package v0.12.3 |
| 2520 | 2026-08-28T19:00:11.262Z | Compiling progenitor-extras v0.2.0 |
| 2521 | 2026-08-28T19:00:11.572Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2522 | 2026-08-28T19:00:11.626Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2523 | 2026-08-28T19:00:11.652Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2524 | 2026-08-28T19:00:11.720Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2525 | 2026-08-28T19:00:11.756Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2526 | 2026-08-28T19:00:11.803Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2527 | 2026-08-28T19:00:11.939Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2528 | 2026-08-28T19:00:12.053Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2529 | 2026-08-28T19:00:12.875Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2530 | 2026-08-28T19:00:16.347Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2531 | 2026-08-28T19:00:25.631Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-08-28T19:00:28.915Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2533 | 2026-08-28T19:00:30.005Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2534 | 2026-08-28T19:00:40.644Z | Finished `release` profile [optimized] target(s) in 1m 49s |
| 2535 | 2026-08-28T19:00:40.792Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2536 | 2026-08-28T19:00:40.860Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2537 | 2026-08-28T19:00:40.864Z | Created new build target 'test' and set it as active |
| 2538 | 2026-08-28T19:00:40.864Z | |
| 2539 | 2026-08-28T19:00:40.865Z | real 1:49.477404871 |
| 2540 | 2026-08-28T19:00:40.865Z | user 17:54.626157638 |
| 2541 | 2026-08-28T19:00:40.865Z | sys 2:49.778107911 |
| 2542 | 2026-08-28T19:00:40.865Z | trap 0.515475810 |
| 2543 | 2026-08-28T19:00:40.865Z | tflt 2.514284153 |
| 2544 | 2026-08-28T19:00:40.865Z | dflt 4.797858381 |
| 2545 | 2026-08-28T19:00:40.865Z | kflt 0.000539852 |
| 2546 | 2026-08-28T19:00:40.865Z | lock 58:47.581306157 |
| 2547 | 2026-08-28T19:00:40.865Z | slp 45:50.950787857 |
| 2548 | 2026-08-28T19:00:40.865Z | lat 51.677637254 |
| 2549 | 2026-08-28T19:00:40.865Z | stop 6:13.344989849 |
| 2550 | 2026-08-28T19:00:40.865Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2551 | 2026-08-28T19:00:41.765Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2552 | 2026-08-28T19:00:41.838Z | Running `target/release/omicron-package -t test package` |
| 2553 | 2026-08-28T19:00:41.898Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2554 | 2026-08-28T19:00:43.366Z | Compiling heck v0.5.0 |
| 2555 | 2026-08-28T19:00:43.366Z | Compiling regress v0.11.1 |
| 2556 | 2026-08-28T19:00:43.370Z | Compiling unsafe-libyaml v0.2.11 |
| 2557 | 2026-08-28T19:00:43.624Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2558 | 2026-08-28T19:00:43.655Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2559 | 2026-08-28T19:00:43.655Z | Compiling derive-where v1.6.0 |
| 2560 | 2026-08-28T19:00:43.660Z | Compiling bytecount v0.6.9 |
| 2561 | 2026-08-28T19:00:43.720Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2562 | 2026-08-28T19:00:43.739Z | Compiling atomicwrites v0.4.4 |
| 2563 | 2026-08-28T19:00:43.742Z | Compiling is-terminal v0.4.17 |
| 2564 | 2026-08-28T19:00:43.742Z | Compiling prettyplease v0.2.37 |
| 2565 | 2026-08-28T19:00:43.742Z | Compiling newline-converter v0.3.0 |
| 2566 | 2026-08-28T19:00:43.758Z | Compiling console v0.15.11 |
| 2567 | 2026-08-28T19:00:43.798Z | Compiling slog-dtrace v0.3.0 |
| 2568 | 2026-08-28T19:00:43.801Z | Compiling cancel-safe-futures v0.1.5 |
| 2569 | 2026-08-28T19:00:43.887Z | Compiling resolv-conf v0.7.6 |
| 2570 | 2026-08-28T19:00:43.911Z | Compiling num-rational v0.4.2 |
| 2571 | 2026-08-28T19:00:43.914Z | Compiling num-complex v0.4.6 |
| 2572 | 2026-08-28T19:00:43.956Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2573 | 2026-08-28T19:00:43.963Z | Compiling thread_local v1.1.9 |
| 2574 | 2026-08-28T19:00:44.060Z | Compiling compression-core v0.4.31 |
| 2575 | 2026-08-28T19:00:44.103Z | Compiling serde_yaml v0.9.34+deprecated |
| 2576 | 2026-08-28T19:00:44.229Z | Compiling match_cfg v0.1.0 |
| 2577 | 2026-08-28T19:00:44.251Z | Compiling compression-codecs v0.4.37 |
| 2578 | 2026-08-28T19:00:44.330Z | Compiling expectorate v1.2.0 |
| 2579 | 2026-08-28T19:00:44.417Z | Compiling num v0.4.3 |
| 2580 | 2026-08-28T19:00:44.437Z | Compiling hostname v0.3.1 |
| 2581 | 2026-08-28T19:00:44.507Z | Compiling multer v3.1.0 |
| 2582 | 2026-08-28T19:00:44.525Z | Compiling slog-async v2.8.0 |
| 2583 | 2026-08-28T19:00:44.549Z | Compiling crossbeam-channel v0.5.15 |
| 2584 | 2026-08-28T19:00:44.573Z | Compiling slog-json v2.6.1 |
| 2585 | 2026-08-28T19:00:44.573Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2586 | 2026-08-28T19:00:44.620Z | Compiling serde_spanned v1.1.1 |
| 2587 | 2026-08-28T19:00:44.625Z | Compiling term v1.2.1 |
| 2588 | 2026-08-28T19:00:44.667Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2589 | 2026-08-28T19:00:44.797Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2590 | 2026-08-28T19:00:44.819Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2591 | 2026-08-28T19:00:44.842Z | Compiling linked-hash-map v0.5.6 |
| 2592 | 2026-08-28T19:00:44.876Z | Compiling take_mut v0.2.2 |
| 2593 | 2026-08-28T19:00:44.900Z | Compiling oxide-update-engine-types v0.1.2 |
| 2594 | 2026-08-28T19:00:44.925Z | Compiling float-ord v0.3.2 |
| 2595 | 2026-08-28T19:00:44.930Z | Compiling linear-map v1.2.0 |
| 2596 | 2026-08-28T19:00:44.930Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2597 | 2026-08-28T19:00:44.991Z | Compiling slog-term v2.9.2 |
| 2598 | 2026-08-28T19:00:45.037Z | Compiling lru-cache v0.1.2 |
| 2599 | 2026-08-28T19:00:45.066Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2600 | 2026-08-28T19:00:45.088Z | Compiling slog-bunyan v2.5.0 |
| 2601 | 2026-08-28T19:00:45.155Z | Compiling typify-impl v0.6.2 |
| 2602 | 2026-08-28T19:00:45.208Z | Compiling async-compression v0.4.41 |
| 2603 | 2026-08-28T19:00:45.257Z | Compiling async-stream v0.3.6 |
| 2604 | 2026-08-28T19:00:45.441Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2605 | 2026-08-28T19:00:45.462Z | Compiling dropshot v0.17.1 |
| 2606 | 2026-08-28T19:00:45.496Z | Compiling sha1 v0.11.0 |
| 2607 | 2026-08-28T19:00:45.533Z | Compiling progenitor-client v0.14.0 |
| 2608 | 2026-08-28T19:00:45.563Z | Compiling oxide-generation v0.1.3 |
| 2609 | 2026-08-28T19:00:45.608Z | Compiling waitgroup v0.1.2 |
| 2610 | 2026-08-28T19:00:45.631Z | Compiling rustls-pemfile v2.2.0 |
| 2611 | 2026-08-28T19:00:45.653Z | Compiling backon v1.6.0 |
| 2612 | 2026-08-28T19:00:45.779Z | Compiling hostname v0.4.2 |
| 2613 | 2026-08-28T19:00:45.800Z | Compiling serde_path_to_error v0.1.20 |
| 2614 | 2026-08-28T19:00:45.863Z | Compiling instant v0.1.13 |
| 2615 | 2026-08-28T19:00:45.863Z | Compiling debug-ignore v1.0.5 |
| 2616 | 2026-08-28T19:00:45.909Z | Compiling minimal-lexical v0.2.1 |
| 2617 | 2026-08-28T19:00:45.913Z | Compiling progenitor-extras v0.2.0 |
| 2618 | 2026-08-28T19:00:45.952Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2619 | 2026-08-28T19:00:46.003Z | Compiling backoff v0.4.0 |
| 2620 | 2026-08-28T19:00:46.029Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2621 | 2026-08-28T19:00:46.098Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2622 | 2026-08-28T19:00:46.185Z | Compiling oxide-update-engine v0.1.2 |
| 2623 | 2026-08-28T19:00:46.230Z | Compiling nom v7.1.3 |
| 2624 | 2026-08-28T19:00:46.233Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2625 | 2026-08-28T19:00:46.272Z | Compiling parse-display v0.10.0 |
| 2626 | 2026-08-28T19:00:46.277Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2627 | 2026-08-28T19:00:46.319Z | Compiling hickory-proto v0.24.4 |
| 2628 | 2026-08-28T19:00:46.803Z | Compiling itertools v0.14.0 |
| 2629 | 2026-08-28T19:00:47.041Z | Compiling regress v0.10.5 |
| 2630 | 2026-08-28T19:00:47.464Z | Compiling macaddr v1.0.1 |
| 2631 | 2026-08-28T19:00:47.568Z | Compiling unicode-xid v0.2.6 |
| 2632 | 2026-08-28T19:00:47.654Z | Compiling humantime v2.3.0 |
| 2633 | 2026-08-28T19:00:47.745Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2634 | 2026-08-28T19:00:47.935Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2635 | 2026-08-28T19:00:47.983Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2636 | 2026-08-28T19:00:48.006Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2637 | 2026-08-28T19:00:48.133Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2638 | 2026-08-28T19:00:48.240Z | Compiling toml v0.8.23 |
| 2639 | 2026-08-28T19:00:48.322Z | Compiling papergrid v0.11.0 |
| 2640 | 2026-08-28T19:00:48.423Z | Compiling tabled_derive v0.7.0 |
| 2641 | 2026-08-28T19:00:48.617Z | Compiling typify-macro v0.6.2 |
| 2642 | 2026-08-28T19:00:48.750Z | Compiling termtree v0.5.1 |
| 2643 | 2026-08-28T19:00:48.815Z | Compiling crossterm v0.29.0 |
| 2644 | 2026-08-28T19:00:48.956Z | Compiling hickory-resolver v0.24.4 |
| 2645 | 2026-08-28T19:00:49.041Z | Compiling phf_shared v0.12.1 |
| 2646 | 2026-08-28T19:00:49.302Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2647 | 2026-08-28T19:00:49.327Z | Compiling tabled v0.15.0 |
| 2648 | 2026-08-28T19:00:49.569Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2649 | 2026-08-28T19:00:50.149Z | Compiling typify v0.6.2 |
| 2650 | 2026-08-28T19:00:50.293Z | Compiling progenitor-impl v0.14.0 |
| 2651 | 2026-08-28T19:00:50.968Z | Compiling qorb v0.4.1 |
| 2652 | 2026-08-28T19:00:51.042Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2653 | 2026-08-28T19:00:51.627Z | Compiling csv-core v0.1.13 |
| 2654 | 2026-08-28T19:00:51.650Z | Compiling vte v0.14.1 |
| 2655 | 2026-08-28T19:00:51.944Z | Compiling chrono-tz v0.10.4 |
| 2656 | 2026-08-28T19:00:52.072Z | Compiling highway v1.3.0 |
| 2657 | 2026-08-28T19:00:52.201Z | Compiling strip-ansi-escapes v0.2.1 |
| 2658 | 2026-08-28T19:00:52.446Z | Compiling progenitor-macro v0.14.0 |
| 2659 | 2026-08-28T19:00:52.822Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2660 | 2026-08-28T19:00:53.494Z | Compiling csv v1.4.0 |
| 2661 | 2026-08-28T19:00:53.576Z | Compiling phf v0.12.1 |
| 2662 | 2026-08-28T19:00:53.777Z | Compiling const_format_proc_macros v0.2.34 |
| 2663 | 2026-08-28T19:00:54.134Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2664 | 2026-08-28T19:00:54.236Z | Compiling fd-lock v4.0.4 |
| 2665 | 2026-08-28T19:00:54.416Z | Compiling peg-macros v0.8.5 |
| 2666 | 2026-08-28T19:00:54.447Z | Compiling nu-ansi-term v0.50.3 |
| 2667 | 2026-08-28T19:00:54.657Z | Compiling const_format v0.2.35 |
| 2668 | 2026-08-28T19:00:54.981Z | Compiling reedline v0.40.0 |
| 2669 | 2026-08-28T19:00:55.004Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2670 | 2026-08-28T19:00:55.401Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2671 | 2026-08-28T19:00:55.683Z | Compiling peg v0.8.5 |
| 2672 | 2026-08-28T19:00:55.789Z | Compiling bcs v0.1.6 |
| 2673 | 2026-08-28T19:00:56.183Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2674 | 2026-08-28T19:00:56.225Z | Compiling nom v8.0.0 |
| 2675 | 2026-08-28T19:00:56.681Z | Compiling progenitor v0.14.0 |
| 2676 | 2026-08-28T19:00:56.729Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2677 | 2026-08-28T19:00:56.898Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2678 | 2026-08-28T19:00:57.106Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2679 | 2026-08-28T19:00:57.252Z | Compiling semver v0.1.20 |
| 2680 | 2026-08-28T19:00:57.405Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2681 | 2026-08-28T19:00:57.558Z | Compiling rustc_version v0.1.7 |
| 2682 | 2026-08-28T19:00:57.662Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2683 | 2026-08-28T19:00:57.805Z | Compiling newtype_derive v0.1.6 |
| 2684 | 2026-08-28T19:00:58.052Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2685 | 2026-08-28T19:00:58.233Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2686 | 2026-08-28T19:00:58.410Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2687 | 2026-08-28T19:00:58.907Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2688 | 2026-08-28T19:00:59.015Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2689 | 2026-08-28T19:00:59.598Z | Compiling steno v0.4.1 |
| 2690 | 2026-08-28T19:00:59.640Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2691 | 2026-08-28T19:00:59.661Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2692 | 2026-08-28T19:00:59.739Z | Compiling sha1 v0.10.6 |
| 2693 | 2026-08-28T19:01:00.027Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2694 | 2026-08-28T19:01:00.211Z | Compiling tagptr v0.2.0 |
| 2695 | 2026-08-28T19:01:00.256Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2696 | 2026-08-28T19:01:00.326Z | Compiling utf-8 v0.7.6 |
| 2697 | 2026-08-28T19:01:00.410Z | Compiling moka v0.12.13 |
| 2698 | 2026-08-28T19:01:00.580Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2699 | 2026-08-28T19:01:00.603Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2700 | 2026-08-28T19:01:00.767Z | Compiling tungstenite v0.21.0 |
| 2701 | 2026-08-28T19:01:01.050Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2702 | 2026-08-28T19:01:01.708Z | Compiling hickory-resolver v0.25.2 |
| 2703 | 2026-08-28T19:01:02.875Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2704 | 2026-08-28T19:01:02.903Z | Compiling tokio-tungstenite v0.21.0 |
| 2705 | 2026-08-28T19:01:03.300Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2706 | 2026-08-28T19:01:03.652Z | Compiling darling_core v0.21.3 |
| 2707 | 2026-08-28T19:01:05.286Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2708 | 2026-08-28T19:01:05.333Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2709 | 2026-08-28T19:01:05.432Z | Compiling display-error-chain v0.2.2 |
| 2710 | 2026-08-28T19:01:05.613Z | Compiling libscf-sys v1.2.0 |
| 2711 | 2026-08-28T19:01:05.765Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2712 | 2026-08-28T19:01:05.809Z | Compiling darling_macro v0.21.3 |
| 2713 | 2026-08-28T19:01:06.363Z | Compiling darling v0.21.3 |
| 2714 | 2026-08-28T19:01:06.486Z | Compiling vergen-lib v0.1.6 |
| 2715 | 2026-08-28T19:01:06.673Z | Compiling diesel_derives v2.3.7 |
| 2716 | 2026-08-28T19:01:06.807Z | Compiling dsl_auto_type v0.2.0 |
| 2717 | 2026-08-28T19:01:07.112Z | Compiling scheduled-thread-pool v0.2.7 |
| 2718 | 2026-08-28T19:01:07.352Z | Compiling vergen-gitcl v1.0.8 |
| 2719 | 2026-08-28T19:01:07.581Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2720 | 2026-08-28T19:01:07.687Z | Compiling dirs-sys-next v0.1.2 |
| 2721 | 2026-08-28T19:01:07.807Z | Compiling maplit v1.0.2 |
| 2722 | 2026-08-28T19:01:07.930Z | Compiling glob v0.3.3 |
| 2723 | 2026-08-28T19:01:07.966Z | Compiling crunchy v0.2.4 |
| 2724 | 2026-08-28T19:01:08.025Z | Compiling dirs-next v2.0.0 |
| 2725 | 2026-08-28T19:01:08.211Z | Compiling r2d2 v0.8.10 |
| 2726 | 2026-08-28T19:01:08.304Z | Compiling clang-sys v1.8.1 |
| 2727 | 2026-08-28T19:01:08.360Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2728 | 2026-08-28T19:01:08.490Z | Compiling papergrid v0.18.0 |
| 2729 | 2026-08-28T19:01:08.512Z | Compiling tiny-keccak v2.0.2 |
| 2730 | 2026-08-28T19:01:08.615Z | Compiling xshell-macros v0.2.7 |
| 2731 | 2026-08-28T19:01:08.686Z | Compiling downcast-rs v2.0.2 |
| 2732 | 2026-08-28T19:01:08.825Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2733 | 2026-08-28T19:01:09.019Z | Compiling xshell v0.2.7 |
| 2734 | 2026-08-28T19:01:09.065Z | Compiling term v0.7.0 |
| 2735 | 2026-08-28T19:01:09.150Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2736 | 2026-08-28T19:01:09.312Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2737 | 2026-08-28T19:01:09.458Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2738 | 2026-08-28T19:01:09.596Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2739 | 2026-08-28T19:01:09.690Z | Compiling tabled v0.21.0 |
| 2740 | 2026-08-28T19:01:09.830Z | Compiling bit-vec v0.6.3 |
| 2741 | 2026-08-28T19:01:10.077Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2742 | 2026-08-28T19:01:10.253Z | Compiling bit-set v0.5.3 |
| 2743 | 2026-08-28T19:01:10.398Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2744 | 2026-08-28T19:01:10.442Z | Compiling ascii-canvas v3.0.0 |
| 2745 | 2026-08-28T19:01:10.584Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2746 | 2026-08-28T19:01:10.897Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2026-08-28T19:01:10.962Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2748 | 2026-08-28T19:01:11.136Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2749 | 2026-08-28T19:01:11.294Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2750 | 2026-08-28T19:01:11.388Z | Compiling itertools v0.10.5 |
| 2751 | 2026-08-28T19:01:11.417Z | Compiling ena v0.14.4 |
| 2752 | 2026-08-28T19:01:11.485Z | Compiling libloading v0.8.9 |
| 2753 | 2026-08-28T19:01:11.514Z | Compiling bindgen v0.71.1 |
| 2754 | 2026-08-28T19:01:11.666Z | Compiling unicase v2.9.0 |
| 2755 | 2026-08-28T19:01:11.729Z | Compiling diff v0.1.13 |
| 2756 | 2026-08-28T19:01:11.825Z | Compiling regex-syntax v0.6.29 |
| 2757 | 2026-08-28T19:01:12.424Z | Compiling cexpr v0.6.0 |
| 2758 | 2026-08-28T19:01:12.519Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2759 | 2026-08-28T19:01:12.748Z | Compiling crc8 v0.1.1 |
| 2760 | 2026-08-28T19:01:12.774Z | Compiling diesel v2.3.7 |
| 2761 | 2026-08-28T19:01:12.888Z | Compiling rustc-hash v2.1.1 |
| 2762 | 2026-08-28T19:01:13.057Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2763 | 2026-08-28T19:01:13.110Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2764 | 2026-08-28T19:01:13.331Z | Compiling lalrpop v0.19.12 |
| 2765 | 2026-08-28T19:01:13.689Z | Compiling headers-core v0.3.0 |
| 2766 | 2026-08-28T19:01:13.850Z | Compiling libxml v0.3.3 |
| 2767 | 2026-08-28T19:01:14.130Z | Compiling headers v0.4.1 |
| 2768 | 2026-08-28T19:01:14.157Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2026-08-28T19:01:14.235Z | Compiling strum_macros v0.24.3 |
| 2770 | 2026-08-28T19:01:14.380Z | Compiling indoc v1.0.9 |
| 2771 | 2026-08-28T19:01:14.625Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2772 | 2026-08-28T19:01:14.823Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2773 | 2026-08-28T19:01:14.855Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2774 | 2026-08-28T19:01:14.904Z | Compiling derive_builder v0.20.2 |
| 2775 | 2026-08-28T19:01:14.936Z | Compiling oso-derive v0.27.3 |
| 2776 | 2026-08-28T19:01:15.071Z | Compiling quick-xml v0.37.5 |
| 2777 | 2026-08-28T19:01:15.218Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2778 | 2026-08-28T19:01:15.458Z | Compiling openssl-probe v0.1.6 |
| 2779 | 2026-08-28T19:01:15.519Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2780 | 2026-08-28T19:01:15.733Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2781 | 2026-08-28T19:01:15.784Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2782 | 2026-08-28T19:01:16.241Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2783 | 2026-08-28T19:01:16.330Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2784 | 2026-08-28T19:01:16.498Z | Compiling bb8 v0.8.6 |
| 2785 | 2026-08-28T19:01:16.574Z | Compiling trait-variant v0.1.2 |
| 2786 | 2026-08-28T19:01:16.681Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2787 | 2026-08-28T19:01:16.891Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2788 | 2026-08-28T19:01:17.010Z | Compiling half v1.8.3 |
| 2789 | 2026-08-28T19:01:17.038Z | Compiling proc-macro-error2 v2.0.1 |
| 2790 | 2026-08-28T19:01:17.152Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2791 | 2026-08-28T19:01:17.156Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2792 | 2026-08-28T19:01:17.361Z | Compiling serde_cbor v0.11.2 |
| 2793 | 2026-08-28T19:01:17.553Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2794 | 2026-08-28T19:01:17.596Z | Compiling hashbrown v0.14.5 |
| 2795 | 2026-08-28T19:01:17.755Z | Compiling rfc6979 v0.4.0 |
| 2796 | 2026-08-28T19:01:17.783Z | Compiling salty v0.3.0 |
| 2797 | 2026-08-28T19:01:17.920Z | Compiling ecdsa v0.16.9 |
| 2798 | 2026-08-28T19:01:18.245Z | Compiling chumsky v0.9.3 |
| 2799 | 2026-08-28T19:01:18.316Z | Compiling samael v0.0.19 |
| 2800 | 2026-08-28T19:01:18.374Z | Compiling knus-derive v3.4.0 |
| 2801 | 2026-08-28T19:01:18.396Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2802 | 2026-08-28T19:01:18.463Z | Compiling progenitor-impl v0.13.0 |
| 2803 | 2026-08-28T19:01:18.485Z | Compiling primeorder v0.13.6 |
| 2804 | 2026-08-28T19:01:18.779Z | Compiling nonempty v0.12.0 |
| 2805 | 2026-08-28T19:01:19.008Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2806 | 2026-08-28T19:01:19.483Z | Compiling p384 v0.13.1 |
| 2807 | 2026-08-28T19:01:19.737Z | Compiling knus v3.4.0 |
| 2808 | 2026-08-28T19:01:20.618Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2809 | 2026-08-28T19:01:20.624Z | Compiling progenitor-macro v0.13.0 |
| 2810 | 2026-08-28T19:01:20.800Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2811 | 2026-08-28T19:01:20.828Z | Compiling polar-core v0.27.3 |
| 2812 | 2026-08-28T19:01:21.003Z | Compiling progenitor-client v0.13.0 |
| 2813 | 2026-08-28T19:01:21.775Z | Compiling fxhash v0.2.1 |
| 2814 | 2026-08-28T19:01:21.860Z | Compiling libz-sys v1.1.24 |
| 2815 | 2026-08-28T19:01:21.950Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2816 | 2026-08-28T19:01:22.066Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2817 | 2026-08-28T19:01:22.353Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2818 | 2026-08-28T19:01:22.692Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2819 | 2026-08-28T19:01:22.863Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2820 | 2026-08-28T19:01:23.247Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2821 | 2026-08-28T19:01:23.608Z | Compiling kstat-rs v0.2.5 |
| 2822 | 2026-08-28T19:01:24.310Z | Compiling mime_guess v2.0.5 |
| 2823 | 2026-08-28T19:01:24.821Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2824 | 2026-08-28T19:01:24.866Z | Compiling progenitor v0.13.0 |
| 2825 | 2026-08-28T19:01:25.824Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-28T19:01:26.302Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2827 | 2026-08-28T19:01:26.520Z | Compiling nanorand v0.7.0 |
| 2828 | 2026-08-28T19:01:26.843Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2829 | 2026-08-28T19:01:26.899Z | Compiling parking_lot_core v0.8.6 |
| 2830 | 2026-08-28T19:01:27.264Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2831 | 2026-08-28T19:01:27.342Z | Compiling flume v0.11.1 |
| 2832 | 2026-08-28T19:01:27.659Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2833 | 2026-08-28T19:01:27.907Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2834 | 2026-08-28T19:01:28.562Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2835 | 2026-08-28T19:01:28.612Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2836 | 2026-08-28T19:01:29.160Z | Compiling git-stub v1.0.0 |
| 2837 | 2026-08-28T19:01:29.180Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2838 | 2026-08-28T19:01:29.431Z | Compiling strsim v0.10.0 |
| 2839 | 2026-08-28T19:01:29.454Z | Compiling instability v0.3.11 |
| 2840 | 2026-08-28T19:01:29.697Z | Compiling http-range v0.1.5 |
| 2841 | 2026-08-28T19:01:29.756Z | Compiling corncobs v0.1.4 |
| 2842 | 2026-08-28T19:01:29.829Z | Compiling oso v0.27.3 |
| 2843 | 2026-08-28T19:01:30.015Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2844 | 2026-08-28T19:01:30.053Z | Compiling darling_core v0.13.4 |
| 2845 | 2026-08-28T19:01:30.713Z | Compiling diesel-dtrace v0.5.0 |
| 2846 | 2026-08-28T19:01:31.030Z | Compiling async-bb8-diesel v0.2.1 |
| 2847 | 2026-08-28T19:01:31.506Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2848 | 2026-08-28T19:01:31.766Z | Compiling git-stub-vcs v0.1.0 |
| 2849 | 2026-08-28T19:01:32.926Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2850 | 2026-08-28T19:01:34.138Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2851 | 2026-08-28T19:01:34.513Z | Compiling ignore v0.4.25 |
| 2852 | 2026-08-28T19:01:35.662Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2853 | 2026-08-28T19:01:35.802Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2854 | 2026-08-28T19:01:36.089Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2855 | 2026-08-28T19:01:36.373Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2856 | 2026-08-28T19:01:36.646Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-28T19:01:36.844Z | Compiling anstyle-parse v0.2.7 |
| 2858 | 2026-08-28T19:01:37.118Z | Compiling secrecy v0.8.0 |
| 2859 | 2026-08-28T19:01:37.325Z | Compiling vergen-git2 v9.1.0 |
| 2860 | 2026-08-28T19:01:37.551Z | Compiling castaway v0.2.4 |
| 2861 | 2026-08-28T19:01:37.571Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2862 | 2026-08-28T19:01:37.718Z | Compiling indoc v2.0.7 |
| 2863 | 2026-08-28T19:01:37.902Z | Compiling compact_str v0.8.1 |
| 2864 | 2026-08-28T19:01:37.947Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2865 | 2026-08-28T19:01:38.088Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2866 | 2026-08-28T19:01:38.987Z | Compiling anstream v0.6.21 |
| 2867 | 2026-08-28T19:01:39.433Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2868 | 2026-08-28T19:01:39.527Z | Compiling globwalk v0.9.1 |
| 2869 | 2026-08-28T19:01:40.044Z | Compiling hyper-staticfile v0.10.1 |
| 2870 | 2026-08-28T19:01:40.197Z | Compiling parking_lot v0.11.2 |
| 2871 | 2026-08-28T19:01:40.227Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2872 | 2026-08-28T19:01:40.936Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2873 | 2026-08-28T19:01:41.080Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2874 | 2026-08-28T19:01:41.100Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-08-28T19:01:41.193Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2876 | 2026-08-28T19:01:41.585Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2877 | 2026-08-28T19:01:41.633Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2878 | 2026-08-28T19:01:41.841Z | Compiling predicates-tree v1.0.13 |
| 2879 | 2026-08-28T19:01:42.241Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2880 | 2026-08-28T19:01:42.291Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2881 | 2026-08-28T19:01:42.469Z | Compiling unicode-truncate v1.1.0 |
| 2882 | 2026-08-28T19:01:42.528Z | Compiling lru v0.12.5 |
| 2883 | 2026-08-28T19:01:42.552Z | Compiling sha2 v0.11.0 |
| 2884 | 2026-08-28T19:01:42.674Z | Compiling digest-io v0.1.0 |
| 2885 | 2026-08-28T19:01:42.765Z | Compiling prefix-trie v0.7.0 |
| 2886 | 2026-08-28T19:01:42.857Z | Compiling rand_seeder v0.4.0 |
| 2887 | 2026-08-28T19:01:43.119Z | Compiling rawzip v0.4.4 |
| 2888 | 2026-08-28T19:01:43.261Z | Compiling cassowary v0.3.0 |
| 2889 | 2026-08-28T19:01:43.473Z | Compiling hickory-server v0.25.2 |
| 2890 | 2026-08-28T19:01:43.823Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2891 | 2026-08-28T19:01:43.966Z | Compiling ratatui v0.29.0 |
| 2892 | 2026-08-28T19:01:44.122Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2893 | 2026-08-28T19:01:44.175Z | Compiling camino-tempfile-ext v0.3.3 |
| 2894 | 2026-08-28T19:01:44.208Z | Compiling darling v0.13.4 |
| 2895 | 2026-08-28T19:01:44.349Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2896 | 2026-08-28T19:01:44.377Z | Compiling sled v0.34.7 |
| 2897 | 2026-08-28T19:01:44.759Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2898 | 2026-08-28T19:01:44.808Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2899 | 2026-08-28T19:01:47.099Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2900 | 2026-08-28T19:01:47.277Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2901 | 2026-08-28T19:01:47.499Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2902 | 2026-08-28T19:01:48.429Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2903 | 2026-08-28T19:01:50.210Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2904 | 2026-08-28T19:01:50.790Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2905 | 2026-08-28T19:01:51.587Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2906 | 2026-08-28T19:01:52.315Z | Compiling serde_with_macros v1.5.2 |
| 2907 | 2026-08-28T19:01:52.338Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2908 | 2026-08-28T19:01:52.558Z | Compiling git2 v0.20.4 |
| 2909 | 2026-08-28T19:01:52.694Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2910 | 2026-08-28T19:01:52.939Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2911 | 2026-08-28T19:01:53.168Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2912 | 2026-08-28T19:01:53.219Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2913 | 2026-08-28T19:01:53.450Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2914 | 2026-08-28T19:01:53.497Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2915 | 2026-08-28T19:01:53.641Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2916 | 2026-08-28T19:01:53.676Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2917 | 2026-08-28T19:01:53.718Z | Compiling arc-swap v1.8.2 |
| 2918 | 2026-08-28T19:01:53.899Z | Compiling void v1.0.2 |
| 2919 | 2026-08-28T19:01:54.022Z | Compiling lzss v0.8.2 |
| 2920 | 2026-08-28T19:01:54.044Z | Compiling slog-scope v4.4.1 |
| 2921 | 2026-08-28T19:01:54.171Z | Compiling serde_with v1.14.0 |
| 2922 | 2026-08-28T19:01:54.298Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2923 | 2026-08-28T19:01:54.459Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2924 | 2026-08-28T19:01:55.435Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2925 | 2026-08-28T19:01:55.617Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2926 | 2026-08-28T19:01:55.639Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2927 | 2026-08-28T19:01:55.782Z | Compiling scuffle v0.1.0 |
| 2928 | 2026-08-28T19:01:55.900Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2929 | 2026-08-28T19:01:56.326Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2930 | 2026-08-28T19:01:56.555Z | Compiling tungstenite v0.23.0 |
| 2931 | 2026-08-28T19:01:57.882Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2932 | 2026-08-28T19:01:58.124Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2933 | 2026-08-28T19:01:58.828Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2934 | 2026-08-28T19:01:58.890Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2935 | 2026-08-28T19:01:59.065Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2936 | 2026-08-28T19:01:59.131Z | Compiling nix v0.27.1 |
| 2937 | 2026-08-28T19:01:59.318Z | Compiling twox-hash v2.1.2 |
| 2938 | 2026-08-28T19:01:59.342Z | Compiling libsw-core v0.3.2 |
| 2939 | 2026-08-28T19:01:59.577Z | Compiling atty v0.2.14 |
| 2940 | 2026-08-28T19:01:59.737Z | Compiling serde_bytes v0.11.19 |
| 2941 | 2026-08-28T19:01:59.833Z | Compiling libsw v3.5.0 |
| 2942 | 2026-08-28T19:01:59.923Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2943 | 2026-08-28T19:02:00.041Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2944 | 2026-08-28T19:02:00.070Z | Compiling tokio-tungstenite v0.23.1 |
| 2945 | 2026-08-28T19:02:00.176Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2946 | 2026-08-28T19:02:00.313Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2947 | 2026-08-28T19:02:00.445Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2948 | 2026-08-28T19:02:01.266Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2949 | 2026-08-28T19:02:01.290Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2950 | 2026-08-28T19:02:01.715Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2951 | 2026-08-28T19:02:03.050Z | Compiling slog-stdlog v4.1.1 |
| 2952 | 2026-08-28T19:02:03.447Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2953 | 2026-08-28T19:02:04.133Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2954 | 2026-08-28T19:02:04.583Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2955 | 2026-08-28T19:02:05.051Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2956 | 2026-08-28T19:02:06.509Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2957 | 2026-08-28T19:02:06.534Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2958 | 2026-08-28T19:02:06.703Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2959 | 2026-08-28T19:02:08.365Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2960 | 2026-08-28T19:02:09.331Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2961 | 2026-08-28T19:02:09.522Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2962 | 2026-08-28T19:02:09.981Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2963 | 2026-08-28T19:02:10.101Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2964 | 2026-08-28T19:02:10.964Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2965 | 2026-08-28T19:02:12.161Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2966 | 2026-08-28T19:02:13.980Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2967 | 2026-08-28T19:02:14.287Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2968 | 2026-08-28T19:02:16.307Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2969 | 2026-08-28T19:02:16.540Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2970 | 2026-08-28T19:02:16.571Z | Compiling signal-hook-tokio v0.3.1 |
| 2971 | 2026-08-28T19:02:16.780Z | Compiling fatfs v0.3.6 |
| 2972 | 2026-08-28T19:02:17.242Z | Compiling yasna v0.5.2 |
| 2973 | 2026-08-28T19:02:17.418Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2974 | 2026-08-28T19:02:17.635Z | Compiling seq-macro v0.3.6 |
| 2975 | 2026-08-28T19:02:18.065Z | Compiling assert_matches v1.5.0 |
| 2976 | 2026-08-28T19:02:18.216Z | Compiling rcgen v0.12.1 |
| 2977 | 2026-08-28T19:02:18.220Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2978 | 2026-08-28T19:02:18.731Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-08-28T19:02:18.805Z | Compiling slog-envlogger v2.2.0 |
| 2980 | 2026-08-28T19:02:19.995Z | Compiling oxide-update-engine-display v0.1.2 |
| 2981 | 2026-08-28T19:02:20.415Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2982 | 2026-08-28T19:02:20.951Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2983 | 2026-08-28T19:02:21.231Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2984 | 2026-08-28T19:02:22.342Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2985 | 2026-08-28T19:02:22.360Z | Compiling port-file v0.1.0 |
| 2986 | 2026-08-28T19:02:22.360Z | Compiling rtoolbox v0.0.3 |
| 2987 | 2026-08-28T19:02:22.360Z | Compiling subprocess v0.2.15 |
| 2988 | 2026-08-28T19:02:22.367Z | Compiling rpassword v7.5.4 |
| 2989 | 2026-08-28T19:02:22.649Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2990 | 2026-08-28T19:02:23.077Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2991 | 2026-08-28T19:02:24.283Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2992 | 2026-08-28T19:02:24.728Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2993 | 2026-08-28T19:02:24.877Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2994 | 2026-08-28T19:02:26.051Z | Compiling tui-tree-widget v0.23.1 |
| 2995 | 2026-08-28T19:02:26.349Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2996 | 2026-08-28T19:02:26.543Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2997 | 2026-08-28T19:02:28.251Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2998 | 2026-08-28T19:02:30.202Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2999 | 2026-08-28T19:02:30.488Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3000 | 2026-08-28T19:02:30.620Z | Compiling uzers v0.12.2 |
| 3001 | 2026-08-28T19:02:30.774Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3002 | 2026-08-28T19:02:31.944Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3003 | 2026-08-28T19:02:32.032Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3004 | 2026-08-28T19:02:33.098Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3005 | 2026-08-28T19:02:33.143Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3006 | 2026-08-28T19:02:34.216Z | Compiling support-bundle-viewer v0.1.2 |
| 3007 | 2026-08-28T19:02:35.332Z | Compiling multimap v0.10.1 |
| 3008 | 2026-08-28T19:02:43.039Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3009 | 2026-08-28T19:02:45.794Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3010 | 2026-08-28T19:02:51.143Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3011 | 2026-08-28T19:02:54.444Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3012 | 2026-08-28T19:02:56.231Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3013 | 2026-08-28T19:10:46.722Z | Finished `release` profile [optimized] target(s) in 10m 04s |
| 3014 | 2026-08-28T19:10:46.726Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3015 | 2026-08-28T19:10:46.726Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3016 | 2026-08-28T19:11:41.823Z | |
| 3017 | 2026-08-28T19:11:41.823Z | real 11:00.933085888 |
| 3018 | 2026-08-28T19:11:41.823Z | user 1:22:54.132184004 |
| 3019 | 2026-08-28T19:11:41.827Z | sys 3:42.839331638 |
| 3020 | 2026-08-28T19:11:41.827Z | trap 1.840748829 |
| 3021 | 2026-08-28T19:11:41.827Z | tflt 2.053955088 |
| 3022 | 2026-08-28T19:11:41.827Z | dflt 20.754420243 |
| 3023 | 2026-08-28T19:11:41.827Z | kflt 0.119722511 |
| 3024 | 2026-08-28T19:11:41.827Z | lock 8:15:46.813415722 |
| 3025 | 2026-08-28T19:11:41.827Z | slp 2:21:28.934238405 |
| 3026 | 2026-08-28T19:11:41.827Z | lat 2:35.012905137 |
| 3027 | 2026-08-28T19:11:41.827Z | stop 5:31.514492220 |
| 3028 | 2026-08-28T19:11:41.827Z | + mapfile -t packages |
| 3029 | 2026-08-28T19:11:41.827Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3030 | 2026-08-28T19:11:42.783Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 3031 | 2026-08-28T19:11:42.860Z | Running `target/release/omicron-package -t test list-outputs` |
| 3032 | 2026-08-28T19:11:42.920Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3033 | 2026-08-28T19:11:42.924Z | + ptime -m cargo build --locked --release -p xtask |
| 3034 | 2026-08-28T19:11:43.419Z | Compiling libc v0.2.185 |
| 3035 | 2026-08-28T19:11:43.419Z | Compiling serde_core v1.0.228 |
| 3036 | 2026-08-28T19:11:43.419Z | Compiling serde v1.0.228 |
| 3037 | 2026-08-28T19:11:43.423Z | Compiling rustix v1.1.4 |
| 3038 | 2026-08-28T19:11:43.423Z | Compiling serde_json v1.0.151 |
| 3039 | 2026-08-28T19:11:43.423Z | Compiling bitflags v2.11.0 |
| 3040 | 2026-08-28T19:11:43.423Z | Compiling usdt-impl v0.5.0 |
| 3041 | 2026-08-28T19:11:43.423Z | Compiling syn v2.0.117 |
| 3042 | 2026-08-28T19:11:43.423Z | Compiling syn v1.0.109 |
| 3043 | 2026-08-28T19:11:43.543Z | Compiling getrandom v0.4.3 |
| 3044 | 2026-08-28T19:11:43.553Z | Compiling log v0.4.33 |
| 3045 | 2026-08-28T19:11:43.632Z | Compiling indexmap v2.14.0 |
| 3046 | 2026-08-28T19:11:43.645Z | Compiling fs-err v3.3.0 |
| 3047 | 2026-08-28T19:11:43.832Z | Compiling once_cell v1.21.3 |
| 3048 | 2026-08-28T19:11:43.883Z | Compiling heck v0.4.1 |
| 3049 | 2026-08-28T19:11:43.905Z | Compiling anyhow v1.0.104 |
| 3050 | 2026-08-28T19:11:44.286Z | Compiling thread-id v4.2.2 |
| 3051 | 2026-08-28T19:11:44.303Z | Compiling errno v0.3.14 |
| 3052 | 2026-08-28T19:11:44.308Z | Compiling memmap v0.7.0 |
| 3053 | 2026-08-28T19:11:45.014Z | Compiling proc-macro-error v1.0.4 |
| 3054 | 2026-08-28T19:11:45.282Z | Compiling tabled_derive v0.7.0 |
| 3055 | 2026-08-28T19:11:45.292Z | Compiling terminal_size v0.4.3 |
| 3056 | 2026-08-28T19:11:45.296Z | Compiling tempfile v3.27.0 |
| 3057 | 2026-08-28T19:11:45.391Z | Compiling clap_builder v4.6.0 |
| 3058 | 2026-08-28T19:11:45.391Z | Compiling textwrap v0.16.2 |
| 3059 | 2026-08-28T19:11:45.743Z | Compiling camino v1.2.5 |
| 3060 | 2026-08-28T19:11:45.747Z | Compiling cargo-platform v0.3.2 |
| 3061 | 2026-08-28T19:11:45.764Z | Compiling semver v1.0.28 |
| 3062 | 2026-08-28T19:11:45.776Z | Compiling pest_generator v2.8.6 |
| 3063 | 2026-08-28T19:11:45.975Z | Compiling tabled v0.15.0 |
| 3064 | 2026-08-28T19:11:46.074Z | Compiling camino-tempfile v1.4.1 |
| 3065 | 2026-08-28T19:11:46.277Z | Compiling serde_derive v1.0.228 |
| 3066 | 2026-08-28T19:11:46.278Z | Compiling thiserror-impl v1.0.69 |
| 3067 | 2026-08-28T19:11:46.282Z | Compiling zerocopy-derive v0.7.35 |
| 3068 | 2026-08-28T19:11:46.282Z | Compiling scroll_derive v0.12.1 |
| 3069 | 2026-08-28T19:11:46.282Z | Compiling thiserror-impl v2.0.18 |
| 3070 | 2026-08-28T19:11:46.282Z | Compiling clap_derive v4.6.1 |
| 3071 | 2026-08-28T19:11:46.345Z | Compiling pest_derive v2.8.6 |
| 3072 | 2026-08-28T19:11:46.988Z | Compiling scroll v0.12.0 |
| 3073 | 2026-08-28T19:11:47.111Z | Compiling zerocopy v0.7.35 |
| 3074 | 2026-08-28T19:11:47.269Z | Compiling goblin v0.8.2 |
| 3075 | 2026-08-28T19:11:47.417Z | Compiling thiserror v1.0.69 |
| 3076 | 2026-08-28T19:11:47.545Z | Compiling dtrace-parser v0.2.0 |
| 3077 | 2026-08-28T19:11:47.683Z | Compiling thiserror v2.0.18 |
| 3078 | 2026-08-28T19:11:47.801Z | Compiling clap v4.6.1 |
| 3079 | 2026-08-28T19:11:49.367Z | Compiling dof v0.3.0 |
| 3080 | 2026-08-28T19:11:49.383Z | Compiling toml_datetime v0.6.11 |
| 3081 | 2026-08-28T19:11:49.412Z | Compiling serde_spanned v0.6.9 |
| 3082 | 2026-08-28T19:11:49.487Z | Compiling serde_tokenstream v0.2.3 |
| 3083 | 2026-08-28T19:11:49.522Z | Compiling cargo_metadata v0.23.1 |
| 3084 | 2026-08-28T19:11:49.587Z | Compiling toml_edit v0.22.27 |
| 3085 | 2026-08-28T19:11:49.759Z | Compiling macaddr v1.0.1 |
| 3086 | 2026-08-28T19:11:49.780Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3087 | 2026-08-28T19:11:50.162Z | Compiling usdt-macro v0.5.0 |
| 3088 | 2026-08-28T19:11:50.166Z | Compiling usdt-attr-macro v0.5.0 |
| 3089 | 2026-08-28T19:11:50.828Z | Compiling usdt v0.5.0 |
| 3090 | 2026-08-28T19:11:51.180Z | Compiling toml v0.8.23 |
| 3091 | 2026-08-28T19:11:51.608Z | Compiling cargo_toml v0.21.0 |
| 3092 | 2026-08-28T19:11:56.030Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3093 | 2026-08-28T19:11:59.274Z | Finished `release` profile [optimized] target(s) in 16.34s |
| 3094 | 2026-08-28T19:11:59.381Z | |
| 3095 | 2026-08-28T19:11:59.386Z | real 16.423037008 |
| 3096 | 2026-08-28T19:11:59.386Z | user 2:05.332075036 |
| 3097 | 2026-08-28T19:11:59.386Z | sys 13.804530216 |
| 3098 | 2026-08-28T19:11:59.387Z | trap 0.059242712 |
| 3099 | 2026-08-28T19:11:59.387Z | tflt 0.515264274 |
| 3100 | 2026-08-28T19:11:59.387Z | dflt 1.225039179 |
| 3101 | 2026-08-28T19:11:59.387Z | kflt 0.000063063 |
| 3102 | 2026-08-28T19:11:59.387Z | lock 4:42.313675733 |
| 3103 | 2026-08-28T19:11:59.387Z | slp 2:40.478074916 |
| 3104 | 2026-08-28T19:11:59.387Z | lat 4.275146766 |
| 3105 | 2026-08-28T19:11:59.387Z | stop 16.789289203 |
| 3106 | 2026-08-28T19:11:59.387Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3107 | 2026-08-28T19:11:59.387Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3108 | 2026-08-28T19:11:59.387Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3109 | 2026-08-28T19:11:59.387Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3110 | 2026-08-28T19:11:59.387Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3111 | 2026-08-28T19:12:00.351Z | Compiling match_cfg v0.1.0 |
| 3112 | 2026-08-28T19:12:00.352Z | Compiling progenitor-client v0.14.0 |
| 3113 | 2026-08-28T19:12:00.352Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3114 | 2026-08-28T19:12:00.356Z | Compiling slog-json v2.6.1 |
| 3115 | 2026-08-28T19:12:00.357Z | Compiling newtype-uuid-macros v0.1.0 |
| 3116 | 2026-08-28T19:12:00.357Z | Compiling sha1 v0.11.0 |
| 3117 | 2026-08-28T19:12:00.357Z | Compiling multer v3.1.0 |
| 3118 | 2026-08-28T19:12:00.357Z | Compiling debug-ignore v1.0.5 |
| 3119 | 2026-08-28T19:12:00.357Z | Compiling compression-core v0.4.31 |
| 3120 | 2026-08-28T19:12:00.501Z | Compiling async-stream-impl v0.3.6 |
| 3121 | 2026-08-28T19:12:00.505Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3122 | 2026-08-28T19:12:00.505Z | Compiling serde_spanned v1.1.1 |
| 3123 | 2026-08-28T19:12:00.505Z | Compiling dropshot v0.17.1 |
| 3124 | 2026-08-28T19:12:00.516Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3125 | 2026-08-28T19:12:00.547Z | Compiling waitgroup v0.1.2 |
| 3126 | 2026-08-28T19:12:00.567Z | Compiling hostname v0.3.1 |
| 3127 | 2026-08-28T19:12:00.579Z | Compiling rustls-pemfile v2.2.0 |
| 3128 | 2026-08-28T19:12:00.724Z | Compiling compression-codecs v0.4.37 |
| 3129 | 2026-08-28T19:12:00.776Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3130 | 2026-08-28T19:12:00.797Z | Compiling dropshot_endpoint v0.17.1 |
| 3131 | 2026-08-28T19:12:00.817Z | Compiling hostname v0.4.2 |
| 3132 | 2026-08-28T19:12:00.824Z | Compiling serde_path_to_error v0.1.20 |
| 3133 | 2026-08-28T19:12:00.869Z | Compiling slog-bunyan v2.5.0 |
| 3134 | 2026-08-28T19:12:00.873Z | Compiling atomicwrites v0.4.4 |
| 3135 | 2026-08-28T19:12:00.873Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3136 | 2026-08-28T19:12:00.926Z | Compiling macaddr v1.0.1 |
| 3137 | 2026-08-28T19:12:00.933Z | Compiling serde_tokenstream v0.3.0 |
| 3138 | 2026-08-28T19:12:00.997Z | Compiling async-compression v0.4.41 |
| 3139 | 2026-08-28T19:12:01.003Z | Compiling oxide-generation v0.1.3 |
| 3140 | 2026-08-28T19:12:01.053Z | Compiling instant v0.1.13 |
| 3141 | 2026-08-28T19:12:01.059Z | Compiling regress v0.10.5 |
| 3142 | 2026-08-28T19:12:01.102Z | Compiling parse-display-derive v0.10.0 |
| 3143 | 2026-08-28T19:12:01.116Z | Compiling backon v1.6.0 |
| 3144 | 2026-08-28T19:12:01.177Z | Compiling backoff v0.4.0 |
| 3145 | 2026-08-28T19:12:01.181Z | Compiling itertools v0.14.0 |
| 3146 | 2026-08-28T19:12:01.216Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3147 | 2026-08-28T19:12:01.234Z | Compiling humantime v2.3.0 |
| 3148 | 2026-08-28T19:12:01.294Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3149 | 2026-08-28T19:12:01.311Z | Compiling async-stream v0.3.6 |
| 3150 | 2026-08-28T19:12:01.315Z | Compiling oxide-generation-macros v0.2.0 |
| 3151 | 2026-08-28T19:12:01.352Z | Compiling progenitor-extras v0.2.0 |
| 3152 | 2026-08-28T19:12:01.353Z | Compiling half v2.7.1 |
| 3153 | 2026-08-28T19:12:01.387Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3154 | 2026-08-28T19:12:01.392Z | Compiling crucible-workspace-hack v0.1.0 |
| 3155 | 2026-08-28T19:12:01.422Z | Compiling ciborium-io v0.2.2 |
| 3156 | 2026-08-28T19:12:01.525Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3157 | 2026-08-28T19:12:01.536Z | Compiling convert_case v0.4.0 |
| 3158 | 2026-08-28T19:12:01.554Z | Compiling regress v0.11.1 |
| 3159 | 2026-08-28T19:12:01.570Z | Compiling secrecy v0.10.3 |
| 3160 | 2026-08-28T19:12:01.574Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-08-28T19:12:01.633Z | Compiling ciborium-ll v0.2.2 |
| 3162 | 2026-08-28T19:12:01.671Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-08-28T19:12:01.693Z | Compiling inout v0.1.4 |
| 3164 | 2026-08-28T19:12:01.738Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3165 | 2026-08-28T19:12:01.755Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3166 | 2026-08-28T19:12:01.817Z | Compiling universal-hash v0.5.1 |
| 3167 | 2026-08-28T19:12:01.878Z | Compiling ciborium v0.2.2 |
| 3168 | 2026-08-28T19:12:01.895Z | Compiling cipher v0.4.4 |
| 3169 | 2026-08-28T19:12:01.932Z | Compiling derive_more v0.99.20 |
| 3170 | 2026-08-28T19:12:01.970Z | Compiling opaque-debug v0.3.1 |
| 3171 | 2026-08-28T19:12:01.988Z | Compiling unsafe-libyaml v0.2.11 |
| 3172 | 2026-08-28T19:12:01.994Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3173 | 2026-08-28T19:12:02.021Z | Compiling blake2 v0.10.6 |
| 3174 | 2026-08-28T19:12:02.062Z | Compiling poly1305 v0.8.0 |
| 3175 | 2026-08-28T19:12:02.092Z | Compiling aead v0.5.2 |
| 3176 | 2026-08-28T19:12:02.126Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3177 | 2026-08-28T19:12:02.183Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3178 | 2026-08-28T19:12:02.328Z | Compiling chacha20 v0.9.1 |
| 3179 | 2026-08-28T19:12:02.398Z | Compiling password-hash v0.5.0 |
| 3180 | 2026-08-28T19:12:02.443Z | Compiling indent_write v2.2.0 |
| 3181 | 2026-08-28T19:12:02.483Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3182 | 2026-08-28T19:12:02.496Z | Compiling num-derive v0.4.2 |
| 3183 | 2026-08-28T19:12:02.620Z | Compiling serde_yaml v0.9.34+deprecated |
| 3184 | 2026-08-28T19:12:02.626Z | Compiling chacha20poly1305 v0.10.1 |
| 3185 | 2026-08-28T19:12:02.656Z | Compiling heapless v0.8.0 |
| 3186 | 2026-08-28T19:12:02.765Z | Compiling argon2 v0.5.3 |
| 3187 | 2026-08-28T19:12:02.792Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3188 | 2026-08-28T19:12:02.865Z | Compiling ingot-macros v0.2.0 |
| 3189 | 2026-08-28T19:12:02.896Z | Compiling tabwriter v1.4.1 |
| 3190 | 2026-08-28T19:12:02.896Z | Compiling hash32 v0.3.1 |
| 3191 | 2026-08-28T19:12:02.896Z | Compiling parse-display v0.10.0 |
| 3192 | 2026-08-28T19:12:02.998Z | Compiling thiserror-no-std v2.0.2 |
| 3193 | 2026-08-28T19:12:03.040Z | Compiling smoltcp v0.11.0 |
| 3194 | 2026-08-28T19:12:03.096Z | Compiling vsss-rs v3.3.4 |
| 3195 | 2026-08-28T19:12:03.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3196 | 2026-08-28T19:12:03.185Z | Compiling typify-impl v0.6.2 |
| 3197 | 2026-08-28T19:12:03.210Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3198 | 2026-08-28T19:12:03.362Z | Compiling proc-macro-crate v3.4.0 |
| 3199 | 2026-08-28T19:12:03.485Z | Compiling cobs v0.3.0 |
| 3200 | 2026-08-28T19:12:03.504Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3201 | 2026-08-28T19:12:03.709Z | Compiling colored v3.1.1 |
| 3202 | 2026-08-28T19:12:03.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3203 | 2026-08-28T19:12:03.945Z | Compiling num_enum_derive v0.7.6 |
| 3204 | 2026-08-28T19:12:03.982Z | Compiling postcard v1.1.3 |
| 3205 | 2026-08-28T19:12:03.986Z | Compiling proc-macro-error v1.0.4 |
| 3206 | 2026-08-28T19:12:04.021Z | Compiling rand v0.10.1 |
| 3207 | 2026-08-28T19:12:04.098Z | Compiling proc-macro-crate v1.3.1 |
| 3208 | 2026-08-28T19:12:04.117Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3209 | 2026-08-28T19:12:04.135Z | Compiling foreign-types-macros v0.2.3 |
| 3210 | 2026-08-28T19:12:04.252Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3211 | 2026-08-28T19:12:04.276Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3212 | 2026-08-28T19:12:04.336Z | Compiling foreign-types-shared v0.3.1 |
| 3213 | 2026-08-28T19:12:04.378Z | Compiling rayon-core v1.13.0 |
| 3214 | 2026-08-28T19:12:04.541Z | Compiling num_enum_derive v0.5.11 |
| 3215 | 2026-08-28T19:12:04.588Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3216 | 2026-08-28T19:12:04.623Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3217 | 2026-08-28T19:12:04.666Z | Compiling crossbeam-deque v0.8.6 |
| 3218 | 2026-08-28T19:12:04.688Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3219 | 2026-08-28T19:12:04.726Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3220 | 2026-08-28T19:12:04.735Z | Compiling cstr-argument v0.1.2 |
| 3221 | 2026-08-28T19:12:04.784Z | Compiling foreign-types v0.5.0 |
| 3222 | 2026-08-28T19:12:04.843Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3223 | 2026-08-28T19:12:04.889Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3224 | 2026-08-28T19:12:04.926Z | Compiling illumos-nvpair v0.3.0 |
| 3225 | 2026-08-28T19:12:04.932Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3226 | 2026-08-28T19:12:05.056Z | Compiling num_enum v0.7.6 |
| 3227 | 2026-08-28T19:12:05.099Z | Compiling zone_cfg_derive v0.3.1 |
| 3228 | 2026-08-28T19:12:05.145Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3229 | 2026-08-28T19:12:05.166Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3230 | 2026-08-28T19:12:05.166Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3231 | 2026-08-28T19:12:05.208Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3232 | 2026-08-28T19:12:05.225Z | Compiling itertools v0.12.1 |
| 3233 | 2026-08-28T19:12:05.240Z | Compiling sigpipe v0.1.3 |
| 3234 | 2026-08-28T19:12:05.310Z | Compiling rayon v1.11.0 |
| 3235 | 2026-08-28T19:12:05.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3236 | 2026-08-28T19:12:05.333Z | Compiling glob v0.3.3 |
| 3237 | 2026-08-28T19:12:05.371Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3238 | 2026-08-28T19:12:05.443Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3239 | 2026-08-28T19:12:05.581Z | Compiling smf v0.2.3 |
| 3240 | 2026-08-28T19:12:05.603Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3241 | 2026-08-28T19:12:05.648Z | Compiling cpubits v0.1.1 |
| 3242 | 2026-08-28T19:12:05.676Z | Compiling num_enum v0.5.11 |
| 3243 | 2026-08-28T19:12:05.698Z | Compiling whoami v1.6.1 |
| 3244 | 2026-08-28T19:12:05.751Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3245 | 2026-08-28T19:12:05.768Z | Compiling gethostname v0.5.0 |
| 3246 | 2026-08-28T19:12:05.787Z | Compiling ingot-types v0.2.0 |
| 3247 | 2026-08-28T19:12:05.793Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3248 | 2026-08-28T19:12:05.823Z | Compiling derive-where v1.6.0 |
| 3249 | 2026-08-28T19:12:05.829Z | Compiling usdt-macro v0.5.0 |
| 3250 | 2026-08-28T19:12:05.855Z | Compiling usdt-attr-macro v0.5.0 |
| 3251 | 2026-08-28T19:12:05.910Z | Compiling num-rational v0.4.2 |
| 3252 | 2026-08-28T19:12:05.929Z | Compiling num-complex v0.4.6 |
| 3253 | 2026-08-28T19:12:06.169Z | Compiling memmap v0.7.0 |
| 3254 | 2026-08-28T19:12:06.194Z | Compiling toml v0.8.23 |
| 3255 | 2026-08-28T19:12:06.296Z | Compiling ingot v0.2.1 |
| 3256 | 2026-08-28T19:12:06.330Z | Compiling num v0.4.3 |
| 3257 | 2026-08-28T19:12:06.379Z | Compiling pem-rfc7468 v1.0.0 |
| 3258 | 2026-08-28T19:12:06.397Z | Compiling float-ord v0.3.2 |
| 3259 | 2026-08-28T19:12:06.434Z | Compiling cancel-safe-futures v0.1.5 |
| 3260 | 2026-08-28T19:12:06.547Z | Compiling zone v0.3.1 |
| 3261 | 2026-08-28T19:12:06.566Z | Compiling resolv-conf v0.7.6 |
| 3262 | 2026-08-28T19:12:06.583Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3263 | 2026-08-28T19:12:06.673Z | Compiling hmac v0.13.0 |
| 3264 | 2026-08-28T19:12:06.714Z | Compiling universal-hash v0.6.1 |
| 3265 | 2026-08-28T19:12:06.747Z | Compiling usdt v0.5.0 |
| 3266 | 2026-08-28T19:12:06.868Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3267 | 2026-08-28T19:12:06.887Z | Compiling sha1 v0.10.6 |
| 3268 | 2026-08-28T19:12:06.904Z | Compiling linear-map v1.2.0 |
| 3269 | 2026-08-28T19:12:06.945Z | Compiling libefi-sys v0.1.0 |
| 3270 | 2026-08-28T19:12:07.053Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3271 | 2026-08-28T19:12:07.053Z | Compiling prettyplease v0.2.37 |
| 3272 | 2026-08-28T19:12:07.089Z | Compiling polyval v0.7.1 |
| 3273 | 2026-08-28T19:12:07.120Z | Compiling der v0.8.0 |
| 3274 | 2026-08-28T19:12:07.158Z | Compiling hickory-proto v0.24.4 |
| 3275 | 2026-08-28T19:12:07.195Z | Compiling newline-converter v0.3.0 |
| 3276 | 2026-08-28T19:12:07.218Z | Compiling console v0.15.11 |
| 3277 | 2026-08-28T19:12:07.243Z | Compiling oxide-update-engine-types v0.1.2 |
| 3278 | 2026-08-28T19:12:07.272Z | Compiling bitfield-struct v0.6.2 |
| 3279 | 2026-08-28T19:12:07.343Z | Compiling linked-hash-map v0.5.6 |
| 3280 | 2026-08-28T19:12:07.378Z | Compiling ghash v0.6.0 |
| 3281 | 2026-08-28T19:12:07.558Z | Compiling lru-cache v0.1.2 |
| 3282 | 2026-08-28T19:12:07.572Z | Compiling expectorate v1.2.0 |
| 3283 | 2026-08-28T19:12:07.690Z | Compiling pbkdf2 v0.13.0 |
| 3284 | 2026-08-28T19:12:07.709Z | Compiling crypto-bigint v0.7.5 |
| 3285 | 2026-08-28T19:12:07.761Z | Compiling aes v0.9.1 |
| 3286 | 2026-08-28T19:12:07.840Z | Compiling ctr v0.10.1 |
| 3287 | 2026-08-28T19:12:07.859Z | Compiling aead v0.6.1 |
| 3288 | 2026-08-28T19:12:07.863Z | Compiling sha2 v0.11.0 |
| 3289 | 2026-08-28T19:12:07.896Z | Compiling typify-macro v0.6.2 |
| 3290 | 2026-08-28T19:12:07.998Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3291 | 2026-08-28T19:12:08.065Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3292 | 2026-08-28T19:12:08.091Z | Compiling nom v8.0.0 |
| 3293 | 2026-08-28T19:12:08.278Z | Compiling oxide-update-engine v0.1.2 |
| 3294 | 2026-08-28T19:12:08.300Z | Compiling semver v0.1.20 |
| 3295 | 2026-08-28T19:12:08.377Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3296 | 2026-08-28T19:12:08.410Z | Compiling aes-gcm v0.11.0 |
| 3297 | 2026-08-28T19:12:08.492Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3298 | 2026-08-28T19:12:08.511Z | Compiling rustc_version v0.1.7 |
| 3299 | 2026-08-28T19:12:08.567Z | Compiling spki v0.8.0 |
| 3300 | 2026-08-28T19:12:08.638Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3301 | 2026-08-28T19:12:08.656Z | Compiling tokio-dtrace v0.1.1 |
| 3302 | 2026-08-28T19:12:08.781Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3303 | 2026-08-28T19:12:08.824Z | Compiling salsa20 v0.11.0 |
| 3304 | 2026-08-28T19:12:08.841Z | Compiling slog-dtrace v0.3.0 |
| 3305 | 2026-08-28T19:12:08.883Z | Compiling minimal-lexical v0.2.1 |
| 3306 | 2026-08-28T19:12:08.899Z | Compiling xshell-macros v0.2.7 |
| 3307 | 2026-08-28T19:12:08.929Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3308 | 2026-08-28T19:12:08.947Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3309 | 2026-08-28T19:12:09.008Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3310 | 2026-08-28T19:12:09.129Z | Compiling nom v7.1.3 |
| 3311 | 2026-08-28T19:12:09.145Z | Compiling scrypt v0.12.0 |
| 3312 | 2026-08-28T19:12:09.170Z | Compiling oxide-tokio-rt v0.1.4 |
| 3313 | 2026-08-28T19:12:09.238Z | Compiling newtype_derive v0.1.6 |
| 3314 | 2026-08-28T19:12:09.324Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3315 | 2026-08-28T19:12:09.467Z | Compiling hickory-resolver v0.24.4 |
| 3316 | 2026-08-28T19:12:09.487Z | Compiling xshell v0.2.7 |
| 3317 | 2026-08-28T19:12:09.508Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3318 | 2026-08-28T19:12:09.524Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3319 | 2026-08-28T19:12:09.719Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3320 | 2026-08-28T19:12:09.765Z | Compiling phf_shared v0.12.1 |
| 3321 | 2026-08-28T19:12:09.782Z | Compiling typify v0.6.2 |
| 3322 | 2026-08-28T19:12:09.929Z | Compiling progenitor-impl v0.14.0 |
| 3323 | 2026-08-28T19:12:09.981Z | Compiling rfc6979 v0.4.0 |
| 3324 | 2026-08-28T19:12:10.025Z | Compiling cbc v0.2.1 |
| 3325 | 2026-08-28T19:12:10.108Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3326 | 2026-08-28T19:12:10.156Z | Compiling csv-core v0.1.13 |
| 3327 | 2026-08-28T19:12:10.176Z | Compiling chrono-tz v0.10.4 |
| 3328 | 2026-08-28T19:12:10.215Z | Compiling highway v1.3.0 |
| 3329 | 2026-08-28T19:12:10.303Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3330 | 2026-08-28T19:12:10.377Z | Compiling unicode-xid v0.2.6 |
| 3331 | 2026-08-28T19:12:10.396Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3332 | 2026-08-28T19:12:10.453Z | Compiling csv v1.4.0 |
| 3333 | 2026-08-28T19:12:10.457Z | Compiling pkcs5 v0.8.1 |
| 3334 | 2026-08-28T19:12:10.468Z | Compiling ecdsa v0.16.9 |
| 3335 | 2026-08-28T19:12:10.502Z | Compiling qorb v0.4.1 |
| 3336 | 2026-08-28T19:12:10.522Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3337 | 2026-08-28T19:12:10.537Z | Compiling const_format_proc_macros v0.2.34 |
| 3338 | 2026-08-28T19:12:10.556Z | Compiling proc-macro-error2 v2.0.1 |
| 3339 | 2026-08-28T19:12:10.625Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3340 | 2026-08-28T19:12:10.723Z | Compiling phf v0.12.1 |
| 3341 | 2026-08-28T19:12:10.903Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3342 | 2026-08-28T19:12:10.981Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3343 | 2026-08-28T19:12:11.025Z | Compiling primeorder v0.13.6 |
| 3344 | 2026-08-28T19:12:11.043Z | Compiling hashbrown v0.14.5 |
| 3345 | 2026-08-28T19:12:11.191Z | Compiling salty v0.3.0 |
| 3346 | 2026-08-28T19:12:11.313Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3347 | 2026-08-28T19:12:11.331Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3348 | 2026-08-28T19:12:11.331Z | Compiling p384 v0.13.1 |
| 3349 | 2026-08-28T19:12:11.461Z | Compiling const_format v0.2.35 |
| 3350 | 2026-08-28T19:12:11.577Z | Compiling knus-derive v3.4.0 |
| 3351 | 2026-08-28T19:12:11.642Z | Compiling chumsky v0.9.3 |
| 3352 | 2026-08-28T19:12:11.749Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3353 | 2026-08-28T19:12:11.818Z | Compiling pkcs8 v0.11.0 |
| 3354 | 2026-08-28T19:12:11.954Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3355 | 2026-08-28T19:12:11.971Z | Compiling tabled_derive v0.7.0 |
| 3356 | 2026-08-28T19:12:12.261Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-08-28T19:12:12.440Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3358 | 2026-08-28T19:12:12.617Z | Compiling bcs v0.1.6 |
| 3359 | 2026-08-28T19:12:12.639Z | Compiling ff v0.14.0 |
| 3360 | 2026-08-28T19:12:12.679Z | Compiling progenitor-macro v0.14.0 |
| 3361 | 2026-08-28T19:12:12.820Z | Compiling termtree v0.5.1 |
| 3362 | 2026-08-28T19:12:12.850Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3363 | 2026-08-28T19:12:12.947Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3364 | 2026-08-28T19:12:12.974Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3365 | 2026-08-28T19:12:13.010Z | Compiling steno v0.4.1 |
| 3366 | 2026-08-28T19:12:13.027Z | Compiling tabled v0.15.0 |
| 3367 | 2026-08-28T19:12:13.126Z | Compiling knus v3.4.0 |
| 3368 | 2026-08-28T19:12:13.188Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3369 | 2026-08-28T19:12:13.233Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3370 | 2026-08-28T19:12:13.252Z | Compiling tagptr v0.2.0 |
| 3371 | 2026-08-28T19:12:13.413Z | Compiling moka v0.12.13 |
| 3372 | 2026-08-28T19:12:13.434Z | Compiling group v0.14.0 |
| 3373 | 2026-08-28T19:12:13.486Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3374 | 2026-08-28T19:12:13.590Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3375 | 2026-08-28T19:12:13.667Z | Compiling signature v3.0.0 |
| 3376 | 2026-08-28T19:12:13.736Z | Compiling base16ct v1.0.0 |
| 3377 | 2026-08-28T19:12:13.853Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3378 | 2026-08-28T19:12:13.893Z | Compiling sec1 v0.8.1 |
| 3379 | 2026-08-28T19:12:13.949Z | Compiling hkdf v0.13.0 |
| 3380 | 2026-08-28T19:12:14.065Z | Compiling libscf-sys v1.2.0 |
| 3381 | 2026-08-28T19:12:14.152Z | Compiling hickory-resolver v0.25.2 |
| 3382 | 2026-08-28T19:12:14.152Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3383 | 2026-08-28T19:12:14.228Z | Compiling elliptic-curve v0.14.1 |
| 3384 | 2026-08-28T19:12:14.246Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3385 | 2026-08-28T19:12:14.265Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3386 | 2026-08-28T19:12:14.430Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3387 | 2026-08-28T19:12:14.526Z | Compiling parking_lot_core v0.8.6 |
| 3388 | 2026-08-28T19:12:14.791Z | Compiling corncobs v0.1.4 |
| 3389 | 2026-08-28T19:12:14.813Z | Compiling utf-8 v0.7.6 |
| 3390 | 2026-08-28T19:12:14.892Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3391 | 2026-08-28T19:12:14.997Z | Compiling tungstenite v0.21.0 |
| 3392 | 2026-08-28T19:12:15.020Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3393 | 2026-08-28T19:12:15.036Z | Compiling wnaf v0.14.0 |
| 3394 | 2026-08-28T19:12:15.106Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3395 | 2026-08-28T19:12:15.251Z | Compiling primefield v0.14.0 |
| 3396 | 2026-08-28T19:12:15.275Z | Compiling rfc6979 v0.6.0 |
| 3397 | 2026-08-28T19:12:15.290Z | Compiling papergrid v0.18.0 |
| 3398 | 2026-08-28T19:12:15.417Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3399 | 2026-08-28T19:12:15.463Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3400 | 2026-08-28T19:12:15.480Z | Compiling git-stub v1.0.0 |
| 3401 | 2026-08-28T19:12:15.529Z | Compiling secrecy v0.8.0 |
| 3402 | 2026-08-28T19:12:15.566Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3403 | 2026-08-28T19:12:15.710Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3404 | 2026-08-28T19:12:15.780Z | Compiling git-stub-vcs v0.1.0 |
| 3405 | 2026-08-28T19:12:15.866Z | Compiling tokio-tungstenite v0.21.0 |
| 3406 | 2026-08-28T19:12:15.869Z | Compiling primeorder v0.14.0 |
| 3407 | 2026-08-28T19:12:15.987Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3408 | 2026-08-28T19:12:16.095Z | Compiling ecdsa v0.17.0 |
| 3409 | 2026-08-28T19:12:16.579Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3410 | 2026-08-28T19:12:16.585Z | Compiling tabled v0.21.0 |
| 3411 | 2026-08-28T19:12:16.585Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3412 | 2026-08-28T19:12:16.585Z | Compiling curve25519-dalek v5.0.0 |
| 3413 | 2026-08-28T19:12:16.585Z | Compiling unicase v2.9.0 |
| 3414 | 2026-08-28T19:12:16.585Z | Compiling parking_lot v0.11.2 |
| 3415 | 2026-08-28T19:12:16.585Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3416 | 2026-08-28T19:12:16.589Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3417 | 2026-08-28T19:12:16.614Z | Compiling ssh-encoding v0.3.0 |
| 3418 | 2026-08-28T19:12:16.722Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3419 | 2026-08-28T19:12:16.742Z | Compiling mime_guess v2.0.5 |
| 3420 | 2026-08-28T19:12:16.965Z | Compiling progenitor-impl v0.13.0 |
| 3421 | 2026-08-28T19:12:17.004Z | Compiling prefix-trie v0.7.0 |
| 3422 | 2026-08-28T19:12:17.078Z | Compiling fxhash v0.2.1 |
| 3423 | 2026-08-28T19:12:17.098Z | Compiling keccak v0.2.0 |
| 3424 | 2026-08-28T19:12:17.115Z | Compiling crc8 v0.1.1 |
| 3425 | 2026-08-28T19:12:17.246Z | Compiling sled v0.34.7 |
| 3426 | 2026-08-28T19:12:17.266Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3427 | 2026-08-28T19:12:17.310Z | Compiling ed25519 v3.0.0 |
| 3428 | 2026-08-28T19:12:17.375Z | Compiling hickory-server v0.25.2 |
| 3429 | 2026-08-28T19:12:17.440Z | Compiling crypto-primes v0.7.2 |
| 3430 | 2026-08-28T19:12:17.843Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3431 | 2026-08-28T19:12:17.885Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3432 | 2026-08-28T19:12:17.907Z | Compiling progenitor v0.14.0 |
| 3433 | 2026-08-28T19:12:17.940Z | Compiling poly1305 v0.9.0 |
| 3434 | 2026-08-28T19:12:18.095Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3435 | 2026-08-28T19:12:18.306Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3436 | 2026-08-28T19:12:18.419Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3437 | 2026-08-28T19:12:18.455Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3438 | 2026-08-28T19:12:18.537Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3439 | 2026-08-28T19:12:18.735Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3440 | 2026-08-28T19:12:18.800Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3441 | 2026-08-28T19:12:18.949Z | Compiling progenitor-client v0.13.0 |
| 3442 | 2026-08-28T19:12:18.949Z | Compiling blowfish v0.10.0 |
| 3443 | 2026-08-28T19:12:19.213Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3444 | 2026-08-28T19:12:19.233Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3445 | 2026-08-28T19:12:19.294Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3446 | 2026-08-28T19:12:19.304Z | Compiling blake2 v0.11.0-rc.6 |
| 3447 | 2026-08-28T19:12:19.325Z | Compiling http-range v0.1.5 |
| 3448 | 2026-08-28T19:12:19.347Z | Compiling half v1.8.3 |
| 3449 | 2026-08-28T19:12:19.549Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3450 | 2026-08-28T19:12:19.646Z | Compiling argon2 v0.6.0-rc.8 |
| 3451 | 2026-08-28T19:12:19.692Z | Compiling progenitor-macro v0.13.0 |
| 3452 | 2026-08-28T19:12:19.722Z | Compiling serde_cbor v0.11.2 |
| 3453 | 2026-08-28T19:12:19.883Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3454 | 2026-08-28T19:12:20.344Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3455 | 2026-08-28T19:12:20.511Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3456 | 2026-08-28T19:12:20.946Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3457 | 2026-08-28T19:12:21.022Z | Compiling rsa v0.10.0-rc.18 |
| 3458 | 2026-08-28T19:12:21.048Z | Compiling ssh-cipher v0.3.0 |
| 3459 | 2026-08-28T19:12:21.111Z | Compiling ed25519-dalek v3.0.0 |
| 3460 | 2026-08-28T19:12:21.362Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3461 | 2026-08-28T19:12:21.669Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3462 | 2026-08-28T19:12:21.747Z | Compiling sha3 v0.11.0 |
| 3463 | 2026-08-28T19:12:21.908Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3464 | 2026-08-28T19:12:22.190Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3465 | 2026-08-28T19:12:22.233Z | Compiling p256 v0.14.0 |
| 3466 | 2026-08-28T19:12:22.251Z | Compiling p521 v0.14.0 |
| 3467 | 2026-08-28T19:12:22.300Z | Compiling p384 v0.14.0 |
| 3468 | 2026-08-28T19:12:22.414Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3469 | 2026-08-28T19:12:22.641Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3470 | 2026-08-28T19:12:22.659Z | Compiling scuffle v0.1.0 |
| 3471 | 2026-08-28T19:12:22.983Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3472 | 2026-08-28T19:12:23.059Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3473 | 2026-08-28T19:12:23.390Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3474 | 2026-08-28T19:12:23.650Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3475 | 2026-08-28T19:12:23.733Z | Compiling yasna v0.5.2 |
| 3476 | 2026-08-28T19:12:23.949Z | Compiling kstat-rs v0.2.5 |
| 3477 | 2026-08-28T19:12:24.111Z | Compiling headers-core v0.3.0 |
| 3478 | 2026-08-28T19:12:24.133Z | Compiling kem v0.3.0 |
| 3479 | 2026-08-28T19:12:24.266Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3480 | 2026-08-28T19:12:24.285Z | Compiling module-lattice v0.2.3 |
| 3481 | 2026-08-28T19:12:24.306Z | Compiling nanorand v0.7.0 |
| 3482 | 2026-08-28T19:12:24.440Z | Compiling sponge-cursor v0.1.0 |
| 3483 | 2026-08-28T19:12:24.471Z | Compiling headers v0.4.1 |
| 3484 | 2026-08-28T19:12:24.492Z | Compiling rcgen v0.12.1 |
| 3485 | 2026-08-28T19:12:24.567Z | Compiling sha3 v0.12.0 |
| 3486 | 2026-08-28T19:12:24.612Z | Compiling flume v0.11.1 |
| 3487 | 2026-08-28T19:12:24.630Z | Compiling ml-kem v0.3.2 |
| 3488 | 2026-08-28T19:12:24.684Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3489 | 2026-08-28T19:12:24.689Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3490 | 2026-08-28T19:12:24.779Z | Compiling progenitor v0.13.0 |
| 3491 | 2026-08-28T19:12:24.809Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3492 | 2026-08-28T19:12:24.931Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3493 | 2026-08-28T19:12:24.960Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3494 | 2026-08-28T19:12:24.978Z | Compiling hyper-staticfile v0.10.1 |
| 3495 | 2026-08-28T19:12:25.156Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3496 | 2026-08-28T19:12:25.257Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3497 | 2026-08-28T19:12:25.276Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3498 | 2026-08-28T19:12:25.297Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3499 | 2026-08-28T19:12:25.399Z | Compiling ssh-key v0.7.0-rc.11 |
| 3500 | 2026-08-28T19:12:25.526Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3501 | 2026-08-28T19:12:25.559Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3502 | 2026-08-28T19:12:25.590Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3503 | 2026-08-28T19:12:25.703Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3504 | 2026-08-28T19:12:25.723Z | Compiling russh-cryptovec v0.62.0 |
| 3505 | 2026-08-28T19:12:25.727Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3506 | 2026-08-28T19:12:25.785Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3507 | 2026-08-28T19:12:25.829Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3508 | 2026-08-28T19:12:25.914Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3509 | 2026-08-28T19:12:25.960Z | Compiling port-file v0.1.0 |
| 3510 | 2026-08-28T19:12:25.982Z | Compiling num-bigint v0.4.6 |
| 3511 | 2026-08-28T19:12:26.074Z | Compiling generic-array v1.4.3 |
| 3512 | 2026-08-28T19:12:26.077Z | Compiling russh-util v0.52.0 |
| 3513 | 2026-08-28T19:12:26.261Z | Compiling enum_dispatch v0.3.13 |
| 3514 | 2026-08-28T19:12:26.279Z | Compiling delegate v0.13.5 |
| 3515 | 2026-08-28T19:12:26.296Z | Compiling subprocess v0.2.15 |
| 3516 | 2026-08-28T19:12:26.365Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-28T19:12:26.600Z | Compiling hex-literal v1.1.0 |
| 3518 | 2026-08-28T19:12:26.617Z | Compiling display-error-chain v0.2.2 |
| 3519 | 2026-08-28T19:12:26.747Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3520 | 2026-08-28T19:12:26.794Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3521 | 2026-08-28T19:12:26.826Z | Compiling md5 v0.8.0 |
| 3522 | 2026-08-28T19:12:27.076Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3523 | 2026-08-28T19:12:27.150Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3524 | 2026-08-28T19:12:27.284Z | Compiling colored v2.2.0 |
| 3525 | 2026-08-28T19:12:27.301Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3526 | 2026-08-28T19:12:27.305Z | Compiling russh v0.62.4 |
| 3527 | 2026-08-28T19:12:27.384Z | Compiling socket2 v0.5.10 |
| 3528 | 2026-08-28T19:12:27.580Z | Compiling internet-checksum v0.2.1 |
| 3529 | 2026-08-28T19:12:27.973Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3530 | 2026-08-28T19:12:28.034Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3531 | 2026-08-28T19:12:30.748Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3532 | 2026-08-28T19:12:31.478Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3533 | 2026-08-28T19:12:32.006Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3534 | 2026-08-28T19:12:33.163Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3535 | 2026-08-28T19:12:33.363Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3536 | 2026-08-28T19:12:42.264Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3537 | 2026-08-28T19:12:42.264Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3538 | 2026-08-28T19:12:42.269Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3539 | 2026-08-28T19:12:42.269Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3540 | 2026-08-28T19:12:42.269Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3541 | 2026-08-28T19:12:44.067Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3542 | 2026-08-28T19:12:44.162Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3543 | 2026-08-28T19:12:48.461Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3544 | 2026-08-28T19:13:29.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3545 | 2026-08-28T19:13:29.633Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3546 | 2026-08-28T19:13:29.633Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3547 | 2026-08-28T19:13:29.872Z | |
| 3548 | 2026-08-28T19:13:29.872Z | real 1:30.422883009 |
| 3549 | 2026-08-28T19:13:29.872Z | user 8:43.457921845 |
| 3550 | 2026-08-28T19:13:29.872Z | sys 1:45.286392280 |
| 3551 | 2026-08-28T19:13:29.872Z | trap 0.251966626 |
| 3552 | 2026-08-28T19:13:29.872Z | tflt 0.338067041 |
| 3553 | 2026-08-28T19:13:29.876Z | dflt 2.024638641 |
| 3554 | 2026-08-28T19:13:29.876Z | kflt 0.000213234 |
| 3555 | 2026-08-28T19:13:29.876Z | lock 31:00.609471736 |
| 3556 | 2026-08-28T19:13:29.876Z | slp 19:50.143995122 |
| 3557 | 2026-08-28T19:13:29.876Z | lat 39.951920700 |
| 3558 | 2026-08-28T19:13:29.876Z | stop 2:58.014209890 |
| 3559 | 2026-08-28T19:13:29.876Z | + mkdir tests |
| 3560 | 2026-08-28T19:13:29.880Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3561 | 2026-08-28T19:13:29.880Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3562 | 2026-08-28T19:13:29.904Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/ |
| 3563 | 2026-08-28T19:13:29.936Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/ |
| 3564 | 2026-08-28T19:13:29.969Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/ |
| 3565 | 2026-08-28T19:13:30.002Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/ |
| 3566 | 2026-08-28T19:13:30.350Z | + 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) |
| 3567 | 2026-08-28T19:13:30.354Z | + 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-f2310e202f420246 tests/commtest-dbb802d24e5b6927 tests/dhcp_server-bed5e8dda5ea5020 tests/end_to_end_tests-b5ca3a6470910f92 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 |
| 3568 | 2026-08-28T19:15:00.330Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3569 | 2026-08-28T19:15:00.330Z | a .github/buildomat/ci-env.sh 1K |
| 3570 | 2026-08-28T19:15:00.330Z | a out/target/test 1K |
| 3571 | 2026-08-28T19:15:00.331Z | a out/npuzone/npuzone 27402K |
| 3572 | 2026-08-28T19:15:00.331Z | a package-manifest.toml 35K |
| 3573 | 2026-08-28T19:15:00.331Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3574 | 2026-08-28T19:15:00.331Z | a target/release/omicron-package 49475K |
| 3575 | 2026-08-28T19:15:00.331Z | a target/release/xtask 11727K |
| 3576 | 2026-08-28T19:15:00.331Z | a target/debug/bootstrap 440567K |
| 3577 | 2026-08-28T19:15:00.331Z | a tests/bootstrap-f2310e202f420246 34430K |
| 3578 | 2026-08-28T19:15:00.331Z | a tests/commtest-dbb802d24e5b6927 34431K |
| 3579 | 2026-08-28T19:15:00.331Z | a tests/dhcp_server-bed5e8dda5ea5020 34431K |
| 3580 | 2026-08-28T19:15:00.331Z | a tests/end_to_end_tests-b5ca3a6470910f92 504378K |
| 3581 | 2026-08-28T19:15:00.331Z | a tools/opte_version 1K |
| 3582 | 2026-08-28T19:15:00.331Z | a tools/opte_version_override 2K |
| 3583 | 2026-08-28T19:15:00.331Z | a out/clickhouse.tar.gz 330983K |
| 3584 | 2026-08-28T19:15:00.331Z | a out/clickhouse_keeper.tar.gz 314988K |
| 3585 | 2026-08-28T19:15:00.331Z | a out/clickhouse_server.tar.gz 330979K |
| 3586 | 2026-08-28T19:15:00.331Z | a out/cockroachdb.tar.gz 170226K |
| 3587 | 2026-08-28T19:15:00.331Z | a out/crucible-pantry-zone.tar.gz 41906K |
| 3588 | 2026-08-28T19:15:00.331Z | a out/crucible-utils.tar 18900K |
| 3589 | 2026-08-28T19:15:00.331Z | a out/crucible-zone.tar.gz 56718K |
| 3590 | 2026-08-28T19:15:00.331Z | a out/external-dns.tar.gz 46758K |
| 3591 | 2026-08-28T19:15:00.331Z | a out/internal-dns.tar.gz 46758K |
| 3592 | 2026-08-28T19:15:00.331Z | a out/mg-ddm-gz.tar 100917K |
| 3593 | 2026-08-28T19:15:00.331Z | a out/nexus.tar.gz 362343K |
| 3594 | 2026-08-28T19:15:00.331Z | a out/ntp.tar.gz 35244K |
| 3595 | 2026-08-28T19:15:00.331Z | a out/omicron-gateway-softnpu.tar.gz 29005K |
| 3596 | 2026-08-28T19:15:00.331Z | a out/omicron-sled-agent.tar 243152K |
| 3597 | 2026-08-28T19:15:00.332Z | a out/overlay.tar.gz 4K |
| 3598 | 2026-08-28T19:15:00.332Z | a out/oximeter.tar.gz 72082K |
| 3599 | 2026-08-28T19:15:00.332Z | a out/oxlog.tar 4088K |
| 3600 | 2026-08-28T19:15:00.332Z | a out/probe.tar.gz 3037K |
| 3601 | 2026-08-28T19:15:00.332Z | a out/propolis-server.tar.gz 34642K |
| 3602 | 2026-08-28T19:15:00.332Z | a out/pumpkind-gz.tar 26647K |
| 3603 | 2026-08-28T19:15:00.332Z | a out/switch-softnpu.tar.gz 503822K |
| 3604 | 2026-08-28T19:15:00.336Z | |
| 3605 | 2026-08-28T19:15:00.336Z | real 1:29.977977040 |
| 3606 | 2026-08-28T19:15:00.336Z | user 1:26.903287189 |
| 3607 | 2026-08-28T19:15:00.336Z | sys 5.111156681 |
| 3608 | 2026-08-28T19:15:00.336Z | trap 0.008031978 |
| 3609 | 2026-08-28T19:15:00.336Z | tflt 0.000000000 |
| 3610 | 2026-08-28T19:15:00.336Z | dflt 0.000000000 |
| 3611 | 2026-08-28T19:15:00.336Z | kflt 0.000000000 |
| 3612 | 2026-08-28T19:15:00.336Z | lock 0.000000000 |
| 3613 | 2026-08-28T19:15:00.336Z | slp 1:26.774224129 |
| 3614 | 2026-08-28T19:15:00.336Z | lat 1.154535247 |
| 3615 | 2026-08-28T19:15:00.336Z | stop 0.000217198 |
| 3616 | 2026-08-28T19:15:00.336Z | process exited: duration 1090987 ms, exit code 0 |
| |
| 3617 | 2026-08-28T19:15:00.353Z | found 1 output files |
| 3618 | 2026-08-28T19:15:00.369Z | uploading: /work/package.tar.gz (2774425923 bytes) |
| 3619 | 2026-08-28T19:15:42.625Z | uploaded: /work/package.tar.gz |