|
|
|
| 1 | 2026-08-11T16:34:18.248Z | job assigned to worker 01KZRTQWEQ0FNYJCPR4KC874ZN [factory aws, i-01348d93ccbb4cc81] (queued for 1 m 1 s) |
| |
| 2 | 2026-08-11T16:34:25.448Z | starting task 0: "setup" |
| 3 | 2026-08-11T16:34:25.454Z | ++ uname -s |
| 4 | 2026-08-11T16:34:25.457Z | + kern=SunOS |
| 5 | 2026-08-11T16:34:25.457Z | + build_user=build |
| 6 | 2026-08-11T16:34:25.457Z | + build_uid=12345 |
| 7 | 2026-08-11T16:34:25.457Z | + work_dir=/work |
| 8 | 2026-08-11T16:34:25.457Z | + input_dir=/input |
| 9 | 2026-08-11T16:34:25.457Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T16:34:25.457Z | + case "$kern" in |
| 11 | 2026-08-11T16:34:25.457Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T16:34:25.460Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T16:34:27.466Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T16:34:27.547Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T16:34:27.550Z | + home_fs=zfs |
| 16 | 2026-08-11T16:34:27.550Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T16:34:27.550Z | + mkdir -p /home/build |
| 18 | 2026-08-11T16:34:27.553Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T16:34:29.553Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T16:34:29.558Z | process exited: duration 4112 ms, exit code 0 |
| |
| 21 | 2026-08-11T16:34:29.564Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T16:34:29.572Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-11T16:34:29.572Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-11T16:34:29.572Z | * rust toolchain profile = "default" |
| 25 | 2026-08-11T16:34:29.572Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-11T16:34:29.572Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-11T16:34:29.572Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T16:34:29.576Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T16:34:29.576Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-11T16:34:29.648Z | info: downloading installer |
| 31 | 2026-08-11T16:34:31.111Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T16:34:31.111Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T16:34:31.111Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T16:34:31.111Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T16:34:31.124Z | info: profile set to default |
| 36 | 2026-08-11T16:34:31.124Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T16:34:31.127Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-11T16:34:31.260Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-11T16:34:31.260Z | info: downloading 6 components |
| 40 | 2026-08-11T16:34:46.538Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-11T16:34:46.538Z | |
| 42 | 2026-08-11T16:34:46.566Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-11T16:34:46.566Z | |
| 44 | 2026-08-11T16:34:46.566Z | |
| 45 | 2026-08-11T16:34:46.566Z | Rust is installed now. Great! |
| 46 | 2026-08-11T16:34:46.566Z | |
| 47 | 2026-08-11T16:34:46.566Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T16:34:46.566Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T16:34:46.566Z | |
| 50 | 2026-08-11T16:34:46.566Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T16:34:46.566Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T16:34:46.566Z | |
| 53 | 2026-08-11T16:34:46.566Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T16:34:46.566Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T16:34:46.566Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T16:34:46.566Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T16:34:46.566Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T16:34:46.566Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T16:34:46.566Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T16:34:46.569Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T16:34:46.569Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T16:34:46.671Z | + rustup --version |
| 63 | 2026-08-11T16:34:46.677Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T16:34:46.684Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T16:34:46.696Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-11T16:34:46.701Z | + cargo --version |
| 67 | 2026-08-11T16:34:46.710Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-11T16:34:46.714Z | + rustc --version |
| 69 | 2026-08-11T16:34:46.731Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-11T16:34:46.734Z | process exited: duration 17168 ms, exit code 0 |
| |
| 71 | 2026-08-11T16:34:46.740Z | starting task 2: "authentication" |
| 72 | 2026-08-11T16:34:46.758Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-11T16:34:46.765Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T16:34:46.770Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-11T16:34:46.773Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-11T16:34:46.805Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-11T16:34:57.401Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-11T16:34:57.401Z | + git fetch origin 7649f3c7afa892963f4b524e481009f67f20735e |
| 79 | 2026-08-11T16:34:57.747Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-11T16:34:57.747Z | * branch 7649f3c7afa892963f4b524e481009f67f20735e -> FETCH_HEAD |
| 81 | 2026-08-11T16:34:57.758Z | + [[ -n eliza/committed-sitrep-type ]] |
| 82 | 2026-08-11T16:34:57.770Z | ++ git branch --show-current |
| 83 | 2026-08-11T16:34:57.776Z | + current=main |
| 84 | 2026-08-11T16:34:57.776Z | + [[ main != eliza/committed-sitrep-type ]] |
| 85 | 2026-08-11T16:34:57.776Z | + git branch -f eliza/committed-sitrep-type 7649f3c7afa892963f4b524e481009f67f20735e |
| 86 | 2026-08-11T16:34:57.776Z | + git checkout -f eliza/committed-sitrep-type |
| 87 | 2026-08-11T16:34:58.019Z | Switched to branch 'eliza/committed-sitrep-type' |
| 88 | 2026-08-11T16:34:58.022Z | + git reset --hard 7649f3c7afa892963f4b524e481009f67f20735e |
| 89 | 2026-08-11T16:34:58.057Z | HEAD is now at 7649f3c7a fm: refactor `(SitrepVersion, Sitrep)` into a type |
| 90 | 2026-08-11T16:34:58.063Z | process exited: duration 11293 ms, exit code 0 |
| |
| 91 | 2026-08-11T16:34:58.081Z | starting task 4: "build" |
| 92 | 2026-08-11T16:34:58.085Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-11T16:34:58.085Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-11T16:34:58.085Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-11T16:34:58.091Z | +++ uname -s |
| 96 | 2026-08-11T16:34:58.091Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-11T16:34:58.091Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-11T16:34:58.094Z | + cargo --version |
| 99 | 2026-08-11T16:34:58.101Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-11T16:34:58.108Z | + rustc --version |
| 101 | 2026-08-11T16:34:58.124Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-11T16:34:58.128Z | + WORK=/work |
| 103 | 2026-08-11T16:34:58.128Z | + pfexec mkdir -p /work |
| 104 | 2026-08-11T16:34:58.141Z | + pfexec chown build /work |
| 105 | 2026-08-11T16:34:58.146Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-11T16:35:00.048Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-11T16:35:00.355Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-11T16:35:02.027Z | Planning: Solver setup ... Done (1.570s) |
| 109 | 2026-08-11T16:35:02.078Z | Planning: Running solver ... Done (0.051s) |
| 110 | 2026-08-11T16:35:02.118Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-11T16:35:02.129Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-11T16:35:02.149Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-11T16:35:02.163Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-11T16:35:02.166Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-11T16:35:02.336Z | Planning: Checking for conflicting actions ... Done (0.171s) |
| 116 | 2026-08-11T16:35:02.339Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-11T16:35:03.256Z | Planning: Evaluating mediators ... Done (0.919s) |
| 118 | 2026-08-11T16:35:03.260Z | Planning: Planning completed in 2.87 seconds |
| 119 | 2026-08-11T16:35:03.267Z | Packages to install: 2 |
| 120 | 2026-08-11T16:35:03.267Z | Estimated space available: 156.02 GB |
| 121 | 2026-08-11T16:35:03.267Z | Estimated space to be consumed: 66.55 MB |
| 122 | 2026-08-11T16:35:03.267Z | Create boot environment: No |
| 123 | 2026-08-11T16:35:03.267Z | Create backup boot environment: No |
| 124 | 2026-08-11T16:35:03.267Z | Rebuild boot archive: No |
| 125 | 2026-08-11T16:35:03.270Z | |
| 126 | 2026-08-11T16:35:03.270Z | Changed packages: |
| 127 | 2026-08-11T16:35:03.270Z | helios |
| 128 | 2026-08-11T16:35:03.270Z | developer/build-essential |
| 129 | 2026-08-11T16:35:03.270Z | None -> 11-3.0 |
| 130 | 2026-08-11T16:35:03.270Z | library/libxmlsec1 |
| 131 | 2026-08-11T16:35:03.270Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-11T16:35:03.294Z | |
| 133 | 2026-08-11T16:35:03.294Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-11T16:35:03.364Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 135 | 2026-08-11T16:35:03.434Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-11T16:35:03.473Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-11T16:35:03.504Z | Finalize: Updating package state database ... Done (0.031s) |
| 138 | 2026-08-11T16:35:03.504Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-11T16:35:03.575Z | Finalize: Updating image state ... Done (0.070s) |
| 140 | 2026-08-11T16:35:06.229Z | Finalize: Creating fast lookup database ... Done (2.579s) |
| 141 | 2026-08-11T16:35:06.298Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-11T16:35:06.301Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-11T16:35:06.440Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-11T16:35:06.802Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-11T16:35:06.907Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-11T16:35:06.910Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-11T16:35:07.063Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-11T16:35:07.066Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-11T16:35:07.088Z | Mediators to change: 2 |
| 150 | 2026-08-11T16:35:07.088Z | Create boot environment: No |
| 151 | 2026-08-11T16:35:07.088Z | Create backup boot environment: No |
| 152 | 2026-08-11T16:35:07.138Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-11T16:35:07.138Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-11T16:35:07.184Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-11T16:35:09.133Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-11T16:35:09.193Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-11T16:35:09.196Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-11T16:35:09.276Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-11T16:35:09.562Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-11T16:35:09.668Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-11T16:35:09.671Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-11T16:35:09.828Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-11T16:35:09.832Z | Planning: Planning completed in 0.27 seconds |
| 164 | 2026-08-11T16:35:09.851Z | Mediators to change: 1 |
| 165 | 2026-08-11T16:35:09.851Z | Create boot environment: No |
| 166 | 2026-08-11T16:35:09.851Z | Create backup boot environment: No |
| 167 | 2026-08-11T16:35:09.903Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-11T16:35:09.903Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-11T16:35:09.946Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-11T16:35:11.911Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-11T16:35:11.978Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-11T16:35:11.985Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-11T16:35:12.059Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-11T16:35:12.375Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-11T16:35:12.375Z | apache system 2.4 system |
| 176 | 2026-08-11T16:35:12.376Z | clang system 15 system |
| 177 | 2026-08-11T16:35:12.376Z | csh system system illumos |
| 178 | 2026-08-11T16:35:12.376Z | ctags system system illumos |
| 179 | 2026-08-11T16:35:12.376Z | file vendor vendor darwinsys |
| 180 | 2026-08-11T16:35:12.376Z | file system system illumos |
| 181 | 2026-08-11T16:35:12.376Z | gcc vendor 14 vendor |
| 182 | 2026-08-11T16:35:12.376Z | gcc system 13 system |
| 183 | 2026-08-11T16:35:12.376Z | gcc system 10 system |
| 184 | 2026-08-11T16:35:12.376Z | go system 1.25 system |
| 185 | 2026-08-11T16:35:12.376Z | llvm system 15 system |
| 186 | 2026-08-11T16:35:12.376Z | mariadb system 11.4 system |
| 187 | 2026-08-11T16:35:12.376Z | mta vendor vendor dma |
| 188 | 2026-08-11T16:35:12.376Z | openjdk system 17 system |
| 189 | 2026-08-11T16:35:12.376Z | openjdk system 11 system |
| 190 | 2026-08-11T16:35:12.376Z | openssl vendor 3 vendor |
| 191 | 2026-08-11T16:35:12.376Z | perl system 5.40 system |
| 192 | 2026-08-11T16:35:12.376Z | postgresql system 18 system |
| 193 | 2026-08-11T16:35:12.376Z | postgresql system 17 system |
| 194 | 2026-08-11T16:35:12.376Z | python vendor 3 vendor |
| 195 | 2026-08-11T16:35:12.376Z | python system 2 system |
| 196 | 2026-08-11T16:35:12.376Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-11T16:35:12.376Z | ruby system 3.4 system |
| 198 | 2026-08-11T16:35:12.376Z | ruby system 3.0 system |
| 199 | 2026-08-11T16:35:12.376Z | words vendor vendor american-english |
| 200 | 2026-08-11T16:35:12.376Z | words system system australian-english |
| 201 | 2026-08-11T16:35:12.376Z | words system system british-english |
| 202 | 2026-08-11T16:35:12.376Z | words system system canadian-english |
| 203 | 2026-08-11T16:35:12.376Z | words system system french |
| 204 | 2026-08-11T16:35:12.376Z | words system system italian |
| 205 | 2026-08-11T16:35:12.376Z | words system system ngerman |
| 206 | 2026-08-11T16:35:12.376Z | words system system ogerman |
| 207 | 2026-08-11T16:35:12.376Z | words system system spanish |
| 208 | 2026-08-11T16:35:12.634Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-11T16:35:12.634Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-11T16:35:13.068Z | FMRI IFO |
| 211 | 2026-08-11T16:35:13.068Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-11T16:35:13.068Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-11T16:35:13.068Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-11T16:35:13.068Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-11T16:35:13.068Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-11T16:35:13.068Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-11T16:35:13.068Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-11T16:35:13.068Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-11T16:35:13.068Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-11T16:35:13.384Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-11T16:35:13.728Z | Updating crates.io index |
| 222 | 2026-08-11T16:35:13.731Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-11T16:35:14.004Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-11T16:35:14.443Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-11T16:35:15.462Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-11T16:35:16.051Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-11T16:35:17.639Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-11T16:35:18.505Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-11T16:35:18.801Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-11T16:35:19.178Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-11T16:35:20.474Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-11T16:35:20.798Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-11T16:35:21.165Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-08-11T16:35:21.548Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-11T16:35:22.076Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-08-11T16:35:22.630Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-08-11T16:35:23.222Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-11T16:35:23.583Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-11T16:35:23.896Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-11T16:35:24.247Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-08-11T16:35:24.517Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-08-11T16:35:24.805Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-08-11T16:35:25.157Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-08-11T16:35:25.715Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-08-11T16:35:26.110Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-11T16:35:26.804Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-11T16:35:27.240Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-11T16:35:27.854Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-11T16:35:28.368Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-11T16:35:28.719Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-11T16:35:29.034Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-11T16:35:29.381Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-11T16:35:29.769Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-08-11T16:35:30.162Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-11T16:35:30.460Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-11T16:35:30.751Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-11T16:35:31.103Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 258 | 2026-08-11T16:35:31.841Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-11T16:35:32.181Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-11T16:35:32.457Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-11T16:35:32.753Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-11T16:35:33.068Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-11T16:35:33.384Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-11T16:35:36.175Z | Downloading crates ... |
| 265 | 2026-08-11T16:35:36.225Z | Downloaded anstyle-parse v1.0.0 |
| 266 | 2026-08-11T16:35:36.228Z | Downloaded byteorder v1.5.0 |
| 267 | 2026-08-11T16:35:36.228Z | Downloaded camino-tempfile v1.4.1 |
| 268 | 2026-08-11T16:35:36.231Z | Downloaded camino v1.2.2 |
| 269 | 2026-08-11T16:35:36.234Z | Downloaded anstyle v1.0.14 |
| 270 | 2026-08-11T16:35:36.234Z | Downloaded equivalent v1.0.2 |
| 271 | 2026-08-11T16:35:36.234Z | Downloaded cargo-platform v0.3.2 |
| 272 | 2026-08-11T16:35:36.241Z | Downloaded itoa v1.0.17 |
| 273 | 2026-08-11T16:35:36.244Z | Downloaded errno v0.3.14 |
| 274 | 2026-08-11T16:35:36.244Z | Downloaded zerocopy-derive v0.7.35 |
| 275 | 2026-08-11T16:35:36.247Z | Downloaded colorchoice v1.0.4 |
| 276 | 2026-08-11T16:35:36.247Z | Downloaded bytecount v0.6.9 |
| 277 | 2026-08-11T16:35:36.249Z | Downloaded heck v0.4.1 |
| 278 | 2026-08-11T16:35:36.249Z | Downloaded memmap v0.7.0 |
| 279 | 2026-08-11T16:35:36.249Z | Downloaded block-buffer v0.10.4 |
| 280 | 2026-08-11T16:35:36.252Z | Downloaded zmij v1.0.21 |
| 281 | 2026-08-11T16:35:36.252Z | Downloaded macaddr v1.0.1 |
| 282 | 2026-08-11T16:35:36.252Z | Downloaded dof v0.3.0 |
| 283 | 2026-08-11T16:35:36.252Z | Downloaded dtrace-parser v0.2.0 |
| 284 | 2026-08-11T16:35:36.255Z | Downloaded zerocopy v0.7.35 |
| 285 | 2026-08-11T16:35:36.261Z | Downloaded anstyle-query v1.1.5 |
| 286 | 2026-08-11T16:35:36.264Z | Downloaded autocfg v1.5.0 |
| 287 | 2026-08-11T16:35:36.264Z | Downloaded fastrand v2.3.0 |
| 288 | 2026-08-11T16:35:36.264Z | Downloaded cpufeatures v0.2.17 |
| 289 | 2026-08-11T16:35:36.267Z | Downloaded thread-id v4.2.2 |
| 290 | 2026-08-11T16:35:36.267Z | Downloaded toml_write v0.1.2 |
| 291 | 2026-08-11T16:35:36.271Z | Downloaded digest v0.10.7 |
| 292 | 2026-08-11T16:35:36.277Z | Downloaded clap_lex v1.0.0 |
| 293 | 2026-08-11T16:35:36.280Z | Downloaded swrite v0.1.0 |
| 294 | 2026-08-11T16:35:36.280Z | Downloaded bitflags v2.11.0 |
| 295 | 2026-08-11T16:35:36.284Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-08-11T16:35:36.284Z | Downloaded scroll v0.12.0 |
| 297 | 2026-08-11T16:35:36.288Z | Downloaded anstream v1.0.0 |
| 298 | 2026-08-11T16:35:36.288Z | Downloaded tabled_derive v0.7.0 |
| 299 | 2026-08-11T16:35:36.288Z | Downloaded usdt v0.5.0 |
| 300 | 2026-08-11T16:35:36.294Z | Downloaded scroll_derive v0.12.1 |
| 301 | 2026-08-11T16:35:36.298Z | Downloaded cfg-if v1.0.4 |
| 302 | 2026-08-11T16:35:36.299Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-08-11T16:35:36.299Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2026-08-11T16:35:36.303Z | Downloaded smawk v0.3.2 |
| 305 | 2026-08-11T16:35:36.306Z | Downloaded usdt-attr-macro v0.5.0 |
| 306 | 2026-08-11T16:35:36.310Z | Downloaded strsim v0.11.1 |
| 307 | 2026-08-11T16:35:36.315Z | Downloaded plain v0.2.3 |
| 308 | 2026-08-11T16:35:36.315Z | Downloaded version_check v0.9.5 |
| 309 | 2026-08-11T16:35:36.315Z | Downloaded crypto-common v0.1.7 |
| 310 | 2026-08-11T16:35:36.315Z | Downloaded heck v0.5.0 |
| 311 | 2026-08-11T16:35:36.320Z | Downloaded fnv v1.0.7 |
| 312 | 2026-08-11T16:35:36.320Z | Downloaded terminal_size v0.4.3 |
| 313 | 2026-08-11T16:35:36.323Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-08-11T16:35:36.327Z | Downloaded thiserror v1.0.69 |
| 315 | 2026-08-11T16:35:36.327Z | Downloaded usdt-impl v0.5.0 |
| 316 | 2026-08-11T16:35:36.327Z | Downloaded cargo_toml v0.21.0 |
| 317 | 2026-08-11T16:35:36.331Z | Downloaded quote v1.0.45 |
| 318 | 2026-08-11T16:35:36.331Z | Downloaded serde_tokenstream v0.2.3 |
| 319 | 2026-08-11T16:35:36.331Z | Downloaded generic-array v0.14.7 |
| 320 | 2026-08-11T16:35:36.335Z | Downloaded clap v4.6.1 |
| 321 | 2026-08-11T16:35:36.338Z | Downloaded indexmap v2.14.0 |
| 322 | 2026-08-11T16:35:36.338Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-08-11T16:35:36.341Z | Downloaded unicode-linebreak v0.1.5 |
| 324 | 2026-08-11T16:35:36.344Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-08-11T16:35:36.351Z | Downloaded thiserror-impl v1.0.69 |
| 326 | 2026-08-11T16:35:36.353Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-08-11T16:35:36.357Z | Downloaded utf8parse v0.2.2 |
| 328 | 2026-08-11T16:35:36.360Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-08-11T16:35:36.360Z | Downloaded anyhow v1.0.102 |
| 330 | 2026-08-11T16:35:36.364Z | Downloaded cargo_metadata v0.23.1 |
| 331 | 2026-08-11T16:35:36.368Z | Downloaded getrandom v0.4.1 |
| 332 | 2026-08-11T16:35:36.368Z | Downloaded once_cell v1.21.3 |
| 333 | 2026-08-11T16:35:36.372Z | Downloaded log v0.4.29 |
| 334 | 2026-08-11T16:35:36.372Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-08-11T16:35:36.372Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-08-11T16:35:36.372Z | Downloaded sha2 v0.10.9 |
| 337 | 2026-08-11T16:35:36.376Z | Downloaded tempfile v3.25.0 |
| 338 | 2026-08-11T16:35:36.383Z | Downloaded pest_derive v2.8.6 |
| 339 | 2026-08-11T16:35:36.387Z | Downloaded pest_generator v2.8.6 |
| 340 | 2026-08-11T16:35:36.390Z | Downloaded clap_derive v4.6.1 |
| 341 | 2026-08-11T16:35:36.390Z | Downloaded toml v0.8.23 |
| 342 | 2026-08-11T16:35:36.393Z | Downloaded semver v1.0.28 |
| 343 | 2026-08-11T16:35:36.397Z | Downloaded serde_core v1.0.228 |
| 344 | 2026-08-11T16:35:36.403Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-08-11T16:35:36.410Z | Downloaded papergrid v0.11.0 |
| 346 | 2026-08-11T16:35:36.415Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-08-11T16:35:36.416Z | Downloaded proc-macro2 v1.0.106 |
| 348 | 2026-08-11T16:35:36.452Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-08-11T16:35:36.472Z | Downloaded pest_meta v2.8.6 |
| 350 | 2026-08-11T16:35:36.472Z | Downloaded memchr v2.8.0 |
| 351 | 2026-08-11T16:35:36.472Z | Downloaded serde_derive v1.0.228 |
| 352 | 2026-08-11T16:35:36.472Z | Downloaded toml_edit v0.22.27 |
| 353 | 2026-08-11T16:35:36.472Z | Downloaded pest v2.8.6 |
| 354 | 2026-08-11T16:35:36.473Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-11T16:35:36.473Z | Downloaded typenum v1.20.1 |
| 356 | 2026-08-11T16:35:36.491Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-08-11T16:35:36.507Z | Downloaded serde_json v1.0.151 |
| 358 | 2026-08-11T16:35:36.533Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-11T16:35:36.533Z | Downloaded goblin v0.8.2 |
| 360 | 2026-08-11T16:35:36.537Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-11T16:35:36.537Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-11T16:35:36.537Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-11T16:35:36.560Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-11T16:35:36.568Z | Downloaded syn v2.0.117 |
| 365 | 2026-08-11T16:35:36.568Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-11T16:35:36.573Z | Downloaded rustix v1.1.3 |
| 367 | 2026-08-11T16:35:36.586Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-11T16:35:36.650Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-11T16:35:36.650Z | Compiling quote v1.0.45 |
| 370 | 2026-08-11T16:35:36.653Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-11T16:35:36.653Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-11T16:35:36.653Z | Compiling libc v0.2.185 |
| 373 | 2026-08-11T16:35:36.653Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-11T16:35:36.653Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-11T16:35:36.653Z | Compiling serde v1.0.228 |
| 376 | 2026-08-11T16:35:36.653Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-11T16:35:36.653Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-11T16:35:36.834Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-11T16:35:36.837Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-11T16:35:36.838Z | Compiling rustix v1.1.3 |
| 381 | 2026-08-11T16:35:36.838Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-11T16:35:37.237Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-11T16:35:37.264Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-11T16:35:37.358Z | Compiling pest v2.8.6 |
| 385 | 2026-08-11T16:35:37.488Z | Compiling syn v1.0.109 |
| 386 | 2026-08-11T16:35:37.509Z | Compiling camino v1.2.2 |
| 387 | 2026-08-11T16:35:37.509Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-08-11T16:35:37.573Z | Compiling proc-macro-error-attr v1.0.4 |
| 389 | 2026-08-11T16:35:37.576Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-11T16:35:37.587Z | Compiling hashbrown v0.17.0 |
| 391 | 2026-08-11T16:35:37.627Z | Compiling log v0.4.29 |
| 392 | 2026-08-11T16:35:37.665Z | Compiling plain v0.2.3 |
| 393 | 2026-08-11T16:35:37.748Z | Compiling getrandom v0.4.1 |
| 394 | 2026-08-11T16:35:37.807Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-08-11T16:35:37.819Z | Compiling equivalent v1.0.2 |
| 396 | 2026-08-11T16:35:37.900Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-08-11T16:35:37.937Z | Compiling pretty-hex v0.4.1 |
| 398 | 2026-08-11T16:35:37.975Z | Compiling errno v0.3.14 |
| 399 | 2026-08-11T16:35:37.979Z | Compiling thread-id v4.2.2 |
| 400 | 2026-08-11T16:35:37.979Z | Compiling toml_write v0.1.2 |
| 401 | 2026-08-11T16:35:37.995Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-08-11T16:35:38.031Z | Compiling anstyle v1.0.14 |
| 403 | 2026-08-11T16:35:38.067Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-08-11T16:35:38.070Z | Compiling thiserror v2.0.18 |
| 405 | 2026-08-11T16:35:38.129Z | Compiling indexmap v2.14.0 |
| 406 | 2026-08-11T16:35:38.147Z | Compiling autocfg v1.5.0 |
| 407 | 2026-08-11T16:35:38.187Z | Compiling winnow v0.7.14 |
| 408 | 2026-08-11T16:35:38.190Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-08-11T16:35:38.190Z | Compiling colorchoice v1.0.4 |
| 410 | 2026-08-11T16:35:38.258Z | Compiling heck v0.4.1 |
| 411 | 2026-08-11T16:35:38.295Z | Compiling syn v2.0.117 |
| 412 | 2026-08-11T16:35:38.396Z | Compiling anstream v1.0.0 |
| 413 | 2026-08-11T16:35:38.414Z | Compiling heck v0.5.0 |
| 414 | 2026-08-11T16:35:38.419Z | Compiling fnv v1.0.7 |
| 415 | 2026-08-11T16:35:38.434Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-08-11T16:35:38.554Z | Compiling bytecount v0.6.9 |
| 417 | 2026-08-11T16:35:38.573Z | Compiling once_cell v1.21.3 |
| 418 | 2026-08-11T16:35:38.638Z | Compiling fs-err v3.3.0 |
| 419 | 2026-08-11T16:35:38.666Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-08-11T16:35:38.685Z | Compiling strsim v0.11.1 |
| 421 | 2026-08-11T16:35:38.711Z | Compiling anyhow v1.0.102 |
| 422 | 2026-08-11T16:35:38.728Z | Compiling unicode-width v0.1.14 |
| 423 | 2026-08-11T16:35:38.765Z | Compiling fastrand v2.3.0 |
| 424 | 2026-08-11T16:35:38.786Z | Compiling memmap v0.7.0 |
| 425 | 2026-08-11T16:35:38.826Z | Compiling smawk v0.3.2 |
| 426 | 2026-08-11T16:35:38.898Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-08-11T16:35:38.923Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-11T16:35:38.987Z | Compiling papergrid v0.11.0 |
| 429 | 2026-08-11T16:35:39.006Z | Compiling swrite v0.1.0 |
| 430 | 2026-08-11T16:35:39.041Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-08-11T16:35:39.056Z | Compiling tempfile v3.25.0 |
| 432 | 2026-08-11T16:35:39.187Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-11T16:35:39.205Z | Compiling textwrap v0.16.2 |
| 434 | 2026-08-11T16:35:39.290Z | Compiling semver v1.0.28 |
| 435 | 2026-08-11T16:35:39.308Z | Compiling cargo-platform v0.3.2 |
| 436 | 2026-08-11T16:35:39.588Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-11T16:35:39.864Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-11T16:35:40.490Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-11T16:35:40.569Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-11T16:35:40.988Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-11T16:35:40.988Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-11T16:35:40.992Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-11T16:35:40.992Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-11T16:35:40.992Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-11T16:35:40.992Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-11T16:35:41.055Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-11T16:35:41.591Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-11T16:35:41.741Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-11T16:35:41.801Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-11T16:35:42.061Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-11T16:35:42.342Z | Compiling clap v4.6.1 |
| 452 | 2026-08-11T16:35:43.439Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-08-11T16:35:43.439Z | Compiling toml_datetime v0.6.11 |
| 454 | 2026-08-11T16:35:43.443Z | Compiling cargo_metadata v0.23.1 |
| 455 | 2026-08-11T16:35:43.443Z | Compiling macaddr v1.0.1 |
| 456 | 2026-08-11T16:35:43.443Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 457 | 2026-08-11T16:35:43.456Z | Compiling dof v0.3.0 |
| 458 | 2026-08-11T16:35:43.459Z | Compiling serde_tokenstream v0.2.3 |
| 459 | 2026-08-11T16:35:43.622Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-11T16:35:44.203Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-11T16:35:44.206Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-11T16:35:44.804Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-11T16:35:44.892Z | Compiling toml v0.8.23 |
| 464 | 2026-08-11T16:35:45.215Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-11T16:35:46.493Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-11T16:35:48.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.36s |
| 467 | 2026-08-11T16:35:48.799Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-11T16:35:49.308Z | Downloading crates ... |
| 469 | 2026-08-11T16:35:49.358Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-08-11T16:35:49.369Z | Downloaded aead v0.5.2 |
| 471 | 2026-08-11T16:35:49.373Z | Downloaded env_filter v1.0.0 |
| 472 | 2026-08-11T16:35:49.376Z | Downloaded bitfield-macros v0.19.4 |
| 473 | 2026-08-11T16:35:49.376Z | Downloaded convert_case v0.4.0 |
| 474 | 2026-08-11T16:35:49.380Z | Downloaded flagset v0.4.7 |
| 475 | 2026-08-11T16:35:49.380Z | Downloaded async-recursion v1.1.1 |
| 476 | 2026-08-11T16:35:49.383Z | Downloaded async-stream v0.3.6 |
| 477 | 2026-08-11T16:35:49.387Z | Downloaded atomic-waker v1.1.2 |
| 478 | 2026-08-11T16:35:49.390Z | Downloaded fixedbitset v0.4.2 |
| 479 | 2026-08-11T16:35:49.390Z | Downloaded async-stream-impl v0.3.6 |
| 480 | 2026-08-11T16:35:49.395Z | Downloaded endian-type v0.1.2 |
| 481 | 2026-08-11T16:35:49.398Z | Downloaded futures-task v0.3.32 |
| 482 | 2026-08-11T16:35:49.398Z | Downloaded block-buffer v0.12.1 |
| 483 | 2026-08-11T16:35:49.401Z | Downloaded ciborium-io v0.2.2 |
| 484 | 2026-08-11T16:35:49.401Z | Downloaded aead v0.6.1 |
| 485 | 2026-08-11T16:35:49.404Z | Downloaded enum-as-inner v0.6.1 |
| 486 | 2026-08-11T16:35:49.404Z | Downloaded arrayref v0.3.9 |
| 487 | 2026-08-11T16:35:49.408Z | Downloaded bb8 v0.8.6 |
| 488 | 2026-08-11T16:35:49.408Z | Downloaded cfg_aliases v0.1.1 |
| 489 | 2026-08-11T16:35:49.408Z | Downloaded base16ct v1.0.0 |
| 490 | 2026-08-11T16:35:49.408Z | Downloaded castaway v0.2.4 |
| 491 | 2026-08-11T16:35:49.411Z | Downloaded foreign-types-macros v0.2.3 |
| 492 | 2026-08-11T16:35:49.414Z | Downloaded base16ct v0.2.0 |
| 493 | 2026-08-11T16:35:49.414Z | Downloaded bit-set v0.8.0 |
| 494 | 2026-08-11T16:35:49.417Z | Downloaded enum_dispatch v0.3.13 |
| 495 | 2026-08-11T16:35:49.417Z | Downloaded float-ord v0.3.2 |
| 496 | 2026-08-11T16:35:49.417Z | Downloaded futures-sink v0.3.32 |
| 497 | 2026-08-11T16:35:49.420Z | Downloaded globwalk v0.9.1 |
| 498 | 2026-08-11T16:35:49.420Z | Downloaded hubpack_derive v0.1.1 |
| 499 | 2026-08-11T16:35:49.420Z | Downloaded array-init v0.0.4 |
| 500 | 2026-08-11T16:35:49.420Z | Downloaded ascii-canvas v3.0.0 |
| 501 | 2026-08-11T16:35:49.420Z | Downloaded hash32 v0.3.1 |
| 502 | 2026-08-11T16:35:49.421Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 503 | 2026-08-11T16:35:49.424Z | Downloaded bit-set v0.5.3 |
| 504 | 2026-08-11T16:35:49.424Z | Downloaded futures-io v0.3.32 |
| 505 | 2026-08-11T16:35:49.424Z | Downloaded fxhash v0.2.1 |
| 506 | 2026-08-11T16:35:49.424Z | Downloaded futures-core v0.3.32 |
| 507 | 2026-08-11T16:35:49.424Z | Downloaded env_logger v0.11.9 |
| 508 | 2026-08-11T16:35:49.427Z | Downloaded fs-err v2.11.0 |
| 509 | 2026-08-11T16:35:49.427Z | Downloaded getrandom v0.2.17 |
| 510 | 2026-08-11T16:35:49.430Z | Downloaded gethostname v0.5.0 |
| 511 | 2026-08-11T16:35:49.430Z | Downloaded block-padding v0.4.2 |
| 512 | 2026-08-11T16:35:49.430Z | Downloaded ciborium-ll v0.2.2 |
| 513 | 2026-08-11T16:35:49.430Z | Downloaded backoff v0.4.0 |
| 514 | 2026-08-11T16:35:49.430Z | Downloaded headers-core v0.3.0 |
| 515 | 2026-08-11T16:35:49.433Z | Downloaded hash32 v0.2.1 |
| 516 | 2026-08-11T16:35:49.436Z | Downloaded anstyle-parse v0.2.7 |
| 517 | 2026-08-11T16:35:49.436Z | Downloaded bit-vec v0.6.3 |
| 518 | 2026-08-11T16:35:49.437Z | Downloaded find-msvc-tools v0.1.9 |
| 519 | 2026-08-11T16:35:49.440Z | Downloaded async-trait v0.1.89 |
| 520 | 2026-08-11T16:35:49.440Z | Downloaded bitfield v0.19.4 |
| 521 | 2026-08-11T16:35:49.440Z | Downloaded fd-lock v4.0.4 |
| 522 | 2026-08-11T16:35:49.444Z | Downloaded float-cmp v0.10.0 |
| 523 | 2026-08-11T16:35:49.444Z | Downloaded foreign-types v0.3.2 |
| 524 | 2026-08-11T16:35:49.444Z | Downloaded arrayvec v0.7.6 |
| 525 | 2026-08-11T16:35:49.447Z | Downloaded git-stub v1.0.0 |
| 526 | 2026-08-11T16:35:49.447Z | Downloaded hex-literal v1.1.0 |
| 527 | 2026-08-11T16:35:49.447Z | Downloaded foreign-types-shared v0.3.1 |
| 528 | 2026-08-11T16:35:49.447Z | Downloaded funty v2.0.0 |
| 529 | 2026-08-11T16:35:49.450Z | Downloaded bitfield-struct v0.6.2 |
| 530 | 2026-08-11T16:35:49.450Z | Downloaded form_urlencoded v1.2.2 |
| 531 | 2026-08-11T16:35:49.455Z | Downloaded ff v0.13.1 |
| 532 | 2026-08-11T16:35:49.455Z | Downloaded foldhash v0.2.0 |
| 533 | 2026-08-11T16:35:49.459Z | Downloaded atty v0.2.14 |
| 534 | 2026-08-11T16:35:49.459Z | Downloaded atomicwrites v0.4.4 |
| 535 | 2026-08-11T16:35:49.459Z | Downloaded compression-core v0.4.31 |
| 536 | 2026-08-11T16:35:49.459Z | Downloaded bs58 v0.5.1 |
| 537 | 2026-08-11T16:35:49.462Z | Downloaded httpdate v1.0.3 |
| 538 | 2026-08-11T16:35:49.462Z | Downloaded hex v0.4.3 |
| 539 | 2026-08-11T16:35:49.462Z | Downloaded hubpack v0.1.2 |
| 540 | 2026-08-11T16:35:49.466Z | Downloaded ghash v0.6.0 |
| 541 | 2026-08-11T16:35:49.467Z | Downloaded hostname v0.3.1 |
| 542 | 2026-08-11T16:35:49.470Z | Downloaded home v0.5.12 |
| 543 | 2026-08-11T16:35:49.470Z | Downloaded foreign-types v0.5.0 |
| 544 | 2026-08-11T16:35:49.474Z | Downloaded http-range v0.1.5 |
| 545 | 2026-08-11T16:35:49.474Z | Downloaded cobs v0.3.0 |
| 546 | 2026-08-11T16:35:49.478Z | Downloaded http-body v1.0.1 |
| 547 | 2026-08-11T16:35:49.478Z | Downloaded cfg_aliases v0.2.1 |
| 548 | 2026-08-11T16:35:49.481Z | Downloaded assert_matches v1.5.0 |
| 549 | 2026-08-11T16:35:49.513Z | Downloaded cbc v0.2.1 |
| 550 | 2026-08-11T16:35:49.513Z | Downloaded num-conv v0.2.0 |
| 551 | 2026-08-11T16:35:49.513Z | Downloaded anstream v0.6.21 |
| 552 | 2026-08-11T16:35:49.513Z | Downloaded chacha20 v0.9.1 |
| 553 | 2026-08-11T16:35:49.513Z | Downloaded futures-macro v0.3.32 |
| 554 | 2026-08-11T16:35:49.513Z | Downloaded bit-vec v0.8.0 |
| 555 | 2026-08-11T16:35:49.513Z | Downloaded blowfish v0.10.0 |
| 556 | 2026-08-11T16:35:49.513Z | Downloaded hyper-tls v0.6.0 |
| 557 | 2026-08-11T16:35:49.513Z | Downloaded hostname v0.4.2 |
| 558 | 2026-08-11T16:35:49.514Z | Downloaded num v0.4.3 |
| 559 | 2026-08-11T16:35:49.514Z | Downloaded foldhash v0.1.5 |
| 560 | 2026-08-11T16:35:49.514Z | Downloaded peg-runtime v0.8.5 |
| 561 | 2026-08-11T16:35:49.514Z | Downloaded ff v0.14.0 |
| 562 | 2026-08-11T16:35:49.514Z | Downloaded fs_extra v1.3.0 |
| 563 | 2026-08-11T16:35:49.514Z | Downloaded bcs v0.1.6 |
| 564 | 2026-08-11T16:35:49.514Z | Downloaded http-body-util v0.1.3 |
| 565 | 2026-08-11T16:35:49.518Z | Downloaded argon2 v0.5.3 |
| 566 | 2026-08-11T16:35:49.518Z | Downloaded chacha20 v0.10.0 |
| 567 | 2026-08-11T16:35:49.518Z | Downloaded fatfs v0.3.6 |
| 568 | 2026-08-11T16:35:49.518Z | Downloaded glob v0.3.3 |
| 569 | 2026-08-11T16:35:49.518Z | Downloaded argon2 v0.6.0-rc.8 |
| 570 | 2026-08-11T16:35:49.518Z | Downloaded byte-wrapper v0.1.0 |
| 571 | 2026-08-11T16:35:49.518Z | Downloaded hmac v0.12.1 |
| 572 | 2026-08-11T16:35:49.518Z | Downloaded proc-macro-crate v1.3.1 |
| 573 | 2026-08-11T16:35:49.518Z | Downloaded base64ct v1.8.3 |
| 574 | 2026-08-11T16:35:49.521Z | Downloaded proc-macro-crate v3.4.0 |
| 575 | 2026-08-11T16:35:49.521Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 576 | 2026-08-11T16:35:49.521Z | Downloaded radium v0.7.0 |
| 577 | 2026-08-11T16:35:49.521Z | Downloaded phf_shared v0.13.1 |
| 578 | 2026-08-11T16:35:49.521Z | Downloaded rand_xorshift v0.4.0 |
| 579 | 2026-08-11T16:35:49.527Z | Downloaded serde-big-array v0.5.1 |
| 580 | 2026-08-11T16:35:49.530Z | Downloaded const_format_proc_macros v0.2.34 |
| 581 | 2026-08-11T16:35:49.530Z | Downloaded async-bb8-diesel v0.2.1 |
| 582 | 2026-08-11T16:35:49.530Z | Downloaded serde_plain v1.0.2 |
| 583 | 2026-08-11T16:35:49.534Z | Downloaded signal-hook-tokio v0.3.1 |
| 584 | 2026-08-11T16:35:49.534Z | Downloaded progenitor-macro v0.14.0 |
| 585 | 2026-08-11T16:35:49.537Z | Downloaded fixedbitset v0.5.7 |
| 586 | 2026-08-11T16:35:49.540Z | Downloaded rand_chacha v0.3.1 |
| 587 | 2026-08-11T16:35:49.540Z | Downloaded futures-executor v0.3.32 |
| 588 | 2026-08-11T16:35:49.540Z | Downloaded hyper-staticfile v0.10.1 |
| 589 | 2026-08-11T16:35:49.543Z | Downloaded rtoolbox v0.0.3 |
| 590 | 2026-08-11T16:35:49.543Z | Downloaded same-file v1.0.6 |
| 591 | 2026-08-11T16:35:49.543Z | Downloaded sapling-renderdag v0.1.0 |
| 592 | 2026-08-11T16:35:49.543Z | Downloaded cmake v0.1.57 |
| 593 | 2026-08-11T16:35:49.547Z | Downloaded foreign-types-shared v0.1.1 |
| 594 | 2026-08-11T16:35:49.547Z | Downloaded git-stub-vcs v0.1.0 |
| 595 | 2026-08-11T16:35:49.547Z | Downloaded group v0.14.0 |
| 596 | 2026-08-11T16:35:49.547Z | Downloaded camino-tempfile-ext v0.3.3 |
| 597 | 2026-08-11T16:35:49.552Z | Downloaded cexpr v0.6.0 |
| 598 | 2026-08-11T16:35:49.552Z | Downloaded filetime v0.2.27 |
| 599 | 2026-08-11T16:35:49.552Z | Downloaded cipher v0.4.4 |
| 600 | 2026-08-11T16:35:49.555Z | Downloaded compression-codecs v0.4.37 |
| 601 | 2026-08-11T16:35:49.555Z | Downloaded openssl-probe v0.2.1 |
| 602 | 2026-08-11T16:35:49.555Z | Downloaded serde_repr v0.1.20 |
| 603 | 2026-08-11T16:35:49.555Z | Downloaded cipher v0.5.2 |
| 604 | 2026-08-11T16:35:49.559Z | Downloaded num-rational v0.4.2 |
| 605 | 2026-08-11T16:35:49.559Z | Downloaded cmov v0.5.4 |
| 606 | 2026-08-11T16:35:49.559Z | Downloaded constant_time_eq v0.4.2 |
| 607 | 2026-08-11T16:35:49.562Z | Downloaded flume v0.11.1 |
| 608 | 2026-08-11T16:35:49.562Z | Downloaded blake2 v0.10.6 |
| 609 | 2026-08-11T16:35:49.563Z | Downloaded bzip2 v0.4.4 |
| 610 | 2026-08-11T16:35:49.567Z | Downloaded bitflags v1.3.2 |
| 611 | 2026-08-11T16:35:49.567Z | Downloaded blake2 v0.11.0-rc.6 |
| 612 | 2026-08-11T16:35:49.571Z | Downloaded fallible-iterator v0.2.0 |
| 613 | 2026-08-11T16:35:49.571Z | Downloaded colored v2.2.0 |
| 614 | 2026-08-11T16:35:49.571Z | Downloaded owo-colors v4.3.0 |
| 615 | 2026-08-11T16:35:49.571Z | Downloaded password-hash v0.5.0 |
| 616 | 2026-08-11T16:35:49.574Z | Downloaded globset v0.4.18 |
| 617 | 2026-08-11T16:35:49.574Z | Downloaded group v0.13.0 |
| 618 | 2026-08-11T16:35:49.577Z | Downloaded testing_table v0.3.0 |
| 619 | 2026-08-11T16:35:49.578Z | Downloaded structmeta-derive v0.3.0 |
| 620 | 2026-08-11T16:35:49.578Z | Downloaded strip-ansi-escapes v0.2.1 |
| 621 | 2026-08-11T16:35:49.581Z | Downloaded supports-color v3.0.2 |
| 622 | 2026-08-11T16:35:49.581Z | Downloaded take_mut v0.2.2 |
| 623 | 2026-08-11T16:35:49.581Z | Downloaded tap v1.0.1 |
| 624 | 2026-08-11T16:35:49.581Z | Downloaded ahash v0.8.12 |
| 625 | 2026-08-11T16:35:49.584Z | Downloaded cancel-safe-futures v0.1.5 |
| 626 | 2026-08-11T16:35:49.584Z | Downloaded console v0.16.2 |
| 627 | 2026-08-11T16:35:49.584Z | Downloaded const-oid v0.9.6 |
| 628 | 2026-08-11T16:35:49.584Z | Downloaded allocator-api2 v0.2.21 |
| 629 | 2026-08-11T16:35:49.588Z | Downloaded proc-macro-error2 v2.0.1 |
| 630 | 2026-08-11T16:35:49.588Z | Downloaded phf v0.12.1 |
| 631 | 2026-08-11T16:35:49.593Z | Downloaded rpassword v7.5.4 |
| 632 | 2026-08-11T16:35:49.596Z | Downloaded scroll v0.13.0 |
| 633 | 2026-08-11T16:35:49.596Z | Downloaded ciborium v0.2.2 |
| 634 | 2026-08-11T16:35:49.596Z | Downloaded buf-list v1.1.2 |
| 635 | 2026-08-11T16:35:49.599Z | Downloaded bzip2 v0.6.1 |
| 636 | 2026-08-11T16:35:49.599Z | Downloaded arc-swap v1.8.2 |
| 637 | 2026-08-11T16:35:49.602Z | Downloaded universal-hash v0.6.1 |
| 638 | 2026-08-11T16:35:49.602Z | Downloaded pkg-config v0.3.32 |
| 639 | 2026-08-11T16:35:49.602Z | Downloaded powerfmt v0.2.0 |
| 640 | 2026-08-11T16:35:49.605Z | Downloaded ppv-lite86 v0.2.21 |
| 641 | 2026-08-11T16:35:49.605Z | Downloaded half v1.8.3 |
| 642 | 2026-08-11T16:35:49.605Z | Downloaded futures-channel v0.3.32 |
| 643 | 2026-08-11T16:35:49.609Z | Downloaded humantime v2.3.0 |
| 644 | 2026-08-11T16:35:49.609Z | Downloaded unarray v0.1.4 |
| 645 | 2026-08-11T16:35:49.609Z | Downloaded erased-serde v0.3.31 |
| 646 | 2026-08-11T16:35:49.613Z | Downloaded httparse v1.10.1 |
| 647 | 2026-08-11T16:35:49.613Z | Downloaded utf-8 v0.7.6 |
| 648 | 2026-08-11T16:35:49.617Z | Downloaded colored v3.1.1 |
| 649 | 2026-08-11T16:35:49.620Z | Downloaded clang-sys v1.8.1 |
| 650 | 2026-08-11T16:35:49.620Z | Downloaded hyper-rustls v0.27.7 |
| 651 | 2026-08-11T16:35:49.623Z | Downloaded sec1 v0.7.3 |
| 652 | 2026-08-11T16:35:49.627Z | Downloaded slab v0.4.12 |
| 653 | 2026-08-11T16:35:49.627Z | Downloaded serde_with_macros v1.5.2 |
| 654 | 2026-08-11T16:35:49.627Z | Downloaded zeroize_derive v1.5.0 |
| 655 | 2026-08-11T16:35:49.627Z | Downloaded signal-hook-registry v1.4.8 |
| 656 | 2026-08-11T16:35:49.627Z | Downloaded slog-scope v4.4.1 |
| 657 | 2026-08-11T16:35:49.630Z | Downloaded slog-stdlog v4.1.1 |
| 658 | 2026-08-11T16:35:49.630Z | Downloaded want v0.3.1 |
| 659 | 2026-08-11T16:35:49.630Z | Downloaded yoke-derive v0.8.1 |
| 660 | 2026-08-11T16:35:49.630Z | Downloaded highway v1.3.0 |
| 661 | 2026-08-11T16:35:49.634Z | Downloaded strum_macros v0.27.2 |
| 662 | 2026-08-11T16:35:49.634Z | Downloaded pbkdf2 v0.13.0 |
| 663 | 2026-08-11T16:35:49.634Z | Downloaded parking_lot v0.11.2 |
| 664 | 2026-08-11T16:35:49.636Z | Downloaded spki v0.7.3 |
| 665 | 2026-08-11T16:35:49.637Z | Downloaded ssh-encoding v0.3.0 |
| 666 | 2026-08-11T16:35:49.637Z | Downloaded getrandom v0.3.4 |
| 667 | 2026-08-11T16:35:49.640Z | Downloaded futures v0.3.32 |
| 668 | 2026-08-11T16:35:49.643Z | Downloaded crucible-workspace-hack v0.1.0 |
| 669 | 2026-08-11T16:35:49.643Z | Downloaded generic-array v1.4.3 |
| 670 | 2026-08-11T16:35:49.643Z | Downloaded hmac v0.13.0 |
| 671 | 2026-08-11T16:35:49.646Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 672 | 2026-08-11T16:35:49.646Z | Downloaded cstr-argument v0.1.2 |
| 673 | 2026-08-11T16:35:49.646Z | Downloaded static_assertions v1.1.0 |
| 674 | 2026-08-11T16:35:49.646Z | Downloaded backon v1.6.0 |
| 675 | 2026-08-11T16:35:49.649Z | Downloaded difflib v0.4.0 |
| 676 | 2026-08-11T16:35:49.649Z | Downloaded darling_macro v0.20.11 |
| 677 | 2026-08-11T16:35:49.649Z | Downloaded darling_macro v0.21.3 |
| 678 | 2026-08-11T16:35:49.649Z | Downloaded time-macros v0.2.27 |
| 679 | 2026-08-11T16:35:49.653Z | Downloaded tls_codec v0.4.2 |
| 680 | 2026-08-11T16:35:49.653Z | Downloaded postcard v1.1.3 |
| 681 | 2026-08-11T16:35:49.655Z | Downloaded thread_local v1.1.9 |
| 682 | 2026-08-11T16:35:49.658Z | Downloaded ident_case v1.0.1 |
| 683 | 2026-08-11T16:35:49.662Z | Downloaded slog-async v2.8.0 |
| 684 | 2026-08-11T16:35:49.662Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 685 | 2026-08-11T16:35:49.665Z | Downloaded pkcs8 v0.11.0 |
| 686 | 2026-08-11T16:35:49.665Z | Downloaded tls_codec_derive v0.4.2 |
| 687 | 2026-08-11T16:35:49.665Z | Downloaded dtrace-parser v0.3.0 |
| 688 | 2026-08-11T16:35:49.670Z | Downloaded lru-slab v0.1.2 |
| 689 | 2026-08-11T16:35:49.673Z | Downloaded mime v0.3.17 |
| 690 | 2026-08-11T16:35:49.673Z | Downloaded inout v0.1.4 |
| 691 | 2026-08-11T16:35:49.673Z | Downloaded keccak v0.1.6 |
| 692 | 2026-08-11T16:35:49.676Z | Downloaded is-terminal v0.4.17 |
| 693 | 2026-08-11T16:35:49.679Z | Downloaded memoffset v0.9.1 |
| 694 | 2026-08-11T16:35:49.679Z | Downloaded tui-tree-widget v0.23.1 |
| 695 | 2026-08-11T16:35:49.679Z | Downloaded kstat-rs v0.2.5 |
| 696 | 2026-08-11T16:35:49.679Z | Downloaded whoami v1.6.1 |
| 697 | 2026-08-11T16:35:49.682Z | Downloaded rustls-native-certs v0.8.3 |
| 698 | 2026-08-11T16:35:49.682Z | Downloaded vergen-lib v0.1.6 |
| 699 | 2026-08-11T16:35:49.682Z | Downloaded cassowary v0.3.0 |
| 700 | 2026-08-11T16:35:49.686Z | Downloaded const-oid v0.10.2 |
| 701 | 2026-08-11T16:35:49.689Z | Downloaded sec1 v0.8.1 |
| 702 | 2026-08-11T16:35:49.692Z | Downloaded maybe-uninit v2.0.0 |
| 703 | 2026-08-11T16:35:49.692Z | Downloaded md5 v0.8.0 |
| 704 | 2026-08-11T16:35:49.695Z | Downloaded match_cfg v0.1.0 |
| 705 | 2026-08-11T16:35:49.695Z | Downloaded md-5 v0.10.6 |
| 706 | 2026-08-11T16:35:49.695Z | Downloaded num_enum_derive v0.5.11 |
| 707 | 2026-08-11T16:35:49.695Z | Downloaded compact_str v0.8.1 |
| 708 | 2026-08-11T16:35:49.698Z | Downloaded half v2.7.1 |
| 709 | 2026-08-11T16:35:49.698Z | Downloaded hybrid-array v0.4.13 |
| 710 | 2026-08-11T16:35:49.703Z | Downloaded sha2 v0.11.0 |
| 711 | 2026-08-11T16:35:49.703Z | Downloaded console v0.15.11 |
| 712 | 2026-08-11T16:35:49.706Z | Downloaded wyz v0.5.1 |
| 713 | 2026-08-11T16:35:49.706Z | Downloaded corncobs v0.1.4 |
| 714 | 2026-08-11T16:35:49.706Z | Downloaded spin v0.9.8 |
| 715 | 2026-08-11T16:35:49.706Z | Downloaded oso-derive v0.27.3 |
| 716 | 2026-08-11T16:35:49.706Z | Downloaded olpc-cjson v0.1.4 |
| 717 | 2026-08-11T16:35:49.709Z | Downloaded num-traits v0.2.19 |
| 718 | 2026-08-11T16:35:49.713Z | Downloaded flate2 v1.1.9 |
| 719 | 2026-08-11T16:35:49.716Z | Downloaded base64 v0.22.1 |
| 720 | 2026-08-11T16:35:49.716Z | Downloaded headers v0.4.1 |
| 721 | 2026-08-11T16:35:49.719Z | Downloaded openssl-macros v0.1.1 |
| 722 | 2026-08-11T16:35:49.719Z | Downloaded ar_archive_writer v0.5.1 |
| 723 | 2026-08-11T16:35:49.722Z | Downloaded critical-section v1.2.0 |
| 724 | 2026-08-11T16:35:49.722Z | Downloaded bytes v1.11.1 |
| 725 | 2026-08-11T16:35:49.726Z | Downloaded bumpalo v3.20.2 |
| 726 | 2026-08-11T16:35:49.726Z | Downloaded password-hash v0.6.1 |
| 727 | 2026-08-11T16:35:49.726Z | Downloaded predicates-core v1.0.10 |
| 728 | 2026-08-11T16:35:49.726Z | Downloaded delegate v0.13.5 |
| 729 | 2026-08-11T16:35:49.729Z | Downloaded dof v0.4.0 |
| 730 | 2026-08-11T16:35:49.729Z | Downloaded percent-encoding v2.3.2 |
| 731 | 2026-08-11T16:35:49.729Z | Downloaded bitvec v1.0.1 |
| 732 | 2026-08-11T16:35:49.735Z | Downloaded oxide-update-engine-types v0.1.2 |
| 733 | 2026-08-11T16:35:49.741Z | Downloaded diesel-dtrace v0.5.0 |
| 734 | 2026-08-11T16:35:49.741Z | Downloaded digest v0.11.3 |
| 735 | 2026-08-11T16:35:49.744Z | Downloaded tokio-stream v0.1.18 |
| 736 | 2026-08-11T16:35:49.744Z | Downloaded rand_pcg v0.10.2 |
| 737 | 2026-08-11T16:35:49.744Z | Downloaded ed25519 v2.2.3 |
| 738 | 2026-08-11T16:35:49.744Z | Downloaded ryu v1.0.23 |
| 739 | 2026-08-11T16:35:49.744Z | Downloaded unicode-properties v0.1.4 |
| 740 | 2026-08-11T16:35:49.747Z | Downloaded indoc v2.0.7 |
| 741 | 2026-08-11T16:35:49.747Z | Downloaded pin-project v1.1.11 |
| 742 | 2026-08-11T16:35:49.752Z | Downloaded libscf-sys v1.2.0 |
| 743 | 2026-08-11T16:35:49.755Z | Downloaded libsw v3.5.0 |
| 744 | 2026-08-11T16:35:49.755Z | Downloaded mime_guess v2.0.5 |
| 745 | 2026-08-11T16:35:49.755Z | Downloaded ref-cast-impl v1.0.25 |
| 746 | 2026-08-11T16:35:49.755Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 747 | 2026-08-11T16:35:49.760Z | Downloaded libefi-sys v0.1.0 |
| 748 | 2026-08-11T16:35:49.760Z | Downloaded scroll_derive v0.13.1 |
| 749 | 2026-08-11T16:35:49.760Z | Downloaded serde_bytes v0.11.19 |
| 750 | 2026-08-11T16:35:49.760Z | Downloaded sha1 v0.11.0 |
| 751 | 2026-08-11T16:35:49.760Z | Downloaded siphasher v1.0.2 |
| 752 | 2026-08-11T16:35:49.763Z | Downloaded const_format v0.2.35 |
| 753 | 2026-08-11T16:35:49.763Z | Downloaded signature v3.0.0 |
| 754 | 2026-08-11T16:35:49.763Z | Downloaded chacha20poly1305 v0.10.1 |
| 755 | 2026-08-11T16:35:49.763Z | Downloaded heapless v0.8.0 |
| 756 | 2026-08-11T16:35:49.766Z | Downloaded packed_struct v0.10.1 |
| 757 | 2026-08-11T16:35:49.766Z | Downloaded cc v1.2.56 |
| 758 | 2026-08-11T16:35:49.770Z | Downloaded heapless v0.7.17 |
| 759 | 2026-08-11T16:35:49.770Z | Downloaded crossbeam-utils v0.8.21 |
| 760 | 2026-08-11T16:35:49.772Z | Downloaded defmt-parser v1.0.0 |
| 761 | 2026-08-11T16:35:49.773Z | Downloaded oxide-update-engine-display v0.1.2 |
| 762 | 2026-08-11T16:35:49.773Z | Downloaded num-integer v0.1.46 |
| 763 | 2026-08-11T16:35:49.773Z | Downloaded sponge-cursor v0.1.0 |
| 764 | 2026-08-11T16:35:49.776Z | Downloaded trait-variant v0.1.2 |
| 765 | 2026-08-11T16:35:49.776Z | Downloaded unicode-truncate v1.1.0 |
| 766 | 2026-08-11T16:35:49.776Z | Downloaded utf8_iter v1.0.4 |
| 767 | 2026-08-11T16:35:49.779Z | Downloaded untrusted v0.7.1 |
| 768 | 2026-08-11T16:35:49.779Z | Downloaded subtle v2.6.1 |
| 769 | 2026-08-11T16:35:49.782Z | Downloaded peg-macros v0.8.5 |
| 770 | 2026-08-11T16:35:49.782Z | Downloaded termtree v0.5.1 |
| 771 | 2026-08-11T16:35:49.785Z | Downloaded progenitor v0.14.0 |
| 772 | 2026-08-11T16:35:49.785Z | Downloaded tokio-macros v2.7.0 |
| 773 | 2026-08-11T16:35:49.785Z | Downloaded tokio-test v0.4.5 |
| 774 | 2026-08-11T16:35:49.789Z | Downloaded pkcs8 v0.10.2 |
| 775 | 2026-08-11T16:35:49.792Z | Downloaded untrusted v0.9.0 |
| 776 | 2026-08-11T16:35:49.796Z | Downloaded crc-catalog v2.4.0 |
| 777 | 2026-08-11T16:35:49.796Z | Downloaded wait-timeout v0.2.1 |
| 778 | 2026-08-11T16:35:49.796Z | Downloaded psm v0.1.30 |
| 779 | 2026-08-11T16:35:49.799Z | Downloaded r2d2 v0.8.10 |
| 780 | 2026-08-11T16:35:49.799Z | Downloaded rand_seeder v0.4.0 |
| 781 | 2026-08-11T16:35:49.799Z | Downloaded papergrid v0.17.0 |
| 782 | 2026-08-11T16:35:49.803Z | Downloaded pin-project-lite v0.2.17 |
| 783 | 2026-08-11T16:35:49.807Z | Downloaded xattr v1.6.1 |
| 784 | 2026-08-11T16:35:49.807Z | Downloaded crunchy v0.2.4 |
| 785 | 2026-08-11T16:35:49.807Z | Downloaded crypto-common v0.2.2 |
| 786 | 2026-08-11T16:35:49.810Z | Downloaded iana-time-zone v0.1.65 |
| 787 | 2026-08-11T16:35:49.810Z | Downloaded base64 v0.21.7 |
| 788 | 2026-08-11T16:35:49.814Z | Downloaded ref-cast v1.0.25 |
| 789 | 2026-08-11T16:35:49.814Z | Downloaded memmap2 v0.9.10 |
| 790 | 2026-08-11T16:35:49.819Z | Downloaded scrypt v0.12.0 |
| 791 | 2026-08-11T16:35:49.824Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 792 | 2026-08-11T16:35:49.827Z | Downloaded embedded-io v0.4.0 |
| 793 | 2026-08-11T16:35:49.827Z | Downloaded instant v0.1.13 |
| 794 | 2026-08-11T16:35:49.830Z | Downloaded smallvec v0.6.14 |
| 795 | 2026-08-11T16:35:49.833Z | Downloaded stacker v0.1.23 |
| 796 | 2026-08-11T16:35:49.833Z | Downloaded vte v0.14.1 |
| 797 | 2026-08-11T16:35:49.833Z | Downloaded unsafe-libyaml v0.2.11 |
| 798 | 2026-08-11T16:35:49.836Z | Downloaded spki v0.8.0 |
| 799 | 2026-08-11T16:35:49.836Z | Downloaded dunce v1.0.5 |
| 800 | 2026-08-11T16:35:49.843Z | Downloaded hickory-resolver v0.24.4 |
| 801 | 2026-08-11T16:35:49.847Z | Downloaded slog-dtrace v0.3.0 |
| 802 | 2026-08-11T16:35:49.851Z | Downloaded snafu v0.8.9 |
| 803 | 2026-08-11T16:35:49.855Z | Downloaded tabled_derive v0.11.0 |
| 804 | 2026-08-11T16:35:49.856Z | Downloaded tinystr v0.8.2 |
| 805 | 2026-08-11T16:35:49.856Z | Downloaded lalrpop-util v0.19.12 |
| 806 | 2026-08-11T16:35:49.856Z | Downloaded is_ci v1.2.0 |
| 807 | 2026-08-11T16:35:49.858Z | Downloaded hickory-resolver v0.25.2 |
| 808 | 2026-08-11T16:35:49.859Z | Downloaded multimap v0.10.1 |
| 809 | 2026-08-11T16:35:49.859Z | Downloaded expectorate v1.2.0 |
| 810 | 2026-08-11T16:35:49.859Z | Downloaded num-derive v0.4.2 |
| 811 | 2026-08-11T16:35:49.859Z | Downloaded strum_macros v0.24.3 |
| 812 | 2026-08-11T16:35:49.862Z | Downloaded parking_lot_core v0.9.12 |
| 813 | 2026-08-11T16:35:49.862Z | Downloaded postgres-types v0.2.12 |
| 814 | 2026-08-11T16:35:49.872Z | Downloaded async-compression v0.4.41 |
| 815 | 2026-08-11T16:35:49.875Z | Downloaded managed v0.8.0 |
| 816 | 2026-08-11T16:35:49.875Z | Downloaded nodrop v0.1.14 |
| 817 | 2026-08-11T16:35:49.875Z | Downloaded opaque-debug v0.3.1 |
| 818 | 2026-08-11T16:35:49.875Z | Downloaded darling v0.20.11 |
| 819 | 2026-08-11T16:35:49.879Z | Downloaded poly1305 v0.9.0 |
| 820 | 2026-08-11T16:35:49.884Z | Downloaded elliptic-curve v0.13.8 |
| 821 | 2026-08-11T16:35:49.884Z | Downloaded parse-size v1.1.0 |
| 822 | 2026-08-11T16:35:49.884Z | Downloaded predicates-tree v1.0.13 |
| 823 | 2026-08-11T16:35:49.884Z | Downloaded psl-types v2.0.11 |
| 824 | 2026-08-11T16:35:49.884Z | Downloaded prettyplease v0.2.37 |
| 825 | 2026-08-11T16:35:49.887Z | Downloaded ecdsa v0.17.0 |
| 826 | 2026-08-11T16:35:49.887Z | Downloaded writeable v0.6.2 |
| 827 | 2026-08-11T16:35:49.897Z | Downloaded serde_with_macros v3.21.0 |
| 828 | 2026-08-11T16:35:49.902Z | Downloaded serde_path_to_error v0.1.20 |
| 829 | 2026-08-11T16:35:49.902Z | Downloaded data-encoding v2.10.0 |
| 830 | 2026-08-11T16:35:49.902Z | Downloaded defmt-macros v1.0.1 |
| 831 | 2026-08-11T16:35:49.905Z | Downloaded rustc_version v0.1.7 |
| 832 | 2026-08-11T16:35:49.908Z | Downloaded russh-cryptovec v0.62.0 |
| 833 | 2026-08-11T16:35:49.908Z | Downloaded secrecy v0.10.3 |
| 834 | 2026-08-11T16:35:49.912Z | Downloaded sha1 v0.10.6 |
| 835 | 2026-08-11T16:35:49.916Z | Downloaded http v1.4.2 |
| 836 | 2026-08-11T16:35:49.919Z | Downloaded ed25519 v3.0.0 |
| 837 | 2026-08-11T16:35:49.924Z | Downloaded hickory-server v0.25.2 |
| 838 | 2026-08-11T16:35:49.928Z | Downloaded shell-words v1.1.1 |
| 839 | 2026-08-11T16:35:49.928Z | Downloaded sqlparser_derive v0.5.0 |
| 840 | 2026-08-11T16:35:49.928Z | Downloaded zip v0.6.6 |
| 841 | 2026-08-11T16:35:49.931Z | Downloaded crc-any v2.5.0 |
| 842 | 2026-08-11T16:35:49.931Z | Downloaded jobserver v0.1.34 |
| 843 | 2026-08-11T16:35:49.934Z | Downloaded linear-map v1.2.0 |
| 844 | 2026-08-11T16:35:49.938Z | Downloaded libloading v0.8.9 |
| 845 | 2026-08-11T16:35:49.942Z | Downloaded tinyvec_macros v0.1.1 |
| 846 | 2026-08-11T16:35:49.942Z | Downloaded multer v3.1.0 |
| 847 | 2026-08-11T16:35:49.946Z | Downloaded nanorand v0.7.0 |
| 848 | 2026-08-11T16:35:49.946Z | Downloaded term v0.7.0 |
| 849 | 2026-08-11T16:35:49.946Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 850 | 2026-08-11T16:35:49.949Z | Downloaded twox-hash v2.1.2 |
| 851 | 2026-08-11T16:35:49.949Z | Downloaded typify-macro v0.6.2 |
| 852 | 2026-08-11T16:35:49.949Z | Downloaded cookie_store v0.22.1 |
| 853 | 2026-08-11T16:35:49.949Z | Downloaded aes v0.9.1 |
| 854 | 2026-08-11T16:35:49.953Z | Downloaded darling_core v0.20.11 |
| 855 | 2026-08-11T16:35:49.956Z | Downloaded phc v0.6.1 |
| 856 | 2026-08-11T16:35:49.956Z | Downloaded unit-prefix v0.5.2 |
| 857 | 2026-08-11T16:35:49.956Z | Downloaded usdt-attr-macro v0.6.0 |
| 858 | 2026-08-11T16:35:49.956Z | Downloaded void v1.0.2 |
| 859 | 2026-08-11T16:35:49.956Z | Downloaded crc v3.4.0 |
| 860 | 2026-08-11T16:35:49.956Z | Downloaded crc8 v0.1.1 |
| 861 | 2026-08-11T16:35:49.960Z | Downloaded num_enum_derive v0.7.6 |
| 862 | 2026-08-11T16:35:49.960Z | Downloaded pin-project-internal v1.1.11 |
| 863 | 2026-08-11T16:35:49.960Z | Downloaded paste v1.0.15 |
| 864 | 2026-08-11T16:35:49.963Z | Downloaded predicates v3.1.4 |
| 865 | 2026-08-11T16:35:49.963Z | Downloaded xshell-macros v0.2.7 |
| 866 | 2026-08-11T16:35:49.966Z | Downloaded rustls-webpki v0.103.13 |
| 867 | 2026-08-11T16:35:49.966Z | Downloaded crc32fast v1.5.0 |
| 868 | 2026-08-11T16:35:49.969Z | Downloaded zone_cfg_derive v0.3.1 |
| 869 | 2026-08-11T16:35:49.969Z | Downloaded rustls-platform-verifier v0.6.2 |
| 870 | 2026-08-11T16:35:49.976Z | Downloaded zstd-safe v7.2.4 |
| 871 | 2026-08-11T16:35:49.977Z | Downloaded icu_normalizer_data v2.1.1 |
| 872 | 2026-08-11T16:35:49.980Z | Downloaded rand_chacha v0.9.0 |
| 873 | 2026-08-11T16:35:49.980Z | Downloaded schemars_derive v0.8.22 |
| 874 | 2026-08-11T16:35:49.980Z | Downloaded litrs v1.0.0 |
| 875 | 2026-08-11T16:35:49.985Z | Downloaded daft-derive v0.1.7 |
| 876 | 2026-08-11T16:35:49.985Z | Downloaded dirs-sys-next v0.1.2 |
| 877 | 2026-08-11T16:35:49.989Z | Downloaded display-error-chain v0.2.2 |
| 878 | 2026-08-11T16:35:49.989Z | Downloaded rand_core v0.6.4 |
| 879 | 2026-08-11T16:35:49.989Z | Downloaded inout v0.2.2 |
| 880 | 2026-08-11T16:35:49.989Z | Downloaded rustversion v1.0.22 |
| 881 | 2026-08-11T16:35:49.989Z | Downloaded darling_macro v0.13.4 |
| 882 | 2026-08-11T16:35:49.989Z | Downloaded darling_macro v0.23.0 |
| 883 | 2026-08-11T16:35:49.989Z | Downloaded debug-ignore v1.0.5 |
| 884 | 2026-08-11T16:35:49.992Z | Downloaded illumos-nvpair v0.3.0 |
| 885 | 2026-08-11T16:35:49.992Z | Downloaded snafu-derive v0.8.9 |
| 886 | 2026-08-11T16:35:49.995Z | Downloaded hashbrown v0.12.3 |
| 887 | 2026-08-11T16:35:49.998Z | Downloaded des v0.9.0 |
| 888 | 2026-08-11T16:35:49.998Z | Downloaded serdect v0.4.3 |
| 889 | 2026-08-11T16:35:50.002Z | Downloaded hashbrown v0.13.2 |
| 890 | 2026-08-11T16:35:50.006Z | Downloaded indoc v1.0.9 |
| 891 | 2026-08-11T16:35:50.009Z | Downloaded stringprep v0.1.5 |
| 892 | 2026-08-11T16:35:50.009Z | Downloaded support-bundle-viewer v0.1.2 |
| 893 | 2026-08-11T16:35:50.012Z | Downloaded termios v0.3.3 |
| 894 | 2026-08-11T16:35:50.013Z | Downloaded thiserror-no-std v2.0.2 |
| 895 | 2026-08-11T16:35:50.015Z | Downloaded kem v0.3.0 |
| 896 | 2026-08-11T16:35:50.015Z | Downloaded string_cache v0.8.9 |
| 897 | 2026-08-11T16:35:50.016Z | Downloaded synstructure v0.13.2 |
| 898 | 2026-08-11T16:35:50.018Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 899 | 2026-08-11T16:35:50.021Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 900 | 2026-08-11T16:35:50.022Z | Downloaded parking_lot v0.12.5 |
| 901 | 2026-08-11T16:35:50.022Z | Downloaded uuid v1.23.4 |
| 902 | 2026-08-11T16:35:50.024Z | Downloaded der v0.7.10 |
| 903 | 2026-08-11T16:35:50.028Z | Downloaded convert_case v0.10.0 |
| 904 | 2026-08-11T16:35:50.028Z | Downloaded newtype-uuid-macros v0.1.0 |
| 905 | 2026-08-11T16:35:50.028Z | Downloaded packed_struct_codegen v0.10.1 |
| 906 | 2026-08-11T16:35:50.028Z | Downloaded progenitor-impl v0.13.0 |
| 907 | 2026-08-11T16:35:50.033Z | Downloaded parse-display v0.10.0 |
| 908 | 2026-08-11T16:35:50.033Z | Downloaded pretty_assertions v1.4.1 |
| 909 | 2026-08-11T16:35:50.038Z | Downloaded xshell v0.2.7 |
| 910 | 2026-08-11T16:35:50.041Z | Downloaded rand v0.10.1 |
| 911 | 2026-08-11T16:35:50.047Z | Downloaded schemars v0.9.0 |
| 912 | 2026-08-11T16:35:50.054Z | Downloaded derive-where v1.6.0 |
| 913 | 2026-08-11T16:35:50.057Z | Downloaded ctutils v0.4.2 |
| 914 | 2026-08-11T16:35:50.057Z | Downloaded serde_cbor v0.11.2 |
| 915 | 2026-08-11T16:35:50.060Z | Downloaded progenitor-client v0.14.0 |
| 916 | 2026-08-11T16:35:50.060Z | Downloaded unicode_categories v0.1.1 |
| 917 | 2026-08-11T16:35:50.065Z | Downloaded derive_more v0.99.20 |
| 918 | 2026-08-11T16:35:50.068Z | Downloaded quick-error v1.2.3 |
| 919 | 2026-08-11T16:35:50.068Z | Downloaded icu_provider v2.1.1 |
| 920 | 2026-08-11T16:35:50.068Z | Downloaded seq-macro v0.3.6 |
| 921 | 2026-08-11T16:35:50.068Z | Downloaded displaydoc v0.2.5 |
| 922 | 2026-08-11T16:35:50.072Z | Downloaded ipnetwork v0.21.1 |
| 923 | 2026-08-11T16:35:50.072Z | Downloaded ecdsa v0.16.9 |
| 924 | 2026-08-11T16:35:50.072Z | Downloaded stable_deref_trait v1.2.1 |
| 925 | 2026-08-11T16:35:50.072Z | Downloaded sync-ptr v0.1.4 |
| 926 | 2026-08-11T16:35:50.075Z | Downloaded tower-layer v0.3.3 |
| 927 | 2026-08-11T16:35:50.078Z | Downloaded x509-cert v0.2.5 |
| 928 | 2026-08-11T16:35:50.082Z | Downloaded semver v0.1.20 |
| 929 | 2026-08-11T16:35:50.082Z | Downloaded sigpipe v0.1.3 |
| 930 | 2026-08-11T16:35:50.086Z | Downloaded native-tls v0.2.18 |
| 931 | 2026-08-11T16:35:50.090Z | Downloaded topological-sort v0.2.2 |
| 932 | 2026-08-11T16:35:50.090Z | Downloaded libsw-core v0.3.2 |
| 933 | 2026-08-11T16:35:50.093Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 934 | 2026-08-11T16:35:50.096Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 935 | 2026-08-11T16:35:50.099Z | Downloaded tracing-attributes v0.1.31 |
| 936 | 2026-08-11T16:35:50.099Z | Downloaded typify v0.6.2 |
| 937 | 2026-08-11T16:35:50.102Z | Downloaded num_enum v0.5.11 |
| 938 | 2026-08-11T16:35:50.106Z | Downloaded nu-ansi-term v0.50.3 |
| 939 | 2026-08-11T16:35:50.106Z | Downloaded vergen v9.1.0 |
| 940 | 2026-08-11T16:35:50.106Z | Downloaded parking_lot_core v0.8.6 |
| 941 | 2026-08-11T16:35:50.109Z | Downloaded unicode-xid v0.2.6 |
| 942 | 2026-08-11T16:35:50.109Z | Downloaded zone v0.3.1 |
| 943 | 2026-08-11T16:35:50.109Z | Downloaded digest-io v0.1.0 |
| 944 | 2026-08-11T16:35:50.112Z | Downloaded dsl_auto_type v0.2.0 |
| 945 | 2026-08-11T16:35:50.115Z | Downloaded indent_write v2.2.0 |
| 946 | 2026-08-11T16:35:50.115Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 947 | 2026-08-11T16:35:50.119Z | Downloaded aes-gcm v0.11.0 |
| 948 | 2026-08-11T16:35:50.126Z | Downloaded darling v0.21.3 |
| 949 | 2026-08-11T16:35:50.130Z | Downloaded typed-path v0.9.3 |
| 950 | 2026-08-11T16:35:50.130Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 951 | 2026-08-11T16:35:50.133Z | Downloaded tower v0.5.3 |
| 952 | 2026-08-11T16:35:50.137Z | Downloaded postgres-protocol v0.6.10 |
| 953 | 2026-08-11T16:35:50.141Z | Downloaded primeorder v0.13.6 |
| 954 | 2026-08-11T16:35:50.141Z | Downloaded jiff-static v0.2.34 |
| 955 | 2026-08-11T16:35:50.141Z | Downloaded smallvec v1.15.1 |
| 956 | 2026-08-11T16:35:50.141Z | Downloaded progenitor-extras v0.2.0 |
| 957 | 2026-08-11T16:35:50.144Z | Downloaded darling_core v0.21.3 |
| 958 | 2026-08-11T16:35:50.144Z | Downloaded lzss v0.8.2 |
| 959 | 2026-08-11T16:35:50.147Z | Downloaded maplit v1.0.2 |
| 960 | 2026-08-11T16:35:50.147Z | Downloaded steno v0.4.1 |
| 961 | 2026-08-11T16:35:50.147Z | Downloaded indexmap v1.9.3 |
| 962 | 2026-08-11T16:35:50.151Z | Downloaded phf_shared v0.12.1 |
| 963 | 2026-08-11T16:35:50.151Z | Downloaded zerocopy-derive v0.8.40 |
| 964 | 2026-08-11T16:35:50.154Z | Downloaded smf v0.2.3 |
| 965 | 2026-08-11T16:35:50.157Z | Downloaded zip v4.6.1 |
| 966 | 2026-08-11T16:35:50.160Z | Downloaded num-bigint v0.4.6 |
| 967 | 2026-08-11T16:35:50.163Z | Downloaded indicatif v0.18.4 |
| 968 | 2026-08-11T16:35:50.164Z | Downloaded serde-hex v0.1.0 |
| 969 | 2026-08-11T16:35:50.164Z | Downloaded simd-adler32 v0.3.8 |
| 970 | 2026-08-11T16:35:50.167Z | Downloaded futures-util v0.3.32 |
| 971 | 2026-08-11T16:35:50.171Z | Downloaded vergen-git2 v9.1.0 |
| 972 | 2026-08-11T16:35:50.174Z | Downloaded rustc_version v0.4.1 |
| 973 | 2026-08-11T16:35:50.177Z | Downloaded tokio-tungstenite v0.21.0 |
| 974 | 2026-08-11T16:35:50.180Z | Downloaded der v0.8.0 |
| 975 | 2026-08-11T16:35:50.184Z | Downloaded toml v0.7.8 |
| 976 | 2026-08-11T16:35:50.187Z | Downloaded whoami v2.1.0 |
| 977 | 2026-08-11T16:35:50.187Z | Downloaded der_derive v0.7.3 |
| 978 | 2026-08-11T16:35:50.191Z | Downloaded prefix-trie v0.7.0 |
| 979 | 2026-08-11T16:35:50.191Z | Downloaded tracing-core v0.1.36 |
| 980 | 2026-08-11T16:35:50.191Z | Downloaded walkdir v2.5.0 |
| 981 | 2026-08-11T16:35:50.194Z | Downloaded secrecy v0.8.0 |
| 982 | 2026-08-11T16:35:50.194Z | Downloaded structmeta v0.3.0 |
| 983 | 2026-08-11T16:35:50.194Z | Downloaded crossbeam-deque v0.8.6 |
| 984 | 2026-08-11T16:35:50.197Z | Downloaded sync_wrapper v1.0.2 |
| 985 | 2026-08-11T16:35:50.197Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 986 | 2026-08-11T16:35:50.201Z | Downloaded usdt-macro v0.6.0 |
| 987 | 2026-08-11T16:35:50.208Z | Downloaded reedline v0.40.0 |
| 988 | 2026-08-11T16:35:50.215Z | Downloaded either v1.15.0 |
| 989 | 2026-08-11T16:35:50.218Z | Downloaded waitgroup v0.1.2 |
| 990 | 2026-08-11T16:35:50.218Z | Downloaded icu_collections v2.1.1 |
| 991 | 2026-08-11T16:35:50.222Z | Downloaded keccak v0.2.0 |
| 992 | 2026-08-11T16:35:50.222Z | Downloaded newtype-uuid v1.3.2 |
| 993 | 2026-08-11T16:35:50.222Z | Downloaded polyval v0.7.1 |
| 994 | 2026-08-11T16:35:50.225Z | Downloaded num-complex v0.4.6 |
| 995 | 2026-08-11T16:35:50.228Z | Downloaded pem-rfc7468 v1.0.0 |
| 996 | 2026-08-11T16:35:50.228Z | Downloaded hashbrown v0.15.5 |
| 997 | 2026-08-11T16:35:50.231Z | Downloaded hashbrown v0.16.1 |
| 998 | 2026-08-11T16:35:50.234Z | Downloaded elliptic-curve v0.14.1 |
| 999 | 2026-08-11T16:35:50.234Z | Downloaded hyper v1.10.1 |
| 1000 | 2026-08-11T16:35:50.238Z | Downloaded oxide-update-engine v0.1.2 |
| 1001 | 2026-08-11T16:35:50.241Z | Downloaded parse-display-derive v0.10.0 |
| 1002 | 2026-08-11T16:35:50.241Z | Downloaded slog-term v2.9.2 |
| 1003 | 2026-08-11T16:35:50.241Z | Downloaded document-features v0.2.12 |
| 1004 | 2026-08-11T16:35:50.244Z | Downloaded derive_builder_macro v0.20.2 |
| 1005 | 2026-08-11T16:35:50.244Z | Downloaded downcast-rs v2.0.2 |
| 1006 | 2026-08-11T16:35:50.244Z | Downloaded primefield v0.14.0 |
| 1007 | 2026-08-11T16:35:50.244Z | Downloaded embedded-io v0.6.1 |
| 1008 | 2026-08-11T16:35:50.244Z | Downloaded lazy_static v1.5.0 |
| 1009 | 2026-08-11T16:35:50.248Z | Downloaded idna_adapter v1.2.1 |
| 1010 | 2026-08-11T16:35:50.251Z | Downloaded usdt-impl v0.6.0 |
| 1011 | 2026-08-11T16:35:50.251Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1012 | 2026-08-11T16:35:50.251Z | Downloaded zerocopy v0.6.6 |
| 1013 | 2026-08-11T16:35:50.255Z | Downloaded resolv-conf v0.7.6 |
| 1014 | 2026-08-11T16:35:50.255Z | Downloaded nibble_vec v0.1.0 |
| 1015 | 2026-08-11T16:35:50.258Z | Downloaded num-iter v0.1.45 |
| 1016 | 2026-08-11T16:35:50.258Z | Downloaded new_debug_unreachable v1.0.6 |
| 1017 | 2026-08-11T16:35:50.258Z | Downloaded path-slash v0.1.5 |
| 1018 | 2026-08-11T16:35:50.258Z | Downloaded precomputed-hash v0.1.1 |
| 1019 | 2026-08-11T16:35:50.258Z | Downloaded rfc6979 v0.4.0 |
| 1020 | 2026-08-11T16:35:50.261Z | Downloaded omicron-zone-package v0.12.3 |
| 1021 | 2026-08-11T16:35:50.265Z | Downloaded derive_builder_core v0.20.2 |
| 1022 | 2026-08-11T16:35:50.268Z | Downloaded crossbeam-epoch v0.9.18 |
| 1023 | 2026-08-11T16:35:50.268Z | Downloaded oso v0.27.3 |
| 1024 | 2026-08-11T16:35:50.269Z | Downloaded progenitor-macro v0.13.0 |
| 1025 | 2026-08-11T16:35:50.271Z | Downloaded rfc6979 v0.6.0 |
| 1026 | 2026-08-11T16:35:50.272Z | Downloaded signature v2.2.0 |
| 1027 | 2026-08-11T16:35:50.272Z | Downloaded strum v0.26.3 |
| 1028 | 2026-08-11T16:35:50.272Z | Downloaded strum v0.27.2 |
| 1029 | 2026-08-11T16:35:50.275Z | Downloaded sqlformat v0.3.5 |
| 1030 | 2026-08-11T16:35:50.278Z | Downloaded vsss-rs v3.3.4 |
| 1031 | 2026-08-11T16:35:50.281Z | Downloaded quinn v0.11.11 |
| 1032 | 2026-08-11T16:35:50.281Z | Downloaded slog-envlogger v2.2.0 |
| 1033 | 2026-08-11T16:35:50.285Z | Downloaded tokio-util v0.7.18 |
| 1034 | 2026-08-11T16:35:50.290Z | Downloaded tower-http v0.6.8 |
| 1035 | 2026-08-11T16:35:50.298Z | Downloaded pkcs5 v0.8.1 |
| 1036 | 2026-08-11T16:35:50.301Z | Downloaded rcgen v0.12.1 |
| 1037 | 2026-08-11T16:35:50.301Z | Downloaded zeroize v1.9.0 |
| 1038 | 2026-08-11T16:35:50.301Z | Downloaded universal-hash v0.5.1 |
| 1039 | 2026-08-11T16:35:50.301Z | Downloaded wnaf v0.14.0 |
| 1040 | 2026-08-11T16:35:50.301Z | Downloaded cpubits v0.1.1 |
| 1041 | 2026-08-11T16:35:50.301Z | Downloaded dirs-next v2.0.0 |
| 1042 | 2026-08-11T16:35:50.305Z | Downloaded csv-core v0.1.13 |
| 1043 | 2026-08-11T16:35:50.305Z | Downloaded nom v8.0.0 |
| 1044 | 2026-08-11T16:35:50.306Z | Downloaded defmt v1.0.1 |
| 1045 | 2026-08-11T16:35:50.348Z | Downloaded hkdf v0.12.4 |
| 1046 | 2026-08-11T16:35:50.348Z | Downloaded icu_normalizer v2.1.1 |
| 1047 | 2026-08-11T16:35:50.348Z | Downloaded dyn-clone v1.0.20 |
| 1048 | 2026-08-11T16:35:50.348Z | Downloaded darling v0.13.4 |
| 1049 | 2026-08-11T16:35:50.348Z | Downloaded instability v0.3.11 |
| 1050 | 2026-08-11T16:35:50.348Z | Downloaded lru-cache v0.1.2 |
| 1051 | 2026-08-11T16:35:50.348Z | Downloaded quinn-udp v0.5.14 |
| 1052 | 2026-08-11T16:35:50.348Z | Downloaded normalize-line-endings v0.3.0 |
| 1053 | 2026-08-11T16:35:50.348Z | Downloaded nonempty v0.12.0 |
| 1054 | 2026-08-11T16:35:50.348Z | Downloaded miniz_oxide v0.8.9 |
| 1055 | 2026-08-11T16:35:50.348Z | Downloaded p256 v0.14.0 |
| 1056 | 2026-08-11T16:35:50.348Z | Downloaded cookie v0.18.1 |
| 1057 | 2026-08-11T16:35:50.349Z | Downloaded salsa20 v0.11.0 |
| 1058 | 2026-08-11T16:35:50.349Z | Downloaded tokio-postgres v0.7.16 |
| 1059 | 2026-08-11T16:35:50.349Z | Downloaded yansi v1.0.1 |
| 1060 | 2026-08-11T16:35:50.349Z | Downloaded dropshot-api-manager v0.7.2 |
| 1061 | 2026-08-11T16:35:50.353Z | Downloaded darling_core v0.13.4 |
| 1062 | 2026-08-11T16:35:50.353Z | Downloaded drift v0.2.0 |
| 1063 | 2026-08-11T16:35:50.361Z | Downloaded slog-json v2.6.1 |
| 1064 | 2026-08-11T16:35:50.361Z | Downloaded newline-converter v0.3.0 |
| 1065 | 2026-08-11T16:35:50.361Z | Downloaded tokio-rustls v0.26.4 |
| 1066 | 2026-08-11T16:35:50.361Z | Downloaded serde_spanned v1.1.1 |
| 1067 | 2026-08-11T16:35:50.361Z | Downloaded russh-util v0.52.0 |
| 1068 | 2026-08-11T16:35:50.365Z | Downloaded signal-hook-mio v0.2.5 |
| 1069 | 2026-08-11T16:35:50.365Z | Downloaded try-lock v0.2.5 |
| 1070 | 2026-08-11T16:35:50.365Z | Downloaded rand v0.9.2 |
| 1071 | 2026-08-11T16:35:50.365Z | Downloaded regex v1.12.3 |
| 1072 | 2026-08-11T16:35:50.365Z | Downloaded iri-string v0.7.10 |
| 1073 | 2026-08-11T16:35:50.368Z | Downloaded samael v0.0.19 |
| 1074 | 2026-08-11T16:35:50.371Z | Downloaded newtype_derive v0.1.6 |
| 1075 | 2026-08-11T16:35:50.371Z | Downloaded diesel_derives v2.3.7 |
| 1076 | 2026-08-11T16:35:50.383Z | Downloaded hkdf v0.13.0 |
| 1077 | 2026-08-11T16:35:50.387Z | Downloaded ctr v0.10.1 |
| 1078 | 2026-08-11T16:35:50.391Z | Downloaded ingot v0.2.1 |
| 1079 | 2026-08-11T16:35:50.391Z | Downloaded litemap v0.8.1 |
| 1080 | 2026-08-11T16:35:50.391Z | Downloaded serde_urlencoded v0.7.1 |
| 1081 | 2026-08-11T16:35:50.394Z | Downloaded p384 v0.13.1 |
| 1082 | 2026-08-11T16:35:50.397Z | Downloaded aho-corasick v1.1.4 |
| 1083 | 2026-08-11T16:35:50.402Z | Downloaded strsim v0.10.0 |
| 1084 | 2026-08-11T16:35:50.402Z | Downloaded tabwriter v1.4.1 |
| 1085 | 2026-08-11T16:35:50.402Z | Downloaded mio v1.2.0 |
| 1086 | 2026-08-11T16:35:50.405Z | Downloaded potential_utf v0.1.4 |
| 1087 | 2026-08-11T16:35:50.405Z | Downloaded progenitor-impl v0.14.0 |
| 1088 | 2026-08-11T16:35:50.409Z | Downloaded lru v0.12.5 |
| 1089 | 2026-08-11T16:35:50.412Z | Downloaded scopeguard v1.2.0 |
| 1090 | 2026-08-11T16:35:50.412Z | Downloaded rustc-hash v2.1.1 |
| 1091 | 2026-08-11T16:35:50.415Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1092 | 2026-08-11T16:35:50.418Z | Downloaded tungstenite v0.23.0 |
| 1093 | 2026-08-11T16:35:50.422Z | Downloaded num_enum v0.7.6 |
| 1094 | 2026-08-11T16:35:50.425Z | Downloaded rusty-fork v0.3.1 |
| 1095 | 2026-08-11T16:35:50.425Z | Downloaded tokio-dtrace v0.1.1 |
| 1096 | 2026-08-11T16:35:50.425Z | Downloaded subprocess v0.2.15 |
| 1097 | 2026-08-11T16:35:50.428Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-08-11T16:35:50.428Z | Downloaded openssl-probe v0.1.6 |
| 1099 | 2026-08-11T16:35:50.428Z | Downloaded tagptr v0.2.0 |
| 1100 | 2026-08-11T16:35:50.428Z | Downloaded zerofrom v0.1.6 |
| 1101 | 2026-08-11T16:35:50.431Z | Downloaded cpufeatures v0.3.0 |
| 1102 | 2026-08-11T16:35:50.432Z | Downloaded slog-bunyan v2.5.0 |
| 1103 | 2026-08-11T16:35:50.435Z | Downloaded unicase v2.9.0 |
| 1104 | 2026-08-11T16:35:50.435Z | Downloaded daft v0.1.7 |
| 1105 | 2026-08-11T16:35:50.435Z | Downloaded idna v1.1.0 |
| 1106 | 2026-08-11T16:35:50.438Z | Downloaded zerovec v0.11.5 |
| 1107 | 2026-08-11T16:35:50.442Z | Downloaded icu_locale_core v2.1.1 |
| 1108 | 2026-08-11T16:35:50.445Z | Downloaded rayon-core v1.13.0 |
| 1109 | 2026-08-11T16:35:50.456Z | Downloaded deranged v0.5.8 |
| 1110 | 2026-08-11T16:35:50.460Z | Downloaded module-lattice v0.2.3 |
| 1111 | 2026-08-11T16:35:50.460Z | Downloaded vergen-gitcl v1.0.8 |
| 1112 | 2026-08-11T16:35:50.460Z | Downloaded schemars v1.2.1 |
| 1113 | 2026-08-11T16:35:50.463Z | Downloaded yasna v0.5.2 |
| 1114 | 2026-08-11T16:35:50.463Z | Downloaded h2 v0.4.15 |
| 1115 | 2026-08-11T16:35:50.466Z | Downloaded rand_core v0.9.5 |
| 1116 | 2026-08-11T16:35:50.469Z | Downloaded internet-checksum v0.2.1 |
| 1117 | 2026-08-11T16:35:50.469Z | Downloaded shlex v1.3.0 |
| 1118 | 2026-08-11T16:35:50.469Z | Downloaded linked-hash-map v0.5.6 |
| 1119 | 2026-08-11T16:35:50.469Z | Downloaded itertools v0.10.5 |
| 1120 | 2026-08-11T16:35:50.472Z | Downloaded port-file v0.1.0 |
| 1121 | 2026-08-11T16:35:50.475Z | Downloaded serde_with v1.14.0 |
| 1122 | 2026-08-11T16:35:50.478Z | Downloaded strum_macros v0.26.4 |
| 1123 | 2026-08-11T16:35:50.478Z | Downloaded ingot-types v0.2.0 |
| 1124 | 2026-08-11T16:35:50.482Z | Downloaded yoke v0.8.1 |
| 1125 | 2026-08-11T16:35:50.482Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1126 | 2026-08-11T16:35:50.483Z | Downloaded time-core v0.1.8 |
| 1127 | 2026-08-11T16:35:50.486Z | Downloaded tar v0.4.46 |
| 1128 | 2026-08-11T16:35:50.486Z | Downloaded poly1305 v0.8.0 |
| 1129 | 2026-08-11T16:35:50.495Z | Downloaded derive-ex v0.1.8 |
| 1130 | 2026-08-11T16:35:50.502Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1131 | 2026-08-11T16:35:50.505Z | Downloaded tower-service v0.3.3 |
| 1132 | 2026-08-11T16:35:50.505Z | Downloaded derive_more-impl v2.1.1 |
| 1133 | 2026-08-11T16:35:50.510Z | Downloaded blake3 v1.8.5 |
| 1134 | 2026-08-11T16:35:50.513Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1135 | 2026-08-11T16:35:50.516Z | Downloaded scuffle v0.1.0 |
| 1136 | 2026-08-11T16:35:50.516Z | Downloaded num_threads v0.1.7 |
| 1137 | 2026-08-11T16:35:50.516Z | Downloaded tokio-native-tls v0.3.1 |
| 1138 | 2026-08-11T16:35:50.519Z | Downloaded tinyvec v1.10.0 |
| 1139 | 2026-08-11T16:35:50.519Z | Downloaded thread-id v5.1.0 |
| 1140 | 2026-08-11T16:35:50.535Z | Downloaded zerovec-derive v0.11.2 |
| 1141 | 2026-08-11T16:35:50.539Z | Downloaded oxnet v0.1.6 |
| 1142 | 2026-08-11T16:35:50.539Z | Downloaded zerofrom-derive v0.1.6 |
| 1143 | 2026-08-11T16:35:50.539Z | Downloaded serde_derive_internals v0.29.1 |
| 1144 | 2026-08-11T16:35:50.543Z | Downloaded rsa v0.9.10 |
| 1145 | 2026-08-11T16:35:50.546Z | Downloaded lock_api v0.4.14 |
| 1146 | 2026-08-11T16:35:50.546Z | Downloaded phf v0.13.1 |
| 1147 | 2026-08-11T16:35:50.546Z | Downloaded defmt v0.3.100 |
| 1148 | 2026-08-11T16:35:50.546Z | Downloaded progenitor-client v0.13.0 |
| 1149 | 2026-08-11T16:35:50.550Z | Downloaded zerotrie v0.2.3 |
| 1150 | 2026-08-11T16:35:50.559Z | Downloaded phf_shared v0.11.3 |
| 1151 | 2026-08-11T16:35:50.559Z | Downloaded proptest v1.11.0 |
| 1152 | 2026-08-11T16:35:50.562Z | Downloaded recursive v0.1.1 |
| 1153 | 2026-08-11T16:35:50.563Z | Downloaded peg v0.8.5 |
| 1154 | 2026-08-11T16:35:50.567Z | Downloaded rustls-pemfile v2.2.0 |
| 1155 | 2026-08-11T16:35:50.567Z | Downloaded similar v2.7.0 |
| 1156 | 2026-08-11T16:35:50.570Z | Downloaded tungstenite v0.21.0 |
| 1157 | 2026-08-11T16:35:50.570Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1158 | 2026-08-11T16:35:50.570Z | Downloaded pkcs1 v0.7.5 |
| 1159 | 2026-08-11T16:35:50.573Z | Downloaded openssl-sys v0.9.117 |
| 1160 | 2026-08-11T16:35:50.577Z | Downloaded usdt v0.6.0 |
| 1161 | 2026-08-11T16:35:50.577Z | Downloaded derive_builder v0.20.2 |
| 1162 | 2026-08-11T16:35:50.579Z | Downloaded rand_core v0.10.0 |
| 1163 | 2026-08-11T16:35:50.585Z | Downloaded diff v0.1.13 |
| 1164 | 2026-08-11T16:35:50.588Z | Downloaded term v1.2.1 |
| 1165 | 2026-08-11T16:35:50.591Z | Downloaded tokio-tungstenite v0.23.1 |
| 1166 | 2026-08-11T16:35:50.591Z | Downloaded p521 v0.14.0 |
| 1167 | 2026-08-11T16:35:50.595Z | Downloaded crossbeam-channel v0.5.15 |
| 1168 | 2026-08-11T16:35:50.597Z | Downloaded progenitor v0.13.0 |
| 1169 | 2026-08-11T16:35:50.598Z | Downloaded git2 v0.20.4 |
| 1170 | 2026-08-11T16:35:50.600Z | Downloaded ipnet v2.11.0 |
| 1171 | 2026-08-11T16:35:50.603Z | Downloaded winnow v0.5.40 |
| 1172 | 2026-08-11T16:35:50.606Z | Downloaded iddqd v0.4.2 |
| 1173 | 2026-08-11T16:35:50.610Z | Downloaded salty v0.3.0 |
| 1174 | 2026-08-11T16:35:50.615Z | Downloaded ssh-cipher v0.3.0 |
| 1175 | 2026-08-11T16:35:50.619Z | Downloaded ignore v0.4.25 |
| 1176 | 2026-08-11T16:35:50.619Z | Downloaded primeorder v0.14.0 |
| 1177 | 2026-08-11T16:35:50.619Z | Downloaded ron v0.8.1 |
| 1178 | 2026-08-11T16:35:50.622Z | Downloaded rustls-pki-types v1.14.0 |
| 1179 | 2026-08-11T16:35:50.622Z | Downloaded pem v3.0.6 |
| 1180 | 2026-08-11T16:35:50.625Z | Downloaded zstd v0.13.3 |
| 1181 | 2026-08-11T16:35:50.625Z | Downloaded pem-rfc7468 v0.7.0 |
| 1182 | 2026-08-11T16:35:50.625Z | Downloaded ena v0.14.4 |
| 1183 | 2026-08-11T16:35:50.629Z | Downloaded rustyline v14.0.0 |
| 1184 | 2026-08-11T16:35:50.629Z | Downloaded vergen-lib v9.1.0 |
| 1185 | 2026-08-11T16:35:50.632Z | Downloaded icu_properties v2.1.2 |
| 1186 | 2026-08-11T16:35:50.632Z | Downloaded slog v2.8.2 |
| 1187 | 2026-08-11T16:35:50.635Z | Downloaded uzers v0.12.2 |
| 1188 | 2026-08-11T16:35:50.636Z | Downloaded ml-kem v0.3.2 |
| 1189 | 2026-08-11T16:35:50.638Z | Downloaded dropshot_endpoint v0.17.1 |
| 1190 | 2026-08-11T16:35:50.646Z | Downloaded zlib-rs v0.6.2 |
| 1191 | 2026-08-11T16:35:50.651Z | Downloaded crypto-primes v0.7.2 |
| 1192 | 2026-08-11T16:35:50.654Z | Downloaded minimal-lexical v0.2.1 |
| 1193 | 2026-08-11T16:35:50.657Z | Downloaded bindgen v0.71.1 |
| 1194 | 2026-08-11T16:35:50.661Z | Downloaded ingot-macros v0.2.0 |
| 1195 | 2026-08-11T16:35:50.665Z | Downloaded publicsuffix v2.3.0 |
| 1196 | 2026-08-11T16:35:50.665Z | Downloaded quick-xml v0.37.5 |
| 1197 | 2026-08-11T16:35:50.668Z | Downloaded reqwest v0.13.2 |
| 1198 | 2026-08-11T16:35:50.671Z | Downloaded schemars v0.8.22 |
| 1199 | 2026-08-11T16:35:50.678Z | Downloaded nom v7.1.3 |
| 1200 | 2026-08-11T16:35:50.685Z | Downloaded signal-hook v0.3.18 |
| 1201 | 2026-08-11T16:35:50.688Z | Downloaded socket2 v0.6.3 |
| 1202 | 2026-08-11T16:35:50.688Z | Downloaded goblin v0.10.5 |
| 1203 | 2026-08-11T16:35:50.691Z | Downloaded rand v0.8.6 |
| 1204 | 2026-08-11T16:35:50.696Z | Downloaded ed25519-dalek v2.2.0 |
| 1205 | 2026-08-11T16:35:50.699Z | Downloaded darling v0.23.0 |
| 1206 | 2026-08-11T16:35:50.699Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1207 | 2026-08-11T16:35:50.699Z | Downloaded qorb v0.4.1 |
| 1208 | 2026-08-11T16:35:50.702Z | Downloaded socket2 v0.5.10 |
| 1209 | 2026-08-11T16:35:50.702Z | Downloaded test-strategy v0.4.5 |
| 1210 | 2026-08-11T16:35:50.705Z | Downloaded zopfli v0.8.3 |
| 1211 | 2026-08-11T16:35:50.705Z | Downloaded russh v0.62.4 |
| 1212 | 2026-08-11T16:35:50.711Z | Downloaded unicode-bidi v0.3.18 |
| 1213 | 2026-08-11T16:35:50.718Z | Downloaded unicode-segmentation v1.12.0 |
| 1214 | 2026-08-11T16:35:50.721Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-08-11T16:35:50.724Z | Downloaded vcpkg v0.2.15 |
| 1216 | 2026-08-11T16:35:50.748Z | Downloaded portable-atomic v1.13.1 |
| 1217 | 2026-08-11T16:35:50.753Z | Downloaded p384 v0.14.0 |
| 1218 | 2026-08-11T16:35:50.756Z | Downloaded icu_properties_data v2.1.2 |
| 1219 | 2026-08-11T16:35:50.760Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1220 | 2026-08-11T16:35:50.763Z | Downloaded itertools v0.15.0 |
| 1221 | 2026-08-11T16:35:50.767Z | Downloaded libm v0.2.16 |
| 1222 | 2026-08-11T16:35:50.773Z | Downloaded crypto-bigint v0.5.5 |
| 1223 | 2026-08-11T16:35:50.776Z | Downloaded tough v0.22.0 |
| 1224 | 2026-08-11T16:35:50.781Z | Downloaded derive_more v2.1.1 |
| 1225 | 2026-08-11T16:35:50.788Z | Downloaded tabled v0.20.0 |
| 1226 | 2026-08-11T16:35:50.797Z | Downloaded winnow v0.6.26 |
| 1227 | 2026-08-11T16:35:50.802Z | Downloaded crossterm v0.28.1 |
| 1228 | 2026-08-11T16:35:50.807Z | Downloaded darling_core v0.23.0 |
| 1229 | 2026-08-11T16:35:50.810Z | Downloaded jiff-core v0.1.0 |
| 1230 | 2026-08-11T16:35:50.813Z | Downloaded chrono v0.4.45 |
| 1231 | 2026-08-11T16:35:50.816Z | Downloaded rsa v0.10.0-rc.18 |
| 1232 | 2026-08-11T16:35:50.819Z | Downloaded url v2.5.8 |
| 1233 | 2026-08-11T16:35:50.822Z | Downloaded itertools v0.12.1 |
| 1234 | 2026-08-11T16:35:50.827Z | Downloaded aws-lc-rs v1.16.3 |
| 1235 | 2026-08-11T16:35:50.830Z | Downloaded num-bigint-dig v0.8.6 |
| 1236 | 2026-08-11T16:35:50.833Z | Downloaded rayon v1.11.0 |
| 1237 | 2026-08-11T16:35:50.836Z | Downloaded rawzip v0.4.4 |
| 1238 | 2026-08-11T16:35:50.840Z | Downloaded libxml v0.3.3 |
| 1239 | 2026-08-11T16:35:50.843Z | Downloaded hyper-util v0.1.20 |
| 1240 | 2026-08-11T16:35:50.846Z | Downloaded ed25519-dalek v3.0.0 |
| 1241 | 2026-08-11T16:35:50.849Z | Downloaded reqwest v0.12.28 |
| 1242 | 2026-08-11T16:35:50.852Z | Downloaded unicode-normalization v0.1.25 |
| 1243 | 2026-08-11T16:35:50.855Z | Downloaded itertools v0.13.0 |
| 1244 | 2026-08-11T16:35:50.858Z | Downloaded crossterm v0.29.0 |
| 1245 | 2026-08-11T16:35:50.861Z | Downloaded regex-syntax v0.6.29 |
| 1246 | 2026-08-11T16:35:50.865Z | Downloaded time v0.3.47 |
| 1247 | 2026-08-11T16:35:50.872Z | Downloaded radix_trie v0.2.1 |
| 1248 | 2026-08-11T16:35:50.875Z | Downloaded zerocopy v0.8.40 |
| 1249 | 2026-08-11T16:35:50.880Z | Downloaded itertools v0.14.0 |
| 1250 | 2026-08-11T16:35:50.884Z | Downloaded sha3 v0.12.0 |
| 1251 | 2026-08-11T16:35:50.887Z | Downloaded bstr v1.12.1 |
| 1252 | 2026-08-11T16:35:50.909Z | Downloaded polar-core v0.27.3 |
| 1253 | 2026-08-11T16:35:50.912Z | Downloaded winnow v1.0.3 |
| 1254 | 2026-08-11T16:35:50.918Z | Downloaded hickory-proto v0.24.4 |
| 1255 | 2026-08-11T16:35:50.926Z | Downloaded serde_with v3.21.0 |
| 1256 | 2026-08-11T16:35:50.934Z | Downloaded object v0.37.3 |
| 1257 | 2026-08-11T16:35:50.940Z | Downloaded curve25519-dalek v4.1.3 |
| 1258 | 2026-08-11T16:35:50.948Z | Downloaded openapiv3 v2.2.0 |
| 1259 | 2026-08-11T16:35:50.952Z | Downloaded moka v0.12.13 |
| 1260 | 2026-08-11T16:35:50.957Z | Downloaded quinn-proto v0.11.16 |
| 1261 | 2026-08-11T16:35:50.961Z | Downloaded petname v2.0.2 |
| 1262 | 2026-08-11T16:35:50.968Z | Downloaded crypto-bigint v0.7.5 |
| 1263 | 2026-08-11T16:35:50.975Z | Downloaded nix v0.31.2 |
| 1264 | 2026-08-11T16:35:50.979Z | Downloaded openssl v0.10.80 |
| 1265 | 2026-08-11T16:35:50.984Z | Downloaded nix v0.28.0 |
| 1266 | 2026-08-11T16:35:50.990Z | Downloaded regress v0.10.5 |
| 1267 | 2026-08-11T16:35:50.995Z | Downloaded object v0.30.4 |
| 1268 | 2026-08-11T16:35:51.002Z | Downloaded smoltcp v0.11.0 |
| 1269 | 2026-08-11T16:35:51.010Z | Downloaded regress v0.11.1 |
| 1270 | 2026-08-11T16:35:51.015Z | Downloaded nix v0.27.1 |
| 1271 | 2026-08-11T16:35:51.022Z | Downloaded rustix v0.38.44 |
| 1272 | 2026-08-11T16:35:51.036Z | Downloaded lalrpop v0.19.12 |
| 1273 | 2026-08-11T16:35:51.043Z | Downloaded regex-syntax v0.8.10 |
| 1274 | 2026-08-11T16:35:51.048Z | Downloaded hickory-proto v0.25.2 |
| 1275 | 2026-08-11T16:35:51.059Z | Downloaded rustls v0.23.41 |
| 1276 | 2026-08-11T16:35:51.066Z | Downloaded smoltcp v0.9.1 |
| 1277 | 2026-08-11T16:35:51.072Z | Downloaded sqlparser v0.61.0 |
| 1278 | 2026-08-11T16:35:51.079Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-08-11T16:35:51.090Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1280 | 2026-08-11T16:35:51.118Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-08-11T16:35:51.126Z | Downloaded curve25519-dalek v5.0.0 |
| 1282 | 2026-08-11T16:35:51.137Z | Downloaded chrono-tz v0.10.4 |
| 1283 | 2026-08-11T16:35:51.151Z | Downloaded dropshot v0.17.1 |
| 1284 | 2026-08-11T16:35:51.164Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-08-11T16:35:51.176Z | Downloaded petgraph v0.8.3 |
| 1286 | 2026-08-11T16:35:51.191Z | Downloaded tracing v0.1.44 |
| 1287 | 2026-08-11T16:35:51.204Z | Downloaded sha3 v0.11.0 |
| 1288 | 2026-08-11T16:35:51.208Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1289 | 2026-08-11T16:35:51.218Z | Downloaded tokio v1.52.1 |
| 1290 | 2026-08-11T16:35:51.243Z | Downloaded typify-impl v0.6.2 |
| 1291 | 2026-08-11T16:35:51.253Z | Downloaded sled v0.34.7 |
| 1292 | 2026-08-11T16:35:51.258Z | Downloaded csv v1.4.0 |
| 1293 | 2026-08-11T16:35:51.273Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-08-11T16:35:51.281Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-08-11T16:35:51.293Z | Downloaded jiff v0.2.34 |
| 1296 | 2026-08-11T16:35:51.305Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-08-11T16:35:51.321Z | Downloaded libz-sys v1.1.24 |
| 1298 | 2026-08-11T16:35:51.344Z | Downloaded encoding_rs v0.8.35 |
| 1299 | 2026-08-11T16:35:51.411Z | Downloaded ring v0.17.14 |
| 1300 | 2026-08-11T16:35:51.437Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1301 | 2026-08-11T16:35:51.778Z | Downloaded aws-lc-sys v0.40.0 |
| 1302 | 2026-08-11T16:35:52.084Z | Compiling libc v0.2.185 |
| 1303 | 2026-08-11T16:35:52.148Z | Compiling serde_core v1.0.228 |
| 1304 | 2026-08-11T16:35:52.149Z | Compiling serde v1.0.228 |
| 1305 | 2026-08-11T16:35:52.149Z | Compiling log v0.4.29 |
| 1306 | 2026-08-11T16:35:52.149Z | Compiling smallvec v1.15.1 |
| 1307 | 2026-08-11T16:35:52.149Z | Compiling find-msvc-tools v0.1.9 |
| 1308 | 2026-08-11T16:35:52.149Z | Compiling shlex v1.3.0 |
| 1309 | 2026-08-11T16:35:52.149Z | Compiling subtle v2.6.1 |
| 1310 | 2026-08-11T16:35:52.259Z | Compiling scopeguard v1.2.0 |
| 1311 | 2026-08-11T16:35:52.295Z | Compiling typenum v1.20.1 |
| 1312 | 2026-08-11T16:35:52.295Z | Compiling stable_deref_trait v1.2.1 |
| 1313 | 2026-08-11T16:35:52.295Z | Compiling zerocopy v0.8.40 |
| 1314 | 2026-08-11T16:35:52.295Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-08-11T16:35:52.348Z | Compiling serde_json v1.0.151 |
| 1316 | 2026-08-11T16:35:52.348Z | Compiling syn v2.0.117 |
| 1317 | 2026-08-11T16:35:52.348Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-08-11T16:35:52.438Z | Compiling libm v0.2.16 |
| 1319 | 2026-08-11T16:35:52.462Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-08-11T16:35:52.509Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-08-11T16:35:52.509Z | Compiling pkg-config v0.3.32 |
| 1322 | 2026-08-11T16:35:52.538Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-08-11T16:35:52.538Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-08-11T16:35:52.558Z | Compiling parking_lot_core v0.9.12 |
| 1325 | 2026-08-11T16:35:52.558Z | Compiling pin-project-lite v0.2.17 |
| 1326 | 2026-08-11T16:35:52.647Z | Compiling getrandom v0.4.1 |
| 1327 | 2026-08-11T16:35:52.667Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-08-11T16:35:52.694Z | Compiling percent-encoding v2.3.2 |
| 1329 | 2026-08-11T16:35:52.718Z | Compiling futures-core v0.3.32 |
| 1330 | 2026-08-11T16:35:52.794Z | Compiling writeable v0.6.2 |
| 1331 | 2026-08-11T16:35:52.834Z | Compiling litemap v0.8.1 |
| 1332 | 2026-08-11T16:35:52.852Z | Compiling icu_properties_data v2.1.2 |
| 1333 | 2026-08-11T16:35:52.880Z | Compiling icu_normalizer_data v2.1.1 |
| 1334 | 2026-08-11T16:35:52.892Z | Compiling getrandom v0.3.4 |
| 1335 | 2026-08-11T16:35:52.905Z | Compiling futures-sink v0.3.32 |
| 1336 | 2026-08-11T16:35:52.923Z | Compiling rustix v1.1.3 |
| 1337 | 2026-08-11T16:35:53.023Z | Compiling futures-channel v0.3.32 |
| 1338 | 2026-08-11T16:35:53.038Z | Compiling futures-io v0.3.32 |
| 1339 | 2026-08-11T16:35:53.049Z | Compiling slab v0.4.12 |
| 1340 | 2026-08-11T16:35:53.082Z | Compiling utf8_iter v1.0.4 |
| 1341 | 2026-08-11T16:35:53.109Z | Compiling futures-task v0.3.32 |
| 1342 | 2026-08-11T16:35:53.162Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-08-11T16:35:53.186Z | Compiling errno v0.3.14 |
| 1344 | 2026-08-11T16:35:53.230Z | Compiling getrandom v0.2.17 |
| 1345 | 2026-08-11T16:35:53.271Z | Compiling mio v1.2.0 |
| 1346 | 2026-08-11T16:35:53.317Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-08-11T16:35:53.366Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-08-11T16:35:53.366Z | Compiling form_urlencoded v1.2.2 |
| 1349 | 2026-08-11T16:35:53.452Z | Compiling rand_core v0.6.4 |
| 1350 | 2026-08-11T16:35:53.452Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-08-11T16:35:53.473Z | Compiling cc v1.2.56 |
| 1352 | 2026-08-11T16:35:53.503Z | Compiling parking_lot v0.12.5 |
| 1353 | 2026-08-11T16:35:53.566Z | Compiling rustversion v1.0.22 |
| 1354 | 2026-08-11T16:35:53.669Z | Compiling base64ct v1.8.3 |
| 1355 | 2026-08-11T16:35:53.669Z | Compiling iana-time-zone v0.1.65 |
| 1356 | 2026-08-11T16:35:53.669Z | Compiling regex-syntax v0.8.10 |
| 1357 | 2026-08-11T16:35:53.710Z | Compiling ident_case v1.0.1 |
| 1358 | 2026-08-11T16:35:53.710Z | Compiling fs_extra v1.3.0 |
| 1359 | 2026-08-11T16:35:53.711Z | Compiling flagset v0.4.7 |
| 1360 | 2026-08-11T16:35:53.764Z | Compiling dunce v1.0.5 |
| 1361 | 2026-08-11T16:35:53.787Z | Compiling base64 v0.22.1 |
| 1362 | 2026-08-11T16:35:53.792Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-08-11T16:35:53.792Z | Compiling vcpkg v0.2.15 |
| 1364 | 2026-08-11T16:35:53.839Z | Compiling rand_core v0.9.5 |
| 1365 | 2026-08-11T16:35:53.859Z | Compiling syn v1.0.109 |
| 1366 | 2026-08-11T16:35:53.886Z | Compiling tracing-core v0.1.36 |
| 1367 | 2026-08-11T16:35:53.901Z | Compiling dyn-clone v1.0.20 |
| 1368 | 2026-08-11T16:35:53.941Z | Compiling schemars v0.8.22 |
| 1369 | 2026-08-11T16:35:54.001Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-08-11T16:35:54.001Z | Compiling cpufeatures v0.2.17 |
| 1371 | 2026-08-11T16:35:54.078Z | Compiling spin v0.9.8 |
| 1372 | 2026-08-11T16:35:54.155Z | Compiling tinyvec_macros v0.1.1 |
| 1373 | 2026-08-11T16:35:54.213Z | Compiling crc32fast v1.5.0 |
| 1374 | 2026-08-11T16:35:54.213Z | Compiling httparse v1.10.1 |
| 1375 | 2026-08-11T16:35:54.213Z | Compiling openssl-probe v0.2.1 |
| 1376 | 2026-08-11T16:35:54.213Z | Compiling cmov v0.5.4 |
| 1377 | 2026-08-11T16:35:54.234Z | Compiling cmake v0.1.57 |
| 1378 | 2026-08-11T16:35:54.255Z | Compiling tinyvec v1.10.0 |
| 1379 | 2026-08-11T16:35:54.304Z | Compiling aho-corasick v1.1.4 |
| 1380 | 2026-08-11T16:35:54.312Z | Compiling try-lock v0.2.5 |
| 1381 | 2026-08-11T16:35:54.374Z | Compiling tower-layer v0.3.3 |
| 1382 | 2026-08-11T16:35:54.427Z | Compiling bitflags v2.11.0 |
| 1383 | 2026-08-11T16:35:54.470Z | Compiling semver v1.0.28 |
| 1384 | 2026-08-11T16:35:54.489Z | Compiling indexmap v2.14.0 |
| 1385 | 2026-08-11T16:35:54.567Z | Compiling uuid v1.23.4 |
| 1386 | 2026-08-11T16:35:54.647Z | Compiling ctutils v0.4.2 |
| 1387 | 2026-08-11T16:35:54.663Z | Compiling radium v0.7.0 |
| 1388 | 2026-08-11T16:35:54.676Z | Compiling untrusted v0.7.1 |
| 1389 | 2026-08-11T16:35:54.676Z | Compiling atomic-waker v1.1.2 |
| 1390 | 2026-08-11T16:35:54.682Z | Compiling tower-service v0.3.3 |
| 1391 | 2026-08-11T16:35:54.724Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-08-11T16:35:54.841Z | Compiling want v0.3.1 |
| 1393 | 2026-08-11T16:35:54.845Z | Compiling foreign-types-shared v0.1.1 |
| 1394 | 2026-08-11T16:35:54.916Z | Compiling openssl v0.10.80 |
| 1395 | 2026-08-11T16:35:54.962Z | Compiling untrusted v0.9.0 |
| 1396 | 2026-08-11T16:35:54.970Z | Compiling simd-adler32 v0.3.8 |
| 1397 | 2026-08-11T16:35:55.049Z | Compiling httpdate v1.0.3 |
| 1398 | 2026-08-11T16:35:55.062Z | Compiling maybe-uninit v2.0.0 |
| 1399 | 2026-08-11T16:35:55.070Z | Compiling tap v1.0.1 |
| 1400 | 2026-08-11T16:35:55.100Z | Compiling rustls v0.23.41 |
| 1401 | 2026-08-11T16:35:55.122Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-08-11T16:35:55.136Z | Compiling openssl-sys v0.9.117 |
| 1403 | 2026-08-11T16:35:55.165Z | Compiling regex-automata v0.4.14 |
| 1404 | 2026-08-11T16:35:55.195Z | Compiling wyz v0.5.1 |
| 1405 | 2026-08-11T16:35:55.221Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1406 | 2026-08-11T16:35:55.243Z | Compiling synstructure v0.13.2 |
| 1407 | 2026-08-11T16:35:55.301Z | Compiling serde_derive_internals v0.29.1 |
| 1408 | 2026-08-11T16:35:55.314Z | Compiling pest_generator v2.8.6 |
| 1409 | 2026-08-11T16:35:55.320Z | Compiling darling_core v0.20.11 |
| 1410 | 2026-08-11T16:35:55.386Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1411 | 2026-08-11T16:35:55.620Z | Compiling tempfile v3.25.0 |
| 1412 | 2026-08-11T16:35:55.637Z | Compiling terminal_size v0.4.3 |
| 1413 | 2026-08-11T16:35:55.656Z | Compiling foreign-types v0.3.2 |
| 1414 | 2026-08-11T16:35:55.709Z | Compiling unicode-normalization v0.1.25 |
| 1415 | 2026-08-11T16:35:55.756Z | Compiling num-integer v0.1.46 |
| 1416 | 2026-08-11T16:35:55.807Z | Compiling wait-timeout v0.2.1 |
| 1417 | 2026-08-11T16:35:55.837Z | Compiling ahash v0.8.12 |
| 1418 | 2026-08-11T16:35:55.867Z | Compiling packed_struct v0.10.1 |
| 1419 | 2026-08-11T16:35:56.035Z | Compiling time-core v0.1.8 |
| 1420 | 2026-08-11T16:35:56.041Z | Compiling bit-vec v0.8.0 |
| 1421 | 2026-08-11T16:35:56.063Z | Compiling quick-error v1.2.3 |
| 1422 | 2026-08-11T16:35:56.094Z | Compiling powerfmt v0.2.0 |
| 1423 | 2026-08-11T16:35:56.094Z | Compiling native-tls v0.2.18 |
| 1424 | 2026-08-11T16:35:56.127Z | Compiling num-conv v0.2.0 |
| 1425 | 2026-08-11T16:35:56.127Z | Compiling num-bigint-dig v0.8.6 |
| 1426 | 2026-08-11T16:35:56.150Z | Compiling funty v2.0.0 |
| 1427 | 2026-08-11T16:35:56.193Z | Compiling adler2 v2.0.1 |
| 1428 | 2026-08-11T16:35:56.212Z | Compiling rusty-fork v0.3.1 |
| 1429 | 2026-08-11T16:35:56.247Z | Compiling deranged v0.5.8 |
| 1430 | 2026-08-11T16:35:56.257Z | Compiling bit-set v0.8.0 |
| 1431 | 2026-08-11T16:35:56.257Z | Compiling time-macros v0.2.27 |
| 1432 | 2026-08-11T16:35:56.302Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-08-11T16:35:56.347Z | Compiling clap_builder v4.6.0 |
| 1434 | 2026-08-11T16:35:56.378Z | Compiling num-iter v0.1.45 |
| 1435 | 2026-08-11T16:35:56.442Z | Compiling lazy_static v1.5.0 |
| 1436 | 2026-08-11T16:35:56.509Z | Compiling bitvec v1.0.1 |
| 1437 | 2026-08-11T16:35:56.532Z | Compiling rand_xorshift v0.4.0 |
| 1438 | 2026-08-11T16:35:56.540Z | Compiling anstyle-parse v0.2.7 |
| 1439 | 2026-08-11T16:35:56.555Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-08-11T16:35:56.678Z | Compiling indexmap v1.9.3 |
| 1441 | 2026-08-11T16:35:56.702Z | Compiling unarray v0.1.4 |
| 1442 | 2026-08-11T16:35:56.738Z | Compiling paste v1.0.15 |
| 1443 | 2026-08-11T16:35:56.754Z | Compiling siphasher v1.0.2 |
| 1444 | 2026-08-11T16:35:56.825Z | Compiling nodrop v0.1.14 |
| 1445 | 2026-08-11T16:35:56.889Z | Compiling usdt-impl v0.6.0 |
| 1446 | 2026-08-11T16:35:56.930Z | Compiling num_threads v0.1.7 |
| 1447 | 2026-08-11T16:35:56.934Z | Compiling crc-catalog v2.4.0 |
| 1448 | 2026-08-11T16:35:56.962Z | Compiling crossbeam-utils v0.8.21 |
| 1449 | 2026-08-11T16:35:56.993Z | Compiling serde_derive v1.0.228 |
| 1450 | 2026-08-11T16:35:57.053Z | Compiling zeroize_derive v1.5.0 |
| 1451 | 2026-08-11T16:35:57.074Z | Compiling zerocopy-derive v0.8.40 |
| 1452 | 2026-08-11T16:35:57.093Z | Compiling zerofrom-derive v0.1.6 |
| 1453 | 2026-08-11T16:35:57.165Z | Compiling yoke-derive v0.8.1 |
| 1454 | 2026-08-11T16:35:57.287Z | Compiling zerovec-derive v0.11.2 |
| 1455 | 2026-08-11T16:35:57.318Z | Compiling displaydoc v0.2.5 |
| 1456 | 2026-08-11T16:35:57.358Z | Compiling tokio-macros v2.7.0 |
| 1457 | 2026-08-11T16:35:57.410Z | Compiling futures-macro v0.3.32 |
| 1458 | 2026-08-11T16:35:57.723Z | Compiling der_derive v0.7.3 |
| 1459 | 2026-08-11T16:35:57.736Z | Compiling zeroize v1.9.0 |
| 1460 | 2026-08-11T16:35:58.063Z | Compiling thiserror-impl v2.0.18 |
| 1461 | 2026-08-11T16:35:58.115Z | Compiling tracing-attributes v0.1.31 |
| 1462 | 2026-08-11T16:35:58.132Z | Compiling rustls-pki-types v1.14.0 |
| 1463 | 2026-08-11T16:35:58.290Z | Compiling futures-util v0.3.32 |
| 1464 | 2026-08-11T16:35:58.342Z | Compiling schemars_derive v0.8.22 |
| 1465 | 2026-08-11T16:35:58.404Z | Compiling hybrid-array v0.4.13 |
| 1466 | 2026-08-11T16:35:58.481Z | Compiling pest_derive v2.8.6 |
| 1467 | 2026-08-11T16:35:58.548Z | Compiling zerofrom v0.1.6 |
| 1468 | 2026-08-11T16:35:58.563Z | Compiling crypto-common v0.1.7 |
| 1469 | 2026-08-11T16:35:58.614Z | Compiling block-buffer v0.10.4 |
| 1470 | 2026-08-11T16:35:58.688Z | Compiling yoke v0.8.1 |
| 1471 | 2026-08-11T16:35:58.737Z | Compiling scroll_derive v0.13.1 |
| 1472 | 2026-08-11T16:35:58.750Z | Compiling der v0.7.10 |
| 1473 | 2026-08-11T16:35:58.808Z | Compiling digest v0.10.7 |
| 1474 | 2026-08-11T16:35:58.896Z | Compiling zerovec v0.11.5 |
| 1475 | 2026-08-11T16:35:58.972Z | Compiling zerotrie v0.2.3 |
| 1476 | 2026-08-11T16:35:59.077Z | Compiling sha2 v0.10.9 |
| 1477 | 2026-08-11T16:35:59.221Z | Compiling signature v2.2.0 |
| 1478 | 2026-08-11T16:35:59.305Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-08-11T16:35:59.450Z | Compiling tinystr v0.8.2 |
| 1480 | 2026-08-11T16:35:59.468Z | Compiling potential_utf v0.1.4 |
| 1481 | 2026-08-11T16:35:59.485Z | Compiling openssl-macros v0.1.1 |
| 1482 | 2026-08-11T16:35:59.503Z | Compiling thiserror v2.0.18 |
| 1483 | 2026-08-11T16:35:59.518Z | Compiling tracing v0.1.44 |
| 1484 | 2026-08-11T16:35:59.534Z | Compiling thiserror-impl v1.0.69 |
| 1485 | 2026-08-11T16:35:59.613Z | Compiling icu_collections v2.1.1 |
| 1486 | 2026-08-11T16:35:59.632Z | Compiling icu_locale_core v2.1.1 |
| 1487 | 2026-08-11T16:35:59.683Z | Compiling spki v0.7.3 |
| 1488 | 2026-08-11T16:35:59.700Z | Compiling scroll v0.13.0 |
| 1489 | 2026-08-11T16:35:59.706Z | Compiling hmac v0.12.1 |
| 1490 | 2026-08-11T16:35:59.811Z | Compiling packed_struct_codegen v0.10.1 |
| 1491 | 2026-08-11T16:35:59.853Z | Compiling pkcs8 v0.10.2 |
| 1492 | 2026-08-11T16:35:59.875Z | Compiling darling v0.20.11 |
| 1493 | 2026-08-11T16:35:59.895Z | Compiling bitfield-macros v0.19.4 |
| 1494 | 2026-08-11T16:35:59.976Z | Compiling goblin v0.10.5 |
| 1495 | 2026-08-11T16:35:59.986Z | Compiling zerocopy-derive v0.6.6 |
| 1496 | 2026-08-11T16:36:00.008Z | Compiling clap_derive v4.6.1 |
| 1497 | 2026-08-11T16:36:00.117Z | Compiling zlib-rs v0.6.2 |
| 1498 | 2026-08-11T16:36:00.134Z | Compiling pkcs1 v0.7.5 |
| 1499 | 2026-08-11T16:36:00.432Z | Compiling icu_provider v2.1.1 |
| 1500 | 2026-08-11T16:36:00.535Z | Compiling bytes v1.11.1 |
| 1501 | 2026-08-11T16:36:00.550Z | Compiling chrono v0.4.45 |
| 1502 | 2026-08-11T16:36:00.588Z | Compiling ipnet v2.11.0 |
| 1503 | 2026-08-11T16:36:00.651Z | Compiling hex v0.4.3 |
| 1504 | 2026-08-11T16:36:00.670Z | Compiling icu_properties v2.1.2 |
| 1505 | 2026-08-11T16:36:00.755Z | Compiling icu_normalizer v2.1.1 |
| 1506 | 2026-08-11T16:36:00.843Z | Compiling thiserror v1.0.69 |
| 1507 | 2026-08-11T16:36:00.858Z | Compiling toml_datetime v0.6.11 |
| 1508 | 2026-08-11T16:36:00.924Z | Compiling serde_spanned v0.6.9 |
| 1509 | 2026-08-11T16:36:00.974Z | Compiling zerocopy v0.6.6 |
| 1510 | 2026-08-11T16:36:01.046Z | Compiling tokio v1.52.1 |
| 1511 | 2026-08-11T16:36:01.113Z | Compiling http v1.4.2 |
| 1512 | 2026-08-11T16:36:01.128Z | Compiling bitfield v0.19.4 |
| 1513 | 2026-08-11T16:36:01.166Z | Compiling derive_builder_core v0.20.2 |
| 1514 | 2026-08-11T16:36:01.307Z | Compiling dtrace-parser v0.3.0 |
| 1515 | 2026-08-11T16:36:01.323Z | Compiling time v0.3.47 |
| 1516 | 2026-08-11T16:36:01.557Z | Compiling idna_adapter v1.2.1 |
| 1517 | 2026-08-11T16:36:01.695Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-08-11T16:36:01.710Z | Compiling idna v1.1.0 |
| 1519 | 2026-08-11T16:36:01.805Z | Compiling http-body v1.0.1 |
| 1520 | 2026-08-11T16:36:01.826Z | Compiling clap v4.6.1 |
| 1521 | 2026-08-11T16:36:01.931Z | Compiling http-body-util v0.1.3 |
| 1522 | 2026-08-11T16:36:02.024Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-08-11T16:36:02.076Z | Compiling rand_chacha v0.3.1 |
| 1524 | 2026-08-11T16:36:02.079Z | Compiling url v2.5.8 |
| 1525 | 2026-08-11T16:36:02.141Z | Compiling crc v3.4.0 |
| 1526 | 2026-08-11T16:36:02.182Z | Compiling scroll_derive v0.12.1 |
| 1527 | 2026-08-11T16:36:02.222Z | Compiling structmeta-derive v0.3.0 |
| 1528 | 2026-08-11T16:36:02.285Z | Compiling rand v0.9.2 |
| 1529 | 2026-08-11T16:36:02.350Z | Compiling rand v0.8.6 |
| 1530 | 2026-08-11T16:36:02.451Z | Compiling array-init v0.0.4 |
| 1531 | 2026-08-11T16:36:02.571Z | Compiling anstream v0.6.21 |
| 1532 | 2026-08-11T16:36:02.824Z | Compiling dof v0.4.0 |
| 1533 | 2026-08-11T16:36:02.906Z | Compiling proptest v1.11.0 |
| 1534 | 2026-08-11T16:36:02.961Z | Compiling smallvec v0.6.14 |
| 1535 | 2026-08-11T16:36:02.961Z | Compiling darling_core v0.23.0 |
| 1536 | 2026-08-11T16:36:02.983Z | Compiling heapless v0.7.17 |
| 1537 | 2026-08-11T16:36:02.999Z | Compiling slog v2.8.2 |
| 1538 | 2026-08-11T16:36:03.094Z | Compiling flate2 v1.1.9 |
| 1539 | 2026-08-11T16:36:03.127Z | Compiling thread-id v5.1.0 |
| 1540 | 2026-08-11T16:36:03.191Z | Compiling env_filter v1.0.0 |
| 1541 | 2026-08-11T16:36:03.206Z | Compiling cookie v0.18.1 |
| 1542 | 2026-08-11T16:36:03.221Z | Compiling anyhow v1.0.102 |
| 1543 | 2026-08-11T16:36:03.236Z | Compiling iri-string v0.7.10 |
| 1544 | 2026-08-11T16:36:03.338Z | Compiling unicode-properties v0.1.4 |
| 1545 | 2026-08-11T16:36:03.413Z | Compiling allocator-api2 v0.2.21 |
| 1546 | 2026-08-11T16:36:03.432Z | Compiling signal-hook v0.3.18 |
| 1547 | 2026-08-11T16:36:03.504Z | Compiling winnow v0.5.40 |
| 1548 | 2026-08-11T16:36:03.521Z | Compiling ryu v1.0.23 |
| 1549 | 2026-08-11T16:36:03.567Z | Compiling base64 v0.21.7 |
| 1550 | 2026-08-11T16:36:03.588Z | Compiling zstd-safe v7.2.4 |
| 1551 | 2026-08-11T16:36:03.627Z | Compiling ipnetwork v0.21.1 |
| 1552 | 2026-08-11T16:36:03.655Z | Compiling unicode-bidi v0.3.18 |
| 1553 | 2026-08-11T16:36:03.725Z | Compiling hashbrown v0.12.3 |
| 1554 | 2026-08-11T16:36:03.815Z | Compiling ron v0.8.1 |
| 1555 | 2026-08-11T16:36:03.893Z | Compiling oxnet v0.1.6 |
| 1556 | 2026-08-11T16:36:03.906Z | Compiling serde_urlencoded v0.7.1 |
| 1557 | 2026-08-11T16:36:04.033Z | Compiling rsa v0.9.10 |
| 1558 | 2026-08-11T16:36:04.048Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-08-11T16:36:04.255Z | Compiling env_logger v0.11.9 |
| 1560 | 2026-08-11T16:36:04.281Z | Compiling structmeta v0.3.0 |
| 1561 | 2026-08-11T16:36:04.401Z | Compiling serde-hex v0.1.0 |
| 1562 | 2026-08-11T16:36:04.426Z | Compiling scroll v0.12.0 |
| 1563 | 2026-08-11T16:36:04.526Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1564 | 2026-08-11T16:36:04.550Z | Compiling hashbrown v0.13.2 |
| 1565 | 2026-08-11T16:36:04.631Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1566 | 2026-08-11T16:36:04.737Z | Compiling derive_builder_macro v0.20.2 |
| 1567 | 2026-08-11T16:36:04.776Z | Compiling bzip2 v0.4.4 |
| 1568 | 2026-08-11T16:36:04.796Z | Compiling erased-serde v0.3.31 |
| 1569 | 2026-08-11T16:36:04.808Z | Compiling toml_edit v0.19.15 |
| 1570 | 2026-08-11T16:36:04.979Z | Compiling tokio-util v0.7.18 |
| 1571 | 2026-08-11T16:36:05.012Z | Compiling tower v0.5.3 |
| 1572 | 2026-08-11T16:36:05.071Z | Compiling tokio-native-tls v0.3.1 |
| 1573 | 2026-08-11T16:36:05.097Z | Compiling serde_tokenstream v0.2.3 |
| 1574 | 2026-08-11T16:36:05.260Z | Compiling camino v1.2.2 |
| 1575 | 2026-08-11T16:36:05.305Z | Compiling x509-cert v0.2.5 |
| 1576 | 2026-08-11T16:36:05.305Z | Compiling block-buffer v0.12.1 |
| 1577 | 2026-08-11T16:36:05.335Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-08-11T16:36:05.449Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-08-11T16:36:05.549Z | Compiling block-padding v0.4.2 |
| 1580 | 2026-08-11T16:36:05.549Z | Compiling darling_macro v0.23.0 |
| 1581 | 2026-08-11T16:36:05.576Z | Compiling crypto-common v0.2.2 |
| 1582 | 2026-08-11T16:36:05.650Z | Compiling md-5 v0.10.6 |
| 1583 | 2026-08-11T16:36:05.677Z | Compiling rustls-native-certs v0.8.3 |
| 1584 | 2026-08-11T16:36:05.722Z | Compiling h2 v0.4.15 |
| 1585 | 2026-08-11T16:36:05.853Z | Compiling bstr v1.12.1 |
| 1586 | 2026-08-11T16:36:05.884Z | Compiling zerocopy-derive v0.7.35 |
| 1587 | 2026-08-11T16:36:05.995Z | Compiling pin-project-internal v1.1.11 |
| 1588 | 2026-08-11T16:36:06.031Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-08-11T16:36:06.048Z | Compiling async-trait v0.1.89 |
| 1590 | 2026-08-11T16:36:06.178Z | Compiling curve25519-dalek v4.1.3 |
| 1591 | 2026-08-11T16:36:06.536Z | Compiling vergen-lib v9.1.0 |
| 1592 | 2026-08-11T16:36:06.599Z | Compiling hash32 v0.2.1 |
| 1593 | 2026-08-11T16:36:06.726Z | Compiling encoding_rs v0.8.35 |
| 1594 | 2026-08-11T16:36:06.751Z | Compiling memoffset v0.9.1 |
| 1595 | 2026-08-11T16:36:06.755Z | Compiling smoltcp v0.9.1 |
| 1596 | 2026-08-11T16:36:06.820Z | Compiling rustix v0.38.44 |
| 1597 | 2026-08-11T16:36:06.922Z | Compiling mime v0.3.17 |
| 1598 | 2026-08-11T16:36:06.943Z | Compiling psl-types v2.0.11 |
| 1599 | 2026-08-11T16:36:06.973Z | Compiling cfg_aliases v0.2.1 |
| 1600 | 2026-08-11T16:36:07.096Z | Compiling fallible-iterator v0.2.0 |
| 1601 | 2026-08-11T16:36:07.096Z | Compiling ref-cast v1.0.25 |
| 1602 | 2026-08-11T16:36:07.125Z | Compiling litrs v1.0.0 |
| 1603 | 2026-08-11T16:36:07.166Z | Compiling crc-any v2.5.0 |
| 1604 | 2026-08-11T16:36:07.200Z | Compiling pin-project v1.1.11 |
| 1605 | 2026-08-11T16:36:07.204Z | Compiling nix v0.31.2 |
| 1606 | 2026-08-11T16:36:07.251Z | Compiling publicsuffix v2.3.0 |
| 1607 | 2026-08-11T16:36:07.335Z | Compiling daft v0.1.7 |
| 1608 | 2026-08-11T16:36:07.362Z | Compiling zerocopy v0.7.35 |
| 1609 | 2026-08-11T16:36:07.416Z | Compiling postgres-protocol v0.6.10 |
| 1610 | 2026-08-11T16:36:07.493Z | Compiling toml v0.7.8 |
| 1611 | 2026-08-11T16:36:07.497Z | Compiling darling v0.23.0 |
| 1612 | 2026-08-11T16:36:07.537Z | Compiling inout v0.2.2 |
| 1613 | 2026-08-11T16:36:07.576Z | Compiling derive_builder v0.20.2 |
| 1614 | 2026-08-11T16:36:07.627Z | Compiling object v0.30.4 |
| 1615 | 2026-08-11T16:36:07.657Z | Compiling zip v0.6.6 |
| 1616 | 2026-08-11T16:36:07.673Z | Compiling document-features v0.2.12 |
| 1617 | 2026-08-11T16:36:07.721Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1618 | 2026-08-11T16:36:07.735Z | Compiling goblin v0.8.2 |
| 1619 | 2026-08-11T16:36:07.958Z | Compiling derive-ex v0.1.8 |
| 1620 | 2026-08-11T16:36:07.974Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1621 | 2026-08-11T16:36:08.284Z | Compiling futures-executor v0.3.32 |
| 1622 | 2026-08-11T16:36:08.299Z | Compiling hubpack_derive v0.1.1 |
| 1623 | 2026-08-11T16:36:08.357Z | Compiling regex v1.12.3 |
| 1624 | 2026-08-11T16:36:08.373Z | Compiling snafu-derive v0.8.9 |
| 1625 | 2026-08-11T16:36:08.392Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1626 | 2026-08-11T16:36:08.396Z | Compiling ref-cast-impl v1.0.25 |
| 1627 | 2026-08-11T16:36:08.580Z | Compiling strum_macros v0.27.2 |
| 1628 | 2026-08-11T16:36:08.596Z | Compiling phf_shared v0.13.1 |
| 1629 | 2026-08-11T16:36:08.636Z | Compiling vergen v9.1.0 |
| 1630 | 2026-08-11T16:36:08.797Z | Compiling cargo-platform v0.3.2 |
| 1631 | 2026-08-11T16:36:08.817Z | Compiling ff v0.13.1 |
| 1632 | 2026-08-11T16:36:08.856Z | Compiling fs-err v3.3.0 |
| 1633 | 2026-08-11T16:36:08.867Z | Compiling libbz2-rs-sys v0.2.2 |
| 1634 | 2026-08-11T16:36:08.993Z | Compiling bitflags v1.3.2 |
| 1635 | 2026-08-11T16:36:09.006Z | Compiling hyper v1.10.1 |
| 1636 | 2026-08-11T16:36:09.068Z | Compiling same-file v1.0.6 |
| 1637 | 2026-08-11T16:36:09.085Z | Compiling managed v0.8.0 |
| 1638 | 2026-08-11T16:36:09.086Z | Compiling foldhash v0.2.0 |
| 1639 | 2026-08-11T16:36:09.123Z | Compiling unicode-segmentation v1.12.0 |
| 1640 | 2026-08-11T16:36:09.263Z | Compiling path-slash v0.1.5 |
| 1641 | 2026-08-11T16:36:09.414Z | Compiling foldhash v0.1.5 |
| 1642 | 2026-08-11T16:36:09.508Z | Compiling object v0.37.3 |
| 1643 | 2026-08-11T16:36:09.508Z | Compiling bumpalo v3.20.2 |
| 1644 | 2026-08-11T16:36:09.508Z | Compiling jiff-core v0.1.0 |
| 1645 | 2026-08-11T16:36:09.569Z | Compiling either v1.15.0 |
| 1646 | 2026-08-11T16:36:09.569Z | Compiling base16ct v0.2.0 |
| 1647 | 2026-08-11T16:36:09.685Z | Compiling hashbrown v0.15.5 |
| 1648 | 2026-08-11T16:36:09.766Z | Compiling test-strategy v0.4.5 |
| 1649 | 2026-08-11T16:36:09.766Z | Compiling sec1 v0.7.3 |
| 1650 | 2026-08-11T16:36:09.766Z | Compiling zopfli v0.8.3 |
| 1651 | 2026-08-11T16:36:09.840Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-08-11T16:36:10.044Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1653 | 2026-08-11T16:36:10.129Z | Compiling hashbrown v0.16.1 |
| 1654 | 2026-08-11T16:36:10.129Z | Compiling dof v0.3.0 |
| 1655 | 2026-08-11T16:36:10.291Z | Compiling hyper-util v0.1.20 |
| 1656 | 2026-08-11T16:36:10.394Z | Compiling snafu v0.8.9 |
| 1657 | 2026-08-11T16:36:10.445Z | Compiling jiff v0.2.34 |
| 1658 | 2026-08-11T16:36:10.610Z | Compiling walkdir v2.5.0 |
| 1659 | 2026-08-11T16:36:10.670Z | Compiling strum v0.27.2 |
| 1660 | 2026-08-11T16:36:10.696Z | Compiling cargo_metadata v0.23.1 |
| 1661 | 2026-08-11T16:36:10.696Z | Compiling group v0.13.0 |
| 1662 | 2026-08-11T16:36:10.799Z | Compiling hubpack v0.1.2 |
| 1663 | 2026-08-11T16:36:10.910Z | Compiling phf v0.13.1 |
| 1664 | 2026-08-11T16:36:10.910Z | Compiling futures v0.3.32 |
| 1665 | 2026-08-11T16:36:10.911Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-08-11T16:36:10.978Z | Compiling zstd v0.13.3 |
| 1667 | 2026-08-11T16:36:10.978Z | Compiling signal-hook-mio v0.2.5 |
| 1668 | 2026-08-11T16:36:11.036Z | Compiling postgres-types v0.2.12 |
| 1669 | 2026-08-11T16:36:11.036Z | Compiling cipher v0.5.2 |
| 1670 | 2026-08-11T16:36:11.101Z | Compiling serde_with_macros v3.21.0 |
| 1671 | 2026-08-11T16:36:11.320Z | Compiling globset v0.4.18 |
| 1672 | 2026-08-11T16:36:11.387Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-08-11T16:36:11.387Z | Compiling usdt-attr-macro v0.6.0 |
| 1674 | 2026-08-11T16:36:11.387Z | Compiling byte-wrapper v0.1.0 |
| 1675 | 2026-08-11T16:36:11.472Z | Compiling dtrace-parser v0.2.0 |
| 1676 | 2026-08-11T16:36:11.516Z | Compiling serde-big-array v0.5.1 |
| 1677 | 2026-08-11T16:36:11.588Z | Compiling olpc-cjson v0.1.4 |
| 1678 | 2026-08-11T16:36:11.668Z | Compiling hyper-tls v0.6.0 |
| 1679 | 2026-08-11T16:36:11.700Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-08-11T16:36:11.719Z | Compiling ed25519 v2.2.3 |
| 1681 | 2026-08-11T16:36:11.924Z | Compiling reqwest v0.12.28 |
| 1682 | 2026-08-11T16:36:11.957Z | Compiling hkdf v0.12.4 |
| 1683 | 2026-08-11T16:36:11.957Z | Compiling crypto-bigint v0.5.5 |
| 1684 | 2026-08-11T16:36:12.032Z | Compiling async-recursion v1.1.1 |
| 1685 | 2026-08-11T16:36:12.064Z | Compiling enum-as-inner v0.6.1 |
| 1686 | 2026-08-11T16:36:12.128Z | Compiling serde_repr v0.1.20 |
| 1687 | 2026-08-11T16:36:12.194Z | Compiling strum_macros v0.26.4 |
| 1688 | 2026-08-11T16:36:12.210Z | Compiling phf_shared v0.11.3 |
| 1689 | 2026-08-11T16:36:12.278Z | Compiling float-cmp v0.10.0 |
| 1690 | 2026-08-11T16:36:12.318Z | Compiling pem v3.0.6 |
| 1691 | 2026-08-11T16:36:12.408Z | Compiling thread-id v4.2.2 |
| 1692 | 2026-08-11T16:36:12.445Z | Compiling memmap2 v0.9.10 |
| 1693 | 2026-08-11T16:36:12.483Z | Compiling keccak v0.1.6 |
| 1694 | 2026-08-11T16:36:12.490Z | Compiling difflib v0.4.0 |
| 1695 | 2026-08-11T16:36:12.639Z | Compiling typed-path v0.9.3 |
| 1696 | 2026-08-11T16:36:12.667Z | Compiling fixedbitset v0.5.7 |
| 1697 | 2026-08-11T16:36:12.667Z | Compiling predicates-core v1.0.10 |
| 1698 | 2026-08-11T16:36:12.707Z | Compiling const-oid v0.10.2 |
| 1699 | 2026-08-11T16:36:12.725Z | Compiling precomputed-hash v0.1.1 |
| 1700 | 2026-08-11T16:36:12.741Z | Compiling whoami v2.1.0 |
| 1701 | 2026-08-11T16:36:12.848Z | Compiling normalize-line-endings v0.3.0 |
| 1702 | 2026-08-11T16:36:12.879Z | Compiling data-encoding v2.10.0 |
| 1703 | 2026-08-11T16:36:12.957Z | Compiling static_assertions v1.1.0 |
| 1704 | 2026-08-11T16:36:12.973Z | Compiling cpufeatures v0.3.0 |
| 1705 | 2026-08-11T16:36:13.013Z | Compiling winnow v1.0.3 |
| 1706 | 2026-08-11T16:36:13.067Z | Compiling new_debug_unreachable v1.0.6 |
| 1707 | 2026-08-11T16:36:13.067Z | Compiling fixedbitset v0.4.2 |
| 1708 | 2026-08-11T16:36:13.080Z | Compiling chacha20 v0.10.0 |
| 1709 | 2026-08-11T16:36:13.112Z | Compiling string_cache v0.8.9 |
| 1710 | 2026-08-11T16:36:13.144Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1711 | 2026-08-11T16:36:13.253Z | Compiling petgraph v0.6.5 |
| 1712 | 2026-08-11T16:36:13.293Z | Compiling hickory-proto v0.25.2 |
| 1713 | 2026-08-11T16:36:13.382Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1714 | 2026-08-11T16:36:13.425Z | Compiling elliptic-curve v0.13.8 |
| 1715 | 2026-08-11T16:36:13.488Z | Compiling tokio-postgres v0.7.16 |
| 1716 | 2026-08-11T16:36:13.592Z | Compiling toml_edit v0.22.27 |
| 1717 | 2026-08-11T16:36:13.619Z | Compiling predicates v3.1.4 |
| 1718 | 2026-08-11T16:36:13.841Z | Compiling petgraph v0.8.3 |
| 1719 | 2026-08-11T16:36:13.916Z | Compiling digest v0.11.3 |
| 1720 | 2026-08-11T16:36:14.048Z | Compiling strum v0.26.3 |
| 1721 | 2026-08-11T16:36:14.085Z | Compiling zip v4.6.1 |
| 1722 | 2026-08-11T16:36:14.098Z | Compiling sha3 v0.10.8 |
| 1723 | 2026-08-11T16:36:14.098Z | Compiling usdt v0.6.0 |
| 1724 | 2026-08-11T16:36:14.177Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-08-11T16:36:14.193Z | Compiling serde_with v3.21.0 |
| 1726 | 2026-08-11T16:36:14.193Z | Compiling crossterm v0.28.1 |
| 1727 | 2026-08-11T16:36:14.279Z | Compiling ed25519-dalek v2.2.0 |
| 1728 | 2026-08-11T16:36:14.402Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1729 | 2026-08-11T16:36:14.792Z | Compiling iddqd v0.4.2 |
| 1730 | 2026-08-11T16:36:14.965Z | Compiling itertools v0.15.0 |
| 1731 | 2026-08-11T16:36:15.027Z | Compiling itertools v0.13.0 |
| 1732 | 2026-08-11T16:36:15.479Z | Compiling similar v2.7.0 |
| 1733 | 2026-08-11T16:36:15.766Z | Compiling heck v0.4.1 |
| 1734 | 2026-08-11T16:36:15.783Z | Compiling tokio-stream v0.1.18 |
| 1735 | 2026-08-11T16:36:15.847Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-08-11T16:36:15.897Z | Compiling buf-list v1.1.2 |
| 1737 | 2026-08-11T16:36:15.974Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1738 | 2026-08-11T16:36:16.012Z | Compiling openapiv3 v2.2.0 |
| 1739 | 2026-08-11T16:36:16.026Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-08-11T16:36:16.072Z | Compiling peg-runtime v0.8.5 |
| 1741 | 2026-08-11T16:36:16.189Z | Compiling thread_local v1.1.9 |
| 1742 | 2026-08-11T16:36:16.205Z | Compiling slog-async v2.8.0 |
| 1743 | 2026-08-11T16:36:16.231Z | Compiling crossbeam-channel v0.5.15 |
| 1744 | 2026-08-11T16:36:16.265Z | Compiling filetime v0.2.27 |
| 1745 | 2026-08-11T16:36:16.296Z | Compiling is-terminal v0.4.17 |
| 1746 | 2026-08-11T16:36:16.299Z | Compiling take_mut v0.2.2 |
| 1747 | 2026-08-11T16:36:16.325Z | Compiling term v1.2.1 |
| 1748 | 2026-08-11T16:36:16.359Z | Compiling xattr v1.6.1 |
| 1749 | 2026-08-11T16:36:16.375Z | Compiling camino-tempfile v1.4.1 |
| 1750 | 2026-08-11T16:36:16.524Z | Compiling tar v0.4.46 |
| 1751 | 2026-08-11T16:36:16.599Z | Compiling slog-term v2.9.2 |
| 1752 | 2026-08-11T16:36:34.091Z | Compiling rustls-webpki v0.103.13 |
| 1753 | 2026-08-11T16:36:36.765Z | Compiling tokio-rustls v0.26.4 |
| 1754 | 2026-08-11T16:36:36.765Z | Compiling rustls-platform-verifier v0.6.2 |
| 1755 | 2026-08-11T16:36:36.765Z | Compiling tough v0.22.0 |
| 1756 | 2026-08-11T16:36:36.973Z | Compiling hyper-rustls v0.27.7 |
| 1757 | 2026-08-11T16:36:37.152Z | Compiling reqwest v0.13.2 |
| 1758 | 2026-08-11T16:36:39.318Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1759 | 2026-08-11T16:36:39.555Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1760 | 2026-08-11T16:36:42.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.62s |
| 1761 | 2026-08-11T16:36:42.624Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1762 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.092 INFO Starting download, target: Console |
| 1763 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: DendriteStub |
| 1764 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: Cockroach |
| 1765 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: Clickhouse |
| 1766 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: MaghemiteMgd |
| 1767 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: MaghemiteDdmd |
| 1768 | 2026-08-11T16:36:42.681Z | Aug 11 16:36:42.093 INFO Starting download, target: TransceiverControl |
| 1769 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1770 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1771 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1772 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1773 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1774 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1775 | 2026-08-11T16:36:42.684Z | Aug 11 16:36:42.094 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1776 | 2026-08-11T16:36:43.307Z | Aug 11 16:36:42.711 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1777 | 2026-08-11T16:36:43.541Z | Aug 11 16:36:42.948 INFO Download complete, target: TransceiverControl |
| 1778 | 2026-08-11T16:36:44.563Z | Aug 11 16:36:43.959 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1779 | 2026-08-11T16:36:44.837Z | Aug 11 16:36:44.248 INFO Download complete, target: Console |
| 1780 | 2026-08-11T16:36:44.911Z | Aug 11 16:36:44.320 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1781 | 2026-08-11T16:36:45.285Z | Aug 11 16:36:44.697 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1782 | 2026-08-11T16:36:46.697Z | Aug 11 16:36:46.102 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1783 | 2026-08-11T16:36:46.823Z | Aug 11 16:36:46.229 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1784 | 2026-08-11T16:36:47.276Z | Aug 11 16:36:46.681 INFO Download complete, target: DendriteStub |
| 1785 | 2026-08-11T16:36:48.195Z | Aug 11 16:36:47.604 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1786 | 2026-08-11T16:36:48.195Z | Aug 11 16:36:47.604 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1787 | 2026-08-11T16:36:48.804Z | Aug 11 16:36:48.216 INFO Download complete, target: MaghemiteDdmd |
| 1788 | 2026-08-11T16:36:49.455Z | Aug 11 16:36:48.867 INFO Download complete, target: MaghemiteMgd |
| 1789 | 2026-08-11T16:36:52.189Z | Aug 11 16:36:51.601 INFO Checking that binary works, target: Clickhouse |
| 1790 | 2026-08-11T16:36:52.284Z | Aug 11 16:36:51.693 INFO Download complete, target: Clickhouse |
| 1791 | 2026-08-11T16:36:52.917Z | Aug 11 16:36:52.320 INFO Checking that binary works, target: Cockroach |
| 1792 | 2026-08-11T16:36:53.050Z | Aug 11 16:36:52.452 INFO Download complete, target: Cockroach |
| 1793 | 2026-08-11T16:36:53.066Z | All prerequisites installed successfully |
| 1794 | 2026-08-11T16:36:53.066Z | |
| 1795 | 2026-08-11T16:36:53.066Z | real 1:54.908919941 |
| 1796 | 2026-08-11T16:36:53.066Z | user 7:13.018155570 |
| 1797 | 2026-08-11T16:36:53.066Z | sys 1:44.508734634 |
| 1798 | 2026-08-11T16:36:53.066Z | trap 0.286227599 |
| 1799 | 2026-08-11T16:36:53.066Z | tflt 0.903285632 |
| 1800 | 2026-08-11T16:36:53.067Z | dflt 1.731967196 |
| 1801 | 2026-08-11T16:36:53.067Z | kflt 0.028413838 |
| 1802 | 2026-08-11T16:36:53.067Z | lock 28:33.120215666 |
| 1803 | 2026-08-11T16:36:53.067Z | slp 19:47.716014503 |
| 1804 | 2026-08-11T16:36:53.067Z | lat 27.805143586 |
| 1805 | 2026-08-11T16:36:53.067Z | stop 3:30.407098245 |
| 1806 | 2026-08-11T16:36:53.067Z | + ptime -m cargo xtask download softnpu |
| 1807 | 2026-08-11T16:36:53.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1808 | 2026-08-11T16:36:53.627Z | Running `target/debug/xtask download softnpu` |
| 1809 | 2026-08-11T16:36:54.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 1810 | 2026-08-11T16:36:54.402Z | Running `target/debug/xtask-downloader softnpu` |
| 1811 | 2026-08-11T16:36:54.454Z | Aug 11 16:36:53.835 INFO Starting download, target: Softnpu |
| 1812 | 2026-08-11T16:36:54.465Z | Aug 11 16:36:53.836 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1813 | 2026-08-11T16:36:55.458Z | Aug 11 16:36:54.858 INFO Download complete, target: Softnpu |
| 1814 | 2026-08-11T16:36:55.458Z | |
| 1815 | 2026-08-11T16:36:55.458Z | real 2.397875754 |
| 1816 | 2026-08-11T16:36:55.459Z | user 1.335492593 |
| 1817 | 2026-08-11T16:36:55.459Z | sys 0.629745086 |
| 1818 | 2026-08-11T16:36:55.459Z | trap 0.000750180 |
| 1819 | 2026-08-11T16:36:55.459Z | tflt 0.000134420 |
| 1820 | 2026-08-11T16:36:55.459Z | dflt 0.000646780 |
| 1821 | 2026-08-11T16:36:55.459Z | kflt 0.000006330 |
| 1822 | 2026-08-11T16:36:55.459Z | lock 19.070846912 |
| 1823 | 2026-08-11T16:36:55.459Z | slp 0.867252420 |
| 1824 | 2026-08-11T16:36:55.459Z | lat 0.086476357 |
| 1825 | 2026-08-11T16:36:55.459Z | stop 0.000255830 |
| 1826 | 2026-08-11T16:36:55.459Z | + export CARGO_INCREMENTAL=0 |
| 1827 | 2026-08-11T16:36:55.459Z | + CARGO_INCREMENTAL=0 |
| 1828 | 2026-08-11T16:36:55.459Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1829 | 2026-08-11T16:36:56.369Z | Compiling proc-macro2 v1.0.106 |
| 1830 | 2026-08-11T16:36:56.370Z | Compiling quote v1.0.45 |
| 1831 | 2026-08-11T16:36:56.370Z | Compiling unicode-ident v1.0.24 |
| 1832 | 2026-08-11T16:36:56.370Z | Compiling libc v0.2.185 |
| 1833 | 2026-08-11T16:36:56.374Z | Compiling serde_core v1.0.228 |
| 1834 | 2026-08-11T16:36:56.374Z | Compiling serde v1.0.228 |
| 1835 | 2026-08-11T16:36:56.374Z | Compiling cfg-if v1.0.4 |
| 1836 | 2026-08-11T16:36:56.374Z | Compiling version_check v0.9.5 |
| 1837 | 2026-08-11T16:36:56.374Z | Compiling autocfg v1.5.0 |
| 1838 | 2026-08-11T16:36:56.375Z | Compiling find-msvc-tools v0.1.9 |
| 1839 | 2026-08-11T16:36:56.375Z | Compiling shlex v1.3.0 |
| 1840 | 2026-08-11T16:36:56.375Z | Compiling memchr v2.8.0 |
| 1841 | 2026-08-11T16:36:56.531Z | Compiling zmij v1.0.21 |
| 1842 | 2026-08-11T16:36:56.543Z | Compiling serde_json v1.0.151 |
| 1843 | 2026-08-11T16:36:56.664Z | Compiling portable-atomic v1.13.1 |
| 1844 | 2026-08-11T16:36:56.667Z | Compiling zerocopy v0.8.40 |
| 1845 | 2026-08-11T16:36:56.753Z | Compiling libm v0.2.16 |
| 1846 | 2026-08-11T16:36:56.824Z | Compiling getrandom v0.4.1 |
| 1847 | 2026-08-11T16:36:56.839Z | Compiling parking_lot_core v0.9.12 |
| 1848 | 2026-08-11T16:36:56.913Z | Compiling num-traits v0.2.19 |
| 1849 | 2026-08-11T16:36:56.917Z | Compiling icu_properties_data v2.1.2 |
| 1850 | 2026-08-11T16:36:56.930Z | Compiling smallvec v1.15.1 |
| 1851 | 2026-08-11T16:36:56.934Z | Compiling icu_normalizer_data v2.1.1 |
| 1852 | 2026-08-11T16:36:56.991Z | Compiling generic-array v0.14.7 |
| 1853 | 2026-08-11T16:36:57.079Z | Compiling itoa v1.0.17 |
| 1854 | 2026-08-11T16:36:57.094Z | Compiling log v0.4.29 |
| 1855 | 2026-08-11T16:36:57.157Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-08-11T16:36:57.173Z | Compiling subtle v2.6.1 |
| 1857 | 2026-08-11T16:36:57.219Z | Compiling stable_deref_trait v1.2.1 |
| 1858 | 2026-08-11T16:36:57.235Z | Compiling typenum v1.20.1 |
| 1859 | 2026-08-11T16:36:57.312Z | Compiling getrandom v0.3.4 |
| 1860 | 2026-08-11T16:36:57.375Z | Compiling scopeguard v1.2.0 |
| 1861 | 2026-08-11T16:36:57.378Z | Compiling thiserror v2.0.18 |
| 1862 | 2026-08-11T16:36:57.407Z | Compiling rustix v1.1.3 |
| 1863 | 2026-08-11T16:36:57.436Z | Compiling jobserver v0.1.34 |
| 1864 | 2026-08-11T16:36:57.450Z | Compiling errno v0.3.14 |
| 1865 | 2026-08-11T16:36:57.501Z | Compiling lock_api v0.4.14 |
| 1866 | 2026-08-11T16:36:57.659Z | Compiling rand_core v0.10.0 |
| 1867 | 2026-08-11T16:36:57.687Z | Compiling cc v1.2.56 |
| 1868 | 2026-08-11T16:36:57.690Z | Compiling getrandom v0.2.17 |
| 1869 | 2026-08-11T16:36:57.765Z | Compiling equivalent v1.0.2 |
| 1870 | 2026-08-11T16:36:57.808Z | Compiling heck v0.5.0 |
| 1871 | 2026-08-11T16:36:57.963Z | Compiling syn v2.0.117 |
| 1872 | 2026-08-11T16:36:57.966Z | Compiling rand_core v0.6.4 |
| 1873 | 2026-08-11T16:36:57.966Z | Compiling syn v1.0.109 |
| 1874 | 2026-08-11T16:36:58.014Z | Compiling pin-project-lite v0.2.17 |
| 1875 | 2026-08-11T16:36:58.031Z | Compiling critical-section v1.2.0 |
| 1876 | 2026-08-11T16:36:58.111Z | Compiling schemars v0.8.22 |
| 1877 | 2026-08-11T16:36:58.128Z | Compiling litemap v0.8.1 |
| 1878 | 2026-08-11T16:36:58.143Z | Compiling percent-encoding v2.3.2 |
| 1879 | 2026-08-11T16:36:58.197Z | Compiling writeable v0.6.2 |
| 1880 | 2026-08-11T16:36:58.251Z | Compiling hashbrown v0.17.0 |
| 1881 | 2026-08-11T16:36:58.354Z | Compiling fs_extra v1.3.0 |
| 1882 | 2026-08-11T16:36:58.367Z | Compiling rustversion v1.0.22 |
| 1883 | 2026-08-11T16:36:58.369Z | Compiling dunce v1.0.5 |
| 1884 | 2026-08-11T16:36:58.402Z | Compiling once_cell v1.21.3 |
| 1885 | 2026-08-11T16:36:58.467Z | Compiling cmake v0.1.57 |
| 1886 | 2026-08-11T16:36:58.584Z | Compiling byteorder v1.5.0 |
| 1887 | 2026-08-11T16:36:58.669Z | Compiling strsim v0.11.1 |
| 1888 | 2026-08-11T16:36:58.710Z | Compiling signal-hook-registry v1.4.8 |
| 1889 | 2026-08-11T16:36:58.826Z | Compiling utf8_iter v1.0.4 |
| 1890 | 2026-08-11T16:36:58.842Z | Compiling thiserror v1.0.69 |
| 1891 | 2026-08-11T16:36:58.939Z | Compiling semver v1.0.28 |
| 1892 | 2026-08-11T16:36:58.959Z | Compiling indexmap v2.14.0 |
| 1893 | 2026-08-11T16:36:58.998Z | Compiling bitflags v2.11.0 |
| 1894 | 2026-08-11T16:36:59.013Z | Compiling aws-lc-sys v0.40.0 |
| 1895 | 2026-08-11T16:36:59.016Z | Compiling parking_lot v0.12.5 |
| 1896 | 2026-08-11T16:36:59.179Z | Compiling form_urlencoded v1.2.2 |
| 1897 | 2026-08-11T16:36:59.240Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-11T16:36:59.264Z | Compiling socket2 v0.6.3 |
| 1899 | 2026-08-11T16:36:59.332Z | Compiling aws-lc-rs v1.16.3 |
| 1900 | 2026-08-11T16:36:59.402Z | Compiling futures-core v0.3.32 |
| 1901 | 2026-08-11T16:36:59.455Z | Compiling const-oid v0.9.6 |
| 1902 | 2026-08-11T16:36:59.590Z | Compiling httparse v1.10.1 |
| 1903 | 2026-08-11T16:36:59.791Z | Compiling regex-syntax v0.8.10 |
| 1904 | 2026-08-11T16:36:59.872Z | Compiling crc32fast v1.5.0 |
| 1905 | 2026-08-11T16:36:59.917Z | Compiling ucd-trie v0.1.7 |
| 1906 | 2026-08-11T16:36:59.933Z | Compiling fnv v1.0.7 |
| 1907 | 2026-08-11T16:37:00.102Z | Compiling pest v2.8.6 |
| 1908 | 2026-08-11T16:37:00.135Z | Compiling vcpkg v0.2.15 |
| 1909 | 2026-08-11T16:37:00.138Z | Compiling ident_case v1.0.1 |
| 1910 | 2026-08-11T16:37:00.165Z | Compiling iana-time-zone v0.1.65 |
| 1911 | 2026-08-11T16:37:00.197Z | Compiling uuid v1.23.4 |
| 1912 | 2026-08-11T16:37:00.319Z | Compiling rustc_version v0.4.1 |
| 1913 | 2026-08-11T16:37:00.390Z | Compiling futures-sink v0.3.32 |
| 1914 | 2026-08-11T16:37:00.520Z | Compiling rustls v0.23.41 |
| 1915 | 2026-08-11T16:37:00.525Z | Compiling futures-channel v0.3.32 |
| 1916 | 2026-08-11T16:37:00.648Z | Compiling aho-corasick v1.1.4 |
| 1917 | 2026-08-11T16:37:00.711Z | Compiling openssl-sys v0.9.117 |
| 1918 | 2026-08-11T16:37:00.749Z | Compiling futures-task v0.3.32 |
| 1919 | 2026-08-11T16:37:00.781Z | Compiling synstructure v0.13.2 |
| 1920 | 2026-08-11T16:37:00.852Z | Compiling serde_derive_internals v0.29.1 |
| 1921 | 2026-08-11T16:37:00.867Z | Compiling slab v0.4.12 |
| 1922 | 2026-08-11T16:37:00.898Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-08-11T16:37:01.113Z | Compiling num-conv v0.2.0 |
| 1924 | 2026-08-11T16:37:01.153Z | Compiling radium v0.7.0 |
| 1925 | 2026-08-11T16:37:01.169Z | Compiling time-core v0.1.8 |
| 1926 | 2026-08-11T16:37:01.172Z | Compiling dyn-clone v1.0.20 |
| 1927 | 2026-08-11T16:37:01.250Z | Compiling pest_meta v2.8.6 |
| 1928 | 2026-08-11T16:37:01.266Z | Compiling plain v0.2.3 |
| 1929 | 2026-08-11T16:37:01.340Z | Compiling crossbeam-utils v0.8.21 |
| 1930 | 2026-08-11T16:37:01.371Z | Compiling time-macros v0.2.27 |
| 1931 | 2026-08-11T16:37:01.405Z | Compiling base64ct v1.8.3 |
| 1932 | 2026-08-11T16:37:01.426Z | Compiling pretty-hex v0.4.1 |
| 1933 | 2026-08-11T16:37:01.441Z | Compiling base64 v0.22.1 |
| 1934 | 2026-08-11T16:37:01.553Z | Compiling regex-automata v0.4.14 |
| 1935 | 2026-08-11T16:37:01.604Z | Compiling maybe-uninit v2.0.0 |
| 1936 | 2026-08-11T16:37:01.634Z | Compiling openssl v0.10.80 |
| 1937 | 2026-08-11T16:37:01.650Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-08-11T16:37:01.741Z | Compiling flagset v0.4.7 |
| 1939 | 2026-08-11T16:37:01.898Z | Compiling pest_generator v2.8.6 |
| 1940 | 2026-08-11T16:37:01.915Z | Compiling darling_core v0.23.0 |
| 1941 | 2026-08-11T16:37:01.949Z | Compiling rand_core v0.9.5 |
| 1942 | 2026-08-11T16:37:01.980Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1943 | 2026-08-11T16:37:01.984Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1944 | 2026-08-11T16:37:01.984Z | Compiling ahash v0.8.12 |
| 1945 | 2026-08-11T16:37:02.029Z | Compiling packed_struct v0.10.1 |
| 1946 | 2026-08-11T16:37:02.053Z | Compiling serde_derive v1.0.228 |
| 1947 | 2026-08-11T16:37:02.101Z | Compiling zeroize_derive v1.5.0 |
| 1948 | 2026-08-11T16:37:02.116Z | Compiling zerofrom-derive v0.1.6 |
| 1949 | 2026-08-11T16:37:02.184Z | Compiling yoke-derive v0.8.1 |
| 1950 | 2026-08-11T16:37:02.255Z | Compiling zerocopy-derive v0.8.40 |
| 1951 | 2026-08-11T16:37:02.298Z | Compiling zerovec-derive v0.11.2 |
| 1952 | 2026-08-11T16:37:02.319Z | Compiling displaydoc v0.2.5 |
| 1953 | 2026-08-11T16:37:02.378Z | Compiling tokio-macros v2.7.0 |
| 1954 | 2026-08-11T16:37:02.393Z | Compiling futures-macro v0.3.32 |
| 1955 | 2026-08-11T16:37:02.409Z | Compiling thiserror-impl v2.0.18 |
| 1956 | 2026-08-11T16:37:02.536Z | Compiling schemars_derive v0.8.22 |
| 1957 | 2026-08-11T16:37:02.551Z | Compiling der_derive v0.7.3 |
| 1958 | 2026-08-11T16:37:02.717Z | Compiling tracing-attributes v0.1.31 |
| 1959 | 2026-08-11T16:37:02.733Z | Compiling zeroize v1.9.0 |
| 1960 | 2026-08-11T16:37:03.090Z | Compiling thiserror-impl v1.0.69 |
| 1961 | 2026-08-11T16:37:03.199Z | Compiling pest_derive v2.8.6 |
| 1962 | 2026-08-11T16:37:03.230Z | Compiling futures-util v0.3.32 |
| 1963 | 2026-08-11T16:37:03.260Z | Compiling zerofrom v0.1.6 |
| 1964 | 2026-08-11T16:37:03.417Z | Compiling yoke v0.8.1 |
| 1965 | 2026-08-11T16:37:03.603Z | Compiling zerovec v0.11.5 |
| 1966 | 2026-08-11T16:37:03.622Z | Compiling zerotrie v0.2.3 |
| 1967 | 2026-08-11T16:37:03.691Z | Compiling crypto-common v0.1.7 |
| 1968 | 2026-08-11T16:37:03.738Z | Compiling block-buffer v0.10.4 |
| 1969 | 2026-08-11T16:37:03.895Z | Compiling digest v0.10.7 |
| 1970 | 2026-08-11T16:37:04.032Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-08-11T16:37:04.050Z | Compiling scroll_derive v0.13.1 |
| 1972 | 2026-08-11T16:37:04.068Z | Compiling der v0.7.10 |
| 1973 | 2026-08-11T16:37:04.087Z | Compiling openssl-macros v0.1.1 |
| 1974 | 2026-08-11T16:37:04.128Z | Compiling tinystr v0.8.2 |
| 1975 | 2026-08-11T16:37:04.214Z | Compiling potential_utf v0.1.4 |
| 1976 | 2026-08-11T16:37:04.287Z | Compiling anyhow v1.0.102 |
| 1977 | 2026-08-11T16:37:04.351Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-08-11T16:37:04.408Z | Compiling icu_locale_core v2.1.1 |
| 1979 | 2026-08-11T16:37:04.517Z | Compiling native-tls v0.2.18 |
| 1980 | 2026-08-11T16:37:04.610Z | Compiling num-bigint-dig v0.8.6 |
| 1981 | 2026-08-11T16:37:04.709Z | Compiling darling_macro v0.23.0 |
| 1982 | 2026-08-11T16:37:04.828Z | Compiling regex v1.12.3 |
| 1983 | 2026-08-11T16:37:04.842Z | Compiling zerocopy-derive v0.7.35 |
| 1984 | 2026-08-11T16:37:05.077Z | Compiling icu_provider v2.1.1 |
| 1985 | 2026-08-11T16:37:05.111Z | Compiling spki v0.7.3 |
| 1986 | 2026-08-11T16:37:05.213Z | Compiling bytes v1.11.1 |
| 1987 | 2026-08-11T16:37:05.273Z | Compiling chrono v0.4.45 |
| 1988 | 2026-08-11T16:37:05.286Z | Compiling serde_tokenstream v0.2.3 |
| 1989 | 2026-08-11T16:37:05.325Z | Compiling icu_properties v2.1.2 |
| 1990 | 2026-08-11T16:37:05.364Z | Compiling icu_normalizer v2.1.1 |
| 1991 | 2026-08-11T16:37:05.669Z | Compiling slog v2.8.2 |
| 1992 | 2026-08-11T16:37:05.802Z | Compiling tokio v1.52.1 |
| 1993 | 2026-08-11T16:37:05.838Z | Compiling http v1.4.2 |
| 1994 | 2026-08-11T16:37:06.168Z | Compiling tracing-core v0.1.36 |
| 1995 | 2026-08-11T16:37:06.338Z | Compiling idna_adapter v1.2.1 |
| 1996 | 2026-08-11T16:37:06.397Z | Compiling cookie v0.18.1 |
| 1997 | 2026-08-11T16:37:06.499Z | Compiling ppv-lite86 v0.2.21 |
| 1998 | 2026-08-11T16:37:06.665Z | Compiling idna v1.1.0 |
| 1999 | 2026-08-11T16:37:06.694Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-08-11T16:37:06.823Z | Compiling cpufeatures v0.2.17 |
| 2001 | 2026-08-11T16:37:06.826Z | Compiling camino v1.2.2 |
| 2002 | 2026-08-11T16:37:06.840Z | Compiling rand_chacha v0.9.0 |
| 2003 | 2026-08-11T16:37:06.872Z | Compiling tracing v0.1.44 |
| 2004 | 2026-08-11T16:37:07.045Z | Compiling url v2.5.8 |
| 2005 | 2026-08-11T16:37:07.068Z | Compiling darling v0.23.0 |
| 2006 | 2026-08-11T16:37:07.176Z | Compiling serde_spanned v0.6.9 |
| 2007 | 2026-08-11T16:37:07.180Z | Compiling toml_datetime v0.6.11 |
| 2008 | 2026-08-11T16:37:07.207Z | Compiling bitfield-macros v0.19.4 |
| 2009 | 2026-08-11T16:37:07.229Z | Compiling zerocopy-derive v0.6.6 |
| 2010 | 2026-08-11T16:37:07.233Z | Compiling clap_derive v4.6.1 |
| 2011 | 2026-08-11T16:37:07.257Z | Compiling packed_struct_codegen v0.10.1 |
| 2012 | 2026-08-11T16:37:07.334Z | Compiling indexmap v1.9.3 |
| 2013 | 2026-08-11T16:37:07.455Z | Compiling anstyle v1.0.14 |
| 2014 | 2026-08-11T16:37:07.556Z | Compiling paste v1.0.15 |
| 2015 | 2026-08-11T16:37:07.809Z | Compiling rand v0.9.2 |
| 2016 | 2026-08-11T16:37:07.884Z | Compiling http-body v1.0.1 |
| 2017 | 2026-08-11T16:37:07.888Z | Compiling pkcs8 v0.10.2 |
| 2018 | 2026-08-11T16:37:07.993Z | Compiling rustls-pki-types v1.14.0 |
| 2019 | 2026-08-11T16:37:08.166Z | Compiling spin v0.9.8 |
| 2020 | 2026-08-11T16:37:08.181Z | Compiling usdt-impl v0.5.0 |
| 2021 | 2026-08-11T16:37:08.269Z | Compiling cmov v0.5.4 |
| 2022 | 2026-08-11T16:37:08.394Z | Compiling winnow v0.5.40 |
| 2023 | 2026-08-11T16:37:08.412Z | Compiling is_terminal_polyfill v1.70.2 |
| 2024 | 2026-08-11T16:37:08.427Z | Compiling ref-cast v1.0.25 |
| 2025 | 2026-08-11T16:37:08.520Z | Compiling tinyvec_macros v0.1.1 |
| 2026 | 2026-08-11T16:37:08.523Z | Compiling fastrand v2.3.0 |
| 2027 | 2026-08-11T16:37:08.604Z | Compiling either v1.15.0 |
| 2028 | 2026-08-11T16:37:08.748Z | Compiling anstyle-query v1.1.5 |
| 2029 | 2026-08-11T16:37:08.763Z | Compiling colorchoice v1.0.4 |
| 2030 | 2026-08-11T16:37:08.834Z | Compiling usdt-impl v0.6.0 |
| 2031 | 2026-08-11T16:37:08.860Z | Compiling openssl-probe v0.2.1 |
| 2032 | 2026-08-11T16:37:08.876Z | Compiling ctutils v0.4.2 |
| 2033 | 2026-08-11T16:37:08.879Z | Compiling tinyvec v1.10.0 |
| 2034 | 2026-08-11T16:37:09.038Z | Compiling sha2 v0.10.9 |
| 2035 | 2026-08-11T16:37:09.140Z | Compiling scroll v0.13.0 |
| 2036 | 2026-08-11T16:37:09.199Z | Compiling scroll v0.12.0 |
| 2037 | 2026-08-11T16:37:09.242Z | Compiling async-trait v0.1.89 |
| 2038 | 2026-08-11T16:37:09.399Z | Compiling heapless v0.7.17 |
| 2039 | 2026-08-11T16:37:09.497Z | Compiling untrusted v0.7.1 |
| 2040 | 2026-08-11T16:37:09.500Z | Compiling signal-hook v0.3.18 |
| 2041 | 2026-08-11T16:37:09.542Z | Compiling winnow v1.0.3 |
| 2042 | 2026-08-11T16:37:09.542Z | Compiling winnow v0.7.14 |
| 2043 | 2026-08-11T16:37:09.609Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-11T16:37:09.642Z | Compiling litrs v1.0.0 |
| 2045 | 2026-08-11T16:37:09.660Z | Compiling atomic-waker v1.1.2 |
| 2046 | 2026-08-11T16:37:09.712Z | Compiling toml_edit v0.19.15 |
| 2047 | 2026-08-11T16:37:09.803Z | Compiling try-lock v0.2.5 |
| 2048 | 2026-08-11T16:37:09.934Z | Compiling tower-layer v0.3.3 |
| 2049 | 2026-08-11T16:37:10.048Z | Compiling tower-service v0.3.3 |
| 2050 | 2026-08-11T16:37:10.079Z | Compiling zstd-safe v7.2.4 |
| 2051 | 2026-08-11T16:37:10.095Z | Compiling rustix v0.38.44 |
| 2052 | 2026-08-11T16:37:10.133Z | Compiling document-features v0.2.12 |
| 2053 | 2026-08-11T16:37:10.147Z | Compiling tempfile v3.25.0 |
| 2054 | 2026-08-11T16:37:10.161Z | Compiling want v0.3.1 |
| 2055 | 2026-08-11T16:37:10.302Z | Compiling h2 v0.4.15 |
| 2056 | 2026-08-11T16:37:10.428Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2057 | 2026-08-11T16:37:10.676Z | Compiling goblin v0.8.2 |
| 2058 | 2026-08-11T16:37:10.768Z | Compiling goblin v0.10.5 |
| 2059 | 2026-08-11T16:37:10.784Z | Compiling hybrid-array v0.4.13 |
| 2060 | 2026-08-11T16:37:10.987Z | Compiling itertools v0.15.0 |
| 2061 | 2026-08-11T16:37:11.040Z | Compiling anstyle-parse v1.0.0 |
| 2062 | 2026-08-11T16:37:11.191Z | Compiling zerocopy v0.7.35 |
| 2063 | 2026-08-11T16:37:11.258Z | Compiling ipnet v2.11.0 |
| 2064 | 2026-08-11T16:37:11.622Z | Compiling ref-cast-impl v1.0.25 |
| 2065 | 2026-08-11T16:37:11.725Z | Compiling daft-derive v0.1.7 |
| 2066 | 2026-08-11T16:37:11.748Z | Compiling structmeta-derive v0.3.0 |
| 2067 | 2026-08-11T16:37:11.765Z | Compiling darling_core v0.20.11 |
| 2068 | 2026-08-11T16:37:11.801Z | Compiling curve25519-dalek v4.1.3 |
| 2069 | 2026-08-11T16:37:11.992Z | Compiling memoffset v0.9.1 |
| 2070 | 2026-08-11T16:37:12.072Z | Compiling httpdate v1.0.3 |
| 2071 | 2026-08-11T16:37:12.196Z | Compiling untrusted v0.9.0 |
| 2072 | 2026-08-11T16:37:12.210Z | Compiling powerfmt v0.2.0 |
| 2073 | 2026-08-11T16:37:12.224Z | Compiling foreign-types-shared v0.1.1 |
| 2074 | 2026-08-11T16:37:12.306Z | Compiling simd-adler32 v0.3.8 |
| 2075 | 2026-08-11T16:37:12.454Z | Compiling tap v1.0.1 |
| 2076 | 2026-08-11T16:37:12.495Z | Compiling deranged v0.5.8 |
| 2077 | 2026-08-11T16:37:12.553Z | Compiling wyz v0.5.1 |
| 2078 | 2026-08-11T16:37:12.570Z | Compiling foreign-types v0.3.2 |
| 2079 | 2026-08-11T16:37:12.601Z | Compiling anstream v1.0.0 |
| 2080 | 2026-08-11T16:37:12.767Z | Compiling structmeta v0.3.0 |
| 2081 | 2026-08-11T16:37:12.780Z | Compiling unicode-normalization v0.1.25 |
| 2082 | 2026-08-11T16:37:12.930Z | Compiling dof v0.3.0 |
| 2083 | 2026-08-11T16:37:13.025Z | Compiling dtrace-parser v0.2.0 |
| 2084 | 2026-08-11T16:37:13.259Z | Compiling rand_chacha v0.3.1 |
| 2085 | 2026-08-11T16:37:13.436Z | Compiling hex v0.4.3 |
| 2086 | 2026-08-11T16:37:13.523Z | Compiling hyper v1.10.1 |
| 2087 | 2026-08-11T16:37:13.616Z | Compiling dof v0.4.0 |
| 2088 | 2026-08-11T16:37:13.631Z | Compiling signature v2.2.0 |
| 2089 | 2026-08-11T16:37:13.645Z | Compiling dtrace-parser v0.3.0 |
| 2090 | 2026-08-11T16:37:13.645Z | Compiling terminal_size v0.4.3 |
| 2091 | 2026-08-11T16:37:13.736Z | Compiling pin-project-internal v1.1.11 |
| 2092 | 2026-08-11T16:37:13.757Z | Compiling darling_macro v0.20.11 |
| 2093 | 2026-08-11T16:37:13.816Z | Compiling num-integer v0.1.46 |
| 2094 | 2026-08-11T16:37:13.845Z | Compiling thread-id v5.1.0 |
| 2095 | 2026-08-11T16:37:13.948Z | Compiling wait-timeout v0.2.1 |
| 2096 | 2026-08-11T16:37:14.079Z | Compiling thread-id v4.2.2 |
| 2097 | 2026-08-11T16:37:14.184Z | Compiling clap_lex v1.0.0 |
| 2098 | 2026-08-11T16:37:14.200Z | Compiling bit-vec v0.8.0 |
| 2099 | 2026-08-11T16:37:14.203Z | Compiling adler2 v2.0.1 |
| 2100 | 2026-08-11T16:37:14.406Z | Compiling funty v2.0.0 |
| 2101 | 2026-08-11T16:37:14.437Z | Compiling quick-error v1.2.3 |
| 2102 | 2026-08-11T16:37:14.454Z | Compiling num_threads v0.1.7 |
| 2103 | 2026-08-11T16:37:14.510Z | Compiling smoltcp v0.9.1 |
| 2104 | 2026-08-11T16:37:14.565Z | Compiling cfg_aliases v0.2.1 |
| 2105 | 2026-08-11T16:37:14.595Z | Compiling time v0.3.47 |
| 2106 | 2026-08-11T16:37:14.598Z | Compiling rusty-fork v0.3.1 |
| 2107 | 2026-08-11T16:37:14.632Z | Compiling hyper-util v0.1.20 |
| 2108 | 2026-08-11T16:37:14.656Z | Compiling bit-set v0.8.0 |
| 2109 | 2026-08-11T16:37:14.659Z | Compiling nix v0.31.2 |
| 2110 | 2026-08-11T16:37:14.729Z | Compiling clap_builder v4.6.0 |
| 2111 | 2026-08-11T16:37:14.779Z | Compiling bitvec v1.0.1 |
| 2112 | 2026-08-11T16:37:14.844Z | Compiling miniz_oxide v0.8.9 |
| 2113 | 2026-08-11T16:37:14.911Z | Compiling darling v0.20.11 |
| 2114 | 2026-08-11T16:37:14.980Z | Compiling num-iter v0.1.45 |
| 2115 | 2026-08-11T16:37:15.044Z | Compiling rand v0.8.6 |
| 2116 | 2026-08-11T16:37:15.369Z | Compiling ipnetwork v0.21.1 |
| 2117 | 2026-08-11T16:37:15.385Z | Compiling lazy_static v1.5.0 |
| 2118 | 2026-08-11T16:37:15.498Z | Compiling anstyle-parse v0.2.7 |
| 2119 | 2026-08-11T16:37:15.538Z | Compiling hmac v0.12.1 |
| 2120 | 2026-08-11T16:37:15.749Z | Compiling rand_xorshift v0.4.0 |
| 2121 | 2026-08-11T16:37:15.786Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2122 | 2026-08-11T16:37:15.852Z | Compiling sync_wrapper v1.0.2 |
| 2123 | 2026-08-11T16:37:15.976Z | Compiling unarray v0.1.4 |
| 2124 | 2026-08-11T16:37:16.140Z | Compiling zlib-rs v0.6.2 |
| 2125 | 2026-08-11T16:37:16.318Z | Compiling nodrop v0.1.14 |
| 2126 | 2026-08-11T16:37:16.322Z | Compiling crc-catalog v2.4.0 |
| 2127 | 2026-08-11T16:37:16.429Z | Compiling siphasher v1.0.2 |
| 2128 | 2026-08-11T16:37:16.495Z | Compiling crc v3.4.0 |
| 2129 | 2026-08-11T16:37:16.596Z | Compiling array-init v0.0.4 |
| 2130 | 2026-08-11T16:37:16.971Z | Compiling clap v4.6.1 |
| 2131 | 2026-08-11T16:37:17.071Z | Compiling proptest v1.11.0 |
| 2132 | 2026-08-11T16:37:17.130Z | Compiling tower v0.5.3 |
| 2133 | 2026-08-11T16:37:17.809Z | Compiling anstream v0.6.21 |
| 2134 | 2026-08-11T16:37:17.943Z | Compiling smallvec v0.6.14 |
| 2135 | 2026-08-11T16:37:18.128Z | Compiling derive_builder_core v0.20.2 |
| 2136 | 2026-08-11T16:37:18.177Z | Compiling flate2 v1.1.9 |
| 2137 | 2026-08-11T16:37:18.330Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-08-11T16:37:18.334Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-08-11T16:37:18.399Z | Compiling zerocopy v0.6.6 |
| 2140 | 2026-08-11T16:37:18.436Z | Compiling bitfield v0.19.4 |
| 2141 | 2026-08-11T16:37:18.580Z | Compiling strum_macros v0.27.2 |
| 2142 | 2026-08-11T16:37:18.597Z | Compiling strum_macros v0.26.4 |
| 2143 | 2026-08-11T16:37:18.700Z | Compiling snafu-derive v0.8.9 |
| 2144 | 2026-08-11T16:37:18.721Z | Compiling hubpack_derive v0.1.1 |
| 2145 | 2026-08-11T16:37:18.753Z | Compiling env_filter v1.0.0 |
| 2146 | 2026-08-11T16:37:18.797Z | Compiling fs-err v3.3.0 |
| 2147 | 2026-08-11T16:37:18.922Z | Compiling ryu v1.0.23 |
| 2148 | 2026-08-11T16:37:18.958Z | Compiling hashbrown v0.12.3 |
| 2149 | 2026-08-11T16:37:19.034Z | Compiling unicode-properties v0.1.4 |
| 2150 | 2026-08-11T16:37:19.121Z | Compiling unicode-bidi v0.3.18 |
| 2151 | 2026-08-11T16:37:19.182Z | Compiling unicode-segmentation v1.12.0 |
| 2152 | 2026-08-11T16:37:19.455Z | Compiling iri-string v0.7.10 |
| 2153 | 2026-08-11T16:37:19.616Z | Compiling allocator-api2 v0.2.21 |
| 2154 | 2026-08-11T16:37:19.633Z | Compiling object v0.37.3 |
| 2155 | 2026-08-11T16:37:19.643Z | Compiling base64 v0.21.7 |
| 2156 | 2026-08-11T16:37:19.880Z | Compiling ron v0.8.1 |
| 2157 | 2026-08-11T16:37:19.949Z | Compiling stringprep v0.1.5 |
| 2158 | 2026-08-11T16:37:19.990Z | Compiling newtype-uuid v1.3.2 |
| 2159 | 2026-08-11T16:37:20.323Z | Compiling serde_urlencoded v0.7.1 |
| 2160 | 2026-08-11T16:37:20.341Z | Compiling env_logger v0.11.9 |
| 2161 | 2026-08-11T16:37:20.373Z | Compiling derive_builder_macro v0.20.2 |
| 2162 | 2026-08-11T16:37:20.379Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2163 | 2026-08-11T16:37:20.532Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2164 | 2026-08-11T16:37:20.572Z | Compiling rsa v0.9.10 |
| 2165 | 2026-08-11T16:37:20.589Z | Compiling tower-http v0.6.8 |
| 2166 | 2026-08-11T16:37:20.589Z | Compiling oxnet v0.1.6 |
| 2167 | 2026-08-11T16:37:20.630Z | Compiling serde-hex v0.1.0 |
| 2168 | 2026-08-11T16:37:20.677Z | Compiling hashbrown v0.13.2 |
| 2169 | 2026-08-11T16:37:20.728Z | Compiling tokio-native-tls v0.3.1 |
| 2170 | 2026-08-11T16:37:20.819Z | Compiling bzip2 v0.4.4 |
| 2171 | 2026-08-11T16:37:20.866Z | Compiling usdt-macro v0.6.0 |
| 2172 | 2026-08-11T16:37:20.889Z | Compiling usdt-attr-macro v0.6.0 |
| 2173 | 2026-08-11T16:37:20.918Z | Compiling derive-ex v0.1.8 |
| 2174 | 2026-08-11T16:37:21.011Z | Compiling block-buffer v0.12.1 |
| 2175 | 2026-08-11T16:37:21.032Z | Compiling crypto-common v0.2.2 |
| 2176 | 2026-08-11T16:37:21.046Z | Compiling block-padding v0.4.2 |
| 2177 | 2026-08-11T16:37:21.335Z | Compiling rustls-native-certs v0.8.3 |
| 2178 | 2026-08-11T16:37:21.619Z | Compiling x509-cert v0.2.5 |
| 2179 | 2026-08-11T16:37:21.624Z | Compiling erased-serde v0.3.31 |
| 2180 | 2026-08-11T16:37:21.709Z | Compiling md-5 v0.10.6 |
| 2181 | 2026-08-11T16:37:21.821Z | Compiling bstr v1.12.1 |
| 2182 | 2026-08-11T16:37:21.885Z | Compiling vergen-lib v9.1.0 |
| 2183 | 2026-08-11T16:37:21.912Z | Compiling hash32 v0.2.1 |
| 2184 | 2026-08-11T16:37:22.005Z | Compiling encoding_rs v0.8.35 |
| 2185 | 2026-08-11T16:37:22.114Z | Compiling fallible-iterator v0.2.0 |
| 2186 | 2026-08-11T16:37:22.265Z | Compiling mime v0.3.17 |
| 2187 | 2026-08-11T16:37:22.332Z | Compiling cpufeatures v0.3.0 |
| 2188 | 2026-08-11T16:37:22.404Z | Compiling crc-any v2.5.0 |
| 2189 | 2026-08-11T16:37:22.427Z | Compiling psl-types v2.0.11 |
| 2190 | 2026-08-11T16:37:22.446Z | Compiling test-strategy v0.4.5 |
| 2191 | 2026-08-11T16:37:22.476Z | Compiling postgres-protocol v0.6.10 |
| 2192 | 2026-08-11T16:37:22.566Z | Compiling publicsuffix v2.3.0 |
| 2193 | 2026-08-11T16:37:23.144Z | Compiling inout v0.2.2 |
| 2194 | 2026-08-11T16:37:23.272Z | Compiling object v0.30.4 |
| 2195 | 2026-08-11T16:37:23.325Z | Compiling zip v0.6.6 |
| 2196 | 2026-08-11T16:37:23.343Z | Compiling derive_builder v0.20.2 |
| 2197 | 2026-08-11T16:37:23.346Z | Compiling hyper-tls v0.6.0 |
| 2198 | 2026-08-11T16:37:23.391Z | Compiling daft v0.1.7 |
| 2199 | 2026-08-11T16:37:23.434Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2200 | 2026-08-11T16:37:23.463Z | Compiling heck v0.4.1 |
| 2201 | 2026-08-11T16:37:23.495Z | Compiling phf_shared v0.13.1 |
| 2202 | 2026-08-11T16:37:23.619Z | Compiling pin-project v1.1.11 |
| 2203 | 2026-08-11T16:37:23.717Z | Compiling toml v0.7.8 |
| 2204 | 2026-08-11T16:37:23.765Z | Compiling serde_with_macros v3.21.0 |
| 2205 | 2026-08-11T16:37:23.781Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2206 | 2026-08-11T16:37:23.796Z | Compiling futures-executor v0.3.32 |
| 2207 | 2026-08-11T16:37:23.878Z | Compiling serde_repr v0.1.20 |
| 2208 | 2026-08-11T16:37:24.011Z | Compiling async-recursion v1.1.1 |
| 2209 | 2026-08-11T16:37:24.043Z | Compiling enum-as-inner v0.6.1 |
| 2210 | 2026-08-11T16:37:24.161Z | Compiling ff v0.13.1 |
| 2211 | 2026-08-11T16:37:24.213Z | Compiling vergen v9.1.0 |
| 2212 | 2026-08-11T16:37:24.264Z | Compiling cargo-platform v0.3.2 |
| 2213 | 2026-08-11T16:37:24.413Z | Compiling foldhash v0.1.5 |
| 2214 | 2026-08-11T16:37:24.568Z | Compiling same-file v1.0.6 |
| 2215 | 2026-08-11T16:37:24.601Z | Compiling base16ct v0.2.0 |
| 2216 | 2026-08-11T16:37:24.665Z | Compiling path-slash v0.1.5 |
| 2217 | 2026-08-11T16:37:24.740Z | Compiling jiff-core v0.1.0 |
| 2218 | 2026-08-11T16:37:24.756Z | Compiling managed v0.8.0 |
| 2219 | 2026-08-11T16:37:24.789Z | Compiling foldhash v0.2.0 |
| 2220 | 2026-08-11T16:37:24.819Z | Compiling bitflags v1.3.2 |
| 2221 | 2026-08-11T16:37:24.825Z | Compiling libbz2-rs-sys v0.2.2 |
| 2222 | 2026-08-11T16:37:24.993Z | Compiling bumpalo v3.20.2 |
| 2223 | 2026-08-11T16:37:25.030Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-08-11T16:37:25.191Z | Compiling sec1 v0.7.3 |
| 2225 | 2026-08-11T16:37:25.253Z | Compiling bzip2 v0.6.1 |
| 2226 | 2026-08-11T16:37:25.300Z | Compiling zopfli v0.8.3 |
| 2227 | 2026-08-11T16:37:25.428Z | Compiling walkdir v2.5.0 |
| 2228 | 2026-08-11T16:37:25.472Z | Compiling jiff v0.2.34 |
| 2229 | 2026-08-11T16:37:25.653Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2230 | 2026-08-11T16:37:25.697Z | Compiling hashbrown v0.15.5 |
| 2231 | 2026-08-11T16:37:25.721Z | Compiling cargo_metadata v0.23.1 |
| 2232 | 2026-08-11T16:37:25.754Z | Compiling group v0.13.0 |
| 2233 | 2026-08-11T16:37:25.957Z | Compiling futures v0.3.32 |
| 2234 | 2026-08-11T16:37:26.390Z | Compiling snafu v0.8.9 |
| 2235 | 2026-08-11T16:37:26.404Z | Compiling phf v0.13.1 |
| 2236 | 2026-08-11T16:37:26.538Z | Compiling reqwest v0.12.28 |
| 2237 | 2026-08-11T16:37:26.635Z | Compiling signal-hook-mio v0.2.5 |
| 2238 | 2026-08-11T16:37:26.793Z | Compiling cipher v0.5.2 |
| 2239 | 2026-08-11T16:37:26.841Z | Compiling cookie_store v0.22.1 |
| 2240 | 2026-08-11T16:37:26.857Z | Compiling postgres-types v0.2.12 |
| 2241 | 2026-08-11T16:37:26.916Z | Compiling zstd v0.13.3 |
| 2242 | 2026-08-11T16:37:26.973Z | Compiling globset v0.4.18 |
| 2243 | 2026-08-11T16:37:27.123Z | Compiling strum v0.27.2 |
| 2244 | 2026-08-11T16:37:27.221Z | Compiling hubpack v0.1.2 |
| 2245 | 2026-08-11T16:37:27.304Z | Compiling phf_shared v0.11.3 |
| 2246 | 2026-08-11T16:37:27.320Z | Compiling hkdf v0.12.4 |
| 2247 | 2026-08-11T16:37:27.389Z | Compiling crossbeam-epoch v0.9.18 |
| 2248 | 2026-08-11T16:37:27.427Z | Compiling ed25519 v2.2.3 |
| 2249 | 2026-08-11T16:37:27.441Z | Compiling byte-wrapper v0.1.0 |
| 2250 | 2026-08-11T16:37:27.456Z | Compiling olpc-cjson v0.1.4 |
| 2251 | 2026-08-11T16:37:27.693Z | Compiling serde_plain v1.0.2 |
| 2252 | 2026-08-11T16:37:27.726Z | Compiling serde-big-array v0.5.1 |
| 2253 | 2026-08-11T16:37:27.759Z | Compiling pem v3.0.6 |
| 2254 | 2026-08-11T16:37:27.853Z | Compiling crypto-bigint v0.5.5 |
| 2255 | 2026-08-11T16:37:27.959Z | Compiling float-cmp v0.10.0 |
| 2256 | 2026-08-11T16:37:27.978Z | Compiling memmap2 v0.9.10 |
| 2257 | 2026-08-11T16:37:28.057Z | Compiling new_debug_unreachable v1.0.6 |
| 2258 | 2026-08-11T16:37:28.073Z | Compiling predicates-core v1.0.10 |
| 2259 | 2026-08-11T16:37:28.093Z | Compiling normalize-line-endings v0.3.0 |
| 2260 | 2026-08-11T16:37:28.153Z | Compiling precomputed-hash v0.1.1 |
| 2261 | 2026-08-11T16:37:28.261Z | Compiling keccak v0.1.6 |
| 2262 | 2026-08-11T16:37:28.283Z | Compiling toml_write v0.1.2 |
| 2263 | 2026-08-11T16:37:28.283Z | Compiling whoami v2.1.0 |
| 2264 | 2026-08-11T16:37:28.283Z | Compiling fixedbitset v0.5.7 |
| 2265 | 2026-08-11T16:37:28.381Z | Compiling difflib v0.4.0 |
| 2266 | 2026-08-11T16:37:28.389Z | Compiling fixedbitset v0.4.2 |
| 2267 | 2026-08-11T16:37:28.418Z | Compiling static_assertions v1.1.0 |
| 2268 | 2026-08-11T16:37:28.521Z | Compiling data-encoding v2.10.0 |
| 2269 | 2026-08-11T16:37:28.536Z | Compiling typed-path v0.9.3 |
| 2270 | 2026-08-11T16:37:28.600Z | Compiling const-oid v0.10.2 |
| 2271 | 2026-08-11T16:37:28.657Z | Compiling predicates v3.1.4 |
| 2272 | 2026-08-11T16:37:28.811Z | Compiling elliptic-curve v0.13.8 |
| 2273 | 2026-08-11T16:37:28.826Z | Compiling digest v0.11.3 |
| 2274 | 2026-08-11T16:37:28.959Z | Compiling hickory-proto v0.25.2 |
| 2275 | 2026-08-11T16:37:29.043Z | Compiling petgraph v0.6.5 |
| 2276 | 2026-08-11T16:37:29.082Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2277 | 2026-08-11T16:37:29.171Z | Compiling petgraph v0.8.3 |
| 2278 | 2026-08-11T16:37:29.233Z | Compiling tokio-postgres v0.7.16 |
| 2279 | 2026-08-11T16:37:29.278Z | Compiling toml_edit v0.22.27 |
| 2280 | 2026-08-11T16:37:29.502Z | Compiling sha3 v0.10.8 |
| 2281 | 2026-08-11T16:37:29.566Z | Compiling chacha20 v0.10.0 |
| 2282 | 2026-08-11T16:37:29.787Z | Compiling string_cache v0.8.9 |
| 2283 | 2026-08-11T16:37:29.905Z | Compiling usdt v0.6.0 |
| 2284 | 2026-08-11T16:37:30.560Z | Compiling zip v4.6.1 |
| 2285 | 2026-08-11T16:37:30.763Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2286 | 2026-08-11T16:37:31.090Z | Compiling ed25519-dalek v2.2.0 |
| 2287 | 2026-08-11T16:37:31.639Z | Compiling crossterm v0.28.1 |
| 2288 | 2026-08-11T16:37:31.896Z | Compiling iddqd v0.4.2 |
| 2289 | 2026-08-11T16:37:32.077Z | Compiling serde_with v3.21.0 |
| 2290 | 2026-08-11T16:37:32.189Z | Compiling similar v2.7.0 |
| 2291 | 2026-08-11T16:37:32.205Z | Compiling strum v0.26.3 |
| 2292 | 2026-08-11T16:37:32.739Z | Compiling tokio-stream v0.1.18 |
| 2293 | 2026-08-11T16:37:32.809Z | Compiling buf-list v1.1.2 |
| 2294 | 2026-08-11T16:37:32.902Z | Compiling itertools v0.13.0 |
| 2295 | 2026-08-11T16:37:33.007Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2296 | 2026-08-11T16:37:33.122Z | Compiling openapiv3 v2.2.0 |
| 2297 | 2026-08-11T16:37:33.812Z | Compiling peg-runtime v0.8.5 |
| 2298 | 2026-08-11T16:37:33.880Z | Compiling lalrpop-util v0.19.12 |
| 2299 | 2026-08-11T16:37:50.225Z | Compiling rustls-webpki v0.103.13 |
| 2300 | 2026-08-11T16:37:53.924Z | Compiling tokio-rustls v0.26.4 |
| 2301 | 2026-08-11T16:37:53.981Z | Compiling rustls-platform-verifier v0.6.2 |
| 2302 | 2026-08-11T16:37:54.011Z | Compiling tough v0.22.0 |
| 2303 | 2026-08-11T16:37:54.203Z | Compiling hyper-rustls v0.27.7 |
| 2304 | 2026-08-11T16:37:54.521Z | Compiling reqwest v0.13.2 |
| 2305 | 2026-08-11T16:37:54.680Z | Compiling macaddr v1.0.1 |
| 2306 | 2026-08-11T16:37:54.700Z | Compiling rayon-core v1.13.0 |
| 2307 | 2026-08-11T16:37:54.729Z | Compiling crucible-workspace-hack v0.1.0 |
| 2308 | 2026-08-11T16:37:54.735Z | Compiling secrecy v0.10.3 |
| 2309 | 2026-08-11T16:37:54.798Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2310 | 2026-08-11T16:37:54.858Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-08-11T16:37:54.926Z | Compiling heapless v0.8.0 |
| 2312 | 2026-08-11T16:37:54.970Z | Compiling crossbeam-deque v0.8.6 |
| 2313 | 2026-08-11T16:37:54.988Z | Compiling ingot-macros v0.2.0 |
| 2314 | 2026-08-11T16:37:55.094Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2315 | 2026-08-11T16:37:55.098Z | Compiling inout v0.1.4 |
| 2316 | 2026-08-11T16:37:55.180Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2317 | 2026-08-11T16:37:55.212Z | Compiling hash32 v0.3.1 |
| 2318 | 2026-08-11T16:37:55.251Z | Compiling multer v3.1.0 |
| 2319 | 2026-08-11T16:37:55.291Z | Compiling thread_local v1.1.9 |
| 2320 | 2026-08-11T16:37:55.351Z | Compiling unicode-width v0.2.0 |
| 2321 | 2026-08-11T16:37:55.397Z | Compiling compression-core v0.4.31 |
| 2322 | 2026-08-11T16:37:55.411Z | Compiling slog-async v2.8.0 |
| 2323 | 2026-08-11T16:37:55.436Z | Compiling match_cfg v0.1.0 |
| 2324 | 2026-08-11T16:37:55.470Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-08-11T16:37:55.526Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2326 | 2026-08-11T16:37:55.597Z | Compiling compression-codecs v0.4.37 |
| 2327 | 2026-08-11T16:37:55.639Z | Compiling hostname v0.3.1 |
| 2328 | 2026-08-11T16:37:55.685Z | Compiling proc-macro-crate v3.4.0 |
| 2329 | 2026-08-11T16:37:55.773Z | Compiling cipher v0.4.4 |
| 2330 | 2026-08-11T16:37:55.827Z | Compiling atomicwrites v0.4.4 |
| 2331 | 2026-08-11T16:37:55.845Z | Compiling slog-json v2.6.1 |
| 2332 | 2026-08-11T16:37:55.967Z | Compiling crossbeam-channel v0.5.15 |
| 2333 | 2026-08-11T16:37:56.029Z | Compiling half v2.7.1 |
| 2334 | 2026-08-11T16:37:56.045Z | Compiling newtype-uuid-macros v0.1.0 |
| 2335 | 2026-08-11T16:37:56.158Z | Compiling cobs v0.3.0 |
| 2336 | 2026-08-11T16:37:56.161Z | Compiling universal-hash v0.5.1 |
| 2337 | 2026-08-11T16:37:56.230Z | Compiling async-stream-impl v0.3.6 |
| 2338 | 2026-08-11T16:37:56.288Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2339 | 2026-08-11T16:37:56.356Z | Compiling serde_spanned v1.1.1 |
| 2340 | 2026-08-11T16:37:56.421Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2341 | 2026-08-11T16:37:56.533Z | Compiling is-terminal v0.4.17 |
| 2342 | 2026-08-11T16:37:56.551Z | Compiling dropshot v0.17.1 |
| 2343 | 2026-08-11T16:37:56.661Z | Compiling proc-macro-error-attr v1.0.4 |
| 2344 | 2026-08-11T16:37:56.686Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2345 | 2026-08-11T16:37:56.811Z | Compiling take_mut v0.2.2 |
| 2346 | 2026-08-11T16:37:56.821Z | Compiling term v1.2.1 |
| 2347 | 2026-08-11T16:37:56.875Z | Compiling ciborium-io v0.2.2 |
| 2348 | 2026-08-11T16:37:56.891Z | Compiling opaque-debug v0.3.1 |
| 2349 | 2026-08-11T16:37:56.895Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2350 | 2026-08-11T16:37:56.906Z | Compiling convert_case v0.4.0 |
| 2351 | 2026-08-11T16:37:56.982Z | Compiling poly1305 v0.8.0 |
| 2352 | 2026-08-11T16:37:56.997Z | Compiling ciborium-ll v0.2.2 |
| 2353 | 2026-08-11T16:37:57.001Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2354 | 2026-08-11T16:37:57.201Z | Compiling slog-term v2.9.2 |
| 2355 | 2026-08-11T16:37:57.259Z | Compiling derive_more v0.99.20 |
| 2356 | 2026-08-11T16:37:57.297Z | Compiling async-stream v0.3.6 |
| 2357 | 2026-08-11T16:37:57.320Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2358 | 2026-08-11T16:37:57.339Z | Compiling thiserror-no-std v2.0.2 |
| 2359 | 2026-08-11T16:37:57.521Z | Compiling postcard v1.1.3 |
| 2360 | 2026-08-11T16:37:57.633Z | Compiling num_enum_derive v0.7.6 |
| 2361 | 2026-08-11T16:37:57.643Z | Compiling ingot-types v0.2.0 |
| 2362 | 2026-08-11T16:37:57.655Z | Compiling slog-bunyan v2.5.0 |
| 2363 | 2026-08-11T16:37:57.830Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2364 | 2026-08-11T16:37:57.859Z | Compiling chacha20 v0.9.1 |
| 2365 | 2026-08-11T16:37:57.912Z | Compiling async-compression v0.4.41 |
| 2366 | 2026-08-11T16:37:58.146Z | Compiling ingot v0.2.1 |
| 2367 | 2026-08-11T16:37:58.182Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2368 | 2026-08-11T16:37:58.193Z | Compiling sha1 v0.11.0 |
| 2369 | 2026-08-11T16:37:58.391Z | Compiling parse-display-derive v0.10.0 |
| 2370 | 2026-08-11T16:37:58.454Z | Compiling proc-macro-crate v1.3.1 |
| 2371 | 2026-08-11T16:37:58.576Z | Compiling waitgroup v0.1.2 |
| 2372 | 2026-08-11T16:37:58.644Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-08-11T16:37:58.679Z | Compiling backon v1.6.0 |
| 2374 | 2026-08-11T16:37:58.748Z | Compiling rustls-pemfile v2.2.0 |
| 2375 | 2026-08-11T16:37:58.765Z | Compiling dropshot_endpoint v0.17.1 |
| 2376 | 2026-08-11T16:37:58.813Z | Compiling password-hash v0.5.0 |
| 2377 | 2026-08-11T16:37:58.942Z | Compiling blake2 v0.10.6 |
| 2378 | 2026-08-11T16:37:59.054Z | Compiling aead v0.5.2 |
| 2379 | 2026-08-11T16:37:59.270Z | Compiling foreign-types-macros v0.2.3 |
| 2380 | 2026-08-11T16:37:59.321Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2381 | 2026-08-11T16:37:59.361Z | Compiling serde_path_to_error v0.1.20 |
| 2382 | 2026-08-11T16:37:59.456Z | Compiling hostname v0.4.2 |
| 2383 | 2026-08-11T16:37:59.473Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2384 | 2026-08-11T16:37:59.650Z | Compiling proc-macro-error v1.0.4 |
| 2385 | 2026-08-11T16:37:59.690Z | Compiling instant v0.1.13 |
| 2386 | 2026-08-11T16:37:59.706Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-08-11T16:37:59.747Z | Compiling debug-ignore v1.0.5 |
| 2388 | 2026-08-11T16:37:59.829Z | Compiling backoff v0.4.0 |
| 2389 | 2026-08-11T16:37:59.829Z | Compiling chacha20poly1305 v0.10.1 |
| 2390 | 2026-08-11T16:37:59.864Z | Compiling argon2 v0.5.3 |
| 2391 | 2026-08-11T16:37:59.879Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2392 | 2026-08-11T16:37:59.890Z | Compiling parse-display v0.10.0 |
| 2393 | 2026-08-11T16:37:59.894Z | Compiling num_enum_derive v0.5.11 |
| 2394 | 2026-08-11T16:37:59.907Z | Compiling foreign-types v0.5.0 |
| 2395 | 2026-08-11T16:37:59.996Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-11T16:38:00.026Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2397 | 2026-08-11T16:38:00.074Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2398 | 2026-08-11T16:38:00.090Z | Compiling vsss-rs v3.3.4 |
| 2399 | 2026-08-11T16:38:00.230Z | Compiling ciborium v0.2.2 |
| 2400 | 2026-08-11T16:38:00.514Z | Compiling tabwriter v1.4.1 |
| 2401 | 2026-08-11T16:38:00.523Z | Compiling regress v0.10.5 |
| 2402 | 2026-08-11T16:38:00.529Z | Compiling itertools v0.14.0 |
| 2403 | 2026-08-11T16:38:00.549Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2404 | 2026-08-11T16:38:00.712Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2405 | 2026-08-11T16:38:00.758Z | Compiling cstr-argument v0.1.2 |
| 2406 | 2026-08-11T16:38:00.878Z | Compiling humantime v2.3.0 |
| 2407 | 2026-08-11T16:38:00.881Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2408 | 2026-08-11T16:38:00.932Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2409 | 2026-08-11T16:38:00.939Z | Compiling num_enum v0.5.11 |
| 2410 | 2026-08-11T16:38:01.084Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2411 | 2026-08-11T16:38:01.155Z | Compiling rayon v1.11.0 |
| 2412 | 2026-08-11T16:38:01.159Z | Compiling rand v0.10.1 |
| 2413 | 2026-08-11T16:38:01.183Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2414 | 2026-08-11T16:38:01.187Z | Compiling indent_write v2.2.0 |
| 2415 | 2026-08-11T16:38:01.216Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2416 | 2026-08-11T16:38:01.275Z | Compiling libefi-sys v0.1.0 |
| 2417 | 2026-08-11T16:38:01.369Z | Compiling colored v3.1.1 |
| 2418 | 2026-08-11T16:38:01.372Z | Compiling zone_cfg_derive v0.3.1 |
| 2419 | 2026-08-11T16:38:01.401Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2420 | 2026-08-11T16:38:01.404Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2421 | 2026-08-11T16:38:01.404Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2422 | 2026-08-11T16:38:01.529Z | Compiling camino-tempfile v1.4.1 |
| 2423 | 2026-08-11T16:38:01.579Z | Compiling itertools v0.12.1 |
| 2424 | 2026-08-11T16:38:01.618Z | Compiling usdt-attr-macro v0.5.0 |
| 2425 | 2026-08-11T16:38:01.653Z | Compiling usdt-macro v0.5.0 |
| 2426 | 2026-08-11T16:38:01.896Z | Compiling bitfield-struct v0.6.2 |
| 2427 | 2026-08-11T16:38:01.949Z | Compiling num-derive v0.4.2 |
| 2428 | 2026-08-11T16:38:01.964Z | Compiling blake3 v1.8.5 |
| 2429 | 2026-08-11T16:38:01.983Z | Compiling memmap v0.7.0 |
| 2430 | 2026-08-11T16:38:02.007Z | Compiling sigpipe v0.1.3 |
| 2431 | 2026-08-11T16:38:02.039Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-11T16:38:02.122Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2433 | 2026-08-11T16:38:02.138Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2434 | 2026-08-11T16:38:02.174Z | Compiling glob v0.3.3 |
| 2435 | 2026-08-11T16:38:02.274Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2436 | 2026-08-11T16:38:02.412Z | Compiling smf v0.2.3 |
| 2437 | 2026-08-11T16:38:02.427Z | Compiling usdt v0.5.0 |
| 2438 | 2026-08-11T16:38:02.534Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2439 | 2026-08-11T16:38:02.588Z | Compiling filetime v0.2.27 |
| 2440 | 2026-08-11T16:38:02.603Z | Compiling arrayvec v0.7.6 |
| 2441 | 2026-08-11T16:38:02.758Z | Compiling constant_time_eq v0.4.2 |
| 2442 | 2026-08-11T16:38:02.821Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2443 | 2026-08-11T16:38:02.850Z | Compiling arrayref v0.3.9 |
| 2444 | 2026-08-11T16:38:02.872Z | Compiling xattr v1.6.1 |
| 2445 | 2026-08-11T16:38:02.878Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2446 | 2026-08-11T16:38:02.878Z | Compiling whoami v1.6.1 |
| 2447 | 2026-08-11T16:38:02.923Z | Compiling zone v0.3.1 |
| 2448 | 2026-08-11T16:38:02.941Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2449 | 2026-08-11T16:38:03.073Z | Compiling tar v0.4.46 |
| 2450 | 2026-08-11T16:38:03.090Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2451 | 2026-08-11T16:38:03.107Z | Compiling tokio-dtrace v0.1.1 |
| 2452 | 2026-08-11T16:38:03.115Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2453 | 2026-08-11T16:38:03.349Z | Compiling console v0.16.2 |
| 2454 | 2026-08-11T16:38:03.378Z | Compiling gethostname v0.5.0 |
| 2455 | 2026-08-11T16:38:03.451Z | Compiling topological-sort v0.2.2 |
| 2456 | 2026-08-11T16:38:03.547Z | Compiling unit-prefix v0.5.2 |
| 2457 | 2026-08-11T16:38:03.563Z | Compiling oxide-tokio-rt v0.1.4 |
| 2458 | 2026-08-11T16:38:03.580Z | Compiling toml v0.8.23 |
| 2459 | 2026-08-11T16:38:03.651Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2460 | 2026-08-11T16:38:03.724Z | Compiling shell-words v1.1.1 |
| 2461 | 2026-08-11T16:38:03.763Z | Compiling indicatif v0.18.4 |
| 2462 | 2026-08-11T16:38:13.067Z | Compiling progenitor-client v0.14.0 |
| 2463 | 2026-08-11T16:38:13.067Z | Compiling omicron-zone-package v0.12.3 |
| 2464 | 2026-08-11T16:38:13.311Z | Compiling progenitor-extras v0.2.0 |
| 2465 | 2026-08-11T16:38:13.614Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-08-11T16:38:13.721Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2467 | 2026-08-11T16:38:13.817Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2468 | 2026-08-11T16:38:13.834Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2469 | 2026-08-11T16:38:13.855Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2470 | 2026-08-11T16:38:13.901Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2471 | 2026-08-11T16:38:14.209Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2472 | 2026-08-11T16:38:14.240Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2473 | 2026-08-11T16:38:14.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-08-11T16:38:18.475Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2475 | 2026-08-11T16:38:26.716Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-08-11T16:38:29.959Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2477 | 2026-08-11T16:38:31.040Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2478 | 2026-08-11T16:38:40.508Z | Finished `release` profile [optimized] target(s) in 1m 45s |
| 2479 | 2026-08-11T16:38:40.655Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2480 | 2026-08-11T16:38:40.720Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2481 | 2026-08-11T16:38:40.724Z | Created new build target 'test' and set it as active |
| 2482 | 2026-08-11T16:38:40.724Z | |
| 2483 | 2026-08-11T16:38:40.724Z | real 1:45.267590869 |
| 2484 | 2026-08-11T16:38:40.724Z | user 17:25.998448029 |
| 2485 | 2026-08-11T16:38:40.724Z | sys 2:45.020226763 |
| 2486 | 2026-08-11T16:38:40.724Z | trap 0.487416922 |
| 2487 | 2026-08-11T16:38:40.724Z | tflt 2.284067024 |
| 2488 | 2026-08-11T16:38:40.724Z | dflt 4.775747571 |
| 2489 | 2026-08-11T16:38:40.724Z | kflt 0.000738360 |
| 2490 | 2026-08-11T16:38:40.724Z | lock 56:54.941050929 |
| 2491 | 2026-08-11T16:38:40.724Z | slp 44:43.376513601 |
| 2492 | 2026-08-11T16:38:40.724Z | lat 47.449311216 |
| 2493 | 2026-08-11T16:38:40.724Z | stop 5:55.753580938 |
| 2494 | 2026-08-11T16:38:40.724Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2495 | 2026-08-11T16:38:41.619Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2496 | 2026-08-11T16:38:41.688Z | Running `target/release/omicron-package -t test package` |
| 2497 | 2026-08-11T16:38:41.746Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2498 | 2026-08-11T16:38:43.191Z | Compiling heck v0.5.0 |
| 2499 | 2026-08-11T16:38:43.191Z | Compiling regress v0.11.1 |
| 2500 | 2026-08-11T16:38:43.416Z | Compiling unsafe-libyaml v0.2.11 |
| 2501 | 2026-08-11T16:38:43.457Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2502 | 2026-08-11T16:38:43.479Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2503 | 2026-08-11T16:38:43.503Z | Compiling derive-where v1.6.0 |
| 2504 | 2026-08-11T16:38:43.507Z | Compiling bytecount v0.6.9 |
| 2505 | 2026-08-11T16:38:43.542Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2506 | 2026-08-11T16:38:43.547Z | Compiling atomicwrites v0.4.4 |
| 2507 | 2026-08-11T16:38:43.547Z | Compiling is-terminal v0.4.17 |
| 2508 | 2026-08-11T16:38:43.547Z | Compiling prettyplease v0.2.37 |
| 2509 | 2026-08-11T16:38:43.547Z | Compiling console v0.15.11 |
| 2510 | 2026-08-11T16:38:43.547Z | Compiling newline-converter v0.3.0 |
| 2511 | 2026-08-11T16:38:43.619Z | Compiling slog-dtrace v0.3.0 |
| 2512 | 2026-08-11T16:38:43.663Z | Compiling resolv-conf v0.7.6 |
| 2513 | 2026-08-11T16:38:43.711Z | Compiling num-rational v0.4.2 |
| 2514 | 2026-08-11T16:38:43.714Z | Compiling num-complex v0.4.6 |
| 2515 | 2026-08-11T16:38:43.756Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2516 | 2026-08-11T16:38:43.760Z | Compiling thread_local v1.1.9 |
| 2517 | 2026-08-11T16:38:43.831Z | Compiling unicode-width v0.1.14 |
| 2518 | 2026-08-11T16:38:43.854Z | Compiling match_cfg v0.1.0 |
| 2519 | 2026-08-11T16:38:43.943Z | Compiling serde_yaml v0.9.34+deprecated |
| 2520 | 2026-08-11T16:38:43.963Z | Compiling expectorate v1.2.0 |
| 2521 | 2026-08-11T16:38:44.083Z | Compiling cancel-safe-futures v0.1.5 |
| 2522 | 2026-08-11T16:38:44.170Z | Compiling compression-core v0.4.31 |
| 2523 | 2026-08-11T16:38:44.196Z | Compiling num v0.4.3 |
| 2524 | 2026-08-11T16:38:44.218Z | Compiling hostname v0.3.1 |
| 2525 | 2026-08-11T16:38:44.268Z | Compiling multer v3.1.0 |
| 2526 | 2026-08-11T16:38:44.296Z | Compiling compression-codecs v0.4.37 |
| 2527 | 2026-08-11T16:38:44.319Z | Compiling slog-async v2.8.0 |
| 2528 | 2026-08-11T16:38:44.360Z | Compiling crossbeam-channel v0.5.15 |
| 2529 | 2026-08-11T16:38:44.364Z | Compiling slog-json v2.6.1 |
| 2530 | 2026-08-11T16:38:44.382Z | Compiling serde_spanned v1.1.1 |
| 2531 | 2026-08-11T16:38:44.424Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2532 | 2026-08-11T16:38:44.458Z | Compiling float-ord v0.3.2 |
| 2533 | 2026-08-11T16:38:44.557Z | Compiling take_mut v0.2.2 |
| 2534 | 2026-08-11T16:38:44.583Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2535 | 2026-08-11T16:38:44.608Z | Compiling term v1.2.1 |
| 2536 | 2026-08-11T16:38:44.627Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2537 | 2026-08-11T16:38:44.697Z | Compiling linked-hash-map v0.5.6 |
| 2538 | 2026-08-11T16:38:44.700Z | Compiling oxide-update-engine-types v0.1.2 |
| 2539 | 2026-08-11T16:38:44.744Z | Compiling slog-bunyan v2.5.0 |
| 2540 | 2026-08-11T16:38:44.748Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2541 | 2026-08-11T16:38:44.765Z | Compiling async-compression v0.4.41 |
| 2542 | 2026-08-11T16:38:44.831Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2543 | 2026-08-11T16:38:44.924Z | Compiling slog-term v2.9.2 |
| 2544 | 2026-08-11T16:38:44.945Z | Compiling typify-impl v0.6.2 |
| 2545 | 2026-08-11T16:38:45.113Z | Compiling lru-cache v0.1.2 |
| 2546 | 2026-08-11T16:38:45.224Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2547 | 2026-08-11T16:38:45.269Z | Compiling dropshot v0.17.1 |
| 2548 | 2026-08-11T16:38:45.290Z | Compiling async-stream v0.3.6 |
| 2549 | 2026-08-11T16:38:45.318Z | Compiling sha1 v0.11.0 |
| 2550 | 2026-08-11T16:38:45.340Z | Compiling progenitor-client v0.14.0 |
| 2551 | 2026-08-11T16:38:45.384Z | Compiling waitgroup v0.1.2 |
| 2552 | 2026-08-11T16:38:45.428Z | Compiling rustls-pemfile v2.2.0 |
| 2553 | 2026-08-11T16:38:45.453Z | Compiling backon v1.6.0 |
| 2554 | 2026-08-11T16:38:45.498Z | Compiling serde_path_to_error v0.1.20 |
| 2555 | 2026-08-11T16:38:45.539Z | Compiling hostname v0.4.2 |
| 2556 | 2026-08-11T16:38:45.588Z | Compiling instant v0.1.13 |
| 2557 | 2026-08-11T16:38:45.638Z | Compiling minimal-lexical v0.2.1 |
| 2558 | 2026-08-11T16:38:45.679Z | Compiling debug-ignore v1.0.5 |
| 2559 | 2026-08-11T16:38:45.679Z | Compiling linear-map v1.2.0 |
| 2560 | 2026-08-11T16:38:45.723Z | Compiling backoff v0.4.0 |
| 2561 | 2026-08-11T16:38:45.745Z | Compiling progenitor-extras v0.2.0 |
| 2562 | 2026-08-11T16:38:45.874Z | Compiling nom v7.1.3 |
| 2563 | 2026-08-11T16:38:45.921Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2564 | 2026-08-11T16:38:45.962Z | Compiling oxide-update-engine v0.1.2 |
| 2565 | 2026-08-11T16:38:45.984Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2566 | 2026-08-11T16:38:45.987Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2567 | 2026-08-11T16:38:46.032Z | Compiling parse-display v0.10.0 |
| 2568 | 2026-08-11T16:38:46.150Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2569 | 2026-08-11T16:38:46.227Z | Compiling hickory-proto v0.24.4 |
| 2570 | 2026-08-11T16:38:46.615Z | Compiling regress v0.10.5 |
| 2571 | 2026-08-11T16:38:46.843Z | Compiling itertools v0.14.0 |
| 2572 | 2026-08-11T16:38:47.285Z | Compiling macaddr v1.0.1 |
| 2573 | 2026-08-11T16:38:47.328Z | Compiling unicode-xid v0.2.6 |
| 2574 | 2026-08-11T16:38:47.349Z | Compiling humantime v2.3.0 |
| 2575 | 2026-08-11T16:38:47.541Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2576 | 2026-08-11T16:38:47.619Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2577 | 2026-08-11T16:38:47.735Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2578 | 2026-08-11T16:38:47.824Z | Compiling convert_case v0.10.0 |
| 2579 | 2026-08-11T16:38:47.976Z | Compiling owo-colors v4.3.0 |
| 2580 | 2026-08-11T16:38:48.001Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2581 | 2026-08-11T16:38:48.117Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2582 | 2026-08-11T16:38:48.166Z | Compiling derive_more-impl v2.1.1 |
| 2583 | 2026-08-11T16:38:48.253Z | Compiling toml v0.8.23 |
| 2584 | 2026-08-11T16:38:48.465Z | Compiling typify-macro v0.6.2 |
| 2585 | 2026-08-11T16:38:48.660Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2586 | 2026-08-11T16:38:48.781Z | Compiling hickory-resolver v0.24.4 |
| 2587 | 2026-08-11T16:38:48.834Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2588 | 2026-08-11T16:38:48.856Z | Compiling papergrid v0.11.0 |
| 2589 | 2026-08-11T16:38:48.957Z | Compiling derive_more v2.1.1 |
| 2590 | 2026-08-11T16:38:49.068Z | Compiling tabled_derive v0.7.0 |
| 2591 | 2026-08-11T16:38:49.311Z | Compiling termtree v0.5.1 |
| 2592 | 2026-08-11T16:38:49.353Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2593 | 2026-08-11T16:38:49.576Z | Compiling crossterm v0.29.0 |
| 2594 | 2026-08-11T16:38:49.907Z | Compiling phf_shared v0.12.1 |
| 2595 | 2026-08-11T16:38:49.962Z | Compiling qorb v0.4.1 |
| 2596 | 2026-08-11T16:38:50.034Z | Compiling typify v0.6.2 |
| 2597 | 2026-08-11T16:38:50.196Z | Compiling progenitor-impl v0.14.0 |
| 2598 | 2026-08-11T16:38:50.616Z | Compiling tabled v0.15.0 |
| 2599 | 2026-08-11T16:38:51.048Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2600 | 2026-08-11T16:38:51.611Z | Compiling csv-core v0.1.13 |
| 2601 | 2026-08-11T16:38:52.060Z | Compiling vte v0.14.1 |
| 2602 | 2026-08-11T16:38:52.318Z | Compiling chrono-tz v0.10.4 |
| 2603 | 2026-08-11T16:38:52.348Z | Compiling progenitor-macro v0.14.0 |
| 2604 | 2026-08-11T16:38:52.527Z | Compiling highway v1.3.0 |
| 2605 | 2026-08-11T16:38:53.275Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2606 | 2026-08-11T16:38:53.602Z | Compiling strip-ansi-escapes v0.2.1 |
| 2607 | 2026-08-11T16:38:54.024Z | Compiling csv v1.4.0 |
| 2608 | 2026-08-11T16:38:54.047Z | Compiling phf v0.12.1 |
| 2609 | 2026-08-11T16:38:54.159Z | Compiling const_format_proc_macros v0.2.34 |
| 2610 | 2026-08-11T16:38:54.275Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2611 | 2026-08-11T16:38:54.457Z | Compiling fd-lock v4.0.4 |
| 2612 | 2026-08-11T16:38:54.640Z | Compiling peg-macros v0.8.5 |
| 2613 | 2026-08-11T16:38:54.761Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2614 | 2026-08-11T16:38:54.785Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2615 | 2026-08-11T16:38:54.945Z | Compiling nu-ansi-term v0.50.3 |
| 2616 | 2026-08-11T16:38:55.069Z | Compiling const_format v0.2.35 |
| 2617 | 2026-08-11T16:38:55.347Z | Compiling reedline v0.40.0 |
| 2618 | 2026-08-11T16:38:55.613Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2619 | 2026-08-11T16:38:55.901Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2620 | 2026-08-11T16:38:55.925Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2621 | 2026-08-11T16:38:56.514Z | Compiling progenitor v0.14.0 |
| 2622 | 2026-08-11T16:38:56.712Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2623 | 2026-08-11T16:38:57.062Z | Compiling peg v0.8.5 |
| 2624 | 2026-08-11T16:38:57.190Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2625 | 2026-08-11T16:38:57.270Z | Compiling bcs v0.1.6 |
| 2626 | 2026-08-11T16:38:57.703Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2627 | 2026-08-11T16:38:57.994Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2628 | 2026-08-11T16:38:58.670Z | Compiling nom v8.0.0 |
| 2629 | 2026-08-11T16:38:58.704Z | Compiling semver v0.1.20 |
| 2630 | 2026-08-11T16:38:58.850Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2631 | 2026-08-11T16:38:59.002Z | Compiling rustc_version v0.1.7 |
| 2632 | 2026-08-11T16:38:59.120Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2633 | 2026-08-11T16:38:59.283Z | Compiling newtype_derive v0.1.6 |
| 2634 | 2026-08-11T16:38:59.343Z | Compiling unicode-linebreak v0.1.5 |
| 2635 | 2026-08-11T16:38:59.423Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2636 | 2026-08-11T16:38:59.519Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2637 | 2026-08-11T16:38:59.663Z | Compiling smawk v0.3.2 |
| 2638 | 2026-08-11T16:38:59.766Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2639 | 2026-08-11T16:38:59.864Z | Compiling textwrap v0.16.2 |
| 2640 | 2026-08-11T16:38:59.947Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2641 | 2026-08-11T16:39:00.103Z | Compiling steno v0.4.1 |
| 2642 | 2026-08-11T16:39:01.442Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-08-11T16:39:01.495Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2644 | 2026-08-11T16:39:02.050Z | Compiling sha1 v0.10.6 |
| 2645 | 2026-08-11T16:39:02.104Z | Compiling utf-8 v0.7.6 |
| 2646 | 2026-08-11T16:39:02.126Z | Compiling tagptr v0.2.0 |
| 2647 | 2026-08-11T16:39:02.321Z | Compiling moka v0.12.13 |
| 2648 | 2026-08-11T16:39:02.350Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2649 | 2026-08-11T16:39:02.520Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2650 | 2026-08-11T16:39:02.543Z | Compiling tungstenite v0.21.0 |
| 2651 | 2026-08-11T16:39:02.642Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2652 | 2026-08-11T16:39:02.710Z | Compiling darling_core v0.21.3 |
| 2653 | 2026-08-11T16:39:02.807Z | Compiling display-error-chain v0.2.2 |
| 2654 | 2026-08-11T16:39:02.986Z | Compiling libscf-sys v1.2.0 |
| 2655 | 2026-08-11T16:39:03.163Z | Compiling tokio-tungstenite v0.21.0 |
| 2656 | 2026-08-11T16:39:03.552Z | Compiling hickory-resolver v0.25.2 |
| 2657 | 2026-08-11T16:39:03.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2658 | 2026-08-11T16:39:04.626Z | Compiling vergen-lib v0.1.6 |
| 2659 | 2026-08-11T16:39:04.851Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2660 | 2026-08-11T16:39:04.885Z | Compiling darling_macro v0.21.3 |
| 2661 | 2026-08-11T16:39:05.252Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2662 | 2026-08-11T16:39:05.357Z | Compiling diesel_derives v2.3.7 |
| 2663 | 2026-08-11T16:39:05.410Z | Compiling darling v0.21.3 |
| 2664 | 2026-08-11T16:39:05.523Z | Compiling dsl_auto_type v0.2.0 |
| 2665 | 2026-08-11T16:39:05.606Z | Compiling scheduled-thread-pool v0.2.7 |
| 2666 | 2026-08-11T16:39:05.627Z | Compiling vergen-gitcl v1.0.8 |
| 2667 | 2026-08-11T16:39:05.667Z | Compiling proc-macro-error2 v2.0.1 |
| 2668 | 2026-08-11T16:39:05.670Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2669 | 2026-08-11T16:39:05.755Z | Compiling dirs-sys-next v0.1.2 |
| 2670 | 2026-08-11T16:39:05.899Z | Compiling maplit v1.0.2 |
| 2671 | 2026-08-11T16:39:05.920Z | Compiling glob v0.3.3 |
| 2672 | 2026-08-11T16:39:05.991Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2673 | 2026-08-11T16:39:06.019Z | Compiling crunchy v0.2.4 |
| 2674 | 2026-08-11T16:39:06.043Z | Compiling tabled_derive v0.11.0 |
| 2675 | 2026-08-11T16:39:06.194Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-08-11T16:39:06.300Z | Compiling clang-sys v1.8.1 |
| 2677 | 2026-08-11T16:39:06.368Z | Compiling r2d2 v0.8.10 |
| 2678 | 2026-08-11T16:39:06.670Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2679 | 2026-08-11T16:39:06.689Z | Compiling papergrid v0.17.0 |
| 2680 | 2026-08-11T16:39:06.736Z | Compiling testing_table v0.3.0 |
| 2681 | 2026-08-11T16:39:07.024Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2682 | 2026-08-11T16:39:07.119Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2683 | 2026-08-11T16:39:07.174Z | Compiling tiny-keccak v2.0.2 |
| 2684 | 2026-08-11T16:39:07.362Z | Compiling downcast-rs v2.0.2 |
| 2685 | 2026-08-11T16:39:07.601Z | Compiling term v0.7.0 |
| 2686 | 2026-08-11T16:39:07.977Z | Compiling tabled v0.20.0 |
| 2687 | 2026-08-11T16:39:08.112Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2688 | 2026-08-11T16:39:08.373Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2689 | 2026-08-11T16:39:08.507Z | Compiling bit-vec v0.6.3 |
| 2690 | 2026-08-11T16:39:08.531Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2691 | 2026-08-11T16:39:08.555Z | Compiling ascii-canvas v3.0.0 |
| 2692 | 2026-08-11T16:39:08.760Z | Compiling bit-set v0.5.3 |
| 2693 | 2026-08-11T16:39:08.822Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2694 | 2026-08-11T16:39:08.924Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2695 | 2026-08-11T16:39:08.946Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2696 | 2026-08-11T16:39:09.079Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2697 | 2026-08-11T16:39:09.160Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2698 | 2026-08-11T16:39:09.333Z | Compiling itertools v0.10.5 |
| 2699 | 2026-08-11T16:39:09.505Z | Compiling ena v0.14.4 |
| 2700 | 2026-08-11T16:39:09.567Z | Compiling libloading v0.8.9 |
| 2701 | 2026-08-11T16:39:09.745Z | Compiling diff v0.1.13 |
| 2702 | 2026-08-11T16:39:09.806Z | Compiling unicase v2.9.0 |
| 2703 | 2026-08-11T16:39:10.006Z | Compiling regex-syntax v0.6.29 |
| 2704 | 2026-08-11T16:39:10.098Z | Compiling bindgen v0.71.1 |
| 2705 | 2026-08-11T16:39:10.123Z | Compiling xshell-macros v0.2.7 |
| 2706 | 2026-08-11T16:39:10.522Z | Compiling xshell v0.2.7 |
| 2707 | 2026-08-11T16:39:10.570Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2708 | 2026-08-11T16:39:10.740Z | Compiling diesel v2.3.7 |
| 2709 | 2026-08-11T16:39:11.131Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2710 | 2026-08-11T16:39:11.810Z | Compiling lalrpop v0.19.12 |
| 2711 | 2026-08-11T16:39:11.896Z | Compiling cexpr v0.6.0 |
| 2712 | 2026-08-11T16:39:12.346Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2713 | 2026-08-11T16:39:12.410Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2714 | 2026-08-11T16:39:12.526Z | Compiling rustc-hash v2.1.1 |
| 2715 | 2026-08-11T16:39:12.605Z | Compiling crc8 v0.1.1 |
| 2716 | 2026-08-11T16:39:12.780Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2717 | 2026-08-11T16:39:12.913Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2718 | 2026-08-11T16:39:13.123Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2719 | 2026-08-11T16:39:13.150Z | Compiling headers-core v0.3.0 |
| 2720 | 2026-08-11T16:39:13.295Z | Compiling libxml v0.3.3 |
| 2721 | 2026-08-11T16:39:13.317Z | Compiling headers v0.4.1 |
| 2722 | 2026-08-11T16:39:13.592Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2723 | 2026-08-11T16:39:13.640Z | Compiling strum_macros v0.24.3 |
| 2724 | 2026-08-11T16:39:13.826Z | Compiling indoc v1.0.9 |
| 2725 | 2026-08-11T16:39:14.109Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2726 | 2026-08-11T16:39:14.276Z | Compiling derive_builder v0.20.2 |
| 2727 | 2026-08-11T16:39:14.333Z | Compiling oso-derive v0.27.3 |
| 2728 | 2026-08-11T16:39:14.449Z | Compiling quick-xml v0.37.5 |
| 2729 | 2026-08-11T16:39:14.843Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2730 | 2026-08-11T16:39:14.867Z | Compiling openssl-probe v0.1.6 |
| 2731 | 2026-08-11T16:39:14.935Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2732 | 2026-08-11T16:39:14.952Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2733 | 2026-08-11T16:39:15.172Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2734 | 2026-08-11T16:39:15.396Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2735 | 2026-08-11T16:39:15.634Z | Compiling bb8 v0.8.6 |
| 2736 | 2026-08-11T16:39:15.901Z | Compiling trait-variant v0.1.2 |
| 2737 | 2026-08-11T16:39:15.928Z | Compiling half v1.8.3 |
| 2738 | 2026-08-11T16:39:16.052Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2739 | 2026-08-11T16:39:16.122Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2740 | 2026-08-11T16:39:16.365Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2741 | 2026-08-11T16:39:16.386Z | Compiling serde_cbor v0.11.2 |
| 2742 | 2026-08-11T16:39:16.475Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2743 | 2026-08-11T16:39:16.735Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2744 | 2026-08-11T16:39:17.113Z | Compiling progenitor-impl v0.13.0 |
| 2745 | 2026-08-11T16:39:17.204Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2746 | 2026-08-11T16:39:17.252Z | Compiling nonempty v0.12.0 |
| 2747 | 2026-08-11T16:39:17.362Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2748 | 2026-08-11T16:39:17.367Z | Compiling samael v0.0.19 |
| 2749 | 2026-08-11T16:39:17.515Z | Compiling progenitor-client v0.13.0 |
| 2750 | 2026-08-11T16:39:18.021Z | Compiling fxhash v0.2.1 |
| 2751 | 2026-08-11T16:39:18.197Z | Compiling libz-sys v1.1.24 |
| 2752 | 2026-08-11T16:39:18.638Z | Compiling salty v0.3.0 |
| 2753 | 2026-08-11T16:39:18.948Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2754 | 2026-08-11T16:39:18.999Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2755 | 2026-08-11T16:39:19.081Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2756 | 2026-08-11T16:39:19.281Z | Compiling progenitor-macro v0.13.0 |
| 2757 | 2026-08-11T16:39:19.323Z | Compiling polar-core v0.27.3 |
| 2758 | 2026-08-11T16:39:19.339Z | Compiling kstat-rs v0.2.5 |
| 2759 | 2026-08-11T16:39:20.042Z | Compiling mime_guess v2.0.5 |
| 2760 | 2026-08-11T16:39:20.548Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2761 | 2026-08-11T16:39:21.079Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2762 | 2026-08-11T16:39:22.149Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2763 | 2026-08-11T16:39:22.218Z | Compiling rfc6979 v0.4.0 |
| 2764 | 2026-08-11T16:39:22.401Z | Compiling nanorand v0.7.0 |
| 2765 | 2026-08-11T16:39:22.651Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2766 | 2026-08-11T16:39:22.765Z | Compiling parking_lot_core v0.8.6 |
| 2767 | 2026-08-11T16:39:23.114Z | Compiling flume v0.11.1 |
| 2768 | 2026-08-11T16:39:23.421Z | Compiling ecdsa v0.16.9 |
| 2769 | 2026-08-11T16:39:23.482Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2770 | 2026-08-11T16:39:23.541Z | Compiling progenitor v0.13.0 |
| 2771 | 2026-08-11T16:39:23.711Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2772 | 2026-08-11T16:39:23.737Z | Compiling primeorder v0.13.6 |
| 2773 | 2026-08-11T16:39:24.055Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2774 | 2026-08-11T16:39:24.100Z | Compiling git-stub v1.0.0 |
| 2775 | 2026-08-11T16:39:24.231Z | Compiling strsim v0.10.0 |
| 2776 | 2026-08-11T16:39:24.374Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2777 | 2026-08-11T16:39:24.546Z | Compiling instability v0.3.11 |
| 2778 | 2026-08-11T16:39:24.779Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2779 | 2026-08-11T16:39:24.895Z | Compiling http-range v0.1.5 |
| 2780 | 2026-08-11T16:39:25.075Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2781 | 2026-08-11T16:39:25.234Z | Compiling darling_core v0.13.4 |
| 2782 | 2026-08-11T16:39:26.140Z | Compiling git-stub-vcs v0.1.0 |
| 2783 | 2026-08-11T16:39:26.365Z | Compiling p384 v0.13.1 |
| 2784 | 2026-08-11T16:39:26.958Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2785 | 2026-08-11T16:39:27.375Z | Compiling ignore v0.4.25 |
| 2786 | 2026-08-11T16:39:27.397Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2787 | 2026-08-11T16:39:27.700Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-08-11T16:39:29.114Z | Compiling oso v0.27.3 |
| 2789 | 2026-08-11T16:39:30.395Z | Compiling async-bb8-diesel v0.2.1 |
| 2790 | 2026-08-11T16:39:30.844Z | Compiling diesel-dtrace v0.5.0 |
| 2791 | 2026-08-11T16:39:31.175Z | Compiling castaway v0.2.4 |
| 2792 | 2026-08-11T16:39:31.343Z | Compiling vergen-git2 v9.1.0 |
| 2793 | 2026-08-11T16:39:31.538Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2794 | 2026-08-11T16:39:31.597Z | Compiling indoc v2.0.7 |
| 2795 | 2026-08-11T16:39:31.659Z | Compiling compact_str v0.8.1 |
| 2796 | 2026-08-11T16:39:31.863Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2797 | 2026-08-11T16:39:32.341Z | Compiling globwalk v0.9.1 |
| 2798 | 2026-08-11T16:39:32.743Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2799 | 2026-08-11T16:39:32.789Z | Compiling parking_lot v0.11.2 |
| 2800 | 2026-08-11T16:39:32.856Z | Compiling darling_macro v0.13.4 |
| 2801 | 2026-08-11T16:39:32.981Z | Compiling hyper-staticfile v0.10.1 |
| 2802 | 2026-08-11T16:39:33.363Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2803 | 2026-08-11T16:39:33.504Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2804 | 2026-08-11T16:39:33.682Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2805 | 2026-08-11T16:39:33.846Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2806 | 2026-08-11T16:39:33.885Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2807 | 2026-08-11T16:39:34.120Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2808 | 2026-08-11T16:39:34.264Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2809 | 2026-08-11T16:39:34.319Z | Compiling predicates-tree v1.0.13 |
| 2810 | 2026-08-11T16:39:34.605Z | Compiling unicode-truncate v1.1.0 |
| 2811 | 2026-08-11T16:39:34.741Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-08-11T16:39:34.822Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2813 | 2026-08-11T16:39:34.909Z | Compiling sha2 v0.11.0 |
| 2814 | 2026-08-11T16:39:34.974Z | Compiling lru v0.12.5 |
| 2815 | 2026-08-11T16:39:35.197Z | Compiling digest-io v0.1.0 |
| 2816 | 2026-08-11T16:39:35.372Z | Compiling prefix-trie v0.7.0 |
| 2817 | 2026-08-11T16:39:35.690Z | Compiling rand_seeder v0.4.0 |
| 2818 | 2026-08-11T16:39:35.893Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2819 | 2026-08-11T16:39:35.956Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2820 | 2026-08-11T16:39:35.974Z | Compiling cassowary v0.3.0 |
| 2821 | 2026-08-11T16:39:36.070Z | Compiling rawzip v0.4.4 |
| 2822 | 2026-08-11T16:39:36.233Z | Compiling corncobs v0.1.4 |
| 2823 | 2026-08-11T16:39:36.382Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2824 | 2026-08-11T16:39:36.475Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2825 | 2026-08-11T16:39:36.479Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2826 | 2026-08-11T16:39:36.616Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2827 | 2026-08-11T16:39:37.162Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2828 | 2026-08-11T16:39:37.337Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2829 | 2026-08-11T16:39:37.597Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2830 | 2026-08-11T16:39:38.088Z | Compiling ratatui v0.29.0 |
| 2831 | 2026-08-11T16:39:38.329Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2832 | 2026-08-11T16:39:38.537Z | Compiling hickory-server v0.25.2 |
| 2833 | 2026-08-11T16:39:40.446Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2834 | 2026-08-11T16:39:41.005Z | Compiling camino-tempfile-ext v0.3.3 |
| 2835 | 2026-08-11T16:39:41.610Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-08-11T16:39:41.705Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2837 | 2026-08-11T16:39:42.426Z | Compiling darling v0.13.4 |
| 2838 | 2026-08-11T16:39:43.082Z | Compiling sled v0.34.7 |
| 2839 | 2026-08-11T16:39:43.548Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2840 | 2026-08-11T16:39:44.190Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2841 | 2026-08-11T16:39:44.471Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2842 | 2026-08-11T16:39:44.851Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2843 | 2026-08-11T16:39:44.935Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2844 | 2026-08-11T16:39:45.083Z | Compiling secrecy v0.8.0 |
| 2845 | 2026-08-11T16:39:45.162Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2846 | 2026-08-11T16:39:45.627Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2847 | 2026-08-11T16:39:46.412Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2848 | 2026-08-11T16:39:46.732Z | Compiling serde_with_macros v1.5.2 |
| 2849 | 2026-08-11T16:39:46.786Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2850 | 2026-08-11T16:39:47.535Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2851 | 2026-08-11T16:39:47.732Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2852 | 2026-08-11T16:39:48.216Z | Compiling git2 v0.20.4 |
| 2853 | 2026-08-11T16:39:48.854Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2854 | 2026-08-11T16:39:49.075Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2855 | 2026-08-11T16:39:49.099Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2856 | 2026-08-11T16:39:49.234Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2857 | 2026-08-11T16:39:49.313Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2858 | 2026-08-11T16:39:49.342Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2859 | 2026-08-11T16:39:49.473Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2860 | 2026-08-11T16:39:49.550Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2861 | 2026-08-11T16:39:49.591Z | Compiling arc-swap v1.8.2 |
| 2862 | 2026-08-11T16:39:49.709Z | Compiling void v1.0.2 |
| 2863 | 2026-08-11T16:39:49.869Z | Compiling lzss v0.8.2 |
| 2864 | 2026-08-11T16:39:49.891Z | Compiling slog-scope v4.4.1 |
| 2865 | 2026-08-11T16:39:50.237Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2866 | 2026-08-11T16:39:50.270Z | Compiling illumos-nvpair v0.3.0 |
| 2867 | 2026-08-11T16:39:50.309Z | Compiling serde_with v1.14.0 |
| 2868 | 2026-08-11T16:39:51.071Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2869 | 2026-08-11T16:39:51.091Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2870 | 2026-08-11T16:39:51.328Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2871 | 2026-08-11T16:39:51.501Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2872 | 2026-08-11T16:39:52.305Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2873 | 2026-08-11T16:39:53.024Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2874 | 2026-08-11T16:39:54.183Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2875 | 2026-08-11T16:39:54.526Z | Compiling scuffle v0.1.0 |
| 2876 | 2026-08-11T16:39:56.626Z | Compiling tungstenite v0.23.0 |
| 2877 | 2026-08-11T16:39:56.963Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2878 | 2026-08-11T16:39:57.163Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2879 | 2026-08-11T16:39:58.362Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2880 | 2026-08-11T16:39:58.583Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2881 | 2026-08-11T16:39:58.762Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2882 | 2026-08-11T16:39:58.799Z | Compiling nix v0.27.1 |
| 2883 | 2026-08-11T16:39:58.921Z | Compiling twox-hash v2.1.2 |
| 2884 | 2026-08-11T16:39:58.946Z | Compiling libsw-core v0.3.2 |
| 2885 | 2026-08-11T16:39:59.005Z | Compiling serde_bytes v0.11.19 |
| 2886 | 2026-08-11T16:39:59.081Z | Compiling atty v0.2.14 |
| 2887 | 2026-08-11T16:39:59.163Z | Compiling libsw v3.5.0 |
| 2888 | 2026-08-11T16:39:59.246Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2889 | 2026-08-11T16:39:59.277Z | Compiling tokio-tungstenite v0.23.1 |
| 2890 | 2026-08-11T16:39:59.299Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2891 | 2026-08-11T16:39:59.385Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2892 | 2026-08-11T16:39:59.433Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2893 | 2026-08-11T16:39:59.646Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2894 | 2026-08-11T16:39:59.975Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2895 | 2026-08-11T16:40:02.145Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2896 | 2026-08-11T16:40:02.386Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2897 | 2026-08-11T16:40:02.989Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2898 | 2026-08-11T16:40:03.440Z | Compiling slog-stdlog v4.1.1 |
| 2899 | 2026-08-11T16:40:03.631Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2900 | 2026-08-11T16:40:03.721Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2901 | 2026-08-11T16:40:03.753Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2902 | 2026-08-11T16:40:03.842Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2903 | 2026-08-11T16:40:03.981Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2904 | 2026-08-11T16:40:04.216Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2905 | 2026-08-11T16:40:05.140Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2906 | 2026-08-11T16:40:05.907Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2907 | 2026-08-11T16:40:06.108Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2908 | 2026-08-11T16:40:06.513Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2909 | 2026-08-11T16:40:08.558Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2910 | 2026-08-11T16:40:10.326Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2911 | 2026-08-11T16:40:10.702Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2912 | 2026-08-11T16:40:11.023Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2913 | 2026-08-11T16:40:11.563Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2914 | 2026-08-11T16:40:11.737Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2915 | 2026-08-11T16:40:11.979Z | Compiling signal-hook-tokio v0.3.1 |
| 2916 | 2026-08-11T16:40:12.202Z | Compiling fatfs v0.3.6 |
| 2917 | 2026-08-11T16:40:12.511Z | Compiling yasna v0.5.2 |
| 2918 | 2026-08-11T16:40:13.509Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2919 | 2026-08-11T16:40:14.107Z | Compiling is_ci v1.2.0 |
| 2920 | 2026-08-11T16:40:14.311Z | Compiling seq-macro v0.3.6 |
| 2921 | 2026-08-11T16:40:14.334Z | Compiling assert_matches v1.5.0 |
| 2922 | 2026-08-11T16:40:14.417Z | Compiling supports-color v3.0.2 |
| 2923 | 2026-08-11T16:40:14.442Z | Compiling rcgen v0.12.1 |
| 2924 | 2026-08-11T16:40:14.716Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2925 | 2026-08-11T16:40:15.672Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2926 | 2026-08-11T16:40:17.514Z | Compiling slog-envlogger v2.2.0 |
| 2927 | 2026-08-11T16:40:18.253Z | Compiling oxide-update-engine-display v0.1.2 |
| 2928 | 2026-08-11T16:40:18.718Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2929 | 2026-08-11T16:40:18.945Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2930 | 2026-08-11T16:40:19.146Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2931 | 2026-08-11T16:40:19.233Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2932 | 2026-08-11T16:40:19.384Z | Compiling port-file v0.1.0 |
| 2933 | 2026-08-11T16:40:19.465Z | Compiling rtoolbox v0.0.3 |
| 2934 | 2026-08-11T16:40:19.644Z | Compiling subprocess v0.2.15 |
| 2935 | 2026-08-11T16:40:19.714Z | Compiling rpassword v7.5.4 |
| 2936 | 2026-08-11T16:40:19.815Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2937 | 2026-08-11T16:40:20.360Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2938 | 2026-08-11T16:40:21.821Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2939 | 2026-08-11T16:40:21.968Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2940 | 2026-08-11T16:40:22.603Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2941 | 2026-08-11T16:40:24.242Z | Compiling tui-tree-widget v0.23.1 |
| 2942 | 2026-08-11T16:40:24.547Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2943 | 2026-08-11T16:40:24.735Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2944 | 2026-08-11T16:40:25.172Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2945 | 2026-08-11T16:40:25.702Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2946 | 2026-08-11T16:40:26.326Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2947 | 2026-08-11T16:40:26.560Z | Compiling uzers v0.12.2 |
| 2948 | 2026-08-11T16:40:27.648Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2949 | 2026-08-11T16:40:27.982Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2950 | 2026-08-11T16:40:29.038Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2951 | 2026-08-11T16:40:30.136Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2952 | 2026-08-11T16:40:31.002Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2953 | 2026-08-11T16:40:31.487Z | Compiling support-bundle-viewer v0.1.2 |
| 2954 | 2026-08-11T16:40:33.186Z | Compiling multimap v0.10.1 |
| 2955 | 2026-08-11T16:40:41.144Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2956 | 2026-08-11T16:40:42.810Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2957 | 2026-08-11T16:40:45.204Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2958 | 2026-08-11T16:40:51.868Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2959 | 2026-08-11T16:40:52.010Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2960 | 2026-08-11T16:48:40.778Z | Finished `release` profile [optimized] target(s) in 9m 58s |
| 2961 | 2026-08-11T16:48:40.781Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2962 | 2026-08-11T16:48:40.781Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2963 | 2026-08-11T16:49:32.299Z | |
| 2964 | 2026-08-11T16:49:32.299Z | real 10:51.545361332 |
| 2965 | 2026-08-11T16:49:32.299Z | user 1:21:27.957342348 |
| 2966 | 2026-08-11T16:49:32.299Z | sys 3:38.725062356 |
| 2967 | 2026-08-11T16:49:32.299Z | trap 1.820450811 |
| 2968 | 2026-08-11T16:49:32.302Z | tflt 1.849293772 |
| 2969 | 2026-08-11T16:49:32.302Z | dflt 21.164951345 |
| 2970 | 2026-08-11T16:49:32.302Z | kflt 0.029912783 |
| 2971 | 2026-08-11T16:49:32.302Z | lock 8:06:14.318442044 |
| 2972 | 2026-08-11T16:49:32.302Z | slp 2:19:21.728623744 |
| 2973 | 2026-08-11T16:49:32.302Z | lat 2:32.939185551 |
| 2974 | 2026-08-11T16:49:32.302Z | stop 5:28.311690446 |
| 2975 | 2026-08-11T16:49:32.302Z | + mapfile -t packages |
| 2976 | 2026-08-11T16:49:32.303Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2977 | 2026-08-11T16:49:33.252Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2978 | 2026-08-11T16:49:33.321Z | Running `target/release/omicron-package -t test list-outputs` |
| 2979 | 2026-08-11T16:49:33.383Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2980 | 2026-08-11T16:49:33.388Z | + ptime -m cargo build --locked --release -p xtask |
| 2981 | 2026-08-11T16:49:33.870Z | Compiling libc v0.2.185 |
| 2982 | 2026-08-11T16:49:33.870Z | Compiling serde_core v1.0.228 |
| 2983 | 2026-08-11T16:49:33.870Z | Compiling serde v1.0.228 |
| 2984 | 2026-08-11T16:49:33.874Z | Compiling rustix v1.1.3 |
| 2985 | 2026-08-11T16:49:33.874Z | Compiling serde_json v1.0.151 |
| 2986 | 2026-08-11T16:49:33.874Z | Compiling bitflags v2.11.0 |
| 2987 | 2026-08-11T16:49:34.029Z | Compiling syn v2.0.117 |
| 2988 | 2026-08-11T16:49:34.029Z | Compiling usdt-impl v0.5.0 |
| 2989 | 2026-08-11T16:49:34.033Z | Compiling syn v1.0.109 |
| 2990 | 2026-08-11T16:49:34.065Z | Compiling getrandom v0.4.1 |
| 2991 | 2026-08-11T16:49:34.069Z | Compiling log v0.4.29 |
| 2992 | 2026-08-11T16:49:34.069Z | Compiling indexmap v2.14.0 |
| 2993 | 2026-08-11T16:49:34.102Z | Compiling fs-err v3.3.0 |
| 2994 | 2026-08-11T16:49:34.302Z | Compiling heck v0.4.1 |
| 2995 | 2026-08-11T16:49:34.409Z | Compiling once_cell v1.21.3 |
| 2996 | 2026-08-11T16:49:34.432Z | Compiling anyhow v1.0.102 |
| 2997 | 2026-08-11T16:49:34.751Z | Compiling errno v0.3.14 |
| 2998 | 2026-08-11T16:49:34.754Z | Compiling thread-id v4.2.2 |
| 2999 | 2026-08-11T16:49:34.754Z | Compiling memmap v0.7.0 |
| 3000 | 2026-08-11T16:49:35.522Z | Compiling proc-macro-error v1.0.4 |
| 3001 | 2026-08-11T16:49:35.718Z | Compiling terminal_size v0.4.3 |
| 3002 | 2026-08-11T16:49:35.718Z | Compiling tempfile v3.25.0 |
| 3003 | 2026-08-11T16:49:35.788Z | Compiling tabled_derive v0.7.0 |
| 3004 | 2026-08-11T16:49:35.816Z | Compiling clap_builder v4.6.0 |
| 3005 | 2026-08-11T16:49:35.816Z | Compiling textwrap v0.16.2 |
| 3006 | 2026-08-11T16:49:36.103Z | Compiling camino v1.2.2 |
| 3007 | 2026-08-11T16:49:36.103Z | Compiling semver v1.0.28 |
| 3008 | 2026-08-11T16:49:36.139Z | Compiling cargo-platform v0.3.2 |
| 3009 | 2026-08-11T16:49:36.212Z | Compiling pest_generator v2.8.6 |
| 3010 | 2026-08-11T16:49:36.449Z | Compiling camino-tempfile v1.4.1 |
| 3011 | 2026-08-11T16:49:36.562Z | Compiling tabled v0.15.0 |
| 3012 | 2026-08-11T16:49:36.753Z | Compiling serde_derive v1.0.228 |
| 3013 | 2026-08-11T16:49:36.753Z | Compiling thiserror-impl v1.0.69 |
| 3014 | 2026-08-11T16:49:36.757Z | Compiling zerocopy-derive v0.7.35 |
| 3015 | 2026-08-11T16:49:36.757Z | Compiling scroll_derive v0.12.1 |
| 3016 | 2026-08-11T16:49:36.757Z | Compiling thiserror-impl v2.0.18 |
| 3017 | 2026-08-11T16:49:36.757Z | Compiling clap_derive v4.6.1 |
| 3018 | 2026-08-11T16:49:36.807Z | Compiling pest_derive v2.8.6 |
| 3019 | 2026-08-11T16:49:37.467Z | Compiling scroll v0.12.0 |
| 3020 | 2026-08-11T16:49:37.626Z | Compiling zerocopy v0.7.35 |
| 3021 | 2026-08-11T16:49:37.724Z | Compiling goblin v0.8.2 |
| 3022 | 2026-08-11T16:49:37.864Z | Compiling thiserror v1.0.69 |
| 3023 | 2026-08-11T16:49:37.981Z | Compiling dtrace-parser v0.2.0 |
| 3024 | 2026-08-11T16:49:38.223Z | Compiling thiserror v2.0.18 |
| 3025 | 2026-08-11T16:49:38.327Z | Compiling clap v4.6.1 |
| 3026 | 2026-08-11T16:49:39.891Z | Compiling dof v0.3.0 |
| 3027 | 2026-08-11T16:49:39.965Z | Compiling serde_spanned v0.6.9 |
| 3028 | 2026-08-11T16:49:40.004Z | Compiling toml_datetime v0.6.11 |
| 3029 | 2026-08-11T16:49:40.058Z | Compiling serde_tokenstream v0.2.3 |
| 3030 | 2026-08-11T16:49:40.131Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3031 | 2026-08-11T16:49:40.227Z | Compiling cargo_metadata v0.23.1 |
| 3032 | 2026-08-11T16:49:40.243Z | Compiling macaddr v1.0.1 |
| 3033 | 2026-08-11T16:49:40.271Z | Compiling toml_edit v0.22.27 |
| 3034 | 2026-08-11T16:49:40.670Z | Compiling usdt-macro v0.5.0 |
| 3035 | 2026-08-11T16:49:40.675Z | Compiling usdt-attr-macro v0.5.0 |
| 3036 | 2026-08-11T16:49:41.327Z | Compiling usdt v0.5.0 |
| 3037 | 2026-08-11T16:49:41.795Z | Compiling toml v0.8.23 |
| 3038 | 2026-08-11T16:49:42.225Z | Compiling cargo_toml v0.21.0 |
| 3039 | 2026-08-11T16:49:46.661Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3040 | 2026-08-11T16:49:49.897Z | Finished `release` profile [optimized] target(s) in 16.50s |
| 3041 | 2026-08-11T16:49:50.008Z | |
| 3042 | 2026-08-11T16:49:50.008Z | real 16.583493899 |
| 3043 | 2026-08-11T16:49:50.008Z | user 2:06.131201580 |
| 3044 | 2026-08-11T16:49:50.008Z | sys 13.903220242 |
| 3045 | 2026-08-11T16:49:50.011Z | trap 0.071793886 |
| 3046 | 2026-08-11T16:49:50.011Z | tflt 0.445382754 |
| 3047 | 2026-08-11T16:49:50.011Z | dflt 1.372141847 |
| 3048 | 2026-08-11T16:49:50.011Z | kflt 0.000019390 |
| 3049 | 2026-08-11T16:49:50.011Z | lock 4:47.052527673 |
| 3050 | 2026-08-11T16:49:50.011Z | slp 2:42.071845975 |
| 3051 | 2026-08-11T16:49:50.011Z | lat 4.426849607 |
| 3052 | 2026-08-11T16:49:50.011Z | stop 15.864270388 |
| 3053 | 2026-08-11T16:49:50.012Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3054 | 2026-08-11T16:49:50.012Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3055 | 2026-08-11T16:49:50.012Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3056 | 2026-08-11T16:49:50.012Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3057 | 2026-08-11T16:49:50.012Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3058 | 2026-08-11T16:49:50.953Z | Compiling match_cfg v0.1.0 |
| 3059 | 2026-08-11T16:49:50.953Z | Compiling progenitor-client v0.14.0 |
| 3060 | 2026-08-11T16:49:50.954Z | Compiling slog-json v2.6.1 |
| 3061 | 2026-08-11T16:49:50.954Z | Compiling newtype-uuid-macros v0.1.0 |
| 3062 | 2026-08-11T16:49:50.957Z | Compiling sha1 v0.11.0 |
| 3063 | 2026-08-11T16:49:50.957Z | Compiling multer v3.1.0 |
| 3064 | 2026-08-11T16:49:50.957Z | Compiling debug-ignore v1.0.5 |
| 3065 | 2026-08-11T16:49:50.957Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3066 | 2026-08-11T16:49:50.957Z | Compiling compression-core v0.4.31 |
| 3067 | 2026-08-11T16:49:51.103Z | Compiling async-stream-impl v0.3.6 |
| 3068 | 2026-08-11T16:49:51.106Z | Compiling serde_spanned v1.1.1 |
| 3069 | 2026-08-11T16:49:51.107Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3070 | 2026-08-11T16:49:51.117Z | Compiling dropshot v0.17.1 |
| 3071 | 2026-08-11T16:49:51.120Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3072 | 2026-08-11T16:49:51.123Z | Compiling waitgroup v0.1.2 |
| 3073 | 2026-08-11T16:49:51.123Z | Compiling rustls-pemfile v2.2.0 |
| 3074 | 2026-08-11T16:49:51.204Z | Compiling hostname v0.3.1 |
| 3075 | 2026-08-11T16:49:51.386Z | Compiling dropshot_endpoint v0.17.1 |
| 3076 | 2026-08-11T16:49:51.403Z | Compiling serde_path_to_error v0.1.20 |
| 3077 | 2026-08-11T16:49:51.406Z | Compiling hostname v0.4.2 |
| 3078 | 2026-08-11T16:49:51.423Z | Compiling compression-codecs v0.4.37 |
| 3079 | 2026-08-11T16:49:51.475Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3080 | 2026-08-11T16:49:51.493Z | Compiling atomicwrites v0.4.4 |
| 3081 | 2026-08-11T16:49:51.496Z | Compiling macaddr v1.0.1 |
| 3082 | 2026-08-11T16:49:51.496Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3083 | 2026-08-11T16:49:51.564Z | Compiling slog-bunyan v2.5.0 |
| 3084 | 2026-08-11T16:49:51.600Z | Compiling instant v0.1.13 |
| 3085 | 2026-08-11T16:49:51.603Z | Compiling itertools v0.14.0 |
| 3086 | 2026-08-11T16:49:51.604Z | Compiling regress v0.10.5 |
| 3087 | 2026-08-11T16:49:51.718Z | Compiling async-compression v0.4.41 |
| 3088 | 2026-08-11T16:49:51.739Z | Compiling parse-display-derive v0.10.0 |
| 3089 | 2026-08-11T16:49:51.743Z | Compiling backon v1.6.0 |
| 3090 | 2026-08-11T16:49:51.743Z | Compiling backoff v0.4.0 |
| 3091 | 2026-08-11T16:49:51.788Z | Compiling humantime v2.3.0 |
| 3092 | 2026-08-11T16:49:51.792Z | Compiling half v2.7.1 |
| 3093 | 2026-08-11T16:49:51.804Z | Compiling crucible-workspace-hack v0.1.0 |
| 3094 | 2026-08-11T16:49:51.842Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3095 | 2026-08-11T16:49:51.922Z | Compiling async-stream v0.3.6 |
| 3096 | 2026-08-11T16:49:51.954Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3097 | 2026-08-11T16:49:51.973Z | Compiling progenitor-extras v0.2.0 |
| 3098 | 2026-08-11T16:49:51.999Z | Compiling ciborium-io v0.2.2 |
| 3099 | 2026-08-11T16:49:52.055Z | Compiling regress v0.11.1 |
| 3100 | 2026-08-11T16:49:52.074Z | Compiling convert_case v0.4.0 |
| 3101 | 2026-08-11T16:49:52.092Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3102 | 2026-08-11T16:49:52.110Z | Compiling ciborium-ll v0.2.2 |
| 3103 | 2026-08-11T16:49:52.127Z | Compiling secrecy v0.10.3 |
| 3104 | 2026-08-11T16:49:52.165Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3105 | 2026-08-11T16:49:52.165Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3106 | 2026-08-11T16:49:52.168Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3107 | 2026-08-11T16:49:52.222Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3108 | 2026-08-11T16:49:52.250Z | Compiling inout v0.1.4 |
| 3109 | 2026-08-11T16:49:52.306Z | Compiling ciborium v0.2.2 |
| 3110 | 2026-08-11T16:49:52.330Z | Compiling unsafe-libyaml v0.2.11 |
| 3111 | 2026-08-11T16:49:52.347Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3112 | 2026-08-11T16:49:52.378Z | Compiling universal-hash v0.5.1 |
| 3113 | 2026-08-11T16:49:52.441Z | Compiling cipher v0.4.4 |
| 3114 | 2026-08-11T16:49:52.471Z | Compiling derive_more v0.99.20 |
| 3115 | 2026-08-11T16:49:52.536Z | Compiling opaque-debug v0.3.1 |
| 3116 | 2026-08-11T16:49:52.554Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3117 | 2026-08-11T16:49:52.574Z | Compiling blake2 v0.10.6 |
| 3118 | 2026-08-11T16:49:52.631Z | Compiling poly1305 v0.8.0 |
| 3119 | 2026-08-11T16:49:52.720Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3120 | 2026-08-11T16:49:52.817Z | Compiling chacha20 v0.9.1 |
| 3121 | 2026-08-11T16:49:52.847Z | Compiling aead v0.5.2 |
| 3122 | 2026-08-11T16:49:52.912Z | Compiling serde_yaml v0.9.34+deprecated |
| 3123 | 2026-08-11T16:49:52.935Z | Compiling password-hash v0.5.0 |
| 3124 | 2026-08-11T16:49:52.952Z | Compiling indent_write v2.2.0 |
| 3125 | 2026-08-11T16:49:53.086Z | Compiling chacha20poly1305 v0.10.1 |
| 3126 | 2026-08-11T16:49:53.112Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3127 | 2026-08-11T16:49:53.130Z | Compiling num-derive v0.4.2 |
| 3128 | 2026-08-11T16:49:53.133Z | Compiling heapless v0.8.0 |
| 3129 | 2026-08-11T16:49:53.177Z | Compiling tabwriter v1.4.1 |
| 3130 | 2026-08-11T16:49:53.270Z | Compiling argon2 v0.5.3 |
| 3131 | 2026-08-11T16:49:53.378Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3132 | 2026-08-11T16:49:53.397Z | Compiling ingot-macros v0.2.0 |
| 3133 | 2026-08-11T16:49:53.415Z | Compiling hash32 v0.3.1 |
| 3134 | 2026-08-11T16:49:53.440Z | Compiling smoltcp v0.11.0 |
| 3135 | 2026-08-11T16:49:53.529Z | Compiling parse-display v0.10.0 |
| 3136 | 2026-08-11T16:49:53.601Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3137 | 2026-08-11T16:49:53.618Z | Compiling thiserror-no-std v2.0.2 |
| 3138 | 2026-08-11T16:49:53.685Z | Compiling typify-impl v0.6.2 |
| 3139 | 2026-08-11T16:49:53.742Z | Compiling vsss-rs v3.3.4 |
| 3140 | 2026-08-11T16:49:53.824Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3141 | 2026-08-11T16:49:53.904Z | Compiling cobs v0.3.0 |
| 3142 | 2026-08-11T16:49:54.121Z | Compiling proc-macro-crate v3.4.0 |
| 3143 | 2026-08-11T16:49:54.139Z | Compiling colored v3.1.1 |
| 3144 | 2026-08-11T16:49:54.159Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3145 | 2026-08-11T16:49:54.412Z | Compiling postcard v1.1.3 |
| 3146 | 2026-08-11T16:49:54.439Z | Compiling proc-macro-error v1.0.4 |
| 3147 | 2026-08-11T16:49:54.483Z | Compiling rand v0.10.1 |
| 3148 | 2026-08-11T16:49:54.498Z | Compiling proc-macro-crate v1.3.1 |
| 3149 | 2026-08-11T16:49:54.537Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3150 | 2026-08-11T16:49:54.710Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3151 | 2026-08-11T16:49:54.728Z | Compiling num_enum_derive v0.7.6 |
| 3152 | 2026-08-11T16:49:54.781Z | Compiling foreign-types-macros v0.2.3 |
| 3153 | 2026-08-11T16:49:54.802Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3154 | 2026-08-11T16:49:54.835Z | Compiling foreign-types-shared v0.3.1 |
| 3155 | 2026-08-11T16:49:54.851Z | Compiling rayon-core v1.13.0 |
| 3156 | 2026-08-11T16:49:54.947Z | Compiling num_enum_derive v0.5.11 |
| 3157 | 2026-08-11T16:49:55.031Z | Compiling crossbeam-deque v0.8.6 |
| 3158 | 2026-08-11T16:49:55.120Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3159 | 2026-08-11T16:49:55.148Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3160 | 2026-08-11T16:49:55.163Z | Compiling cstr-argument v0.1.2 |
| 3161 | 2026-08-11T16:49:55.184Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3162 | 2026-08-11T16:49:55.261Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3163 | 2026-08-11T16:49:55.352Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3164 | 2026-08-11T16:49:55.392Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3165 | 2026-08-11T16:49:55.444Z | Compiling cpubits v0.1.1 |
| 3166 | 2026-08-11T16:49:55.629Z | Compiling foreign-types v0.5.0 |
| 3167 | 2026-08-11T16:49:55.633Z | Compiling zone_cfg_derive v0.3.1 |
| 3168 | 2026-08-11T16:49:55.634Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3169 | 2026-08-11T16:49:55.634Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3170 | 2026-08-11T16:49:55.634Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3171 | 2026-08-11T16:49:55.676Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3172 | 2026-08-11T16:49:55.751Z | Compiling itertools v0.12.1 |
| 3173 | 2026-08-11T16:49:55.771Z | Compiling sigpipe v0.1.3 |
| 3174 | 2026-08-11T16:49:55.788Z | Compiling rayon v1.11.0 |
| 3175 | 2026-08-11T16:49:55.791Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3176 | 2026-08-11T16:49:55.867Z | Compiling glob v0.3.3 |
| 3177 | 2026-08-11T16:49:55.887Z | Compiling num_enum v0.7.6 |
| 3178 | 2026-08-11T16:49:55.903Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3179 | 2026-08-11T16:49:55.922Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3180 | 2026-08-11T16:49:56.029Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3181 | 2026-08-11T16:49:56.074Z | Compiling smf v0.2.3 |
| 3182 | 2026-08-11T16:49:56.092Z | Compiling whoami v1.6.1 |
| 3183 | 2026-08-11T16:49:56.111Z | Compiling num_enum v0.5.11 |
| 3184 | 2026-08-11T16:49:56.179Z | Compiling usdt-macro v0.5.0 |
| 3185 | 2026-08-11T16:49:56.249Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3186 | 2026-08-11T16:49:56.268Z | Compiling usdt-attr-macro v0.5.0 |
| 3187 | 2026-08-11T16:49:56.300Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3188 | 2026-08-11T16:49:56.321Z | Compiling gethostname v0.5.0 |
| 3189 | 2026-08-11T16:49:56.352Z | Compiling num-rational v0.4.2 |
| 3190 | 2026-08-11T16:49:56.371Z | Compiling pem-rfc7468 v1.0.0 |
| 3191 | 2026-08-11T16:49:56.395Z | Compiling ingot-types v0.2.0 |
| 3192 | 2026-08-11T16:49:56.418Z | Compiling num-complex v0.4.6 |
| 3193 | 2026-08-11T16:49:56.592Z | Compiling derive-where v1.6.0 |
| 3194 | 2026-08-11T16:49:56.648Z | Compiling memmap v0.7.0 |
| 3195 | 2026-08-11T16:49:56.709Z | Compiling float-ord v0.3.2 |
| 3196 | 2026-08-11T16:49:56.774Z | Compiling ingot v0.2.1 |
| 3197 | 2026-08-11T16:49:56.850Z | Compiling num v0.4.3 |
| 3198 | 2026-08-11T16:49:56.854Z | Compiling toml v0.8.23 |
| 3199 | 2026-08-11T16:49:56.868Z | Compiling hmac v0.13.0 |
| 3200 | 2026-08-11T16:49:56.904Z | Compiling universal-hash v0.6.1 |
| 3201 | 2026-08-11T16:49:56.957Z | Compiling zone v0.3.1 |
| 3202 | 2026-08-11T16:49:57.004Z | Compiling resolv-conf v0.7.6 |
| 3203 | 2026-08-11T16:49:57.021Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3204 | 2026-08-11T16:49:57.067Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3205 | 2026-08-11T16:49:57.085Z | Compiling cancel-safe-futures v0.1.5 |
| 3206 | 2026-08-11T16:49:57.111Z | Compiling polyval v0.7.1 |
| 3207 | 2026-08-11T16:49:57.155Z | Compiling usdt v0.5.0 |
| 3208 | 2026-08-11T16:49:57.237Z | Compiling der v0.8.0 |
| 3209 | 2026-08-11T16:49:57.360Z | Compiling prettyplease v0.2.37 |
| 3210 | 2026-08-11T16:49:57.396Z | Compiling ghash v0.6.0 |
| 3211 | 2026-08-11T16:49:57.465Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3212 | 2026-08-11T16:49:57.525Z | Compiling pbkdf2 v0.13.0 |
| 3213 | 2026-08-11T16:49:57.558Z | Compiling aes v0.9.1 |
| 3214 | 2026-08-11T16:49:57.637Z | Compiling crypto-bigint v0.7.5 |
| 3215 | 2026-08-11T16:49:57.656Z | Compiling console v0.15.11 |
| 3216 | 2026-08-11T16:49:57.676Z | Compiling hickory-proto v0.24.4 |
| 3217 | 2026-08-11T16:49:57.693Z | Compiling newline-converter v0.3.0 |
| 3218 | 2026-08-11T16:49:57.723Z | Compiling ctr v0.10.1 |
| 3219 | 2026-08-11T16:49:57.839Z | Compiling aead v0.6.1 |
| 3220 | 2026-08-11T16:49:57.858Z | Compiling sha2 v0.11.0 |
| 3221 | 2026-08-11T16:49:57.962Z | Compiling oxide-update-engine-types v0.1.2 |
| 3222 | 2026-08-11T16:49:57.980Z | Compiling linear-map v1.2.0 |
| 3223 | 2026-08-11T16:49:58.034Z | Compiling linked-hash-map v0.5.6 |
| 3224 | 2026-08-11T16:49:58.077Z | Compiling libefi-sys v0.1.0 |
| 3225 | 2026-08-11T16:49:58.200Z | Compiling spki v0.8.0 |
| 3226 | 2026-08-11T16:49:58.256Z | Compiling lru-cache v0.1.2 |
| 3227 | 2026-08-11T16:49:58.279Z | Compiling expectorate v1.2.0 |
| 3228 | 2026-08-11T16:49:58.332Z | Compiling aes-gcm v0.11.0 |
| 3229 | 2026-08-11T16:49:58.363Z | Compiling typify-macro v0.6.2 |
| 3230 | 2026-08-11T16:49:58.459Z | Compiling salsa20 v0.11.0 |
| 3231 | 2026-08-11T16:49:58.486Z | Compiling bitfield-struct v0.6.2 |
| 3232 | 2026-08-11T16:49:58.542Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3233 | 2026-08-11T16:49:58.561Z | Compiling nom v8.0.0 |
| 3234 | 2026-08-11T16:49:58.644Z | Compiling semver v0.1.20 |
| 3235 | 2026-08-11T16:49:58.683Z | Compiling scrypt v0.12.0 |
| 3236 | 2026-08-11T16:49:58.938Z | Compiling rustc_version v0.1.7 |
| 3237 | 2026-08-11T16:49:58.982Z | Compiling tokio-dtrace v0.1.1 |
| 3238 | 2026-08-11T16:49:59.000Z | Compiling cbc v0.2.1 |
| 3239 | 2026-08-11T16:49:59.018Z | Compiling slog-dtrace v0.3.0 |
| 3240 | 2026-08-11T16:49:59.200Z | Compiling oxide-update-engine v0.1.2 |
| 3241 | 2026-08-11T16:49:59.203Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-08-11T16:49:59.235Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3243 | 2026-08-11T16:49:59.254Z | Compiling minimal-lexical v0.2.1 |
| 3244 | 2026-08-11T16:49:59.294Z | Compiling newtype_derive v0.1.6 |
| 3245 | 2026-08-11T16:49:59.346Z | Compiling oxide-tokio-rt v0.1.4 |
| 3246 | 2026-08-11T16:49:59.356Z | Compiling pkcs5 v0.8.1 |
| 3247 | 2026-08-11T16:49:59.377Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3248 | 2026-08-11T16:49:59.538Z | Compiling nom v7.1.3 |
| 3249 | 2026-08-11T16:49:59.557Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3250 | 2026-08-11T16:49:59.618Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3251 | 2026-08-11T16:49:59.636Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3252 | 2026-08-11T16:49:59.653Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3253 | 2026-08-11T16:49:59.678Z | Compiling phf_shared v0.12.1 |
| 3254 | 2026-08-11T16:49:59.704Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3255 | 2026-08-11T16:49:59.729Z | Compiling csv-core v0.1.13 |
| 3256 | 2026-08-11T16:49:59.880Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3257 | 2026-08-11T16:49:59.897Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3258 | 2026-08-11T16:49:59.985Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3259 | 2026-08-11T16:50:00.038Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3260 | 2026-08-11T16:50:00.041Z | Compiling hickory-resolver v0.24.4 |
| 3261 | 2026-08-11T16:50:00.074Z | Compiling unicode-xid v0.2.6 |
| 3262 | 2026-08-11T16:50:00.107Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3263 | 2026-08-11T16:50:00.214Z | Compiling typify v0.6.2 |
| 3264 | 2026-08-11T16:50:00.229Z | Compiling highway v1.3.0 |
| 3265 | 2026-08-11T16:50:00.249Z | Compiling chrono-tz v0.10.4 |
| 3266 | 2026-08-11T16:50:00.317Z | Compiling xshell-macros v0.2.7 |
| 3267 | 2026-08-11T16:50:00.337Z | Compiling progenitor-impl v0.14.0 |
| 3268 | 2026-08-11T16:50:00.365Z | Compiling const_format_proc_macros v0.2.34 |
| 3269 | 2026-08-11T16:50:00.491Z | Compiling csv v1.4.0 |
| 3270 | 2026-08-11T16:50:00.643Z | Compiling phf v0.12.1 |
| 3271 | 2026-08-11T16:50:00.773Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3272 | 2026-08-11T16:50:00.849Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3273 | 2026-08-11T16:50:00.988Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3274 | 2026-08-11T16:50:01.017Z | Compiling xshell v0.2.7 |
| 3275 | 2026-08-11T16:50:01.039Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3276 | 2026-08-11T16:50:01.076Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3277 | 2026-08-11T16:50:01.095Z | Compiling pkcs8 v0.11.0 |
| 3278 | 2026-08-11T16:50:01.264Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3279 | 2026-08-11T16:50:01.349Z | Compiling qorb v0.4.1 |
| 3280 | 2026-08-11T16:50:01.520Z | Compiling ff v0.14.0 |
| 3281 | 2026-08-11T16:50:01.539Z | Compiling owo-colors v4.3.0 |
| 3282 | 2026-08-11T16:50:01.616Z | Compiling const_format v0.2.35 |
| 3283 | 2026-08-11T16:50:01.745Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3284 | 2026-08-11T16:50:01.860Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3285 | 2026-08-11T16:50:01.917Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3286 | 2026-08-11T16:50:01.977Z | Compiling tabled_derive v0.7.0 |
| 3287 | 2026-08-11T16:50:02.000Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3288 | 2026-08-11T16:50:02.279Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3289 | 2026-08-11T16:50:02.301Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3290 | 2026-08-11T16:50:02.390Z | Compiling bcs v0.1.6 |
| 3291 | 2026-08-11T16:50:02.607Z | Compiling tagptr v0.2.0 |
| 3292 | 2026-08-11T16:50:02.755Z | Compiling termtree v0.5.1 |
| 3293 | 2026-08-11T16:50:02.827Z | Compiling salty v0.3.0 |
| 3294 | 2026-08-11T16:50:02.945Z | Compiling textwrap v0.16.2 |
| 3295 | 2026-08-11T16:50:02.963Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3296 | 2026-08-11T16:50:03.022Z | Compiling tabled v0.15.0 |
| 3297 | 2026-08-11T16:50:03.061Z | Compiling moka v0.12.13 |
| 3298 | 2026-08-11T16:50:03.088Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3299 | 2026-08-11T16:50:03.105Z | Compiling progenitor-macro v0.14.0 |
| 3300 | 2026-08-11T16:50:03.264Z | Compiling steno v0.4.1 |
| 3301 | 2026-08-11T16:50:03.341Z | Compiling group v0.14.0 |
| 3302 | 2026-08-11T16:50:03.446Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3303 | 2026-08-11T16:50:03.502Z | Compiling sha1 v0.10.6 |
| 3304 | 2026-08-11T16:50:03.563Z | Compiling signature v3.0.0 |
| 3305 | 2026-08-11T16:50:03.617Z | Compiling base16ct v1.0.0 |
| 3306 | 2026-08-11T16:50:03.763Z | Compiling sec1 v0.8.1 |
| 3307 | 2026-08-11T16:50:03.787Z | Compiling hickory-resolver v0.25.2 |
| 3308 | 2026-08-11T16:50:03.825Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3309 | 2026-08-11T16:50:03.841Z | Compiling hkdf v0.13.0 |
| 3310 | 2026-08-11T16:50:03.899Z | Compiling libscf-sys v1.2.0 |
| 3311 | 2026-08-11T16:50:03.916Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3312 | 2026-08-11T16:50:04.042Z | Compiling rfc6979 v0.4.0 |
| 3313 | 2026-08-11T16:50:04.077Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3314 | 2026-08-11T16:50:04.096Z | Compiling elliptic-curve v0.14.1 |
| 3315 | 2026-08-11T16:50:04.114Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3316 | 2026-08-11T16:50:04.212Z | Compiling ecdsa v0.16.9 |
| 3317 | 2026-08-11T16:50:04.247Z | Compiling primeorder v0.13.6 |
| 3318 | 2026-08-11T16:50:04.485Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3319 | 2026-08-11T16:50:04.530Z | Compiling proc-macro-error2 v2.0.1 |
| 3320 | 2026-08-11T16:50:04.551Z | Compiling utf-8 v0.7.6 |
| 3321 | 2026-08-11T16:50:04.679Z | Compiling parking_lot_core v0.8.6 |
| 3322 | 2026-08-11T16:50:04.698Z | Compiling tungstenite v0.21.0 |
| 3323 | 2026-08-11T16:50:04.743Z | Compiling p384 v0.13.1 |
| 3324 | 2026-08-11T16:50:04.765Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3325 | 2026-08-11T16:50:04.902Z | Compiling tabled_derive v0.11.0 |
| 3326 | 2026-08-11T16:50:05.042Z | Compiling wnaf v0.14.0 |
| 3327 | 2026-08-11T16:50:05.231Z | Compiling primefield v0.14.0 |
| 3328 | 2026-08-11T16:50:05.276Z | Compiling rfc6979 v0.6.0 |
| 3329 | 2026-08-11T16:50:05.407Z | Compiling papergrid v0.17.0 |
| 3330 | 2026-08-11T16:50:05.464Z | Compiling testing_table v0.3.0 |
| 3331 | 2026-08-11T16:50:05.482Z | Compiling git-stub v1.0.0 |
| 3332 | 2026-08-11T16:50:05.500Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3333 | 2026-08-11T16:50:05.623Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3334 | 2026-08-11T16:50:05.657Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3335 | 2026-08-11T16:50:05.756Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3336 | 2026-08-11T16:50:05.776Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3337 | 2026-08-11T16:50:05.792Z | Compiling git-stub-vcs v0.1.0 |
| 3338 | 2026-08-11T16:50:05.910Z | Compiling primeorder v0.14.0 |
| 3339 | 2026-08-11T16:50:05.910Z | Compiling ecdsa v0.17.0 |
| 3340 | 2026-08-11T16:50:05.945Z | Compiling tokio-tungstenite v0.21.0 |
| 3341 | 2026-08-11T16:50:06.176Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3342 | 2026-08-11T16:50:06.193Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3343 | 2026-08-11T16:50:06.264Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3344 | 2026-08-11T16:50:06.294Z | Compiling curve25519-dalek v5.0.0 |
| 3345 | 2026-08-11T16:50:06.311Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3346 | 2026-08-11T16:50:06.351Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3347 | 2026-08-11T16:50:06.424Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3348 | 2026-08-11T16:50:06.448Z | Compiling tabled v0.20.0 |
| 3349 | 2026-08-11T16:50:06.517Z | Compiling corncobs v0.1.4 |
| 3350 | 2026-08-11T16:50:06.566Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3351 | 2026-08-11T16:50:06.583Z | Compiling unicase v2.9.0 |
| 3352 | 2026-08-11T16:50:06.710Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3353 | 2026-08-11T16:50:06.735Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3354 | 2026-08-11T16:50:06.759Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3355 | 2026-08-11T16:50:06.836Z | Compiling mime_guess v2.0.5 |
| 3356 | 2026-08-11T16:50:06.856Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3357 | 2026-08-11T16:50:06.873Z | Compiling parking_lot v0.11.2 |
| 3358 | 2026-08-11T16:50:07.072Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-08-11T16:50:07.157Z | Compiling progenitor-impl v0.13.0 |
| 3360 | 2026-08-11T16:50:07.199Z | Compiling ssh-encoding v0.3.0 |
| 3361 | 2026-08-11T16:50:07.215Z | Compiling prefix-trie v0.7.0 |
| 3362 | 2026-08-11T16:50:07.273Z | Compiling fxhash v0.2.1 |
| 3363 | 2026-08-11T16:50:07.293Z | Compiling secrecy v0.8.0 |
| 3364 | 2026-08-11T16:50:07.389Z | Compiling keccak v0.2.0 |
| 3365 | 2026-08-11T16:50:07.440Z | Compiling crc8 v0.1.1 |
| 3366 | 2026-08-11T16:50:07.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3367 | 2026-08-11T16:50:07.580Z | Compiling hickory-server v0.25.2 |
| 3368 | 2026-08-11T16:50:07.599Z | Compiling sled v0.34.7 |
| 3369 | 2026-08-11T16:50:07.713Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3370 | 2026-08-11T16:50:07.783Z | Compiling ed25519 v3.0.0 |
| 3371 | 2026-08-11T16:50:07.786Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3372 | 2026-08-11T16:50:07.821Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3373 | 2026-08-11T16:50:08.420Z | Compiling progenitor v0.14.0 |
| 3374 | 2026-08-11T16:50:08.457Z | Compiling crypto-primes v0.7.2 |
| 3375 | 2026-08-11T16:50:08.494Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3376 | 2026-08-11T16:50:08.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3377 | 2026-08-11T16:50:08.627Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3378 | 2026-08-11T16:50:08.654Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3379 | 2026-08-11T16:50:08.884Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3380 | 2026-08-11T16:50:08.903Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3381 | 2026-08-11T16:50:08.922Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3382 | 2026-08-11T16:50:08.938Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3383 | 2026-08-11T16:50:09.188Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3384 | 2026-08-11T16:50:09.210Z | Compiling poly1305 v0.9.0 |
| 3385 | 2026-08-11T16:50:09.488Z | Compiling progenitor-client v0.13.0 |
| 3386 | 2026-08-11T16:50:09.511Z | Compiling blowfish v0.10.0 |
| 3387 | 2026-08-11T16:50:09.624Z | Compiling blake2 v0.11.0-rc.6 |
| 3388 | 2026-08-11T16:50:09.779Z | Compiling half v1.8.3 |
| 3389 | 2026-08-11T16:50:09.799Z | Compiling http-range v0.1.5 |
| 3390 | 2026-08-11T16:50:09.846Z | Compiling progenitor-macro v0.13.0 |
| 3391 | 2026-08-11T16:50:09.864Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3392 | 2026-08-11T16:50:10.020Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3393 | 2026-08-11T16:50:10.075Z | Compiling serde_cbor v0.11.2 |
| 3394 | 2026-08-11T16:50:10.146Z | Compiling argon2 v0.6.0-rc.8 |
| 3395 | 2026-08-11T16:50:10.215Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3396 | 2026-08-11T16:50:10.301Z | Compiling ssh-cipher v0.3.0 |
| 3397 | 2026-08-11T16:50:10.714Z | Compiling rsa v0.10.0-rc.18 |
| 3398 | 2026-08-11T16:50:10.938Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3399 | 2026-08-11T16:50:10.983Z | Compiling ed25519-dalek v3.0.0 |
| 3400 | 2026-08-11T16:50:11.283Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3401 | 2026-08-11T16:50:11.302Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3402 | 2026-08-11T16:50:11.389Z | Compiling illumos-nvpair v0.3.0 |
| 3403 | 2026-08-11T16:50:11.533Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3404 | 2026-08-11T16:50:11.565Z | Compiling sha3 v0.11.0 |
| 3405 | 2026-08-11T16:50:11.684Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3406 | 2026-08-11T16:50:11.856Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3407 | 2026-08-11T16:50:11.931Z | Compiling p256 v0.14.0 |
| 3408 | 2026-08-11T16:50:12.064Z | Compiling p384 v0.14.0 |
| 3409 | 2026-08-11T16:50:12.182Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3410 | 2026-08-11T16:50:12.251Z | Compiling p521 v0.14.0 |
| 3411 | 2026-08-11T16:50:12.438Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3412 | 2026-08-11T16:50:12.523Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3413 | 2026-08-11T16:50:13.054Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3414 | 2026-08-11T16:50:13.136Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3415 | 2026-08-11T16:50:13.162Z | Compiling scuffle v0.1.0 |
| 3416 | 2026-08-11T16:50:13.212Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3417 | 2026-08-11T16:50:13.580Z | Compiling yasna v0.5.2 |
| 3418 | 2026-08-11T16:50:13.616Z | Compiling kstat-rs v0.2.5 |
| 3419 | 2026-08-11T16:50:13.706Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3420 | 2026-08-11T16:50:13.948Z | Compiling headers-core v0.3.0 |
| 3421 | 2026-08-11T16:50:14.053Z | Compiling kem v0.3.0 |
| 3422 | 2026-08-11T16:50:14.102Z | Compiling module-lattice v0.2.3 |
| 3423 | 2026-08-11T16:50:14.134Z | Compiling nanorand v0.7.0 |
| 3424 | 2026-08-11T16:50:14.173Z | Compiling sponge-cursor v0.1.0 |
| 3425 | 2026-08-11T16:50:14.209Z | Compiling headers v0.4.1 |
| 3426 | 2026-08-11T16:50:14.292Z | Compiling rcgen v0.12.1 |
| 3427 | 2026-08-11T16:50:14.346Z | Compiling ml-kem v0.3.2 |
| 3428 | 2026-08-11T16:50:14.381Z | Compiling flume v0.11.1 |
| 3429 | 2026-08-11T16:50:14.400Z | Compiling sha3 v0.12.0 |
| 3430 | 2026-08-11T16:50:14.459Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3431 | 2026-08-11T16:50:14.481Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3432 | 2026-08-11T16:50:14.732Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3433 | 2026-08-11T16:50:14.751Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3434 | 2026-08-11T16:50:14.966Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3435 | 2026-08-11T16:50:15.010Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3436 | 2026-08-11T16:50:15.029Z | Compiling hyper-staticfile v0.10.1 |
| 3437 | 2026-08-11T16:50:15.059Z | Compiling progenitor v0.13.0 |
| 3438 | 2026-08-11T16:50:15.135Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3439 | 2026-08-11T16:50:15.168Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3440 | 2026-08-11T16:50:15.213Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3441 | 2026-08-11T16:50:15.254Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3442 | 2026-08-11T16:50:15.352Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3443 | 2026-08-11T16:50:15.483Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3444 | 2026-08-11T16:50:15.503Z | Compiling ssh-key v0.7.0-rc.11 |
| 3445 | 2026-08-11T16:50:15.554Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3446 | 2026-08-11T16:50:15.582Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3447 | 2026-08-11T16:50:15.600Z | Compiling russh-cryptovec v0.62.0 |
| 3448 | 2026-08-11T16:50:15.784Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3449 | 2026-08-11T16:50:15.819Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3450 | 2026-08-11T16:50:15.838Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3451 | 2026-08-11T16:50:15.858Z | Compiling port-file v0.1.0 |
| 3452 | 2026-08-11T16:50:15.861Z | Compiling num-bigint v0.4.6 |
| 3453 | 2026-08-11T16:50:15.894Z | Compiling generic-array v1.4.3 |
| 3454 | 2026-08-11T16:50:15.947Z | Compiling russh-util v0.52.0 |
| 3455 | 2026-08-11T16:50:16.006Z | Compiling enum_dispatch v0.3.13 |
| 3456 | 2026-08-11T16:50:16.063Z | Compiling delegate v0.13.5 |
| 3457 | 2026-08-11T16:50:16.128Z | Compiling subprocess v0.2.15 |
| 3458 | 2026-08-11T16:50:16.146Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3459 | 2026-08-11T16:50:16.409Z | Compiling md5 v0.8.0 |
| 3460 | 2026-08-11T16:50:16.615Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3461 | 2026-08-11T16:50:16.633Z | Compiling display-error-chain v0.2.2 |
| 3462 | 2026-08-11T16:50:16.706Z | Compiling hex-literal v1.1.0 |
| 3463 | 2026-08-11T16:50:16.809Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3464 | 2026-08-11T16:50:16.877Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3465 | 2026-08-11T16:50:16.908Z | Compiling colored v2.2.0 |
| 3466 | 2026-08-11T16:50:17.022Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3467 | 2026-08-11T16:50:17.047Z | Compiling socket2 v0.5.10 |
| 3468 | 2026-08-11T16:50:17.070Z | Compiling russh v0.62.4 |
| 3469 | 2026-08-11T16:50:17.182Z | Compiling internet-checksum v0.2.1 |
| 3470 | 2026-08-11T16:50:17.842Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3471 | 2026-08-11T16:50:17.863Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3472 | 2026-08-11T16:50:18.129Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3473 | 2026-08-11T16:50:20.492Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3474 | 2026-08-11T16:50:21.233Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3475 | 2026-08-11T16:50:21.779Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3476 | 2026-08-11T16:50:23.299Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3477 | 2026-08-11T16:50:32.125Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3478 | 2026-08-11T16:50:32.125Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3479 | 2026-08-11T16:50:32.130Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3480 | 2026-08-11T16:50:32.130Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3481 | 2026-08-11T16:50:33.904Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3482 | 2026-08-11T16:50:34.046Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3483 | 2026-08-11T16:50:38.148Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3484 | 2026-08-11T16:51:18.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3485 | 2026-08-11T16:51:18.678Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3486 | 2026-08-11T16:51:18.678Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3487 | 2026-08-11T16:51:18.910Z | |
| 3488 | 2026-08-11T16:51:18.910Z | real 1:28.833525697 |
| 3489 | 2026-08-11T16:51:18.910Z | user 8:29.125375513 |
| 3490 | 2026-08-11T16:51:18.910Z | sys 1:43.285630152 |
| 3491 | 2026-08-11T16:51:18.913Z | trap 0.245759422 |
| 3492 | 2026-08-11T16:51:18.913Z | tflt 0.287479525 |
| 3493 | 2026-08-11T16:51:18.913Z | dflt 1.934942675 |
| 3494 | 2026-08-11T16:51:18.913Z | kflt 0.000364610 |
| 3495 | 2026-08-11T16:51:18.913Z | lock 31:19.566881017 |
| 3496 | 2026-08-11T16:51:18.913Z | slp 19:10.476434902 |
| 3497 | 2026-08-11T16:51:18.914Z | lat 40.042282854 |
| 3498 | 2026-08-11T16:51:18.914Z | stop 3:06.264851607 |
| 3499 | 2026-08-11T16:51:18.914Z | + mkdir tests |
| 3500 | 2026-08-11T16:51:18.917Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3501 | 2026-08-11T16:51:18.917Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3502 | 2026-08-11T16:51:18.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1335160514af616c tests/ |
| 3503 | 2026-08-11T16:51:18.972Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8d5b6660c2f1bec4 tests/ |
| 3504 | 2026-08-11T16:51:19.004Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-23ef3dc43cbb5332 tests/ |
| 3505 | 2026-08-11T16:51:19.036Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-39a84eab2dce3d49 tests/ |
| 3506 | 2026-08-11T16:51:19.353Z | + 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) |
| 3507 | 2026-08-11T16:51:19.357Z | + 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-8d5b6660c2f1bec4 tests/commtest-23ef3dc43cbb5332 tests/dhcp_server-1335160514af616c tests/end_to_end_tests-39a84eab2dce3d49 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 |
| 3508 | 2026-08-11T16:52:48.539Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3509 | 2026-08-11T16:52:48.539Z | a .github/buildomat/ci-env.sh 1K |
| 3510 | 2026-08-11T16:52:48.539Z | a out/target/test 1K |
| 3511 | 2026-08-11T16:52:48.539Z | a out/npuzone/npuzone 27402K |
| 3512 | 2026-08-11T16:52:48.539Z | a package-manifest.toml 35K |
| 3513 | 2026-08-11T16:52:48.540Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3514 | 2026-08-11T16:52:48.540Z | a target/release/omicron-package 48082K |
| 3515 | 2026-08-11T16:52:48.540Z | a target/release/xtask 11722K |
| 3516 | 2026-08-11T16:52:48.540Z | a target/debug/bootstrap 435511K |
| 3517 | 2026-08-11T16:52:48.540Z | a tests/bootstrap-8d5b6660c2f1bec4 34516K |
| 3518 | 2026-08-11T16:52:48.540Z | a tests/commtest-23ef3dc43cbb5332 34517K |
| 3519 | 2026-08-11T16:52:48.540Z | a tests/dhcp_server-1335160514af616c 34516K |
| 3520 | 2026-08-11T16:52:48.540Z | a tests/end_to_end_tests-39a84eab2dce3d49 498500K |
| 3521 | 2026-08-11T16:52:48.540Z | a tools/opte_version 1K |
| 3522 | 2026-08-11T16:52:48.540Z | a tools/opte_version_override 2K |
| 3523 | 2026-08-11T16:52:48.540Z | a out/clickhouse.tar.gz 327618K |
| 3524 | 2026-08-11T16:52:48.540Z | a out/clickhouse_keeper.tar.gz 311610K |
| 3525 | 2026-08-11T16:52:48.540Z | a out/clickhouse_server.tar.gz 327613K |
| 3526 | 2026-08-11T16:52:48.540Z | a out/cockroachdb.tar.gz 168972K |
| 3527 | 2026-08-11T16:52:48.540Z | a out/crucible-pantry-zone.tar.gz 41281K |
| 3528 | 2026-08-11T16:52:48.540Z | a out/crucible-utils.tar 18900K |
| 3529 | 2026-08-11T16:52:48.540Z | a out/crucible-zone.tar.gz 56093K |
| 3530 | 2026-08-11T16:52:48.540Z | a out/external-dns.tar.gz 54273K |
| 3531 | 2026-08-11T16:52:48.540Z | a out/internal-dns.tar.gz 54272K |
| 3532 | 2026-08-11T16:52:48.540Z | a out/mg-ddm-gz.tar 100917K |
| 3533 | 2026-08-11T16:52:48.540Z | a out/nexus.tar.gz 352745K |
| 3534 | 2026-08-11T16:52:48.540Z | a out/ntp.tar.gz 34634K |
| 3535 | 2026-08-11T16:52:48.540Z | a out/omicron-gateway-softnpu.tar.gz 29121K |
| 3536 | 2026-08-11T16:52:48.540Z | a out/omicron-sled-agent.tar 241961K |
| 3537 | 2026-08-11T16:52:48.540Z | a out/overlay.tar.gz 4K |
| 3538 | 2026-08-11T16:52:48.540Z | a out/oximeter.tar.gz 71180K |
| 3539 | 2026-08-11T16:52:48.541Z | a out/oxlog.tar 4066K |
| 3540 | 2026-08-11T16:52:48.541Z | a out/probe.tar.gz 3037K |
| 3541 | 2026-08-11T16:52:48.541Z | a out/propolis-server.tar.gz 34642K |
| 3542 | 2026-08-11T16:52:48.541Z | a out/pumpkind-gz.tar 26647K |
| 3543 | 2026-08-11T16:52:48.542Z | a out/switch-softnpu.tar.gz 497941K |
| 3544 | 2026-08-11T16:52:48.550Z | |
| 3545 | 2026-08-11T16:52:48.550Z | real 1:29.179838946 |
| 3546 | 2026-08-11T16:52:48.550Z | user 1:26.161677378 |
| 3547 | 2026-08-11T16:52:48.550Z | sys 5.042190998 |
| 3548 | 2026-08-11T16:52:48.550Z | trap 0.007732051 |
| 3549 | 2026-08-11T16:52:48.550Z | tflt 0.000000000 |
| 3550 | 2026-08-11T16:52:48.551Z | dflt 0.000000000 |
| 3551 | 2026-08-11T16:52:48.551Z | kflt 0.000000000 |
| 3552 | 2026-08-11T16:52:48.551Z | lock 0.000000000 |
| 3553 | 2026-08-11T16:52:48.551Z | slp 1:26.012751321 |
| 3554 | 2026-08-11T16:52:48.551Z | lat 1.130729288 |
| 3555 | 2026-08-11T16:52:48.551Z | stop 0.000223970 |
| 3556 | 2026-08-11T16:52:48.551Z | process exited: duration 1070453 ms, exit code 0 |
| |
| 3557 | 2026-08-11T16:52:48.568Z | found 1 output files |
| 3558 | 2026-08-11T16:52:48.568Z | uploading: /work/package.tar.gz (2756862853 bytes) |
| 3559 | 2026-08-11T16:54:23.144Z | uploaded: /work/package.tar.gz |