|
|
|
| 1 | 2026-07-23T02:55:26.420Z | job assigned to worker 01KY6EB66WQSH9PPA150DMD14P [factory aws, i-0347bda08951f84bf] (queued for 51 s) |
| |
| 2 | 2026-07-23T02:55:33.505Z | starting task 0: "setup" |
| 3 | 2026-07-23T02:55:33.509Z | ++ uname -s |
| 4 | 2026-07-23T02:55:33.514Z | + kern=SunOS |
| 5 | 2026-07-23T02:55:33.514Z | + build_user=build |
| 6 | 2026-07-23T02:55:33.514Z | + build_uid=12345 |
| 7 | 2026-07-23T02:55:33.514Z | + work_dir=/work |
| 8 | 2026-07-23T02:55:33.515Z | + input_dir=/input |
| 9 | 2026-07-23T02:55:33.515Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-23T02:55:33.515Z | + case "$kern" in |
| 11 | 2026-07-23T02:55:33.515Z | + groupadd -g 12345 build |
| 12 | 2026-07-23T02:55:33.518Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-23T02:55:35.520Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-23T02:55:35.623Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-23T02:55:35.626Z | + home_fs=zfs |
| 16 | 2026-07-23T02:55:35.626Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-23T02:55:35.626Z | + mkdir -p /home/build |
| 18 | 2026-07-23T02:55:35.629Z | + chown build:build /home/build /work |
| 19 | 2026-07-23T02:55:37.629Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-23T02:55:37.633Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-07-23T02:55:37.639Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-23T02:55:37.644Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-23T02:55:37.644Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-23T02:55:37.644Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-23T02:55:37.645Z | * rust toolchain channel = "1.96.1" |
| 26 | 2026-07-23T02:55:37.645Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-23T02:55:37.649Z | * rust toolchain profile = "default" |
| 28 | 2026-07-23T02:55:37.649Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-23T02:55:37.649Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-23T02:55:37.759Z | info: downloading installer |
| 31 | 2026-07-23T02:55:39.303Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-23T02:55:39.303Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-23T02:55:39.303Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-23T02:55:39.303Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-23T02:55:39.314Z | info: profile set to default |
| 36 | 2026-07-23T02:55:39.314Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-23T02:55:39.318Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-23T02:55:39.460Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-23T02:55:39.463Z | info: downloading 6 components |
| 40 | 2026-07-23T02:55:54.944Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-23T02:55:54.944Z | |
| 42 | 2026-07-23T02:55:54.973Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-23T02:55:54.973Z | |
| 44 | 2026-07-23T02:55:54.973Z | |
| 45 | 2026-07-23T02:55:54.973Z | Rust is installed now. Great! |
| 46 | 2026-07-23T02:55:54.973Z | |
| 47 | 2026-07-23T02:55:54.973Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-23T02:55:54.973Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-23T02:55:54.973Z | |
| 50 | 2026-07-23T02:55:54.973Z | To configure your current shell, you need to source |
| 51 | 2026-07-23T02:55:54.973Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-23T02:55:54.973Z | |
| 53 | 2026-07-23T02:55:54.973Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-23T02:55:54.973Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-23T02:55:54.973Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-23T02:55:54.973Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-23T02:55:54.973Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-23T02:55:54.973Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-23T02:55:54.973Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-23T02:55:54.977Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-23T02:55:54.977Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-23T02:55:55.073Z | + rustup --version |
| 63 | 2026-07-23T02:55:55.079Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-23T02:55:55.079Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-23T02:55:55.101Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-23T02:55:55.104Z | + cargo --version |
| 67 | 2026-07-23T02:55:55.112Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-23T02:55:55.115Z | + rustc --version |
| 69 | 2026-07-23T02:55:55.136Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-23T02:55:55.139Z | process exited: duration 17498 ms, exit code 0 |
| |
| 71 | 2026-07-23T02:55:55.146Z | starting task 2: "authentication" |
| 72 | 2026-07-23T02:55:55.163Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-23T02:55:55.170Z | starting task 3: "clone repository" |
| 74 | 2026-07-23T02:55:55.174Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-23T02:55:55.177Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-23T02:55:55.209Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-23T02:56:04.455Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-23T02:56:04.455Z | + git fetch origin 09c36a0de16070f599a3d60ead4da2070e908355 |
| 79 | 2026-07-23T02:56:04.719Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-23T02:56:04.719Z | * branch 09c36a0de16070f599a3d60ead4da2070e908355 -> FETCH_HEAD |
| 81 | 2026-07-23T02:56:04.733Z | + [[ -n ben/add-service-ip-pool-config-to-rack-init ]] |
| 82 | 2026-07-23T02:56:04.743Z | ++ git branch --show-current |
| 83 | 2026-07-23T02:56:04.743Z | + current=main |
| 84 | 2026-07-23T02:56:04.743Z | + [[ main != ben/add-service-ip-pool-config-to-rack-init ]] |
| 85 | 2026-07-23T02:56:04.743Z | + git branch -f ben/add-service-ip-pool-config-to-rack-init 09c36a0de16070f599a3d60ead4da2070e908355 |
| 86 | 2026-07-23T02:56:04.743Z | + git checkout -f ben/add-service-ip-pool-config-to-rack-init |
| 87 | 2026-07-23T02:56:04.991Z | Switched to branch 'ben/add-service-ip-pool-config-to-rack-init' |
| 88 | 2026-07-23T02:56:04.997Z | + git reset --hard 09c36a0de16070f599a3d60ead4da2070e908355 |
| 89 | 2026-07-23T02:56:05.012Z | HEAD is now at 09c36a0de Add full service IP Pool data to DB rack init type |
| 90 | 2026-07-23T02:56:05.015Z | process exited: duration 9840 ms, exit code 0 |
| |
| 91 | 2026-07-23T02:56:05.022Z | starting task 4: "build" |
| 92 | 2026-07-23T02:56:05.033Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-23T02:56:05.033Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-23T02:56:05.033Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-23T02:56:05.036Z | +++ uname -s |
| 96 | 2026-07-23T02:56:05.036Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-23T02:56:05.036Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-23T02:56:05.036Z | + cargo --version |
| 99 | 2026-07-23T02:56:05.043Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-23T02:56:05.046Z | + rustc --version |
| 101 | 2026-07-23T02:56:05.064Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-23T02:56:05.072Z | + WORK=/work |
| 103 | 2026-07-23T02:56:05.072Z | + pfexec mkdir -p /work |
| 104 | 2026-07-23T02:56:05.072Z | + pfexec chown build /work |
| 105 | 2026-07-23T02:56:05.075Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-23T02:56:06.857Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-23T02:56:07.073Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-23T02:56:08.173Z | Planning: Solver setup ... Done (1.018s) |
| 109 | 2026-07-23T02:56:08.215Z | Planning: Running solver ... Done (0.041s) |
| 110 | 2026-07-23T02:56:08.242Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-23T02:56:08.253Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-23T02:56:08.270Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-23T02:56:08.283Z | Planning: Package planning ... Done (0.014s) |
| 114 | 2026-07-23T02:56:08.291Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-23T02:56:08.491Z | Planning: Checking for conflicting actions ... Done (0.206s) |
| 116 | 2026-07-23T02:56:08.494Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-23T02:56:09.356Z | Planning: Evaluating mediators ... Done (0.864s) |
| 118 | 2026-07-23T02:56:09.361Z | Planning: Planning completed in 2.25 seconds |
| 119 | 2026-07-23T02:56:09.368Z | Packages to install: 2 |
| 120 | 2026-07-23T02:56:09.368Z | Estimated space available: 156.05 GB |
| 121 | 2026-07-23T02:56:09.368Z | Estimated space to be consumed: 52.23 MB |
| 122 | 2026-07-23T02:56:09.371Z | Create boot environment: No |
| 123 | 2026-07-23T02:56:09.371Z | Create backup boot environment: No |
| 124 | 2026-07-23T02:56:09.371Z | Rebuild boot archive: No |
| 125 | 2026-07-23T02:56:09.371Z | |
| 126 | 2026-07-23T02:56:09.371Z | Changed packages: |
| 127 | 2026-07-23T02:56:09.371Z | helios |
| 128 | 2026-07-23T02:56:09.371Z | developer/build-essential |
| 129 | 2026-07-23T02:56:09.371Z | None -> 11-3.0 |
| 130 | 2026-07-23T02:56:09.371Z | library/libxmlsec1 |
| 131 | 2026-07-23T02:56:09.372Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-23T02:56:09.393Z | |
| 133 | 2026-07-23T02:56:09.393Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-23T02:56:09.477Z | Download: Completed 1.28 MB in 0.07 seconds (18.2M/s) |
| 135 | 2026-07-23T02:56:09.522Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-23T02:56:09.560Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-23T02:56:09.583Z | Finalize: Updating package state database ... Done (0.024s) |
| 138 | 2026-07-23T02:56:09.583Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-23T02:56:09.642Z | Finalize: Updating image state ... Done (0.055s) |
| 140 | 2026-07-23T02:56:12.219Z | Finalize: Creating fast lookup database ... Done (2.543s) |
| 141 | 2026-07-23T02:56:12.291Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-23T02:56:12.300Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-23T02:56:12.425Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-23T02:56:12.761Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-23T02:56:12.864Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-23T02:56:12.869Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-23T02:56:13.023Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-23T02:56:13.031Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-23T02:56:13.046Z | Mediators to change: 2 |
| 150 | 2026-07-23T02:56:13.046Z | Create boot environment: No |
| 151 | 2026-07-23T02:56:13.046Z | Create backup boot environment: No |
| 152 | 2026-07-23T02:56:13.107Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-23T02:56:13.108Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-23T02:56:13.129Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-23T02:56:15.067Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-23T02:56:15.126Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-23T02:56:15.139Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-23T02:56:15.205Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-23T02:56:15.515Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-23T02:56:15.609Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-23T02:56:15.614Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-23T02:56:15.749Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-23T02:56:15.758Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-23T02:56:15.763Z | Mediators to change: 1 |
| 165 | 2026-07-23T02:56:15.763Z | Create boot environment: No |
| 166 | 2026-07-23T02:56:15.763Z | Create backup boot environment: No |
| 167 | 2026-07-23T02:56:15.804Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-23T02:56:15.804Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-23T02:56:15.837Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-23T02:56:17.778Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-23T02:56:17.841Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-23T02:56:17.844Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-23T02:56:17.913Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-23T02:56:18.209Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-23T02:56:18.210Z | apache system 2.4 system |
| 176 | 2026-07-23T02:56:18.210Z | clang system 15 system |
| 177 | 2026-07-23T02:56:18.210Z | csh system system illumos |
| 178 | 2026-07-23T02:56:18.210Z | ctags system system illumos |
| 179 | 2026-07-23T02:56:18.210Z | file vendor vendor darwinsys |
| 180 | 2026-07-23T02:56:18.210Z | file system system illumos |
| 181 | 2026-07-23T02:56:18.210Z | gcc vendor 14 vendor |
| 182 | 2026-07-23T02:56:18.210Z | gcc system 13 system |
| 183 | 2026-07-23T02:56:18.210Z | gcc system 10 system |
| 184 | 2026-07-23T02:56:18.210Z | go system 1.25 system |
| 185 | 2026-07-23T02:56:18.210Z | llvm system 15 system |
| 186 | 2026-07-23T02:56:18.211Z | mariadb system 11.4 system |
| 187 | 2026-07-23T02:56:18.211Z | mta vendor vendor dma |
| 188 | 2026-07-23T02:56:18.211Z | openjdk system 17 system |
| 189 | 2026-07-23T02:56:18.211Z | openjdk system 11 system |
| 190 | 2026-07-23T02:56:18.211Z | openssl vendor 3 vendor |
| 191 | 2026-07-23T02:56:18.211Z | perl system 5.40 system |
| 192 | 2026-07-23T02:56:18.211Z | postgresql system 18 system |
| 193 | 2026-07-23T02:56:18.211Z | postgresql system 17 system |
| 194 | 2026-07-23T02:56:18.211Z | python vendor 3 vendor |
| 195 | 2026-07-23T02:56:18.211Z | python system 2 system |
| 196 | 2026-07-23T02:56:18.211Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-23T02:56:18.212Z | ruby system 3.4 system |
| 198 | 2026-07-23T02:56:18.212Z | ruby system 3.0 system |
| 199 | 2026-07-23T02:56:18.212Z | words vendor vendor american-english |
| 200 | 2026-07-23T02:56:18.212Z | words system system australian-english |
| 201 | 2026-07-23T02:56:18.214Z | words system system british-english |
| 202 | 2026-07-23T02:56:18.214Z | words system system canadian-english |
| 203 | 2026-07-23T02:56:18.214Z | words system system french |
| 204 | 2026-07-23T02:56:18.214Z | words system system italian |
| 205 | 2026-07-23T02:56:18.214Z | words system system ngerman |
| 206 | 2026-07-23T02:56:18.214Z | words system system ogerman |
| 207 | 2026-07-23T02:56:18.214Z | words system system spanish |
| 208 | 2026-07-23T02:56:18.457Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-23T02:56:18.457Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-23T02:56:18.842Z | FMRI IFO |
| 211 | 2026-07-23T02:56:18.842Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-23T02:56:18.844Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-23T02:56:18.844Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-23T02:56:18.844Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-23T02:56:18.844Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-23T02:56:18.844Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-23T02:56:18.844Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-23T02:56:18.844Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-23T02:56:18.844Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-23T02:56:19.136Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-23T02:56:19.419Z | Updating crates.io index |
| 222 | 2026-07-23T02:56:19.426Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-23T02:56:19.646Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-23T02:56:19.900Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-23T02:56:20.869Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-23T02:56:21.399Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-23T02:56:22.921Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-23T02:56:23.664Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-23T02:56:23.883Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-23T02:56:24.814Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-23T02:56:25.322Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-23T02:56:25.573Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-23T02:56:25.906Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-23T02:56:26.107Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-23T02:56:26.545Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-23T02:56:27.213Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-23T02:56:27.253Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-23T02:56:27.482Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-23T02:56:27.726Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-23T02:56:28.049Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-23T02:56:28.280Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-23T02:56:28.556Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-23T02:56:28.767Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-23T02:56:29.109Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-23T02:56:29.428Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-23T02:56:29.656Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-23T02:56:30.055Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-23T02:56:30.289Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-23T02:56:30.680Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-23T02:56:30.957Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-23T02:56:31.191Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-23T02:56:31.411Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-23T02:56:31.752Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-23T02:56:32.116Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-23T02:56:32.360Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-23T02:56:32.647Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-23T02:56:32.891Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-23T02:56:37.737Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-23T02:56:38.012Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-23T02:56:38.012Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-23T02:56:38.012Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-23T02:56:38.012Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-23T02:56:38.012Z | Downloading crates ... |
| 264 | 2026-07-23T02:56:38.012Z | Downloaded colorchoice v1.0.4 |
| 265 | 2026-07-23T02:56:38.012Z | Downloaded heck v0.4.1 |
| 266 | 2026-07-23T02:56:38.012Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-07-23T02:56:38.012Z | Downloaded cargo-platform v0.3.2 |
| 268 | 2026-07-23T02:56:38.012Z | Downloaded pretty-hex v0.4.1 |
| 269 | 2026-07-23T02:56:38.012Z | Downloaded fastrand v2.3.0 |
| 270 | 2026-07-23T02:56:38.012Z | Downloaded zerocopy v0.7.35 |
| 271 | 2026-07-23T02:56:38.012Z | Downloaded macaddr v1.0.1 |
| 272 | 2026-07-23T02:56:38.012Z | Downloaded zmij v1.0.21 |
| 273 | 2026-07-23T02:56:38.012Z | Downloaded zerocopy-derive v0.7.35 |
| 274 | 2026-07-23T02:56:38.012Z | Downloaded anstyle v1.0.14 |
| 275 | 2026-07-23T02:56:38.013Z | Downloaded thiserror v2.0.18 |
| 276 | 2026-07-23T02:56:38.013Z | Downloaded is_terminal_polyfill v1.70.2 |
| 277 | 2026-07-23T02:56:38.013Z | Downloaded camino-tempfile v1.4.1 |
| 278 | 2026-07-23T02:56:38.013Z | Downloaded equivalent v1.0.2 |
| 279 | 2026-07-23T02:56:38.013Z | Downloaded dtrace-parser v0.2.0 |
| 280 | 2026-07-23T02:56:38.013Z | Downloaded papergrid v0.11.0 |
| 281 | 2026-07-23T02:56:38.013Z | Downloaded itoa v1.0.17 |
| 282 | 2026-07-23T02:56:38.013Z | Downloaded anyhow v1.0.102 |
| 283 | 2026-07-23T02:56:38.013Z | Downloaded once_cell v1.21.3 |
| 284 | 2026-07-23T02:56:38.013Z | Downloaded heck v0.5.0 |
| 285 | 2026-07-23T02:56:38.015Z | Downloaded errno v0.3.14 |
| 286 | 2026-07-23T02:56:38.015Z | Downloaded getrandom v0.4.1 |
| 287 | 2026-07-23T02:56:38.016Z | Downloaded toml v0.8.23 |
| 288 | 2026-07-23T02:56:38.016Z | Downloaded pest_meta v2.8.6 |
| 289 | 2026-07-23T02:56:38.016Z | Downloaded dof v0.3.0 |
| 290 | 2026-07-23T02:56:38.016Z | Downloaded memmap v0.7.0 |
| 291 | 2026-07-23T02:56:38.016Z | Downloaded fnv v1.0.7 |
| 292 | 2026-07-23T02:56:38.016Z | Downloaded plain v0.2.3 |
| 293 | 2026-07-23T02:56:38.016Z | Downloaded autocfg v1.5.0 |
| 294 | 2026-07-23T02:56:38.016Z | Downloaded generic-array v0.14.7 |
| 295 | 2026-07-23T02:56:38.016Z | Downloaded swrite v0.1.0 |
| 296 | 2026-07-23T02:56:38.016Z | Downloaded anstyle-parse v1.0.0 |
| 297 | 2026-07-23T02:56:38.016Z | Downloaded usdt-macro v0.5.0 |
| 298 | 2026-07-23T02:56:38.016Z | Downloaded pest_derive v2.8.6 |
| 299 | 2026-07-23T02:56:38.016Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-07-23T02:56:38.016Z | Downloaded anstyle-query v1.1.5 |
| 301 | 2026-07-23T02:56:38.016Z | Downloaded cpufeatures v0.2.17 |
| 302 | 2026-07-23T02:56:38.016Z | Downloaded strsim v0.11.1 |
| 303 | 2026-07-23T02:56:38.016Z | Downloaded smawk v0.3.2 |
| 304 | 2026-07-23T02:56:38.016Z | Downloaded scroll_derive v0.12.1 |
| 305 | 2026-07-23T02:56:38.016Z | Downloaded fs-err v3.3.0 |
| 306 | 2026-07-23T02:56:38.016Z | Downloaded byteorder v1.5.0 |
| 307 | 2026-07-23T02:56:38.016Z | Downloaded serde_spanned v0.6.9 |
| 308 | 2026-07-23T02:56:38.016Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-07-23T02:56:38.016Z | Downloaded usdt v0.5.0 |
| 310 | 2026-07-23T02:56:38.016Z | Downloaded utf8parse v0.2.2 |
| 311 | 2026-07-23T02:56:38.026Z | Downloaded toml_datetime v0.6.11 |
| 312 | 2026-07-23T02:56:38.026Z | Downloaded unicode-linebreak v0.1.5 |
| 313 | 2026-07-23T02:56:38.026Z | Downloaded proc-macro-error-attr v1.0.4 |
| 314 | 2026-07-23T02:56:38.026Z | Downloaded version_check v0.9.5 |
| 315 | 2026-07-23T02:56:38.026Z | Downloaded thread-id v4.2.2 |
| 316 | 2026-07-23T02:56:38.026Z | Downloaded cfg-if v1.0.4 |
| 317 | 2026-07-23T02:56:38.026Z | Downloaded toml_write v0.1.2 |
| 318 | 2026-07-23T02:56:38.026Z | Downloaded clap_lex v1.0.0 |
| 319 | 2026-07-23T02:56:38.026Z | Downloaded memchr v2.8.0 |
| 320 | 2026-07-23T02:56:38.026Z | Downloaded cargo_metadata v0.23.1 |
| 321 | 2026-07-23T02:56:38.026Z | Downloaded serde_tokenstream v0.2.3 |
| 322 | 2026-07-23T02:56:38.026Z | Downloaded camino v1.2.2 |
| 323 | 2026-07-23T02:56:38.026Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-07-23T02:56:38.026Z | Downloaded crypto-common v0.1.7 |
| 325 | 2026-07-23T02:56:38.026Z | Downloaded anstream v1.0.0 |
| 326 | 2026-07-23T02:56:38.026Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-07-23T02:56:38.026Z | Downloaded digest v0.10.7 |
| 328 | 2026-07-23T02:56:38.026Z | Downloaded cargo_toml v0.21.0 |
| 329 | 2026-07-23T02:56:38.026Z | Downloaded pest_generator v2.8.6 |
| 330 | 2026-07-23T02:56:38.027Z | Downloaded quote v1.0.45 |
| 331 | 2026-07-23T02:56:38.027Z | Downloaded sha2 v0.10.9 |
| 332 | 2026-07-23T02:56:38.027Z | Downloaded proc-macro-error v1.0.4 |
| 333 | 2026-07-23T02:56:38.027Z | Downloaded thiserror-impl v2.0.18 |
| 334 | 2026-07-23T02:56:38.027Z | Downloaded log v0.4.29 |
| 335 | 2026-07-23T02:56:38.027Z | Downloaded thiserror-impl v1.0.69 |
| 336 | 2026-07-23T02:56:38.027Z | Downloaded bitflags v2.11.0 |
| 337 | 2026-07-23T02:56:38.027Z | Downloaded scroll v0.12.0 |
| 338 | 2026-07-23T02:56:38.027Z | Downloaded bytecount v0.6.9 |
| 339 | 2026-07-23T02:56:38.027Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-07-23T02:56:38.027Z | Downloaded clap_derive v4.6.1 |
| 341 | 2026-07-23T02:56:38.027Z | Downloaded semver v1.0.28 |
| 342 | 2026-07-23T02:56:38.027Z | Downloaded tempfile v3.25.0 |
| 343 | 2026-07-23T02:56:38.027Z | Downloaded clap v4.6.1 |
| 344 | 2026-07-23T02:56:38.027Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-07-23T02:56:38.027Z | Downloaded ucd-trie v0.1.7 |
| 346 | 2026-07-23T02:56:38.027Z | Downloaded textwrap v0.16.2 |
| 347 | 2026-07-23T02:56:38.027Z | Downloaded serde_derive v1.0.228 |
| 348 | 2026-07-23T02:56:38.027Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-07-23T02:56:38.027Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-07-23T02:56:38.027Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-07-23T02:56:38.027Z | Downloaded serde v1.0.228 |
| 352 | 2026-07-23T02:56:38.027Z | Downloaded typenum v1.20.1 |
| 353 | 2026-07-23T02:56:38.027Z | Downloaded serde_json v1.0.150 |
| 354 | 2026-07-23T02:56:38.027Z | Downloaded pest v2.8.6 |
| 355 | 2026-07-23T02:56:38.027Z | Downloaded indexmap v2.14.0 |
| 356 | 2026-07-23T02:56:38.027Z | Downloaded goblin v0.8.2 |
| 357 | 2026-07-23T02:56:38.027Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-07-23T02:56:38.028Z | Downloaded tabled v0.15.0 |
| 359 | 2026-07-23T02:56:38.065Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-07-23T02:56:38.065Z | Downloaded winnow v0.7.14 |
| 361 | 2026-07-23T02:56:38.065Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-23T02:56:38.065Z | Downloaded unicode-width v0.1.14 |
| 363 | 2026-07-23T02:56:38.066Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-07-23T02:56:38.066Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-23T02:56:38.066Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-23T02:56:38.066Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-23T02:56:38.066Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-23T02:56:38.066Z | Compiling unicode-ident v1.0.24 |
| 369 | 2026-07-23T02:56:38.066Z | Compiling quote v1.0.45 |
| 370 | 2026-07-23T02:56:38.066Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-23T02:56:38.066Z | Compiling libc v0.2.185 |
| 372 | 2026-07-23T02:56:38.066Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-23T02:56:38.066Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-23T02:56:38.066Z | Compiling serde v1.0.228 |
| 375 | 2026-07-23T02:56:38.066Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-23T02:56:38.079Z | Compiling itoa v1.0.17 |
| 377 | 2026-07-23T02:56:38.084Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-07-23T02:56:38.084Z | Compiling thiserror v1.0.69 |
| 379 | 2026-07-23T02:56:38.084Z | Compiling byteorder v1.5.0 |
| 380 | 2026-07-23T02:56:38.092Z | Compiling rustix v1.1.3 |
| 381 | 2026-07-23T02:56:38.346Z | Compiling bitflags v2.11.0 |
| 382 | 2026-07-23T02:56:38.480Z | Compiling serde_json v1.0.150 |
| 383 | 2026-07-23T02:56:38.591Z | Compiling pest v2.8.6 |
| 384 | 2026-07-23T02:56:38.609Z | Compiling camino v1.2.2 |
| 385 | 2026-07-23T02:56:38.646Z | Compiling syn v1.0.109 |
| 386 | 2026-07-23T02:56:38.649Z | Compiling equivalent v1.0.2 |
| 387 | 2026-07-23T02:56:38.719Z | Compiling usdt-impl v0.5.0 |
| 388 | 2026-07-23T02:56:38.761Z | Compiling proc-macro-error-attr v1.0.4 |
| 389 | 2026-07-23T02:56:38.877Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-07-23T02:56:38.920Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-07-23T02:56:38.940Z | Compiling plain v0.2.3 |
| 392 | 2026-07-23T02:56:38.982Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-07-23T02:56:38.982Z | Compiling getrandom v0.4.1 |
| 394 | 2026-07-23T02:56:39.024Z | Compiling log v0.4.29 |
| 395 | 2026-07-23T02:56:39.144Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-23T02:56:39.147Z | Compiling anstyle v1.0.14 |
| 397 | 2026-07-23T02:56:39.240Z | Compiling thiserror v2.0.18 |
| 398 | 2026-07-23T02:56:39.246Z | Compiling winnow v0.7.14 |
| 399 | 2026-07-23T02:56:39.258Z | Compiling pretty-hex v0.4.1 |
| 400 | 2026-07-23T02:56:39.291Z | Compiling toml_write v0.1.2 |
| 401 | 2026-07-23T02:56:39.349Z | Compiling errno v0.3.14 |
| 402 | 2026-07-23T02:56:39.374Z | Compiling thread-id v4.2.2 |
| 403 | 2026-07-23T02:56:39.421Z | Compiling anstyle-query v1.1.5 |
| 404 | 2026-07-23T02:56:39.424Z | Compiling colorchoice v1.0.4 |
| 405 | 2026-07-23T02:56:39.440Z | Compiling autocfg v1.5.0 |
| 406 | 2026-07-23T02:56:39.477Z | Compiling cfg-if v1.0.4 |
| 407 | 2026-07-23T02:56:39.528Z | Compiling is_terminal_polyfill v1.70.2 |
| 408 | 2026-07-23T02:56:39.581Z | Compiling indexmap v2.14.0 |
| 409 | 2026-07-23T02:56:39.585Z | Compiling fastrand v2.3.0 |
| 410 | 2026-07-23T02:56:39.585Z | Compiling heck v0.5.0 |
| 411 | 2026-07-23T02:56:39.652Z | Compiling anstream v1.0.0 |
| 412 | 2026-07-23T02:56:39.687Z | Compiling syn v2.0.117 |
| 413 | 2026-07-23T02:56:39.690Z | Compiling pest_meta v2.8.6 |
| 414 | 2026-07-23T02:56:39.808Z | Compiling anyhow v1.0.102 |
| 415 | 2026-07-23T02:56:39.896Z | Compiling once_cell v1.21.3 |
| 416 | 2026-07-23T02:56:39.915Z | Compiling heck v0.4.1 |
| 417 | 2026-07-23T02:56:39.934Z | Compiling fs-err v3.3.0 |
| 418 | 2026-07-23T02:56:39.934Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-07-23T02:56:39.967Z | Compiling strsim v0.11.1 |
| 420 | 2026-07-23T02:56:39.987Z | Compiling fnv v1.0.7 |
| 421 | 2026-07-23T02:56:40.134Z | Compiling clap_lex v1.0.0 |
| 422 | 2026-07-23T02:56:40.167Z | Compiling bytecount v0.6.9 |
| 423 | 2026-07-23T02:56:40.170Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-23T02:56:40.242Z | Compiling smawk v0.3.2 |
| 425 | 2026-07-23T02:56:40.246Z | Compiling unicode-width v0.2.0 |
| 426 | 2026-07-23T02:56:40.259Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-07-23T02:56:40.327Z | Compiling papergrid v0.11.0 |
| 428 | 2026-07-23T02:56:40.357Z | Compiling terminal_size v0.4.3 |
| 429 | 2026-07-23T02:56:40.389Z | Compiling tempfile v3.25.0 |
| 430 | 2026-07-23T02:56:40.405Z | Compiling swrite v0.1.0 |
| 431 | 2026-07-23T02:56:40.556Z | Compiling clap_builder v4.6.0 |
| 432 | 2026-07-23T02:56:40.559Z | Compiling cargo-platform v0.3.2 |
| 433 | 2026-07-23T02:56:40.640Z | Compiling semver v1.0.28 |
| 434 | 2026-07-23T02:56:40.644Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-23T02:56:40.803Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-23T02:56:41.164Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-23T02:56:41.816Z | Compiling pest_generator v2.8.6 |
| 438 | 2026-07-23T02:56:41.833Z | Compiling tabled v0.15.0 |
| 439 | 2026-07-23T02:56:42.340Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-23T02:56:42.343Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-23T02:56:42.343Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-23T02:56:42.344Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-07-23T02:56:42.344Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-07-23T02:56:42.344Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-07-23T02:56:42.344Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-07-23T02:56:43.020Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-23T02:56:43.085Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-23T02:56:43.236Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-23T02:56:43.395Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-23T02:56:43.680Z | Compiling clap v4.6.1 |
| 451 | 2026-07-23T02:56:44.733Z | Compiling toml_datetime v0.6.11 |
| 452 | 2026-07-23T02:56:44.733Z | Compiling serde_spanned v0.6.9 |
| 453 | 2026-07-23T02:56:44.736Z | Compiling macaddr v1.0.1 |
| 454 | 2026-07-23T02:56:44.736Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-07-23T02:56:44.736Z | Compiling cargo_metadata v0.23.1 |
| 456 | 2026-07-23T02:56:44.750Z | Compiling dof v0.3.0 |
| 457 | 2026-07-23T02:56:44.753Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-23T02:56:44.911Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-23T02:56:45.484Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-23T02:56:45.484Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-23T02:56:46.090Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-23T02:56:46.177Z | Compiling toml v0.8.23 |
| 463 | 2026-07-23T02:56:46.502Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-23T02:56:47.788Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-23T02:56:49.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.82s |
| 466 | 2026-07-23T02:56:50.008Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-23T02:56:50.506Z | Downloading crates ... |
| 468 | 2026-07-23T02:56:50.609Z | Downloaded arrayref v0.3.9 |
| 469 | 2026-07-23T02:56:50.613Z | Downloaded base16ct v1.0.0 |
| 470 | 2026-07-23T02:56:50.634Z | Downloaded array-init v0.0.4 |
| 471 | 2026-07-23T02:56:50.637Z | Downloaded adler2 v2.0.1 |
| 472 | 2026-07-23T02:56:50.640Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 473 | 2026-07-23T02:56:50.643Z | Downloaded bit-vec v0.8.0 |
| 474 | 2026-07-23T02:56:50.646Z | Downloaded bumpalo v3.20.2 |
| 475 | 2026-07-23T02:56:50.652Z | Downloaded crucible-workspace-hack v0.1.0 |
| 476 | 2026-07-23T02:56:50.655Z | Downloaded cassowary v0.3.0 |
| 477 | 2026-07-23T02:56:50.659Z | Downloaded crc v3.4.0 |
| 478 | 2026-07-23T02:56:50.660Z | Downloaded crypto-common v0.2.2 |
| 479 | 2026-07-23T02:56:50.665Z | Downloaded argon2 v0.5.3 |
| 480 | 2026-07-23T02:56:50.665Z | Downloaded darling_core v0.13.4 |
| 481 | 2026-07-23T02:56:50.669Z | Downloaded crypto-bigint v0.5.5 |
| 482 | 2026-07-23T02:56:50.673Z | Downloaded defmt v0.3.100 |
| 483 | 2026-07-23T02:56:50.676Z | Downloaded bstr v1.12.1 |
| 484 | 2026-07-23T02:56:50.680Z | Downloaded ed25519 v3.0.0 |
| 485 | 2026-07-23T02:56:50.683Z | Downloaded crunchy v0.2.4 |
| 486 | 2026-07-23T02:56:50.688Z | Downloaded async-recursion v1.1.1 |
| 487 | 2026-07-23T02:56:50.691Z | Downloaded data-encoding v2.10.0 |
| 488 | 2026-07-23T02:56:50.694Z | Downloaded darling_macro v0.20.11 |
| 489 | 2026-07-23T02:56:50.694Z | Downloaded ctutils v0.4.2 |
| 490 | 2026-07-23T02:56:50.694Z | Downloaded aead v0.5.2 |
| 491 | 2026-07-23T02:56:50.701Z | Downloaded debug-ignore v1.0.5 |
| 492 | 2026-07-23T02:56:50.704Z | Downloaded darling_macro v0.23.0 |
| 493 | 2026-07-23T02:56:50.704Z | Downloaded darling_macro v0.13.4 |
| 494 | 2026-07-23T02:56:50.704Z | Downloaded argon2 v0.6.0-rc.8 |
| 495 | 2026-07-23T02:56:50.706Z | Downloaded aead v0.6.1 |
| 496 | 2026-07-23T02:56:50.709Z | Downloaded darling_macro v0.21.3 |
| 497 | 2026-07-23T02:56:50.712Z | Downloaded dirs-next v2.0.0 |
| 498 | 2026-07-23T02:56:50.712Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 499 | 2026-07-23T02:56:50.712Z | Downloaded crc-catalog v2.4.0 |
| 500 | 2026-07-23T02:56:50.712Z | Downloaded cpubits v0.1.1 |
| 501 | 2026-07-23T02:56:50.715Z | Downloaded assert_matches v1.5.0 |
| 502 | 2026-07-23T02:56:50.715Z | Downloaded atty v0.2.14 |
| 503 | 2026-07-23T02:56:50.716Z | Downloaded bitfield-struct v0.6.2 |
| 504 | 2026-07-23T02:56:50.719Z | Downloaded atomicwrites v0.4.4 |
| 505 | 2026-07-23T02:56:50.719Z | Downloaded darling v0.23.0 |
| 506 | 2026-07-23T02:56:50.722Z | Downloaded defmt-macros v1.0.1 |
| 507 | 2026-07-23T02:56:50.726Z | Downloaded bcs v0.1.6 |
| 508 | 2026-07-23T02:56:50.726Z | Downloaded async-trait v0.1.89 |
| 509 | 2026-07-23T02:56:50.729Z | Downloaded dyn-clone v1.0.20 |
| 510 | 2026-07-23T02:56:50.729Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-07-23T02:56:50.729Z | Downloaded dunce v1.0.5 |
| 512 | 2026-07-23T02:56:50.729Z | Downloaded dtrace-parser v0.3.0 |
| 513 | 2026-07-23T02:56:50.732Z | Downloaded base16ct v0.2.0 |
| 514 | 2026-07-23T02:56:50.732Z | Downloaded cfg_aliases v0.1.1 |
| 515 | 2026-07-23T02:56:50.732Z | Downloaded crc8 v0.1.1 |
| 516 | 2026-07-23T02:56:50.734Z | Downloaded defmt-parser v1.0.0 |
| 517 | 2026-07-23T02:56:50.735Z | Downloaded bit-set v0.8.0 |
| 518 | 2026-07-23T02:56:50.739Z | Downloaded display-error-chain v0.2.2 |
| 519 | 2026-07-23T02:56:50.742Z | Downloaded document-features v0.2.12 |
| 520 | 2026-07-23T02:56:50.742Z | Downloaded convert_case v0.4.0 |
| 521 | 2026-07-23T02:56:50.744Z | Downloaded cstr-argument v0.1.2 |
| 522 | 2026-07-23T02:56:50.744Z | Downloaded ascii-canvas v3.0.0 |
| 523 | 2026-07-23T02:56:50.747Z | Downloaded downcast-rs v2.0.2 |
| 524 | 2026-07-23T02:56:50.747Z | Downloaded difflib v0.4.0 |
| 525 | 2026-07-23T02:56:50.747Z | Downloaded block-buffer v0.12.1 |
| 526 | 2026-07-23T02:56:50.750Z | Downloaded derive_builder_macro v0.20.2 |
| 527 | 2026-07-23T02:56:50.750Z | Downloaded digest-io v0.1.0 |
| 528 | 2026-07-23T02:56:50.753Z | Downloaded dof v0.4.0 |
| 529 | 2026-07-23T02:56:50.753Z | Downloaded cbc v0.2.1 |
| 530 | 2026-07-23T02:56:50.754Z | Downloaded bitfield v0.19.4 |
| 531 | 2026-07-23T02:56:50.756Z | Downloaded cpufeatures v0.3.0 |
| 532 | 2026-07-23T02:56:50.756Z | Downloaded endian-type v0.1.2 |
| 533 | 2026-07-23T02:56:50.756Z | Downloaded ciborium-io v0.2.2 |
| 534 | 2026-07-23T02:56:50.759Z | Downloaded env_filter v1.0.0 |
| 535 | 2026-07-23T02:56:50.764Z | Downloaded dsl_auto_type v0.2.0 |
| 536 | 2026-07-23T02:56:50.767Z | Downloaded embedded-io v0.4.0 |
| 537 | 2026-07-23T02:56:50.773Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 538 | 2026-07-23T02:56:50.776Z | Downloaded bb8 v0.8.6 |
| 539 | 2026-07-23T02:56:50.776Z | Downloaded derive_builder_core v0.20.2 |
| 540 | 2026-07-23T02:56:50.776Z | Downloaded der_derive v0.7.3 |
| 541 | 2026-07-23T02:56:50.779Z | Downloaded daft-derive v0.1.7 |
| 542 | 2026-07-23T02:56:50.782Z | Downloaded enum-as-inner v0.6.1 |
| 543 | 2026-07-23T02:56:50.782Z | Downloaded ed25519 v2.2.3 |
| 544 | 2026-07-23T02:56:50.785Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 545 | 2026-07-23T02:56:50.785Z | Downloaded colored v3.1.1 |
| 546 | 2026-07-23T02:56:50.785Z | Downloaded backon v1.6.0 |
| 547 | 2026-07-23T02:56:50.788Z | Downloaded diesel-dtrace v0.5.0 |
| 548 | 2026-07-23T02:56:50.788Z | Downloaded crossbeam-deque v0.8.6 |
| 549 | 2026-07-23T02:56:50.791Z | Downloaded displaydoc v0.2.5 |
| 550 | 2026-07-23T02:56:50.791Z | Downloaded csv-core v0.1.13 |
| 551 | 2026-07-23T02:56:50.794Z | Downloaded ctr v0.10.1 |
| 552 | 2026-07-23T02:56:50.794Z | Downloaded bit-set v0.5.3 |
| 553 | 2026-07-23T02:56:50.797Z | Downloaded castaway v0.2.4 |
| 554 | 2026-07-23T02:56:50.797Z | Downloaded flagset v0.4.7 |
| 555 | 2026-07-23T02:56:50.797Z | Downloaded crossbeam-channel v0.5.15 |
| 556 | 2026-07-23T02:56:50.800Z | Downloaded float-cmp v0.10.0 |
| 557 | 2026-07-23T02:56:50.803Z | Downloaded cobs v0.3.0 |
| 558 | 2026-07-23T02:56:50.803Z | Downloaded ciborium-ll v0.2.2 |
| 559 | 2026-07-23T02:56:50.803Z | Downloaded foreign-types-macros v0.2.3 |
| 560 | 2026-07-23T02:56:50.806Z | Downloaded foreign-types v0.5.0 |
| 561 | 2026-07-23T02:56:50.806Z | Downloaded float-ord v0.3.2 |
| 562 | 2026-07-23T02:56:50.806Z | Downloaded foreign-types-shared v0.3.1 |
| 563 | 2026-07-23T02:56:50.806Z | Downloaded foreign-types-shared v0.1.1 |
| 564 | 2026-07-23T02:56:50.806Z | Downloaded cfg_aliases v0.2.1 |
| 565 | 2026-07-23T02:56:50.809Z | Downloaded futures-sink v0.3.32 |
| 566 | 2026-07-23T02:56:50.809Z | Downloaded block-padding v0.4.2 |
| 567 | 2026-07-23T02:56:50.809Z | Downloaded delegate v0.13.5 |
| 568 | 2026-07-23T02:56:50.812Z | Downloaded async-stream v0.3.6 |
| 569 | 2026-07-23T02:56:50.812Z | Downloaded either v1.15.0 |
| 570 | 2026-07-23T02:56:50.815Z | Downloaded dirs-sys-next v0.1.2 |
| 571 | 2026-07-23T02:56:50.815Z | Downloaded daft v0.1.7 |
| 572 | 2026-07-23T02:56:50.818Z | Downloaded buf-list v1.1.2 |
| 573 | 2026-07-23T02:56:50.818Z | Downloaded digest v0.11.3 |
| 574 | 2026-07-23T02:56:50.821Z | Downloaded backoff v0.4.0 |
| 575 | 2026-07-23T02:56:50.821Z | Downloaded cmake v0.1.57 |
| 576 | 2026-07-23T02:56:50.821Z | Downloaded bitflags v1.3.2 |
| 577 | 2026-07-23T02:56:50.824Z | Downloaded atomic-waker v1.1.2 |
| 578 | 2026-07-23T02:56:50.824Z | Downloaded deranged v0.5.8 |
| 579 | 2026-07-23T02:56:50.828Z | Downloaded critical-section v1.2.0 |
| 580 | 2026-07-23T02:56:50.828Z | Downloaded defmt v1.0.1 |
| 581 | 2026-07-23T02:56:50.831Z | Downloaded corncobs v0.1.4 |
| 582 | 2026-07-23T02:56:50.831Z | Downloaded compression-core v0.4.31 |
| 583 | 2026-07-23T02:56:50.834Z | Downloaded embedded-io v0.6.1 |
| 584 | 2026-07-23T02:56:50.835Z | Downloaded fallible-iterator v0.2.0 |
| 585 | 2026-07-23T02:56:50.838Z | Downloaded convert_case v0.10.0 |
| 586 | 2026-07-23T02:56:50.839Z | Downloaded fd-lock v4.0.4 |
| 587 | 2026-07-23T02:56:50.839Z | Downloaded ecdsa v0.16.9 |
| 588 | 2026-07-23T02:56:50.842Z | Downloaded cmov v0.5.4 |
| 589 | 2026-07-23T02:56:50.844Z | Downloaded camino-tempfile-ext v0.3.3 |
| 590 | 2026-07-23T02:56:50.845Z | Downloaded darling v0.20.11 |
| 591 | 2026-07-23T02:56:50.848Z | Downloaded const_format_proc_macros v0.2.34 |
| 592 | 2026-07-23T02:56:50.851Z | Downloaded compression-codecs v0.4.37 |
| 593 | 2026-07-23T02:56:50.851Z | Downloaded darling v0.21.3 |
| 594 | 2026-07-23T02:56:50.853Z | Downloaded futures-task v0.3.32 |
| 595 | 2026-07-23T02:56:50.856Z | Downloaded fixedbitset v0.5.7 |
| 596 | 2026-07-23T02:56:50.856Z | Downloaded darling_core v0.23.0 |
| 597 | 2026-07-23T02:56:50.859Z | Downloaded ghash v0.6.0 |
| 598 | 2026-07-23T02:56:50.862Z | Downloaded gethostname v0.5.0 |
| 599 | 2026-07-23T02:56:50.862Z | Downloaded darling_core v0.20.11 |
| 600 | 2026-07-23T02:56:50.865Z | Downloaded blowfish v0.10.0 |
| 601 | 2026-07-23T02:56:50.865Z | Downloaded form_urlencoded v1.2.2 |
| 602 | 2026-07-23T02:56:50.868Z | Downloaded fixedbitset v0.4.2 |
| 603 | 2026-07-23T02:56:50.868Z | Downloaded git-stub v1.0.0 |
| 604 | 2026-07-23T02:56:50.868Z | Downloaded futures-executor v0.3.32 |
| 605 | 2026-07-23T02:56:50.873Z | Downloaded crc32fast v1.5.0 |
| 606 | 2026-07-23T02:56:50.873Z | Downloaded bs58 v0.5.1 |
| 607 | 2026-07-23T02:56:50.873Z | Downloaded anstyle-parse v0.2.7 |
| 608 | 2026-07-23T02:56:50.873Z | Downloaded chacha20 v0.9.1 |
| 609 | 2026-07-23T02:56:50.876Z | Downloaded hex v0.4.3 |
| 610 | 2026-07-23T02:56:50.876Z | Downloaded globwalk v0.9.1 |
| 611 | 2026-07-23T02:56:50.876Z | Downloaded ff v0.13.1 |
| 612 | 2026-07-23T02:56:50.879Z | Downloaded bit-vec v0.6.3 |
| 613 | 2026-07-23T02:56:50.879Z | Downloaded arrayvec v0.7.6 |
| 614 | 2026-07-23T02:56:50.882Z | Downloaded headers-core v0.3.0 |
| 615 | 2026-07-23T02:56:50.882Z | Downloaded cexpr v0.6.0 |
| 616 | 2026-07-23T02:56:50.882Z | Downloaded crossbeam-epoch v0.9.18 |
| 617 | 2026-07-23T02:56:50.885Z | Downloaded erased-serde v0.3.31 |
| 618 | 2026-07-23T02:56:50.885Z | Downloaded find-msvc-tools v0.1.9 |
| 619 | 2026-07-23T02:56:50.888Z | Downloaded cookie v0.18.1 |
| 620 | 2026-07-23T02:56:50.888Z | Downloaded constant_time_eq v0.4.2 |
| 621 | 2026-07-23T02:56:50.891Z | Downloaded anstream v0.6.21 |
| 622 | 2026-07-23T02:56:50.891Z | Downloaded derive_builder v0.20.2 |
| 623 | 2026-07-23T02:56:50.893Z | Downloaded fxhash v0.2.1 |
| 624 | 2026-07-23T02:56:50.896Z | Downloaded ecdsa v0.17.0-rc.18 |
| 625 | 2026-07-23T02:56:50.896Z | Downloaded blake2 v0.10.6 |
| 626 | 2026-07-23T02:56:50.899Z | Downloaded diff v0.1.13 |
| 627 | 2026-07-23T02:56:50.899Z | Downloaded console v0.16.2 |
| 628 | 2026-07-23T02:56:50.903Z | Downloaded ciborium v0.2.2 |
| 629 | 2026-07-23T02:56:50.903Z | Downloaded bzip2 v0.6.1 |
| 630 | 2026-07-23T02:56:50.906Z | Downloaded futures-io v0.3.32 |
| 631 | 2026-07-23T02:56:50.907Z | Downloaded futures-macro v0.3.32 |
| 632 | 2026-07-23T02:56:50.907Z | Downloaded crossbeam-utils v0.8.21 |
| 633 | 2026-07-23T02:56:50.907Z | Downloaded cookie_store v0.22.1 |
| 634 | 2026-07-23T02:56:50.910Z | Downloaded console v0.15.11 |
| 635 | 2026-07-23T02:56:50.910Z | Downloaded byte-wrapper v0.1.0 |
| 636 | 2026-07-23T02:56:50.913Z | Downloaded futures-core v0.3.32 |
| 637 | 2026-07-23T02:56:50.913Z | Downloaded elliptic-curve v0.13.8 |
| 638 | 2026-07-23T02:56:50.916Z | Downloaded base64ct v1.8.3 |
| 639 | 2026-07-23T02:56:50.919Z | Downloaded http-range v0.1.5 |
| 640 | 2026-07-23T02:56:50.919Z | Downloaded home v0.5.12 |
| 641 | 2026-07-23T02:56:50.919Z | Downloaded ahash v0.8.12 |
| 642 | 2026-07-23T02:56:50.922Z | Downloaded hubpack_derive v0.1.1 |
| 643 | 2026-07-23T02:56:50.922Z | Downloaded hostname v0.3.1 |
| 644 | 2026-07-23T02:56:50.922Z | Downloaded cipher v0.4.4 |
| 645 | 2026-07-23T02:56:50.925Z | Downloaded blake2 v0.11.0-rc.6 |
| 646 | 2026-07-23T02:56:50.925Z | Downloaded git-stub-vcs v0.1.0 |
| 647 | 2026-07-23T02:56:50.928Z | Downloaded darling_core v0.21.3 |
| 648 | 2026-07-23T02:56:50.931Z | Downloaded hubpack v0.1.2 |
| 649 | 2026-07-23T02:56:50.931Z | Downloaded ena v0.14.4 |
| 650 | 2026-07-23T02:56:50.931Z | Downloaded cancel-safe-futures v0.1.5 |
| 651 | 2026-07-23T02:56:50.934Z | Downloaded hyper-tls v0.6.0 |
| 652 | 2026-07-23T02:56:50.934Z | Downloaded hash32 v0.3.1 |
| 653 | 2026-07-23T02:56:50.937Z | Downloaded foreign-types v0.3.2 |
| 654 | 2026-07-23T02:56:50.937Z | Downloaded env_logger v0.11.9 |
| 655 | 2026-07-23T02:56:50.937Z | Downloaded http-body v1.0.1 |
| 656 | 2026-07-23T02:56:50.940Z | Downloaded async-bb8-diesel v0.2.1 |
| 657 | 2026-07-23T02:56:50.940Z | Downloaded glob v0.3.3 |
| 658 | 2026-07-23T02:56:50.940Z | Downloaded hostname v0.4.2 |
| 659 | 2026-07-23T02:56:50.943Z | Downloaded filetime v0.2.27 |
| 660 | 2026-07-23T02:56:50.943Z | Downloaded funty v2.0.0 |
| 661 | 2026-07-23T02:56:50.943Z | Downloaded derive-ex v0.1.8 |
| 662 | 2026-07-23T02:56:50.946Z | Downloaded darling v0.13.4 |
| 663 | 2026-07-23T02:56:50.946Z | Downloaded bzip2 v0.4.4 |
| 664 | 2026-07-23T02:56:50.949Z | Downloaded async-stream-impl v0.3.6 |
| 665 | 2026-07-23T02:56:50.949Z | Downloaded ident_case v1.0.1 |
| 666 | 2026-07-23T02:56:50.949Z | Downloaded foldhash v0.2.0 |
| 667 | 2026-07-23T02:56:50.952Z | Downloaded illumos-nvpair v0.3.0 |
| 668 | 2026-07-23T02:56:50.952Z | Downloaded foldhash v0.1.5 |
| 669 | 2026-07-23T02:56:50.955Z | Downloaded instant v0.1.13 |
| 670 | 2026-07-23T02:56:50.955Z | Downloaded enum_dispatch v0.3.13 |
| 671 | 2026-07-23T02:56:50.958Z | Downloaded colored v2.2.0 |
| 672 | 2026-07-23T02:56:50.958Z | Downloaded dropshot_endpoint v0.17.1 |
| 673 | 2026-07-23T02:56:50.961Z | Downloaded des v0.9.0 |
| 674 | 2026-07-23T02:56:50.961Z | Downloaded httpdate v1.0.3 |
| 675 | 2026-07-23T02:56:50.964Z | Downloaded hash32 v0.2.1 |
| 676 | 2026-07-23T02:56:50.964Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 677 | 2026-07-23T02:56:50.971Z | Downloaded idna_adapter v1.2.1 |
| 678 | 2026-07-23T02:56:50.974Z | Downloaded crc-any v2.5.0 |
| 679 | 2026-07-23T02:56:50.974Z | Downloaded drift v0.2.0 |
| 680 | 2026-07-23T02:56:50.977Z | Downloaded hex-literal v1.1.0 |
| 681 | 2026-07-23T02:56:50.977Z | Downloaded instability v0.3.11 |
| 682 | 2026-07-23T02:56:50.977Z | Downloaded indoc v1.0.9 |
| 683 | 2026-07-23T02:56:50.978Z | Downloaded group v0.14.0 |
| 684 | 2026-07-23T02:56:50.980Z | Downloaded fs_extra v1.3.0 |
| 685 | 2026-07-23T02:56:50.980Z | Downloaded fs-err v2.11.0 |
| 686 | 2026-07-23T02:56:50.983Z | Downloaded fatfs v0.3.6 |
| 687 | 2026-07-23T02:56:50.983Z | Downloaded indent_write v2.2.0 |
| 688 | 2026-07-23T02:56:50.986Z | Downloaded const-oid v0.9.6 |
| 689 | 2026-07-23T02:56:50.986Z | Downloaded inout v0.2.2 |
| 690 | 2026-07-23T02:56:50.987Z | Downloaded is-terminal v0.4.17 |
| 691 | 2026-07-23T02:56:50.989Z | Downloaded cipher v0.5.2 |
| 692 | 2026-07-23T02:56:50.989Z | Downloaded allocator-api2 v0.2.21 |
| 693 | 2026-07-23T02:56:50.992Z | Downloaded is_ci v1.2.0 |
| 694 | 2026-07-23T02:56:50.992Z | Downloaded clang-sys v1.8.1 |
| 695 | 2026-07-23T02:56:50.995Z | Downloaded chacha20 v0.10.0 |
| 696 | 2026-07-23T02:56:50.995Z | Downloaded http-body-util v0.1.3 |
| 697 | 2026-07-23T02:56:50.998Z | Downloaded kstat-rs v0.2.4 |
| 698 | 2026-07-23T02:56:50.998Z | Downloaded globset v0.4.18 |
| 699 | 2026-07-23T02:56:50.998Z | Downloaded getrandom v0.2.17 |
| 700 | 2026-07-23T02:56:51.002Z | Downloaded humantime v2.3.0 |
| 701 | 2026-07-23T02:56:51.002Z | Downloaded kem v0.3.0 |
| 702 | 2026-07-23T02:56:51.002Z | Downloaded internet-checksum v0.2.1 |
| 703 | 2026-07-23T02:56:51.006Z | Downloaded lalrpop-util v0.19.12 |
| 704 | 2026-07-23T02:56:51.006Z | Downloaded inout v0.1.4 |
| 705 | 2026-07-23T02:56:51.006Z | Downloaded linked-hash-map v0.5.6 |
| 706 | 2026-07-23T02:56:51.012Z | Downloaded ff v0.14.0 |
| 707 | 2026-07-23T02:56:51.015Z | Downloaded hyper-staticfile v0.10.1 |
| 708 | 2026-07-23T02:56:51.019Z | Downloaded const-oid v0.10.2 |
| 709 | 2026-07-23T02:56:51.024Z | Downloaded maybe-uninit v2.0.0 |
| 710 | 2026-07-23T02:56:51.027Z | Downloaded lru-slab v0.1.2 |
| 711 | 2026-07-23T02:56:51.027Z | Downloaded lru-cache v0.1.2 |
| 712 | 2026-07-23T02:56:51.027Z | Downloaded managed v0.8.0 |
| 713 | 2026-07-23T02:56:51.030Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 714 | 2026-07-23T02:56:51.033Z | Downloaded mime v0.3.17 |
| 715 | 2026-07-23T02:56:51.033Z | Downloaded indoc v2.0.7 |
| 716 | 2026-07-23T02:56:51.035Z | Downloaded group v0.13.0 |
| 717 | 2026-07-23T02:56:51.035Z | Downloaded base64 v0.22.1 |
| 718 | 2026-07-23T02:56:51.040Z | Downloaded derive-where v1.6.0 |
| 719 | 2026-07-23T02:56:51.043Z | Downloaded maplit v1.0.2 |
| 720 | 2026-07-23T02:56:51.043Z | Downloaded memoffset v0.9.1 |
| 721 | 2026-07-23T02:56:51.043Z | Downloaded md5 v0.8.0 |
| 722 | 2026-07-23T02:56:51.046Z | Downloaded match_cfg v0.1.0 |
| 723 | 2026-07-23T02:56:51.049Z | Downloaded futures-channel v0.3.32 |
| 724 | 2026-07-23T02:56:51.052Z | Downloaded md-5 v0.10.6 |
| 725 | 2026-07-23T02:56:51.052Z | Downloaded newline-converter v0.3.0 |
| 726 | 2026-07-23T02:56:51.058Z | Downloaded highway v1.3.0 |
| 727 | 2026-07-23T02:56:51.061Z | Downloaded keccak v0.1.6 |
| 728 | 2026-07-23T02:56:51.064Z | Downloaded ipnetwork v0.21.1 |
| 729 | 2026-07-23T02:56:51.064Z | Downloaded ipnet v2.11.0 |
| 730 | 2026-07-23T02:56:51.067Z | Downloaded bytes v1.11.1 |
| 731 | 2026-07-23T02:56:51.067Z | Downloaded const_format v0.2.35 |
| 732 | 2026-07-23T02:56:51.070Z | Downloaded new_debug_unreachable v1.0.6 |
| 733 | 2026-07-23T02:56:51.073Z | Downloaded hybrid-array v0.4.13 |
| 734 | 2026-07-23T02:56:51.085Z | Downloaded num v0.4.3 |
| 735 | 2026-07-23T02:56:51.089Z | Downloaded normalize-line-endings v0.3.0 |
| 736 | 2026-07-23T02:56:51.089Z | Downloaded nonempty v0.12.0 |
| 737 | 2026-07-23T02:56:51.089Z | Downloaded half v2.7.1 |
| 738 | 2026-07-23T02:56:51.092Z | Downloaded libefi-sys v0.1.0 |
| 739 | 2026-07-23T02:56:51.092Z | Downloaded nodrop v0.1.14 |
| 740 | 2026-07-23T02:56:51.092Z | Downloaded nibble_vec v0.1.0 |
| 741 | 2026-07-23T02:56:51.092Z | Downloaded newtype-uuid-macros v0.1.0 |
| 742 | 2026-07-23T02:56:51.130Z | Downloaded multimap v0.10.1 |
| 743 | 2026-07-23T02:56:51.130Z | Downloaded hyper-rustls v0.27.7 |
| 744 | 2026-07-23T02:56:51.130Z | Downloaded compact_str v0.8.1 |
| 745 | 2026-07-23T02:56:51.130Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 746 | 2026-07-23T02:56:51.130Z | Downloaded half v1.8.3 |
| 747 | 2026-07-23T02:56:51.130Z | Downloaded num-conv v0.2.0 |
| 748 | 2026-07-23T02:56:51.131Z | Downloaded lock_api v0.4.14 |
| 749 | 2026-07-23T02:56:51.131Z | Downloaded num-derive v0.3.3 |
| 750 | 2026-07-23T02:56:51.131Z | Downloaded num_enum_derive v0.5.11 |
| 751 | 2026-07-23T02:56:51.131Z | Downloaded num-iter v0.1.45 |
| 752 | 2026-07-23T02:56:51.131Z | Downloaded linear-map v1.2.0 |
| 753 | 2026-07-23T02:56:51.131Z | Downloaded newtype_derive v0.1.6 |
| 754 | 2026-07-23T02:56:51.131Z | Downloaded libloading v0.8.9 |
| 755 | 2026-07-23T02:56:51.131Z | Downloaded lazy_static v1.5.0 |
| 756 | 2026-07-23T02:56:51.131Z | Downloaded keccak v0.2.0 |
| 757 | 2026-07-23T02:56:51.131Z | Downloaded lru v0.12.5 |
| 758 | 2026-07-23T02:56:51.131Z | Downloaded libscf-sys v1.1.0 |
| 759 | 2026-07-23T02:56:51.131Z | Downloaded ingot-macros v0.1.1 |
| 760 | 2026-07-23T02:56:51.131Z | Downloaded ingot v0.1.1 |
| 761 | 2026-07-23T02:56:51.131Z | Downloaded derive_more v2.1.1 |
| 762 | 2026-07-23T02:56:51.131Z | Downloaded num-derive v0.4.2 |
| 763 | 2026-07-23T02:56:51.131Z | Downloaded lzss v0.8.2 |
| 764 | 2026-07-23T02:56:51.131Z | Downloaded mime_guess v2.0.5 |
| 765 | 2026-07-23T02:56:51.131Z | Downloaded libsw-core v0.3.2 |
| 766 | 2026-07-23T02:56:51.134Z | Downloaded openssl-macros v0.1.1 |
| 767 | 2026-07-23T02:56:51.134Z | Downloaded opaque-debug v0.3.1 |
| 768 | 2026-07-23T02:56:51.134Z | Downloaded native-tls v0.2.18 |
| 769 | 2026-07-23T02:56:51.135Z | Downloaded ingot-types v0.1.2 |
| 770 | 2026-07-23T02:56:51.136Z | Downloaded derive_more v0.99.20 |
| 771 | 2026-07-23T02:56:51.139Z | Downloaded oso-derive v0.27.3 |
| 772 | 2026-07-23T02:56:51.139Z | Downloaded openssl-probe v0.2.1 |
| 773 | 2026-07-23T02:56:51.139Z | Downloaded ar_archive_writer v0.5.1 |
| 774 | 2026-07-23T02:56:51.140Z | Downloaded chacha20poly1305 v0.10.1 |
| 775 | 2026-07-23T02:56:51.143Z | Downloaded arc-swap v1.8.2 |
| 776 | 2026-07-23T02:56:51.143Z | Downloaded newtype-uuid v1.3.2 |
| 777 | 2026-07-23T02:56:51.145Z | Downloaded iana-time-zone v0.1.65 |
| 778 | 2026-07-23T02:56:51.146Z | Downloaded olpc-cjson v0.1.4 |
| 779 | 2026-07-23T02:56:51.148Z | Downloaded openssl-probe v0.1.6 |
| 780 | 2026-07-23T02:56:51.148Z | Downloaded flate2 v1.1.9 |
| 781 | 2026-07-23T02:56:51.151Z | Downloaded der v0.7.10 |
| 782 | 2026-07-23T02:56:51.154Z | Downloaded jobserver v0.1.34 |
| 783 | 2026-07-23T02:56:51.154Z | Downloaded hmac v0.13.0 |
| 784 | 2026-07-23T02:56:51.157Z | Downloaded getrandom v0.3.4 |
| 785 | 2026-07-23T02:56:51.161Z | Downloaded futures v0.3.32 |
| 786 | 2026-07-23T02:56:51.164Z | Downloaded ignore v0.4.25 |
| 787 | 2026-07-23T02:56:51.164Z | Downloaded num_enum v0.5.11 |
| 788 | 2026-07-23T02:56:51.167Z | Downloaded parse-display v0.10.0 |
| 789 | 2026-07-23T02:56:51.167Z | Downloaded packed_struct_codegen v0.10.1 |
| 790 | 2026-07-23T02:56:51.167Z | Downloaded flume v0.11.1 |
| 791 | 2026-07-23T02:56:51.170Z | Downloaded base64 v0.21.7 |
| 792 | 2026-07-23T02:56:51.173Z | Downloaded nanorand v0.7.0 |
| 793 | 2026-07-23T02:56:51.176Z | Downloaded num_enum_derive v0.7.6 |
| 794 | 2026-07-23T02:56:51.176Z | Downloaded litemap v0.8.1 |
| 795 | 2026-07-23T02:56:51.179Z | Downloaded httparse v1.10.1 |
| 796 | 2026-07-23T02:56:51.179Z | Downloaded generic-array v1.4.3 |
| 797 | 2026-07-23T02:56:51.182Z | Downloaded expectorate v1.2.0 |
| 798 | 2026-07-23T02:56:51.182Z | Downloaded num_threads v0.1.7 |
| 799 | 2026-07-23T02:56:51.185Z | Downloaded heapless v0.7.17 |
| 800 | 2026-07-23T02:56:51.188Z | Downloaded num-rational v0.4.2 |
| 801 | 2026-07-23T02:56:51.188Z | Downloaded num_enum v0.7.6 |
| 802 | 2026-07-23T02:56:51.191Z | Downloaded path-slash v0.1.5 |
| 803 | 2026-07-23T02:56:51.191Z | Downloaded memmap2 v0.9.10 |
| 804 | 2026-07-23T02:56:51.194Z | Downloaded indexmap v1.9.3 |
| 805 | 2026-07-23T02:56:51.194Z | Downloaded derive_more-impl v2.1.1 |
| 806 | 2026-07-23T02:56:51.197Z | Downloaded libsw v3.5.0 |
| 807 | 2026-07-23T02:56:51.200Z | Downloaded peg-runtime v0.8.5 |
| 808 | 2026-07-23T02:56:51.200Z | Downloaded icu_provider v2.1.1 |
| 809 | 2026-07-23T02:56:51.203Z | Downloaded icu_properties v2.1.2 |
| 810 | 2026-07-23T02:56:51.203Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 811 | 2026-07-23T02:56:51.206Z | Downloaded owo-colors v4.3.0 |
| 812 | 2026-07-23T02:56:51.206Z | Downloaded cc v1.2.56 |
| 813 | 2026-07-23T02:56:51.209Z | Downloaded headers v0.4.1 |
| 814 | 2026-07-23T02:56:51.212Z | Downloaded percent-encoding v2.3.2 |
| 815 | 2026-07-23T02:56:51.215Z | Downloaded multer v3.1.0 |
| 816 | 2026-07-23T02:56:51.215Z | Downloaded potential_utf v0.1.4 |
| 817 | 2026-07-23T02:56:51.218Z | Downloaded phf_shared v0.13.1 |
| 818 | 2026-07-23T02:56:51.221Z | Downloaded phf_shared v0.11.3 |
| 819 | 2026-07-23T02:56:51.224Z | Downloaded module-lattice v0.2.3 |
| 820 | 2026-07-23T02:56:51.227Z | Downloaded oxide-update-engine v0.1.2 |
| 821 | 2026-07-23T02:56:51.231Z | Downloaded num-integer v0.1.46 |
| 822 | 2026-07-23T02:56:51.234Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-07-23T02:56:51.234Z | Downloaded oxide-update-engine-display v0.1.2 |
| 824 | 2026-07-23T02:56:51.237Z | Downloaded icu_normalizer_data v2.1.1 |
| 825 | 2026-07-23T02:56:51.237Z | Downloaded icu_normalizer v2.1.1 |
| 826 | 2026-07-23T02:56:51.240Z | Downloaded icu_locale_core v2.1.1 |
| 827 | 2026-07-23T02:56:51.243Z | Downloaded packed_struct v0.10.1 |
| 828 | 2026-07-23T02:56:51.246Z | Downloaded powerfmt v0.2.0 |
| 829 | 2026-07-23T02:56:51.246Z | Downloaded litrs v1.0.0 |
| 830 | 2026-07-23T02:56:51.249Z | Downloaded hmac v0.12.1 |
| 831 | 2026-07-23T02:56:51.249Z | Downloaded parking_lot_core v0.8.6 |
| 832 | 2026-07-23T02:56:51.252Z | Downloaded oxide-tokio-rt v0.1.4 |
| 833 | 2026-07-23T02:56:51.252Z | Downloaded parse-display-derive v0.10.0 |
| 834 | 2026-07-23T02:56:51.257Z | Downloaded precomputed-hash v0.1.1 |
| 835 | 2026-07-23T02:56:51.260Z | Downloaded phf_shared v0.12.1 |
| 836 | 2026-07-23T02:56:51.262Z | Downloaded predicates-core v1.0.10 |
| 837 | 2026-07-23T02:56:51.262Z | Downloaded der v0.8.0 |
| 838 | 2026-07-23T02:56:51.266Z | Downloaded peg v0.8.5 |
| 839 | 2026-07-23T02:56:51.269Z | Downloaded libbz2-rs-sys v0.2.2 |
| 840 | 2026-07-23T02:56:51.272Z | Downloaded password-hash v0.6.1 |
| 841 | 2026-07-23T02:56:51.272Z | Downloaded ml-kem v0.3.2 |
| 842 | 2026-07-23T02:56:51.274Z | Downloaded ed25519-dalek v2.2.0 |
| 843 | 2026-07-23T02:56:51.274Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 844 | 2026-07-23T02:56:51.277Z | Downloaded diesel_derives v2.3.7 |
| 845 | 2026-07-23T02:56:51.280Z | Downloaded progenitor-macro v0.13.0 |
| 846 | 2026-07-23T02:56:51.280Z | Downloaded crossterm v0.28.1 |
| 847 | 2026-07-23T02:56:51.283Z | Downloaded progenitor-client v0.14.0 |
| 848 | 2026-07-23T02:56:51.286Z | Downloaded proc-macro-crate v3.4.0 |
| 849 | 2026-07-23T02:56:51.286Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-07-23T02:56:51.289Z | Downloaded peg-macros v0.8.5 |
| 851 | 2026-07-23T02:56:51.289Z | Downloaded pem v3.0.6 |
| 852 | 2026-07-23T02:56:51.289Z | Downloaded pbkdf2 v0.13.0 |
| 853 | 2026-07-23T02:56:51.292Z | Downloaded nu-ansi-term v0.50.3 |
| 854 | 2026-07-23T02:56:51.292Z | Downloaded async-compression v0.4.41 |
| 855 | 2026-07-23T02:56:51.296Z | Downloaded pin-project-lite v0.2.17 |
| 856 | 2026-07-23T02:56:51.299Z | Downloaded psl-types v2.0.11 |
| 857 | 2026-07-23T02:56:51.302Z | Downloaded progenitor-macro v0.14.0 |
| 858 | 2026-07-23T02:56:51.302Z | Downloaded proc-macro-crate v1.3.1 |
| 859 | 2026-07-23T02:56:51.302Z | Downloaded aes-gcm v0.11.0 |
| 860 | 2026-07-23T02:56:51.305Z | Downloaded pin-project-internal v1.1.11 |
| 861 | 2026-07-23T02:56:51.308Z | Downloaded icu_collections v2.1.1 |
| 862 | 2026-07-23T02:56:51.310Z | Downloaded polyval v0.7.1 |
| 863 | 2026-07-23T02:56:51.311Z | Downloaded phf v0.12.1 |
| 864 | 2026-07-23T02:56:51.314Z | Downloaded phf v0.13.1 |
| 865 | 2026-07-23T02:56:51.314Z | Downloaded parking_lot v0.12.5 |
| 866 | 2026-07-23T02:56:51.314Z | Downloaded num-complex v0.4.6 |
| 867 | 2026-07-23T02:56:51.317Z | Downloaded pem-rfc7468 v1.0.0 |
| 868 | 2026-07-23T02:56:51.317Z | Downloaded pem-rfc7468 v0.7.0 |
| 869 | 2026-07-23T02:56:51.321Z | Downloaded oxnet v0.1.6 |
| 870 | 2026-07-23T02:56:51.321Z | Downloaded paste v1.0.15 |
| 871 | 2026-07-23T02:56:51.324Z | Downloaded radium v0.7.0 |
| 872 | 2026-07-23T02:56:51.324Z | Downloaded parking_lot_core v0.9.12 |
| 873 | 2026-07-23T02:56:51.324Z | Downloaded ppv-lite86 v0.2.21 |
| 874 | 2026-07-23T02:56:51.327Z | Downloaded port-file v0.1.0 |
| 875 | 2026-07-23T02:56:51.327Z | Downloaded poly1305 v0.8.0 |
| 876 | 2026-07-23T02:56:51.330Z | Downloaded pkcs8 v0.10.2 |
| 877 | 2026-07-23T02:56:51.333Z | Downloaded rand_chacha v0.3.1 |
| 878 | 2026-07-23T02:56:51.333Z | Downloaded password-hash v0.5.0 |
| 879 | 2026-07-23T02:56:51.336Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-07-23T02:56:51.339Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-07-23T02:56:51.339Z | Downloaded hickory-resolver v0.24.4 |
| 882 | 2026-07-23T02:56:51.343Z | Downloaded omicron-zone-package v0.12.3 |
| 883 | 2026-07-23T02:56:51.349Z | Downloaded postgres-protocol v0.6.10 |
| 884 | 2026-07-23T02:56:51.353Z | Downloaded progenitor-extras v0.2.0 |
| 885 | 2026-07-23T02:56:51.353Z | Downloaded indicatif v0.18.4 |
| 886 | 2026-07-23T02:56:51.356Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 887 | 2026-07-23T02:56:51.356Z | Downloaded recursive v0.1.1 |
| 888 | 2026-07-23T02:56:51.359Z | Downloaded progenitor v0.14.0 |
| 889 | 2026-07-23T02:56:51.359Z | Downloaded proc-macro-error2 v2.0.1 |
| 890 | 2026-07-23T02:56:51.362Z | Downloaded primeorder v0.14.0-rc.10 |
| 891 | 2026-07-23T02:56:51.362Z | Downloaded oso v0.27.3 |
| 892 | 2026-07-23T02:56:51.365Z | Downloaded psm v0.1.30 |
| 893 | 2026-07-23T02:56:51.365Z | Downloaded primeorder v0.13.6 |
| 894 | 2026-07-23T02:56:51.368Z | Downloaded num-traits v0.2.19 |
| 895 | 2026-07-23T02:56:51.368Z | Downloaded rfc6979 v0.4.0 |
| 896 | 2026-07-23T02:56:51.372Z | Downloaded miniz_oxide v0.8.9 |
| 897 | 2026-07-23T02:56:51.372Z | Downloaded pkcs1 v0.7.5 |
| 898 | 2026-07-23T02:56:51.377Z | Downloaded phc v0.6.1 |
| 899 | 2026-07-23T02:56:51.377Z | Downloaded heapless v0.8.0 |
| 900 | 2026-07-23T02:56:51.377Z | Downloaded ref-cast-impl v1.0.25 |
| 901 | 2026-07-23T02:56:51.380Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-07-23T02:56:51.380Z | Downloaded pkcs8 v0.11.0 |
| 903 | 2026-07-23T02:56:51.383Z | Downloaded pkg-config v0.3.32 |
| 904 | 2026-07-23T02:56:51.383Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 905 | 2026-07-23T02:56:51.386Z | Downloaded papergrid v0.17.0 |
| 906 | 2026-07-23T02:56:51.388Z | Downloaded russh-util v0.52.0 |
| 907 | 2026-07-23T02:56:51.389Z | Downloaded oxide-update-engine-types v0.1.2 |
| 908 | 2026-07-23T02:56:51.389Z | Downloaded rtoolbox v0.0.3 |
| 909 | 2026-07-23T02:56:51.392Z | Downloaded rfc6979 v0.5.0 |
| 910 | 2026-07-23T02:56:51.392Z | Downloaded hashbrown v0.13.2 |
| 911 | 2026-07-23T02:56:51.394Z | Downloaded hashbrown v0.12.3 |
| 912 | 2026-07-23T02:56:51.398Z | Downloaded dropshot-api-manager v0.7.2 |
| 913 | 2026-07-23T02:56:51.401Z | Downloaded russh-cryptovec v0.61.0 |
| 914 | 2026-07-23T02:56:51.401Z | Downloaded rand_core v0.9.5 |
| 915 | 2026-07-23T02:56:51.404Z | Downloaded rand_core v0.6.4 |
| 916 | 2026-07-23T02:56:51.404Z | Downloaded hickory-server v0.25.2 |
| 917 | 2026-07-23T02:56:51.407Z | Downloaded aho-corasick v1.1.4 |
| 918 | 2026-07-23T02:56:51.410Z | Downloaded crossterm v0.29.0 |
| 919 | 2026-07-23T02:56:51.413Z | Downloaded quick-error v1.2.3 |
| 920 | 2026-07-23T02:56:51.416Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-07-23T02:56:51.416Z | Downloaded hyper-util v0.1.20 |
| 922 | 2026-07-23T02:56:51.419Z | Downloaded rustc_version v0.4.1 |
| 923 | 2026-07-23T02:56:51.422Z | Downloaded progenitor-client v0.13.0 |
| 924 | 2026-07-23T02:56:51.422Z | Downloaded poly1305 v0.9.0 |
| 925 | 2026-07-23T02:56:51.424Z | Downloaded progenitor v0.13.0 |
| 926 | 2026-07-23T02:56:51.425Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-07-23T02:56:51.425Z | Downloaded rand_core v0.10.0 |
| 928 | 2026-07-23T02:56:51.427Z | Downloaded rand_chacha v0.9.0 |
| 929 | 2026-07-23T02:56:51.427Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-07-23T02:56:51.430Z | Downloaded primefield v0.14.0 |
| 931 | 2026-07-23T02:56:51.433Z | Downloaded predicates v3.1.4 |
| 932 | 2026-07-23T02:56:51.433Z | Downloaded scopeguard v1.2.0 |
| 933 | 2026-07-23T02:56:51.436Z | Downloaded scroll_derive v0.13.1 |
| 934 | 2026-07-23T02:56:51.436Z | Downloaded scheduled-thread-pool v0.2.7 |
| 935 | 2026-07-23T02:56:51.439Z | Downloaded seq-macro v0.3.6 |
| 936 | 2026-07-23T02:56:51.439Z | Downloaded serde-big-array v0.5.1 |
| 937 | 2026-07-23T02:56:51.442Z | Downloaded sapling-renderdag v0.1.0 |
| 938 | 2026-07-23T02:56:51.442Z | Downloaded pkcs5 v0.8.1 |
| 939 | 2026-07-23T02:56:51.446Z | Downloaded aes v0.9.1 |
| 940 | 2026-07-23T02:56:51.449Z | Downloaded secrecy v0.10.3 |
| 941 | 2026-07-23T02:56:51.451Z | Downloaded p256 v0.14.0-rc.10 |
| 942 | 2026-07-23T02:56:51.454Z | Downloaded quinn-udp v0.5.14 |
| 943 | 2026-07-23T02:56:51.457Z | Downloaded rpassword v7.5.4 |
| 944 | 2026-07-23T02:56:51.457Z | Downloaded postcard v1.1.3 |
| 945 | 2026-07-23T02:56:51.460Z | Downloaded serde_bytes v0.11.19 |
| 946 | 2026-07-23T02:56:51.462Z | Downloaded secrecy v0.8.0 |
| 947 | 2026-07-23T02:56:51.465Z | Downloaded mio v1.2.0 |
| 948 | 2026-07-23T02:56:51.465Z | Downloaded p384 v0.14.0-rc.10 |
| 949 | 2026-07-23T02:56:51.468Z | Downloaded openssl-sys v0.9.115 |
| 950 | 2026-07-23T02:56:51.471Z | Downloaded semver v0.1.20 |
| 951 | 2026-07-23T02:56:51.473Z | Downloaded serde_plain v1.0.2 |
| 952 | 2026-07-23T02:56:51.474Z | Downloaded serde_repr v0.1.20 |
| 953 | 2026-07-23T02:56:51.477Z | Downloaded resolv-conf v0.7.6 |
| 954 | 2026-07-23T02:56:51.480Z | Downloaded http v1.4.2 |
| 955 | 2026-07-23T02:56:51.482Z | Downloaded rusty-fork v0.3.1 |
| 956 | 2026-07-23T02:56:51.483Z | Downloaded rustls-pemfile v2.2.0 |
| 957 | 2026-07-23T02:56:51.492Z | Downloaded rustversion v1.0.22 |
| 958 | 2026-07-23T02:56:51.496Z | Downloaded sha1 v0.10.6 |
| 959 | 2026-07-23T02:56:51.496Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-07-23T02:56:51.499Z | Downloaded pin-project v1.1.11 |
| 961 | 2026-07-23T02:56:51.502Z | Downloaded minimal-lexical v0.2.1 |
| 962 | 2026-07-23T02:56:51.505Z | Downloaded sec1 v0.7.3 |
| 963 | 2026-07-23T02:56:51.508Z | Downloaded rustls-native-certs v0.8.3 |
| 964 | 2026-07-23T02:56:51.511Z | Downloaded signal-hook-tokio v0.3.1 |
| 965 | 2026-07-23T02:56:51.511Z | Downloaded signal-hook-mio v0.2.5 |
| 966 | 2026-07-23T02:56:51.511Z | Downloaded progenitor-impl v0.14.0 |
| 967 | 2026-07-23T02:56:51.514Z | Downloaded siphasher v1.0.2 |
| 968 | 2026-07-23T02:56:51.514Z | Downloaded signature v3.0.0 |
| 969 | 2026-07-23T02:56:51.514Z | Downloaded sigpipe v0.1.3 |
| 970 | 2026-07-23T02:56:51.517Z | Downloaded rand_xorshift v0.4.0 |
| 971 | 2026-07-23T02:56:51.519Z | Downloaded progenitor-impl v0.13.0 |
| 972 | 2026-07-23T02:56:51.522Z | Downloaded schemars_derive v0.8.22 |
| 973 | 2026-07-23T02:56:51.522Z | Downloaded num-bigint v0.4.6 |
| 974 | 2026-07-23T02:56:51.522Z | Downloaded hashbrown v0.15.5 |
| 975 | 2026-07-23T02:56:51.525Z | Downloaded same-file v1.0.6 |
| 976 | 2026-07-23T02:56:51.528Z | Downloaded signature v2.2.0 |
| 977 | 2026-07-23T02:56:51.528Z | Downloaded itertools v0.10.5 |
| 978 | 2026-07-23T02:56:51.531Z | Downloaded serde-hex v0.1.0 |
| 979 | 2026-07-23T02:56:51.533Z | Downloaded jiff-static v0.2.21 |
| 980 | 2026-07-23T02:56:51.533Z | Downloaded slog-bunyan v2.5.0 |
| 981 | 2026-07-23T02:56:51.536Z | Downloaded scrypt v0.12.0 |
| 982 | 2026-07-23T02:56:51.536Z | Downloaded hashbrown v0.16.1 |
| 983 | 2026-07-23T02:56:51.540Z | Downloaded slog-envlogger v2.2.0 |
| 984 | 2026-07-23T02:56:51.543Z | Downloaded pretty_assertions v1.4.1 |
| 985 | 2026-07-23T02:56:51.543Z | Downloaded rustc-hash v2.1.1 |
| 986 | 2026-07-23T02:56:51.546Z | Downloaded shell-words v1.1.1 |
| 987 | 2026-07-23T02:56:51.559Z | Downloaded r2d2 v0.8.10 |
| 988 | 2026-07-23T02:56:51.562Z | Downloaded sqlparser_derive v0.5.0 |
| 989 | 2026-07-23T02:56:51.565Z | Downloaded stable_deref_trait v1.2.1 |
| 990 | 2026-07-23T02:56:51.568Z | Downloaded serde_with_macros v1.5.2 |
| 991 | 2026-07-23T02:56:51.568Z | Downloaded salsa20 v0.11.0 |
| 992 | 2026-07-23T02:56:51.583Z | Downloaded serde_spanned v1.1.1 |
| 993 | 2026-07-23T02:56:51.586Z | Downloaded serdect v0.4.3 |
| 994 | 2026-07-23T02:56:51.589Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-07-23T02:56:51.593Z | Downloaded prettyplease v0.2.37 |
| 996 | 2026-07-23T02:56:51.596Z | Downloaded simd-adler32 v0.3.8 |
| 997 | 2026-07-23T02:56:51.599Z | Downloaded shlex v1.3.0 |
| 998 | 2026-07-23T02:56:51.602Z | Downloaded idna v1.1.0 |
| 999 | 2026-07-23T02:56:51.604Z | Downloaded slog-dtrace v0.3.0 |
| 1000 | 2026-07-23T02:56:51.607Z | Downloaded prefix-trie v0.7.0 |
| 1001 | 2026-07-23T02:56:51.610Z | Downloaded slab v0.4.12 |
| 1002 | 2026-07-23T02:56:51.613Z | Downloaded serde_path_to_error v0.1.20 |
| 1003 | 2026-07-23T02:56:51.613Z | Downloaded slog-async v2.8.0 |
| 1004 | 2026-07-23T02:56:51.613Z | Downloaded structmeta v0.3.0 |
| 1005 | 2026-07-23T02:56:51.616Z | Downloaded strsim v0.10.0 |
| 1006 | 2026-07-23T02:56:51.616Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-07-23T02:56:51.616Z | Downloaded strum v0.26.3 |
| 1008 | 2026-07-23T02:56:51.619Z | Downloaded structmeta-derive v0.3.0 |
| 1009 | 2026-07-23T02:56:51.619Z | Downloaded slog-term v2.9.2 |
| 1010 | 2026-07-23T02:56:51.622Z | Downloaded rcgen v0.12.1 |
| 1011 | 2026-07-23T02:56:51.622Z | Downloaded slog-scope v4.4.1 |
| 1012 | 2026-07-23T02:56:51.624Z | Downloaded crypto-primes v0.7.2 |
| 1013 | 2026-07-23T02:56:51.627Z | Downloaded supports-color v3.0.2 |
| 1014 | 2026-07-23T02:56:51.627Z | Downloaded subtle v2.6.1 |
| 1015 | 2026-07-23T02:56:51.627Z | Downloaded slog-json v2.6.1 |
| 1016 | 2026-07-23T02:56:51.632Z | Downloaded slog-stdlog v4.1.1 |
| 1017 | 2026-07-23T02:56:51.632Z | Downloaded futures-util v0.3.32 |
| 1018 | 2026-07-23T02:56:51.636Z | Downloaded serde_derive_internals v0.29.1 |
| 1019 | 2026-07-23T02:56:51.639Z | Downloaded snafu-derive v0.8.9 |
| 1020 | 2026-07-23T02:56:51.639Z | Downloaded take_mut v0.2.2 |
| 1021 | 2026-07-23T02:56:51.642Z | Downloaded tabwriter v1.4.1 |
| 1022 | 2026-07-23T02:56:51.642Z | Downloaded sync-ptr v0.1.4 |
| 1023 | 2026-07-23T02:56:51.645Z | Downloaded testing_table v0.3.0 |
| 1024 | 2026-07-23T02:56:51.645Z | Downloaded termtree v0.5.1 |
| 1025 | 2026-07-23T02:56:51.648Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1026 | 2026-07-23T02:56:51.648Z | Downloaded serde_with_macros v3.21.0 |
| 1027 | 2026-07-23T02:56:51.653Z | Downloaded quinn v0.11.9 |
| 1028 | 2026-07-23T02:56:51.656Z | Downloaded ryu v1.0.23 |
| 1029 | 2026-07-23T02:56:51.660Z | Downloaded schemars v0.8.22 |
| 1030 | 2026-07-23T02:56:51.665Z | Downloaded time-core v0.1.8 |
| 1031 | 2026-07-23T02:56:51.668Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1032 | 2026-07-23T02:56:51.668Z | Downloaded sqlformat v0.3.5 |
| 1033 | 2026-07-23T02:56:51.671Z | Downloaded thread-id v5.1.0 |
| 1034 | 2026-07-23T02:56:51.671Z | Downloaded string_cache v0.8.9 |
| 1035 | 2026-07-23T02:56:51.674Z | Downloaded smf v0.2.3 |
| 1036 | 2026-07-23T02:56:51.674Z | Downloaded tabled_derive v0.11.0 |
| 1037 | 2026-07-23T02:56:51.674Z | Downloaded ron v0.8.1 |
| 1038 | 2026-07-23T02:56:51.677Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1039 | 2026-07-23T02:56:51.679Z | Downloaded sync_wrapper v1.0.2 |
| 1040 | 2026-07-23T02:56:51.679Z | Downloaded libxml v0.3.3 |
| 1041 | 2026-07-23T02:56:51.683Z | Downloaded spki v0.7.3 |
| 1042 | 2026-07-23T02:56:51.683Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1043 | 2026-07-23T02:56:51.686Z | Downloaded stringprep v0.1.5 |
| 1044 | 2026-07-23T02:56:51.689Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1045 | 2026-07-23T02:56:51.692Z | Downloaded spki v0.8.0 |
| 1046 | 2026-07-23T02:56:51.692Z | Downloaded sec1 v0.8.1 |
| 1047 | 2026-07-23T02:56:51.695Z | Downloaded signal-hook-registry v1.4.8 |
| 1048 | 2026-07-23T02:56:51.695Z | Downloaded tokio-macros v2.7.0 |
| 1049 | 2026-07-23T02:56:51.695Z | Downloaded sha1 v0.11.0 |
| 1050 | 2026-07-23T02:56:51.698Z | Downloaded serde_cbor v0.11.2 |
| 1051 | 2026-07-23T02:56:51.699Z | Downloaded tap v1.0.1 |
| 1052 | 2026-07-23T02:56:51.699Z | Downloaded iri-string v0.7.10 |
| 1053 | 2026-07-23T02:56:51.703Z | Downloaded support-bundle-viewer v0.1.2 |
| 1054 | 2026-07-23T02:56:51.705Z | Downloaded itertools v0.14.0 |
| 1055 | 2026-07-23T02:56:51.709Z | Downloaded tagptr v0.2.0 |
| 1056 | 2026-07-23T02:56:51.712Z | Downloaded static_assertions v1.1.0 |
| 1057 | 2026-07-23T02:56:51.712Z | Downloaded stacker v0.1.23 |
| 1058 | 2026-07-23T02:56:51.712Z | Downloaded strum_macros v0.24.3 |
| 1059 | 2026-07-23T02:56:51.715Z | Downloaded tokio-test v0.4.5 |
| 1060 | 2026-07-23T02:56:51.715Z | Downloaded tinyvec_macros v0.1.1 |
| 1061 | 2026-07-23T02:56:51.718Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1062 | 2026-07-23T02:56:51.718Z | Downloaded publicsuffix v2.3.0 |
| 1063 | 2026-07-23T02:56:51.718Z | Downloaded p521 v0.14.0-rc.10 |
| 1064 | 2026-07-23T02:56:51.722Z | Downloaded itertools v0.12.1 |
| 1065 | 2026-07-23T02:56:51.726Z | Downloaded qorb v0.4.1 |
| 1066 | 2026-07-23T02:56:51.730Z | Downloaded strum v0.27.2 |
| 1067 | 2026-07-23T02:56:51.730Z | Downloaded smallvec v0.6.14 |
| 1068 | 2026-07-23T02:56:51.733Z | Downloaded synstructure v0.13.2 |
| 1069 | 2026-07-23T02:56:51.733Z | Downloaded thiserror-no-std v2.0.2 |
| 1070 | 2026-07-23T02:56:51.733Z | Downloaded strum_macros v0.26.4 |
| 1071 | 2026-07-23T02:56:51.735Z | Downloaded topological-sort v0.2.2 |
| 1072 | 2026-07-23T02:56:51.736Z | Downloaded rand v0.8.6 |
| 1073 | 2026-07-23T02:56:51.738Z | Downloaded similar v2.7.0 |
| 1074 | 2026-07-23T02:56:51.743Z | Downloaded nom v7.1.3 |
| 1075 | 2026-07-23T02:56:51.746Z | Downloaded tinystr v0.8.2 |
| 1076 | 2026-07-23T02:56:51.746Z | Downloaded strum_macros v0.27.2 |
| 1077 | 2026-07-23T02:56:51.749Z | Downloaded spin v0.9.8 |
| 1078 | 2026-07-23T02:56:51.749Z | Downloaded libm v0.2.16 |
| 1079 | 2026-07-23T02:56:51.754Z | Downloaded tower-service v0.3.3 |
| 1080 | 2026-07-23T02:56:51.757Z | Downloaded tower-layer v0.3.3 |
| 1081 | 2026-07-23T02:56:51.757Z | Downloaded tls_codec_derive v0.4.2 |
| 1082 | 2026-07-23T02:56:51.757Z | Downloaded tokio-native-tls v0.3.1 |
| 1083 | 2026-07-23T02:56:51.760Z | Downloaded tls_codec v0.4.2 |
| 1084 | 2026-07-23T02:56:51.760Z | Downloaded slog v2.8.2 |
| 1085 | 2026-07-23T02:56:51.763Z | Downloaded try-lock v0.2.5 |
| 1086 | 2026-07-23T02:56:51.763Z | Downloaded trait-variant v0.1.2 |
| 1087 | 2026-07-23T02:56:51.766Z | Downloaded rayon-core v1.13.0 |
| 1088 | 2026-07-23T02:56:51.766Z | Downloaded typify-macro v0.6.2 |
| 1089 | 2026-07-23T02:56:51.768Z | Downloaded nom v8.0.0 |
| 1090 | 2026-07-23T02:56:51.772Z | Downloaded time-macros v0.2.27 |
| 1091 | 2026-07-23T02:56:51.774Z | Downloaded termios v0.3.3 |
| 1092 | 2026-07-23T02:56:51.774Z | Downloaded itertools v0.13.0 |
| 1093 | 2026-07-23T02:56:51.777Z | Downloaded sha2 v0.11.0 |
| 1094 | 2026-07-23T02:56:51.780Z | Downloaded unarray v0.1.4 |
| 1095 | 2026-07-23T02:56:51.783Z | Downloaded tokio-dtrace v0.1.1 |
| 1096 | 2026-07-23T02:56:51.786Z | Downloaded hyper v1.10.1 |
| 1097 | 2026-07-23T02:56:51.790Z | Downloaded smallvec v1.15.1 |
| 1098 | 2026-07-23T02:56:51.793Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1099 | 2026-07-23T02:56:51.796Z | Downloaded tiny-keccak v2.0.2 |
| 1100 | 2026-07-23T02:56:51.796Z | Downloaded thread_local v1.1.9 |
| 1101 | 2026-07-23T02:56:51.799Z | Downloaded signal-hook v0.3.18 |
| 1102 | 2026-07-23T02:56:51.804Z | Downloaded untrusted v0.9.0 |
| 1103 | 2026-07-23T02:56:51.806Z | Downloaded universal-hash v0.5.1 |
| 1104 | 2026-07-23T02:56:51.806Z | Downloaded tokio-tungstenite v0.23.1 |
| 1105 | 2026-07-23T02:56:51.809Z | Downloaded utf8_iter v1.0.4 |
| 1106 | 2026-07-23T02:56:51.809Z | Downloaded universal-hash v0.6.1 |
| 1107 | 2026-07-23T02:56:51.812Z | Downloaded usdt-macro v0.6.0 |
| 1108 | 2026-07-23T02:56:51.812Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-07-23T02:56:51.812Z | Downloaded utf-8 v0.7.6 |
| 1110 | 2026-07-23T02:56:51.815Z | Downloaded usdt-attr-macro v0.6.0 |
| 1111 | 2026-07-23T02:56:51.815Z | Downloaded unicode-xid v0.2.6 |
| 1112 | 2026-07-23T02:56:51.815Z | Downloaded untrusted v0.7.1 |
| 1113 | 2026-07-23T02:56:51.820Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1114 | 2026-07-23T02:56:51.820Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1115 | 2026-07-23T02:56:51.820Z | Downloaded tokio-tungstenite v0.21.0 |
| 1116 | 2026-07-23T02:56:51.823Z | Downloaded h2 v0.4.15 |
| 1117 | 2026-07-23T02:56:51.827Z | Downloaded rsa v0.10.0-rc.18 |
| 1118 | 2026-07-23T02:56:51.830Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-07-23T02:56:51.833Z | Downloaded usdt v0.6.0 |
| 1120 | 2026-07-23T02:56:51.836Z | Downloaded waitgroup v0.1.2 |
| 1121 | 2026-07-23T02:56:51.841Z | Downloaded tui-tree-widget v0.23.1 |
| 1122 | 2026-07-23T02:56:51.846Z | Downloaded rand v0.10.1 |
| 1123 | 2026-07-23T02:56:51.850Z | Downloaded void v1.0.2 |
| 1124 | 2026-07-23T02:56:51.856Z | Downloaded tokio-rustls v0.26.4 |
| 1125 | 2026-07-23T02:56:51.859Z | Downloaded wait-timeout v0.2.1 |
| 1126 | 2026-07-23T02:56:51.866Z | Downloaded yoke-derive v0.8.1 |
| 1127 | 2026-07-23T02:56:51.869Z | Downloaded xattr v1.6.1 |
| 1128 | 2026-07-23T02:56:51.869Z | Downloaded hkdf v0.13.0 |
| 1129 | 2026-07-23T02:56:51.872Z | Downloaded hkdf v0.12.4 |
| 1130 | 2026-07-23T02:56:51.872Z | Downloaded want v0.3.1 |
| 1131 | 2026-07-23T02:56:51.876Z | Downloaded unicode-truncate v1.1.0 |
| 1132 | 2026-07-23T02:56:51.879Z | Downloaded xshell-macros v0.2.7 |
| 1133 | 2026-07-23T02:56:51.879Z | Downloaded zerofrom v0.1.6 |
| 1134 | 2026-07-23T02:56:51.879Z | Downloaded term v1.2.1 |
| 1135 | 2026-07-23T02:56:51.886Z | Downloaded term v0.7.0 |
| 1136 | 2026-07-23T02:56:51.890Z | Downloaded subprocess v0.2.15 |
| 1137 | 2026-07-23T02:56:51.894Z | Downloaded test-strategy v0.4.5 |
| 1138 | 2026-07-23T02:56:51.894Z | Downloaded zone v0.3.1 |
| 1139 | 2026-07-23T02:56:51.894Z | Downloaded zerofrom-derive v0.1.6 |
| 1140 | 2026-07-23T02:56:51.899Z | Downloaded samael v0.0.19 |
| 1141 | 2026-07-23T02:56:51.903Z | Downloaded tinyvec v1.10.0 |
| 1142 | 2026-07-23T02:56:51.907Z | Downloaded usdt-impl v0.6.0 |
| 1143 | 2026-07-23T02:56:51.910Z | Downloaded socket2 v0.6.3 |
| 1144 | 2026-07-23T02:56:51.910Z | Downloaded iddqd v0.4.2 |
| 1145 | 2026-07-23T02:56:51.915Z | Downloaded zeroize_derive v1.4.3 |
| 1146 | 2026-07-23T02:56:51.918Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1147 | 2026-07-23T02:56:51.921Z | Downloaded icu_properties_data v2.1.2 |
| 1148 | 2026-07-23T02:56:51.925Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-07-23T02:56:51.927Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1150 | 2026-07-23T02:56:51.927Z | Downloaded blake3 v1.8.5 |
| 1151 | 2026-07-23T02:56:51.932Z | Downloaded whoami v2.1.0 |
| 1152 | 2026-07-23T02:56:51.935Z | Downloaded whoami v1.6.1 |
| 1153 | 2026-07-23T02:56:51.935Z | Downloaded vergen-lib v9.1.0 |
| 1154 | 2026-07-23T02:56:51.938Z | Downloaded vergen-gitcl v1.0.8 |
| 1155 | 2026-07-23T02:56:51.939Z | Downloaded vergen-git2 v9.1.0 |
| 1156 | 2026-07-23T02:56:51.939Z | Downloaded tracing-attributes v0.1.31 |
| 1157 | 2026-07-23T02:56:51.942Z | Downloaded num-bigint-dig v0.8.6 |
| 1158 | 2026-07-23T02:56:51.945Z | Downloaded crypto-bigint v0.7.5 |
| 1159 | 2026-07-23T02:56:51.952Z | Downloaded writeable v0.6.2 |
| 1160 | 2026-07-23T02:56:51.955Z | Downloaded walkdir v2.5.0 |
| 1161 | 2026-07-23T02:56:51.955Z | Downloaded bitvec v1.0.1 |
| 1162 | 2026-07-23T02:56:51.963Z | Downloaded yoke v0.8.1 |
| 1163 | 2026-07-23T02:56:51.966Z | Downloaded toml v0.7.8 |
| 1164 | 2026-07-23T02:56:51.968Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1165 | 2026-07-23T02:56:51.971Z | Downloaded wyz v0.5.1 |
| 1166 | 2026-07-23T02:56:51.971Z | Downloaded steno v0.4.1 |
| 1167 | 2026-07-23T02:56:51.974Z | Downloaded tokio-stream v0.1.18 |
| 1168 | 2026-07-23T02:56:51.977Z | Downloaded unicode-properties v0.1.4 |
| 1169 | 2026-07-23T02:56:51.977Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-07-23T02:56:51.980Z | Downloaded twox-hash v2.1.2 |
| 1171 | 2026-07-23T02:56:51.980Z | Downloaded tar v0.4.46 |
| 1172 | 2026-07-23T02:56:51.983Z | Downloaded snafu v0.8.9 |
| 1173 | 2026-07-23T02:56:51.986Z | Downloaded rand v0.9.2 |
| 1174 | 2026-07-23T02:56:51.988Z | Downloaded zeroize v1.8.2 |
| 1175 | 2026-07-23T02:56:51.990Z | Downloaded uzers v0.12.2 |
| 1176 | 2026-07-23T02:56:51.990Z | Downloaded rustls-webpki v0.103.13 |
| 1177 | 2026-07-23T02:56:51.993Z | Downloaded schemars v1.2.1 |
| 1178 | 2026-07-23T02:56:51.998Z | Downloaded zerovec-derive v0.11.2 |
| 1179 | 2026-07-23T02:56:52.002Z | Downloaded tungstenite v0.21.0 |
| 1180 | 2026-07-23T02:56:52.002Z | Downloaded vsss-rs v3.3.4 |
| 1181 | 2026-07-23T02:56:52.005Z | Downloaded unicase v2.9.0 |
| 1182 | 2026-07-23T02:56:52.005Z | Downloaded tungstenite v0.23.0 |
| 1183 | 2026-07-23T02:56:52.007Z | Downloaded xshell v0.2.7 |
| 1184 | 2026-07-23T02:56:52.007Z | Downloaded vergen-lib v0.1.6 |
| 1185 | 2026-07-23T02:56:52.010Z | Downloaded vergen v9.1.0 |
| 1186 | 2026-07-23T02:56:52.010Z | Downloaded yasna v0.5.2 |
| 1187 | 2026-07-23T02:56:52.011Z | Downloaded socket2 v0.5.10 |
| 1188 | 2026-07-23T02:56:52.013Z | Downloaded unicode-bidi v0.3.18 |
| 1189 | 2026-07-23T02:56:52.014Z | Downloaded typify v0.6.2 |
| 1190 | 2026-07-23T02:56:52.017Z | Downloaded tracing-core v0.1.36 |
| 1191 | 2026-07-23T02:56:52.019Z | Downloaded aws-lc-rs v1.16.3 |
| 1192 | 2026-07-23T02:56:52.023Z | Downloaded schemars v0.9.0 |
| 1193 | 2026-07-23T02:56:52.030Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1194 | 2026-07-23T02:56:52.033Z | Downloaded serde_with v1.14.0 |
| 1195 | 2026-07-23T02:56:52.036Z | Downloaded uuid v1.23.4 |
| 1196 | 2026-07-23T02:56:52.039Z | Downloaded chrono v0.4.45 |
| 1197 | 2026-07-23T02:56:52.042Z | Downloaded zstd v0.13.3 |
| 1198 | 2026-07-23T02:56:52.050Z | Downloaded vte v0.14.1 |
| 1199 | 2026-07-23T02:56:52.067Z | Downloaded zerocopy v0.6.6 |
| 1200 | 2026-07-23T02:56:52.076Z | Downloaded rustyline v14.0.0 |
| 1201 | 2026-07-23T02:56:52.080Z | Downloaded zopfli v0.8.3 |
| 1202 | 2026-07-23T02:56:52.083Z | Downloaded p384 v0.13.1 |
| 1203 | 2026-07-23T02:56:52.087Z | Downloaded bindgen v0.71.1 |
| 1204 | 2026-07-23T02:56:52.090Z | Downloaded reedline v0.40.0 |
| 1205 | 2026-07-23T02:56:52.095Z | Downloaded git2 v0.20.4 |
| 1206 | 2026-07-23T02:56:52.101Z | Downloaded regex v1.12.3 |
| 1207 | 2026-07-23T02:56:52.109Z | Downloaded moka v0.12.13 |
| 1208 | 2026-07-23T02:56:52.114Z | Downloaded tokio-postgres v0.7.16 |
| 1209 | 2026-07-23T02:56:52.120Z | Downloaded rayon v1.11.0 |
| 1210 | 2026-07-23T02:56:52.131Z | Downloaded goblin v0.10.5 |
| 1211 | 2026-07-23T02:56:52.135Z | Downloaded zerotrie v0.2.3 |
| 1212 | 2026-07-23T02:56:52.138Z | Downloaded unicode_categories v0.1.1 |
| 1213 | 2026-07-23T02:56:52.141Z | Downloaded unsafe-libyaml v0.2.11 |
| 1214 | 2026-07-23T02:56:52.141Z | Downloaded toml_edit v0.19.15 |
| 1215 | 2026-07-23T02:56:52.151Z | Downloaded zip v0.6.6 |
| 1216 | 2026-07-23T02:56:52.154Z | Downloaded yansi v1.0.1 |
| 1217 | 2026-07-23T02:56:52.155Z | Downloaded curve25519-dalek v4.1.3 |
| 1218 | 2026-07-23T02:56:52.158Z | Downloaded tower v0.5.3 |
| 1219 | 2026-07-23T02:56:52.164Z | Downloaded quick-xml v0.37.5 |
| 1220 | 2026-07-23T02:56:52.167Z | Downloaded url v2.5.8 |
| 1221 | 2026-07-23T02:56:52.171Z | Downloaded salty v0.3.0 |
| 1222 | 2026-07-23T02:56:52.174Z | Downloaded unicode-segmentation v1.12.0 |
| 1223 | 2026-07-23T02:56:52.177Z | Downloaded rawzip v0.4.4 |
| 1224 | 2026-07-23T02:56:52.179Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1225 | 2026-07-23T02:56:52.183Z | Downloaded portable-atomic v1.13.1 |
| 1226 | 2026-07-23T02:56:52.189Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-07-23T02:56:52.194Z | Downloaded zerocopy-derive v0.8.40 |
| 1228 | 2026-07-23T02:56:52.199Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-07-23T02:56:52.202Z | Downloaded typed-path v0.9.3 |
| 1230 | 2026-07-23T02:56:52.206Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1231 | 2026-07-23T02:56:52.212Z | Downloaded proptest v1.10.0 |
| 1232 | 2026-07-23T02:56:52.220Z | Downloaded reqwest v0.12.28 |
| 1233 | 2026-07-23T02:56:52.229Z | Downloaded zip v4.6.1 |
| 1234 | 2026-07-23T02:56:52.237Z | Downloaded tokio-util v0.7.18 |
| 1235 | 2026-07-23T02:56:52.241Z | Downloaded unicode-normalization v0.1.25 |
| 1236 | 2026-07-23T02:56:52.244Z | Downloaded reqwest v0.13.2 |
| 1237 | 2026-07-23T02:56:52.255Z | Downloaded tower-http v0.6.8 |
| 1238 | 2026-07-23T02:56:52.261Z | Downloaded petname v2.0.2 |
| 1239 | 2026-07-23T02:56:52.266Z | Downloaded nix v0.27.1 |
| 1240 | 2026-07-23T02:56:52.272Z | Downloaded object v0.30.4 |
| 1241 | 2026-07-23T02:56:52.305Z | Downloaded quinn-proto v0.11.13 |
| 1242 | 2026-07-23T02:56:52.305Z | Downloaded zerovec v0.11.5 |
| 1243 | 2026-07-23T02:56:52.305Z | Downloaded tough v0.22.0 |
| 1244 | 2026-07-23T02:56:52.305Z | Downloaded radix_trie v0.2.1 |
| 1245 | 2026-07-23T02:56:52.305Z | Downloaded serde_with v3.21.0 |
| 1246 | 2026-07-23T02:56:52.324Z | Downloaded winnow v0.5.40 |
| 1247 | 2026-07-23T02:56:52.331Z | Downloaded polar-core v0.27.3 |
| 1248 | 2026-07-23T02:56:52.336Z | Downloaded nix v0.28.0 |
| 1249 | 2026-07-23T02:56:52.342Z | Downloaded russh v0.61.2 |
| 1250 | 2026-07-23T02:56:52.351Z | Downloaded winnow v0.6.26 |
| 1251 | 2026-07-23T02:56:52.357Z | Downloaded winnow v1.0.3 |
| 1252 | 2026-07-23T02:56:52.367Z | Downloaded dropshot v0.17.1 |
| 1253 | 2026-07-23T02:56:52.380Z | Downloaded tabled v0.20.0 |
| 1254 | 2026-07-23T02:56:52.390Z | Downloaded openssl v0.10.79 |
| 1255 | 2026-07-23T02:56:52.396Z | Downloaded time v0.3.47 |
| 1256 | 2026-07-23T02:56:52.402Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1257 | 2026-07-23T02:56:52.409Z | Downloaded vcpkg v0.2.15 |
| 1258 | 2026-07-23T02:56:52.431Z | Downloaded smoltcp v0.9.1 |
| 1259 | 2026-07-23T02:56:52.437Z | Downloaded diesel v2.3.7 |
| 1260 | 2026-07-23T02:56:52.449Z | Downloaded zlib-rs v0.6.2 |
| 1261 | 2026-07-23T02:56:52.452Z | Downloaded regex-syntax v0.6.29 |
| 1262 | 2026-07-23T02:56:52.455Z | Downloaded object v0.37.3 |
| 1263 | 2026-07-23T02:56:52.463Z | Downloaded regress v0.10.5 |
| 1264 | 2026-07-23T02:56:52.468Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-07-23T02:56:52.473Z | Downloaded smoltcp v0.11.0 |
| 1266 | 2026-07-23T02:56:52.480Z | Downloaded regex-syntax v0.8.10 |
| 1267 | 2026-07-23T02:56:52.485Z | Downloaded openapiv3 v2.2.0 |
| 1268 | 2026-07-23T02:56:52.492Z | Downloaded nix v0.31.2 |
| 1269 | 2026-07-23T02:56:52.498Z | Downloaded rustls v0.23.41 |
| 1270 | 2026-07-23T02:56:52.505Z | Downloaded hickory-proto v0.25.2 |
| 1271 | 2026-07-23T02:56:52.514Z | Downloaded regress v0.11.1 |
| 1272 | 2026-07-23T02:56:52.519Z | Downloaded hickory-proto v0.24.4 |
| 1273 | 2026-07-23T02:56:52.548Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-07-23T02:56:52.554Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-07-23T02:56:52.576Z | Downloaded fiat-crypto v0.3.0 |
| 1276 | 2026-07-23T02:56:52.585Z | Downloaded ratatui v0.29.0 |
| 1277 | 2026-07-23T02:56:52.596Z | Downloaded tracing v0.1.44 |
| 1278 | 2026-07-23T02:56:52.620Z | Downloaded zerocopy-derive v0.6.6 |
| 1279 | 2026-07-23T02:56:52.624Z | Downloaded sled v0.34.7 |
| 1280 | 2026-07-23T02:56:52.630Z | Downloaded jiff v0.2.21 |
| 1281 | 2026-07-23T02:56:52.641Z | Downloaded csv v1.4.0 |
| 1282 | 2026-07-23T02:56:52.653Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-07-23T02:56:52.674Z | Downloaded typify-impl v0.6.2 |
| 1284 | 2026-07-23T02:56:52.683Z | Downloaded sha3 v0.11.0 |
| 1285 | 2026-07-23T02:56:52.711Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1286 | 2026-07-23T02:56:52.744Z | Downloaded regex-automata v0.4.14 |
| 1287 | 2026-07-23T02:56:52.761Z | Downloaded petgraph v0.6.5 |
| 1288 | 2026-07-23T02:56:52.794Z | Downloaded chrono-tz v0.10.4 |
| 1289 | 2026-07-23T02:56:52.828Z | Downloaded petgraph v0.8.3 |
| 1290 | 2026-07-23T02:56:52.878Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-23T02:56:52.889Z | Downloaded sha3 v0.10.8 |
| 1292 | 2026-07-23T02:56:52.904Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-07-23T02:56:52.987Z | Downloaded encoding_rs v0.8.35 |
| 1294 | 2026-07-23T02:56:53.018Z | Downloaded ring v0.17.14 |
| 1295 | 2026-07-23T02:56:53.625Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-23T02:56:53.875Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-23T02:56:53.875Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-23T02:56:53.875Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-23T02:56:53.879Z | Compiling log v0.4.29 |
| 1300 | 2026-07-23T02:56:53.879Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-23T02:56:53.879Z | Compiling shlex v1.3.0 |
| 1302 | 2026-07-23T02:56:53.879Z | Compiling find-msvc-tools v0.1.9 |
| 1303 | 2026-07-23T02:56:53.879Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-23T02:56:53.879Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-07-23T02:56:54.063Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-07-23T02:56:54.075Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-23T02:56:54.089Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-23T02:56:54.136Z | Compiling portable-atomic v1.13.1 |
| 1309 | 2026-07-23T02:56:54.139Z | Compiling zerocopy v0.8.40 |
| 1310 | 2026-07-23T02:56:54.139Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-23T02:56:54.148Z | Compiling pin-project-lite v0.2.17 |
| 1312 | 2026-07-23T02:56:54.188Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-07-23T02:56:54.203Z | Compiling parking_lot_core v0.9.12 |
| 1314 | 2026-07-23T02:56:54.225Z | Compiling getrandom v0.4.1 |
| 1315 | 2026-07-23T02:56:54.239Z | Compiling libm v0.2.16 |
| 1316 | 2026-07-23T02:56:54.243Z | Compiling pkg-config v0.3.32 |
| 1317 | 2026-07-23T02:56:54.253Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-07-23T02:56:54.284Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-23T02:56:54.430Z | Compiling futures-core v0.3.32 |
| 1320 | 2026-07-23T02:56:54.445Z | Compiling rand_core v0.10.0 |
| 1321 | 2026-07-23T02:56:54.459Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-23T02:56:54.472Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-07-23T02:56:54.487Z | Compiling percent-encoding v2.3.2 |
| 1324 | 2026-07-23T02:56:54.570Z | Compiling writeable v0.6.2 |
| 1325 | 2026-07-23T02:56:54.598Z | Compiling litemap v0.8.1 |
| 1326 | 2026-07-23T02:56:54.646Z | Compiling icu_normalizer_data v2.1.1 |
| 1327 | 2026-07-23T02:56:54.674Z | Compiling icu_properties_data v2.1.2 |
| 1328 | 2026-07-23T02:56:54.701Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-23T02:56:54.716Z | Compiling slab v0.4.12 |
| 1330 | 2026-07-23T02:56:54.744Z | Compiling futures-task v0.3.32 |
| 1331 | 2026-07-23T02:56:54.779Z | Compiling futures-io v0.3.32 |
| 1332 | 2026-07-23T02:56:54.791Z | Compiling futures-channel v0.3.32 |
| 1333 | 2026-07-23T02:56:54.805Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2026-07-23T02:56:54.819Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-23T02:56:54.921Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-07-23T02:56:54.956Z | Compiling rustversion v1.0.22 |
| 1337 | 2026-07-23T02:56:54.971Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-07-23T02:56:54.997Z | Compiling ident_case v1.0.1 |
| 1339 | 2026-07-23T02:56:55.024Z | Compiling fs_extra v1.3.0 |
| 1340 | 2026-07-23T02:56:55.027Z | Compiling dunce v1.0.5 |
| 1341 | 2026-07-23T02:56:55.059Z | Compiling jobserver v0.1.34 |
| 1342 | 2026-07-23T02:56:55.062Z | Compiling errno v0.3.14 |
| 1343 | 2026-07-23T02:56:55.082Z | Compiling getrandom v0.2.17 |
| 1344 | 2026-07-23T02:56:55.158Z | Compiling mio v1.2.0 |
| 1345 | 2026-07-23T02:56:55.174Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-07-23T02:56:55.195Z | Compiling signal-hook-registry v1.4.8 |
| 1347 | 2026-07-23T02:56:55.237Z | Compiling rand_core v0.6.4 |
| 1348 | 2026-07-23T02:56:55.328Z | Compiling cc v1.2.56 |
| 1349 | 2026-07-23T02:56:55.341Z | Compiling once_cell v1.21.3 |
| 1350 | 2026-07-23T02:56:55.341Z | Compiling parking_lot v0.12.5 |
| 1351 | 2026-07-23T02:56:55.387Z | Compiling rustix v1.1.3 |
| 1352 | 2026-07-23T02:56:55.413Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-23T02:56:55.444Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-07-23T02:56:55.471Z | Compiling base64 v0.22.1 |
| 1355 | 2026-07-23T02:56:55.540Z | Compiling vcpkg v0.2.15 |
| 1356 | 2026-07-23T02:56:55.577Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-23T02:56:55.611Z | Compiling aws-lc-rs v1.16.3 |
| 1358 | 2026-07-23T02:56:55.658Z | Compiling flagset v0.4.7 |
| 1359 | 2026-07-23T02:56:55.757Z | Compiling pem-rfc7468 v0.7.0 |
| 1360 | 2026-07-23T02:56:55.769Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-07-23T02:56:55.819Z | Compiling httparse v1.10.1 |
| 1362 | 2026-07-23T02:56:55.832Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-07-23T02:56:55.846Z | Compiling openssl-probe v0.2.1 |
| 1364 | 2026-07-23T02:56:55.869Z | Compiling cmov v0.5.4 |
| 1365 | 2026-07-23T02:56:55.931Z | Compiling schemars v0.8.22 |
| 1366 | 2026-07-23T02:56:55.955Z | Compiling dyn-clone v1.0.20 |
| 1367 | 2026-07-23T02:56:56.043Z | Compiling tinyvec v1.10.0 |
| 1368 | 2026-07-23T02:56:56.058Z | Compiling aho-corasick v1.1.4 |
| 1369 | 2026-07-23T02:56:56.083Z | Compiling ctutils v0.4.2 |
| 1370 | 2026-07-23T02:56:56.098Z | Compiling try-lock v0.2.5 |
| 1371 | 2026-07-23T02:56:56.114Z | Compiling cmake v0.1.57 |
| 1372 | 2026-07-23T02:56:56.128Z | Compiling untrusted v0.7.1 |
| 1373 | 2026-07-23T02:56:56.143Z | Compiling tower-service v0.3.3 |
| 1374 | 2026-07-23T02:56:56.168Z | Compiling atomic-waker v1.1.2 |
| 1375 | 2026-07-23T02:56:56.187Z | Compiling tower-layer v0.3.3 |
| 1376 | 2026-07-23T02:56:56.231Z | Compiling want v0.3.1 |
| 1377 | 2026-07-23T02:56:56.246Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-23T02:56:56.261Z | Compiling httpdate v1.0.3 |
| 1379 | 2026-07-23T02:56:56.277Z | Compiling foreign-types-shared v0.1.1 |
| 1380 | 2026-07-23T02:56:56.310Z | Compiling rustls v0.23.41 |
| 1381 | 2026-07-23T02:56:56.332Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-07-23T02:56:56.359Z | Compiling untrusted v0.9.0 |
| 1383 | 2026-07-23T02:56:56.369Z | Compiling foreign-types v0.3.2 |
| 1384 | 2026-07-23T02:56:56.414Z | Compiling bitflags v2.11.0 |
| 1385 | 2026-07-23T02:56:56.430Z | Compiling semver v1.0.28 |
| 1386 | 2026-07-23T02:56:56.436Z | Compiling indexmap v2.14.0 |
| 1387 | 2026-07-23T02:56:56.456Z | Compiling uuid v1.23.4 |
| 1388 | 2026-07-23T02:56:56.489Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-23T02:56:56.520Z | Compiling spin v0.9.8 |
| 1390 | 2026-07-23T02:56:56.534Z | Compiling powerfmt v0.2.0 |
| 1391 | 2026-07-23T02:56:56.550Z | Compiling num-conv v0.2.0 |
| 1392 | 2026-07-23T02:56:56.564Z | Compiling crc32fast v1.5.0 |
| 1393 | 2026-07-23T02:56:56.578Z | Compiling time-core v0.1.8 |
| 1394 | 2026-07-23T02:56:56.667Z | Compiling rustc_version v0.4.1 |
| 1395 | 2026-07-23T02:56:56.691Z | Compiling native-tls v0.2.18 |
| 1396 | 2026-07-23T02:56:56.745Z | Compiling time-macros v0.2.27 |
| 1397 | 2026-07-23T02:56:56.748Z | Compiling deranged v0.5.8 |
| 1398 | 2026-07-23T02:56:56.772Z | Compiling wait-timeout v0.2.1 |
| 1399 | 2026-07-23T02:56:56.785Z | Compiling sync_wrapper v1.0.2 |
| 1400 | 2026-07-23T02:56:56.908Z | Compiling bit-vec v0.8.0 |
| 1401 | 2026-07-23T02:56:56.923Z | Compiling crossbeam-utils v0.8.21 |
| 1402 | 2026-07-23T02:56:56.937Z | Compiling regex-automata v0.4.14 |
| 1403 | 2026-07-23T02:56:56.974Z | Compiling usdt-impl v0.6.0 |
| 1404 | 2026-07-23T02:56:56.997Z | Compiling aws-lc-sys v0.40.0 |
| 1405 | 2026-07-23T02:56:57.013Z | Compiling openssl-sys v0.9.115 |
| 1406 | 2026-07-23T02:56:57.059Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1407 | 2026-07-23T02:56:57.127Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-07-23T02:56:57.162Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-07-23T02:56:57.197Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-07-23T02:56:57.222Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-07-23T02:56:57.252Z | Compiling num_threads v0.1.7 |
| 1412 | 2026-07-23T02:56:57.364Z | Compiling syn v1.0.109 |
| 1413 | 2026-07-23T02:56:57.573Z | Compiling tempfile v3.25.0 |
| 1414 | 2026-07-23T02:56:57.710Z | Compiling simd-adler32 v0.3.8 |
| 1415 | 2026-07-23T02:56:57.766Z | Compiling quick-error v1.2.3 |
| 1416 | 2026-07-23T02:56:57.796Z | Compiling siphasher v1.0.2 |
| 1417 | 2026-07-23T02:56:57.867Z | Compiling darling_core v0.23.0 |
| 1418 | 2026-07-23T02:56:57.880Z | Compiling time v0.3.47 |
| 1419 | 2026-07-23T02:56:57.883Z | Compiling rusty-fork v0.3.1 |
| 1420 | 2026-07-23T02:56:57.946Z | Compiling bit-set v0.8.0 |
| 1421 | 2026-07-23T02:56:57.951Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-23T02:56:57.990Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1423 | 2026-07-23T02:56:58.007Z | Compiling slog v2.8.2 |
| 1424 | 2026-07-23T02:56:58.040Z | Compiling rand_xorshift v0.4.0 |
| 1425 | 2026-07-23T02:56:58.129Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-23T02:56:58.129Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-23T02:56:58.185Z | Compiling anyhow v1.0.102 |
| 1428 | 2026-07-23T02:56:58.230Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-07-23T02:56:58.233Z | Compiling unicode-properties v0.1.4 |
| 1430 | 2026-07-23T02:56:58.258Z | Compiling signal-hook v0.3.18 |
| 1431 | 2026-07-23T02:56:58.261Z | Compiling iri-string v0.7.10 |
| 1432 | 2026-07-23T02:56:58.261Z | Compiling ryu v1.0.23 |
| 1433 | 2026-07-23T02:56:58.298Z | Compiling unarray v0.1.4 |
| 1434 | 2026-07-23T02:56:58.315Z | Compiling paste v1.0.15 |
| 1435 | 2026-07-23T02:56:58.368Z | Compiling zstd-safe v7.2.4 |
| 1436 | 2026-07-23T02:56:58.384Z | Compiling allocator-api2 v0.2.21 |
| 1437 | 2026-07-23T02:56:58.422Z | Compiling unicode-bidi v0.3.18 |
| 1438 | 2026-07-23T02:56:58.475Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-23T02:56:58.604Z | Compiling camino v1.2.2 |
| 1440 | 2026-07-23T02:56:58.728Z | Compiling curve25519-dalek v4.1.3 |
| 1441 | 2026-07-23T02:56:58.771Z | Compiling stringprep v0.1.5 |
| 1442 | 2026-07-23T02:56:58.880Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-23T02:56:58.983Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-23T02:56:59.009Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-23T02:56:59.139Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-23T02:56:59.146Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-23T02:56:59.200Z | Compiling displaydoc v0.2.5 |
| 1448 | 2026-07-23T02:56:59.239Z | Compiling zerocopy-derive v0.8.40 |
| 1449 | 2026-07-23T02:56:59.277Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-23T02:56:59.597Z | Compiling futures-macro v0.3.32 |
| 1451 | 2026-07-23T02:56:59.607Z | Compiling tracing-attributes v0.1.31 |
| 1452 | 2026-07-23T02:56:59.687Z | Compiling zeroize v1.8.2 |
| 1453 | 2026-07-23T02:56:59.904Z | Compiling der_derive v0.7.3 |
| 1454 | 2026-07-23T02:56:59.998Z | Compiling thiserror-impl v2.0.18 |
| 1455 | 2026-07-23T02:57:00.062Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-23T02:57:00.317Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-07-23T02:57:00.336Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-23T02:57:00.443Z | Compiling block-buffer v0.10.4 |
| 1459 | 2026-07-23T02:57:00.458Z | Compiling futures-util v0.3.32 |
| 1460 | 2026-07-23T02:57:00.475Z | Compiling zerofrom v0.1.6 |
| 1461 | 2026-07-23T02:57:00.513Z | Compiling crypto-common v0.1.7 |
| 1462 | 2026-07-23T02:57:00.545Z | Compiling pest_derive v2.8.6 |
| 1463 | 2026-07-23T02:57:00.613Z | Compiling yoke v0.8.1 |
| 1464 | 2026-07-23T02:57:00.632Z | Compiling digest v0.10.7 |
| 1465 | 2026-07-23T02:57:00.674Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-07-23T02:57:00.805Z | Compiling zerovec v0.11.5 |
| 1467 | 2026-07-23T02:57:00.896Z | Compiling zerotrie v0.2.3 |
| 1468 | 2026-07-23T02:57:00.946Z | Compiling der v0.7.10 |
| 1469 | 2026-07-23T02:57:00.990Z | Compiling tracing v0.1.44 |
| 1470 | 2026-07-23T02:57:01.033Z | Compiling darling_macro v0.20.11 |
| 1471 | 2026-07-23T02:57:01.146Z | Compiling openssl-macros v0.1.1 |
| 1472 | 2026-07-23T02:57:01.200Z | Compiling hmac v0.12.1 |
| 1473 | 2026-07-23T02:57:01.214Z | Compiling sha2 v0.10.9 |
| 1474 | 2026-07-23T02:57:01.277Z | Compiling tinystr v0.8.2 |
| 1475 | 2026-07-23T02:57:01.340Z | Compiling potential_utf v0.1.4 |
| 1476 | 2026-07-23T02:57:01.375Z | Compiling thiserror-impl v1.0.69 |
| 1477 | 2026-07-23T02:57:01.407Z | Compiling thiserror v2.0.18 |
| 1478 | 2026-07-23T02:57:01.510Z | Compiling icu_locale_core v2.1.1 |
| 1479 | 2026-07-23T02:57:01.524Z | Compiling icu_collections v2.1.1 |
| 1480 | 2026-07-23T02:57:01.538Z | Compiling dtrace-parser v0.3.0 |
| 1481 | 2026-07-23T02:57:01.553Z | Compiling scroll v0.13.0 |
| 1482 | 2026-07-23T02:57:01.570Z | Compiling darling v0.20.11 |
| 1483 | 2026-07-23T02:57:01.644Z | Compiling scroll_derive v0.12.1 |
| 1484 | 2026-07-23T02:57:01.669Z | Compiling derive_builder_core v0.20.2 |
| 1485 | 2026-07-23T02:57:01.834Z | Compiling spki v0.7.3 |
| 1486 | 2026-07-23T02:57:02.009Z | Compiling pkcs8 v0.10.2 |
| 1487 | 2026-07-23T02:57:02.055Z | Compiling goblin v0.10.5 |
| 1488 | 2026-07-23T02:57:02.201Z | Compiling icu_provider v2.1.1 |
| 1489 | 2026-07-23T02:57:02.282Z | Compiling block-padding v0.4.2 |
| 1490 | 2026-07-23T02:57:02.296Z | Compiling crypto-common v0.2.2 |
| 1491 | 2026-07-23T02:57:02.354Z | Compiling bytes v1.11.1 |
| 1492 | 2026-07-23T02:57:02.420Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-23T02:57:02.460Z | Compiling icu_normalizer v2.1.1 |
| 1494 | 2026-07-23T02:57:02.481Z | Compiling icu_properties v2.1.2 |
| 1495 | 2026-07-23T02:57:02.506Z | Compiling ipnet v2.11.0 |
| 1496 | 2026-07-23T02:57:02.520Z | Compiling scroll v0.12.0 |
| 1497 | 2026-07-23T02:57:02.606Z | Compiling derive_builder_macro v0.20.2 |
| 1498 | 2026-07-23T02:57:02.691Z | Compiling hex v0.4.3 |
| 1499 | 2026-07-23T02:57:02.738Z | Compiling thiserror v1.0.69 |
| 1500 | 2026-07-23T02:57:02.816Z | Compiling erased-serde v0.3.31 |
| 1501 | 2026-07-23T02:57:02.831Z | Compiling serde_urlencoded v0.7.1 |
| 1502 | 2026-07-23T02:57:02.842Z | Compiling tokio v1.52.1 |
| 1503 | 2026-07-23T02:57:02.956Z | Compiling http v1.4.2 |
| 1504 | 2026-07-23T02:57:03.110Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2026-07-23T02:57:03.139Z | Compiling serde_tokenstream v0.2.3 |
| 1506 | 2026-07-23T02:57:03.139Z | Compiling serde_spanned v0.6.9 |
| 1507 | 2026-07-23T02:57:03.139Z | Compiling block-buffer v0.12.1 |
| 1508 | 2026-07-23T02:57:03.157Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-23T02:57:03.287Z | Compiling md-5 v0.10.6 |
| 1510 | 2026-07-23T02:57:03.327Z | Compiling darling_macro v0.23.0 |
| 1511 | 2026-07-23T02:57:03.341Z | Compiling rustls-native-certs v0.8.3 |
| 1512 | 2026-07-23T02:57:03.350Z | Compiling bstr v1.12.1 |
| 1513 | 2026-07-23T02:57:03.418Z | Compiling async-trait v0.1.89 |
| 1514 | 2026-07-23T02:57:03.485Z | Compiling idna_adapter v1.2.1 |
| 1515 | 2026-07-23T02:57:03.485Z | Compiling zerocopy-derive v0.7.35 |
| 1516 | 2026-07-23T02:57:03.569Z | Compiling idna v1.1.0 |
| 1517 | 2026-07-23T02:57:03.699Z | Compiling ppv-lite86 v0.2.21 |
| 1518 | 2026-07-23T02:57:03.740Z | Compiling http-body v1.0.1 |
| 1519 | 2026-07-23T02:57:03.842Z | Compiling http-body-util v0.1.3 |
| 1520 | 2026-07-23T02:57:03.870Z | Compiling url v2.5.8 |
| 1521 | 2026-07-23T02:57:03.941Z | Compiling pin-project-internal v1.1.11 |
| 1522 | 2026-07-23T02:57:04.047Z | Compiling vergen-lib v9.1.0 |
| 1523 | 2026-07-23T02:57:04.151Z | Compiling rand_chacha v0.9.0 |
| 1524 | 2026-07-23T02:57:04.151Z | Compiling rand_chacha v0.3.1 |
| 1525 | 2026-07-23T02:57:04.263Z | Compiling num-integer v0.1.46 |
| 1526 | 2026-07-23T02:57:04.263Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-23T02:57:04.263Z | Compiling memoffset v0.9.1 |
| 1528 | 2026-07-23T02:57:04.414Z | Compiling rand v0.9.2 |
| 1529 | 2026-07-23T02:57:04.414Z | Compiling encoding_rs v0.8.35 |
| 1530 | 2026-07-23T02:57:04.415Z | Compiling smoltcp v0.9.1 |
| 1531 | 2026-07-23T02:57:04.535Z | Compiling mime v0.3.17 |
| 1532 | 2026-07-23T02:57:04.693Z | Compiling litrs v1.0.0 |
| 1533 | 2026-07-23T02:57:04.693Z | Compiling rustix v0.38.44 |
| 1534 | 2026-07-23T02:57:04.873Z | Compiling zlib-rs v0.6.2 |
| 1535 | 2026-07-23T02:57:04.874Z | Compiling psl-types v2.0.11 |
| 1536 | 2026-07-23T02:57:04.874Z | Compiling cfg_aliases v0.2.1 |
| 1537 | 2026-07-23T02:57:04.874Z | Compiling ref-cast v1.0.25 |
| 1538 | 2026-07-23T02:57:04.874Z | Compiling num-bigint-dig v0.8.6 |
| 1539 | 2026-07-23T02:57:04.874Z | Compiling fallible-iterator v0.2.0 |
| 1540 | 2026-07-23T02:57:04.874Z | Compiling proptest v1.10.0 |
| 1541 | 2026-07-23T02:57:04.974Z | Compiling dof v0.4.0 |
| 1542 | 2026-07-23T02:57:05.116Z | Compiling nix v0.31.2 |
| 1543 | 2026-07-23T02:57:05.116Z | Compiling publicsuffix v2.3.0 |
| 1544 | 2026-07-23T02:57:05.116Z | Compiling document-features v0.2.12 |
| 1545 | 2026-07-23T02:57:05.281Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-07-23T02:57:05.281Z | Compiling pin-project v1.1.11 |
| 1547 | 2026-07-23T02:57:05.281Z | Compiling zerocopy v0.7.35 |
| 1548 | 2026-07-23T02:57:05.281Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-07-23T02:57:05.438Z | Compiling ipnetwork v0.21.1 |
| 1550 | 2026-07-23T02:57:05.438Z | Compiling rand v0.8.6 |
| 1551 | 2026-07-23T02:57:05.593Z | Compiling darling v0.23.0 |
| 1552 | 2026-07-23T02:57:05.728Z | Compiling oxnet v0.1.6 |
| 1553 | 2026-07-23T02:57:05.858Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-07-23T02:57:05.858Z | Compiling goblin v0.8.2 |
| 1555 | 2026-07-23T02:57:05.858Z | Compiling futures-executor v0.3.32 |
| 1556 | 2026-07-23T02:57:05.858Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-23T02:57:05.858Z | Compiling inout v0.2.2 |
| 1558 | 2026-07-23T02:57:05.943Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-23T02:57:06.046Z | Compiling daft-derive v0.1.7 |
| 1560 | 2026-07-23T02:57:06.107Z | Compiling strum_macros v0.27.2 |
| 1561 | 2026-07-23T02:57:06.108Z | Compiling ref-cast-impl v1.0.25 |
| 1562 | 2026-07-23T02:57:06.108Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-07-23T02:57:06.122Z | Compiling snafu-derive v0.8.9 |
| 1564 | 2026-07-23T02:57:06.297Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-23T02:57:06.416Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-23T02:57:06.500Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-23T02:57:06.539Z | Compiling cargo-platform v0.3.2 |
| 1568 | 2026-07-23T02:57:06.566Z | Compiling anstyle-parse v0.2.7 |
| 1569 | 2026-07-23T02:57:06.566Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-23T02:57:06.566Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-23T02:57:06.605Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-23T02:57:06.669Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-23T02:57:06.713Z | Compiling tokio-util v0.7.18 |
| 1574 | 2026-07-23T02:57:06.732Z | Compiling tower v0.5.3 |
| 1575 | 2026-07-23T02:57:06.766Z | Compiling tokio-native-tls v0.3.1 |
| 1576 | 2026-07-23T02:57:06.776Z | Compiling foldhash v0.2.0 |
| 1577 | 2026-07-23T02:57:06.795Z | Compiling unicode-segmentation v1.12.0 |
| 1578 | 2026-07-23T02:57:06.801Z | Compiling bumpalo v3.20.2 |
| 1579 | 2026-07-23T02:57:06.812Z | Compiling managed v0.8.0 |
| 1580 | 2026-07-23T02:57:06.844Z | Compiling same-file v1.0.6 |
| 1581 | 2026-07-23T02:57:06.897Z | Compiling base16ct v0.2.0 |
| 1582 | 2026-07-23T02:57:06.967Z | Compiling libbz2-rs-sys v0.2.2 |
| 1583 | 2026-07-23T02:57:07.013Z | Compiling winnow v0.5.40 |
| 1584 | 2026-07-23T02:57:07.026Z | Compiling foldhash v0.1.5 |
| 1585 | 2026-07-23T02:57:07.056Z | Compiling bitflags v1.3.2 |
| 1586 | 2026-07-23T02:57:07.090Z | Compiling object v0.37.3 |
| 1587 | 2026-07-23T02:57:07.099Z | Compiling sec1 v0.7.3 |
| 1588 | 2026-07-23T02:57:07.139Z | Compiling tower-http v0.6.8 |
| 1589 | 2026-07-23T02:57:07.197Z | Compiling newtype-uuid v1.3.2 |
| 1590 | 2026-07-23T02:57:07.218Z | Compiling hashbrown v0.15.5 |
| 1591 | 2026-07-23T02:57:07.390Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-07-23T02:57:07.457Z | Compiling h2 v0.4.15 |
| 1593 | 2026-07-23T02:57:07.551Z | Compiling daft v0.1.7 |
| 1594 | 2026-07-23T02:57:07.582Z | Compiling flate2 v1.1.9 |
| 1595 | 2026-07-23T02:57:07.632Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-07-23T02:57:07.650Z | Compiling walkdir v2.5.0 |
| 1597 | 2026-07-23T02:57:07.788Z | Compiling hashbrown v0.16.1 |
| 1598 | 2026-07-23T02:57:07.845Z | Compiling clap_builder v4.6.0 |
| 1599 | 2026-07-23T02:57:08.000Z | Compiling dof v0.3.0 |
| 1600 | 2026-07-23T02:57:08.060Z | Compiling cargo_metadata v0.23.1 |
| 1601 | 2026-07-23T02:57:08.070Z | Compiling group v0.13.0 |
| 1602 | 2026-07-23T02:57:08.091Z | Compiling snafu v0.8.9 |
| 1603 | 2026-07-23T02:57:08.118Z | Compiling strum v0.27.2 |
| 1604 | 2026-07-23T02:57:08.118Z | Compiling anstream v0.6.21 |
| 1605 | 2026-07-23T02:57:08.327Z | Compiling phf v0.13.1 |
| 1606 | 2026-07-23T02:57:08.388Z | Compiling toml_edit v0.19.15 |
| 1607 | 2026-07-23T02:57:08.464Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-23T02:57:08.528Z | Compiling usdt-attr-macro v0.6.0 |
| 1609 | 2026-07-23T02:57:08.528Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-07-23T02:57:08.622Z | Compiling hubpack v0.1.2 |
| 1611 | 2026-07-23T02:57:08.671Z | Compiling cookie_store v0.22.1 |
| 1612 | 2026-07-23T02:57:08.678Z | Compiling bzip2 v0.4.4 |
| 1613 | 2026-07-23T02:57:08.746Z | Compiling cipher v0.5.2 |
| 1614 | 2026-07-23T02:57:08.758Z | Compiling futures v0.3.32 |
| 1615 | 2026-07-23T02:57:08.849Z | Compiling zstd v0.13.3 |
| 1616 | 2026-07-23T02:57:08.864Z | Compiling serde_with_macros v3.21.0 |
| 1617 | 2026-07-23T02:57:08.880Z | Compiling postgres-types v0.2.12 |
| 1618 | 2026-07-23T02:57:09.179Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-23T02:57:09.255Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-23T02:57:09.277Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-23T02:57:09.297Z | Compiling serde-big-array v0.5.1 |
| 1622 | 2026-07-23T02:57:09.332Z | Compiling serde_plain v1.0.2 |
| 1623 | 2026-07-23T02:57:09.445Z | Compiling olpc-cjson v0.1.4 |
| 1624 | 2026-07-23T02:57:09.460Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-23T02:57:09.481Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-23T02:57:09.543Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-23T02:57:09.633Z | Compiling clap_derive v4.6.1 |
| 1628 | 2026-07-23T02:57:09.660Z | Compiling strum_macros v0.26.4 |
| 1629 | 2026-07-23T02:57:09.888Z | Compiling enum-as-inner v0.6.1 |
| 1630 | 2026-07-23T02:57:09.907Z | Compiling async-recursion v1.1.1 |
| 1631 | 2026-07-23T02:57:10.055Z | Compiling serde_repr v0.1.20 |
| 1632 | 2026-07-23T02:57:10.072Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-23T02:57:10.211Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-23T02:57:10.276Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-23T02:57:10.283Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-23T02:57:10.377Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-23T02:57:10.387Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-23T02:57:10.440Z | Compiling fixedbitset v0.5.7 |
| 1639 | 2026-07-23T02:57:10.617Z | Compiling const-oid v0.10.2 |
| 1640 | 2026-07-23T02:57:10.634Z | Compiling fixedbitset v0.4.2 |
| 1641 | 2026-07-23T02:57:10.644Z | Compiling precomputed-hash v0.1.1 |
| 1642 | 2026-07-23T02:57:10.662Z | Compiling hyper v1.10.1 |
| 1643 | 2026-07-23T02:57:10.716Z | Compiling jiff v0.2.21 |
| 1644 | 2026-07-23T02:57:10.758Z | Compiling new_debug_unreachable v1.0.6 |
| 1645 | 2026-07-23T02:57:10.787Z | Compiling difflib v0.4.0 |
| 1646 | 2026-07-23T02:57:10.827Z | Compiling cpufeatures v0.3.0 |
| 1647 | 2026-07-23T02:57:10.840Z | Compiling data-encoding v2.10.0 |
| 1648 | 2026-07-23T02:57:10.870Z | Compiling winnow v1.0.3 |
| 1649 | 2026-07-23T02:57:10.910Z | Compiling normalize-line-endings v0.3.0 |
| 1650 | 2026-07-23T02:57:10.948Z | Compiling keccak v0.1.6 |
| 1651 | 2026-07-23T02:57:11.021Z | Compiling predicates-core v1.0.10 |
| 1652 | 2026-07-23T02:57:11.063Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-07-23T02:57:11.079Z | Compiling static_assertions v1.1.0 |
| 1654 | 2026-07-23T02:57:11.194Z | Compiling whoami v2.1.0 |
| 1655 | 2026-07-23T02:57:11.214Z | Compiling either v1.15.0 |
| 1656 | 2026-07-23T02:57:11.242Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1657 | 2026-07-23T02:57:11.368Z | Compiling predicates v3.1.4 |
| 1658 | 2026-07-23T02:57:11.440Z | Compiling itertools v0.13.0 |
| 1659 | 2026-07-23T02:57:11.497Z | Compiling clap v4.6.1 |
| 1660 | 2026-07-23T02:57:11.509Z | Compiling strum v0.26.3 |
| 1661 | 2026-07-23T02:57:11.560Z | Compiling tokio-postgres v0.7.16 |
| 1662 | 2026-07-23T02:57:11.575Z | Compiling hickory-proto v0.25.2 |
| 1663 | 2026-07-23T02:57:11.598Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1664 | 2026-07-23T02:57:11.654Z | Compiling sha3 v0.10.8 |
| 1665 | 2026-07-23T02:57:11.701Z | Compiling chacha20 v0.10.0 |
| 1666 | 2026-07-23T02:57:11.725Z | Compiling string_cache v0.8.9 |
| 1667 | 2026-07-23T02:57:11.732Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-07-23T02:57:11.897Z | Compiling hyper-util v0.1.20 |
| 1669 | 2026-07-23T02:57:11.972Z | Compiling petgraph v0.6.5 |
| 1670 | 2026-07-23T02:57:12.047Z | Compiling digest v0.11.3 |
| 1671 | 2026-07-23T02:57:12.084Z | Compiling petgraph v0.8.3 |
| 1672 | 2026-07-23T02:57:12.117Z | Compiling env_logger v0.11.9 |
| 1673 | 2026-07-23T02:57:12.296Z | Compiling usdt v0.6.0 |
| 1674 | 2026-07-23T02:57:12.296Z | Compiling elliptic-curve v0.13.8 |
| 1675 | 2026-07-23T02:57:12.325Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-23T02:57:12.492Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-23T02:57:12.590Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-23T02:57:12.703Z | Compiling toml v0.7.8 |
| 1679 | 2026-07-23T02:57:12.719Z | Compiling rsa v0.9.10 |
| 1680 | 2026-07-23T02:57:12.955Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-23T02:57:13.366Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-23T02:57:13.509Z | Compiling zip v4.6.1 |
| 1683 | 2026-07-23T02:57:13.621Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-07-23T02:57:13.829Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-23T02:57:13.949Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-23T02:57:14.323Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-23T02:57:14.338Z | Compiling heck v0.4.1 |
| 1688 | 2026-07-23T02:57:14.397Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-23T02:57:14.426Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-23T02:57:14.508Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-23T02:57:14.531Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-23T02:57:14.560Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-23T02:57:14.591Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-23T02:57:14.732Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-23T02:57:14.817Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-23T02:57:14.860Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-23T02:57:14.876Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-23T02:57:15.018Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-23T02:57:15.067Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-23T02:57:15.090Z | Compiling filetime v0.2.27 |
| 1701 | 2026-07-23T02:57:15.123Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-07-23T02:57:15.156Z | Compiling term v1.2.1 |
| 1703 | 2026-07-23T02:57:15.237Z | Compiling xattr v1.6.1 |
| 1704 | 2026-07-23T02:57:15.276Z | Compiling take_mut v0.2.2 |
| 1705 | 2026-07-23T02:57:15.288Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-23T02:57:15.376Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-23T02:57:15.516Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-23T02:57:33.054Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-23T02:57:35.781Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-23T02:57:35.781Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-23T02:57:35.781Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-23T02:57:36.009Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-23T02:57:36.188Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-23T02:57:38.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-23T02:57:38.575Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-23T02:57:41.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.30s |
| 1717 | 2026-07-23T02:57:41.513Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-23T02:57:41.568Z | Jul 23 02:57:40.626 INFO Starting download, target: Cockroach |
| 1719 | 2026-07-23T02:57:41.568Z | Jul 23 02:57:40.626 INFO Starting download, target: Console |
| 1720 | 2026-07-23T02:57:41.568Z | Jul 23 02:57:40.626 INFO Starting download, target: Clickhouse |
| 1721 | 2026-07-23T02:57:41.569Z | Jul 23 02:57:40.626 INFO Starting download, target: DendriteStub |
| 1722 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.626 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.626 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.626 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1726 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1727 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1729 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-07-23T02:57:41.572Z | Jul 23 02:57:40.627 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-07-23T02:57:42.049Z | Jul 23 02:57:41.072 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-23T02:57:42.239Z | Jul 23 02:57:41.290 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-23T02:57:43.408Z | Jul 23 02:57:42.449 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-23T02:57:43.554Z | Jul 23 02:57:42.610 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1736 | 2026-07-23T02:57:43.595Z | Jul 23 02:57:42.651 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1737 | 2026-07-23T02:57:43.651Z | Jul 23 02:57:42.707 INFO Download complete, target: Console |
| 1738 | 2026-07-23T02:57:43.964Z | Jul 23 02:57:43.004 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-07-23T02:57:44.142Z | Jul 23 02:57:43.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-23T02:57:44.192Z | Jul 23 02:57:43.248 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-23T02:57:44.192Z | Jul 23 02:57:43.248 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-23T02:57:45.646Z | Jul 23 02:57:44.704 INFO Download complete, target: MaghemiteDdmd |
| 1743 | 2026-07-23T02:57:46.229Z | Jul 23 02:57:45.287 INFO Download complete, target: DendriteStub |
| 1744 | 2026-07-23T02:57:46.696Z | Jul 23 02:57:45.749 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-23T02:57:49.044Z | Jul 23 02:57:48.102 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-07-23T02:57:49.183Z | Jul 23 02:57:48.241 INFO Download complete, target: Cockroach |
| 1747 | 2026-07-23T02:57:50.761Z | Jul 23 02:57:49.819 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-07-23T02:57:50.847Z | Jul 23 02:57:49.905 INFO Download complete, target: Clickhouse |
| 1749 | 2026-07-23T02:57:50.855Z | All prerequisites installed successfully |
| 1750 | 2026-07-23T02:57:50.859Z | |
| 1751 | 2026-07-23T02:57:50.859Z | real 1:45.779930853 |
| 1752 | 2026-07-23T02:57:50.859Z | user 6:39.129200359 |
| 1753 | 2026-07-23T02:57:50.859Z | sys 1:38.709696023 |
| 1754 | 2026-07-23T02:57:50.859Z | trap 0.247231357 |
| 1755 | 2026-07-23T02:57:50.859Z | tflt 0.776368465 |
| 1756 | 2026-07-23T02:57:50.859Z | dflt 1.602762739 |
| 1757 | 2026-07-23T02:57:50.859Z | kflt 0.027408358 |
| 1758 | 2026-07-23T02:57:50.859Z | lock 23:55.086275827 |
| 1759 | 2026-07-23T02:57:50.861Z | slp 18:10.517987065 |
| 1760 | 2026-07-23T02:57:50.861Z | lat 23.030352994 |
| 1761 | 2026-07-23T02:57:50.861Z | stop 2:43.685543053 |
| 1762 | 2026-07-23T02:57:50.861Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-23T02:57:51.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1764 | 2026-07-23T02:57:51.322Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-23T02:57:52.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1766 | 2026-07-23T02:57:52.107Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-23T02:57:52.145Z | Jul 23 02:57:51.203 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-23T02:57:52.149Z | Jul 23 02:57:51.204 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-23T02:57:52.684Z | Jul 23 02:57:51.742 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-23T02:57:52.689Z | |
| 1771 | 2026-07-23T02:57:52.689Z | real 1.827191567 |
| 1772 | 2026-07-23T02:57:52.689Z | user 1.260092322 |
| 1773 | 2026-07-23T02:57:52.689Z | sys 0.583946774 |
| 1774 | 2026-07-23T02:57:52.689Z | trap 0.000485680 |
| 1775 | 2026-07-23T02:57:52.689Z | tflt 0.000072900 |
| 1776 | 2026-07-23T02:57:52.689Z | dflt 0.000146860 |
| 1777 | 2026-07-23T02:57:52.689Z | kflt 0.000000930 |
| 1778 | 2026-07-23T02:57:52.693Z | lock 9.813540574 |
| 1779 | 2026-07-23T02:57:52.693Z | slp 0.402380639 |
| 1780 | 2026-07-23T02:57:52.693Z | lat 0.085431660 |
| 1781 | 2026-07-23T02:57:52.693Z | stop 0.000198210 |
| 1782 | 2026-07-23T02:57:52.693Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-23T02:57:52.693Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-23T02:57:52.693Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-23T02:57:53.541Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-23T02:57:53.542Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-23T02:57:53.542Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-23T02:57:53.546Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-23T02:57:53.546Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-23T02:57:53.546Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-23T02:57:53.546Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-23T02:57:53.547Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-23T02:57:53.547Z | Compiling find-msvc-tools v0.1.9 |
| 1794 | 2026-07-23T02:57:53.547Z | Compiling shlex v1.3.0 |
| 1795 | 2026-07-23T02:57:53.547Z | Compiling zmij v1.0.21 |
| 1796 | 2026-07-23T02:57:53.547Z | Compiling memchr v2.8.0 |
| 1797 | 2026-07-23T02:57:53.687Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-23T02:57:53.690Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-23T02:57:53.769Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-23T02:57:53.878Z | Compiling getrandom v0.4.1 |
| 1801 | 2026-07-23T02:57:54.007Z | Compiling zerocopy v0.8.40 |
| 1802 | 2026-07-23T02:57:54.023Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-23T02:57:54.165Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-23T02:57:54.169Z | Compiling icu_properties_data v2.1.2 |
| 1805 | 2026-07-23T02:57:54.207Z | Compiling icu_normalizer_data v2.1.1 |
| 1806 | 2026-07-23T02:57:54.211Z | Compiling num-traits v0.2.19 |
| 1807 | 2026-07-23T02:57:54.221Z | Compiling smallvec v1.15.1 |
| 1808 | 2026-07-23T02:57:54.221Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-23T02:57:54.272Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-23T02:57:54.363Z | Compiling log v0.4.29 |
| 1811 | 2026-07-23T02:57:54.444Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-23T02:57:54.447Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-23T02:57:54.474Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-23T02:57:54.518Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-23T02:57:54.585Z | Compiling jobserver v0.1.34 |
| 1816 | 2026-07-23T02:57:54.602Z | Compiling scopeguard v1.2.0 |
| 1817 | 2026-07-23T02:57:54.618Z | Compiling errno v0.3.14 |
| 1818 | 2026-07-23T02:57:54.674Z | Compiling rand_core v0.10.0 |
| 1819 | 2026-07-23T02:57:54.700Z | Compiling lock_api v0.4.14 |
| 1820 | 2026-07-23T02:57:54.779Z | Compiling pin-project-lite v0.2.17 |
| 1821 | 2026-07-23T02:57:54.795Z | Compiling thiserror v2.0.18 |
| 1822 | 2026-07-23T02:57:54.835Z | Compiling cc v1.2.56 |
| 1823 | 2026-07-23T02:57:54.866Z | Compiling getrandom v0.3.4 |
| 1824 | 2026-07-23T02:57:54.926Z | Compiling syn v2.0.117 |
| 1825 | 2026-07-23T02:57:54.942Z | Compiling percent-encoding v2.3.2 |
| 1826 | 2026-07-23T02:57:54.972Z | Compiling equivalent v1.0.2 |
| 1827 | 2026-07-23T02:57:54.975Z | Compiling litemap v0.8.1 |
| 1828 | 2026-07-23T02:57:54.989Z | Compiling writeable v0.6.2 |
| 1829 | 2026-07-23T02:57:55.006Z | Compiling fnv v1.0.7 |
| 1830 | 2026-07-23T02:57:55.019Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-23T02:57:55.077Z | Compiling rustversion v1.0.22 |
| 1832 | 2026-07-23T02:57:55.135Z | Compiling schemars v0.8.22 |
| 1833 | 2026-07-23T02:57:55.200Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-23T02:57:55.260Z | Compiling rustix v1.1.3 |
| 1835 | 2026-07-23T02:57:55.286Z | Compiling fs_extra v1.3.0 |
| 1836 | 2026-07-23T02:57:55.289Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-07-23T02:57:55.314Z | Compiling dunce v1.0.5 |
| 1838 | 2026-07-23T02:57:55.430Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-23T02:57:55.520Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-23T02:57:55.619Z | Compiling cmake v0.1.57 |
| 1841 | 2026-07-23T02:57:55.655Z | Compiling utf8_iter v1.0.4 |
| 1842 | 2026-07-23T02:57:55.746Z | Compiling heck v0.5.0 |
| 1843 | 2026-07-23T02:57:55.753Z | Compiling strsim v0.11.1 |
| 1844 | 2026-07-23T02:57:55.839Z | Compiling once_cell v1.21.3 |
| 1845 | 2026-07-23T02:57:55.989Z | Compiling semver v1.0.28 |
| 1846 | 2026-07-23T02:57:56.012Z | Compiling indexmap v2.14.0 |
| 1847 | 2026-07-23T02:57:56.038Z | Compiling bitflags v2.11.0 |
| 1848 | 2026-07-23T02:57:56.045Z | Compiling parking_lot v0.12.5 |
| 1849 | 2026-07-23T02:57:56.083Z | Compiling form_urlencoded v1.2.2 |
| 1850 | 2026-07-23T02:57:56.110Z | Compiling mio v1.2.0 |
| 1851 | 2026-07-23T02:57:56.113Z | Compiling socket2 v0.6.3 |
| 1852 | 2026-07-23T02:57:56.160Z | Compiling aws-lc-sys v0.40.0 |
| 1853 | 2026-07-23T02:57:56.224Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-23T02:57:56.302Z | Compiling futures-core v0.3.32 |
| 1855 | 2026-07-23T02:57:56.331Z | Compiling aws-lc-rs v1.16.3 |
| 1856 | 2026-07-23T02:57:56.400Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-23T02:57:56.655Z | Compiling byteorder v1.5.0 |
| 1858 | 2026-07-23T02:57:56.738Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-23T02:57:56.765Z | Compiling thiserror v1.0.69 |
| 1860 | 2026-07-23T02:57:56.870Z | Compiling const-oid v0.9.6 |
| 1861 | 2026-07-23T02:57:56.873Z | Compiling vcpkg v0.2.15 |
| 1862 | 2026-07-23T02:57:56.901Z | Compiling pest v2.8.6 |
| 1863 | 2026-07-23T02:57:56.932Z | Compiling regex-syntax v0.8.10 |
| 1864 | 2026-07-23T02:57:56.965Z | Compiling syn v1.0.109 |
| 1865 | 2026-07-23T02:57:56.986Z | Compiling iana-time-zone v0.1.65 |
| 1866 | 2026-07-23T02:57:57.214Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-23T02:57:57.285Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-23T02:57:57.356Z | Compiling futures-sink v0.3.32 |
| 1869 | 2026-07-23T02:57:57.465Z | Compiling openssl-sys v0.9.115 |
| 1870 | 2026-07-23T02:57:57.479Z | Compiling rustls v0.23.41 |
| 1871 | 2026-07-23T02:57:57.483Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-23T02:57:57.589Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-23T02:57:57.608Z | Compiling futures-task v0.3.32 |
| 1874 | 2026-07-23T02:57:57.621Z | Compiling slab v0.4.12 |
| 1875 | 2026-07-23T02:57:57.762Z | Compiling synstructure v0.13.2 |
| 1876 | 2026-07-23T02:57:57.780Z | Compiling serde_derive_internals v0.29.1 |
| 1877 | 2026-07-23T02:57:57.857Z | Compiling futures-io v0.3.32 |
| 1878 | 2026-07-23T02:57:57.988Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-23T02:57:58.015Z | Compiling crc32fast v1.5.0 |
| 1880 | 2026-07-23T02:57:58.028Z | Compiling num-conv v0.2.0 |
| 1881 | 2026-07-23T02:57:58.075Z | Compiling dyn-clone v1.0.20 |
| 1882 | 2026-07-23T02:57:58.174Z | Compiling plain v0.2.3 |
| 1883 | 2026-07-23T02:57:58.189Z | Compiling time-core v0.1.8 |
| 1884 | 2026-07-23T02:57:58.279Z | Compiling base64 v0.22.1 |
| 1885 | 2026-07-23T02:57:58.307Z | Compiling crossbeam-utils v0.8.21 |
| 1886 | 2026-07-23T02:57:58.322Z | Compiling openssl v0.10.79 |
| 1887 | 2026-07-23T02:57:58.351Z | Compiling time-macros v0.2.27 |
| 1888 | 2026-07-23T02:57:58.395Z | Compiling pretty-hex v0.4.1 |
| 1889 | 2026-07-23T02:57:58.468Z | Compiling regex-automata v0.4.14 |
| 1890 | 2026-07-23T02:57:58.495Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-23T02:57:58.559Z | Compiling native-tls v0.2.18 |
| 1892 | 2026-07-23T02:57:58.616Z | Compiling pest_generator v2.8.6 |
| 1893 | 2026-07-23T02:57:58.632Z | Compiling anyhow v1.0.102 |
| 1894 | 2026-07-23T02:57:58.784Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-23T02:57:58.861Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-23T02:57:58.903Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-23T02:57:58.987Z | Compiling serde_derive v1.0.228 |
| 1898 | 2026-07-23T02:57:59.005Z | Compiling zeroize_derive v1.4.3 |
| 1899 | 2026-07-23T02:57:59.022Z | Compiling zerofrom-derive v0.1.6 |
| 1900 | 2026-07-23T02:57:59.091Z | Compiling yoke-derive v0.8.1 |
| 1901 | 2026-07-23T02:57:59.105Z | Compiling zerovec-derive v0.11.2 |
| 1902 | 2026-07-23T02:57:59.183Z | Compiling displaydoc v0.2.5 |
| 1903 | 2026-07-23T02:57:59.200Z | Compiling zerocopy-derive v0.8.40 |
| 1904 | 2026-07-23T02:57:59.256Z | Compiling tokio-macros v2.7.0 |
| 1905 | 2026-07-23T02:57:59.327Z | Compiling futures-macro v0.3.32 |
| 1906 | 2026-07-23T02:57:59.335Z | Compiling thiserror-impl v2.0.18 |
| 1907 | 2026-07-23T02:57:59.600Z | Compiling schemars_derive v0.8.22 |
| 1908 | 2026-07-23T02:57:59.618Z | Compiling zeroize v1.8.2 |
| 1909 | 2026-07-23T02:57:59.894Z | Compiling tracing-attributes v0.1.31 |
| 1910 | 2026-07-23T02:57:59.964Z | Compiling der_derive v0.7.3 |
| 1911 | 2026-07-23T02:58:00.061Z | Compiling thiserror-impl v1.0.69 |
| 1912 | 2026-07-23T02:58:00.093Z | Compiling pest_derive v2.8.6 |
| 1913 | 2026-07-23T02:58:00.147Z | Compiling zerofrom v0.1.6 |
| 1914 | 2026-07-23T02:58:00.289Z | Compiling yoke v0.8.1 |
| 1915 | 2026-07-23T02:58:00.502Z | Compiling zerovec v0.11.5 |
| 1916 | 2026-07-23T02:58:00.518Z | Compiling zerotrie v0.2.3 |
| 1917 | 2026-07-23T02:58:00.591Z | Compiling crypto-common v0.1.7 |
| 1918 | 2026-07-23T02:58:00.758Z | Compiling futures-util v0.3.32 |
| 1919 | 2026-07-23T02:58:00.803Z | Compiling block-buffer v0.10.4 |
| 1920 | 2026-07-23T02:58:00.963Z | Compiling digest v0.10.7 |
| 1921 | 2026-07-23T02:58:00.997Z | Compiling tinystr v0.8.2 |
| 1922 | 2026-07-23T02:58:01.000Z | Compiling potential_utf v0.1.4 |
| 1923 | 2026-07-23T02:58:01.101Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-07-23T02:58:01.155Z | Compiling icu_collections v2.1.1 |
| 1925 | 2026-07-23T02:58:01.172Z | Compiling icu_locale_core v2.1.1 |
| 1926 | 2026-07-23T02:58:01.220Z | Compiling scroll_derive v0.13.1 |
| 1927 | 2026-07-23T02:58:01.278Z | Compiling openssl-macros v0.1.1 |
| 1928 | 2026-07-23T02:58:01.449Z | Compiling regex v1.12.3 |
| 1929 | 2026-07-23T02:58:01.802Z | Compiling zerocopy-derive v0.7.35 |
| 1930 | 2026-07-23T02:58:01.844Z | Compiling icu_provider v2.1.1 |
| 1931 | 2026-07-23T02:58:01.957Z | Compiling cookie v0.18.1 |
| 1932 | 2026-07-23T02:58:02.027Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-23T02:58:02.032Z | Compiling camino v1.2.2 |
| 1934 | 2026-07-23T02:58:02.109Z | Compiling bytes v1.11.1 |
| 1935 | 2026-07-23T02:58:02.160Z | Compiling chrono v0.4.45 |
| 1936 | 2026-07-23T02:58:02.179Z | Compiling icu_normalizer v2.1.1 |
| 1937 | 2026-07-23T02:58:02.238Z | Compiling icu_properties v2.1.2 |
| 1938 | 2026-07-23T02:58:02.434Z | Compiling serde_tokenstream v0.2.3 |
| 1939 | 2026-07-23T02:58:02.613Z | Compiling tokio v1.52.1 |
| 1940 | 2026-07-23T02:58:02.691Z | Compiling http v1.4.2 |
| 1941 | 2026-07-23T02:58:03.322Z | Compiling idna_adapter v1.2.1 |
| 1942 | 2026-07-23T02:58:03.468Z | Compiling idna v1.1.0 |
| 1943 | 2026-07-23T02:58:03.483Z | Compiling ppv-lite86 v0.2.21 |
| 1944 | 2026-07-23T02:58:03.600Z | Compiling pem-rfc7468 v0.7.0 |
| 1945 | 2026-07-23T02:58:03.850Z | Compiling url v2.5.8 |
| 1946 | 2026-07-23T02:58:03.863Z | Compiling tracing v0.1.44 |
| 1947 | 2026-07-23T02:58:04.010Z | Compiling flagset v0.4.7 |
| 1948 | 2026-07-23T02:58:04.091Z | Compiling rand_chacha v0.9.0 |
| 1949 | 2026-07-23T02:58:04.162Z | Compiling der v0.7.10 |
| 1950 | 2026-07-23T02:58:04.359Z | Compiling http-body v1.0.1 |
| 1951 | 2026-07-23T02:58:04.404Z | Compiling rustls-pki-types v1.14.0 |
| 1952 | 2026-07-23T02:58:04.652Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-23T02:58:04.681Z | Compiling cmov v0.5.4 |
| 1954 | 2026-07-23T02:58:04.904Z | Compiling either v1.15.0 |
| 1955 | 2026-07-23T02:58:04.907Z | Compiling fastrand v2.3.0 |
| 1956 | 2026-07-23T02:58:05.138Z | Compiling tinyvec_macros v0.1.1 |
| 1957 | 2026-07-23T02:58:05.161Z | Compiling ref-cast v1.0.25 |
| 1958 | 2026-07-23T02:58:05.182Z | Compiling paste v1.0.15 |
| 1959 | 2026-07-23T02:58:05.222Z | Compiling openssl-probe v0.2.1 |
| 1960 | 2026-07-23T02:58:05.244Z | Compiling usdt-impl v0.6.0 |
| 1961 | 2026-07-23T02:58:05.264Z | Compiling tinyvec v1.10.0 |
| 1962 | 2026-07-23T02:58:05.370Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-07-23T02:58:05.397Z | Compiling spki v0.7.3 |
| 1964 | 2026-07-23T02:58:05.567Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-23T02:58:05.646Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-07-23T02:58:05.663Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-07-23T02:58:05.667Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-23T02:58:05.693Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-23T02:58:05.720Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-23T02:58:05.736Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-23T02:58:05.864Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-23T02:58:05.892Z | Compiling cpufeatures v0.2.17 |
| 1973 | 2026-07-23T02:58:05.905Z | Compiling winnow v0.7.14 |
| 1974 | 2026-07-23T02:58:05.918Z | Compiling tower-service v0.3.3 |
| 1975 | 2026-07-23T02:58:05.962Z | Compiling atomic-waker v1.1.2 |
| 1976 | 2026-07-23T02:58:05.974Z | Compiling rustix v0.38.44 |
| 1977 | 2026-07-23T02:58:05.989Z | Compiling zstd-safe v7.2.4 |
| 1978 | 2026-07-23T02:58:06.017Z | Compiling untrusted v0.7.1 |
| 1979 | 2026-07-23T02:58:06.031Z | Compiling try-lock v0.2.5 |
| 1980 | 2026-07-23T02:58:06.149Z | Compiling litrs v1.0.0 |
| 1981 | 2026-07-23T02:58:06.165Z | Compiling winnow v1.0.3 |
| 1982 | 2026-07-23T02:58:06.165Z | Compiling signal-hook v0.3.18 |
| 1983 | 2026-07-23T02:58:06.195Z | Compiling tower-layer v0.3.3 |
| 1984 | 2026-07-23T02:58:06.232Z | Compiling want v0.3.1 |
| 1985 | 2026-07-23T02:58:06.309Z | Compiling goblin v0.8.2 |
| 1986 | 2026-07-23T02:58:06.329Z | Compiling goblin v0.10.5 |
| 1987 | 2026-07-23T02:58:06.376Z | Compiling tokio-util v0.7.18 |
| 1988 | 2026-07-23T02:58:06.587Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1989 | 2026-07-23T02:58:06.682Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-23T02:58:06.718Z | Compiling document-features v0.2.12 |
| 1991 | 2026-07-23T02:58:07.272Z | Compiling h2 v0.4.15 |
| 1992 | 2026-07-23T02:58:07.407Z | Compiling zerocopy v0.7.35 |
| 1993 | 2026-07-23T02:58:07.416Z | Compiling ipnet v2.11.0 |
| 1994 | 2026-07-23T02:58:07.438Z | Compiling ref-cast-impl v1.0.25 |
| 1995 | 2026-07-23T02:58:07.448Z | Compiling darling_core v0.20.11 |
| 1996 | 2026-07-23T02:58:07.468Z | Compiling curve25519-dalek v4.1.3 |
| 1997 | 2026-07-23T02:58:07.609Z | Compiling memoffset v0.9.1 |
| 1998 | 2026-07-23T02:58:07.755Z | Compiling winnow v0.5.40 |
| 1999 | 2026-07-23T02:58:07.781Z | Compiling untrusted v0.9.0 |
| 2000 | 2026-07-23T02:58:07.885Z | Compiling httpdate v1.0.3 |
| 2001 | 2026-07-23T02:58:07.932Z | Compiling powerfmt v0.2.0 |
| 2002 | 2026-07-23T02:58:07.957Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-07-23T02:58:08.119Z | Compiling foreign-types-shared v0.1.1 |
| 2004 | 2026-07-23T02:58:08.246Z | Compiling foreign-types v0.3.2 |
| 2005 | 2026-07-23T02:58:08.327Z | Compiling deranged v0.5.8 |
| 2006 | 2026-07-23T02:58:08.398Z | Compiling tempfile v3.25.0 |
| 2007 | 2026-07-23T02:58:08.509Z | Compiling dtrace-parser v0.2.0 |
| 2008 | 2026-07-23T02:58:08.668Z | Compiling dof v0.3.0 |
| 2009 | 2026-07-23T02:58:08.760Z | Compiling unicode-normalization v0.1.25 |
| 2010 | 2026-07-23T02:58:09.042Z | Compiling pkcs8 v0.10.2 |
| 2011 | 2026-07-23T02:58:09.108Z | Compiling toml_edit v0.19.15 |
| 2012 | 2026-07-23T02:58:09.199Z | Compiling dof v0.4.0 |
| 2013 | 2026-07-23T02:58:09.400Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-07-23T02:58:09.417Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-23T02:58:09.449Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-23T02:58:09.779Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-23T02:58:09.904Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-23T02:58:10.955Z | Compiling thread-id v5.1.0 |
| 2019 | 2026-07-23T02:58:10.958Z | Compiling thread-id v4.2.2 |
| 2020 | 2026-07-23T02:58:10.958Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-07-23T02:58:10.958Z | Compiling smoltcp v0.9.1 |
| 2022 | 2026-07-23T02:58:10.958Z | Compiling anstyle v1.0.14 |
| 2023 | 2026-07-23T02:58:10.959Z | Compiling num-bigint-dig v0.8.6 |
| 2024 | 2026-07-23T02:58:10.959Z | Compiling hyper v1.10.1 |
| 2025 | 2026-07-23T02:58:10.959Z | Compiling num_threads v0.1.7 |
| 2026 | 2026-07-23T02:58:10.959Z | Compiling time v0.3.47 |
| 2027 | 2026-07-23T02:58:10.959Z | Compiling nix v0.31.2 |
| 2028 | 2026-07-23T02:58:10.959Z | Compiling darling v0.20.11 |
| 2029 | 2026-07-23T02:58:10.959Z | Compiling sha2 v0.10.9 |
| 2030 | 2026-07-23T02:58:11.042Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-23T02:58:11.091Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-23T02:58:11.118Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-23T02:58:11.253Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-23T02:58:11.335Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-23T02:58:11.349Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-23T02:58:11.426Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-23T02:58:11.465Z | Compiling hyper-util v0.1.20 |
| 2038 | 2026-07-23T02:58:11.894Z | Compiling quick-error v1.2.3 |
| 2039 | 2026-07-23T02:58:11.909Z | Compiling colorchoice v1.0.4 |
| 2040 | 2026-07-23T02:58:11.941Z | Compiling siphasher v1.0.2 |
| 2041 | 2026-07-23T02:58:11.964Z | Compiling bit-vec v0.8.0 |
| 2042 | 2026-07-23T02:58:12.142Z | Compiling simd-adler32 v0.3.8 |
| 2043 | 2026-07-23T02:58:12.212Z | Compiling anstyle-query v1.1.5 |
| 2044 | 2026-07-23T02:58:12.336Z | Compiling is_terminal_polyfill v1.70.2 |
| 2045 | 2026-07-23T02:58:12.445Z | Compiling bit-set v0.8.0 |
| 2046 | 2026-07-23T02:58:12.616Z | Compiling rusty-fork v0.3.1 |
| 2047 | 2026-07-23T02:58:12.922Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-23T02:58:13.328Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-23T02:58:13.359Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-23T02:58:13.419Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-23T02:58:13.451Z | Compiling snafu-derive v0.8.9 |
| 2052 | 2026-07-23T02:58:13.546Z | Compiling strum_macros v0.27.2 |
| 2053 | 2026-07-23T02:58:13.561Z | Compiling darling_macro v0.23.0 |
| 2054 | 2026-07-23T02:58:13.626Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-23T02:58:13.779Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-23T02:58:13.803Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-23T02:58:13.962Z | Compiling ryu v1.0.23 |
| 2058 | 2026-07-23T02:58:14.013Z | Compiling adler2 v2.0.1 |
| 2059 | 2026-07-23T02:58:14.038Z | Compiling iri-string v0.7.10 |
| 2060 | 2026-07-23T02:58:14.063Z | Compiling unicode-bidi v0.3.18 |
| 2061 | 2026-07-23T02:58:14.109Z | Compiling object v0.37.3 |
| 2062 | 2026-07-23T02:58:14.157Z | Compiling unicode-segmentation v1.12.0 |
| 2063 | 2026-07-23T02:58:14.174Z | Compiling unicode-properties v0.1.4 |
| 2064 | 2026-07-23T02:58:14.254Z | Compiling unarray v0.1.4 |
| 2065 | 2026-07-23T02:58:14.381Z | Compiling allocator-api2 v0.2.21 |
| 2066 | 2026-07-23T02:58:14.412Z | Compiling stringprep v0.1.5 |
| 2067 | 2026-07-23T02:58:14.549Z | Compiling proptest v1.10.0 |
| 2068 | 2026-07-23T02:58:14.718Z | Compiling miniz_oxide v0.8.9 |
| 2069 | 2026-07-23T02:58:14.775Z | Compiling derive_builder_macro v0.20.2 |
| 2070 | 2026-07-23T02:58:14.940Z | Compiling darling v0.23.0 |
| 2071 | 2026-07-23T02:58:14.986Z | Compiling serde_urlencoded v0.7.1 |
| 2072 | 2026-07-23T02:58:15.131Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-23T02:58:15.255Z | Compiling tower-http v0.6.8 |
| 2074 | 2026-07-23T02:58:15.270Z | Compiling usdt-macro v0.6.0 |
| 2075 | 2026-07-23T02:58:15.284Z | Compiling usdt-attr-macro v0.6.0 |
| 2076 | 2026-07-23T02:58:15.323Z | Compiling anstyle-parse v1.0.0 |
| 2077 | 2026-07-23T02:58:15.339Z | Compiling block-buffer v0.12.1 |
| 2078 | 2026-07-23T02:58:15.410Z | Compiling crypto-common v0.2.2 |
| 2079 | 2026-07-23T02:58:15.519Z | Compiling block-padding v0.4.2 |
| 2080 | 2026-07-23T02:58:15.868Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-23T02:58:15.978Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-23T02:58:16.057Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-07-23T02:58:16.061Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-23T02:58:16.088Z | Compiling md-5 v0.10.6 |
| 2085 | 2026-07-23T02:58:16.102Z | Compiling signature v2.2.0 |
| 2086 | 2026-07-23T02:58:16.124Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-23T02:58:16.251Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-23T02:58:16.266Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-23T02:58:16.355Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-23T02:58:16.406Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-23T02:58:16.446Z | Compiling fallible-iterator v0.2.0 |
| 2092 | 2026-07-23T02:58:16.537Z | Compiling cpufeatures v0.3.0 |
| 2093 | 2026-07-23T02:58:16.575Z | Compiling mime v0.3.17 |
| 2094 | 2026-07-23T02:58:16.624Z | Compiling psl-types v2.0.11 |
| 2095 | 2026-07-23T02:58:16.700Z | Compiling zlib-rs v0.6.2 |
| 2096 | 2026-07-23T02:58:16.749Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-23T02:58:16.765Z | Compiling postgres-protocol v0.6.10 |
| 2098 | 2026-07-23T02:58:16.827Z | Compiling newtype-uuid v1.3.2 |
| 2099 | 2026-07-23T02:58:16.895Z | Compiling num-iter v0.1.45 |
| 2100 | 2026-07-23T02:58:17.093Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-23T02:58:17.372Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-23T02:58:17.524Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-23T02:58:17.634Z | Compiling anstream v1.0.0 |
| 2104 | 2026-07-23T02:58:17.649Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-23T02:58:17.679Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-23T02:58:17.731Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-23T02:58:17.731Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-23T02:58:17.825Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-23T02:58:17.886Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-23T02:58:17.934Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-23T02:58:17.949Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-23T02:58:18.090Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-23T02:58:18.094Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-23T02:58:18.130Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-23T02:58:18.158Z | Compiling enum-as-inner v0.6.1 |
| 2116 | 2026-07-23T02:58:18.160Z | Compiling serde_repr v0.1.20 |
| 2117 | 2026-07-23T02:58:18.236Z | Compiling clap_derive v4.6.1 |
| 2118 | 2026-07-23T02:58:18.374Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-23T02:58:18.448Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-23T02:58:18.480Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-23T02:58:18.607Z | Compiling managed v0.8.0 |
| 2122 | 2026-07-23T02:58:18.679Z | Compiling foldhash v0.2.0 |
| 2123 | 2026-07-23T02:58:18.679Z | Compiling base16ct v0.2.0 |
| 2124 | 2026-07-23T02:58:18.777Z | Compiling libbz2-rs-sys v0.2.2 |
| 2125 | 2026-07-23T02:58:18.801Z | Compiling flate2 v1.1.9 |
| 2126 | 2026-07-23T02:58:18.835Z | Compiling clap_lex v1.0.0 |
| 2127 | 2026-07-23T02:58:18.876Z | Compiling bitflags v1.3.2 |
| 2128 | 2026-07-23T02:58:18.968Z | Compiling bumpalo v3.20.2 |
| 2129 | 2026-07-23T02:58:19.016Z | Compiling foldhash v0.1.5 |
| 2130 | 2026-07-23T02:58:19.041Z | Compiling same-file v1.0.6 |
| 2131 | 2026-07-23T02:58:19.209Z | Compiling bzip2 v0.6.1 |
| 2132 | 2026-07-23T02:58:19.212Z | Compiling zopfli v0.8.3 |
| 2133 | 2026-07-23T02:58:19.238Z | Compiling walkdir v2.5.0 |
| 2134 | 2026-07-23T02:58:19.316Z | Compiling hashbrown v0.15.5 |
| 2135 | 2026-07-23T02:58:19.351Z | Compiling clap_builder v4.6.0 |
| 2136 | 2026-07-23T02:58:19.521Z | Compiling hashbrown v0.16.1 |
| 2137 | 2026-07-23T02:58:19.627Z | Compiling sec1 v0.7.3 |
| 2138 | 2026-07-23T02:58:19.797Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-23T02:58:19.869Z | Compiling group v0.13.0 |
| 2140 | 2026-07-23T02:58:20.055Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-23T02:58:20.161Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-23T02:58:20.460Z | Compiling zstd v0.13.3 |
| 2143 | 2026-07-23T02:58:20.476Z | Compiling phf v0.13.1 |
| 2144 | 2026-07-23T02:58:20.648Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-23T02:58:20.726Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-23T02:58:20.999Z | Compiling signal-hook-mio v0.2.5 |
| 2147 | 2026-07-23T02:58:21.027Z | Compiling cipher v0.5.2 |
| 2148 | 2026-07-23T02:58:21.122Z | Compiling daft v0.1.7 |
| 2149 | 2026-07-23T02:58:21.125Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-23T02:58:21.153Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-23T02:58:21.167Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-23T02:58:21.319Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-23T02:58:21.335Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-23T02:58:21.420Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-23T02:58:21.612Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-23T02:58:21.667Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-23T02:58:21.711Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-23T02:58:21.726Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-23T02:58:21.766Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-23T02:58:21.806Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-23T02:58:21.971Z | Compiling pem v3.0.6 |
| 2162 | 2026-07-23T02:58:22.115Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-23T02:58:22.118Z | Compiling serde-big-array v0.5.1 |
| 2164 | 2026-07-23T02:58:22.244Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-23T02:58:22.298Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-23T02:58:22.317Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-23T02:58:22.331Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-23T02:58:22.465Z | Compiling predicates-core v1.0.10 |
| 2169 | 2026-07-23T02:58:22.465Z | Compiling typed-path v0.9.3 |
| 2170 | 2026-07-23T02:58:22.541Z | Compiling new_debug_unreachable v1.0.6 |
| 2171 | 2026-07-23T02:58:22.609Z | Compiling keccak v0.1.6 |
| 2172 | 2026-07-23T02:58:22.641Z | Compiling const-oid v0.10.2 |
| 2173 | 2026-07-23T02:58:22.656Z | Compiling static_assertions v1.1.0 |
| 2174 | 2026-07-23T02:58:22.684Z | Compiling whoami v2.1.0 |
| 2175 | 2026-07-23T02:58:22.744Z | Compiling difflib v0.4.0 |
| 2176 | 2026-07-23T02:58:22.762Z | Compiling fixedbitset v0.4.2 |
| 2177 | 2026-07-23T02:58:22.776Z | Compiling jiff v0.2.21 |
| 2178 | 2026-07-23T02:58:22.823Z | Compiling normalize-line-endings v0.3.0 |
| 2179 | 2026-07-23T02:58:22.934Z | Compiling data-encoding v2.10.0 |
| 2180 | 2026-07-23T02:58:22.970Z | Compiling toml_write v0.1.2 |
| 2181 | 2026-07-23T02:58:22.985Z | Compiling fixedbitset v0.5.7 |
| 2182 | 2026-07-23T02:58:23.026Z | Compiling precomputed-hash v0.1.1 |
| 2183 | 2026-07-23T02:58:23.152Z | Compiling toml_edit v0.22.27 |
| 2184 | 2026-07-23T02:58:23.186Z | Compiling elliptic-curve v0.13.8 |
| 2185 | 2026-07-23T02:58:23.201Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-23T02:58:23.287Z | Compiling hickory-proto v0.25.2 |
| 2187 | 2026-07-23T02:58:23.346Z | Compiling string_cache v0.8.9 |
| 2188 | 2026-07-23T02:58:23.368Z | Compiling predicates v3.1.4 |
| 2189 | 2026-07-23T02:58:23.401Z | Compiling petgraph v0.6.5 |
| 2190 | 2026-07-23T02:58:23.478Z | Compiling tokio-postgres v0.7.16 |
| 2191 | 2026-07-23T02:58:23.547Z | Compiling digest v0.11.3 |
| 2192 | 2026-07-23T02:58:23.576Z | Compiling sha3 v0.10.8 |
| 2193 | 2026-07-23T02:58:23.771Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2194 | 2026-07-23T02:58:23.786Z | Compiling chacha20 v0.10.0 |
| 2195 | 2026-07-23T02:58:23.857Z | Compiling env_logger v0.11.9 |
| 2196 | 2026-07-23T02:58:23.943Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-23T02:58:24.412Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-23T02:58:25.382Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-23T02:58:25.485Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-23T02:58:25.546Z | Compiling iddqd v0.4.2 |
| 2201 | 2026-07-23T02:58:25.587Z | Compiling zip v0.6.6 |
| 2202 | 2026-07-23T02:58:25.804Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-23T02:58:26.288Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-23T02:58:26.456Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-23T02:58:26.473Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-23T02:58:26.522Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-23T02:58:26.559Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-23T02:58:26.704Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-23T02:58:26.739Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-23T02:58:26.772Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-23T02:58:26.842Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-23T02:58:27.045Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-23T02:58:27.229Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-23T02:58:27.548Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-23T02:58:27.982Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-23T02:58:28.062Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-23T02:58:43.945Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-23T02:58:45.208Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-23T02:58:45.223Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-23T02:58:45.279Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-23T02:58:45.312Z | Compiling crucible-workspace-hack v0.1.0 |
| 2222 | 2026-07-23T02:58:45.508Z | Compiling rayon-core v1.13.0 |
| 2223 | 2026-07-23T02:58:45.551Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-23T02:58:45.763Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-23T02:58:45.782Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-23T02:58:45.942Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-23T02:58:45.956Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-23T02:58:46.095Z | Compiling crossbeam-deque v0.8.6 |
| 2229 | 2026-07-23T02:58:46.135Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-07-23T02:58:46.194Z | Compiling inout v0.1.4 |
| 2231 | 2026-07-23T02:58:46.230Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2232 | 2026-07-23T02:58:46.245Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-07-23T02:58:46.336Z | Compiling hash32 v0.3.1 |
| 2234 | 2026-07-23T02:58:46.370Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-23T02:58:46.392Z | Compiling thread_local v1.1.9 |
| 2236 | 2026-07-23T02:58:46.454Z | Compiling match_cfg v0.1.0 |
| 2237 | 2026-07-23T02:58:46.473Z | Compiling slog-async v2.8.0 |
| 2238 | 2026-07-23T02:58:46.527Z | Compiling compression-core v0.4.31 |
| 2239 | 2026-07-23T02:58:46.559Z | Compiling unicode-width v0.2.0 |
| 2240 | 2026-07-23T02:58:46.618Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-07-23T02:58:46.718Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-07-23T02:58:46.781Z | Compiling proc-macro-crate v3.4.0 |
| 2243 | 2026-07-23T02:58:46.811Z | Compiling compression-codecs v0.4.37 |
| 2244 | 2026-07-23T02:58:47.856Z | Compiling hostname v0.3.1 |
| 2245 | 2026-07-23T02:58:47.859Z | Compiling derive-ex v0.1.8 |
| 2246 | 2026-07-23T02:58:47.860Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-23T02:58:47.860Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-23T02:58:47.860Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-23T02:58:47.860Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-23T02:58:47.860Z | Compiling half v2.7.1 |
| 2251 | 2026-07-23T02:58:47.860Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-23T02:58:47.860Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-23T02:58:47.860Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2254 | 2026-07-23T02:58:47.860Z | Compiling universal-hash v0.5.1 |
| 2255 | 2026-07-23T02:58:47.860Z | Compiling darling_macro v0.21.3 |
| 2256 | 2026-07-23T02:58:47.860Z | Compiling tokio-rustls v0.26.4 |
| 2257 | 2026-07-23T02:58:47.860Z | Compiling rustls-platform-verifier v0.6.2 |
| 2258 | 2026-07-23T02:58:47.860Z | Compiling tough v0.22.0 |
| 2259 | 2026-07-23T02:58:47.860Z | Compiling async-stream-impl v0.3.6 |
| 2260 | 2026-07-23T02:58:47.882Z | Compiling hyper-rustls v0.27.7 |
| 2261 | 2026-07-23T02:58:47.911Z | Compiling serde_spanned v1.1.1 |
| 2262 | 2026-07-23T02:58:47.977Z | Compiling darling v0.21.3 |
| 2263 | 2026-07-23T02:58:48.031Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-23T02:58:48.076Z | Compiling ingot-macros v0.1.1 |
| 2265 | 2026-07-23T02:58:48.091Z | Compiling is-terminal v0.4.17 |
| 2266 | 2026-07-23T02:58:48.207Z | Compiling reqwest v0.13.2 |
| 2267 | 2026-07-23T02:58:48.223Z | Compiling dropshot v0.17.1 |
| 2268 | 2026-07-23T02:58:48.412Z | Compiling proc-macro-error-attr v1.0.4 |
| 2269 | 2026-07-23T02:58:48.432Z | Compiling ciborium-io v0.2.2 |
| 2270 | 2026-07-23T02:58:48.448Z | Compiling opaque-debug v0.3.1 |
| 2271 | 2026-07-23T02:58:48.464Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2272 | 2026-07-23T02:58:48.467Z | Compiling convert_case v0.4.0 |
| 2273 | 2026-07-23T02:58:48.534Z | Compiling term v1.2.1 |
| 2274 | 2026-07-23T02:58:48.549Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2275 | 2026-07-23T02:58:48.577Z | Compiling take_mut v0.2.2 |
| 2276 | 2026-07-23T02:58:48.710Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2277 | 2026-07-23T02:58:48.751Z | Compiling ciborium-ll v0.2.2 |
| 2278 | 2026-07-23T02:58:48.785Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-07-23T02:58:48.803Z | Compiling poly1305 v0.8.0 |
| 2280 | 2026-07-23T02:58:48.913Z | Compiling slog-term v2.9.2 |
| 2281 | 2026-07-23T02:58:49.089Z | Compiling test-strategy v0.4.5 |
| 2282 | 2026-07-23T02:58:49.107Z | Compiling async-stream v0.3.6 |
| 2283 | 2026-07-23T02:58:49.317Z | Compiling thiserror-no-std v2.0.2 |
| 2284 | 2026-07-23T02:58:49.427Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-23T02:58:49.442Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-23T02:58:49.836Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-23T02:58:49.930Z | Compiling num_enum_derive v0.7.6 |
| 2288 | 2026-07-23T02:58:50.034Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-23T02:58:50.181Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-23T02:58:50.318Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-23T02:58:50.424Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-23T02:58:50.675Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-23T02:58:50.692Z | Compiling ingot-types v0.1.2 |
| 2294 | 2026-07-23T02:58:50.885Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-23T02:58:51.057Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-23T02:58:51.108Z | Compiling ingot v0.1.1 |
| 2297 | 2026-07-23T02:58:51.136Z | Compiling waitgroup v0.1.2 |
| 2298 | 2026-07-23T02:58:51.181Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2299 | 2026-07-23T02:58:51.206Z | Compiling backon v1.6.0 |
| 2300 | 2026-07-23T02:58:51.226Z | Compiling password-hash v0.5.0 |
| 2301 | 2026-07-23T02:58:51.254Z | Compiling rustls-pemfile v2.2.0 |
| 2302 | 2026-07-23T02:58:51.313Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-23T02:58:51.418Z | Compiling blake2 v0.10.6 |
| 2304 | 2026-07-23T02:58:51.454Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2305 | 2026-07-23T02:58:51.476Z | Compiling aead v0.5.2 |
| 2306 | 2026-07-23T02:58:51.514Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-23T02:58:51.592Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2308 | 2026-07-23T02:58:51.708Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-23T02:58:51.819Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-23T02:58:51.857Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-23T02:58:52.008Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-23T02:58:52.015Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-23T02:58:52.042Z | Compiling foreign-types-shared v0.3.1 |
| 2314 | 2026-07-23T02:58:52.092Z | Compiling debug-ignore v1.0.5 |
| 2315 | 2026-07-23T02:58:52.153Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-23T02:58:52.168Z | Compiling foreign-types v0.5.0 |
| 2317 | 2026-07-23T02:58:52.204Z | Compiling parse-display v0.10.0 |
| 2318 | 2026-07-23T02:58:52.230Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-07-23T02:58:52.234Z | Compiling argon2 v0.5.3 |
| 2320 | 2026-07-23T02:58:52.245Z | Compiling chacha20poly1305 v0.10.1 |
| 2321 | 2026-07-23T02:58:52.277Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-23T02:58:52.331Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-23T02:58:52.345Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-23T02:58:52.391Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-23T02:58:52.430Z | Compiling vsss-rs v3.3.4 |
| 2326 | 2026-07-23T02:58:52.534Z | Compiling ciborium v0.2.2 |
| 2327 | 2026-07-23T02:58:52.828Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-23T02:58:52.884Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-23T02:58:53.022Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2330 | 2026-07-23T02:58:53.038Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2331 | 2026-07-23T02:58:53.055Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2332 | 2026-07-23T02:58:53.079Z | Compiling cstr-argument v0.1.2 |
| 2333 | 2026-07-23T02:58:53.099Z | Compiling humantime v2.3.0 |
| 2334 | 2026-07-23T02:58:53.216Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2335 | 2026-07-23T02:58:53.291Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2336 | 2026-07-23T02:58:53.313Z | Compiling num_enum v0.5.11 |
| 2337 | 2026-07-23T02:58:53.404Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2338 | 2026-07-23T02:58:53.429Z | Compiling rayon v1.11.0 |
| 2339 | 2026-07-23T02:58:53.469Z | Compiling rand v0.10.1 |
| 2340 | 2026-07-23T02:58:53.489Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2341 | 2026-07-23T02:58:53.536Z | Compiling indent_write v2.2.0 |
| 2342 | 2026-07-23T02:58:53.551Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2343 | 2026-07-23T02:58:53.567Z | Compiling colored v3.1.1 |
| 2344 | 2026-07-23T02:58:53.614Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-07-23T02:58:53.648Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-23T02:58:53.690Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-23T02:58:53.706Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-23T02:58:53.722Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-23T02:58:53.879Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-23T02:58:53.892Z | Compiling usdt-macro v0.5.0 |
| 2351 | 2026-07-23T02:58:53.923Z | Compiling usdt-attr-macro v0.5.0 |
| 2352 | 2026-07-23T02:58:53.938Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-23T02:58:53.969Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-23T02:58:54.234Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2355 | 2026-07-23T02:58:54.300Z | Compiling blake3 v1.8.5 |
| 2356 | 2026-07-23T02:58:54.315Z | Compiling sigpipe v0.1.3 |
| 2357 | 2026-07-23T02:58:54.350Z | Compiling memmap v0.7.0 |
| 2358 | 2026-07-23T02:58:54.428Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2359 | 2026-07-23T02:58:54.531Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2360 | 2026-07-23T02:58:54.604Z | Compiling swrite v0.1.0 |
| 2361 | 2026-07-23T02:58:54.619Z | Compiling glob v0.3.3 |
| 2362 | 2026-07-23T02:58:54.641Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2363 | 2026-07-23T02:58:54.718Z | Compiling usdt v0.5.0 |
| 2364 | 2026-07-23T02:58:54.750Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2365 | 2026-07-23T02:58:54.899Z | Compiling smf v0.2.3 |
| 2366 | 2026-07-23T02:58:54.914Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2367 | 2026-07-23T02:58:54.960Z | Compiling filetime v0.2.27 |
| 2368 | 2026-07-23T02:58:54.979Z | Compiling arrayvec v0.7.6 |
| 2369 | 2026-07-23T02:58:55.055Z | Compiling xattr v1.6.1 |
| 2370 | 2026-07-23T02:58:55.180Z | Compiling zone v0.3.1 |
| 2371 | 2026-07-23T02:58:55.194Z | Compiling whoami v1.6.1 |
| 2372 | 2026-07-23T02:58:55.230Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2373 | 2026-07-23T02:58:55.268Z | Compiling arrayref v0.3.9 |
| 2374 | 2026-07-23T02:58:55.283Z | Compiling constant_time_eq v0.4.2 |
| 2375 | 2026-07-23T02:58:55.325Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-23T02:58:55.340Z | Compiling tar v0.4.46 |
| 2377 | 2026-07-23T02:58:55.361Z | Compiling tokio-dtrace v0.1.1 |
| 2378 | 2026-07-23T02:58:55.377Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2379 | 2026-07-23T02:58:55.544Z | Compiling console v0.16.2 |
| 2380 | 2026-07-23T02:58:55.610Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-23T02:58:55.625Z | Compiling unit-prefix v0.5.2 |
| 2382 | 2026-07-23T02:58:55.658Z | Compiling topological-sort v0.2.2 |
| 2383 | 2026-07-23T02:58:55.697Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-23T02:58:55.831Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-23T02:58:55.843Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2386 | 2026-07-23T02:58:56.003Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2387 | 2026-07-23T02:58:56.039Z | Compiling indicatif v0.18.4 |
| 2388 | 2026-07-23T02:58:56.173Z | Compiling shell-words v1.1.1 |
| 2389 | 2026-07-23T02:59:05.456Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-23T02:59:05.456Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-23T02:59:05.696Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-23T02:59:06.033Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2393 | 2026-07-23T02:59:06.140Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2394 | 2026-07-23T02:59:06.178Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-23T02:59:06.186Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-23T02:59:06.230Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-07-23T02:59:06.249Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-07-23T02:59:06.525Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2399 | 2026-07-23T02:59:06.629Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2400 | 2026-07-23T02:59:07.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-23T02:59:11.036Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-23T02:59:19.054Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-23T02:59:22.226Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-23T02:59:23.221Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-23T02:59:32.543Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-23T02:59:32.688Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-23T02:59:32.746Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-23T02:59:32.749Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-23T02:59:32.749Z | |
| 2410 | 2026-07-23T02:59:32.749Z | real 1:40.055845371 |
| 2411 | 2026-07-23T02:59:32.749Z | user 16:26.931364578 |
| 2412 | 2026-07-23T02:59:32.749Z | sys 2:33.443444593 |
| 2413 | 2026-07-23T02:59:32.749Z | trap 0.479252813 |
| 2414 | 2026-07-23T02:59:32.749Z | tflt 2.214888945 |
| 2415 | 2026-07-23T02:59:32.750Z | dflt 3.962489682 |
| 2416 | 2026-07-23T02:59:32.750Z | kflt 0.000513100 |
| 2417 | 2026-07-23T02:59:32.750Z | lock 51:46.213144745 |
| 2418 | 2026-07-23T02:59:32.750Z | slp 42:25.026522175 |
| 2419 | 2026-07-23T02:59:32.750Z | lat 43.787275639 |
| 2420 | 2026-07-23T02:59:32.750Z | stop 5:00.355703731 |
| 2421 | 2026-07-23T02:59:32.754Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-23T02:59:33.588Z | Finished `release` profile [optimized] target(s) in 0.82s |
| 2423 | 2026-07-23T02:59:33.654Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-23T02:59:33.707Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-23T02:59:35.065Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-23T02:59:35.065Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-23T02:59:35.297Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-23T02:59:35.316Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-23T02:59:35.340Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-23T02:59:35.361Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-23T02:59:35.379Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-23T02:59:35.382Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-23T02:59:35.382Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-23T02:59:35.399Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-23T02:59:35.455Z | Compiling console v0.15.11 |
| 2436 | 2026-07-23T02:59:35.458Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-23T02:59:35.459Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-23T02:59:35.517Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-23T02:59:35.521Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-23T02:59:35.537Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-23T02:59:35.578Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-23T02:59:35.582Z | Compiling compression-core v0.4.31 |
| 2443 | 2026-07-23T02:59:35.622Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-07-23T02:59:35.626Z | Compiling match_cfg v0.1.0 |
| 2445 | 2026-07-23T02:59:35.714Z | Compiling unicode-width v0.1.14 |
| 2446 | 2026-07-23T02:59:35.734Z | Compiling cancel-safe-futures v0.1.5 |
| 2447 | 2026-07-23T02:59:35.773Z | Compiling compression-codecs v0.4.37 |
| 2448 | 2026-07-23T02:59:35.798Z | Compiling serde_yaml v0.9.34+deprecated |
| 2449 | 2026-07-23T02:59:35.850Z | Compiling hostname v0.3.1 |
| 2450 | 2026-07-23T02:59:35.942Z | Compiling expectorate v1.2.0 |
| 2451 | 2026-07-23T02:59:36.003Z | Compiling num v0.4.3 |
| 2452 | 2026-07-23T02:59:36.044Z | Compiling multer v3.1.0 |
| 2453 | 2026-07-23T02:59:36.047Z | Compiling slog-async v2.8.0 |
| 2454 | 2026-07-23T02:59:36.085Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-23T02:59:36.088Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-23T02:59:36.105Z | Compiling serde_spanned v1.1.1 |
| 2457 | 2026-07-23T02:59:36.150Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2458 | 2026-07-23T02:59:36.153Z | Compiling take_mut v0.2.2 |
| 2459 | 2026-07-23T02:59:36.153Z | Compiling linked-hash-map v0.5.6 |
| 2460 | 2026-07-23T02:59:36.211Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2461 | 2026-07-23T02:59:36.288Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-07-23T02:59:36.315Z | Compiling term v1.2.1 |
| 2463 | 2026-07-23T02:59:36.337Z | Compiling slog-bunyan v2.5.0 |
| 2464 | 2026-07-23T02:59:36.423Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2465 | 2026-07-23T02:59:36.444Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2466 | 2026-07-23T02:59:36.447Z | Compiling lru-cache v0.1.2 |
| 2467 | 2026-07-23T02:59:36.517Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2468 | 2026-07-23T02:59:36.584Z | Compiling oxide-update-engine-types v0.1.2 |
| 2469 | 2026-07-23T02:59:36.587Z | Compiling async-compression v0.4.41 |
| 2470 | 2026-07-23T02:59:36.627Z | Compiling slog-term v2.9.2 |
| 2471 | 2026-07-23T02:59:36.753Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-23T02:59:36.835Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-07-23T02:59:36.915Z | Compiling typify-impl v0.6.2 |
| 2474 | 2026-07-23T02:59:36.949Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-23T02:59:36.969Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-23T02:59:36.990Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-23T02:59:36.994Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-23T02:59:37.113Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-23T02:59:37.146Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-23T02:59:37.168Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-23T02:59:37.274Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-23T02:59:37.304Z | Compiling hostname v0.4.2 |
| 2483 | 2026-07-23T02:59:37.323Z | Compiling serde_path_to_error v0.1.20 |
| 2484 | 2026-07-23T02:59:37.345Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-23T02:59:37.384Z | Compiling linear-map v1.2.0 |
| 2486 | 2026-07-23T02:59:37.404Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-23T02:59:37.466Z | Compiling minimal-lexical v0.2.1 |
| 2488 | 2026-07-23T02:59:37.486Z | Compiling progenitor-extras v0.2.0 |
| 2489 | 2026-07-23T02:59:37.507Z | Compiling backoff v0.4.0 |
| 2490 | 2026-07-23T02:59:37.534Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-23T02:59:37.628Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-23T02:59:37.689Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-23T02:59:37.734Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-23T02:59:37.737Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-23T02:59:37.776Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-23T02:59:37.781Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-07-23T02:59:37.902Z | Compiling oxide-update-engine v0.1.2 |
| 2498 | 2026-07-23T02:59:38.080Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-23T02:59:38.420Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-23T02:59:38.685Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-23T02:59:38.912Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-23T02:59:38.936Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-23T02:59:39.184Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-23T02:59:39.206Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-23T02:59:39.228Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-23T02:59:39.362Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-23T02:59:39.489Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-23T02:59:39.525Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-23T02:59:39.700Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-23T02:59:39.746Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-23T02:59:39.818Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-23T02:59:40.345Z | Compiling derive_more v2.1.1 |
| 2513 | 2026-07-23T02:59:40.369Z | Compiling typify-macro v0.6.2 |
| 2514 | 2026-07-23T02:59:40.414Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-23T02:59:40.445Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-23T02:59:40.466Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-23T02:59:40.470Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-23T02:59:40.580Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-23T02:59:40.687Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-23T02:59:40.973Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-23T02:59:41.386Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-23T02:59:41.703Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-23T02:59:41.962Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-23T02:59:42.259Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-23T02:59:42.538Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-23T02:59:42.855Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-23T02:59:43.102Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-23T02:59:43.637Z | Compiling csv-core v0.1.13 |
| 2529 | 2026-07-23T02:59:44.065Z | Compiling vte v0.14.1 |
| 2530 | 2026-07-23T02:59:44.423Z | Compiling progenitor-macro v0.14.0 |
| 2531 | 2026-07-23T02:59:44.650Z | Compiling highway v1.3.0 |
| 2532 | 2026-07-23T02:59:45.368Z | Compiling chrono-tz v0.10.4 |
| 2533 | 2026-07-23T02:59:45.466Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-23T02:59:45.554Z | Compiling strip-ansi-escapes v0.2.1 |
| 2535 | 2026-07-23T02:59:45.641Z | Compiling csv v1.4.0 |
| 2536 | 2026-07-23T02:59:45.696Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-23T02:59:45.815Z | Compiling const_format_proc_macros v0.2.34 |
| 2538 | 2026-07-23T02:59:45.896Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2539 | 2026-07-23T02:59:46.141Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-23T02:59:46.311Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-23T02:59:46.392Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2542 | 2026-07-23T02:59:46.415Z | Compiling nu-ansi-term v0.50.3 |
| 2543 | 2026-07-23T02:59:46.647Z | Compiling const_format v0.2.35 |
| 2544 | 2026-07-23T02:59:46.972Z | Compiling reedline v0.40.0 |
| 2545 | 2026-07-23T02:59:47.024Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-23T02:59:47.621Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-23T02:59:47.644Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-23T02:59:48.470Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-23T02:59:48.491Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-07-23T02:59:48.627Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-07-23T02:59:48.648Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-23T02:59:48.711Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-23T02:59:48.757Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-23T02:59:49.180Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-23T02:59:49.352Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-23T02:59:49.640Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-23T02:59:49.901Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-23T02:59:50.139Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-23T02:59:50.319Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-23T02:59:50.383Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-07-23T02:59:50.783Z | Compiling unicode-linebreak v0.1.5 |
| 2562 | 2026-07-23T02:59:51.093Z | Compiling smawk v0.3.2 |
| 2563 | 2026-07-23T02:59:51.116Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-07-23T02:59:51.153Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2565 | 2026-07-23T02:59:51.251Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-23T02:59:51.385Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-23T02:59:51.516Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-23T02:59:51.567Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-23T02:59:51.979Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-23T02:59:52.091Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-23T02:59:52.113Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-23T02:59:52.559Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-23T02:59:52.684Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-23T02:59:52.802Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-23T02:59:52.874Z | Compiling moka v0.12.13 |
| 2576 | 2026-07-23T02:59:52.916Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-23T02:59:53.069Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-23T02:59:53.091Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-23T02:59:53.258Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-23T02:59:53.292Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-23T02:59:53.367Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-23T02:59:53.514Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-07-23T02:59:53.818Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-23T02:59:53.968Z | Compiling wyz v0.5.1 |
| 2585 | 2026-07-23T02:59:54.163Z | Compiling hickory-resolver v0.25.2 |
| 2586 | 2026-07-23T02:59:54.208Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2587 | 2026-07-23T02:59:54.230Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-23T02:59:54.333Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-23T02:59:54.488Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-07-23T02:59:54.739Z | Compiling packed_struct v0.10.1 |
| 2591 | 2026-07-23T02:59:55.034Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-07-23T02:59:55.170Z | Compiling funty v2.0.0 |
| 2593 | 2026-07-23T02:59:55.204Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2594 | 2026-07-23T02:59:55.208Z | Compiling zerocopy v0.6.6 |
| 2595 | 2026-07-23T02:59:55.684Z | Compiling bitvec v1.0.1 |
| 2596 | 2026-07-23T02:59:56.026Z | Compiling crc v3.4.0 |
| 2597 | 2026-07-23T02:59:56.336Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-23T02:59:56.417Z | Compiling scheduled-thread-pool v0.2.7 |
| 2599 | 2026-07-23T02:59:56.612Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2600 | 2026-07-23T02:59:56.884Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-23T02:59:57.022Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-23T02:59:57.259Z | Compiling bitfield-macros v0.19.4 |
| 2603 | 2026-07-23T02:59:57.425Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2604 | 2026-07-23T02:59:57.433Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2605 | 2026-07-23T02:59:57.560Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-23T02:59:57.623Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2607 | 2026-07-23T02:59:57.656Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-07-23T02:59:57.905Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-23T02:59:57.925Z | Compiling maplit v1.0.2 |
| 2610 | 2026-07-23T02:59:57.999Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-07-23T02:59:58.037Z | Compiling nodrop v0.1.14 |
| 2612 | 2026-07-23T02:59:58.059Z | Compiling glob v0.3.3 |
| 2613 | 2026-07-23T02:59:58.168Z | Compiling array-init v0.0.4 |
| 2614 | 2026-07-23T02:59:58.197Z | Compiling proc-macro-error2 v2.0.1 |
| 2615 | 2026-07-23T02:59:58.329Z | Compiling bitfield v0.19.4 |
| 2616 | 2026-07-23T02:59:58.412Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-07-23T02:59:58.566Z | Compiling dirs-next v2.0.0 |
| 2618 | 2026-07-23T02:59:58.755Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-23T02:59:58.823Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-23T02:59:59.086Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-23T02:59:59.117Z | Compiling tiny-keccak v2.0.2 |
| 2622 | 2026-07-23T02:59:59.344Z | Compiling downcast-rs v2.0.2 |
| 2623 | 2026-07-23T02:59:59.386Z | Compiling hashbrown v0.12.3 |
| 2624 | 2026-07-23T02:59:59.694Z | Compiling serde-hex v0.1.0 |
| 2625 | 2026-07-23T02:59:59.980Z | Compiling libscf-sys v1.1.0 |
| 2626 | 2026-07-23T03:00:00.031Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2627 | 2026-07-23T03:00:00.083Z | Compiling term v0.7.0 |
| 2628 | 2026-07-23T03:00:00.109Z | Compiling tabled_derive v0.11.0 |
| 2629 | 2026-07-23T03:00:00.213Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-23T03:00:00.244Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-23T03:00:00.446Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-23T03:00:00.524Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-23T03:00:00.548Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-23T03:00:00.578Z | Compiling bit-vec v0.6.3 |
| 2635 | 2026-07-23T03:00:00.835Z | Compiling crc-any v2.5.0 |
| 2636 | 2026-07-23T03:00:00.952Z | Compiling bit-set v0.5.3 |
| 2637 | 2026-07-23T03:00:01.133Z | Compiling object v0.30.4 |
| 2638 | 2026-07-23T03:00:01.156Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-23T03:00:01.177Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-07-23T03:00:01.425Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-23T03:00:01.480Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2642 | 2026-07-23T03:00:01.828Z | Compiling tabled v0.20.0 |
| 2643 | 2026-07-23T03:00:01.850Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2644 | 2026-07-23T03:00:02.255Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-23T03:00:02.394Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-23T03:00:02.623Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-23T03:00:02.872Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-23T03:00:02.971Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-23T03:00:02.994Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-23T03:00:03.176Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-23T03:00:03.198Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-23T03:00:03.338Z | Compiling diesel v2.3.7 |
| 2653 | 2026-07-23T03:00:03.437Z | Compiling libloading v0.8.9 |
| 2654 | 2026-07-23T03:00:03.476Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2655 | 2026-07-23T03:00:03.660Z | Compiling unicase v2.9.0 |
| 2656 | 2026-07-23T03:00:03.747Z | Compiling path-slash v0.1.5 |
| 2657 | 2026-07-23T03:00:03.937Z | Compiling bindgen v0.71.1 |
| 2658 | 2026-07-23T03:00:03.971Z | Compiling regex-syntax v0.6.29 |
| 2659 | 2026-07-23T03:00:04.247Z | Compiling xshell-macros v0.2.7 |
| 2660 | 2026-07-23T03:00:04.315Z | Compiling diff v0.1.13 |
| 2661 | 2026-07-23T03:00:04.498Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2662 | 2026-07-23T03:00:04.667Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2663 | 2026-07-23T03:00:04.793Z | Compiling progenitor-macro v0.13.0 |
| 2664 | 2026-07-23T03:00:05.852Z | Compiling lalrpop v0.19.12 |
| 2665 | 2026-07-23T03:00:05.995Z | Compiling xshell v0.2.7 |
| 2666 | 2026-07-23T03:00:06.179Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-23T03:00:07.354Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-23T03:00:07.569Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-23T03:00:07.829Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-23T03:00:07.973Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-23T03:00:08.330Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-23T03:00:08.521Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2673 | 2026-07-23T03:00:08.852Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-07-23T03:00:09.116Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-23T03:00:09.708Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-23T03:00:09.731Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-23T03:00:09.885Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-23T03:00:10.151Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-23T03:00:10.212Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-23T03:00:10.288Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-23T03:00:10.355Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-23T03:00:10.417Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-23T03:00:10.557Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-23T03:00:10.691Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-23T03:00:10.863Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-23T03:00:10.925Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-23T03:00:11.027Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-23T03:00:11.451Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-23T03:00:11.487Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-23T03:00:11.639Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-23T03:00:11.777Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-23T03:00:11.849Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-23T03:00:12.079Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-23T03:00:12.367Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-23T03:00:12.389Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-23T03:00:12.742Z | Compiling half v1.8.3 |
| 2697 | 2026-07-23T03:00:12.798Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-23T03:00:12.944Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-07-23T03:00:13.106Z | Compiling samael v0.0.19 |
| 2700 | 2026-07-23T03:00:13.181Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2701 | 2026-07-23T03:00:13.328Z | Compiling polar-core v0.27.3 |
| 2702 | 2026-07-23T03:00:13.642Z | Compiling serde_cbor v0.11.2 |
| 2703 | 2026-07-23T03:00:13.748Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-23T03:00:13.992Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-23T03:00:14.040Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-23T03:00:14.125Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-23T03:00:14.371Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-07-23T03:00:14.423Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2026-07-23T03:00:14.536Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2710 | 2026-07-23T03:00:14.601Z | Compiling fxhash v0.2.1 |
| 2711 | 2026-07-23T03:00:14.644Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-07-23T03:00:14.769Z | Compiling salty v0.3.0 |
| 2713 | 2026-07-23T03:00:15.155Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-23T03:00:15.447Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-23T03:00:15.774Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-23T03:00:16.206Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-23T03:00:16.248Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-23T03:00:16.770Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-23T03:00:16.834Z | Compiling mime_guess v2.0.5 |
| 2720 | 2026-07-23T03:00:16.834Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2721 | 2026-07-23T03:00:16.882Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-07-23T03:00:17.343Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-23T03:00:17.451Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-23T03:00:17.631Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-23T03:00:17.856Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-23T03:00:18.239Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-23T03:00:18.310Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-23T03:00:18.552Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2729 | 2026-07-23T03:00:18.636Z | Compiling flume v0.11.1 |
| 2730 | 2026-07-23T03:00:18.943Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-23T03:00:19.044Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-23T03:00:19.717Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-23T03:00:20.310Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-23T03:00:20.433Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2735 | 2026-07-23T03:00:20.498Z | Compiling primeorder v0.13.6 |
| 2736 | 2026-07-23T03:00:20.842Z | Compiling async-bb8-diesel v0.2.1 |
| 2737 | 2026-07-23T03:00:21.283Z | Compiling diesel-dtrace v0.5.0 |
| 2738 | 2026-07-23T03:00:21.595Z | Compiling git-stub v1.0.0 |
| 2739 | 2026-07-23T03:00:21.662Z | Compiling atty v0.2.14 |
| 2740 | 2026-07-23T03:00:21.841Z | Compiling parse-size v1.1.0 |
| 2741 | 2026-07-23T03:00:21.868Z | Compiling strsim v0.10.0 |
| 2742 | 2026-07-23T03:00:22.058Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2743 | 2026-07-23T03:00:22.178Z | Compiling http-range v0.1.5 |
| 2744 | 2026-07-23T03:00:22.301Z | Compiling oso v0.27.3 |
| 2745 | 2026-07-23T03:00:22.322Z | Compiling instability v0.3.11 |
| 2746 | 2026-07-23T03:00:22.546Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-07-23T03:00:22.623Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2748 | 2026-07-23T03:00:24.180Z | Compiling git-stub-vcs v0.1.0 |
| 2749 | 2026-07-23T03:00:24.204Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-23T03:00:24.544Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-23T03:00:26.324Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-23T03:00:26.426Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-23T03:00:26.523Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-23T03:00:26.606Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-23T03:00:27.750Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-23T03:00:27.771Z | Compiling ignore v0.4.25 |
| 2757 | 2026-07-23T03:00:28.853Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2758 | 2026-07-23T03:00:28.943Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2759 | 2026-07-23T03:00:29.116Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-07-23T03:00:29.366Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-23T03:00:29.524Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-23T03:00:29.775Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-23T03:00:30.378Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2764 | 2026-07-23T03:00:30.933Z | Compiling compact_str v0.8.1 |
| 2765 | 2026-07-23T03:00:30.986Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-23T03:00:31.237Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-23T03:00:31.314Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-23T03:00:31.640Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-23T03:00:31.971Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-07-23T03:00:32.061Z | Compiling darling_macro v0.13.4 |
| 2771 | 2026-07-23T03:00:32.439Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-23T03:00:32.488Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-23T03:00:32.571Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-23T03:00:32.662Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-23T03:00:32.798Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-23T03:00:32.913Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-23T03:00:33.101Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-23T03:00:33.340Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-23T03:00:33.546Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-23T03:00:33.568Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-23T03:00:33.786Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-23T03:00:33.809Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-23T03:00:34.036Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-23T03:00:34.293Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-23T03:00:34.317Z | Compiling corncobs v0.1.4 |
| 2786 | 2026-07-23T03:00:34.504Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2787 | 2026-07-23T03:00:34.566Z | Compiling cassowary v0.3.0 |
| 2788 | 2026-07-23T03:00:34.610Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-23T03:00:34.639Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-07-23T03:00:34.677Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-07-23T03:00:34.809Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2792 | 2026-07-23T03:00:34.894Z | Compiling ratatui v0.29.0 |
| 2793 | 2026-07-23T03:00:35.084Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-23T03:00:35.220Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2795 | 2026-07-23T03:00:35.310Z | Compiling darling v0.13.4 |
| 2796 | 2026-07-23T03:00:35.462Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2797 | 2026-07-23T03:00:35.784Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-23T03:00:35.934Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-23T03:00:36.149Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-23T03:00:37.097Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-23T03:00:38.201Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-23T03:00:38.715Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2803 | 2026-07-23T03:00:38.946Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2804 | 2026-07-23T03:00:39.036Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-23T03:00:39.182Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-23T03:00:39.670Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-23T03:00:39.693Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-07-23T03:00:40.235Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-07-23T03:00:40.370Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-23T03:00:41.188Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-23T03:00:41.868Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-23T03:00:42.228Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-23T03:00:42.250Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2814 | 2026-07-23T03:00:42.479Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2815 | 2026-07-23T03:00:42.711Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2816 | 2026-07-23T03:00:42.951Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2817 | 2026-07-23T03:00:43.198Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2818 | 2026-07-23T03:00:43.221Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-07-23T03:00:43.480Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2820 | 2026-07-23T03:00:43.503Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2821 | 2026-07-23T03:00:43.715Z | Compiling void v1.0.2 |
| 2822 | 2026-07-23T03:00:43.838Z | Compiling lzss v0.8.2 |
| 2823 | 2026-07-23T03:00:43.860Z | Compiling git2 v0.20.4 |
| 2824 | 2026-07-23T03:00:44.137Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-07-23T03:00:44.557Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-23T03:00:44.630Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-23T03:00:45.121Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2828 | 2026-07-23T03:00:45.716Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2829 | 2026-07-23T03:00:45.767Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2830 | 2026-07-23T03:00:46.954Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-23T03:00:47.434Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-23T03:00:47.475Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2833 | 2026-07-23T03:00:47.867Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2834 | 2026-07-23T03:00:48.208Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-23T03:00:48.450Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-23T03:00:48.915Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-23T03:00:49.506Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-23T03:00:50.775Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2839 | 2026-07-23T03:00:50.902Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-07-23T03:00:50.992Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-23T03:00:51.022Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-23T03:00:51.143Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-23T03:00:51.360Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-23T03:00:51.554Z | Compiling libsw v3.5.0 |
| 2845 | 2026-07-23T03:00:51.624Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2846 | 2026-07-23T03:00:51.699Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2847 | 2026-07-23T03:00:51.719Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2848 | 2026-07-23T03:00:51.782Z | Compiling tokio-tungstenite v0.23.1 |
| 2849 | 2026-07-23T03:00:52.153Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-23T03:00:52.178Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-23T03:00:52.200Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-23T03:00:53.576Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-23T03:00:54.211Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-23T03:00:55.910Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-23T03:00:56.318Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-23T03:00:56.385Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2857 | 2026-07-23T03:00:56.445Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2858 | 2026-07-23T03:00:56.694Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-07-23T03:00:57.330Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-23T03:00:57.354Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-23T03:00:57.754Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-23T03:00:58.050Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-07-23T03:00:58.671Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2864 | 2026-07-23T03:00:59.041Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2865 | 2026-07-23T03:01:00.679Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-07-23T03:01:01.794Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2867 | 2026-07-23T03:01:02.225Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2868 | 2026-07-23T03:01:02.456Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2869 | 2026-07-23T03:01:03.492Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-23T03:01:03.666Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-07-23T03:01:03.709Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-07-23T03:01:03.909Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-07-23T03:01:03.933Z | Compiling yasna v0.5.2 |
| 2874 | 2026-07-23T03:01:04.147Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-07-23T03:01:04.574Z | Compiling assert_matches v1.5.0 |
| 2876 | 2026-07-23T03:01:04.685Z | Compiling seq-macro v0.3.6 |
| 2877 | 2026-07-23T03:01:05.192Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-07-23T03:01:05.224Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-07-23T03:01:05.452Z | Compiling supports-color v3.0.2 |
| 2880 | 2026-07-23T03:01:05.509Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-07-23T03:01:05.738Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-07-23T03:01:06.213Z | Compiling oxide-update-engine-display v0.1.2 |
| 2883 | 2026-07-23T03:01:07.233Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-07-23T03:01:07.275Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2885 | 2026-07-23T03:01:07.528Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2886 | 2026-07-23T03:01:07.775Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-23T03:01:07.983Z | Compiling subprocess v0.2.15 |
| 2888 | 2026-07-23T03:01:08.112Z | Compiling rtoolbox v0.0.3 |
| 2889 | 2026-07-23T03:01:08.402Z | Compiling rpassword v7.5.4 |
| 2890 | 2026-07-23T03:01:09.034Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-07-23T03:01:09.844Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-23T03:01:10.258Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-07-23T03:01:10.394Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-07-23T03:01:11.015Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-07-23T03:01:11.590Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-23T03:01:11.891Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-07-23T03:01:12.856Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-07-23T03:01:14.299Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-07-23T03:01:14.408Z | Compiling uzers v0.12.2 |
| 2900 | 2026-07-23T03:01:14.575Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-23T03:01:15.414Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-07-23T03:01:15.904Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-07-23T03:01:17.338Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-07-23T03:01:18.121Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-07-23T03:01:20.158Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-23T03:01:20.276Z | Compiling multimap v0.10.1 |
| 2907 | 2026-07-23T03:01:35.129Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-07-23T03:01:39.103Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2909 | 2026-07-23T03:01:42.076Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2910 | 2026-07-23T03:01:42.760Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2911 | 2026-07-23T03:01:43.269Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2912 | 2026-07-23T03:08:20.894Z | Finished `release` profile [optimized] target(s) in 8m 47s |
| 2913 | 2026-07-23T03:09:24.741Z | |
| 2914 | 2026-07-23T03:09:24.741Z | real 9:51.963763531 |
| 2915 | 2026-07-23T03:09:24.741Z | user 1:18:54.197443097 |
| 2916 | 2026-07-23T03:09:24.757Z | sys 3:25.869434007 |
| 2917 | 2026-07-23T03:09:24.758Z | trap 1.750598019 |
| 2918 | 2026-07-23T03:09:24.758Z | tflt 2.354803608 |
| 2919 | 2026-07-23T03:09:24.758Z | dflt 17.479413949 |
| 2920 | 2026-07-23T03:09:24.758Z | kflt 0.016436119 |
| 2921 | 2026-07-23T03:09:24.758Z | lock 6:58:07.697260619 |
| 2922 | 2026-07-23T03:09:24.758Z | slp 2:12:31.591282960 |
| 2923 | 2026-07-23T03:09:24.758Z | lat 2:21.926775704 |
| 2924 | 2026-07-23T03:09:24.758Z | stop 5:06.537961220 |
| 2925 | 2026-07-23T03:09:24.758Z | + mapfile -t packages |
| 2926 | 2026-07-23T03:09:24.758Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2927 | 2026-07-23T03:09:25.642Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2928 | 2026-07-23T03:09:25.717Z | Running `target/release/omicron-package -t test list-outputs` |
| 2929 | 2026-07-23T03:09:25.773Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2930 | 2026-07-23T03:09:25.777Z | + ptime -m cargo build --locked --release -p xtask |
| 2931 | 2026-07-23T03:09:26.254Z | Compiling libc v0.2.185 |
| 2932 | 2026-07-23T03:09:26.254Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-07-23T03:09:26.258Z | Compiling serde v1.0.228 |
| 2934 | 2026-07-23T03:09:26.258Z | Compiling rustix v1.1.3 |
| 2935 | 2026-07-23T03:09:26.258Z | Compiling bitflags v2.11.0 |
| 2936 | 2026-07-23T03:09:26.258Z | Compiling serde_json v1.0.150 |
| 2937 | 2026-07-23T03:09:26.258Z | Compiling syn v2.0.117 |
| 2938 | 2026-07-23T03:09:26.258Z | Compiling usdt-impl v0.5.0 |
| 2939 | 2026-07-23T03:09:26.342Z | Compiling syn v1.0.109 |
| 2940 | 2026-07-23T03:09:26.436Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-07-23T03:09:26.441Z | Compiling log v0.4.29 |
| 2942 | 2026-07-23T03:09:26.457Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-07-23T03:09:26.470Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-07-23T03:09:26.647Z | Compiling once_cell v1.21.3 |
| 2945 | 2026-07-23T03:09:26.715Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-07-23T03:09:26.718Z | Compiling heck v0.4.1 |
| 2947 | 2026-07-23T03:09:27.177Z | Compiling errno v0.3.14 |
| 2948 | 2026-07-23T03:09:27.185Z | Compiling thread-id v4.2.2 |
| 2949 | 2026-07-23T03:09:27.185Z | Compiling memmap v0.7.0 |
| 2950 | 2026-07-23T03:09:27.846Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-07-23T03:09:28.094Z | Compiling tabled_derive v0.7.0 |
| 2952 | 2026-07-23T03:09:28.146Z | Compiling terminal_size v0.4.3 |
| 2953 | 2026-07-23T03:09:28.146Z | Compiling tempfile v3.25.0 |
| 2954 | 2026-07-23T03:09:28.243Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-07-23T03:09:28.243Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-07-23T03:09:28.476Z | Compiling camino v1.2.2 |
| 2957 | 2026-07-23T03:09:28.478Z | Compiling semver v1.0.28 |
| 2958 | 2026-07-23T03:09:28.487Z | Compiling cargo-platform v0.3.2 |
| 2959 | 2026-07-23T03:09:28.673Z | Compiling pest_generator v2.8.6 |
| 2960 | 2026-07-23T03:09:28.779Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-07-23T03:09:28.805Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-23T03:09:29.172Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-07-23T03:09:29.172Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-07-23T03:09:29.176Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-07-23T03:09:29.176Z | Compiling scroll_derive v0.12.1 |
| 2966 | 2026-07-23T03:09:29.176Z | Compiling thiserror-impl v2.0.18 |
| 2967 | 2026-07-23T03:09:29.176Z | Compiling clap_derive v4.6.1 |
| 2968 | 2026-07-23T03:09:29.235Z | Compiling pest_derive v2.8.6 |
| 2969 | 2026-07-23T03:09:29.865Z | Compiling scroll v0.12.0 |
| 2970 | 2026-07-23T03:09:29.992Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-07-23T03:09:30.127Z | Compiling goblin v0.8.2 |
| 2972 | 2026-07-23T03:09:30.297Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-07-23T03:09:30.419Z | Compiling dtrace-parser v0.2.0 |
| 2974 | 2026-07-23T03:09:30.574Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-07-23T03:09:30.694Z | Compiling clap v4.6.1 |
| 2976 | 2026-07-23T03:09:32.317Z | Compiling dof v0.3.0 |
| 2977 | 2026-07-23T03:09:32.333Z | Compiling toml_datetime v0.6.11 |
| 2978 | 2026-07-23T03:09:32.369Z | Compiling serde_spanned v0.6.9 |
| 2979 | 2026-07-23T03:09:32.439Z | Compiling serde_tokenstream v0.2.3 |
| 2980 | 2026-07-23T03:09:32.504Z | Compiling cargo_metadata v0.23.1 |
| 2981 | 2026-07-23T03:09:32.514Z | Compiling macaddr v1.0.1 |
| 2982 | 2026-07-23T03:09:32.518Z | Compiling toml_edit v0.22.27 |
| 2983 | 2026-07-23T03:09:32.518Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2984 | 2026-07-23T03:09:33.032Z | Compiling usdt-attr-macro v0.5.0 |
| 2985 | 2026-07-23T03:09:33.032Z | Compiling usdt-macro v0.5.0 |
| 2986 | 2026-07-23T03:09:33.722Z | Compiling usdt v0.5.0 |
| 2987 | 2026-07-23T03:09:34.075Z | Compiling toml v0.8.23 |
| 2988 | 2026-07-23T03:09:34.512Z | Compiling cargo_toml v0.21.0 |
| 2989 | 2026-07-23T03:09:38.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-07-23T03:09:42.190Z | Finished `release` profile [optimized] target(s) in 16.39s |
| 2991 | 2026-07-23T03:09:42.293Z | |
| 2992 | 2026-07-23T03:09:42.293Z | real 16.479919044 |
| 2993 | 2026-07-23T03:09:42.293Z | user 2:05.501076243 |
| 2994 | 2026-07-23T03:09:42.293Z | sys 13.875786150 |
| 2995 | 2026-07-23T03:09:42.293Z | trap 0.064618095 |
| 2996 | 2026-07-23T03:09:42.301Z | tflt 0.449913602 |
| 2997 | 2026-07-23T03:09:42.302Z | dflt 1.702624822 |
| 2998 | 2026-07-23T03:09:42.302Z | kflt 0.000011360 |
| 2999 | 2026-07-23T03:09:42.302Z | lock 4:28.944079516 |
| 3000 | 2026-07-23T03:09:42.302Z | slp 2:43.051755442 |
| 3001 | 2026-07-23T03:09:42.302Z | lat 4.376626855 |
| 3002 | 2026-07-23T03:09:42.307Z | stop 15.188284082 |
| 3003 | 2026-07-23T03:09:42.307Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3004 | 2026-07-23T03:09:42.307Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-23T03:09:42.308Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3006 | 2026-07-23T03:09:42.308Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-23T03:09:42.308Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3008 | 2026-07-23T03:09:43.201Z | Compiling progenitor-client v0.14.0 |
| 3009 | 2026-07-23T03:09:43.201Z | Compiling newtype-uuid-macros v0.1.0 |
| 3010 | 2026-07-23T03:09:43.201Z | Compiling match_cfg v0.1.0 |
| 3011 | 2026-07-23T03:09:43.205Z | Compiling slog-json v2.6.1 |
| 3012 | 2026-07-23T03:09:43.205Z | Compiling structmeta-derive v0.3.0 |
| 3013 | 2026-07-23T03:09:43.206Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3014 | 2026-07-23T03:09:43.206Z | Compiling sha1 v0.11.0 |
| 3015 | 2026-07-23T03:09:43.206Z | Compiling multer v3.1.0 |
| 3016 | 2026-07-23T03:09:43.206Z | Compiling compression-core v0.4.31 |
| 3017 | 2026-07-23T03:09:43.207Z | Compiling debug-ignore v1.0.5 |
| 3018 | 2026-07-23T03:09:43.207Z | Compiling itertools v0.14.0 |
| 3019 | 2026-07-23T03:09:43.207Z | Compiling async-stream-impl v0.3.6 |
| 3020 | 2026-07-23T03:09:43.207Z | Compiling serde_spanned v1.1.1 |
| 3021 | 2026-07-23T03:09:43.207Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3022 | 2026-07-23T03:09:43.379Z | Compiling dropshot v0.17.1 |
| 3023 | 2026-07-23T03:09:43.408Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-23T03:09:43.438Z | Compiling hostname v0.3.1 |
| 3025 | 2026-07-23T03:09:43.487Z | Compiling compression-codecs v0.4.37 |
| 3026 | 2026-07-23T03:09:43.506Z | Compiling rustls-pemfile v2.2.0 |
| 3027 | 2026-07-23T03:09:43.669Z | Compiling waitgroup v0.1.2 |
| 3028 | 2026-07-23T03:09:43.685Z | Compiling dropshot_endpoint v0.17.1 |
| 3029 | 2026-07-23T03:09:43.732Z | Compiling async-compression v0.4.41 |
| 3030 | 2026-07-23T03:09:43.732Z | Compiling hostname v0.4.2 |
| 3031 | 2026-07-23T03:09:43.769Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3032 | 2026-07-23T03:09:43.814Z | Compiling slog-bunyan v2.5.0 |
| 3033 | 2026-07-23T03:09:43.815Z | Compiling serde_path_to_error v0.1.20 |
| 3034 | 2026-07-23T03:09:43.852Z | Compiling atomicwrites v0.4.4 |
| 3035 | 2026-07-23T03:09:43.876Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3036 | 2026-07-23T03:09:43.897Z | Compiling macaddr v1.0.1 |
| 3037 | 2026-07-23T03:09:43.919Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3038 | 2026-07-23T03:09:43.972Z | Compiling instant v0.1.13 |
| 3039 | 2026-07-23T03:09:43.984Z | Compiling regress v0.10.5 |
| 3040 | 2026-07-23T03:09:44.037Z | Compiling backon v1.6.0 |
| 3041 | 2026-07-23T03:09:44.058Z | Compiling backoff v0.4.0 |
| 3042 | 2026-07-23T03:09:44.076Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3043 | 2026-07-23T03:09:44.091Z | Compiling humantime v2.3.0 |
| 3044 | 2026-07-23T03:09:44.100Z | Compiling half v2.7.1 |
| 3045 | 2026-07-23T03:09:44.126Z | Compiling ciborium-io v0.2.2 |
| 3046 | 2026-07-23T03:09:44.217Z | Compiling progenitor-extras v0.2.0 |
| 3047 | 2026-07-23T03:09:44.234Z | Compiling crucible-workspace-hack v0.1.0 |
| 3048 | 2026-07-23T03:09:44.241Z | Compiling regress v0.11.1 |
| 3049 | 2026-07-23T03:09:44.268Z | Compiling async-stream v0.3.6 |
| 3050 | 2026-07-23T03:09:44.284Z | Compiling convert_case v0.4.0 |
| 3051 | 2026-07-23T03:09:44.301Z | Compiling secrecy v0.10.3 |
| 3052 | 2026-07-23T03:09:44.355Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3053 | 2026-07-23T03:09:44.378Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3054 | 2026-07-23T03:09:44.426Z | Compiling ciborium-ll v0.2.2 |
| 3055 | 2026-07-23T03:09:44.426Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3056 | 2026-07-23T03:09:44.478Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3057 | 2026-07-23T03:09:44.496Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3058 | 2026-07-23T03:09:44.500Z | Compiling inout v0.1.4 |
| 3059 | 2026-07-23T03:09:44.532Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-07-23T03:09:44.564Z | Compiling ciborium v0.2.2 |
| 3061 | 2026-07-23T03:09:44.581Z | Compiling unsafe-libyaml v0.2.11 |
| 3062 | 2026-07-23T03:09:44.619Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3063 | 2026-07-23T03:09:44.636Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3064 | 2026-07-23T03:09:44.678Z | Compiling derive_more v0.99.20 |
| 3065 | 2026-07-23T03:09:44.696Z | Compiling cipher v0.4.4 |
| 3066 | 2026-07-23T03:09:44.722Z | Compiling universal-hash v0.5.1 |
| 3067 | 2026-07-23T03:09:44.782Z | Compiling derive-ex v0.1.8 |
| 3068 | 2026-07-23T03:09:44.799Z | Compiling parse-display-derive v0.10.0 |
| 3069 | 2026-07-23T03:09:44.817Z | Compiling opaque-debug v0.3.1 |
| 3070 | 2026-07-23T03:09:44.835Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3071 | 2026-07-23T03:09:44.871Z | Compiling blake2 v0.10.6 |
| 3072 | 2026-07-23T03:09:44.906Z | Compiling chacha20 v0.9.1 |
| 3073 | 2026-07-23T03:09:44.963Z | Compiling poly1305 v0.8.0 |
| 3074 | 2026-07-23T03:09:45.032Z | Compiling aead v0.5.2 |
| 3075 | 2026-07-23T03:09:45.122Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3076 | 2026-07-23T03:09:45.159Z | Compiling serde_yaml v0.9.34+deprecated |
| 3077 | 2026-07-23T03:09:45.182Z | Compiling password-hash v0.5.0 |
| 3078 | 2026-07-23T03:09:45.264Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3079 | 2026-07-23T03:09:45.314Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-23T03:09:45.365Z | Compiling chacha20poly1305 v0.10.1 |
| 3081 | 2026-07-23T03:09:45.444Z | Compiling darling_core v0.21.3 |
| 3082 | 2026-07-23T03:09:45.481Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3083 | 2026-07-23T03:09:45.548Z | Compiling argon2 v0.5.3 |
| 3084 | 2026-07-23T03:09:45.565Z | Compiling heapless v0.8.0 |
| 3085 | 2026-07-23T03:09:45.612Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-07-23T03:09:45.724Z | Compiling hash32 v0.3.1 |
| 3087 | 2026-07-23T03:09:45.887Z | Compiling typify-impl v0.6.2 |
| 3088 | 2026-07-23T03:09:45.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3089 | 2026-07-23T03:09:45.938Z | Compiling thiserror-no-std v2.0.2 |
| 3090 | 2026-07-23T03:09:46.049Z | Compiling vsss-rs v3.3.4 |
| 3091 | 2026-07-23T03:09:46.102Z | Compiling proc-macro-crate v3.4.0 |
| 3092 | 2026-07-23T03:09:46.179Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3093 | 2026-07-23T03:09:46.476Z | Compiling smoltcp v0.11.0 |
| 3094 | 2026-07-23T03:09:46.566Z | Compiling test-strategy v0.4.5 |
| 3095 | 2026-07-23T03:09:46.601Z | Compiling parse-display v0.10.0 |
| 3096 | 2026-07-23T03:09:46.663Z | Compiling cobs v0.3.0 |
| 3097 | 2026-07-23T03:09:46.683Z | Compiling num_enum_derive v0.7.6 |
| 3098 | 2026-07-23T03:09:46.728Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3099 | 2026-07-23T03:09:46.868Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3100 | 2026-07-23T03:09:46.927Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-23T03:09:46.934Z | Compiling postcard v1.1.3 |
| 3102 | 2026-07-23T03:09:46.978Z | Compiling proc-macro-error v1.0.4 |
| 3103 | 2026-07-23T03:09:46.994Z | Compiling proc-macro-crate v1.3.1 |
| 3104 | 2026-07-23T03:09:47.186Z | Compiling rand v0.10.1 |
| 3105 | 2026-07-23T03:09:47.304Z | Compiling foreign-types-macros v0.2.3 |
| 3106 | 2026-07-23T03:09:47.323Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3107 | 2026-07-23T03:09:47.323Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3108 | 2026-07-23T03:09:47.327Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-07-23T03:09:47.373Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3110 | 2026-07-23T03:09:47.444Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2026-07-23T03:09:47.474Z | Compiling rayon-core v1.13.0 |
| 3112 | 2026-07-23T03:09:47.569Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-07-23T03:09:47.659Z | Compiling crossbeam-deque v0.8.6 |
| 3114 | 2026-07-23T03:09:47.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-23T03:09:47.734Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-23T03:09:47.779Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-07-23T03:09:47.800Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-07-23T03:09:47.816Z | Compiling num_enum v0.7.6 |
| 3119 | 2026-07-23T03:09:47.960Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3120 | 2026-07-23T03:09:47.977Z | Compiling foreign-types v0.5.0 |
| 3121 | 2026-07-23T03:09:47.981Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3122 | 2026-07-23T03:09:48.019Z | Compiling darling_macro v0.21.3 |
| 3123 | 2026-07-23T03:09:48.064Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3124 | 2026-07-23T03:09:48.079Z | Compiling zone_cfg_derive v0.3.1 |
| 3125 | 2026-07-23T03:09:48.134Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3126 | 2026-07-23T03:09:48.151Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3127 | 2026-07-23T03:09:48.184Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3128 | 2026-07-23T03:09:48.201Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3129 | 2026-07-23T03:09:48.279Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-23T03:09:48.391Z | Compiling rayon v1.11.0 |
| 3131 | 2026-07-23T03:09:48.420Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-07-23T03:09:48.420Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-23T03:09:48.492Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3134 | 2026-07-23T03:09:48.520Z | Compiling glob v0.3.3 |
| 3135 | 2026-07-23T03:09:48.567Z | Compiling cpubits v0.1.1 |
| 3136 | 2026-07-23T03:09:48.613Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3137 | 2026-07-23T03:09:48.653Z | Compiling darling v0.21.3 |
| 3138 | 2026-07-23T03:09:48.672Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3139 | 2026-07-23T03:09:48.705Z | Compiling num_enum v0.5.11 |
| 3140 | 2026-07-23T03:09:48.759Z | Compiling ingot-macros v0.1.1 |
| 3141 | 2026-07-23T03:09:48.776Z | Compiling smf v0.2.3 |
| 3142 | 2026-07-23T03:09:48.795Z | Compiling whoami v1.6.1 |
| 3143 | 2026-07-23T03:09:48.837Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3144 | 2026-07-23T03:09:48.853Z | Compiling usdt-attr-macro v0.5.0 |
| 3145 | 2026-07-23T03:09:48.930Z | Compiling usdt-macro v0.5.0 |
| 3146 | 2026-07-23T03:09:48.951Z | Compiling gethostname v0.5.0 |
| 3147 | 2026-07-23T03:09:49.003Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-07-23T03:09:49.117Z | Compiling pem-rfc7468 v1.0.0 |
| 3149 | 2026-07-23T03:09:49.174Z | Compiling num-complex v0.4.6 |
| 3150 | 2026-07-23T03:09:49.345Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-07-23T03:09:49.385Z | Compiling memmap v0.7.0 |
| 3152 | 2026-07-23T03:09:49.417Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3153 | 2026-07-23T03:09:49.464Z | Compiling zone v0.3.1 |
| 3154 | 2026-07-23T03:09:49.574Z | Compiling num v0.4.3 |
| 3155 | 2026-07-23T03:09:49.598Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-23T03:09:49.616Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-23T03:09:49.635Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-23T03:09:49.661Z | Compiling universal-hash v0.6.1 |
| 3159 | 2026-07-23T03:09:49.724Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-07-23T03:09:49.748Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3161 | 2026-07-23T03:09:49.764Z | Compiling usdt v0.5.0 |
| 3162 | 2026-07-23T03:09:49.931Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-07-23T03:09:49.934Z | Compiling polyval v0.7.1 |
| 3164 | 2026-07-23T03:09:49.934Z | Compiling der v0.8.0 |
| 3165 | 2026-07-23T03:09:49.934Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-07-23T03:09:49.934Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-23T03:09:50.065Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-07-23T03:09:50.098Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-23T03:09:50.149Z | Compiling aes v0.9.1 |
| 3170 | 2026-07-23T03:09:50.153Z | Compiling console v0.15.11 |
| 3171 | 2026-07-23T03:09:50.203Z | Compiling hickory-proto v0.24.4 |
| 3172 | 2026-07-23T03:09:50.209Z | Compiling newline-converter v0.3.0 |
| 3173 | 2026-07-23T03:09:50.241Z | Compiling ctr v0.10.1 |
| 3174 | 2026-07-23T03:09:50.354Z | Compiling aead v0.6.1 |
| 3175 | 2026-07-23T03:09:50.354Z | Compiling sha2 v0.11.0 |
| 3176 | 2026-07-23T03:09:50.388Z | Compiling linear-map v1.2.0 |
| 3177 | 2026-07-23T03:09:50.457Z | Compiling libefi-sys v0.1.0 |
| 3178 | 2026-07-23T03:09:50.465Z | Compiling linked-hash-map v0.5.6 |
| 3179 | 2026-07-23T03:09:50.493Z | Compiling typify-macro v0.6.2 |
| 3180 | 2026-07-23T03:09:50.526Z | Compiling expectorate v1.2.0 |
| 3181 | 2026-07-23T03:09:50.570Z | Compiling aes-gcm v0.11.0 |
| 3182 | 2026-07-23T03:09:50.673Z | Compiling lru-cache v0.1.2 |
| 3183 | 2026-07-23T03:09:50.692Z | Compiling crypto-bigint v0.7.5 |
| 3184 | 2026-07-23T03:09:50.742Z | Compiling cbc v0.2.1 |
| 3185 | 2026-07-23T03:09:50.762Z | Compiling oxide-update-engine-types v0.1.2 |
| 3186 | 2026-07-23T03:09:50.777Z | Compiling spki v0.8.0 |
| 3187 | 2026-07-23T03:09:50.795Z | Compiling salsa20 v0.11.0 |
| 3188 | 2026-07-23T03:09:50.826Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-07-23T03:09:50.929Z | Compiling nom v8.0.0 |
| 3190 | 2026-07-23T03:09:50.969Z | Compiling semver v0.1.20 |
| 3191 | 2026-07-23T03:09:51.155Z | Compiling scrypt v0.12.0 |
| 3192 | 2026-07-23T03:09:51.260Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-07-23T03:09:51.276Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-07-23T03:09:51.296Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3195 | 2026-07-23T03:09:51.312Z | Compiling slog-dtrace v0.3.0 |
| 3196 | 2026-07-23T03:09:51.476Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-07-23T03:09:51.526Z | Compiling minimal-lexical v0.2.1 |
| 3198 | 2026-07-23T03:09:51.526Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3199 | 2026-07-23T03:09:51.579Z | Compiling newtype_derive v0.1.6 |
| 3200 | 2026-07-23T03:09:51.595Z | Compiling oxide-tokio-rt v0.1.4 |
| 3201 | 2026-07-23T03:09:51.626Z | Compiling pkcs5 v0.8.1 |
| 3202 | 2026-07-23T03:09:51.647Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3203 | 2026-07-23T03:09:51.776Z | Compiling ingot-types v0.1.2 |
| 3204 | 2026-07-23T03:09:51.811Z | Compiling oxide-update-engine v0.1.2 |
| 3205 | 2026-07-23T03:09:51.827Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3206 | 2026-07-23T03:09:51.844Z | Compiling nom v7.1.3 |
| 3207 | 2026-07-23T03:09:51.890Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-07-23T03:09:51.909Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-07-23T03:09:51.925Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-07-23T03:09:52.015Z | Compiling csv-core v0.1.13 |
| 3211 | 2026-07-23T03:09:52.133Z | Compiling chrono-tz v0.10.4 |
| 3212 | 2026-07-23T03:09:52.168Z | Compiling ingot v0.1.1 |
| 3213 | 2026-07-23T03:09:52.188Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3214 | 2026-07-23T03:09:52.225Z | Compiling xshell-macros v0.2.7 |
| 3215 | 2026-07-23T03:09:52.241Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3216 | 2026-07-23T03:09:52.285Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3217 | 2026-07-23T03:09:52.305Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3218 | 2026-07-23T03:09:52.323Z | Compiling typify v0.6.2 |
| 3219 | 2026-07-23T03:09:52.340Z | Compiling hickory-resolver v0.24.4 |
| 3220 | 2026-07-23T03:09:52.370Z | Compiling unicode-xid v0.2.6 |
| 3221 | 2026-07-23T03:09:52.450Z | Compiling progenitor-impl v0.14.0 |
| 3222 | 2026-07-23T03:09:52.514Z | Compiling highway v1.3.0 |
| 3223 | 2026-07-23T03:09:52.532Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-07-23T03:09:52.669Z | Compiling xshell v0.2.7 |
| 3225 | 2026-07-23T03:09:52.913Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-07-23T03:09:53.198Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3227 | 2026-07-23T03:09:53.285Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3228 | 2026-07-23T03:09:53.304Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3229 | 2026-07-23T03:09:53.319Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3230 | 2026-07-23T03:09:53.451Z | Compiling qorb v0.4.1 |
| 3231 | 2026-07-23T03:09:53.468Z | Compiling csv v1.4.0 |
| 3232 | 2026-07-23T03:09:53.819Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3233 | 2026-07-23T03:09:53.841Z | Compiling phf v0.12.1 |
| 3234 | 2026-07-23T03:09:53.901Z | Compiling pkcs8 v0.11.0 |
| 3235 | 2026-07-23T03:09:54.013Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3236 | 2026-07-23T03:09:54.066Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3237 | 2026-07-23T03:09:54.095Z | Compiling owo-colors v4.3.0 |
| 3238 | 2026-07-23T03:09:54.479Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3239 | 2026-07-23T03:09:54.484Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3240 | 2026-07-23T03:09:54.484Z | Compiling const_format v0.2.35 |
| 3241 | 2026-07-23T03:09:54.484Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3242 | 2026-07-23T03:09:54.518Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3243 | 2026-07-23T03:09:54.670Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3244 | 2026-07-23T03:09:54.709Z | Compiling tabled_derive v0.7.0 |
| 3245 | 2026-07-23T03:09:54.797Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3246 | 2026-07-23T03:09:55.203Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3247 | 2026-07-23T03:09:55.223Z | Compiling progenitor-macro v0.14.0 |
| 3248 | 2026-07-23T03:09:55.308Z | Compiling bcs v0.1.6 |
| 3249 | 2026-07-23T03:09:55.456Z | Compiling ff v0.14.0 |
| 3250 | 2026-07-23T03:09:55.542Z | Compiling tagptr v0.2.0 |
| 3251 | 2026-07-23T03:09:55.641Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3252 | 2026-07-23T03:09:55.660Z | Compiling termtree v0.5.1 |
| 3253 | 2026-07-23T03:09:55.709Z | Compiling salty v0.3.0 |
| 3254 | 2026-07-23T03:09:55.740Z | Compiling moka v0.12.13 |
| 3255 | 2026-07-23T03:09:55.766Z | Compiling textwrap v0.16.2 |
| 3256 | 2026-07-23T03:09:55.784Z | Compiling tabled v0.15.0 |
| 3257 | 2026-07-23T03:09:55.845Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3258 | 2026-07-23T03:09:55.981Z | Compiling steno v0.4.1 |
| 3259 | 2026-07-23T03:09:56.000Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3260 | 2026-07-23T03:09:56.045Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3261 | 2026-07-23T03:09:56.086Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-23T03:09:56.213Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-23T03:09:56.258Z | Compiling radium v0.7.0 |
| 3264 | 2026-07-23T03:09:56.275Z | Compiling base16ct v1.0.0 |
| 3265 | 2026-07-23T03:09:56.356Z | Compiling base64 v0.21.7 |
| 3266 | 2026-07-23T03:09:56.431Z | Compiling sec1 v0.8.1 |
| 3267 | 2026-07-23T03:09:56.483Z | Compiling hickory-resolver v0.25.2 |
| 3268 | 2026-07-23T03:09:56.605Z | Compiling group v0.14.0 |
| 3269 | 2026-07-23T03:09:56.683Z | Compiling hkdf v0.13.0 |
| 3270 | 2026-07-23T03:09:56.713Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3271 | 2026-07-23T03:09:56.770Z | Compiling rfc6979 v0.4.0 |
| 3272 | 2026-07-23T03:09:56.811Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3273 | 2026-07-23T03:09:56.889Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-07-23T03:09:56.941Z | Compiling tap v1.0.1 |
| 3275 | 2026-07-23T03:09:57.026Z | Compiling ecdsa v0.16.9 |
| 3276 | 2026-07-23T03:09:57.045Z | Compiling wyz v0.5.1 |
| 3277 | 2026-07-23T03:09:57.076Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3278 | 2026-07-23T03:09:57.287Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3279 | 2026-07-23T03:09:57.454Z | Compiling primeorder v0.13.6 |
| 3280 | 2026-07-23T03:09:57.501Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-07-23T03:09:57.638Z | Compiling funty v2.0.0 |
| 3282 | 2026-07-23T03:09:57.761Z | Compiling utf-8 v0.7.6 |
| 3283 | 2026-07-23T03:09:57.800Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-07-23T03:09:57.829Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3285 | 2026-07-23T03:09:57.967Z | Compiling packed_struct v0.10.1 |
| 3286 | 2026-07-23T03:09:57.993Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-07-23T03:09:58.078Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3288 | 2026-07-23T03:09:58.156Z | Compiling bitvec v1.0.1 |
| 3289 | 2026-07-23T03:09:58.173Z | Compiling tungstenite v0.21.0 |
| 3290 | 2026-07-23T03:09:58.238Z | Compiling p384 v0.13.1 |
| 3291 | 2026-07-23T03:09:58.322Z | Compiling rfc6979 v0.5.0 |
| 3292 | 2026-07-23T03:09:58.377Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3293 | 2026-07-23T03:09:58.400Z | Compiling git-stub v1.0.0 |
| 3294 | 2026-07-23T03:09:58.462Z | Compiling packed_struct_codegen v0.10.1 |
| 3295 | 2026-07-23T03:09:58.505Z | Compiling num-derive v0.3.3 |
| 3296 | 2026-07-23T03:09:58.544Z | Compiling bitfield-macros v0.19.4 |
| 3297 | 2026-07-23T03:09:58.588Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-07-23T03:09:58.700Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-07-23T03:09:58.836Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-07-23T03:09:58.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3301 | 2026-07-23T03:09:58.963Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3302 | 2026-07-23T03:09:58.980Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3303 | 2026-07-23T03:09:59.096Z | Compiling crc-catalog v2.4.0 |
| 3304 | 2026-07-23T03:09:59.142Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-23T03:09:59.166Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3306 | 2026-07-23T03:09:59.246Z | Compiling crc v3.4.0 |
| 3307 | 2026-07-23T03:09:59.263Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-23T03:09:59.280Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-23T03:09:59.373Z | Compiling bitfield v0.19.4 |
| 3310 | 2026-07-23T03:09:59.479Z | Compiling ecdsa v0.17.0-rc.18 |
| 3311 | 2026-07-23T03:09:59.496Z | Compiling libscf-sys v1.1.0 |
| 3312 | 2026-07-23T03:09:59.527Z | Compiling tabled_derive v0.11.0 |
| 3313 | 2026-07-23T03:09:59.542Z | Compiling zerocopy v0.6.6 |
| 3314 | 2026-07-23T03:09:59.621Z | Compiling smallvec v0.6.14 |
| 3315 | 2026-07-23T03:09:59.690Z | Compiling primeorder v0.14.0-rc.10 |
| 3316 | 2026-07-23T03:09:59.715Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3317 | 2026-07-23T03:09:59.731Z | Compiling primefield v0.14.0 |
| 3318 | 2026-07-23T03:09:59.864Z | Compiling progenitor-impl v0.13.0 |
| 3319 | 2026-07-23T03:09:59.883Z | Compiling papergrid v0.17.0 |
| 3320 | 2026-07-23T03:09:59.907Z | Compiling testing_table v0.3.0 |
| 3321 | 2026-07-23T03:09:59.943Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-07-23T03:10:00.001Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-23T03:10:00.016Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3324 | 2026-07-23T03:10:00.044Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-07-23T03:10:00.071Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-23T03:10:00.097Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-23T03:10:00.140Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3328 | 2026-07-23T03:10:00.290Z | Compiling unicase v2.9.0 |
| 3329 | 2026-07-23T03:10:00.309Z | Compiling corncobs v0.1.4 |
| 3330 | 2026-07-23T03:10:00.343Z | Compiling hashbrown v0.12.3 |
| 3331 | 2026-07-23T03:10:00.377Z | Compiling progenitor v0.14.0 |
| 3332 | 2026-07-23T03:10:00.447Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-07-23T03:10:00.512Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3334 | 2026-07-23T03:10:00.530Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-07-23T03:10:00.535Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3336 | 2026-07-23T03:10:00.563Z | Compiling mime_guess v2.0.5 |
| 3337 | 2026-07-23T03:10:00.580Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3338 | 2026-07-23T03:10:00.723Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-07-23T03:10:00.749Z | Compiling parking_lot v0.11.2 |
| 3340 | 2026-07-23T03:10:00.771Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3341 | 2026-07-23T03:10:00.842Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3342 | 2026-07-23T03:10:00.878Z | Compiling tabled v0.20.0 |
| 3343 | 2026-07-23T03:10:00.981Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3344 | 2026-07-23T03:10:01.037Z | Compiling serde-hex v0.1.0 |
| 3345 | 2026-07-23T03:10:01.069Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3346 | 2026-07-23T03:10:01.147Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3347 | 2026-07-23T03:10:01.165Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3348 | 2026-07-23T03:10:01.436Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-23T03:10:01.545Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-23T03:10:01.594Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3351 | 2026-07-23T03:10:01.601Z | Compiling hashbrown v0.13.2 |
| 3352 | 2026-07-23T03:10:01.606Z | Compiling progenitor-client v0.13.0 |
| 3353 | 2026-07-23T03:10:02.412Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-07-23T03:10:02.473Z | Compiling fxhash v0.2.1 |
| 3355 | 2026-07-23T03:10:02.473Z | Compiling secrecy v0.8.0 |
| 3356 | 2026-07-23T03:10:02.473Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3357 | 2026-07-23T03:10:02.473Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3358 | 2026-07-23T03:10:02.473Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3359 | 2026-07-23T03:10:02.473Z | Compiling crc-any v2.5.0 |
| 3360 | 2026-07-23T03:10:02.524Z | Compiling progenitor-macro v0.13.0 |
| 3361 | 2026-07-23T03:10:02.538Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3362 | 2026-07-23T03:10:02.603Z | Compiling hickory-server v0.25.2 |
| 3363 | 2026-07-23T03:10:02.870Z | Compiling sled v0.34.7 |
| 3364 | 2026-07-23T03:10:03.132Z | Compiling object v0.30.4 |
| 3365 | 2026-07-23T03:10:03.261Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3366 | 2026-07-23T03:10:03.341Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3367 | 2026-07-23T03:10:03.486Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3368 | 2026-07-23T03:10:03.754Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3369 | 2026-07-23T03:10:03.897Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-07-23T03:10:04.014Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-23T03:10:04.089Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-23T03:10:04.452Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3373 | 2026-07-23T03:10:04.562Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3374 | 2026-07-23T03:10:04.585Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3375 | 2026-07-23T03:10:04.912Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3376 | 2026-07-23T03:10:05.045Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3377 | 2026-07-23T03:10:05.108Z | Compiling poly1305 v0.9.0 |
| 3378 | 2026-07-23T03:10:05.236Z | Compiling blowfish v0.10.0 |
| 3379 | 2026-07-23T03:10:05.361Z | Compiling blake2 v0.11.0-rc.6 |
| 3380 | 2026-07-23T03:10:05.471Z | Compiling keccak v0.2.0 |
| 3381 | 2026-07-23T03:10:05.518Z | Compiling http-range v0.1.5 |
| 3382 | 2026-07-23T03:10:05.648Z | Compiling path-slash v0.1.5 |
| 3383 | 2026-07-23T03:10:05.684Z | Compiling crc8 v0.1.1 |
| 3384 | 2026-07-23T03:10:05.694Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3385 | 2026-07-23T03:10:05.775Z | Compiling half v1.8.3 |
| 3386 | 2026-07-23T03:10:05.785Z | Compiling fiat-crypto v0.3.0 |
| 3387 | 2026-07-23T03:10:05.785Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3388 | 2026-07-23T03:10:05.823Z | Compiling argon2 v0.6.0-rc.8 |
| 3389 | 2026-07-23T03:10:05.880Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3390 | 2026-07-23T03:10:05.981Z | Compiling serde_cbor v0.11.2 |
| 3391 | 2026-07-23T03:10:06.036Z | Compiling sha3 v0.11.0 |
| 3392 | 2026-07-23T03:10:06.247Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3393 | 2026-07-23T03:10:06.266Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3394 | 2026-07-23T03:10:06.458Z | Compiling rsa v0.10.0-rc.18 |
| 3395 | 2026-07-23T03:10:06.538Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3396 | 2026-07-23T03:10:06.585Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3397 | 2026-07-23T03:10:06.612Z | Compiling illumos-nvpair v0.3.0 |
| 3398 | 2026-07-23T03:10:06.747Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-23T03:10:06.892Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-23T03:10:06.926Z | Compiling p521 v0.14.0-rc.10 |
| 3401 | 2026-07-23T03:10:06.945Z | Compiling p256 v0.14.0-rc.10 |
| 3402 | 2026-07-23T03:10:07.128Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3403 | 2026-07-23T03:10:07.156Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3404 | 2026-07-23T03:10:07.591Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3405 | 2026-07-23T03:10:07.596Z | Compiling yasna v0.5.2 |
| 3406 | 2026-07-23T03:10:07.596Z | Compiling kstat-rs v0.2.4 |
| 3407 | 2026-07-23T03:10:07.596Z | Compiling headers-core v0.3.0 |
| 3408 | 2026-07-23T03:10:07.625Z | Compiling kem v0.3.0 |
| 3409 | 2026-07-23T03:10:07.643Z | Compiling progenitor v0.13.0 |
| 3410 | 2026-07-23T03:10:07.676Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-23T03:10:07.707Z | Compiling nanorand v0.7.0 |
| 3412 | 2026-07-23T03:10:07.725Z | Compiling atty v0.2.14 |
| 3413 | 2026-07-23T03:10:07.777Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3414 | 2026-07-23T03:10:07.817Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3415 | 2026-07-23T03:10:07.855Z | Compiling rcgen v0.12.1 |
| 3416 | 2026-07-23T03:10:07.928Z | Compiling flume v0.11.1 |
| 3417 | 2026-07-23T03:10:07.948Z | Compiling ml-kem v0.3.2 |
| 3418 | 2026-07-23T03:10:07.984Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3419 | 2026-07-23T03:10:08.014Z | Compiling headers v0.4.1 |
| 3420 | 2026-07-23T03:10:08.175Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3421 | 2026-07-23T03:10:08.306Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3422 | 2026-07-23T03:10:08.548Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3423 | 2026-07-23T03:10:08.629Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3424 | 2026-07-23T03:10:08.763Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-07-23T03:10:08.840Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-07-23T03:10:08.956Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3427 | 2026-07-23T03:10:08.973Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3428 | 2026-07-23T03:10:09.241Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3429 | 2026-07-23T03:10:09.293Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-07-23T03:10:09.324Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3431 | 2026-07-23T03:10:09.359Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-07-23T03:10:09.749Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-23T03:10:10.002Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3434 | 2026-07-23T03:10:10.020Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3435 | 2026-07-23T03:10:10.071Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3436 | 2026-07-23T03:10:10.074Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3437 | 2026-07-23T03:10:10.225Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3438 | 2026-07-23T03:10:10.307Z | Compiling port-file v0.1.0 |
| 3439 | 2026-07-23T03:10:10.325Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-07-23T03:10:10.475Z | Compiling generic-array v1.4.3 |
| 3441 | 2026-07-23T03:10:10.543Z | Compiling russh-util v0.52.0 |
| 3442 | 2026-07-23T03:10:10.577Z | Compiling enum_dispatch v0.3.13 |
| 3443 | 2026-07-23T03:10:10.725Z | Compiling delegate v0.13.5 |
| 3444 | 2026-07-23T03:10:10.836Z | Compiling subprocess v0.2.15 |
| 3445 | 2026-07-23T03:10:10.850Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-07-23T03:10:10.984Z | Compiling p384 v0.14.0-rc.10 |
| 3447 | 2026-07-23T03:10:11.221Z | Compiling display-error-chain v0.2.2 |
| 3448 | 2026-07-23T03:10:11.341Z | Compiling md5 v0.8.0 |
| 3449 | 2026-07-23T03:10:11.396Z | Compiling hex-literal v1.1.0 |
| 3450 | 2026-07-23T03:10:11.443Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3451 | 2026-07-23T03:10:11.558Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2026-07-23T03:10:11.604Z | Compiling colored v2.2.0 |
| 3453 | 2026-07-23T03:10:11.635Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3454 | 2026-07-23T03:10:11.638Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-23T03:10:11.638Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-07-23T03:10:12.075Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-07-23T03:10:12.788Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-07-23T03:10:13.112Z | Compiling ssh-key v0.7.0-rc.10 |
| 3459 | 2026-07-23T03:10:13.327Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3460 | 2026-07-23T03:10:14.355Z | Compiling russh v0.61.2 |
| 3461 | 2026-07-23T03:10:14.847Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3462 | 2026-07-23T03:10:15.509Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-07-23T03:10:24.037Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3464 | 2026-07-23T03:10:24.037Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3465 | 2026-07-23T03:10:24.037Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-07-23T03:10:24.042Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-07-23T03:10:25.767Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3468 | 2026-07-23T03:10:25.842Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3469 | 2026-07-23T03:10:29.799Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-07-23T03:11:09.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3471 | 2026-07-23T03:11:09.311Z | |
| 3472 | 2026-07-23T03:11:09.311Z | real 1:26.958273954 |
| 3473 | 2026-07-23T03:11:09.312Z | user 8:44.723284928 |
| 3474 | 2026-07-23T03:11:09.312Z | sys 1:43.280741876 |
| 3475 | 2026-07-23T03:11:09.312Z | trap 0.258643763 |
| 3476 | 2026-07-23T03:11:09.312Z | tflt 0.294039200 |
| 3477 | 2026-07-23T03:11:09.315Z | dflt 1.505201034 |
| 3478 | 2026-07-23T03:11:09.315Z | kflt 0.000340120 |
| 3479 | 2026-07-23T03:11:09.315Z | lock 31:05.393494308 |
| 3480 | 2026-07-23T03:11:09.315Z | slp 20:04.955058298 |
| 3481 | 2026-07-23T03:11:09.315Z | lat 41.243343637 |
| 3482 | 2026-07-23T03:11:09.315Z | stop 3:04.031806867 |
| 3483 | 2026-07-23T03:11:09.315Z | + mkdir tests |
| 3484 | 2026-07-23T03:11:09.319Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-07-23T03:11:09.319Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-07-23T03:11:09.341Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3487 | 2026-07-23T03:11:09.361Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3488 | 2026-07-23T03:11:09.382Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3489 | 2026-07-23T03:11:09.403Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3490 | 2026-07-23T03:11:09.639Z | + 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) |
| 3491 | 2026-07-23T03:11:09.643Z | + 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-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 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 |
| 3492 | 2026-07-23T03:12:29.879Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-07-23T03:12:29.879Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-07-23T03:12:29.879Z | a out/target/test 1K |
| 3495 | 2026-07-23T03:12:29.879Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-07-23T03:12:29.879Z | a package-manifest.toml 35K |
| 3497 | 2026-07-23T03:12:29.881Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-07-23T03:12:29.881Z | a target/release/omicron-package 40717K |
| 3499 | 2026-07-23T03:12:29.881Z | a target/release/xtask 10468K |
| 3500 | 2026-07-23T03:12:29.881Z | a target/debug/bootstrap 349641K |
| 3501 | 2026-07-23T03:12:29.881Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3502 | 2026-07-23T03:12:29.881Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3503 | 2026-07-23T03:12:29.881Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3504 | 2026-07-23T03:12:29.881Z | a tests/end_to_end_tests-fe05326eebb245d2 399517K |
| 3505 | 2026-07-23T03:12:29.881Z | a tools/opte_version 1K |
| 3506 | 2026-07-23T03:12:29.881Z | a tools/opte_version_override 2K |
| 3507 | 2026-07-23T03:12:29.881Z | a out/clickhouse.tar.gz 310727K |
| 3508 | 2026-07-23T03:12:29.882Z | a out/clickhouse_keeper.tar.gz 297195K |
| 3509 | 2026-07-23T03:12:29.882Z | a out/clickhouse_server.tar.gz 310724K |
| 3510 | 2026-07-23T03:12:29.882Z | a out/cockroachdb.tar.gz 161731K |
| 3511 | 2026-07-23T03:12:29.882Z | a out/crucible-pantry-zone.tar.gz 39108K |
| 3512 | 2026-07-23T03:12:29.882Z | a out/crucible-utils.tar 18900K |
| 3513 | 2026-07-23T03:12:29.882Z | a out/crucible-zone.tar.gz 53803K |
| 3514 | 2026-07-23T03:12:29.882Z | a out/external-dns.tar.gz 46159K |
| 3515 | 2026-07-23T03:12:29.882Z | a out/internal-dns.tar.gz 46159K |
| 3516 | 2026-07-23T03:12:29.882Z | a out/mg-ddm-gz.tar 102717K |
| 3517 | 2026-07-23T03:12:29.882Z | a out/nexus.tar.gz 273889K |
| 3518 | 2026-07-23T03:12:29.882Z | a out/ntp.tar.gz 29908K |
| 3519 | 2026-07-23T03:12:29.882Z | a out/omicron-gateway-softnpu.tar.gz 27709K |
| 3520 | 2026-07-23T03:12:29.882Z | a out/omicron-sled-agent.tar 191434K |
| 3521 | 2026-07-23T03:12:29.882Z | a out/overlay.tar.gz 4K |
| 3522 | 2026-07-23T03:12:29.882Z | a out/oximeter.tar.gz 59915K |
| 3523 | 2026-07-23T03:12:29.882Z | a out/oxlog.tar 3808K |
| 3524 | 2026-07-23T03:12:29.882Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-07-23T03:12:29.886Z | a out/propolis-server.tar.gz 34372K |
| 3526 | 2026-07-23T03:12:29.886Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-07-23T03:12:29.886Z | a out/switch-softnpu.tar.gz 450361K |
| 3528 | 2026-07-23T03:12:29.890Z | |
| 3529 | 2026-07-23T03:12:29.890Z | real 1:20.236735528 |
| 3530 | 2026-07-23T03:12:29.890Z | user 1:17.568938626 |
| 3531 | 2026-07-23T03:12:29.890Z | sys 4.417053280 |
| 3532 | 2026-07-23T03:12:29.890Z | trap 0.006180334 |
| 3533 | 2026-07-23T03:12:29.890Z | tflt 0.000000000 |
| 3534 | 2026-07-23T03:12:29.891Z | dflt 0.000000000 |
| 3535 | 2026-07-23T03:12:29.891Z | kflt 0.000000000 |
| 3536 | 2026-07-23T03:12:29.891Z | lock 0.000000000 |
| 3537 | 2026-07-23T03:12:29.891Z | slp 1:17.468013800 |
| 3538 | 2026-07-23T03:12:29.891Z | lat 1.009244830 |
| 3539 | 2026-07-23T03:12:29.891Z | stop 0.000218910 |
| 3540 | 2026-07-23T03:12:29.891Z | process exited: duration 984851 ms, exit code 0 |
| |
| 3541 | 2026-07-23T03:12:29.905Z | found 1 output files |
| 3542 | 2026-07-23T03:12:29.905Z | uploading: /work/package.tar.gz (2484249477 bytes) |
| 3543 | 2026-07-23T03:13:05.721Z | uploaded: /work/package.tar.gz |