|
|
|
| 1 | 2026-07-29T20:15:15.182Z | job assigned to worker 01KYQR7328VTG2R8G3JF5H32BK [factory aws, i-0c699205141b9d5ec] (queued for 58 s) |
| |
| 2 | 2026-07-29T20:15:22.112Z | starting task 0: "setup" |
| 3 | 2026-07-29T20:15:22.117Z | ++ uname -s |
| 4 | 2026-07-29T20:15:22.120Z | + kern=SunOS |
| 5 | 2026-07-29T20:15:22.120Z | + build_user=build |
| 6 | 2026-07-29T20:15:22.121Z | + build_uid=12345 |
| 7 | 2026-07-29T20:15:22.121Z | + work_dir=/work |
| 8 | 2026-07-29T20:15:22.121Z | + input_dir=/input |
| 9 | 2026-07-29T20:15:22.121Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-29T20:15:22.121Z | + case "$kern" in |
| 11 | 2026-07-29T20:15:22.121Z | + groupadd -g 12345 build |
| 12 | 2026-07-29T20:15:22.125Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-29T20:15:24.159Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-29T20:15:24.251Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-29T20:15:24.255Z | + home_fs=zfs |
| 16 | 2026-07-29T20:15:24.255Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-29T20:15:24.255Z | + mkdir -p /home/build |
| 18 | 2026-07-29T20:15:24.255Z | + chown build:build /home/build /work |
| 19 | 2026-07-29T20:15:26.258Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-29T20:15:26.261Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-07-29T20:15:26.268Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-29T20:15:26.275Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-07-29T20:15:26.276Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 24 | 2026-07-29T20:15:26.276Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-29T20:15:26.276Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-29T20:15:26.276Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-29T20:15:26.276Z | * rust toolchain profile = "default" |
| 28 | 2026-07-29T20:15:26.279Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-29T20:15:26.279Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-29T20:15:26.380Z | info: downloading installer |
| 31 | 2026-07-29T20:15:27.966Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-29T20:15:27.966Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-29T20:15:27.966Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-29T20:15:27.966Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-29T20:15:27.978Z | info: profile set to default |
| 36 | 2026-07-29T20:15:27.979Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-29T20:15:27.982Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-29T20:15:28.111Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-29T20:15:28.115Z | info: downloading 6 components |
| 40 | 2026-07-29T20:15:42.660Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-07-29T20:15:42.660Z | |
| 42 | 2026-07-29T20:15:42.699Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-29T20:15:42.700Z | |
| 44 | 2026-07-29T20:15:42.700Z | |
| 45 | 2026-07-29T20:15:42.700Z | Rust is installed now. Great! |
| 46 | 2026-07-29T20:15:42.700Z | |
| 47 | 2026-07-29T20:15:42.700Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-29T20:15:42.700Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-29T20:15:42.700Z | |
| 50 | 2026-07-29T20:15:42.700Z | To configure your current shell, you need to source |
| 51 | 2026-07-29T20:15:42.700Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-29T20:15:42.700Z | |
| 53 | 2026-07-29T20:15:42.700Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-29T20:15:42.703Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-29T20:15:42.703Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-29T20:15:42.703Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-29T20:15:42.703Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-29T20:15:42.703Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-29T20:15:42.703Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-29T20:15:42.703Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-29T20:15:42.703Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-29T20:15:42.787Z | + rustup --version |
| 63 | 2026-07-29T20:15:42.793Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-29T20:15:42.796Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-29T20:15:42.815Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-29T20:15:42.818Z | + cargo --version |
| 67 | 2026-07-29T20:15:42.827Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-29T20:15:42.830Z | + rustc --version |
| 69 | 2026-07-29T20:15:42.848Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-29T20:15:42.851Z | process exited: duration 16581 ms, exit code 0 |
| |
| 71 | 2026-07-29T20:15:42.858Z | starting task 2: "authentication" |
| 72 | 2026-07-29T20:15:42.875Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-29T20:15:42.884Z | starting task 3: "clone repository" |
| 74 | 2026-07-29T20:15:42.887Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-29T20:15:42.891Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-29T20:15:42.920Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-29T20:15:59.349Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-29T20:15:59.349Z | + git fetch origin a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 |
| 79 | 2026-07-29T20:15:59.667Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-29T20:15:59.667Z | * branch a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 -> FETCH_HEAD |
| 81 | 2026-07-29T20:15:59.682Z | + [[ -n iliana/tufaceous-v2/20.wicket ]] |
| 82 | 2026-07-29T20:15:59.685Z | ++ git branch --show-current |
| 83 | 2026-07-29T20:15:59.685Z | + current=main |
| 84 | 2026-07-29T20:15:59.685Z | + [[ main != iliana/tufaceous-v2/20.wicket ]] |
| 85 | 2026-07-29T20:15:59.685Z | + git branch -f iliana/tufaceous-v2/20.wicket a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 |
| 86 | 2026-07-29T20:15:59.689Z | + git checkout -f iliana/tufaceous-v2/20.wicket |
| 87 | 2026-07-29T20:15:59.944Z | Switched to branch 'iliana/tufaceous-v2/20.wicket' |
| 88 | 2026-07-29T20:15:59.948Z | + git reset --hard a7c28c9ee2f5bf8583e2053ad7b5a1fa71ac7033 |
| 89 | 2026-07-29T20:15:59.974Z | HEAD is now at a7c28c9ee get_rot_rkth returns RotKeyTableHash |
| 90 | 2026-07-29T20:15:59.978Z | process exited: duration 17092 ms, exit code 0 |
| |
| 91 | 2026-07-29T20:15:59.986Z | starting task 4: "build" |
| 92 | 2026-07-29T20:15:59.992Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-29T20:15:59.992Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-29T20:15:59.992Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-29T20:15:59.996Z | +++ uname -s |
| 96 | 2026-07-29T20:15:59.996Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-29T20:15:59.996Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-29T20:16:00.000Z | + cargo --version |
| 99 | 2026-07-29T20:16:00.007Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-07-29T20:16:00.011Z | + rustc --version |
| 101 | 2026-07-29T20:16:00.034Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-07-29T20:16:00.039Z | + WORK=/work |
| 103 | 2026-07-29T20:16:00.039Z | + pfexec mkdir -p /work |
| 104 | 2026-07-29T20:16:00.039Z | + pfexec chown build /work |
| 105 | 2026-07-29T20:16:00.044Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-29T20:16:02.606Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-29T20:16:02.839Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-29T20:16:04.019Z | Planning: Solver setup ... Done (1.087s) |
| 109 | 2026-07-29T20:16:04.063Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-07-29T20:16:04.093Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-29T20:16:04.108Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-29T20:16:04.131Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-29T20:16:04.145Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-07-29T20:16:04.150Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-07-29T20:16:04.351Z | Planning: Checking for conflicting actions ... Done (0.205s) |
| 116 | 2026-07-29T20:16:04.356Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-29T20:16:05.269Z | Planning: Evaluating mediators ... Done (0.917s) |
| 118 | 2026-07-29T20:16:05.273Z | Planning: Planning completed in 2.40 seconds |
| 119 | 2026-07-29T20:16:05.278Z | Packages to install: 2 |
| 120 | 2026-07-29T20:16:05.278Z | Estimated space available: 156.02 GB |
| 121 | 2026-07-29T20:16:05.279Z | Estimated space to be consumed: 55.05 MB |
| 122 | 2026-07-29T20:16:05.279Z | Create boot environment: No |
| 123 | 2026-07-29T20:16:05.284Z | Create backup boot environment: No |
| 124 | 2026-07-29T20:16:05.285Z | Rebuild boot archive: No |
| 125 | 2026-07-29T20:16:05.285Z | |
| 126 | 2026-07-29T20:16:05.285Z | Changed packages: |
| 127 | 2026-07-29T20:16:05.285Z | helios |
| 128 | 2026-07-29T20:16:05.285Z | developer/build-essential |
| 129 | 2026-07-29T20:16:05.285Z | None -> 11-3.0 |
| 130 | 2026-07-29T20:16:05.285Z | library/libxmlsec1 |
| 131 | 2026-07-29T20:16:05.285Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-29T20:16:05.306Z | |
| 133 | 2026-07-29T20:16:05.306Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-29T20:16:05.386Z | Download: Completed 1.28 MB in 0.08 seconds (16.1M/s) |
| 135 | 2026-07-29T20:16:05.485Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-29T20:16:05.524Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-29T20:16:05.547Z | Finalize: Updating package state database ... Done (0.024s) |
| 138 | 2026-07-29T20:16:05.547Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-29T20:16:05.608Z | Finalize: Updating image state ... Done (0.059s) |
| 140 | 2026-07-29T20:16:08.228Z | Finalize: Creating fast lookup database ... Done (2.584s) |
| 141 | 2026-07-29T20:16:08.294Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-07-29T20:16:08.298Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-29T20:16:08.390Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-29T20:16:08.743Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-29T20:16:08.848Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-29T20:16:08.852Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-29T20:16:09.003Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-29T20:16:09.006Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-29T20:16:09.027Z | Mediators to change: 2 |
| 150 | 2026-07-29T20:16:09.027Z | Create boot environment: No |
| 151 | 2026-07-29T20:16:09.027Z | Create backup boot environment: No |
| 152 | 2026-07-29T20:16:09.069Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-29T20:16:09.069Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-29T20:16:09.102Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-29T20:16:11.056Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-29T20:16:11.116Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-29T20:16:11.120Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-29T20:16:11.182Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-29T20:16:11.467Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-29T20:16:11.572Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-29T20:16:11.575Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-29T20:16:11.729Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-29T20:16:11.732Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-29T20:16:11.757Z | Mediators to change: 1 |
| 165 | 2026-07-29T20:16:11.757Z | Create boot environment: No |
| 166 | 2026-07-29T20:16:11.757Z | Create backup boot environment: No |
| 167 | 2026-07-29T20:16:11.797Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-29T20:16:11.797Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-29T20:16:11.837Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-29T20:16:13.784Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-29T20:16:13.848Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-29T20:16:13.853Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-29T20:16:13.900Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-29T20:16:14.214Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-29T20:16:14.214Z | apache system 2.4 system |
| 176 | 2026-07-29T20:16:14.214Z | clang system 15 system |
| 177 | 2026-07-29T20:16:14.214Z | csh system system illumos |
| 178 | 2026-07-29T20:16:14.214Z | ctags system system illumos |
| 179 | 2026-07-29T20:16:14.214Z | file vendor vendor darwinsys |
| 180 | 2026-07-29T20:16:14.214Z | file system system illumos |
| 181 | 2026-07-29T20:16:14.214Z | gcc vendor 14 vendor |
| 182 | 2026-07-29T20:16:14.214Z | gcc system 13 system |
| 183 | 2026-07-29T20:16:14.214Z | gcc system 10 system |
| 184 | 2026-07-29T20:16:14.214Z | go system 1.25 system |
| 185 | 2026-07-29T20:16:14.215Z | llvm system 15 system |
| 186 | 2026-07-29T20:16:14.215Z | mariadb system 11.4 system |
| 187 | 2026-07-29T20:16:14.215Z | mta vendor vendor dma |
| 188 | 2026-07-29T20:16:14.215Z | openjdk system 17 system |
| 189 | 2026-07-29T20:16:14.215Z | openjdk system 11 system |
| 190 | 2026-07-29T20:16:14.215Z | openssl vendor 3 vendor |
| 191 | 2026-07-29T20:16:14.215Z | perl system 5.40 system |
| 192 | 2026-07-29T20:16:14.215Z | postgresql system 18 system |
| 193 | 2026-07-29T20:16:14.215Z | postgresql system 17 system |
| 194 | 2026-07-29T20:16:14.215Z | python vendor 3 vendor |
| 195 | 2026-07-29T20:16:14.218Z | python system 2 system |
| 196 | 2026-07-29T20:16:14.219Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-29T20:16:14.219Z | ruby system 3.4 system |
| 198 | 2026-07-29T20:16:14.219Z | ruby system 3.0 system |
| 199 | 2026-07-29T20:16:14.219Z | words vendor vendor american-english |
| 200 | 2026-07-29T20:16:14.219Z | words system system australian-english |
| 201 | 2026-07-29T20:16:14.219Z | words system system british-english |
| 202 | 2026-07-29T20:16:14.219Z | words system system canadian-english |
| 203 | 2026-07-29T20:16:14.219Z | words system system french |
| 204 | 2026-07-29T20:16:14.219Z | words system system italian |
| 205 | 2026-07-29T20:16:14.219Z | words system system ngerman |
| 206 | 2026-07-29T20:16:14.219Z | words system system ogerman |
| 207 | 2026-07-29T20:16:14.219Z | words system system spanish |
| 208 | 2026-07-29T20:16:14.472Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-29T20:16:14.473Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-29T20:16:14.870Z | FMRI IFO |
| 211 | 2026-07-29T20:16:14.870Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-29T20:16:14.870Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-29T20:16:14.870Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-29T20:16:14.870Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-29T20:16:14.871Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-29T20:16:14.871Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-29T20:16:14.871Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-29T20:16:14.871Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-29T20:16:14.871Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-29T20:16:15.178Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-29T20:16:15.472Z | Updating crates.io index |
| 222 | 2026-07-29T20:16:15.475Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-29T20:16:15.721Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-29T20:16:16.093Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 225 | 2026-07-29T20:16:16.486Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 226 | 2026-07-29T20:16:17.716Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 227 | 2026-07-29T20:16:18.317Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 228 | 2026-07-29T20:16:20.296Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 229 | 2026-07-29T20:16:21.348Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 230 | 2026-07-29T20:16:21.609Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 231 | 2026-07-29T20:16:21.915Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 232 | 2026-07-29T20:16:23.230Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 233 | 2026-07-29T20:16:23.483Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 234 | 2026-07-29T20:16:24.065Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 235 | 2026-07-29T20:16:24.332Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 236 | 2026-07-29T20:16:24.852Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 237 | 2026-07-29T20:16:25.405Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 238 | 2026-07-29T20:16:25.624Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-07-29T20:16:25.846Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-07-29T20:16:26.115Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-07-29T20:16:26.415Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 242 | 2026-07-29T20:16:26.666Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 243 | 2026-07-29T20:16:26.887Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 244 | 2026-07-29T20:16:27.150Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 245 | 2026-07-29T20:16:27.489Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 246 | 2026-07-29T20:16:27.847Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-07-29T20:16:28.077Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-07-29T20:16:28.530Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-07-29T20:16:28.809Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-29T20:16:29.118Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-29T20:16:29.338Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-07-29T20:16:29.621Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 253 | 2026-07-29T20:16:29.838Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-07-29T20:16:30.181Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-07-29T20:16:30.551Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-07-29T20:16:30.971Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-29T20:16:31.221Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-29T20:16:31.532Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-29T20:16:31.981Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 260 | 2026-07-29T20:16:32.525Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-07-29T20:16:32.782Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-07-29T20:16:33.084Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-07-29T20:16:33.339Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-07-29T20:16:35.912Z | Downloading crates ... |
| 265 | 2026-07-29T20:16:35.967Z | Downloaded cargo-platform v0.3.2 |
| 266 | 2026-07-29T20:16:35.977Z | Downloaded camino-tempfile v1.4.1 |
| 267 | 2026-07-29T20:16:35.981Z | Downloaded anyhow v1.0.102 |
| 268 | 2026-07-29T20:16:35.984Z | Downloaded crypto-common v0.1.7 |
| 269 | 2026-07-29T20:16:35.984Z | Downloaded cfg-if v1.0.4 |
| 270 | 2026-07-29T20:16:35.984Z | Downloaded equivalent v1.0.2 |
| 271 | 2026-07-29T20:16:35.987Z | Downloaded cargo_metadata v0.23.1 |
| 272 | 2026-07-29T20:16:35.987Z | Downloaded is_terminal_polyfill v1.70.2 |
| 273 | 2026-07-29T20:16:35.990Z | Downloaded cpufeatures v0.2.17 |
| 274 | 2026-07-29T20:16:35.994Z | Downloaded zerocopy v0.7.35 |
| 275 | 2026-07-29T20:16:36.001Z | Downloaded clap_lex v1.0.0 |
| 276 | 2026-07-29T20:16:36.006Z | Downloaded zmij v1.0.21 |
| 277 | 2026-07-29T20:16:36.006Z | Downloaded zerocopy-derive v0.7.35 |
| 278 | 2026-07-29T20:16:36.009Z | Downloaded heck v0.5.0 |
| 279 | 2026-07-29T20:16:36.009Z | Downloaded fnv v1.0.7 |
| 280 | 2026-07-29T20:16:36.009Z | Downloaded errno v0.3.14 |
| 281 | 2026-07-29T20:16:36.015Z | Downloaded macaddr v1.0.1 |
| 282 | 2026-07-29T20:16:36.015Z | Downloaded anstream v1.0.0 |
| 283 | 2026-07-29T20:16:36.015Z | Downloaded anstyle v1.0.14 |
| 284 | 2026-07-29T20:16:36.018Z | Downloaded colorchoice v1.0.4 |
| 285 | 2026-07-29T20:16:36.018Z | Downloaded byteorder v1.5.0 |
| 286 | 2026-07-29T20:16:36.018Z | Downloaded pest_generator v2.8.6 |
| 287 | 2026-07-29T20:16:36.022Z | Downloaded camino v1.2.2 |
| 288 | 2026-07-29T20:16:36.022Z | Downloaded terminal_size v0.4.3 |
| 289 | 2026-07-29T20:16:36.026Z | Downloaded usdt-attr-macro v0.5.0 |
| 290 | 2026-07-29T20:16:36.029Z | Downloaded fastrand v2.3.0 |
| 291 | 2026-07-29T20:16:36.029Z | Downloaded quote v1.0.45 |
| 292 | 2026-07-29T20:16:36.032Z | Downloaded anstyle-parse v1.0.0 |
| 293 | 2026-07-29T20:16:36.032Z | Downloaded anstyle-query v1.1.5 |
| 294 | 2026-07-29T20:16:36.037Z | Downloaded tabled_derive v0.7.0 |
| 295 | 2026-07-29T20:16:36.043Z | Downloaded dof v0.3.0 |
| 296 | 2026-07-29T20:16:36.048Z | Downloaded heck v0.4.1 |
| 297 | 2026-07-29T20:16:36.051Z | Downloaded block-buffer v0.10.4 |
| 298 | 2026-07-29T20:16:36.051Z | Downloaded dtrace-parser v0.2.0 |
| 299 | 2026-07-29T20:16:36.057Z | Downloaded sha2 v0.10.9 |
| 300 | 2026-07-29T20:16:36.062Z | Downloaded thread-id v4.2.2 |
| 301 | 2026-07-29T20:16:36.065Z | Downloaded proc-macro-error-attr v1.0.4 |
| 302 | 2026-07-29T20:16:36.065Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-07-29T20:16:36.076Z | Downloaded usdt-macro v0.5.0 |
| 304 | 2026-07-29T20:16:36.079Z | Downloaded usdt v0.5.0 |
| 305 | 2026-07-29T20:16:36.079Z | Downloaded serde_spanned v0.6.9 |
| 306 | 2026-07-29T20:16:36.082Z | Downloaded toml_write v0.1.2 |
| 307 | 2026-07-29T20:16:36.085Z | Downloaded strsim v0.11.1 |
| 308 | 2026-07-29T20:16:36.090Z | Downloaded toml_datetime v0.6.11 |
| 309 | 2026-07-29T20:16:36.093Z | Downloaded itoa v1.0.17 |
| 310 | 2026-07-29T20:16:36.096Z | Downloaded plain v0.2.3 |
| 311 | 2026-07-29T20:16:36.100Z | Downloaded scroll_derive v0.12.1 |
| 312 | 2026-07-29T20:16:36.100Z | Downloaded version_check v0.9.5 |
| 313 | 2026-07-29T20:16:36.104Z | Downloaded memmap v0.7.0 |
| 314 | 2026-07-29T20:16:36.107Z | Downloaded smawk v0.3.2 |
| 315 | 2026-07-29T20:16:36.107Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-07-29T20:16:36.112Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-07-29T20:16:36.119Z | Downloaded serde_tokenstream v0.2.3 |
| 318 | 2026-07-29T20:16:36.119Z | Downloaded swrite v0.1.0 |
| 319 | 2026-07-29T20:16:36.119Z | Downloaded cargo_toml v0.21.0 |
| 320 | 2026-07-29T20:16:36.122Z | Downloaded autocfg v1.5.0 |
| 321 | 2026-07-29T20:16:36.124Z | Downloaded thiserror v1.0.69 |
| 322 | 2026-07-29T20:16:36.127Z | Downloaded generic-array v0.14.7 |
| 323 | 2026-07-29T20:16:36.135Z | Downloaded scroll v0.12.0 |
| 324 | 2026-07-29T20:16:36.139Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-07-29T20:16:36.143Z | Downloaded digest v0.10.7 |
| 326 | 2026-07-29T20:16:36.143Z | Downloaded getrandom v0.4.1 |
| 327 | 2026-07-29T20:16:36.146Z | Downloaded serde_core v1.0.228 |
| 328 | 2026-07-29T20:16:36.160Z | Downloaded bytecount v0.6.9 |
| 329 | 2026-07-29T20:16:36.170Z | Downloaded usdt-impl v0.5.0 |
| 330 | 2026-07-29T20:16:36.178Z | Downloaded once_cell v1.21.3 |
| 331 | 2026-07-29T20:16:36.181Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-07-29T20:16:36.181Z | Downloaded log v0.4.29 |
| 333 | 2026-07-29T20:16:36.181Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-07-29T20:16:36.187Z | Downloaded proc-macro-error v1.0.4 |
| 335 | 2026-07-29T20:16:36.192Z | Downloaded ucd-trie v0.1.7 |
| 336 | 2026-07-29T20:16:36.192Z | Downloaded toml v0.8.23 |
| 337 | 2026-07-29T20:16:36.197Z | Downloaded thiserror v2.0.18 |
| 338 | 2026-07-29T20:16:36.202Z | Downloaded bitflags v2.11.0 |
| 339 | 2026-07-29T20:16:36.205Z | Downloaded fs-err v3.3.0 |
| 340 | 2026-07-29T20:16:36.208Z | Downloaded clap_derive v4.6.1 |
| 341 | 2026-07-29T20:16:36.208Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-07-29T20:16:36.211Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-07-29T20:16:36.211Z | Downloaded tempfile v3.25.0 |
| 344 | 2026-07-29T20:16:36.211Z | Downloaded semver v1.0.28 |
| 345 | 2026-07-29T20:16:36.215Z | Downloaded pest_meta v2.8.6 |
| 346 | 2026-07-29T20:16:36.218Z | Downloaded serde_derive v1.0.228 |
| 347 | 2026-07-29T20:16:36.225Z | Downloaded papergrid v0.11.0 |
| 348 | 2026-07-29T20:16:36.229Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-07-29T20:16:36.234Z | Downloaded proc-macro2 v1.0.106 |
| 350 | 2026-07-29T20:16:36.252Z | Downloaded clap v4.6.1 |
| 351 | 2026-07-29T20:16:36.259Z | Downloaded indexmap v2.14.0 |
| 352 | 2026-07-29T20:16:36.262Z | Downloaded memchr v2.8.0 |
| 353 | 2026-07-29T20:16:36.275Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-29T20:16:36.288Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-29T20:16:36.309Z | Downloaded clap_builder v4.6.0 |
| 356 | 2026-07-29T20:16:36.325Z | Downloaded pest v2.8.6 |
| 357 | 2026-07-29T20:16:36.335Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-29T20:16:36.350Z | Downloaded serde_json v1.0.151 |
| 359 | 2026-07-29T20:16:36.368Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-29T20:16:36.373Z | Downloaded hashbrown v0.17.0 |
| 361 | 2026-07-29T20:16:36.389Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-29T20:16:36.395Z | Downloaded tabled v0.15.0 |
| 363 | 2026-07-29T20:16:36.404Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-29T20:16:36.408Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-07-29T20:16:36.419Z | Downloaded syn v2.0.117 |
| 366 | 2026-07-29T20:16:36.440Z | Downloaded rustix v1.1.3 |
| 367 | 2026-07-29T20:16:36.474Z | Downloaded libc v0.2.185 |
| 368 | 2026-07-29T20:16:36.538Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-07-29T20:16:36.538Z | Compiling quote v1.0.45 |
| 370 | 2026-07-29T20:16:36.538Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-07-29T20:16:36.542Z | Compiling serde_core v1.0.228 |
| 372 | 2026-07-29T20:16:36.542Z | Compiling libc v0.2.185 |
| 373 | 2026-07-29T20:16:36.542Z | Compiling version_check v0.9.5 |
| 374 | 2026-07-29T20:16:36.542Z | Compiling memchr v2.8.0 |
| 375 | 2026-07-29T20:16:36.542Z | Compiling serde v1.0.228 |
| 376 | 2026-07-29T20:16:36.542Z | Compiling zmij v1.0.21 |
| 377 | 2026-07-29T20:16:36.542Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-29T20:16:36.721Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-07-29T20:16:36.725Z | Compiling itoa v1.0.17 |
| 380 | 2026-07-29T20:16:36.725Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-29T20:16:36.725Z | Compiling byteorder v1.5.0 |
| 382 | 2026-07-29T20:16:36.947Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-29T20:16:37.064Z | Compiling serde_json v1.0.151 |
| 384 | 2026-07-29T20:16:37.182Z | Compiling pest v2.8.6 |
| 385 | 2026-07-29T20:16:37.217Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-29T20:16:37.236Z | Compiling usdt-impl v0.5.0 |
| 387 | 2026-07-29T20:16:37.254Z | Compiling syn v1.0.109 |
| 388 | 2026-07-29T20:16:37.269Z | Compiling camino v1.2.2 |
| 389 | 2026-07-29T20:16:37.442Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-07-29T20:16:37.498Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-07-29T20:16:37.502Z | Compiling equivalent v1.0.2 |
| 392 | 2026-07-29T20:16:37.551Z | Compiling plain v0.2.3 |
| 393 | 2026-07-29T20:16:37.605Z | Compiling log v0.4.29 |
| 394 | 2026-07-29T20:16:37.611Z | Compiling hashbrown v0.17.0 |
| 395 | 2026-07-29T20:16:37.673Z | Compiling getrandom v0.4.1 |
| 396 | 2026-07-29T20:16:37.677Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-07-29T20:16:37.748Z | Compiling errno v0.3.14 |
| 398 | 2026-07-29T20:16:37.773Z | Compiling thread-id v4.2.2 |
| 399 | 2026-07-29T20:16:37.831Z | Compiling winnow v0.7.14 |
| 400 | 2026-07-29T20:16:37.850Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-29T20:16:37.850Z | Compiling anstyle v1.0.14 |
| 402 | 2026-07-29T20:16:37.886Z | Compiling toml_write v0.1.2 |
| 403 | 2026-07-29T20:16:37.905Z | Compiling autocfg v1.5.0 |
| 404 | 2026-07-29T20:16:37.908Z | Compiling pretty-hex v0.4.1 |
| 405 | 2026-07-29T20:16:37.970Z | Compiling colorchoice v1.0.4 |
| 406 | 2026-07-29T20:16:37.988Z | Compiling is_terminal_polyfill v1.70.2 |
| 407 | 2026-07-29T20:16:38.008Z | Compiling thiserror v2.0.18 |
| 408 | 2026-07-29T20:16:38.085Z | Compiling anstyle-query v1.1.5 |
| 409 | 2026-07-29T20:16:38.137Z | Compiling once_cell v1.21.3 |
| 410 | 2026-07-29T20:16:38.142Z | Compiling unicode-width v0.1.14 |
| 411 | 2026-07-29T20:16:38.142Z | Compiling fnv v1.0.7 |
| 412 | 2026-07-29T20:16:38.212Z | Compiling syn v2.0.117 |
| 413 | 2026-07-29T20:16:38.247Z | Compiling indexmap v2.14.0 |
| 414 | 2026-07-29T20:16:38.272Z | Compiling pest_meta v2.8.6 |
| 415 | 2026-07-29T20:16:38.319Z | Compiling anstream v1.0.0 |
| 416 | 2026-07-29T20:16:38.360Z | Compiling fs-err v3.3.0 |
| 417 | 2026-07-29T20:16:38.379Z | Compiling strsim v0.11.1 |
| 418 | 2026-07-29T20:16:38.468Z | Compiling clap_lex v1.0.0 |
| 419 | 2026-07-29T20:16:38.493Z | Compiling anyhow v1.0.102 |
| 420 | 2026-07-29T20:16:38.514Z | Compiling heck v0.4.1 |
| 421 | 2026-07-29T20:16:38.568Z | Compiling fastrand v2.3.0 |
| 422 | 2026-07-29T20:16:38.610Z | Compiling heck v0.5.0 |
| 423 | 2026-07-29T20:16:38.668Z | Compiling bytecount v0.6.9 |
| 424 | 2026-07-29T20:16:38.741Z | Compiling memmap v0.7.0 |
| 425 | 2026-07-29T20:16:38.760Z | Compiling unicode-width v0.2.0 |
| 426 | 2026-07-29T20:16:38.776Z | Compiling papergrid v0.11.0 |
| 427 | 2026-07-29T20:16:38.815Z | Compiling smawk v0.3.2 |
| 428 | 2026-07-29T20:16:38.833Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-29T20:16:38.852Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-29T20:16:38.921Z | Compiling unicode-linebreak v0.1.5 |
| 431 | 2026-07-29T20:16:38.967Z | Compiling swrite v0.1.0 |
| 432 | 2026-07-29T20:16:39.011Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-07-29T20:16:39.125Z | Compiling semver v1.0.28 |
| 434 | 2026-07-29T20:16:39.146Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-07-29T20:16:39.248Z | Compiling textwrap v0.16.2 |
| 436 | 2026-07-29T20:16:39.409Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-07-29T20:16:39.747Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-07-29T20:16:40.428Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-07-29T20:16:40.446Z | Compiling tabled v0.15.0 |
| 440 | 2026-07-29T20:16:40.954Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-07-29T20:16:40.957Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-07-29T20:16:40.957Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-07-29T20:16:40.957Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-07-29T20:16:40.957Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-07-29T20:16:40.957Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-07-29T20:16:41.053Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-07-29T20:16:41.613Z | Compiling scroll v0.12.0 |
| 448 | 2026-07-29T20:16:41.632Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-07-29T20:16:41.820Z | Compiling goblin v0.8.2 |
| 450 | 2026-07-29T20:16:41.987Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-07-29T20:16:42.310Z | Compiling clap v4.6.1 |
| 452 | 2026-07-29T20:16:43.345Z | Compiling dof v0.3.0 |
| 453 | 2026-07-29T20:16:43.345Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-07-29T20:16:43.380Z | Compiling serde_spanned v0.6.9 |
| 455 | 2026-07-29T20:16:43.383Z | Compiling toml_datetime v0.6.11 |
| 456 | 2026-07-29T20:16:43.383Z | Compiling cargo_metadata v0.23.1 |
| 457 | 2026-07-29T20:16:43.383Z | Compiling macaddr v1.0.1 |
| 458 | 2026-07-29T20:16:43.383Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 459 | 2026-07-29T20:16:43.558Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-07-29T20:16:44.046Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-29T20:16:44.050Z | Compiling usdt-attr-macro v0.5.0 |
| 462 | 2026-07-29T20:16:44.648Z | Compiling usdt v0.5.0 |
| 463 | 2026-07-29T20:16:44.841Z | Compiling toml v0.8.23 |
| 464 | 2026-07-29T20:16:45.167Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-07-29T20:16:46.438Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-07-29T20:16:48.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.50s |
| 467 | 2026-07-29T20:16:48.723Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-07-29T20:16:49.241Z | Downloading crates ... |
| 469 | 2026-07-29T20:16:49.293Z | Downloaded aead v0.5.2 |
| 470 | 2026-07-29T20:16:49.301Z | Downloaded async-recursion v1.1.1 |
| 471 | 2026-07-29T20:16:49.305Z | Downloaded anstyle-parse v0.2.7 |
| 472 | 2026-07-29T20:16:49.308Z | Downloaded bitfield-macros v0.19.4 |
| 473 | 2026-07-29T20:16:49.311Z | Downloaded assert_matches v1.5.0 |
| 474 | 2026-07-29T20:16:49.315Z | Downloaded atomicwrites v0.4.4 |
| 475 | 2026-07-29T20:16:49.315Z | Downloaded convert_case v0.4.0 |
| 476 | 2026-07-29T20:16:49.315Z | Downloaded adler2 v2.0.1 |
| 477 | 2026-07-29T20:16:49.315Z | Downloaded arrayvec v0.7.6 |
| 478 | 2026-07-29T20:16:49.322Z | Downloaded enum_dispatch v0.3.13 |
| 479 | 2026-07-29T20:16:49.332Z | Downloaded atomic-waker v1.1.2 |
| 480 | 2026-07-29T20:16:49.332Z | Downloaded block-padding v0.4.2 |
| 481 | 2026-07-29T20:16:49.333Z | Downloaded enum-as-inner v0.6.1 |
| 482 | 2026-07-29T20:16:49.333Z | Downloaded env_logger v0.11.9 |
| 483 | 2026-07-29T20:16:49.337Z | Downloaded env_filter v1.0.0 |
| 484 | 2026-07-29T20:16:49.337Z | Downloaded async-trait v0.1.89 |
| 485 | 2026-07-29T20:16:49.337Z | Downloaded ahash v0.8.12 |
| 486 | 2026-07-29T20:16:49.337Z | Downloaded backon v1.6.0 |
| 487 | 2026-07-29T20:16:49.337Z | Downloaded git-stub-vcs v0.1.0 |
| 488 | 2026-07-29T20:16:49.337Z | Downloaded futures-core v0.3.32 |
| 489 | 2026-07-29T20:16:49.337Z | Downloaded cipher v0.5.2 |
| 490 | 2026-07-29T20:16:49.340Z | Downloaded argon2 v0.6.0-rc.8 |
| 491 | 2026-07-29T20:16:49.341Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 492 | 2026-07-29T20:16:49.341Z | Downloaded expectorate v1.2.0 |
| 493 | 2026-07-29T20:16:49.341Z | Downloaded ascii-canvas v3.0.0 |
| 494 | 2026-07-29T20:16:49.344Z | Downloaded bit-set v0.8.0 |
| 495 | 2026-07-29T20:16:49.344Z | Downloaded fd-lock v4.0.4 |
| 496 | 2026-07-29T20:16:49.344Z | Downloaded bb8 v0.8.6 |
| 497 | 2026-07-29T20:16:49.344Z | Downloaded foreign-types-macros v0.2.3 |
| 498 | 2026-07-29T20:16:49.344Z | Downloaded ghash v0.6.0 |
| 499 | 2026-07-29T20:16:49.349Z | Downloaded anstream v0.6.21 |
| 500 | 2026-07-29T20:16:49.349Z | Downloaded futures-channel v0.3.32 |
| 501 | 2026-07-29T20:16:49.349Z | Downloaded endian-type v0.1.2 |
| 502 | 2026-07-29T20:16:49.349Z | Downloaded float-cmp v0.10.0 |
| 503 | 2026-07-29T20:16:49.353Z | Downloaded futures-macro v0.3.32 |
| 504 | 2026-07-29T20:16:49.353Z | Downloaded futures-task v0.3.32 |
| 505 | 2026-07-29T20:16:49.353Z | Downloaded aead v0.6.1 |
| 506 | 2026-07-29T20:16:49.353Z | Downloaded base16ct v0.2.0 |
| 507 | 2026-07-29T20:16:49.353Z | Downloaded async-stream v0.3.6 |
| 508 | 2026-07-29T20:16:49.353Z | Downloaded async-stream-impl v0.3.6 |
| 509 | 2026-07-29T20:16:49.357Z | Downloaded float-ord v0.3.2 |
| 510 | 2026-07-29T20:16:49.357Z | Downloaded foreign-types v0.5.0 |
| 511 | 2026-07-29T20:16:49.357Z | Downloaded form_urlencoded v1.2.2 |
| 512 | 2026-07-29T20:16:49.357Z | Downloaded futures-io v0.3.32 |
| 513 | 2026-07-29T20:16:49.357Z | Downloaded foreign-types v0.3.2 |
| 514 | 2026-07-29T20:16:49.363Z | Downloaded fallible-iterator v0.2.0 |
| 515 | 2026-07-29T20:16:49.395Z | Downloaded foldhash v0.1.5 |
| 516 | 2026-07-29T20:16:49.395Z | Downloaded fs_extra v1.3.0 |
| 517 | 2026-07-29T20:16:49.395Z | Downloaded bzip2 v0.6.1 |
| 518 | 2026-07-29T20:16:49.395Z | Downloaded cancel-safe-futures v0.1.5 |
| 519 | 2026-07-29T20:16:49.403Z | Downloaded flagset v0.4.7 |
| 520 | 2026-07-29T20:16:49.403Z | Downloaded bcs v0.1.6 |
| 521 | 2026-07-29T20:16:49.403Z | Downloaded fixedbitset v0.4.2 |
| 522 | 2026-07-29T20:16:49.403Z | Downloaded fixedbitset v0.5.7 |
| 523 | 2026-07-29T20:16:49.403Z | Downloaded foreign-types-shared v0.1.1 |
| 524 | 2026-07-29T20:16:49.403Z | Downloaded bit-vec v0.8.0 |
| 525 | 2026-07-29T20:16:49.403Z | Downloaded fs-err v2.11.0 |
| 526 | 2026-07-29T20:16:49.403Z | Downloaded fxhash v0.2.1 |
| 527 | 2026-07-29T20:16:49.403Z | Downloaded base16ct v1.0.0 |
| 528 | 2026-07-29T20:16:49.403Z | Downloaded compression-core v0.4.31 |
| 529 | 2026-07-29T20:16:49.403Z | Downloaded foreign-types-shared v0.3.1 |
| 530 | 2026-07-29T20:16:49.403Z | Downloaded block-buffer v0.12.1 |
| 531 | 2026-07-29T20:16:49.403Z | Downloaded bit-set v0.5.3 |
| 532 | 2026-07-29T20:16:49.403Z | Downloaded futures-executor v0.3.32 |
| 533 | 2026-07-29T20:16:49.403Z | Downloaded futures-sink v0.3.32 |
| 534 | 2026-07-29T20:16:49.403Z | Downloaded globwalk v0.9.1 |
| 535 | 2026-07-29T20:16:49.403Z | Downloaded cobs v0.3.0 |
| 536 | 2026-07-29T20:16:49.403Z | Downloaded atty v0.2.14 |
| 537 | 2026-07-29T20:16:49.403Z | Downloaded ciborium-io v0.2.2 |
| 538 | 2026-07-29T20:16:49.403Z | Downloaded ff v0.13.1 |
| 539 | 2026-07-29T20:16:49.404Z | Downloaded find-msvc-tools v0.1.9 |
| 540 | 2026-07-29T20:16:49.404Z | Downloaded flate2 v1.1.9 |
| 541 | 2026-07-29T20:16:49.404Z | Downloaded array-init v0.0.4 |
| 542 | 2026-07-29T20:16:49.404Z | Downloaded arrayref v0.3.9 |
| 543 | 2026-07-29T20:16:49.404Z | Downloaded headers-core v0.3.0 |
| 544 | 2026-07-29T20:16:49.404Z | Downloaded hex v0.4.3 |
| 545 | 2026-07-29T20:16:49.404Z | Downloaded hostname v0.3.1 |
| 546 | 2026-07-29T20:16:49.404Z | Downloaded httpdate v1.0.3 |
| 547 | 2026-07-29T20:16:49.404Z | Downloaded bitfield-struct v0.6.2 |
| 548 | 2026-07-29T20:16:49.404Z | Downloaded gethostname v0.5.0 |
| 549 | 2026-07-29T20:16:49.404Z | Downloaded home v0.5.12 |
| 550 | 2026-07-29T20:16:49.404Z | Downloaded castaway v0.2.4 |
| 551 | 2026-07-29T20:16:49.404Z | Downloaded foldhash v0.2.0 |
| 552 | 2026-07-29T20:16:49.404Z | Downloaded hyper-tls v0.6.0 |
| 553 | 2026-07-29T20:16:49.408Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2026-07-29T20:16:49.408Z | Downloaded hubpack v0.1.2 |
| 555 | 2026-07-29T20:16:49.408Z | Downloaded num v0.4.3 |
| 556 | 2026-07-29T20:16:49.413Z | Downloaded bit-vec v0.6.3 |
| 557 | 2026-07-29T20:16:49.413Z | Downloaded hostname v0.4.2 |
| 558 | 2026-07-29T20:16:49.413Z | Downloaded compression-codecs v0.4.37 |
| 559 | 2026-07-29T20:16:49.413Z | Downloaded http-body v1.0.1 |
| 560 | 2026-07-29T20:16:49.413Z | Downloaded bs58 v0.5.1 |
| 561 | 2026-07-29T20:16:49.417Z | Downloaded funty v2.0.0 |
| 562 | 2026-07-29T20:16:49.417Z | Downloaded git-stub v1.0.0 |
| 563 | 2026-07-29T20:16:49.417Z | Downloaded http-range v0.1.5 |
| 564 | 2026-07-29T20:16:49.423Z | Downloaded path-slash v0.1.5 |
| 565 | 2026-07-29T20:16:49.423Z | Downloaded hash32 v0.3.1 |
| 566 | 2026-07-29T20:16:49.426Z | Downloaded cfg_aliases v0.1.1 |
| 567 | 2026-07-29T20:16:49.426Z | Downloaded oso-derive v0.27.3 |
| 568 | 2026-07-29T20:16:49.426Z | Downloaded ff v0.14.0 |
| 569 | 2026-07-29T20:16:49.434Z | Downloaded num-iter v0.1.45 |
| 570 | 2026-07-29T20:16:49.434Z | Downloaded arc-swap v1.8.2 |
| 571 | 2026-07-29T20:16:49.438Z | Downloaded hash32 v0.2.1 |
| 572 | 2026-07-29T20:16:49.438Z | Downloaded num_enum_derive v0.5.11 |
| 573 | 2026-07-29T20:16:49.438Z | Downloaded num-conv v0.2.0 |
| 574 | 2026-07-29T20:16:49.442Z | Downloaded openssl-probe v0.1.6 |
| 575 | 2026-07-29T20:16:49.442Z | Downloaded hubpack_derive v0.1.1 |
| 576 | 2026-07-29T20:16:49.442Z | Downloaded phf_shared v0.12.1 |
| 577 | 2026-07-29T20:16:49.445Z | Downloaded argon2 v0.5.3 |
| 578 | 2026-07-29T20:16:49.447Z | Downloaded peg-runtime v0.8.5 |
| 579 | 2026-07-29T20:16:49.447Z | Downloaded percent-encoding v2.3.2 |
| 580 | 2026-07-29T20:16:49.447Z | Downloaded precomputed-hash v0.1.1 |
| 581 | 2026-07-29T20:16:49.447Z | Downloaded const_format_proc_macros v0.2.34 |
| 582 | 2026-07-29T20:16:49.450Z | Downloaded opaque-debug v0.3.1 |
| 583 | 2026-07-29T20:16:49.450Z | Downloaded cfg_aliases v0.2.1 |
| 584 | 2026-07-29T20:16:49.450Z | Downloaded constant_time_eq v0.4.2 |
| 585 | 2026-07-29T20:16:49.450Z | Downloaded bitflags v1.3.2 |
| 586 | 2026-07-29T20:16:49.454Z | Downloaded cassowary v0.3.0 |
| 587 | 2026-07-29T20:16:49.454Z | Downloaded num_enum v0.7.6 |
| 588 | 2026-07-29T20:16:49.458Z | Downloaded buf-list v1.1.2 |
| 589 | 2026-07-29T20:16:49.458Z | Downloaded rfc6979 v0.4.0 |
| 590 | 2026-07-29T20:16:49.458Z | Downloaded parse-size v1.1.0 |
| 591 | 2026-07-29T20:16:49.458Z | Downloaded rfc6979 v0.6.0 |
| 592 | 2026-07-29T20:16:49.458Z | Downloaded group v0.13.0 |
| 593 | 2026-07-29T20:16:49.458Z | Downloaded hex-literal v1.1.0 |
| 594 | 2026-07-29T20:16:49.464Z | Downloaded blake2 v0.10.6 |
| 595 | 2026-07-29T20:16:49.465Z | Downloaded highway v1.3.0 |
| 596 | 2026-07-29T20:16:49.469Z | Downloaded bitfield v0.19.4 |
| 597 | 2026-07-29T20:16:49.469Z | Downloaded rand_chacha v0.3.1 |
| 598 | 2026-07-29T20:16:49.469Z | Downloaded rustc-hash v2.1.1 |
| 599 | 2026-07-29T20:16:49.469Z | Downloaded base64ct v1.8.3 |
| 600 | 2026-07-29T20:16:49.470Z | Downloaded cmov v0.5.4 |
| 601 | 2026-07-29T20:16:49.474Z | Downloaded cexpr v0.6.0 |
| 602 | 2026-07-29T20:16:49.474Z | Downloaded ref-cast-impl v1.0.25 |
| 603 | 2026-07-29T20:16:49.474Z | Downloaded ref-cast v1.0.25 |
| 604 | 2026-07-29T20:16:49.479Z | Downloaded getrandom v0.2.17 |
| 605 | 2026-07-29T20:16:49.482Z | Downloaded filetime v0.2.27 |
| 606 | 2026-07-29T20:16:49.482Z | Downloaded allocator-api2 v0.2.21 |
| 607 | 2026-07-29T20:16:49.482Z | Downloaded backoff v0.4.0 |
| 608 | 2026-07-29T20:16:49.482Z | Downloaded console v0.16.2 |
| 609 | 2026-07-29T20:16:49.486Z | Downloaded glob v0.3.3 |
| 610 | 2026-07-29T20:16:49.486Z | Downloaded erased-serde v0.3.31 |
| 611 | 2026-07-29T20:16:49.490Z | Downloaded hyper-staticfile v0.10.1 |
| 612 | 2026-07-29T20:16:49.490Z | Downloaded serde_bytes v0.11.19 |
| 613 | 2026-07-29T20:16:49.490Z | Downloaded cbc v0.2.1 |
| 614 | 2026-07-29T20:16:49.490Z | Downloaded shell-words v1.1.1 |
| 615 | 2026-07-29T20:16:49.497Z | Downloaded hybrid-array v0.4.13 |
| 616 | 2026-07-29T20:16:49.497Z | Downloaded siphasher v1.0.2 |
| 617 | 2026-07-29T20:16:49.500Z | Downloaded tap v1.0.1 |
| 618 | 2026-07-29T20:16:49.500Z | Downloaded cipher v0.4.4 |
| 619 | 2026-07-29T20:16:49.500Z | Downloaded strip-ansi-escapes v0.2.1 |
| 620 | 2026-07-29T20:16:49.500Z | Downloaded sigpipe v0.1.3 |
| 621 | 2026-07-29T20:16:49.500Z | Downloaded take_mut v0.2.2 |
| 622 | 2026-07-29T20:16:49.504Z | Downloaded testing_table v0.3.0 |
| 623 | 2026-07-29T20:16:49.504Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 624 | 2026-07-29T20:16:49.504Z | Downloaded globset v0.4.18 |
| 625 | 2026-07-29T20:16:49.508Z | Downloaded group v0.14.0 |
| 626 | 2026-07-29T20:16:49.508Z | Downloaded ar_archive_writer v0.5.1 |
| 627 | 2026-07-29T20:16:49.511Z | Downloaded blowfish v0.10.0 |
| 628 | 2026-07-29T20:16:49.511Z | Downloaded chacha20 v0.9.1 |
| 629 | 2026-07-29T20:16:49.511Z | Downloaded oxide-update-engine-display v0.1.2 |
| 630 | 2026-07-29T20:16:49.515Z | Downloaded supports-color v3.0.2 |
| 631 | 2026-07-29T20:16:49.518Z | Downloaded camino-tempfile-ext v0.3.3 |
| 632 | 2026-07-29T20:16:49.518Z | Downloaded humantime v2.3.0 |
| 633 | 2026-07-29T20:16:49.518Z | Downloaded progenitor v0.14.0 |
| 634 | 2026-07-29T20:16:49.522Z | Downloaded r2d2 v0.8.10 |
| 635 | 2026-07-29T20:16:49.522Z | Downloaded pem-rfc7468 v1.0.0 |
| 636 | 2026-07-29T20:16:49.522Z | Downloaded pkcs8 v0.10.2 |
| 637 | 2026-07-29T20:16:49.522Z | Downloaded async-bb8-diesel v0.2.1 |
| 638 | 2026-07-29T20:16:49.525Z | Downloaded blake2 v0.11.0-rc.6 |
| 639 | 2026-07-29T20:16:49.525Z | Downloaded port-file v0.1.0 |
| 640 | 2026-07-29T20:16:49.525Z | Downloaded try-lock v0.2.5 |
| 641 | 2026-07-29T20:16:49.528Z | Downloaded untrusted v0.9.0 |
| 642 | 2026-07-29T20:16:49.528Z | Downloaded want v0.3.1 |
| 643 | 2026-07-29T20:16:49.531Z | Downloaded untrusted v0.7.1 |
| 644 | 2026-07-29T20:16:49.531Z | Downloaded half v1.8.3 |
| 645 | 2026-07-29T20:16:49.534Z | Downloaded http-body-util v0.1.3 |
| 646 | 2026-07-29T20:16:49.534Z | Downloaded primeorder v0.14.0 |
| 647 | 2026-07-29T20:16:49.534Z | Downloaded ppv-lite86 v0.2.21 |
| 648 | 2026-07-29T20:16:49.537Z | Downloaded hyper-rustls v0.27.7 |
| 649 | 2026-07-29T20:16:49.540Z | Downloaded progenitor v0.13.0 |
| 650 | 2026-07-29T20:16:49.540Z | Downloaded resolv-conf v0.7.6 |
| 651 | 2026-07-29T20:16:49.540Z | Downloaded psm v0.1.30 |
| 652 | 2026-07-29T20:16:49.544Z | Downloaded cmake v0.1.57 |
| 653 | 2026-07-29T20:16:49.544Z | Downloaded slog-bunyan v2.5.0 |
| 654 | 2026-07-29T20:16:49.547Z | Downloaded signal-hook-registry v1.4.8 |
| 655 | 2026-07-29T20:16:49.550Z | Downloaded zeroize_derive v1.5.0 |
| 656 | 2026-07-29T20:16:49.550Z | Downloaded crunchy v0.2.4 |
| 657 | 2026-07-29T20:16:49.553Z | Downloaded hmac v0.13.0 |
| 658 | 2026-07-29T20:16:49.556Z | Downloaded serde_derive_internals v0.29.1 |
| 659 | 2026-07-29T20:16:49.556Z | Downloaded yoke-derive v0.8.1 |
| 660 | 2026-07-29T20:16:49.560Z | Downloaded zone_cfg_derive v0.3.1 |
| 661 | 2026-07-29T20:16:49.564Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-07-29T20:16:49.564Z | Downloaded ciborium v0.2.2 |
| 663 | 2026-07-29T20:16:49.565Z | Downloaded colored v3.1.1 |
| 664 | 2026-07-29T20:16:49.568Z | Downloaded sec1 v0.8.1 |
| 665 | 2026-07-29T20:16:49.568Z | Downloaded slog-json v2.6.1 |
| 666 | 2026-07-29T20:16:49.568Z | Downloaded console v0.15.11 |
| 667 | 2026-07-29T20:16:49.571Z | Downloaded getrandom v0.3.4 |
| 668 | 2026-07-29T20:16:49.574Z | Downloaded half v2.7.1 |
| 669 | 2026-07-29T20:16:49.574Z | Downloaded smf v0.2.3 |
| 670 | 2026-07-29T20:16:49.574Z | Downloaded string_cache v0.8.9 |
| 671 | 2026-07-29T20:16:49.577Z | Downloaded stringprep v0.1.5 |
| 672 | 2026-07-29T20:16:49.577Z | Downloaded crc v3.4.0 |
| 673 | 2026-07-29T20:16:49.579Z | Downloaded crc-catalog v2.4.0 |
| 674 | 2026-07-29T20:16:49.579Z | Downloaded difflib v0.4.0 |
| 675 | 2026-07-29T20:16:49.582Z | Downloaded darling_macro v0.13.4 |
| 676 | 2026-07-29T20:16:49.582Z | Downloaded darling_macro v0.20.11 |
| 677 | 2026-07-29T20:16:49.582Z | Downloaded defmt-parser v1.0.0 |
| 678 | 2026-07-29T20:16:49.582Z | Downloaded tls_codec_derive v0.4.2 |
| 679 | 2026-07-29T20:16:49.582Z | Downloaded byte-wrapper v0.1.0 |
| 680 | 2026-07-29T20:16:49.582Z | Downloaded sqlformat v0.3.5 |
| 681 | 2026-07-29T20:16:49.585Z | Downloaded ssh-cipher v0.3.0 |
| 682 | 2026-07-29T20:16:49.586Z | Downloaded dsl_auto_type v0.2.0 |
| 683 | 2026-07-29T20:16:49.586Z | Downloaded ident_case v1.0.1 |
| 684 | 2026-07-29T20:16:49.586Z | Downloaded tls_codec v0.4.2 |
| 685 | 2026-07-29T20:16:49.589Z | Downloaded ssh-encoding v0.3.0 |
| 686 | 2026-07-29T20:16:49.589Z | Downloaded dof v0.4.0 |
| 687 | 2026-07-29T20:16:49.589Z | Downloaded embedded-io v0.4.0 |
| 688 | 2026-07-29T20:16:49.592Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 689 | 2026-07-29T20:16:49.593Z | Downloaded pin-project-lite v0.2.17 |
| 690 | 2026-07-29T20:16:49.596Z | Downloaded proc-macro-error2 v2.0.1 |
| 691 | 2026-07-29T20:16:49.596Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 692 | 2026-07-29T20:16:49.599Z | Downloaded unarray v0.1.4 |
| 693 | 2026-07-29T20:16:49.599Z | Downloaded wyz v0.5.1 |
| 694 | 2026-07-29T20:16:49.603Z | Downloaded illumos-nvpair v0.3.0 |
| 695 | 2026-07-29T20:16:49.607Z | Downloaded internet-checksum v0.2.1 |
| 696 | 2026-07-29T20:16:49.607Z | Downloaded is_ci v1.2.0 |
| 697 | 2026-07-29T20:16:49.607Z | Downloaded chacha20 v0.10.0 |
| 698 | 2026-07-29T20:16:49.610Z | Downloaded xshell v0.2.7 |
| 699 | 2026-07-29T20:16:49.613Z | Downloaded indoc v1.0.9 |
| 700 | 2026-07-29T20:16:49.616Z | Downloaded maybe-uninit v2.0.0 |
| 701 | 2026-07-29T20:16:49.616Z | Downloaded rustversion v1.0.22 |
| 702 | 2026-07-29T20:16:49.616Z | Downloaded vergen-lib v0.1.6 |
| 703 | 2026-07-29T20:16:49.619Z | Downloaded is-terminal v0.4.17 |
| 704 | 2026-07-29T20:16:49.622Z | Downloaded nonempty v0.12.0 |
| 705 | 2026-07-29T20:16:49.625Z | Downloaded md-5 v0.10.6 |
| 706 | 2026-07-29T20:16:49.625Z | Downloaded flume v0.11.1 |
| 707 | 2026-07-29T20:16:49.628Z | Downloaded lzss v0.8.2 |
| 708 | 2026-07-29T20:16:49.628Z | Downloaded const-oid v0.10.2 |
| 709 | 2026-07-29T20:16:49.628Z | Downloaded base64 v0.22.1 |
| 710 | 2026-07-29T20:16:49.632Z | Downloaded clang-sys v1.8.1 |
| 711 | 2026-07-29T20:16:49.635Z | Downloaded serde_cbor v0.11.2 |
| 712 | 2026-07-29T20:16:49.635Z | Downloaded sha2 v0.11.0 |
| 713 | 2026-07-29T20:16:49.638Z | Downloaded md5 v0.8.0 |
| 714 | 2026-07-29T20:16:49.638Z | Downloaded colored v2.2.0 |
| 715 | 2026-07-29T20:16:49.638Z | Downloaded const-oid v0.9.6 |
| 716 | 2026-07-29T20:16:49.643Z | Downloaded corncobs v0.1.4 |
| 717 | 2026-07-29T20:16:49.643Z | Downloaded ctr v0.10.1 |
| 718 | 2026-07-29T20:16:49.644Z | Downloaded daft-derive v0.1.7 |
| 719 | 2026-07-29T20:16:49.647Z | Downloaded newtype-uuid-macros v0.1.0 |
| 720 | 2026-07-29T20:16:49.648Z | Downloaded num-derive v0.4.2 |
| 721 | 2026-07-29T20:16:49.648Z | Downloaded futures v0.3.32 |
| 722 | 2026-07-29T20:16:49.651Z | Downloaded hmac v0.12.1 |
| 723 | 2026-07-29T20:16:49.652Z | Downloaded packed_struct_codegen v0.10.1 |
| 724 | 2026-07-29T20:16:49.652Z | Downloaded proc-macro-crate v3.4.0 |
| 725 | 2026-07-29T20:16:49.652Z | Downloaded der_derive v0.7.3 |
| 726 | 2026-07-29T20:16:49.655Z | Downloaded dirs-sys-next v0.1.2 |
| 727 | 2026-07-29T20:16:49.655Z | Downloaded ctutils v0.4.2 |
| 728 | 2026-07-29T20:16:49.655Z | Downloaded tiny-keccak v2.0.2 |
| 729 | 2026-07-29T20:16:49.655Z | Downloaded deranged v0.5.8 |
| 730 | 2026-07-29T20:16:49.658Z | Downloaded diesel-dtrace v0.5.0 |
| 731 | 2026-07-29T20:16:49.658Z | Downloaded tokio-stream v0.1.18 |
| 732 | 2026-07-29T20:16:49.662Z | Downloaded tracing-attributes v0.1.31 |
| 733 | 2026-07-29T20:16:49.662Z | Downloaded predicates-core v1.0.10 |
| 734 | 2026-07-29T20:16:49.662Z | Downloaded rand_pcg v0.10.2 |
| 735 | 2026-07-29T20:16:49.665Z | Downloaded httparse v1.10.1 |
| 736 | 2026-07-29T20:16:49.668Z | Downloaded scroll_derive v0.13.1 |
| 737 | 2026-07-29T20:16:49.668Z | Downloaded fatfs v0.3.6 |
| 738 | 2026-07-29T20:16:49.672Z | Downloaded scopeguard v1.2.0 |
| 739 | 2026-07-29T20:16:49.675Z | Downloaded const_format v0.2.35 |
| 740 | 2026-07-29T20:16:49.684Z | Downloaded bytes v1.11.1 |
| 741 | 2026-07-29T20:16:49.687Z | Downloaded serde_spanned v1.1.1 |
| 742 | 2026-07-29T20:16:49.691Z | Downloaded sqlparser_derive v0.5.0 |
| 743 | 2026-07-29T20:16:49.691Z | Downloaded unicode-properties v0.1.4 |
| 744 | 2026-07-29T20:16:49.691Z | Downloaded keccak v0.2.0 |
| 745 | 2026-07-29T20:16:49.694Z | Downloaded headers v0.4.1 |
| 746 | 2026-07-29T20:16:49.697Z | Downloaded lock_api v0.4.14 |
| 747 | 2026-07-29T20:16:49.697Z | Downloaded heapless v0.7.17 |
| 748 | 2026-07-29T20:16:49.700Z | Downloaded rustls-platform-verifier v0.6.2 |
| 749 | 2026-07-29T20:16:49.701Z | Downloaded strum v0.26.3 |
| 750 | 2026-07-29T20:16:49.701Z | Downloaded strum v0.27.2 |
| 751 | 2026-07-29T20:16:49.701Z | Downloaded libsw v3.5.0 |
| 752 | 2026-07-29T20:16:49.704Z | Downloaded num_enum v0.5.11 |
| 753 | 2026-07-29T20:16:49.707Z | Downloaded base64 v0.21.7 |
| 754 | 2026-07-29T20:16:49.710Z | Downloaded serde_urlencoded v0.7.1 |
| 755 | 2026-07-29T20:16:49.710Z | Downloaded chacha20poly1305 v0.10.1 |
| 756 | 2026-07-29T20:16:49.710Z | Downloaded sha1 v0.11.0 |
| 757 | 2026-07-29T20:16:49.713Z | Downloaded tabled_derive v0.11.0 |
| 758 | 2026-07-29T20:16:49.713Z | Downloaded tabwriter v1.4.1 |
| 759 | 2026-07-29T20:16:49.713Z | Downloaded heapless v0.8.0 |
| 760 | 2026-07-29T20:16:49.716Z | Downloaded structmeta-derive v0.3.0 |
| 761 | 2026-07-29T20:16:49.716Z | Downloaded tinyvec_macros v0.1.1 |
| 762 | 2026-07-29T20:16:49.716Z | Downloaded phf v0.12.1 |
| 763 | 2026-07-29T20:16:49.720Z | Downloaded native-tls v0.2.18 |
| 764 | 2026-07-29T20:16:49.723Z | Downloaded aes v0.9.1 |
| 765 | 2026-07-29T20:16:49.726Z | Downloaded topological-sort v0.2.2 |
| 766 | 2026-07-29T20:16:49.727Z | Downloaded tokio-test v0.4.5 |
| 767 | 2026-07-29T20:16:49.730Z | Downloaded xattr v1.6.1 |
| 768 | 2026-07-29T20:16:49.731Z | Downloaded generic-array v1.4.3 |
| 769 | 2026-07-29T20:16:49.734Z | Downloaded smallvec v1.15.1 |
| 770 | 2026-07-29T20:16:49.734Z | Downloaded p384 v0.14.0 |
| 771 | 2026-07-29T20:16:49.737Z | Downloaded polyval v0.7.1 |
| 772 | 2026-07-29T20:16:49.740Z | Downloaded unicode-xid v0.2.6 |
| 773 | 2026-07-29T20:16:49.740Z | Downloaded rusty-fork v0.3.1 |
| 774 | 2026-07-29T20:16:49.740Z | Downloaded scroll v0.13.0 |
| 775 | 2026-07-29T20:16:49.743Z | Downloaded unicode-truncate v1.1.0 |
| 776 | 2026-07-29T20:16:49.746Z | Downloaded wait-timeout v0.2.1 |
| 777 | 2026-07-29T20:16:49.746Z | Downloaded derive_builder_macro v0.20.2 |
| 778 | 2026-07-29T20:16:49.749Z | Downloaded toml v0.7.8 |
| 779 | 2026-07-29T20:16:49.752Z | Downloaded crc8 v0.1.1 |
| 780 | 2026-07-29T20:16:49.758Z | Downloaded slab v0.4.12 |
| 781 | 2026-07-29T20:16:49.762Z | Downloaded snafu-derive v0.8.9 |
| 782 | 2026-07-29T20:16:49.763Z | Downloaded vte v0.14.1 |
| 783 | 2026-07-29T20:16:49.767Z | Downloaded schemars v0.8.22 |
| 784 | 2026-07-29T20:16:49.774Z | Downloaded schemars v0.9.0 |
| 785 | 2026-07-29T20:16:49.780Z | Downloaded crucible-workspace-hack v0.1.0 |
| 786 | 2026-07-29T20:16:49.783Z | Downloaded digest-io v0.1.0 |
| 787 | 2026-07-29T20:16:49.783Z | Downloaded dirs-next v2.0.0 |
| 788 | 2026-07-29T20:16:49.783Z | Downloaded stacker v0.1.23 |
| 789 | 2026-07-29T20:16:49.783Z | Downloaded linear-map v1.2.0 |
| 790 | 2026-07-29T20:16:49.788Z | Downloaded memmap2 v0.9.10 |
| 791 | 2026-07-29T20:16:49.792Z | Downloaded termios v0.3.3 |
| 792 | 2026-07-29T20:16:49.795Z | Downloaded compact_str v0.8.1 |
| 793 | 2026-07-29T20:16:49.798Z | Downloaded inout v0.1.4 |
| 794 | 2026-07-29T20:16:49.798Z | Downloaded hickory-resolver v0.25.2 |
| 795 | 2026-07-29T20:16:49.801Z | Downloaded num_enum_derive v0.7.6 |
| 796 | 2026-07-29T20:16:49.801Z | Downloaded parking_lot v0.12.5 |
| 797 | 2026-07-29T20:16:49.801Z | Downloaded slog-scope v4.4.1 |
| 798 | 2026-07-29T20:16:49.801Z | Downloaded crc-any v2.5.0 |
| 799 | 2026-07-29T20:16:49.804Z | Downloaded lazy_static v1.5.0 |
| 800 | 2026-07-29T20:16:49.804Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 801 | 2026-07-29T20:16:49.804Z | Downloaded inout v0.2.2 |
| 802 | 2026-07-29T20:16:49.807Z | Downloaded lalrpop-util v0.19.12 |
| 803 | 2026-07-29T20:16:49.807Z | Downloaded quinn-udp v0.5.14 |
| 804 | 2026-07-29T20:16:49.807Z | Downloaded unicase v2.9.0 |
| 805 | 2026-07-29T20:16:49.808Z | Downloaded dropshot_endpoint v0.17.1 |
| 806 | 2026-07-29T20:16:49.811Z | Downloaded poly1305 v0.9.0 |
| 807 | 2026-07-29T20:16:49.811Z | Downloaded progenitor-extras v0.2.0 |
| 808 | 2026-07-29T20:16:49.811Z | Downloaded whoami v2.1.0 |
| 809 | 2026-07-29T20:16:49.814Z | Downloaded lru v0.12.5 |
| 810 | 2026-07-29T20:16:49.814Z | Downloaded maplit v1.0.2 |
| 811 | 2026-07-29T20:16:49.817Z | Downloaded num-derive v0.3.3 |
| 812 | 2026-07-29T20:16:49.817Z | Downloaded phf_shared v0.13.1 |
| 813 | 2026-07-29T20:16:49.824Z | Downloaded darling v0.13.4 |
| 814 | 2026-07-29T20:16:49.827Z | Downloaded zeroize v1.9.0 |
| 815 | 2026-07-29T20:16:49.827Z | Downloaded usdt-impl v0.6.0 |
| 816 | 2026-07-29T20:16:49.830Z | Downloaded vergen-gitcl v1.0.8 |
| 817 | 2026-07-29T20:16:49.830Z | Downloaded convert_case v0.10.0 |
| 818 | 2026-07-29T20:16:49.830Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 819 | 2026-07-29T20:16:49.843Z | Downloaded critical-section v1.2.0 |
| 820 | 2026-07-29T20:16:49.846Z | Downloaded defmt-macros v1.0.1 |
| 821 | 2026-07-29T20:16:49.846Z | Downloaded ecdsa v0.16.9 |
| 822 | 2026-07-29T20:16:49.849Z | Downloaded rayon-core v1.13.0 |
| 823 | 2026-07-29T20:16:49.849Z | Downloaded quick-error v1.2.3 |
| 824 | 2026-07-29T20:16:49.852Z | Downloaded indexmap v1.9.3 |
| 825 | 2026-07-29T20:16:49.855Z | Downloaded zerotrie v0.2.3 |
| 826 | 2026-07-29T20:16:49.855Z | Downloaded hyper-util v0.1.20 |
| 827 | 2026-07-29T20:16:49.858Z | Downloaded unsafe-libyaml v0.2.11 |
| 828 | 2026-07-29T20:16:49.861Z | Downloaded daft v0.1.7 |
| 829 | 2026-07-29T20:16:49.861Z | Downloaded derive-ex v0.1.8 |
| 830 | 2026-07-29T20:16:49.864Z | Downloaded digest v0.11.3 |
| 831 | 2026-07-29T20:16:49.864Z | Downloaded progenitor-macro v0.14.0 |
| 832 | 2026-07-29T20:16:49.864Z | Downloaded rustc_version v0.1.7 |
| 833 | 2026-07-29T20:16:49.865Z | Downloaded rtoolbox v0.0.3 |
| 834 | 2026-07-29T20:16:49.868Z | Downloaded sha1 v0.10.6 |
| 835 | 2026-07-29T20:16:49.871Z | Downloaded rustls-webpki v0.103.13 |
| 836 | 2026-07-29T20:16:49.875Z | Downloaded parking_lot v0.11.2 |
| 837 | 2026-07-29T20:16:49.875Z | Downloaded hickory-resolver v0.24.4 |
| 838 | 2026-07-29T20:16:49.878Z | Downloaded schemars v1.2.1 |
| 839 | 2026-07-29T20:16:49.885Z | Downloaded http v1.4.2 |
| 840 | 2026-07-29T20:16:49.888Z | Downloaded oso v0.27.3 |
| 841 | 2026-07-29T20:16:49.891Z | Downloaded keccak v0.1.6 |
| 842 | 2026-07-29T20:16:49.891Z | Downloaded structmeta v0.3.0 |
| 843 | 2026-07-29T20:16:49.891Z | Downloaded hashbrown v0.13.2 |
| 844 | 2026-07-29T20:16:49.894Z | Downloaded pkcs5 v0.8.1 |
| 845 | 2026-07-29T20:16:49.894Z | Downloaded async-compression v0.4.41 |
| 846 | 2026-07-29T20:16:49.901Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 847 | 2026-07-29T20:16:49.904Z | Downloaded cc v1.2.56 |
| 848 | 2026-07-29T20:16:49.904Z | Downloaded mime_guess v2.0.5 |
| 849 | 2026-07-29T20:16:49.904Z | Downloaded module-lattice v0.2.3 |
| 850 | 2026-07-29T20:16:49.904Z | Downloaded twox-hash v2.1.2 |
| 851 | 2026-07-29T20:16:49.904Z | Downloaded oxnet v0.1.6 |
| 852 | 2026-07-29T20:16:49.904Z | Downloaded peg-macros v0.8.5 |
| 853 | 2026-07-29T20:16:49.908Z | Downloaded pkg-config v0.3.32 |
| 854 | 2026-07-29T20:16:49.908Z | Downloaded poly1305 v0.8.0 |
| 855 | 2026-07-29T20:16:49.908Z | Downloaded termtree v0.5.1 |
| 856 | 2026-07-29T20:16:49.911Z | Downloaded icu_properties v2.1.2 |
| 857 | 2026-07-29T20:16:49.911Z | Downloaded time-core v0.1.8 |
| 858 | 2026-07-29T20:16:49.911Z | Downloaded hickory-server v0.25.2 |
| 859 | 2026-07-29T20:16:49.914Z | Downloaded nu-ansi-term v0.50.3 |
| 860 | 2026-07-29T20:16:49.914Z | Downloaded owo-colors v4.3.0 |
| 861 | 2026-07-29T20:16:49.917Z | Downloaded universal-hash v0.5.1 |
| 862 | 2026-07-29T20:16:49.921Z | Downloaded trait-variant v0.1.2 |
| 863 | 2026-07-29T20:16:49.921Z | Downloaded progenitor-impl v0.13.0 |
| 864 | 2026-07-29T20:16:49.926Z | Downloaded password-hash v0.5.0 |
| 865 | 2026-07-29T20:16:49.930Z | Downloaded progenitor-client v0.13.0 |
| 866 | 2026-07-29T20:16:49.930Z | Downloaded unicode_categories v0.1.1 |
| 867 | 2026-07-29T20:16:49.930Z | Downloaded bumpalo v3.20.2 |
| 868 | 2026-07-29T20:16:49.933Z | Downloaded zerofrom-derive v0.1.6 |
| 869 | 2026-07-29T20:16:49.933Z | Downloaded zone v0.3.1 |
| 870 | 2026-07-29T20:16:49.936Z | Downloaded indicatif v0.18.4 |
| 871 | 2026-07-29T20:16:49.940Z | Downloaded darling_macro v0.23.0 |
| 872 | 2026-07-29T20:16:49.943Z | Downloaded crypto-common v0.2.2 |
| 873 | 2026-07-29T20:16:49.946Z | Downloaded zerocopy-derive v0.8.40 |
| 874 | 2026-07-29T20:16:49.950Z | Downloaded cstr-argument v0.1.2 |
| 875 | 2026-07-29T20:16:49.955Z | Downloaded aes-gcm v0.11.0 |
| 876 | 2026-07-29T20:16:49.955Z | Downloaded rand_core v0.10.0 |
| 877 | 2026-07-29T20:16:49.955Z | Downloaded darling_core v0.20.11 |
| 878 | 2026-07-29T20:16:49.958Z | Downloaded papergrid v0.17.0 |
| 879 | 2026-07-29T20:16:49.962Z | Downloaded serde_path_to_error v0.1.20 |
| 880 | 2026-07-29T20:16:49.962Z | Downloaded openssl-sys v0.9.115 |
| 881 | 2026-07-29T20:16:49.965Z | Downloaded scrypt v0.12.0 |
| 882 | 2026-07-29T20:16:49.965Z | Downloaded sec1 v0.7.3 |
| 883 | 2026-07-29T20:16:49.965Z | Downloaded serde_with_macros v1.5.2 |
| 884 | 2026-07-29T20:16:49.968Z | Downloaded simd-adler32 v0.3.8 |
| 885 | 2026-07-29T20:16:49.968Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 886 | 2026-07-29T20:16:49.969Z | Downloaded derive_more v2.1.1 |
| 887 | 2026-07-29T20:16:49.972Z | Downloaded icu_collections v2.1.1 |
| 888 | 2026-07-29T20:16:49.975Z | Downloaded slog-dtrace v0.3.0 |
| 889 | 2026-07-29T20:16:49.978Z | Downloaded tinyvec v1.10.0 |
| 890 | 2026-07-29T20:16:49.978Z | Downloaded pretty_assertions v1.4.1 |
| 891 | 2026-07-29T20:16:49.982Z | Downloaded slog-term v2.9.2 |
| 892 | 2026-07-29T20:16:49.982Z | Downloaded newtype-uuid v1.3.2 |
| 893 | 2026-07-29T20:16:49.982Z | Downloaded ml-kem v0.3.2 |
| 894 | 2026-07-29T20:16:49.982Z | Downloaded strum_macros v0.24.3 |
| 895 | 2026-07-29T20:16:49.987Z | Downloaded strum_macros v0.26.4 |
| 896 | 2026-07-29T20:16:49.987Z | Downloaded thread_local v1.1.9 |
| 897 | 2026-07-29T20:16:49.987Z | Downloaded kem v0.3.0 |
| 898 | 2026-07-29T20:16:49.990Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 899 | 2026-07-29T20:16:49.990Z | Downloaded new_debug_unreachable v1.0.6 |
| 900 | 2026-07-29T20:16:49.990Z | Downloaded instant v0.1.13 |
| 901 | 2026-07-29T20:16:49.990Z | Downloaded linked-hash-map v0.5.6 |
| 902 | 2026-07-29T20:16:49.990Z | Downloaded openssl-probe v0.2.1 |
| 903 | 2026-07-29T20:16:49.990Z | Downloaded hashbrown v0.16.1 |
| 904 | 2026-07-29T20:16:49.994Z | Downloaded uuid v1.23.4 |
| 905 | 2026-07-29T20:16:49.994Z | Downloaded rand v0.10.1 |
| 906 | 2026-07-29T20:16:49.997Z | Downloaded parking_lot_core v0.9.12 |
| 907 | 2026-07-29T20:16:49.997Z | Downloaded primefield v0.14.0 |
| 908 | 2026-07-29T20:16:49.997Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 909 | 2026-07-29T20:16:49.998Z | Downloaded whoami v1.6.1 |
| 910 | 2026-07-29T20:16:50.001Z | Downloaded pkcs8 v0.11.0 |
| 911 | 2026-07-29T20:16:50.002Z | Downloaded yoke v0.8.1 |
| 912 | 2026-07-29T20:16:50.002Z | Downloaded mime v0.3.17 |
| 913 | 2026-07-29T20:16:50.005Z | Downloaded potential_utf v0.1.4 |
| 914 | 2026-07-29T20:16:50.005Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 915 | 2026-07-29T20:16:50.005Z | Downloaded predicates-tree v1.0.13 |
| 916 | 2026-07-29T20:16:50.005Z | Downloaded progenitor-client v0.14.0 |
| 917 | 2026-07-29T20:16:50.008Z | Downloaded recursive v0.1.1 |
| 918 | 2026-07-29T20:16:50.008Z | Downloaded socket2 v0.5.10 |
| 919 | 2026-07-29T20:16:50.008Z | Downloaded tui-tree-widget v0.23.1 |
| 920 | 2026-07-29T20:16:50.008Z | Downloaded olpc-cjson v0.1.4 |
| 921 | 2026-07-29T20:16:50.011Z | Downloaded password-hash v0.6.1 |
| 922 | 2026-07-29T20:16:50.012Z | Downloaded phf_shared v0.11.3 |
| 923 | 2026-07-29T20:16:50.012Z | Downloaded radium v0.7.0 |
| 924 | 2026-07-29T20:16:50.021Z | Downloaded icu_provider v2.1.1 |
| 925 | 2026-07-29T20:16:50.024Z | Downloaded seq-macro v0.3.6 |
| 926 | 2026-07-29T20:16:50.033Z | Downloaded signal-hook-tokio v0.3.1 |
| 927 | 2026-07-29T20:16:50.036Z | Downloaded serde_repr v0.1.20 |
| 928 | 2026-07-29T20:16:50.036Z | Downloaded aho-corasick v1.1.4 |
| 929 | 2026-07-29T20:16:50.039Z | Downloaded rustls-pki-types v1.14.0 |
| 930 | 2026-07-29T20:16:50.039Z | Downloaded pin-project v1.1.11 |
| 931 | 2026-07-29T20:16:50.045Z | Downloaded either v1.15.0 |
| 932 | 2026-07-29T20:16:50.048Z | Downloaded spin v0.9.8 |
| 933 | 2026-07-29T20:16:50.050Z | Downloaded defmt v1.0.1 |
| 934 | 2026-07-29T20:16:50.055Z | Downloaded ed25519 v3.0.0 |
| 935 | 2026-07-29T20:16:50.055Z | Downloaded tokio-macros v2.7.0 |
| 936 | 2026-07-29T20:16:50.056Z | Downloaded subtle v2.6.1 |
| 937 | 2026-07-29T20:16:50.056Z | Downloaded zip v0.6.6 |
| 938 | 2026-07-29T20:16:50.059Z | Downloaded ingot v0.2.1 |
| 939 | 2026-07-29T20:16:50.059Z | Downloaded universal-hash v0.6.1 |
| 940 | 2026-07-29T20:16:50.063Z | Downloaded ipnetwork v0.21.1 |
| 941 | 2026-07-29T20:16:50.063Z | Downloaded rand v0.8.6 |
| 942 | 2026-07-29T20:16:50.063Z | Downloaded samael v0.0.19 |
| 943 | 2026-07-29T20:16:50.067Z | Downloaded time-macros v0.2.27 |
| 944 | 2026-07-29T20:16:50.070Z | Downloaded pem v3.0.6 |
| 945 | 2026-07-29T20:16:50.071Z | Downloaded rand v0.9.2 |
| 946 | 2026-07-29T20:16:50.071Z | Downloaded hashbrown v0.12.3 |
| 947 | 2026-07-29T20:16:50.074Z | Downloaded p521 v0.14.0 |
| 948 | 2026-07-29T20:16:50.074Z | Downloaded qorb v0.4.1 |
| 949 | 2026-07-29T20:16:50.077Z | Downloaded num-rational v0.4.2 |
| 950 | 2026-07-29T20:16:50.077Z | Downloaded rsa v0.9.10 |
| 951 | 2026-07-29T20:16:50.080Z | Downloaded void v1.0.2 |
| 952 | 2026-07-29T20:16:50.081Z | Downloaded defmt v0.3.100 |
| 953 | 2026-07-29T20:16:50.081Z | Downloaded typed-path v0.9.3 |
| 954 | 2026-07-29T20:16:50.084Z | Downloaded uzers v0.12.2 |
| 955 | 2026-07-29T20:16:50.087Z | Downloaded vergen v9.1.0 |
| 956 | 2026-07-29T20:16:50.088Z | Downloaded oxide-tokio-rt v0.1.4 |
| 957 | 2026-07-29T20:16:50.089Z | Downloaded cookie v0.18.1 |
| 958 | 2026-07-29T20:16:50.092Z | Downloaded embedded-io v0.6.1 |
| 959 | 2026-07-29T20:16:50.095Z | Downloaded kstat-rs v0.2.4 |
| 960 | 2026-07-29T20:16:50.099Z | Downloaded icu_locale_core v2.1.1 |
| 961 | 2026-07-29T20:16:50.102Z | Downloaded crc32fast v1.5.0 |
| 962 | 2026-07-29T20:16:50.102Z | Downloaded display-error-chain v0.2.2 |
| 963 | 2026-07-29T20:16:50.102Z | Downloaded document-features v0.2.12 |
| 964 | 2026-07-29T20:16:50.105Z | Downloaded managed v0.8.0 |
| 965 | 2026-07-29T20:16:50.112Z | Downloaded nodrop v0.1.14 |
| 966 | 2026-07-29T20:16:50.115Z | Downloaded signal-hook v0.3.18 |
| 967 | 2026-07-29T20:16:50.115Z | Downloaded salsa20 v0.11.0 |
| 968 | 2026-07-29T20:16:50.120Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 969 | 2026-07-29T20:16:50.120Z | Downloaded des v0.9.0 |
| 970 | 2026-07-29T20:16:50.123Z | Downloaded parse-display v0.10.0 |
| 971 | 2026-07-29T20:16:50.123Z | Downloaded schemars_derive v0.8.22 |
| 972 | 2026-07-29T20:16:50.123Z | Downloaded spki v0.7.3 |
| 973 | 2026-07-29T20:16:50.123Z | Downloaded powerfmt v0.2.0 |
| 974 | 2026-07-29T20:16:50.126Z | Downloaded serdect v0.4.3 |
| 975 | 2026-07-29T20:16:50.129Z | Downloaded smallvec v0.6.14 |
| 976 | 2026-07-29T20:16:50.133Z | Downloaded static_assertions v1.1.0 |
| 977 | 2026-07-29T20:16:50.136Z | Downloaded tokio-native-tls v0.3.1 |
| 978 | 2026-07-29T20:16:50.139Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-07-29T20:16:50.139Z | Downloaded semver v0.1.20 |
| 980 | 2026-07-29T20:16:50.142Z | Downloaded signature v3.0.0 |
| 981 | 2026-07-29T20:16:50.142Z | Downloaded sync_wrapper v1.0.2 |
| 982 | 2026-07-29T20:16:50.142Z | Downloaded unit-prefix v0.5.2 |
| 983 | 2026-07-29T20:16:50.145Z | Downloaded litemap v0.8.1 |
| 984 | 2026-07-29T20:16:50.148Z | Downloaded writeable v0.6.2 |
| 985 | 2026-07-29T20:16:50.148Z | Downloaded hashbrown v0.15.5 |
| 986 | 2026-07-29T20:16:50.152Z | Downloaded omicron-zone-package v0.12.3 |
| 987 | 2026-07-29T20:16:50.155Z | Downloaded tracing-core v0.1.36 |
| 988 | 2026-07-29T20:16:50.155Z | Downloaded crypto-bigint v0.5.5 |
| 989 | 2026-07-29T20:16:50.161Z | Downloaded phf v0.13.1 |
| 990 | 2026-07-29T20:16:50.165Z | Downloaded utf8_iter v1.0.4 |
| 991 | 2026-07-29T20:16:50.165Z | Downloaded utf-8 v0.7.6 |
| 992 | 2026-07-29T20:16:50.168Z | Downloaded zerofrom v0.1.6 |
| 993 | 2026-07-29T20:16:50.171Z | Downloaded xshell-macros v0.2.7 |
| 994 | 2026-07-29T20:16:50.176Z | Downloaded idna_adapter v1.2.1 |
| 995 | 2026-07-29T20:16:50.179Z | Downloaded rcgen v0.12.1 |
| 996 | 2026-07-29T20:16:50.183Z | Downloaded dyn-clone v1.0.20 |
| 997 | 2026-07-29T20:16:50.183Z | Downloaded debug-ignore v1.0.5 |
| 998 | 2026-07-29T20:16:50.186Z | Downloaded ed25519-dalek v2.2.0 |
| 999 | 2026-07-29T20:16:50.192Z | Downloaded nanorand v0.7.0 |
| 1000 | 2026-07-29T20:16:50.195Z | Downloaded pin-project-internal v1.1.11 |
| 1001 | 2026-07-29T20:16:50.196Z | Downloaded peg v0.8.5 |
| 1002 | 2026-07-29T20:16:50.202Z | Downloaded serde-big-array v0.5.1 |
| 1003 | 2026-07-29T20:16:50.202Z | Downloaded postgres-protocol v0.6.10 |
| 1004 | 2026-07-29T20:16:50.202Z | Downloaded rustls-native-certs v0.8.3 |
| 1005 | 2026-07-29T20:16:50.202Z | Downloaded match_cfg v0.1.0 |
| 1006 | 2026-07-29T20:16:50.205Z | Downloaded nibble_vec v0.1.0 |
| 1007 | 2026-07-29T20:16:50.208Z | Downloaded futures-util v0.3.32 |
| 1008 | 2026-07-29T20:16:50.212Z | Downloaded hkdf v0.12.4 |
| 1009 | 2026-07-29T20:16:50.215Z | Downloaded term v0.7.0 |
| 1010 | 2026-07-29T20:16:50.215Z | Downloaded term v1.2.1 |
| 1011 | 2026-07-29T20:16:50.218Z | Downloaded slog-async v2.8.0 |
| 1012 | 2026-07-29T20:16:50.219Z | Downloaded vergen-lib v9.1.0 |
| 1013 | 2026-07-29T20:16:50.219Z | Downloaded openssl-macros v0.1.1 |
| 1014 | 2026-07-29T20:16:50.222Z | Downloaded rustls-pemfile v2.2.0 |
| 1015 | 2026-07-29T20:16:50.222Z | Downloaded secrecy v0.10.3 |
| 1016 | 2026-07-29T20:16:50.222Z | Downloaded progenitor-macro v0.13.0 |
| 1017 | 2026-07-29T20:16:50.225Z | Downloaded same-file v1.0.6 |
| 1018 | 2026-07-29T20:16:50.225Z | Downloaded secrecy v0.8.0 |
| 1019 | 2026-07-29T20:16:50.225Z | Downloaded russh-cryptovec v0.62.0 |
| 1020 | 2026-07-29T20:16:50.225Z | Downloaded sponge-cursor v0.1.0 |
| 1021 | 2026-07-29T20:16:50.225Z | Downloaded num-traits v0.2.19 |
| 1022 | 2026-07-29T20:16:50.230Z | Downloaded derive_builder v0.20.2 |
| 1023 | 2026-07-29T20:16:50.230Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1024 | 2026-07-29T20:16:50.233Z | Downloaded hyper v1.10.1 |
| 1025 | 2026-07-29T20:16:50.236Z | Downloaded rsa v0.10.0-rc.18 |
| 1026 | 2026-07-29T20:16:50.240Z | Downloaded tower-http v0.6.8 |
| 1027 | 2026-07-29T20:16:50.243Z | Downloaded cookie_store v0.22.1 |
| 1028 | 2026-07-29T20:16:50.246Z | Downloaded ingot-types v0.2.0 |
| 1029 | 2026-07-29T20:16:50.246Z | Downloaded num-complex v0.4.6 |
| 1030 | 2026-07-29T20:16:50.246Z | Downloaded crossbeam-epoch v0.9.18 |
| 1031 | 2026-07-29T20:16:50.249Z | Downloaded crossbeam-utils v0.8.21 |
| 1032 | 2026-07-29T20:16:50.249Z | Downloaded tokio-tungstenite v0.21.0 |
| 1033 | 2026-07-29T20:16:50.249Z | Downloaded zstd v0.13.3 |
| 1034 | 2026-07-29T20:16:50.252Z | Downloaded thread-id v5.1.0 |
| 1035 | 2026-07-29T20:16:50.252Z | Downloaded usdt-attr-macro v0.6.0 |
| 1036 | 2026-07-29T20:16:50.255Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1037 | 2026-07-29T20:16:50.255Z | Downloaded ed25519-dalek v3.0.0 |
| 1038 | 2026-07-29T20:16:50.258Z | Downloaded cpubits v0.1.1 |
| 1039 | 2026-07-29T20:16:50.258Z | Downloaded ron v0.8.1 |
| 1040 | 2026-07-29T20:16:50.262Z | Downloaded derive_builder_core v0.20.2 |
| 1041 | 2026-07-29T20:16:50.266Z | Downloaded darling_core v0.13.4 |
| 1042 | 2026-07-29T20:16:50.274Z | Downloaded lru-slab v0.1.2 |
| 1043 | 2026-07-29T20:16:50.278Z | Downloaded similar v2.7.0 |
| 1044 | 2026-07-29T20:16:50.281Z | Downloaded multimap v0.10.1 |
| 1045 | 2026-07-29T20:16:50.283Z | Downloaded num-integer v0.1.46 |
| 1046 | 2026-07-29T20:16:50.286Z | Downloaded multer v3.1.0 |
| 1047 | 2026-07-29T20:16:50.289Z | Downloaded elliptic-curve v0.13.8 |
| 1048 | 2026-07-29T20:16:50.289Z | Downloaded subprocess v0.2.15 |
| 1049 | 2026-07-29T20:16:50.292Z | Downloaded unicode-bidi v0.3.18 |
| 1050 | 2026-07-29T20:16:50.292Z | Downloaded instability v0.3.11 |
| 1051 | 2026-07-29T20:16:50.292Z | Downloaded normalize-line-endings v0.3.0 |
| 1052 | 2026-07-29T20:16:50.296Z | Downloaded zip v4.6.1 |
| 1053 | 2026-07-29T20:16:50.296Z | Downloaded signal-hook-mio v0.2.5 |
| 1054 | 2026-07-29T20:16:50.301Z | Downloaded oxide-update-engine v0.1.2 |
| 1055 | 2026-07-29T20:16:50.305Z | Downloaded reedline v0.40.0 |
| 1056 | 2026-07-29T20:16:50.311Z | Downloaded rand_core v0.6.4 |
| 1057 | 2026-07-29T20:16:50.314Z | Downloaded hkdf v0.13.0 |
| 1058 | 2026-07-29T20:16:50.317Z | Downloaded displaydoc v0.2.5 |
| 1059 | 2026-07-29T20:16:50.321Z | Downloaded tungstenite v0.21.0 |
| 1060 | 2026-07-29T20:16:50.321Z | Downloaded stable_deref_trait v1.2.1 |
| 1061 | 2026-07-29T20:16:50.324Z | Downloaded tokio-util v0.7.18 |
| 1062 | 2026-07-29T20:16:50.327Z | Downloaded crossbeam-channel v0.5.15 |
| 1063 | 2026-07-29T20:16:50.330Z | Downloaded usdt-macro v0.6.0 |
| 1064 | 2026-07-29T20:16:50.330Z | Downloaded signature v2.2.0 |
| 1065 | 2026-07-29T20:16:50.331Z | Downloaded crossbeam-deque v0.8.6 |
| 1066 | 2026-07-29T20:16:50.334Z | Downloaded thiserror-no-std v2.0.2 |
| 1067 | 2026-07-29T20:16:50.334Z | Downloaded tinystr v0.8.2 |
| 1068 | 2026-07-29T20:16:50.337Z | Downloaded usdt v0.6.0 |
| 1069 | 2026-07-29T20:16:50.343Z | Downloaded h2 v0.4.15 |
| 1070 | 2026-07-29T20:16:50.343Z | Downloaded nom v8.0.0 |
| 1071 | 2026-07-29T20:16:50.346Z | Downloaded ecdsa v0.17.0 |
| 1072 | 2026-07-29T20:16:50.352Z | Downloaded jiff-static v0.2.34 |
| 1073 | 2026-07-29T20:16:50.361Z | Downloaded indoc v2.0.7 |
| 1074 | 2026-07-29T20:16:50.364Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1075 | 2026-07-29T20:16:50.364Z | Downloaded paste v1.0.15 |
| 1076 | 2026-07-29T20:16:50.367Z | Downloaded phc v0.6.1 |
| 1077 | 2026-07-29T20:16:50.367Z | Downloaded sapling-renderdag v0.1.0 |
| 1078 | 2026-07-29T20:16:50.367Z | Downloaded ingot-macros v0.2.0 |
| 1079 | 2026-07-29T20:16:50.370Z | Downloaded libloading v0.8.9 |
| 1080 | 2026-07-29T20:16:50.374Z | Downloaded wnaf v0.14.0 |
| 1081 | 2026-07-29T20:16:50.374Z | Downloaded strsim v0.10.0 |
| 1082 | 2026-07-29T20:16:50.377Z | Downloaded postgres-types v0.2.12 |
| 1083 | 2026-07-29T20:16:50.386Z | Downloaded dunce v1.0.5 |
| 1084 | 2026-07-29T20:16:50.386Z | Downloaded test-strategy v0.4.5 |
| 1085 | 2026-07-29T20:16:50.389Z | Downloaded rand_seeder v0.4.0 |
| 1086 | 2026-07-29T20:16:50.396Z | Downloaded dropshot-api-manager v0.7.2 |
| 1087 | 2026-07-29T20:16:50.402Z | Downloaded p384 v0.13.1 |
| 1088 | 2026-07-29T20:16:50.402Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1089 | 2026-07-29T20:16:50.402Z | Downloaded lru-cache v0.1.2 |
| 1090 | 2026-07-29T20:16:50.402Z | Downloaded newline-converter v0.3.0 |
| 1091 | 2026-07-29T20:16:50.402Z | Downloaded psl-types v2.0.11 |
| 1092 | 2026-07-29T20:16:50.402Z | Downloaded tungstenite v0.23.0 |
| 1093 | 2026-07-29T20:16:50.406Z | Downloaded tokio-tungstenite v0.23.1 |
| 1094 | 2026-07-29T20:16:50.407Z | Downloaded portable-atomic v1.13.1 |
| 1095 | 2026-07-29T20:16:50.411Z | Downloaded sync-ptr v0.1.4 |
| 1096 | 2026-07-29T20:16:50.411Z | Downloaded typify-macro v0.6.2 |
| 1097 | 2026-07-29T20:16:50.415Z | Downloaded rayon v1.11.0 |
| 1098 | 2026-07-29T20:16:50.422Z | Downloaded icu_normalizer_data v2.1.1 |
| 1099 | 2026-07-29T20:16:50.426Z | Downloaded drift v0.2.0 |
| 1100 | 2026-07-29T20:16:50.430Z | Downloaded tower-layer v0.3.3 |
| 1101 | 2026-07-29T20:16:50.433Z | Downloaded libsw-core v0.3.2 |
| 1102 | 2026-07-29T20:16:50.438Z | Downloaded itertools v0.15.0 |
| 1103 | 2026-07-29T20:16:50.441Z | Downloaded bitvec v1.0.1 |
| 1104 | 2026-07-29T20:16:50.448Z | Downloaded derive_more-impl v2.1.1 |
| 1105 | 2026-07-29T20:16:50.455Z | Downloaded csv-core v0.1.13 |
| 1106 | 2026-07-29T20:16:50.458Z | Downloaded walkdir v2.5.0 |
| 1107 | 2026-07-29T20:16:50.458Z | Downloaded downcast-rs v2.0.2 |
| 1108 | 2026-07-29T20:16:50.458Z | Downloaded libscf-sys v1.1.0 |
| 1109 | 2026-07-29T20:16:50.458Z | Downloaded num_threads v0.1.7 |
| 1110 | 2026-07-29T20:16:50.458Z | Downloaded pem-rfc7468 v0.7.0 |
| 1111 | 2026-07-29T20:16:50.458Z | Downloaded russh-util v0.52.0 |
| 1112 | 2026-07-29T20:16:50.458Z | Downloaded jobserver v0.1.34 |
| 1113 | 2026-07-29T20:16:50.458Z | Downloaded itertools v0.10.5 |
| 1114 | 2026-07-29T20:16:50.462Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1115 | 2026-07-29T20:16:50.466Z | Downloaded tokio-dtrace v0.1.1 |
| 1116 | 2026-07-29T20:16:50.469Z | Downloaded winnow v0.6.26 |
| 1117 | 2026-07-29T20:16:50.473Z | Downloaded newtype_derive v0.1.6 |
| 1118 | 2026-07-29T20:16:50.473Z | Downloaded predicates v3.1.4 |
| 1119 | 2026-07-29T20:16:50.476Z | Downloaded delegate v0.13.5 |
| 1120 | 2026-07-29T20:16:50.476Z | Downloaded slog v2.8.2 |
| 1121 | 2026-07-29T20:16:50.476Z | Downloaded prefix-trie v0.7.0 |
| 1122 | 2026-07-29T20:16:50.479Z | Downloaded regex v1.12.3 |
| 1123 | 2026-07-29T20:16:50.483Z | Downloaded shlex v1.3.0 |
| 1124 | 2026-07-29T20:16:50.483Z | Downloaded url v2.5.8 |
| 1125 | 2026-07-29T20:16:50.486Z | Downloaded parking_lot_core v0.8.6 |
| 1126 | 2026-07-29T20:16:50.486Z | Downloaded tagptr v0.2.0 |
| 1127 | 2026-07-29T20:16:50.490Z | Downloaded rpassword v7.5.4 |
| 1128 | 2026-07-29T20:16:50.490Z | Downloaded serde-hex v0.1.0 |
| 1129 | 2026-07-29T20:16:50.494Z | Downloaded quick-xml v0.37.5 |
| 1130 | 2026-07-29T20:16:50.494Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1131 | 2026-07-29T20:16:50.497Z | Downloaded cpufeatures v0.3.0 |
| 1132 | 2026-07-29T20:16:50.497Z | Downloaded darling_core v0.21.3 |
| 1133 | 2026-07-29T20:16:50.500Z | Downloaded darling_macro v0.21.3 |
| 1134 | 2026-07-29T20:16:50.500Z | Downloaded proc-macro-crate v1.3.1 |
| 1135 | 2026-07-29T20:16:50.501Z | Downloaded zerovec-derive v0.11.2 |
| 1136 | 2026-07-29T20:16:50.539Z | Downloaded slog-stdlog v4.1.1 |
| 1137 | 2026-07-29T20:16:50.539Z | Downloaded yasna v0.5.2 |
| 1138 | 2026-07-29T20:16:50.539Z | Downloaded zerocopy v0.6.6 |
| 1139 | 2026-07-29T20:16:50.539Z | Downloaded data-encoding v2.10.0 |
| 1140 | 2026-07-29T20:16:50.539Z | Downloaded memoffset v0.9.1 |
| 1141 | 2026-07-29T20:16:50.539Z | Downloaded rustc_version v0.4.1 |
| 1142 | 2026-07-29T20:16:50.539Z | Downloaded support-bundle-viewer v0.1.2 |
| 1143 | 2026-07-29T20:16:50.539Z | Downloaded darling v0.21.3 |
| 1144 | 2026-07-29T20:16:50.539Z | Downloaded chrono v0.4.45 |
| 1145 | 2026-07-29T20:16:50.539Z | Downloaded pbkdf2 v0.13.0 |
| 1146 | 2026-07-29T20:16:50.539Z | Downloaded derive-where v1.6.0 |
| 1147 | 2026-07-29T20:16:50.539Z | Downloaded derive_more v0.99.20 |
| 1148 | 2026-07-29T20:16:50.539Z | Downloaded pkcs1 v0.7.5 |
| 1149 | 2026-07-29T20:16:50.539Z | Downloaded dtrace-parser v0.3.0 |
| 1150 | 2026-07-29T20:16:50.539Z | Downloaded tower-service v0.3.3 |
| 1151 | 2026-07-29T20:16:50.539Z | Downloaded synstructure v0.13.2 |
| 1152 | 2026-07-29T20:16:50.539Z | Downloaded der v0.8.0 |
| 1153 | 2026-07-29T20:16:50.539Z | Downloaded quinn v0.11.9 |
| 1154 | 2026-07-29T20:16:50.541Z | Downloaded diesel_derives v2.3.7 |
| 1155 | 2026-07-29T20:16:50.545Z | Downloaded serde_with_macros v3.21.0 |
| 1156 | 2026-07-29T20:16:50.545Z | Downloaded strum_macros v0.27.2 |
| 1157 | 2026-07-29T20:16:50.545Z | Downloaded indent_write v2.2.0 |
| 1158 | 2026-07-29T20:16:50.545Z | Downloaded zstd-safe v7.2.4 |
| 1159 | 2026-07-29T20:16:50.545Z | Downloaded packed_struct v0.10.1 |
| 1160 | 2026-07-29T20:16:50.545Z | Downloaded rand_xorshift v0.4.0 |
| 1161 | 2026-07-29T20:16:50.545Z | Downloaded tokio-rustls v0.26.4 |
| 1162 | 2026-07-29T20:16:50.551Z | Downloaded crypto-primes v0.7.2 |
| 1163 | 2026-07-29T20:16:50.551Z | Downloaded ryu v1.0.23 |
| 1164 | 2026-07-29T20:16:50.551Z | Downloaded waitgroup v0.1.2 |
| 1165 | 2026-07-29T20:16:50.551Z | Downloaded rawzip v0.4.4 |
| 1166 | 2026-07-29T20:16:50.555Z | Downloaded vergen-git2 v9.1.0 |
| 1167 | 2026-07-29T20:16:50.558Z | Downloaded num-bigint v0.4.6 |
| 1168 | 2026-07-29T20:16:50.561Z | Downloaded tar v0.4.46 |
| 1169 | 2026-07-29T20:16:50.561Z | Downloaded minimal-lexical v0.2.1 |
| 1170 | 2026-07-29T20:16:50.565Z | Downloaded ena v0.14.4 |
| 1171 | 2026-07-29T20:16:50.565Z | Downloaded rand_core v0.9.5 |
| 1172 | 2026-07-29T20:16:50.569Z | Downloaded ed25519 v2.2.3 |
| 1173 | 2026-07-29T20:16:50.569Z | Downloaded diff v0.1.13 |
| 1174 | 2026-07-29T20:16:50.572Z | Downloaded serde_with v3.21.0 |
| 1175 | 2026-07-29T20:16:50.576Z | Downloaded darling v0.20.11 |
| 1176 | 2026-07-29T20:16:50.580Z | Downloaded serde_plain v1.0.2 |
| 1177 | 2026-07-29T20:16:50.580Z | Downloaded aws-lc-rs v1.16.3 |
| 1178 | 2026-07-29T20:16:50.584Z | Downloaded blake3 v1.8.5 |
| 1179 | 2026-07-29T20:16:50.589Z | Downloaded idna v1.1.0 |
| 1180 | 2026-07-29T20:16:50.593Z | Downloaded elliptic-curve v0.14.1 |
| 1181 | 2026-07-29T20:16:50.596Z | Downloaded icu_normalizer v2.1.1 |
| 1182 | 2026-07-29T20:16:50.596Z | Downloaded litrs v1.0.0 |
| 1183 | 2026-07-29T20:16:50.596Z | Downloaded rand_chacha v0.9.0 |
| 1184 | 2026-07-29T20:16:50.599Z | Downloaded libefi-sys v0.1.0 |
| 1185 | 2026-07-29T20:16:50.599Z | Downloaded parse-display-derive v0.10.0 |
| 1186 | 2026-07-29T20:16:50.599Z | Downloaded primeorder v0.13.6 |
| 1187 | 2026-07-29T20:16:50.602Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1188 | 2026-07-29T20:16:50.607Z | Downloaded publicsuffix v2.3.0 |
| 1189 | 2026-07-29T20:16:50.610Z | Downloaded vsss-rs v3.3.4 |
| 1190 | 2026-07-29T20:16:50.610Z | Downloaded ipnet v2.11.0 |
| 1191 | 2026-07-29T20:16:50.610Z | Downloaded spki v0.8.0 |
| 1192 | 2026-07-29T20:16:50.610Z | Downloaded winnow v0.5.40 |
| 1193 | 2026-07-29T20:16:50.614Z | Downloaded p256 v0.14.0 |
| 1194 | 2026-07-29T20:16:50.617Z | Downloaded jiff-core v0.1.0 |
| 1195 | 2026-07-29T20:16:50.620Z | Downloaded reqwest v0.13.2 |
| 1196 | 2026-07-29T20:16:50.625Z | Downloaded postcard v1.1.3 |
| 1197 | 2026-07-29T20:16:50.628Z | Downloaded salty v0.3.0 |
| 1198 | 2026-07-29T20:16:50.632Z | Downloaded ignore v0.4.25 |
| 1199 | 2026-07-29T20:16:50.635Z | Downloaded miniz_oxide v0.8.9 |
| 1200 | 2026-07-29T20:16:50.636Z | Downloaded darling_core v0.23.0 |
| 1201 | 2026-07-29T20:16:50.641Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1202 | 2026-07-29T20:16:50.646Z | Downloaded iana-time-zone v0.1.65 |
| 1203 | 2026-07-29T20:16:50.649Z | Downloaded darling v0.23.0 |
| 1204 | 2026-07-29T20:16:50.655Z | Downloaded prettyplease v0.2.37 |
| 1205 | 2026-07-29T20:16:50.658Z | Downloaded rustyline v14.0.0 |
| 1206 | 2026-07-29T20:16:50.661Z | Downloaded tower v0.5.3 |
| 1207 | 2026-07-29T20:16:50.668Z | Downloaded socket2 v0.6.3 |
| 1208 | 2026-07-29T20:16:50.671Z | Downloaded crossterm v0.28.1 |
| 1209 | 2026-07-29T20:16:50.674Z | Downloaded bindgen v0.71.1 |
| 1210 | 2026-07-29T20:16:50.679Z | Downloaded x509-cert v0.2.5 |
| 1211 | 2026-07-29T20:16:50.682Z | Downloaded der v0.7.10 |
| 1212 | 2026-07-29T20:16:50.685Z | Downloaded vcpkg v0.2.15 |
| 1213 | 2026-07-29T20:16:50.707Z | Downloaded iddqd v0.4.2 |
| 1214 | 2026-07-29T20:16:50.712Z | Downloaded progenitor-impl v0.14.0 |
| 1215 | 2026-07-29T20:16:50.715Z | Downloaded tough v0.22.0 |
| 1216 | 2026-07-29T20:16:50.718Z | Downloaded snafu v0.8.9 |
| 1217 | 2026-07-29T20:16:50.721Z | Downloaded crossterm v0.29.0 |
| 1218 | 2026-07-29T20:16:50.725Z | Downloaded toml_edit v0.19.15 |
| 1219 | 2026-07-29T20:16:50.734Z | Downloaded zopfli v0.8.3 |
| 1220 | 2026-07-29T20:16:50.737Z | Downloaded typify v0.6.2 |
| 1221 | 2026-07-29T20:16:50.737Z | Downloaded yansi v1.0.1 |
| 1222 | 2026-07-29T20:16:50.740Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-07-29T20:16:50.744Z | Downloaded itertools v0.12.1 |
| 1224 | 2026-07-29T20:16:50.747Z | Downloaded iri-string v0.7.10 |
| 1225 | 2026-07-29T20:16:50.750Z | Downloaded tabled v0.20.0 |
| 1226 | 2026-07-29T20:16:50.760Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-07-29T20:16:50.766Z | Downloaded libm v0.2.16 |
| 1228 | 2026-07-29T20:16:50.773Z | Downloaded polar-core v0.27.3 |
| 1229 | 2026-07-29T20:16:50.779Z | Downloaded steno v0.4.1 |
| 1230 | 2026-07-29T20:16:50.782Z | Downloaded winnow v1.0.3 |
| 1231 | 2026-07-29T20:16:50.785Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-07-29T20:16:50.789Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1233 | 2026-07-29T20:16:50.792Z | Downloaded tokio-postgres v0.7.16 |
| 1234 | 2026-07-29T20:16:50.792Z | Downloaded unicode-segmentation v1.12.0 |
| 1235 | 2026-07-29T20:16:50.795Z | Downloaded smoltcp v0.9.1 |
| 1236 | 2026-07-29T20:16:50.799Z | Downloaded libxml v0.3.3 |
| 1237 | 2026-07-29T20:16:50.802Z | Downloaded nom v7.1.3 |
| 1238 | 2026-07-29T20:16:50.809Z | Downloaded itertools v0.13.0 |
| 1239 | 2026-07-29T20:16:50.812Z | Downloaded zerovec v0.11.5 |
| 1240 | 2026-07-29T20:16:50.812Z | Downloaded goblin v0.10.5 |
| 1241 | 2026-07-29T20:16:50.816Z | Downloaded serde_with v1.14.0 |
| 1242 | 2026-07-29T20:16:50.821Z | Downloaded time v0.3.47 |
| 1243 | 2026-07-29T20:16:50.826Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1244 | 2026-07-29T20:16:50.829Z | Downloaded num-bigint-dig v0.8.6 |
| 1245 | 2026-07-29T20:16:50.832Z | Downloaded itertools v0.14.0 |
| 1246 | 2026-07-29T20:16:50.836Z | Downloaded mio v1.2.0 |
| 1247 | 2026-07-29T20:16:50.839Z | Downloaded petname v2.0.2 |
| 1248 | 2026-07-29T20:16:50.842Z | Downloaded radix_trie v0.2.1 |
| 1249 | 2026-07-29T20:16:50.845Z | Downloaded zerocopy v0.8.40 |
| 1250 | 2026-07-29T20:16:50.849Z | Downloaded nix v0.27.1 |
| 1251 | 2026-07-29T20:16:50.873Z | Downloaded unicode-normalization v0.1.25 |
| 1252 | 2026-07-29T20:16:50.877Z | Downloaded bstr v1.12.1 |
| 1253 | 2026-07-29T20:16:50.887Z | Downloaded moka v0.12.13 |
| 1254 | 2026-07-29T20:16:50.905Z | Downloaded zlib-rs v0.6.2 |
| 1255 | 2026-07-29T20:16:50.908Z | Downloaded icu_properties_data v2.1.2 |
| 1256 | 2026-07-29T20:16:50.922Z | Downloaded sha3 v0.12.0 |
| 1257 | 2026-07-29T20:16:50.933Z | Downloaded openssl v0.10.79 |
| 1258 | 2026-07-29T20:16:50.939Z | Downloaded russh v0.62.4 |
| 1259 | 2026-07-29T20:16:50.962Z | Downloaded quinn-proto v0.11.16 |
| 1260 | 2026-07-29T20:16:50.968Z | Downloaded curve25519-dalek v5.0.0 |
| 1261 | 2026-07-29T20:16:50.990Z | Downloaded hickory-proto v0.24.4 |
| 1262 | 2026-07-29T20:16:50.998Z | Downloaded rustls v0.23.41 |
| 1263 | 2026-07-29T20:16:51.005Z | Downloaded proptest v1.10.0 |
| 1264 | 2026-07-29T20:16:51.010Z | Downloaded regex-syntax v0.6.29 |
| 1265 | 2026-07-29T20:16:51.023Z | Downloaded nix v0.28.0 |
| 1266 | 2026-07-29T20:16:51.047Z | Downloaded hickory-proto v0.25.2 |
| 1267 | 2026-07-29T20:16:51.055Z | Downloaded regex-syntax v0.8.10 |
| 1268 | 2026-07-29T20:16:51.060Z | Downloaded tracing v0.1.44 |
| 1269 | 2026-07-29T20:16:51.073Z | Downloaded crypto-bigint v0.7.5 |
| 1270 | 2026-07-29T20:16:51.081Z | Downloaded curve25519-dalek v4.1.3 |
| 1271 | 2026-07-29T20:16:51.086Z | Downloaded nix v0.31.2 |
| 1272 | 2026-07-29T20:16:51.092Z | Downloaded rustix v0.38.44 |
| 1273 | 2026-07-29T20:16:51.105Z | Downloaded object v0.30.4 |
| 1274 | 2026-07-29T20:16:51.110Z | Downloaded sled v0.34.7 |
| 1275 | 2026-07-29T20:16:51.116Z | Downloaded regress v0.11.1 |
| 1276 | 2026-07-29T20:16:51.121Z | Downloaded sqlparser v0.61.0 |
| 1277 | 2026-07-29T20:16:51.126Z | Downloaded smoltcp v0.11.0 |
| 1278 | 2026-07-29T20:16:51.133Z | Downloaded object v0.37.3 |
| 1279 | 2026-07-29T20:16:51.139Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-07-29T20:16:51.146Z | Downloaded diesel v2.3.7 |
| 1281 | 2026-07-29T20:16:51.158Z | Downloaded regress v0.10.5 |
| 1282 | 2026-07-29T20:16:51.162Z | Downloaded dropshot v0.17.1 |
| 1283 | 2026-07-29T20:16:51.175Z | Downloaded sha3 v0.11.0 |
| 1284 | 2026-07-29T20:16:51.178Z | Downloaded typify-impl v0.6.2 |
| 1285 | 2026-07-29T20:16:51.185Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-07-29T20:16:51.191Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1287 | 2026-07-29T20:16:51.209Z | Downloaded ratatui v0.29.0 |
| 1288 | 2026-07-29T20:16:51.222Z | Downloaded petgraph v0.6.5 |
| 1289 | 2026-07-29T20:16:51.234Z | Downloaded jiff v0.2.34 |
| 1290 | 2026-07-29T20:16:51.245Z | Downloaded regex-automata v0.4.14 |
| 1291 | 2026-07-29T20:16:51.252Z | Downloaded chrono-tz v0.10.4 |
| 1292 | 2026-07-29T20:16:51.267Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1293 | 2026-07-29T20:16:51.286Z | Downloaded libz-sys v1.1.24 |
| 1294 | 2026-07-29T20:16:51.299Z | Downloaded sha3 v0.10.8 |
| 1295 | 2026-07-29T20:16:51.302Z | Downloaded petgraph v0.8.3 |
| 1296 | 2026-07-29T20:16:51.316Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-07-29T20:16:51.343Z | Downloaded csv v1.4.0 |
| 1298 | 2026-07-29T20:16:51.363Z | Downloaded encoding_rs v0.8.35 |
| 1299 | 2026-07-29T20:16:51.399Z | Downloaded ring v0.17.14 |
| 1300 | 2026-07-29T20:16:51.425Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1301 | 2026-07-29T20:16:51.935Z | Downloaded aws-lc-sys v0.40.0 |
| 1302 | 2026-07-29T20:16:52.193Z | Compiling libc v0.2.185 |
| 1303 | 2026-07-29T20:16:52.193Z | Compiling serde_core v1.0.228 |
| 1304 | 2026-07-29T20:16:52.197Z | Compiling serde v1.0.228 |
| 1305 | 2026-07-29T20:16:52.197Z | Compiling log v0.4.29 |
| 1306 | 2026-07-29T20:16:52.197Z | Compiling smallvec v1.15.1 |
| 1307 | 2026-07-29T20:16:52.197Z | Compiling find-msvc-tools v0.1.9 |
| 1308 | 2026-07-29T20:16:52.197Z | Compiling shlex v1.3.0 |
| 1309 | 2026-07-29T20:16:52.197Z | Compiling subtle v2.6.1 |
| 1310 | 2026-07-29T20:16:52.197Z | Compiling scopeguard v1.2.0 |
| 1311 | 2026-07-29T20:16:52.197Z | Compiling stable_deref_trait v1.2.1 |
| 1312 | 2026-07-29T20:16:52.197Z | Compiling typenum v1.20.1 |
| 1313 | 2026-07-29T20:16:52.197Z | Compiling zerocopy v0.8.40 |
| 1314 | 2026-07-29T20:16:52.335Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-07-29T20:16:52.369Z | Compiling serde_json v1.0.151 |
| 1316 | 2026-07-29T20:16:52.394Z | Compiling syn v2.0.117 |
| 1317 | 2026-07-29T20:16:52.416Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-29T20:16:52.517Z | Compiling libm v0.2.16 |
| 1319 | 2026-07-29T20:16:52.533Z | Compiling num-traits v0.2.19 |
| 1320 | 2026-07-29T20:16:52.547Z | Compiling pkg-config v0.3.32 |
| 1321 | 2026-07-29T20:16:52.570Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-29T20:16:52.599Z | Compiling parking_lot_core v0.9.12 |
| 1323 | 2026-07-29T20:16:52.639Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-07-29T20:16:52.700Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-07-29T20:16:52.714Z | Compiling const-oid v0.9.6 |
| 1326 | 2026-07-29T20:16:52.742Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-07-29T20:16:52.798Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-07-29T20:16:52.863Z | Compiling futures-core v0.3.32 |
| 1329 | 2026-07-29T20:16:52.878Z | Compiling writeable v0.6.2 |
| 1330 | 2026-07-29T20:16:52.919Z | Compiling percent-encoding v2.3.2 |
| 1331 | 2026-07-29T20:16:52.967Z | Compiling litemap v0.8.1 |
| 1332 | 2026-07-29T20:16:52.979Z | Compiling icu_normalizer_data v2.1.1 |
| 1333 | 2026-07-29T20:16:53.019Z | Compiling icu_properties_data v2.1.2 |
| 1334 | 2026-07-29T20:16:53.033Z | Compiling getrandom v0.3.4 |
| 1335 | 2026-07-29T20:16:53.060Z | Compiling futures-sink v0.3.32 |
| 1336 | 2026-07-29T20:16:53.093Z | Compiling rustix v1.1.3 |
| 1337 | 2026-07-29T20:16:53.109Z | Compiling utf8_iter v1.0.4 |
| 1338 | 2026-07-29T20:16:53.130Z | Compiling futures-task v0.3.32 |
| 1339 | 2026-07-29T20:16:53.143Z | Compiling futures-io v0.3.32 |
| 1340 | 2026-07-29T20:16:53.185Z | Compiling futures-channel v0.3.32 |
| 1341 | 2026-07-29T20:16:53.200Z | Compiling slab v0.4.12 |
| 1342 | 2026-07-29T20:16:53.215Z | Compiling form_urlencoded v1.2.2 |
| 1343 | 2026-07-29T20:16:53.272Z | Compiling rustversion v1.0.22 |
| 1344 | 2026-07-29T20:16:53.311Z | Compiling base64ct v1.8.3 |
| 1345 | 2026-07-29T20:16:53.328Z | Compiling iana-time-zone v0.1.65 |
| 1346 | 2026-07-29T20:16:53.342Z | Compiling fs_extra v1.3.0 |
| 1347 | 2026-07-29T20:16:53.392Z | Compiling jobserver v0.1.34 |
| 1348 | 2026-07-29T20:16:53.421Z | Compiling errno v0.3.14 |
| 1349 | 2026-07-29T20:16:53.437Z | Compiling getrandom v0.2.17 |
| 1350 | 2026-07-29T20:16:53.465Z | Compiling once_cell v1.21.3 |
| 1351 | 2026-07-29T20:16:53.496Z | Compiling mio v1.2.0 |
| 1352 | 2026-07-29T20:16:53.543Z | Compiling signal-hook-registry v1.4.8 |
| 1353 | 2026-07-29T20:16:53.571Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-07-29T20:16:53.588Z | Compiling rand_core v0.6.4 |
| 1355 | 2026-07-29T20:16:53.622Z | Compiling cc v1.2.56 |
| 1356 | 2026-07-29T20:16:53.648Z | Compiling parking_lot v0.12.5 |
| 1357 | 2026-07-29T20:16:53.714Z | Compiling pem-rfc7468 v0.7.0 |
| 1358 | 2026-07-29T20:16:53.742Z | Compiling dunce v1.0.5 |
| 1359 | 2026-07-29T20:16:53.791Z | Compiling regex-syntax v0.8.10 |
| 1360 | 2026-07-29T20:16:53.838Z | Compiling flagset v0.4.7 |
| 1361 | 2026-07-29T20:16:53.852Z | Compiling ident_case v1.0.1 |
| 1362 | 2026-07-29T20:16:53.909Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-29T20:16:53.909Z | Compiling base64 v0.22.1 |
| 1364 | 2026-07-29T20:16:54.012Z | Compiling vcpkg v0.2.15 |
| 1365 | 2026-07-29T20:16:54.027Z | Compiling syn v1.0.109 |
| 1366 | 2026-07-29T20:16:54.065Z | Compiling tracing-core v0.1.36 |
| 1367 | 2026-07-29T20:16:54.079Z | Compiling cpufeatures v0.2.17 |
| 1368 | 2026-07-29T20:16:54.082Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-07-29T20:16:54.125Z | Compiling schemars v0.8.22 |
| 1370 | 2026-07-29T20:16:54.140Z | Compiling dyn-clone v1.0.20 |
| 1371 | 2026-07-29T20:16:54.184Z | Compiling spin v0.9.8 |
| 1372 | 2026-07-29T20:16:54.209Z | Compiling cmov v0.5.4 |
| 1373 | 2026-07-29T20:16:54.247Z | Compiling tinyvec_macros v0.1.1 |
| 1374 | 2026-07-29T20:16:54.302Z | Compiling httparse v1.10.1 |
| 1375 | 2026-07-29T20:16:54.317Z | Compiling openssl-probe v0.2.1 |
| 1376 | 2026-07-29T20:16:54.330Z | Compiling crc32fast v1.5.0 |
| 1377 | 2026-07-29T20:16:54.388Z | Compiling tinyvec v1.10.0 |
| 1378 | 2026-07-29T20:16:54.405Z | Compiling ctutils v0.4.2 |
| 1379 | 2026-07-29T20:16:54.420Z | Compiling aho-corasick v1.1.4 |
| 1380 | 2026-07-29T20:16:54.447Z | Compiling cmake v0.1.57 |
| 1381 | 2026-07-29T20:16:54.464Z | Compiling radium v0.7.0 |
| 1382 | 2026-07-29T20:16:54.511Z | Compiling atomic-waker v1.1.2 |
| 1383 | 2026-07-29T20:16:54.538Z | Compiling bitflags v2.11.0 |
| 1384 | 2026-07-29T20:16:54.709Z | Compiling semver v1.0.28 |
| 1385 | 2026-07-29T20:16:54.727Z | Compiling indexmap v2.14.0 |
| 1386 | 2026-07-29T20:16:54.730Z | Compiling uuid v1.23.4 |
| 1387 | 2026-07-29T20:16:54.824Z | Compiling try-lock v0.2.5 |
| 1388 | 2026-07-29T20:16:54.838Z | Compiling tower-layer v0.3.3 |
| 1389 | 2026-07-29T20:16:54.842Z | Compiling tower-service v0.3.3 |
| 1390 | 2026-07-29T20:16:54.866Z | Compiling untrusted v0.7.1 |
| 1391 | 2026-07-29T20:16:54.918Z | Compiling want v0.3.1 |
| 1392 | 2026-07-29T20:16:54.949Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-07-29T20:16:55.033Z | Compiling tap v1.0.1 |
| 1394 | 2026-07-29T20:16:55.046Z | Compiling rustls v0.23.41 |
| 1395 | 2026-07-29T20:16:55.063Z | Compiling untrusted v0.9.0 |
| 1396 | 2026-07-29T20:16:55.091Z | Compiling maybe-uninit v2.0.0 |
| 1397 | 2026-07-29T20:16:55.115Z | Compiling simd-adler32 v0.3.8 |
| 1398 | 2026-07-29T20:16:55.157Z | Compiling httpdate v1.0.3 |
| 1399 | 2026-07-29T20:16:55.201Z | Compiling foreign-types-shared v0.1.1 |
| 1400 | 2026-07-29T20:16:55.234Z | Compiling openssl v0.10.79 |
| 1401 | 2026-07-29T20:16:55.280Z | Compiling foreign-types v0.3.2 |
| 1402 | 2026-07-29T20:16:55.294Z | Compiling wyz v0.5.1 |
| 1403 | 2026-07-29T20:16:55.365Z | Compiling synstructure v0.13.2 |
| 1404 | 2026-07-29T20:16:55.379Z | Compiling aws-lc-sys v0.40.0 |
| 1405 | 2026-07-29T20:16:55.394Z | Compiling openssl-sys v0.9.115 |
| 1406 | 2026-07-29T20:16:55.397Z | Compiling serde_derive_internals v0.29.1 |
| 1407 | 2026-07-29T20:16:55.421Z | Compiling pest_generator v2.8.6 |
| 1408 | 2026-07-29T20:16:55.424Z | Compiling darling_core v0.20.11 |
| 1409 | 2026-07-29T20:16:55.465Z | Compiling regex-automata v0.4.14 |
| 1410 | 2026-07-29T20:16:55.513Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1411 | 2026-07-29T20:16:55.532Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1412 | 2026-07-29T20:16:55.550Z | Compiling unicode-normalization v0.1.25 |
| 1413 | 2026-07-29T20:16:55.815Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-29T20:16:55.878Z | Compiling terminal_size v0.4.3 |
| 1415 | 2026-07-29T20:16:55.972Z | Compiling num-integer v0.1.46 |
| 1416 | 2026-07-29T20:16:55.988Z | Compiling wait-timeout v0.2.1 |
| 1417 | 2026-07-29T20:16:55.991Z | Compiling ahash v0.8.12 |
| 1418 | 2026-07-29T20:16:56.041Z | Compiling adler2 v2.0.1 |
| 1419 | 2026-07-29T20:16:56.044Z | Compiling native-tls v0.2.18 |
| 1420 | 2026-07-29T20:16:56.160Z | Compiling powerfmt v0.2.0 |
| 1421 | 2026-07-29T20:16:56.229Z | Compiling time-core v0.1.8 |
| 1422 | 2026-07-29T20:16:56.243Z | Compiling num-conv v0.2.0 |
| 1423 | 2026-07-29T20:16:56.258Z | Compiling num-bigint-dig v0.8.6 |
| 1424 | 2026-07-29T20:16:56.258Z | Compiling funty v2.0.0 |
| 1425 | 2026-07-29T20:16:56.287Z | Compiling quick-error v1.2.3 |
| 1426 | 2026-07-29T20:16:56.291Z | Compiling bit-vec v0.8.0 |
| 1427 | 2026-07-29T20:16:56.334Z | Compiling packed_struct v0.10.1 |
| 1428 | 2026-07-29T20:16:56.357Z | Compiling deranged v0.5.8 |
| 1429 | 2026-07-29T20:16:56.390Z | Compiling clap_builder v4.6.0 |
| 1430 | 2026-07-29T20:16:56.405Z | Compiling rusty-fork v0.3.1 |
| 1431 | 2026-07-29T20:16:56.434Z | Compiling time-macros v0.2.27 |
| 1432 | 2026-07-29T20:16:56.438Z | Compiling num-iter v0.1.45 |
| 1433 | 2026-07-29T20:16:56.462Z | Compiling miniz_oxide v0.8.9 |
| 1434 | 2026-07-29T20:16:56.571Z | Compiling bit-set v0.8.0 |
| 1435 | 2026-07-29T20:16:56.626Z | Compiling bitvec v1.0.1 |
| 1436 | 2026-07-29T20:16:56.724Z | Compiling lazy_static v1.5.0 |
| 1437 | 2026-07-29T20:16:56.753Z | Compiling rand_xorshift v0.4.0 |
| 1438 | 2026-07-29T20:16:56.767Z | Compiling anstyle-parse v0.2.7 |
| 1439 | 2026-07-29T20:16:56.829Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-07-29T20:16:56.877Z | Compiling indexmap v1.9.3 |
| 1441 | 2026-07-29T20:16:56.938Z | Compiling crossbeam-utils v0.8.21 |
| 1442 | 2026-07-29T20:16:56.956Z | Compiling nodrop v0.1.14 |
| 1443 | 2026-07-29T20:16:56.971Z | Compiling num_threads v0.1.7 |
| 1444 | 2026-07-29T20:16:57.063Z | Compiling paste v1.0.15 |
| 1445 | 2026-07-29T20:16:57.088Z | Compiling usdt-impl v0.6.0 |
| 1446 | 2026-07-29T20:16:57.103Z | Compiling unarray v0.1.4 |
| 1447 | 2026-07-29T20:16:57.107Z | Compiling zlib-rs v0.6.2 |
| 1448 | 2026-07-29T20:16:57.136Z | Compiling serde_derive v1.0.228 |
| 1449 | 2026-07-29T20:16:57.232Z | Compiling zeroize_derive v1.5.0 |
| 1450 | 2026-07-29T20:16:57.246Z | Compiling zerocopy-derive v0.8.40 |
| 1451 | 2026-07-29T20:16:57.315Z | Compiling zerofrom-derive v0.1.6 |
| 1452 | 2026-07-29T20:16:57.359Z | Compiling yoke-derive v0.8.1 |
| 1453 | 2026-07-29T20:16:57.393Z | Compiling zerovec-derive v0.11.2 |
| 1454 | 2026-07-29T20:16:57.552Z | Compiling displaydoc v0.2.5 |
| 1455 | 2026-07-29T20:16:57.567Z | Compiling tokio-macros v2.7.0 |
| 1456 | 2026-07-29T20:16:57.819Z | Compiling futures-macro v0.3.32 |
| 1457 | 2026-07-29T20:16:57.926Z | Compiling zeroize v1.9.0 |
| 1458 | 2026-07-29T20:16:58.169Z | Compiling thiserror-impl v2.0.18 |
| 1459 | 2026-07-29T20:16:58.361Z | Compiling der_derive v0.7.3 |
| 1460 | 2026-07-29T20:16:58.385Z | Compiling tracing-attributes v0.1.31 |
| 1461 | 2026-07-29T20:16:58.520Z | Compiling rustls-pki-types v1.14.0 |
| 1462 | 2026-07-29T20:16:58.606Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-07-29T20:16:58.619Z | Compiling hybrid-array v0.4.13 |
| 1464 | 2026-07-29T20:16:58.690Z | Compiling block-buffer v0.10.4 |
| 1465 | 2026-07-29T20:16:58.765Z | Compiling crypto-common v0.1.7 |
| 1466 | 2026-07-29T20:16:58.804Z | Compiling zerofrom v0.1.6 |
| 1467 | 2026-07-29T20:16:58.883Z | Compiling futures-util v0.3.32 |
| 1468 | 2026-07-29T20:16:58.973Z | Compiling digest v0.10.7 |
| 1469 | 2026-07-29T20:16:59.014Z | Compiling yoke v0.8.1 |
| 1470 | 2026-07-29T20:16:59.041Z | Compiling scroll_derive v0.13.1 |
| 1471 | 2026-07-29T20:16:59.225Z | Compiling zerovec v0.11.5 |
| 1472 | 2026-07-29T20:16:59.248Z | Compiling zerotrie v0.2.3 |
| 1473 | 2026-07-29T20:16:59.378Z | Compiling der v0.7.10 |
| 1474 | 2026-07-29T20:16:59.466Z | Compiling sha2 v0.10.9 |
| 1475 | 2026-07-29T20:16:59.603Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-07-29T20:16:59.623Z | Compiling signature v2.2.0 |
| 1477 | 2026-07-29T20:16:59.625Z | Compiling thiserror v2.0.18 |
| 1478 | 2026-07-29T20:16:59.731Z | Compiling tinystr v0.8.2 |
| 1479 | 2026-07-29T20:16:59.792Z | Compiling potential_utf v0.1.4 |
| 1480 | 2026-07-29T20:16:59.798Z | Compiling tracing v0.1.44 |
| 1481 | 2026-07-29T20:16:59.818Z | Compiling darling_macro v0.20.11 |
| 1482 | 2026-07-29T20:16:59.822Z | Compiling thiserror-impl v1.0.69 |
| 1483 | 2026-07-29T20:16:59.946Z | Compiling icu_locale_core v2.1.1 |
| 1484 | 2026-07-29T20:16:59.968Z | Compiling icu_collections v2.1.1 |
| 1485 | 2026-07-29T20:16:59.984Z | Compiling scroll v0.13.0 |
| 1486 | 2026-07-29T20:17:00.012Z | Compiling openssl-macros v0.1.1 |
| 1487 | 2026-07-29T20:17:00.067Z | Compiling hmac v0.12.1 |
| 1488 | 2026-07-29T20:17:00.114Z | Compiling packed_struct_codegen v0.10.1 |
| 1489 | 2026-07-29T20:17:00.252Z | Compiling spki v0.7.3 |
| 1490 | 2026-07-29T20:17:00.289Z | Compiling goblin v0.10.5 |
| 1491 | 2026-07-29T20:17:00.361Z | Compiling darling v0.20.11 |
| 1492 | 2026-07-29T20:17:00.422Z | Compiling pkcs8 v0.10.2 |
| 1493 | 2026-07-29T20:17:00.458Z | Compiling clap_derive v4.6.1 |
| 1494 | 2026-07-29T20:17:00.478Z | Compiling zerocopy-derive v0.6.6 |
| 1495 | 2026-07-29T20:17:00.483Z | Compiling bitfield-macros v0.19.4 |
| 1496 | 2026-07-29T20:17:00.630Z | Compiling icu_provider v2.1.1 |
| 1497 | 2026-07-29T20:17:00.707Z | Compiling bytes v1.11.1 |
| 1498 | 2026-07-29T20:17:00.760Z | Compiling chrono v0.4.45 |
| 1499 | 2026-07-29T20:17:00.854Z | Compiling ipnet v2.11.0 |
| 1500 | 2026-07-29T20:17:00.880Z | Compiling icu_properties v2.1.2 |
| 1501 | 2026-07-29T20:17:00.960Z | Compiling icu_normalizer v2.1.1 |
| 1502 | 2026-07-29T20:17:01.110Z | Compiling hex v0.4.3 |
| 1503 | 2026-07-29T20:17:01.238Z | Compiling tokio v1.52.1 |
| 1504 | 2026-07-29T20:17:01.253Z | Compiling http v1.4.2 |
| 1505 | 2026-07-29T20:17:01.344Z | Compiling thiserror v1.0.69 |
| 1506 | 2026-07-29T20:17:01.365Z | Compiling serde_spanned v0.6.9 |
| 1507 | 2026-07-29T20:17:01.380Z | Compiling toml_datetime v0.6.11 |
| 1508 | 2026-07-29T20:17:01.395Z | Compiling crc-catalog v2.4.0 |
| 1509 | 2026-07-29T20:17:01.409Z | Compiling siphasher v1.0.2 |
| 1510 | 2026-07-29T20:17:01.468Z | Compiling zerocopy v0.6.6 |
| 1511 | 2026-07-29T20:17:01.504Z | Compiling crc v3.4.0 |
| 1512 | 2026-07-29T20:17:01.533Z | Compiling bitfield v0.19.4 |
| 1513 | 2026-07-29T20:17:01.616Z | Compiling pkcs1 v0.7.5 |
| 1514 | 2026-07-29T20:17:01.659Z | Compiling derive_builder_core v0.20.2 |
| 1515 | 2026-07-29T20:17:01.716Z | Compiling dtrace-parser v0.3.0 |
| 1516 | 2026-07-29T20:17:01.810Z | Compiling idna_adapter v1.2.1 |
| 1517 | 2026-07-29T20:17:01.846Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-07-29T20:17:01.948Z | Compiling idna v1.1.0 |
| 1519 | 2026-07-29T20:17:01.967Z | Compiling http-body v1.0.1 |
| 1520 | 2026-07-29T20:17:02.027Z | Compiling flate2 v1.1.9 |
| 1521 | 2026-07-29T20:17:02.138Z | Compiling rand_chacha v0.9.0 |
| 1522 | 2026-07-29T20:17:02.178Z | Compiling rand_chacha v0.3.1 |
| 1523 | 2026-07-29T20:17:02.181Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-07-29T20:17:02.207Z | Compiling time v0.3.47 |
| 1525 | 2026-07-29T20:17:02.271Z | Compiling url v2.5.8 |
| 1526 | 2026-07-29T20:17:02.287Z | Compiling clap v4.6.1 |
| 1527 | 2026-07-29T20:17:02.382Z | Compiling rand v0.9.2 |
| 1528 | 2026-07-29T20:17:02.447Z | Compiling rand v0.8.6 |
| 1529 | 2026-07-29T20:17:02.561Z | Compiling structmeta-derive v0.3.0 |
| 1530 | 2026-07-29T20:17:02.575Z | Compiling scroll_derive v0.12.1 |
| 1531 | 2026-07-29T20:17:02.613Z | Compiling array-init v0.0.4 |
| 1532 | 2026-07-29T20:17:02.627Z | Compiling anstream v0.6.21 |
| 1533 | 2026-07-29T20:17:02.952Z | Compiling proptest v1.10.0 |
| 1534 | 2026-07-29T20:17:02.973Z | Compiling smallvec v0.6.14 |
| 1535 | 2026-07-29T20:17:02.995Z | Compiling darling_core v0.23.0 |
| 1536 | 2026-07-29T20:17:03.147Z | Compiling dof v0.4.0 |
| 1537 | 2026-07-29T20:17:03.207Z | Compiling heapless v0.7.17 |
| 1538 | 2026-07-29T20:17:03.221Z | Compiling slog v2.8.2 |
| 1539 | 2026-07-29T20:17:03.260Z | Compiling thread-id v5.1.0 |
| 1540 | 2026-07-29T20:17:03.283Z | Compiling env_filter v1.0.0 |
| 1541 | 2026-07-29T20:17:03.363Z | Compiling cookie v0.18.1 |
| 1542 | 2026-07-29T20:17:03.426Z | Compiling base64 v0.21.7 |
| 1543 | 2026-07-29T20:17:03.461Z | Compiling unicode-bidi v0.3.18 |
| 1544 | 2026-07-29T20:17:03.503Z | Compiling anyhow v1.0.102 |
| 1545 | 2026-07-29T20:17:03.557Z | Compiling allocator-api2 v0.2.21 |
| 1546 | 2026-07-29T20:17:03.571Z | Compiling zstd-safe v7.2.4 |
| 1547 | 2026-07-29T20:17:03.595Z | Compiling unicode-properties v0.1.4 |
| 1548 | 2026-07-29T20:17:03.662Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-07-29T20:17:03.756Z | Compiling signal-hook v0.3.18 |
| 1550 | 2026-07-29T20:17:03.786Z | Compiling hashbrown v0.12.3 |
| 1551 | 2026-07-29T20:17:03.801Z | Compiling iri-string v0.7.10 |
| 1552 | 2026-07-29T20:17:03.824Z | Compiling winnow v0.5.40 |
| 1553 | 2026-07-29T20:17:03.840Z | Compiling ryu v1.0.23 |
| 1554 | 2026-07-29T20:17:03.949Z | Compiling oxnet v0.1.6 |
| 1555 | 2026-07-29T20:17:04.046Z | Compiling serde_urlencoded v0.7.1 |
| 1556 | 2026-07-29T20:17:04.155Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-07-29T20:17:04.208Z | Compiling rsa v0.9.10 |
| 1558 | 2026-07-29T20:17:04.316Z | Compiling structmeta v0.3.0 |
| 1559 | 2026-07-29T20:17:04.347Z | Compiling ron v0.8.1 |
| 1560 | 2026-07-29T20:17:04.478Z | Compiling env_logger v0.11.9 |
| 1561 | 2026-07-29T20:17:04.569Z | Compiling scroll v0.12.0 |
| 1562 | 2026-07-29T20:17:04.584Z | Compiling serde-hex v0.1.0 |
| 1563 | 2026-07-29T20:17:04.621Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1564 | 2026-07-29T20:17:04.637Z | Compiling camino v1.2.2 |
| 1565 | 2026-07-29T20:17:04.714Z | Compiling derive_builder_macro v0.20.2 |
| 1566 | 2026-07-29T20:17:04.852Z | Compiling bzip2 v0.4.4 |
| 1567 | 2026-07-29T20:17:05.037Z | Compiling hashbrown v0.13.2 |
| 1568 | 2026-07-29T20:17:05.087Z | Compiling tokio-util v0.7.18 |
| 1569 | 2026-07-29T20:17:05.198Z | Compiling tower v0.5.3 |
| 1570 | 2026-07-29T20:17:05.226Z | Compiling toml_edit v0.19.15 |
| 1571 | 2026-07-29T20:17:05.312Z | Compiling tokio-native-tls v0.3.1 |
| 1572 | 2026-07-29T20:17:05.326Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1573 | 2026-07-29T20:17:05.392Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-29T20:17:05.406Z | Compiling erased-serde v0.3.31 |
| 1575 | 2026-07-29T20:17:05.511Z | Compiling serde_tokenstream v0.2.3 |
| 1576 | 2026-07-29T20:17:05.537Z | Compiling x509-cert v0.2.5 |
| 1577 | 2026-07-29T20:17:05.583Z | Compiling crypto-common v0.2.2 |
| 1578 | 2026-07-29T20:17:05.590Z | Compiling darling_macro v0.23.0 |
| 1579 | 2026-07-29T20:17:05.720Z | Compiling tower-http v0.6.8 |
| 1580 | 2026-07-29T20:17:05.752Z | Compiling block-padding v0.4.2 |
| 1581 | 2026-07-29T20:17:05.851Z | Compiling h2 v0.4.15 |
| 1582 | 2026-07-29T20:17:05.915Z | Compiling block-buffer v0.12.1 |
| 1583 | 2026-07-29T20:17:05.943Z | Compiling md-5 v0.10.6 |
| 1584 | 2026-07-29T20:17:06.117Z | Compiling rustls-native-certs v0.8.3 |
| 1585 | 2026-07-29T20:17:06.132Z | Compiling bstr v1.12.1 |
| 1586 | 2026-07-29T20:17:06.148Z | Compiling async-trait v0.1.89 |
| 1587 | 2026-07-29T20:17:06.163Z | Compiling zerocopy-derive v0.7.35 |
| 1588 | 2026-07-29T20:17:06.178Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-07-29T20:17:06.374Z | Compiling pin-project-internal v1.1.11 |
| 1590 | 2026-07-29T20:17:06.430Z | Compiling curve25519-dalek v4.1.3 |
| 1591 | 2026-07-29T20:17:06.791Z | Compiling vergen-lib v9.1.0 |
| 1592 | 2026-07-29T20:17:06.807Z | Compiling hash32 v0.2.1 |
| 1593 | 2026-07-29T20:17:06.933Z | Compiling encoding_rs v0.8.35 |
| 1594 | 2026-07-29T20:17:06.999Z | Compiling memoffset v0.9.1 |
| 1595 | 2026-07-29T20:17:07.022Z | Compiling crc-any v2.5.0 |
| 1596 | 2026-07-29T20:17:07.084Z | Compiling cfg_aliases v0.2.1 |
| 1597 | 2026-07-29T20:17:07.099Z | Compiling ref-cast v1.0.25 |
| 1598 | 2026-07-29T20:17:07.176Z | Compiling smoltcp v0.9.1 |
| 1599 | 2026-07-29T20:17:07.192Z | Compiling mime v0.3.17 |
| 1600 | 2026-07-29T20:17:07.215Z | Compiling litrs v1.0.0 |
| 1601 | 2026-07-29T20:17:07.229Z | Compiling rustix v0.38.44 |
| 1602 | 2026-07-29T20:17:07.271Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-07-29T20:17:07.319Z | Compiling fallible-iterator v0.2.0 |
| 1604 | 2026-07-29T20:17:07.420Z | Compiling publicsuffix v2.3.0 |
| 1605 | 2026-07-29T20:17:07.452Z | Compiling nix v0.31.2 |
| 1606 | 2026-07-29T20:17:07.468Z | Compiling zerocopy v0.7.35 |
| 1607 | 2026-07-29T20:17:07.531Z | Compiling pin-project v1.1.11 |
| 1608 | 2026-07-29T20:17:07.568Z | Compiling daft v0.1.7 |
| 1609 | 2026-07-29T20:17:07.615Z | Compiling postgres-protocol v0.6.10 |
| 1610 | 2026-07-29T20:17:07.663Z | Compiling toml v0.7.8 |
| 1611 | 2026-07-29T20:17:07.700Z | Compiling darling v0.23.0 |
| 1612 | 2026-07-29T20:17:07.739Z | Compiling inout v0.2.2 |
| 1613 | 2026-07-29T20:17:07.756Z | Compiling document-features v0.2.12 |
| 1614 | 2026-07-29T20:17:07.839Z | Compiling object v0.30.4 |
| 1615 | 2026-07-29T20:17:07.874Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1616 | 2026-07-29T20:17:07.923Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1617 | 2026-07-29T20:17:07.940Z | Compiling derive_builder v0.20.2 |
| 1618 | 2026-07-29T20:17:08.006Z | Compiling zip v0.6.6 |
| 1619 | 2026-07-29T20:17:08.053Z | Compiling goblin v0.8.2 |
| 1620 | 2026-07-29T20:17:08.081Z | Compiling derive-ex v0.1.8 |
| 1621 | 2026-07-29T20:17:08.363Z | Compiling phf_shared v0.13.1 |
| 1622 | 2026-07-29T20:17:08.407Z | Compiling futures-executor v0.3.32 |
| 1623 | 2026-07-29T20:17:08.491Z | Compiling hubpack_derive v0.1.1 |
| 1624 | 2026-07-29T20:17:08.589Z | Compiling regex v1.12.3 |
| 1625 | 2026-07-29T20:17:08.605Z | Compiling strum_macros v0.27.2 |
| 1626 | 2026-07-29T20:17:08.621Z | Compiling snafu-derive v0.8.9 |
| 1627 | 2026-07-29T20:17:08.635Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-07-29T20:17:08.690Z | Compiling ref-cast-impl v1.0.25 |
| 1629 | 2026-07-29T20:17:08.704Z | Compiling cargo-platform v0.3.2 |
| 1630 | 2026-07-29T20:17:08.742Z | Compiling vergen v9.1.0 |
| 1631 | 2026-07-29T20:17:08.978Z | Compiling ff v0.13.1 |
| 1632 | 2026-07-29T20:17:09.009Z | Compiling fs-err v3.3.0 |
| 1633 | 2026-07-29T20:17:09.029Z | Compiling bumpalo v3.20.2 |
| 1634 | 2026-07-29T20:17:09.079Z | Compiling hyper v1.10.1 |
| 1635 | 2026-07-29T20:17:09.136Z | Compiling path-slash v0.1.5 |
| 1636 | 2026-07-29T20:17:09.220Z | Compiling bitflags v1.3.2 |
| 1637 | 2026-07-29T20:17:09.294Z | Compiling managed v0.8.0 |
| 1638 | 2026-07-29T20:17:09.317Z | Compiling foldhash v0.2.0 |
| 1639 | 2026-07-29T20:17:09.320Z | Compiling object v0.37.3 |
| 1640 | 2026-07-29T20:17:09.320Z | Compiling same-file v1.0.6 |
| 1641 | 2026-07-29T20:17:09.361Z | Compiling libbz2-rs-sys v0.2.2 |
| 1642 | 2026-07-29T20:17:09.364Z | Compiling unicode-segmentation v1.12.0 |
| 1643 | 2026-07-29T20:17:09.530Z | Compiling base16ct v0.2.0 |
| 1644 | 2026-07-29T20:17:09.544Z | Compiling foldhash v0.1.5 |
| 1645 | 2026-07-29T20:17:09.580Z | Compiling jiff-core v0.1.0 |
| 1646 | 2026-07-29T20:17:09.671Z | Compiling sec1 v0.7.3 |
| 1647 | 2026-07-29T20:17:09.746Z | Compiling hashbrown v0.15.5 |
| 1648 | 2026-07-29T20:17:09.749Z | Compiling hashbrown v0.16.1 |
| 1649 | 2026-07-29T20:17:09.864Z | Compiling test-strategy v0.4.5 |
| 1650 | 2026-07-29T20:17:09.976Z | Compiling bzip2 v0.6.1 |
| 1651 | 2026-07-29T20:17:10.098Z | Compiling walkdir v2.5.0 |
| 1652 | 2026-07-29T20:17:10.208Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1653 | 2026-07-29T20:17:10.332Z | Compiling hyper-util v0.1.20 |
| 1654 | 2026-07-29T20:17:10.393Z | Compiling jiff v0.2.34 |
| 1655 | 2026-07-29T20:17:10.442Z | Compiling dof v0.3.0 |
| 1656 | 2026-07-29T20:17:10.657Z | Compiling snafu v0.8.9 |
| 1657 | 2026-07-29T20:17:10.693Z | Compiling strum v0.27.2 |
| 1658 | 2026-07-29T20:17:10.708Z | Compiling zopfli v0.8.3 |
| 1659 | 2026-07-29T20:17:10.755Z | Compiling group v0.13.0 |
| 1660 | 2026-07-29T20:17:10.814Z | Compiling hubpack v0.1.2 |
| 1661 | 2026-07-29T20:17:10.869Z | Compiling cargo_metadata v0.23.1 |
| 1662 | 2026-07-29T20:17:10.885Z | Compiling phf v0.13.1 |
| 1663 | 2026-07-29T20:17:10.962Z | Compiling futures v0.3.32 |
| 1664 | 2026-07-29T20:17:11.044Z | Compiling signal-hook-mio v0.2.5 |
| 1665 | 2026-07-29T20:17:11.061Z | Compiling cookie_store v0.22.1 |
| 1666 | 2026-07-29T20:17:11.095Z | Compiling zstd v0.13.3 |
| 1667 | 2026-07-29T20:17:11.191Z | Compiling postgres-types v0.2.12 |
| 1668 | 2026-07-29T20:17:11.202Z | Compiling cipher v0.5.2 |
| 1669 | 2026-07-29T20:17:11.401Z | Compiling serde_with_macros v3.21.0 |
| 1670 | 2026-07-29T20:17:11.465Z | Compiling globset v0.4.18 |
| 1671 | 2026-07-29T20:17:11.522Z | Compiling usdt-attr-macro v0.6.0 |
| 1672 | 2026-07-29T20:17:11.535Z | Compiling usdt-macro v0.6.0 |
| 1673 | 2026-07-29T20:17:11.605Z | Compiling byte-wrapper v0.1.0 |
| 1674 | 2026-07-29T20:17:11.668Z | Compiling phf_shared v0.11.3 |
| 1675 | 2026-07-29T20:17:11.744Z | Compiling hyper-tls v0.6.0 |
| 1676 | 2026-07-29T20:17:11.761Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2026-07-29T20:17:11.871Z | Compiling olpc-cjson v0.1.4 |
| 1678 | 2026-07-29T20:17:11.960Z | Compiling reqwest v0.12.28 |
| 1679 | 2026-07-29T20:17:11.991Z | Compiling serde_plain v1.0.2 |
| 1680 | 2026-07-29T20:17:12.060Z | Compiling serde-big-array v0.5.1 |
| 1681 | 2026-07-29T20:17:12.141Z | Compiling ed25519 v2.2.3 |
| 1682 | 2026-07-29T20:17:12.156Z | Compiling hkdf v0.12.4 |
| 1683 | 2026-07-29T20:17:12.209Z | Compiling crypto-bigint v0.5.5 |
| 1684 | 2026-07-29T20:17:12.223Z | Compiling async-recursion v1.1.1 |
| 1685 | 2026-07-29T20:17:12.248Z | Compiling enum-as-inner v0.6.1 |
| 1686 | 2026-07-29T20:17:12.344Z | Compiling serde_repr v0.1.20 |
| 1687 | 2026-07-29T20:17:12.359Z | Compiling strum_macros v0.26.4 |
| 1688 | 2026-07-29T20:17:12.394Z | Compiling float-cmp v0.10.0 |
| 1689 | 2026-07-29T20:17:12.526Z | Compiling pem v3.0.6 |
| 1690 | 2026-07-29T20:17:12.558Z | Compiling thread-id v4.2.2 |
| 1691 | 2026-07-29T20:17:12.572Z | Compiling memmap2 v0.9.10 |
| 1692 | 2026-07-29T20:17:12.585Z | Compiling whoami v2.1.0 |
| 1693 | 2026-07-29T20:17:12.657Z | Compiling data-encoding v2.10.0 |
| 1694 | 2026-07-29T20:17:12.806Z | Compiling static_assertions v1.1.0 |
| 1695 | 2026-07-29T20:17:12.815Z | Compiling either v1.15.0 |
| 1696 | 2026-07-29T20:17:12.898Z | Compiling typed-path v0.9.3 |
| 1697 | 2026-07-29T20:17:12.905Z | Compiling keccak v0.1.6 |
| 1698 | 2026-07-29T20:17:12.920Z | Compiling const-oid v0.10.2 |
| 1699 | 2026-07-29T20:17:12.931Z | Compiling difflib v0.4.0 |
| 1700 | 2026-07-29T20:17:12.993Z | Compiling winnow v1.0.3 |
| 1701 | 2026-07-29T20:17:13.075Z | Compiling precomputed-hash v0.1.1 |
| 1702 | 2026-07-29T20:17:13.104Z | Compiling cpufeatures v0.3.0 |
| 1703 | 2026-07-29T20:17:13.132Z | Compiling fixedbitset v0.5.7 |
| 1704 | 2026-07-29T20:17:13.168Z | Compiling predicates-core v1.0.10 |
| 1705 | 2026-07-29T20:17:13.181Z | Compiling normalize-line-endings v0.3.0 |
| 1706 | 2026-07-29T20:17:13.181Z | Compiling new_debug_unreachable v1.0.6 |
| 1707 | 2026-07-29T20:17:13.300Z | Compiling fixedbitset v0.4.2 |
| 1708 | 2026-07-29T20:17:13.318Z | Compiling predicates v3.1.4 |
| 1709 | 2026-07-29T20:17:13.347Z | Compiling petgraph v0.8.3 |
| 1710 | 2026-07-29T20:17:13.368Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1711 | 2026-07-29T20:17:13.386Z | Compiling string_cache v0.8.9 |
| 1712 | 2026-07-29T20:17:13.444Z | Compiling petgraph v0.6.5 |
| 1713 | 2026-07-29T20:17:13.509Z | Compiling elliptic-curve v0.13.8 |
| 1714 | 2026-07-29T20:17:13.522Z | Compiling chacha20 v0.10.0 |
| 1715 | 2026-07-29T20:17:13.627Z | Compiling sha3 v0.10.8 |
| 1716 | 2026-07-29T20:17:13.660Z | Compiling digest v0.11.3 |
| 1717 | 2026-07-29T20:17:13.914Z | Compiling itertools v0.13.0 |
| 1718 | 2026-07-29T20:17:13.991Z | Compiling hickory-proto v0.25.2 |
| 1719 | 2026-07-29T20:17:14.004Z | Compiling toml_edit v0.22.27 |
| 1720 | 2026-07-29T20:17:14.005Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1721 | 2026-07-29T20:17:14.043Z | Compiling tokio-postgres v0.7.16 |
| 1722 | 2026-07-29T20:17:14.061Z | Compiling usdt v0.6.0 |
| 1723 | 2026-07-29T20:17:14.118Z | Compiling zip v4.6.1 |
| 1724 | 2026-07-29T20:17:14.160Z | Compiling usdt-impl v0.5.0 |
| 1725 | 2026-07-29T20:17:14.164Z | Compiling serde_with v3.21.0 |
| 1726 | 2026-07-29T20:17:14.199Z | Compiling strum v0.26.3 |
| 1727 | 2026-07-29T20:17:14.350Z | Compiling ed25519-dalek v2.2.0 |
| 1728 | 2026-07-29T20:17:14.357Z | Compiling crossterm v0.28.1 |
| 1729 | 2026-07-29T20:17:14.389Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1730 | 2026-07-29T20:17:15.099Z | Compiling iddqd v0.4.2 |
| 1731 | 2026-07-29T20:17:15.209Z | Compiling heck v0.4.1 |
| 1732 | 2026-07-29T20:17:15.227Z | Compiling similar v2.7.0 |
| 1733 | 2026-07-29T20:17:15.460Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-07-29T20:17:15.482Z | Compiling buf-list v1.1.2 |
| 1735 | 2026-07-29T20:17:15.667Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-07-29T20:17:15.790Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-07-29T20:17:15.818Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-07-29T20:17:15.936Z | Compiling lalrpop-util v0.19.12 |
| 1739 | 2026-07-29T20:17:15.963Z | Compiling peg-runtime v0.8.5 |
| 1740 | 2026-07-29T20:17:16.023Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-07-29T20:17:16.043Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-07-29T20:17:16.094Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-07-29T20:17:16.121Z | Compiling is-terminal v0.4.17 |
| 1744 | 2026-07-29T20:17:16.158Z | Compiling filetime v0.2.27 |
| 1745 | 2026-07-29T20:17:16.235Z | Compiling term v1.2.1 |
| 1746 | 2026-07-29T20:17:16.267Z | Compiling xattr v1.6.1 |
| 1747 | 2026-07-29T20:17:16.295Z | Compiling take_mut v0.2.2 |
| 1748 | 2026-07-29T20:17:16.354Z | Compiling camino-tempfile v1.4.1 |
| 1749 | 2026-07-29T20:17:16.419Z | Compiling tar v0.4.46 |
| 1750 | 2026-07-29T20:17:16.625Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-07-29T20:17:33.979Z | Compiling rustls-webpki v0.103.13 |
| 1752 | 2026-07-29T20:17:36.708Z | Compiling tokio-rustls v0.26.4 |
| 1753 | 2026-07-29T20:17:36.708Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-07-29T20:17:36.711Z | Compiling tough v0.22.0 |
| 1755 | 2026-07-29T20:17:36.907Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-07-29T20:17:37.115Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-07-29T20:17:39.275Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-07-29T20:17:39.513Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-07-29T20:17:42.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.66s |
| 1760 | 2026-07-29T20:17:42.588Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1761 | 2026-07-29T20:17:42.646Z | Jul 29 20:17:41.828 INFO Starting download, target: Cockroach |
| 1762 | 2026-07-29T20:17:42.646Z | Jul 29 20:17:41.828 INFO Starting download, target: Clickhouse |
| 1763 | 2026-07-29T20:17:42.646Z | Jul 29 20:17:41.828 INFO Starting download, target: Console |
| 1764 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.828 INFO Starting download, target: DendriteStub |
| 1765 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.828 INFO Starting download, target: MaghemiteMgd |
| 1766 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.828 INFO Starting download, target: MaghemiteDdmd |
| 1767 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.828 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1769 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1770 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1771 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1772 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1773 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1774 | 2026-07-29T20:17:42.650Z | Jul 29 20:17:41.829 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1775 | 2026-07-29T20:17:43.236Z | Jul 29 20:17:42.419 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1776 | 2026-07-29T20:17:43.454Z | Jul 29 20:17:42.635 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-07-29T20:17:44.445Z | Jul 29 20:17:43.623 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1778 | 2026-07-29T20:17:44.459Z | Jul 29 20:17:43.633 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1779 | 2026-07-29T20:17:44.673Z | Jul 29 20:17:43.851 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1780 | 2026-07-29T20:17:44.747Z | Jul 29 20:17:43.929 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1781 | 2026-07-29T20:17:44.786Z | Jul 29 20:17:43.969 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1782 | 2026-07-29T20:17:45.012Z | Jul 29 20:17:44.191 INFO Download complete, target: Console |
| 1783 | 2026-07-29T20:17:45.097Z | Jul 29 20:17:44.280 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-07-29T20:17:45.097Z | Jul 29 20:17:44.280 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-07-29T20:17:46.438Z | Jul 29 20:17:45.622 INFO Download complete, target: MaghemiteDdmd |
| 1786 | 2026-07-29T20:17:47.346Z | Jul 29 20:17:46.531 INFO Download complete, target: DendriteStub |
| 1787 | 2026-07-29T20:17:47.436Z | Jul 29 20:17:46.620 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-07-29T20:17:49.853Z | Jul 29 20:17:49.035 INFO Checking that binary works, target: Cockroach |
| 1789 | 2026-07-29T20:17:49.976Z | Jul 29 20:17:49.161 INFO Download complete, target: Cockroach |
| 1790 | 2026-07-29T20:17:51.326Z | Jul 29 20:17:50.510 INFO Checking that binary works, target: Clickhouse |
| 1791 | 2026-07-29T20:17:51.414Z | Jul 29 20:17:50.598 INFO Download complete, target: Clickhouse |
| 1792 | 2026-07-29T20:17:51.422Z | All prerequisites installed successfully |
| 1793 | 2026-07-29T20:17:51.426Z | |
| 1794 | 2026-07-29T20:17:51.426Z | real 1:51.377615572 |
| 1795 | 2026-07-29T20:17:51.426Z | user 7:10.203057538 |
| 1796 | 2026-07-29T20:17:51.426Z | sys 1:44.359770554 |
| 1797 | 2026-07-29T20:17:51.426Z | trap 0.304706954 |
| 1798 | 2026-07-29T20:17:51.426Z | tflt 0.888663308 |
| 1799 | 2026-07-29T20:17:51.426Z | dflt 1.615532468 |
| 1800 | 2026-07-29T20:17:51.426Z | kflt 0.026028972 |
| 1801 | 2026-07-29T20:17:51.426Z | lock 28:00.299083107 |
| 1802 | 2026-07-29T20:17:51.427Z | slp 19:41.594674333 |
| 1803 | 2026-07-29T20:17:51.427Z | lat 30.016517074 |
| 1804 | 2026-07-29T20:17:51.427Z | stop 3:27.195315634 |
| 1805 | 2026-07-29T20:17:51.428Z | + ptime -m cargo xtask download softnpu |
| 1806 | 2026-07-29T20:17:51.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1807 | 2026-07-29T20:17:51.905Z | Running `target/debug/xtask download softnpu` |
| 1808 | 2026-07-29T20:17:52.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1809 | 2026-07-29T20:17:52.744Z | Running `target/debug/xtask-downloader softnpu` |
| 1810 | 2026-07-29T20:17:52.781Z | Jul 29 20:17:51.965 INFO Starting download, target: Softnpu |
| 1811 | 2026-07-29T20:17:52.788Z | Jul 29 20:17:51.966 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1812 | 2026-07-29T20:17:53.414Z | Jul 29 20:17:52.599 INFO Download complete, target: Softnpu |
| 1813 | 2026-07-29T20:17:53.418Z | |
| 1814 | 2026-07-29T20:17:53.421Z | real 1.991013232 |
| 1815 | 2026-07-29T20:17:53.421Z | user 1.320404750 |
| 1816 | 2026-07-29T20:17:53.421Z | sys 0.619219679 |
| 1817 | 2026-07-29T20:17:53.422Z | trap 0.000671280 |
| 1818 | 2026-07-29T20:17:53.422Z | tflt 0.000060920 |
| 1819 | 2026-07-29T20:17:53.422Z | dflt 0.000138050 |
| 1820 | 2026-07-29T20:17:53.422Z | kflt 0.000000000 |
| 1821 | 2026-07-29T20:17:53.422Z | lock 12.147008195 |
| 1822 | 2026-07-29T20:17:53.422Z | slp 0.495776328 |
| 1823 | 2026-07-29T20:17:53.422Z | lat 0.093692710 |
| 1824 | 2026-07-29T20:17:53.422Z | stop 0.000183590 |
| 1825 | 2026-07-29T20:17:53.422Z | + export CARGO_INCREMENTAL=0 |
| 1826 | 2026-07-29T20:17:53.422Z | + CARGO_INCREMENTAL=0 |
| 1827 | 2026-07-29T20:17:53.422Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1828 | 2026-07-29T20:17:54.338Z | Compiling proc-macro2 v1.0.106 |
| 1829 | 2026-07-29T20:17:54.338Z | Compiling quote v1.0.45 |
| 1830 | 2026-07-29T20:17:54.338Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-07-29T20:17:54.338Z | Compiling libc v0.2.185 |
| 1832 | 2026-07-29T20:17:54.341Z | Compiling serde_core v1.0.228 |
| 1833 | 2026-07-29T20:17:54.341Z | Compiling serde v1.0.228 |
| 1834 | 2026-07-29T20:17:54.341Z | Compiling cfg-if v1.0.4 |
| 1835 | 2026-07-29T20:17:54.341Z | Compiling version_check v0.9.5 |
| 1836 | 2026-07-29T20:17:54.485Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-07-29T20:17:54.488Z | Compiling shlex v1.3.0 |
| 1838 | 2026-07-29T20:17:54.488Z | Compiling find-msvc-tools v0.1.9 |
| 1839 | 2026-07-29T20:17:54.489Z | Compiling memchr v2.8.0 |
| 1840 | 2026-07-29T20:17:54.489Z | Compiling zmij v1.0.21 |
| 1841 | 2026-07-29T20:17:54.489Z | Compiling serde_json v1.0.151 |
| 1842 | 2026-07-29T20:17:54.652Z | Compiling portable-atomic v1.13.1 |
| 1843 | 2026-07-29T20:17:54.712Z | Compiling zerocopy v0.8.40 |
| 1844 | 2026-07-29T20:17:54.797Z | Compiling libm v0.2.16 |
| 1845 | 2026-07-29T20:17:54.817Z | Compiling getrandom v0.4.1 |
| 1846 | 2026-07-29T20:17:54.850Z | Compiling icu_normalizer_data v2.1.1 |
| 1847 | 2026-07-29T20:17:54.950Z | Compiling parking_lot_core v0.9.12 |
| 1848 | 2026-07-29T20:17:54.995Z | Compiling num-traits v0.2.19 |
| 1849 | 2026-07-29T20:17:55.086Z | Compiling generic-array v0.14.7 |
| 1850 | 2026-07-29T20:17:55.105Z | Compiling icu_properties_data v2.1.2 |
| 1851 | 2026-07-29T20:17:55.120Z | Compiling smallvec v1.15.1 |
| 1852 | 2026-07-29T20:17:55.137Z | Compiling itoa v1.0.17 |
| 1853 | 2026-07-29T20:17:55.152Z | Compiling log v0.4.29 |
| 1854 | 2026-07-29T20:17:55.185Z | Compiling subtle v2.6.1 |
| 1855 | 2026-07-29T20:17:55.219Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-07-29T20:17:55.249Z | Compiling stable_deref_trait v1.2.1 |
| 1857 | 2026-07-29T20:17:55.321Z | Compiling typenum v1.20.1 |
| 1858 | 2026-07-29T20:17:55.382Z | Compiling getrandom v0.3.4 |
| 1859 | 2026-07-29T20:17:55.428Z | Compiling scopeguard v1.2.0 |
| 1860 | 2026-07-29T20:17:55.431Z | Compiling thiserror v2.0.18 |
| 1861 | 2026-07-29T20:17:55.431Z | Compiling rustix v1.1.3 |
| 1862 | 2026-07-29T20:17:55.471Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-07-29T20:17:55.474Z | Compiling errno v0.3.14 |
| 1864 | 2026-07-29T20:17:55.535Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-07-29T20:17:55.695Z | Compiling cc v1.2.56 |
| 1866 | 2026-07-29T20:17:55.711Z | Compiling rand_core v0.10.0 |
| 1867 | 2026-07-29T20:17:55.789Z | Compiling heck v0.5.0 |
| 1868 | 2026-07-29T20:17:55.803Z | Compiling syn v2.0.117 |
| 1869 | 2026-07-29T20:17:55.817Z | Compiling getrandom v0.2.17 |
| 1870 | 2026-07-29T20:17:55.862Z | Compiling equivalent v1.0.2 |
| 1871 | 2026-07-29T20:17:55.876Z | Compiling critical-section v1.2.0 |
| 1872 | 2026-07-29T20:17:56.009Z | Compiling rand_core v0.6.4 |
| 1873 | 2026-07-29T20:17:56.025Z | Compiling litemap v0.8.1 |
| 1874 | 2026-07-29T20:17:56.028Z | Compiling pin-project-lite v0.2.17 |
| 1875 | 2026-07-29T20:17:56.029Z | Compiling writeable v0.6.2 |
| 1876 | 2026-07-29T20:17:56.088Z | Compiling schemars v0.8.22 |
| 1877 | 2026-07-29T20:17:56.092Z | Compiling syn v1.0.109 |
| 1878 | 2026-07-29T20:17:56.105Z | Compiling percent-encoding v2.3.2 |
| 1879 | 2026-07-29T20:17:56.297Z | Compiling once_cell v1.21.3 |
| 1880 | 2026-07-29T20:17:56.334Z | Compiling rustversion v1.0.22 |
| 1881 | 2026-07-29T20:17:56.337Z | Compiling hashbrown v0.17.0 |
| 1882 | 2026-07-29T20:17:56.414Z | Compiling fs_extra v1.3.0 |
| 1883 | 2026-07-29T20:17:56.446Z | Compiling cmake v0.1.57 |
| 1884 | 2026-07-29T20:17:56.503Z | Compiling dunce v1.0.5 |
| 1885 | 2026-07-29T20:17:56.522Z | Compiling byteorder v1.5.0 |
| 1886 | 2026-07-29T20:17:56.577Z | Compiling utf8_iter v1.0.4 |
| 1887 | 2026-07-29T20:17:56.621Z | Compiling strsim v0.11.1 |
| 1888 | 2026-07-29T20:17:56.703Z | Compiling semver v1.0.28 |
| 1889 | 2026-07-29T20:17:56.787Z | Compiling bitflags v2.11.0 |
| 1890 | 2026-07-29T20:17:56.821Z | Compiling form_urlencoded v1.2.2 |
| 1891 | 2026-07-29T20:17:56.837Z | Compiling signal-hook-registry v1.4.8 |
| 1892 | 2026-07-29T20:17:57.020Z | Compiling indexmap v2.14.0 |
| 1893 | 2026-07-29T20:17:57.040Z | Compiling aws-lc-sys v0.40.0 |
| 1894 | 2026-07-29T20:17:57.070Z | Compiling thiserror v1.0.69 |
| 1895 | 2026-07-29T20:17:57.115Z | Compiling parking_lot v0.12.5 |
| 1896 | 2026-07-29T20:17:57.127Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-07-29T20:17:57.248Z | Compiling mio v1.2.0 |
| 1898 | 2026-07-29T20:17:57.399Z | Compiling aws-lc-rs v1.16.3 |
| 1899 | 2026-07-29T20:17:57.415Z | Compiling const-oid v0.9.6 |
| 1900 | 2026-07-29T20:17:57.447Z | Compiling futures-core v0.3.32 |
| 1901 | 2026-07-29T20:17:57.617Z | Compiling httparse v1.10.1 |
| 1902 | 2026-07-29T20:17:57.755Z | Compiling regex-syntax v0.8.10 |
| 1903 | 2026-07-29T20:17:57.774Z | Compiling fnv v1.0.7 |
| 1904 | 2026-07-29T20:17:57.946Z | Compiling crc32fast v1.5.0 |
| 1905 | 2026-07-29T20:17:57.992Z | Compiling ucd-trie v0.1.7 |
| 1906 | 2026-07-29T20:17:58.010Z | Compiling iana-time-zone v0.1.65 |
| 1907 | 2026-07-29T20:17:58.141Z | Compiling vcpkg v0.2.15 |
| 1908 | 2026-07-29T20:17:58.145Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-07-29T20:17:58.184Z | Compiling pest v2.8.6 |
| 1910 | 2026-07-29T20:17:58.200Z | Compiling uuid v1.23.4 |
| 1911 | 2026-07-29T20:17:58.329Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-07-29T20:17:58.471Z | Compiling rustls v0.23.41 |
| 1913 | 2026-07-29T20:17:58.509Z | Compiling futures-sink v0.3.32 |
| 1914 | 2026-07-29T20:17:58.635Z | Compiling futures-channel v0.3.32 |
| 1915 | 2026-07-29T20:17:58.652Z | Compiling aho-corasick v1.1.4 |
| 1916 | 2026-07-29T20:17:58.686Z | Compiling synstructure v0.13.2 |
| 1917 | 2026-07-29T20:17:58.719Z | Compiling serde_derive_internals v0.29.1 |
| 1918 | 2026-07-29T20:17:58.736Z | Compiling openssl-sys v0.9.115 |
| 1919 | 2026-07-29T20:17:58.892Z | Compiling futures-io v0.3.32 |
| 1920 | 2026-07-29T20:17:58.925Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-07-29T20:17:58.957Z | Compiling dyn-clone v1.0.20 |
| 1922 | 2026-07-29T20:17:58.978Z | Compiling slab v0.4.12 |
| 1923 | 2026-07-29T20:17:59.164Z | Compiling time-core v0.1.8 |
| 1924 | 2026-07-29T20:17:59.180Z | Compiling base64 v0.22.1 |
| 1925 | 2026-07-29T20:17:59.290Z | Compiling radium v0.7.0 |
| 1926 | 2026-07-29T20:17:59.306Z | Compiling plain v0.2.3 |
| 1927 | 2026-07-29T20:17:59.309Z | Compiling num-conv v0.2.0 |
| 1928 | 2026-07-29T20:17:59.407Z | Compiling pest_meta v2.8.6 |
| 1929 | 2026-07-29T20:17:59.436Z | Compiling crossbeam-utils v0.8.21 |
| 1930 | 2026-07-29T20:17:59.471Z | Compiling time-macros v0.2.27 |
| 1931 | 2026-07-29T20:17:59.569Z | Compiling regex-automata v0.4.14 |
| 1932 | 2026-07-29T20:17:59.604Z | Compiling pretty-hex v0.4.1 |
| 1933 | 2026-07-29T20:17:59.656Z | Compiling openssl v0.10.79 |
| 1934 | 2026-07-29T20:17:59.672Z | Compiling maybe-uninit v2.0.0 |
| 1935 | 2026-07-29T20:17:59.708Z | Compiling base64ct v1.8.3 |
| 1936 | 2026-07-29T20:17:59.775Z | Compiling flagset v0.4.7 |
| 1937 | 2026-07-29T20:17:59.790Z | Compiling rand_core v0.9.5 |
| 1938 | 2026-07-29T20:17:59.914Z | Compiling darling_core v0.23.0 |
| 1939 | 2026-07-29T20:17:59.953Z | Compiling pem-rfc7468 v0.7.0 |
| 1940 | 2026-07-29T20:17:59.971Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1941 | 2026-07-29T20:17:59.988Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1942 | 2026-07-29T20:18:00.006Z | Compiling serde_derive v1.0.228 |
| 1943 | 2026-07-29T20:18:00.022Z | Compiling zeroize_derive v1.5.0 |
| 1944 | 2026-07-29T20:18:00.026Z | Compiling zerofrom-derive v0.1.6 |
| 1945 | 2026-07-29T20:18:00.026Z | Compiling yoke-derive v0.8.1 |
| 1946 | 2026-07-29T20:18:00.153Z | Compiling zerocopy-derive v0.8.40 |
| 1947 | 2026-07-29T20:18:00.170Z | Compiling zerovec-derive v0.11.2 |
| 1948 | 2026-07-29T20:18:00.244Z | Compiling displaydoc v0.2.5 |
| 1949 | 2026-07-29T20:18:00.296Z | Compiling tokio-macros v2.7.0 |
| 1950 | 2026-07-29T20:18:00.338Z | Compiling futures-macro v0.3.32 |
| 1951 | 2026-07-29T20:18:00.363Z | Compiling thiserror-impl v2.0.18 |
| 1952 | 2026-07-29T20:18:00.458Z | Compiling schemars_derive v0.8.22 |
| 1953 | 2026-07-29T20:18:00.642Z | Compiling zeroize v1.9.0 |
| 1954 | 2026-07-29T20:18:00.724Z | Compiling der_derive v0.7.3 |
| 1955 | 2026-07-29T20:18:00.921Z | Compiling tracing-attributes v0.1.31 |
| 1956 | 2026-07-29T20:18:00.972Z | Compiling thiserror-impl v1.0.69 |
| 1957 | 2026-07-29T20:18:01.030Z | Compiling pest_generator v2.8.6 |
| 1958 | 2026-07-29T20:18:01.154Z | Compiling futures-util v0.3.32 |
| 1959 | 2026-07-29T20:18:01.171Z | Compiling zerofrom v0.1.6 |
| 1960 | 2026-07-29T20:18:01.322Z | Compiling yoke v0.8.1 |
| 1961 | 2026-07-29T20:18:01.451Z | Compiling crypto-common v0.1.7 |
| 1962 | 2026-07-29T20:18:01.525Z | Compiling zerovec v0.11.5 |
| 1963 | 2026-07-29T20:18:01.546Z | Compiling zerotrie v0.2.3 |
| 1964 | 2026-07-29T20:18:01.612Z | Compiling block-buffer v0.10.4 |
| 1965 | 2026-07-29T20:18:01.678Z | Compiling pest_derive v2.8.6 |
| 1966 | 2026-07-29T20:18:01.787Z | Compiling digest v0.10.7 |
| 1967 | 2026-07-29T20:18:02.006Z | Compiling scroll_derive v0.13.1 |
| 1968 | 2026-07-29T20:18:02.038Z | Compiling tinystr v0.8.2 |
| 1969 | 2026-07-29T20:18:02.078Z | Compiling potential_utf v0.1.4 |
| 1970 | 2026-07-29T20:18:02.119Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-07-29T20:18:02.135Z | Compiling der v0.7.10 |
| 1972 | 2026-07-29T20:18:02.138Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-07-29T20:18:02.166Z | Compiling ahash v0.8.12 |
| 1974 | 2026-07-29T20:18:02.267Z | Compiling icu_locale_core v2.1.1 |
| 1975 | 2026-07-29T20:18:02.289Z | Compiling icu_collections v2.1.1 |
| 1976 | 2026-07-29T20:18:02.320Z | Compiling anyhow v1.0.102 |
| 1977 | 2026-07-29T20:18:02.407Z | Compiling native-tls v0.2.18 |
| 1978 | 2026-07-29T20:18:02.775Z | Compiling packed_struct v0.10.1 |
| 1979 | 2026-07-29T20:18:02.794Z | Compiling num-bigint-dig v0.8.6 |
| 1980 | 2026-07-29T20:18:02.797Z | Compiling darling_macro v0.23.0 |
| 1981 | 2026-07-29T20:18:02.948Z | Compiling icu_provider v2.1.1 |
| 1982 | 2026-07-29T20:18:02.994Z | Compiling spki v0.7.3 |
| 1983 | 2026-07-29T20:18:03.067Z | Compiling regex v1.12.3 |
| 1984 | 2026-07-29T20:18:03.083Z | Compiling zerocopy-derive v0.7.35 |
| 1985 | 2026-07-29T20:18:03.231Z | Compiling bytes v1.11.1 |
| 1986 | 2026-07-29T20:18:03.279Z | Compiling chrono v0.4.45 |
| 1987 | 2026-07-29T20:18:03.296Z | Compiling icu_normalizer v2.1.1 |
| 1988 | 2026-07-29T20:18:03.334Z | Compiling icu_properties v2.1.2 |
| 1989 | 2026-07-29T20:18:03.507Z | Compiling serde_tokenstream v0.2.3 |
| 1990 | 2026-07-29T20:18:03.824Z | Compiling tokio v1.52.1 |
| 1991 | 2026-07-29T20:18:03.917Z | Compiling http v1.4.2 |
| 1992 | 2026-07-29T20:18:04.138Z | Compiling slog v2.8.2 |
| 1993 | 2026-07-29T20:18:04.350Z | Compiling idna_adapter v1.2.1 |
| 1994 | 2026-07-29T20:18:04.500Z | Compiling idna v1.1.0 |
| 1995 | 2026-07-29T20:18:04.515Z | Compiling ppv-lite86 v0.2.21 |
| 1996 | 2026-07-29T20:18:04.658Z | Compiling tracing-core v0.1.36 |
| 1997 | 2026-07-29T20:18:04.675Z | Compiling cookie v0.18.1 |
| 1998 | 2026-07-29T20:18:04.828Z | Compiling camino v1.2.2 |
| 1999 | 2026-07-29T20:18:04.850Z | Compiling url v2.5.8 |
| 2000 | 2026-07-29T20:18:04.888Z | Compiling paste v1.0.15 |
| 2001 | 2026-07-29T20:18:04.892Z | Compiling cpufeatures v0.2.17 |
| 2002 | 2026-07-29T20:18:04.995Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-07-29T20:18:05.009Z | Compiling rand_chacha v0.9.0 |
| 2004 | 2026-07-29T20:18:05.072Z | Compiling tracing v0.1.44 |
| 2005 | 2026-07-29T20:18:05.165Z | Compiling darling v0.23.0 |
| 2006 | 2026-07-29T20:18:05.235Z | Compiling serde_spanned v0.6.9 |
| 2007 | 2026-07-29T20:18:05.257Z | Compiling toml_datetime v0.6.11 |
| 2008 | 2026-07-29T20:18:05.273Z | Compiling packed_struct_codegen v0.10.1 |
| 2009 | 2026-07-29T20:18:05.278Z | Compiling zerocopy-derive v0.6.6 |
| 2010 | 2026-07-29T20:18:05.391Z | Compiling clap_derive v4.6.1 |
| 2011 | 2026-07-29T20:18:05.406Z | Compiling bitfield-macros v0.19.4 |
| 2012 | 2026-07-29T20:18:05.589Z | Compiling indexmap v1.9.3 |
| 2013 | 2026-07-29T20:18:05.687Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-07-29T20:18:05.808Z | Compiling anstyle v1.0.14 |
| 2015 | 2026-07-29T20:18:06.102Z | Compiling rand v0.9.2 |
| 2016 | 2026-07-29T20:18:06.119Z | Compiling http-body v1.0.1 |
| 2017 | 2026-07-29T20:18:06.187Z | Compiling pkcs8 v0.10.2 |
| 2018 | 2026-07-29T20:18:06.289Z | Compiling rustls-pki-types v1.14.0 |
| 2019 | 2026-07-29T20:18:06.573Z | Compiling spin v0.9.8 |
| 2020 | 2026-07-29T20:18:06.591Z | Compiling usdt-impl v0.5.0 |
| 2021 | 2026-07-29T20:18:06.676Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-07-29T20:18:06.691Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-07-29T20:18:06.732Z | Compiling anstyle-query v1.1.5 |
| 2024 | 2026-07-29T20:18:06.747Z | Compiling usdt-impl v0.6.0 |
| 2025 | 2026-07-29T20:18:06.775Z | Compiling colorchoice v1.0.4 |
| 2026 | 2026-07-29T20:18:06.791Z | Compiling either v1.15.0 |
| 2027 | 2026-07-29T20:18:06.807Z | Compiling openssl-probe v0.2.1 |
| 2028 | 2026-07-29T20:18:06.859Z | Compiling ref-cast v1.0.25 |
| 2029 | 2026-07-29T20:18:06.910Z | Compiling winnow v0.5.40 |
| 2030 | 2026-07-29T20:18:06.969Z | Compiling cmov v0.5.4 |
| 2031 | 2026-07-29T20:18:07.015Z | Compiling tinyvec v1.10.0 |
| 2032 | 2026-07-29T20:18:07.046Z | Compiling sha2 v0.10.9 |
| 2033 | 2026-07-29T20:18:07.159Z | Compiling ctutils v0.4.2 |
| 2034 | 2026-07-29T20:18:07.238Z | Compiling scroll v0.12.0 |
| 2035 | 2026-07-29T20:18:07.270Z | Compiling scroll v0.13.0 |
| 2036 | 2026-07-29T20:18:07.364Z | Compiling async-trait v0.1.89 |
| 2037 | 2026-07-29T20:18:07.410Z | Compiling structmeta-derive v0.3.0 |
| 2038 | 2026-07-29T20:18:07.426Z | Compiling daft-derive v0.1.7 |
| 2039 | 2026-07-29T20:18:07.430Z | Compiling heapless v0.7.17 |
| 2040 | 2026-07-29T20:18:07.555Z | Compiling tokio-util v0.7.18 |
| 2041 | 2026-07-29T20:18:07.582Z | Compiling rustix v0.38.44 |
| 2042 | 2026-07-29T20:18:07.703Z | Compiling atomic-waker v1.1.2 |
| 2043 | 2026-07-29T20:18:07.842Z | Compiling signal-hook v0.3.18 |
| 2044 | 2026-07-29T20:18:07.859Z | Compiling zstd-safe v7.2.4 |
| 2045 | 2026-07-29T20:18:07.917Z | Compiling winnow v1.0.3 |
| 2046 | 2026-07-29T20:18:08.129Z | Compiling litrs v1.0.0 |
| 2047 | 2026-07-29T20:18:08.146Z | Compiling tower-service v0.3.3 |
| 2048 | 2026-07-29T20:18:08.261Z | Compiling toml_edit v0.19.15 |
| 2049 | 2026-07-29T20:18:08.264Z | Compiling try-lock v0.2.5 |
| 2050 | 2026-07-29T20:18:08.322Z | Compiling untrusted v0.7.1 |
| 2051 | 2026-07-29T20:18:08.341Z | Compiling tower-layer v0.3.3 |
| 2052 | 2026-07-29T20:18:08.374Z | Compiling winnow v0.7.14 |
| 2053 | 2026-07-29T20:18:08.403Z | Compiling structmeta v0.3.0 |
| 2054 | 2026-07-29T20:18:08.418Z | Compiling want v0.3.1 |
| 2055 | 2026-07-29T20:18:08.470Z | Compiling h2 v0.4.15 |
| 2056 | 2026-07-29T20:18:08.522Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2057 | 2026-07-29T20:18:08.594Z | Compiling tempfile v3.25.0 |
| 2058 | 2026-07-29T20:18:08.621Z | Compiling document-features v0.2.12 |
| 2059 | 2026-07-29T20:18:08.958Z | Compiling goblin v0.10.5 |
| 2060 | 2026-07-29T20:18:09.108Z | Compiling goblin v0.8.2 |
| 2061 | 2026-07-29T20:18:09.132Z | Compiling hybrid-array v0.4.13 |
| 2062 | 2026-07-29T20:18:09.639Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-07-29T20:18:09.771Z | Compiling zerocopy v0.7.35 |
| 2064 | 2026-07-29T20:18:09.845Z | Compiling ipnet v2.11.0 |
| 2065 | 2026-07-29T20:18:09.888Z | Compiling ref-cast-impl v1.0.25 |
| 2066 | 2026-07-29T20:18:09.926Z | Compiling darling_core v0.20.11 |
| 2067 | 2026-07-29T20:18:09.945Z | Compiling curve25519-dalek v4.1.3 |
| 2068 | 2026-07-29T20:18:09.979Z | Compiling memoffset v0.9.1 |
| 2069 | 2026-07-29T20:18:10.018Z | Compiling simd-adler32 v0.3.8 |
| 2070 | 2026-07-29T20:18:10.191Z | Compiling httpdate v1.0.3 |
| 2071 | 2026-07-29T20:18:10.270Z | Compiling foreign-types-shared v0.1.1 |
| 2072 | 2026-07-29T20:18:10.292Z | Compiling tap v1.0.1 |
| 2073 | 2026-07-29T20:18:10.307Z | Compiling powerfmt v0.2.0 |
| 2074 | 2026-07-29T20:18:10.328Z | Compiling untrusted v0.9.0 |
| 2075 | 2026-07-29T20:18:10.450Z | Compiling wyz v0.5.1 |
| 2076 | 2026-07-29T20:18:10.466Z | Compiling foreign-types v0.3.2 |
| 2077 | 2026-07-29T20:18:10.538Z | Compiling deranged v0.5.8 |
| 2078 | 2026-07-29T20:18:10.597Z | Compiling anstream v1.0.0 |
| 2079 | 2026-07-29T20:18:10.660Z | Compiling unicode-normalization v0.1.25 |
| 2080 | 2026-07-29T20:18:10.850Z | Compiling ipnetwork v0.21.1 |
| 2081 | 2026-07-29T20:18:10.870Z | Compiling dtrace-parser v0.2.0 |
| 2082 | 2026-07-29T20:18:10.903Z | Compiling rand_chacha v0.3.1 |
| 2083 | 2026-07-29T20:18:11.234Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-29T20:18:11.291Z | Compiling dtrace-parser v0.3.0 |
| 2085 | 2026-07-29T20:18:11.327Z | Compiling dof v0.3.0 |
| 2086 | 2026-07-29T20:18:11.469Z | Compiling signature v2.2.0 |
| 2087 | 2026-07-29T20:18:11.525Z | Compiling terminal_size v0.4.3 |
| 2088 | 2026-07-29T20:18:11.665Z | Compiling hyper v1.10.1 |
| 2089 | 2026-07-29T20:18:11.719Z | Compiling dof v0.4.0 |
| 2090 | 2026-07-29T20:18:11.719Z | Compiling pin-project-internal v1.1.11 |
| 2091 | 2026-07-29T20:18:11.888Z | Compiling darling_macro v0.20.11 |
| 2092 | 2026-07-29T20:18:11.974Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-07-29T20:18:12.195Z | Compiling thread-id v4.2.2 |
| 2094 | 2026-07-29T20:18:12.244Z | Compiling wait-timeout v0.2.1 |
| 2095 | 2026-07-29T20:18:12.297Z | Compiling thread-id v5.1.0 |
| 2096 | 2026-07-29T20:18:12.297Z | Compiling smoltcp v0.9.1 |
| 2097 | 2026-07-29T20:18:12.340Z | Compiling num_threads v0.1.7 |
| 2098 | 2026-07-29T20:18:12.357Z | Compiling adler2 v2.0.1 |
| 2099 | 2026-07-29T20:18:12.378Z | Compiling funty v2.0.0 |
| 2100 | 2026-07-29T20:18:12.398Z | Compiling bit-vec v0.8.0 |
| 2101 | 2026-07-29T20:18:12.414Z | Compiling cfg_aliases v0.2.1 |
| 2102 | 2026-07-29T20:18:12.506Z | Compiling quick-error v1.2.3 |
| 2103 | 2026-07-29T20:18:12.613Z | Compiling clap_lex v1.0.0 |
| 2104 | 2026-07-29T20:18:12.696Z | Compiling time v0.3.47 |
| 2105 | 2026-07-29T20:18:12.700Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-07-29T20:18:12.731Z | Compiling bitvec v1.0.1 |
| 2107 | 2026-07-29T20:18:12.745Z | Compiling bit-set v0.8.0 |
| 2108 | 2026-07-29T20:18:12.762Z | Compiling nix v0.31.2 |
| 2109 | 2026-07-29T20:18:12.776Z | Compiling clap_builder v4.6.0 |
| 2110 | 2026-07-29T20:18:12.792Z | Compiling hyper-util v0.1.20 |
| 2111 | 2026-07-29T20:18:12.853Z | Compiling miniz_oxide v0.8.9 |
| 2112 | 2026-07-29T20:18:12.901Z | Compiling darling v0.20.11 |
| 2113 | 2026-07-29T20:18:13.028Z | Compiling num-iter v0.1.45 |
| 2114 | 2026-07-29T20:18:13.185Z | Compiling rand v0.8.6 |
| 2115 | 2026-07-29T20:18:13.309Z | Compiling lazy_static v1.5.0 |
| 2116 | 2026-07-29T20:18:13.428Z | Compiling anstyle-parse v0.2.7 |
| 2117 | 2026-07-29T20:18:13.541Z | Compiling hmac v0.12.1 |
| 2118 | 2026-07-29T20:18:13.707Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2119 | 2026-07-29T20:18:13.768Z | Compiling strum_macros v0.26.4 |
| 2120 | 2026-07-29T20:18:13.817Z | Compiling rand_xorshift v0.4.0 |
| 2121 | 2026-07-29T20:18:13.834Z | Compiling sync_wrapper v1.0.2 |
| 2122 | 2026-07-29T20:18:13.983Z | Compiling nodrop v0.1.14 |
| 2123 | 2026-07-29T20:18:14.130Z | Compiling zlib-rs v0.6.2 |
| 2124 | 2026-07-29T20:18:14.253Z | Compiling siphasher v1.0.2 |
| 2125 | 2026-07-29T20:18:14.333Z | Compiling unarray v0.1.4 |
| 2126 | 2026-07-29T20:18:14.348Z | Compiling crc-catalog v2.4.0 |
| 2127 | 2026-07-29T20:18:14.481Z | Compiling crc v3.4.0 |
| 2128 | 2026-07-29T20:18:14.582Z | Compiling proptest v1.10.0 |
| 2129 | 2026-07-29T20:18:15.172Z | Compiling clap v4.6.1 |
| 2130 | 2026-07-29T20:18:15.351Z | Compiling array-init v0.0.4 |
| 2131 | 2026-07-29T20:18:15.700Z | Compiling tower v0.5.3 |
| 2132 | 2026-07-29T20:18:16.003Z | Compiling anstream v0.6.21 |
| 2133 | 2026-07-29T20:18:16.171Z | Compiling flate2 v1.1.9 |
| 2134 | 2026-07-29T20:18:16.194Z | Compiling smallvec v0.6.14 |
| 2135 | 2026-07-29T20:18:16.308Z | Compiling derive_builder_core v0.20.2 |
| 2136 | 2026-07-29T20:18:16.344Z | Compiling derive-ex v0.1.8 |
| 2137 | 2026-07-29T20:18:16.398Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-07-29T20:18:16.421Z | Compiling http-body-util v0.1.3 |
| 2139 | 2026-07-29T20:18:16.550Z | Compiling bitfield v0.19.4 |
| 2140 | 2026-07-29T20:18:16.580Z | Compiling zerocopy v0.6.6 |
| 2141 | 2026-07-29T20:18:16.732Z | Compiling hubpack_derive v0.1.1 |
| 2142 | 2026-07-29T20:18:16.782Z | Compiling strum_macros v0.27.2 |
| 2143 | 2026-07-29T20:18:16.799Z | Compiling snafu-derive v0.8.9 |
| 2144 | 2026-07-29T20:18:16.903Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-07-29T20:18:16.935Z | Compiling fs-err v3.3.0 |
| 2146 | 2026-07-29T20:18:17.104Z | Compiling object v0.37.3 |
| 2147 | 2026-07-29T20:18:17.142Z | Compiling allocator-api2 v0.2.21 |
| 2148 | 2026-07-29T20:18:17.183Z | Compiling base64 v0.21.7 |
| 2149 | 2026-07-29T20:18:17.202Z | Compiling ryu v1.0.23 |
| 2150 | 2026-07-29T20:18:17.381Z | Compiling iri-string v0.7.10 |
| 2151 | 2026-07-29T20:18:17.418Z | Compiling unicode-bidi v0.3.18 |
| 2152 | 2026-07-29T20:18:17.488Z | Compiling hashbrown v0.12.3 |
| 2153 | 2026-07-29T20:18:17.553Z | Compiling unicode-segmentation v1.12.0 |
| 2154 | 2026-07-29T20:18:17.634Z | Compiling unicode-properties v0.1.4 |
| 2155 | 2026-07-29T20:18:17.837Z | Compiling test-strategy v0.4.5 |
| 2156 | 2026-07-29T20:18:17.863Z | Compiling stringprep v0.1.5 |
| 2157 | 2026-07-29T20:18:18.000Z | Compiling ron v0.8.1 |
| 2158 | 2026-07-29T20:18:18.268Z | Compiling serde_urlencoded v0.7.1 |
| 2159 | 2026-07-29T20:18:18.398Z | Compiling derive_builder_macro v0.20.2 |
| 2160 | 2026-07-29T20:18:18.466Z | Compiling env_logger v0.11.9 |
| 2161 | 2026-07-29T20:18:18.557Z | Compiling tower-http v0.6.8 |
| 2162 | 2026-07-29T20:18:18.577Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2163 | 2026-07-29T20:18:18.582Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2164 | 2026-07-29T20:18:18.608Z | Compiling rsa v0.9.10 |
| 2165 | 2026-07-29T20:18:18.795Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-07-29T20:18:18.799Z | Compiling newtype-uuid v1.3.2 |
| 2167 | 2026-07-29T20:18:18.825Z | Compiling serde-hex v0.1.0 |
| 2168 | 2026-07-29T20:18:18.865Z | Compiling hashbrown v0.13.2 |
| 2169 | 2026-07-29T20:18:18.914Z | Compiling tokio-native-tls v0.3.1 |
| 2170 | 2026-07-29T20:18:19.002Z | Compiling bzip2 v0.4.4 |
| 2171 | 2026-07-29T20:18:19.019Z | Compiling usdt-macro v0.6.0 |
| 2172 | 2026-07-29T20:18:19.101Z | Compiling usdt-attr-macro v0.6.0 |
| 2173 | 2026-07-29T20:18:19.134Z | Compiling block-buffer v0.12.1 |
| 2174 | 2026-07-29T20:18:19.158Z | Compiling crypto-common v0.2.2 |
| 2175 | 2026-07-29T20:18:19.250Z | Compiling block-padding v0.4.2 |
| 2176 | 2026-07-29T20:18:19.360Z | Compiling rustls-native-certs v0.8.3 |
| 2177 | 2026-07-29T20:18:19.472Z | Compiling erased-serde v0.3.31 |
| 2178 | 2026-07-29T20:18:19.496Z | Compiling x509-cert v0.2.5 |
| 2179 | 2026-07-29T20:18:19.617Z | Compiling md-5 v0.10.6 |
| 2180 | 2026-07-29T20:18:19.635Z | Compiling bstr v1.12.1 |
| 2181 | 2026-07-29T20:18:19.836Z | Compiling vergen-lib v9.1.0 |
| 2182 | 2026-07-29T20:18:19.888Z | Compiling hash32 v0.2.1 |
| 2183 | 2026-07-29T20:18:20.081Z | Compiling encoding_rs v0.8.35 |
| 2184 | 2026-07-29T20:18:20.087Z | Compiling cpufeatures v0.3.0 |
| 2185 | 2026-07-29T20:18:20.178Z | Compiling mime v0.3.17 |
| 2186 | 2026-07-29T20:18:20.234Z | Compiling fallible-iterator v0.2.0 |
| 2187 | 2026-07-29T20:18:20.313Z | Compiling psl-types v2.0.11 |
| 2188 | 2026-07-29T20:18:20.376Z | Compiling crc-any v2.5.0 |
| 2189 | 2026-07-29T20:18:20.477Z | Compiling publicsuffix v2.3.0 |
| 2190 | 2026-07-29T20:18:20.553Z | Compiling postgres-protocol v0.6.10 |
| 2191 | 2026-07-29T20:18:21.107Z | Compiling inout v0.2.2 |
| 2192 | 2026-07-29T20:18:21.143Z | Compiling object v0.30.4 |
| 2193 | 2026-07-29T20:18:21.327Z | Compiling zip v0.6.6 |
| 2194 | 2026-07-29T20:18:21.330Z | Compiling daft v0.1.7 |
| 2195 | 2026-07-29T20:18:21.360Z | Compiling hyper-tls v0.6.0 |
| 2196 | 2026-07-29T20:18:21.374Z | Compiling derive_builder v0.20.2 |
| 2197 | 2026-07-29T20:18:21.391Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2198 | 2026-07-29T20:18:21.525Z | Compiling heck v0.4.1 |
| 2199 | 2026-07-29T20:18:21.595Z | Compiling phf_shared v0.13.1 |
| 2200 | 2026-07-29T20:18:21.599Z | Compiling pin-project v1.1.11 |
| 2201 | 2026-07-29T20:18:21.732Z | Compiling toml v0.7.8 |
| 2202 | 2026-07-29T20:18:21.840Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2203 | 2026-07-29T20:18:21.855Z | Compiling serde_with_macros v3.21.0 |
| 2204 | 2026-07-29T20:18:21.872Z | Compiling futures-executor v0.3.32 |
| 2205 | 2026-07-29T20:18:22.073Z | Compiling serde_repr v0.1.20 |
| 2206 | 2026-07-29T20:18:22.125Z | Compiling async-recursion v1.1.1 |
| 2207 | 2026-07-29T20:18:22.248Z | Compiling enum-as-inner v0.6.1 |
| 2208 | 2026-07-29T20:18:22.313Z | Compiling vergen v9.1.0 |
| 2209 | 2026-07-29T20:18:22.328Z | Compiling ff v0.13.1 |
| 2210 | 2026-07-29T20:18:22.492Z | Compiling cargo-platform v0.3.2 |
| 2211 | 2026-07-29T20:18:22.528Z | Compiling managed v0.8.0 |
| 2212 | 2026-07-29T20:18:22.607Z | Compiling path-slash v0.1.5 |
| 2213 | 2026-07-29T20:18:22.779Z | Compiling bumpalo v3.20.2 |
| 2214 | 2026-07-29T20:18:22.783Z | Compiling foldhash v0.1.5 |
| 2215 | 2026-07-29T20:18:22.842Z | Compiling bitflags v1.3.2 |
| 2216 | 2026-07-29T20:18:22.898Z | Compiling foldhash v0.2.0 |
| 2217 | 2026-07-29T20:18:22.929Z | Compiling libbz2-rs-sys v0.2.2 |
| 2218 | 2026-07-29T20:18:22.978Z | Compiling base16ct v0.2.0 |
| 2219 | 2026-07-29T20:18:23.001Z | Compiling jiff-core v0.1.0 |
| 2220 | 2026-07-29T20:18:23.158Z | Compiling same-file v1.0.6 |
| 2221 | 2026-07-29T20:18:23.206Z | Compiling sec1 v0.7.3 |
| 2222 | 2026-07-29T20:18:23.243Z | Compiling hashbrown v0.16.1 |
| 2223 | 2026-07-29T20:18:23.317Z | Compiling walkdir v2.5.0 |
| 2224 | 2026-07-29T20:18:23.334Z | Compiling zopfli v0.8.3 |
| 2225 | 2026-07-29T20:18:23.407Z | Compiling bzip2 v0.6.1 |
| 2226 | 2026-07-29T20:18:23.496Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2227 | 2026-07-29T20:18:23.539Z | Compiling hashbrown v0.15.5 |
| 2228 | 2026-07-29T20:18:23.853Z | Compiling jiff v0.2.34 |
| 2229 | 2026-07-29T20:18:23.868Z | Compiling cargo_metadata v0.23.1 |
| 2230 | 2026-07-29T20:18:23.914Z | Compiling group v0.13.0 |
| 2231 | 2026-07-29T20:18:24.106Z | Compiling futures v0.3.32 |
| 2232 | 2026-07-29T20:18:24.323Z | Compiling phf v0.13.1 |
| 2233 | 2026-07-29T20:18:24.499Z | Compiling snafu v0.8.9 |
| 2234 | 2026-07-29T20:18:24.661Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-07-29T20:18:24.680Z | Compiling signal-hook-mio v0.2.5 |
| 2236 | 2026-07-29T20:18:24.847Z | Compiling cipher v0.5.2 |
| 2237 | 2026-07-29T20:18:24.990Z | Compiling cookie_store v0.22.1 |
| 2238 | 2026-07-29T20:18:25.102Z | Compiling postgres-types v0.2.12 |
| 2239 | 2026-07-29T20:18:25.141Z | Compiling zstd v0.13.3 |
| 2240 | 2026-07-29T20:18:25.141Z | Compiling globset v0.4.18 |
| 2241 | 2026-07-29T20:18:25.182Z | Compiling strum v0.27.2 |
| 2242 | 2026-07-29T20:18:25.329Z | Compiling hubpack v0.1.2 |
| 2243 | 2026-07-29T20:18:25.434Z | Compiling phf_shared v0.11.3 |
| 2244 | 2026-07-29T20:18:25.469Z | Compiling hkdf v0.12.4 |
| 2245 | 2026-07-29T20:18:25.492Z | Compiling crossbeam-epoch v0.9.18 |
| 2246 | 2026-07-29T20:18:25.591Z | Compiling ed25519 v2.2.3 |
| 2247 | 2026-07-29T20:18:25.606Z | Compiling byte-wrapper v0.1.0 |
| 2248 | 2026-07-29T20:18:25.622Z | Compiling olpc-cjson v0.1.4 |
| 2249 | 2026-07-29T20:18:25.826Z | Compiling serde_plain v1.0.2 |
| 2250 | 2026-07-29T20:18:25.841Z | Compiling serde-big-array v0.5.1 |
| 2251 | 2026-07-29T20:18:25.859Z | Compiling pem v3.0.6 |
| 2252 | 2026-07-29T20:18:25.960Z | Compiling crypto-bigint v0.5.5 |
| 2253 | 2026-07-29T20:18:26.084Z | Compiling float-cmp v0.10.0 |
| 2254 | 2026-07-29T20:18:26.125Z | Compiling memmap2 v0.9.10 |
| 2255 | 2026-07-29T20:18:26.182Z | Compiling toml_write v0.1.2 |
| 2256 | 2026-07-29T20:18:26.198Z | Compiling normalize-line-endings v0.3.0 |
| 2257 | 2026-07-29T20:18:26.245Z | Compiling fixedbitset v0.4.2 |
| 2258 | 2026-07-29T20:18:26.358Z | Compiling whoami v2.1.0 |
| 2259 | 2026-07-29T20:18:26.375Z | Compiling const-oid v0.10.2 |
| 2260 | 2026-07-29T20:18:26.394Z | Compiling difflib v0.4.0 |
| 2261 | 2026-07-29T20:18:26.469Z | Compiling keccak v0.1.6 |
| 2262 | 2026-07-29T20:18:26.473Z | Compiling typed-path v0.9.3 |
| 2263 | 2026-07-29T20:18:26.612Z | Compiling predicates-core v1.0.10 |
| 2264 | 2026-07-29T20:18:26.721Z | Compiling new_debug_unreachable v1.0.6 |
| 2265 | 2026-07-29T20:18:26.796Z | Compiling precomputed-hash v0.1.1 |
| 2266 | 2026-07-29T20:18:26.814Z | Compiling data-encoding v2.10.0 |
| 2267 | 2026-07-29T20:18:26.817Z | Compiling static_assertions v1.1.0 |
| 2268 | 2026-07-29T20:18:26.846Z | Compiling fixedbitset v0.5.7 |
| 2269 | 2026-07-29T20:18:26.903Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2270 | 2026-07-29T20:18:26.919Z | Compiling elliptic-curve v0.13.8 |
| 2271 | 2026-07-29T20:18:26.969Z | Compiling string_cache v0.8.9 |
| 2272 | 2026-07-29T20:18:27.046Z | Compiling chacha20 v0.10.0 |
| 2273 | 2026-07-29T20:18:27.062Z | Compiling petgraph v0.8.3 |
| 2274 | 2026-07-29T20:18:27.138Z | Compiling hickory-proto v0.25.2 |
| 2275 | 2026-07-29T20:18:27.284Z | Compiling predicates v3.1.4 |
| 2276 | 2026-07-29T20:18:27.352Z | Compiling sha3 v0.10.8 |
| 2277 | 2026-07-29T20:18:27.367Z | Compiling tokio-postgres v0.7.16 |
| 2278 | 2026-07-29T20:18:27.594Z | Compiling digest v0.11.3 |
| 2279 | 2026-07-29T20:18:27.648Z | Compiling petgraph v0.6.5 |
| 2280 | 2026-07-29T20:18:27.811Z | Compiling toml_edit v0.22.27 |
| 2281 | 2026-07-29T20:18:27.829Z | Compiling usdt v0.6.0 |
| 2282 | 2026-07-29T20:18:28.213Z | Compiling zip v4.6.1 |
| 2283 | 2026-07-29T20:18:29.019Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2284 | 2026-07-29T20:18:29.378Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-07-29T20:18:30.107Z | Compiling crossterm v0.28.1 |
| 2286 | 2026-07-29T20:18:30.175Z | Compiling iddqd v0.4.2 |
| 2287 | 2026-07-29T20:18:30.309Z | Compiling serde_with v3.21.0 |
| 2288 | 2026-07-29T20:18:30.337Z | Compiling similar v2.7.0 |
| 2289 | 2026-07-29T20:18:30.483Z | Compiling strum v0.26.3 |
| 2290 | 2026-07-29T20:18:30.990Z | Compiling tokio-stream v0.1.18 |
| 2291 | 2026-07-29T20:18:31.064Z | Compiling buf-list v1.1.2 |
| 2292 | 2026-07-29T20:18:31.180Z | Compiling itertools v0.13.0 |
| 2293 | 2026-07-29T20:18:31.271Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2294 | 2026-07-29T20:18:31.394Z | Compiling openapiv3 v2.2.0 |
| 2295 | 2026-07-29T20:18:31.970Z | Compiling lalrpop-util v0.19.12 |
| 2296 | 2026-07-29T20:18:32.335Z | Compiling peg-runtime v0.8.5 |
| 2297 | 2026-07-29T20:18:48.514Z | Compiling rustls-webpki v0.103.13 |
| 2298 | 2026-07-29T20:18:51.794Z | Compiling macaddr v1.0.1 |
| 2299 | 2026-07-29T20:18:51.808Z | Compiling rayon-core v1.13.0 |
| 2300 | 2026-07-29T20:18:51.924Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-07-29T20:18:51.988Z | Compiling tokio-rustls v0.26.4 |
| 2302 | 2026-07-29T20:18:52.004Z | Compiling rustls-platform-verifier v0.6.2 |
| 2303 | 2026-07-29T20:18:52.082Z | Compiling tough v0.22.0 |
| 2304 | 2026-07-29T20:18:52.189Z | Compiling itertools v0.15.0 |
| 2305 | 2026-07-29T20:18:52.195Z | Compiling secrecy v0.10.3 |
| 2306 | 2026-07-29T20:18:52.252Z | Compiling hyper-rustls v0.27.7 |
| 2307 | 2026-07-29T20:18:52.289Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-07-29T20:18:52.370Z | Compiling heapless v0.8.0 |
| 2309 | 2026-07-29T20:18:52.546Z | Compiling reqwest v0.13.2 |
| 2310 | 2026-07-29T20:18:52.585Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-07-29T20:18:52.710Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2312 | 2026-07-29T20:18:52.724Z | Compiling crossbeam-deque v0.8.6 |
| 2313 | 2026-07-29T20:18:52.745Z | Compiling inout v0.1.4 |
| 2314 | 2026-07-29T20:18:52.764Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2315 | 2026-07-29T20:18:52.836Z | Compiling hash32 v0.3.1 |
| 2316 | 2026-07-29T20:18:52.856Z | Compiling multer v3.1.0 |
| 2317 | 2026-07-29T20:18:52.881Z | Compiling thread_local v1.1.9 |
| 2318 | 2026-07-29T20:18:52.933Z | Compiling slog-async v2.8.0 |
| 2319 | 2026-07-29T20:18:52.990Z | Compiling unicode-width v0.2.0 |
| 2320 | 2026-07-29T20:18:53.036Z | Compiling match_cfg v0.1.0 |
| 2321 | 2026-07-29T20:18:53.072Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2322 | 2026-07-29T20:18:53.118Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-07-29T20:18:53.142Z | Compiling compression-core v0.4.31 |
| 2324 | 2026-07-29T20:18:53.239Z | Compiling hostname v0.3.1 |
| 2325 | 2026-07-29T20:18:53.273Z | Compiling compression-codecs v0.4.37 |
| 2326 | 2026-07-29T20:18:53.349Z | Compiling proc-macro-crate v3.4.0 |
| 2327 | 2026-07-29T20:18:53.429Z | Compiling cipher v0.4.4 |
| 2328 | 2026-07-29T20:18:53.490Z | Compiling atomicwrites v0.4.4 |
| 2329 | 2026-07-29T20:18:53.553Z | Compiling slog-json v2.6.1 |
| 2330 | 2026-07-29T20:18:53.569Z | Compiling ingot-macros v0.2.0 |
| 2331 | 2026-07-29T20:18:53.657Z | Compiling crossbeam-channel v0.5.15 |
| 2332 | 2026-07-29T20:18:53.709Z | Compiling half v2.7.1 |
| 2333 | 2026-07-29T20:18:53.725Z | Compiling newtype-uuid-macros v0.1.0 |
| 2334 | 2026-07-29T20:18:53.790Z | Compiling cobs v0.3.0 |
| 2335 | 2026-07-29T20:18:53.806Z | Compiling universal-hash v0.5.1 |
| 2336 | 2026-07-29T20:18:53.837Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2337 | 2026-07-29T20:18:53.900Z | Compiling async-stream-impl v0.3.6 |
| 2338 | 2026-07-29T20:18:54.004Z | Compiling serde_spanned v1.1.1 |
| 2339 | 2026-07-29T20:18:54.095Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2340 | 2026-07-29T20:18:54.108Z | Compiling is-terminal v0.4.17 |
| 2341 | 2026-07-29T20:18:54.144Z | Compiling dropshot v0.17.1 |
| 2342 | 2026-07-29T20:18:54.238Z | Compiling proc-macro-error-attr v1.0.4 |
| 2343 | 2026-07-29T20:18:54.361Z | Compiling term v1.2.1 |
| 2344 | 2026-07-29T20:18:54.394Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2345 | 2026-07-29T20:18:54.463Z | Compiling ciborium-io v0.2.2 |
| 2346 | 2026-07-29T20:18:54.477Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2347 | 2026-07-29T20:18:54.498Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-07-29T20:18:54.531Z | Compiling convert_case v0.4.0 |
| 2349 | 2026-07-29T20:18:54.555Z | Compiling opaque-debug v0.3.1 |
| 2350 | 2026-07-29T20:18:54.582Z | Compiling ciborium-ll v0.2.2 |
| 2351 | 2026-07-29T20:18:54.641Z | Compiling poly1305 v0.8.0 |
| 2352 | 2026-07-29T20:18:54.686Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2353 | 2026-07-29T20:18:54.840Z | Compiling derive_more v0.99.20 |
| 2354 | 2026-07-29T20:18:54.857Z | Compiling slog-term v2.9.2 |
| 2355 | 2026-07-29T20:18:54.873Z | Compiling async-stream v0.3.6 |
| 2356 | 2026-07-29T20:18:54.886Z | Compiling thiserror-no-std v2.0.2 |
| 2357 | 2026-07-29T20:18:54.964Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2358 | 2026-07-29T20:18:55.058Z | Compiling postcard v1.1.3 |
| 2359 | 2026-07-29T20:18:55.284Z | Compiling num_enum_derive v0.7.6 |
| 2360 | 2026-07-29T20:18:55.456Z | Compiling slog-bunyan v2.5.0 |
| 2361 | 2026-07-29T20:18:55.670Z | Compiling chacha20 v0.9.1 |
| 2362 | 2026-07-29T20:18:55.696Z | Compiling async-compression v0.4.41 |
| 2363 | 2026-07-29T20:18:55.888Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2364 | 2026-07-29T20:18:55.938Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2365 | 2026-07-29T20:18:56.144Z | Compiling sha1 v0.11.0 |
| 2366 | 2026-07-29T20:18:56.182Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2367 | 2026-07-29T20:18:56.197Z | Compiling proc-macro-crate v1.3.1 |
| 2368 | 2026-07-29T20:18:56.212Z | Compiling ingot-types v0.2.0 |
| 2369 | 2026-07-29T20:18:56.236Z | Compiling parse-display-derive v0.10.0 |
| 2370 | 2026-07-29T20:18:56.260Z | Compiling waitgroup v0.1.2 |
| 2371 | 2026-07-29T20:18:56.427Z | Compiling rustls-pemfile v2.2.0 |
| 2372 | 2026-07-29T20:18:56.445Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2373 | 2026-07-29T20:18:56.555Z | Compiling backon v1.6.0 |
| 2374 | 2026-07-29T20:18:56.611Z | Compiling dropshot_endpoint v0.17.1 |
| 2375 | 2026-07-29T20:18:56.684Z | Compiling ingot v0.2.1 |
| 2376 | 2026-07-29T20:18:56.697Z | Compiling password-hash v0.5.0 |
| 2377 | 2026-07-29T20:18:56.725Z | Compiling blake2 v0.10.6 |
| 2378 | 2026-07-29T20:18:56.814Z | Compiling aead v0.5.2 |
| 2379 | 2026-07-29T20:18:57.023Z | Compiling foreign-types-macros v0.2.3 |
| 2380 | 2026-07-29T20:18:57.040Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2381 | 2026-07-29T20:18:57.045Z | Compiling serde_path_to_error v0.1.20 |
| 2382 | 2026-07-29T20:18:57.068Z | Compiling hostname v0.4.2 |
| 2383 | 2026-07-29T20:18:57.255Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2384 | 2026-07-29T20:18:57.273Z | Compiling proc-macro-error v1.0.4 |
| 2385 | 2026-07-29T20:18:57.475Z | Compiling instant v0.1.13 |
| 2386 | 2026-07-29T20:18:57.492Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-07-29T20:18:57.506Z | Compiling debug-ignore v1.0.5 |
| 2388 | 2026-07-29T20:18:57.605Z | Compiling backoff v0.4.0 |
| 2389 | 2026-07-29T20:18:57.619Z | Compiling argon2 v0.5.3 |
| 2390 | 2026-07-29T20:18:57.631Z | Compiling chacha20poly1305 v0.10.1 |
| 2391 | 2026-07-29T20:18:57.649Z | Compiling foreign-types v0.5.0 |
| 2392 | 2026-07-29T20:18:57.653Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2393 | 2026-07-29T20:18:57.682Z | Compiling num_enum_derive v0.5.11 |
| 2394 | 2026-07-29T20:18:57.691Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2395 | 2026-07-29T20:18:57.715Z | Compiling parse-display v0.10.0 |
| 2396 | 2026-07-29T20:18:57.749Z | Compiling num_enum v0.7.6 |
| 2397 | 2026-07-29T20:18:57.803Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2398 | 2026-07-29T20:18:57.845Z | Compiling vsss-rs v3.3.4 |
| 2399 | 2026-07-29T20:18:57.990Z | Compiling ciborium v0.2.2 |
| 2400 | 2026-07-29T20:18:58.301Z | Compiling tabwriter v1.4.1 |
| 2401 | 2026-07-29T20:18:58.329Z | Compiling regress v0.10.5 |
| 2402 | 2026-07-29T20:18:58.412Z | Compiling itertools v0.14.0 |
| 2403 | 2026-07-29T20:18:58.412Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2404 | 2026-07-29T20:18:58.588Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2405 | 2026-07-29T20:18:58.657Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2406 | 2026-07-29T20:18:58.677Z | Compiling cstr-argument v0.1.2 |
| 2407 | 2026-07-29T20:18:58.709Z | Compiling humantime v2.3.0 |
| 2408 | 2026-07-29T20:18:58.715Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2409 | 2026-07-29T20:18:58.765Z | Compiling num_enum v0.5.11 |
| 2410 | 2026-07-29T20:18:58.857Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2411 | 2026-07-29T20:18:58.887Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2412 | 2026-07-29T20:18:58.897Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2413 | 2026-07-29T20:18:58.964Z | Compiling rayon v1.11.0 |
| 2414 | 2026-07-29T20:18:58.971Z | Compiling rand v0.10.1 |
| 2415 | 2026-07-29T20:18:59.008Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2416 | 2026-07-29T20:18:59.050Z | Compiling libefi-sys v0.1.0 |
| 2417 | 2026-07-29T20:18:59.154Z | Compiling colored v3.1.1 |
| 2418 | 2026-07-29T20:18:59.170Z | Compiling indent_write v2.2.0 |
| 2419 | 2026-07-29T20:18:59.176Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2420 | 2026-07-29T20:18:59.228Z | Compiling zone_cfg_derive v0.3.1 |
| 2421 | 2026-07-29T20:18:59.297Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2422 | 2026-07-29T20:18:59.316Z | Compiling camino-tempfile v1.4.1 |
| 2423 | 2026-07-29T20:18:59.352Z | Compiling itertools v0.12.1 |
| 2424 | 2026-07-29T20:18:59.352Z | Compiling usdt-macro v0.5.0 |
| 2425 | 2026-07-29T20:18:59.421Z | Compiling usdt-attr-macro v0.5.0 |
| 2426 | 2026-07-29T20:18:59.438Z | Compiling bitfield-struct v0.6.2 |
| 2427 | 2026-07-29T20:18:59.533Z | Compiling num-derive v0.4.2 |
| 2428 | 2026-07-29T20:18:59.719Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2429 | 2026-07-29T20:18:59.799Z | Compiling blake3 v1.8.5 |
| 2430 | 2026-07-29T20:18:59.847Z | Compiling sigpipe v0.1.3 |
| 2431 | 2026-07-29T20:18:59.859Z | Compiling memmap v0.7.0 |
| 2432 | 2026-07-29T20:18:59.919Z | Compiling glob v0.3.3 |
| 2433 | 2026-07-29T20:18:59.954Z | Compiling swrite v0.1.0 |
| 2434 | 2026-07-29T20:19:00.099Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2435 | 2026-07-29T20:19:00.113Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2436 | 2026-07-29T20:19:00.113Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2437 | 2026-07-29T20:19:00.135Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2438 | 2026-07-29T20:19:00.201Z | Compiling usdt v0.5.0 |
| 2439 | 2026-07-29T20:19:00.428Z | Compiling smf v0.2.3 |
| 2440 | 2026-07-29T20:19:00.447Z | Compiling filetime v0.2.27 |
| 2441 | 2026-07-29T20:19:00.457Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2442 | 2026-07-29T20:19:00.580Z | Compiling arrayref v0.3.9 |
| 2443 | 2026-07-29T20:19:00.595Z | Compiling xattr v1.6.1 |
| 2444 | 2026-07-29T20:19:00.667Z | Compiling zone v0.3.1 |
| 2445 | 2026-07-29T20:19:00.681Z | Compiling constant_time_eq v0.4.2 |
| 2446 | 2026-07-29T20:19:00.697Z | Compiling whoami v1.6.1 |
| 2447 | 2026-07-29T20:19:00.837Z | Compiling arrayvec v0.7.6 |
| 2448 | 2026-07-29T20:19:00.837Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2449 | 2026-07-29T20:19:00.871Z | Compiling tar v0.4.46 |
| 2450 | 2026-07-29T20:19:00.881Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2451 | 2026-07-29T20:19:00.882Z | Compiling tokio-dtrace v0.1.1 |
| 2452 | 2026-07-29T20:19:00.919Z | Compiling console v0.16.2 |
| 2453 | 2026-07-29T20:19:00.951Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2454 | 2026-07-29T20:19:01.140Z | Compiling gethostname v0.5.0 |
| 2455 | 2026-07-29T20:19:01.168Z | Compiling unit-prefix v0.5.2 |
| 2456 | 2026-07-29T20:19:01.177Z | Compiling topological-sort v0.2.2 |
| 2457 | 2026-07-29T20:19:01.237Z | Compiling oxide-tokio-rt v0.1.4 |
| 2458 | 2026-07-29T20:19:01.292Z | Compiling toml v0.8.23 |
| 2459 | 2026-07-29T20:19:01.348Z | Compiling indicatif v0.18.4 |
| 2460 | 2026-07-29T20:19:01.568Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2461 | 2026-07-29T20:19:01.624Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2462 | 2026-07-29T20:19:01.697Z | Compiling shell-words v1.1.1 |
| 2463 | 2026-07-29T20:19:10.878Z | Compiling progenitor-client v0.14.0 |
| 2464 | 2026-07-29T20:19:10.878Z | Compiling omicron-zone-package v0.12.3 |
| 2465 | 2026-07-29T20:19:11.121Z | Compiling progenitor-extras v0.2.0 |
| 2466 | 2026-07-29T20:19:11.400Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2467 | 2026-07-29T20:19:11.425Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2468 | 2026-07-29T20:19:11.629Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2469 | 2026-07-29T20:19:11.650Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2470 | 2026-07-29T20:19:11.650Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2471 | 2026-07-29T20:19:11.665Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2472 | 2026-07-29T20:19:11.722Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2473 | 2026-07-29T20:19:11.842Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2474 | 2026-07-29T20:19:12.672Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2475 | 2026-07-29T20:19:16.543Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2476 | 2026-07-29T20:19:25.642Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2477 | 2026-07-29T20:19:27.866Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2478 | 2026-07-29T20:19:28.925Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2479 | 2026-07-29T20:19:38.291Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2480 | 2026-07-29T20:19:38.434Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2481 | 2026-07-29T20:19:38.496Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2482 | 2026-07-29T20:19:38.502Z | Created new build target 'test' and set it as active |
| 2483 | 2026-07-29T20:19:38.502Z | |
| 2484 | 2026-07-29T20:19:38.502Z | real 1:45.075057860 |
| 2485 | 2026-07-29T20:19:38.502Z | user 17:23.222580139 |
| 2486 | 2026-07-29T20:19:38.502Z | sys 2:45.560534152 |
| 2487 | 2026-07-29T20:19:38.502Z | trap 0.495828779 |
| 2488 | 2026-07-29T20:19:38.502Z | tflt 2.247798557 |
| 2489 | 2026-07-29T20:19:38.502Z | dflt 4.820357168 |
| 2490 | 2026-07-29T20:19:38.502Z | kflt 0.000536820 |
| 2491 | 2026-07-29T20:19:38.502Z | lock 56:44.403865803 |
| 2492 | 2026-07-29T20:19:38.502Z | slp 44:27.882979481 |
| 2493 | 2026-07-29T20:19:38.502Z | lat 50.552851120 |
| 2494 | 2026-07-29T20:19:38.502Z | stop 6:02.484757431 |
| 2495 | 2026-07-29T20:19:38.502Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2496 | 2026-07-29T20:19:39.380Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2497 | 2026-07-29T20:19:39.455Z | Running `target/release/omicron-package -t test package` |
| 2498 | 2026-07-29T20:19:39.511Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2499 | 2026-07-29T20:19:40.947Z | Compiling heck v0.5.0 |
| 2500 | 2026-07-29T20:19:40.947Z | Compiling regress v0.11.1 |
| 2501 | 2026-07-29T20:19:41.174Z | Compiling unsafe-libyaml v0.2.11 |
| 2502 | 2026-07-29T20:19:41.207Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2503 | 2026-07-29T20:19:41.231Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2504 | 2026-07-29T20:19:41.252Z | Compiling derive-where v1.6.0 |
| 2505 | 2026-07-29T20:19:41.273Z | Compiling bytecount v0.6.9 |
| 2506 | 2026-07-29T20:19:41.277Z | Compiling atomicwrites v0.4.4 |
| 2507 | 2026-07-29T20:19:41.278Z | Compiling is-terminal v0.4.17 |
| 2508 | 2026-07-29T20:19:41.293Z | Compiling prettyplease v0.2.37 |
| 2509 | 2026-07-29T20:19:41.296Z | Compiling console v0.15.11 |
| 2510 | 2026-07-29T20:19:41.296Z | Compiling newline-converter v0.3.0 |
| 2511 | 2026-07-29T20:19:41.297Z | Compiling slog-dtrace v0.3.0 |
| 2512 | 2026-07-29T20:19:41.417Z | Compiling resolv-conf v0.7.6 |
| 2513 | 2026-07-29T20:19:41.421Z | Compiling num-rational v0.4.2 |
| 2514 | 2026-07-29T20:19:41.458Z | Compiling num-complex v0.4.6 |
| 2515 | 2026-07-29T20:19:41.481Z | Compiling thread_local v1.1.9 |
| 2516 | 2026-07-29T20:19:41.488Z | Compiling unicode-width v0.1.14 |
| 2517 | 2026-07-29T20:19:41.526Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2518 | 2026-07-29T20:19:41.530Z | Compiling cancel-safe-futures v0.1.5 |
| 2519 | 2026-07-29T20:19:41.638Z | Compiling compression-core v0.4.31 |
| 2520 | 2026-07-29T20:19:41.761Z | Compiling serde_yaml v0.9.34+deprecated |
| 2521 | 2026-07-29T20:19:41.784Z | Compiling expectorate v1.2.0 |
| 2522 | 2026-07-29T20:19:41.815Z | Compiling match_cfg v0.1.0 |
| 2523 | 2026-07-29T20:19:41.856Z | Compiling num v0.4.3 |
| 2524 | 2026-07-29T20:19:41.884Z | Compiling compression-codecs v0.4.37 |
| 2525 | 2026-07-29T20:19:41.910Z | Compiling hostname v0.3.1 |
| 2526 | 2026-07-29T20:19:41.936Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2527 | 2026-07-29T20:19:41.961Z | Compiling multer v3.1.0 |
| 2528 | 2026-07-29T20:19:41.989Z | Compiling slog-async v2.8.0 |
| 2529 | 2026-07-29T20:19:42.027Z | Compiling crossbeam-channel v0.5.15 |
| 2530 | 2026-07-29T20:19:42.046Z | Compiling slog-json v2.6.1 |
| 2531 | 2026-07-29T20:19:42.054Z | Compiling serde_spanned v1.1.1 |
| 2532 | 2026-07-29T20:19:42.066Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2533 | 2026-07-29T20:19:42.107Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2534 | 2026-07-29T20:19:42.143Z | Compiling float-ord v0.3.2 |
| 2535 | 2026-07-29T20:19:42.246Z | Compiling take_mut v0.2.2 |
| 2536 | 2026-07-29T20:19:42.282Z | Compiling term v1.2.1 |
| 2537 | 2026-07-29T20:19:42.304Z | Compiling linked-hash-map v0.5.6 |
| 2538 | 2026-07-29T20:19:42.345Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2539 | 2026-07-29T20:19:42.368Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2540 | 2026-07-29T20:19:42.388Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2541 | 2026-07-29T20:19:42.391Z | Compiling slog-bunyan v2.5.0 |
| 2542 | 2026-07-29T20:19:42.434Z | Compiling oxide-update-engine-types v0.1.2 |
| 2543 | 2026-07-29T20:19:42.480Z | Compiling async-compression v0.4.41 |
| 2544 | 2026-07-29T20:19:42.544Z | Compiling lru-cache v0.1.2 |
| 2545 | 2026-07-29T20:19:42.576Z | Compiling slog-term v2.9.2 |
| 2546 | 2026-07-29T20:19:42.717Z | Compiling typify-impl v0.6.2 |
| 2547 | 2026-07-29T20:19:42.823Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2548 | 2026-07-29T20:19:42.879Z | Compiling dropshot v0.17.1 |
| 2549 | 2026-07-29T20:19:42.916Z | Compiling async-stream v0.3.6 |
| 2550 | 2026-07-29T20:19:42.956Z | Compiling sha1 v0.11.0 |
| 2551 | 2026-07-29T20:19:43.022Z | Compiling progenitor-client v0.14.0 |
| 2552 | 2026-07-29T20:19:43.104Z | Compiling waitgroup v0.1.2 |
| 2553 | 2026-07-29T20:19:43.108Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2554 | 2026-07-29T20:19:43.148Z | Compiling rustls-pemfile v2.2.0 |
| 2555 | 2026-07-29T20:19:43.214Z | Compiling backon v1.6.0 |
| 2556 | 2026-07-29T20:19:43.239Z | Compiling serde_path_to_error v0.1.20 |
| 2557 | 2026-07-29T20:19:43.273Z | Compiling hostname v0.4.2 |
| 2558 | 2026-07-29T20:19:43.338Z | Compiling instant v0.1.13 |
| 2559 | 2026-07-29T20:19:43.361Z | Compiling linear-map v1.2.0 |
| 2560 | 2026-07-29T20:19:43.384Z | Compiling debug-ignore v1.0.5 |
| 2561 | 2026-07-29T20:19:43.444Z | Compiling minimal-lexical v0.2.1 |
| 2562 | 2026-07-29T20:19:43.469Z | Compiling backoff v0.4.0 |
| 2563 | 2026-07-29T20:19:43.492Z | Compiling progenitor-extras v0.2.0 |
| 2564 | 2026-07-29T20:19:43.520Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2565 | 2026-07-29T20:19:43.524Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2566 | 2026-07-29T20:19:43.639Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2567 | 2026-07-29T20:19:43.710Z | Compiling oxide-update-engine v0.1.2 |
| 2568 | 2026-07-29T20:19:43.733Z | Compiling nom v7.1.3 |
| 2569 | 2026-07-29T20:19:43.782Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2570 | 2026-07-29T20:19:43.827Z | Compiling parse-display v0.10.0 |
| 2571 | 2026-07-29T20:19:43.850Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2572 | 2026-07-29T20:19:44.083Z | Compiling hickory-proto v0.24.4 |
| 2573 | 2026-07-29T20:19:44.333Z | Compiling regress v0.10.5 |
| 2574 | 2026-07-29T20:19:44.528Z | Compiling itertools v0.14.0 |
| 2575 | 2026-07-29T20:19:45.027Z | Compiling macaddr v1.0.1 |
| 2576 | 2026-07-29T20:19:45.086Z | Compiling humantime v2.3.0 |
| 2577 | 2026-07-29T20:19:45.138Z | Compiling unicode-xid v0.2.6 |
| 2578 | 2026-07-29T20:19:45.372Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2579 | 2026-07-29T20:19:45.466Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2580 | 2026-07-29T20:19:45.584Z | Compiling convert_case v0.10.0 |
| 2581 | 2026-07-29T20:19:45.708Z | Compiling owo-colors v4.3.0 |
| 2582 | 2026-07-29T20:19:45.730Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2583 | 2026-07-29T20:19:45.749Z | Compiling derive_more-impl v2.1.1 |
| 2584 | 2026-07-29T20:19:45.855Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2585 | 2026-07-29T20:19:45.973Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2586 | 2026-07-29T20:19:46.015Z | Compiling toml v0.8.23 |
| 2587 | 2026-07-29T20:19:46.257Z | Compiling typify-macro v0.6.2 |
| 2588 | 2026-07-29T20:19:46.341Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2589 | 2026-07-29T20:19:46.460Z | Compiling papergrid v0.11.0 |
| 2590 | 2026-07-29T20:19:46.514Z | Compiling tabled_derive v0.7.0 |
| 2591 | 2026-07-29T20:19:46.535Z | Compiling derive_more v2.1.1 |
| 2592 | 2026-07-29T20:19:46.613Z | Compiling hickory-resolver v0.24.4 |
| 2593 | 2026-07-29T20:19:46.647Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2594 | 2026-07-29T20:19:47.101Z | Compiling termtree v0.5.1 |
| 2595 | 2026-07-29T20:19:47.301Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2596 | 2026-07-29T20:19:47.441Z | Compiling tabled v0.15.0 |
| 2597 | 2026-07-29T20:19:47.754Z | Compiling crossterm v0.29.0 |
| 2598 | 2026-07-29T20:19:47.801Z | Compiling phf_shared v0.12.1 |
| 2599 | 2026-07-29T20:19:47.825Z | Compiling typify v0.6.2 |
| 2600 | 2026-07-29T20:19:48.086Z | Compiling progenitor-impl v0.14.0 |
| 2601 | 2026-07-29T20:19:48.362Z | Compiling qorb v0.4.1 |
| 2602 | 2026-07-29T20:19:48.888Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2603 | 2026-07-29T20:19:49.432Z | Compiling csv-core v0.1.13 |
| 2604 | 2026-07-29T20:19:49.877Z | Compiling vte v0.14.1 |
| 2605 | 2026-07-29T20:19:50.135Z | Compiling chrono-tz v0.10.4 |
| 2606 | 2026-07-29T20:19:50.254Z | Compiling progenitor-macro v0.14.0 |
| 2607 | 2026-07-29T20:19:50.623Z | Compiling highway v1.3.0 |
| 2608 | 2026-07-29T20:19:51.346Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2609 | 2026-07-29T20:19:51.536Z | Compiling strip-ansi-escapes v0.2.1 |
| 2610 | 2026-07-29T20:19:51.563Z | Compiling csv v1.4.0 |
| 2611 | 2026-07-29T20:19:51.661Z | Compiling phf v0.12.1 |
| 2612 | 2026-07-29T20:19:51.812Z | Compiling const_format_proc_macros v0.2.34 |
| 2613 | 2026-07-29T20:19:51.879Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2614 | 2026-07-29T20:19:52.110Z | Compiling fd-lock v4.0.4 |
| 2615 | 2026-07-29T20:19:52.316Z | Compiling peg-macros v0.8.5 |
| 2616 | 2026-07-29T20:19:52.355Z | Compiling nu-ansi-term v0.50.3 |
| 2617 | 2026-07-29T20:19:52.512Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2618 | 2026-07-29T20:19:52.757Z | Compiling reedline v0.40.0 |
| 2619 | 2026-07-29T20:19:53.009Z | Compiling const_format v0.2.35 |
| 2620 | 2026-07-29T20:19:53.063Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2621 | 2026-07-29T20:19:53.663Z | Compiling peg v0.8.5 |
| 2622 | 2026-07-29T20:19:53.723Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2623 | 2026-07-29T20:19:53.962Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2624 | 2026-07-29T20:19:54.418Z | Compiling progenitor v0.14.0 |
| 2625 | 2026-07-29T20:19:54.610Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2626 | 2026-07-29T20:19:54.709Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2627 | 2026-07-29T20:19:54.870Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2628 | 2026-07-29T20:19:54.894Z | Compiling bcs v0.1.6 |
| 2629 | 2026-07-29T20:19:55.347Z | Compiling nom v8.0.0 |
| 2630 | 2026-07-29T20:19:55.485Z | Compiling semver v0.1.20 |
| 2631 | 2026-07-29T20:19:55.787Z | Compiling rustc_version v0.1.7 |
| 2632 | 2026-07-29T20:19:56.011Z | Compiling newtype_derive v0.1.6 |
| 2633 | 2026-07-29T20:19:56.273Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2634 | 2026-07-29T20:19:56.334Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2635 | 2026-07-29T20:19:56.540Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2636 | 2026-07-29T20:19:56.897Z | Compiling unicode-linebreak v0.1.5 |
| 2637 | 2026-07-29T20:19:57.006Z | Compiling smawk v0.3.2 |
| 2638 | 2026-07-29T20:19:57.240Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2639 | 2026-07-29T20:19:57.268Z | Compiling textwrap v0.16.2 |
| 2640 | 2026-07-29T20:19:57.416Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2641 | 2026-07-29T20:19:57.562Z | Compiling steno v0.4.1 |
| 2642 | 2026-07-29T20:19:57.852Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-07-29T20:19:58.034Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2644 | 2026-07-29T20:19:58.206Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2645 | 2026-07-29T20:19:58.459Z | Compiling sha1 v0.10.6 |
| 2646 | 2026-07-29T20:19:58.646Z | Compiling tagptr v0.2.0 |
| 2647 | 2026-07-29T20:19:58.793Z | Compiling utf-8 v0.7.6 |
| 2648 | 2026-07-29T20:19:58.839Z | Compiling moka v0.12.13 |
| 2649 | 2026-07-29T20:19:58.929Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2650 | 2026-07-29T20:19:59.047Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2651 | 2026-07-29T20:19:59.184Z | Compiling tungstenite v0.21.0 |
| 2652 | 2026-07-29T20:19:59.229Z | Compiling display-error-chain v0.2.2 |
| 2653 | 2026-07-29T20:19:59.283Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2654 | 2026-07-29T20:19:59.408Z | Compiling darling_core v0.21.3 |
| 2655 | 2026-07-29T20:19:59.432Z | Compiling num-derive v0.3.3 |
| 2656 | 2026-07-29T20:20:00.120Z | Compiling hickory-resolver v0.25.2 |
| 2657 | 2026-07-29T20:20:00.316Z | Compiling tokio-tungstenite v0.21.0 |
| 2658 | 2026-07-29T20:20:00.382Z | Compiling vergen-lib v0.1.6 |
| 2659 | 2026-07-29T20:20:00.638Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2660 | 2026-07-29T20:20:00.717Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2661 | 2026-07-29T20:20:01.146Z | Compiling diesel_derives v2.3.7 |
| 2662 | 2026-07-29T20:20:01.299Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2663 | 2026-07-29T20:20:01.408Z | Compiling proc-macro-error2 v2.0.1 |
| 2664 | 2026-07-29T20:20:01.590Z | Compiling darling_macro v0.21.3 |
| 2665 | 2026-07-29T20:20:01.753Z | Compiling libscf-sys v1.1.0 |
| 2666 | 2026-07-29T20:20:01.980Z | Compiling scheduled-thread-pool v0.2.7 |
| 2667 | 2026-07-29T20:20:02.094Z | Compiling vergen-gitcl v1.0.8 |
| 2668 | 2026-07-29T20:20:02.118Z | Compiling darling v0.21.3 |
| 2669 | 2026-07-29T20:20:02.227Z | Compiling dsl_auto_type v0.2.0 |
| 2670 | 2026-07-29T20:20:02.316Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2671 | 2026-07-29T20:20:02.543Z | Compiling dirs-sys-next v0.1.2 |
| 2672 | 2026-07-29T20:20:02.564Z | Compiling maplit v1.0.2 |
| 2673 | 2026-07-29T20:20:02.683Z | Compiling crunchy v0.2.4 |
| 2674 | 2026-07-29T20:20:02.757Z | Compiling glob v0.3.3 |
| 2675 | 2026-07-29T20:20:03.002Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2676 | 2026-07-29T20:20:03.167Z | Compiling clang-sys v1.8.1 |
| 2677 | 2026-07-29T20:20:03.192Z | Compiling dirs-next v2.0.0 |
| 2678 | 2026-07-29T20:20:03.215Z | Compiling r2d2 v0.8.10 |
| 2679 | 2026-07-29T20:20:03.266Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2680 | 2026-07-29T20:20:03.345Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2681 | 2026-07-29T20:20:03.544Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2682 | 2026-07-29T20:20:03.601Z | Compiling tabled_derive v0.11.0 |
| 2683 | 2026-07-29T20:20:03.902Z | Compiling papergrid v0.17.0 |
| 2684 | 2026-07-29T20:20:03.947Z | Compiling testing_table v0.3.0 |
| 2685 | 2026-07-29T20:20:04.231Z | Compiling tiny-keccak v2.0.2 |
| 2686 | 2026-07-29T20:20:04.446Z | Compiling downcast-rs v2.0.2 |
| 2687 | 2026-07-29T20:20:04.707Z | Compiling term v0.7.0 |
| 2688 | 2026-07-29T20:20:05.226Z | Compiling tabled v0.20.0 |
| 2689 | 2026-07-29T20:20:05.258Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2690 | 2026-07-29T20:20:05.426Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2691 | 2026-07-29T20:20:05.654Z | Compiling bit-vec v0.6.3 |
| 2692 | 2026-07-29T20:20:05.858Z | Compiling bit-set v0.5.3 |
| 2693 | 2026-07-29T20:20:06.054Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2694 | 2026-07-29T20:20:06.137Z | Compiling ascii-canvas v3.0.0 |
| 2695 | 2026-07-29T20:20:06.140Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2696 | 2026-07-29T20:20:06.400Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2697 | 2026-07-29T20:20:06.460Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2698 | 2026-07-29T20:20:06.603Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2699 | 2026-07-29T20:20:06.689Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2700 | 2026-07-29T20:20:06.821Z | Compiling itertools v0.10.5 |
| 2701 | 2026-07-29T20:20:06.844Z | Compiling ena v0.14.4 |
| 2702 | 2026-07-29T20:20:06.868Z | Compiling libloading v0.8.9 |
| 2703 | 2026-07-29T20:20:07.062Z | Compiling regex-syntax v0.6.29 |
| 2704 | 2026-07-29T20:20:07.094Z | Compiling xshell-macros v0.2.7 |
| 2705 | 2026-07-29T20:20:07.116Z | Compiling diff v0.1.13 |
| 2706 | 2026-07-29T20:20:07.385Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2707 | 2026-07-29T20:20:07.430Z | Compiling bindgen v0.71.1 |
| 2708 | 2026-07-29T20:20:07.477Z | Compiling diesel v2.3.7 |
| 2709 | 2026-07-29T20:20:07.498Z | Compiling unicase v2.9.0 |
| 2710 | 2026-07-29T20:20:07.797Z | Compiling xshell v0.2.7 |
| 2711 | 2026-07-29T20:20:08.805Z | Compiling lalrpop v0.19.12 |
| 2712 | 2026-07-29T20:20:09.048Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2713 | 2026-07-29T20:20:09.070Z | Compiling cexpr v0.6.0 |
| 2714 | 2026-07-29T20:20:09.123Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2715 | 2026-07-29T20:20:09.735Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2716 | 2026-07-29T20:20:09.755Z | Compiling rustc-hash v2.1.1 |
| 2717 | 2026-07-29T20:20:09.755Z | Compiling crc8 v0.1.1 |
| 2718 | 2026-07-29T20:20:09.898Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2719 | 2026-07-29T20:20:10.136Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2720 | 2026-07-29T20:20:10.266Z | Compiling headers-core v0.3.0 |
| 2721 | 2026-07-29T20:20:10.426Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2722 | 2026-07-29T20:20:10.654Z | Compiling libxml v0.3.3 |
| 2723 | 2026-07-29T20:20:10.687Z | Compiling headers v0.4.1 |
| 2724 | 2026-07-29T20:20:10.920Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2725 | 2026-07-29T20:20:10.969Z | Compiling strum_macros v0.24.3 |
| 2726 | 2026-07-29T20:20:11.114Z | Compiling indoc v1.0.9 |
| 2727 | 2026-07-29T20:20:11.551Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2728 | 2026-07-29T20:20:11.614Z | Compiling derive_builder v0.20.2 |
| 2729 | 2026-07-29T20:20:11.765Z | Compiling quick-xml v0.37.5 |
| 2730 | 2026-07-29T20:20:11.826Z | Compiling oso-derive v0.27.3 |
| 2731 | 2026-07-29T20:20:12.200Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2732 | 2026-07-29T20:20:12.264Z | Compiling openssl-probe v0.1.6 |
| 2733 | 2026-07-29T20:20:12.421Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2734 | 2026-07-29T20:20:12.567Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2735 | 2026-07-29T20:20:12.784Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2736 | 2026-07-29T20:20:13.072Z | Compiling bb8 v0.8.6 |
| 2737 | 2026-07-29T20:20:13.119Z | Compiling trait-variant v0.1.2 |
| 2738 | 2026-07-29T20:20:13.141Z | Compiling half v1.8.3 |
| 2739 | 2026-07-29T20:20:13.222Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2740 | 2026-07-29T20:20:13.295Z | Compiling progenitor-impl v0.13.0 |
| 2741 | 2026-07-29T20:20:13.458Z | Compiling serde_cbor v0.11.2 |
| 2742 | 2026-07-29T20:20:13.497Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2743 | 2026-07-29T20:20:13.586Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2744 | 2026-07-29T20:20:13.675Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2745 | 2026-07-29T20:20:14.429Z | Compiling progenitor-client v0.13.0 |
| 2746 | 2026-07-29T20:20:14.460Z | Compiling samael v0.0.19 |
| 2747 | 2026-07-29T20:20:14.481Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2748 | 2026-07-29T20:20:14.534Z | Compiling nonempty v0.12.0 |
| 2749 | 2026-07-29T20:20:14.646Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2750 | 2026-07-29T20:20:14.803Z | Compiling fxhash v0.2.1 |
| 2751 | 2026-07-29T20:20:14.847Z | Compiling libz-sys v1.1.24 |
| 2752 | 2026-07-29T20:20:14.947Z | Compiling salty v0.3.0 |
| 2753 | 2026-07-29T20:20:15.264Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2754 | 2026-07-29T20:20:15.285Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2755 | 2026-07-29T20:20:15.402Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2756 | 2026-07-29T20:20:15.518Z | Compiling progenitor-macro v0.13.0 |
| 2757 | 2026-07-29T20:20:15.640Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2758 | 2026-07-29T20:20:15.755Z | Compiling kstat-rs v0.2.4 |
| 2759 | 2026-07-29T20:20:15.947Z | Compiling arc-swap v1.8.2 |
| 2760 | 2026-07-29T20:20:16.280Z | Compiling polar-core v0.27.3 |
| 2761 | 2026-07-29T20:20:16.331Z | Compiling slog-scope v4.4.1 |
| 2762 | 2026-07-29T20:20:16.443Z | Compiling mime_guess v2.0.5 |
| 2763 | 2026-07-29T20:20:16.728Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2764 | 2026-07-29T20:20:17.003Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2765 | 2026-07-29T20:20:17.501Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2766 | 2026-07-29T20:20:19.647Z | Compiling progenitor v0.13.0 |
| 2767 | 2026-07-29T20:20:19.778Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2768 | 2026-07-29T20:20:19.800Z | Compiling rfc6979 v0.4.0 |
| 2769 | 2026-07-29T20:20:19.824Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2770 | 2026-07-29T20:20:19.848Z | Compiling nanorand v0.7.0 |
| 2771 | 2026-07-29T20:20:20.013Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2772 | 2026-07-29T20:20:20.231Z | Compiling parking_lot_core v0.8.6 |
| 2773 | 2026-07-29T20:20:20.424Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2774 | 2026-07-29T20:20:20.826Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2775 | 2026-07-29T20:20:21.180Z | Compiling flume v0.11.1 |
| 2776 | 2026-07-29T20:20:21.574Z | Compiling ecdsa v0.16.9 |
| 2777 | 2026-07-29T20:20:21.596Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2778 | 2026-07-29T20:20:22.135Z | Compiling slog-stdlog v4.1.1 |
| 2779 | 2026-07-29T20:20:22.359Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2780 | 2026-07-29T20:20:22.526Z | Compiling primeorder v0.13.6 |
| 2781 | 2026-07-29T20:20:22.700Z | Compiling git-stub v1.0.0 |
| 2782 | 2026-07-29T20:20:22.843Z | Compiling atty v0.2.14 |
| 2783 | 2026-07-29T20:20:22.982Z | Compiling fs-err v2.11.0 |
| 2784 | 2026-07-29T20:20:23.022Z | Compiling strsim v0.10.0 |
| 2785 | 2026-07-29T20:20:23.224Z | Compiling instability v0.3.11 |
| 2786 | 2026-07-29T20:20:23.341Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2787 | 2026-07-29T20:20:23.459Z | Compiling http-range v0.1.5 |
| 2788 | 2026-07-29T20:20:23.645Z | Compiling darling_core v0.13.4 |
| 2789 | 2026-07-29T20:20:23.689Z | Compiling git-stub-vcs v0.1.0 |
| 2790 | 2026-07-29T20:20:23.739Z | Compiling p384 v0.13.1 |
| 2791 | 2026-07-29T20:20:23.783Z | Compiling slog-envlogger v2.2.0 |
| 2792 | 2026-07-29T20:20:24.910Z | Compiling async-bb8-diesel v0.2.1 |
| 2793 | 2026-07-29T20:20:25.260Z | Compiling diesel-dtrace v0.5.0 |
| 2794 | 2026-07-29T20:20:25.365Z | Compiling oso v0.27.3 |
| 2795 | 2026-07-29T20:20:25.593Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2796 | 2026-07-29T20:20:26.351Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2797 | 2026-07-29T20:20:26.395Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2798 | 2026-07-29T20:20:28.323Z | Compiling ignore v0.4.25 |
| 2799 | 2026-07-29T20:20:29.000Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2800 | 2026-07-29T20:20:29.183Z | Compiling castaway v0.2.4 |
| 2801 | 2026-07-29T20:20:29.253Z | Compiling vergen-git2 v9.1.0 |
| 2802 | 2026-07-29T20:20:29.343Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2803 | 2026-07-29T20:20:29.485Z | Compiling indoc v2.0.7 |
| 2804 | 2026-07-29T20:20:29.671Z | Compiling compact_str v0.8.1 |
| 2805 | 2026-07-29T20:20:29.834Z | Compiling globwalk v0.9.1 |
| 2806 | 2026-07-29T20:20:30.408Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2807 | 2026-07-29T20:20:30.482Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2808 | 2026-07-29T20:20:30.665Z | Compiling parking_lot v0.11.2 |
| 2809 | 2026-07-29T20:20:30.784Z | Compiling darling_macro v0.13.4 |
| 2810 | 2026-07-29T20:20:31.153Z | Compiling hyper-staticfile v0.10.1 |
| 2811 | 2026-07-29T20:20:31.297Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2812 | 2026-07-29T20:20:31.783Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2813 | 2026-07-29T20:20:31.886Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2814 | 2026-07-29T20:20:31.973Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2815 | 2026-07-29T20:20:32.005Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2816 | 2026-07-29T20:20:32.282Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2817 | 2026-07-29T20:20:32.416Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2818 | 2026-07-29T20:20:32.693Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2819 | 2026-07-29T20:20:33.235Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2820 | 2026-07-29T20:20:33.853Z | Compiling predicates-tree v1.0.13 |
| 2821 | 2026-07-29T20:20:34.275Z | Compiling unicode-truncate v1.1.0 |
| 2822 | 2026-07-29T20:20:34.487Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2823 | 2026-07-29T20:20:34.584Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2824 | 2026-07-29T20:20:34.715Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2825 | 2026-07-29T20:20:35.316Z | Compiling lru v0.12.5 |
| 2826 | 2026-07-29T20:20:35.530Z | Compiling prefix-trie v0.7.0 |
| 2827 | 2026-07-29T20:20:35.567Z | Compiling rand_seeder v0.4.0 |
| 2828 | 2026-07-29T20:20:35.828Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2829 | 2026-07-29T20:20:36.021Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2830 | 2026-07-29T20:20:36.248Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2831 | 2026-07-29T20:20:36.269Z | Compiling parse-size v1.1.0 |
| 2832 | 2026-07-29T20:20:36.303Z | Compiling cassowary v0.3.0 |
| 2833 | 2026-07-29T20:20:36.491Z | Compiling corncobs v0.1.4 |
| 2834 | 2026-07-29T20:20:36.533Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2835 | 2026-07-29T20:20:36.602Z | Compiling ratatui v0.29.0 |
| 2836 | 2026-07-29T20:20:36.742Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2837 | 2026-07-29T20:20:36.919Z | Compiling hickory-server v0.25.2 |
| 2838 | 2026-07-29T20:20:37.211Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2839 | 2026-07-29T20:20:37.415Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2840 | 2026-07-29T20:20:37.470Z | Compiling camino-tempfile-ext v0.3.3 |
| 2841 | 2026-07-29T20:20:37.847Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2842 | 2026-07-29T20:20:39.175Z | Compiling darling v0.13.4 |
| 2843 | 2026-07-29T20:20:39.304Z | Compiling sled v0.34.7 |
| 2844 | 2026-07-29T20:20:40.437Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2845 | 2026-07-29T20:20:40.491Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2846 | 2026-07-29T20:20:40.731Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2847 | 2026-07-29T20:20:40.757Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2848 | 2026-07-29T20:20:41.055Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2849 | 2026-07-29T20:20:41.276Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2850 | 2026-07-29T20:20:41.499Z | Compiling secrecy v0.8.0 |
| 2851 | 2026-07-29T20:20:41.697Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2852 | 2026-07-29T20:20:41.947Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2853 | 2026-07-29T20:20:43.047Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2854 | 2026-07-29T20:20:43.307Z | Compiling serde_with_macros v1.5.2 |
| 2855 | 2026-07-29T20:20:43.852Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2856 | 2026-07-29T20:20:44.121Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2857 | 2026-07-29T20:20:45.106Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2858 | 2026-07-29T20:20:45.406Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2859 | 2026-07-29T20:20:46.423Z | Compiling git2 v0.20.4 |
| 2860 | 2026-07-29T20:20:46.507Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2861 | 2026-07-29T20:20:46.567Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2862 | 2026-07-29T20:20:46.789Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2863 | 2026-07-29T20:20:46.811Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2864 | 2026-07-29T20:20:47.006Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2865 | 2026-07-29T20:20:47.035Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2866 | 2026-07-29T20:20:47.235Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2867 | 2026-07-29T20:20:47.332Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2868 | 2026-07-29T20:20:47.363Z | Compiling void v1.0.2 |
| 2869 | 2026-07-29T20:20:47.547Z | Compiling lzss v0.8.2 |
| 2870 | 2026-07-29T20:20:47.694Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2871 | 2026-07-29T20:20:47.725Z | Compiling illumos-nvpair v0.3.0 |
| 2872 | 2026-07-29T20:20:48.255Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2873 | 2026-07-29T20:20:50.045Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2874 | 2026-07-29T20:20:50.833Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2875 | 2026-07-29T20:20:51.258Z | Compiling serde_with v1.14.0 |
| 2876 | 2026-07-29T20:20:51.797Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2877 | 2026-07-29T20:20:52.414Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2878 | 2026-07-29T20:20:52.853Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2879 | 2026-07-29T20:20:53.158Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2880 | 2026-07-29T20:20:53.861Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2881 | 2026-07-29T20:20:54.286Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2882 | 2026-07-29T20:20:54.377Z | Compiling tungstenite v0.23.0 |
| 2883 | 2026-07-29T20:20:54.843Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2884 | 2026-07-29T20:20:54.994Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2885 | 2026-07-29T20:20:56.636Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2886 | 2026-07-29T20:20:56.849Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2887 | 2026-07-29T20:20:56.871Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2888 | 2026-07-29T20:20:56.976Z | Compiling nix v0.27.1 |
| 2889 | 2026-07-29T20:20:56.998Z | Compiling twox-hash v2.1.2 |
| 2890 | 2026-07-29T20:20:57.075Z | Compiling libsw-core v0.3.2 |
| 2891 | 2026-07-29T20:20:57.120Z | Compiling serde_bytes v0.11.19 |
| 2892 | 2026-07-29T20:20:57.301Z | Compiling libsw v3.5.0 |
| 2893 | 2026-07-29T20:20:57.501Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2894 | 2026-07-29T20:20:57.522Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2895 | 2026-07-29T20:20:57.546Z | Compiling tokio-tungstenite v0.23.1 |
| 2896 | 2026-07-29T20:20:57.926Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2897 | 2026-07-29T20:20:57.978Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2898 | 2026-07-29T20:20:58.156Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2899 | 2026-07-29T20:20:58.585Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2900 | 2026-07-29T20:20:58.765Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2901 | 2026-07-29T20:21:00.220Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2902 | 2026-07-29T20:21:00.304Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2903 | 2026-07-29T20:21:00.377Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2904 | 2026-07-29T20:21:00.456Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2905 | 2026-07-29T20:21:00.685Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2906 | 2026-07-29T20:21:00.845Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2907 | 2026-07-29T20:21:00.871Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2908 | 2026-07-29T20:21:01.770Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2909 | 2026-07-29T20:21:03.206Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2910 | 2026-07-29T20:21:03.450Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2911 | 2026-07-29T20:21:04.197Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2912 | 2026-07-29T20:21:06.009Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2913 | 2026-07-29T20:21:07.647Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2914 | 2026-07-29T20:21:07.837Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2915 | 2026-07-29T20:21:07.959Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2916 | 2026-07-29T20:21:08.246Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2917 | 2026-07-29T20:21:08.478Z | Compiling signal-hook-tokio v0.3.1 |
| 2918 | 2026-07-29T20:21:08.690Z | Compiling fatfs v0.3.6 |
| 2919 | 2026-07-29T20:21:08.887Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2920 | 2026-07-29T20:21:08.990Z | Compiling yasna v0.5.2 |
| 2921 | 2026-07-29T20:21:09.163Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2922 | 2026-07-29T20:21:09.273Z | Compiling assert_matches v1.5.0 |
| 2923 | 2026-07-29T20:21:09.384Z | Compiling is_ci v1.2.0 |
| 2924 | 2026-07-29T20:21:09.479Z | Compiling seq-macro v0.3.6 |
| 2925 | 2026-07-29T20:21:09.619Z | Compiling rcgen v0.12.1 |
| 2926 | 2026-07-29T20:21:09.973Z | Compiling supports-color v3.0.2 |
| 2927 | 2026-07-29T20:21:09.995Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2928 | 2026-07-29T20:21:10.264Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2929 | 2026-07-29T20:21:11.196Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2930 | 2026-07-29T20:21:11.498Z | Compiling oxide-update-engine-display v0.1.2 |
| 2931 | 2026-07-29T20:21:12.446Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2932 | 2026-07-29T20:21:12.853Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2933 | 2026-07-29T20:21:12.916Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2934 | 2026-07-29T20:21:13.964Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2935 | 2026-07-29T20:21:14.160Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2936 | 2026-07-29T20:21:14.200Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2937 | 2026-07-29T20:21:14.398Z | Compiling port-file v0.1.0 |
| 2938 | 2026-07-29T20:21:14.765Z | Compiling digest-io v0.1.0 |
| 2939 | 2026-07-29T20:21:14.978Z | Compiling sha2 v0.11.0 |
| 2940 | 2026-07-29T20:21:15.743Z | Compiling subprocess v0.2.15 |
| 2941 | 2026-07-29T20:21:16.576Z | Compiling rtoolbox v0.0.3 |
| 2942 | 2026-07-29T20:21:16.758Z | Compiling rawzip v0.4.4 |
| 2943 | 2026-07-29T20:21:16.849Z | Compiling rpassword v7.5.4 |
| 2944 | 2026-07-29T20:21:17.469Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2945 | 2026-07-29T20:21:17.834Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2946 | 2026-07-29T20:21:17.990Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2947 | 2026-07-29T20:21:21.407Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2948 | 2026-07-29T20:21:21.546Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2949 | 2026-07-29T20:21:21.581Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2950 | 2026-07-29T20:21:21.993Z | Compiling tui-tree-widget v0.23.1 |
| 2951 | 2026-07-29T20:21:22.284Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2952 | 2026-07-29T20:21:22.992Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2953 | 2026-07-29T20:21:23.264Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2954 | 2026-07-29T20:21:23.630Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2955 | 2026-07-29T20:21:23.839Z | Compiling uzers v0.12.2 |
| 2956 | 2026-07-29T20:21:23.877Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2957 | 2026-07-29T20:21:25.267Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2958 | 2026-07-29T20:21:26.197Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2959 | 2026-07-29T20:21:28.633Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2960 | 2026-07-29T20:21:29.380Z | Compiling support-bundle-viewer v0.1.2 |
| 2961 | 2026-07-29T20:21:30.716Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2962 | 2026-07-29T20:21:31.210Z | Compiling multimap v0.10.1 |
| 2963 | 2026-07-29T20:21:37.178Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2964 | 2026-07-29T20:21:44.413Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2965 | 2026-07-29T20:21:52.521Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2966 | 2026-07-29T20:21:53.883Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2967 | 2026-07-29T20:21:55.628Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2968 | 2026-07-29T20:28:42.864Z | Finished `release` profile [optimized] target(s) in 9m 03s |
| 2969 | 2026-07-29T20:28:42.868Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2970 | 2026-07-29T20:28:42.868Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2971 | 2026-07-29T20:29:59.211Z | |
| 2972 | 2026-07-29T20:29:59.211Z | real 10:20.685215212 |
| 2973 | 2026-07-29T20:29:59.211Z | user 1:20:33.945987562 |
| 2974 | 2026-07-29T20:29:59.222Z | sys 3:39.430597051 |
| 2975 | 2026-07-29T20:29:59.222Z | trap 1.797328417 |
| 2976 | 2026-07-29T20:29:59.223Z | tflt 1.888974900 |
| 2977 | 2026-07-29T20:29:59.223Z | dflt 20.305375526 |
| 2978 | 2026-07-29T20:29:59.223Z | kflt 0.121085093 |
| 2979 | 2026-07-29T20:29:59.223Z | lock 7:45:40.183702713 |
| 2980 | 2026-07-29T20:29:59.223Z | slp 2:16:20.479350704 |
| 2981 | 2026-07-29T20:29:59.223Z | lat 2:29.315903514 |
| 2982 | 2026-07-29T20:29:59.223Z | stop 5:39.240589326 |
| 2983 | 2026-07-29T20:29:59.223Z | + mapfile -t packages |
| 2984 | 2026-07-29T20:29:59.223Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2985 | 2026-07-29T20:30:00.161Z | Finished `release` profile [optimized] target(s) in 0.93s |
| 2986 | 2026-07-29T20:30:00.237Z | Running `target/release/omicron-package -t test list-outputs` |
| 2987 | 2026-07-29T20:30:00.297Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2988 | 2026-07-29T20:30:00.302Z | + ptime -m cargo build --locked --release -p xtask |
| 2989 | 2026-07-29T20:30:00.784Z | Compiling libc v0.2.185 |
| 2990 | 2026-07-29T20:30:00.784Z | Compiling serde_core v1.0.228 |
| 2991 | 2026-07-29T20:30:00.784Z | Compiling serde v1.0.228 |
| 2992 | 2026-07-29T20:30:00.788Z | Compiling rustix v1.1.3 |
| 2993 | 2026-07-29T20:30:00.788Z | Compiling serde_json v1.0.151 |
| 2994 | 2026-07-29T20:30:00.788Z | Compiling bitflags v2.11.0 |
| 2995 | 2026-07-29T20:30:00.945Z | Compiling syn v2.0.117 |
| 2996 | 2026-07-29T20:30:00.945Z | Compiling usdt-impl v0.5.0 |
| 2997 | 2026-07-29T20:30:00.968Z | Compiling syn v1.0.109 |
| 2998 | 2026-07-29T20:30:00.979Z | Compiling log v0.4.29 |
| 2999 | 2026-07-29T20:30:00.979Z | Compiling getrandom v0.4.1 |
| 3000 | 2026-07-29T20:30:01.002Z | Compiling indexmap v2.14.0 |
| 3001 | 2026-07-29T20:30:01.017Z | Compiling fs-err v3.3.0 |
| 3002 | 2026-07-29T20:30:01.185Z | Compiling once_cell v1.21.3 |
| 3003 | 2026-07-29T20:30:01.270Z | Compiling anyhow v1.0.102 |
| 3004 | 2026-07-29T20:30:01.306Z | Compiling heck v0.4.1 |
| 3005 | 2026-07-29T20:30:01.647Z | Compiling thread-id v4.2.2 |
| 3006 | 2026-07-29T20:30:01.653Z | Compiling errno v0.3.14 |
| 3007 | 2026-07-29T20:30:01.653Z | Compiling memmap v0.7.0 |
| 3008 | 2026-07-29T20:30:02.423Z | Compiling proc-macro-error v1.0.4 |
| 3009 | 2026-07-29T20:30:02.655Z | Compiling terminal_size v0.4.3 |
| 3010 | 2026-07-29T20:30:02.655Z | Compiling tempfile v3.25.0 |
| 3011 | 2026-07-29T20:30:02.687Z | Compiling tabled_derive v0.7.0 |
| 3012 | 2026-07-29T20:30:02.753Z | Compiling clap_builder v4.6.0 |
| 3013 | 2026-07-29T20:30:02.753Z | Compiling textwrap v0.16.2 |
| 3014 | 2026-07-29T20:30:02.986Z | Compiling camino v1.2.2 |
| 3015 | 2026-07-29T20:30:02.987Z | Compiling semver v1.0.28 |
| 3016 | 2026-07-29T20:30:02.990Z | Compiling cargo-platform v0.3.2 |
| 3017 | 2026-07-29T20:30:03.105Z | Compiling pest_generator v2.8.6 |
| 3018 | 2026-07-29T20:30:03.303Z | Compiling camino-tempfile v1.4.1 |
| 3019 | 2026-07-29T20:30:03.386Z | Compiling tabled v0.15.0 |
| 3020 | 2026-07-29T20:30:03.661Z | Compiling serde_derive v1.0.228 |
| 3021 | 2026-07-29T20:30:03.661Z | Compiling thiserror-impl v1.0.69 |
| 3022 | 2026-07-29T20:30:03.665Z | Compiling zerocopy-derive v0.7.35 |
| 3023 | 2026-07-29T20:30:03.665Z | Compiling pest_derive v2.8.6 |
| 3024 | 2026-07-29T20:30:03.665Z | Compiling scroll_derive v0.12.1 |
| 3025 | 2026-07-29T20:30:03.666Z | Compiling thiserror-impl v2.0.18 |
| 3026 | 2026-07-29T20:30:03.666Z | Compiling clap_derive v4.6.1 |
| 3027 | 2026-07-29T20:30:04.385Z | Compiling scroll v0.12.0 |
| 3028 | 2026-07-29T20:30:04.536Z | Compiling zerocopy v0.7.35 |
| 3029 | 2026-07-29T20:30:04.653Z | Compiling goblin v0.8.2 |
| 3030 | 2026-07-29T20:30:04.761Z | Compiling thiserror v1.0.69 |
| 3031 | 2026-07-29T20:30:04.878Z | Compiling dtrace-parser v0.2.0 |
| 3032 | 2026-07-29T20:30:05.058Z | Compiling thiserror v2.0.18 |
| 3033 | 2026-07-29T20:30:05.100Z | Compiling clap v4.6.1 |
| 3034 | 2026-07-29T20:30:06.792Z | Compiling dof v0.3.0 |
| 3035 | 2026-07-29T20:30:06.892Z | Compiling toml_datetime v0.6.11 |
| 3036 | 2026-07-29T20:30:06.981Z | Compiling serde_spanned v0.6.9 |
| 3037 | 2026-07-29T20:30:07.012Z | Compiling serde_tokenstream v0.2.3 |
| 3038 | 2026-07-29T20:30:07.023Z | Compiling macaddr v1.0.1 |
| 3039 | 2026-07-29T20:30:07.057Z | Compiling cargo_metadata v0.23.1 |
| 3040 | 2026-07-29T20:30:07.070Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3041 | 2026-07-29T20:30:07.119Z | Compiling toml_edit v0.22.27 |
| 3042 | 2026-07-29T20:30:07.538Z | Compiling usdt-attr-macro v0.5.0 |
| 3043 | 2026-07-29T20:30:07.538Z | Compiling usdt-macro v0.5.0 |
| 3044 | 2026-07-29T20:30:08.186Z | Compiling usdt v0.5.0 |
| 3045 | 2026-07-29T20:30:08.660Z | Compiling toml v0.8.23 |
| 3046 | 2026-07-29T20:30:09.093Z | Compiling cargo_toml v0.21.0 |
| 3047 | 2026-07-29T20:30:13.528Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3048 | 2026-07-29T20:30:16.746Z | Finished `release` profile [optimized] target(s) in 16.43s |
| 3049 | 2026-07-29T20:30:16.852Z | |
| 3050 | 2026-07-29T20:30:16.852Z | real 16.517121576 |
| 3051 | 2026-07-29T20:30:16.852Z | user 2:05.195628465 |
| 3052 | 2026-07-29T20:30:16.852Z | sys 13.654506066 |
| 3053 | 2026-07-29T20:30:16.852Z | trap 0.057983765 |
| 3054 | 2026-07-29T20:30:16.852Z | tflt 0.443816742 |
| 3055 | 2026-07-29T20:30:16.852Z | dflt 1.455651477 |
| 3056 | 2026-07-29T20:30:16.852Z | kflt 0.000155090 |
| 3057 | 2026-07-29T20:30:16.856Z | lock 4:45.120751153 |
| 3058 | 2026-07-29T20:30:16.856Z | slp 2:42.807060639 |
| 3059 | 2026-07-29T20:30:16.856Z | lat 3.517057544 |
| 3060 | 2026-07-29T20:30:16.856Z | stop 16.178941350 |
| 3061 | 2026-07-29T20:30:16.856Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3062 | 2026-07-29T20:30:16.856Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3063 | 2026-07-29T20:30:16.856Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3064 | 2026-07-29T20:30:16.856Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3065 | 2026-07-29T20:30:16.856Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3066 | 2026-07-29T20:30:17.785Z | Compiling progenitor-client v0.14.0 |
| 3067 | 2026-07-29T20:30:17.785Z | Compiling newtype-uuid-macros v0.1.0 |
| 3068 | 2026-07-29T20:30:17.785Z | Compiling match_cfg v0.1.0 |
| 3069 | 2026-07-29T20:30:17.785Z | Compiling slog-json v2.6.1 |
| 3070 | 2026-07-29T20:30:17.785Z | Compiling sha1 v0.11.0 |
| 3071 | 2026-07-29T20:30:17.785Z | Compiling multer v3.1.0 |
| 3072 | 2026-07-29T20:30:17.791Z | Compiling compression-core v0.4.31 |
| 3073 | 2026-07-29T20:30:17.791Z | Compiling debug-ignore v1.0.5 |
| 3074 | 2026-07-29T20:30:17.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3075 | 2026-07-29T20:30:17.791Z | Compiling async-stream-impl v0.3.6 |
| 3076 | 2026-07-29T20:30:17.791Z | Compiling serde_spanned v1.1.1 |
| 3077 | 2026-07-29T20:30:17.791Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3078 | 2026-07-29T20:30:17.937Z | Compiling dropshot v0.17.1 |
| 3079 | 2026-07-29T20:30:17.941Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3080 | 2026-07-29T20:30:17.965Z | Compiling waitgroup v0.1.2 |
| 3081 | 2026-07-29T20:30:17.969Z | Compiling rustls-pemfile v2.2.0 |
| 3082 | 2026-07-29T20:30:17.993Z | Compiling hostname v0.3.1 |
| 3083 | 2026-07-29T20:30:18.200Z | Compiling dropshot_endpoint v0.17.1 |
| 3084 | 2026-07-29T20:30:18.216Z | Compiling hostname v0.4.2 |
| 3085 | 2026-07-29T20:30:18.219Z | Compiling serde_path_to_error v0.1.20 |
| 3086 | 2026-07-29T20:30:18.289Z | Compiling compression-codecs v0.4.37 |
| 3087 | 2026-07-29T20:30:18.289Z | Compiling atomicwrites v0.4.4 |
| 3088 | 2026-07-29T20:30:18.293Z | Compiling macaddr v1.0.1 |
| 3089 | 2026-07-29T20:30:18.361Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3090 | 2026-07-29T20:30:18.402Z | Compiling slog-bunyan v2.5.0 |
| 3091 | 2026-07-29T20:30:18.407Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3092 | 2026-07-29T20:30:18.407Z | Compiling instant v0.1.13 |
| 3093 | 2026-07-29T20:30:18.475Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3094 | 2026-07-29T20:30:18.496Z | Compiling itertools v0.14.0 |
| 3095 | 2026-07-29T20:30:18.550Z | Compiling async-stream v0.3.6 |
| 3096 | 2026-07-29T20:30:18.550Z | Compiling async-compression v0.4.41 |
| 3097 | 2026-07-29T20:30:18.550Z | Compiling regress v0.10.5 |
| 3098 | 2026-07-29T20:30:18.554Z | Compiling parse-display-derive v0.10.0 |
| 3099 | 2026-07-29T20:30:18.554Z | Compiling backon v1.6.0 |
| 3100 | 2026-07-29T20:30:18.636Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3101 | 2026-07-29T20:30:18.640Z | Compiling backoff v0.4.0 |
| 3102 | 2026-07-29T20:30:18.640Z | Compiling humantime v2.3.0 |
| 3103 | 2026-07-29T20:30:18.696Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3104 | 2026-07-29T20:30:18.717Z | Compiling regress v0.11.1 |
| 3105 | 2026-07-29T20:30:18.749Z | Compiling progenitor-extras v0.2.0 |
| 3106 | 2026-07-29T20:30:18.809Z | Compiling half v2.7.1 |
| 3107 | 2026-07-29T20:30:18.875Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3108 | 2026-07-29T20:30:18.893Z | Compiling crucible-workspace-hack v0.1.0 |
| 3109 | 2026-07-29T20:30:18.947Z | Compiling ciborium-io v0.2.2 |
| 3110 | 2026-07-29T20:30:18.951Z | Compiling convert_case v0.4.0 |
| 3111 | 2026-07-29T20:30:18.978Z | Compiling secrecy v0.10.3 |
| 3112 | 2026-07-29T20:30:18.982Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3113 | 2026-07-29T20:30:19.021Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3114 | 2026-07-29T20:30:19.038Z | Compiling unsafe-libyaml v0.2.11 |
| 3115 | 2026-07-29T20:30:19.061Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3116 | 2026-07-29T20:30:19.123Z | Compiling ciborium-ll v0.2.2 |
| 3117 | 2026-07-29T20:30:19.157Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3118 | 2026-07-29T20:30:19.175Z | Compiling inout v0.1.4 |
| 3119 | 2026-07-29T20:30:19.226Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3120 | 2026-07-29T20:30:19.244Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3121 | 2026-07-29T20:30:19.301Z | Compiling ciborium v0.2.2 |
| 3122 | 2026-07-29T20:30:19.358Z | Compiling cipher v0.4.4 |
| 3123 | 2026-07-29T20:30:19.375Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3124 | 2026-07-29T20:30:19.440Z | Compiling derive_more v0.99.20 |
| 3125 | 2026-07-29T20:30:19.448Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3126 | 2026-07-29T20:30:19.507Z | Compiling universal-hash v0.5.1 |
| 3127 | 2026-07-29T20:30:19.528Z | Compiling opaque-debug v0.3.1 |
| 3128 | 2026-07-29T20:30:19.603Z | Compiling serde_yaml v0.9.34+deprecated |
| 3129 | 2026-07-29T20:30:19.654Z | Compiling poly1305 v0.8.0 |
| 3130 | 2026-07-29T20:30:19.664Z | Compiling chacha20 v0.9.1 |
| 3131 | 2026-07-29T20:30:19.671Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3132 | 2026-07-29T20:30:19.686Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3133 | 2026-07-29T20:30:19.815Z | Compiling blake2 v0.10.6 |
| 3134 | 2026-07-29T20:30:19.831Z | Compiling aead v0.5.2 |
| 3135 | 2026-07-29T20:30:19.904Z | Compiling password-hash v0.5.0 |
| 3136 | 2026-07-29T20:30:19.921Z | Compiling indent_write v2.2.0 |
| 3137 | 2026-07-29T20:30:19.955Z | Compiling itertools v0.15.0 |
| 3138 | 2026-07-29T20:30:20.070Z | Compiling proc-macro-crate v3.4.0 |
| 3139 | 2026-07-29T20:30:20.089Z | Compiling chacha20poly1305 v0.10.1 |
| 3140 | 2026-07-29T20:30:20.265Z | Compiling argon2 v0.5.3 |
| 3141 | 2026-07-29T20:30:20.338Z | Compiling typify-impl v0.6.2 |
| 3142 | 2026-07-29T20:30:20.370Z | Compiling parse-display v0.10.0 |
| 3143 | 2026-07-29T20:30:20.406Z | Compiling heapless v0.8.0 |
| 3144 | 2026-07-29T20:30:20.422Z | Compiling tabwriter v1.4.1 |
| 3145 | 2026-07-29T20:30:20.518Z | Compiling hash32 v0.3.1 |
| 3146 | 2026-07-29T20:30:20.620Z | Compiling thiserror-no-std v2.0.2 |
| 3147 | 2026-07-29T20:30:20.644Z | Compiling num_enum_derive v0.7.6 |
| 3148 | 2026-07-29T20:30:20.681Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3149 | 2026-07-29T20:30:20.704Z | Compiling vsss-rs v3.3.4 |
| 3150 | 2026-07-29T20:30:20.722Z | Compiling smoltcp v0.11.0 |
| 3151 | 2026-07-29T20:30:20.738Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3152 | 2026-07-29T20:30:20.995Z | Compiling cobs v0.3.0 |
| 3153 | 2026-07-29T20:30:21.017Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3154 | 2026-07-29T20:30:21.077Z | Compiling colored v3.1.1 |
| 3155 | 2026-07-29T20:30:21.123Z | Compiling proc-macro-error v1.0.4 |
| 3156 | 2026-07-29T20:30:21.224Z | Compiling postcard v1.1.3 |
| 3157 | 2026-07-29T20:30:21.268Z | Compiling rand v0.10.1 |
| 3158 | 2026-07-29T20:30:21.331Z | Compiling ingot-macros v0.2.0 |
| 3159 | 2026-07-29T20:30:21.415Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3160 | 2026-07-29T20:30:21.454Z | Compiling proc-macro-crate v1.3.1 |
| 3161 | 2026-07-29T20:30:21.489Z | Compiling foreign-types-macros v0.2.3 |
| 3162 | 2026-07-29T20:30:21.544Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3163 | 2026-07-29T20:30:21.606Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3164 | 2026-07-29T20:30:21.740Z | Compiling rayon-core v1.13.0 |
| 3165 | 2026-07-29T20:30:21.757Z | Compiling num_enum v0.7.6 |
| 3166 | 2026-07-29T20:30:21.815Z | Compiling foreign-types-shared v0.3.1 |
| 3167 | 2026-07-29T20:30:21.939Z | Compiling crossbeam-deque v0.8.6 |
| 3168 | 2026-07-29T20:30:21.957Z | Compiling num_enum_derive v0.5.11 |
| 3169 | 2026-07-29T20:30:21.957Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3170 | 2026-07-29T20:30:22.021Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3171 | 2026-07-29T20:30:22.040Z | Compiling cstr-argument v0.1.2 |
| 3172 | 2026-07-29T20:30:22.059Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3173 | 2026-07-29T20:30:22.078Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3174 | 2026-07-29T20:30:22.095Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3175 | 2026-07-29T20:30:22.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3176 | 2026-07-29T20:30:22.192Z | Compiling foreign-types v0.5.0 |
| 3177 | 2026-07-29T20:30:22.225Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3178 | 2026-07-29T20:30:22.266Z | Compiling cpubits v0.1.1 |
| 3179 | 2026-07-29T20:30:22.303Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3180 | 2026-07-29T20:30:22.323Z | Compiling zone_cfg_derive v0.3.1 |
| 3181 | 2026-07-29T20:30:22.339Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3182 | 2026-07-29T20:30:22.344Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3183 | 2026-07-29T20:30:22.374Z | Compiling itertools v0.12.1 |
| 3184 | 2026-07-29T20:30:22.454Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3185 | 2026-07-29T20:30:22.500Z | Compiling num-derive v0.4.2 |
| 3186 | 2026-07-29T20:30:22.541Z | Compiling sigpipe v0.1.3 |
| 3187 | 2026-07-29T20:30:22.587Z | Compiling rayon v1.11.0 |
| 3188 | 2026-07-29T20:30:22.604Z | Compiling glob v0.3.3 |
| 3189 | 2026-07-29T20:30:22.638Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3190 | 2026-07-29T20:30:22.656Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3191 | 2026-07-29T20:30:22.880Z | Compiling smf v0.2.3 |
| 3192 | 2026-07-29T20:30:22.903Z | Compiling whoami v1.6.1 |
| 3193 | 2026-07-29T20:30:22.922Z | Compiling usdt-attr-macro v0.5.0 |
| 3194 | 2026-07-29T20:30:23.037Z | Compiling usdt-macro v0.5.0 |
| 3195 | 2026-07-29T20:30:23.054Z | Compiling gethostname v0.5.0 |
| 3196 | 2026-07-29T20:30:23.091Z | Compiling num_enum v0.5.11 |
| 3197 | 2026-07-29T20:30:23.202Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3198 | 2026-07-29T20:30:23.224Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3199 | 2026-07-29T20:30:23.240Z | Compiling num-rational v0.4.2 |
| 3200 | 2026-07-29T20:30:23.260Z | Compiling pem-rfc7468 v1.0.0 |
| 3201 | 2026-07-29T20:30:23.320Z | Compiling num-complex v0.4.6 |
| 3202 | 2026-07-29T20:30:23.491Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3203 | 2026-07-29T20:30:23.570Z | Compiling zone v0.3.1 |
| 3204 | 2026-07-29T20:30:23.593Z | Compiling derive-where v1.6.0 |
| 3205 | 2026-07-29T20:30:23.662Z | Compiling memmap v0.7.0 |
| 3206 | 2026-07-29T20:30:23.720Z | Compiling num v0.4.3 |
| 3207 | 2026-07-29T20:30:23.754Z | Compiling float-ord v0.3.2 |
| 3208 | 2026-07-29T20:30:23.817Z | Compiling toml v0.8.23 |
| 3209 | 2026-07-29T20:30:23.834Z | Compiling hmac v0.13.0 |
| 3210 | 2026-07-29T20:30:23.864Z | Compiling universal-hash v0.6.1 |
| 3211 | 2026-07-29T20:30:23.868Z | Compiling usdt v0.5.0 |
| 3212 | 2026-07-29T20:30:23.901Z | Compiling resolv-conf v0.7.6 |
| 3213 | 2026-07-29T20:30:23.901Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3214 | 2026-07-29T20:30:23.905Z | Compiling cancel-safe-futures v0.1.5 |
| 3215 | 2026-07-29T20:30:24.031Z | Compiling polyval v0.7.1 |
| 3216 | 2026-07-29T20:30:24.050Z | Compiling der v0.8.0 |
| 3217 | 2026-07-29T20:30:24.082Z | Compiling prettyplease v0.2.37 |
| 3218 | 2026-07-29T20:30:24.186Z | Compiling pbkdf2 v0.13.0 |
| 3219 | 2026-07-29T20:30:24.202Z | Compiling ghash v0.6.0 |
| 3220 | 2026-07-29T20:30:24.279Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3221 | 2026-07-29T20:30:24.389Z | Compiling aes v0.9.1 |
| 3222 | 2026-07-29T20:30:24.389Z | Compiling ingot-types v0.2.0 |
| 3223 | 2026-07-29T20:30:24.396Z | Compiling crypto-bigint v0.7.5 |
| 3224 | 2026-07-29T20:30:24.396Z | Compiling console v0.15.11 |
| 3225 | 2026-07-29T20:30:24.397Z | Compiling hickory-proto v0.24.4 |
| 3226 | 2026-07-29T20:30:24.397Z | Compiling newline-converter v0.3.0 |
| 3227 | 2026-07-29T20:30:24.424Z | Compiling ctr v0.10.1 |
| 3228 | 2026-07-29T20:30:24.466Z | Compiling aead v0.6.1 |
| 3229 | 2026-07-29T20:30:24.510Z | Compiling sha2 v0.11.0 |
| 3230 | 2026-07-29T20:30:24.549Z | Compiling linear-map v1.2.0 |
| 3231 | 2026-07-29T20:30:24.656Z | Compiling linked-hash-map v0.5.6 |
| 3232 | 2026-07-29T20:30:24.674Z | Compiling libefi-sys v0.1.0 |
| 3233 | 2026-07-29T20:30:24.764Z | Compiling ingot v0.2.1 |
| 3234 | 2026-07-29T20:30:24.768Z | Compiling expectorate v1.2.0 |
| 3235 | 2026-07-29T20:30:24.878Z | Compiling lru-cache v0.1.2 |
| 3236 | 2026-07-29T20:30:24.898Z | Compiling aes-gcm v0.11.0 |
| 3237 | 2026-07-29T20:30:24.972Z | Compiling salsa20 v0.11.0 |
| 3238 | 2026-07-29T20:30:24.990Z | Compiling spki v0.8.0 |
| 3239 | 2026-07-29T20:30:24.994Z | Compiling oxide-update-engine-types v0.1.2 |
| 3240 | 2026-07-29T20:30:25.036Z | Compiling typify-macro v0.6.2 |
| 3241 | 2026-07-29T20:30:25.053Z | Compiling bitfield-struct v0.6.2 |
| 3242 | 2026-07-29T20:30:25.117Z | Compiling nom v8.0.0 |
| 3243 | 2026-07-29T20:30:25.152Z | Compiling semver v0.1.20 |
| 3244 | 2026-07-29T20:30:25.240Z | Compiling scrypt v0.12.0 |
| 3245 | 2026-07-29T20:30:25.402Z | Compiling rustc_version v0.1.7 |
| 3246 | 2026-07-29T20:30:25.475Z | Compiling tokio-dtrace v0.1.1 |
| 3247 | 2026-07-29T20:30:25.561Z | Compiling cbc v0.2.1 |
| 3248 | 2026-07-29T20:30:25.565Z | Compiling slog-dtrace v0.3.0 |
| 3249 | 2026-07-29T20:30:25.654Z | Compiling minimal-lexical v0.2.1 |
| 3250 | 2026-07-29T20:30:25.751Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3251 | 2026-07-29T20:30:25.755Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3252 | 2026-07-29T20:30:25.784Z | Compiling pkcs5 v0.8.1 |
| 3253 | 2026-07-29T20:30:25.788Z | Compiling oxide-tokio-rt v0.1.4 |
| 3254 | 2026-07-29T20:30:25.850Z | Compiling newtype_derive v0.1.6 |
| 3255 | 2026-07-29T20:30:25.884Z | Compiling nom v7.1.3 |
| 3256 | 2026-07-29T20:30:25.942Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3257 | 2026-07-29T20:30:26.071Z | Compiling oxide-update-engine v0.1.2 |
| 3258 | 2026-07-29T20:30:26.089Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3259 | 2026-07-29T20:30:26.124Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3260 | 2026-07-29T20:30:26.124Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3261 | 2026-07-29T20:30:26.185Z | Compiling phf_shared v0.12.1 |
| 3262 | 2026-07-29T20:30:26.246Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3263 | 2026-07-29T20:30:26.334Z | Compiling csv-core v0.1.13 |
| 3264 | 2026-07-29T20:30:26.352Z | Compiling unicode-xid v0.2.6 |
| 3265 | 2026-07-29T20:30:26.390Z | Compiling xshell-macros v0.2.7 |
| 3266 | 2026-07-29T20:30:26.500Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3267 | 2026-07-29T20:30:26.518Z | Compiling hickory-resolver v0.24.4 |
| 3268 | 2026-07-29T20:30:26.643Z | Compiling chrono-tz v0.10.4 |
| 3269 | 2026-07-29T20:30:26.683Z | Compiling highway v1.3.0 |
| 3270 | 2026-07-29T20:30:26.683Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3271 | 2026-07-29T20:30:26.759Z | Compiling csv v1.4.0 |
| 3272 | 2026-07-29T20:30:26.794Z | Compiling const_format_proc_macros v0.2.34 |
| 3273 | 2026-07-29T20:30:26.862Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3274 | 2026-07-29T20:30:26.888Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3275 | 2026-07-29T20:30:26.892Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3276 | 2026-07-29T20:30:26.924Z | Compiling typify v0.6.2 |
| 3277 | 2026-07-29T20:30:27.063Z | Compiling progenitor-impl v0.14.0 |
| 3278 | 2026-07-29T20:30:27.145Z | Compiling xshell v0.2.7 |
| 3279 | 2026-07-29T20:30:27.364Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3280 | 2026-07-29T20:30:27.390Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3281 | 2026-07-29T20:30:27.689Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3282 | 2026-07-29T20:30:27.715Z | Compiling qorb v0.4.1 |
| 3283 | 2026-07-29T20:30:27.733Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3284 | 2026-07-29T20:30:27.766Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3285 | 2026-07-29T20:30:27.924Z | Compiling phf v0.12.1 |
| 3286 | 2026-07-29T20:30:27.951Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3287 | 2026-07-29T20:30:28.101Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3288 | 2026-07-29T20:30:28.117Z | Compiling pkcs8 v0.11.0 |
| 3289 | 2026-07-29T20:30:28.365Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3290 | 2026-07-29T20:30:28.525Z | Compiling ff v0.14.0 |
| 3291 | 2026-07-29T20:30:28.538Z | Compiling owo-colors v4.3.0 |
| 3292 | 2026-07-29T20:30:28.696Z | Compiling const_format v0.2.35 |
| 3293 | 2026-07-29T20:30:28.731Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3294 | 2026-07-29T20:30:28.818Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3295 | 2026-07-29T20:30:28.900Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3296 | 2026-07-29T20:30:28.982Z | Compiling tabled_derive v0.7.0 |
| 3297 | 2026-07-29T20:30:29.017Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3298 | 2026-07-29T20:30:29.071Z | Compiling bcs v0.1.6 |
| 3299 | 2026-07-29T20:30:29.204Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3300 | 2026-07-29T20:30:29.409Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3301 | 2026-07-29T20:30:29.425Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3302 | 2026-07-29T20:30:29.597Z | Compiling termtree v0.5.1 |
| 3303 | 2026-07-29T20:30:30.267Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3304 | 2026-07-29T20:30:30.309Z | Compiling progenitor-macro v0.14.0 |
| 3305 | 2026-07-29T20:30:30.309Z | Compiling tagptr v0.2.0 |
| 3306 | 2026-07-29T20:30:30.309Z | Compiling salty v0.3.0 |
| 3307 | 2026-07-29T20:30:30.309Z | Compiling textwrap v0.16.2 |
| 3308 | 2026-07-29T20:30:30.309Z | Compiling moka v0.12.13 |
| 3309 | 2026-07-29T20:30:30.309Z | Compiling tabled v0.15.0 |
| 3310 | 2026-07-29T20:30:30.309Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3311 | 2026-07-29T20:30:30.310Z | Compiling group v0.14.0 |
| 3312 | 2026-07-29T20:30:30.310Z | Compiling steno v0.4.1 |
| 3313 | 2026-07-29T20:30:30.342Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3314 | 2026-07-29T20:30:30.421Z | Compiling sha1 v0.10.6 |
| 3315 | 2026-07-29T20:30:30.472Z | Compiling signature v3.0.0 |
| 3316 | 2026-07-29T20:30:30.490Z | Compiling base16ct v1.0.0 |
| 3317 | 2026-07-29T20:30:30.670Z | Compiling sec1 v0.8.1 |
| 3318 | 2026-07-29T20:30:30.695Z | Compiling hkdf v0.13.0 |
| 3319 | 2026-07-29T20:30:30.711Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3320 | 2026-07-29T20:30:30.835Z | Compiling hickory-resolver v0.25.2 |
| 3321 | 2026-07-29T20:30:30.878Z | Compiling rfc6979 v0.4.0 |
| 3322 | 2026-07-29T20:30:30.896Z | Compiling elliptic-curve v0.14.1 |
| 3323 | 2026-07-29T20:30:30.941Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3324 | 2026-07-29T20:30:30.961Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3325 | 2026-07-29T20:30:30.994Z | Compiling primeorder v0.13.6 |
| 3326 | 2026-07-29T20:30:31.041Z | Compiling ecdsa v0.16.9 |
| 3327 | 2026-07-29T20:30:31.222Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3328 | 2026-07-29T20:30:31.286Z | Compiling utf-8 v0.7.6 |
| 3329 | 2026-07-29T20:30:31.311Z | Compiling parking_lot_core v0.8.6 |
| 3330 | 2026-07-29T20:30:31.477Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3331 | 2026-07-29T20:30:31.494Z | Compiling tungstenite v0.21.0 |
| 3332 | 2026-07-29T20:30:31.512Z | Compiling p384 v0.13.1 |
| 3333 | 2026-07-29T20:30:31.626Z | Compiling wnaf v0.14.0 |
| 3334 | 2026-07-29T20:30:31.694Z | Compiling proc-macro-error2 v2.0.1 |
| 3335 | 2026-07-29T20:30:31.737Z | Compiling primefield v0.14.0 |
| 3336 | 2026-07-29T20:30:31.881Z | Compiling rfc6979 v0.6.0 |
| 3337 | 2026-07-29T20:30:32.009Z | Compiling git-stub v1.0.0 |
| 3338 | 2026-07-29T20:30:32.077Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3339 | 2026-07-29T20:30:32.081Z | Compiling num-derive v0.3.3 |
| 3340 | 2026-07-29T20:30:32.155Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3341 | 2026-07-29T20:30:32.306Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3342 | 2026-07-29T20:30:32.376Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3343 | 2026-07-29T20:30:32.442Z | Compiling git-stub-vcs v0.1.0 |
| 3344 | 2026-07-29T20:30:32.461Z | Compiling tabled_derive v0.11.0 |
| 3345 | 2026-07-29T20:30:32.478Z | Compiling tokio-tungstenite v0.21.0 |
| 3346 | 2026-07-29T20:30:32.520Z | Compiling ecdsa v0.17.0 |
| 3347 | 2026-07-29T20:30:32.621Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3348 | 2026-07-29T20:30:32.826Z | Compiling primeorder v0.14.0 |
| 3349 | 2026-07-29T20:30:32.861Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3350 | 2026-07-29T20:30:32.897Z | Compiling progenitor-impl v0.13.0 |
| 3351 | 2026-07-29T20:30:33.024Z | Compiling papergrid v0.17.0 |
| 3352 | 2026-07-29T20:30:33.072Z | Compiling testing_table v0.3.0 |
| 3353 | 2026-07-29T20:30:33.075Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3354 | 2026-07-29T20:30:33.075Z | Compiling libscf-sys v1.1.0 |
| 3355 | 2026-07-29T20:30:33.196Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3356 | 2026-07-29T20:30:33.264Z | Compiling curve25519-dalek v5.0.0 |
| 3357 | 2026-07-29T20:30:33.268Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3358 | 2026-07-29T20:30:33.300Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3359 | 2026-07-29T20:30:33.318Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3360 | 2026-07-29T20:30:33.408Z | Compiling unicase v2.9.0 |
| 3361 | 2026-07-29T20:30:33.457Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3362 | 2026-07-29T20:30:33.523Z | Compiling corncobs v0.1.4 |
| 3363 | 2026-07-29T20:30:33.637Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3364 | 2026-07-29T20:30:33.655Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3365 | 2026-07-29T20:30:33.658Z | Compiling mime_guess v2.0.5 |
| 3366 | 2026-07-29T20:30:33.706Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3367 | 2026-07-29T20:30:33.726Z | Compiling parking_lot v0.11.2 |
| 3368 | 2026-07-29T20:30:33.759Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3369 | 2026-07-29T20:30:33.808Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3370 | 2026-07-29T20:30:34.015Z | Compiling tabled v0.20.0 |
| 3371 | 2026-07-29T20:30:34.100Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3372 | 2026-07-29T20:30:34.117Z | Compiling ssh-encoding v0.3.0 |
| 3373 | 2026-07-29T20:30:34.136Z | Compiling progenitor-client v0.13.0 |
| 3374 | 2026-07-29T20:30:34.270Z | Compiling prefix-trie v0.7.0 |
| 3375 | 2026-07-29T20:30:34.295Z | Compiling fxhash v0.2.1 |
| 3376 | 2026-07-29T20:30:34.311Z | Compiling secrecy v0.8.0 |
| 3377 | 2026-07-29T20:30:34.462Z | Compiling keccak v0.2.0 |
| 3378 | 2026-07-29T20:30:34.497Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3379 | 2026-07-29T20:30:34.516Z | Compiling sled v0.34.7 |
| 3380 | 2026-07-29T20:30:34.668Z | Compiling hickory-server v0.25.2 |
| 3381 | 2026-07-29T20:30:34.758Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3382 | 2026-07-29T20:30:34.810Z | Compiling ed25519 v3.0.0 |
| 3383 | 2026-07-29T20:30:34.908Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3384 | 2026-07-29T20:30:34.945Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3385 | 2026-07-29T20:30:34.961Z | Compiling crypto-primes v0.7.2 |
| 3386 | 2026-07-29T20:30:35.049Z | Compiling progenitor v0.14.0 |
| 3387 | 2026-07-29T20:30:35.233Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3388 | 2026-07-29T20:30:35.256Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3389 | 2026-07-29T20:30:35.589Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3390 | 2026-07-29T20:30:35.630Z | Compiling progenitor-macro v0.13.0 |
| 3391 | 2026-07-29T20:30:35.649Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3392 | 2026-07-29T20:30:35.772Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3393 | 2026-07-29T20:30:35.941Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3394 | 2026-07-29T20:30:35.993Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3395 | 2026-07-29T20:30:36.119Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3396 | 2026-07-29T20:30:36.383Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3397 | 2026-07-29T20:30:36.501Z | Compiling poly1305 v0.9.0 |
| 3398 | 2026-07-29T20:30:36.546Z | Compiling blowfish v0.10.0 |
| 3399 | 2026-07-29T20:30:36.549Z | Compiling blake2 v0.11.0-rc.6 |
| 3400 | 2026-07-29T20:30:36.700Z | Compiling http-range v0.1.5 |
| 3401 | 2026-07-29T20:30:36.820Z | Compiling half v1.8.3 |
| 3402 | 2026-07-29T20:30:36.892Z | Compiling crc8 v0.1.1 |
| 3403 | 2026-07-29T20:30:36.945Z | Compiling argon2 v0.6.0-rc.8 |
| 3404 | 2026-07-29T20:30:37.039Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3405 | 2026-07-29T20:30:37.070Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3406 | 2026-07-29T20:30:37.165Z | Compiling serde_cbor v0.11.2 |
| 3407 | 2026-07-29T20:30:37.218Z | Compiling ssh-cipher v0.3.0 |
| 3408 | 2026-07-29T20:30:37.325Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3409 | 2026-07-29T20:30:37.662Z | Compiling rsa v0.10.0-rc.18 |
| 3410 | 2026-07-29T20:30:37.840Z | Compiling ed25519-dalek v3.0.0 |
| 3411 | 2026-07-29T20:30:38.050Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3412 | 2026-07-29T20:30:38.072Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3413 | 2026-07-29T20:30:38.103Z | Compiling illumos-nvpair v0.3.0 |
| 3414 | 2026-07-29T20:30:38.304Z | Compiling sha3 v0.11.0 |
| 3415 | 2026-07-29T20:30:38.333Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3416 | 2026-07-29T20:30:38.386Z | Compiling p256 v0.14.0 |
| 3417 | 2026-07-29T20:30:38.404Z | Compiling p384 v0.14.0 |
| 3418 | 2026-07-29T20:30:38.422Z | Compiling p521 v0.14.0 |
| 3419 | 2026-07-29T20:30:38.716Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3420 | 2026-07-29T20:30:38.764Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3421 | 2026-07-29T20:30:38.789Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3422 | 2026-07-29T20:30:39.001Z | Compiling yasna v0.5.2 |
| 3423 | 2026-07-29T20:30:40.515Z | Compiling kstat-rs v0.2.4 |
| 3424 | 2026-07-29T20:30:40.540Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3425 | 2026-07-29T20:30:40.540Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3426 | 2026-07-29T20:30:40.540Z | Compiling headers-core v0.3.0 |
| 3427 | 2026-07-29T20:30:40.540Z | Compiling kem v0.3.0 |
| 3428 | 2026-07-29T20:30:40.540Z | Compiling module-lattice v0.2.3 |
| 3429 | 2026-07-29T20:30:40.540Z | Compiling nanorand v0.7.0 |
| 3430 | 2026-07-29T20:30:40.540Z | Compiling atty v0.2.14 |
| 3431 | 2026-07-29T20:30:40.540Z | Compiling sponge-cursor v0.1.0 |
| 3432 | 2026-07-29T20:30:40.540Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3433 | 2026-07-29T20:30:40.540Z | Compiling sha3 v0.12.0 |
| 3434 | 2026-07-29T20:30:40.540Z | Compiling flume v0.11.1 |
| 3435 | 2026-07-29T20:30:40.540Z | Compiling ml-kem v0.3.2 |
| 3436 | 2026-07-29T20:30:40.540Z | Compiling headers v0.4.1 |
| 3437 | 2026-07-29T20:30:40.541Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3438 | 2026-07-29T20:30:40.555Z | Compiling rcgen v0.12.1 |
| 3439 | 2026-07-29T20:30:40.599Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3440 | 2026-07-29T20:30:45.562Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3441 | 2026-07-29T20:30:45.617Z | Compiling progenitor v0.13.0 |
| 3442 | 2026-07-29T20:30:45.617Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3443 | 2026-07-29T20:30:45.617Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3444 | 2026-07-29T20:30:45.617Z | Compiling hyper-staticfile v0.10.1 |
| 3445 | 2026-07-29T20:30:45.617Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3446 | 2026-07-29T20:30:45.617Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3447 | 2026-07-29T20:30:45.617Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3448 | 2026-07-29T20:30:45.617Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3449 | 2026-07-29T20:30:45.617Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3450 | 2026-07-29T20:30:45.617Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3451 | 2026-07-29T20:30:45.617Z | Compiling ssh-key v0.7.0-rc.11 |
| 3452 | 2026-07-29T20:30:45.617Z | Compiling russh-cryptovec v0.62.0 |
| 3453 | 2026-07-29T20:30:45.617Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3454 | 2026-07-29T20:30:45.617Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3455 | 2026-07-29T20:30:45.617Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3456 | 2026-07-29T20:30:45.618Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3457 | 2026-07-29T20:30:45.618Z | Compiling port-file v0.1.0 |
| 3458 | 2026-07-29T20:30:45.618Z | Compiling num-bigint v0.4.6 |
| 3459 | 2026-07-29T20:30:45.618Z | Compiling generic-array v1.4.3 |
| 3460 | 2026-07-29T20:30:45.618Z | Compiling russh-util v0.52.0 |
| 3461 | 2026-07-29T20:30:45.618Z | Compiling enum_dispatch v0.3.13 |
| 3462 | 2026-07-29T20:30:45.669Z | Compiling delegate v0.13.5 |
| 3463 | 2026-07-29T20:30:45.669Z | Compiling subprocess v0.2.15 |
| 3464 | 2026-07-29T20:30:45.669Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3465 | 2026-07-29T20:30:45.669Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3466 | 2026-07-29T20:30:45.669Z | Compiling md5 v0.8.0 |
| 3467 | 2026-07-29T20:30:45.669Z | Compiling hex-literal v1.1.0 |
| 3468 | 2026-07-29T20:30:45.669Z | Compiling display-error-chain v0.2.2 |
| 3469 | 2026-07-29T20:30:45.669Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3470 | 2026-07-29T20:30:45.669Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3471 | 2026-07-29T20:30:45.669Z | Compiling colored v2.2.0 |
| 3472 | 2026-07-29T20:30:45.669Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3473 | 2026-07-29T20:30:45.669Z | Compiling socket2 v0.5.10 |
| 3474 | 2026-07-29T20:30:45.669Z | Compiling internet-checksum v0.2.1 |
| 3475 | 2026-07-29T20:30:45.669Z | Compiling russh v0.62.4 |
| 3476 | 2026-07-29T20:30:45.669Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3477 | 2026-07-29T20:30:45.670Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3478 | 2026-07-29T20:30:45.670Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3479 | 2026-07-29T20:30:48.524Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3480 | 2026-07-29T20:30:49.079Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3481 | 2026-07-29T20:30:49.080Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3482 | 2026-07-29T20:30:49.080Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3483 | 2026-07-29T20:30:50.783Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3484 | 2026-07-29T20:30:58.137Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3485 | 2026-07-29T20:30:58.137Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3486 | 2026-07-29T20:30:58.140Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3487 | 2026-07-29T20:30:58.140Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3488 | 2026-07-29T20:30:59.954Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3489 | 2026-07-29T20:31:00.049Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3490 | 2026-07-29T20:31:03.941Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3491 | 2026-07-29T20:31:45.872Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3492 | 2026-07-29T20:31:45.876Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3493 | 2026-07-29T20:31:45.876Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3494 | 2026-07-29T20:31:46.097Z | |
| 3495 | 2026-07-29T20:31:46.097Z | real 1:29.179805894 |
| 3496 | 2026-07-29T20:31:46.097Z | user 8:09.441630805 |
| 3497 | 2026-07-29T20:31:46.097Z | sys 1:40.009624473 |
| 3498 | 2026-07-29T20:31:46.101Z | trap 0.243154234 |
| 3499 | 2026-07-29T20:31:46.101Z | tflt 0.318800591 |
| 3500 | 2026-07-29T20:31:46.101Z | dflt 2.011095790 |
| 3501 | 2026-07-29T20:31:46.101Z | kflt 0.000381100 |
| 3502 | 2026-07-29T20:31:46.101Z | lock 30:29.541806456 |
| 3503 | 2026-07-29T20:31:46.101Z | slp 18:39.165100768 |
| 3504 | 2026-07-29T20:31:46.101Z | lat 38.326417206 |
| 3505 | 2026-07-29T20:31:46.101Z | stop 3:02.080681798 |
| 3506 | 2026-07-29T20:31:46.101Z | + mkdir tests |
| 3507 | 2026-07-29T20:31:46.106Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3508 | 2026-07-29T20:31:46.106Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3509 | 2026-07-29T20:31:46.130Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-4b0fd3a54b52652d tests/ |
| 3510 | 2026-07-29T20:31:46.161Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-275a230a1073ce3e tests/ |
| 3511 | 2026-07-29T20:31:46.192Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dc677e37ec83d459 tests/ |
| 3512 | 2026-07-29T20:31:46.225Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-84623cd3405a1b47 tests/ |
| 3513 | 2026-07-29T20:31:46.592Z | + 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) |
| 3514 | 2026-07-29T20:31:46.596Z | + 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-275a230a1073ce3e tests/commtest-dc677e37ec83d459 tests/dhcp_server-4b0fd3a54b52652d tests/end_to_end_tests-84623cd3405a1b47 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 |
| 3515 | 2026-07-29T20:33:13.736Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3516 | 2026-07-29T20:33:13.736Z | a .github/buildomat/ci-env.sh 1K |
| 3517 | 2026-07-29T20:33:13.736Z | a out/target/test 1K |
| 3518 | 2026-07-29T20:33:13.736Z | a out/npuzone/npuzone 27402K |
| 3519 | 2026-07-29T20:33:13.736Z | a package-manifest.toml 35K |
| 3520 | 2026-07-29T20:33:13.736Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3521 | 2026-07-29T20:33:13.736Z | a target/release/omicron-package 44958K |
| 3522 | 2026-07-29T20:33:13.736Z | a target/release/xtask 11722K |
| 3523 | 2026-07-29T20:33:13.736Z | a target/debug/bootstrap 431189K |
| 3524 | 2026-07-29T20:33:13.736Z | a tests/bootstrap-275a230a1073ce3e 34516K |
| 3525 | 2026-07-29T20:33:13.736Z | a tests/commtest-dc677e37ec83d459 34517K |
| 3526 | 2026-07-29T20:33:13.736Z | a tests/dhcp_server-4b0fd3a54b52652d 34516K |
| 3527 | 2026-07-29T20:33:13.736Z | a tests/end_to_end_tests-84623cd3405a1b47 494080K |
| 3528 | 2026-07-29T20:33:13.736Z | a tools/opte_version 1K |
| 3529 | 2026-07-29T20:33:13.736Z | a tools/opte_version_override 2K |
| 3530 | 2026-07-29T20:33:13.736Z | a out/clickhouse.tar.gz 316297K |
| 3531 | 2026-07-29T20:33:13.737Z | a out/clickhouse_keeper.tar.gz 302500K |
| 3532 | 2026-07-29T20:33:13.737Z | a out/clickhouse_server.tar.gz 316294K |
| 3533 | 2026-07-29T20:33:13.737Z | a out/cockroachdb.tar.gz 163340K |
| 3534 | 2026-07-29T20:33:13.737Z | a out/crucible-pantry-zone.tar.gz 39545K |
| 3535 | 2026-07-29T20:33:13.737Z | a out/crucible-utils.tar 18900K |
| 3536 | 2026-07-29T20:33:13.737Z | a out/crucible-zone.tar.gz 54240K |
| 3537 | 2026-07-29T20:33:13.737Z | a out/external-dns.tar.gz 47635K |
| 3538 | 2026-07-29T20:33:13.737Z | a out/internal-dns.tar.gz 47634K |
| 3539 | 2026-07-29T20:33:13.737Z | a out/mg-ddm-gz.tar 100917K |
| 3540 | 2026-07-29T20:33:13.737Z | a out/nexus.tar.gz 352649K |
| 3541 | 2026-07-29T20:33:13.737Z | a out/ntp.tar.gz 30811K |
| 3542 | 2026-07-29T20:33:13.737Z | a out/omicron-gateway-softnpu.tar.gz 29282K |
| 3543 | 2026-07-29T20:33:13.737Z | a out/omicron-sled-agent.tar 222386K |
| 3544 | 2026-07-29T20:33:13.737Z | a out/overlay.tar.gz 4K |
| 3545 | 2026-07-29T20:33:13.737Z | a out/oximeter.tar.gz 65545K |
| 3546 | 2026-07-29T20:33:13.737Z | a out/oxlog.tar 4066K |
| 3547 | 2026-07-29T20:33:13.737Z | a out/probe.tar.gz 3037K |
| 3548 | 2026-07-29T20:33:13.737Z | a out/propolis-server.tar.gz 34372K |
| 3549 | 2026-07-29T20:33:13.737Z | a out/pumpkind-gz.tar 26647K |
| 3550 | 2026-07-29T20:33:13.737Z | a out/switch-softnpu.tar.gz 494150K |
| 3551 | 2026-07-29T20:33:13.741Z | |
| 3552 | 2026-07-29T20:33:13.741Z | real 1:27.141579618 |
| 3553 | 2026-07-29T20:33:13.741Z | user 1:24.244890529 |
| 3554 | 2026-07-29T20:33:13.741Z | sys 4.856110142 |
| 3555 | 2026-07-29T20:33:13.741Z | trap 0.007626088 |
| 3556 | 2026-07-29T20:33:13.741Z | tflt 0.000000000 |
| 3557 | 2026-07-29T20:33:13.741Z | dflt 0.000000000 |
| 3558 | 2026-07-29T20:33:13.741Z | kflt 0.000000000 |
| 3559 | 2026-07-29T20:33:13.741Z | lock 0.000000000 |
| 3560 | 2026-07-29T20:33:13.741Z | slp 1:24.056162803 |
| 3561 | 2026-07-29T20:33:13.741Z | lat 1.113923571 |
| 3562 | 2026-07-29T20:33:13.741Z | stop 0.000157190 |
| 3563 | 2026-07-29T20:33:13.741Z | process exited: duration 1033749 ms, exit code 0 |
| |
| 3564 | 2026-07-29T20:33:13.755Z | found 1 output files |
| 3565 | 2026-07-29T20:33:13.755Z | uploading: /work/package.tar.gz (2680967813 bytes) |
| 3566 | 2026-07-29T20:33:48.434Z | uploaded: /work/package.tar.gz |