|
|
|
| 1 | 2026-08-28T21:23:04.882Z | job assigned to worker 01M154176MDAKKH6F6MZ6NY2SA [factory aws, i-0bbb093fd07d7f5a0] (queued for 48 s) |
| |
| 2 | 2026-08-28T21:23:11.753Z | starting task 0: "setup" |
| 3 | 2026-08-28T21:23:11.758Z | ++ uname -s |
| 4 | 2026-08-28T21:23:11.761Z | + kern=SunOS |
| 5 | 2026-08-28T21:23:11.761Z | + build_user=build |
| 6 | 2026-08-28T21:23:11.761Z | + build_uid=12345 |
| 7 | 2026-08-28T21:23:11.762Z | + work_dir=/work |
| 8 | 2026-08-28T21:23:11.762Z | + input_dir=/input |
| 9 | 2026-08-28T21:23:11.762Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-28T21:23:11.762Z | + case "$kern" in |
| 11 | 2026-08-28T21:23:11.762Z | + groupadd -g 12345 build |
| 12 | 2026-08-28T21:23:11.765Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-28T21:23:13.771Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-28T21:23:13.940Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-28T21:23:13.943Z | + home_fs=zfs |
| 16 | 2026-08-28T21:23:13.943Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-28T21:23:13.943Z | + mkdir -p /home/build |
| 18 | 2026-08-28T21:23:13.943Z | + chown build:build /home/build /work |
| 19 | 2026-08-28T21:23:15.946Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-28T21:23:15.951Z | process exited: duration 4200 ms, exit code 0 |
| |
| 21 | 2026-08-28T21:23:15.958Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-28T21:23:15.964Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-28T21:23:15.964Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-28T21:23:15.964Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-28T21:23:15.964Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-28T21:23:15.964Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-28T21:23:15.964Z | * rust toolchain profile = "default" |
| 28 | 2026-08-28T21:23:15.968Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-28T21:23:15.968Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-28T21:23:16.080Z | info: downloading installer |
| 31 | 2026-08-28T21:23:17.638Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-28T21:23:17.638Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-28T21:23:17.638Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-28T21:23:17.638Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-28T21:23:17.651Z | info: profile set to default |
| 36 | 2026-08-28T21:23:17.651Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-28T21:23:17.654Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-28T21:23:17.782Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-28T21:23:17.785Z | info: downloading 6 components |
| 40 | 2026-08-28T21:23:31.484Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-28T21:23:31.484Z | |
| 42 | 2026-08-28T21:23:31.524Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-28T21:23:31.524Z | |
| 44 | 2026-08-28T21:23:31.524Z | |
| 45 | 2026-08-28T21:23:31.524Z | Rust is installed now. Great! |
| 46 | 2026-08-28T21:23:31.524Z | |
| 47 | 2026-08-28T21:23:31.527Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-28T21:23:31.527Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-28T21:23:31.527Z | |
| 50 | 2026-08-28T21:23:31.527Z | To configure your current shell, you need to source |
| 51 | 2026-08-28T21:23:31.527Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-28T21:23:31.527Z | |
| 53 | 2026-08-28T21:23:31.527Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-28T21:23:31.527Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-28T21:23:31.527Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-28T21:23:31.527Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-28T21:23:31.527Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-28T21:23:31.528Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-28T21:23:31.528Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-28T21:23:31.528Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-28T21:23:31.528Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-28T21:23:31.623Z | + rustup --version |
| 63 | 2026-08-28T21:23:31.629Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-28T21:23:31.632Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-28T21:23:31.650Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-28T21:23:31.653Z | + cargo --version |
| 67 | 2026-08-28T21:23:31.661Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-28T21:23:31.664Z | + rustc --version |
| 69 | 2026-08-28T21:23:31.684Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-28T21:23:31.688Z | process exited: duration 15729 ms, exit code 0 |
| |
| 71 | 2026-08-28T21:23:31.695Z | starting task 2: "authentication" |
| 72 | 2026-08-28T21:23:31.713Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-28T21:23:31.719Z | starting task 3: "clone repository" |
| 74 | 2026-08-28T21:23:31.724Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-28T21:23:31.727Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-28T21:23:31.758Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-28T21:23:44.487Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-28T21:23:44.487Z | + git fetch origin ad815caef8f2a8b4a573ffc8e12ae552af2333ab |
| 79 | 2026-08-28T21:23:44.819Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-28T21:23:44.819Z | * branch ad815caef8f2a8b4a573ffc8e12ae552af2333ab -> FETCH_HEAD |
| 81 | 2026-08-28T21:23:44.836Z | + [[ -n ben/multiple-eips-in-database-inventory ]] |
| 82 | 2026-08-28T21:23:44.839Z | ++ git branch --show-current |
| 83 | 2026-08-28T21:23:44.843Z | + current=main |
| 84 | 2026-08-28T21:23:44.843Z | + [[ main != ben/multiple-eips-in-database-inventory ]] |
| 85 | 2026-08-28T21:23:44.843Z | + git branch -f ben/multiple-eips-in-database-inventory ad815caef8f2a8b4a573ffc8e12ae552af2333ab |
| 86 | 2026-08-28T21:23:44.846Z | + git checkout -f ben/multiple-eips-in-database-inventory |
| 87 | 2026-08-28T21:23:45.099Z | Switched to branch 'ben/multiple-eips-in-database-inventory' |
| 88 | 2026-08-28T21:23:45.103Z | + git reset --hard ad815caef8f2a8b4a573ffc8e12ae552af2333ab |
| 89 | 2026-08-28T21:23:45.149Z | HEAD is now at ad815caef Make data migration ignore conflicts |
| 90 | 2026-08-28T21:23:45.153Z | process exited: duration 13430 ms, exit code 0 |
| |
| 91 | 2026-08-28T21:23:45.161Z | starting task 4: "build" |
| 92 | 2026-08-28T21:23:45.169Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-28T21:23:45.169Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-28T21:23:45.169Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-28T21:23:45.173Z | +++ uname -s |
| 96 | 2026-08-28T21:23:45.173Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-28T21:23:45.173Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-28T21:23:45.173Z | + cargo --version |
| 99 | 2026-08-28T21:23:45.184Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-28T21:23:45.188Z | + rustc --version |
| 101 | 2026-08-28T21:23:45.207Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-28T21:23:45.211Z | + WORK=/work |
| 103 | 2026-08-28T21:23:45.211Z | + pfexec mkdir -p /work |
| 104 | 2026-08-28T21:23:45.214Z | + pfexec chown build /work |
| 105 | 2026-08-28T21:23:45.218Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-28T21:23:47.837Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-28T21:23:48.238Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-28T21:23:50.572Z | Planning: Solver setup ... Done (2.204s) |
| 109 | 2026-08-28T21:23:50.637Z | Planning: Running solver ... Done (0.065s) |
| 110 | 2026-08-28T21:23:50.691Z | Planning: Finding local manifests ... Done (0.004s) |
| 111 | 2026-08-28T21:23:50.703Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-28T21:23:50.721Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-28T21:23:50.736Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-28T21:23:50.739Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-28T21:23:50.961Z | Planning: Checking for conflicting actions ... Done (0.223s) |
| 116 | 2026-08-28T21:23:50.964Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-28T21:23:51.886Z | Planning: Evaluating mediators ... Done (0.925s) |
| 118 | 2026-08-28T21:23:51.890Z | Planning: Planning completed in 3.61 seconds |
| 119 | 2026-08-28T21:23:51.896Z | Packages to install: 2 |
| 120 | 2026-08-28T21:23:51.896Z | Estimated space available: 156.00 GB |
| 121 | 2026-08-28T21:23:51.896Z | Estimated space to be consumed: 83.65 MB |
| 122 | 2026-08-28T21:23:51.896Z | Create boot environment: No |
| 123 | 2026-08-28T21:23:51.900Z | Create backup boot environment: No |
| 124 | 2026-08-28T21:23:51.900Z | Rebuild boot archive: No |
| 125 | 2026-08-28T21:23:51.900Z | |
| 126 | 2026-08-28T21:23:51.900Z | Changed packages: |
| 127 | 2026-08-28T21:23:51.900Z | helios |
| 128 | 2026-08-28T21:23:51.900Z | developer/build-essential |
| 129 | 2026-08-28T21:23:51.900Z | None -> 11-3.0 |
| 130 | 2026-08-28T21:23:51.900Z | library/libxmlsec1 |
| 131 | 2026-08-28T21:23:51.900Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-28T21:23:51.923Z | |
| 133 | 2026-08-28T21:23:51.923Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-28T21:23:52.380Z | Download: Completed 1.28 MB in 0.46 seconds (2.8M/s) |
| 135 | 2026-08-28T21:23:52.430Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-28T21:23:52.470Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-28T21:23:52.509Z | Finalize: Updating package state database ... Done (0.039s) |
| 138 | 2026-08-28T21:23:52.509Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-28T21:23:52.603Z | Finalize: Updating image state ... Done (0.094s) |
| 140 | 2026-08-28T21:23:55.304Z | Finalize: Creating fast lookup database ... Done (2.645s) |
| 141 | 2026-08-28T21:23:55.373Z | Finalize: Reading search index ... Done (0.011s) |
| 142 | 2026-08-28T21:23:55.376Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-28T21:23:55.481Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-28T21:23:55.856Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-28T21:23:55.961Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-28T21:23:55.965Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-28T21:23:56.119Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-28T21:23:56.122Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-28T21:23:56.141Z | Mediators to change: 2 |
| 150 | 2026-08-28T21:23:56.142Z | Create boot environment: No |
| 151 | 2026-08-28T21:23:56.142Z | Create backup boot environment: No |
| 152 | 2026-08-28T21:23:56.181Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-28T21:23:56.181Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-28T21:23:56.241Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-28T21:23:58.180Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-28T21:23:58.239Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-28T21:23:58.242Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-28T21:23:58.301Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-28T21:23:58.592Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-28T21:23:58.696Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-28T21:23:58.701Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-28T21:23:58.851Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-28T21:23:58.855Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-28T21:23:58.877Z | Mediators to change: 1 |
| 165 | 2026-08-28T21:23:58.878Z | Create boot environment: No |
| 166 | 2026-08-28T21:23:58.878Z | Create backup boot environment: No |
| 167 | 2026-08-28T21:23:58.915Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-28T21:23:58.915Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-28T21:23:58.975Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-28T21:24:00.906Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-28T21:24:00.968Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-28T21:24:00.968Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-28T21:24:01.026Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-28T21:24:01.337Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-28T21:24:01.337Z | apache system 2.4 system |
| 176 | 2026-08-28T21:24:01.337Z | clang system 15 system |
| 177 | 2026-08-28T21:24:01.337Z | csh system system illumos |
| 178 | 2026-08-28T21:24:01.337Z | ctags system system illumos |
| 179 | 2026-08-28T21:24:01.337Z | file vendor vendor darwinsys |
| 180 | 2026-08-28T21:24:01.337Z | file system system illumos |
| 181 | 2026-08-28T21:24:01.337Z | gcc vendor 14 vendor |
| 182 | 2026-08-28T21:24:01.337Z | gcc system 13 system |
| 183 | 2026-08-28T21:24:01.337Z | gcc system 10 system |
| 184 | 2026-08-28T21:24:01.337Z | go system 1.25 system |
| 185 | 2026-08-28T21:24:01.337Z | llvm system 15 system |
| 186 | 2026-08-28T21:24:01.337Z | mariadb system 11.4 system |
| 187 | 2026-08-28T21:24:01.337Z | mta vendor vendor dma |
| 188 | 2026-08-28T21:24:01.337Z | openjdk system 17 system |
| 189 | 2026-08-28T21:24:01.337Z | openjdk system 11 system |
| 190 | 2026-08-28T21:24:01.337Z | openssl vendor 3 vendor |
| 191 | 2026-08-28T21:24:01.337Z | perl system 5.40 system |
| 192 | 2026-08-28T21:24:01.337Z | postgresql system 18 system |
| 193 | 2026-08-28T21:24:01.337Z | postgresql system 17 system |
| 194 | 2026-08-28T21:24:01.337Z | python vendor 3 vendor |
| 195 | 2026-08-28T21:24:01.337Z | python system 2 system |
| 196 | 2026-08-28T21:24:01.337Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-28T21:24:01.337Z | ruby system 3.4 system |
| 198 | 2026-08-28T21:24:01.338Z | ruby system 3.0 system |
| 199 | 2026-08-28T21:24:01.338Z | words vendor vendor american-english |
| 200 | 2026-08-28T21:24:01.338Z | words system system australian-english |
| 201 | 2026-08-28T21:24:01.338Z | words system system british-english |
| 202 | 2026-08-28T21:24:01.338Z | words system system canadian-english |
| 203 | 2026-08-28T21:24:01.338Z | words system system french |
| 204 | 2026-08-28T21:24:01.338Z | words system system italian |
| 205 | 2026-08-28T21:24:01.338Z | words system system ngerman |
| 206 | 2026-08-28T21:24:01.338Z | words system system ogerman |
| 207 | 2026-08-28T21:24:01.338Z | words system system spanish |
| 208 | 2026-08-28T21:24:01.597Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-28T21:24:01.597Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-28T21:24:02.099Z | FMRI IFO |
| 211 | 2026-08-28T21:24:02.099Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-28T21:24:02.099Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-28T21:24:02.099Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-28T21:24:02.099Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-28T21:24:02.099Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-28T21:24:02.099Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-28T21:24:02.099Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-28T21:24:02.099Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-28T21:24:02.099Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-28T21:24:02.448Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-28T21:24:02.804Z | Updating crates.io index |
| 222 | 2026-08-28T21:24:02.807Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-28T21:24:03.119Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-28T21:24:03.481Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 225 | 2026-08-28T21:24:03.785Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-08-28T21:24:04.811Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-08-28T21:24:05.372Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-08-28T21:24:07.389Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-08-28T21:24:08.316Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-08-28T21:24:08.647Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-08-28T21:24:09.010Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-08-28T21:24:10.444Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-08-28T21:24:10.750Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-08-28T21:24:11.235Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-08-28T21:24:11.551Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 236 | 2026-08-28T21:24:11.824Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 237 | 2026-08-28T21:24:12.188Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 238 | 2026-08-28T21:24:12.509Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-28T21:24:12.788Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-28T21:24:13.130Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 241 | 2026-08-28T21:24:13.740Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 242 | 2026-08-28T21:24:14.183Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 243 | 2026-08-28T21:24:14.566Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 244 | 2026-08-28T21:24:14.881Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 245 | 2026-08-28T21:24:15.518Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 246 | 2026-08-28T21:24:15.893Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-28T21:24:16.183Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-28T21:24:16.699Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-28T21:24:17.025Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-28T21:24:17.342Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-28T21:24:17.743Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-28T21:24:18.054Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-28T21:24:18.417Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-28T21:24:18.802Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 255 | 2026-08-28T21:24:19.562Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-28T21:24:19.842Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-28T21:24:20.154Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-28T21:24:20.568Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-28T21:24:20.894Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-28T21:24:21.206Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-28T21:24:21.498Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-28T21:24:21.847Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-28T21:24:22.134Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-28T21:24:22.433Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 265 | 2026-08-28T21:24:24.826Z | Downloading crates ... |
| 266 | 2026-08-28T21:24:24.879Z | Downloaded anstream v1.0.0 |
| 267 | 2026-08-28T21:24:24.882Z | Downloaded bitflags v2.11.0 |
| 268 | 2026-08-28T21:24:24.885Z | Downloaded clap_lex v1.0.0 |
| 269 | 2026-08-28T21:24:24.885Z | Downloaded anstyle v1.0.14 |
| 270 | 2026-08-28T21:24:24.891Z | Downloaded generic-array v0.14.7 |
| 271 | 2026-08-28T21:24:24.894Z | Downloaded macaddr v1.0.1 |
| 272 | 2026-08-28T21:24:24.894Z | Downloaded zmij v1.0.21 |
| 273 | 2026-08-28T21:24:24.895Z | Downloaded fastrand v2.3.0 |
| 274 | 2026-08-28T21:24:24.898Z | Downloaded memmap v0.7.0 |
| 275 | 2026-08-28T21:24:24.898Z | Downloaded zerocopy-derive v0.7.35 |
| 276 | 2026-08-28T21:24:24.901Z | Downloaded colorchoice v1.0.4 |
| 277 | 2026-08-28T21:24:24.901Z | Downloaded crypto-common v0.1.7 |
| 278 | 2026-08-28T21:24:24.904Z | Downloaded zerocopy v0.7.35 |
| 279 | 2026-08-28T21:24:24.910Z | Downloaded cargo_metadata v0.23.1 |
| 280 | 2026-08-28T21:24:24.913Z | Downloaded camino-tempfile v1.4.1 |
| 281 | 2026-08-28T21:24:24.913Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-08-28T21:24:24.913Z | Downloaded dof v0.3.0 |
| 283 | 2026-08-28T21:24:24.913Z | Downloaded cargo-platform v0.3.2 |
| 284 | 2026-08-28T21:24:24.916Z | Downloaded heck v0.4.1 |
| 285 | 2026-08-28T21:24:24.916Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-08-28T21:24:24.917Z | Downloaded dtrace-parser v0.2.0 |
| 287 | 2026-08-28T21:24:24.917Z | Downloaded itoa v1.0.17 |
| 288 | 2026-08-28T21:24:24.917Z | Downloaded block-buffer v0.10.4 |
| 289 | 2026-08-28T21:24:24.921Z | Downloaded fs-err v3.3.0 |
| 290 | 2026-08-28T21:24:24.924Z | Downloaded heck v0.5.0 |
| 291 | 2026-08-28T21:24:24.924Z | Downloaded fnv v1.0.7 |
| 292 | 2026-08-28T21:24:24.924Z | Downloaded serde_spanned v0.6.9 |
| 293 | 2026-08-28T21:24:24.924Z | Downloaded once_cell v1.21.3 |
| 294 | 2026-08-28T21:24:24.927Z | Downloaded anstyle-query v1.1.5 |
| 295 | 2026-08-28T21:24:24.933Z | Downloaded errno v0.3.14 |
| 296 | 2026-08-28T21:24:24.938Z | Downloaded goblin v0.8.2 |
| 297 | 2026-08-28T21:24:24.941Z | Downloaded autocfg v1.5.0 |
| 298 | 2026-08-28T21:24:24.941Z | Downloaded cargo_toml v0.21.0 |
| 299 | 2026-08-28T21:24:24.941Z | Downloaded pest_derive v2.8.6 |
| 300 | 2026-08-28T21:24:24.941Z | Downloaded utf8parse v0.2.2 |
| 301 | 2026-08-28T21:24:24.944Z | Downloaded toml_write v0.1.2 |
| 302 | 2026-08-28T21:24:24.944Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-08-28T21:24:24.947Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-28T21:24:24.950Z | Downloaded strsim v0.11.1 |
| 305 | 2026-08-28T21:24:24.950Z | Downloaded cfg-if v1.0.4 |
| 306 | 2026-08-28T21:24:24.950Z | Downloaded terminal_size v0.4.3 |
| 307 | 2026-08-28T21:24:24.950Z | Downloaded scroll_derive v0.12.1 |
| 308 | 2026-08-28T21:24:24.954Z | Downloaded pretty-hex v0.4.1 |
| 309 | 2026-08-28T21:24:24.957Z | Downloaded usdt-macro v0.5.0 |
| 310 | 2026-08-28T21:24:24.960Z | Downloaded swrite v0.1.0 |
| 311 | 2026-08-28T21:24:24.963Z | Downloaded thread-id v4.2.2 |
| 312 | 2026-08-28T21:24:24.963Z | Downloaded usdt-attr-macro v0.5.0 |
| 313 | 2026-08-28T21:24:24.963Z | Downloaded plain v0.2.3 |
| 314 | 2026-08-28T21:24:24.963Z | Downloaded proc-macro-error-attr v1.0.4 |
| 315 | 2026-08-28T21:24:24.963Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-08-28T21:24:24.967Z | Downloaded smawk v0.3.2 |
| 317 | 2026-08-28T21:24:24.970Z | Downloaded version_check v0.9.5 |
| 318 | 2026-08-28T21:24:24.970Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-08-28T21:24:24.970Z | Downloaded byteorder v1.5.0 |
| 320 | 2026-08-28T21:24:24.974Z | Downloaded quote v1.0.45 |
| 321 | 2026-08-28T21:24:24.977Z | Downloaded digest v0.10.7 |
| 322 | 2026-08-28T21:24:24.977Z | Downloaded usdt v0.5.0 |
| 323 | 2026-08-28T21:24:24.983Z | Downloaded clap_derive v4.6.1 |
| 324 | 2026-08-28T21:24:24.989Z | Downloaded anstyle-parse v1.0.0 |
| 325 | 2026-08-28T21:24:24.992Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-08-28T21:24:24.997Z | Downloaded thiserror-impl v1.0.69 |
| 327 | 2026-08-28T21:24:25.000Z | Downloaded bytecount v0.6.9 |
| 328 | 2026-08-28T21:24:25.004Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-08-28T21:24:25.007Z | Downloaded scroll v0.12.0 |
| 330 | 2026-08-28T21:24:25.007Z | Downloaded log v0.4.33 |
| 331 | 2026-08-28T21:24:25.017Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-08-28T21:24:25.020Z | Downloaded camino v1.2.5 |
| 333 | 2026-08-28T21:24:25.020Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2026-08-28T21:24:25.020Z | Downloaded pest_generator v2.8.6 |
| 335 | 2026-08-28T21:24:25.023Z | Downloaded anyhow v1.0.104 |
| 336 | 2026-08-28T21:24:25.026Z | Downloaded sha2 v0.10.9 |
| 337 | 2026-08-28T21:24:25.026Z | Downloaded toml v0.8.23 |
| 338 | 2026-08-28T21:24:25.032Z | Downloaded getrandom v0.4.3 |
| 339 | 2026-08-28T21:24:25.035Z | Downloaded clap v4.6.1 |
| 340 | 2026-08-28T21:24:25.040Z | Downloaded serde_derive v1.0.228 |
| 341 | 2026-08-28T21:24:25.043Z | Downloaded semver v1.0.28 |
| 342 | 2026-08-28T21:24:25.046Z | Downloaded tempfile v3.27.0 |
| 343 | 2026-08-28T21:24:25.046Z | Downloaded serde_core v1.0.228 |
| 344 | 2026-08-28T21:24:25.050Z | Downloaded thiserror v2.0.18 |
| 345 | 2026-08-28T21:24:25.053Z | Downloaded papergrid v0.11.0 |
| 346 | 2026-08-28T21:24:25.056Z | Downloaded thiserror v1.0.69 |
| 347 | 2026-08-28T21:24:25.059Z | Downloaded memchr v2.8.0 |
| 348 | 2026-08-28T21:24:25.062Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-08-28T21:24:25.066Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-08-28T21:24:25.069Z | Downloaded ucd-trie v0.1.7 |
| 351 | 2026-08-28T21:24:25.069Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-08-28T21:24:25.072Z | Downloaded proc-macro2 v1.0.106 |
| 353 | 2026-08-28T21:24:25.075Z | Downloaded indexmap v2.14.0 |
| 354 | 2026-08-28T21:24:25.079Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-28T21:24:25.082Z | Downloaded toml_edit v0.22.27 |
| 356 | 2026-08-28T21:24:25.086Z | Downloaded pest v2.8.6 |
| 357 | 2026-08-28T21:24:25.093Z | Downloaded typenum v1.20.1 |
| 358 | 2026-08-28T21:24:25.114Z | Downloaded hashbrown v0.17.0 |
| 359 | 2026-08-28T21:24:25.123Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-08-28T21:24:25.126Z | Downloaded serde_json v1.0.151 |
| 361 | 2026-08-28T21:24:25.137Z | Downloaded winnow v0.7.14 |
| 362 | 2026-08-28T21:24:25.145Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-28T21:24:25.158Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-28T21:24:25.161Z | Downloaded syn v1.0.109 |
| 365 | 2026-08-28T21:24:25.165Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-28T21:24:25.168Z | Downloaded syn v2.0.117 |
| 367 | 2026-08-28T21:24:25.177Z | Downloaded rustix v1.1.4 |
| 368 | 2026-08-28T21:24:25.198Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-28T21:24:25.261Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-28T21:24:25.261Z | Compiling quote v1.0.45 |
| 371 | 2026-08-28T21:24:25.261Z | Compiling unicode-ident v1.0.24 |
| 372 | 2026-08-28T21:24:25.264Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-28T21:24:25.264Z | Compiling libc v0.2.185 |
| 374 | 2026-08-28T21:24:25.264Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-28T21:24:25.265Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-28T21:24:25.265Z | Compiling serde v1.0.228 |
| 377 | 2026-08-28T21:24:25.438Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-28T21:24:25.442Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-28T21:24:25.455Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-28T21:24:25.458Z | Compiling thiserror v1.0.69 |
| 381 | 2026-08-28T21:24:25.471Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-28T21:24:25.475Z | Compiling rustix v1.1.4 |
| 383 | 2026-08-28T21:24:25.684Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-28T21:24:25.800Z | Compiling bitflags v2.11.0 |
| 385 | 2026-08-28T21:24:25.893Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-28T21:24:25.912Z | Compiling proc-macro-error-attr v1.0.4 |
| 387 | 2026-08-28T21:24:25.929Z | Compiling camino v1.2.5 |
| 388 | 2026-08-28T21:24:25.965Z | Compiling syn v1.0.109 |
| 389 | 2026-08-28T21:24:26.114Z | Compiling pest v2.8.6 |
| 390 | 2026-08-28T21:24:26.151Z | Compiling proc-macro-error v1.0.4 |
| 391 | 2026-08-28T21:24:26.203Z | Compiling equivalent v1.0.2 |
| 392 | 2026-08-28T21:24:26.223Z | Compiling getrandom v0.4.3 |
| 393 | 2026-08-28T21:24:26.274Z | Compiling hashbrown v0.17.0 |
| 394 | 2026-08-28T21:24:26.331Z | Compiling log v0.4.33 |
| 395 | 2026-08-28T21:24:26.335Z | Compiling utf8parse v0.2.2 |
| 396 | 2026-08-28T21:24:26.366Z | Compiling errno v0.3.14 |
| 397 | 2026-08-28T21:24:26.385Z | Compiling thread-id v4.2.2 |
| 398 | 2026-08-28T21:24:26.420Z | Compiling plain v0.2.3 |
| 399 | 2026-08-28T21:24:26.497Z | Compiling anstyle-parse v1.0.0 |
| 400 | 2026-08-28T21:24:26.555Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-08-28T21:24:26.555Z | Compiling winnow v0.7.14 |
| 402 | 2026-08-28T21:24:26.609Z | Compiling autocfg v1.5.0 |
| 403 | 2026-08-28T21:24:26.609Z | Compiling is_terminal_polyfill v1.70.2 |
| 404 | 2026-08-28T21:24:26.614Z | Compiling toml_write v0.1.2 |
| 405 | 2026-08-28T21:24:26.614Z | Compiling cfg-if v1.0.4 |
| 406 | 2026-08-28T21:24:26.629Z | Compiling thiserror v2.0.18 |
| 407 | 2026-08-28T21:24:26.717Z | Compiling anstyle v1.0.14 |
| 408 | 2026-08-28T21:24:26.736Z | Compiling colorchoice v1.0.4 |
| 409 | 2026-08-28T21:24:26.739Z | Compiling pretty-hex v0.4.1 |
| 410 | 2026-08-28T21:24:26.871Z | Compiling indexmap v2.14.0 |
| 411 | 2026-08-28T21:24:26.889Z | Compiling bytecount v0.6.9 |
| 412 | 2026-08-28T21:24:26.907Z | Compiling unicode-width v0.1.14 |
| 413 | 2026-08-28T21:24:26.926Z | Compiling anstream v1.0.0 |
| 414 | 2026-08-28T21:24:26.929Z | Compiling heck v0.4.1 |
| 415 | 2026-08-28T21:24:26.968Z | Compiling syn v2.0.117 |
| 416 | 2026-08-28T21:24:27.036Z | Compiling fastrand v2.3.0 |
| 417 | 2026-08-28T21:24:27.055Z | Compiling anyhow v1.0.104 |
| 418 | 2026-08-28T21:24:27.092Z | Compiling fs-err v3.3.0 |
| 419 | 2026-08-28T21:24:27.182Z | Compiling strsim v0.11.1 |
| 420 | 2026-08-28T21:24:27.216Z | Compiling heck v0.5.0 |
| 421 | 2026-08-28T21:24:27.288Z | Compiling pest_meta v2.8.6 |
| 422 | 2026-08-28T21:24:27.303Z | Compiling clap_lex v1.0.0 |
| 423 | 2026-08-28T21:24:27.306Z | Compiling once_cell v1.21.3 |
| 424 | 2026-08-28T21:24:27.341Z | Compiling fnv v1.0.7 |
| 425 | 2026-08-28T21:24:27.473Z | Compiling terminal_size v0.4.3 |
| 426 | 2026-08-28T21:24:27.540Z | Compiling papergrid v0.11.0 |
| 427 | 2026-08-28T21:24:27.646Z | Compiling tempfile v3.27.0 |
| 428 | 2026-08-28T21:24:27.646Z | Compiling memmap v0.7.0 |
| 429 | 2026-08-28T21:24:27.647Z | Compiling unicode-width v0.2.0 |
| 430 | 2026-08-28T21:24:27.647Z | Compiling unicode-linebreak v0.1.5 |
| 431 | 2026-08-28T21:24:27.647Z | Compiling smawk v0.3.2 |
| 432 | 2026-08-28T21:24:27.757Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-28T21:24:27.877Z | Compiling swrite v0.1.0 |
| 434 | 2026-08-28T21:24:27.877Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-28T21:24:27.958Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-28T21:24:27.958Z | Compiling semver v1.0.28 |
| 437 | 2026-08-28T21:24:28.181Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-28T21:24:28.518Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-28T21:24:29.090Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-28T21:24:29.131Z | Compiling tabled v0.15.0 |
| 441 | 2026-08-28T21:24:29.664Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-28T21:24:29.664Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-28T21:24:29.664Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-28T21:24:29.668Z | Compiling pest_derive v2.8.6 |
| 445 | 2026-08-28T21:24:29.668Z | Compiling scroll_derive v0.12.1 |
| 446 | 2026-08-28T21:24:29.668Z | Compiling thiserror-impl v2.0.18 |
| 447 | 2026-08-28T21:24:29.668Z | Compiling clap_derive v4.6.1 |
| 448 | 2026-08-28T21:24:30.321Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-28T21:24:30.400Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-28T21:24:30.532Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-28T21:24:30.657Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-28T21:24:30.958Z | Compiling clap v4.6.1 |
| 453 | 2026-08-28T21:24:32.085Z | Compiling serde_spanned v0.6.9 |
| 454 | 2026-08-28T21:24:32.085Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-28T21:24:32.089Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-28T21:24:32.089Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-08-28T21:24:32.089Z | Compiling cargo_metadata v0.23.1 |
| 458 | 2026-08-28T21:24:32.102Z | Compiling dof v0.3.0 |
| 459 | 2026-08-28T21:24:32.105Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-08-28T21:24:32.292Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-28T21:24:32.839Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-08-28T21:24:32.842Z | Compiling usdt-macro v0.5.0 |
| 463 | 2026-08-28T21:24:33.426Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-28T21:24:33.565Z | Compiling toml v0.8.23 |
| 465 | 2026-08-28T21:24:33.898Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-28T21:24:35.183Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-28T21:24:37.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.96s |
| 468 | 2026-08-28T21:24:37.448Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-28T21:24:37.964Z | Downloading crates ... |
| 470 | 2026-08-28T21:24:38.017Z | Downloaded atomic-waker v1.1.2 |
| 471 | 2026-08-28T21:24:38.021Z | Downloaded bitfield-struct v0.6.2 |
| 472 | 2026-08-28T21:24:38.025Z | Downloaded base16ct v1.0.0 |
| 473 | 2026-08-28T21:24:38.029Z | Downloaded base64ct v1.8.3 |
| 474 | 2026-08-28T21:24:38.032Z | Downloaded adler2 v2.0.1 |
| 475 | 2026-08-28T21:24:38.037Z | Downloaded aead v0.5.2 |
| 476 | 2026-08-28T21:24:38.042Z | Downloaded embedded-io v0.4.0 |
| 477 | 2026-08-28T21:24:38.042Z | Downloaded enum-as-inner v0.6.1 |
| 478 | 2026-08-28T21:24:38.045Z | Downloaded futures-io v0.3.32 |
| 479 | 2026-08-28T21:24:38.045Z | Downloaded backtrace-ext v0.2.1 |
| 480 | 2026-08-28T21:24:38.048Z | Downloaded atomicwrites v0.4.4 |
| 481 | 2026-08-28T21:24:38.051Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 482 | 2026-08-28T21:24:38.054Z | Downloaded http-body v1.0.1 |
| 483 | 2026-08-28T21:24:38.055Z | Downloaded getrandom v0.2.17 |
| 484 | 2026-08-28T21:24:38.055Z | Downloaded aead v0.6.1 |
| 485 | 2026-08-28T21:24:38.058Z | Downloaded ahash v0.8.12 |
| 486 | 2026-08-28T21:24:38.058Z | Downloaded ascii-canvas v3.0.0 |
| 487 | 2026-08-28T21:24:38.058Z | Downloaded async-bb8-diesel v0.2.1 |
| 488 | 2026-08-28T21:24:38.061Z | Downloaded cmake v0.1.57 |
| 489 | 2026-08-28T21:24:38.061Z | Downloaded const-oid v0.10.2 |
| 490 | 2026-08-28T21:24:38.061Z | Downloaded async-recursion v1.1.1 |
| 491 | 2026-08-28T21:24:38.064Z | Downloaded atty v0.2.14 |
| 492 | 2026-08-28T21:24:38.064Z | Downloaded bitfield-macros v0.19.4 |
| 493 | 2026-08-28T21:24:38.064Z | Downloaded cassowary v0.3.0 |
| 494 | 2026-08-28T21:24:38.064Z | Downloaded anstyle-parse v0.2.7 |
| 495 | 2026-08-28T21:24:38.067Z | Downloaded highway v1.3.0 |
| 496 | 2026-08-28T21:24:38.070Z | Downloaded arrayvec v0.7.6 |
| 497 | 2026-08-28T21:24:38.070Z | Downloaded addr2line v0.25.1 |
| 498 | 2026-08-28T21:24:38.070Z | Downloaded anstream v0.6.21 |
| 499 | 2026-08-28T21:24:38.073Z | Downloaded foreign-types-shared v0.1.1 |
| 500 | 2026-08-28T21:24:38.076Z | Downloaded futures-macro v0.3.32 |
| 501 | 2026-08-28T21:24:38.076Z | Downloaded futures-task v0.3.32 |
| 502 | 2026-08-28T21:24:38.076Z | Downloaded endian-type v0.1.2 |
| 503 | 2026-08-28T21:24:38.076Z | Downloaded ff v0.13.1 |
| 504 | 2026-08-28T21:24:38.076Z | Downloaded fixedbitset v0.5.7 |
| 505 | 2026-08-28T21:24:38.080Z | Downloaded bit-set v0.8.0 |
| 506 | 2026-08-28T21:24:38.080Z | Downloaded assert_matches v1.5.0 |
| 507 | 2026-08-28T21:24:38.080Z | Downloaded filetime v0.2.27 |
| 508 | 2026-08-28T21:24:38.080Z | Downloaded futures-executor v0.3.32 |
| 509 | 2026-08-28T21:24:38.080Z | Downloaded futures-sink v0.3.32 |
| 510 | 2026-08-28T21:24:38.080Z | Downloaded erased-serde v0.3.31 |
| 511 | 2026-08-28T21:24:38.083Z | Downloaded hashbrown v0.14.5 |
| 512 | 2026-08-28T21:24:38.086Z | Downloaded async-stream v0.3.6 |
| 513 | 2026-08-28T21:24:38.086Z | Downloaded bit-vec v0.8.0 |
| 514 | 2026-08-28T21:24:38.086Z | Downloaded bb8 v0.8.6 |
| 515 | 2026-08-28T21:24:38.086Z | Downloaded form_urlencoded v1.2.2 |
| 516 | 2026-08-28T21:24:38.089Z | Downloaded funty v2.0.0 |
| 517 | 2026-08-28T21:24:38.089Z | Downloaded elliptic-curve v0.14.1 |
| 518 | 2026-08-28T21:24:38.089Z | Downloaded colored v2.2.0 |
| 519 | 2026-08-28T21:24:38.092Z | Downloaded fxhash v0.2.1 |
| 520 | 2026-08-28T21:24:38.092Z | Downloaded hostname v0.3.1 |
| 521 | 2026-08-28T21:24:38.093Z | Downloaded float-cmp v0.10.0 |
| 522 | 2026-08-28T21:24:38.093Z | Downloaded ciborium v0.2.2 |
| 523 | 2026-08-28T21:24:38.096Z | Downloaded fixedbitset v0.4.2 |
| 524 | 2026-08-28T21:24:38.096Z | Downloaded futures-core v0.3.32 |
| 525 | 2026-08-28T21:24:38.096Z | Downloaded gethostname v0.5.0 |
| 526 | 2026-08-28T21:24:38.096Z | Downloaded headers-core v0.3.0 |
| 527 | 2026-08-28T21:24:38.099Z | Downloaded arrayref v0.3.9 |
| 528 | 2026-08-28T21:24:38.099Z | Downloaded base16ct v0.2.0 |
| 529 | 2026-08-28T21:24:38.099Z | Downloaded castaway v0.2.4 |
| 530 | 2026-08-28T21:24:38.102Z | Downloaded home v0.5.12 |
| 531 | 2026-08-28T21:24:38.102Z | Downloaded foreign-types-macros v0.2.3 |
| 532 | 2026-08-28T21:24:38.102Z | Downloaded hex-literal v1.1.0 |
| 533 | 2026-08-28T21:24:38.105Z | Downloaded block-padding v0.4.2 |
| 534 | 2026-08-28T21:24:38.105Z | Downloaded cfg_aliases v0.1.1 |
| 535 | 2026-08-28T21:24:38.105Z | Downloaded cfg_aliases v0.2.1 |
| 536 | 2026-08-28T21:24:38.105Z | Downloaded block-buffer v0.12.1 |
| 537 | 2026-08-28T21:24:38.108Z | Downloaded hex v0.4.3 |
| 538 | 2026-08-28T21:24:38.108Z | Downloaded hubpack v0.1.2 |
| 539 | 2026-08-28T21:24:38.109Z | Downloaded fd-lock v4.0.4 |
| 540 | 2026-08-28T21:24:38.111Z | Downloaded foreign-types v0.3.2 |
| 541 | 2026-08-28T21:24:38.111Z | Downloaded foreign-types v0.5.0 |
| 542 | 2026-08-28T21:24:38.111Z | Downloaded hash32 v0.2.1 |
| 543 | 2026-08-28T21:24:38.111Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2026-08-28T21:24:38.111Z | Downloaded cobs v0.3.0 |
| 545 | 2026-08-28T21:24:38.116Z | Downloaded bit-set v0.5.3 |
| 546 | 2026-08-28T21:24:38.116Z | Downloaded flagset v0.4.7 |
| 547 | 2026-08-28T21:24:38.119Z | Downloaded enum_dispatch v0.3.13 |
| 548 | 2026-08-28T21:24:38.119Z | Downloaded http-body-util v0.1.3 |
| 549 | 2026-08-28T21:24:38.123Z | Downloaded foreign-types-shared v0.3.1 |
| 550 | 2026-08-28T21:24:38.123Z | Downloaded float-ord v0.3.2 |
| 551 | 2026-08-28T21:24:38.123Z | Downloaded array-init v0.0.4 |
| 552 | 2026-08-28T21:24:38.123Z | Downloaded hostname v0.4.2 |
| 553 | 2026-08-28T21:24:38.127Z | Downloaded globwalk v0.9.1 |
| 554 | 2026-08-28T21:24:38.130Z | Downloaded ghash v0.6.0 |
| 555 | 2026-08-28T21:24:38.130Z | Downloaded git-stub v1.0.0 |
| 556 | 2026-08-28T21:24:38.130Z | Downloaded httpdate v1.0.3 |
| 557 | 2026-08-28T21:24:38.133Z | Downloaded newline-converter v0.3.0 |
| 558 | 2026-08-28T21:24:38.136Z | Downloaded num_threads v0.1.7 |
| 559 | 2026-08-28T21:24:38.136Z | Downloaded embedded-io v0.6.1 |
| 560 | 2026-08-28T21:24:38.139Z | Downloaded http-range v0.1.5 |
| 561 | 2026-08-28T21:24:38.139Z | Downloaded nodrop v0.1.14 |
| 562 | 2026-08-28T21:24:38.139Z | Downloaded normalize-line-endings v0.3.0 |
| 563 | 2026-08-28T21:24:38.139Z | Downloaded ciborium-ll v0.2.2 |
| 564 | 2026-08-28T21:24:38.142Z | Downloaded compression-core v0.4.31 |
| 565 | 2026-08-28T21:24:38.142Z | Downloaded hubpack_derive v0.1.1 |
| 566 | 2026-08-28T21:24:38.147Z | Downloaded ciborium-io v0.2.2 |
| 567 | 2026-08-28T21:24:38.150Z | Downloaded nibble_vec v0.1.0 |
| 568 | 2026-08-28T21:24:38.150Z | Downloaded env_filter v2.0.0 |
| 569 | 2026-08-28T21:24:38.153Z | Downloaded bs58 v0.5.1 |
| 570 | 2026-08-28T21:24:38.153Z | Downloaded fallible-iterator v0.2.0 |
| 571 | 2026-08-28T21:24:38.153Z | Downloaded ff v0.14.0 |
| 572 | 2026-08-28T21:24:38.153Z | Downloaded bitfield v0.19.4 |
| 573 | 2026-08-28T21:24:38.156Z | Downloaded bitflags v1.3.2 |
| 574 | 2026-08-28T21:24:38.156Z | Downloaded find-msvc-tools v0.1.9 |
| 575 | 2026-08-28T21:24:38.156Z | Downloaded foldhash v0.2.0 |
| 576 | 2026-08-28T21:24:38.160Z | Downloaded group v0.14.0 |
| 577 | 2026-08-28T21:24:38.160Z | Downloaded hash32 v0.3.1 |
| 578 | 2026-08-28T21:24:38.160Z | Downloaded ena v0.14.4 |
| 579 | 2026-08-28T21:24:38.160Z | Downloaded env_logger v0.11.11 |
| 580 | 2026-08-28T21:24:38.163Z | Downloaded proc-macro-crate v1.3.1 |
| 581 | 2026-08-28T21:24:38.163Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 582 | 2026-08-28T21:24:38.163Z | Downloaded oxide-generation-macros v0.2.0 |
| 583 | 2026-08-28T21:24:38.163Z | Downloaded proc-macro-crate v3.4.0 |
| 584 | 2026-08-28T21:24:38.166Z | Downloaded progenitor-macro v0.13.0 |
| 585 | 2026-08-28T21:24:38.166Z | Downloaded fs_extra v1.3.0 |
| 586 | 2026-08-28T21:24:38.171Z | Downloaded phf_shared v0.11.3 |
| 587 | 2026-08-28T21:24:38.174Z | Downloaded rustc_version v0.1.7 |
| 588 | 2026-08-28T21:24:38.177Z | Downloaded powerfmt v0.2.0 |
| 589 | 2026-08-28T21:24:38.177Z | Downloaded predicates-core v1.0.10 |
| 590 | 2026-08-28T21:24:38.177Z | Downloaded secrecy v0.8.0 |
| 591 | 2026-08-28T21:24:38.177Z | Downloaded radium v0.7.0 |
| 592 | 2026-08-28T21:24:38.180Z | Downloaded signature v2.2.0 |
| 593 | 2026-08-28T21:24:38.180Z | Downloaded git-stub-vcs v0.1.0 |
| 594 | 2026-08-28T21:24:38.184Z | Downloaded bit-vec v0.6.3 |
| 595 | 2026-08-28T21:24:38.187Z | Downloaded camino-tempfile-ext v0.3.3 |
| 596 | 2026-08-28T21:24:38.187Z | Downloaded async-trait v0.1.89 |
| 597 | 2026-08-28T21:24:38.191Z | Downloaded globset v0.4.18 |
| 598 | 2026-08-28T21:24:38.194Z | Downloaded compression-codecs v0.4.37 |
| 599 | 2026-08-28T21:24:38.194Z | Downloaded num_enum v0.5.11 |
| 600 | 2026-08-28T21:24:38.197Z | Downloaded cexpr v0.6.0 |
| 601 | 2026-08-28T21:24:38.201Z | Downloaded chacha20 v0.9.1 |
| 602 | 2026-08-28T21:24:38.201Z | Downloaded glob v0.3.3 |
| 603 | 2026-08-28T21:24:38.201Z | Downloaded byte-wrapper v0.1.0 |
| 604 | 2026-08-28T21:24:38.204Z | Downloaded blake2 v0.11.0-rc.6 |
| 605 | 2026-08-28T21:24:38.207Z | Downloaded const-oid v0.9.6 |
| 606 | 2026-08-28T21:24:38.207Z | Downloaded sqlparser_derive v0.5.0 |
| 607 | 2026-08-28T21:24:38.207Z | Downloaded supports-unicode v3.0.0 |
| 608 | 2026-08-28T21:24:38.210Z | Downloaded foldhash v0.1.5 |
| 609 | 2026-08-28T21:24:38.213Z | Downloaded bcs v0.1.6 |
| 610 | 2026-08-28T21:24:38.213Z | Downloaded argon2 v0.5.3 |
| 611 | 2026-08-28T21:24:38.216Z | Downloaded git2 v0.20.4 |
| 612 | 2026-08-28T21:24:38.220Z | Downloaded cmov v0.5.4 |
| 613 | 2026-08-28T21:24:38.223Z | Downloaded cbc v0.2.1 |
| 614 | 2026-08-28T21:24:38.223Z | Downloaded rand_core v0.10.0 |
| 615 | 2026-08-28T21:24:38.226Z | Downloaded siphasher v1.0.2 |
| 616 | 2026-08-28T21:24:38.226Z | Downloaded tokio-test v0.4.5 |
| 617 | 2026-08-28T21:24:38.226Z | Downloaded structmeta-derive v0.3.0 |
| 618 | 2026-08-28T21:24:38.230Z | Downloaded subtle v2.6.1 |
| 619 | 2026-08-28T21:24:38.230Z | Downloaded structmeta v0.3.0 |
| 620 | 2026-08-28T21:24:38.230Z | Downloaded rand_core v0.6.4 |
| 621 | 2026-08-28T21:24:38.233Z | Downloaded rand_core v0.9.5 |
| 622 | 2026-08-28T21:24:38.233Z | Downloaded allocator-api2 v0.2.21 |
| 623 | 2026-08-28T21:24:38.237Z | Downloaded num-integer v0.1.46 |
| 624 | 2026-08-28T21:24:38.237Z | Downloaded sec1 v0.7.3 |
| 625 | 2026-08-28T21:24:38.240Z | Downloaded sec1 v0.8.1 |
| 626 | 2026-08-28T21:24:38.240Z | Downloaded utf-8 v0.7.6 |
| 627 | 2026-08-28T21:24:38.244Z | Downloaded xattr v1.6.1 |
| 628 | 2026-08-28T21:24:38.244Z | Downloaded zeroize_derive v1.5.0 |
| 629 | 2026-08-28T21:24:38.247Z | Downloaded half v1.8.3 |
| 630 | 2026-08-28T21:24:38.250Z | Downloaded hmac v0.12.1 |
| 631 | 2026-08-28T21:24:38.250Z | Downloaded phf v0.12.1 |
| 632 | 2026-08-28T21:24:38.250Z | Downloaded phf v0.13.1 |
| 633 | 2026-08-28T21:24:38.250Z | Downloaded predicates v3.1.4 |
| 634 | 2026-08-28T21:24:38.253Z | Downloaded httparse v1.10.1 |
| 635 | 2026-08-28T21:24:38.253Z | Downloaded untrusted v0.7.1 |
| 636 | 2026-08-28T21:24:38.256Z | Downloaded ar_archive_writer v0.5.1 |
| 637 | 2026-08-28T21:24:38.256Z | Downloaded fs-err v2.11.0 |
| 638 | 2026-08-28T21:24:38.256Z | Downloaded group v0.13.0 |
| 639 | 2026-08-28T21:24:38.259Z | Downloaded bzip2 v0.6.1 |
| 640 | 2026-08-28T21:24:38.260Z | Downloaded console v0.15.11 |
| 641 | 2026-08-28T21:24:38.263Z | Downloaded clang-sys v1.8.1 |
| 642 | 2026-08-28T21:24:38.263Z | Downloaded argon2 v0.6.0-rc.8 |
| 643 | 2026-08-28T21:24:38.267Z | Downloaded bzip2 v0.4.4 |
| 644 | 2026-08-28T21:24:38.267Z | Downloaded ssh-cipher v0.3.0 |
| 645 | 2026-08-28T21:24:38.267Z | Downloaded console v0.16.2 |
| 646 | 2026-08-28T21:24:38.267Z | Downloaded ssh-encoding v0.3.0 |
| 647 | 2026-08-28T21:24:38.270Z | Downloaded cipher v0.4.4 |
| 648 | 2026-08-28T21:24:38.271Z | Downloaded colored v3.1.1 |
| 649 | 2026-08-28T21:24:38.271Z | Downloaded buf-list v1.1.2 |
| 650 | 2026-08-28T21:24:38.271Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 651 | 2026-08-28T21:24:38.274Z | Downloaded fatfs v0.3.6 |
| 652 | 2026-08-28T21:24:38.274Z | Downloaded rpassword v7.5.4 |
| 653 | 2026-08-28T21:24:38.277Z | Downloaded want v0.3.1 |
| 654 | 2026-08-28T21:24:38.277Z | Downloaded convert_case v0.4.0 |
| 655 | 2026-08-28T21:24:38.277Z | Downloaded backon v1.6.0 |
| 656 | 2026-08-28T21:24:38.280Z | Downloaded base64 v0.22.1 |
| 657 | 2026-08-28T21:24:38.280Z | Downloaded postcard v1.1.3 |
| 658 | 2026-08-28T21:24:38.283Z | Downloaded futures-channel v0.3.32 |
| 659 | 2026-08-28T21:24:38.283Z | Downloaded half v2.7.1 |
| 660 | 2026-08-28T21:24:38.283Z | Downloaded synstructure v0.13.2 |
| 661 | 2026-08-28T21:24:38.286Z | Downloaded darling_macro v0.20.11 |
| 662 | 2026-08-28T21:24:38.286Z | Downloaded cipher v0.5.2 |
| 663 | 2026-08-28T21:24:38.286Z | Downloaded schemars_derive v0.8.22 |
| 664 | 2026-08-28T21:24:38.287Z | Downloaded time-macros v0.2.27 |
| 665 | 2026-08-28T21:24:38.290Z | Downloaded serde_tokenstream v0.3.0 |
| 666 | 2026-08-28T21:24:38.290Z | Downloaded futures v0.3.32 |
| 667 | 2026-08-28T21:24:38.293Z | Downloaded serde_with_macros v1.5.2 |
| 668 | 2026-08-28T21:24:38.293Z | Downloaded tls_codec v0.4.2 |
| 669 | 2026-08-28T21:24:38.293Z | Downloaded slab v0.4.12 |
| 670 | 2026-08-28T21:24:38.293Z | Downloaded slog-term v2.9.2 |
| 671 | 2026-08-28T21:24:38.296Z | Downloaded tokio-dtrace v0.1.1 |
| 672 | 2026-08-28T21:24:38.296Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 673 | 2026-08-28T21:24:38.296Z | Downloaded cstr-argument v0.1.2 |
| 674 | 2026-08-28T21:24:38.296Z | Downloaded dof v0.4.0 |
| 675 | 2026-08-28T21:24:38.299Z | Downloaded debug-ignore v1.0.5 |
| 676 | 2026-08-28T21:24:38.299Z | Downloaded defmt v0.3.100 |
| 677 | 2026-08-28T21:24:38.299Z | Downloaded difflib v0.4.0 |
| 678 | 2026-08-28T21:24:38.299Z | Downloaded thread_local v1.1.9 |
| 679 | 2026-08-28T21:24:38.303Z | Downloaded wyz v0.5.1 |
| 680 | 2026-08-28T21:24:38.306Z | Downloaded hyper-tls v0.6.0 |
| 681 | 2026-08-28T21:24:38.309Z | Downloaded parking_lot v0.12.5 |
| 682 | 2026-08-28T21:24:38.309Z | Downloaded parking_lot v0.11.2 |
| 683 | 2026-08-28T21:24:38.309Z | Downloaded instant v0.1.13 |
| 684 | 2026-08-28T21:24:38.309Z | Downloaded parking_lot_core v0.9.12 |
| 685 | 2026-08-28T21:24:38.313Z | Downloaded pkcs8 v0.11.0 |
| 686 | 2026-08-28T21:24:38.313Z | Downloaded poly1305 v0.8.0 |
| 687 | 2026-08-28T21:24:38.316Z | Downloaded tui-tree-widget v0.23.1 |
| 688 | 2026-08-28T21:24:38.316Z | Downloaded corncobs v0.1.4 |
| 689 | 2026-08-28T21:24:38.316Z | Downloaded getrandom v0.3.4 |
| 690 | 2026-08-28T21:24:38.319Z | Downloaded dtrace-parser v0.3.0 |
| 691 | 2026-08-28T21:24:38.320Z | Downloaded generic-array v1.4.3 |
| 692 | 2026-08-28T21:24:38.320Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 693 | 2026-08-28T21:24:38.320Z | Downloaded hmac v0.13.0 |
| 694 | 2026-08-28T21:24:38.323Z | Downloaded chacha20 v0.10.0 |
| 695 | 2026-08-28T21:24:38.323Z | Downloaded omicron-zone-package v0.12.3 |
| 696 | 2026-08-28T21:24:38.326Z | Downloaded spin v0.9.8 |
| 697 | 2026-08-28T21:24:38.326Z | Downloaded blake2 v0.10.6 |
| 698 | 2026-08-28T21:24:38.329Z | Downloaded zone_cfg_derive v0.3.1 |
| 699 | 2026-08-28T21:24:38.329Z | Downloaded critical-section v1.2.0 |
| 700 | 2026-08-28T21:24:38.333Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-08-28T21:24:38.337Z | Downloaded instability v0.3.11 |
| 702 | 2026-08-28T21:24:38.337Z | Downloaded is_ci v1.2.0 |
| 703 | 2026-08-28T21:24:38.340Z | Downloaded jiff-static v0.2.34 |
| 704 | 2026-08-28T21:24:38.340Z | Downloaded uzers v0.12.2 |
| 705 | 2026-08-28T21:24:38.343Z | Downloaded lru-slab v0.1.2 |
| 706 | 2026-08-28T21:24:38.343Z | Downloaded match_cfg v0.1.0 |
| 707 | 2026-08-28T21:24:38.343Z | Downloaded whoami v1.6.1 |
| 708 | 2026-08-28T21:24:38.347Z | Downloaded libscf-sys v1.2.0 |
| 709 | 2026-08-28T21:24:38.347Z | Downloaded term v1.2.1 |
| 710 | 2026-08-28T21:24:38.347Z | Downloaded progenitor-impl v0.14.0 |
| 711 | 2026-08-28T21:24:38.350Z | Downloaded cancel-safe-futures v0.1.5 |
| 712 | 2026-08-28T21:24:38.350Z | Downloaded tokio-stream v0.1.18 |
| 713 | 2026-08-28T21:24:38.353Z | Downloaded diesel-dtrace v0.5.0 |
| 714 | 2026-08-28T21:24:38.353Z | Downloaded maybe-uninit v2.0.0 |
| 715 | 2026-08-28T21:24:38.356Z | Downloaded serde_with_macros v3.21.0 |
| 716 | 2026-08-28T21:24:38.357Z | Downloaded num_enum_derive v0.5.11 |
| 717 | 2026-08-28T21:24:38.357Z | Downloaded openssl-probe v0.1.6 |
| 718 | 2026-08-28T21:24:38.360Z | Downloaded tracing-attributes v0.1.31 |
| 719 | 2026-08-28T21:24:38.360Z | Downloaded ryu v1.0.23 |
| 720 | 2026-08-28T21:24:38.363Z | Downloaded backoff v0.4.0 |
| 721 | 2026-08-28T21:24:38.367Z | Downloaded vergen v9.1.0 |
| 722 | 2026-08-28T21:24:38.367Z | Downloaded ingot v0.2.1 |
| 723 | 2026-08-28T21:24:38.370Z | Downloaded kem v0.3.0 |
| 724 | 2026-08-28T21:24:38.373Z | Downloaded rand_xorshift v0.4.0 |
| 725 | 2026-08-28T21:24:38.373Z | Downloaded oso v0.27.3 |
| 726 | 2026-08-28T21:24:38.377Z | Downloaded papergrid v0.18.0 |
| 727 | 2026-08-28T21:24:38.380Z | Downloaded parking_lot_core v0.8.6 |
| 728 | 2026-08-28T21:24:38.380Z | Downloaded russh-util v0.52.0 |
| 729 | 2026-08-28T21:24:38.380Z | Downloaded digest v0.11.3 |
| 730 | 2026-08-28T21:24:38.380Z | Downloaded dunce v1.0.5 |
| 731 | 2026-08-28T21:24:38.383Z | Downloaded heapless v0.8.0 |
| 732 | 2026-08-28T21:24:38.383Z | Downloaded percent-encoding v2.3.2 |
| 733 | 2026-08-28T21:24:38.383Z | Downloaded heapless v0.7.17 |
| 734 | 2026-08-28T21:24:38.386Z | Downloaded unicode-properties v0.1.4 |
| 735 | 2026-08-28T21:24:38.392Z | Downloaded blowfish v0.10.0 |
| 736 | 2026-08-28T21:24:38.395Z | Downloaded bytes v1.11.1 |
| 737 | 2026-08-28T21:24:38.395Z | Downloaded scopeguard v1.2.0 |
| 738 | 2026-08-28T21:24:38.399Z | Downloaded hickory-resolver v0.24.4 |
| 739 | 2026-08-28T21:24:38.399Z | Downloaded arc-swap v1.8.2 |
| 740 | 2026-08-28T21:24:38.403Z | Downloaded flate2 v1.1.9 |
| 741 | 2026-08-28T21:24:38.406Z | Downloaded linear-map v1.2.0 |
| 742 | 2026-08-28T21:24:38.406Z | Downloaded oxide-update-engine-types v0.1.2 |
| 743 | 2026-08-28T21:24:38.406Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 744 | 2026-08-28T21:24:38.406Z | Downloaded sigpipe v0.1.3 |
| 745 | 2026-08-28T21:24:38.410Z | Downloaded progenitor-impl v0.13.0 |
| 746 | 2026-08-28T21:24:38.410Z | Downloaded test-strategy v0.4.5 |
| 747 | 2026-08-28T21:24:38.413Z | Downloaded derive_builder v0.20.2 |
| 748 | 2026-08-28T21:24:38.413Z | Downloaded mime v0.3.17 |
| 749 | 2026-08-28T21:24:38.416Z | Downloaded num_enum v0.7.6 |
| 750 | 2026-08-28T21:24:38.416Z | Downloaded tokio-macros v2.7.0 |
| 751 | 2026-08-28T21:24:38.420Z | Downloaded schemars v0.8.22 |
| 752 | 2026-08-28T21:24:38.424Z | Downloaded serde_spanned v1.1.1 |
| 753 | 2026-08-28T21:24:38.427Z | Downloaded serde_urlencoded v0.7.1 |
| 754 | 2026-08-28T21:24:38.427Z | Downloaded paste v1.0.15 |
| 755 | 2026-08-28T21:24:38.430Z | Downloaded scuffle v0.1.0 |
| 756 | 2026-08-28T21:24:38.430Z | Downloaded xshell v0.2.7 |
| 757 | 2026-08-28T21:24:38.430Z | Downloaded hybrid-array v0.4.13 |
| 758 | 2026-08-28T21:24:38.434Z | Downloaded libefi-sys v0.1.0 |
| 759 | 2026-08-28T21:24:38.434Z | Downloaded postgres-protocol v0.6.10 |
| 760 | 2026-08-28T21:24:38.434Z | Downloaded quick-error v1.2.3 |
| 761 | 2026-08-28T21:24:38.434Z | Downloaded rand_seeder v0.4.0 |
| 762 | 2026-08-28T21:24:38.437Z | Downloaded resolv-conf v0.7.6 |
| 763 | 2026-08-28T21:24:38.437Z | Downloaded multer v3.1.0 |
| 764 | 2026-08-28T21:24:38.437Z | Downloaded topological-sort v0.2.2 |
| 765 | 2026-08-28T21:24:38.437Z | Downloaded usdt-attr-macro v0.6.0 |
| 766 | 2026-08-28T21:24:38.443Z | Downloaded signal-hook-mio v0.2.5 |
| 767 | 2026-08-28T21:24:38.443Z | Downloaded module-lattice v0.2.3 |
| 768 | 2026-08-28T21:24:38.443Z | Downloaded zerofrom-derive v0.1.6 |
| 769 | 2026-08-28T21:24:38.443Z | Downloaded strum v0.26.3 |
| 770 | 2026-08-28T21:24:38.443Z | Downloaded tabwriter v1.4.1 |
| 771 | 2026-08-28T21:24:38.443Z | Downloaded scroll v0.13.0 |
| 772 | 2026-08-28T21:24:38.443Z | Downloaded flume v0.11.1 |
| 773 | 2026-08-28T21:24:38.447Z | Downloaded sponge-cursor v0.1.0 |
| 774 | 2026-08-28T21:24:38.447Z | Downloaded testing_table v0.3.0 |
| 775 | 2026-08-28T21:24:38.447Z | Downloaded darling v0.20.11 |
| 776 | 2026-08-28T21:24:38.447Z | Downloaded chumsky v0.9.3 |
| 777 | 2026-08-28T21:24:38.451Z | Downloaded headers v0.4.1 |
| 778 | 2026-08-28T21:24:38.454Z | Downloaded p384 v0.14.0 |
| 779 | 2026-08-28T21:24:38.454Z | Downloaded pem-rfc7468 v1.0.0 |
| 780 | 2026-08-28T21:24:38.454Z | Downloaded zopfli v0.8.3 |
| 781 | 2026-08-28T21:24:38.457Z | Downloaded crc-any v2.5.0 |
| 782 | 2026-08-28T21:24:38.458Z | Downloaded serde_path_to_error v0.1.20 |
| 783 | 2026-08-28T21:24:38.458Z | Downloaded peg-macros v0.8.5 |
| 784 | 2026-08-28T21:24:38.458Z | Downloaded hickory-resolver v0.25.2 |
| 785 | 2026-08-28T21:24:38.462Z | Downloaded http v1.4.2 |
| 786 | 2026-08-28T21:24:38.465Z | Downloaded universal-hash v0.5.1 |
| 787 | 2026-08-28T21:24:38.465Z | Downloaded unicode-xid v0.2.6 |
| 788 | 2026-08-28T21:24:38.468Z | Downloaded mime_guess v2.0.5 |
| 789 | 2026-08-28T21:24:38.468Z | Downloaded proc-macro-error2 v2.0.1 |
| 790 | 2026-08-28T21:24:38.472Z | Downloaded strum_macros v0.27.2 |
| 791 | 2026-08-28T21:24:38.472Z | Downloaded expectorate v1.2.0 |
| 792 | 2026-08-28T21:24:38.475Z | Downloaded backtrace v0.3.76 |
| 793 | 2026-08-28T21:24:38.478Z | Downloaded base64 v0.21.7 |
| 794 | 2026-08-28T21:24:38.478Z | Downloaded idna_adapter v1.2.1 |
| 795 | 2026-08-28T21:24:38.479Z | Downloaded rsa v0.9.10 |
| 796 | 2026-08-28T21:24:38.482Z | Downloaded unsafe-libyaml v0.2.11 |
| 797 | 2026-08-28T21:24:38.486Z | Downloaded tokio-tungstenite v0.21.0 |
| 798 | 2026-08-28T21:24:38.486Z | Downloaded signal-hook v0.3.18 |
| 799 | 2026-08-28T21:24:38.486Z | Downloaded ppv-lite86 v0.2.21 |
| 800 | 2026-08-28T21:24:38.490Z | Downloaded progenitor-client v0.14.0 |
| 801 | 2026-08-28T21:24:38.490Z | Downloaded progenitor-extras v0.2.0 |
| 802 | 2026-08-28T21:24:38.490Z | Downloaded cpubits v0.1.1 |
| 803 | 2026-08-28T21:24:38.490Z | Downloaded poly1305 v0.9.0 |
| 804 | 2026-08-28T21:24:38.490Z | Downloaded rustls-platform-verifier v0.6.2 |
| 805 | 2026-08-28T21:24:38.494Z | Downloaded serde-hex v0.1.0 |
| 806 | 2026-08-28T21:24:38.494Z | Downloaded inout v0.2.2 |
| 807 | 2026-08-28T21:24:38.498Z | Downloaded linked-hash-map v0.5.6 |
| 808 | 2026-08-28T21:24:38.498Z | Downloaded dirs-next v2.0.0 |
| 809 | 2026-08-28T21:24:38.498Z | Downloaded lru-cache v0.1.2 |
| 810 | 2026-08-28T21:24:38.498Z | Downloaded md-5 v0.10.6 |
| 811 | 2026-08-28T21:24:38.501Z | Downloaded quinn-udp v0.5.14 |
| 812 | 2026-08-28T21:24:38.502Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 813 | 2026-08-28T21:24:38.505Z | Downloaded hashbrown v0.12.3 |
| 814 | 2026-08-28T21:24:38.505Z | Downloaded hashbrown v0.13.2 |
| 815 | 2026-08-28T21:24:38.509Z | Downloaded slog-json v2.6.1 |
| 816 | 2026-08-28T21:24:38.509Z | Downloaded bumpalo v3.20.2 |
| 817 | 2026-08-28T21:24:38.509Z | Downloaded chacha20poly1305 v0.10.1 |
| 818 | 2026-08-28T21:24:38.513Z | Downloaded compact_str v0.8.1 |
| 819 | 2026-08-28T21:24:38.513Z | Downloaded crossbeam-utils v0.8.21 |
| 820 | 2026-08-28T21:24:38.513Z | Downloaded similar v2.7.0 |
| 821 | 2026-08-28T21:24:38.518Z | Downloaded zeroize v1.9.0 |
| 822 | 2026-08-28T21:24:38.523Z | Downloaded owo-colors v4.3.0 |
| 823 | 2026-08-28T21:24:38.526Z | Downloaded constant_time_eq v0.4.2 |
| 824 | 2026-08-28T21:24:38.526Z | Downloaded oxide-update-engine-display v0.1.2 |
| 825 | 2026-08-28T21:24:38.530Z | Downloaded smallvec v0.6.14 |
| 826 | 2026-08-28T21:24:38.530Z | Downloaded newtype_derive v0.1.6 |
| 827 | 2026-08-28T21:24:38.530Z | Downloaded num-conv v0.2.0 |
| 828 | 2026-08-28T21:24:38.530Z | Downloaded sqlformat v0.3.5 |
| 829 | 2026-08-28T21:24:38.533Z | Downloaded indent_write v2.2.0 |
| 830 | 2026-08-28T21:24:38.533Z | Downloaded darling_core v0.20.11 |
| 831 | 2026-08-28T21:24:38.533Z | Downloaded async-compression v0.4.41 |
| 832 | 2026-08-28T21:24:38.537Z | Downloaded csv-core v0.1.13 |
| 833 | 2026-08-28T21:24:38.538Z | Downloaded openssl-probe v0.2.1 |
| 834 | 2026-08-28T21:24:38.541Z | Downloaded slog-async v2.8.0 |
| 835 | 2026-08-28T21:24:38.541Z | Downloaded num-complex v0.4.6 |
| 836 | 2026-08-28T21:24:38.541Z | Downloaded pkcs1 v0.7.5 |
| 837 | 2026-08-28T21:24:38.541Z | Downloaded document-features v0.2.12 |
| 838 | 2026-08-28T21:24:38.541Z | Downloaded trait-variant v0.1.2 |
| 839 | 2026-08-28T21:24:38.545Z | Downloaded ecdsa v0.16.9 |
| 840 | 2026-08-28T21:24:38.545Z | Downloaded yoke v0.8.1 |
| 841 | 2026-08-28T21:24:38.545Z | Downloaded packed_struct_codegen v0.10.1 |
| 842 | 2026-08-28T21:24:38.545Z | Downloaded vergen-lib v0.1.6 |
| 843 | 2026-08-28T21:24:38.548Z | Downloaded progenitor-macro v0.14.0 |
| 844 | 2026-08-28T21:24:38.549Z | Downloaded vergen-gitcl v1.0.8 |
| 845 | 2026-08-28T21:24:38.549Z | Downloaded zstd-safe v7.2.4 |
| 846 | 2026-08-28T21:24:38.549Z | Downloaded rsa v0.10.0-rc.18 |
| 847 | 2026-08-28T21:24:38.552Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 848 | 2026-08-28T21:24:38.552Z | Downloaded usdt-impl v0.6.0 |
| 849 | 2026-08-28T21:24:38.555Z | Downloaded writeable v0.6.2 |
| 850 | 2026-08-28T21:24:38.555Z | Downloaded kstat-rs v0.2.5 |
| 851 | 2026-08-28T21:24:38.555Z | Downloaded olpc-cjson v0.1.4 |
| 852 | 2026-08-28T21:24:38.558Z | Downloaded libsw v3.5.0 |
| 853 | 2026-08-28T21:24:38.558Z | Downloaded sapling-renderdag v0.1.0 |
| 854 | 2026-08-28T21:24:38.558Z | Downloaded seq-macro v0.3.6 |
| 855 | 2026-08-28T21:24:38.558Z | Downloaded recursive v0.1.1 |
| 856 | 2026-08-28T21:24:38.562Z | Downloaded hickory-server v0.25.2 |
| 857 | 2026-08-28T21:24:38.562Z | Downloaded zerotrie v0.2.3 |
| 858 | 2026-08-28T21:24:38.565Z | Downloaded indexmap v1.9.3 |
| 859 | 2026-08-28T21:24:38.565Z | Downloaded salsa20 v0.11.0 |
| 860 | 2026-08-28T21:24:38.568Z | Downloaded data-encoding v2.10.0 |
| 861 | 2026-08-28T21:24:38.568Z | Downloaded defmt v1.0.1 |
| 862 | 2026-08-28T21:24:38.571Z | Downloaded slog-bunyan v2.5.0 |
| 863 | 2026-08-28T21:24:38.571Z | Downloaded russh-cryptovec v0.62.0 |
| 864 | 2026-08-28T21:24:38.576Z | Downloaded defmt-macros v1.0.1 |
| 865 | 2026-08-28T21:24:38.579Z | Downloaded crc32fast v1.5.0 |
| 866 | 2026-08-28T21:24:38.579Z | Downloaded crossbeam-epoch v0.9.18 |
| 867 | 2026-08-28T21:24:38.582Z | Downloaded knus v3.4.0 |
| 868 | 2026-08-28T21:24:38.582Z | Downloaded daft v0.1.8 |
| 869 | 2026-08-28T21:24:38.585Z | Downloaded socket2 v0.5.10 |
| 870 | 2026-08-28T21:24:38.585Z | Downloaded subprocess v0.2.15 |
| 871 | 2026-08-28T21:24:38.588Z | Downloaded sha1 v0.11.0 |
| 872 | 2026-08-28T21:24:38.592Z | Downloaded supports-color v3.0.2 |
| 873 | 2026-08-28T21:24:38.592Z | Downloaded packed_struct v0.10.1 |
| 874 | 2026-08-28T21:24:38.592Z | Downloaded pem-rfc7468 v0.7.0 |
| 875 | 2026-08-28T21:24:38.595Z | Downloaded rustls-native-certs v0.8.3 |
| 876 | 2026-08-28T21:24:38.599Z | Downloaded yoke-derive v0.8.1 |
| 877 | 2026-08-28T21:24:38.599Z | Downloaded darling_macro v0.21.3 |
| 878 | 2026-08-28T21:24:38.603Z | Downloaded rustversion v1.0.22 |
| 879 | 2026-08-28T21:24:38.607Z | Downloaded rustyline v14.0.0 |
| 880 | 2026-08-28T21:24:38.610Z | Downloaded thread-id v5.1.0 |
| 881 | 2026-08-28T21:24:38.610Z | Downloaded miette-derive v7.6.0 |
| 882 | 2026-08-28T21:24:38.614Z | Downloaded ingot-macros v0.2.0 |
| 883 | 2026-08-28T21:24:38.614Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 884 | 2026-08-28T21:24:38.617Z | Downloaded serde_derive_internals v0.29.1 |
| 885 | 2026-08-28T21:24:38.617Z | Downloaded slog-dtrace v0.3.0 |
| 886 | 2026-08-28T21:24:38.621Z | Downloaded tungstenite v0.21.0 |
| 887 | 2026-08-28T21:24:38.621Z | Downloaded x509-cert v0.2.5 |
| 888 | 2026-08-28T21:24:38.624Z | Downloaded cc v1.2.56 |
| 889 | 2026-08-28T21:24:38.628Z | Downloaded icu_locale_core v2.1.1 |
| 890 | 2026-08-28T21:24:38.631Z | Downloaded icu_properties v2.1.2 |
| 891 | 2026-08-28T21:24:38.631Z | Downloaded pbkdf2 v0.13.0 |
| 892 | 2026-08-28T21:24:38.634Z | Downloaded string_cache v0.8.9 |
| 893 | 2026-08-28T21:24:38.634Z | Downloaded stringprep v0.1.5 |
| 894 | 2026-08-28T21:24:38.634Z | Downloaded sync_wrapper v1.0.2 |
| 895 | 2026-08-28T21:24:38.637Z | Downloaded dsl_auto_type v0.2.0 |
| 896 | 2026-08-28T21:24:38.640Z | Downloaded downcast-rs v2.0.2 |
| 897 | 2026-08-28T21:24:38.643Z | Downloaded nonempty v0.12.0 |
| 898 | 2026-08-28T21:24:38.646Z | Downloaded num-iter v0.1.45 |
| 899 | 2026-08-28T21:24:38.646Z | Downloaded unicase v2.9.0 |
| 900 | 2026-08-28T21:24:38.647Z | Downloaded walkdir v2.5.0 |
| 901 | 2026-08-28T21:24:38.651Z | Downloaded r2d2 v0.8.10 |
| 902 | 2026-08-28T21:24:38.654Z | Downloaded scroll_derive v0.13.1 |
| 903 | 2026-08-28T21:24:38.654Z | Downloaded derive_more v0.99.20 |
| 904 | 2026-08-28T21:24:38.657Z | Downloaded postgres-types v0.2.12 |
| 905 | 2026-08-28T21:24:38.657Z | Downloaded vergen-git2 v9.1.0 |
| 906 | 2026-08-28T21:24:38.660Z | Downloaded inout v0.1.4 |
| 907 | 2026-08-28T21:24:38.660Z | Downloaded maplit v1.0.2 |
| 908 | 2026-08-28T21:24:38.660Z | Downloaded phf_shared v0.12.1 |
| 909 | 2026-08-28T21:24:38.663Z | Downloaded hyper-rustls v0.27.7 |
| 910 | 2026-08-28T21:24:38.663Z | Downloaded precomputed-hash v0.1.1 |
| 911 | 2026-08-28T21:24:38.663Z | Downloaded ref-cast-impl v1.0.25 |
| 912 | 2026-08-28T21:24:38.663Z | Downloaded derive_more v2.1.1 |
| 913 | 2026-08-28T21:24:38.669Z | Downloaded ed25519 v3.0.0 |
| 914 | 2026-08-28T21:24:38.672Z | Downloaded unicode-segmentation v1.12.0 |
| 915 | 2026-08-28T21:24:38.672Z | Downloaded tinyvec v1.10.0 |
| 916 | 2026-08-28T21:24:38.675Z | Downloaded simd-adler32 v0.3.8 |
| 917 | 2026-08-28T21:24:38.675Z | Downloaded spki v0.7.3 |
| 918 | 2026-08-28T21:24:38.675Z | Downloaded psl-types v2.0.11 |
| 919 | 2026-08-28T21:24:38.675Z | Downloaded shlex v1.3.0 |
| 920 | 2026-08-28T21:24:38.678Z | Downloaded hyper-staticfile v0.10.1 |
| 921 | 2026-08-28T21:24:38.678Z | Downloaded rand_chacha v0.3.1 |
| 922 | 2026-08-28T21:24:38.678Z | Downloaded der v0.7.10 |
| 923 | 2026-08-28T21:24:38.681Z | Downloaded rfc6979 v0.6.0 |
| 924 | 2026-08-28T21:24:38.681Z | Downloaded hashbrown v0.16.1 |
| 925 | 2026-08-28T21:24:38.685Z | Downloaded hashbrown v0.15.5 |
| 926 | 2026-08-28T21:24:38.688Z | Downloaded aes v0.9.1 |
| 927 | 2026-08-28T21:24:38.692Z | Downloaded typify v0.6.2 |
| 928 | 2026-08-28T21:24:38.692Z | Downloaded rand v0.10.1 |
| 929 | 2026-08-28T21:24:38.696Z | Downloaded thiserror-no-std v2.0.2 |
| 930 | 2026-08-28T21:24:38.696Z | Downloaded strum v0.27.2 |
| 931 | 2026-08-28T21:24:38.699Z | Downloaded term v0.7.0 |
| 932 | 2026-08-28T21:24:38.702Z | Downloaded prettyplease v0.2.37 |
| 933 | 2026-08-28T21:24:38.706Z | Downloaded tap v1.0.1 |
| 934 | 2026-08-28T21:24:38.709Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 935 | 2026-08-28T21:24:38.709Z | Downloaded unarray v0.1.4 |
| 936 | 2026-08-28T21:24:38.709Z | Downloaded tar v0.4.46 |
| 937 | 2026-08-28T21:24:38.712Z | Downloaded universal-hash v0.6.1 |
| 938 | 2026-08-28T21:24:38.712Z | Downloaded convert_case v0.10.0 |
| 939 | 2026-08-28T21:24:38.712Z | Downloaded crypto-common v0.2.2 |
| 940 | 2026-08-28T21:24:38.712Z | Downloaded zstd v0.13.3 |
| 941 | 2026-08-28T21:24:38.715Z | Downloaded signal-hook-tokio v0.3.1 |
| 942 | 2026-08-28T21:24:38.715Z | Downloaded const_format_proc_macros v0.2.34 |
| 943 | 2026-08-28T21:24:38.715Z | Downloaded num_enum_derive v0.7.6 |
| 944 | 2026-08-28T21:24:38.718Z | Downloaded slog-envlogger v2.2.0 |
| 945 | 2026-08-28T21:24:38.718Z | Downloaded zerocopy v0.6.6 |
| 946 | 2026-08-28T21:24:38.721Z | Downloaded des v0.9.0 |
| 947 | 2026-08-28T21:24:38.721Z | Downloaded oxnet v0.1.6 |
| 948 | 2026-08-28T21:24:38.724Z | Downloaded phc v0.6.1 |
| 949 | 2026-08-28T21:24:38.724Z | Downloaded primeorder v0.13.6 |
| 950 | 2026-08-28T21:24:38.725Z | Downloaded secrecy v0.10.3 |
| 951 | 2026-08-28T21:24:38.725Z | Downloaded peg v0.8.5 |
| 952 | 2026-08-28T21:24:38.728Z | Downloaded rustls-pemfile v2.2.0 |
| 953 | 2026-08-28T21:24:38.731Z | Downloaded ed25519-dalek v3.0.0 |
| 954 | 2026-08-28T21:24:38.734Z | Downloaded cpufeatures v0.3.0 |
| 955 | 2026-08-28T21:24:38.737Z | Downloaded crc v3.4.0 |
| 956 | 2026-08-28T21:24:38.737Z | Downloaded darling_macro v0.23.0 |
| 957 | 2026-08-28T21:24:38.737Z | Downloaded dirs-sys-next v0.1.2 |
| 958 | 2026-08-28T21:24:38.737Z | Downloaded defmt-parser v1.0.0 |
| 959 | 2026-08-28T21:24:38.740Z | Downloaded humantime v2.3.0 |
| 960 | 2026-08-28T21:24:38.740Z | Downloaded keccak v0.2.0 |
| 961 | 2026-08-28T21:24:38.740Z | Downloaded nanorand v0.7.0 |
| 962 | 2026-08-28T21:24:38.747Z | Downloaded native-tls v0.2.18 |
| 963 | 2026-08-28T21:24:38.750Z | Downloaded parse-size v1.1.0 |
| 964 | 2026-08-28T21:24:38.750Z | Downloaded unit-prefix v0.5.2 |
| 965 | 2026-08-28T21:24:38.755Z | Downloaded keccak v0.1.6 |
| 966 | 2026-08-28T21:24:38.758Z | Downloaded dyn-clone v1.0.20 |
| 967 | 2026-08-28T21:24:38.758Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 968 | 2026-08-28T21:24:38.758Z | Downloaded num-traits v0.2.19 |
| 969 | 2026-08-28T21:24:38.761Z | Downloaded openssl-sys v0.9.117 |
| 970 | 2026-08-28T21:24:38.761Z | Downloaded slog-scope v4.4.1 |
| 971 | 2026-08-28T21:24:38.765Z | Downloaded polyval v0.7.1 |
| 972 | 2026-08-28T21:24:38.765Z | Downloaded aes-gcm v0.11.0 |
| 973 | 2026-08-28T21:24:38.768Z | Downloaded crossterm v0.28.1 |
| 974 | 2026-08-28T21:24:38.771Z | Downloaded unicode-bidi v0.3.18 |
| 975 | 2026-08-28T21:24:38.771Z | Downloaded vergen-lib v9.1.0 |
| 976 | 2026-08-28T21:24:38.771Z | Downloaded phf_shared v0.13.1 |
| 977 | 2026-08-28T21:24:38.771Z | Downloaded uuid v1.23.4 |
| 978 | 2026-08-28T21:24:38.774Z | Downloaded rand_chacha v0.9.0 |
| 979 | 2026-08-28T21:24:38.774Z | Downloaded tiny-keccak v2.0.2 |
| 980 | 2026-08-28T21:24:38.779Z | Downloaded lock_api v0.4.14 |
| 981 | 2026-08-28T21:24:38.779Z | Downloaded is-terminal v0.4.17 |
| 982 | 2026-08-28T21:24:38.779Z | Downloaded rustc-demangle v0.1.27 |
| 983 | 2026-08-28T21:24:38.782Z | Downloaded num-bigint-dig v0.8.6 |
| 984 | 2026-08-28T21:24:38.782Z | Downloaded num-rational v0.4.2 |
| 985 | 2026-08-28T21:24:38.782Z | Downloaded regex v1.12.3 |
| 986 | 2026-08-28T21:24:38.786Z | Downloaded tower-http v0.6.8 |
| 987 | 2026-08-28T21:24:38.789Z | Downloaded internet-checksum v0.2.1 |
| 988 | 2026-08-28T21:24:38.792Z | Downloaded openssl-macros v0.1.1 |
| 989 | 2026-08-28T21:24:38.792Z | Downloaded semver v0.1.20 |
| 990 | 2026-08-28T21:24:38.792Z | Downloaded serde_plain v1.0.2 |
| 991 | 2026-08-28T21:24:38.795Z | Downloaded ron v0.8.1 |
| 992 | 2026-08-28T21:24:38.796Z | Downloaded try-lock v0.2.5 |
| 993 | 2026-08-28T21:24:38.799Z | Downloaded prefix-trie v0.7.0 |
| 994 | 2026-08-28T21:24:38.799Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-08-28T21:24:38.803Z | Downloaded icu_provider v2.1.1 |
| 996 | 2026-08-28T21:24:38.807Z | Downloaded tokio-tungstenite v0.23.1 |
| 997 | 2026-08-28T21:24:38.807Z | Downloaded minimal-lexical v0.2.1 |
| 998 | 2026-08-28T21:24:38.810Z | Downloaded oso-derive v0.27.3 |
| 999 | 2026-08-28T21:24:38.810Z | Downloaded rustc_version v0.4.1 |
| 1000 | 2026-08-28T21:24:38.810Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1001 | 2026-08-28T21:24:38.813Z | Downloaded slog-stdlog v4.1.1 |
| 1002 | 2026-08-28T21:24:38.813Z | Downloaded xshell-macros v0.2.7 |
| 1003 | 2026-08-28T21:24:38.813Z | Downloaded same-file v1.0.6 |
| 1004 | 2026-08-28T21:24:38.813Z | Downloaded zerofrom v0.1.6 |
| 1005 | 2026-08-28T21:24:38.816Z | Downloaded wnaf v0.14.0 |
| 1006 | 2026-08-28T21:24:38.816Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1007 | 2026-08-28T21:24:38.821Z | Downloaded futures-util v0.3.32 |
| 1008 | 2026-08-28T21:24:38.827Z | Downloaded libsw-core v0.3.2 |
| 1009 | 2026-08-28T21:24:38.830Z | Downloaded newtype-uuid v1.3.2 |
| 1010 | 2026-08-28T21:24:38.830Z | Downloaded pem v3.0.6 |
| 1011 | 2026-08-28T21:24:38.830Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1012 | 2026-08-28T21:24:38.830Z | Downloaded whoami v2.1.0 |
| 1013 | 2026-08-28T21:24:38.833Z | Downloaded ctr v0.10.1 |
| 1014 | 2026-08-28T21:24:38.833Z | Downloaded signature v3.0.0 |
| 1015 | 2026-08-28T21:24:38.833Z | Downloaded strsim v0.10.0 |
| 1016 | 2026-08-28T21:24:38.834Z | Downloaded darling_core v0.23.0 |
| 1017 | 2026-08-28T21:24:38.837Z | Downloaded aho-corasick v1.1.4 |
| 1018 | 2026-08-28T21:24:38.840Z | Downloaded illumos-nvpair v0.3.0 |
| 1019 | 2026-08-28T21:24:38.843Z | Downloaded tungstenite v0.23.0 |
| 1020 | 2026-08-28T21:24:38.846Z | Downloaded idna v1.1.0 |
| 1021 | 2026-08-28T21:24:38.864Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1022 | 2026-08-28T21:24:38.864Z | Downloaded usdt-macro v0.6.0 |
| 1023 | 2026-08-28T21:24:38.864Z | Downloaded num-derive v0.4.2 |
| 1024 | 2026-08-28T21:24:38.864Z | Downloaded password-hash v0.6.1 |
| 1025 | 2026-08-28T21:24:38.864Z | Downloaded ref-cast v1.0.25 |
| 1026 | 2026-08-28T21:24:38.864Z | Downloaded rtoolbox v0.0.3 |
| 1027 | 2026-08-28T21:24:38.864Z | Downloaded pkcs5 v0.8.1 |
| 1028 | 2026-08-28T21:24:38.864Z | Downloaded shell-words v1.1.1 |
| 1029 | 2026-08-28T21:24:38.864Z | Downloaded derive-where v1.6.0 |
| 1030 | 2026-08-28T21:24:38.868Z | Downloaded h2 v0.4.15 |
| 1031 | 2026-08-28T21:24:38.868Z | Downloaded strum_macros v0.24.3 |
| 1032 | 2026-08-28T21:24:38.868Z | Downloaded cookie_store v0.22.1 |
| 1033 | 2026-08-28T21:24:38.868Z | Downloaded lru v0.12.5 |
| 1034 | 2026-08-28T21:24:38.871Z | Downloaded hkdf v0.12.4 |
| 1035 | 2026-08-28T21:24:38.871Z | Downloaded lzss v0.8.2 |
| 1036 | 2026-08-28T21:24:38.871Z | Downloaded predicates-tree v1.0.13 |
| 1037 | 2026-08-28T21:24:38.871Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1038 | 2026-08-28T21:24:38.874Z | Downloaded itertools v0.10.5 |
| 1039 | 2026-08-28T21:24:38.877Z | Downloaded strum_macros v0.26.4 |
| 1040 | 2026-08-28T21:24:38.877Z | Downloaded password-hash v0.5.0 |
| 1041 | 2026-08-28T21:24:38.880Z | Downloaded port-file v0.1.0 |
| 1042 | 2026-08-28T21:24:38.880Z | Downloaded pretty_assertions v1.4.1 |
| 1043 | 2026-08-28T21:24:38.880Z | Downloaded ctutils v0.4.2 |
| 1044 | 2026-08-28T21:24:38.883Z | Downloaded crypto-bigint v0.5.5 |
| 1045 | 2026-08-28T21:24:38.887Z | Downloaded darling v0.23.0 |
| 1046 | 2026-08-28T21:24:38.890Z | Downloaded litrs v1.0.0 |
| 1047 | 2026-08-28T21:24:38.890Z | Downloaded primefield v0.14.0 |
| 1048 | 2026-08-28T21:24:38.890Z | Downloaded progenitor v0.14.0 |
| 1049 | 2026-08-28T21:24:38.893Z | Downloaded serde_repr v0.1.20 |
| 1050 | 2026-08-28T21:24:38.893Z | Downloaded miniz_oxide v0.8.9 |
| 1051 | 2026-08-28T21:24:38.893Z | Downloaded zone v0.3.1 |
| 1052 | 2026-08-28T21:24:38.896Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1053 | 2026-08-28T21:24:38.896Z | Downloaded deranged v0.5.8 |
| 1054 | 2026-08-28T21:24:38.896Z | Downloaded hkdf v0.13.0 |
| 1055 | 2026-08-28T21:24:38.896Z | Downloaded unicode-truncate v1.1.0 |
| 1056 | 2026-08-28T21:24:38.899Z | Downloaded nom v8.0.0 |
| 1057 | 2026-08-28T21:24:38.902Z | Downloaded p521 v0.14.0 |
| 1058 | 2026-08-28T21:24:38.902Z | Downloaded derive_builder_macro v0.20.2 |
| 1059 | 2026-08-28T21:24:38.902Z | Downloaded memoffset v0.9.1 |
| 1060 | 2026-08-28T21:24:38.902Z | Downloaded socket2 v0.6.3 |
| 1061 | 2026-08-28T21:24:38.906Z | Downloaded ed25519-dalek v2.2.0 |
| 1062 | 2026-08-28T21:24:38.906Z | Downloaded yasna v0.5.2 |
| 1063 | 2026-08-28T21:24:38.909Z | Downloaded crc8 v0.1.1 |
| 1064 | 2026-08-28T21:24:38.909Z | Downloaded void v1.0.2 |
| 1065 | 2026-08-28T21:24:38.909Z | Downloaded either v1.15.0 |
| 1066 | 2026-08-28T21:24:38.912Z | Downloaded pin-project-lite v0.2.17 |
| 1067 | 2026-08-28T21:24:38.915Z | Downloaded num-bigint v0.4.6 |
| 1068 | 2026-08-28T21:24:38.918Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1069 | 2026-08-28T21:24:38.922Z | Downloaded parse-display-derive v0.10.0 |
| 1070 | 2026-08-28T21:24:38.922Z | Downloaded rfc6979 v0.4.0 |
| 1071 | 2026-08-28T21:24:38.922Z | Downloaded peg-runtime v0.8.5 |
| 1072 | 2026-08-28T21:24:38.928Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1073 | 2026-08-28T21:24:38.931Z | Downloaded typed-path v0.9.3 |
| 1074 | 2026-08-28T21:24:38.934Z | Downloaded const_format v0.2.35 |
| 1075 | 2026-08-28T21:24:38.937Z | Downloaded nom v7.1.3 |
| 1076 | 2026-08-28T21:24:38.940Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1077 | 2026-08-28T21:24:38.940Z | Downloaded signal-hook-registry v1.4.8 |
| 1078 | 2026-08-28T21:24:38.940Z | Downloaded tinystr v0.8.2 |
| 1079 | 2026-08-28T21:24:38.943Z | Downloaded usdt v0.6.0 |
| 1080 | 2026-08-28T21:24:38.943Z | Downloaded untrusted v0.9.0 |
| 1081 | 2026-08-28T21:24:38.943Z | Downloaded termtree v0.5.1 |
| 1082 | 2026-08-28T21:24:38.950Z | Downloaded quinn v0.11.11 |
| 1083 | 2026-08-28T21:24:38.953Z | Downloaded darling_macro v0.13.4 |
| 1084 | 2026-08-28T21:24:38.953Z | Downloaded diff v0.1.13 |
| 1085 | 2026-08-28T21:24:38.956Z | Downloaded litemap v0.8.1 |
| 1086 | 2026-08-28T21:24:38.956Z | Downloaded md5 v0.8.0 |
| 1087 | 2026-08-28T21:24:38.956Z | Downloaded stable_deref_trait v1.2.1 |
| 1088 | 2026-08-28T21:24:38.960Z | Downloaded stacker v0.1.23 |
| 1089 | 2026-08-28T21:24:38.960Z | Downloaded tower-service v0.3.3 |
| 1090 | 2026-08-28T21:24:38.960Z | Downloaded diesel_derives v2.3.7 |
| 1091 | 2026-08-28T21:24:38.964Z | Downloaded delegate v0.13.5 |
| 1092 | 2026-08-28T21:24:38.964Z | Downloaded knus-derive v3.4.0 |
| 1093 | 2026-08-28T21:24:38.964Z | Downloaded sha2 v0.11.0 |
| 1094 | 2026-08-28T21:24:38.967Z | Downloaded termios v0.3.3 |
| 1095 | 2026-08-28T21:24:38.967Z | Downloaded darling v0.21.3 |
| 1096 | 2026-08-28T21:24:38.970Z | Downloaded digest-io v0.1.0 |
| 1097 | 2026-08-28T21:24:38.970Z | Downloaded lazy_static v1.5.0 |
| 1098 | 2026-08-28T21:24:38.970Z | Downloaded parse-display v0.10.0 |
| 1099 | 2026-08-28T21:24:38.973Z | Downloaded serde-big-array v0.5.1 |
| 1100 | 2026-08-28T21:24:38.973Z | Downloaded pkg-config v0.3.32 |
| 1101 | 2026-08-28T21:24:38.973Z | Downloaded reedline v0.40.0 |
| 1102 | 2026-08-28T21:24:38.976Z | Downloaded rustc-hash v2.1.1 |
| 1103 | 2026-08-28T21:24:38.980Z | Downloaded tokio-rustls v0.26.4 |
| 1104 | 2026-08-28T21:24:38.983Z | Downloaded oxide-update-engine v0.1.2 |
| 1105 | 2026-08-28T21:24:38.983Z | Downloaded tokio-postgres v0.7.16 |
| 1106 | 2026-08-28T21:24:38.986Z | Downloaded supports-hyperlinks v3.2.0 |
| 1107 | 2026-08-28T21:24:38.989Z | Downloaded rustls-webpki v0.103.13 |
| 1108 | 2026-08-28T21:24:38.990Z | Downloaded daft-derive v0.1.8 |
| 1109 | 2026-08-28T21:24:38.993Z | Downloaded primeorder v0.14.0 |
| 1110 | 2026-08-28T21:24:38.993Z | Downloaded sync-ptr v0.1.4 |
| 1111 | 2026-08-28T21:24:38.993Z | Downloaded typify-macro v0.6.2 |
| 1112 | 2026-08-28T21:24:38.996Z | Downloaded utf8_iter v1.0.4 |
| 1113 | 2026-08-28T21:24:38.999Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1114 | 2026-08-28T21:24:38.999Z | Downloaded vte v0.14.1 |
| 1115 | 2026-08-28T21:24:39.003Z | Downloaded tokio-native-tls v0.3.1 |
| 1116 | 2026-08-28T21:24:39.006Z | Downloaded dropshot_endpoint v0.17.1 |
| 1117 | 2026-08-28T21:24:39.009Z | Downloaded steno v0.4.1 |
| 1118 | 2026-08-28T21:24:39.012Z | Downloaded crunchy v0.2.4 |
| 1119 | 2026-08-28T21:24:39.012Z | Downloaded ingot-types v0.2.0 |
| 1120 | 2026-08-28T21:24:39.012Z | Downloaded twox-hash v2.1.2 |
| 1121 | 2026-08-28T21:24:39.015Z | Downloaded opaque-debug v0.3.1 |
| 1122 | 2026-08-28T21:24:39.015Z | Downloaded progenitor-client v0.13.0 |
| 1123 | 2026-08-28T21:24:39.018Z | Downloaded reqwest v0.12.28 |
| 1124 | 2026-08-28T21:24:39.025Z | Downloaded iana-time-zone v0.1.65 |
| 1125 | 2026-08-28T21:24:39.028Z | Downloaded tracing-core v0.1.36 |
| 1126 | 2026-08-28T21:24:39.028Z | Downloaded ident_case v1.0.1 |
| 1127 | 2026-08-28T21:24:39.031Z | Downloaded nu-ansi-term v0.50.3 |
| 1128 | 2026-08-28T21:24:39.034Z | Downloaded tls_codec_derive v0.4.2 |
| 1129 | 2026-08-28T21:24:39.034Z | Downloaded winnow v0.5.40 |
| 1130 | 2026-08-28T21:24:39.046Z | Downloaded waitgroup v0.1.2 |
| 1131 | 2026-08-28T21:24:39.049Z | Downloaded wait-timeout v0.2.1 |
| 1132 | 2026-08-28T21:24:39.049Z | Downloaded ipnetwork v0.21.1 |
| 1133 | 2026-08-28T21:24:39.053Z | Downloaded progenitor v0.13.0 |
| 1134 | 2026-08-28T21:24:39.053Z | Downloaded potential_utf v0.1.4 |
| 1135 | 2026-08-28T21:24:39.053Z | Downloaded multimap v0.10.1 |
| 1136 | 2026-08-28T21:24:39.056Z | Downloaded managed v0.8.0 |
| 1137 | 2026-08-28T21:24:39.056Z | Downloaded tinyvec_macros v0.1.1 |
| 1138 | 2026-08-28T21:24:39.056Z | Downloaded indoc v2.0.7 |
| 1139 | 2026-08-28T21:24:39.059Z | Downloaded jobserver v0.1.34 |
| 1140 | 2026-08-28T21:24:39.059Z | Downloaded spki v0.8.0 |
| 1141 | 2026-08-28T21:24:39.062Z | Downloaded indicatif v0.18.4 |
| 1142 | 2026-08-28T21:24:39.062Z | Downloaded dropshot-api-manager v0.8.0 |
| 1143 | 2026-08-28T21:24:39.065Z | Downloaded url v2.5.8 |
| 1144 | 2026-08-28T21:24:39.068Z | Downloaded miette v7.6.0 |
| 1145 | 2026-08-28T21:24:39.071Z | Downloaded toml v0.7.8 |
| 1146 | 2026-08-28T21:24:39.071Z | Downloaded rand_pcg v0.10.2 |
| 1147 | 2026-08-28T21:24:39.071Z | Downloaded serde_bytes v0.11.19 |
| 1148 | 2026-08-28T21:24:39.075Z | Downloaded ipnet v2.12.0 |
| 1149 | 2026-08-28T21:24:39.075Z | Downloaded crossbeam-deque v0.8.6 |
| 1150 | 2026-08-28T21:24:39.075Z | Downloaded take_mut v0.2.2 |
| 1151 | 2026-08-28T21:24:39.075Z | Downloaded tower-layer v0.3.3 |
| 1152 | 2026-08-28T21:24:39.078Z | Downloaded crc-catalog v2.4.0 |
| 1153 | 2026-08-28T21:24:39.078Z | Downloaded num v0.4.3 |
| 1154 | 2026-08-28T21:24:39.081Z | Downloaded blake3 v1.8.5 |
| 1155 | 2026-08-28T21:24:39.084Z | Downloaded tagptr v0.2.0 |
| 1156 | 2026-08-28T21:24:39.088Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1157 | 2026-08-28T21:24:39.088Z | Downloaded der_derive v0.7.3 |
| 1158 | 2026-08-28T21:24:39.088Z | Downloaded elliptic-curve v0.13.8 |
| 1159 | 2026-08-28T21:24:39.092Z | Downloaded snafu-derive v0.8.9 |
| 1160 | 2026-08-28T21:24:39.096Z | Downloaded support-bundle-viewer v0.1.2 |
| 1161 | 2026-08-28T21:24:39.099Z | Downloaded path-slash v0.1.5 |
| 1162 | 2026-08-28T21:24:39.099Z | Downloaded sha1 v0.10.6 |
| 1163 | 2026-08-28T21:24:39.102Z | Downloaded new_debug_unreachable v1.0.6 |
| 1164 | 2026-08-28T21:24:39.102Z | Downloaded serde_cbor v0.11.2 |
| 1165 | 2026-08-28T21:24:39.113Z | Downloaded lalrpop-util v0.19.12 |
| 1166 | 2026-08-28T21:24:39.116Z | Downloaded pkcs8 v0.10.2 |
| 1167 | 2026-08-28T21:24:39.116Z | Downloaded vsss-rs v3.3.4 |
| 1168 | 2026-08-28T21:24:39.121Z | Downloaded pin-project-internal v1.1.11 |
| 1169 | 2026-08-28T21:24:39.121Z | Downloaded time-core v0.1.8 |
| 1170 | 2026-08-28T21:24:39.126Z | Downloaded indoc v1.0.9 |
| 1171 | 2026-08-28T21:24:39.126Z | Downloaded oxide-generation v0.1.3 |
| 1172 | 2026-08-28T21:24:39.129Z | Downloaded serde_with v1.14.0 |
| 1173 | 2026-08-28T21:24:39.129Z | Downloaded icu_normalizer_data v2.1.1 |
| 1174 | 2026-08-28T21:24:39.132Z | Downloaded darling_core v0.21.3 |
| 1175 | 2026-08-28T21:24:39.137Z | Downloaded tabled v0.21.0 |
| 1176 | 2026-08-28T21:24:39.147Z | Downloaded tower v0.5.3 |
| 1177 | 2026-08-28T21:24:39.152Z | Downloaded ml-kem v0.3.2 |
| 1178 | 2026-08-28T21:24:39.155Z | Downloaded ed25519 v2.2.3 |
| 1179 | 2026-08-28T21:24:39.155Z | Downloaded psm v0.1.30 |
| 1180 | 2026-08-28T21:24:39.158Z | Downloaded serdect v0.4.3 |
| 1181 | 2026-08-28T21:24:39.158Z | Downloaded smallvec v1.15.1 |
| 1182 | 2026-08-28T21:24:39.158Z | Downloaded drift v0.2.0 |
| 1183 | 2026-08-28T21:24:39.164Z | Downloaded derive-ex v0.1.8 |
| 1184 | 2026-08-28T21:24:39.167Z | Downloaded display-error-chain v0.2.2 |
| 1185 | 2026-08-28T21:24:39.167Z | Downloaded ignore v0.4.25 |
| 1186 | 2026-08-28T21:24:39.167Z | Downloaded libloading v0.8.9 |
| 1187 | 2026-08-28T21:24:39.171Z | Downloaded rusty-fork v0.3.1 |
| 1188 | 2026-08-28T21:24:39.171Z | Downloaded icu_properties_data v2.1.2 |
| 1189 | 2026-08-28T21:24:39.174Z | Downloaded itertools v0.15.0 |
| 1190 | 2026-08-28T21:24:39.178Z | Downloaded vcpkg v0.2.15 |
| 1191 | 2026-08-28T21:24:39.202Z | Downloaded rayon-core v1.13.0 |
| 1192 | 2026-08-28T21:24:39.205Z | Downloaded samael v0.0.19 |
| 1193 | 2026-08-28T21:24:39.208Z | Downloaded derive_builder_core v0.20.2 |
| 1194 | 2026-08-28T21:24:39.211Z | Downloaded goblin v0.10.5 |
| 1195 | 2026-08-28T21:24:39.214Z | Downloaded scrypt v0.12.0 |
| 1196 | 2026-08-28T21:24:39.214Z | Downloaded der v0.8.0 |
| 1197 | 2026-08-28T21:24:39.217Z | Downloaded displaydoc v0.2.5 |
| 1198 | 2026-08-28T21:24:39.220Z | Downloaded zerovec-derive v0.11.2 |
| 1199 | 2026-08-28T21:24:39.220Z | Downloaded derive_more-impl v2.1.1 |
| 1200 | 2026-08-28T21:24:39.223Z | Downloaded rcgen v0.12.1 |
| 1201 | 2026-08-28T21:24:39.223Z | Downloaded ecdsa v0.17.0 |
| 1202 | 2026-08-28T21:24:39.226Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1203 | 2026-08-28T21:24:39.226Z | Downloaded tough v0.22.0 |
| 1204 | 2026-08-28T21:24:39.230Z | Downloaded yansi v1.0.1 |
| 1205 | 2026-08-28T21:24:39.233Z | Downloaded static_assertions v1.1.0 |
| 1206 | 2026-08-28T21:24:39.233Z | Downloaded darling v0.13.4 |
| 1207 | 2026-08-28T21:24:39.236Z | Downloaded smf v0.2.3 |
| 1208 | 2026-08-28T21:24:39.236Z | Downloaded bindgen v0.71.1 |
| 1209 | 2026-08-28T21:24:39.240Z | Downloaded crypto-primes v0.7.2 |
| 1210 | 2026-08-28T21:24:39.244Z | Downloaded memmap2 v0.9.10 |
| 1211 | 2026-08-28T21:24:39.244Z | Downloaded rand v0.9.2 |
| 1212 | 2026-08-28T21:24:39.244Z | Downloaded zip v4.6.1 |
| 1213 | 2026-08-28T21:24:39.247Z | Downloaded qorb v0.4.1 |
| 1214 | 2026-08-28T21:24:39.250Z | Downloaded schemars v1.2.1 |
| 1215 | 2026-08-28T21:24:39.256Z | Downloaded zip v0.6.6 |
| 1216 | 2026-08-28T21:24:39.259Z | Downloaded smoltcp v0.9.1 |
| 1217 | 2026-08-28T21:24:39.264Z | Downloaded zerocopy-derive v0.8.55 |
| 1218 | 2026-08-28T21:24:39.269Z | Downloaded schemars v0.9.0 |
| 1219 | 2026-08-28T21:24:39.276Z | Downloaded slog v2.8.2 |
| 1220 | 2026-08-28T21:24:39.279Z | Downloaded salty v0.3.0 |
| 1221 | 2026-08-28T21:24:39.282Z | Downloaded pin-project v1.1.11 |
| 1222 | 2026-08-28T21:24:39.287Z | Downloaded gimli v0.32.3 |
| 1223 | 2026-08-28T21:24:39.292Z | Downloaded icu_collections v2.1.1 |
| 1224 | 2026-08-28T21:24:39.295Z | Downloaded toml_edit v0.19.15 |
| 1225 | 2026-08-28T21:24:39.305Z | Downloaded zerovec v0.11.5 |
| 1226 | 2026-08-28T21:24:39.308Z | Downloaded p256 v0.14.0 |
| 1227 | 2026-08-28T21:24:39.311Z | Downloaded crossbeam-channel v0.5.15 |
| 1228 | 2026-08-28T21:24:39.314Z | Downloaded p384 v0.13.1 |
| 1229 | 2026-08-28T21:24:39.317Z | Downloaded bitvec v1.0.1 |
| 1230 | 2026-08-28T21:24:39.323Z | Downloaded quinn-proto v0.11.16 |
| 1231 | 2026-08-28T21:24:39.327Z | Downloaded snafu v0.8.9 |
| 1232 | 2026-08-28T21:24:39.330Z | Downloaded iddqd v0.4.2 |
| 1233 | 2026-08-28T21:24:39.335Z | Downloaded publicsuffix v2.3.0 |
| 1234 | 2026-08-28T21:24:39.338Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1235 | 2026-08-28T21:24:39.341Z | Downloaded darling_core v0.13.4 |
| 1236 | 2026-08-28T21:24:39.344Z | Downloaded hyper v1.10.1 |
| 1237 | 2026-08-28T21:24:39.347Z | Downloaded icu_normalizer v2.1.1 |
| 1238 | 2026-08-28T21:24:39.350Z | Downloaded hyper-util v0.1.20 |
| 1239 | 2026-08-28T21:24:39.353Z | Downloaded cookie v0.18.1 |
| 1240 | 2026-08-28T21:24:39.356Z | Downloaded iri-string v0.7.10 |
| 1241 | 2026-08-28T21:24:39.359Z | Downloaded proptest v1.11.0 |
| 1242 | 2026-08-28T21:24:39.363Z | Downloaded itertools v0.14.0 |
| 1243 | 2026-08-28T21:24:39.367Z | Downloaded rand v0.8.6 |
| 1244 | 2026-08-28T21:24:39.370Z | Downloaded libxml v0.3.3 |
| 1245 | 2026-08-28T21:24:39.373Z | Downloaded rawzip v0.4.4 |
| 1246 | 2026-08-28T21:24:39.376Z | Downloaded unicode_categories v0.1.1 |
| 1247 | 2026-08-28T21:24:39.376Z | Downloaded chrono v0.4.45 |
| 1248 | 2026-08-28T21:24:39.380Z | Downloaded aws-lc-rs v1.16.3 |
| 1249 | 2026-08-28T21:24:39.385Z | Downloaded lalrpop v0.19.12 |
| 1250 | 2026-08-28T21:24:39.391Z | Downloaded jiff-core v0.1.0 |
| 1251 | 2026-08-28T21:24:39.394Z | Downloaded smoltcp v0.11.0 |
| 1252 | 2026-08-28T21:24:39.400Z | Downloaded mio v1.2.0 |
| 1253 | 2026-08-28T21:24:39.403Z | Downloaded petname v2.0.2 |
| 1254 | 2026-08-28T21:24:39.406Z | Downloaded time v0.3.47 |
| 1255 | 2026-08-28T21:24:39.414Z | Downloaded winnow v0.6.26 |
| 1256 | 2026-08-28T21:24:39.419Z | Downloaded unicode-normalization v0.1.25 |
| 1257 | 2026-08-28T21:24:39.422Z | Downloaded libm v0.2.16 |
| 1258 | 2026-08-28T21:24:39.426Z | Downloaded moka v0.12.13 |
| 1259 | 2026-08-28T21:24:39.430Z | Downloaded winnow v1.0.3 |
| 1260 | 2026-08-28T21:24:39.435Z | Downloaded itertools v0.12.1 |
| 1261 | 2026-08-28T21:24:39.439Z | Downloaded itertools v0.13.0 |
| 1262 | 2026-08-28T21:24:39.443Z | Downloaded quick-xml v0.37.5 |
| 1263 | 2026-08-28T21:24:39.446Z | Downloaded serde_with v3.21.0 |
| 1264 | 2026-08-28T21:24:39.453Z | Downloaded reqwest v0.13.2 |
| 1265 | 2026-08-28T21:24:39.457Z | Downloaded rayon v1.11.0 |
| 1266 | 2026-08-28T21:24:39.461Z | Downloaded hickory-proto v0.24.4 |
| 1267 | 2026-08-28T21:24:39.470Z | Downloaded crossterm v0.29.0 |
| 1268 | 2026-08-28T21:24:39.474Z | Downloaded portable-atomic v1.13.1 |
| 1269 | 2026-08-28T21:24:39.478Z | Downloaded tokio-util v0.7.18 |
| 1270 | 2026-08-28T21:24:39.483Z | Downloaded radix_trie v0.2.1 |
| 1271 | 2026-08-28T21:24:39.487Z | Downloaded openssl v0.10.80 |
| 1272 | 2026-08-28T21:24:39.490Z | Downloaded curve25519-dalek v4.1.3 |
| 1273 | 2026-08-28T21:24:39.495Z | Downloaded bstr v1.12.1 |
| 1274 | 2026-08-28T21:24:39.501Z | Downloaded sha3 v0.12.0 |
| 1275 | 2026-08-28T21:24:39.504Z | Downloaded hickory-proto v0.25.2 |
| 1276 | 2026-08-28T21:24:39.511Z | Downloaded rustls v0.23.41 |
| 1277 | 2026-08-28T21:24:39.517Z | Downloaded curve25519-dalek v5.0.0 |
| 1278 | 2026-08-28T21:24:39.523Z | Downloaded russh v0.62.4 |
| 1279 | 2026-08-28T21:24:39.528Z | Downloaded syn v3.0.3 |
| 1280 | 2026-08-28T21:24:39.534Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-08-28T21:24:39.539Z | Downloaded regress v0.10.5 |
| 1282 | 2026-08-28T21:24:39.545Z | Downloaded nix v0.28.0 |
| 1283 | 2026-08-28T21:24:39.550Z | Downloaded regress v0.11.1 |
| 1284 | 2026-08-28T21:24:39.555Z | Downloaded nix v0.27.1 |
| 1285 | 2026-08-28T21:24:39.561Z | Downloaded object v0.30.4 |
| 1286 | 2026-08-28T21:24:39.566Z | Downloaded crypto-bigint v0.7.5 |
| 1287 | 2026-08-28T21:24:39.575Z | Downloaded zerocopy v0.8.55 |
| 1288 | 2026-08-28T21:24:39.585Z | Downloaded zlib-rs v0.6.2 |
| 1289 | 2026-08-28T21:24:39.590Z | Downloaded nix v0.31.2 |
| 1290 | 2026-08-28T21:24:39.596Z | Downloaded sha3 v0.11.0 |
| 1291 | 2026-08-28T21:24:39.598Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-08-28T21:24:39.609Z | Downloaded object v0.37.3 |
| 1293 | 2026-08-28T21:24:39.616Z | Downloaded rustix v0.38.44 |
| 1294 | 2026-08-28T21:24:39.628Z | Downloaded zerocopy-derive v0.6.6 |
| 1295 | 2026-08-28T21:24:39.633Z | Downloaded polar-core v0.27.3 |
| 1296 | 2026-08-28T21:24:39.638Z | Downloaded sled v0.34.7 |
| 1297 | 2026-08-28T21:24:39.644Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-08-28T21:24:39.655Z | Downloaded regex-syntax v0.6.29 |
| 1299 | 2026-08-28T21:24:39.659Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-08-28T21:24:39.667Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-08-28T21:24:39.678Z | Downloaded dropshot v0.17.1 |
| 1302 | 2026-08-28T21:24:39.690Z | Downloaded sqlparser v0.61.0 |
| 1303 | 2026-08-28T21:24:39.696Z | Downloaded jiff v0.2.34 |
| 1304 | 2026-08-28T21:24:39.705Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-08-28T21:24:39.718Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-08-28T21:24:39.730Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-08-28T21:24:39.741Z | Downloaded openapiv3 v2.2.0 |
| 1308 | 2026-08-28T21:24:39.747Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-08-28T21:24:39.760Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1310 | 2026-08-28T21:24:39.768Z | Downloaded tracing v0.1.44 |
| 1311 | 2026-08-28T21:24:39.779Z | Downloaded regex-automata v0.4.14 |
| 1312 | 2026-08-28T21:24:39.804Z | Downloaded chrono-tz v0.10.4 |
| 1313 | 2026-08-28T21:24:39.891Z | Downloaded sha3 v0.10.8 |
| 1314 | 2026-08-28T21:24:39.915Z | Downloaded csv v1.4.0 |
| 1315 | 2026-08-28T21:24:39.927Z | Downloaded tokio v1.52.1 |
| 1316 | 2026-08-28T21:24:40.047Z | Downloaded ring v0.17.14 |
| 1317 | 2026-08-28T21:24:40.090Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-08-28T21:24:40.580Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-08-28T21:24:40.845Z | Compiling serde_core v1.0.228 |
| 1320 | 2026-08-28T21:24:40.845Z | Compiling libc v0.2.185 |
| 1321 | 2026-08-28T21:24:40.845Z | Compiling serde v1.0.228 |
| 1322 | 2026-08-28T21:24:40.848Z | Compiling log v0.4.33 |
| 1323 | 2026-08-28T21:24:40.848Z | Compiling smallvec v1.15.1 |
| 1324 | 2026-08-28T21:24:40.848Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-08-28T21:24:40.848Z | Compiling shlex v1.3.0 |
| 1326 | 2026-08-28T21:24:40.848Z | Compiling subtle v2.6.1 |
| 1327 | 2026-08-28T21:24:40.848Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-08-28T21:24:40.848Z | Compiling typenum v1.20.1 |
| 1329 | 2026-08-28T21:24:40.848Z | Compiling stable_deref_trait v1.2.1 |
| 1330 | 2026-08-28T21:24:40.848Z | Compiling zerocopy v0.8.55 |
| 1331 | 2026-08-28T21:24:40.848Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-08-28T21:24:41.042Z | Compiling serde_json v1.0.151 |
| 1333 | 2026-08-28T21:24:41.042Z | Compiling syn v2.0.117 |
| 1334 | 2026-08-28T21:24:41.042Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-08-28T21:24:41.203Z | Compiling lock_api v0.4.14 |
| 1336 | 2026-08-28T21:24:41.246Z | Compiling libm v0.2.16 |
| 1337 | 2026-08-28T21:24:41.261Z | Compiling num-traits v0.2.19 |
| 1338 | 2026-08-28T21:24:41.276Z | Compiling pkg-config v0.3.32 |
| 1339 | 2026-08-28T21:24:41.311Z | Compiling generic-array v0.14.7 |
| 1340 | 2026-08-28T21:24:41.327Z | Compiling parking_lot_core v0.9.12 |
| 1341 | 2026-08-28T21:24:41.343Z | Compiling const-oid v0.9.6 |
| 1342 | 2026-08-28T21:24:41.418Z | Compiling pin-project-lite v0.2.17 |
| 1343 | 2026-08-28T21:24:41.430Z | Compiling getrandom v0.4.3 |
| 1344 | 2026-08-28T21:24:41.494Z | Compiling rand_core v0.10.0 |
| 1345 | 2026-08-28T21:24:41.522Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-08-28T21:24:41.538Z | Compiling writeable v0.6.2 |
| 1347 | 2026-08-28T21:24:41.614Z | Compiling litemap v0.8.1 |
| 1348 | 2026-08-28T21:24:41.653Z | Compiling futures-core v0.3.32 |
| 1349 | 2026-08-28T21:24:41.673Z | Compiling icu_properties_data v2.1.2 |
| 1350 | 2026-08-28T21:24:41.693Z | Compiling icu_normalizer_data v2.1.1 |
| 1351 | 2026-08-28T21:24:41.699Z | Compiling getrandom v0.3.4 |
| 1352 | 2026-08-28T21:24:41.761Z | Compiling rustix v1.1.4 |
| 1353 | 2026-08-28T21:24:41.788Z | Compiling futures-sink v0.3.32 |
| 1354 | 2026-08-28T21:24:41.846Z | Compiling utf8_iter v1.0.4 |
| 1355 | 2026-08-28T21:24:41.866Z | Compiling futures-task v0.3.32 |
| 1356 | 2026-08-28T21:24:41.880Z | Compiling futures-io v0.3.32 |
| 1357 | 2026-08-28T21:24:41.895Z | Compiling slab v0.4.12 |
| 1358 | 2026-08-28T21:24:41.919Z | Compiling futures-channel v0.3.32 |
| 1359 | 2026-08-28T21:24:41.924Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-08-28T21:24:42.019Z | Compiling rustversion v1.0.22 |
| 1361 | 2026-08-28T21:24:42.049Z | Compiling errno v0.3.14 |
| 1362 | 2026-08-28T21:24:42.062Z | Compiling jobserver v0.1.34 |
| 1363 | 2026-08-28T21:24:42.080Z | Compiling getrandom v0.2.17 |
| 1364 | 2026-08-28T21:24:42.145Z | Compiling mio v1.2.0 |
| 1365 | 2026-08-28T21:24:42.158Z | Compiling socket2 v0.6.3 |
| 1366 | 2026-08-28T21:24:42.173Z | Compiling signal-hook-registry v1.4.8 |
| 1367 | 2026-08-28T21:24:42.191Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-08-28T21:24:42.221Z | Compiling base64ct v1.8.3 |
| 1369 | 2026-08-28T21:24:42.338Z | Compiling cc v1.2.56 |
| 1370 | 2026-08-28T21:24:42.353Z | Compiling once_cell v1.21.3 |
| 1371 | 2026-08-28T21:24:42.369Z | Compiling rand_core v0.6.4 |
| 1372 | 2026-08-28T21:24:42.393Z | Compiling parking_lot v0.12.5 |
| 1373 | 2026-08-28T21:24:42.436Z | Compiling fs_extra v1.3.0 |
| 1374 | 2026-08-28T21:24:42.466Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-08-28T21:24:42.509Z | Compiling regex-syntax v0.8.10 |
| 1376 | 2026-08-28T21:24:42.541Z | Compiling ident_case v1.0.1 |
| 1377 | 2026-08-28T21:24:42.590Z | Compiling flagset v0.4.7 |
| 1378 | 2026-08-28T21:24:42.593Z | Compiling dunce v1.0.5 |
| 1379 | 2026-08-28T21:24:42.640Z | Compiling rand_core v0.9.5 |
| 1380 | 2026-08-28T21:24:42.671Z | Compiling base64 v0.22.1 |
| 1381 | 2026-08-28T21:24:42.684Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-08-28T21:24:42.709Z | Compiling syn v1.0.109 |
| 1383 | 2026-08-28T21:24:42.729Z | Compiling tracing-core v0.1.36 |
| 1384 | 2026-08-28T21:24:42.752Z | Compiling simd-adler32 v0.3.8 |
| 1385 | 2026-08-28T21:24:42.755Z | Compiling schemars v0.8.22 |
| 1386 | 2026-08-28T21:24:42.792Z | Compiling dyn-clone v1.0.20 |
| 1387 | 2026-08-28T21:24:42.816Z | Compiling aws-lc-rs v1.16.3 |
| 1388 | 2026-08-28T21:24:42.845Z | Compiling cpufeatures v0.2.17 |
| 1389 | 2026-08-28T21:24:42.930Z | Compiling spin v0.9.8 |
| 1390 | 2026-08-28T21:24:42.952Z | Compiling crc32fast v1.5.0 |
| 1391 | 2026-08-28T21:24:42.958Z | Compiling httparse v1.10.1 |
| 1392 | 2026-08-28T21:24:43.011Z | Compiling cmov v0.5.4 |
| 1393 | 2026-08-28T21:24:43.028Z | Compiling openssl-probe v0.2.1 |
| 1394 | 2026-08-28T21:24:43.031Z | Compiling tinyvec_macros v0.1.1 |
| 1395 | 2026-08-28T21:24:43.110Z | Compiling cmake v0.1.57 |
| 1396 | 2026-08-28T21:24:43.139Z | Compiling adler2 v2.0.1 |
| 1397 | 2026-08-28T21:24:43.158Z | Compiling tinyvec v1.10.0 |
| 1398 | 2026-08-28T21:24:43.172Z | Compiling aho-corasick v1.1.4 |
| 1399 | 2026-08-28T21:24:43.176Z | Compiling try-lock v0.2.5 |
| 1400 | 2026-08-28T21:24:43.223Z | Compiling bitflags v2.11.0 |
| 1401 | 2026-08-28T21:24:43.260Z | Compiling semver v1.0.28 |
| 1402 | 2026-08-28T21:24:43.292Z | Compiling indexmap v2.14.0 |
| 1403 | 2026-08-28T21:24:43.307Z | Compiling uuid v1.23.4 |
| 1404 | 2026-08-28T21:24:43.381Z | Compiling miniz_oxide v0.8.9 |
| 1405 | 2026-08-28T21:24:43.395Z | Compiling ctutils v0.4.2 |
| 1406 | 2026-08-28T21:24:43.447Z | Compiling radium v0.7.0 |
| 1407 | 2026-08-28T21:24:43.484Z | Compiling rustc_version v0.4.1 |
| 1408 | 2026-08-28T21:24:43.545Z | Compiling untrusted v0.7.1 |
| 1409 | 2026-08-28T21:24:43.561Z | Compiling tower-service v0.3.3 |
| 1410 | 2026-08-28T21:24:43.606Z | Compiling tower-layer v0.3.3 |
| 1411 | 2026-08-28T21:24:43.655Z | Compiling atomic-waker v1.1.2 |
| 1412 | 2026-08-28T21:24:43.747Z | Compiling want v0.3.1 |
| 1413 | 2026-08-28T21:24:43.793Z | Compiling foreign-types-shared v0.1.1 |
| 1414 | 2026-08-28T21:24:43.808Z | Compiling openssl v0.10.80 |
| 1415 | 2026-08-28T21:24:43.839Z | Compiling tap v1.0.1 |
| 1416 | 2026-08-28T21:24:43.895Z | Compiling rustls v0.23.41 |
| 1417 | 2026-08-28T21:24:43.898Z | Compiling httpdate v1.0.3 |
| 1418 | 2026-08-28T21:24:43.931Z | Compiling maybe-uninit v2.0.0 |
| 1419 | 2026-08-28T21:24:43.969Z | Compiling untrusted v0.9.0 |
| 1420 | 2026-08-28T21:24:43.983Z | Compiling aws-lc-sys v0.40.0 |
| 1421 | 2026-08-28T21:24:43.997Z | Compiling openssl-sys v0.9.117 |
| 1422 | 2026-08-28T21:24:44.002Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1423 | 2026-08-28T21:24:44.044Z | Compiling regex-automata v0.4.14 |
| 1424 | 2026-08-28T21:24:44.047Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1425 | 2026-08-28T21:24:44.074Z | Compiling wyz v0.5.1 |
| 1426 | 2026-08-28T21:24:44.096Z | Compiling foreign-types v0.3.2 |
| 1427 | 2026-08-28T21:24:44.112Z | Compiling synstructure v0.13.2 |
| 1428 | 2026-08-28T21:24:44.172Z | Compiling serde_derive_internals v0.29.1 |
| 1429 | 2026-08-28T21:24:44.188Z | Compiling pest_generator v2.8.6 |
| 1430 | 2026-08-28T21:24:44.230Z | Compiling darling_core v0.20.11 |
| 1431 | 2026-08-28T21:24:44.349Z | Compiling terminal_size v0.4.3 |
| 1432 | 2026-08-28T21:24:44.375Z | Compiling tempfile v3.27.0 |
| 1433 | 2026-08-28T21:24:44.442Z | Compiling unicode-normalization v0.1.25 |
| 1434 | 2026-08-28T21:24:44.508Z | Compiling num-integer v0.1.46 |
| 1435 | 2026-08-28T21:24:44.619Z | Compiling wait-timeout v0.2.1 |
| 1436 | 2026-08-28T21:24:44.649Z | Compiling ahash v0.8.12 |
| 1437 | 2026-08-28T21:24:44.757Z | Compiling num-bigint-dig v0.8.6 |
| 1438 | 2026-08-28T21:24:44.777Z | Compiling funty v2.0.0 |
| 1439 | 2026-08-28T21:24:44.879Z | Compiling native-tls v0.2.18 |
| 1440 | 2026-08-28T21:24:44.895Z | Compiling packed_struct v0.10.1 |
| 1441 | 2026-08-28T21:24:44.931Z | Compiling time-core v0.1.8 |
| 1442 | 2026-08-28T21:24:44.947Z | Compiling bit-vec v0.8.0 |
| 1443 | 2026-08-28T21:24:44.962Z | Compiling num-conv v0.2.0 |
| 1444 | 2026-08-28T21:24:44.962Z | Compiling quick-error v1.2.3 |
| 1445 | 2026-08-28T21:24:44.993Z | Compiling powerfmt v0.2.0 |
| 1446 | 2026-08-28T21:24:45.030Z | Compiling clap_builder v4.6.0 |
| 1447 | 2026-08-28T21:24:45.103Z | Compiling rusty-fork v0.3.1 |
| 1448 | 2026-08-28T21:24:45.132Z | Compiling time-macros v0.2.27 |
| 1449 | 2026-08-28T21:24:45.132Z | Compiling bitvec v1.0.1 |
| 1450 | 2026-08-28T21:24:45.194Z | Compiling deranged v0.5.8 |
| 1451 | 2026-08-28T21:24:45.211Z | Compiling bit-set v0.8.0 |
| 1452 | 2026-08-28T21:24:45.215Z | Compiling num-iter v0.1.45 |
| 1453 | 2026-08-28T21:24:45.353Z | Compiling lazy_static v1.5.0 |
| 1454 | 2026-08-28T21:24:45.367Z | Compiling rand_xorshift v0.4.0 |
| 1455 | 2026-08-28T21:24:45.391Z | Compiling sync_wrapper v1.0.2 |
| 1456 | 2026-08-28T21:24:45.406Z | Compiling indexmap v1.9.3 |
| 1457 | 2026-08-28T21:24:45.441Z | Compiling unicode-segmentation v1.12.0 |
| 1458 | 2026-08-28T21:24:45.459Z | Compiling num_threads v0.1.7 |
| 1459 | 2026-08-28T21:24:45.510Z | Compiling crossbeam-utils v0.8.21 |
| 1460 | 2026-08-28T21:24:45.547Z | Compiling paste v1.0.15 |
| 1461 | 2026-08-28T21:24:45.574Z | Compiling usdt-impl v0.6.0 |
| 1462 | 2026-08-28T21:24:45.607Z | Compiling nodrop v0.1.14 |
| 1463 | 2026-08-28T21:24:45.713Z | Compiling unarray v0.1.4 |
| 1464 | 2026-08-28T21:24:45.794Z | Compiling siphasher v1.0.2 |
| 1465 | 2026-08-28T21:24:45.820Z | Compiling zlib-rs v0.6.2 |
| 1466 | 2026-08-28T21:24:45.840Z | Compiling crc-catalog v2.4.0 |
| 1467 | 2026-08-28T21:24:45.843Z | Compiling object v0.37.3 |
| 1468 | 2026-08-28T21:24:45.897Z | Compiling serde_derive v1.0.228 |
| 1469 | 2026-08-28T21:24:45.920Z | Compiling zeroize_derive v1.5.0 |
| 1470 | 2026-08-28T21:24:45.947Z | Compiling zerofrom-derive v0.1.6 |
| 1471 | 2026-08-28T21:24:46.003Z | Compiling zerocopy-derive v0.8.55 |
| 1472 | 2026-08-28T21:24:46.187Z | Compiling yoke-derive v0.8.1 |
| 1473 | 2026-08-28T21:24:46.223Z | Compiling zerovec-derive v0.11.2 |
| 1474 | 2026-08-28T21:24:46.239Z | Compiling displaydoc v0.2.5 |
| 1475 | 2026-08-28T21:24:46.254Z | Compiling tokio-macros v2.7.0 |
| 1476 | 2026-08-28T21:24:46.640Z | Compiling futures-macro v0.3.32 |
| 1477 | 2026-08-28T21:24:46.644Z | Compiling der_derive v0.7.3 |
| 1478 | 2026-08-28T21:24:46.674Z | Compiling thiserror-impl v2.0.18 |
| 1479 | 2026-08-28T21:24:47.022Z | Compiling tracing-attributes v0.1.31 |
| 1480 | 2026-08-28T21:24:47.037Z | Compiling schemars_derive v0.8.22 |
| 1481 | 2026-08-28T21:24:47.200Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-08-28T21:24:47.389Z | Compiling pest_derive v2.8.6 |
| 1483 | 2026-08-28T21:24:47.417Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-08-28T21:24:47.430Z | Compiling zerofrom v0.1.6 |
| 1485 | 2026-08-28T21:24:47.497Z | Compiling futures-util v0.3.32 |
| 1486 | 2026-08-28T21:24:47.569Z | Compiling yoke v0.8.1 |
| 1487 | 2026-08-28T21:24:47.678Z | Compiling thiserror-impl v1.0.69 |
| 1488 | 2026-08-28T21:24:47.781Z | Compiling zerovec v0.11.5 |
| 1489 | 2026-08-28T21:24:47.877Z | Compiling zerotrie v0.2.3 |
| 1490 | 2026-08-28T21:24:47.948Z | Compiling openssl-macros v0.1.1 |
| 1491 | 2026-08-28T21:24:48.038Z | Compiling scroll v0.13.0 |
| 1492 | 2026-08-28T21:24:48.059Z | Compiling thiserror v2.0.18 |
| 1493 | 2026-08-28T21:24:48.178Z | Compiling darling v0.20.11 |
| 1494 | 2026-08-28T21:24:48.192Z | Compiling packed_struct_codegen v0.10.1 |
| 1495 | 2026-08-28T21:24:48.208Z | Compiling clap_derive v4.6.1 |
| 1496 | 2026-08-28T21:24:48.277Z | Compiling tinystr v0.8.2 |
| 1497 | 2026-08-28T21:24:48.338Z | Compiling potential_utf v0.1.4 |
| 1498 | 2026-08-28T21:24:48.343Z | Compiling goblin v0.10.5 |
| 1499 | 2026-08-28T21:24:48.372Z | Compiling zerocopy-derive v0.6.6 |
| 1500 | 2026-08-28T21:24:48.375Z | Compiling bitfield-macros v0.19.4 |
| 1501 | 2026-08-28T21:24:48.422Z | Compiling tracing v0.1.44 |
| 1502 | 2026-08-28T21:24:48.503Z | Compiling icu_locale_core v2.1.1 |
| 1503 | 2026-08-28T21:24:48.525Z | Compiling icu_collections v2.1.1 |
| 1504 | 2026-08-28T21:24:48.700Z | Compiling derive_builder_core v0.20.2 |
| 1505 | 2026-08-28T21:24:48.998Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-08-28T21:24:49.018Z | Compiling flate2 v1.1.9 |
| 1507 | 2026-08-28T21:24:49.119Z | Compiling icu_provider v2.1.1 |
| 1508 | 2026-08-28T21:24:49.136Z | Compiling dtrace-parser v0.3.0 |
| 1509 | 2026-08-28T21:24:49.152Z | Compiling bitfield v0.19.4 |
| 1510 | 2026-08-28T21:24:49.240Z | Compiling zerocopy v0.6.6 |
| 1511 | 2026-08-28T21:24:49.319Z | Compiling time v0.3.47 |
| 1512 | 2026-08-28T21:24:49.399Z | Compiling icu_normalizer v2.1.1 |
| 1513 | 2026-08-28T21:24:49.430Z | Compiling zeroize v1.9.0 |
| 1514 | 2026-08-28T21:24:49.446Z | Compiling bytes v1.11.1 |
| 1515 | 2026-08-28T21:24:49.462Z | Compiling icu_properties v2.1.2 |
| 1516 | 2026-08-28T21:24:49.495Z | Compiling chrono v0.4.45 |
| 1517 | 2026-08-28T21:24:49.582Z | Compiling ipnet v2.12.0 |
| 1518 | 2026-08-28T21:24:49.661Z | Compiling der v0.7.10 |
| 1519 | 2026-08-28T21:24:49.856Z | Compiling rustls-pki-types v1.14.0 |
| 1520 | 2026-08-28T21:24:49.892Z | Compiling hybrid-array v0.4.13 |
| 1521 | 2026-08-28T21:24:49.945Z | Compiling tokio v1.52.1 |
| 1522 | 2026-08-28T21:24:50.005Z | Compiling http v1.4.2 |
| 1523 | 2026-08-28T21:24:50.079Z | Compiling hex v0.4.3 |
| 1524 | 2026-08-28T21:24:50.114Z | Compiling crypto-common v0.1.7 |
| 1525 | 2026-08-28T21:24:50.169Z | Compiling block-buffer v0.10.4 |
| 1526 | 2026-08-28T21:24:50.275Z | Compiling toml_datetime v0.6.11 |
| 1527 | 2026-08-28T21:24:50.324Z | Compiling digest v0.10.7 |
| 1528 | 2026-08-28T21:24:50.355Z | Compiling idna_adapter v1.2.1 |
| 1529 | 2026-08-28T21:24:50.368Z | Compiling serde_spanned v0.6.9 |
| 1530 | 2026-08-28T21:24:50.509Z | Compiling idna v1.1.0 |
| 1531 | 2026-08-28T21:24:50.525Z | Compiling spki v0.7.3 |
| 1532 | 2026-08-28T21:24:50.556Z | Compiling sha2 v0.10.9 |
| 1533 | 2026-08-28T21:24:50.571Z | Compiling ppv-lite86 v0.2.21 |
| 1534 | 2026-08-28T21:24:50.589Z | Compiling signature v2.2.0 |
| 1535 | 2026-08-28T21:24:50.689Z | Compiling pkcs8 v0.10.2 |
| 1536 | 2026-08-28T21:24:50.749Z | Compiling http-body v1.0.1 |
| 1537 | 2026-08-28T21:24:50.783Z | Compiling hmac v0.12.1 |
| 1538 | 2026-08-28T21:24:50.890Z | Compiling url v2.5.8 |
| 1539 | 2026-08-28T21:24:50.906Z | Compiling rand_chacha v0.9.0 |
| 1540 | 2026-08-28T21:24:50.920Z | Compiling rand_chacha v0.3.1 |
| 1541 | 2026-08-28T21:24:50.923Z | Compiling http-body-util v0.1.3 |
| 1542 | 2026-08-28T21:24:50.923Z | Compiling pkcs1 v0.7.5 |
| 1543 | 2026-08-28T21:24:50.977Z | Compiling clap v4.6.1 |
| 1544 | 2026-08-28T21:24:51.134Z | Compiling dof v0.4.0 |
| 1545 | 2026-08-28T21:24:51.171Z | Compiling rand v0.9.2 |
| 1546 | 2026-08-28T21:24:51.234Z | Compiling rand v0.8.6 |
| 1547 | 2026-08-28T21:24:51.326Z | Compiling crc v3.4.0 |
| 1548 | 2026-08-28T21:24:51.356Z | Compiling scroll_derive v0.12.1 |
| 1549 | 2026-08-28T21:24:51.406Z | Compiling structmeta-derive v0.3.0 |
| 1550 | 2026-08-28T21:24:51.576Z | Compiling array-init v0.0.4 |
| 1551 | 2026-08-28T21:24:51.706Z | Compiling smallvec v0.6.14 |
| 1552 | 2026-08-28T21:24:51.745Z | Compiling proptest v1.11.0 |
| 1553 | 2026-08-28T21:24:51.777Z | Compiling darling_core v0.23.0 |
| 1554 | 2026-08-28T21:24:51.930Z | Compiling heapless v0.7.17 |
| 1555 | 2026-08-28T21:24:51.945Z | Compiling slog v2.8.2 |
| 1556 | 2026-08-28T21:24:51.964Z | Compiling thread-id v5.1.0 |
| 1557 | 2026-08-28T21:24:52.067Z | Compiling env_filter v2.0.0 |
| 1558 | 2026-08-28T21:24:52.075Z | Compiling syn v3.0.3 |
| 1559 | 2026-08-28T21:24:52.078Z | Compiling cookie v0.18.1 |
| 1560 | 2026-08-28T21:24:52.158Z | Compiling base64 v0.21.7 |
| 1561 | 2026-08-28T21:24:52.196Z | Compiling gimli v0.32.3 |
| 1562 | 2026-08-28T21:24:52.290Z | Compiling ipnetwork v0.21.1 |
| 1563 | 2026-08-28T21:24:52.354Z | Compiling anyhow v1.0.104 |
| 1564 | 2026-08-28T21:24:52.373Z | Compiling winnow v0.5.40 |
| 1565 | 2026-08-28T21:24:52.408Z | Compiling ryu v1.0.23 |
| 1566 | 2026-08-28T21:24:52.487Z | Compiling unicode-properties v0.1.4 |
| 1567 | 2026-08-28T21:24:52.523Z | Compiling zstd-safe v7.2.4 |
| 1568 | 2026-08-28T21:24:52.603Z | Compiling iri-string v0.7.10 |
| 1569 | 2026-08-28T21:24:52.619Z | Compiling allocator-api2 v0.2.21 |
| 1570 | 2026-08-28T21:24:52.685Z | Compiling hashbrown v0.12.3 |
| 1571 | 2026-08-28T21:24:52.710Z | Compiling unicode-bidi v0.3.18 |
| 1572 | 2026-08-28T21:24:52.713Z | Compiling signal-hook v0.3.18 |
| 1573 | 2026-08-28T21:24:52.789Z | Compiling serde_urlencoded v0.7.1 |
| 1574 | 2026-08-28T21:24:52.911Z | Compiling oxnet v0.1.6 |
| 1575 | 2026-08-28T21:24:52.944Z | Compiling rsa v0.9.10 |
| 1576 | 2026-08-28T21:24:52.973Z | Compiling structmeta v0.3.0 |
| 1577 | 2026-08-28T21:24:52.987Z | Compiling ron v0.8.1 |
| 1578 | 2026-08-28T21:24:53.054Z | Compiling stringprep v0.1.5 |
| 1579 | 2026-08-28T21:24:53.255Z | Compiling env_logger v0.11.11 |
| 1580 | 2026-08-28T21:24:53.269Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1581 | 2026-08-28T21:24:53.947Z | Compiling scroll v0.12.0 |
| 1582 | 2026-08-28T21:24:53.959Z | Compiling serde-hex v0.1.0 |
| 1583 | 2026-08-28T21:24:53.959Z | Compiling camino v1.2.5 |
| 1584 | 2026-08-28T21:24:53.959Z | Compiling toml_edit v0.19.15 |
| 1585 | 2026-08-28T21:24:53.959Z | Compiling tokio-util v0.7.18 |
| 1586 | 2026-08-28T21:24:53.970Z | Compiling tower v0.5.3 |
| 1587 | 2026-08-28T21:24:57.290Z | Compiling addr2line v0.25.1 |
| 1588 | 2026-08-28T21:24:57.309Z | Compiling tokio-native-tls v0.3.1 |
| 1589 | 2026-08-28T21:24:57.309Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-08-28T21:24:57.309Z | Compiling darling_macro v0.23.0 |
| 1591 | 2026-08-28T21:24:57.309Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1592 | 2026-08-28T21:24:57.309Z | Compiling tower-http v0.6.8 |
| 1593 | 2026-08-28T21:24:57.309Z | Compiling bzip2 v0.4.4 |
| 1594 | 2026-08-28T21:24:57.309Z | Compiling h2 v0.4.15 |
| 1595 | 2026-08-28T21:24:57.309Z | Compiling hashbrown v0.13.2 |
| 1596 | 2026-08-28T21:24:57.309Z | Compiling x509-cert v0.2.5 |
| 1597 | 2026-08-28T21:24:57.309Z | Compiling block-buffer v0.12.1 |
| 1598 | 2026-08-28T21:24:57.309Z | Compiling crypto-common v0.2.2 |
| 1599 | 2026-08-28T21:24:57.309Z | Compiling block-padding v0.4.2 |
| 1600 | 2026-08-28T21:24:57.309Z | Compiling md-5 v0.10.6 |
| 1601 | 2026-08-28T21:24:57.309Z | Compiling rustls-native-certs v0.8.3 |
| 1602 | 2026-08-28T21:24:57.309Z | Compiling derive_builder_macro v0.20.2 |
| 1603 | 2026-08-28T21:24:57.309Z | Compiling serde_tokenstream v0.2.3 |
| 1604 | 2026-08-28T21:24:57.309Z | Compiling erased-serde v0.3.31 |
| 1605 | 2026-08-28T21:24:57.309Z | Compiling bstr v1.12.1 |
| 1606 | 2026-08-28T21:24:57.309Z | Compiling daft-derive v0.1.8 |
| 1607 | 2026-08-28T21:24:57.309Z | Compiling pin-project-internal v1.1.11 |
| 1608 | 2026-08-28T21:24:57.309Z | Compiling async-trait v0.1.89 |
| 1609 | 2026-08-28T21:24:57.310Z | Compiling zerocopy-derive v0.7.35 |
| 1610 | 2026-08-28T21:24:57.310Z | Compiling curve25519-dalek v4.1.3 |
| 1611 | 2026-08-28T21:24:57.310Z | Compiling vergen-lib v9.1.0 |
| 1612 | 2026-08-28T21:24:57.310Z | Compiling hash32 v0.2.1 |
| 1613 | 2026-08-28T21:24:57.310Z | Compiling memoffset v0.9.1 |
| 1614 | 2026-08-28T21:24:57.310Z | Compiling encoding_rs v0.8.35 |
| 1615 | 2026-08-28T21:24:57.310Z | Compiling mime v0.3.17 |
| 1616 | 2026-08-28T21:24:57.310Z | Compiling cfg_aliases v0.2.1 |
| 1617 | 2026-08-28T21:24:57.310Z | Compiling fallible-iterator v0.2.0 |
| 1618 | 2026-08-28T21:24:57.310Z | Compiling crc-any v2.5.0 |
| 1619 | 2026-08-28T21:24:57.310Z | Compiling smoltcp v0.9.1 |
| 1620 | 2026-08-28T21:24:57.310Z | Compiling psl-types v2.0.11 |
| 1621 | 2026-08-28T21:24:57.310Z | Compiling ref-cast v1.0.25 |
| 1622 | 2026-08-28T21:24:57.310Z | Compiling rustix v0.38.44 |
| 1623 | 2026-08-28T21:24:57.310Z | Compiling rustc-demangle v0.1.27 |
| 1624 | 2026-08-28T21:24:57.310Z | Compiling litrs v1.0.0 |
| 1625 | 2026-08-28T21:24:57.336Z | Compiling owo-colors v4.3.0 |
| 1626 | 2026-08-28T21:24:57.336Z | Compiling zerocopy v0.7.35 |
| 1627 | 2026-08-28T21:24:57.336Z | Compiling postgres-protocol v0.6.10 |
| 1628 | 2026-08-28T21:24:57.336Z | Compiling publicsuffix v2.3.0 |
| 1629 | 2026-08-28T21:24:57.336Z | Compiling pin-project v1.1.11 |
| 1630 | 2026-08-28T21:24:57.336Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1631 | 2026-08-28T21:24:57.336Z | Compiling backtrace v0.3.76 |
| 1632 | 2026-08-28T21:24:57.336Z | Compiling nix v0.31.2 |
| 1633 | 2026-08-28T21:24:57.336Z | Compiling daft v0.1.8 |
| 1634 | 2026-08-28T21:24:57.336Z | Compiling document-features v0.2.12 |
| 1635 | 2026-08-28T21:24:57.363Z | Compiling derive_builder v0.20.2 |
| 1636 | 2026-08-28T21:24:59.069Z | Compiling object v0.30.4 |
| 1637 | 2026-08-28T21:24:59.098Z | Compiling toml v0.7.8 |
| 1638 | 2026-08-28T21:24:59.098Z | Compiling inout v0.2.2 |
| 1639 | 2026-08-28T21:24:59.098Z | Compiling darling v0.23.0 |
| 1640 | 2026-08-28T21:24:59.098Z | Compiling zip v0.6.6 |
| 1641 | 2026-08-28T21:24:59.098Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1642 | 2026-08-28T21:24:59.098Z | Compiling goblin v0.8.2 |
| 1643 | 2026-08-28T21:24:59.098Z | Compiling derive-ex v0.1.8 |
| 1644 | 2026-08-28T21:24:59.098Z | Compiling hyper v1.10.1 |
| 1645 | 2026-08-28T21:24:59.098Z | Compiling futures-executor v0.3.32 |
| 1646 | 2026-08-28T21:24:59.098Z | Compiling hubpack_derive v0.1.1 |
| 1647 | 2026-08-28T21:24:59.098Z | Compiling regex v1.12.3 |
| 1648 | 2026-08-28T21:24:59.098Z | Compiling phf_shared v0.13.1 |
| 1649 | 2026-08-28T21:24:59.098Z | Compiling snafu-derive v0.8.9 |
| 1650 | 2026-08-28T21:24:59.098Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1651 | 2026-08-28T21:24:59.098Z | Compiling strum_macros v0.27.2 |
| 1652 | 2026-08-28T21:24:59.098Z | Compiling ref-cast-impl v1.0.25 |
| 1653 | 2026-08-28T21:24:59.098Z | Compiling convert_case v0.10.0 |
| 1654 | 2026-08-28T21:24:59.098Z | Compiling cargo-platform v0.3.2 |
| 1655 | 2026-08-28T21:24:59.098Z | Compiling vergen v9.1.0 |
| 1656 | 2026-08-28T21:24:59.098Z | Compiling ff v0.13.1 |
| 1657 | 2026-08-28T21:24:59.098Z | Compiling fs-err v3.3.0 |
| 1658 | 2026-08-28T21:24:59.098Z | Compiling either v1.15.0 |
| 1659 | 2026-08-28T21:24:59.098Z | Compiling same-file v1.0.6 |
| 1660 | 2026-08-28T21:24:59.098Z | Compiling path-slash v0.1.5 |
| 1661 | 2026-08-28T21:24:59.098Z | Compiling bumpalo v3.20.2 |
| 1662 | 2026-08-28T21:24:59.098Z | Compiling libbz2-rs-sys v0.2.2 |
| 1663 | 2026-08-28T21:24:59.098Z | Compiling foldhash v0.2.0 |
| 1664 | 2026-08-28T21:24:59.098Z | Compiling is_ci v1.2.0 |
| 1665 | 2026-08-28T21:24:59.098Z | Compiling managed v0.8.0 |
| 1666 | 2026-08-28T21:24:59.098Z | Compiling base16ct v0.2.0 |
| 1667 | 2026-08-28T21:24:59.098Z | Compiling foldhash v0.1.5 |
| 1668 | 2026-08-28T21:24:59.098Z | Compiling hyper-util v0.1.20 |
| 1669 | 2026-08-28T21:24:59.118Z | Compiling jiff-core v0.1.0 |
| 1670 | 2026-08-28T21:24:59.126Z | Compiling bitflags v1.3.2 |
| 1671 | 2026-08-28T21:24:59.133Z | Compiling hashbrown v0.15.5 |
| 1672 | 2026-08-28T21:24:59.149Z | Compiling sec1 v0.7.3 |
| 1673 | 2026-08-28T21:24:59.161Z | Compiling zopfli v0.8.3 |
| 1674 | 2026-08-28T21:24:59.503Z | Compiling bzip2 v0.6.1 |
| 1675 | 2026-08-28T21:24:59.507Z | Compiling test-strategy v0.4.5 |
| 1676 | 2026-08-28T21:24:59.507Z | Compiling hashbrown v0.16.1 |
| 1677 | 2026-08-28T21:24:59.553Z | Compiling supports-color v3.0.2 |
| 1678 | 2026-08-28T21:25:00.856Z | Compiling textwrap v0.16.2 |
| 1679 | 2026-08-28T21:25:00.869Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1680 | 2026-08-28T21:25:00.869Z | Compiling dof v0.3.0 |
| 1681 | 2026-08-28T21:25:00.869Z | Compiling jiff v0.2.34 |
| 1682 | 2026-08-28T21:25:00.869Z | Compiling walkdir v2.5.0 |
| 1683 | 2026-08-28T21:25:00.869Z | Compiling snafu v0.8.9 |
| 1684 | 2026-08-28T21:25:00.869Z | Compiling group v0.13.0 |
| 1685 | 2026-08-28T21:25:00.869Z | Compiling strum v0.27.2 |
| 1686 | 2026-08-28T21:25:00.869Z | Compiling derive_more-impl v2.1.1 |
| 1687 | 2026-08-28T21:25:00.869Z | Compiling cargo_metadata v0.23.1 |
| 1688 | 2026-08-28T21:25:00.869Z | Compiling hubpack v0.1.2 |
| 1689 | 2026-08-28T21:25:00.869Z | Compiling phf v0.13.1 |
| 1690 | 2026-08-28T21:25:00.869Z | Compiling hyper-tls v0.6.0 |
| 1691 | 2026-08-28T21:25:00.869Z | Compiling futures v0.3.32 |
| 1692 | 2026-08-28T21:25:00.869Z | Compiling signal-hook-mio v0.2.5 |
| 1693 | 2026-08-28T21:25:00.869Z | Compiling zstd v0.13.3 |
| 1694 | 2026-08-28T21:25:00.869Z | Compiling reqwest v0.12.28 |
| 1695 | 2026-08-28T21:25:00.869Z | Compiling cookie_store v0.22.1 |
| 1696 | 2026-08-28T21:25:00.869Z | Compiling cipher v0.5.2 |
| 1697 | 2026-08-28T21:25:00.869Z | Compiling serde_with_macros v3.21.0 |
| 1698 | 2026-08-28T21:25:00.919Z | Compiling backtrace-ext v0.2.1 |
| 1699 | 2026-08-28T21:25:01.002Z | Compiling postgres-types v0.2.12 |
| 1700 | 2026-08-28T21:25:01.192Z | Compiling globset v0.4.18 |
| 1701 | 2026-08-28T21:25:01.211Z | Compiling usdt-macro v0.6.0 |
| 1702 | 2026-08-28T21:25:01.226Z | Compiling usdt-attr-macro v0.6.0 |
| 1703 | 2026-08-28T21:25:01.415Z | Compiling byte-wrapper v0.1.0 |
| 1704 | 2026-08-28T21:25:01.509Z | Compiling hkdf v0.12.4 |
| 1705 | 2026-08-28T21:25:01.593Z | Compiling ed25519 v2.2.3 |
| 1706 | 2026-08-28T21:25:01.706Z | Compiling crypto-bigint v0.5.5 |
| 1707 | 2026-08-28T21:25:01.740Z | Compiling serde-big-array v0.5.1 |
| 1708 | 2026-08-28T21:25:01.787Z | Compiling serde_plain v1.0.2 |
| 1709 | 2026-08-28T21:25:01.897Z | Compiling olpc-cjson v0.1.4 |
| 1710 | 2026-08-28T21:25:01.914Z | Compiling dtrace-parser v0.2.0 |
| 1711 | 2026-08-28T21:25:01.918Z | Compiling phf_shared v0.11.3 |
| 1712 | 2026-08-28T21:25:02.012Z | Compiling miette-derive v7.6.0 |
| 1713 | 2026-08-28T21:25:02.027Z | Compiling serde_repr v0.1.20 |
| 1714 | 2026-08-28T21:25:02.066Z | Compiling strum_macros v0.26.4 |
| 1715 | 2026-08-28T21:25:02.085Z | Compiling async-recursion v1.1.1 |
| 1716 | 2026-08-28T21:25:02.118Z | Compiling enum-as-inner v0.6.1 |
| 1717 | 2026-08-28T21:25:02.134Z | Compiling float-cmp v0.10.0 |
| 1718 | 2026-08-28T21:25:02.300Z | Compiling pem v3.0.6 |
| 1719 | 2026-08-28T21:25:02.340Z | Compiling thread-id v4.2.2 |
| 1720 | 2026-08-28T21:25:02.440Z | Compiling memmap2 v0.9.10 |
| 1721 | 2026-08-28T21:25:02.541Z | Compiling const-oid v0.10.2 |
| 1722 | 2026-08-28T21:25:02.598Z | Compiling supports-unicode v3.0.0 |
| 1723 | 2026-08-28T21:25:02.667Z | Compiling supports-hyperlinks v3.2.0 |
| 1724 | 2026-08-28T21:25:02.682Z | Compiling data-encoding v2.10.0 |
| 1725 | 2026-08-28T21:25:02.685Z | Compiling predicates-core v1.0.10 |
| 1726 | 2026-08-28T21:25:02.714Z | Compiling normalize-line-endings v0.3.0 |
| 1727 | 2026-08-28T21:25:02.735Z | Compiling precomputed-hash v0.1.1 |
| 1728 | 2026-08-28T21:25:02.773Z | Compiling fixedbitset v0.5.7 |
| 1729 | 2026-08-28T21:25:02.776Z | Compiling winnow v1.0.3 |
| 1730 | 2026-08-28T21:25:02.805Z | Compiling difflib v0.4.0 |
| 1731 | 2026-08-28T21:25:02.827Z | Compiling new_debug_unreachable v1.0.6 |
| 1732 | 2026-08-28T21:25:02.847Z | Compiling whoami v2.1.0 |
| 1733 | 2026-08-28T21:25:02.864Z | Compiling cpufeatures v0.3.0 |
| 1734 | 2026-08-28T21:25:02.867Z | Compiling typed-path v0.9.3 |
| 1735 | 2026-08-28T21:25:02.893Z | Compiling fixedbitset v0.4.2 |
| 1736 | 2026-08-28T21:25:02.912Z | Compiling static_assertions v1.1.0 |
| 1737 | 2026-08-28T21:25:02.954Z | Compiling keccak v0.1.6 |
| 1738 | 2026-08-28T21:25:02.996Z | Compiling petgraph v0.8.3 |
| 1739 | 2026-08-28T21:25:03.106Z | Compiling tokio-postgres v0.7.16 |
| 1740 | 2026-08-28T21:25:03.127Z | Compiling sha3 v0.10.8 |
| 1741 | 2026-08-28T21:25:03.211Z | Compiling miette v7.6.0 |
| 1742 | 2026-08-28T21:25:03.247Z | Compiling petgraph v0.6.5 |
| 1743 | 2026-08-28T21:25:03.386Z | Compiling predicates v3.1.4 |
| 1744 | 2026-08-28T21:25:03.424Z | Compiling hickory-proto v0.25.2 |
| 1745 | 2026-08-28T21:25:03.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1746 | 2026-08-28T21:25:03.715Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1747 | 2026-08-28T21:25:03.738Z | Compiling chacha20 v0.10.0 |
| 1748 | 2026-08-28T21:25:03.884Z | Compiling toml_edit v0.22.27 |
| 1749 | 2026-08-28T21:25:03.900Z | Compiling string_cache v0.8.9 |
| 1750 | 2026-08-28T21:25:03.915Z | Compiling strum v0.26.3 |
| 1751 | 2026-08-28T21:25:04.043Z | Compiling elliptic-curve v0.13.8 |
| 1752 | 2026-08-28T21:25:04.062Z | Compiling digest v0.11.3 |
| 1753 | 2026-08-28T21:25:04.117Z | Compiling usdt v0.6.0 |
| 1754 | 2026-08-28T21:25:04.156Z | Compiling usdt-impl v0.5.0 |
| 1755 | 2026-08-28T21:25:04.163Z | Compiling zip v4.6.1 |
| 1756 | 2026-08-28T21:25:04.308Z | Compiling serde_with v3.21.0 |
| 1757 | 2026-08-28T21:25:04.367Z | Compiling crossterm v0.28.1 |
| 1758 | 2026-08-28T21:25:04.387Z | Compiling ed25519-dalek v2.2.0 |
| 1759 | 2026-08-28T21:25:04.405Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1760 | 2026-08-28T21:25:04.467Z | Compiling derive_more v2.1.1 |
| 1761 | 2026-08-28T21:25:04.774Z | Compiling iddqd v0.4.2 |
| 1762 | 2026-08-28T21:25:04.917Z | Compiling itertools v0.13.0 |
| 1763 | 2026-08-28T21:25:04.939Z | Compiling itertools v0.15.0 |
| 1764 | 2026-08-28T21:25:04.968Z | Compiling similar v2.7.0 |
| 1765 | 2026-08-28T21:25:05.169Z | Compiling crossbeam-epoch v0.9.18 |
| 1766 | 2026-08-28T21:25:05.196Z | Compiling tokio-stream v0.1.18 |
| 1767 | 2026-08-28T21:25:05.396Z | Compiling buf-list v1.1.2 |
| 1768 | 2026-08-28T21:25:05.521Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1769 | 2026-08-28T21:25:05.655Z | Compiling openapiv3 v2.2.0 |
| 1770 | 2026-08-28T21:25:05.674Z | Compiling heck v0.4.1 |
| 1771 | 2026-08-28T21:25:05.689Z | Compiling peg-runtime v0.8.5 |
| 1772 | 2026-08-28T21:25:05.839Z | Compiling lalrpop-util v0.19.12 |
| 1773 | 2026-08-28T21:25:05.854Z | Compiling thread_local v1.1.9 |
| 1774 | 2026-08-28T21:25:05.924Z | Compiling slog-async v2.8.0 |
| 1775 | 2026-08-28T21:25:05.951Z | Compiling crossbeam-channel v0.5.15 |
| 1776 | 2026-08-28T21:25:06.000Z | Compiling is-terminal v0.4.17 |
| 1777 | 2026-08-28T21:25:06.080Z | Compiling filetime v0.2.27 |
| 1778 | 2026-08-28T21:25:06.133Z | Compiling take_mut v0.2.2 |
| 1779 | 2026-08-28T21:25:06.151Z | Compiling term v1.2.1 |
| 1780 | 2026-08-28T21:25:06.166Z | Compiling xattr v1.6.1 |
| 1781 | 2026-08-28T21:25:06.169Z | Compiling camino-tempfile v1.4.1 |
| 1782 | 2026-08-28T21:25:06.298Z | Compiling tar v0.4.46 |
| 1783 | 2026-08-28T21:25:06.432Z | Compiling slog-term v2.9.2 |
| 1784 | 2026-08-28T21:25:23.646Z | Compiling rustls-webpki v0.103.13 |
| 1785 | 2026-08-28T21:25:26.342Z | Compiling tokio-rustls v0.26.4 |
| 1786 | 2026-08-28T21:25:26.342Z | Compiling rustls-platform-verifier v0.6.2 |
| 1787 | 2026-08-28T21:25:26.342Z | Compiling tough v0.22.0 |
| 1788 | 2026-08-28T21:25:26.536Z | Compiling hyper-rustls v0.27.7 |
| 1789 | 2026-08-28T21:25:26.726Z | Compiling reqwest v0.13.2 |
| 1790 | 2026-08-28T21:25:28.893Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1791 | 2026-08-28T21:25:29.127Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1792 | 2026-08-28T21:25:32.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.55s |
| 1793 | 2026-08-28T21:25:32.216Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1794 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: Clickhouse |
| 1795 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: Cockroach |
| 1796 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: Console |
| 1797 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: DendriteStub |
| 1798 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: MaghemiteMgd |
| 1799 | 2026-08-28T21:25:32.275Z | Aug 28 21:25:30.713 INFO Starting download, target: MaghemiteDdmd |
| 1800 | 2026-08-28T21:25:32.279Z | Aug 28 21:25:30.713 INFO Starting download, target: TransceiverControl |
| 1801 | 2026-08-28T21:25:32.279Z | Aug 28 21:25:30.713 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1802 | 2026-08-28T21:25:32.279Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1803 | 2026-08-28T21:25:32.280Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1804 | 2026-08-28T21:25:32.280Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1805 | 2026-08-28T21:25:32.280Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1806 | 2026-08-28T21:25:32.280Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1807 | 2026-08-28T21:25:32.280Z | Aug 28 21:25:30.714 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1808 | 2026-08-28T21:25:33.076Z | Aug 28 21:25:31.507 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1809 | 2026-08-28T21:25:33.297Z | Aug 28 21:25:31.730 INFO Download complete, target: TransceiverControl |
| 1810 | 2026-08-28T21:25:34.369Z | Aug 28 21:25:32.803 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1811 | 2026-08-28T21:25:34.620Z | Aug 28 21:25:33.055 INFO Download complete, target: Console |
| 1812 | 2026-08-28T21:25:34.758Z | Aug 28 21:25:33.189 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1813 | 2026-08-28T21:25:34.785Z | Aug 28 21:25:33.223 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1814 | 2026-08-28T21:25:34.838Z | Aug 28 21:25:33.274 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1815 | 2026-08-28T21:25:35.152Z | Aug 28 21:25:33.590 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1816 | 2026-08-28T21:25:35.311Z | Aug 28 21:25:33.750 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1817 | 2026-08-28T21:25:35.311Z | Aug 28 21:25:33.750 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1818 | 2026-08-28T21:25:36.879Z | Aug 28 21:25:35.296 INFO Download complete, target: MaghemiteDdmd |
| 1819 | 2026-08-28T21:25:37.712Z | Aug 28 21:25:36.150 INFO Download complete, target: DendriteStub |
| 1820 | 2026-08-28T21:25:37.716Z | Aug 28 21:25:36.155 INFO Download complete, target: MaghemiteMgd |
| 1821 | 2026-08-28T21:25:40.025Z | Aug 28 21:25:38.463 INFO Checking that binary works, target: Cockroach |
| 1822 | 2026-08-28T21:25:40.148Z | Aug 28 21:25:38.586 INFO Download complete, target: Cockroach |
| 1823 | 2026-08-28T21:25:41.975Z | Aug 28 21:25:40.413 INFO Checking that binary works, target: Clickhouse |
| 1824 | 2026-08-28T21:25:42.063Z | Aug 28 21:25:40.501 INFO Download complete, target: Clickhouse |
| 1825 | 2026-08-28T21:25:42.070Z | All prerequisites installed successfully |
| 1826 | 2026-08-28T21:25:42.073Z | |
| 1827 | 2026-08-28T21:25:42.073Z | real 1:56.849988766 |
| 1828 | 2026-08-28T21:25:42.073Z | user 7:24.561833194 |
| 1829 | 2026-08-28T21:25:42.073Z | sys 1:46.366854083 |
| 1830 | 2026-08-28T21:25:42.073Z | trap 0.293382221 |
| 1831 | 2026-08-28T21:25:42.073Z | tflt 0.855843787 |
| 1832 | 2026-08-28T21:25:42.073Z | dflt 1.824048993 |
| 1833 | 2026-08-28T21:25:42.073Z | kflt 0.026002913 |
| 1834 | 2026-08-28T21:25:42.073Z | lock 28:42.994719213 |
| 1835 | 2026-08-28T21:25:42.073Z | slp 20:13.525317034 |
| 1836 | 2026-08-28T21:25:42.073Z | lat 28.733965148 |
| 1837 | 2026-08-28T21:25:42.073Z | stop 3:39.587890495 |
| 1838 | 2026-08-28T21:25:42.073Z | + ptime -m cargo xtask download softnpu |
| 1839 | 2026-08-28T21:25:42.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1840 | 2026-08-28T21:25:42.559Z | Running `target/debug/xtask download softnpu` |
| 1841 | 2026-08-28T21:25:43.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1842 | 2026-08-28T21:25:43.412Z | Running `target/debug/xtask-downloader softnpu` |
| 1843 | 2026-08-28T21:25:43.456Z | Aug 28 21:25:41.894 INFO Starting download, target: Softnpu |
| 1844 | 2026-08-28T21:25:43.460Z | Aug 28 21:25:41.894 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1845 | 2026-08-28T21:25:45.567Z | Aug 28 21:25:44.006 INFO Download complete, target: Softnpu |
| 1846 | 2026-08-28T21:25:45.572Z | |
| 1847 | 2026-08-28T21:25:45.575Z | real 3.494644793 |
| 1848 | 2026-08-28T21:25:45.575Z | user 1.321354045 |
| 1849 | 2026-08-28T21:25:45.575Z | sys 0.638102646 |
| 1850 | 2026-08-28T21:25:45.575Z | trap 0.000610260 |
| 1851 | 2026-08-28T21:25:45.575Z | tflt 0.000119646 |
| 1852 | 2026-08-28T21:25:45.575Z | dflt 0.000471162 |
| 1853 | 2026-08-28T21:25:45.575Z | kflt 0.000000000 |
| 1854 | 2026-08-28T21:25:45.575Z | lock 38.760310207 |
| 1855 | 2026-08-28T21:25:45.575Z | slp 1.985779929 |
| 1856 | 2026-08-28T21:25:45.575Z | lat 0.102351166 |
| 1857 | 2026-08-28T21:25:45.575Z | stop 0.000168086 |
| 1858 | 2026-08-28T21:25:45.575Z | + export CARGO_INCREMENTAL=0 |
| 1859 | 2026-08-28T21:25:45.575Z | + CARGO_INCREMENTAL=0 |
| 1860 | 2026-08-28T21:25:45.576Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1861 | 2026-08-28T21:25:46.493Z | Compiling proc-macro2 v1.0.106 |
| 1862 | 2026-08-28T21:25:46.493Z | Compiling quote v1.0.45 |
| 1863 | 2026-08-28T21:25:46.493Z | Compiling unicode-ident v1.0.24 |
| 1864 | 2026-08-28T21:25:46.496Z | Compiling serde_core v1.0.228 |
| 1865 | 2026-08-28T21:25:46.496Z | Compiling libc v0.2.185 |
| 1866 | 2026-08-28T21:25:46.496Z | Compiling serde v1.0.228 |
| 1867 | 2026-08-28T21:25:46.496Z | Compiling cfg-if v1.0.4 |
| 1868 | 2026-08-28T21:25:46.640Z | Compiling version_check v0.9.5 |
| 1869 | 2026-08-28T21:25:46.643Z | Compiling autocfg v1.5.0 |
| 1870 | 2026-08-28T21:25:46.653Z | Compiling shlex v1.3.0 |
| 1871 | 2026-08-28T21:25:46.680Z | Compiling find-msvc-tools v0.1.9 |
| 1872 | 2026-08-28T21:25:46.683Z | Compiling memchr v2.8.0 |
| 1873 | 2026-08-28T21:25:46.683Z | Compiling zmij v1.0.21 |
| 1874 | 2026-08-28T21:25:46.683Z | Compiling serde_json v1.0.151 |
| 1875 | 2026-08-28T21:25:46.845Z | Compiling portable-atomic v1.13.1 |
| 1876 | 2026-08-28T21:25:46.861Z | Compiling zerocopy v0.8.55 |
| 1877 | 2026-08-28T21:25:46.954Z | Compiling libm v0.2.16 |
| 1878 | 2026-08-28T21:25:46.988Z | Compiling getrandom v0.4.3 |
| 1879 | 2026-08-28T21:25:47.047Z | Compiling icu_normalizer_data v2.1.1 |
| 1880 | 2026-08-28T21:25:47.083Z | Compiling icu_properties_data v2.1.2 |
| 1881 | 2026-08-28T21:25:47.104Z | Compiling smallvec v1.15.1 |
| 1882 | 2026-08-28T21:25:47.138Z | Compiling num-traits v0.2.19 |
| 1883 | 2026-08-28T21:25:47.187Z | Compiling generic-array v0.14.7 |
| 1884 | 2026-08-28T21:25:47.299Z | Compiling parking_lot_core v0.9.12 |
| 1885 | 2026-08-28T21:25:47.303Z | Compiling itoa v1.0.17 |
| 1886 | 2026-08-28T21:25:47.316Z | Compiling log v0.4.33 |
| 1887 | 2026-08-28T21:25:47.380Z | Compiling pkg-config v0.3.32 |
| 1888 | 2026-08-28T21:25:47.394Z | Compiling subtle v2.6.1 |
| 1889 | 2026-08-28T21:25:47.412Z | Compiling stable_deref_trait v1.2.1 |
| 1890 | 2026-08-28T21:25:47.442Z | Compiling rustix v1.1.4 |
| 1891 | 2026-08-28T21:25:47.520Z | Compiling typenum v1.20.1 |
| 1892 | 2026-08-28T21:25:47.553Z | Compiling jobserver v0.1.34 |
| 1893 | 2026-08-28T21:25:47.605Z | Compiling getrandom v0.3.4 |
| 1894 | 2026-08-28T21:25:47.621Z | Compiling errno v0.3.14 |
| 1895 | 2026-08-28T21:25:47.654Z | Compiling scopeguard v1.2.0 |
| 1896 | 2026-08-28T21:25:47.727Z | Compiling thiserror v2.0.18 |
| 1897 | 2026-08-28T21:25:47.772Z | Compiling cc v1.2.56 |
| 1898 | 2026-08-28T21:25:47.792Z | Compiling lock_api v0.4.14 |
| 1899 | 2026-08-28T21:25:47.841Z | Compiling rand_core v0.10.0 |
| 1900 | 2026-08-28T21:25:47.912Z | Compiling heck v0.5.0 |
| 1901 | 2026-08-28T21:25:48.026Z | Compiling syn v2.0.117 |
| 1902 | 2026-08-28T21:25:48.055Z | Compiling critical-section v1.2.0 |
| 1903 | 2026-08-28T21:25:48.073Z | Compiling getrandom v0.2.17 |
| 1904 | 2026-08-28T21:25:48.077Z | Compiling equivalent v1.0.2 |
| 1905 | 2026-08-28T21:25:48.102Z | Compiling litemap v0.8.1 |
| 1906 | 2026-08-28T21:25:48.137Z | Compiling percent-encoding v2.3.2 |
| 1907 | 2026-08-28T21:25:48.164Z | Compiling schemars v0.8.22 |
| 1908 | 2026-08-28T21:25:48.180Z | Compiling writeable v0.6.2 |
| 1909 | 2026-08-28T21:25:48.238Z | Compiling rand_core v0.6.4 |
| 1910 | 2026-08-28T21:25:48.250Z | Compiling syn v1.0.109 |
| 1911 | 2026-08-28T21:25:48.266Z | Compiling pin-project-lite v0.2.17 |
| 1912 | 2026-08-28T21:25:48.389Z | Compiling rustversion v1.0.22 |
| 1913 | 2026-08-28T21:25:48.420Z | Compiling once_cell v1.21.3 |
| 1914 | 2026-08-28T21:25:48.484Z | Compiling hashbrown v0.17.0 |
| 1915 | 2026-08-28T21:25:48.566Z | Compiling cmake v0.1.57 |
| 1916 | 2026-08-28T21:25:48.566Z | Compiling fs_extra v1.3.0 |
| 1917 | 2026-08-28T21:25:48.602Z | Compiling dunce v1.0.5 |
| 1918 | 2026-08-28T21:25:48.642Z | Compiling byteorder v1.5.0 |
| 1919 | 2026-08-28T21:25:48.685Z | Compiling utf8_iter v1.0.4 |
| 1920 | 2026-08-28T21:25:48.688Z | Compiling form_urlencoded v1.2.2 |
| 1921 | 2026-08-28T21:25:48.875Z | Compiling strsim v0.11.1 |
| 1922 | 2026-08-28T21:25:48.897Z | Compiling signal-hook-registry v1.4.8 |
| 1923 | 2026-08-28T21:25:49.010Z | Compiling thiserror v1.0.69 |
| 1924 | 2026-08-28T21:25:49.080Z | Compiling aws-lc-sys v0.40.0 |
| 1925 | 2026-08-28T21:25:49.083Z | Compiling socket2 v0.6.3 |
| 1926 | 2026-08-28T21:25:49.146Z | Compiling semver v1.0.28 |
| 1927 | 2026-08-28T21:25:49.227Z | Compiling bitflags v2.11.0 |
| 1928 | 2026-08-28T21:25:49.340Z | Compiling indexmap v2.14.0 |
| 1929 | 2026-08-28T21:25:49.366Z | Compiling parking_lot v0.12.5 |
| 1930 | 2026-08-28T21:25:49.403Z | Compiling mio v1.2.0 |
| 1931 | 2026-08-28T21:25:49.487Z | Compiling aws-lc-rs v1.16.3 |
| 1932 | 2026-08-28T21:25:49.562Z | Compiling const-oid v0.9.6 |
| 1933 | 2026-08-28T21:25:49.632Z | Compiling futures-core v0.3.32 |
| 1934 | 2026-08-28T21:25:49.748Z | Compiling httparse v1.10.1 |
| 1935 | 2026-08-28T21:25:49.775Z | Compiling iana-time-zone v0.1.65 |
| 1936 | 2026-08-28T21:25:50.075Z | Compiling ucd-trie v0.1.7 |
| 1937 | 2026-08-28T21:25:50.123Z | Compiling regex-syntax v0.8.10 |
| 1938 | 2026-08-28T21:25:50.138Z | Compiling crc32fast v1.5.0 |
| 1939 | 2026-08-28T21:25:50.156Z | Compiling fnv v1.0.7 |
| 1940 | 2026-08-28T21:25:50.243Z | Compiling pest v2.8.6 |
| 1941 | 2026-08-28T21:25:50.259Z | Compiling uuid v1.23.4 |
| 1942 | 2026-08-28T21:25:50.290Z | Compiling ident_case v1.0.1 |
| 1943 | 2026-08-28T21:25:50.293Z | Compiling vcpkg v0.2.15 |
| 1944 | 2026-08-28T21:25:50.474Z | Compiling rustc_version v0.4.1 |
| 1945 | 2026-08-28T21:25:50.573Z | Compiling futures-sink v0.3.32 |
| 1946 | 2026-08-28T21:25:50.662Z | Compiling dyn-clone v1.0.20 |
| 1947 | 2026-08-28T21:25:50.674Z | Compiling rustls v0.23.41 |
| 1948 | 2026-08-28T21:25:50.759Z | Compiling futures-channel v0.3.32 |
| 1949 | 2026-08-28T21:25:50.879Z | Compiling synstructure v0.13.2 |
| 1950 | 2026-08-28T21:25:50.888Z | Compiling serde_derive_internals v0.29.1 |
| 1951 | 2026-08-28T21:25:50.888Z | Compiling openssl-sys v0.9.117 |
| 1952 | 2026-08-28T21:25:51.038Z | Compiling aho-corasick v1.1.4 |
| 1953 | 2026-08-28T21:25:51.058Z | Compiling slab v0.4.12 |
| 1954 | 2026-08-28T21:25:51.080Z | Compiling futures-io v0.3.32 |
| 1955 | 2026-08-28T21:25:51.097Z | Compiling futures-task v0.3.32 |
| 1956 | 2026-08-28T21:25:51.365Z | Compiling pest_meta v2.8.6 |
| 1957 | 2026-08-28T21:25:51.434Z | Compiling plain v0.2.3 |
| 1958 | 2026-08-28T21:25:51.450Z | Compiling num-conv v0.2.0 |
| 1959 | 2026-08-28T21:25:51.513Z | Compiling radium v0.7.0 |
| 1960 | 2026-08-28T21:25:51.522Z | Compiling time-core v0.1.8 |
| 1961 | 2026-08-28T21:25:51.605Z | Compiling crossbeam-utils v0.8.21 |
| 1962 | 2026-08-28T21:25:51.625Z | Compiling base64 v0.22.1 |
| 1963 | 2026-08-28T21:25:51.661Z | Compiling openssl v0.10.80 |
| 1964 | 2026-08-28T21:25:51.698Z | Compiling time-macros v0.2.27 |
| 1965 | 2026-08-28T21:25:51.770Z | Compiling maybe-uninit v2.0.0 |
| 1966 | 2026-08-28T21:25:51.810Z | Compiling base64ct v1.8.3 |
| 1967 | 2026-08-28T21:25:51.822Z | Compiling pretty-hex v0.4.1 |
| 1968 | 2026-08-28T21:25:51.911Z | Compiling regex-automata v0.4.14 |
| 1969 | 2026-08-28T21:25:51.921Z | Compiling slog v2.8.2 |
| 1970 | 2026-08-28T21:25:51.961Z | Compiling pest_generator v2.8.6 |
| 1971 | 2026-08-28T21:25:51.968Z | Compiling flagset v0.4.7 |
| 1972 | 2026-08-28T21:25:52.053Z | Compiling pem-rfc7468 v0.7.0 |
| 1973 | 2026-08-28T21:25:52.090Z | Compiling serde_derive v1.0.228 |
| 1974 | 2026-08-28T21:25:52.108Z | Compiling zeroize_derive v1.5.0 |
| 1975 | 2026-08-28T21:25:52.125Z | Compiling zerofrom-derive v0.1.6 |
| 1976 | 2026-08-28T21:25:52.138Z | Compiling yoke-derive v0.8.1 |
| 1977 | 2026-08-28T21:25:52.156Z | Compiling zerocopy-derive v0.8.55 |
| 1978 | 2026-08-28T21:25:52.180Z | Compiling zerovec-derive v0.11.2 |
| 1979 | 2026-08-28T21:25:52.218Z | Compiling displaydoc v0.2.5 |
| 1980 | 2026-08-28T21:25:52.235Z | Compiling tokio-macros v2.7.0 |
| 1981 | 2026-08-28T21:25:52.348Z | Compiling futures-macro v0.3.32 |
| 1982 | 2026-08-28T21:25:52.373Z | Compiling thiserror-impl v2.0.18 |
| 1983 | 2026-08-28T21:25:52.419Z | Compiling schemars_derive v0.8.22 |
| 1984 | 2026-08-28T21:25:52.567Z | Compiling der_derive v0.7.3 |
| 1985 | 2026-08-28T21:25:52.629Z | Compiling tracing-attributes v0.1.31 |
| 1986 | 2026-08-28T21:25:52.656Z | Compiling thiserror-impl v1.0.69 |
| 1987 | 2026-08-28T21:25:52.656Z | Compiling pest_derive v2.8.6 |
| 1988 | 2026-08-28T21:25:52.794Z | Compiling scroll_derive v0.12.1 |
| 1989 | 2026-08-28T21:25:52.913Z | Compiling scroll_derive v0.13.1 |
| 1990 | 2026-08-28T21:25:52.929Z | Compiling openssl-macros v0.1.1 |
| 1991 | 2026-08-28T21:25:53.120Z | Compiling rand_core v0.9.5 |
| 1992 | 2026-08-28T21:25:53.147Z | Compiling futures-util v0.3.32 |
| 1993 | 2026-08-28T21:25:53.228Z | Compiling darling_core v0.23.0 |
| 1994 | 2026-08-28T21:25:53.249Z | Compiling zerofrom v0.1.6 |
| 1995 | 2026-08-28T21:25:53.375Z | Compiling yoke v0.8.1 |
| 1996 | 2026-08-28T21:25:53.426Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1997 | 2026-08-28T21:25:53.505Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1998 | 2026-08-28T21:25:53.579Z | Compiling zerovec v0.11.5 |
| 1999 | 2026-08-28T21:25:53.603Z | Compiling zerotrie v0.2.3 |
| 2000 | 2026-08-28T21:25:53.811Z | Compiling syn v3.0.3 |
| 2001 | 2026-08-28T21:25:53.827Z | Compiling ahash v0.8.12 |
| 2002 | 2026-08-28T21:25:53.845Z | Compiling native-tls v0.2.18 |
| 2003 | 2026-08-28T21:25:53.899Z | Compiling paste v1.0.15 |
| 2004 | 2026-08-28T21:25:54.100Z | Compiling num-bigint-dig v0.8.6 |
| 2005 | 2026-08-28T21:25:54.103Z | Compiling anyhow v1.0.104 |
| 2006 | 2026-08-28T21:25:54.153Z | Compiling packed_struct v0.10.1 |
| 2007 | 2026-08-28T21:25:54.180Z | Compiling tinystr v0.8.2 |
| 2008 | 2026-08-28T21:25:54.211Z | Compiling potential_utf v0.1.4 |
| 2009 | 2026-08-28T21:25:54.313Z | Compiling regex v1.12.3 |
| 2010 | 2026-08-28T21:25:54.408Z | Compiling icu_locale_core v2.1.1 |
| 2011 | 2026-08-28T21:25:54.427Z | Compiling icu_collections v2.1.1 |
| 2012 | 2026-08-28T21:25:54.480Z | Compiling zerocopy-derive v0.7.35 |
| 2013 | 2026-08-28T21:25:55.148Z | Compiling icu_provider v2.1.1 |
| 2014 | 2026-08-28T21:25:55.298Z | Compiling zeroize v1.9.0 |
| 2015 | 2026-08-28T21:25:55.314Z | Compiling bytes v1.11.1 |
| 2016 | 2026-08-28T21:25:55.467Z | Compiling icu_properties v2.1.2 |
| 2017 | 2026-08-28T21:25:55.483Z | Compiling icu_normalizer v2.1.1 |
| 2018 | 2026-08-28T21:25:55.515Z | Compiling chrono v0.4.45 |
| 2019 | 2026-08-28T21:25:55.884Z | Compiling tokio v1.52.1 |
| 2020 | 2026-08-28T21:25:56.051Z | Compiling crypto-common v0.1.7 |
| 2021 | 2026-08-28T21:25:56.067Z | Compiling block-buffer v0.10.4 |
| 2022 | 2026-08-28T21:25:56.202Z | Compiling digest v0.10.7 |
| 2023 | 2026-08-28T21:25:56.246Z | Compiling serde_tokenstream v0.2.3 |
| 2024 | 2026-08-28T21:25:56.250Z | Compiling der v0.7.10 |
| 2025 | 2026-08-28T21:25:56.412Z | Compiling idna_adapter v1.2.1 |
| 2026 | 2026-08-28T21:25:56.562Z | Compiling idna v1.1.0 |
| 2027 | 2026-08-28T21:25:56.709Z | Compiling ppv-lite86 v0.2.21 |
| 2028 | 2026-08-28T21:25:56.744Z | Compiling http v1.4.2 |
| 2029 | 2026-08-28T21:25:56.908Z | Compiling darling_macro v0.23.0 |
| 2030 | 2026-08-28T21:25:56.999Z | Compiling url v2.5.8 |
| 2031 | 2026-08-28T21:25:57.011Z | Compiling tracing-core v0.1.36 |
| 2032 | 2026-08-28T21:25:57.206Z | Compiling spki v0.7.3 |
| 2033 | 2026-08-28T21:25:57.279Z | Compiling cookie v0.18.1 |
| 2034 | 2026-08-28T21:25:57.418Z | Compiling fastrand v2.3.0 |
| 2035 | 2026-08-28T21:25:57.452Z | Compiling cpufeatures v0.2.17 |
| 2036 | 2026-08-28T21:25:57.482Z | Compiling camino v1.2.5 |
| 2037 | 2026-08-28T21:25:57.518Z | Compiling darling v0.23.0 |
| 2038 | 2026-08-28T21:25:57.618Z | Compiling tracing v0.1.44 |
| 2039 | 2026-08-28T21:25:57.854Z | Compiling rand_chacha v0.9.0 |
| 2040 | 2026-08-28T21:25:57.910Z | Compiling serde_spanned v0.6.9 |
| 2041 | 2026-08-28T21:25:57.911Z | Compiling toml_datetime v0.6.11 |
| 2042 | 2026-08-28T21:25:58.065Z | Compiling zerocopy-derive v0.6.6 |
| 2043 | 2026-08-28T21:25:58.136Z | Compiling bitfield-macros v0.19.4 |
| 2044 | 2026-08-28T21:25:58.136Z | Compiling clap_derive v4.6.1 |
| 2045 | 2026-08-28T21:25:58.136Z | Compiling packed_struct_codegen v0.10.1 |
| 2046 | 2026-08-28T21:25:58.481Z | Compiling indexmap v1.9.3 |
| 2047 | 2026-08-28T21:25:58.723Z | Compiling simd-adler32 v0.3.8 |
| 2048 | 2026-08-28T21:25:58.748Z | Compiling object v0.37.3 |
| 2049 | 2026-08-28T21:25:58.748Z | Compiling rand v0.9.2 |
| 2050 | 2026-08-28T21:25:58.798Z | Compiling http-body v1.0.1 |
| 2051 | 2026-08-28T21:25:58.896Z | Compiling pkcs8 v0.10.2 |
| 2052 | 2026-08-28T21:25:58.915Z | Compiling daft-derive v0.1.8 |
| 2053 | 2026-08-28T21:25:58.994Z | Compiling rustls-pki-types v1.14.0 |
| 2054 | 2026-08-28T21:25:59.100Z | Compiling spin v0.9.8 |
| 2055 | 2026-08-28T21:25:59.167Z | Compiling usdt-impl v0.5.0 |
| 2056 | 2026-08-28T21:25:59.201Z | Compiling usdt-impl v0.6.0 |
| 2057 | 2026-08-28T21:25:59.322Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-08-28T21:25:59.356Z | Compiling cmov v0.5.4 |
| 2059 | 2026-08-28T21:25:59.436Z | Compiling tinyvec_macros v0.1.1 |
| 2060 | 2026-08-28T21:25:59.462Z | Compiling anstyle v1.0.14 |
| 2061 | 2026-08-28T21:25:59.474Z | Compiling winnow v0.5.40 |
| 2062 | 2026-08-28T21:25:59.519Z | Compiling ref-cast v1.0.25 |
| 2063 | 2026-08-28T21:25:59.587Z | Compiling utf8parse v0.2.2 |
| 2064 | 2026-08-28T21:25:59.626Z | Compiling openssl-probe v0.2.1 |
| 2065 | 2026-08-28T21:25:59.643Z | Compiling either v1.15.0 |
| 2066 | 2026-08-28T21:25:59.691Z | Compiling anstyle-parse v1.0.0 |
| 2067 | 2026-08-28T21:25:59.715Z | Compiling ctutils v0.4.2 |
| 2068 | 2026-08-28T21:25:59.826Z | Compiling tinyvec v1.10.0 |
| 2069 | 2026-08-28T21:25:59.845Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-08-28T21:25:59.879Z | Compiling tokio-util v0.7.18 |
| 2071 | 2026-08-28T21:25:59.913Z | Compiling sha2 v0.10.9 |
| 2072 | 2026-08-28T21:26:00.010Z | Compiling tempfile v3.27.0 |
| 2073 | 2026-08-28T21:26:00.208Z | Compiling scroll v0.13.0 |
| 2074 | 2026-08-28T21:26:00.278Z | Compiling scroll v0.12.0 |
| 2075 | 2026-08-28T21:26:00.380Z | Compiling terminal_size v0.4.3 |
| 2076 | 2026-08-28T21:26:00.494Z | Compiling async-trait v0.1.89 |
| 2077 | 2026-08-28T21:26:00.542Z | Compiling heapless v0.7.17 |
| 2078 | 2026-08-28T21:26:00.636Z | Compiling zstd-safe v7.2.4 |
| 2079 | 2026-08-28T21:26:00.677Z | Compiling anstyle-query v1.1.5 |
| 2080 | 2026-08-28T21:26:00.773Z | Compiling litrs v1.0.0 |
| 2081 | 2026-08-28T21:26:00.820Z | Compiling toml_edit v0.19.15 |
| 2082 | 2026-08-28T21:26:00.825Z | Compiling rustix v0.38.44 |
| 2083 | 2026-08-28T21:26:00.835Z | Compiling tower-service v0.3.3 |
| 2084 | 2026-08-28T21:26:00.859Z | Compiling tower-layer v0.3.3 |
| 2085 | 2026-08-28T21:26:00.941Z | Compiling try-lock v0.2.5 |
| 2086 | 2026-08-28T21:26:00.962Z | Compiling colorchoice v1.0.4 |
| 2087 | 2026-08-28T21:26:01.055Z | Compiling is_terminal_polyfill v1.70.2 |
| 2088 | 2026-08-28T21:26:01.073Z | Compiling unicode-segmentation v1.12.0 |
| 2089 | 2026-08-28T21:26:01.158Z | Compiling atomic-waker v1.1.2 |
| 2090 | 2026-08-28T21:26:01.177Z | Compiling winnow v1.0.3 |
| 2091 | 2026-08-28T21:26:01.236Z | Compiling signal-hook v0.3.18 |
| 2092 | 2026-08-28T21:26:01.254Z | Compiling untrusted v0.7.1 |
| 2093 | 2026-08-28T21:26:01.297Z | Compiling winnow v0.7.14 |
| 2094 | 2026-08-28T21:26:01.315Z | Compiling document-features v0.2.12 |
| 2095 | 2026-08-28T21:26:01.390Z | Compiling h2 v0.4.15 |
| 2096 | 2026-08-28T21:26:01.443Z | Compiling anstream v1.0.0 |
| 2097 | 2026-08-28T21:26:01.465Z | Compiling want v0.3.1 |
| 2098 | 2026-08-28T21:26:01.844Z | Compiling goblin v0.8.2 |
| 2099 | 2026-08-28T21:26:01.953Z | Compiling goblin v0.10.5 |
| 2100 | 2026-08-28T21:26:01.972Z | Compiling hybrid-array v0.4.13 |
| 2101 | 2026-08-28T21:26:02.239Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2102 | 2026-08-28T21:26:02.270Z | Compiling itertools v0.15.0 |
| 2103 | 2026-08-28T21:26:02.628Z | Compiling ipnetwork v0.21.1 |
| 2104 | 2026-08-28T21:26:02.690Z | Compiling ipnet v2.12.0 |
| 2105 | 2026-08-28T21:26:02.784Z | Compiling zerocopy v0.7.35 |
| 2106 | 2026-08-28T21:26:02.809Z | Compiling structmeta-derive v0.3.0 |
| 2107 | 2026-08-28T21:26:02.826Z | Compiling ref-cast-impl v1.0.25 |
| 2108 | 2026-08-28T21:26:02.870Z | Compiling darling_core v0.20.11 |
| 2109 | 2026-08-28T21:26:03.049Z | Compiling curve25519-dalek v4.1.3 |
| 2110 | 2026-08-28T21:26:03.113Z | Compiling memoffset v0.9.1 |
| 2111 | 2026-08-28T21:26:03.338Z | Compiling untrusted v0.9.0 |
| 2112 | 2026-08-28T21:26:03.382Z | Compiling tap v1.0.1 |
| 2113 | 2026-08-28T21:26:03.451Z | Compiling powerfmt v0.2.0 |
| 2114 | 2026-08-28T21:26:03.521Z | Compiling httpdate v1.0.3 |
| 2115 | 2026-08-28T21:26:03.598Z | Compiling foreign-types-shared v0.1.1 |
| 2116 | 2026-08-28T21:26:03.601Z | Compiling wyz v0.5.1 |
| 2117 | 2026-08-28T21:26:03.633Z | Compiling deranged v0.5.8 |
| 2118 | 2026-08-28T21:26:03.689Z | Compiling foreign-types v0.3.2 |
| 2119 | 2026-08-28T21:26:03.809Z | Compiling structmeta v0.3.0 |
| 2120 | 2026-08-28T21:26:03.834Z | Compiling unicode-normalization v0.1.25 |
| 2121 | 2026-08-28T21:26:04.044Z | Compiling dof v0.3.0 |
| 2122 | 2026-08-28T21:26:04.080Z | Compiling dtrace-parser v0.2.0 |
| 2123 | 2026-08-28T21:26:04.099Z | Compiling rand_chacha v0.3.1 |
| 2124 | 2026-08-28T21:26:04.136Z | Compiling signature v2.2.0 |
| 2125 | 2026-08-28T21:26:04.205Z | Compiling hex v0.4.3 |
| 2126 | 2026-08-28T21:26:04.335Z | Compiling dtrace-parser v0.3.0 |
| 2127 | 2026-08-28T21:26:04.454Z | Compiling pin-project-internal v1.1.11 |
| 2128 | 2026-08-28T21:26:04.524Z | Compiling num-integer v0.1.46 |
| 2129 | 2026-08-28T21:26:04.658Z | Compiling hyper v1.10.1 |
| 2130 | 2026-08-28T21:26:04.683Z | Compiling dof v0.4.0 |
| 2131 | 2026-08-28T21:26:04.804Z | Compiling wait-timeout v0.2.1 |
| 2132 | 2026-08-28T21:26:04.816Z | Compiling thread-id v4.2.2 |
| 2133 | 2026-08-28T21:26:04.852Z | Compiling thread-id v5.1.0 |
| 2134 | 2026-08-28T21:26:04.871Z | Compiling darling_macro v0.20.11 |
| 2135 | 2026-08-28T21:26:04.943Z | Compiling num_threads v0.1.7 |
| 2136 | 2026-08-28T21:26:04.977Z | Compiling bit-vec v0.8.0 |
| 2137 | 2026-08-28T21:26:05.055Z | Compiling smoltcp v0.9.1 |
| 2138 | 2026-08-28T21:26:05.076Z | Compiling owo-colors v4.3.0 |
| 2139 | 2026-08-28T21:26:05.104Z | Compiling quick-error v1.2.3 |
| 2140 | 2026-08-28T21:26:05.233Z | Compiling funty v2.0.0 |
| 2141 | 2026-08-28T21:26:05.323Z | Compiling cfg_aliases v0.2.1 |
| 2142 | 2026-08-28T21:26:05.401Z | Compiling clap_lex v1.0.0 |
| 2143 | 2026-08-28T21:26:05.404Z | Compiling darling v0.20.11 |
| 2144 | 2026-08-28T21:26:05.433Z | Compiling nix v0.31.2 |
| 2145 | 2026-08-28T21:26:05.481Z | Compiling rusty-fork v0.3.1 |
| 2146 | 2026-08-28T21:26:05.502Z | Compiling bit-set v0.8.0 |
| 2147 | 2026-08-28T21:26:05.519Z | Compiling time v0.3.47 |
| 2148 | 2026-08-28T21:26:05.552Z | Compiling num-iter v0.1.45 |
| 2149 | 2026-08-28T21:26:05.635Z | Compiling clap_builder v4.6.0 |
| 2150 | 2026-08-28T21:26:05.685Z | Compiling bitvec v1.0.1 |
| 2151 | 2026-08-28T21:26:05.763Z | Compiling rand v0.8.6 |
| 2152 | 2026-08-28T21:26:05.795Z | Compiling hyper-util v0.1.20 |
| 2153 | 2026-08-28T21:26:05.827Z | Compiling lazy_static v1.5.0 |
| 2154 | 2026-08-28T21:26:05.971Z | Compiling hmac v0.12.1 |
| 2155 | 2026-08-28T21:26:05.976Z | Compiling erased-serde v0.3.31 |
| 2156 | 2026-08-28T21:26:06.194Z | Compiling rand_xorshift v0.4.0 |
| 2157 | 2026-08-28T21:26:06.384Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2158 | 2026-08-28T21:26:06.401Z | Compiling sync_wrapper v1.0.2 |
| 2159 | 2026-08-28T21:26:06.560Z | Compiling siphasher v1.0.2 |
| 2160 | 2026-08-28T21:26:06.734Z | Compiling zlib-rs v0.6.2 |
| 2161 | 2026-08-28T21:26:06.833Z | Compiling crc-catalog v2.4.0 |
| 2162 | 2026-08-28T21:26:06.895Z | Compiling unarray v0.1.4 |
| 2163 | 2026-08-28T21:26:06.928Z | Compiling nodrop v0.1.14 |
| 2164 | 2026-08-28T21:26:06.983Z | Compiling crc v3.4.0 |
| 2165 | 2026-08-28T21:26:07.028Z | Compiling array-init v0.0.4 |
| 2166 | 2026-08-28T21:26:07.042Z | Compiling proptest v1.11.0 |
| 2167 | 2026-08-28T21:26:07.145Z | Compiling clap v4.6.1 |
| 2168 | 2026-08-28T21:26:07.387Z | Compiling tower v0.5.3 |
| 2169 | 2026-08-28T21:26:08.422Z | Compiling smallvec v0.6.14 |
| 2170 | 2026-08-28T21:26:08.453Z | Compiling derive_builder_core v0.20.2 |
| 2171 | 2026-08-28T21:26:08.555Z | Compiling pkcs1 v0.7.5 |
| 2172 | 2026-08-28T21:26:08.597Z | Compiling http-body-util v0.1.3 |
| 2173 | 2026-08-28T21:26:08.651Z | Compiling zerocopy v0.6.6 |
| 2174 | 2026-08-28T21:26:08.666Z | Compiling bitfield v0.19.4 |
| 2175 | 2026-08-28T21:26:08.876Z | Compiling flate2 v1.1.9 |
| 2176 | 2026-08-28T21:26:08.960Z | Compiling snafu-derive v0.8.9 |
| 2177 | 2026-08-28T21:26:08.989Z | Compiling strum_macros v0.27.2 |
| 2178 | 2026-08-28T21:26:09.016Z | Compiling strum_macros v0.26.4 |
| 2179 | 2026-08-28T21:26:09.077Z | Compiling hubpack_derive v0.1.1 |
| 2180 | 2026-08-28T21:26:09.118Z | Compiling env_filter v2.0.0 |
| 2181 | 2026-08-28T21:26:09.277Z | Compiling fs-err v3.3.0 |
| 2182 | 2026-08-28T21:26:09.377Z | Compiling hashbrown v0.12.3 |
| 2183 | 2026-08-28T21:26:09.393Z | Compiling gimli v0.32.3 |
| 2184 | 2026-08-28T21:26:09.495Z | Compiling base64 v0.21.7 |
| 2185 | 2026-08-28T21:26:09.814Z | Compiling unicode-bidi v0.3.18 |
| 2186 | 2026-08-28T21:26:09.936Z | Compiling unicode-properties v0.1.4 |
| 2187 | 2026-08-28T21:26:09.952Z | Compiling iri-string v0.7.10 |
| 2188 | 2026-08-28T21:26:10.282Z | Compiling ryu v1.0.23 |
| 2189 | 2026-08-28T21:26:10.303Z | Compiling allocator-api2 v0.2.21 |
| 2190 | 2026-08-28T21:26:10.434Z | Compiling serde_urlencoded v0.7.1 |
| 2191 | 2026-08-28T21:26:10.650Z | Compiling stringprep v0.1.5 |
| 2192 | 2026-08-28T21:26:10.802Z | Compiling ron v0.8.1 |
| 2193 | 2026-08-28T21:26:10.883Z | Compiling env_logger v0.11.11 |
| 2194 | 2026-08-28T21:26:11.024Z | Compiling derive_builder_macro v0.20.2 |
| 2195 | 2026-08-28T21:26:11.178Z | Compiling tower-http v0.6.8 |
| 2196 | 2026-08-28T21:26:11.205Z | Compiling addr2line v0.25.1 |
| 2197 | 2026-08-28T21:26:11.222Z | Compiling newtype-uuid v1.3.2 |
| 2198 | 2026-08-28T21:26:11.307Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2199 | 2026-08-28T21:26:11.341Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2200 | 2026-08-28T21:26:11.510Z | Compiling rsa v0.9.10 |
| 2201 | 2026-08-28T21:26:11.543Z | Compiling oxnet v0.1.6 |
| 2202 | 2026-08-28T21:26:11.558Z | Compiling serde-hex v0.1.0 |
| 2203 | 2026-08-28T21:26:11.621Z | Compiling hashbrown v0.13.2 |
| 2204 | 2026-08-28T21:26:11.638Z | Compiling tokio-native-tls v0.3.1 |
| 2205 | 2026-08-28T21:26:11.653Z | Compiling bzip2 v0.4.4 |
| 2206 | 2026-08-28T21:26:11.761Z | Compiling usdt-macro v0.6.0 |
| 2207 | 2026-08-28T21:26:11.831Z | Compiling usdt-attr-macro v0.6.0 |
| 2208 | 2026-08-28T21:26:11.874Z | Compiling derive-ex v0.1.8 |
| 2209 | 2026-08-28T21:26:11.922Z | Compiling block-padding v0.4.2 |
| 2210 | 2026-08-28T21:26:11.955Z | Compiling block-buffer v0.12.1 |
| 2211 | 2026-08-28T21:26:12.093Z | Compiling crypto-common v0.2.2 |
| 2212 | 2026-08-28T21:26:12.208Z | Compiling convert_case v0.10.0 |
| 2213 | 2026-08-28T21:26:12.376Z | Compiling rustls-native-certs v0.8.3 |
| 2214 | 2026-08-28T21:26:12.602Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-08-28T21:26:12.621Z | Compiling md-5 v0.10.6 |
| 2216 | 2026-08-28T21:26:12.825Z | Compiling bstr v1.12.1 |
| 2217 | 2026-08-28T21:26:12.939Z | Compiling vergen-lib v9.1.0 |
| 2218 | 2026-08-28T21:26:12.967Z | Compiling hash32 v0.2.1 |
| 2219 | 2026-08-28T21:26:13.051Z | Compiling encoding_rs v0.8.35 |
| 2220 | 2026-08-28T21:26:13.173Z | Compiling psl-types v2.0.11 |
| 2221 | 2026-08-28T21:26:13.242Z | Compiling cpufeatures v0.3.0 |
| 2222 | 2026-08-28T21:26:13.317Z | Compiling fallible-iterator v0.2.0 |
| 2223 | 2026-08-28T21:26:13.350Z | Compiling rustc-demangle v0.1.27 |
| 2224 | 2026-08-28T21:26:13.371Z | Compiling unicode-width v0.2.0 |
| 2225 | 2026-08-28T21:26:13.554Z | Compiling mime v0.3.17 |
| 2226 | 2026-08-28T21:26:13.661Z | Compiling crc-any v2.5.0 |
| 2227 | 2026-08-28T21:26:13.717Z | Compiling postgres-protocol v0.6.10 |
| 2228 | 2026-08-28T21:26:13.781Z | Compiling test-strategy v0.4.5 |
| 2229 | 2026-08-28T21:26:13.836Z | Compiling publicsuffix v2.3.0 |
| 2230 | 2026-08-28T21:26:14.121Z | Compiling backtrace v0.3.76 |
| 2231 | 2026-08-28T21:26:14.456Z | Compiling derive_more-impl v2.1.1 |
| 2232 | 2026-08-28T21:26:14.508Z | Compiling object v0.30.4 |
| 2233 | 2026-08-28T21:26:14.666Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2234 | 2026-08-28T21:26:14.764Z | Compiling inout v0.2.2 |
| 2235 | 2026-08-28T21:26:14.788Z | Compiling daft v0.1.8 |
| 2236 | 2026-08-28T21:26:14.845Z | Compiling zip v0.6.6 |
| 2237 | 2026-08-28T21:26:14.955Z | Compiling hyper-tls v0.6.0 |
| 2238 | 2026-08-28T21:26:15.082Z | Compiling derive_builder v0.20.2 |
| 2239 | 2026-08-28T21:26:15.100Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2240 | 2026-08-28T21:26:15.117Z | Compiling phf_shared v0.13.1 |
| 2241 | 2026-08-28T21:26:15.191Z | Compiling pin-project v1.1.11 |
| 2242 | 2026-08-28T21:26:15.381Z | Compiling toml v0.7.8 |
| 2243 | 2026-08-28T21:26:15.399Z | Compiling heck v0.4.1 |
| 2244 | 2026-08-28T21:26:15.430Z | Compiling serde_with_macros v3.21.0 |
| 2245 | 2026-08-28T21:26:15.485Z | Compiling futures-executor v0.3.32 |
| 2246 | 2026-08-28T21:26:15.628Z | Compiling serde_repr v0.1.20 |
| 2247 | 2026-08-28T21:26:15.715Z | Compiling miette-derive v7.6.0 |
| 2248 | 2026-08-28T21:26:15.738Z | Compiling enum-as-inner v0.6.1 |
| 2249 | 2026-08-28T21:26:15.781Z | Compiling async-recursion v1.1.1 |
| 2250 | 2026-08-28T21:26:15.953Z | Compiling ff v0.13.1 |
| 2251 | 2026-08-28T21:26:15.976Z | Compiling vergen v9.1.0 |
| 2252 | 2026-08-28T21:26:16.006Z | Compiling cargo-platform v0.3.2 |
| 2253 | 2026-08-28T21:26:16.164Z | Compiling bitflags v1.3.2 |
| 2254 | 2026-08-28T21:26:16.224Z | Compiling base16ct v0.2.0 |
| 2255 | 2026-08-28T21:26:16.250Z | Compiling bumpalo v3.20.2 |
| 2256 | 2026-08-28T21:26:16.278Z | Compiling smawk v0.3.2 |
| 2257 | 2026-08-28T21:26:16.287Z | Compiling foldhash v0.1.5 |
| 2258 | 2026-08-28T21:26:16.388Z | Compiling managed v0.8.0 |
| 2259 | 2026-08-28T21:26:16.461Z | Compiling unicode-linebreak v0.1.5 |
| 2260 | 2026-08-28T21:26:16.481Z | Compiling path-slash v0.1.5 |
| 2261 | 2026-08-28T21:26:16.606Z | Compiling jiff-core v0.1.0 |
| 2262 | 2026-08-28T21:26:16.625Z | Compiling foldhash v0.2.0 |
| 2263 | 2026-08-28T21:26:16.676Z | Compiling is_ci v1.2.0 |
| 2264 | 2026-08-28T21:26:16.721Z | Compiling libbz2-rs-sys v0.2.2 |
| 2265 | 2026-08-28T21:26:16.772Z | Compiling same-file v1.0.6 |
| 2266 | 2026-08-28T21:26:16.822Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2267 | 2026-08-28T21:26:16.838Z | Compiling supports-color v3.0.2 |
| 2268 | 2026-08-28T21:26:16.895Z | Compiling walkdir v2.5.0 |
| 2269 | 2026-08-28T21:26:16.942Z | Compiling hashbrown v0.16.1 |
| 2270 | 2026-08-28T21:26:17.021Z | Compiling textwrap v0.16.2 |
| 2271 | 2026-08-28T21:26:17.195Z | Compiling bzip2 v0.6.1 |
| 2272 | 2026-08-28T21:26:17.308Z | Compiling zopfli v0.8.3 |
| 2273 | 2026-08-28T21:26:17.413Z | Compiling jiff v0.2.34 |
| 2274 | 2026-08-28T21:26:17.430Z | Compiling hashbrown v0.15.5 |
| 2275 | 2026-08-28T21:26:17.484Z | Compiling sec1 v0.7.3 |
| 2276 | 2026-08-28T21:26:17.529Z | Compiling cargo_metadata v0.23.1 |
| 2277 | 2026-08-28T21:26:17.671Z | Compiling group v0.13.0 |
| 2278 | 2026-08-28T21:26:17.979Z | Compiling futures v0.3.32 |
| 2279 | 2026-08-28T21:26:18.260Z | Compiling phf v0.13.1 |
| 2280 | 2026-08-28T21:26:18.346Z | Compiling snafu v0.8.9 |
| 2281 | 2026-08-28T21:26:18.551Z | Compiling reqwest v0.12.28 |
| 2282 | 2026-08-28T21:26:18.569Z | Compiling cipher v0.5.2 |
| 2283 | 2026-08-28T21:26:18.587Z | Compiling signal-hook-mio v0.2.5 |
| 2284 | 2026-08-28T21:26:18.695Z | Compiling cookie_store v0.22.1 |
| 2285 | 2026-08-28T21:26:18.712Z | Compiling backtrace-ext v0.2.1 |
| 2286 | 2026-08-28T21:26:18.726Z | Compiling zstd v0.13.3 |
| 2287 | 2026-08-28T21:26:18.751Z | Compiling postgres-types v0.2.12 |
| 2288 | 2026-08-28T21:26:18.772Z | Compiling globset v0.4.18 |
| 2289 | 2026-08-28T21:26:18.864Z | Compiling strum v0.27.2 |
| 2290 | 2026-08-28T21:26:19.014Z | Compiling hubpack v0.1.2 |
| 2291 | 2026-08-28T21:26:19.106Z | Compiling phf_shared v0.11.3 |
| 2292 | 2026-08-28T21:26:19.123Z | Compiling crossbeam-epoch v0.9.18 |
| 2293 | 2026-08-28T21:26:19.149Z | Compiling hkdf v0.12.4 |
| 2294 | 2026-08-28T21:26:19.270Z | Compiling byte-wrapper v0.1.0 |
| 2295 | 2026-08-28T21:26:19.289Z | Compiling ed25519 v2.2.3 |
| 2296 | 2026-08-28T21:26:19.306Z | Compiling olpc-cjson v0.1.4 |
| 2297 | 2026-08-28T21:26:19.523Z | Compiling crypto-bigint v0.5.5 |
| 2298 | 2026-08-28T21:26:19.556Z | Compiling serde_plain v1.0.2 |
| 2299 | 2026-08-28T21:26:19.559Z | Compiling serde-big-array v0.5.1 |
| 2300 | 2026-08-28T21:26:19.601Z | Compiling pem v3.0.6 |
| 2301 | 2026-08-28T21:26:19.725Z | Compiling float-cmp v0.10.0 |
| 2302 | 2026-08-28T21:26:19.762Z | Compiling memmap2 v0.9.10 |
| 2303 | 2026-08-28T21:26:19.777Z | Compiling supports-hyperlinks v3.2.0 |
| 2304 | 2026-08-28T21:26:19.893Z | Compiling data-encoding v2.10.0 |
| 2305 | 2026-08-28T21:26:19.909Z | Compiling whoami v2.1.0 |
| 2306 | 2026-08-28T21:26:19.951Z | Compiling fixedbitset v0.4.2 |
| 2307 | 2026-08-28T21:26:19.988Z | Compiling difflib v0.4.0 |
| 2308 | 2026-08-28T21:26:20.090Z | Compiling new_debug_unreachable v1.0.6 |
| 2309 | 2026-08-28T21:26:20.173Z | Compiling fixedbitset v0.5.7 |
| 2310 | 2026-08-28T21:26:20.188Z | Compiling precomputed-hash v0.1.1 |
| 2311 | 2026-08-28T21:26:20.258Z | Compiling unicode-width v0.1.14 |
| 2312 | 2026-08-28T21:26:20.262Z | Compiling const-oid v0.10.2 |
| 2313 | 2026-08-28T21:26:20.297Z | Compiling keccak v0.1.6 |
| 2314 | 2026-08-28T21:26:20.435Z | Compiling normalize-line-endings v0.3.0 |
| 2315 | 2026-08-28T21:26:20.452Z | Compiling typed-path v0.9.3 |
| 2316 | 2026-08-28T21:26:20.468Z | Compiling toml_write v0.1.2 |
| 2317 | 2026-08-28T21:26:20.488Z | Compiling supports-unicode v3.0.0 |
| 2318 | 2026-08-28T21:26:20.509Z | Compiling static_assertions v1.1.0 |
| 2319 | 2026-08-28T21:26:20.555Z | Compiling predicates-core v1.0.10 |
| 2320 | 2026-08-28T21:26:20.602Z | Compiling miette v7.6.0 |
| 2321 | 2026-08-28T21:26:20.625Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2322 | 2026-08-28T21:26:20.653Z | Compiling toml_edit v0.22.27 |
| 2323 | 2026-08-28T21:26:20.673Z | Compiling sha3 v0.10.8 |
| 2324 | 2026-08-28T21:26:20.690Z | Compiling predicates v3.1.4 |
| 2325 | 2026-08-28T21:26:20.959Z | Compiling elliptic-curve v0.13.8 |
| 2326 | 2026-08-28T21:26:21.117Z | Compiling digest v0.11.3 |
| 2327 | 2026-08-28T21:26:21.257Z | Compiling petgraph v0.8.3 |
| 2328 | 2026-08-28T21:26:21.289Z | Compiling string_cache v0.8.9 |
| 2329 | 2026-08-28T21:26:21.330Z | Compiling chacha20 v0.10.0 |
| 2330 | 2026-08-28T21:26:21.347Z | Compiling hickory-proto v0.25.2 |
| 2331 | 2026-08-28T21:26:21.598Z | Compiling tokio-postgres v0.7.16 |
| 2332 | 2026-08-28T21:26:21.627Z | Compiling petgraph v0.6.5 |
| 2333 | 2026-08-28T21:26:21.745Z | Compiling usdt v0.6.0 |
| 2334 | 2026-08-28T21:26:22.023Z | Compiling zip v4.6.1 |
| 2335 | 2026-08-28T21:26:22.061Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2336 | 2026-08-28T21:26:22.809Z | Compiling ed25519-dalek v2.2.0 |
| 2337 | 2026-08-28T21:26:23.191Z | Compiling crossterm v0.28.1 |
| 2338 | 2026-08-28T21:26:23.425Z | Compiling iddqd v0.4.2 |
| 2339 | 2026-08-28T21:26:23.588Z | Compiling serde_with v3.21.0 |
| 2340 | 2026-08-28T21:26:23.697Z | Compiling derive_more v2.1.1 |
| 2341 | 2026-08-28T21:26:23.754Z | Compiling similar v2.7.0 |
| 2342 | 2026-08-28T21:26:23.774Z | Compiling strum v0.26.3 |
| 2343 | 2026-08-28T21:26:23.867Z | Compiling tokio-stream v0.1.18 |
| 2344 | 2026-08-28T21:26:23.939Z | Compiling buf-list v1.1.2 |
| 2345 | 2026-08-28T21:26:23.976Z | Compiling itertools v0.13.0 |
| 2346 | 2026-08-28T21:26:24.305Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2347 | 2026-08-28T21:26:24.388Z | Compiling openapiv3 v2.2.0 |
| 2348 | 2026-08-28T21:26:25.158Z | Compiling peg-runtime v0.8.5 |
| 2349 | 2026-08-28T21:26:25.420Z | Compiling lalrpop-util v0.19.12 |
| 2350 | 2026-08-28T21:26:40.273Z | Compiling rustls-webpki v0.103.13 |
| 2351 | 2026-08-28T21:26:43.788Z | Compiling tokio-rustls v0.26.4 |
| 2352 | 2026-08-28T21:26:43.813Z | Compiling rustls-platform-verifier v0.6.2 |
| 2353 | 2026-08-28T21:26:44.055Z | Compiling hyper-rustls v0.27.7 |
| 2354 | 2026-08-28T21:26:44.099Z | Compiling tough v0.22.0 |
| 2355 | 2026-08-28T21:26:44.356Z | Compiling reqwest v0.13.2 |
| 2356 | 2026-08-28T21:26:47.085Z | Compiling macaddr v1.0.1 |
| 2357 | 2026-08-28T21:26:47.148Z | Compiling rayon-core v1.13.0 |
| 2358 | 2026-08-28T21:26:47.178Z | Compiling crucible-workspace-hack v0.1.0 |
| 2359 | 2026-08-28T21:26:47.195Z | Compiling secrecy v0.10.3 |
| 2360 | 2026-08-28T21:26:47.401Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2361 | 2026-08-28T21:26:47.404Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2362 | 2026-08-28T21:26:47.453Z | Compiling heapless v0.8.0 |
| 2363 | 2026-08-28T21:26:47.456Z | Compiling crossbeam-deque v0.8.6 |
| 2364 | 2026-08-28T21:26:47.581Z | Compiling ingot-macros v0.2.0 |
| 2365 | 2026-08-28T21:26:47.611Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2366 | 2026-08-28T21:26:47.628Z | Compiling inout v0.1.4 |
| 2367 | 2026-08-28T21:26:47.699Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2368 | 2026-08-28T21:26:47.718Z | Compiling hash32 v0.3.1 |
| 2369 | 2026-08-28T21:26:47.736Z | Compiling multer v3.1.0 |
| 2370 | 2026-08-28T21:26:47.844Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2371 | 2026-08-28T21:26:47.844Z | Compiling thread_local v1.1.9 |
| 2372 | 2026-08-28T21:26:47.881Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2373 | 2026-08-28T21:26:47.904Z | Compiling match_cfg v0.1.0 |
| 2374 | 2026-08-28T21:26:47.924Z | Compiling slog-async v2.8.0 |
| 2375 | 2026-08-28T21:26:47.942Z | Compiling compression-core v0.4.31 |
| 2376 | 2026-08-28T21:26:47.957Z | Compiling smoltcp v0.11.0 |
| 2377 | 2026-08-28T21:26:47.996Z | Compiling hostname v0.3.1 |
| 2378 | 2026-08-28T21:26:48.098Z | Compiling compression-codecs v0.4.37 |
| 2379 | 2026-08-28T21:26:48.184Z | Compiling cipher v0.4.4 |
| 2380 | 2026-08-28T21:26:48.187Z | Compiling proc-macro-crate v3.4.0 |
| 2381 | 2026-08-28T21:26:48.218Z | Compiling atomicwrites v0.4.4 |
| 2382 | 2026-08-28T21:26:48.234Z | Compiling slog-json v2.6.1 |
| 2383 | 2026-08-28T21:26:48.332Z | Compiling crossbeam-channel v0.5.15 |
| 2384 | 2026-08-28T21:26:48.414Z | Compiling half v2.7.1 |
| 2385 | 2026-08-28T21:26:48.463Z | Compiling newtype-uuid-macros v0.1.0 |
| 2386 | 2026-08-28T21:26:48.479Z | Compiling universal-hash v0.5.1 |
| 2387 | 2026-08-28T21:26:48.539Z | Compiling serde_tokenstream v0.3.0 |
| 2388 | 2026-08-28T21:26:48.555Z | Compiling cobs v0.3.0 |
| 2389 | 2026-08-28T21:26:48.559Z | Compiling async-stream-impl v0.3.6 |
| 2390 | 2026-08-28T21:26:48.638Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2391 | 2026-08-28T21:26:48.654Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2392 | 2026-08-28T21:26:48.672Z | Compiling serde_spanned v1.1.1 |
| 2393 | 2026-08-28T21:26:48.788Z | Compiling is-terminal v0.4.17 |
| 2394 | 2026-08-28T21:26:48.844Z | Compiling proc-macro-error-attr v1.0.4 |
| 2395 | 2026-08-28T21:26:48.860Z | Compiling dropshot v0.17.1 |
| 2396 | 2026-08-28T21:26:48.864Z | Compiling opaque-debug v0.3.1 |
| 2397 | 2026-08-28T21:26:48.913Z | Compiling ciborium-io v0.2.2 |
| 2398 | 2026-08-28T21:26:48.981Z | Compiling take_mut v0.2.2 |
| 2399 | 2026-08-28T21:26:49.047Z | Compiling convert_case v0.4.0 |
| 2400 | 2026-08-28T21:26:49.063Z | Compiling term v1.2.1 |
| 2401 | 2026-08-28T21:26:49.089Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2402 | 2026-08-28T21:26:49.109Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2403 | 2026-08-28T21:26:49.164Z | Compiling async-stream v0.3.6 |
| 2404 | 2026-08-28T21:26:49.205Z | Compiling ciborium-ll v0.2.2 |
| 2405 | 2026-08-28T21:26:49.241Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2406 | 2026-08-28T21:26:49.344Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2407 | 2026-08-28T21:26:49.379Z | Compiling derive_more v0.99.20 |
| 2408 | 2026-08-28T21:26:49.396Z | Compiling slog-term v2.9.2 |
| 2409 | 2026-08-28T21:26:49.396Z | Compiling poly1305 v0.8.0 |
| 2410 | 2026-08-28T21:26:49.487Z | Compiling oxide-generation-macros v0.2.0 |
| 2411 | 2026-08-28T21:26:49.669Z | Compiling thiserror-no-std v2.0.2 |
| 2412 | 2026-08-28T21:26:49.786Z | Compiling postcard v1.1.3 |
| 2413 | 2026-08-28T21:26:49.803Z | Compiling num_enum_derive v0.7.6 |
| 2414 | 2026-08-28T21:26:50.091Z | Compiling slog-bunyan v2.5.0 |
| 2415 | 2026-08-28T21:26:50.207Z | Compiling chacha20 v0.9.1 |
| 2416 | 2026-08-28T21:26:50.224Z | Compiling async-compression v0.4.41 |
| 2417 | 2026-08-28T21:26:50.272Z | Compiling ingot-types v0.2.0 |
| 2418 | 2026-08-28T21:26:50.384Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2419 | 2026-08-28T21:26:50.402Z | Compiling sha1 v0.11.0 |
| 2420 | 2026-08-28T21:26:50.487Z | Compiling oxide-generation v0.1.3 |
| 2421 | 2026-08-28T21:26:50.692Z | Compiling ingot v0.2.1 |
| 2422 | 2026-08-28T21:26:50.711Z | Compiling parse-display-derive v0.10.0 |
| 2423 | 2026-08-28T21:26:50.750Z | Compiling proc-macro-crate v1.3.1 |
| 2424 | 2026-08-28T21:26:50.766Z | Compiling waitgroup v0.1.2 |
| 2425 | 2026-08-28T21:26:50.865Z | Compiling rustls-pemfile v2.2.0 |
| 2426 | 2026-08-28T21:26:50.881Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2427 | 2026-08-28T21:26:50.945Z | Compiling backon v1.6.0 |
| 2428 | 2026-08-28T21:26:51.109Z | Compiling blake2 v0.10.6 |
| 2429 | 2026-08-28T21:26:51.176Z | Compiling dropshot_endpoint v0.17.1 |
| 2430 | 2026-08-28T21:26:51.214Z | Compiling aead v0.5.2 |
| 2431 | 2026-08-28T21:26:51.318Z | Compiling password-hash v0.5.0 |
| 2432 | 2026-08-28T21:26:51.435Z | Compiling foreign-types-macros v0.2.3 |
| 2433 | 2026-08-28T21:26:51.478Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2434 | 2026-08-28T21:26:51.556Z | Compiling serde_path_to_error v0.1.20 |
| 2435 | 2026-08-28T21:26:51.582Z | Compiling hostname v0.4.2 |
| 2436 | 2026-08-28T21:26:51.638Z | Compiling proc-macro-error v1.0.4 |
| 2437 | 2026-08-28T21:26:51.768Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2438 | 2026-08-28T21:26:51.863Z | Compiling instant v0.1.13 |
| 2439 | 2026-08-28T21:26:51.907Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2440 | 2026-08-28T21:26:51.935Z | Compiling debug-ignore v1.0.5 |
| 2441 | 2026-08-28T21:26:52.005Z | Compiling foreign-types-shared v0.3.1 |
| 2442 | 2026-08-28T21:26:52.039Z | Compiling backoff v0.4.0 |
| 2443 | 2026-08-28T21:26:52.075Z | Compiling argon2 v0.5.3 |
| 2444 | 2026-08-28T21:26:52.092Z | Compiling chacha20poly1305 v0.10.1 |
| 2445 | 2026-08-28T21:26:52.137Z | Compiling foreign-types v0.5.0 |
| 2446 | 2026-08-28T21:26:52.158Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2447 | 2026-08-28T21:26:52.186Z | Compiling num_enum_derive v0.5.11 |
| 2448 | 2026-08-28T21:26:52.190Z | Compiling parse-display v0.10.0 |
| 2449 | 2026-08-28T21:26:52.240Z | Compiling num_enum v0.7.6 |
| 2450 | 2026-08-28T21:26:52.269Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2451 | 2026-08-28T21:26:52.291Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2452 | 2026-08-28T21:26:52.308Z | Compiling vsss-rs v3.3.4 |
| 2453 | 2026-08-28T21:26:52.392Z | Compiling ciborium v0.2.2 |
| 2454 | 2026-08-28T21:26:52.720Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2455 | 2026-08-28T21:26:52.798Z | Compiling regress v0.10.5 |
| 2456 | 2026-08-28T21:26:52.901Z | Compiling itertools v0.14.0 |
| 2457 | 2026-08-28T21:26:52.917Z | Compiling tabwriter v1.4.1 |
| 2458 | 2026-08-28T21:26:52.971Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2459 | 2026-08-28T21:26:53.010Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2460 | 2026-08-28T21:26:53.078Z | Compiling cstr-argument v0.1.2 |
| 2461 | 2026-08-28T21:26:53.096Z | Compiling humantime v2.3.0 |
| 2462 | 2026-08-28T21:26:53.148Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2463 | 2026-08-28T21:26:53.273Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2464 | 2026-08-28T21:26:53.289Z | Compiling num_enum v0.5.11 |
| 2465 | 2026-08-28T21:26:53.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2466 | 2026-08-28T21:26:53.454Z | Compiling rayon v1.11.0 |
| 2467 | 2026-08-28T21:26:53.473Z | Compiling rand v0.10.1 |
| 2468 | 2026-08-28T21:26:53.488Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2469 | 2026-08-28T21:26:53.554Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2470 | 2026-08-28T21:26:53.591Z | Compiling indent_write v2.2.0 |
| 2471 | 2026-08-28T21:26:53.609Z | Compiling libefi-sys v0.1.0 |
| 2472 | 2026-08-28T21:26:53.634Z | Compiling colored v3.1.1 |
| 2473 | 2026-08-28T21:26:53.650Z | Compiling zone_cfg_derive v0.3.1 |
| 2474 | 2026-08-28T21:26:53.678Z | Compiling illumos-nvpair v0.3.0 |
| 2475 | 2026-08-28T21:26:53.795Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2476 | 2026-08-28T21:26:53.820Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2477 | 2026-08-28T21:26:53.875Z | Compiling camino-tempfile v1.4.1 |
| 2478 | 2026-08-28T21:26:53.959Z | Compiling itertools v0.12.1 |
| 2479 | 2026-08-28T21:26:54.066Z | Compiling usdt-attr-macro v0.5.0 |
| 2480 | 2026-08-28T21:26:54.185Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2481 | 2026-08-28T21:26:54.321Z | Compiling usdt-macro v0.5.0 |
| 2482 | 2026-08-28T21:26:54.339Z | Compiling num-derive v0.4.2 |
| 2483 | 2026-08-28T21:26:54.339Z | Compiling bitfield-struct v0.6.2 |
| 2484 | 2026-08-28T21:26:54.381Z | Compiling blake3 v1.8.5 |
| 2485 | 2026-08-28T21:26:54.478Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2486 | 2026-08-28T21:26:54.494Z | Compiling memmap v0.7.0 |
| 2487 | 2026-08-28T21:26:54.602Z | Compiling sigpipe v0.1.3 |
| 2488 | 2026-08-28T21:26:54.664Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2489 | 2026-08-28T21:26:54.719Z | Compiling swrite v0.1.0 |
| 2490 | 2026-08-28T21:26:54.752Z | Compiling glob v0.3.3 |
| 2491 | 2026-08-28T21:26:54.860Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2492 | 2026-08-28T21:26:54.978Z | Compiling smf v0.2.3 |
| 2493 | 2026-08-28T21:26:55.004Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-28T21:26:55.056Z | Compiling usdt v0.5.0 |
| 2495 | 2026-08-28T21:26:55.126Z | Compiling filetime v0.2.27 |
| 2496 | 2026-08-28T21:26:55.176Z | Compiling whoami v1.6.1 |
| 2497 | 2026-08-28T21:26:55.266Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2498 | 2026-08-28T21:26:55.282Z | Compiling arrayref v0.3.9 |
| 2499 | 2026-08-28T21:26:55.336Z | Compiling zone v0.3.1 |
| 2500 | 2026-08-28T21:26:55.362Z | Compiling constant_time_eq v0.4.2 |
| 2501 | 2026-08-28T21:26:55.382Z | Compiling xattr v1.6.1 |
| 2502 | 2026-08-28T21:26:55.399Z | Compiling arrayvec v0.7.6 |
| 2503 | 2026-08-28T21:26:55.489Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-08-28T21:26:55.579Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2505 | 2026-08-28T21:26:55.619Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-08-28T21:26:55.648Z | Compiling tar v0.4.46 |
| 2507 | 2026-08-28T21:26:55.665Z | Compiling tokio-dtrace v0.1.1 |
| 2508 | 2026-08-28T21:26:55.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-08-28T21:26:55.705Z | Compiling gethostname v0.5.0 |
| 2510 | 2026-08-28T21:26:55.754Z | Compiling console v0.16.2 |
| 2511 | 2026-08-28T21:26:55.918Z | Compiling topological-sort v0.2.2 |
| 2512 | 2026-08-28T21:26:55.944Z | Compiling unit-prefix v0.5.2 |
| 2513 | 2026-08-28T21:26:56.031Z | Compiling oxide-tokio-rt v0.1.4 |
| 2514 | 2026-08-28T21:26:56.128Z | Compiling indicatif v0.18.4 |
| 2515 | 2026-08-28T21:26:56.144Z | Compiling toml v0.8.23 |
| 2516 | 2026-08-28T21:26:56.292Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2517 | 2026-08-28T21:26:56.381Z | Compiling shell-words v1.1.1 |
| 2518 | 2026-08-28T21:27:05.581Z | Compiling progenitor-client v0.14.0 |
| 2519 | 2026-08-28T21:27:05.581Z | Compiling omicron-zone-package v0.12.3 |
| 2520 | 2026-08-28T21:27:05.831Z | Compiling progenitor-extras v0.2.0 |
| 2521 | 2026-08-28T21:27:06.133Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2522 | 2026-08-28T21:27:06.188Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2523 | 2026-08-28T21:27:06.210Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2524 | 2026-08-28T21:27:06.323Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2525 | 2026-08-28T21:27:06.344Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2526 | 2026-08-28T21:27:06.367Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2527 | 2026-08-28T21:27:06.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2528 | 2026-08-28T21:27:06.665Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2529 | 2026-08-28T21:27:07.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2530 | 2026-08-28T21:27:10.733Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2531 | 2026-08-28T21:27:19.796Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2532 | 2026-08-28T21:27:23.059Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2533 | 2026-08-28T21:27:24.136Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2534 | 2026-08-28T21:27:34.537Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2535 | 2026-08-28T21:27:34.687Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2536 | 2026-08-28T21:27:34.752Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2537 | 2026-08-28T21:27:34.756Z | Created new build target 'test' and set it as active |
| 2538 | 2026-08-28T21:27:34.759Z | |
| 2539 | 2026-08-28T21:27:34.759Z | real 1:49.177757842 |
| 2540 | 2026-08-28T21:27:34.759Z | user 17:57.330339905 |
| 2541 | 2026-08-28T21:27:34.759Z | sys 2:50.381506104 |
| 2542 | 2026-08-28T21:27:34.759Z | trap 0.490743469 |
| 2543 | 2026-08-28T21:27:34.759Z | tflt 2.320845974 |
| 2544 | 2026-08-28T21:27:34.759Z | dflt 4.770778061 |
| 2545 | 2026-08-28T21:27:34.759Z | kflt 0.000892570 |
| 2546 | 2026-08-28T21:27:34.760Z | lock 58:44.634692565 |
| 2547 | 2026-08-28T21:27:34.760Z | slp 45:43.357955778 |
| 2548 | 2026-08-28T21:27:34.760Z | lat 50.734951987 |
| 2549 | 2026-08-28T21:27:34.760Z | stop 6:32.088232430 |
| 2550 | 2026-08-28T21:27:34.760Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2551 | 2026-08-28T21:27:35.680Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2552 | 2026-08-28T21:27:35.758Z | Running `target/release/omicron-package -t test package` |
| 2553 | 2026-08-28T21:27:35.811Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2554 | 2026-08-28T21:27:37.280Z | Compiling heck v0.5.0 |
| 2555 | 2026-08-28T21:27:37.285Z | Compiling regress v0.11.1 |
| 2556 | 2026-08-28T21:27:37.518Z | Compiling unsafe-libyaml v0.2.11 |
| 2557 | 2026-08-28T21:27:37.521Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2558 | 2026-08-28T21:27:37.567Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2559 | 2026-08-28T21:27:37.567Z | Compiling derive-where v1.6.0 |
| 2560 | 2026-08-28T21:27:37.571Z | Compiling bytecount v0.6.9 |
| 2561 | 2026-08-28T21:27:37.611Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2562 | 2026-08-28T21:27:37.649Z | Compiling atomicwrites v0.4.4 |
| 2563 | 2026-08-28T21:27:37.649Z | Compiling is-terminal v0.4.17 |
| 2564 | 2026-08-28T21:27:37.653Z | Compiling prettyplease v0.2.37 |
| 2565 | 2026-08-28T21:27:37.653Z | Compiling newline-converter v0.3.0 |
| 2566 | 2026-08-28T21:27:37.670Z | Compiling console v0.15.11 |
| 2567 | 2026-08-28T21:27:37.734Z | Compiling slog-dtrace v0.3.0 |
| 2568 | 2026-08-28T21:27:37.737Z | Compiling cancel-safe-futures v0.1.5 |
| 2569 | 2026-08-28T21:27:37.798Z | Compiling resolv-conf v0.7.6 |
| 2570 | 2026-08-28T21:27:37.821Z | Compiling num-rational v0.4.2 |
| 2571 | 2026-08-28T21:27:37.846Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2572 | 2026-08-28T21:27:37.869Z | Compiling num-complex v0.4.6 |
| 2573 | 2026-08-28T21:27:37.873Z | Compiling thread_local v1.1.9 |
| 2574 | 2026-08-28T21:27:37.939Z | Compiling match_cfg v0.1.0 |
| 2575 | 2026-08-28T21:27:38.033Z | Compiling serde_yaml v0.9.34+deprecated |
| 2576 | 2026-08-28T21:27:38.053Z | Compiling compression-core v0.4.31 |
| 2577 | 2026-08-28T21:27:38.145Z | Compiling expectorate v1.2.0 |
| 2578 | 2026-08-28T21:27:38.195Z | Compiling compression-codecs v0.4.37 |
| 2579 | 2026-08-28T21:27:38.343Z | Compiling num v0.4.3 |
| 2580 | 2026-08-28T21:27:38.373Z | Compiling hostname v0.3.1 |
| 2581 | 2026-08-28T21:27:38.394Z | Compiling multer v3.1.0 |
| 2582 | 2026-08-28T21:27:38.423Z | Compiling slog-async v2.8.0 |
| 2583 | 2026-08-28T21:27:38.452Z | Compiling crossbeam-channel v0.5.15 |
| 2584 | 2026-08-28T21:27:38.455Z | Compiling slog-json v2.6.1 |
| 2585 | 2026-08-28T21:27:38.497Z | Compiling serde_spanned v1.1.1 |
| 2586 | 2026-08-28T21:27:38.500Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2587 | 2026-08-28T21:27:38.539Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2588 | 2026-08-28T21:27:38.625Z | Compiling linked-hash-map v0.5.6 |
| 2589 | 2026-08-28T21:27:38.672Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2590 | 2026-08-28T21:27:38.706Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2591 | 2026-08-28T21:27:38.774Z | Compiling take_mut v0.2.2 |
| 2592 | 2026-08-28T21:27:38.795Z | Compiling linear-map v1.2.0 |
| 2593 | 2026-08-28T21:27:38.820Z | Compiling term v1.2.1 |
| 2594 | 2026-08-28T21:27:38.823Z | Compiling oxide-update-engine-types v0.1.2 |
| 2595 | 2026-08-28T21:27:38.843Z | Compiling float-ord v0.3.2 |
| 2596 | 2026-08-28T21:27:38.865Z | Compiling lru-cache v0.1.2 |
| 2597 | 2026-08-28T21:27:38.937Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2598 | 2026-08-28T21:27:38.941Z | Compiling slog-bunyan v2.5.0 |
| 2599 | 2026-08-28T21:27:39.006Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2600 | 2026-08-28T21:27:39.029Z | Compiling async-compression v0.4.41 |
| 2601 | 2026-08-28T21:27:39.052Z | Compiling typify-impl v0.6.2 |
| 2602 | 2026-08-28T21:27:39.130Z | Compiling slog-term v2.9.2 |
| 2603 | 2026-08-28T21:27:39.343Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2604 | 2026-08-28T21:27:39.365Z | Compiling dropshot v0.17.1 |
| 2605 | 2026-08-28T21:27:39.368Z | Compiling async-stream v0.3.6 |
| 2606 | 2026-08-28T21:27:39.407Z | Compiling sha1 v0.11.0 |
| 2607 | 2026-08-28T21:27:39.432Z | Compiling progenitor-client v0.14.0 |
| 2608 | 2026-08-28T21:27:39.513Z | Compiling oxide-generation v0.1.3 |
| 2609 | 2026-08-28T21:27:39.552Z | Compiling waitgroup v0.1.2 |
| 2610 | 2026-08-28T21:27:39.582Z | Compiling rustls-pemfile v2.2.0 |
| 2611 | 2026-08-28T21:27:39.669Z | Compiling backon v1.6.0 |
| 2612 | 2026-08-28T21:27:39.690Z | Compiling hostname v0.4.2 |
| 2613 | 2026-08-28T21:27:39.714Z | Compiling serde_path_to_error v0.1.20 |
| 2614 | 2026-08-28T21:27:39.774Z | Compiling instant v0.1.13 |
| 2615 | 2026-08-28T21:27:39.804Z | Compiling debug-ignore v1.0.5 |
| 2616 | 2026-08-28T21:27:39.825Z | Compiling minimal-lexical v0.2.1 |
| 2617 | 2026-08-28T21:27:39.860Z | Compiling progenitor-extras v0.2.0 |
| 2618 | 2026-08-28T21:27:39.907Z | Compiling backoff v0.4.0 |
| 2619 | 2026-08-28T21:27:39.928Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2620 | 2026-08-28T21:27:39.952Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2621 | 2026-08-28T21:27:40.059Z | Compiling nom v7.1.3 |
| 2622 | 2026-08-28T21:27:40.100Z | Compiling oxide-update-engine v0.1.2 |
| 2623 | 2026-08-28T21:27:40.123Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2624 | 2026-08-28T21:27:40.168Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2625 | 2026-08-28T21:27:40.171Z | Compiling parse-display v0.10.0 |
| 2626 | 2026-08-28T21:27:40.213Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2627 | 2026-08-28T21:27:40.239Z | Compiling hickory-proto v0.24.4 |
| 2628 | 2026-08-28T21:27:40.707Z | Compiling regress v0.10.5 |
| 2629 | 2026-08-28T21:27:40.921Z | Compiling itertools v0.14.0 |
| 2630 | 2026-08-28T21:27:41.425Z | Compiling macaddr v1.0.1 |
| 2631 | 2026-08-28T21:27:41.449Z | Compiling unicode-xid v0.2.6 |
| 2632 | 2026-08-28T21:27:41.472Z | Compiling humantime v2.3.0 |
| 2633 | 2026-08-28T21:27:41.687Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2634 | 2026-08-28T21:27:41.747Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2635 | 2026-08-28T21:27:41.853Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2636 | 2026-08-28T21:27:41.877Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2637 | 2026-08-28T21:27:42.123Z | Compiling toml v0.8.23 |
| 2638 | 2026-08-28T21:27:42.222Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2639 | 2026-08-28T21:27:42.244Z | Compiling papergrid v0.11.0 |
| 2640 | 2026-08-28T21:27:42.503Z | Compiling tabled_derive v0.7.0 |
| 2641 | 2026-08-28T21:27:42.542Z | Compiling typify-macro v0.6.2 |
| 2642 | 2026-08-28T21:27:42.672Z | Compiling termtree v0.5.1 |
| 2643 | 2026-08-28T21:27:42.697Z | Compiling crossterm v0.29.0 |
| 2644 | 2026-08-28T21:27:42.697Z | Compiling phf_shared v0.12.1 |
| 2645 | 2026-08-28T21:27:42.889Z | Compiling hickory-resolver v0.24.4 |
| 2646 | 2026-08-28T21:27:42.955Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2647 | 2026-08-28T21:27:43.454Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2648 | 2026-08-28T21:27:43.518Z | Compiling tabled v0.15.0 |
| 2649 | 2026-08-28T21:27:44.011Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2650 | 2026-08-28T21:27:44.102Z | Compiling typify v0.6.2 |
| 2651 | 2026-08-28T21:27:44.396Z | Compiling progenitor-impl v0.14.0 |
| 2652 | 2026-08-28T21:27:44.909Z | Compiling qorb v0.4.1 |
| 2653 | 2026-08-28T21:27:44.979Z | Compiling csv-core v0.1.13 |
| 2654 | 2026-08-28T21:27:45.438Z | Compiling vte v0.14.1 |
| 2655 | 2026-08-28T21:27:45.557Z | Compiling highway v1.3.0 |
| 2656 | 2026-08-28T21:27:45.696Z | Compiling chrono-tz v0.10.4 |
| 2657 | 2026-08-28T21:27:45.939Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2658 | 2026-08-28T21:27:46.310Z | Compiling strip-ansi-escapes v0.2.1 |
| 2659 | 2026-08-28T21:27:46.530Z | Compiling progenitor-macro v0.14.0 |
| 2660 | 2026-08-28T21:27:47.450Z | Compiling csv v1.4.0 |
| 2661 | 2026-08-28T21:27:47.776Z | Compiling phf v0.12.1 |
| 2662 | 2026-08-28T21:27:47.982Z | Compiling const_format_proc_macros v0.2.34 |
| 2663 | 2026-08-28T21:27:48.160Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2664 | 2026-08-28T21:27:48.342Z | Compiling fd-lock v4.0.4 |
| 2665 | 2026-08-28T21:27:48.408Z | Compiling peg-macros v0.8.5 |
| 2666 | 2026-08-28T21:27:48.432Z | Compiling nu-ansi-term v0.50.3 |
| 2667 | 2026-08-28T21:27:48.778Z | Compiling const_format v0.2.35 |
| 2668 | 2026-08-28T21:27:49.060Z | Compiling reedline v0.40.0 |
| 2669 | 2026-08-28T21:27:49.301Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2670 | 2026-08-28T21:27:49.556Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2671 | 2026-08-28T21:27:49.705Z | Compiling peg v0.8.5 |
| 2672 | 2026-08-28T21:27:49.809Z | Compiling bcs v0.1.6 |
| 2673 | 2026-08-28T21:27:50.246Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2674 | 2026-08-28T21:27:50.284Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2675 | 2026-08-28T21:27:50.607Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2676 | 2026-08-28T21:27:50.652Z | Compiling progenitor v0.14.0 |
| 2677 | 2026-08-28T21:27:50.836Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2678 | 2026-08-28T21:27:50.957Z | Compiling nom v8.0.0 |
| 2679 | 2026-08-28T21:27:51.149Z | Compiling semver v0.1.20 |
| 2680 | 2026-08-28T21:27:51.449Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2681 | 2026-08-28T21:27:51.556Z | Compiling rustc_version v0.1.7 |
| 2682 | 2026-08-28T21:27:51.802Z | Compiling newtype_derive v0.1.6 |
| 2683 | 2026-08-28T21:27:51.988Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2684 | 2026-08-28T21:27:52.034Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2685 | 2026-08-28T21:27:52.248Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2686 | 2026-08-28T21:27:52.423Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2687 | 2026-08-28T21:27:52.513Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2688 | 2026-08-28T21:27:53.053Z | Compiling steno v0.4.1 |
| 2689 | 2026-08-28T21:27:53.476Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2690 | 2026-08-28T21:27:53.533Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-28T21:27:53.689Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2692 | 2026-08-28T21:27:53.789Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2693 | 2026-08-28T21:27:53.946Z | Compiling sha1 v0.10.6 |
| 2694 | 2026-08-28T21:27:54.205Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2695 | 2026-08-28T21:27:54.334Z | Compiling tagptr v0.2.0 |
| 2696 | 2026-08-28T21:27:54.440Z | Compiling utf-8 v0.7.6 |
| 2697 | 2026-08-28T21:27:54.559Z | Compiling moka v0.12.13 |
| 2698 | 2026-08-28T21:27:54.694Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2699 | 2026-08-28T21:27:54.871Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2700 | 2026-08-28T21:27:55.017Z | Compiling tungstenite v0.21.0 |
| 2701 | 2026-08-28T21:27:55.309Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2702 | 2026-08-28T21:27:55.852Z | Compiling hickory-resolver v0.25.2 |
| 2703 | 2026-08-28T21:27:56.584Z | Compiling tokio-tungstenite v0.21.0 |
| 2704 | 2026-08-28T21:27:56.979Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2705 | 2026-08-28T21:27:57.149Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2706 | 2026-08-28T21:27:57.903Z | Compiling darling_core v0.21.3 |
| 2707 | 2026-08-28T21:27:59.451Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2708 | 2026-08-28T21:27:59.523Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2709 | 2026-08-28T21:27:59.601Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2710 | 2026-08-28T21:28:00.056Z | Compiling darling_macro v0.21.3 |
| 2711 | 2026-08-28T21:28:00.573Z | Compiling display-error-chain v0.2.2 |
| 2712 | 2026-08-28T21:28:00.756Z | Compiling darling v0.21.3 |
| 2713 | 2026-08-28T21:28:00.784Z | Compiling libscf-sys v1.2.0 |
| 2714 | 2026-08-28T21:28:00.904Z | Compiling vergen-lib v0.1.6 |
| 2715 | 2026-08-28T21:28:00.957Z | Compiling diesel_derives v2.3.7 |
| 2716 | 2026-08-28T21:28:01.156Z | Compiling dsl_auto_type v0.2.0 |
| 2717 | 2026-08-28T21:28:01.374Z | Compiling scheduled-thread-pool v0.2.7 |
| 2718 | 2026-08-28T21:28:01.507Z | Compiling vergen-gitcl v1.0.8 |
| 2719 | 2026-08-28T21:28:01.693Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2720 | 2026-08-28T21:28:01.730Z | Compiling dirs-sys-next v0.1.2 |
| 2721 | 2026-08-28T21:28:01.965Z | Compiling glob v0.3.3 |
| 2722 | 2026-08-28T21:28:01.969Z | Compiling maplit v1.0.2 |
| 2723 | 2026-08-28T21:28:01.988Z | Compiling crunchy v0.2.4 |
| 2724 | 2026-08-28T21:28:02.087Z | Compiling dirs-next v2.0.0 |
| 2725 | 2026-08-28T21:28:02.266Z | Compiling r2d2 v0.8.10 |
| 2726 | 2026-08-28T21:28:02.288Z | Compiling clang-sys v1.8.1 |
| 2727 | 2026-08-28T21:28:02.359Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2728 | 2026-08-28T21:28:02.412Z | Compiling papergrid v0.18.0 |
| 2729 | 2026-08-28T21:28:02.462Z | Compiling downcast-rs v2.0.2 |
| 2730 | 2026-08-28T21:28:02.578Z | Compiling tiny-keccak v2.0.2 |
| 2731 | 2026-08-28T21:28:02.601Z | Compiling xshell-macros v0.2.7 |
| 2732 | 2026-08-28T21:28:02.828Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2733 | 2026-08-28T21:28:02.858Z | Compiling term v0.7.0 |
| 2734 | 2026-08-28T21:28:03.010Z | Compiling xshell v0.2.7 |
| 2735 | 2026-08-28T21:28:03.032Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2736 | 2026-08-28T21:28:03.063Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2737 | 2026-08-28T21:28:03.178Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2738 | 2026-08-28T21:28:03.360Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2739 | 2026-08-28T21:28:03.409Z | Compiling bit-vec v0.6.3 |
| 2740 | 2026-08-28T21:28:03.630Z | Compiling tabled v0.21.0 |
| 2741 | 2026-08-28T21:28:03.656Z | Compiling bit-set v0.5.3 |
| 2742 | 2026-08-28T21:28:03.850Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2743 | 2026-08-28T21:28:04.030Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2744 | 2026-08-28T21:28:04.272Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2745 | 2026-08-28T21:28:04.433Z | Compiling ascii-canvas v3.0.0 |
| 2746 | 2026-08-28T21:28:04.551Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2026-08-28T21:28:04.698Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2748 | 2026-08-28T21:28:04.730Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2749 | 2026-08-28T21:28:04.957Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2750 | 2026-08-28T21:28:05.138Z | Compiling itertools v0.10.5 |
| 2751 | 2026-08-28T21:28:05.161Z | Compiling ena v0.14.4 |
| 2752 | 2026-08-28T21:28:05.280Z | Compiling libloading v0.8.9 |
| 2753 | 2026-08-28T21:28:05.433Z | Compiling unicase v2.9.0 |
| 2754 | 2026-08-28T21:28:05.494Z | Compiling regex-syntax v0.6.29 |
| 2755 | 2026-08-28T21:28:05.537Z | Compiling diff v0.1.13 |
| 2756 | 2026-08-28T21:28:05.769Z | Compiling bindgen v0.71.1 |
| 2757 | 2026-08-28T21:28:06.215Z | Compiling cexpr v0.6.0 |
| 2758 | 2026-08-28T21:28:06.252Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2759 | 2026-08-28T21:28:06.488Z | Compiling rustc-hash v2.1.1 |
| 2760 | 2026-08-28T21:28:06.654Z | Compiling crc8 v0.1.1 |
| 2761 | 2026-08-28T21:28:06.690Z | Compiling diesel v2.3.7 |
| 2762 | 2026-08-28T21:28:06.857Z | Compiling lalrpop v0.19.12 |
| 2763 | 2026-08-28T21:28:07.060Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2764 | 2026-08-28T21:28:07.083Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2765 | 2026-08-28T21:28:07.387Z | Compiling headers-core v0.3.0 |
| 2766 | 2026-08-28T21:28:07.590Z | Compiling libxml v0.3.3 |
| 2767 | 2026-08-28T21:28:07.887Z | Compiling headers v0.4.1 |
| 2768 | 2026-08-28T21:28:08.049Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2026-08-28T21:28:08.246Z | Compiling strum_macros v0.24.3 |
| 2770 | 2026-08-28T21:28:08.269Z | Compiling indoc v1.0.9 |
| 2771 | 2026-08-28T21:28:08.346Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2772 | 2026-08-28T21:28:08.565Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2773 | 2026-08-28T21:28:08.703Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2774 | 2026-08-28T21:28:08.956Z | Compiling derive_builder v0.20.2 |
| 2775 | 2026-08-28T21:28:09.009Z | Compiling oso-derive v0.27.3 |
| 2776 | 2026-08-28T21:28:09.036Z | Compiling quick-xml v0.37.5 |
| 2777 | 2026-08-28T21:28:09.131Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2778 | 2026-08-28T21:28:10.513Z | Compiling openssl-probe v0.1.6 |
| 2779 | 2026-08-28T21:28:10.518Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2780 | 2026-08-28T21:28:10.518Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2781 | 2026-08-28T21:28:10.518Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2782 | 2026-08-28T21:28:10.518Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2783 | 2026-08-28T21:28:10.518Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2784 | 2026-08-28T21:28:10.518Z | Compiling bb8 v0.8.6 |
| 2785 | 2026-08-28T21:28:10.518Z | Compiling trait-variant v0.1.2 |
| 2786 | 2026-08-28T21:28:10.532Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2787 | 2026-08-28T21:28:10.788Z | Compiling half v1.8.3 |
| 2788 | 2026-08-28T21:28:10.981Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2789 | 2026-08-28T21:28:11.036Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2790 | 2026-08-28T21:28:11.067Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2791 | 2026-08-28T21:28:11.228Z | Compiling serde_cbor v0.11.2 |
| 2792 | 2026-08-28T21:28:11.299Z | Compiling proc-macro-error2 v2.0.1 |
| 2793 | 2026-08-28T21:28:11.519Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2794 | 2026-08-28T21:28:11.618Z | Compiling hashbrown v0.14.5 |
| 2795 | 2026-08-28T21:28:11.725Z | Compiling rfc6979 v0.4.0 |
| 2796 | 2026-08-28T21:28:11.746Z | Compiling salty v0.3.0 |
| 2797 | 2026-08-28T21:28:11.891Z | Compiling ecdsa v0.16.9 |
| 2798 | 2026-08-28T21:28:12.080Z | Compiling knus-derive v3.4.0 |
| 2799 | 2026-08-28T21:28:12.197Z | Compiling chumsky v0.9.3 |
| 2800 | 2026-08-28T21:28:12.255Z | Compiling samael v0.0.19 |
| 2801 | 2026-08-28T21:28:12.324Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2802 | 2026-08-28T21:28:12.370Z | Compiling progenitor-impl v0.13.0 |
| 2803 | 2026-08-28T21:28:12.522Z | Compiling primeorder v0.13.6 |
| 2804 | 2026-08-28T21:28:12.815Z | Compiling nonempty v0.12.0 |
| 2805 | 2026-08-28T21:28:13.044Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2806 | 2026-08-28T21:28:13.449Z | Compiling p384 v0.13.1 |
| 2807 | 2026-08-28T21:28:13.471Z | Compiling knus v3.4.0 |
| 2808 | 2026-08-28T21:28:14.341Z | Compiling polar-core v0.27.3 |
| 2809 | 2026-08-28T21:28:14.398Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2810 | 2026-08-28T21:28:14.509Z | Compiling progenitor-macro v0.13.0 |
| 2811 | 2026-08-28T21:28:15.012Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2812 | 2026-08-28T21:28:15.471Z | Compiling progenitor-client v0.13.0 |
| 2813 | 2026-08-28T21:28:15.661Z | Compiling fxhash v0.2.1 |
| 2814 | 2026-08-28T21:28:15.830Z | Compiling libz-sys v1.1.24 |
| 2815 | 2026-08-28T21:28:16.020Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2816 | 2026-08-28T21:28:16.053Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2817 | 2026-08-28T21:28:16.321Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2818 | 2026-08-28T21:28:16.699Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2819 | 2026-08-28T21:28:16.937Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2820 | 2026-08-28T21:28:17.229Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2821 | 2026-08-28T21:28:17.656Z | Compiling kstat-rs v0.2.5 |
| 2822 | 2026-08-28T21:28:18.329Z | Compiling mime_guess v2.0.5 |
| 2823 | 2026-08-28T21:28:18.607Z | Compiling progenitor v0.13.0 |
| 2824 | 2026-08-28T21:28:18.802Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2825 | 2026-08-28T21:28:19.856Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-28T21:28:20.253Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2827 | 2026-08-28T21:28:20.348Z | Compiling nanorand v0.7.0 |
| 2828 | 2026-08-28T21:28:20.733Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2829 | 2026-08-28T21:28:20.869Z | Compiling parking_lot_core v0.8.6 |
| 2830 | 2026-08-28T21:28:21.110Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2831 | 2026-08-28T21:28:21.197Z | Compiling flume v0.11.1 |
| 2832 | 2026-08-28T21:28:21.282Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2833 | 2026-08-28T21:28:21.737Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2834 | 2026-08-28T21:28:22.362Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2835 | 2026-08-28T21:28:22.435Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2836 | 2026-08-28T21:28:22.910Z | Compiling git-stub v1.0.0 |
| 2837 | 2026-08-28T21:28:23.106Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2838 | 2026-08-28T21:28:23.179Z | Compiling http-range v0.1.5 |
| 2839 | 2026-08-28T21:28:23.367Z | Compiling oso v0.27.3 |
| 2840 | 2026-08-28T21:28:23.515Z | Compiling corncobs v0.1.4 |
| 2841 | 2026-08-28T21:28:23.572Z | Compiling instability v0.3.11 |
| 2842 | 2026-08-28T21:28:23.767Z | Compiling strsim v0.10.0 |
| 2843 | 2026-08-28T21:28:23.831Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2844 | 2026-08-28T21:28:24.407Z | Compiling async-bb8-diesel v0.2.1 |
| 2845 | 2026-08-28T21:28:24.572Z | Compiling diesel-dtrace v0.5.0 |
| 2846 | 2026-08-28T21:28:24.876Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2847 | 2026-08-28T21:28:24.933Z | Compiling darling_core v0.13.4 |
| 2848 | 2026-08-28T21:28:26.624Z | Compiling git-stub-vcs v0.1.0 |
| 2849 | 2026-08-28T21:28:26.987Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2850 | 2026-08-28T21:28:28.155Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2851 | 2026-08-28T21:28:28.394Z | Compiling ignore v0.4.25 |
| 2852 | 2026-08-28T21:28:29.348Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2853 | 2026-08-28T21:28:29.477Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2854 | 2026-08-28T21:28:29.814Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2855 | 2026-08-28T21:28:29.950Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2856 | 2026-08-28T21:28:30.218Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2857 | 2026-08-28T21:28:31.140Z | Compiling anstyle-parse v0.2.7 |
| 2858 | 2026-08-28T21:28:31.417Z | Compiling secrecy v0.8.0 |
| 2859 | 2026-08-28T21:28:31.579Z | Compiling castaway v0.2.4 |
| 2860 | 2026-08-28T21:28:31.613Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2861 | 2026-08-28T21:28:31.653Z | Compiling vergen-git2 v9.1.0 |
| 2862 | 2026-08-28T21:28:31.743Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2863 | 2026-08-28T21:28:31.888Z | Compiling indoc v2.0.7 |
| 2864 | 2026-08-28T21:28:32.084Z | Compiling compact_str v0.8.1 |
| 2865 | 2026-08-28T21:28:33.052Z | Compiling anstream v0.6.21 |
| 2866 | 2026-08-28T21:28:33.175Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2867 | 2026-08-28T21:28:33.276Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2868 | 2026-08-28T21:28:33.622Z | Compiling globwalk v0.9.1 |
| 2869 | 2026-08-28T21:28:33.836Z | Compiling parking_lot v0.11.2 |
| 2870 | 2026-08-28T21:28:34.038Z | Compiling hyper-staticfile v0.10.1 |
| 2871 | 2026-08-28T21:28:34.277Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2872 | 2026-08-28T21:28:34.745Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2873 | 2026-08-28T21:28:34.974Z | Compiling darling_macro v0.13.4 |
| 2874 | 2026-08-28T21:28:35.000Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2875 | 2026-08-28T21:28:35.178Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2876 | 2026-08-28T21:28:35.248Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2877 | 2026-08-28T21:28:35.500Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2878 | 2026-08-28T21:28:35.826Z | Compiling predicates-tree v1.0.13 |
| 2879 | 2026-08-28T21:28:36.240Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2880 | 2026-08-28T21:28:36.309Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2881 | 2026-08-28T21:28:36.464Z | Compiling unicode-truncate v1.1.0 |
| 2882 | 2026-08-28T21:28:36.571Z | Compiling digest-io v0.1.0 |
| 2883 | 2026-08-28T21:28:36.674Z | Compiling sha2 v0.11.0 |
| 2884 | 2026-08-28T21:28:36.751Z | Compiling lru v0.12.5 |
| 2885 | 2026-08-28T21:28:36.982Z | Compiling prefix-trie v0.7.0 |
| 2886 | 2026-08-28T21:28:37.117Z | Compiling rand_seeder v0.4.0 |
| 2887 | 2026-08-28T21:28:37.380Z | Compiling cassowary v0.3.0 |
| 2888 | 2026-08-28T21:28:37.402Z | Compiling rawzip v0.4.4 |
| 2889 | 2026-08-28T21:28:37.495Z | Compiling hickory-server v0.25.2 |
| 2890 | 2026-08-28T21:28:37.560Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2891 | 2026-08-28T21:28:37.681Z | Compiling ratatui v0.29.0 |
| 2892 | 2026-08-28T21:28:37.773Z | Compiling camino-tempfile-ext v0.3.3 |
| 2893 | 2026-08-28T21:28:37.805Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2894 | 2026-08-28T21:28:38.230Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2895 | 2026-08-28T21:28:38.356Z | Compiling darling v0.13.4 |
| 2896 | 2026-08-28T21:28:38.521Z | Compiling sled v0.34.7 |
| 2897 | 2026-08-28T21:28:38.543Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2898 | 2026-08-28T21:28:38.944Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2899 | 2026-08-28T21:28:40.922Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2900 | 2026-08-28T21:28:41.390Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2901 | 2026-08-28T21:28:41.614Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2902 | 2026-08-28T21:28:42.541Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2903 | 2026-08-28T21:28:43.986Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2904 | 2026-08-28T21:28:44.603Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2905 | 2026-08-28T21:28:46.081Z | Compiling serde_with_macros v1.5.2 |
| 2906 | 2026-08-28T21:28:46.110Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2907 | 2026-08-28T21:28:46.249Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2908 | 2026-08-28T21:28:46.479Z | Compiling git2 v0.20.4 |
| 2909 | 2026-08-28T21:28:46.579Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2910 | 2026-08-28T21:28:46.818Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2911 | 2026-08-28T21:28:46.892Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2912 | 2026-08-28T21:28:47.054Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2913 | 2026-08-28T21:28:47.223Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2914 | 2026-08-28T21:28:47.296Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2915 | 2026-08-28T21:28:47.456Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2916 | 2026-08-28T21:28:47.488Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2917 | 2026-08-28T21:28:47.519Z | Compiling arc-swap v1.8.2 |
| 2918 | 2026-08-28T21:28:47.687Z | Compiling void v1.0.2 |
| 2919 | 2026-08-28T21:28:47.803Z | Compiling lzss v0.8.2 |
| 2920 | 2026-08-28T21:28:47.858Z | Compiling slog-scope v4.4.1 |
| 2921 | 2026-08-28T21:28:48.106Z | Compiling serde_with v1.14.0 |
| 2922 | 2026-08-28T21:28:48.170Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2923 | 2026-08-28T21:28:48.275Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2924 | 2026-08-28T21:28:49.321Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2925 | 2026-08-28T21:28:49.579Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2926 | 2026-08-28T21:28:49.730Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2927 | 2026-08-28T21:28:50.058Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2928 | 2026-08-28T21:28:50.146Z | Compiling scuffle v0.1.0 |
| 2929 | 2026-08-28T21:28:50.313Z | Compiling tungstenite v0.23.0 |
| 2930 | 2026-08-28T21:28:50.474Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2931 | 2026-08-28T21:28:52.003Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2932 | 2026-08-28T21:28:52.224Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2933 | 2026-08-28T21:28:52.382Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2934 | 2026-08-28T21:28:52.581Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2935 | 2026-08-28T21:28:52.625Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2936 | 2026-08-28T21:28:52.809Z | Compiling nix v0.27.1 |
| 2937 | 2026-08-28T21:28:52.880Z | Compiling twox-hash v2.1.2 |
| 2938 | 2026-08-28T21:28:53.409Z | Compiling libsw-core v0.3.2 |
| 2939 | 2026-08-28T21:28:53.432Z | Compiling atty v0.2.14 |
| 2940 | 2026-08-28T21:28:53.579Z | Compiling serde_bytes v0.11.19 |
| 2941 | 2026-08-28T21:28:53.634Z | Compiling libsw v3.5.0 |
| 2942 | 2026-08-28T21:28:53.867Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2943 | 2026-08-28T21:28:53.963Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2944 | 2026-08-28T21:28:53.986Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2945 | 2026-08-28T21:28:54.014Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2946 | 2026-08-28T21:28:54.310Z | Compiling tokio-tungstenite v0.23.1 |
| 2947 | 2026-08-28T21:28:54.709Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2948 | 2026-08-28T21:28:55.015Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2949 | 2026-08-28T21:28:55.164Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2950 | 2026-08-28T21:28:56.109Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2951 | 2026-08-28T21:28:57.456Z | Compiling slog-stdlog v4.1.1 |
| 2952 | 2026-08-28T21:28:57.848Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2953 | 2026-08-28T21:28:58.198Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2954 | 2026-08-28T21:28:58.652Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2955 | 2026-08-28T21:28:59.109Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2956 | 2026-08-28T21:29:00.247Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2957 | 2026-08-28T21:29:00.607Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2958 | 2026-08-28T21:29:00.963Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2959 | 2026-08-28T21:29:02.623Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2960 | 2026-08-28T21:29:03.192Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2961 | 2026-08-28T21:29:03.593Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2962 | 2026-08-28T21:29:03.864Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2963 | 2026-08-28T21:29:04.197Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2964 | 2026-08-28T21:29:04.930Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2965 | 2026-08-28T21:29:07.530Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2966 | 2026-08-28T21:29:08.221Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2967 | 2026-08-28T21:29:08.422Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2968 | 2026-08-28T21:29:10.310Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2969 | 2026-08-28T21:29:11.153Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2970 | 2026-08-28T21:29:11.420Z | Compiling signal-hook-tokio v0.3.1 |
| 2971 | 2026-08-28T21:29:11.449Z | Compiling fatfs v0.3.6 |
| 2972 | 2026-08-28T21:29:11.621Z | Compiling yasna v0.5.2 |
| 2973 | 2026-08-28T21:29:11.759Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2974 | 2026-08-28T21:29:11.940Z | Compiling seq-macro v0.3.6 |
| 2975 | 2026-08-28T21:29:12.432Z | Compiling assert_matches v1.5.0 |
| 2976 | 2026-08-28T21:29:12.539Z | Compiling rcgen v0.12.1 |
| 2977 | 2026-08-28T21:29:12.714Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2978 | 2026-08-28T21:29:13.120Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2979 | 2026-08-28T21:29:13.170Z | Compiling slog-envlogger v2.2.0 |
| 2980 | 2026-08-28T21:29:13.587Z | Compiling oxide-update-engine-display v0.1.2 |
| 2981 | 2026-08-28T21:29:14.309Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2982 | 2026-08-28T21:29:14.520Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2983 | 2026-08-28T21:29:15.509Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2984 | 2026-08-28T21:29:15.741Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2985 | 2026-08-28T21:29:15.997Z | Compiling port-file v0.1.0 |
| 2986 | 2026-08-28T21:29:16.226Z | Compiling rtoolbox v0.0.3 |
| 2987 | 2026-08-28T21:29:16.383Z | Compiling subprocess v0.2.15 |
| 2988 | 2026-08-28T21:29:16.502Z | Compiling rpassword v7.5.4 |
| 2989 | 2026-08-28T21:29:16.981Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2990 | 2026-08-28T21:29:17.203Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2991 | 2026-08-28T21:29:18.387Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2992 | 2026-08-28T21:29:18.528Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2993 | 2026-08-28T21:29:18.667Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2994 | 2026-08-28T21:29:19.215Z | Compiling tui-tree-widget v0.23.1 |
| 2995 | 2026-08-28T21:29:19.503Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2996 | 2026-08-28T21:29:20.636Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2997 | 2026-08-28T21:29:22.612Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2998 | 2026-08-28T21:29:23.077Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2999 | 2026-08-28T21:29:23.322Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3000 | 2026-08-28T21:29:23.555Z | Compiling uzers v0.12.2 |
| 3001 | 2026-08-28T21:29:23.890Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3002 | 2026-08-28T21:29:24.817Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3003 | 2026-08-28T21:29:24.940Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3004 | 2026-08-28T21:29:26.695Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3005 | 2026-08-28T21:29:26.924Z | Compiling support-bundle-viewer v0.1.2 |
| 3006 | 2026-08-28T21:29:26.996Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3007 | 2026-08-28T21:29:28.788Z | Compiling multimap v0.10.1 |
| 3008 | 2026-08-28T21:29:36.818Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-08-28T21:29:39.348Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3010 | 2026-08-28T21:29:42.709Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3011 | 2026-08-28T21:29:47.203Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3012 | 2026-08-28T21:29:49.646Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3013 | 2026-08-28T21:37:37.501Z | Finished `release` profile [optimized] target(s) in 10m 01s |
| 3014 | 2026-08-28T21:37:37.505Z | 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-28T21:37:37.505Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3016 | 2026-08-28T21:38:36.447Z | |
| 3017 | 2026-08-28T21:38:36.447Z | real 11:01.657736306 |
| 3018 | 2026-08-28T21:38:36.448Z | user 1:22:48.335022106 |
| 3019 | 2026-08-28T21:38:36.452Z | sys 3:42.115123288 |
| 3020 | 2026-08-28T21:38:36.452Z | trap 1.875539406 |
| 3021 | 2026-08-28T21:38:36.452Z | tflt 2.092824617 |
| 3022 | 2026-08-28T21:38:36.452Z | dflt 20.562431511 |
| 3023 | 2026-08-28T21:38:36.452Z | kflt 0.005173589 |
| 3024 | 2026-08-28T21:38:36.452Z | lock 8:08:57.756347788 |
| 3025 | 2026-08-28T21:38:36.452Z | slp 2:21:15.994227395 |
| 3026 | 2026-08-28T21:38:36.452Z | lat 2:33.423841526 |
| 3027 | 2026-08-28T21:38:36.452Z | stop 5:37.349466967 |
| 3028 | 2026-08-28T21:38:36.452Z | + mapfile -t packages |
| 3029 | 2026-08-28T21:38:36.453Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3030 | 2026-08-28T21:38:37.422Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 3031 | 2026-08-28T21:38:37.500Z | Running `target/release/omicron-package -t test list-outputs` |
| 3032 | 2026-08-28T21:38:37.560Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3033 | 2026-08-28T21:38:37.563Z | + ptime -m cargo build --locked --release -p xtask |
| 3034 | 2026-08-28T21:38:38.050Z | Compiling libc v0.2.185 |
| 3035 | 2026-08-28T21:38:38.050Z | Compiling serde_core v1.0.228 |
| 3036 | 2026-08-28T21:38:38.050Z | Compiling serde v1.0.228 |
| 3037 | 2026-08-28T21:38:38.054Z | Compiling rustix v1.1.4 |
| 3038 | 2026-08-28T21:38:38.054Z | Compiling serde_json v1.0.151 |
| 3039 | 2026-08-28T21:38:38.183Z | Compiling bitflags v2.11.0 |
| 3040 | 2026-08-28T21:38:38.214Z | Compiling syn v2.0.117 |
| 3041 | 2026-08-28T21:38:38.214Z | Compiling usdt-impl v0.5.0 |
| 3042 | 2026-08-28T21:38:38.217Z | Compiling syn v1.0.109 |
| 3043 | 2026-08-28T21:38:38.247Z | Compiling getrandom v0.4.3 |
| 3044 | 2026-08-28T21:38:38.260Z | Compiling log v0.4.33 |
| 3045 | 2026-08-28T21:38:38.268Z | Compiling indexmap v2.14.0 |
| 3046 | 2026-08-28T21:38:38.284Z | Compiling fs-err v3.3.0 |
| 3047 | 2026-08-28T21:38:38.428Z | Compiling once_cell v1.21.3 |
| 3048 | 2026-08-28T21:38:38.505Z | Compiling heck v0.4.1 |
| 3049 | 2026-08-28T21:38:38.531Z | Compiling anyhow v1.0.104 |
| 3050 | 2026-08-28T21:38:38.881Z | Compiling errno v0.3.14 |
| 3051 | 2026-08-28T21:38:38.881Z | Compiling thread-id v4.2.2 |
| 3052 | 2026-08-28T21:38:38.884Z | Compiling memmap v0.7.0 |
| 3053 | 2026-08-28T21:38:39.683Z | Compiling proc-macro-error v1.0.4 |
| 3054 | 2026-08-28T21:38:39.849Z | Compiling terminal_size v0.4.3 |
| 3055 | 2026-08-28T21:38:39.849Z | Compiling tempfile v3.27.0 |
| 3056 | 2026-08-28T21:38:39.946Z | Compiling tabled_derive v0.7.0 |
| 3057 | 2026-08-28T21:38:39.957Z | Compiling clap_builder v4.6.0 |
| 3058 | 2026-08-28T21:38:39.961Z | Compiling textwrap v0.16.2 |
| 3059 | 2026-08-28T21:38:40.321Z | Compiling camino v1.2.5 |
| 3060 | 2026-08-28T21:38:40.324Z | Compiling semver v1.0.28 |
| 3061 | 2026-08-28T21:38:40.347Z | Compiling cargo-platform v0.3.2 |
| 3062 | 2026-08-28T21:38:40.360Z | Compiling pest_generator v2.8.6 |
| 3063 | 2026-08-28T21:38:40.640Z | Compiling camino-tempfile v1.4.1 |
| 3064 | 2026-08-28T21:38:40.694Z | Compiling tabled v0.15.0 |
| 3065 | 2026-08-28T21:38:40.820Z | Compiling serde_derive v1.0.228 |
| 3066 | 2026-08-28T21:38:40.824Z | Compiling thiserror-impl v1.0.69 |
| 3067 | 2026-08-28T21:38:40.824Z | Compiling zerocopy-derive v0.7.35 |
| 3068 | 2026-08-28T21:38:40.824Z | Compiling scroll_derive v0.12.1 |
| 3069 | 2026-08-28T21:38:40.824Z | Compiling thiserror-impl v2.0.18 |
| 3070 | 2026-08-28T21:38:40.824Z | Compiling clap_derive v4.6.1 |
| 3071 | 2026-08-28T21:38:40.909Z | Compiling pest_derive v2.8.6 |
| 3072 | 2026-08-28T21:38:41.558Z | Compiling scroll v0.12.0 |
| 3073 | 2026-08-28T21:38:41.669Z | Compiling zerocopy v0.7.35 |
| 3074 | 2026-08-28T21:38:41.822Z | Compiling goblin v0.8.2 |
| 3075 | 2026-08-28T21:38:42.004Z | Compiling thiserror v1.0.69 |
| 3076 | 2026-08-28T21:38:42.059Z | Compiling thiserror v2.0.18 |
| 3077 | 2026-08-28T21:38:42.119Z | Compiling dtrace-parser v0.2.0 |
| 3078 | 2026-08-28T21:38:42.376Z | Compiling clap v4.6.1 |
| 3079 | 2026-08-28T21:38:43.994Z | Compiling dof v0.3.0 |
| 3080 | 2026-08-28T21:38:44.023Z | Compiling toml_datetime v0.6.11 |
| 3081 | 2026-08-28T21:38:44.044Z | Compiling serde_spanned v0.6.9 |
| 3082 | 2026-08-28T21:38:44.070Z | Compiling serde_tokenstream v0.2.3 |
| 3083 | 2026-08-28T21:38:44.081Z | Compiling cargo_metadata v0.23.1 |
| 3084 | 2026-08-28T21:38:44.171Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3085 | 2026-08-28T21:38:44.213Z | Compiling macaddr v1.0.1 |
| 3086 | 2026-08-28T21:38:44.372Z | Compiling toml_edit v0.22.27 |
| 3087 | 2026-08-28T21:38:44.799Z | Compiling usdt-attr-macro v0.5.0 |
| 3088 | 2026-08-28T21:38:44.803Z | Compiling usdt-macro v0.5.0 |
| 3089 | 2026-08-28T21:38:45.453Z | Compiling usdt v0.5.0 |
| 3090 | 2026-08-28T21:38:45.895Z | Compiling toml v0.8.23 |
| 3091 | 2026-08-28T21:38:46.323Z | Compiling cargo_toml v0.21.0 |
| 3092 | 2026-08-28T21:38:50.739Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3093 | 2026-08-28T21:38:53.968Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 3094 | 2026-08-28T21:38:54.111Z | |
| 3095 | 2026-08-28T21:38:54.111Z | real 16.512147857 |
| 3096 | 2026-08-28T21:38:54.111Z | user 2:05.717484624 |
| 3097 | 2026-08-28T21:38:54.111Z | sys 13.532692735 |
| 3098 | 2026-08-28T21:38:54.111Z | trap 0.062232427 |
| 3099 | 2026-08-28T21:38:54.111Z | tflt 0.423510670 |
| 3100 | 2026-08-28T21:38:54.111Z | dflt 1.333833834 |
| 3101 | 2026-08-28T21:38:54.114Z | kflt 0.000017326 |
| 3102 | 2026-08-28T21:38:54.114Z | lock 4:47.042992989 |
| 3103 | 2026-08-28T21:38:54.114Z | slp 2:41.020828413 |
| 3104 | 2026-08-28T21:38:54.114Z | lat 4.910632955 |
| 3105 | 2026-08-28T21:38:54.115Z | stop 16.367440482 |
| 3106 | 2026-08-28T21:38:54.115Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3107 | 2026-08-28T21:38:54.115Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3108 | 2026-08-28T21:38:54.115Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3109 | 2026-08-28T21:38:54.115Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3110 | 2026-08-28T21:38:54.115Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3111 | 2026-08-28T21:38:55.074Z | Compiling match_cfg v0.1.0 |
| 3112 | 2026-08-28T21:38:55.074Z | Compiling progenitor-client v0.14.0 |
| 3113 | 2026-08-28T21:38:55.074Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3114 | 2026-08-28T21:38:55.078Z | Compiling slog-json v2.6.1 |
| 3115 | 2026-08-28T21:38:55.078Z | Compiling newtype-uuid-macros v0.1.0 |
| 3116 | 2026-08-28T21:38:55.078Z | Compiling sha1 v0.11.0 |
| 3117 | 2026-08-28T21:38:55.078Z | Compiling multer v3.1.0 |
| 3118 | 2026-08-28T21:38:55.078Z | Compiling compression-core v0.4.31 |
| 3119 | 2026-08-28T21:38:55.078Z | Compiling debug-ignore v1.0.5 |
| 3120 | 2026-08-28T21:38:55.078Z | Compiling async-stream-impl v0.3.6 |
| 3121 | 2026-08-28T21:38:55.225Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3122 | 2026-08-28T21:38:55.228Z | Compiling serde_spanned v1.1.1 |
| 3123 | 2026-08-28T21:38:55.228Z | Compiling dropshot v0.17.1 |
| 3124 | 2026-08-28T21:38:55.242Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3125 | 2026-08-28T21:38:55.365Z | Compiling waitgroup v0.1.2 |
| 3126 | 2026-08-28T21:38:55.393Z | Compiling rustls-pemfile v2.2.0 |
| 3127 | 2026-08-28T21:38:55.396Z | Compiling dropshot_endpoint v0.17.1 |
| 3128 | 2026-08-28T21:38:55.463Z | Compiling compression-codecs v0.4.37 |
| 3129 | 2026-08-28T21:38:55.515Z | Compiling hostname v0.4.2 |
| 3130 | 2026-08-28T21:38:55.526Z | Compiling serde_path_to_error v0.1.20 |
| 3131 | 2026-08-28T21:38:55.582Z | Compiling hostname v0.3.1 |
| 3132 | 2026-08-28T21:38:55.601Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3133 | 2026-08-28T21:38:55.638Z | Compiling atomicwrites v0.4.4 |
| 3134 | 2026-08-28T21:38:55.641Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3135 | 2026-08-28T21:38:55.657Z | Compiling async-compression v0.4.41 |
| 3136 | 2026-08-28T21:38:55.661Z | Compiling macaddr v1.0.1 |
| 3137 | 2026-08-28T21:38:55.779Z | Compiling slog-bunyan v2.5.0 |
| 3138 | 2026-08-28T21:38:55.783Z | Compiling serde_tokenstream v0.3.0 |
| 3139 | 2026-08-28T21:38:55.783Z | Compiling oxide-generation v0.1.3 |
| 3140 | 2026-08-28T21:38:55.783Z | Compiling instant v0.1.13 |
| 3141 | 2026-08-28T21:38:55.826Z | Compiling regress v0.10.5 |
| 3142 | 2026-08-28T21:38:55.934Z | Compiling parse-display-derive v0.10.0 |
| 3143 | 2026-08-28T21:38:55.960Z | Compiling backon v1.6.0 |
| 3144 | 2026-08-28T21:38:55.978Z | Compiling async-stream v0.3.6 |
| 3145 | 2026-08-28T21:38:55.978Z | Compiling backoff v0.4.0 |
| 3146 | 2026-08-28T21:38:56.014Z | Compiling itertools v0.14.0 |
| 3147 | 2026-08-28T21:38:56.018Z | Compiling humantime v2.3.0 |
| 3148 | 2026-08-28T21:38:56.050Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3149 | 2026-08-28T21:38:56.053Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3150 | 2026-08-28T21:38:56.112Z | Compiling half v2.7.1 |
| 3151 | 2026-08-28T21:38:56.132Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3152 | 2026-08-28T21:38:56.158Z | Compiling oxide-generation-macros v0.2.0 |
| 3153 | 2026-08-28T21:38:56.179Z | Compiling progenitor-extras v0.2.0 |
| 3154 | 2026-08-28T21:38:56.198Z | Compiling ciborium-io v0.2.2 |
| 3155 | 2026-08-28T21:38:56.198Z | Compiling crucible-workspace-hack v0.1.0 |
| 3156 | 2026-08-28T21:38:56.232Z | Compiling convert_case v0.4.0 |
| 3157 | 2026-08-28T21:38:56.250Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3158 | 2026-08-28T21:38:56.284Z | Compiling regress v0.11.1 |
| 3159 | 2026-08-28T21:38:56.315Z | Compiling secrecy v0.10.3 |
| 3160 | 2026-08-28T21:38:56.331Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3161 | 2026-08-28T21:38:56.435Z | Compiling ciborium-ll v0.2.2 |
| 3162 | 2026-08-28T21:38:56.467Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3163 | 2026-08-28T21:38:56.492Z | Compiling inout v0.1.4 |
| 3164 | 2026-08-28T21:38:56.512Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3165 | 2026-08-28T21:38:56.534Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3166 | 2026-08-28T21:38:56.552Z | Compiling universal-hash v0.5.1 |
| 3167 | 2026-08-28T21:38:56.628Z | Compiling derive_more v0.99.20 |
| 3168 | 2026-08-28T21:38:56.671Z | Compiling ciborium v0.2.2 |
| 3169 | 2026-08-28T21:38:56.689Z | Compiling cipher v0.4.4 |
| 3170 | 2026-08-28T21:38:56.710Z | Compiling opaque-debug v0.3.1 |
| 3171 | 2026-08-28T21:38:56.728Z | Compiling unsafe-libyaml v0.2.11 |
| 3172 | 2026-08-28T21:38:57.775Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3173 | 2026-08-28T21:38:57.778Z | Compiling poly1305 v0.8.0 |
| 3174 | 2026-08-28T21:38:57.778Z | Compiling blake2 v0.10.6 |
| 3175 | 2026-08-28T21:38:57.778Z | Compiling chacha20 v0.9.1 |
| 3176 | 2026-08-28T21:38:57.778Z | Compiling aead v0.5.2 |
| 3177 | 2026-08-28T21:38:57.778Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3178 | 2026-08-28T21:38:57.778Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3179 | 2026-08-28T21:38:57.778Z | Compiling password-hash v0.5.0 |
| 3180 | 2026-08-28T21:38:57.778Z | Compiling indent_write v2.2.0 |
| 3181 | 2026-08-28T21:38:57.778Z | Compiling serde_yaml v0.9.34+deprecated |
| 3182 | 2026-08-28T21:38:57.778Z | Compiling chacha20poly1305 v0.10.1 |
| 3183 | 2026-08-28T21:38:57.778Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3184 | 2026-08-28T21:38:57.779Z | Compiling num-derive v0.4.2 |
| 3185 | 2026-08-28T21:38:57.779Z | Compiling heapless v0.8.0 |
| 3186 | 2026-08-28T21:38:57.779Z | Compiling ingot-macros v0.2.0 |
| 3187 | 2026-08-28T21:38:57.779Z | Compiling tabwriter v1.4.1 |
| 3188 | 2026-08-28T21:38:57.779Z | Compiling argon2 v0.5.3 |
| 3189 | 2026-08-28T21:38:57.779Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3190 | 2026-08-28T21:38:57.779Z | Compiling hash32 v0.3.1 |
| 3191 | 2026-08-28T21:38:57.779Z | Compiling parse-display v0.10.0 |
| 3192 | 2026-08-28T21:38:57.779Z | Compiling thiserror-no-std v2.0.2 |
| 3193 | 2026-08-28T21:38:57.802Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3194 | 2026-08-28T21:38:57.867Z | Compiling vsss-rs v3.3.4 |
| 3195 | 2026-08-28T21:38:57.899Z | Compiling smoltcp v0.11.0 |
| 3196 | 2026-08-28T21:38:57.969Z | Compiling typify-impl v0.6.2 |
| 3197 | 2026-08-28T21:38:58.036Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3198 | 2026-08-28T21:38:58.272Z | Compiling proc-macro-crate v3.4.0 |
| 3199 | 2026-08-28T21:38:58.359Z | Compiling cobs v0.3.0 |
| 3200 | 2026-08-28T21:38:58.414Z | Compiling colored v3.1.1 |
| 3201 | 2026-08-28T21:38:58.570Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3202 | 2026-08-28T21:38:58.591Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3203 | 2026-08-28T21:38:58.746Z | Compiling postcard v1.1.3 |
| 3204 | 2026-08-28T21:38:58.807Z | Compiling proc-macro-error v1.0.4 |
| 3205 | 2026-08-28T21:38:58.838Z | Compiling rand v0.10.1 |
| 3206 | 2026-08-28T21:38:58.841Z | Compiling proc-macro-crate v1.3.1 |
| 3207 | 2026-08-28T21:38:58.892Z | Compiling num_enum_derive v0.7.6 |
| 3208 | 2026-08-28T21:38:58.913Z | Compiling foreign-types-macros v0.2.3 |
| 3209 | 2026-08-28T21:38:58.916Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3210 | 2026-08-28T21:38:59.111Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3211 | 2026-08-28T21:38:59.129Z | Compiling rayon-core v1.13.0 |
| 3212 | 2026-08-28T21:38:59.147Z | Compiling foreign-types-shared v0.3.1 |
| 3213 | 2026-08-28T21:38:59.247Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3214 | 2026-08-28T21:38:59.306Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3215 | 2026-08-28T21:38:59.324Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3216 | 2026-08-28T21:38:59.381Z | Compiling num_enum_derive v0.5.11 |
| 3217 | 2026-08-28T21:38:59.435Z | Compiling crossbeam-deque v0.8.6 |
| 3218 | 2026-08-28T21:38:59.490Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3219 | 2026-08-28T21:38:59.543Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3220 | 2026-08-28T21:38:59.561Z | Compiling cstr-argument v0.1.2 |
| 3221 | 2026-08-28T21:38:59.565Z | Compiling foreign-types v0.5.0 |
| 3222 | 2026-08-28T21:38:59.647Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3223 | 2026-08-28T21:38:59.686Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3224 | 2026-08-28T21:38:59.702Z | Compiling illumos-nvpair v0.3.0 |
| 3225 | 2026-08-28T21:38:59.743Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3226 | 2026-08-28T21:38:59.887Z | Compiling zone_cfg_derive v0.3.1 |
| 3227 | 2026-08-28T21:38:59.959Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3228 | 2026-08-28T21:38:59.977Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3229 | 2026-08-28T21:38:59.980Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3230 | 2026-08-28T21:39:00.032Z | Compiling num_enum v0.7.6 |
| 3231 | 2026-08-28T21:39:00.050Z | Compiling itertools v0.12.1 |
| 3232 | 2026-08-28T21:39:00.113Z | Compiling rayon v1.11.0 |
| 3233 | 2026-08-28T21:39:00.131Z | Compiling sigpipe v0.1.3 |
| 3234 | 2026-08-28T21:39:00.150Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3235 | 2026-08-28T21:39:00.177Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3236 | 2026-08-28T21:39:00.220Z | Compiling glob v0.3.3 |
| 3237 | 2026-08-28T21:39:00.223Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3238 | 2026-08-28T21:39:00.256Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3239 | 2026-08-28T21:39:00.382Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3240 | 2026-08-28T21:39:00.425Z | Compiling smf v0.2.3 |
| 3241 | 2026-08-28T21:39:00.462Z | Compiling cpubits v0.1.1 |
| 3242 | 2026-08-28T21:39:00.482Z | Compiling ingot-types v0.2.0 |
| 3243 | 2026-08-28T21:39:00.508Z | Compiling whoami v1.6.1 |
| 3244 | 2026-08-28T21:39:00.526Z | Compiling num_enum v0.5.11 |
| 3245 | 2026-08-28T21:39:00.566Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3246 | 2026-08-28T21:39:00.590Z | Compiling gethostname v0.5.0 |
| 3247 | 2026-08-28T21:39:00.607Z | Compiling derive-where v1.6.0 |
| 3248 | 2026-08-28T21:39:00.649Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3249 | 2026-08-28T21:39:00.673Z | Compiling usdt-attr-macro v0.5.0 |
| 3250 | 2026-08-28T21:39:00.725Z | Compiling usdt-macro v0.5.0 |
| 3251 | 2026-08-28T21:39:00.743Z | Compiling num-rational v0.4.2 |
| 3252 | 2026-08-28T21:39:00.785Z | Compiling num-complex v0.4.6 |
| 3253 | 2026-08-28T21:39:00.823Z | Compiling memmap v0.7.0 |
| 3254 | 2026-08-28T21:39:00.929Z | Compiling ingot v0.2.1 |
| 3255 | 2026-08-28T21:39:00.997Z | Compiling toml v0.8.23 |
| 3256 | 2026-08-28T21:39:01.033Z | Compiling pem-rfc7468 v1.0.0 |
| 3257 | 2026-08-28T21:39:01.201Z | Compiling num v0.4.3 |
| 3258 | 2026-08-28T21:39:01.250Z | Compiling zone v0.3.1 |
| 3259 | 2026-08-28T21:39:01.297Z | Compiling float-ord v0.3.2 |
| 3260 | 2026-08-28T21:39:01.324Z | Compiling resolv-conf v0.7.6 |
| 3261 | 2026-08-28T21:39:01.346Z | Compiling cancel-safe-futures v0.1.5 |
| 3262 | 2026-08-28T21:39:01.367Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3263 | 2026-08-28T21:39:01.448Z | Compiling hmac v0.13.0 |
| 3264 | 2026-08-28T21:39:01.553Z | Compiling universal-hash v0.6.1 |
| 3265 | 2026-08-28T21:39:01.571Z | Compiling usdt v0.5.0 |
| 3266 | 2026-08-28T21:39:01.655Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3267 | 2026-08-28T21:39:01.673Z | Compiling sha1 v0.10.6 |
| 3268 | 2026-08-28T21:39:01.700Z | Compiling libefi-sys v0.1.0 |
| 3269 | 2026-08-28T21:39:01.718Z | Compiling prettyplease v0.2.37 |
| 3270 | 2026-08-28T21:39:01.893Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3271 | 2026-08-28T21:39:01.912Z | Compiling linear-map v1.2.0 |
| 3272 | 2026-08-28T21:39:01.949Z | Compiling polyval v0.7.1 |
| 3273 | 2026-08-28T21:39:01.949Z | Compiling der v0.8.0 |
| 3274 | 2026-08-28T21:39:01.986Z | Compiling hickory-proto v0.24.4 |
| 3275 | 2026-08-28T21:39:01.990Z | Compiling newline-converter v0.3.0 |
| 3276 | 2026-08-28T21:39:01.990Z | Compiling oxide-update-engine-types v0.1.2 |
| 3277 | 2026-08-28T21:39:01.990Z | Compiling console v0.15.11 |
| 3278 | 2026-08-28T21:39:02.081Z | Compiling bitfield-struct v0.6.2 |
| 3279 | 2026-08-28T21:39:02.124Z | Compiling linked-hash-map v0.5.6 |
| 3280 | 2026-08-28T21:39:02.172Z | Compiling ghash v0.6.0 |
| 3281 | 2026-08-28T21:39:02.346Z | Compiling lru-cache v0.1.2 |
| 3282 | 2026-08-28T21:39:02.415Z | Compiling expectorate v1.2.0 |
| 3283 | 2026-08-28T21:39:02.558Z | Compiling pbkdf2 v0.13.0 |
| 3284 | 2026-08-28T21:39:02.585Z | Compiling aes v0.9.1 |
| 3285 | 2026-08-28T21:39:02.612Z | Compiling crypto-bigint v0.7.5 |
| 3286 | 2026-08-28T21:39:02.639Z | Compiling typify-macro v0.6.2 |
| 3287 | 2026-08-28T21:39:02.656Z | Compiling ctr v0.10.1 |
| 3288 | 2026-08-28T21:39:02.719Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3289 | 2026-08-28T21:39:02.737Z | Compiling aead v0.6.1 |
| 3290 | 2026-08-28T21:39:02.827Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3291 | 2026-08-28T21:39:02.904Z | Compiling sha2 v0.11.0 |
| 3292 | 2026-08-28T21:39:02.931Z | Compiling nom v8.0.0 |
| 3293 | 2026-08-28T21:39:02.935Z | Compiling semver v0.1.20 |
| 3294 | 2026-08-28T21:39:02.968Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3295 | 2026-08-28T21:39:03.073Z | Compiling aes-gcm v0.11.0 |
| 3296 | 2026-08-28T21:39:03.152Z | Compiling oxide-update-engine v0.1.2 |
| 3297 | 2026-08-28T21:39:03.282Z | Compiling rustc_version v0.1.7 |
| 3298 | 2026-08-28T21:39:03.308Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3299 | 2026-08-28T21:39:03.312Z | Compiling spki v0.8.0 |
| 3300 | 2026-08-28T21:39:03.345Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3301 | 2026-08-28T21:39:03.476Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3302 | 2026-08-28T21:39:03.561Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3303 | 2026-08-28T21:39:03.579Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3304 | 2026-08-28T21:39:03.596Z | Compiling tokio-dtrace v0.1.1 |
| 3305 | 2026-08-28T21:39:03.729Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3306 | 2026-08-28T21:39:03.760Z | Compiling salsa20 v0.11.0 |
| 3307 | 2026-08-28T21:39:03.798Z | Compiling slog-dtrace v0.3.0 |
| 3308 | 2026-08-28T21:39:03.877Z | Compiling minimal-lexical v0.2.1 |
| 3309 | 2026-08-28T21:39:03.906Z | Compiling xshell-macros v0.2.7 |
| 3310 | 2026-08-28T21:39:03.942Z | Compiling scrypt v0.12.0 |
| 3311 | 2026-08-28T21:39:04.072Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3312 | 2026-08-28T21:39:04.093Z | Compiling oxide-tokio-rt v0.1.4 |
| 3313 | 2026-08-28T21:39:04.175Z | Compiling nom v7.1.3 |
| 3314 | 2026-08-28T21:39:04.239Z | Compiling hickory-resolver v0.24.4 |
| 3315 | 2026-08-28T21:39:04.270Z | Compiling newtype_derive v0.1.6 |
| 3316 | 2026-08-28T21:39:04.341Z | Compiling xshell v0.2.7 |
| 3317 | 2026-08-28T21:39:04.441Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3318 | 2026-08-28T21:39:04.490Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3319 | 2026-08-28T21:39:04.508Z | Compiling typify v0.6.2 |
| 3320 | 2026-08-28T21:39:04.654Z | Compiling progenitor-impl v0.14.0 |
| 3321 | 2026-08-28T21:39:04.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3322 | 2026-08-28T21:39:04.696Z | Compiling phf_shared v0.12.1 |
| 3323 | 2026-08-28T21:39:04.718Z | Compiling rfc6979 v0.4.0 |
| 3324 | 2026-08-28T21:39:04.878Z | Compiling cbc v0.2.1 |
| 3325 | 2026-08-28T21:39:04.897Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3326 | 2026-08-28T21:39:04.914Z | Compiling csv-core v0.1.13 |
| 3327 | 2026-08-28T21:39:04.958Z | Compiling unicode-xid v0.2.6 |
| 3328 | 2026-08-28T21:39:05.083Z | Compiling chrono-tz v0.10.4 |
| 3329 | 2026-08-28T21:39:05.118Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3330 | 2026-08-28T21:39:05.143Z | Compiling highway v1.3.0 |
| 3331 | 2026-08-28T21:39:05.208Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3332 | 2026-08-28T21:39:05.227Z | Compiling const_format_proc_macros v0.2.34 |
| 3333 | 2026-08-28T21:39:05.266Z | Compiling csv v1.4.0 |
| 3334 | 2026-08-28T21:39:05.300Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3335 | 2026-08-28T21:39:05.319Z | Compiling qorb v0.4.1 |
| 3336 | 2026-08-28T21:39:05.356Z | Compiling proc-macro-error2 v2.0.1 |
| 3337 | 2026-08-28T21:39:05.380Z | Compiling pkcs5 v0.8.1 |
| 3338 | 2026-08-28T21:39:05.514Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3339 | 2026-08-28T21:39:05.545Z | Compiling phf v0.12.1 |
| 3340 | 2026-08-28T21:39:05.567Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3341 | 2026-08-28T21:39:05.709Z | Compiling ecdsa v0.16.9 |
| 3342 | 2026-08-28T21:39:05.795Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3343 | 2026-08-28T21:39:05.861Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3344 | 2026-08-28T21:39:05.946Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3345 | 2026-08-28T21:39:06.094Z | Compiling primeorder v0.13.6 |
| 3346 | 2026-08-28T21:39:06.113Z | Compiling hashbrown v0.14.5 |
| 3347 | 2026-08-28T21:39:06.152Z | Compiling salty v0.3.0 |
| 3348 | 2026-08-28T21:39:06.265Z | Compiling const_format v0.2.35 |
| 3349 | 2026-08-28T21:39:06.425Z | Compiling p384 v0.13.1 |
| 3350 | 2026-08-28T21:39:06.455Z | Compiling pkcs8 v0.11.0 |
| 3351 | 2026-08-28T21:39:06.496Z | Compiling knus-derive v3.4.0 |
| 3352 | 2026-08-28T21:39:06.542Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3353 | 2026-08-28T21:39:06.652Z | Compiling chumsky v0.9.3 |
| 3354 | 2026-08-28T21:39:06.736Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3355 | 2026-08-28T21:39:06.873Z | Compiling tabled_derive v0.7.0 |
| 3356 | 2026-08-28T21:39:07.016Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3357 | 2026-08-28T21:39:07.190Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3358 | 2026-08-28T21:39:07.363Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3359 | 2026-08-28T21:39:07.381Z | Compiling progenitor-macro v0.14.0 |
| 3360 | 2026-08-28T21:39:07.406Z | Compiling bcs v0.1.6 |
| 3361 | 2026-08-28T21:39:07.431Z | Compiling ff v0.14.0 |
| 3362 | 2026-08-28T21:39:07.610Z | Compiling termtree v0.5.1 |
| 3363 | 2026-08-28T21:39:07.688Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3364 | 2026-08-28T21:39:07.787Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3365 | 2026-08-28T21:39:07.944Z | Compiling tabled v0.15.0 |
| 3366 | 2026-08-28T21:39:07.963Z | Compiling steno v0.4.1 |
| 3367 | 2026-08-28T21:39:07.982Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3368 | 2026-08-28T21:39:07.985Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3369 | 2026-08-28T21:39:08.069Z | Compiling knus v3.4.0 |
| 3370 | 2026-08-28T21:39:08.087Z | Compiling tagptr v0.2.0 |
| 3371 | 2026-08-28T21:39:08.209Z | Compiling group v0.14.0 |
| 3372 | 2026-08-28T21:39:08.249Z | Compiling moka v0.12.13 |
| 3373 | 2026-08-28T21:39:08.268Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3374 | 2026-08-28T21:39:08.285Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3375 | 2026-08-28T21:39:08.445Z | Compiling signature v3.0.0 |
| 3376 | 2026-08-28T21:39:08.597Z | Compiling base16ct v1.0.0 |
| 3377 | 2026-08-28T21:39:08.639Z | Compiling hkdf v0.13.0 |
| 3378 | 2026-08-28T21:39:08.669Z | Compiling libscf-sys v1.2.0 |
| 3379 | 2026-08-28T21:39:08.817Z | Compiling sec1 v0.8.1 |
| 3380 | 2026-08-28T21:39:08.841Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3381 | 2026-08-28T21:39:08.846Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3382 | 2026-08-28T21:39:08.875Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3383 | 2026-08-28T21:39:09.070Z | Compiling hickory-resolver v0.25.2 |
| 3384 | 2026-08-28T21:39:09.088Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3385 | 2026-08-28T21:39:09.130Z | Compiling elliptic-curve v0.14.1 |
| 3386 | 2026-08-28T21:39:09.193Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3387 | 2026-08-28T21:39:09.323Z | Compiling parking_lot_core v0.8.6 |
| 3388 | 2026-08-28T21:39:09.470Z | Compiling corncobs v0.1.4 |
| 3389 | 2026-08-28T21:39:09.540Z | Compiling utf-8 v0.7.6 |
| 3390 | 2026-08-28T21:39:09.628Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3391 | 2026-08-28T21:39:09.698Z | Compiling tungstenite v0.21.0 |
| 3392 | 2026-08-28T21:39:09.746Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3393 | 2026-08-28T21:39:09.842Z | Compiling wnaf v0.14.0 |
| 3394 | 2026-08-28T21:39:09.958Z | Compiling primefield v0.14.0 |
| 3395 | 2026-08-28T21:39:10.075Z | Compiling rfc6979 v0.6.0 |
| 3396 | 2026-08-28T21:39:10.093Z | Compiling papergrid v0.18.0 |
| 3397 | 2026-08-28T21:39:10.141Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3398 | 2026-08-28T21:39:10.228Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3399 | 2026-08-28T21:39:10.259Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3400 | 2026-08-28T21:39:10.278Z | Compiling git-stub v1.0.0 |
| 3401 | 2026-08-28T21:39:10.348Z | Compiling secrecy v0.8.0 |
| 3402 | 2026-08-28T21:39:10.521Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3403 | 2026-08-28T21:39:10.575Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3404 | 2026-08-28T21:39:10.593Z | Compiling git-stub-vcs v0.1.0 |
| 3405 | 2026-08-28T21:39:10.614Z | Compiling tokio-tungstenite v0.21.0 |
| 3406 | 2026-08-28T21:39:10.817Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3407 | 2026-08-28T21:39:10.840Z | Compiling ecdsa v0.17.0 |
| 3408 | 2026-08-28T21:39:10.985Z | Compiling primeorder v0.14.0 |
| 3409 | 2026-08-28T21:39:11.023Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3410 | 2026-08-28T21:39:11.071Z | Compiling tabled v0.21.0 |
| 3411 | 2026-08-28T21:39:11.193Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3412 | 2026-08-28T21:39:11.219Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3413 | 2026-08-28T21:39:11.248Z | Compiling curve25519-dalek v5.0.0 |
| 3414 | 2026-08-28T21:39:11.269Z | Compiling unicase v2.9.0 |
| 3415 | 2026-08-28T21:39:11.331Z | Compiling parking_lot v0.11.2 |
| 3416 | 2026-08-28T21:39:11.334Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3417 | 2026-08-28T21:39:11.393Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3418 | 2026-08-28T21:39:11.425Z | Compiling ssh-encoding v0.3.0 |
| 3419 | 2026-08-28T21:39:11.529Z | Compiling mime_guess v2.0.5 |
| 3420 | 2026-08-28T21:39:11.748Z | Compiling progenitor-impl v0.13.0 |
| 3421 | 2026-08-28T21:39:11.765Z | Compiling prefix-trie v0.7.0 |
| 3422 | 2026-08-28T21:39:11.814Z | Compiling fxhash v0.2.1 |
| 3423 | 2026-08-28T21:39:11.833Z | Compiling keccak v0.2.0 |
| 3424 | 2026-08-28T21:39:11.870Z | Compiling crc8 v0.1.1 |
| 3425 | 2026-08-28T21:39:11.973Z | Compiling sled v0.34.7 |
| 3426 | 2026-08-28T21:39:12.032Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3427 | 2026-08-28T21:39:12.046Z | Compiling ed25519 v3.0.0 |
| 3428 | 2026-08-28T21:39:12.150Z | Compiling hickory-server v0.25.2 |
| 3429 | 2026-08-28T21:39:12.186Z | Compiling crypto-primes v0.7.2 |
| 3430 | 2026-08-28T21:39:12.656Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3431 | 2026-08-28T21:39:12.739Z | Compiling progenitor v0.14.0 |
| 3432 | 2026-08-28T21:39:12.831Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3433 | 2026-08-28T21:39:12.924Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3434 | 2026-08-28T21:39:13.225Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3435 | 2026-08-28T21:39:13.264Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3436 | 2026-08-28T21:39:13.281Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3437 | 2026-08-28T21:39:13.298Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3438 | 2026-08-28T21:39:13.355Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3439 | 2026-08-28T21:39:13.676Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3440 | 2026-08-28T21:39:13.720Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3441 | 2026-08-28T21:39:13.797Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3442 | 2026-08-28T21:39:13.906Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3443 | 2026-08-28T21:39:14.026Z | Compiling poly1305 v0.9.0 |
| 3444 | 2026-08-28T21:39:14.057Z | Compiling progenitor-client v0.13.0 |
| 3445 | 2026-08-28T21:39:14.131Z | Compiling blowfish v0.10.0 |
| 3446 | 2026-08-28T21:39:14.153Z | Compiling blake2 v0.11.0-rc.6 |
| 3447 | 2026-08-28T21:39:14.419Z | Compiling http-range v0.1.5 |
| 3448 | 2026-08-28T21:39:14.436Z | Compiling half v1.8.3 |
| 3449 | 2026-08-28T21:39:14.468Z | Compiling progenitor-macro v0.13.0 |
| 3450 | 2026-08-28T21:39:14.521Z | Compiling argon2 v0.6.0-rc.8 |
| 3451 | 2026-08-28T21:39:14.639Z | Compiling serde_cbor v0.11.2 |
| 3452 | 2026-08-28T21:39:14.803Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3453 | 2026-08-28T21:39:14.826Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3454 | 2026-08-28T21:39:15.277Z | Compiling ssh-cipher v0.3.0 |
| 3455 | 2026-08-28T21:39:15.403Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3456 | 2026-08-28T21:39:15.485Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3457 | 2026-08-28T21:39:15.738Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3458 | 2026-08-28T21:39:15.833Z | Compiling rsa v0.10.0-rc.18 |
| 3459 | 2026-08-28T21:39:15.899Z | Compiling ed25519-dalek v3.0.0 |
| 3460 | 2026-08-28T21:39:15.917Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3461 | 2026-08-28T21:39:16.325Z | Compiling sha3 v0.11.0 |
| 3462 | 2026-08-28T21:39:16.435Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3463 | 2026-08-28T21:39:16.704Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3464 | 2026-08-28T21:39:16.752Z | Compiling p384 v0.14.0 |
| 3465 | 2026-08-28T21:39:16.771Z | Compiling p521 v0.14.0 |
| 3466 | 2026-08-28T21:39:16.822Z | Compiling p256 v0.14.0 |
| 3467 | 2026-08-28T21:39:16.847Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3468 | 2026-08-28T21:39:17.045Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3469 | 2026-08-28T21:39:17.250Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3470 | 2026-08-28T21:39:17.269Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3471 | 2026-08-28T21:39:17.696Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3472 | 2026-08-28T21:39:17.726Z | Compiling scuffle v0.1.0 |
| 3473 | 2026-08-28T21:39:18.019Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3474 | 2026-08-28T21:39:18.150Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3475 | 2026-08-28T21:39:18.376Z | Compiling yasna v0.5.2 |
| 3476 | 2026-08-28T21:39:18.597Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3477 | 2026-08-28T21:39:18.711Z | Compiling kstat-rs v0.2.5 |
| 3478 | 2026-08-28T21:39:18.905Z | Compiling headers-core v0.3.0 |
| 3479 | 2026-08-28T21:39:19.021Z | Compiling kem v0.3.0 |
| 3480 | 2026-08-28T21:39:19.039Z | Compiling module-lattice v0.2.3 |
| 3481 | 2026-08-28T21:39:19.061Z | Compiling nanorand v0.7.0 |
| 3482 | 2026-08-28T21:39:19.094Z | Compiling sponge-cursor v0.1.0 |
| 3483 | 2026-08-28T21:39:19.182Z | Compiling headers v0.4.1 |
| 3484 | 2026-08-28T21:39:19.204Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3485 | 2026-08-28T21:39:19.240Z | Compiling sha3 v0.12.0 |
| 3486 | 2026-08-28T21:39:19.264Z | Compiling rcgen v0.12.1 |
| 3487 | 2026-08-28T21:39:19.325Z | Compiling flume v0.11.1 |
| 3488 | 2026-08-28T21:39:19.345Z | Compiling ml-kem v0.3.2 |
| 3489 | 2026-08-28T21:39:19.377Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3490 | 2026-08-28T21:39:19.648Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3491 | 2026-08-28T21:39:19.666Z | Compiling progenitor v0.13.0 |
| 3492 | 2026-08-28T21:39:19.683Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3493 | 2026-08-28T21:39:19.790Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3494 | 2026-08-28T21:39:19.825Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3495 | 2026-08-28T21:39:19.873Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3496 | 2026-08-28T21:39:19.896Z | Compiling hyper-staticfile v0.10.1 |
| 3497 | 2026-08-28T21:39:19.949Z | Compiling ssh-key v0.7.0-rc.11 |
| 3498 | 2026-08-28T21:39:20.129Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3499 | 2026-08-28T21:39:20.153Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3500 | 2026-08-28T21:39:20.253Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3501 | 2026-08-28T21:39:20.274Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3502 | 2026-08-28T21:39:20.274Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3503 | 2026-08-28T21:39:20.328Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3504 | 2026-08-28T21:39:20.423Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3505 | 2026-08-28T21:39:20.555Z | Compiling russh-cryptovec v0.62.0 |
| 3506 | 2026-08-28T21:39:20.580Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3507 | 2026-08-28T21:39:20.700Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3508 | 2026-08-28T21:39:20.728Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3509 | 2026-08-28T21:39:20.750Z | Compiling port-file v0.1.0 |
| 3510 | 2026-08-28T21:39:20.754Z | Compiling num-bigint v0.4.6 |
| 3511 | 2026-08-28T21:39:20.799Z | Compiling generic-array v1.4.3 |
| 3512 | 2026-08-28T21:39:20.805Z | Compiling russh-util v0.52.0 |
| 3513 | 2026-08-28T21:39:20.808Z | Compiling enum_dispatch v0.3.13 |
| 3514 | 2026-08-28T21:39:20.989Z | Compiling delegate v0.13.5 |
| 3515 | 2026-08-28T21:39:21.026Z | Compiling subprocess v0.2.15 |
| 3516 | 2026-08-28T21:39:21.044Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3517 | 2026-08-28T21:39:21.299Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3518 | 2026-08-28T21:39:21.499Z | Compiling display-error-chain v0.2.2 |
| 3519 | 2026-08-28T21:39:21.514Z | Compiling md5 v0.8.0 |
| 3520 | 2026-08-28T21:39:21.664Z | Compiling hex-literal v1.1.0 |
| 3521 | 2026-08-28T21:39:21.796Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3522 | 2026-08-28T21:39:21.814Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3523 | 2026-08-28T21:39:21.814Z | Compiling colored v2.2.0 |
| 3524 | 2026-08-28T21:39:21.871Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3525 | 2026-08-28T21:39:21.891Z | Compiling socket2 v0.5.10 |
| 3526 | 2026-08-28T21:39:21.996Z | Compiling russh v0.62.4 |
| 3527 | 2026-08-28T21:39:22.077Z | Compiling internet-checksum v0.2.1 |
| 3528 | 2026-08-28T21:39:22.466Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3529 | 2026-08-28T21:39:22.499Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3530 | 2026-08-28T21:39:22.965Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3531 | 2026-08-28T21:39:25.250Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3532 | 2026-08-28T21:39:25.996Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3533 | 2026-08-28T21:39:26.554Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3534 | 2026-08-28T21:39:27.872Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3535 | 2026-08-28T21:39:28.180Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3536 | 2026-08-28T21:39:37.176Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3537 | 2026-08-28T21:39:37.176Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3538 | 2026-08-28T21:39:37.180Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3539 | 2026-08-28T21:39:37.180Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3540 | 2026-08-28T21:39:37.180Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3541 | 2026-08-28T21:39:39.013Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3542 | 2026-08-28T21:39:39.031Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3543 | 2026-08-28T21:39:43.250Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3544 | 2026-08-28T21:40:23.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3545 | 2026-08-28T21:40:24.000Z | 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-28T21:40:24.001Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3547 | 2026-08-28T21:40:24.229Z | |
| 3548 | 2026-08-28T21:40:24.229Z | real 1:30.047518610 |
| 3549 | 2026-08-28T21:40:24.229Z | user 8:43.971444287 |
| 3550 | 2026-08-28T21:40:24.229Z | sys 1:44.021176040 |
| 3551 | 2026-08-28T21:40:24.229Z | trap 0.257916182 |
| 3552 | 2026-08-28T21:40:24.229Z | tflt 0.307811114 |
| 3553 | 2026-08-28T21:40:24.229Z | dflt 1.588292476 |
| 3554 | 2026-08-28T21:40:24.229Z | kflt 0.000152347 |
| 3555 | 2026-08-28T21:40:24.232Z | lock 32:13.772437224 |
| 3556 | 2026-08-28T21:40:24.232Z | slp 19:45.471991253 |
| 3557 | 2026-08-28T21:40:24.232Z | lat 41.477318639 |
| 3558 | 2026-08-28T21:40:24.232Z | stop 3:09.661420448 |
| 3559 | 2026-08-28T21:40:24.232Z | + mkdir tests |
| 3560 | 2026-08-28T21:40:24.236Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3561 | 2026-08-28T21:40:24.236Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3562 | 2026-08-28T21:40:24.257Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-bed5e8dda5ea5020 tests/ |
| 3563 | 2026-08-28T21:40:24.290Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2310e202f420246 tests/ |
| 3564 | 2026-08-28T21:40:24.321Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dbb802d24e5b6927 tests/ |
| 3565 | 2026-08-28T21:40:24.355Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b5ca3a6470910f92 tests/ |
| 3566 | 2026-08-28T21:40:24.787Z | + 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-28T21:40:24.791Z | + 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-28T21:41:54.532Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3569 | 2026-08-28T21:41:54.532Z | a .github/buildomat/ci-env.sh 1K |
| 3570 | 2026-08-28T21:41:54.532Z | a out/target/test 1K |
| 3571 | 2026-08-28T21:41:54.532Z | a out/npuzone/npuzone 27402K |
| 3572 | 2026-08-28T21:41:54.532Z | a package-manifest.toml 35K |
| 3573 | 2026-08-28T21:41:54.532Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3574 | 2026-08-28T21:41:54.532Z | a target/release/omicron-package 49392K |
| 3575 | 2026-08-28T21:41:54.532Z | a target/release/xtask 11727K |
| 3576 | 2026-08-28T21:41:54.532Z | a target/debug/bootstrap 439761K |
| 3577 | 2026-08-28T21:41:54.532Z | a tests/bootstrap-f2310e202f420246 34430K |
| 3578 | 2026-08-28T21:41:54.532Z | a tests/commtest-dbb802d24e5b6927 34431K |
| 3579 | 2026-08-28T21:41:54.532Z | a tests/dhcp_server-bed5e8dda5ea5020 34431K |
| 3580 | 2026-08-28T21:41:54.533Z | a tests/end_to_end_tests-b5ca3a6470910f92 503289K |
| 3581 | 2026-08-28T21:41:54.533Z | a tools/opte_version 1K |
| 3582 | 2026-08-28T21:41:54.533Z | a tools/opte_version_override 2K |
| 3583 | 2026-08-28T21:41:54.533Z | a out/clickhouse.tar.gz 330887K |
| 3584 | 2026-08-28T21:41:54.533Z | a out/clickhouse_keeper.tar.gz 314893K |
| 3585 | 2026-08-28T21:41:54.533Z | a out/clickhouse_server.tar.gz 330885K |
| 3586 | 2026-08-28T21:41:54.533Z | a out/cockroachdb.tar.gz 170176K |
| 3587 | 2026-08-28T21:41:54.533Z | a out/crucible-pantry-zone.tar.gz 41879K |
| 3588 | 2026-08-28T21:41:54.533Z | a out/crucible-utils.tar 18900K |
| 3589 | 2026-08-28T21:41:54.533Z | a out/crucible-zone.tar.gz 56691K |
| 3590 | 2026-08-28T21:41:54.533Z | a out/external-dns.tar.gz 46732K |
| 3591 | 2026-08-28T21:41:54.533Z | a out/internal-dns.tar.gz 46731K |
| 3592 | 2026-08-28T21:41:54.533Z | a out/mg-ddm-gz.tar 100917K |
| 3593 | 2026-08-28T21:41:54.533Z | a out/nexus.tar.gz 361898K |
| 3594 | 2026-08-28T21:41:54.533Z | a out/ntp.tar.gz 35217K |
| 3595 | 2026-08-28T21:41:54.533Z | a out/omicron-gateway-softnpu.tar.gz 28981K |
| 3596 | 2026-08-28T21:41:54.533Z | a out/omicron-sled-agent.tar 242994K |
| 3597 | 2026-08-28T21:41:54.533Z | a out/overlay.tar.gz 4K |
| 3598 | 2026-08-28T21:41:54.533Z | a out/oximeter.tar.gz 71998K |
| 3599 | 2026-08-28T21:41:54.533Z | a out/oxlog.tar 4088K |
| 3600 | 2026-08-28T21:41:54.533Z | a out/probe.tar.gz 3037K |
| 3601 | 2026-08-28T21:41:54.533Z | a out/propolis-server.tar.gz 34642K |
| 3602 | 2026-08-28T21:41:54.533Z | a out/pumpkind-gz.tar 26647K |
| 3603 | 2026-08-28T21:41:54.533Z | a out/switch-softnpu.tar.gz 503537K |
| 3604 | 2026-08-28T21:41:54.537Z | |
| 3605 | 2026-08-28T21:41:54.537Z | real 1:29.741935540 |
| 3606 | 2026-08-28T21:41:54.537Z | user 1:26.770567270 |
| 3607 | 2026-08-28T21:41:54.537Z | sys 4.999746452 |
| 3608 | 2026-08-28T21:41:54.537Z | trap 0.008213638 |
| 3609 | 2026-08-28T21:41:54.537Z | tflt 0.000000000 |
| 3610 | 2026-08-28T21:41:54.537Z | dflt 0.000000000 |
| 3611 | 2026-08-28T21:41:54.537Z | kflt 0.000000000 |
| 3612 | 2026-08-28T21:41:54.537Z | lock 0.000000000 |
| 3613 | 2026-08-28T21:41:54.537Z | slp 1:26.537094430 |
| 3614 | 2026-08-28T21:41:54.537Z | lat 1.163290977 |
| 3615 | 2026-08-28T21:41:54.537Z | stop 0.000276978 |
| 3616 | 2026-08-28T21:41:54.537Z | process exited: duration 1089361 ms, exit code 0 |
| |
| 3617 | 2026-08-28T21:41:54.553Z | found 1 output files |
| 3618 | 2026-08-28T21:41:54.553Z | uploading: /work/package.tar.gz (2772693599 bytes) |
| 3619 | 2026-08-28T21:42:30.381Z | uploaded: /work/package.tar.gz |