|
|
|
| 1 | 2026-08-05T04:10:36.676Z | job assigned to worker 01KZ81T2ZF3M3Z5QMGZDY2BNRK [factory aws, i-01b9e5b9dddc32752] (queued for 52 s) |
| |
| 2 | 2026-08-05T04:10:43.926Z | starting task 0: "setup" |
| 3 | 2026-08-05T04:10:43.930Z | ++ uname -s |
| 4 | 2026-08-05T04:10:43.933Z | + kern=SunOS |
| 5 | 2026-08-05T04:10:43.933Z | + build_user=build |
| 6 | 2026-08-05T04:10:43.933Z | + build_uid=12345 |
| 7 | 2026-08-05T04:10:43.933Z | + work_dir=/work |
| 8 | 2026-08-05T04:10:43.933Z | + input_dir=/input |
| 9 | 2026-08-05T04:10:43.933Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T04:10:43.933Z | + case "$kern" in |
| 11 | 2026-08-05T04:10:43.933Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T04:10:43.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T04:10:45.941Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T04:10:46.047Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T04:10:46.051Z | + home_fs=zfs |
| 16 | 2026-08-05T04:10:46.051Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T04:10:46.051Z | + mkdir -p /home/build |
| 18 | 2026-08-05T04:10:46.051Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T04:10:47.052Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T04:10:47.056Z | process exited: duration 3132 ms, exit code 0 |
| |
| 21 | 2026-08-05T04:10:47.062Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T04:10:47.067Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-05T04:10:47.068Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-05T04:10:47.071Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-05T04:10:47.071Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-05T04:10:47.071Z | * rust toolchain profile = "default" |
| 27 | 2026-08-05T04:10:47.071Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T04:10:47.071Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T04:10:47.071Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T04:10:47.173Z | info: downloading installer |
| 31 | 2026-08-05T04:10:48.629Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T04:10:48.629Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T04:10:48.629Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T04:10:48.629Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T04:10:48.644Z | info: profile set to default |
| 36 | 2026-08-05T04:10:48.644Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T04:10:48.648Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T04:10:48.774Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T04:10:48.777Z | info: downloading 6 components |
| 40 | 2026-08-05T04:11:04.144Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T04:11:04.144Z | |
| 42 | 2026-08-05T04:11:04.174Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T04:11:04.175Z | |
| 44 | 2026-08-05T04:11:04.175Z | |
| 45 | 2026-08-05T04:11:04.175Z | Rust is installed now. Great! |
| 46 | 2026-08-05T04:11:04.175Z | |
| 47 | 2026-08-05T04:11:04.175Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T04:11:04.175Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T04:11:04.175Z | |
| 50 | 2026-08-05T04:11:04.178Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T04:11:04.178Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T04:11:04.178Z | |
| 53 | 2026-08-05T04:11:04.178Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T04:11:04.182Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T04:11:04.183Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T04:11:04.183Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T04:11:04.183Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T04:11:04.183Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T04:11:04.183Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T04:11:04.183Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T04:11:04.183Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T04:11:04.285Z | + rustup --version |
| 63 | 2026-08-05T04:11:04.290Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T04:11:04.294Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T04:11:04.310Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T04:11:04.317Z | + cargo --version |
| 67 | 2026-08-05T04:11:04.325Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T04:11:04.325Z | + rustc --version |
| 69 | 2026-08-05T04:11:04.344Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T04:11:05.609Z | process exited: duration 17284 ms, exit code 0 |
| |
| 71 | 2026-08-05T04:11:05.659Z | starting task 2: "authentication" |
| 72 | 2026-08-05T04:11:05.685Z | process exited: duration 30 ms, exit code 0 |
| |
| 73 | 2026-08-05T04:11:05.697Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T04:11:05.706Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-05T04:11:05.712Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-05T04:11:05.736Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-05T04:11:16.883Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-05T04:11:16.883Z | + git fetch origin 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 79 | 2026-08-05T04:11:17.175Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-05T04:11:17.175Z | * branch 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 -> FETCH_HEAD |
| 81 | 2026-08-05T04:11:17.186Z | + [[ -n renovate/crucible-agent-client-digest ]] |
| 82 | 2026-08-05T04:11:17.189Z | ++ git branch --show-current |
| 83 | 2026-08-05T04:11:17.192Z | + current=main |
| 84 | 2026-08-05T04:11:17.192Z | + [[ main != renovate/crucible-agent-client-digest ]] |
| 85 | 2026-08-05T04:11:17.192Z | + git branch -f renovate/crucible-agent-client-digest 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 86 | 2026-08-05T04:11:17.195Z | + git checkout -f renovate/crucible-agent-client-digest |
| 87 | 2026-08-05T04:11:17.446Z | Switched to branch 'renovate/crucible-agent-client-digest' |
| 88 | 2026-08-05T04:11:17.449Z | + git reset --hard 84945929ebebfae4eaf2b6984066d5d2cbf1fc48 |
| 89 | 2026-08-05T04:11:17.465Z | HEAD is now at 84945929e Update crucible-agent-client digest to 6d037cb |
| 90 | 2026-08-05T04:11:17.469Z | process exited: duration 11771 ms, exit code 0 |
| |
| 91 | 2026-08-05T04:11:17.476Z | starting task 4: "build" |
| 92 | 2026-08-05T04:11:17.481Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-05T04:11:17.482Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-05T04:11:17.482Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-05T04:11:17.485Z | +++ uname -s |
| 96 | 2026-08-05T04:11:17.485Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-05T04:11:17.485Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-05T04:11:17.485Z | + cargo --version |
| 99 | 2026-08-05T04:11:17.495Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-05T04:11:17.499Z | + rustc --version |
| 101 | 2026-08-05T04:11:17.518Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-05T04:11:17.520Z | + WORK=/work |
| 103 | 2026-08-05T04:11:17.521Z | + pfexec mkdir -p /work |
| 104 | 2026-08-05T04:11:17.524Z | + pfexec chown build /work |
| 105 | 2026-08-05T04:11:17.527Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-05T04:11:19.506Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-05T04:11:19.749Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-05T04:11:21.081Z | Planning: Solver setup ... Done (1.249s) |
| 109 | 2026-08-05T04:11:21.125Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-08-05T04:11:21.155Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-05T04:11:21.167Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-05T04:11:21.188Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-05T04:11:21.199Z | Planning: Package planning ... Done (0.015s) |
| 114 | 2026-08-05T04:11:21.206Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-05T04:11:21.360Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 116 | 2026-08-05T04:11:21.364Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-05T04:11:22.220Z | Planning: Evaluating mediators ... Done (0.851s) |
| 118 | 2026-08-05T04:11:22.224Z | Planning: Planning completed in 2.44 seconds |
| 119 | 2026-08-05T04:11:22.224Z | Packages to install: 2 |
| 120 | 2026-08-05T04:11:22.224Z | Estimated space available: 156.02 GB |
| 121 | 2026-08-05T04:11:22.224Z | Estimated space to be consumed: 56.46 MB |
| 122 | 2026-08-05T04:11:22.224Z | Create boot environment: No |
| 123 | 2026-08-05T04:11:22.224Z | Create backup boot environment: No |
| 124 | 2026-08-05T04:11:22.224Z | Rebuild boot archive: No |
| 125 | 2026-08-05T04:11:22.224Z | |
| 126 | 2026-08-05T04:11:22.224Z | Changed packages: |
| 127 | 2026-08-05T04:11:22.224Z | helios |
| 128 | 2026-08-05T04:11:22.224Z | developer/build-essential |
| 129 | 2026-08-05T04:11:22.224Z | None -> 11-3.0 |
| 130 | 2026-08-05T04:11:22.224Z | library/libxmlsec1 |
| 131 | 2026-08-05T04:11:22.224Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-05T04:11:22.248Z | |
| 133 | 2026-08-05T04:11:22.249Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-05T04:11:22.319Z | Download: Completed 1.28 MB in 0.07 seconds (18.3M/s) |
| 135 | 2026-08-05T04:11:22.417Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-05T04:11:22.453Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-05T04:11:22.484Z | Finalize: Updating package state database ... Done (0.025s) |
| 138 | 2026-08-05T04:11:22.484Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-05T04:11:22.547Z | Finalize: Updating image state ... Done (0.059s) |
| 140 | 2026-08-05T04:11:25.210Z | Finalize: Creating fast lookup database ... Done (2.633s) |
| 141 | 2026-08-05T04:11:25.279Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-05T04:11:25.282Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-05T04:11:25.378Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-05T04:11:25.723Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-05T04:11:25.831Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-05T04:11:25.835Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-05T04:11:25.986Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-05T04:11:25.989Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-05T04:11:26.013Z | Mediators to change: 2 |
| 150 | 2026-08-05T04:11:26.013Z | Create boot environment: No |
| 151 | 2026-08-05T04:11:26.013Z | Create backup boot environment: No |
| 152 | 2026-08-05T04:11:26.059Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-05T04:11:26.059Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-05T04:11:26.097Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-05T04:11:28.047Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-05T04:11:28.106Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-05T04:11:28.111Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-05T04:11:28.163Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-05T04:11:28.445Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-05T04:11:28.549Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-05T04:11:28.552Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-05T04:11:28.709Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-05T04:11:28.716Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-05T04:11:28.731Z | Mediators to change: 1 |
| 165 | 2026-08-05T04:11:28.731Z | Create boot environment: No |
| 166 | 2026-08-05T04:11:28.731Z | Create backup boot environment: No |
| 167 | 2026-08-05T04:11:28.768Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-05T04:11:28.768Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-05T04:11:28.808Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-05T04:11:30.745Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-05T04:11:30.807Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-05T04:11:30.812Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-05T04:11:30.875Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-05T04:11:31.183Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-05T04:11:31.183Z | apache system 2.4 system |
| 176 | 2026-08-05T04:11:31.183Z | clang system 15 system |
| 177 | 2026-08-05T04:11:31.184Z | csh system system illumos |
| 178 | 2026-08-05T04:11:31.184Z | ctags system system illumos |
| 179 | 2026-08-05T04:11:31.184Z | file vendor vendor darwinsys |
| 180 | 2026-08-05T04:11:31.184Z | file system system illumos |
| 181 | 2026-08-05T04:11:31.184Z | gcc vendor 14 vendor |
| 182 | 2026-08-05T04:11:31.184Z | gcc system 13 system |
| 183 | 2026-08-05T04:11:31.184Z | gcc system 10 system |
| 184 | 2026-08-05T04:11:31.184Z | go system 1.25 system |
| 185 | 2026-08-05T04:11:31.184Z | llvm system 15 system |
| 186 | 2026-08-05T04:11:31.184Z | mariadb system 11.4 system |
| 187 | 2026-08-05T04:11:31.184Z | mta vendor vendor dma |
| 188 | 2026-08-05T04:11:31.185Z | openjdk system 17 system |
| 189 | 2026-08-05T04:11:31.185Z | openjdk system 11 system |
| 190 | 2026-08-05T04:11:31.185Z | openssl vendor 3 vendor |
| 191 | 2026-08-05T04:11:31.185Z | perl system 5.40 system |
| 192 | 2026-08-05T04:11:31.185Z | postgresql system 18 system |
| 193 | 2026-08-05T04:11:31.185Z | postgresql system 17 system |
| 194 | 2026-08-05T04:11:31.185Z | python vendor 3 vendor |
| 195 | 2026-08-05T04:11:31.185Z | python system 2 system |
| 196 | 2026-08-05T04:11:31.185Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-05T04:11:31.185Z | ruby system 3.4 system |
| 198 | 2026-08-05T04:11:31.185Z | ruby system 3.0 system |
| 199 | 2026-08-05T04:11:31.185Z | words vendor vendor american-english |
| 200 | 2026-08-05T04:11:31.185Z | words system system australian-english |
| 201 | 2026-08-05T04:11:31.186Z | words system system british-english |
| 202 | 2026-08-05T04:11:31.186Z | words system system canadian-english |
| 203 | 2026-08-05T04:11:31.186Z | words system system french |
| 204 | 2026-08-05T04:11:31.186Z | words system system italian |
| 205 | 2026-08-05T04:11:31.186Z | words system system ngerman |
| 206 | 2026-08-05T04:11:31.186Z | words system system ogerman |
| 207 | 2026-08-05T04:11:31.186Z | words system system spanish |
| 208 | 2026-08-05T04:11:31.439Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-05T04:11:31.440Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-05T04:11:31.832Z | FMRI IFO |
| 211 | 2026-08-05T04:11:31.832Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-05T04:11:31.832Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-05T04:11:31.832Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-05T04:11:31.832Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-05T04:11:31.832Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-05T04:11:31.832Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-05T04:11:31.832Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-05T04:11:31.832Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-05T04:11:31.832Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-05T04:11:32.136Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-05T04:11:32.478Z | Updating crates.io index |
| 222 | 2026-08-05T04:11:32.487Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-05T04:11:32.714Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-05T04:11:33.080Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-05T04:11:34.379Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-05T04:11:34.981Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-05T04:11:36.894Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-05T04:11:38.057Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-05T04:11:38.309Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-05T04:11:38.670Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-05T04:11:39.965Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-05T04:11:40.226Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-05T04:11:40.550Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-08-05T04:11:40.815Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-05T04:11:41.392Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-08-05T04:11:41.889Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-08-05T04:11:42.172Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 238 | 2026-08-05T04:11:42.542Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 239 | 2026-08-05T04:11:42.759Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 240 | 2026-08-05T04:11:43.011Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-08-05T04:11:43.294Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 242 | 2026-08-05T04:11:43.550Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 243 | 2026-08-05T04:11:43.774Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 244 | 2026-08-05T04:11:44.052Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 245 | 2026-08-05T04:11:44.401Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 246 | 2026-08-05T04:11:44.823Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 247 | 2026-08-05T04:11:45.069Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 248 | 2026-08-05T04:11:45.531Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 249 | 2026-08-05T04:11:45.735Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 250 | 2026-08-05T04:11:46.045Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 251 | 2026-08-05T04:11:46.383Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 252 | 2026-08-05T04:11:46.618Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-08-05T04:11:46.949Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 254 | 2026-08-05T04:11:47.325Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-08-05T04:11:47.668Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 256 | 2026-08-05T04:11:47.908Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-08-05T04:11:48.137Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-08-05T04:11:48.403Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 259 | 2026-08-05T04:11:49.152Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 260 | 2026-08-05T04:11:49.625Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 261 | 2026-08-05T04:11:49.847Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 262 | 2026-08-05T04:11:50.082Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 263 | 2026-08-05T04:11:50.358Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 264 | 2026-08-05T04:11:50.592Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 265 | 2026-08-05T04:11:53.610Z | Downloading crates ... |
| 266 | 2026-08-05T04:11:53.774Z | Downloaded anstream v1.0.0 |
| 267 | 2026-08-05T04:11:53.786Z | Downloaded clap_lex v1.0.0 |
| 268 | 2026-08-05T04:11:53.786Z | Downloaded heck v0.4.1 |
| 269 | 2026-08-05T04:11:53.786Z | Downloaded cargo_toml v0.21.0 |
| 270 | 2026-08-05T04:11:53.786Z | Downloaded macaddr v1.0.1 |
| 271 | 2026-08-05T04:11:53.800Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-08-05T04:11:53.800Z | Downloaded clap v4.6.1 |
| 273 | 2026-08-05T04:11:53.800Z | Downloaded anstyle v1.0.14 |
| 274 | 2026-08-05T04:11:53.800Z | Downloaded serde_tokenstream v0.2.3 |
| 275 | 2026-08-05T04:11:53.800Z | Downloaded zmij v1.0.21 |
| 276 | 2026-08-05T04:11:53.810Z | Downloaded strsim v0.11.1 |
| 277 | 2026-08-05T04:11:53.810Z | Downloaded toml_datetime v0.6.11 |
| 278 | 2026-08-05T04:11:53.810Z | Downloaded scroll_derive v0.12.1 |
| 279 | 2026-08-05T04:11:53.810Z | Downloaded zerocopy v0.7.35 |
| 280 | 2026-08-05T04:11:53.820Z | Downloaded cfg-if v1.0.4 |
| 281 | 2026-08-05T04:11:53.820Z | Downloaded cargo_metadata v0.23.1 |
| 282 | 2026-08-05T04:11:53.827Z | Downloaded thiserror v2.0.18 |
| 283 | 2026-08-05T04:11:53.828Z | Downloaded anstyle-query v1.1.5 |
| 284 | 2026-08-05T04:11:53.842Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-08-05T04:11:53.842Z | Downloaded autocfg v1.5.0 |
| 286 | 2026-08-05T04:11:53.842Z | Downloaded thiserror-impl v2.0.18 |
| 287 | 2026-08-05T04:11:53.842Z | Downloaded pest_generator v2.8.6 |
| 288 | 2026-08-05T04:11:53.854Z | Downloaded equivalent v1.0.2 |
| 289 | 2026-08-05T04:11:53.854Z | Downloaded generic-array v0.14.7 |
| 290 | 2026-08-05T04:11:53.867Z | Downloaded once_cell v1.21.3 |
| 291 | 2026-08-05T04:11:53.867Z | Downloaded is_terminal_polyfill v1.70.2 |
| 292 | 2026-08-05T04:11:53.867Z | Downloaded memmap v0.7.0 |
| 293 | 2026-08-05T04:11:53.867Z | Downloaded crypto-common v0.1.7 |
| 294 | 2026-08-05T04:11:53.867Z | Downloaded fnv v1.0.7 |
| 295 | 2026-08-05T04:11:53.867Z | Downloaded errno v0.3.14 |
| 296 | 2026-08-05T04:11:53.873Z | Downloaded colorchoice v1.0.4 |
| 297 | 2026-08-05T04:11:53.874Z | Downloaded dof v0.3.0 |
| 298 | 2026-08-05T04:11:53.874Z | Downloaded cargo-platform v0.3.2 |
| 299 | 2026-08-05T04:11:53.874Z | Downloaded thread-id v4.2.2 |
| 300 | 2026-08-05T04:11:53.874Z | Downloaded heck v0.5.0 |
| 301 | 2026-08-05T04:11:53.883Z | Downloaded cpufeatures v0.2.17 |
| 302 | 2026-08-05T04:11:53.883Z | Downloaded terminal_size v0.4.3 |
| 303 | 2026-08-05T04:11:53.883Z | Downloaded toml_write v0.1.2 |
| 304 | 2026-08-05T04:11:53.890Z | Downloaded plain v0.2.3 |
| 305 | 2026-08-05T04:11:53.890Z | Downloaded itoa v1.0.17 |
| 306 | 2026-08-05T04:11:53.901Z | Downloaded usdt v0.5.0 |
| 307 | 2026-08-05T04:11:53.901Z | Downloaded serde_derive v1.0.228 |
| 308 | 2026-08-05T04:11:53.901Z | Downloaded pest_derive v2.8.6 |
| 309 | 2026-08-05T04:11:53.912Z | Downloaded anstyle-parse v1.0.0 |
| 310 | 2026-08-05T04:11:53.912Z | Downloaded fs-err v3.3.0 |
| 311 | 2026-08-05T04:11:53.926Z | Downloaded proc-macro-error-attr v1.0.4 |
| 312 | 2026-08-05T04:11:53.926Z | Downloaded swrite v0.1.0 |
| 313 | 2026-08-05T04:11:53.926Z | Downloaded tabled_derive v0.7.0 |
| 314 | 2026-08-05T04:11:53.955Z | Downloaded serde_spanned v0.6.9 |
| 315 | 2026-08-05T04:11:53.955Z | Downloaded usdt-macro v0.5.0 |
| 316 | 2026-08-05T04:11:53.955Z | Downloaded pretty-hex v0.4.1 |
| 317 | 2026-08-05T04:11:53.965Z | Downloaded version_check v0.9.5 |
| 318 | 2026-08-05T04:11:53.965Z | Downloaded unicode-linebreak v0.1.5 |
| 319 | 2026-08-05T04:11:53.965Z | Downloaded dtrace-parser v0.2.0 |
| 320 | 2026-08-05T04:11:53.965Z | Downloaded smawk v0.3.2 |
| 321 | 2026-08-05T04:11:53.965Z | Downloaded bytecount v0.6.9 |
| 322 | 2026-08-05T04:11:53.965Z | Downloaded sha2 v0.10.9 |
| 323 | 2026-08-05T04:11:53.965Z | Downloaded usdt-impl v0.5.0 |
| 324 | 2026-08-05T04:11:53.965Z | Downloaded utf8parse v0.2.2 |
| 325 | 2026-08-05T04:11:53.965Z | Downloaded digest v0.10.7 |
| 326 | 2026-08-05T04:11:53.966Z | Downloaded quote v1.0.45 |
| 327 | 2026-08-05T04:11:53.966Z | Downloaded pest_meta v2.8.6 |
| 328 | 2026-08-05T04:11:53.966Z | Downloaded scroll v0.12.0 |
| 329 | 2026-08-05T04:11:53.978Z | Downloaded anyhow v1.0.102 |
| 330 | 2026-08-05T04:11:53.978Z | Downloaded bitflags v2.11.0 |
| 331 | 2026-08-05T04:11:53.978Z | Downloaded byteorder v1.5.0 |
| 332 | 2026-08-05T04:11:54.009Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-08-05T04:11:54.009Z | Downloaded usdt-attr-macro v0.5.0 |
| 334 | 2026-08-05T04:11:54.009Z | Downloaded proc-macro-error v1.0.4 |
| 335 | 2026-08-05T04:11:54.009Z | Downloaded thiserror v1.0.69 |
| 336 | 2026-08-05T04:11:54.033Z | Downloaded clap_derive v4.6.1 |
| 337 | 2026-08-05T04:11:54.033Z | Downloaded camino-tempfile v1.4.1 |
| 338 | 2026-08-05T04:11:54.033Z | Downloaded tempfile v3.25.0 |
| 339 | 2026-08-05T04:11:54.033Z | Downloaded toml v0.8.23 |
| 340 | 2026-08-05T04:11:54.033Z | Downloaded log v0.4.29 |
| 341 | 2026-08-05T04:11:54.033Z | Downloaded camino v1.2.2 |
| 342 | 2026-08-05T04:11:54.033Z | Downloaded semver v1.0.28 |
| 343 | 2026-08-05T04:11:54.045Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-08-05T04:11:54.045Z | Downloaded getrandom v0.4.1 |
| 345 | 2026-08-05T04:11:54.045Z | Downloaded zerocopy-derive v0.7.35 |
| 346 | 2026-08-05T04:11:54.045Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-08-05T04:11:54.045Z | Downloaded papergrid v0.11.0 |
| 348 | 2026-08-05T04:11:54.058Z | Downloaded textwrap v0.16.2 |
| 349 | 2026-08-05T04:11:54.066Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-08-05T04:11:54.066Z | Downloaded serde_core v1.0.228 |
| 351 | 2026-08-05T04:11:54.066Z | Downloaded unicode-ident v1.0.24 |
| 352 | 2026-08-05T04:11:54.077Z | Downloaded indexmap v2.14.0 |
| 353 | 2026-08-05T04:11:54.092Z | Downloaded memchr v2.8.0 |
| 354 | 2026-08-05T04:11:54.093Z | Downloaded serde v1.0.228 |
| 355 | 2026-08-05T04:11:54.108Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-05T04:11:54.122Z | Downloaded typenum v1.20.1 |
| 357 | 2026-08-05T04:11:54.132Z | Downloaded syn v1.0.109 |
| 358 | 2026-08-05T04:11:54.165Z | Downloaded goblin v0.8.2 |
| 359 | 2026-08-05T04:11:54.174Z | Downloaded hashbrown v0.17.0 |
| 360 | 2026-08-05T04:11:54.174Z | Downloaded serde_json v1.0.151 |
| 361 | 2026-08-05T04:11:54.199Z | Downloaded clap_builder v4.6.0 |
| 362 | 2026-08-05T04:11:54.199Z | Downloaded tabled v0.15.0 |
| 363 | 2026-08-05T04:11:54.212Z | Downloaded winnow v0.7.14 |
| 364 | 2026-08-05T04:11:54.228Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-05T04:11:54.246Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-08-05T04:11:54.247Z | Downloaded syn v2.0.117 |
| 367 | 2026-08-05T04:11:54.265Z | Downloaded rustix v1.1.3 |
| 368 | 2026-08-05T04:11:54.285Z | Downloaded libc v0.2.185 |
| 369 | 2026-08-05T04:11:54.347Z | Compiling proc-macro2 v1.0.106 |
| 370 | 2026-08-05T04:11:54.348Z | Compiling quote v1.0.45 |
| 371 | 2026-08-05T04:11:54.348Z | Compiling unicode-ident v1.0.24 |
| 372 | 2026-08-05T04:11:54.348Z | Compiling serde_core v1.0.228 |
| 373 | 2026-08-05T04:11:54.354Z | Compiling libc v0.2.185 |
| 374 | 2026-08-05T04:11:54.355Z | Compiling version_check v0.9.5 |
| 375 | 2026-08-05T04:11:54.355Z | Compiling memchr v2.8.0 |
| 376 | 2026-08-05T04:11:54.528Z | Compiling serde v1.0.228 |
| 377 | 2026-08-05T04:11:54.541Z | Compiling zmij v1.0.21 |
| 378 | 2026-08-05T04:11:54.541Z | Compiling ucd-trie v0.1.7 |
| 379 | 2026-08-05T04:11:54.553Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-05T04:11:54.553Z | Compiling thiserror v1.0.69 |
| 381 | 2026-08-05T04:11:54.568Z | Compiling rustix v1.1.3 |
| 382 | 2026-08-05T04:11:54.568Z | Compiling byteorder v1.5.0 |
| 383 | 2026-08-05T04:11:54.859Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-05T04:11:54.945Z | Compiling bitflags v2.11.0 |
| 385 | 2026-08-05T04:11:55.044Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-05T04:11:55.044Z | Compiling proc-macro-error-attr v1.0.4 |
| 387 | 2026-08-05T04:11:55.152Z | Compiling syn v1.0.109 |
| 388 | 2026-08-05T04:11:55.152Z | Compiling camino v1.2.2 |
| 389 | 2026-08-05T04:11:55.179Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-05T04:11:55.180Z | Compiling pest v2.8.6 |
| 391 | 2026-08-05T04:11:55.335Z | Compiling getrandom v0.4.1 |
| 392 | 2026-08-05T04:11:55.359Z | Compiling plain v0.2.3 |
| 393 | 2026-08-05T04:11:55.404Z | Compiling equivalent v1.0.2 |
| 394 | 2026-08-05T04:11:55.404Z | Compiling utf8parse v0.2.2 |
| 395 | 2026-08-05T04:11:55.427Z | Compiling log v0.4.29 |
| 396 | 2026-08-05T04:11:55.455Z | Compiling hashbrown v0.17.0 |
| 397 | 2026-08-05T04:11:55.603Z | Compiling colorchoice v1.0.4 |
| 398 | 2026-08-05T04:11:55.623Z | Compiling anstyle-parse v1.0.0 |
| 399 | 2026-08-05T04:11:55.623Z | Compiling toml_write v0.1.2 |
| 400 | 2026-08-05T04:11:55.623Z | Compiling anstyle-query v1.1.5 |
| 401 | 2026-08-05T04:11:55.664Z | Compiling winnow v0.7.14 |
| 402 | 2026-08-05T04:11:55.679Z | Compiling is_terminal_polyfill v1.70.2 |
| 403 | 2026-08-05T04:11:55.679Z | Compiling pretty-hex v0.4.1 |
| 404 | 2026-08-05T04:11:55.713Z | Compiling errno v0.3.14 |
| 405 | 2026-08-05T04:11:55.794Z | Compiling thread-id v4.2.2 |
| 406 | 2026-08-05T04:11:55.819Z | Compiling thiserror v2.0.18 |
| 407 | 2026-08-05T04:11:55.842Z | Compiling anstyle v1.0.14 |
| 408 | 2026-08-05T04:11:55.893Z | Compiling cfg-if v1.0.4 |
| 409 | 2026-08-05T04:11:55.913Z | Compiling autocfg v1.5.0 |
| 410 | 2026-08-05T04:11:55.968Z | Compiling strsim v0.11.1 |
| 411 | 2026-08-05T04:11:56.002Z | Compiling once_cell v1.21.3 |
| 412 | 2026-08-05T04:11:56.003Z | Compiling heck v0.4.1 |
| 413 | 2026-08-05T04:11:56.068Z | Compiling anstream v1.0.0 |
| 414 | 2026-08-05T04:11:56.104Z | Compiling indexmap v2.14.0 |
| 415 | 2026-08-05T04:11:56.173Z | Compiling syn v2.0.117 |
| 416 | 2026-08-05T04:11:56.210Z | Compiling fastrand v2.3.0 |
| 417 | 2026-08-05T04:11:56.257Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-05T04:11:56.295Z | Compiling unicode-width v0.1.14 |
| 419 | 2026-08-05T04:11:56.358Z | Compiling fs-err v3.3.0 |
| 420 | 2026-08-05T04:11:56.376Z | Compiling pest_meta v2.8.6 |
| 421 | 2026-08-05T04:11:56.389Z | Compiling bytecount v0.6.9 |
| 422 | 2026-08-05T04:11:56.412Z | Compiling clap_lex v1.0.0 |
| 423 | 2026-08-05T04:11:56.438Z | Compiling heck v0.5.0 |
| 424 | 2026-08-05T04:11:56.517Z | Compiling anyhow v1.0.102 |
| 425 | 2026-08-05T04:11:56.548Z | Compiling papergrid v0.11.0 |
| 426 | 2026-08-05T04:11:56.590Z | Compiling memmap v0.7.0 |
| 427 | 2026-08-05T04:11:56.617Z | Compiling smawk v0.3.2 |
| 428 | 2026-08-05T04:11:56.660Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-08-05T04:11:56.686Z | Compiling unicode-linebreak v0.1.5 |
| 430 | 2026-08-05T04:11:56.701Z | Compiling swrite v0.1.0 |
| 431 | 2026-08-05T04:11:56.828Z | Compiling terminal_size v0.4.3 |
| 432 | 2026-08-05T04:11:56.828Z | Compiling tempfile v3.25.0 |
| 433 | 2026-08-05T04:11:56.941Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-08-05T04:11:56.941Z | Compiling textwrap v0.16.2 |
| 435 | 2026-08-05T04:11:57.215Z | Compiling semver v1.0.28 |
| 436 | 2026-08-05T04:11:57.221Z | Compiling cargo-platform v0.3.2 |
| 437 | 2026-08-05T04:11:57.480Z | Compiling camino-tempfile v1.4.1 |
| 438 | 2026-08-05T04:11:57.742Z | Compiling tabled_derive v0.7.0 |
| 439 | 2026-08-05T04:11:58.345Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-05T04:11:58.425Z | Compiling tabled v0.15.0 |
| 441 | 2026-08-05T04:11:58.852Z | Compiling serde_derive v1.0.228 |
| 442 | 2026-08-05T04:11:58.852Z | Compiling thiserror-impl v1.0.69 |
| 443 | 2026-08-05T04:11:58.862Z | Compiling zerocopy-derive v0.7.35 |
| 444 | 2026-08-05T04:11:58.862Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-05T04:11:58.862Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-05T04:11:58.862Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-05T04:11:58.959Z | Compiling pest_derive v2.8.6 |
| 448 | 2026-08-05T04:11:59.510Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-05T04:11:59.598Z | Compiling zerocopy v0.7.35 |
| 450 | 2026-08-05T04:11:59.751Z | Compiling goblin v0.8.2 |
| 451 | 2026-08-05T04:11:59.865Z | Compiling dtrace-parser v0.2.0 |
| 452 | 2026-08-05T04:12:00.172Z | Compiling clap v4.6.1 |
| 453 | 2026-08-05T04:12:01.277Z | Compiling dof v0.3.0 |
| 454 | 2026-08-05T04:12:01.277Z | Compiling serde_tokenstream v0.2.3 |
| 455 | 2026-08-05T04:12:01.310Z | Compiling serde_spanned v0.6.9 |
| 456 | 2026-08-05T04:12:01.315Z | Compiling toml_datetime v0.6.11 |
| 457 | 2026-08-05T04:12:01.315Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 458 | 2026-08-05T04:12:01.315Z | Compiling macaddr v1.0.1 |
| 459 | 2026-08-05T04:12:01.315Z | Compiling cargo_metadata v0.23.1 |
| 460 | 2026-08-05T04:12:01.542Z | Compiling toml_edit v0.22.27 |
| 461 | 2026-08-05T04:12:01.993Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-05T04:12:01.993Z | Compiling usdt-attr-macro v0.5.0 |
| 463 | 2026-08-05T04:12:02.600Z | Compiling usdt v0.5.0 |
| 464 | 2026-08-05T04:12:02.846Z | Compiling toml v0.8.23 |
| 465 | 2026-08-05T04:12:03.165Z | Compiling cargo_toml v0.21.0 |
| 466 | 2026-08-05T04:12:04.442Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 467 | 2026-08-05T04:12:06.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.56s |
| 468 | 2026-08-05T04:12:06.742Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 469 | 2026-08-05T04:12:07.259Z | Downloading crates ... |
| 470 | 2026-08-05T04:12:07.306Z | Downloaded async-stream-impl v0.3.6 |
| 471 | 2026-08-05T04:12:07.309Z | Downloaded atty v0.2.14 |
| 472 | 2026-08-05T04:12:07.316Z | Downloaded bit-set v0.8.0 |
| 473 | 2026-08-05T04:12:07.320Z | Downloaded arc-swap v1.8.2 |
| 474 | 2026-08-05T04:12:07.323Z | Downloaded ascii-canvas v3.0.0 |
| 475 | 2026-08-05T04:12:07.330Z | Downloaded bitfield-struct v0.6.2 |
| 476 | 2026-08-05T04:12:07.335Z | Downloaded castaway v0.2.4 |
| 477 | 2026-08-05T04:12:07.340Z | Downloaded compression-core v0.4.31 |
| 478 | 2026-08-05T04:12:07.340Z | Downloaded blowfish v0.10.0 |
| 479 | 2026-08-05T04:12:07.343Z | Downloaded buf-list v1.1.2 |
| 480 | 2026-08-05T04:12:07.343Z | Downloaded byte-wrapper v0.1.0 |
| 481 | 2026-08-05T04:12:07.348Z | Downloaded colored v3.1.1 |
| 482 | 2026-08-05T04:12:07.351Z | Downloaded env_filter v1.0.0 |
| 483 | 2026-08-05T04:12:07.356Z | Downloaded chacha20poly1305 v0.10.1 |
| 484 | 2026-08-05T04:12:07.359Z | Downloaded cc v1.2.56 |
| 485 | 2026-08-05T04:12:07.360Z | Downloaded adler2 v2.0.1 |
| 486 | 2026-08-05T04:12:07.360Z | Downloaded aead v0.6.1 |
| 487 | 2026-08-05T04:12:07.363Z | Downloaded futures-io v0.3.32 |
| 488 | 2026-08-05T04:12:07.364Z | Downloaded bindgen v0.71.1 |
| 489 | 2026-08-05T04:12:07.369Z | Downloaded bb8 v0.8.6 |
| 490 | 2026-08-05T04:12:07.383Z | Downloaded foreign-types v0.3.2 |
| 491 | 2026-08-05T04:12:07.383Z | Downloaded foreign-types-shared v0.1.1 |
| 492 | 2026-08-05T04:12:07.383Z | Downloaded futures-core v0.3.32 |
| 493 | 2026-08-05T04:12:07.383Z | Downloaded array-init v0.0.4 |
| 494 | 2026-08-05T04:12:07.393Z | Downloaded convert_case v0.4.0 |
| 495 | 2026-08-05T04:12:07.393Z | Downloaded fd-lock v4.0.4 |
| 496 | 2026-08-05T04:12:07.393Z | Downloaded fixedbitset v0.4.2 |
| 497 | 2026-08-05T04:12:07.393Z | Downloaded futures-task v0.3.32 |
| 498 | 2026-08-05T04:12:07.393Z | Downloaded fxhash v0.2.1 |
| 499 | 2026-08-05T04:12:07.393Z | Downloaded git-stub v1.0.0 |
| 500 | 2026-08-05T04:12:07.394Z | Downloaded globwalk v0.9.1 |
| 501 | 2026-08-05T04:12:07.394Z | Downloaded aead v0.5.2 |
| 502 | 2026-08-05T04:12:07.394Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 503 | 2026-08-05T04:12:07.401Z | Downloaded async-stream v0.3.6 |
| 504 | 2026-08-05T04:12:07.401Z | Downloaded flagset v0.4.7 |
| 505 | 2026-08-05T04:12:07.401Z | Downloaded float-cmp v0.10.0 |
| 506 | 2026-08-05T04:12:07.401Z | Downloaded float-ord v0.3.2 |
| 507 | 2026-08-05T04:12:07.401Z | Downloaded foreign-types v0.5.0 |
| 508 | 2026-08-05T04:12:07.401Z | Downloaded arrayvec v0.7.6 |
| 509 | 2026-08-05T04:12:07.401Z | Downloaded bcs v0.1.6 |
| 510 | 2026-08-05T04:12:07.401Z | Downloaded bit-vec v0.8.0 |
| 511 | 2026-08-05T04:12:07.406Z | Downloaded arrayref v0.3.9 |
| 512 | 2026-08-05T04:12:07.407Z | Downloaded base16ct v0.2.0 |
| 513 | 2026-08-05T04:12:07.407Z | Downloaded base16ct v1.0.0 |
| 514 | 2026-08-05T04:12:07.411Z | Downloaded cfg_aliases v0.2.1 |
| 515 | 2026-08-05T04:12:07.411Z | Downloaded argon2 v0.5.3 |
| 516 | 2026-08-05T04:12:07.411Z | Downloaded bitflags v1.3.2 |
| 517 | 2026-08-05T04:12:07.414Z | Downloaded foreign-types-macros v0.2.3 |
| 518 | 2026-08-05T04:12:07.414Z | Downloaded form_urlencoded v1.2.2 |
| 519 | 2026-08-05T04:12:07.414Z | Downloaded funty v2.0.0 |
| 520 | 2026-08-05T04:12:07.419Z | Downloaded futures-sink v0.3.32 |
| 521 | 2026-08-05T04:12:07.419Z | Downloaded gethostname v0.5.0 |
| 522 | 2026-08-05T04:12:07.420Z | Downloaded bit-set v0.5.3 |
| 523 | 2026-08-05T04:12:07.420Z | Downloaded block-buffer v0.12.1 |
| 524 | 2026-08-05T04:12:07.425Z | Downloaded foreign-types-shared v0.3.1 |
| 525 | 2026-08-05T04:12:07.425Z | Downloaded ghash v0.6.0 |
| 526 | 2026-08-05T04:12:07.425Z | Downloaded futures-macro v0.3.32 |
| 527 | 2026-08-05T04:12:07.425Z | Downloaded cfg_aliases v0.1.1 |
| 528 | 2026-08-05T04:12:07.425Z | Downloaded atomic-waker v1.1.2 |
| 529 | 2026-08-05T04:12:07.429Z | Downloaded atomicwrites v0.4.4 |
| 530 | 2026-08-05T04:12:07.429Z | Downloaded openssl-probe v0.2.1 |
| 531 | 2026-08-05T04:12:07.429Z | Downloaded globset v0.4.18 |
| 532 | 2026-08-05T04:12:07.429Z | Downloaded foldhash v0.2.0 |
| 533 | 2026-08-05T04:12:07.433Z | Downloaded fs-err v2.11.0 |
| 534 | 2026-08-05T04:12:07.433Z | Downloaded async-recursion v1.1.1 |
| 535 | 2026-08-05T04:12:07.433Z | Downloaded ciborium-io v0.2.2 |
| 536 | 2026-08-05T04:12:07.438Z | Downloaded ff v0.13.1 |
| 537 | 2026-08-05T04:12:07.438Z | Downloaded filetime v0.2.27 |
| 538 | 2026-08-05T04:12:07.441Z | Downloaded find-msvc-tools v0.1.9 |
| 539 | 2026-08-05T04:12:07.441Z | Downloaded fixedbitset v0.5.7 |
| 540 | 2026-08-05T04:12:07.442Z | Downloaded group v0.14.0 |
| 541 | 2026-08-05T04:12:07.442Z | Downloaded hex-literal v1.1.0 |
| 542 | 2026-08-05T04:12:07.442Z | Downloaded hostname v0.4.2 |
| 543 | 2026-08-05T04:12:07.442Z | Downloaded assert_matches v1.5.0 |
| 544 | 2026-08-05T04:12:07.442Z | Downloaded bitfield-macros v0.19.4 |
| 545 | 2026-08-05T04:12:07.445Z | Downloaded headers-core v0.3.0 |
| 546 | 2026-08-05T04:12:07.445Z | Downloaded block-padding v0.4.2 |
| 547 | 2026-08-05T04:12:07.449Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2026-08-05T04:12:07.449Z | Downloaded cobs v0.3.0 |
| 549 | 2026-08-05T04:12:07.452Z | Downloaded http-body v1.0.1 |
| 550 | 2026-08-05T04:12:07.452Z | Downloaded home v0.5.12 |
| 551 | 2026-08-05T04:12:07.452Z | Downloaded hash32 v0.2.1 |
| 552 | 2026-08-05T04:12:07.457Z | Downloaded hubpack v0.1.2 |
| 553 | 2026-08-05T04:12:07.457Z | Downloaded httpdate v1.0.3 |
| 554 | 2026-08-05T04:12:07.463Z | Downloaded hyper-tls v0.6.0 |
| 555 | 2026-08-05T04:12:07.463Z | Downloaded hostname v0.3.1 |
| 556 | 2026-08-05T04:12:07.467Z | Downloaded hex v0.4.3 |
| 557 | 2026-08-05T04:12:07.473Z | Downloaded anstyle-parse v0.2.7 |
| 558 | 2026-08-05T04:12:07.473Z | Downloaded async-trait v0.1.89 |
| 559 | 2026-08-05T04:12:07.473Z | Downloaded hubpack_derive v0.1.1 |
| 560 | 2026-08-05T04:12:07.480Z | Downloaded num-conv v0.2.0 |
| 561 | 2026-08-05T04:12:07.480Z | Downloaded oso-derive v0.27.3 |
| 562 | 2026-08-05T04:12:07.480Z | Downloaded hash32 v0.3.1 |
| 563 | 2026-08-05T04:12:07.480Z | Downloaded num_enum_derive v0.5.11 |
| 564 | 2026-08-05T04:12:07.480Z | Downloaded futures-executor v0.3.32 |
| 565 | 2026-08-05T04:12:07.480Z | Downloaded group v0.13.0 |
| 566 | 2026-08-05T04:12:07.487Z | Downloaded foldhash v0.1.5 |
| 567 | 2026-08-05T04:12:07.488Z | Downloaded fs_extra v1.3.0 |
| 568 | 2026-08-05T04:12:07.488Z | Downloaded git-stub-vcs v0.1.0 |
| 569 | 2026-08-05T04:12:07.493Z | Downloaded path-slash v0.1.5 |
| 570 | 2026-08-05T04:12:07.493Z | Downloaded phf_shared v0.13.1 |
| 571 | 2026-08-05T04:12:07.493Z | Downloaded hyper-staticfile v0.10.1 |
| 572 | 2026-08-05T04:12:07.493Z | Downloaded backon v1.6.0 |
| 573 | 2026-08-05T04:12:07.493Z | Downloaded futures-channel v0.3.32 |
| 574 | 2026-08-05T04:12:07.498Z | Downloaded base64ct v1.8.3 |
| 575 | 2026-08-05T04:12:07.498Z | Downloaded cexpr v0.6.0 |
| 576 | 2026-08-05T04:12:07.498Z | Downloaded cmov v0.5.4 |
| 577 | 2026-08-05T04:12:07.504Z | Downloaded constant_time_eq v0.4.2 |
| 578 | 2026-08-05T04:12:07.504Z | Downloaded fallible-iterator v0.2.0 |
| 579 | 2026-08-05T04:12:07.505Z | Downloaded glob v0.3.3 |
| 580 | 2026-08-05T04:12:07.505Z | Downloaded cmake v0.1.57 |
| 581 | 2026-08-05T04:12:07.505Z | Downloaded cbc v0.2.1 |
| 582 | 2026-08-05T04:12:07.522Z | Downloaded powerfmt v0.2.0 |
| 583 | 2026-08-05T04:12:07.522Z | Downloaded progenitor-macro v0.14.0 |
| 584 | 2026-08-05T04:12:07.522Z | Downloaded rand_pcg v0.10.2 |
| 585 | 2026-08-05T04:12:07.522Z | Downloaded ahash v0.8.12 |
| 586 | 2026-08-05T04:12:07.529Z | Downloaded anstream v0.6.21 |
| 587 | 2026-08-05T04:12:07.529Z | Downloaded chacha20 v0.9.1 |
| 588 | 2026-08-05T04:12:07.529Z | Downloaded quick-error v1.2.3 |
| 589 | 2026-08-05T04:12:07.529Z | Downloaded slog-bunyan v2.5.0 |
| 590 | 2026-08-05T04:12:07.529Z | Downloaded blake2 v0.10.6 |
| 591 | 2026-08-05T04:12:07.529Z | Downloaded polyval v0.7.1 |
| 592 | 2026-08-05T04:12:07.529Z | Downloaded humantime v2.3.0 |
| 593 | 2026-08-05T04:12:07.529Z | Downloaded phf v0.12.1 |
| 594 | 2026-08-05T04:12:07.529Z | Downloaded bitfield v0.19.4 |
| 595 | 2026-08-05T04:12:07.529Z | Downloaded bs58 v0.5.1 |
| 596 | 2026-08-05T04:12:07.529Z | Downloaded cassowary v0.3.0 |
| 597 | 2026-08-05T04:12:07.529Z | Downloaded num-rational v0.4.2 |
| 598 | 2026-08-05T04:12:07.529Z | Downloaded http-body-util v0.1.3 |
| 599 | 2026-08-05T04:12:07.529Z | Downloaded camino-tempfile-ext v0.3.3 |
| 600 | 2026-08-05T04:12:07.536Z | Downloaded compression-codecs v0.4.37 |
| 601 | 2026-08-05T04:12:07.536Z | Downloaded http-range v0.1.5 |
| 602 | 2026-08-05T04:12:07.540Z | Downloaded async-bb8-diesel v0.2.1 |
| 603 | 2026-08-05T04:12:07.540Z | Downloaded scheduled-thread-pool v0.2.7 |
| 604 | 2026-08-05T04:12:07.544Z | Downloaded cipher v0.5.2 |
| 605 | 2026-08-05T04:12:07.544Z | Downloaded sapling-renderdag v0.1.0 |
| 606 | 2026-08-05T04:12:07.548Z | Downloaded same-file v1.0.6 |
| 607 | 2026-08-05T04:12:07.548Z | Downloaded oxnet v0.1.6 |
| 608 | 2026-08-05T04:12:07.548Z | Downloaded pem v3.0.6 |
| 609 | 2026-08-05T04:12:07.553Z | Downloaded ff v0.14.0 |
| 610 | 2026-08-05T04:12:07.556Z | Downloaded getrandom v0.2.17 |
| 611 | 2026-08-05T04:12:07.556Z | Downloaded sigpipe v0.1.3 |
| 612 | 2026-08-05T04:12:07.556Z | Downloaded serde_bytes v0.11.19 |
| 613 | 2026-08-05T04:12:07.556Z | Downloaded allocator-api2 v0.2.21 |
| 614 | 2026-08-05T04:12:07.556Z | Downloaded backoff v0.4.0 |
| 615 | 2026-08-05T04:12:07.560Z | Downloaded const-oid v0.9.6 |
| 616 | 2026-08-05T04:12:07.560Z | Downloaded password-hash v0.5.0 |
| 617 | 2026-08-05T04:12:07.560Z | Downloaded pem-rfc7468 v0.7.0 |
| 618 | 2026-08-05T04:12:07.560Z | Downloaded futures v0.3.32 |
| 619 | 2026-08-05T04:12:07.563Z | Downloaded generic-array v1.4.3 |
| 620 | 2026-08-05T04:12:07.567Z | Downloaded getrandom v0.3.4 |
| 621 | 2026-08-05T04:12:07.567Z | Downloaded argon2 v0.6.0-rc.8 |
| 622 | 2026-08-05T04:12:07.567Z | Downloaded colored v2.2.0 |
| 623 | 2026-08-05T04:12:07.572Z | Downloaded bit-vec v0.6.3 |
| 624 | 2026-08-05T04:12:07.572Z | Downloaded shell-words v1.1.1 |
| 625 | 2026-08-05T04:12:07.572Z | Downloaded predicates-core v1.0.10 |
| 626 | 2026-08-05T04:12:07.572Z | Downloaded progenitor-extras v0.2.0 |
| 627 | 2026-08-05T04:12:07.572Z | Downloaded rand_core v0.9.5 |
| 628 | 2026-08-05T04:12:07.578Z | Downloaded tabled_derive v0.11.0 |
| 629 | 2026-08-05T04:12:07.578Z | Downloaded serde_plain v1.0.2 |
| 630 | 2026-08-05T04:12:07.578Z | Downloaded testing_table v0.3.0 |
| 631 | 2026-08-05T04:12:07.578Z | Downloaded thread-id v5.1.0 |
| 632 | 2026-08-05T04:12:07.579Z | Downloaded primefield v0.14.0 |
| 633 | 2026-08-05T04:12:07.579Z | Downloaded bzip2 v0.6.1 |
| 634 | 2026-08-05T04:12:07.579Z | Downloaded cipher v0.4.4 |
| 635 | 2026-08-05T04:12:07.584Z | Downloaded try-lock v0.2.5 |
| 636 | 2026-08-05T04:12:07.584Z | Downloaded usdt v0.6.0 |
| 637 | 2026-08-05T04:12:07.585Z | Downloaded sqlparser_derive v0.5.0 |
| 638 | 2026-08-05T04:12:07.585Z | Downloaded supports-color v3.0.2 |
| 639 | 2026-08-05T04:12:07.589Z | Downloaded tokio-macros v2.7.0 |
| 640 | 2026-08-05T04:12:07.589Z | Downloaded ciborium v0.2.2 |
| 641 | 2026-08-05T04:12:07.589Z | Downloaded universal-hash v0.5.1 |
| 642 | 2026-08-05T04:12:07.592Z | Downloaded unarray v0.1.4 |
| 643 | 2026-08-05T04:12:07.593Z | Downloaded utf-8 v0.7.6 |
| 644 | 2026-08-05T04:12:07.593Z | Downloaded blake2 v0.11.0-rc.6 |
| 645 | 2026-08-05T04:12:07.593Z | Downloaded console v0.15.11 |
| 646 | 2026-08-05T04:12:07.593Z | Downloaded rpassword v7.5.4 |
| 647 | 2026-08-05T04:12:07.598Z | Downloaded cancel-safe-futures v0.1.5 |
| 648 | 2026-08-05T04:12:07.598Z | Downloaded console v0.16.2 |
| 649 | 2026-08-05T04:12:07.598Z | Downloaded const_format_proc_macros v0.2.34 |
| 650 | 2026-08-05T04:12:07.601Z | Downloaded utf8_iter v1.0.4 |
| 651 | 2026-08-05T04:12:07.601Z | Downloaded want v0.3.1 |
| 652 | 2026-08-05T04:12:07.601Z | Downloaded primeorder v0.13.6 |
| 653 | 2026-08-05T04:12:07.601Z | Downloaded rand_core v0.10.0 |
| 654 | 2026-08-05T04:12:07.601Z | Downloaded yoke-derive v0.8.1 |
| 655 | 2026-08-05T04:12:07.601Z | Downloaded hmac v0.13.0 |
| 656 | 2026-08-05T04:12:07.601Z | Downloaded pkcs8 v0.11.0 |
| 657 | 2026-08-05T04:12:07.605Z | Downloaded poly1305 v0.9.0 |
| 658 | 2026-08-05T04:12:07.605Z | Downloaded zeroize_derive v1.5.0 |
| 659 | 2026-08-05T04:12:07.605Z | Downloaded half v1.8.3 |
| 660 | 2026-08-05T04:12:07.609Z | Downloaded hmac v0.12.1 |
| 661 | 2026-08-05T04:12:07.614Z | Downloaded highway v1.3.0 |
| 662 | 2026-08-05T04:12:07.615Z | Downloaded simd-adler32 v0.3.8 |
| 663 | 2026-08-05T04:12:07.615Z | Downloaded hybrid-array v0.4.13 |
| 664 | 2026-08-05T04:12:07.618Z | Downloaded hyper-rustls v0.27.7 |
| 665 | 2026-08-05T04:12:07.618Z | Downloaded pkcs1 v0.7.5 |
| 666 | 2026-08-05T04:12:07.618Z | Downloaded iana-time-zone v0.1.65 |
| 667 | 2026-08-05T04:12:07.618Z | Downloaded crucible-workspace-hack v0.1.0 |
| 668 | 2026-08-05T04:12:07.622Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 669 | 2026-08-05T04:12:07.622Z | Downloaded xshell-macros v0.2.7 |
| 670 | 2026-08-05T04:12:07.622Z | Downloaded chacha20 v0.10.0 |
| 671 | 2026-08-05T04:12:07.626Z | Downloaded rustls-native-certs v0.8.3 |
| 672 | 2026-08-05T04:12:07.626Z | Downloaded signal-hook-registry v1.4.8 |
| 673 | 2026-08-05T04:12:07.630Z | Downloaded clang-sys v1.8.1 |
| 674 | 2026-08-05T04:12:07.630Z | Downloaded httparse v1.10.1 |
| 675 | 2026-08-05T04:12:07.633Z | Downloaded icu_properties v2.1.2 |
| 676 | 2026-08-05T04:12:07.637Z | Downloaded fatfs v0.3.6 |
| 677 | 2026-08-05T04:12:07.637Z | Downloaded base64 v0.21.7 |
| 678 | 2026-08-05T04:12:07.641Z | Downloaded difflib v0.4.0 |
| 679 | 2026-08-05T04:12:07.641Z | Downloaded dirs-sys-next v0.1.2 |
| 680 | 2026-08-05T04:12:07.641Z | Downloaded document-features v0.2.12 |
| 681 | 2026-08-05T04:12:07.641Z | Downloaded tiny-keccak v2.0.2 |
| 682 | 2026-08-05T04:12:07.647Z | Downloaded darling_macro v0.13.4 |
| 683 | 2026-08-05T04:12:07.647Z | Downloaded dtrace-parser v0.3.0 |
| 684 | 2026-08-05T04:12:07.647Z | Downloaded embedded-io v0.4.0 |
| 685 | 2026-08-05T04:12:07.647Z | Downloaded indoc v1.0.9 |
| 686 | 2026-08-05T04:12:07.651Z | Downloaded slog-scope v4.4.1 |
| 687 | 2026-08-05T04:12:07.651Z | Downloaded ssh-cipher v0.3.0 |
| 688 | 2026-08-05T04:12:07.658Z | Downloaded sqlformat v0.3.5 |
| 689 | 2026-08-05T04:12:07.658Z | Downloaded ssh-encoding v0.3.0 |
| 690 | 2026-08-05T04:12:07.658Z | Downloaded strum_macros v0.27.2 |
| 691 | 2026-08-05T04:12:07.662Z | Downloaded tls_codec v0.4.2 |
| 692 | 2026-08-05T04:12:07.662Z | Downloaded bzip2 v0.4.4 |
| 693 | 2026-08-05T04:12:07.662Z | Downloaded vergen-lib v0.1.6 |
| 694 | 2026-08-05T04:12:07.662Z | Downloaded enum-as-inner v0.6.1 |
| 695 | 2026-08-05T04:12:07.665Z | Downloaded zerovec-derive v0.11.2 |
| 696 | 2026-08-05T04:12:07.665Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 697 | 2026-08-05T04:12:07.665Z | Downloaded is_ci v1.2.0 |
| 698 | 2026-08-05T04:12:07.670Z | Downloaded instability v0.3.11 |
| 699 | 2026-08-05T04:12:07.670Z | Downloaded linked-hash-map v0.5.6 |
| 700 | 2026-08-05T04:12:07.676Z | Downloaded vergen-lib v9.1.0 |
| 701 | 2026-08-05T04:12:07.676Z | Downloaded md5 v0.8.0 |
| 702 | 2026-08-05T04:12:07.679Z | Downloaded new_debug_unreachable v1.0.6 |
| 703 | 2026-08-05T04:12:07.686Z | Downloaded base64 v0.22.1 |
| 704 | 2026-08-05T04:12:07.691Z | Downloaded critical-section v1.2.0 |
| 705 | 2026-08-05T04:12:07.695Z | Downloaded half v2.7.1 |
| 706 | 2026-08-05T04:12:07.695Z | Downloaded papergrid v0.17.0 |
| 707 | 2026-08-05T04:12:07.700Z | Downloaded parking_lot_core v0.9.12 |
| 708 | 2026-08-05T04:12:07.700Z | Downloaded instant v0.1.13 |
| 709 | 2026-08-05T04:12:07.700Z | Downloaded openssl-macros v0.1.1 |
| 710 | 2026-08-05T04:12:07.700Z | Downloaded openssl-probe v0.1.6 |
| 711 | 2026-08-05T04:12:07.700Z | Downloaded flume v0.11.1 |
| 712 | 2026-08-05T04:12:07.705Z | Downloaded daft v0.1.7 |
| 713 | 2026-08-05T04:12:07.705Z | Downloaded diesel-dtrace v0.5.0 |
| 714 | 2026-08-05T04:12:07.705Z | Downloaded oxide-update-engine-types v0.1.2 |
| 715 | 2026-08-05T04:12:07.705Z | Downloaded daft-derive v0.1.7 |
| 716 | 2026-08-05T04:12:07.709Z | Downloaded snafu-derive v0.8.9 |
| 717 | 2026-08-05T04:12:07.709Z | Downloaded newline-converter v0.3.0 |
| 718 | 2026-08-05T04:12:07.709Z | Downloaded newtype-uuid-macros v0.1.0 |
| 719 | 2026-08-05T04:12:07.709Z | Downloaded olpc-cjson v0.1.4 |
| 720 | 2026-08-05T04:12:07.715Z | Downloaded slog-stdlog v4.1.1 |
| 721 | 2026-08-05T04:12:07.722Z | Downloaded rfc6979 v0.4.0 |
| 722 | 2026-08-05T04:12:07.722Z | Downloaded ctr v0.10.1 |
| 723 | 2026-08-05T04:12:07.727Z | Downloaded predicates-tree v1.0.13 |
| 724 | 2026-08-05T04:12:07.727Z | Downloaded rand_xorshift v0.4.0 |
| 725 | 2026-08-05T04:12:07.727Z | Downloaded parse-display v0.10.0 |
| 726 | 2026-08-05T04:12:07.727Z | Downloaded recursive v0.1.1 |
| 727 | 2026-08-05T04:12:07.727Z | Downloaded sha1 v0.11.0 |
| 728 | 2026-08-05T04:12:07.727Z | Downloaded radium v0.7.0 |
| 729 | 2026-08-05T04:12:07.727Z | Downloaded tui-tree-widget v0.23.1 |
| 730 | 2026-08-05T04:12:07.731Z | Downloaded rtoolbox v0.0.3 |
| 731 | 2026-08-05T04:12:07.731Z | Downloaded const-oid v0.10.2 |
| 732 | 2026-08-05T04:12:07.731Z | Downloaded sha2 v0.11.0 |
| 733 | 2026-08-05T04:12:07.736Z | Downloaded unicode-properties v0.1.4 |
| 734 | 2026-08-05T04:12:07.739Z | Downloaded bytes v1.11.1 |
| 735 | 2026-08-05T04:12:07.739Z | Downloaded term v1.2.1 |
| 736 | 2026-08-05T04:12:07.739Z | Downloaded der_derive v0.7.3 |
| 737 | 2026-08-05T04:12:07.743Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 738 | 2026-08-05T04:12:07.747Z | Downloaded secrecy v0.10.3 |
| 739 | 2026-08-05T04:12:07.747Z | Downloaded libloading v0.8.9 |
| 740 | 2026-08-05T04:12:07.766Z | Downloaded md-5 v0.10.6 |
| 741 | 2026-08-05T04:12:07.780Z | Downloaded tracing-attributes v0.1.31 |
| 742 | 2026-08-05T04:12:07.780Z | Downloaded signal-hook-tokio v0.3.1 |
| 743 | 2026-08-05T04:12:07.780Z | Downloaded schemars v0.8.22 |
| 744 | 2026-08-05T04:12:07.780Z | Downloaded icu_normalizer v2.1.1 |
| 745 | 2026-08-05T04:12:07.780Z | Downloaded multer v3.1.0 |
| 746 | 2026-08-05T04:12:07.780Z | Downloaded num-complex v0.4.6 |
| 747 | 2026-08-05T04:12:07.780Z | Downloaded const_format v0.2.35 |
| 748 | 2026-08-05T04:12:07.781Z | Downloaded crossbeam-utils v0.8.21 |
| 749 | 2026-08-05T04:12:07.781Z | Downloaded headers v0.4.1 |
| 750 | 2026-08-05T04:12:07.781Z | Downloaded sponge-cursor v0.1.0 |
| 751 | 2026-08-05T04:12:07.781Z | Downloaded icu_normalizer_data v2.1.1 |
| 752 | 2026-08-05T04:12:07.794Z | Downloaded sync-ptr v0.1.4 |
| 753 | 2026-08-05T04:12:07.794Z | Downloaded newtype-uuid v1.3.2 |
| 754 | 2026-08-05T04:12:07.794Z | Downloaded bumpalo v3.20.2 |
| 755 | 2026-08-05T04:12:07.794Z | Downloaded hickory-resolver v0.24.4 |
| 756 | 2026-08-05T04:12:07.812Z | Downloaded parking_lot_core v0.8.6 |
| 757 | 2026-08-05T04:12:07.812Z | Downloaded psl-types v2.0.11 |
| 758 | 2026-08-05T04:12:07.812Z | Downloaded peg-macros v0.8.5 |
| 759 | 2026-08-05T04:12:07.813Z | Downloaded tower-layer v0.3.3 |
| 760 | 2026-08-05T04:12:07.813Z | Downloaded unicode-xid v0.2.6 |
| 761 | 2026-08-05T04:12:07.813Z | Downloaded ecdsa v0.17.0 |
| 762 | 2026-08-05T04:12:07.813Z | Downloaded flate2 v1.1.9 |
| 763 | 2026-08-05T04:12:07.820Z | Downloaded port-file v0.1.0 |
| 764 | 2026-08-05T04:12:07.820Z | Downloaded trait-variant v0.1.2 |
| 765 | 2026-08-05T04:12:07.820Z | Downloaded usdt-attr-macro v0.6.0 |
| 766 | 2026-08-05T04:12:07.820Z | Downloaded wait-timeout v0.2.1 |
| 767 | 2026-08-05T04:12:07.820Z | Downloaded pin-project-internal v1.1.11 |
| 768 | 2026-08-05T04:12:07.838Z | Downloaded ar_archive_writer v0.5.1 |
| 769 | 2026-08-05T04:12:07.838Z | Downloaded psm v0.1.30 |
| 770 | 2026-08-05T04:12:07.838Z | Downloaded rustversion v1.0.22 |
| 771 | 2026-08-05T04:12:07.838Z | Downloaded serde-hex v0.1.0 |
| 772 | 2026-08-05T04:12:07.838Z | Downloaded tokio-rustls v0.26.4 |
| 773 | 2026-08-05T04:12:07.838Z | Downloaded tokio-stream v0.1.18 |
| 774 | 2026-08-05T04:12:07.838Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 775 | 2026-08-05T04:12:07.838Z | Downloaded serde_with_macros v1.5.2 |
| 776 | 2026-08-05T04:12:07.838Z | Downloaded slog-dtrace v0.3.0 |
| 777 | 2026-08-05T04:12:07.838Z | Downloaded smallvec v0.6.14 |
| 778 | 2026-08-05T04:12:07.838Z | Downloaded icu_collections v2.1.1 |
| 779 | 2026-08-05T04:12:07.844Z | Downloaded icu_locale_core v2.1.1 |
| 780 | 2026-08-05T04:12:07.845Z | Downloaded cpufeatures v0.3.0 |
| 781 | 2026-08-05T04:12:07.845Z | Downloaded litemap v0.8.1 |
| 782 | 2026-08-05T04:12:07.850Z | Downloaded debug-ignore v1.0.5 |
| 783 | 2026-08-05T04:12:07.850Z | Downloaded defmt v0.3.100 |
| 784 | 2026-08-05T04:12:07.850Z | Downloaded derive_builder_macro v0.20.2 |
| 785 | 2026-08-05T04:12:07.850Z | Downloaded dunce v1.0.5 |
| 786 | 2026-08-05T04:12:07.850Z | Downloaded inout v0.2.2 |
| 787 | 2026-08-05T04:12:07.850Z | Downloaded cpubits v0.1.1 |
| 788 | 2026-08-05T04:12:07.850Z | Downloaded dof v0.4.0 |
| 789 | 2026-08-05T04:12:07.854Z | Downloaded shlex v1.3.0 |
| 790 | 2026-08-05T04:12:07.854Z | Downloaded slab v0.4.12 |
| 791 | 2026-08-05T04:12:07.854Z | Downloaded illumos-nvpair v0.3.0 |
| 792 | 2026-08-05T04:12:07.854Z | Downloaded serde_yaml v0.9.34+deprecated |
| 793 | 2026-08-05T04:12:07.919Z | Downloaded litrs v1.0.0 |
| 794 | 2026-08-05T04:12:07.919Z | Downloaded tokio-native-tls v0.3.1 |
| 795 | 2026-08-05T04:12:07.919Z | Downloaded kstat-rs v0.2.4 |
| 796 | 2026-08-05T04:12:07.920Z | Downloaded lazy_static v1.5.0 |
| 797 | 2026-08-05T04:12:07.942Z | Downloaded strum_macros v0.24.3 |
| 798 | 2026-08-05T04:12:07.942Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 799 | 2026-08-05T04:12:07.942Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 800 | 2026-08-05T04:12:07.942Z | Downloaded phf v0.13.1 |
| 801 | 2026-08-05T04:12:07.942Z | Downloaded tokio-dtrace v0.1.1 |
| 802 | 2026-08-05T04:12:07.942Z | Downloaded derive_builder v0.20.2 |
| 803 | 2026-08-05T04:12:07.942Z | Downloaded match_cfg v0.1.0 |
| 804 | 2026-08-05T04:12:07.942Z | Downloaded snafu v0.8.9 |
| 805 | 2026-08-05T04:12:07.942Z | Downloaded spki v0.7.3 |
| 806 | 2026-08-05T04:12:07.942Z | Downloaded support-bundle-viewer v0.1.2 |
| 807 | 2026-08-05T04:12:07.942Z | Downloaded pin-project-lite v0.2.17 |
| 808 | 2026-08-05T04:12:07.942Z | Downloaded prettyplease v0.2.37 |
| 809 | 2026-08-05T04:12:07.942Z | Downloaded usdt-impl v0.6.0 |
| 810 | 2026-08-05T04:12:07.942Z | Downloaded vergen-gitcl v1.0.8 |
| 811 | 2026-08-05T04:12:07.942Z | Downloaded convert_case v0.10.0 |
| 812 | 2026-08-05T04:12:07.942Z | Downloaded inout v0.1.4 |
| 813 | 2026-08-05T04:12:07.942Z | Downloaded lru-cache v0.1.2 |
| 814 | 2026-08-05T04:12:07.943Z | Downloaded mime v0.3.17 |
| 815 | 2026-08-05T04:12:07.943Z | Downloaded aes-gcm v0.11.0 |
| 816 | 2026-08-05T04:12:07.943Z | Downloaded predicates v3.1.4 |
| 817 | 2026-08-05T04:12:07.943Z | Downloaded unicase v2.9.0 |
| 818 | 2026-08-05T04:12:07.943Z | Downloaded whoami v2.1.0 |
| 819 | 2026-08-05T04:12:07.943Z | Downloaded peg-runtime v0.8.5 |
| 820 | 2026-08-05T04:12:07.943Z | Downloaded phf_shared v0.12.1 |
| 821 | 2026-08-05T04:12:07.943Z | Downloaded crossbeam-deque v0.8.6 |
| 822 | 2026-08-05T04:12:07.943Z | Downloaded nodrop v0.1.14 |
| 823 | 2026-08-05T04:12:07.943Z | Downloaded num-iter v0.1.45 |
| 824 | 2026-08-05T04:12:07.943Z | Downloaded hashbrown v0.12.3 |
| 825 | 2026-08-05T04:12:07.943Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2026-08-05T04:12:07.943Z | Downloaded hashbrown v0.13.2 |
| 827 | 2026-08-05T04:12:07.943Z | Downloaded heapless v0.8.0 |
| 828 | 2026-08-05T04:12:07.943Z | Downloaded hickory-resolver v0.25.2 |
| 829 | 2026-08-05T04:12:07.943Z | Downloaded http v1.4.2 |
| 830 | 2026-08-05T04:12:07.943Z | Downloaded parse-size v1.1.0 |
| 831 | 2026-08-05T04:12:07.943Z | Downloaded compact_str v0.8.1 |
| 832 | 2026-08-05T04:12:07.943Z | Downloaded heapless v0.7.17 |
| 833 | 2026-08-05T04:12:07.943Z | Downloaded hickory-server v0.25.2 |
| 834 | 2026-08-05T04:12:07.943Z | Downloaded precomputed-hash v0.1.1 |
| 835 | 2026-08-05T04:12:07.943Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 836 | 2026-08-05T04:12:07.943Z | Downloaded rustls-webpki v0.103.13 |
| 837 | 2026-08-05T04:12:07.943Z | Downloaded schemars v0.9.0 |
| 838 | 2026-08-05T04:12:07.943Z | Downloaded rustc-hash v2.1.1 |
| 839 | 2026-08-05T04:12:07.943Z | Downloaded scroll_derive v0.13.1 |
| 840 | 2026-08-05T04:12:07.943Z | Downloaded zip v0.6.6 |
| 841 | 2026-08-05T04:12:07.943Z | Downloaded jobserver v0.1.34 |
| 842 | 2026-08-05T04:12:07.952Z | Downloaded libsw v3.5.0 |
| 843 | 2026-08-05T04:12:07.952Z | Downloaded serde_cbor v0.11.2 |
| 844 | 2026-08-05T04:12:07.952Z | Downloaded crunchy v0.2.4 |
| 845 | 2026-08-05T04:12:07.952Z | Downloaded module-lattice v0.2.3 |
| 846 | 2026-08-05T04:12:07.952Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 847 | 2026-08-05T04:12:07.952Z | Downloaded russh-util v0.52.0 |
| 848 | 2026-08-05T04:12:07.952Z | Downloaded secrecy v0.8.0 |
| 849 | 2026-08-05T04:12:07.952Z | Downloaded sha1 v0.10.6 |
| 850 | 2026-08-05T04:12:07.952Z | Downloaded async-compression v0.4.41 |
| 851 | 2026-08-05T04:12:07.952Z | Downloaded num_enum v0.7.6 |
| 852 | 2026-08-05T04:12:07.952Z | Downloaded owo-colors v4.3.0 |
| 853 | 2026-08-05T04:12:07.952Z | Downloaded ed25519 v3.0.0 |
| 854 | 2026-08-05T04:12:07.952Z | Downloaded oxide-update-engine-display v0.1.2 |
| 855 | 2026-08-05T04:12:07.952Z | Downloaded rcgen v0.12.1 |
| 856 | 2026-08-05T04:12:07.957Z | Downloaded displaydoc v0.2.5 |
| 857 | 2026-08-05T04:12:07.957Z | Downloaded progenitor-macro v0.13.0 |
| 858 | 2026-08-05T04:12:07.957Z | Downloaded russh-cryptovec v0.62.0 |
| 859 | 2026-08-05T04:12:07.961Z | Downloaded darling_core v0.23.0 |
| 860 | 2026-08-05T04:12:07.966Z | Downloaded spki v0.8.0 |
| 861 | 2026-08-05T04:12:07.966Z | Downloaded pkg-config v0.3.32 |
| 862 | 2026-08-05T04:12:07.974Z | Downloaded prefix-trie v0.7.0 |
| 863 | 2026-08-05T04:12:07.985Z | Downloaded stable_deref_trait v1.2.1 |
| 864 | 2026-08-05T04:12:07.985Z | Downloaded progenitor-client v0.13.0 |
| 865 | 2026-08-05T04:12:07.985Z | Downloaded tinyvec v1.10.0 |
| 866 | 2026-08-05T04:12:07.985Z | Downloaded topological-sort v0.2.2 |
| 867 | 2026-08-05T04:12:07.986Z | Downloaded deranged v0.5.8 |
| 868 | 2026-08-05T04:12:07.986Z | Downloaded wyz v0.5.1 |
| 869 | 2026-08-05T04:12:07.986Z | Downloaded linear-map v1.2.0 |
| 870 | 2026-08-05T04:12:07.986Z | Downloaded nu-ansi-term v0.50.3 |
| 871 | 2026-08-05T04:12:08.000Z | Downloaded waitgroup v0.1.2 |
| 872 | 2026-08-05T04:12:08.000Z | Downloaded enum_dispatch v0.3.13 |
| 873 | 2026-08-05T04:12:08.000Z | Downloaded subtle v2.6.1 |
| 874 | 2026-08-05T04:12:08.000Z | Downloaded termtree v0.5.1 |
| 875 | 2026-08-05T04:12:08.001Z | Downloaded zerofrom v0.1.6 |
| 876 | 2026-08-05T04:12:08.006Z | Downloaded universal-hash v0.6.1 |
| 877 | 2026-08-05T04:12:08.006Z | Downloaded unit-prefix v0.5.2 |
| 878 | 2026-08-05T04:12:08.007Z | Downloaded cstr-argument v0.1.2 |
| 879 | 2026-08-05T04:12:08.007Z | Downloaded defmt-parser v1.0.0 |
| 880 | 2026-08-05T04:12:08.017Z | Downloaded indoc v2.0.7 |
| 881 | 2026-08-05T04:12:08.017Z | Downloaded hyper-util v0.1.20 |
| 882 | 2026-08-05T04:12:08.017Z | Downloaded derive_more v2.1.1 |
| 883 | 2026-08-05T04:12:08.017Z | Downloaded ml-kem v0.3.2 |
| 884 | 2026-08-05T04:12:08.017Z | Downloaded resolv-conf v0.7.6 |
| 885 | 2026-08-05T04:12:08.017Z | Downloaded zerotrie v0.2.3 |
| 886 | 2026-08-05T04:12:08.017Z | Downloaded crc v3.4.0 |
| 887 | 2026-08-05T04:12:08.017Z | Downloaded crypto-common v0.2.2 |
| 888 | 2026-08-05T04:12:08.017Z | Downloaded indicatif v0.18.4 |
| 889 | 2026-08-05T04:12:08.034Z | Downloaded dsl_auto_type v0.2.0 |
| 890 | 2026-08-05T04:12:08.034Z | Downloaded jiff-static v0.2.34 |
| 891 | 2026-08-05T04:12:08.034Z | Downloaded dyn-clone v1.0.20 |
| 892 | 2026-08-05T04:12:08.034Z | Downloaded serde_derive_internals v0.29.1 |
| 893 | 2026-08-05T04:12:08.034Z | Downloaded darling v0.21.3 |
| 894 | 2026-08-05T04:12:08.034Z | Downloaded zerocopy-derive v0.8.40 |
| 895 | 2026-08-05T04:12:08.034Z | Downloaded rayon-core v1.13.0 |
| 896 | 2026-08-05T04:12:08.055Z | Downloaded digest-io v0.1.0 |
| 897 | 2026-08-05T04:12:08.056Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-08-05T04:12:08.058Z | Downloaded is-terminal v0.4.17 |
| 899 | 2026-08-05T04:12:08.058Z | Downloaded time-macros v0.2.27 |
| 900 | 2026-08-05T04:12:08.058Z | Downloaded rsa v0.9.10 |
| 901 | 2026-08-05T04:12:08.058Z | Downloaded memoffset v0.9.1 |
| 902 | 2026-08-05T04:12:08.058Z | Downloaded rand_seeder v0.4.0 |
| 903 | 2026-08-05T04:12:08.058Z | Downloaded tinystr v0.8.2 |
| 904 | 2026-08-05T04:12:08.072Z | Downloaded slog-async v2.8.0 |
| 905 | 2026-08-05T04:12:08.073Z | Downloaded darling_core v0.21.3 |
| 906 | 2026-08-05T04:12:08.073Z | Downloaded newtype_derive v0.1.6 |
| 907 | 2026-08-05T04:12:08.073Z | Downloaded p256 v0.14.0 |
| 908 | 2026-08-05T04:12:08.073Z | Downloaded password-hash v0.6.1 |
| 909 | 2026-08-05T04:12:08.073Z | Downloaded quinn-udp v0.5.14 |
| 910 | 2026-08-05T04:12:08.073Z | Downloaded stacker v0.1.23 |
| 911 | 2026-08-05T04:12:08.073Z | Downloaded libscf-sys v1.2.0 |
| 912 | 2026-08-05T04:12:08.094Z | Downloaded rand v0.10.1 |
| 913 | 2026-08-05T04:12:08.094Z | Downloaded pretty_assertions v1.4.1 |
| 914 | 2026-08-05T04:12:08.094Z | Downloaded scuffle v0.1.0 |
| 915 | 2026-08-05T04:12:08.094Z | Downloaded unsafe-libyaml v0.2.11 |
| 916 | 2026-08-05T04:12:08.094Z | Downloaded writeable v0.6.2 |
| 917 | 2026-08-05T04:12:08.094Z | Downloaded sync_wrapper v1.0.2 |
| 918 | 2026-08-05T04:12:08.094Z | Downloaded termios v0.3.3 |
| 919 | 2026-08-05T04:12:08.094Z | Downloaded progenitor-client v0.14.0 |
| 920 | 2026-08-05T04:12:08.094Z | Downloaded num v0.4.3 |
| 921 | 2026-08-05T04:12:08.094Z | Downloaded yoke v0.8.1 |
| 922 | 2026-08-05T04:12:08.111Z | Downloaded phf_shared v0.11.3 |
| 923 | 2026-08-05T04:12:08.111Z | Downloaded hashbrown v0.16.1 |
| 924 | 2026-08-05T04:12:08.111Z | Downloaded rustc_version v0.1.7 |
| 925 | 2026-08-05T04:12:08.111Z | Downloaded serde_spanned v1.1.1 |
| 926 | 2026-08-05T04:12:08.111Z | Downloaded semver v0.1.20 |
| 927 | 2026-08-05T04:12:08.111Z | Downloaded corncobs v0.1.4 |
| 928 | 2026-08-05T04:12:08.111Z | Downloaded unicode-segmentation v1.12.0 |
| 929 | 2026-08-05T04:12:08.111Z | Downloaded zopfli v0.8.3 |
| 930 | 2026-08-05T04:12:08.112Z | Downloaded ingot v0.2.1 |
| 931 | 2026-08-05T04:12:08.112Z | Downloaded serde_path_to_error v0.1.20 |
| 932 | 2026-08-05T04:12:08.112Z | Downloaded strum v0.26.3 |
| 933 | 2026-08-05T04:12:08.112Z | Downloaded tower-service v0.3.3 |
| 934 | 2026-08-05T04:12:08.112Z | Downloaded ed25519-dalek v3.0.0 |
| 935 | 2026-08-05T04:12:08.112Z | Downloaded samael v0.0.19 |
| 936 | 2026-08-05T04:12:08.112Z | Downloaded postcard v1.1.3 |
| 937 | 2026-08-05T04:12:08.112Z | Downloaded delegate v0.13.5 |
| 938 | 2026-08-05T04:12:08.112Z | Downloaded smallvec v1.15.1 |
| 939 | 2026-08-05T04:12:08.112Z | Downloaded digest v0.11.3 |
| 940 | 2026-08-05T04:12:08.112Z | Downloaded static_assertions v1.1.0 |
| 941 | 2026-08-05T04:12:08.112Z | Downloaded strum v0.27.2 |
| 942 | 2026-08-05T04:12:08.126Z | Downloaded serde_with v1.14.0 |
| 943 | 2026-08-05T04:12:08.126Z | Downloaded void v1.0.2 |
| 944 | 2026-08-05T04:12:08.126Z | Downloaded signal-hook-mio v0.2.5 |
| 945 | 2026-08-05T04:12:08.126Z | Downloaded erased-serde v0.3.31 |
| 946 | 2026-08-05T04:12:08.126Z | Downloaded slog-term v2.9.2 |
| 947 | 2026-08-05T04:12:08.126Z | Downloaded downcast-rs v2.0.2 |
| 948 | 2026-08-05T04:12:08.127Z | Downloaded usdt-macro v0.6.0 |
| 949 | 2026-08-05T04:12:08.135Z | Downloaded zerofrom-derive v0.1.6 |
| 950 | 2026-08-05T04:12:08.136Z | Downloaded internet-checksum v0.2.1 |
| 951 | 2026-08-05T04:12:08.136Z | Downloaded tar v0.4.46 |
| 952 | 2026-08-05T04:12:08.136Z | Downloaded test-strategy v0.4.5 |
| 953 | 2026-08-05T04:12:08.136Z | Downloaded aes v0.9.1 |
| 954 | 2026-08-05T04:12:08.171Z | Downloaded libsw-core v0.3.2 |
| 955 | 2026-08-05T04:12:08.171Z | Downloaded vergen v9.1.0 |
| 956 | 2026-08-05T04:12:08.171Z | Downloaded zerocopy v0.6.6 |
| 957 | 2026-08-05T04:12:08.172Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 958 | 2026-08-05T04:12:08.172Z | Downloaded rand_core v0.6.4 |
| 959 | 2026-08-05T04:12:08.172Z | Downloaded ident_case v1.0.1 |
| 960 | 2026-08-05T04:12:08.172Z | Downloaded cookie_store v0.22.1 |
| 961 | 2026-08-05T04:12:08.172Z | Downloaded scroll v0.13.0 |
| 962 | 2026-08-05T04:12:08.172Z | Downloaded strum_macros v0.26.4 |
| 963 | 2026-08-05T04:12:08.172Z | Downloaded rsa v0.10.0-rc.18 |
| 964 | 2026-08-05T04:12:08.172Z | Downloaded rustyline v14.0.0 |
| 965 | 2026-08-05T04:12:08.184Z | Downloaded lru v0.12.5 |
| 966 | 2026-08-05T04:12:08.184Z | Downloaded expectorate v1.2.0 |
| 967 | 2026-08-05T04:12:08.184Z | Downloaded reedline v0.40.0 |
| 968 | 2026-08-05T04:12:08.184Z | Downloaded darling_core v0.20.11 |
| 969 | 2026-08-05T04:12:08.184Z | Downloaded rand v0.9.2 |
| 970 | 2026-08-05T04:12:08.184Z | Downloaded serdect v0.4.3 |
| 971 | 2026-08-05T04:12:08.184Z | Downloaded ref-cast-impl v1.0.25 |
| 972 | 2026-08-05T04:12:08.195Z | Downloaded smf v0.2.3 |
| 973 | 2026-08-05T04:12:08.195Z | Downloaded packed_struct_codegen v0.10.1 |
| 974 | 2026-08-05T04:12:08.195Z | Downloaded serde_repr v0.1.20 |
| 975 | 2026-08-05T04:12:08.195Z | Downloaded ron v0.8.1 |
| 976 | 2026-08-05T04:12:08.195Z | Downloaded thiserror-no-std v2.0.2 |
| 977 | 2026-08-05T04:12:08.202Z | Downloaded num_enum v0.5.11 |
| 978 | 2026-08-05T04:12:08.202Z | Downloaded whoami v1.6.1 |
| 979 | 2026-08-05T04:12:08.202Z | Downloaded structmeta-derive v0.3.0 |
| 980 | 2026-08-05T04:12:08.202Z | Downloaded tokio-tungstenite v0.23.1 |
| 981 | 2026-08-05T04:12:08.214Z | Downloaded darling_macro v0.21.3 |
| 982 | 2026-08-05T04:12:08.214Z | Downloaded signature v2.2.0 |
| 983 | 2026-08-05T04:12:08.214Z | Downloaded zstd v0.13.3 |
| 984 | 2026-08-05T04:12:08.227Z | Downloaded structmeta v0.3.0 |
| 985 | 2026-08-05T04:12:08.227Z | Downloaded tinyvec_macros v0.1.1 |
| 986 | 2026-08-05T04:12:08.227Z | Downloaded defmt-macros v1.0.1 |
| 987 | 2026-08-05T04:12:08.227Z | Downloaded typify-macro v0.6.2 |
| 988 | 2026-08-05T04:12:08.227Z | Downloaded proc-macro-crate v1.3.1 |
| 989 | 2026-08-05T04:12:08.227Z | Downloaded similar v2.7.0 |
| 990 | 2026-08-05T04:12:08.227Z | Downloaded env_logger v0.11.9 |
| 991 | 2026-08-05T04:12:08.227Z | Downloaded hashbrown v0.15.5 |
| 992 | 2026-08-05T04:12:08.237Z | Downloaded ingot-types v0.2.0 |
| 993 | 2026-08-05T04:12:08.237Z | Downloaded crc8 v0.1.1 |
| 994 | 2026-08-05T04:12:08.237Z | Downloaded ed25519-dalek v2.2.0 |
| 995 | 2026-08-05T04:12:08.237Z | Downloaded toml v0.7.8 |
| 996 | 2026-08-05T04:12:08.237Z | Downloaded unicode-bidi v0.3.18 |
| 997 | 2026-08-05T04:12:08.237Z | Downloaded darling_core v0.13.4 |
| 998 | 2026-08-05T04:12:08.237Z | Downloaded paste v1.0.15 |
| 999 | 2026-08-05T04:12:08.238Z | Downloaded postgres-types v0.2.12 |
| 1000 | 2026-08-05T04:12:08.238Z | Downloaded salsa20 v0.11.0 |
| 1001 | 2026-08-05T04:12:08.238Z | Downloaded xattr v1.6.1 |
| 1002 | 2026-08-05T04:12:08.238Z | Downloaded dirs-next v2.0.0 |
| 1003 | 2026-08-05T04:12:08.245Z | Downloaded display-error-chain v0.2.2 |
| 1004 | 2026-08-05T04:12:08.245Z | Downloaded futures-util v0.3.32 |
| 1005 | 2026-08-05T04:12:08.252Z | Downloaded rustls-pemfile v2.2.0 |
| 1006 | 2026-08-05T04:12:08.253Z | Downloaded zip v4.6.1 |
| 1007 | 2026-08-05T04:12:08.253Z | Downloaded zerovec v0.11.5 |
| 1008 | 2026-08-05T04:12:08.253Z | Downloaded jiff-core v0.1.0 |
| 1009 | 2026-08-05T04:12:08.253Z | Downloaded crypto-bigint v0.5.5 |
| 1010 | 2026-08-05T04:12:08.271Z | Downloaded mio v1.2.0 |
| 1011 | 2026-08-05T04:12:08.271Z | Downloaded dropshot_endpoint v0.17.1 |
| 1012 | 2026-08-05T04:12:08.271Z | Downloaded managed v0.8.0 |
| 1013 | 2026-08-05T04:12:08.271Z | Downloaded pem-rfc7468 v1.0.0 |
| 1014 | 2026-08-05T04:12:08.271Z | Downloaded r2d2 v0.8.10 |
| 1015 | 2026-08-05T04:12:08.271Z | Downloaded native-tls v0.2.18 |
| 1016 | 2026-08-05T04:12:08.271Z | Downloaded maybe-uninit v2.0.0 |
| 1017 | 2026-08-05T04:12:08.271Z | Downloaded multimap v0.10.1 |
| 1018 | 2026-08-05T04:12:08.271Z | Downloaded keccak v0.1.6 |
| 1019 | 2026-08-05T04:12:08.271Z | Downloaded typed-path v0.9.3 |
| 1020 | 2026-08-05T04:12:08.281Z | Downloaded percent-encoding v2.3.2 |
| 1021 | 2026-08-05T04:12:08.281Z | Downloaded spin v0.9.8 |
| 1022 | 2026-08-05T04:12:08.281Z | Downloaded num-integer v0.1.46 |
| 1023 | 2026-08-05T04:12:08.281Z | Downloaded icu_provider v2.1.1 |
| 1024 | 2026-08-05T04:12:08.281Z | Downloaded rand_chacha v0.9.0 |
| 1025 | 2026-08-05T04:12:08.281Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1026 | 2026-08-05T04:12:08.282Z | Downloaded postgres-protocol v0.6.10 |
| 1027 | 2026-08-05T04:12:08.282Z | Downloaded ref-cast v1.0.25 |
| 1028 | 2026-08-05T04:12:08.282Z | Downloaded poly1305 v0.8.0 |
| 1029 | 2026-08-05T04:12:08.308Z | Downloaded string_cache v0.8.9 |
| 1030 | 2026-08-05T04:12:08.308Z | Downloaded schemars_derive v0.8.22 |
| 1031 | 2026-08-05T04:12:08.308Z | Downloaded slog-json v2.6.1 |
| 1032 | 2026-08-05T04:12:08.308Z | Downloaded hkdf v0.12.4 |
| 1033 | 2026-08-05T04:12:08.308Z | Downloaded hyper v1.10.1 |
| 1034 | 2026-08-05T04:12:08.308Z | Downloaded tap v1.0.1 |
| 1035 | 2026-08-05T04:12:08.308Z | Downloaded tokio-tungstenite v0.21.0 |
| 1036 | 2026-08-05T04:12:08.308Z | Downloaded omicron-zone-package v0.12.3 |
| 1037 | 2026-08-05T04:12:08.308Z | Downloaded pin-project v1.1.11 |
| 1038 | 2026-08-05T04:12:08.308Z | Downloaded yansi v1.0.1 |
| 1039 | 2026-08-05T04:12:08.309Z | Downloaded embedded-io v0.6.1 |
| 1040 | 2026-08-05T04:12:08.309Z | Downloaded crossbeam-epoch v0.9.18 |
| 1041 | 2026-08-05T04:12:08.309Z | Downloaded slog-envlogger v2.2.0 |
| 1042 | 2026-08-05T04:12:08.324Z | Downloaded h2 v0.4.15 |
| 1043 | 2026-08-05T04:12:08.324Z | Downloaded lock_api v0.4.14 |
| 1044 | 2026-08-05T04:12:08.324Z | Downloaded progenitor v0.14.0 |
| 1045 | 2026-08-05T04:12:08.324Z | Downloaded tungstenite v0.23.0 |
| 1046 | 2026-08-05T04:12:08.324Z | Downloaded progenitor-impl v0.13.0 |
| 1047 | 2026-08-05T04:12:08.335Z | Downloaded untrusted v0.7.1 |
| 1048 | 2026-08-05T04:12:08.335Z | Downloaded zone v0.3.1 |
| 1049 | 2026-08-05T04:12:08.335Z | Downloaded zone_cfg_derive v0.3.1 |
| 1050 | 2026-08-05T04:12:08.335Z | Downloaded darling_macro v0.20.11 |
| 1051 | 2026-08-05T04:12:08.335Z | Downloaded endian-type v0.1.2 |
| 1052 | 2026-08-05T04:12:08.335Z | Downloaded csv-core v0.1.13 |
| 1053 | 2026-08-05T04:12:08.335Z | Downloaded socket2 v0.6.3 |
| 1054 | 2026-08-05T04:12:08.335Z | Downloaded idna_adapter v1.2.1 |
| 1055 | 2026-08-05T04:12:08.335Z | Downloaded num-bigint-dig v0.8.6 |
| 1056 | 2026-08-05T04:12:08.344Z | Downloaded num_enum_derive v0.7.6 |
| 1057 | 2026-08-05T04:12:08.344Z | Downloaded idna v1.1.0 |
| 1058 | 2026-08-05T04:12:08.344Z | Downloaded ppv-lite86 v0.2.21 |
| 1059 | 2026-08-05T04:12:08.344Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1060 | 2026-08-05T04:12:08.344Z | Downloaded pkcs8 v0.10.2 |
| 1061 | 2026-08-05T04:12:08.350Z | Downloaded num-bigint v0.4.6 |
| 1062 | 2026-08-05T04:12:08.350Z | Downloaded rustls-pki-types v1.14.0 |
| 1063 | 2026-08-05T04:12:08.356Z | Downloaded maplit v1.0.2 |
| 1064 | 2026-08-05T04:12:08.357Z | Downloaded normalize-line-endings v0.3.0 |
| 1065 | 2026-08-05T04:12:08.357Z | Downloaded rusty-fork v0.3.1 |
| 1066 | 2026-08-05T04:12:08.357Z | Downloaded term v0.7.0 |
| 1067 | 2026-08-05T04:12:08.357Z | Downloaded regex v1.12.3 |
| 1068 | 2026-08-05T04:12:08.361Z | Downloaded scrypt v0.12.0 |
| 1069 | 2026-08-05T04:12:08.361Z | Downloaded hkdf v0.13.0 |
| 1070 | 2026-08-05T04:12:08.361Z | Downloaded icu_properties_data v2.1.2 |
| 1071 | 2026-08-05T04:12:08.365Z | Downloaded crc-any v2.5.0 |
| 1072 | 2026-08-05T04:12:08.369Z | Downloaded elliptic-curve v0.14.1 |
| 1073 | 2026-08-05T04:12:08.369Z | Downloaded serde_urlencoded v0.7.1 |
| 1074 | 2026-08-05T04:12:08.369Z | Downloaded stringprep v0.1.5 |
| 1075 | 2026-08-05T04:12:08.369Z | Downloaded vergen-git2 v9.1.0 |
| 1076 | 2026-08-05T04:12:08.376Z | Downloaded vsss-rs v3.3.4 |
| 1077 | 2026-08-05T04:12:08.376Z | Downloaded crc-catalog v2.4.0 |
| 1078 | 2026-08-05T04:12:08.376Z | Downloaded tagptr v0.2.0 |
| 1079 | 2026-08-05T04:12:08.376Z | Downloaded tabwriter v1.4.1 |
| 1080 | 2026-08-05T04:12:08.376Z | Downloaded potential_utf v0.1.4 |
| 1081 | 2026-08-05T04:12:08.380Z | Downloaded seq-macro v0.3.6 |
| 1082 | 2026-08-05T04:12:08.380Z | Downloaded diesel_derives v2.3.7 |
| 1083 | 2026-08-05T04:12:08.384Z | Downloaded synstructure v0.13.2 |
| 1084 | 2026-08-05T04:12:08.384Z | Downloaded tls_codec_derive v0.4.2 |
| 1085 | 2026-08-05T04:12:08.400Z | Downloaded openssl-sys v0.9.117 |
| 1086 | 2026-08-05T04:12:08.400Z | Downloaded winnow v0.6.26 |
| 1087 | 2026-08-05T04:12:08.400Z | Downloaded siphasher v1.0.2 |
| 1088 | 2026-08-05T04:12:08.407Z | Downloaded defmt v1.0.1 |
| 1089 | 2026-08-05T04:12:08.407Z | Downloaded darling v0.23.0 |
| 1090 | 2026-08-05T04:12:08.408Z | Downloaded ingot-macros v0.2.0 |
| 1091 | 2026-08-05T04:12:08.408Z | Downloaded time-core v0.1.8 |
| 1092 | 2026-08-05T04:12:08.408Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1093 | 2026-08-05T04:12:08.408Z | Downloaded untrusted v0.9.0 |
| 1094 | 2026-08-05T04:12:08.414Z | Downloaded tower-http v0.6.8 |
| 1095 | 2026-08-05T04:12:08.414Z | Downloaded dropshot-api-manager v0.7.2 |
| 1096 | 2026-08-05T04:12:08.421Z | Downloaded derive-ex v0.1.8 |
| 1097 | 2026-08-05T04:12:08.421Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1098 | 2026-08-05T04:12:08.426Z | Downloaded packed_struct v0.10.1 |
| 1099 | 2026-08-05T04:12:08.426Z | Downloaded progenitor v0.13.0 |
| 1100 | 2026-08-05T04:12:08.426Z | Downloaded sec1 v0.8.1 |
| 1101 | 2026-08-05T04:12:08.426Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1102 | 2026-08-05T04:12:08.426Z | Downloaded take_mut v0.2.2 |
| 1103 | 2026-08-05T04:12:08.431Z | Downloaded lalrpop-util v0.19.12 |
| 1104 | 2026-08-05T04:12:08.431Z | Downloaded unicode-truncate v1.1.0 |
| 1105 | 2026-08-05T04:12:08.431Z | Downloaded parking_lot v0.12.5 |
| 1106 | 2026-08-05T04:12:08.437Z | Downloaded aho-corasick v1.1.4 |
| 1107 | 2026-08-05T04:12:08.443Z | Downloaded derive-where v1.6.0 |
| 1108 | 2026-08-05T04:12:08.443Z | Downloaded itertools v0.10.5 |
| 1109 | 2026-08-05T04:12:08.447Z | Downloaded kem v0.3.0 |
| 1110 | 2026-08-05T04:12:08.450Z | Downloaded strsim v0.10.0 |
| 1111 | 2026-08-05T04:12:08.450Z | Downloaded data-encoding v2.10.0 |
| 1112 | 2026-08-05T04:12:08.450Z | Downloaded walkdir v2.5.0 |
| 1113 | 2026-08-05T04:12:08.450Z | Downloaded darling v0.20.11 |
| 1114 | 2026-08-05T04:12:08.457Z | Downloaded num_threads v0.1.7 |
| 1115 | 2026-08-05T04:12:08.457Z | Downloaded uuid v1.23.4 |
| 1116 | 2026-08-05T04:12:08.461Z | Downloaded keccak v0.2.0 |
| 1117 | 2026-08-05T04:12:08.461Z | Downloaded nanorand v0.7.0 |
| 1118 | 2026-08-05T04:12:08.465Z | Downloaded peg v0.8.5 |
| 1119 | 2026-08-05T04:12:08.471Z | Downloaded ctutils v0.4.2 |
| 1120 | 2026-08-05T04:12:08.471Z | Downloaded twox-hash v2.1.2 |
| 1121 | 2026-08-05T04:12:08.471Z | Downloaded nonempty v0.12.0 |
| 1122 | 2026-08-05T04:12:08.471Z | Downloaded derive_builder_core v0.20.2 |
| 1123 | 2026-08-05T04:12:08.476Z | Downloaded ignore v0.4.25 |
| 1124 | 2026-08-05T04:12:08.476Z | Downloaded blake3 v1.8.5 |
| 1125 | 2026-08-05T04:12:08.486Z | Downloaded rfc6979 v0.6.0 |
| 1126 | 2026-08-05T04:12:08.486Z | Downloaded itertools v0.14.0 |
| 1127 | 2026-08-05T04:12:08.492Z | Downloaded itertools v0.15.0 |
| 1128 | 2026-08-05T04:12:08.492Z | Downloaded derive_more-impl v2.1.1 |
| 1129 | 2026-08-05T04:12:08.492Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1130 | 2026-08-05T04:12:08.492Z | Downloaded libm v0.2.16 |
| 1131 | 2026-08-05T04:12:08.496Z | Downloaded diff v0.1.13 |
| 1132 | 2026-08-05T04:12:08.502Z | Downloaded p384 v0.14.0 |
| 1133 | 2026-08-05T04:12:08.502Z | Downloaded zstd-safe v7.2.4 |
| 1134 | 2026-08-05T04:12:08.502Z | Downloaded rustc_version v0.4.1 |
| 1135 | 2026-08-05T04:12:08.502Z | Downloaded darling_macro v0.23.0 |
| 1136 | 2026-08-05T04:12:08.505Z | Downloaded num-derive v0.4.2 |
| 1137 | 2026-08-05T04:12:08.506Z | Downloaded progenitor-impl v0.14.0 |
| 1138 | 2026-08-05T04:12:08.506Z | Downloaded indent_write v2.2.0 |
| 1139 | 2026-08-05T04:12:08.506Z | Downloaded primeorder v0.14.0 |
| 1140 | 2026-08-05T04:12:08.506Z | Downloaded sec1 v0.7.3 |
| 1141 | 2026-08-05T04:12:08.506Z | Downloaded tokio-test v0.4.5 |
| 1142 | 2026-08-05T04:12:08.510Z | Downloaded proc-macro-crate v3.4.0 |
| 1143 | 2026-08-05T04:12:08.510Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1144 | 2026-08-05T04:12:08.516Z | Downloaded num-traits v0.2.19 |
| 1145 | 2026-08-05T04:12:08.517Z | Downloaded des v0.9.0 |
| 1146 | 2026-08-05T04:12:08.521Z | Downloaded crossbeam-channel v0.5.15 |
| 1147 | 2026-08-05T04:12:08.521Z | Downloaded memmap2 v0.9.10 |
| 1148 | 2026-08-05T04:12:08.521Z | Downloaded ecdsa v0.16.9 |
| 1149 | 2026-08-05T04:12:08.529Z | Downloaded nibble_vec v0.1.0 |
| 1150 | 2026-08-05T04:12:08.529Z | Downloaded ed25519 v2.2.3 |
| 1151 | 2026-08-05T04:12:08.529Z | Downloaded ipnetwork v0.21.1 |
| 1152 | 2026-08-05T04:12:08.529Z | Downloaded proc-macro-error2 v2.0.1 |
| 1153 | 2026-08-05T04:12:08.534Z | Downloaded ipnet v2.11.0 |
| 1154 | 2026-08-05T04:12:08.534Z | Downloaded serde-big-array v0.5.1 |
| 1155 | 2026-08-05T04:12:08.534Z | Downloaded signature v3.0.0 |
| 1156 | 2026-08-05T04:12:08.534Z | Downloaded wnaf v0.14.0 |
| 1157 | 2026-08-05T04:12:08.534Z | Downloaded drift v0.2.0 |
| 1158 | 2026-08-05T04:12:08.543Z | Downloaded signal-hook v0.3.18 |
| 1159 | 2026-08-05T04:12:08.543Z | Downloaded yasna v0.5.2 |
| 1160 | 2026-08-05T04:12:08.547Z | Downloaded vte v0.14.1 |
| 1161 | 2026-08-05T04:12:08.547Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1162 | 2026-08-05T04:12:08.547Z | Downloaded scopeguard v1.2.0 |
| 1163 | 2026-08-05T04:12:08.547Z | Downloaded lru-slab v0.1.2 |
| 1164 | 2026-08-05T04:12:08.551Z | Downloaded rand_chacha v0.3.1 |
| 1165 | 2026-08-05T04:12:08.551Z | Downloaded crypto-primes v0.7.2 |
| 1166 | 2026-08-05T04:12:08.555Z | Downloaded darling v0.13.4 |
| 1167 | 2026-08-05T04:12:08.555Z | Downloaded quick-xml v0.37.5 |
| 1168 | 2026-08-05T04:12:08.561Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1169 | 2026-08-05T04:12:08.577Z | Downloaded proptest v1.11.0 |
| 1170 | 2026-08-05T04:12:08.577Z | Downloaded uzers v0.12.2 |
| 1171 | 2026-08-05T04:12:08.577Z | Downloaded parse-display-derive v0.10.0 |
| 1172 | 2026-08-05T04:12:08.586Z | Downloaded oxide-update-engine v0.1.2 |
| 1173 | 2026-08-05T04:12:08.586Z | Downloaded serde_with_macros v3.21.0 |
| 1174 | 2026-08-05T04:12:08.586Z | Downloaded lzss v0.8.2 |
| 1175 | 2026-08-05T04:12:08.586Z | Downloaded x509-cert v0.2.5 |
| 1176 | 2026-08-05T04:12:08.591Z | Downloaded ena v0.14.4 |
| 1177 | 2026-08-05T04:12:08.596Z | Downloaded tungstenite v0.21.0 |
| 1178 | 2026-08-05T04:12:08.614Z | Downloaded subprocess v0.2.15 |
| 1179 | 2026-08-05T04:12:08.614Z | Downloaded git2 v0.20.4 |
| 1180 | 2026-08-05T04:12:08.614Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1181 | 2026-08-05T04:12:08.614Z | Downloaded either v1.15.0 |
| 1182 | 2026-08-05T04:12:08.615Z | Downloaded pbkdf2 v0.13.0 |
| 1183 | 2026-08-05T04:12:08.615Z | Downloaded nom v7.1.3 |
| 1184 | 2026-08-05T04:12:08.623Z | Downloaded elliptic-curve v0.13.8 |
| 1185 | 2026-08-05T04:12:08.623Z | Downloaded crc32fast v1.5.0 |
| 1186 | 2026-08-05T04:12:08.623Z | Downloaded winnow v1.0.3 |
| 1187 | 2026-08-05T04:12:08.623Z | Downloaded goblin v0.10.5 |
| 1188 | 2026-08-05T04:12:08.635Z | Downloaded zeroize v1.9.0 |
| 1189 | 2026-08-05T04:12:08.635Z | Downloaded libefi-sys v0.1.0 |
| 1190 | 2026-08-05T04:12:08.635Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1191 | 2026-08-05T04:12:08.635Z | Downloaded oso v0.27.3 |
| 1192 | 2026-08-05T04:12:08.636Z | Downloaded aws-lc-rs v1.16.3 |
| 1193 | 2026-08-05T04:12:08.642Z | Downloaded cookie v0.18.1 |
| 1194 | 2026-08-05T04:12:08.642Z | Downloaded indexmap v1.9.3 |
| 1195 | 2026-08-05T04:12:08.642Z | Downloaded thread_local v1.1.9 |
| 1196 | 2026-08-05T04:12:08.642Z | Downloaded bitvec v1.0.1 |
| 1197 | 2026-08-05T04:12:08.646Z | Downloaded mime_guess v2.0.5 |
| 1198 | 2026-08-05T04:12:08.646Z | Downloaded miniz_oxide v0.8.9 |
| 1199 | 2026-08-05T04:12:08.650Z | Downloaded schemars v1.2.1 |
| 1200 | 2026-08-05T04:12:08.654Z | Downloaded xshell v0.2.7 |
| 1201 | 2026-08-05T04:12:08.658Z | Downloaded salty v0.3.0 |
| 1202 | 2026-08-05T04:12:08.664Z | Downloaded publicsuffix v2.3.0 |
| 1203 | 2026-08-05T04:12:08.664Z | Downloaded pkcs5 v0.8.1 |
| 1204 | 2026-08-05T04:12:08.664Z | Downloaded ryu v1.0.23 |
| 1205 | 2026-08-05T04:12:08.685Z | Downloaded tower v0.5.3 |
| 1206 | 2026-08-05T04:12:08.685Z | Downloaded p384 v0.13.1 |
| 1207 | 2026-08-05T04:12:08.685Z | Downloaded rand v0.8.6 |
| 1208 | 2026-08-05T04:12:08.685Z | Downloaded minimal-lexical v0.2.1 |
| 1209 | 2026-08-05T04:12:08.685Z | Downloaded phc v0.6.1 |
| 1210 | 2026-08-05T04:12:08.685Z | Downloaded tracing-core v0.1.36 |
| 1211 | 2026-08-05T04:12:08.685Z | Downloaded socket2 v0.5.10 |
| 1212 | 2026-08-05T04:12:08.694Z | Downloaded der v0.7.10 |
| 1213 | 2026-08-05T04:12:08.694Z | Downloaded derive_more v0.99.20 |
| 1214 | 2026-08-05T04:12:08.694Z | Downloaded itertools v0.12.1 |
| 1215 | 2026-08-05T04:12:08.694Z | Downloaded itertools v0.13.0 |
| 1216 | 2026-08-05T04:12:08.705Z | Downloaded tabled v0.20.0 |
| 1217 | 2026-08-05T04:12:08.711Z | Downloaded portable-atomic v1.13.1 |
| 1218 | 2026-08-05T04:12:08.711Z | Downloaded crossterm v0.28.1 |
| 1219 | 2026-08-05T04:12:08.711Z | Downloaded chrono v0.4.45 |
| 1220 | 2026-08-05T04:12:08.715Z | Downloaded quinn v0.11.11 |
| 1221 | 2026-08-05T04:12:08.716Z | Downloaded tokio-postgres v0.7.16 |
| 1222 | 2026-08-05T04:12:08.729Z | Downloaded toml_edit v0.19.15 |
| 1223 | 2026-08-05T04:12:08.739Z | Downloaded nom v8.0.0 |
| 1224 | 2026-08-05T04:12:08.742Z | Downloaded typify v0.6.2 |
| 1225 | 2026-08-05T04:12:08.746Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-08-05T04:12:08.762Z | Downloaded iri-string v0.7.10 |
| 1227 | 2026-08-05T04:12:08.768Z | Downloaded tough v0.22.0 |
| 1228 | 2026-08-05T04:12:08.774Z | Downloaded qorb v0.4.1 |
| 1229 | 2026-08-05T04:12:08.778Z | Downloaded steno v0.4.1 |
| 1230 | 2026-08-05T04:12:08.778Z | Downloaded url v2.5.8 |
| 1231 | 2026-08-05T04:12:08.778Z | Downloaded tokio-util v0.7.18 |
| 1232 | 2026-08-05T04:12:08.782Z | Downloaded slog v2.8.2 |
| 1233 | 2026-08-05T04:12:08.785Z | Downloaded der v0.8.0 |
| 1234 | 2026-08-05T04:12:08.791Z | Downloaded reqwest v0.12.28 |
| 1235 | 2026-08-05T04:12:08.796Z | Downloaded time v0.3.47 |
| 1236 | 2026-08-05T04:12:08.804Z | Downloaded iddqd v0.4.2 |
| 1237 | 2026-08-05T04:12:08.811Z | Downloaded russh v0.62.4 |
| 1238 | 2026-08-05T04:12:08.817Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1239 | 2026-08-05T04:12:08.832Z | Downloaded p521 v0.14.0 |
| 1240 | 2026-08-05T04:12:08.843Z | Downloaded libxml v0.3.3 |
| 1241 | 2026-08-05T04:12:08.861Z | Downloaded regex-syntax v0.6.29 |
| 1242 | 2026-08-05T04:12:08.872Z | Downloaded petname v2.0.2 |
| 1243 | 2026-08-05T04:12:08.876Z | Downloaded zerocopy v0.8.40 |
| 1244 | 2026-08-05T04:12:08.880Z | Downloaded quinn-proto v0.11.16 |
| 1245 | 2026-08-05T04:12:08.885Z | Downloaded reqwest v0.13.2 |
| 1246 | 2026-08-05T04:12:08.888Z | Downloaded crossterm v0.29.0 |
| 1247 | 2026-08-05T04:12:08.891Z | Downloaded vcpkg v0.2.15 |
| 1248 | 2026-08-05T04:12:08.915Z | Downloaded rawzip v0.4.4 |
| 1249 | 2026-08-05T04:12:08.920Z | Downloaded bstr v1.12.1 |
| 1250 | 2026-08-05T04:12:08.925Z | Downloaded winnow v0.5.40 |
| 1251 | 2026-08-05T04:12:08.929Z | Downloaded smoltcp v0.11.0 |
| 1252 | 2026-08-05T04:12:08.934Z | Downloaded moka v0.12.13 |
| 1253 | 2026-08-05T04:12:08.937Z | Downloaded rayon v1.11.0 |
| 1254 | 2026-08-05T04:12:08.942Z | Downloaded unicode-normalization v0.1.25 |
| 1255 | 2026-08-05T04:12:08.947Z | Downloaded sha3 v0.12.0 |
| 1256 | 2026-08-05T04:12:08.947Z | Downloaded object v0.37.3 |
| 1257 | 2026-08-05T04:12:08.951Z | Downloaded lalrpop v0.19.12 |
| 1258 | 2026-08-05T04:12:08.958Z | Downloaded zlib-rs v0.6.2 |
| 1259 | 2026-08-05T04:12:08.969Z | Downloaded hickory-proto v0.24.4 |
| 1260 | 2026-08-05T04:12:08.978Z | Downloaded openapiv3 v2.2.0 |
| 1261 | 2026-08-05T04:12:08.986Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-08-05T04:12:08.998Z | Downloaded object v0.30.4 |
| 1263 | 2026-08-05T04:12:09.020Z | Downloaded nix v0.27.1 |
| 1264 | 2026-08-05T04:12:09.042Z | Downloaded serde_with v3.21.0 |
| 1265 | 2026-08-05T04:12:09.050Z | Downloaded rustls v0.23.41 |
| 1266 | 2026-08-05T04:12:09.051Z | Downloaded smoltcp v0.9.1 |
| 1267 | 2026-08-05T04:12:09.051Z | Downloaded hickory-proto v0.25.2 |
| 1268 | 2026-08-05T04:12:09.072Z | Downloaded openssl v0.10.80 |
| 1269 | 2026-08-05T04:12:09.080Z | Downloaded radix_trie v0.2.1 |
| 1270 | 2026-08-05T04:12:09.085Z | Downloaded regex-syntax v0.8.10 |
| 1271 | 2026-08-05T04:12:09.085Z | Downloaded sqlparser v0.61.0 |
| 1272 | 2026-08-05T04:12:09.099Z | Downloaded crypto-bigint v0.7.5 |
| 1273 | 2026-08-05T04:12:09.108Z | Downloaded nix v0.28.0 |
| 1274 | 2026-08-05T04:12:09.118Z | Downloaded polar-core v0.27.3 |
| 1275 | 2026-08-05T04:12:09.143Z | Downloaded tracing v0.1.44 |
| 1276 | 2026-08-05T04:12:09.162Z | Downloaded sled v0.34.7 |
| 1277 | 2026-08-05T04:12:09.166Z | Downloaded regress v0.10.5 |
| 1278 | 2026-08-05T04:12:09.171Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-08-05T04:12:09.183Z | Downloaded typify-impl v0.6.2 |
| 1280 | 2026-08-05T04:12:09.200Z | Downloaded zerocopy-derive v0.6.6 |
| 1281 | 2026-08-05T04:12:09.207Z | Downloaded rustix v0.38.44 |
| 1282 | 2026-08-05T04:12:09.216Z | Downloaded nix v0.31.2 |
| 1283 | 2026-08-05T04:12:09.244Z | Downloaded regress v0.11.1 |
| 1284 | 2026-08-05T04:12:09.244Z | Downloaded ratatui v0.29.0 |
| 1285 | 2026-08-05T04:12:09.253Z | Downloaded curve25519-dalek v5.0.0 |
| 1286 | 2026-08-05T04:12:09.253Z | Downloaded dropshot v0.17.1 |
| 1287 | 2026-08-05T04:12:09.260Z | Downloaded sha3 v0.10.8 |
| 1288 | 2026-08-05T04:12:09.265Z | Downloaded regex-automata v0.4.14 |
| 1289 | 2026-08-05T04:12:09.304Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1290 | 2026-08-05T04:12:09.308Z | Downloaded sha3 v0.11.0 |
| 1291 | 2026-08-05T04:12:09.322Z | Downloaded jiff v0.2.34 |
| 1292 | 2026-08-05T04:12:09.350Z | Downloaded ring v0.17.14 |
| 1293 | 2026-08-05T04:12:09.374Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-08-05T04:12:09.385Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-08-05T04:12:09.417Z | Downloaded chrono-tz v0.10.4 |
| 1296 | 2026-08-05T04:12:09.429Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1297 | 2026-08-05T04:12:09.451Z | Downloaded petgraph v0.8.3 |
| 1298 | 2026-08-05T04:12:09.470Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-08-05T04:12:09.495Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-08-05T04:12:09.504Z | Downloaded csv v1.4.0 |
| 1301 | 2026-08-05T04:12:09.531Z | Downloaded encoding_rs v0.8.35 |
| 1302 | 2026-08-05T04:12:10.084Z | Downloaded aws-lc-sys v0.40.0 |
| 1303 | 2026-08-05T04:12:10.347Z | Compiling libc v0.2.185 |
| 1304 | 2026-08-05T04:12:10.347Z | Compiling serde_core v1.0.228 |
| 1305 | 2026-08-05T04:12:10.351Z | Compiling serde v1.0.228 |
| 1306 | 2026-08-05T04:12:10.352Z | Compiling log v0.4.29 |
| 1307 | 2026-08-05T04:12:10.352Z | Compiling smallvec v1.15.1 |
| 1308 | 2026-08-05T04:12:10.352Z | Compiling find-msvc-tools v0.1.9 |
| 1309 | 2026-08-05T04:12:10.352Z | Compiling shlex v1.3.0 |
| 1310 | 2026-08-05T04:12:10.352Z | Compiling subtle v2.6.1 |
| 1311 | 2026-08-05T04:12:10.352Z | Compiling scopeguard v1.2.0 |
| 1312 | 2026-08-05T04:12:10.352Z | Compiling stable_deref_trait v1.2.1 |
| 1313 | 2026-08-05T04:12:10.352Z | Compiling typenum v1.20.1 |
| 1314 | 2026-08-05T04:12:10.352Z | Compiling zerocopy v0.8.40 |
| 1315 | 2026-08-05T04:12:10.476Z | Compiling portable-atomic v1.13.1 |
| 1316 | 2026-08-05T04:12:10.540Z | Compiling serde_json v1.0.151 |
| 1317 | 2026-08-05T04:12:10.549Z | Compiling syn v2.0.117 |
| 1318 | 2026-08-05T04:12:10.563Z | Compiling critical-section v1.2.0 |
| 1319 | 2026-08-05T04:12:10.659Z | Compiling libm v0.2.16 |
| 1320 | 2026-08-05T04:12:10.685Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-08-05T04:12:10.692Z | Compiling pkg-config v0.3.32 |
| 1322 | 2026-08-05T04:12:10.712Z | Compiling lock_api v0.4.14 |
| 1323 | 2026-08-05T04:12:10.727Z | Compiling generic-array v0.14.7 |
| 1324 | 2026-08-05T04:12:10.745Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-08-05T04:12:10.762Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-08-05T04:12:10.793Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-08-05T04:12:10.807Z | Compiling const-oid v0.9.6 |
| 1328 | 2026-08-05T04:12:10.928Z | Compiling rand_core v0.10.0 |
| 1329 | 2026-08-05T04:12:10.973Z | Compiling futures-core v0.3.32 |
| 1330 | 2026-08-05T04:12:11.045Z | Compiling litemap v0.8.1 |
| 1331 | 2026-08-05T04:12:11.091Z | Compiling percent-encoding v2.3.2 |
| 1332 | 2026-08-05T04:12:11.123Z | Compiling writeable v0.6.2 |
| 1333 | 2026-08-05T04:12:11.123Z | Compiling icu_normalizer_data v2.1.1 |
| 1334 | 2026-08-05T04:12:11.156Z | Compiling icu_properties_data v2.1.2 |
| 1335 | 2026-08-05T04:12:11.156Z | Compiling getrandom v0.3.4 |
| 1336 | 2026-08-05T04:12:11.186Z | Compiling futures-sink v0.3.32 |
| 1337 | 2026-08-05T04:12:11.234Z | Compiling rustix v1.1.3 |
| 1338 | 2026-08-05T04:12:11.266Z | Compiling futures-task v0.3.32 |
| 1339 | 2026-08-05T04:12:11.272Z | Compiling futures-io v0.3.32 |
| 1340 | 2026-08-05T04:12:11.300Z | Compiling futures-channel v0.3.32 |
| 1341 | 2026-08-05T04:12:11.316Z | Compiling slab v0.4.12 |
| 1342 | 2026-08-05T04:12:11.336Z | Compiling utf8_iter v1.0.4 |
| 1343 | 2026-08-05T04:12:11.428Z | Compiling errno v0.3.14 |
| 1344 | 2026-08-05T04:12:11.443Z | Compiling jobserver v0.1.34 |
| 1345 | 2026-08-05T04:12:11.461Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-08-05T04:12:11.531Z | Compiling mio v1.2.0 |
| 1347 | 2026-08-05T04:12:11.540Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-08-05T04:12:11.560Z | Compiling signal-hook-registry v1.4.8 |
| 1349 | 2026-08-05T04:12:11.572Z | Compiling form_urlencoded v1.2.2 |
| 1350 | 2026-08-05T04:12:11.602Z | Compiling rustversion v1.0.22 |
| 1351 | 2026-08-05T04:12:11.614Z | Compiling rand_core v0.6.4 |
| 1352 | 2026-08-05T04:12:11.710Z | Compiling cc v1.2.56 |
| 1353 | 2026-08-05T04:12:11.724Z | Compiling parking_lot v0.12.5 |
| 1354 | 2026-08-05T04:12:11.758Z | Compiling once_cell v1.21.3 |
| 1355 | 2026-08-05T04:12:11.825Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-08-05T04:12:11.843Z | Compiling iana-time-zone v0.1.65 |
| 1357 | 2026-08-05T04:12:11.858Z | Compiling flagset v0.4.7 |
| 1358 | 2026-08-05T04:12:11.858Z | Compiling dunce v1.0.5 |
| 1359 | 2026-08-05T04:12:11.888Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-08-05T04:12:11.975Z | Compiling regex-syntax v0.8.10 |
| 1361 | 2026-08-05T04:12:12.003Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-08-05T04:12:12.018Z | Compiling base64 v0.22.1 |
| 1363 | 2026-08-05T04:12:12.022Z | Compiling vcpkg v0.2.15 |
| 1364 | 2026-08-05T04:12:12.030Z | Compiling syn v1.0.109 |
| 1365 | 2026-08-05T04:12:12.076Z | Compiling pem-rfc7468 v0.7.0 |
| 1366 | 2026-08-05T04:12:12.076Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-08-05T04:12:12.121Z | Compiling tracing-core v0.1.36 |
| 1368 | 2026-08-05T04:12:12.143Z | Compiling cpufeatures v0.2.17 |
| 1369 | 2026-08-05T04:12:12.165Z | Compiling aws-lc-rs v1.16.3 |
| 1370 | 2026-08-05T04:12:12.238Z | Compiling dyn-clone v1.0.20 |
| 1371 | 2026-08-05T04:12:12.298Z | Compiling schemars v0.8.22 |
| 1372 | 2026-08-05T04:12:12.317Z | Compiling spin v0.9.8 |
| 1373 | 2026-08-05T04:12:12.388Z | Compiling openssl-probe v0.2.1 |
| 1374 | 2026-08-05T04:12:12.424Z | Compiling crc32fast v1.5.0 |
| 1375 | 2026-08-05T04:12:12.436Z | Compiling cmov v0.5.4 |
| 1376 | 2026-08-05T04:12:12.455Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2026-08-05T04:12:12.527Z | Compiling cmake v0.1.57 |
| 1378 | 2026-08-05T04:12:12.540Z | Compiling httparse v1.10.1 |
| 1379 | 2026-08-05T04:12:12.571Z | Compiling tinyvec v1.10.0 |
| 1380 | 2026-08-05T04:12:12.585Z | Compiling aho-corasick v1.1.4 |
| 1381 | 2026-08-05T04:12:12.599Z | Compiling tower-layer v0.3.3 |
| 1382 | 2026-08-05T04:12:12.599Z | Compiling tower-service v0.3.3 |
| 1383 | 2026-08-05T04:12:12.665Z | Compiling ctutils v0.4.2 |
| 1384 | 2026-08-05T04:12:12.747Z | Compiling try-lock v0.2.5 |
| 1385 | 2026-08-05T04:12:12.752Z | Compiling radium v0.7.0 |
| 1386 | 2026-08-05T04:12:12.775Z | Compiling untrusted v0.7.1 |
| 1387 | 2026-08-05T04:12:12.790Z | Compiling atomic-waker v1.1.2 |
| 1388 | 2026-08-05T04:12:12.819Z | Compiling bitflags v2.11.0 |
| 1389 | 2026-08-05T04:12:12.879Z | Compiling semver v1.0.28 |
| 1390 | 2026-08-05T04:12:12.917Z | Compiling indexmap v2.14.0 |
| 1391 | 2026-08-05T04:12:12.932Z | Compiling uuid v1.23.4 |
| 1392 | 2026-08-05T04:12:12.949Z | Compiling want v0.3.1 |
| 1393 | 2026-08-05T04:12:13.012Z | Compiling maybe-uninit v2.0.0 |
| 1394 | 2026-08-05T04:12:13.066Z | Compiling foreign-types-shared v0.1.1 |
| 1395 | 2026-08-05T04:12:13.081Z | Compiling simd-adler32 v0.3.8 |
| 1396 | 2026-08-05T04:12:13.140Z | Compiling rustc_version v0.4.1 |
| 1397 | 2026-08-05T04:12:13.173Z | Compiling httpdate v1.0.3 |
| 1398 | 2026-08-05T04:12:13.194Z | Compiling untrusted v0.9.0 |
| 1399 | 2026-08-05T04:12:13.233Z | Compiling rustls v0.23.41 |
| 1400 | 2026-08-05T04:12:13.297Z | Compiling tap v1.0.1 |
| 1401 | 2026-08-05T04:12:13.332Z | Compiling openssl v0.10.80 |
| 1402 | 2026-08-05T04:12:13.361Z | Compiling foreign-types v0.3.2 |
| 1403 | 2026-08-05T04:12:13.392Z | Compiling aws-lc-sys v0.40.0 |
| 1404 | 2026-08-05T04:12:13.420Z | Compiling openssl-sys v0.9.117 |
| 1405 | 2026-08-05T04:12:13.436Z | Compiling wyz v0.5.1 |
| 1406 | 2026-08-05T04:12:13.443Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1407 | 2026-08-05T04:12:13.450Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1408 | 2026-08-05T04:12:13.499Z | Compiling unicode-normalization v0.1.25 |
| 1409 | 2026-08-05T04:12:13.586Z | Compiling regex-automata v0.4.14 |
| 1410 | 2026-08-05T04:12:13.624Z | Compiling synstructure v0.13.2 |
| 1411 | 2026-08-05T04:12:13.643Z | Compiling serde_derive_internals v0.29.1 |
| 1412 | 2026-08-05T04:12:13.670Z | Compiling pest_generator v2.8.6 |
| 1413 | 2026-08-05T04:12:13.683Z | Compiling darling_core v0.20.11 |
| 1414 | 2026-08-05T04:12:13.787Z | Compiling num-integer v0.1.46 |
| 1415 | 2026-08-05T04:12:13.892Z | Compiling wait-timeout v0.2.1 |
| 1416 | 2026-08-05T04:12:14.005Z | Compiling tempfile v3.25.0 |
| 1417 | 2026-08-05T04:12:14.053Z | Compiling terminal_size v0.4.3 |
| 1418 | 2026-08-05T04:12:14.145Z | Compiling ahash v0.8.12 |
| 1419 | 2026-08-05T04:12:14.178Z | Compiling packed_struct v0.10.1 |
| 1420 | 2026-08-05T04:12:14.214Z | Compiling time-core v0.1.8 |
| 1421 | 2026-08-05T04:12:14.259Z | Compiling num-bigint-dig v0.8.6 |
| 1422 | 2026-08-05T04:12:14.272Z | Compiling num-conv v0.2.0 |
| 1423 | 2026-08-05T04:12:14.375Z | Compiling bit-vec v0.8.0 |
| 1424 | 2026-08-05T04:12:14.390Z | Compiling adler2 v2.0.1 |
| 1425 | 2026-08-05T04:12:14.411Z | Compiling quick-error v1.2.3 |
| 1426 | 2026-08-05T04:12:14.422Z | Compiling funty v2.0.0 |
| 1427 | 2026-08-05T04:12:14.438Z | Compiling powerfmt v0.2.0 |
| 1428 | 2026-08-05T04:12:14.454Z | Compiling native-tls v0.2.18 |
| 1429 | 2026-08-05T04:12:14.513Z | Compiling rusty-fork v0.3.1 |
| 1430 | 2026-08-05T04:12:14.524Z | Compiling miniz_oxide v0.8.9 |
| 1431 | 2026-08-05T04:12:14.537Z | Compiling time-macros v0.2.27 |
| 1432 | 2026-08-05T04:12:14.554Z | Compiling clap_builder v4.6.0 |
| 1433 | 2026-08-05T04:12:14.595Z | Compiling bit-set v0.8.0 |
| 1434 | 2026-08-05T04:12:14.610Z | Compiling deranged v0.5.8 |
| 1435 | 2026-08-05T04:12:14.643Z | Compiling num-iter v0.1.45 |
| 1436 | 2026-08-05T04:12:14.775Z | Compiling bitvec v1.0.1 |
| 1437 | 2026-08-05T04:12:14.792Z | Compiling lazy_static v1.5.0 |
| 1438 | 2026-08-05T04:12:14.805Z | Compiling rand_xorshift v0.4.0 |
| 1439 | 2026-08-05T04:12:14.851Z | Compiling anstyle-parse v0.2.7 |
| 1440 | 2026-08-05T04:12:14.893Z | Compiling sync_wrapper v1.0.2 |
| 1441 | 2026-08-05T04:12:14.982Z | Compiling indexmap v1.9.3 |
| 1442 | 2026-08-05T04:12:15.014Z | Compiling unicode-segmentation v1.12.0 |
| 1443 | 2026-08-05T04:12:15.041Z | Compiling crc-catalog v2.4.0 |
| 1444 | 2026-08-05T04:12:15.058Z | Compiling usdt-impl v0.6.0 |
| 1445 | 2026-08-05T04:12:15.145Z | Compiling paste v1.0.15 |
| 1446 | 2026-08-05T04:12:15.163Z | Compiling siphasher v1.0.2 |
| 1447 | 2026-08-05T04:12:15.192Z | Compiling num_threads v0.1.7 |
| 1448 | 2026-08-05T04:12:15.280Z | Compiling crossbeam-utils v0.8.21 |
| 1449 | 2026-08-05T04:12:15.308Z | Compiling nodrop v0.1.14 |
| 1450 | 2026-08-05T04:12:15.377Z | Compiling zlib-rs v0.6.2 |
| 1451 | 2026-08-05T04:12:15.413Z | Compiling unarray v0.1.4 |
| 1452 | 2026-08-05T04:12:15.431Z | Compiling array-init v0.0.4 |
| 1453 | 2026-08-05T04:12:15.445Z | Compiling serde_derive v1.0.228 |
| 1454 | 2026-08-05T04:12:15.448Z | Compiling zeroize_derive v1.5.0 |
| 1455 | 2026-08-05T04:12:15.539Z | Compiling zerocopy-derive v0.8.40 |
| 1456 | 2026-08-05T04:12:15.590Z | Compiling zerofrom-derive v0.1.6 |
| 1457 | 2026-08-05T04:12:15.644Z | Compiling yoke-derive v0.8.1 |
| 1458 | 2026-08-05T04:12:15.659Z | Compiling zerovec-derive v0.11.2 |
| 1459 | 2026-08-05T04:12:15.671Z | Compiling displaydoc v0.2.5 |
| 1460 | 2026-08-05T04:12:15.782Z | Compiling tokio-macros v2.7.0 |
| 1461 | 2026-08-05T04:12:16.105Z | Compiling futures-macro v0.3.32 |
| 1462 | 2026-08-05T04:12:16.192Z | Compiling zeroize v1.9.0 |
| 1463 | 2026-08-05T04:12:16.298Z | Compiling thiserror-impl v2.0.18 |
| 1464 | 2026-08-05T04:12:16.476Z | Compiling der_derive v0.7.3 |
| 1465 | 2026-08-05T04:12:16.535Z | Compiling tracing-attributes v0.1.31 |
| 1466 | 2026-08-05T04:12:16.564Z | Compiling rustls-pki-types v1.14.0 |
| 1467 | 2026-08-05T04:12:16.851Z | Compiling schemars_derive v0.8.22 |
| 1468 | 2026-08-05T04:12:16.873Z | Compiling hybrid-array v0.4.13 |
| 1469 | 2026-08-05T04:12:16.960Z | Compiling crypto-common v0.1.7 |
| 1470 | 2026-08-05T04:12:17.015Z | Compiling block-buffer v0.10.4 |
| 1471 | 2026-08-05T04:12:17.037Z | Compiling futures-util v0.3.32 |
| 1472 | 2026-08-05T04:12:17.067Z | Compiling zerofrom v0.1.6 |
| 1473 | 2026-08-05T04:12:17.138Z | Compiling pest_derive v2.8.6 |
| 1474 | 2026-08-05T04:12:17.210Z | Compiling yoke v0.8.1 |
| 1475 | 2026-08-05T04:12:17.224Z | Compiling digest v0.10.7 |
| 1476 | 2026-08-05T04:12:17.419Z | Compiling zerovec v0.11.5 |
| 1477 | 2026-08-05T04:12:17.472Z | Compiling zerotrie v0.2.3 |
| 1478 | 2026-08-05T04:12:17.500Z | Compiling der v0.7.10 |
| 1479 | 2026-08-05T04:12:17.638Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-08-05T04:12:17.690Z | Compiling thiserror v2.0.18 |
| 1481 | 2026-08-05T04:12:17.708Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-08-05T04:12:17.735Z | Compiling signature v2.2.0 |
| 1483 | 2026-08-05T04:12:17.810Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-08-05T04:12:17.837Z | Compiling openssl-macros v0.1.1 |
| 1485 | 2026-08-05T04:12:17.881Z | Compiling thiserror-impl v1.0.69 |
| 1486 | 2026-08-05T04:12:17.917Z | Compiling tinystr v0.8.2 |
| 1487 | 2026-08-05T04:12:17.940Z | Compiling potential_utf v0.1.4 |
| 1488 | 2026-08-05T04:12:17.983Z | Compiling tracing v0.1.44 |
| 1489 | 2026-08-05T04:12:18.125Z | Compiling icu_locale_core v2.1.1 |
| 1490 | 2026-08-05T04:12:18.147Z | Compiling icu_collections v2.1.1 |
| 1491 | 2026-08-05T04:12:18.186Z | Compiling hmac v0.12.1 |
| 1492 | 2026-08-05T04:12:18.288Z | Compiling packed_struct_codegen v0.10.1 |
| 1493 | 2026-08-05T04:12:18.349Z | Compiling darling v0.20.11 |
| 1494 | 2026-08-05T04:12:18.373Z | Compiling spki v0.7.3 |
| 1495 | 2026-08-05T04:12:18.443Z | Compiling zerocopy-derive v0.6.6 |
| 1496 | 2026-08-05T04:12:18.574Z | Compiling pkcs8 v0.10.2 |
| 1497 | 2026-08-05T04:12:18.599Z | Compiling scroll v0.13.0 |
| 1498 | 2026-08-05T04:12:18.656Z | Compiling clap_derive v4.6.1 |
| 1499 | 2026-08-05T04:12:18.709Z | Compiling bitfield-macros v0.19.4 |
| 1500 | 2026-08-05T04:12:18.789Z | Compiling pkcs1 v0.7.5 |
| 1501 | 2026-08-05T04:12:18.840Z | Compiling icu_provider v2.1.1 |
| 1502 | 2026-08-05T04:12:18.884Z | Compiling goblin v0.10.5 |
| 1503 | 2026-08-05T04:12:18.977Z | Compiling bytes v1.11.1 |
| 1504 | 2026-08-05T04:12:19.008Z | Compiling chrono v0.4.45 |
| 1505 | 2026-08-05T04:12:19.037Z | Compiling ipnet v2.11.0 |
| 1506 | 2026-08-05T04:12:19.160Z | Compiling icu_normalizer v2.1.1 |
| 1507 | 2026-08-05T04:12:19.184Z | Compiling icu_properties v2.1.2 |
| 1508 | 2026-08-05T04:12:19.223Z | Compiling hex v0.4.3 |
| 1509 | 2026-08-05T04:12:19.324Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-08-05T04:12:19.399Z | Compiling serde_spanned v0.6.9 |
| 1511 | 2026-08-05T04:12:19.440Z | Compiling toml_datetime v0.6.11 |
| 1512 | 2026-08-05T04:12:19.456Z | Compiling tokio v1.52.1 |
| 1513 | 2026-08-05T04:12:19.470Z | Compiling http v1.4.2 |
| 1514 | 2026-08-05T04:12:19.509Z | Compiling bitfield v0.19.4 |
| 1515 | 2026-08-05T04:12:19.565Z | Compiling zerocopy v0.6.6 |
| 1516 | 2026-08-05T04:12:19.616Z | Compiling derive_builder_core v0.20.2 |
| 1517 | 2026-08-05T04:12:19.710Z | Compiling flate2 v1.1.9 |
| 1518 | 2026-08-05T04:12:19.724Z | Compiling dtrace-parser v0.3.0 |
| 1519 | 2026-08-05T04:12:19.815Z | Compiling time v0.3.47 |
| 1520 | 2026-08-05T04:12:20.019Z | Compiling ppv-lite86 v0.2.21 |
| 1521 | 2026-08-05T04:12:20.122Z | Compiling idna_adapter v1.2.1 |
| 1522 | 2026-08-05T04:12:20.199Z | Compiling http-body v1.0.1 |
| 1523 | 2026-08-05T04:12:20.286Z | Compiling idna v1.1.0 |
| 1524 | 2026-08-05T04:12:20.300Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-08-05T04:12:20.363Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-08-05T04:12:20.381Z | Compiling http-body-util v0.1.3 |
| 1527 | 2026-08-05T04:12:20.511Z | Compiling structmeta-derive v0.3.0 |
| 1528 | 2026-08-05T04:12:20.520Z | Compiling clap v4.6.1 |
| 1529 | 2026-08-05T04:12:20.520Z | Compiling scroll_derive v0.12.1 |
| 1530 | 2026-08-05T04:12:20.575Z | Compiling rand v0.9.2 |
| 1531 | 2026-08-05T04:12:20.642Z | Compiling url v2.5.8 |
| 1532 | 2026-08-05T04:12:20.657Z | Compiling rand v0.8.6 |
| 1533 | 2026-08-05T04:12:20.912Z | Compiling crc v3.4.0 |
| 1534 | 2026-08-05T04:12:20.931Z | Compiling anstream v0.6.21 |
| 1535 | 2026-08-05T04:12:21.004Z | Compiling smallvec v0.6.14 |
| 1536 | 2026-08-05T04:12:21.083Z | Compiling darling_core v0.23.0 |
| 1537 | 2026-08-05T04:12:21.128Z | Compiling heapless v0.7.17 |
| 1538 | 2026-08-05T04:12:21.171Z | Compiling slog v2.8.2 |
| 1539 | 2026-08-05T04:12:21.251Z | Compiling proptest v1.11.0 |
| 1540 | 2026-08-05T04:12:21.256Z | Compiling thread-id v5.1.0 |
| 1541 | 2026-08-05T04:12:21.352Z | Compiling env_filter v1.0.0 |
| 1542 | 2026-08-05T04:12:21.378Z | Compiling cookie v0.18.1 |
| 1543 | 2026-08-05T04:12:21.391Z | Compiling zstd-safe v7.2.4 |
| 1544 | 2026-08-05T04:12:21.422Z | Compiling signal-hook v0.3.18 |
| 1545 | 2026-08-05T04:12:21.444Z | Compiling winnow v0.5.40 |
| 1546 | 2026-08-05T04:12:21.496Z | Compiling base64 v0.21.7 |
| 1547 | 2026-08-05T04:12:21.523Z | Compiling anyhow v1.0.102 |
| 1548 | 2026-08-05T04:12:21.538Z | Compiling hashbrown v0.12.3 |
| 1549 | 2026-08-05T04:12:21.591Z | Compiling unicode-properties v0.1.4 |
| 1550 | 2026-08-05T04:12:21.605Z | Compiling allocator-api2 v0.2.21 |
| 1551 | 2026-08-05T04:12:21.622Z | Compiling unicode-bidi v0.3.18 |
| 1552 | 2026-08-05T04:12:21.626Z | Compiling iri-string v0.7.10 |
| 1553 | 2026-08-05T04:12:21.667Z | Compiling dof v0.4.0 |
| 1554 | 2026-08-05T04:12:21.818Z | Compiling ryu v1.0.23 |
| 1555 | 2026-08-05T04:12:21.834Z | Compiling ron v0.8.1 |
| 1556 | 2026-08-05T04:12:21.952Z | Compiling serde_urlencoded v0.7.1 |
| 1557 | 2026-08-05T04:12:22.034Z | Compiling ipnetwork v0.21.1 |
| 1558 | 2026-08-05T04:12:22.078Z | Compiling stringprep v0.1.5 |
| 1559 | 2026-08-05T04:12:22.203Z | Compiling structmeta v0.3.0 |
| 1560 | 2026-08-05T04:12:22.277Z | Compiling oxnet v0.1.6 |
| 1561 | 2026-08-05T04:12:22.439Z | Compiling rsa v0.9.10 |
| 1562 | 2026-08-05T04:12:22.535Z | Compiling env_logger v0.11.9 |
| 1563 | 2026-08-05T04:12:22.621Z | Compiling scroll v0.12.0 |
| 1564 | 2026-08-05T04:12:22.635Z | Compiling serde-hex v0.1.0 |
| 1565 | 2026-08-05T04:12:22.739Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1566 | 2026-08-05T04:12:22.792Z | Compiling toml_edit v0.19.15 |
| 1567 | 2026-08-05T04:12:22.873Z | Compiling camino v1.2.2 |
| 1568 | 2026-08-05T04:12:22.902Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1569 | 2026-08-05T04:12:22.905Z | Compiling hashbrown v0.13.2 |
| 1570 | 2026-08-05T04:12:22.930Z | Compiling derive_builder_macro v0.20.2 |
| 1571 | 2026-08-05T04:12:23.172Z | Compiling bzip2 v0.4.4 |
| 1572 | 2026-08-05T04:12:23.243Z | Compiling serde_tokenstream v0.2.3 |
| 1573 | 2026-08-05T04:12:23.270Z | Compiling erased-serde v0.3.31 |
| 1574 | 2026-08-05T04:12:23.399Z | Compiling tokio-util v0.7.18 |
| 1575 | 2026-08-05T04:12:23.416Z | Compiling tower v0.5.3 |
| 1576 | 2026-08-05T04:12:23.446Z | Compiling tokio-native-tls v0.3.1 |
| 1577 | 2026-08-05T04:12:23.472Z | Compiling x509-cert v0.2.5 |
| 1578 | 2026-08-05T04:12:23.531Z | Compiling block-buffer v0.12.1 |
| 1579 | 2026-08-05T04:12:23.583Z | Compiling crypto-common v0.2.2 |
| 1580 | 2026-08-05T04:12:23.646Z | Compiling block-padding v0.4.2 |
| 1581 | 2026-08-05T04:12:23.661Z | Compiling darling_macro v0.23.0 |
| 1582 | 2026-08-05T04:12:23.746Z | Compiling newtype-uuid v1.3.2 |
| 1583 | 2026-08-05T04:12:23.789Z | Compiling md-5 v0.10.6 |
| 1584 | 2026-08-05T04:12:23.824Z | Compiling tower-http v0.6.8 |
| 1585 | 2026-08-05T04:12:23.917Z | Compiling rustls-native-certs v0.8.3 |
| 1586 | 2026-08-05T04:12:23.966Z | Compiling bstr v1.12.1 |
| 1587 | 2026-08-05T04:12:24.097Z | Compiling async-trait v0.1.89 |
| 1588 | 2026-08-05T04:12:24.176Z | Compiling h2 v0.4.15 |
| 1589 | 2026-08-05T04:12:24.231Z | Compiling zerocopy-derive v0.7.35 |
| 1590 | 2026-08-05T04:12:24.246Z | Compiling pin-project-internal v1.1.11 |
| 1591 | 2026-08-05T04:12:24.383Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-08-05T04:12:24.472Z | Compiling heck v0.4.1 |
| 1593 | 2026-08-05T04:12:24.637Z | Compiling curve25519-dalek v4.1.3 |
| 1594 | 2026-08-05T04:12:24.713Z | Compiling vergen-lib v9.1.0 |
| 1595 | 2026-08-05T04:12:24.902Z | Compiling hash32 v0.2.1 |
| 1596 | 2026-08-05T04:12:24.984Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-08-05T04:12:25.122Z | Compiling memoffset v0.9.1 |
| 1598 | 2026-08-05T04:12:25.125Z | Compiling rustix v0.38.44 |
| 1599 | 2026-08-05T04:12:25.158Z | Compiling cfg_aliases v0.2.1 |
| 1600 | 2026-08-05T04:12:25.173Z | Compiling crc-any v2.5.0 |
| 1601 | 2026-08-05T04:12:25.176Z | Compiling smoltcp v0.9.1 |
| 1602 | 2026-08-05T04:12:25.243Z | Compiling mime v0.3.17 |
| 1603 | 2026-08-05T04:12:25.336Z | Compiling psl-types v2.0.11 |
| 1604 | 2026-08-05T04:12:25.350Z | Compiling ref-cast v1.0.25 |
| 1605 | 2026-08-05T04:12:25.365Z | Compiling fallible-iterator v0.2.0 |
| 1606 | 2026-08-05T04:12:25.403Z | Compiling litrs v1.0.0 |
| 1607 | 2026-08-05T04:12:25.433Z | Compiling pin-project v1.1.11 |
| 1608 | 2026-08-05T04:12:25.458Z | Compiling publicsuffix v2.3.0 |
| 1609 | 2026-08-05T04:12:25.523Z | Compiling nix v0.31.2 |
| 1610 | 2026-08-05T04:12:25.539Z | Compiling daft v0.1.7 |
| 1611 | 2026-08-05T04:12:25.553Z | Compiling zerocopy v0.7.35 |
| 1612 | 2026-08-05T04:12:25.641Z | Compiling snafu-derive v0.8.9 |
| 1613 | 2026-08-05T04:12:25.657Z | Compiling postgres-protocol v0.6.10 |
| 1614 | 2026-08-05T04:12:25.695Z | Compiling darling v0.23.0 |
| 1615 | 2026-08-05T04:12:25.701Z | Compiling toml v0.7.8 |
| 1616 | 2026-08-05T04:12:25.728Z | Compiling inout v0.2.2 |
| 1617 | 2026-08-05T04:12:25.839Z | Compiling derive_builder v0.20.2 |
| 1618 | 2026-08-05T04:12:25.951Z | Compiling object v0.30.4 |
| 1619 | 2026-08-05T04:12:25.966Z | Compiling zip v0.6.6 |
| 1620 | 2026-08-05T04:12:25.980Z | Compiling document-features v0.2.12 |
| 1621 | 2026-08-05T04:12:26.026Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1622 | 2026-08-05T04:12:26.150Z | Compiling goblin v0.8.2 |
| 1623 | 2026-08-05T04:12:26.218Z | Compiling derive-ex v0.1.8 |
| 1624 | 2026-08-05T04:12:26.247Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-05T04:12:26.563Z | Compiling futures-executor v0.3.32 |
| 1626 | 2026-08-05T04:12:26.598Z | Compiling hubpack_derive v0.1.1 |
| 1627 | 2026-08-05T04:12:26.601Z | Compiling regex v1.12.3 |
| 1628 | 2026-08-05T04:12:26.698Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1629 | 2026-08-05T04:12:26.764Z | Compiling strum_macros v0.27.2 |
| 1630 | 2026-08-05T04:12:26.847Z | Compiling ref-cast-impl v1.0.25 |
| 1631 | 2026-08-05T04:12:26.886Z | Compiling phf_shared v0.13.1 |
| 1632 | 2026-08-05T04:12:26.906Z | Compiling cargo-platform v0.3.2 |
| 1633 | 2026-08-05T04:12:27.048Z | Compiling vergen v9.1.0 |
| 1634 | 2026-08-05T04:12:27.098Z | Compiling ff v0.13.1 |
| 1635 | 2026-08-05T04:12:27.148Z | Compiling fs-err v3.3.0 |
| 1636 | 2026-08-05T04:12:27.209Z | Compiling libbz2-rs-sys v0.2.2 |
| 1637 | 2026-08-05T04:12:27.248Z | Compiling foldhash v0.2.0 |
| 1638 | 2026-08-05T04:12:27.262Z | Compiling jiff-core v0.1.0 |
| 1639 | 2026-08-05T04:12:27.363Z | Compiling base16ct v0.2.0 |
| 1640 | 2026-08-05T04:12:27.390Z | Compiling same-file v1.0.6 |
| 1641 | 2026-08-05T04:12:27.433Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-05T04:12:27.492Z | Compiling bumpalo v3.20.2 |
| 1643 | 2026-08-05T04:12:27.558Z | Compiling bitflags v1.3.2 |
| 1644 | 2026-08-05T04:12:27.573Z | Compiling managed v0.8.0 |
| 1645 | 2026-08-05T04:12:27.651Z | Compiling object v0.37.3 |
| 1646 | 2026-08-05T04:12:27.668Z | Compiling path-slash v0.1.5 |
| 1647 | 2026-08-05T04:12:27.704Z | Compiling foldhash v0.1.5 |
| 1648 | 2026-08-05T04:12:27.808Z | Compiling snafu v0.8.9 |
| 1649 | 2026-08-05T04:12:27.822Z | Compiling zopfli v0.8.3 |
| 1650 | 2026-08-05T04:12:27.899Z | Compiling hashbrown v0.15.5 |
| 1651 | 2026-08-05T04:12:27.919Z | Compiling bzip2 v0.6.1 |
| 1652 | 2026-08-05T04:12:27.959Z | Compiling test-strategy v0.4.5 |
| 1653 | 2026-08-05T04:12:27.997Z | Compiling walkdir v2.5.0 |
| 1654 | 2026-08-05T04:12:28.147Z | Compiling jiff v0.2.34 |
| 1655 | 2026-08-05T04:12:28.186Z | Compiling sec1 v0.7.3 |
| 1656 | 2026-08-05T04:12:28.322Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1657 | 2026-08-05T04:12:28.460Z | Compiling dof v0.3.0 |
| 1658 | 2026-08-05T04:12:28.478Z | Compiling hashbrown v0.16.1 |
| 1659 | 2026-08-05T04:12:28.541Z | Compiling group v0.13.0 |
| 1660 | 2026-08-05T04:12:28.602Z | Compiling hyper-util v0.1.20 |
| 1661 | 2026-08-05T04:12:28.625Z | Compiling hubpack v0.1.2 |
| 1662 | 2026-08-05T04:12:28.736Z | Compiling cargo_metadata v0.23.1 |
| 1663 | 2026-08-05T04:12:28.815Z | Compiling strum v0.27.2 |
| 1664 | 2026-08-05T04:12:28.884Z | Compiling phf v0.13.1 |
| 1665 | 2026-08-05T04:12:28.895Z | Compiling futures v0.3.32 |
| 1666 | 2026-08-05T04:12:28.991Z | Compiling cookie_store v0.22.1 |
| 1667 | 2026-08-05T04:12:29.046Z | Compiling signal-hook-mio v0.2.5 |
| 1668 | 2026-08-05T04:12:29.075Z | Compiling zstd v0.13.3 |
| 1669 | 2026-08-05T04:12:29.097Z | Compiling postgres-types v0.2.12 |
| 1670 | 2026-08-05T04:12:29.202Z | Compiling cipher v0.5.2 |
| 1671 | 2026-08-05T04:12:29.216Z | Compiling serde_with_macros v3.21.0 |
| 1672 | 2026-08-05T04:12:29.460Z | Compiling globset v0.4.18 |
| 1673 | 2026-08-05T04:12:29.487Z | Compiling usdt-attr-macro v0.6.0 |
| 1674 | 2026-08-05T04:12:29.540Z | Compiling usdt-macro v0.6.0 |
| 1675 | 2026-08-05T04:12:29.679Z | Compiling byte-wrapper v0.1.0 |
| 1676 | 2026-08-05T04:12:29.682Z | Compiling dtrace-parser v0.2.0 |
| 1677 | 2026-08-05T04:12:29.738Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-08-05T04:12:29.764Z | Compiling serde_plain v1.0.2 |
| 1679 | 2026-08-05T04:12:29.891Z | Compiling olpc-cjson v0.1.4 |
| 1680 | 2026-08-05T04:12:29.976Z | Compiling ed25519 v2.2.3 |
| 1681 | 2026-08-05T04:12:30.026Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-08-05T04:12:30.063Z | Compiling hkdf v0.12.4 |
| 1683 | 2026-08-05T04:12:30.107Z | Compiling crypto-bigint v0.5.5 |
| 1684 | 2026-08-05T04:12:30.148Z | Compiling strum_macros v0.26.4 |
| 1685 | 2026-08-05T04:12:30.254Z | Compiling reqwest v0.12.28 |
| 1686 | 2026-08-05T04:12:30.287Z | Compiling serde_repr v0.1.20 |
| 1687 | 2026-08-05T04:12:30.336Z | Compiling async-recursion v1.1.1 |
| 1688 | 2026-08-05T04:12:30.353Z | Compiling enum-as-inner v0.6.1 |
| 1689 | 2026-08-05T04:12:30.407Z | Compiling phf_shared v0.11.3 |
| 1690 | 2026-08-05T04:12:30.419Z | Compiling float-cmp v0.10.0 |
| 1691 | 2026-08-05T04:12:30.439Z | Compiling pem v3.0.6 |
| 1692 | 2026-08-05T04:12:30.479Z | Compiling thread-id v4.2.2 |
| 1693 | 2026-08-05T04:12:30.574Z | Compiling memmap2 v0.9.10 |
| 1694 | 2026-08-05T04:12:30.587Z | Compiling keccak v0.1.6 |
| 1695 | 2026-08-05T04:12:30.604Z | Compiling typed-path v0.9.3 |
| 1696 | 2026-08-05T04:12:30.777Z | Compiling winnow v1.0.3 |
| 1697 | 2026-08-05T04:12:30.810Z | Compiling normalize-line-endings v0.3.0 |
| 1698 | 2026-08-05T04:12:30.849Z | Compiling whoami v2.1.0 |
| 1699 | 2026-08-05T04:12:30.922Z | Compiling new_debug_unreachable v1.0.6 |
| 1700 | 2026-08-05T04:12:30.964Z | Compiling precomputed-hash v0.1.1 |
| 1701 | 2026-08-05T04:12:30.984Z | Compiling static_assertions v1.1.0 |
| 1702 | 2026-08-05T04:12:31.008Z | Compiling data-encoding v2.10.0 |
| 1703 | 2026-08-05T04:12:31.070Z | Compiling cpufeatures v0.3.0 |
| 1704 | 2026-08-05T04:12:31.086Z | Compiling either v1.15.0 |
| 1705 | 2026-08-05T04:12:31.091Z | Compiling fixedbitset v0.4.2 |
| 1706 | 2026-08-05T04:12:31.163Z | Compiling predicates-core v1.0.10 |
| 1707 | 2026-08-05T04:12:31.174Z | Compiling const-oid v0.10.2 |
| 1708 | 2026-08-05T04:12:31.283Z | Compiling difflib v0.4.0 |
| 1709 | 2026-08-05T04:12:31.323Z | Compiling fixedbitset v0.5.7 |
| 1710 | 2026-08-05T04:12:31.337Z | Compiling toml_edit v0.22.27 |
| 1711 | 2026-08-05T04:12:31.355Z | Compiling digest v0.11.3 |
| 1712 | 2026-08-05T04:12:31.395Z | Compiling hickory-proto v0.25.2 |
| 1713 | 2026-08-05T04:12:31.399Z | Compiling itertools v0.13.0 |
| 1714 | 2026-08-05T04:12:31.531Z | Compiling petgraph v0.8.3 |
| 1715 | 2026-08-05T04:12:31.600Z | Compiling predicates v3.1.4 |
| 1716 | 2026-08-05T04:12:31.646Z | Compiling petgraph v0.6.5 |
| 1717 | 2026-08-05T04:12:31.730Z | Compiling chacha20 v0.10.0 |
| 1718 | 2026-08-05T04:12:31.782Z | Compiling elliptic-curve v0.13.8 |
| 1719 | 2026-08-05T04:12:31.859Z | Compiling tokio-postgres v0.7.16 |
| 1720 | 2026-08-05T04:12:31.925Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1721 | 2026-08-05T04:12:31.976Z | Compiling strum v0.26.3 |
| 1722 | 2026-08-05T04:12:32.123Z | Compiling string_cache v0.8.9 |
| 1723 | 2026-08-05T04:12:32.127Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1724 | 2026-08-05T04:12:32.212Z | Compiling sha3 v0.10.8 |
| 1725 | 2026-08-05T04:12:32.267Z | Compiling usdt v0.6.0 |
| 1726 | 2026-08-05T04:12:32.309Z | Compiling usdt-impl v0.5.0 |
| 1727 | 2026-08-05T04:12:32.371Z | Compiling serde_with v3.21.0 |
| 1728 | 2026-08-05T04:12:32.378Z | Compiling zip v4.6.1 |
| 1729 | 2026-08-05T04:12:32.553Z | Compiling crossterm v0.28.1 |
| 1730 | 2026-08-05T04:12:32.586Z | Compiling ed25519-dalek v2.2.0 |
| 1731 | 2026-08-05T04:12:32.696Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1732 | 2026-08-05T04:12:33.121Z | Compiling iddqd v0.4.2 |
| 1733 | 2026-08-05T04:12:33.352Z | Compiling similar v2.7.0 |
| 1734 | 2026-08-05T04:12:33.512Z | Compiling tokio-stream v0.1.18 |
| 1735 | 2026-08-05T04:12:33.567Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-08-05T04:12:33.854Z | Compiling buf-list v1.1.2 |
| 1737 | 2026-08-05T04:12:33.915Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1738 | 2026-08-05T04:12:33.981Z | Compiling openapiv3 v2.2.0 |
| 1739 | 2026-08-05T04:12:34.094Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-08-05T04:12:34.149Z | Compiling peg-runtime v0.8.5 |
| 1741 | 2026-08-05T04:12:34.163Z | Compiling thread_local v1.1.9 |
| 1742 | 2026-08-05T04:12:34.187Z | Compiling slog-async v2.8.0 |
| 1743 | 2026-08-05T04:12:34.213Z | Compiling crossbeam-channel v0.5.15 |
| 1744 | 2026-08-05T04:12:34.233Z | Compiling filetime v0.2.27 |
| 1745 | 2026-08-05T04:12:34.251Z | Compiling is-terminal v0.4.17 |
| 1746 | 2026-08-05T04:12:34.255Z | Compiling xattr v1.6.1 |
| 1747 | 2026-08-05T04:12:34.285Z | Compiling take_mut v0.2.2 |
| 1748 | 2026-08-05T04:12:34.354Z | Compiling term v1.2.1 |
| 1749 | 2026-08-05T04:12:34.408Z | Compiling tar v0.4.46 |
| 1750 | 2026-08-05T04:12:34.423Z | Compiling camino-tempfile v1.4.1 |
| 1751 | 2026-08-05T04:12:34.668Z | Compiling slog-term v2.9.2 |
| 1752 | 2026-08-05T04:12:52.072Z | Compiling rustls-webpki v0.103.13 |
| 1753 | 2026-08-05T04:12:54.778Z | Compiling tokio-rustls v0.26.4 |
| 1754 | 2026-08-05T04:12:54.778Z | Compiling rustls-platform-verifier v0.6.2 |
| 1755 | 2026-08-05T04:12:54.778Z | Compiling tough v0.22.0 |
| 1756 | 2026-08-05T04:12:54.979Z | Compiling hyper-rustls v0.27.7 |
| 1757 | 2026-08-05T04:12:55.160Z | Compiling reqwest v0.13.2 |
| 1758 | 2026-08-05T04:12:57.308Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1759 | 2026-08-05T04:12:57.539Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1760 | 2026-08-05T04:13:00.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.90s |
| 1761 | 2026-08-05T04:13:00.852Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1762 | 2026-08-05T04:13:00.907Z | Aug 05 04:12:59.890 INFO Starting download, target: Cockroach |
| 1763 | 2026-08-05T04:13:00.907Z | Aug 05 04:12:59.891 INFO Starting download, target: Console |
| 1764 | 2026-08-05T04:13:00.907Z | Aug 05 04:12:59.891 INFO Starting download, target: Clickhouse |
| 1765 | 2026-08-05T04:13:00.907Z | Aug 05 04:12:59.891 INFO Starting download, target: DendriteStub |
| 1766 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Starting download, target: MaghemiteMgd |
| 1767 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Starting download, target: MaghemiteDdmd |
| 1768 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Starting download, target: TransceiverControl |
| 1769 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1770 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1771 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1772 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1773 | 2026-08-05T04:13:00.910Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1774 | 2026-08-05T04:13:00.911Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1775 | 2026-08-05T04:13:00.911Z | Aug 05 04:12:59.891 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1776 | 2026-08-05T04:13:01.443Z | Aug 05 04:13:00.415 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1777 | 2026-08-05T04:13:01.648Z | Aug 05 04:13:00.622 INFO Download complete, target: TransceiverControl |
| 1778 | 2026-08-05T04:13:02.751Z | Aug 05 04:13:01.722 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1779 | 2026-08-05T04:13:03.000Z | Aug 05 04:13:01.983 INFO Download complete, target: Console |
| 1780 | 2026-08-05T04:13:03.027Z | Aug 05 04:13:02.008 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1781 | 2026-08-05T04:13:03.074Z | Aug 05 04:13:02.057 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1782 | 2026-08-05T04:13:03.117Z | Aug 05 04:13:02.099 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1783 | 2026-08-05T04:13:03.280Z | Aug 05 04:13:02.263 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1784 | 2026-08-05T04:13:03.528Z | Aug 05 04:13:02.511 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1785 | 2026-08-05T04:13:03.528Z | Aug 05 04:13:02.511 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1786 | 2026-08-05T04:13:05.007Z | Aug 05 04:13:03.975 INFO Download complete, target: MaghemiteDdmd |
| 1787 | 2026-08-05T04:13:05.906Z | Aug 05 04:13:04.879 INFO Download complete, target: DendriteStub |
| 1788 | 2026-08-05T04:13:06.015Z | Aug 05 04:13:04.978 INFO Download complete, target: MaghemiteMgd |
| 1789 | 2026-08-05T04:13:08.329Z | Aug 05 04:13:07.284 INFO Checking that binary works, target: Cockroach |
| 1790 | 2026-08-05T04:13:08.433Z | Aug 05 04:13:07.408 INFO Download complete, target: Cockroach |
| 1791 | 2026-08-05T04:13:10.078Z | Aug 05 04:13:09.061 INFO Checking that binary works, target: Clickhouse |
| 1792 | 2026-08-05T04:13:10.165Z | Aug 05 04:13:09.148 INFO Download complete, target: Clickhouse |
| 1793 | 2026-08-05T04:13:10.171Z | All prerequisites installed successfully |
| 1794 | 2026-08-05T04:13:10.174Z | |
| 1795 | 2026-08-05T04:13:10.174Z | real 1:52.643365074 |
| 1796 | 2026-08-05T04:13:10.174Z | user 7:10.580721078 |
| 1797 | 2026-08-05T04:13:10.174Z | sys 1:44.069621003 |
| 1798 | 2026-08-05T04:13:10.174Z | trap 0.325830747 |
| 1799 | 2026-08-05T04:13:10.174Z | tflt 0.857463905 |
| 1800 | 2026-08-05T04:13:10.174Z | dflt 1.520311250 |
| 1801 | 2026-08-05T04:13:10.174Z | kflt 0.028159539 |
| 1802 | 2026-08-05T04:13:10.174Z | lock 28:10.147024810 |
| 1803 | 2026-08-05T04:13:10.174Z | slp 19:44.094230048 |
| 1804 | 2026-08-05T04:13:10.174Z | lat 29.559622913 |
| 1805 | 2026-08-05T04:13:10.174Z | stop 3:24.785979493 |
| 1806 | 2026-08-05T04:13:10.174Z | + ptime -m cargo xtask download softnpu |
| 1807 | 2026-08-05T04:13:10.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1808 | 2026-08-05T04:13:10.670Z | Running `target/debug/xtask download softnpu` |
| 1809 | 2026-08-05T04:13:11.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1810 | 2026-08-05T04:13:11.526Z | Running `target/debug/xtask-downloader softnpu` |
| 1811 | 2026-08-05T04:13:11.579Z | Aug 05 04:13:10.553 INFO Starting download, target: Softnpu |
| 1812 | 2026-08-05T04:13:11.591Z | Aug 05 04:13:10.553 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1813 | 2026-08-05T04:13:12.129Z | Aug 05 04:13:11.112 INFO Download complete, target: Softnpu |
| 1814 | 2026-08-05T04:13:12.133Z | |
| 1815 | 2026-08-05T04:13:12.137Z | real 1.954873526 |
| 1816 | 2026-08-05T04:13:12.137Z | user 1.334212327 |
| 1817 | 2026-08-05T04:13:12.137Z | sys 0.639545704 |
| 1818 | 2026-08-05T04:13:12.137Z | trap 0.000498620 |
| 1819 | 2026-08-05T04:13:12.137Z | tflt 0.000173610 |
| 1820 | 2026-08-05T04:13:12.137Z | dflt 0.000052960 |
| 1821 | 2026-08-05T04:13:12.137Z | kflt 0.000000000 |
| 1822 | 2026-08-05T04:13:12.137Z | lock 10.637532331 |
| 1823 | 2026-08-05T04:13:12.137Z | slp 0.427549082 |
| 1824 | 2026-08-05T04:13:12.137Z | lat 0.093506283 |
| 1825 | 2026-08-05T04:13:12.137Z | stop 0.000180030 |
| 1826 | 2026-08-05T04:13:12.137Z | + export CARGO_INCREMENTAL=0 |
| 1827 | 2026-08-05T04:13:12.137Z | + CARGO_INCREMENTAL=0 |
| 1828 | 2026-08-05T04:13:12.137Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1829 | 2026-08-05T04:13:13.050Z | Compiling proc-macro2 v1.0.106 |
| 1830 | 2026-08-05T04:13:13.050Z | Compiling quote v1.0.45 |
| 1831 | 2026-08-05T04:13:13.050Z | Compiling unicode-ident v1.0.24 |
| 1832 | 2026-08-05T04:13:13.053Z | Compiling libc v0.2.185 |
| 1833 | 2026-08-05T04:13:13.054Z | Compiling serde_core v1.0.228 |
| 1834 | 2026-08-05T04:13:13.054Z | Compiling serde v1.0.228 |
| 1835 | 2026-08-05T04:13:13.054Z | Compiling cfg-if v1.0.4 |
| 1836 | 2026-08-05T04:13:13.054Z | Compiling version_check v0.9.5 |
| 1837 | 2026-08-05T04:13:13.054Z | Compiling autocfg v1.5.0 |
| 1838 | 2026-08-05T04:13:13.199Z | Compiling find-msvc-tools v0.1.9 |
| 1839 | 2026-08-05T04:13:13.203Z | Compiling shlex v1.3.0 |
| 1840 | 2026-08-05T04:13:13.203Z | Compiling memchr v2.8.0 |
| 1841 | 2026-08-05T04:13:13.215Z | Compiling zmij v1.0.21 |
| 1842 | 2026-08-05T04:13:13.220Z | Compiling serde_json v1.0.151 |
| 1843 | 2026-08-05T04:13:13.331Z | Compiling portable-atomic v1.13.1 |
| 1844 | 2026-08-05T04:13:13.345Z | Compiling zerocopy v0.8.40 |
| 1845 | 2026-08-05T04:13:13.494Z | Compiling libm v0.2.16 |
| 1846 | 2026-08-05T04:13:13.553Z | Compiling getrandom v0.4.1 |
| 1847 | 2026-08-05T04:13:13.556Z | Compiling parking_lot_core v0.9.12 |
| 1848 | 2026-08-05T04:13:13.587Z | Compiling icu_properties_data v2.1.2 |
| 1849 | 2026-08-05T04:13:13.591Z | Compiling icu_normalizer_data v2.1.1 |
| 1850 | 2026-08-05T04:13:13.646Z | Compiling smallvec v1.15.1 |
| 1851 | 2026-08-05T04:13:13.747Z | Compiling generic-array v0.14.7 |
| 1852 | 2026-08-05T04:13:13.858Z | Compiling num-traits v0.2.19 |
| 1853 | 2026-08-05T04:13:13.903Z | Compiling itoa v1.0.17 |
| 1854 | 2026-08-05T04:13:13.927Z | Compiling log v0.4.29 |
| 1855 | 2026-08-05T04:13:13.937Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-08-05T04:13:13.940Z | Compiling subtle v2.6.1 |
| 1857 | 2026-08-05T04:13:13.953Z | Compiling typenum v1.20.1 |
| 1858 | 2026-08-05T04:13:13.996Z | Compiling stable_deref_trait v1.2.1 |
| 1859 | 2026-08-05T04:13:14.117Z | Compiling getrandom v0.3.4 |
| 1860 | 2026-08-05T04:13:14.171Z | Compiling scopeguard v1.2.0 |
| 1861 | 2026-08-05T04:13:14.218Z | Compiling thiserror v2.0.18 |
| 1862 | 2026-08-05T04:13:14.234Z | Compiling rustix v1.1.3 |
| 1863 | 2026-08-05T04:13:14.269Z | Compiling jobserver v0.1.34 |
| 1864 | 2026-08-05T04:13:14.299Z | Compiling errno v0.3.14 |
| 1865 | 2026-08-05T04:13:14.315Z | Compiling lock_api v0.4.14 |
| 1866 | 2026-08-05T04:13:14.475Z | Compiling rand_core v0.10.0 |
| 1867 | 2026-08-05T04:13:14.476Z | Compiling getrandom v0.2.17 |
| 1868 | 2026-08-05T04:13:14.493Z | Compiling cc v1.2.56 |
| 1869 | 2026-08-05T04:13:14.558Z | Compiling equivalent v1.0.2 |
| 1870 | 2026-08-05T04:13:14.667Z | Compiling rand_core v0.6.4 |
| 1871 | 2026-08-05T04:13:14.714Z | Compiling syn v1.0.109 |
| 1872 | 2026-08-05T04:13:14.730Z | Compiling critical-section v1.2.0 |
| 1873 | 2026-08-05T04:13:14.734Z | Compiling pin-project-lite v0.2.17 |
| 1874 | 2026-08-05T04:13:14.748Z | Compiling syn v2.0.117 |
| 1875 | 2026-08-05T04:13:14.826Z | Compiling schemars v0.8.22 |
| 1876 | 2026-08-05T04:13:14.842Z | Compiling litemap v0.8.1 |
| 1877 | 2026-08-05T04:13:14.858Z | Compiling writeable v0.6.2 |
| 1878 | 2026-08-05T04:13:14.907Z | Compiling percent-encoding v2.3.2 |
| 1879 | 2026-08-05T04:13:14.959Z | Compiling hashbrown v0.17.0 |
| 1880 | 2026-08-05T04:13:15.048Z | Compiling fs_extra v1.3.0 |
| 1881 | 2026-08-05T04:13:15.082Z | Compiling dunce v1.0.5 |
| 1882 | 2026-08-05T04:13:15.086Z | Compiling rustversion v1.0.22 |
| 1883 | 2026-08-05T04:13:15.132Z | Compiling once_cell v1.21.3 |
| 1884 | 2026-08-05T04:13:15.198Z | Compiling heck v0.5.0 |
| 1885 | 2026-08-05T04:13:15.287Z | Compiling byteorder v1.5.0 |
| 1886 | 2026-08-05T04:13:15.304Z | Compiling cmake v0.1.57 |
| 1887 | 2026-08-05T04:13:15.359Z | Compiling strsim v0.11.1 |
| 1888 | 2026-08-05T04:13:15.406Z | Compiling signal-hook-registry v1.4.8 |
| 1889 | 2026-08-05T04:13:15.534Z | Compiling thiserror v1.0.69 |
| 1890 | 2026-08-05T04:13:15.551Z | Compiling utf8_iter v1.0.4 |
| 1891 | 2026-08-05T04:13:15.689Z | Compiling semver v1.0.28 |
| 1892 | 2026-08-05T04:13:15.706Z | Compiling indexmap v2.14.0 |
| 1893 | 2026-08-05T04:13:15.763Z | Compiling bitflags v2.11.0 |
| 1894 | 2026-08-05T04:13:15.797Z | Compiling parking_lot v0.12.5 |
| 1895 | 2026-08-05T04:13:15.833Z | Compiling form_urlencoded v1.2.2 |
| 1896 | 2026-08-05T04:13:15.848Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-08-05T04:13:15.852Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-05T04:13:15.883Z | Compiling aws-lc-sys v0.40.0 |
| 1899 | 2026-08-05T04:13:16.103Z | Compiling aws-lc-rs v1.16.3 |
| 1900 | 2026-08-05T04:13:16.119Z | Compiling futures-core v0.3.32 |
| 1901 | 2026-08-05T04:13:16.203Z | Compiling const-oid v0.9.6 |
| 1902 | 2026-08-05T04:13:16.386Z | Compiling httparse v1.10.1 |
| 1903 | 2026-08-05T04:13:16.496Z | Compiling ucd-trie v0.1.7 |
| 1904 | 2026-08-05T04:13:16.638Z | Compiling crc32fast v1.5.0 |
| 1905 | 2026-08-05T04:13:16.691Z | Compiling fnv v1.0.7 |
| 1906 | 2026-08-05T04:13:16.734Z | Compiling regex-syntax v0.8.10 |
| 1907 | 2026-08-05T04:13:16.750Z | Compiling pest v2.8.6 |
| 1908 | 2026-08-05T04:13:16.832Z | Compiling ident_case v1.0.1 |
| 1909 | 2026-08-05T04:13:16.848Z | Compiling iana-time-zone v0.1.65 |
| 1910 | 2026-08-05T04:13:16.873Z | Compiling vcpkg v0.2.15 |
| 1911 | 2026-08-05T04:13:16.949Z | Compiling uuid v1.23.4 |
| 1912 | 2026-08-05T04:13:17.056Z | Compiling rustc_version v0.4.1 |
| 1913 | 2026-08-05T04:13:17.133Z | Compiling futures-sink v0.3.32 |
| 1914 | 2026-08-05T04:13:17.198Z | Compiling rustls v0.23.41 |
| 1915 | 2026-08-05T04:13:17.259Z | Compiling futures-channel v0.3.32 |
| 1916 | 2026-08-05T04:13:17.395Z | Compiling aho-corasick v1.1.4 |
| 1917 | 2026-08-05T04:13:17.414Z | Compiling slab v0.4.12 |
| 1918 | 2026-08-05T04:13:17.430Z | Compiling futures-task v0.3.32 |
| 1919 | 2026-08-05T04:13:17.444Z | Compiling openssl-sys v0.9.117 |
| 1920 | 2026-08-05T04:13:17.584Z | Compiling synstructure v0.13.2 |
| 1921 | 2026-08-05T04:13:17.632Z | Compiling serde_derive_internals v0.29.1 |
| 1922 | 2026-08-05T04:13:17.636Z | Compiling futures-io v0.3.32 |
| 1923 | 2026-08-05T04:13:17.844Z | Compiling dyn-clone v1.0.20 |
| 1924 | 2026-08-05T04:13:17.891Z | Compiling pest_meta v2.8.6 |
| 1925 | 2026-08-05T04:13:17.912Z | Compiling time-core v0.1.8 |
| 1926 | 2026-08-05T04:13:17.928Z | Compiling radium v0.7.0 |
| 1927 | 2026-08-05T04:13:17.932Z | Compiling num-conv v0.2.0 |
| 1928 | 2026-08-05T04:13:18.012Z | Compiling plain v0.2.3 |
| 1929 | 2026-08-05T04:13:18.085Z | Compiling crossbeam-utils v0.8.21 |
| 1930 | 2026-08-05T04:13:18.103Z | Compiling time-macros v0.2.27 |
| 1931 | 2026-08-05T04:13:18.150Z | Compiling base64ct v1.8.3 |
| 1932 | 2026-08-05T04:13:18.168Z | Compiling pretty-hex v0.4.1 |
| 1933 | 2026-08-05T04:13:18.285Z | Compiling regex-automata v0.4.14 |
| 1934 | 2026-08-05T04:13:18.319Z | Compiling openssl v0.10.80 |
| 1935 | 2026-08-05T04:13:18.335Z | Compiling base64 v0.22.1 |
| 1936 | 2026-08-05T04:13:18.379Z | Compiling maybe-uninit v2.0.0 |
| 1937 | 2026-08-05T04:13:18.389Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-08-05T04:13:18.543Z | Compiling pest_generator v2.8.6 |
| 1939 | 2026-08-05T04:13:18.575Z | Compiling flagset v0.4.7 |
| 1940 | 2026-08-05T04:13:18.673Z | Compiling darling_core v0.23.0 |
| 1941 | 2026-08-05T04:13:18.700Z | Compiling rand_core v0.9.5 |
| 1942 | 2026-08-05T04:13:18.734Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1943 | 2026-08-05T04:13:18.753Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1944 | 2026-08-05T04:13:18.827Z | Compiling ahash v0.8.12 |
| 1945 | 2026-08-05T04:13:18.846Z | Compiling serde_derive v1.0.228 |
| 1946 | 2026-08-05T04:13:18.872Z | Compiling zeroize_derive v1.5.0 |
| 1947 | 2026-08-05T04:13:18.890Z | Compiling zerofrom-derive v0.1.6 |
| 1948 | 2026-08-05T04:13:18.909Z | Compiling yoke-derive v0.8.1 |
| 1949 | 2026-08-05T04:13:18.935Z | Compiling zerocopy-derive v0.8.40 |
| 1950 | 2026-08-05T04:13:19.067Z | Compiling zerovec-derive v0.11.2 |
| 1951 | 2026-08-05T04:13:19.070Z | Compiling displaydoc v0.2.5 |
| 1952 | 2026-08-05T04:13:19.105Z | Compiling tokio-macros v2.7.0 |
| 1953 | 2026-08-05T04:13:19.137Z | Compiling futures-macro v0.3.32 |
| 1954 | 2026-08-05T04:13:19.153Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-08-05T04:13:19.188Z | Compiling schemars_derive v0.8.22 |
| 1956 | 2026-08-05T04:13:19.205Z | Compiling der_derive v0.7.3 |
| 1957 | 2026-08-05T04:13:19.438Z | Compiling tracing-attributes v0.1.31 |
| 1958 | 2026-08-05T04:13:19.491Z | Compiling zeroize v1.9.0 |
| 1959 | 2026-08-05T04:13:19.819Z | Compiling thiserror-impl v1.0.69 |
| 1960 | 2026-08-05T04:13:19.898Z | Compiling pest_derive v2.8.6 |
| 1961 | 2026-08-05T04:13:19.926Z | Compiling futures-util v0.3.32 |
| 1962 | 2026-08-05T04:13:20.016Z | Compiling zerofrom v0.1.6 |
| 1963 | 2026-08-05T04:13:20.131Z | Compiling yoke v0.8.1 |
| 1964 | 2026-08-05T04:13:20.335Z | Compiling zerovec v0.11.5 |
| 1965 | 2026-08-05T04:13:20.353Z | Compiling zerotrie v0.2.3 |
| 1966 | 2026-08-05T04:13:20.370Z | Compiling crypto-common v0.1.7 |
| 1967 | 2026-08-05T04:13:20.388Z | Compiling block-buffer v0.10.4 |
| 1968 | 2026-08-05T04:13:20.594Z | Compiling digest v0.10.7 |
| 1969 | 2026-08-05T04:13:20.738Z | Compiling scroll_derive v0.13.1 |
| 1970 | 2026-08-05T04:13:20.750Z | Compiling scroll_derive v0.12.1 |
| 1971 | 2026-08-05T04:13:20.808Z | Compiling der v0.7.10 |
| 1972 | 2026-08-05T04:13:20.825Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-08-05T04:13:20.846Z | Compiling anyhow v1.0.102 |
| 1974 | 2026-08-05T04:13:20.925Z | Compiling tinystr v0.8.2 |
| 1975 | 2026-08-05T04:13:20.958Z | Compiling potential_utf v0.1.4 |
| 1976 | 2026-08-05T04:13:21.164Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-08-05T04:13:21.179Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-08-05T04:13:21.230Z | Compiling packed_struct v0.10.1 |
| 1979 | 2026-08-05T04:13:21.247Z | Compiling num-bigint-dig v0.8.6 |
| 1980 | 2026-08-05T04:13:21.424Z | Compiling native-tls v0.2.18 |
| 1981 | 2026-08-05T04:13:21.460Z | Compiling darling_macro v0.23.0 |
| 1982 | 2026-08-05T04:13:21.525Z | Compiling regex v1.12.3 |
| 1983 | 2026-08-05T04:13:21.578Z | Compiling zerocopy-derive v0.7.35 |
| 1984 | 2026-08-05T04:13:21.659Z | Compiling spki v0.7.3 |
| 1985 | 2026-08-05T04:13:21.880Z | Compiling icu_provider v2.1.1 |
| 1986 | 2026-08-05T04:13:21.943Z | Compiling slog v2.8.2 |
| 1987 | 2026-08-05T04:13:21.960Z | Compiling bytes v1.11.1 |
| 1988 | 2026-08-05T04:13:21.978Z | Compiling serde_tokenstream v0.2.3 |
| 1989 | 2026-08-05T04:13:22.027Z | Compiling chrono v0.4.45 |
| 1990 | 2026-08-05T04:13:22.159Z | Compiling icu_properties v2.1.2 |
| 1991 | 2026-08-05T04:13:22.224Z | Compiling icu_normalizer v2.1.1 |
| 1992 | 2026-08-05T04:13:22.442Z | Compiling tokio v1.52.1 |
| 1993 | 2026-08-05T04:13:22.534Z | Compiling http v1.4.2 |
| 1994 | 2026-08-05T04:13:22.809Z | Compiling tracing-core v0.1.36 |
| 1995 | 2026-08-05T04:13:22.949Z | Compiling cookie v0.18.1 |
| 1996 | 2026-08-05T04:13:23.168Z | Compiling idna_adapter v1.2.1 |
| 1997 | 2026-08-05T04:13:23.329Z | Compiling idna v1.1.0 |
| 1998 | 2026-08-05T04:13:23.421Z | Compiling ppv-lite86 v0.2.21 |
| 1999 | 2026-08-05T04:13:23.425Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-08-05T04:13:23.507Z | Compiling cpufeatures v0.2.17 |
| 2001 | 2026-08-05T04:13:23.565Z | Compiling camino v1.2.2 |
| 2002 | 2026-08-05T04:13:23.578Z | Compiling tracing v0.1.44 |
| 2003 | 2026-08-05T04:13:23.702Z | Compiling url v2.5.8 |
| 2004 | 2026-08-05T04:13:23.728Z | Compiling rand_chacha v0.9.0 |
| 2005 | 2026-08-05T04:13:23.744Z | Compiling darling v0.23.0 |
| 2006 | 2026-08-05T04:13:23.810Z | Compiling serde_spanned v0.6.9 |
| 2007 | 2026-08-05T04:13:23.845Z | Compiling toml_datetime v0.6.11 |
| 2008 | 2026-08-05T04:13:23.861Z | Compiling bitfield-macros v0.19.4 |
| 2009 | 2026-08-05T04:13:23.879Z | Compiling clap_derive v4.6.1 |
| 2010 | 2026-08-05T04:13:23.973Z | Compiling zerocopy-derive v0.6.6 |
| 2011 | 2026-08-05T04:13:23.992Z | Compiling packed_struct_codegen v0.10.1 |
| 2012 | 2026-08-05T04:13:24.114Z | Compiling indexmap v1.9.3 |
| 2013 | 2026-08-05T04:13:24.360Z | Compiling anstyle v1.0.14 |
| 2014 | 2026-08-05T04:13:24.502Z | Compiling paste v1.0.15 |
| 2015 | 2026-08-05T04:13:24.555Z | Compiling rand v0.9.2 |
| 2016 | 2026-08-05T04:13:24.600Z | Compiling http-body v1.0.1 |
| 2017 | 2026-08-05T04:13:24.677Z | Compiling pkcs8 v0.10.2 |
| 2018 | 2026-08-05T04:13:24.778Z | Compiling rustls-pki-types v1.14.0 |
| 2019 | 2026-08-05T04:13:24.932Z | Compiling spin v0.9.8 |
| 2020 | 2026-08-05T04:13:24.948Z | Compiling usdt-impl v0.5.0 |
| 2021 | 2026-08-05T04:13:24.978Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-08-05T04:13:25.089Z | Compiling tinyvec_macros v0.1.1 |
| 2023 | 2026-08-05T04:13:25.145Z | Compiling unicode-segmentation v1.12.0 |
| 2024 | 2026-08-05T04:13:25.162Z | Compiling ref-cast v1.0.25 |
| 2025 | 2026-08-05T04:13:25.176Z | Compiling openssl-probe v0.2.1 |
| 2026 | 2026-08-05T04:13:25.192Z | Compiling anstyle-query v1.1.5 |
| 2027 | 2026-08-05T04:13:25.207Z | Compiling colorchoice v1.0.4 |
| 2028 | 2026-08-05T04:13:25.313Z | Compiling cmov v0.5.4 |
| 2029 | 2026-08-05T04:13:25.353Z | Compiling either v1.15.0 |
| 2030 | 2026-08-05T04:13:25.408Z | Compiling fastrand v2.3.0 |
| 2031 | 2026-08-05T04:13:25.424Z | Compiling usdt-impl v0.6.0 |
| 2032 | 2026-08-05T04:13:25.489Z | Compiling winnow v0.5.40 |
| 2033 | 2026-08-05T04:13:25.532Z | Compiling ctutils v0.4.2 |
| 2034 | 2026-08-05T04:13:25.562Z | Compiling tinyvec v1.10.0 |
| 2035 | 2026-08-05T04:13:25.682Z | Compiling sha2 v0.10.9 |
| 2036 | 2026-08-05T04:13:25.791Z | Compiling scroll v0.13.0 |
| 2037 | 2026-08-05T04:13:25.925Z | Compiling scroll v0.12.0 |
| 2038 | 2026-08-05T04:13:25.940Z | Compiling async-trait v0.1.89 |
| 2039 | 2026-08-05T04:13:26.033Z | Compiling heapless v0.7.17 |
| 2040 | 2026-08-05T04:13:26.145Z | Compiling litrs v1.0.0 |
| 2041 | 2026-08-05T04:13:26.184Z | Compiling winnow v0.7.14 |
| 2042 | 2026-08-05T04:13:26.199Z | Compiling winnow v1.0.3 |
| 2043 | 2026-08-05T04:13:26.216Z | Compiling rustix v0.38.44 |
| 2044 | 2026-08-05T04:13:26.290Z | Compiling tokio-util v0.7.18 |
| 2045 | 2026-08-05T04:13:26.306Z | Compiling zstd-safe v7.2.4 |
| 2046 | 2026-08-05T04:13:26.530Z | Compiling try-lock v0.2.5 |
| 2047 | 2026-08-05T04:13:26.549Z | Compiling tower-service v0.3.3 |
| 2048 | 2026-08-05T04:13:26.567Z | Compiling atomic-waker v1.1.2 |
| 2049 | 2026-08-05T04:13:26.625Z | Compiling untrusted v0.7.1 |
| 2050 | 2026-08-05T04:13:26.654Z | Compiling tower-layer v0.3.3 |
| 2051 | 2026-08-05T04:13:26.701Z | Compiling signal-hook v0.3.18 |
| 2052 | 2026-08-05T04:13:26.766Z | Compiling toml_edit v0.19.15 |
| 2053 | 2026-08-05T04:13:26.822Z | Compiling document-features v0.2.12 |
| 2054 | 2026-08-05T04:13:26.838Z | Compiling want v0.3.1 |
| 2055 | 2026-08-05T04:13:26.916Z | Compiling tempfile v3.25.0 |
| 2056 | 2026-08-05T04:13:26.961Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2057 | 2026-08-05T04:13:27.016Z | Compiling h2 v0.4.15 |
| 2058 | 2026-08-05T04:13:27.270Z | Compiling goblin v0.8.2 |
| 2059 | 2026-08-05T04:13:27.526Z | Compiling goblin v0.10.5 |
| 2060 | 2026-08-05T04:13:27.543Z | Compiling hybrid-array v0.4.13 |
| 2061 | 2026-08-05T04:13:27.627Z | Compiling heck v0.4.1 |
| 2062 | 2026-08-05T04:13:27.657Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-08-05T04:13:27.681Z | Compiling zerocopy v0.7.35 |
| 2064 | 2026-08-05T04:13:27.852Z | Compiling ipnet v2.11.0 |
| 2065 | 2026-08-05T04:13:27.868Z | Compiling ref-cast-impl v1.0.25 |
| 2066 | 2026-08-05T04:13:28.257Z | Compiling daft-derive v0.1.7 |
| 2067 | 2026-08-05T04:13:28.306Z | Compiling structmeta-derive v0.3.0 |
| 2068 | 2026-08-05T04:13:28.414Z | Compiling darling_core v0.20.11 |
| 2069 | 2026-08-05T04:13:28.418Z | Compiling curve25519-dalek v4.1.3 |
| 2070 | 2026-08-05T04:13:28.449Z | Compiling memoffset v0.9.1 |
| 2071 | 2026-08-05T04:13:28.481Z | Compiling untrusted v0.9.0 |
| 2072 | 2026-08-05T04:13:28.621Z | Compiling powerfmt v0.2.0 |
| 2073 | 2026-08-05T04:13:28.829Z | Compiling simd-adler32 v0.3.8 |
| 2074 | 2026-08-05T04:13:28.902Z | Compiling foreign-types-shared v0.1.1 |
| 2075 | 2026-08-05T04:13:28.918Z | Compiling tap v1.0.1 |
| 2076 | 2026-08-05T04:13:28.937Z | Compiling httpdate v1.0.3 |
| 2077 | 2026-08-05T04:13:29.007Z | Compiling foreign-types v0.3.2 |
| 2078 | 2026-08-05T04:13:29.051Z | Compiling wyz v0.5.1 |
| 2079 | 2026-08-05T04:13:29.067Z | Compiling deranged v0.5.8 |
| 2080 | 2026-08-05T04:13:29.131Z | Compiling anstream v1.0.0 |
| 2081 | 2026-08-05T04:13:29.292Z | Compiling unicode-normalization v0.1.25 |
| 2082 | 2026-08-05T04:13:29.314Z | Compiling structmeta v0.3.0 |
| 2083 | 2026-08-05T04:13:29.503Z | Compiling rand_chacha v0.3.1 |
| 2084 | 2026-08-05T04:13:29.535Z | Compiling dof v0.3.0 |
| 2085 | 2026-08-05T04:13:29.769Z | Compiling dtrace-parser v0.2.0 |
| 2086 | 2026-08-05T04:13:29.897Z | Compiling hex v0.4.3 |
| 2087 | 2026-08-05T04:13:29.902Z | Compiling signature v2.2.0 |
| 2088 | 2026-08-05T04:13:30.092Z | Compiling dtrace-parser v0.3.0 |
| 2089 | 2026-08-05T04:13:30.139Z | Compiling terminal_size v0.4.3 |
| 2090 | 2026-08-05T04:13:30.168Z | Compiling pin-project-internal v1.1.11 |
| 2091 | 2026-08-05T04:13:30.209Z | Compiling hyper v1.10.1 |
| 2092 | 2026-08-05T04:13:30.295Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-08-05T04:13:30.333Z | Compiling dof v0.4.0 |
| 2094 | 2026-08-05T04:13:30.381Z | Compiling darling_macro v0.20.11 |
| 2095 | 2026-08-05T04:13:30.418Z | Compiling wait-timeout v0.2.1 |
| 2096 | 2026-08-05T04:13:30.623Z | Compiling thread-id v5.1.0 |
| 2097 | 2026-08-05T04:13:30.644Z | Compiling thread-id v4.2.2 |
| 2098 | 2026-08-05T04:13:30.743Z | Compiling funty v2.0.0 |
| 2099 | 2026-08-05T04:13:30.855Z | Compiling smoltcp v0.9.1 |
| 2100 | 2026-08-05T04:13:30.932Z | Compiling quick-error v1.2.3 |
| 2101 | 2026-08-05T04:13:31.060Z | Compiling bit-vec v0.8.0 |
| 2102 | 2026-08-05T04:13:31.116Z | Compiling clap_lex v1.0.0 |
| 2103 | 2026-08-05T04:13:31.141Z | Compiling adler2 v2.0.1 |
| 2104 | 2026-08-05T04:13:31.181Z | Compiling cfg_aliases v0.2.1 |
| 2105 | 2026-08-05T04:13:31.252Z | Compiling num_threads v0.1.7 |
| 2106 | 2026-08-05T04:13:31.268Z | Compiling bit-set v0.8.0 |
| 2107 | 2026-08-05T04:13:31.271Z | Compiling nix v0.31.2 |
| 2108 | 2026-08-05T04:13:31.301Z | Compiling clap_builder v4.6.0 |
| 2109 | 2026-08-05T04:13:31.305Z | Compiling miniz_oxide v0.8.9 |
| 2110 | 2026-08-05T04:13:31.335Z | Compiling time v0.3.47 |
| 2111 | 2026-08-05T04:13:31.351Z | Compiling hyper-util v0.1.20 |
| 2112 | 2026-08-05T04:13:31.369Z | Compiling bitvec v1.0.1 |
| 2113 | 2026-08-05T04:13:31.372Z | Compiling rusty-fork v0.3.1 |
| 2114 | 2026-08-05T04:13:31.372Z | Compiling darling v0.20.11 |
| 2115 | 2026-08-05T04:13:31.514Z | Compiling num-iter v0.1.45 |
| 2116 | 2026-08-05T04:13:31.717Z | Compiling rand v0.8.6 |
| 2117 | 2026-08-05T04:13:31.907Z | Compiling ipnetwork v0.21.1 |
| 2118 | 2026-08-05T04:13:31.976Z | Compiling lazy_static v1.5.0 |
| 2119 | 2026-08-05T04:13:32.094Z | Compiling anstyle-parse v0.2.7 |
| 2120 | 2026-08-05T04:13:32.290Z | Compiling hmac v0.12.1 |
| 2121 | 2026-08-05T04:13:32.401Z | Compiling rand_xorshift v0.4.0 |
| 2122 | 2026-08-05T04:13:32.451Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2123 | 2026-08-05T04:13:32.491Z | Compiling sync_wrapper v1.0.2 |
| 2124 | 2026-08-05T04:13:32.616Z | Compiling siphasher v1.0.2 |
| 2125 | 2026-08-05T04:13:32.852Z | Compiling crc-catalog v2.4.0 |
| 2126 | 2026-08-05T04:13:32.965Z | Compiling unarray v0.1.4 |
| 2127 | 2026-08-05T04:13:33.033Z | Compiling zlib-rs v0.6.2 |
| 2128 | 2026-08-05T04:13:33.099Z | Compiling nodrop v0.1.14 |
| 2129 | 2026-08-05T04:13:33.128Z | Compiling proptest v1.11.0 |
| 2130 | 2026-08-05T04:13:33.208Z | Compiling array-init v0.0.4 |
| 2131 | 2026-08-05T04:13:33.659Z | Compiling crc v3.4.0 |
| 2132 | 2026-08-05T04:13:33.675Z | Compiling clap v4.6.1 |
| 2133 | 2026-08-05T04:13:33.867Z | Compiling tower v0.5.3 |
| 2134 | 2026-08-05T04:13:34.532Z | Compiling anstream v0.6.21 |
| 2135 | 2026-08-05T04:13:34.593Z | Compiling smallvec v0.6.14 |
| 2136 | 2026-08-05T04:13:34.821Z | Compiling derive_builder_core v0.20.2 |
| 2137 | 2026-08-05T04:13:34.837Z | Compiling snafu-derive v0.8.9 |
| 2138 | 2026-08-05T04:13:34.970Z | Compiling pkcs1 v0.7.5 |
| 2139 | 2026-08-05T04:13:35.054Z | Compiling flate2 v1.1.9 |
| 2140 | 2026-08-05T04:13:35.200Z | Compiling zerocopy v0.6.6 |
| 2141 | 2026-08-05T04:13:35.270Z | Compiling http-body-util v0.1.3 |
| 2142 | 2026-08-05T04:13:35.301Z | Compiling bitfield v0.19.4 |
| 2143 | 2026-08-05T04:13:35.398Z | Compiling strum_macros v0.27.2 |
| 2144 | 2026-08-05T04:13:35.462Z | Compiling strum_macros v0.26.4 |
| 2145 | 2026-08-05T04:13:35.548Z | Compiling hubpack_derive v0.1.1 |
| 2146 | 2026-08-05T04:13:35.583Z | Compiling env_filter v1.0.0 |
| 2147 | 2026-08-05T04:13:35.600Z | Compiling fs-err v3.3.0 |
| 2148 | 2026-08-05T04:13:35.631Z | Compiling allocator-api2 v0.2.21 |
| 2149 | 2026-08-05T04:13:35.671Z | Compiling object v0.37.3 |
| 2150 | 2026-08-05T04:13:35.812Z | Compiling iri-string v0.7.10 |
| 2151 | 2026-08-05T04:13:35.856Z | Compiling unicode-bidi v0.3.18 |
| 2152 | 2026-08-05T04:13:35.970Z | Compiling base64 v0.21.7 |
| 2153 | 2026-08-05T04:13:36.005Z | Compiling ryu v1.0.23 |
| 2154 | 2026-08-05T04:13:36.028Z | Compiling hashbrown v0.12.3 |
| 2155 | 2026-08-05T04:13:36.188Z | Compiling unicode-properties v0.1.4 |
| 2156 | 2026-08-05T04:13:36.529Z | Compiling stringprep v0.1.5 |
| 2157 | 2026-08-05T04:13:36.570Z | Compiling ron v0.8.1 |
| 2158 | 2026-08-05T04:13:36.676Z | Compiling serde_urlencoded v0.7.1 |
| 2159 | 2026-08-05T04:13:36.883Z | Compiling env_logger v0.11.9 |
| 2160 | 2026-08-05T04:13:36.945Z | Compiling tower-http v0.6.8 |
| 2161 | 2026-08-05T04:13:36.970Z | Compiling derive_builder_macro v0.20.2 |
| 2162 | 2026-08-05T04:13:37.020Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2163 | 2026-08-05T04:13:37.037Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2164 | 2026-08-05T04:13:37.055Z | Compiling rsa v0.9.10 |
| 2165 | 2026-08-05T04:13:37.142Z | Compiling newtype-uuid v1.3.2 |
| 2166 | 2026-08-05T04:13:37.174Z | Compiling oxnet v0.1.6 |
| 2167 | 2026-08-05T04:13:37.212Z | Compiling serde-hex v0.1.0 |
| 2168 | 2026-08-05T04:13:37.234Z | Compiling hashbrown v0.13.2 |
| 2169 | 2026-08-05T04:13:37.350Z | Compiling tokio-native-tls v0.3.1 |
| 2170 | 2026-08-05T04:13:37.374Z | Compiling bzip2 v0.4.4 |
| 2171 | 2026-08-05T04:13:37.416Z | Compiling usdt-attr-macro v0.6.0 |
| 2172 | 2026-08-05T04:13:37.455Z | Compiling usdt-macro v0.6.0 |
| 2173 | 2026-08-05T04:13:37.472Z | Compiling derive-ex v0.1.8 |
| 2174 | 2026-08-05T04:13:37.540Z | Compiling crypto-common v0.2.2 |
| 2175 | 2026-08-05T04:13:37.596Z | Compiling block-buffer v0.12.1 |
| 2176 | 2026-08-05T04:13:37.706Z | Compiling block-padding v0.4.2 |
| 2177 | 2026-08-05T04:13:37.870Z | Compiling rustls-native-certs v0.8.3 |
| 2178 | 2026-08-05T04:13:38.028Z | Compiling erased-serde v0.3.31 |
| 2179 | 2026-08-05T04:13:38.151Z | Compiling x509-cert v0.2.5 |
| 2180 | 2026-08-05T04:13:38.258Z | Compiling md-5 v0.10.6 |
| 2181 | 2026-08-05T04:13:38.335Z | Compiling bstr v1.12.1 |
| 2182 | 2026-08-05T04:13:38.477Z | Compiling vergen-lib v9.1.0 |
| 2183 | 2026-08-05T04:13:38.493Z | Compiling hash32 v0.2.1 |
| 2184 | 2026-08-05T04:13:38.589Z | Compiling encoding_rs v0.8.35 |
| 2185 | 2026-08-05T04:13:38.682Z | Compiling psl-types v2.0.11 |
| 2186 | 2026-08-05T04:13:38.702Z | Compiling crc-any v2.5.0 |
| 2187 | 2026-08-05T04:13:38.718Z | Compiling fallible-iterator v0.2.0 |
| 2188 | 2026-08-05T04:13:38.827Z | Compiling mime v0.3.17 |
| 2189 | 2026-08-05T04:13:38.882Z | Compiling cpufeatures v0.3.0 |
| 2190 | 2026-08-05T04:13:38.977Z | Compiling publicsuffix v2.3.0 |
| 2191 | 2026-08-05T04:13:39.009Z | Compiling test-strategy v0.4.5 |
| 2192 | 2026-08-05T04:13:39.059Z | Compiling postgres-protocol v0.6.10 |
| 2193 | 2026-08-05T04:13:39.604Z | Compiling inout v0.2.2 |
| 2194 | 2026-08-05T04:13:39.779Z | Compiling object v0.30.4 |
| 2195 | 2026-08-05T04:13:39.796Z | Compiling zip v0.6.6 |
| 2196 | 2026-08-05T04:13:39.900Z | Compiling hyper-tls v0.6.0 |
| 2197 | 2026-08-05T04:13:39.945Z | Compiling derive_builder v0.20.2 |
| 2198 | 2026-08-05T04:13:39.962Z | Compiling daft v0.1.7 |
| 2199 | 2026-08-05T04:13:39.965Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2200 | 2026-08-05T04:13:40.093Z | Compiling phf_shared v0.13.1 |
| 2201 | 2026-08-05T04:13:40.135Z | Compiling pin-project v1.1.11 |
| 2202 | 2026-08-05T04:13:40.253Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2203 | 2026-08-05T04:13:40.270Z | Compiling toml v0.7.8 |
| 2204 | 2026-08-05T04:13:40.331Z | Compiling serde_with_macros v3.21.0 |
| 2205 | 2026-08-05T04:13:40.355Z | Compiling futures-executor v0.3.32 |
| 2206 | 2026-08-05T04:13:40.406Z | Compiling enum-as-inner v0.6.1 |
| 2207 | 2026-08-05T04:13:40.551Z | Compiling async-recursion v1.1.1 |
| 2208 | 2026-08-05T04:13:40.609Z | Compiling serde_repr v0.1.20 |
| 2209 | 2026-08-05T04:13:40.687Z | Compiling vergen v9.1.0 |
| 2210 | 2026-08-05T04:13:40.783Z | Compiling ff v0.13.1 |
| 2211 | 2026-08-05T04:13:40.805Z | Compiling cargo-platform v0.3.2 |
| 2212 | 2026-08-05T04:13:40.934Z | Compiling same-file v1.0.6 |
| 2213 | 2026-08-05T04:13:41.073Z | Compiling bumpalo v3.20.2 |
| 2214 | 2026-08-05T04:13:41.146Z | Compiling base16ct v0.2.0 |
| 2215 | 2026-08-05T04:13:41.192Z | Compiling foldhash v0.2.0 |
| 2216 | 2026-08-05T04:13:41.225Z | Compiling libbz2-rs-sys v0.2.2 |
| 2217 | 2026-08-05T04:13:41.242Z | Compiling bitflags v1.3.2 |
| 2218 | 2026-08-05T04:13:41.276Z | Compiling path-slash v0.1.5 |
| 2219 | 2026-08-05T04:13:41.377Z | Compiling managed v0.8.0 |
| 2220 | 2026-08-05T04:13:41.415Z | Compiling foldhash v0.1.5 |
| 2221 | 2026-08-05T04:13:41.431Z | Compiling jiff-core v0.1.0 |
| 2222 | 2026-08-05T04:13:41.614Z | Compiling hashbrown v0.15.5 |
| 2223 | 2026-08-05T04:13:41.614Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-08-05T04:13:41.693Z | Compiling bzip2 v0.6.1 |
| 2225 | 2026-08-05T04:13:41.725Z | Compiling zopfli v0.8.3 |
| 2226 | 2026-08-05T04:13:41.801Z | Compiling sec1 v0.7.3 |
| 2227 | 2026-08-05T04:13:42.082Z | Compiling walkdir v2.5.0 |
| 2228 | 2026-08-05T04:13:42.169Z | Compiling jiff v0.2.34 |
| 2229 | 2026-08-05T04:13:42.200Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2230 | 2026-08-05T04:13:42.223Z | Compiling cargo_metadata v0.23.1 |
| 2231 | 2026-08-05T04:13:42.288Z | Compiling group v0.13.0 |
| 2232 | 2026-08-05T04:13:42.414Z | Compiling futures v0.3.32 |
| 2233 | 2026-08-05T04:13:42.574Z | Compiling phf v0.13.1 |
| 2234 | 2026-08-05T04:13:42.851Z | Compiling snafu v0.8.9 |
| 2235 | 2026-08-05T04:13:42.949Z | Compiling reqwest v0.12.28 |
| 2236 | 2026-08-05T04:13:43.101Z | Compiling signal-hook-mio v0.2.5 |
| 2237 | 2026-08-05T04:13:43.202Z | Compiling cipher v0.5.2 |
| 2238 | 2026-08-05T04:13:43.246Z | Compiling cookie_store v0.22.1 |
| 2239 | 2026-08-05T04:13:43.408Z | Compiling postgres-types v0.2.12 |
| 2240 | 2026-08-05T04:13:43.424Z | Compiling zstd v0.13.3 |
| 2241 | 2026-08-05T04:13:43.499Z | Compiling globset v0.4.18 |
| 2242 | 2026-08-05T04:13:43.516Z | Compiling strum v0.27.2 |
| 2243 | 2026-08-05T04:13:43.662Z | Compiling hubpack v0.1.2 |
| 2244 | 2026-08-05T04:13:43.804Z | Compiling phf_shared v0.11.3 |
| 2245 | 2026-08-05T04:13:43.821Z | Compiling hkdf v0.12.4 |
| 2246 | 2026-08-05T04:13:43.855Z | Compiling crossbeam-epoch v0.9.18 |
| 2247 | 2026-08-05T04:13:43.898Z | Compiling byte-wrapper v0.1.0 |
| 2248 | 2026-08-05T04:13:43.937Z | Compiling ed25519 v2.2.3 |
| 2249 | 2026-08-05T04:13:43.954Z | Compiling olpc-cjson v0.1.4 |
| 2250 | 2026-08-05T04:13:44.210Z | Compiling serde_plain v1.0.2 |
| 2251 | 2026-08-05T04:13:44.245Z | Compiling serde-big-array v0.5.1 |
| 2252 | 2026-08-05T04:13:44.263Z | Compiling pem v3.0.6 |
| 2253 | 2026-08-05T04:13:44.345Z | Compiling crypto-bigint v0.5.5 |
| 2254 | 2026-08-05T04:13:44.488Z | Compiling float-cmp v0.10.0 |
| 2255 | 2026-08-05T04:13:44.520Z | Compiling memmap2 v0.9.10 |
| 2256 | 2026-08-05T04:13:44.576Z | Compiling static_assertions v1.1.0 |
| 2257 | 2026-08-05T04:13:44.622Z | Compiling fixedbitset v0.5.7 |
| 2258 | 2026-08-05T04:13:44.741Z | Compiling new_debug_unreachable v1.0.6 |
| 2259 | 2026-08-05T04:13:44.757Z | Compiling whoami v2.1.0 |
| 2260 | 2026-08-05T04:13:44.760Z | Compiling keccak v0.1.6 |
| 2261 | 2026-08-05T04:13:44.897Z | Compiling data-encoding v2.10.0 |
| 2262 | 2026-08-05T04:13:44.913Z | Compiling fixedbitset v0.4.2 |
| 2263 | 2026-08-05T04:13:44.943Z | Compiling toml_write v0.1.2 |
| 2264 | 2026-08-05T04:13:44.986Z | Compiling normalize-line-endings v0.3.0 |
| 2265 | 2026-08-05T04:13:45.013Z | Compiling difflib v0.4.0 |
| 2266 | 2026-08-05T04:13:45.093Z | Compiling typed-path v0.9.3 |
| 2267 | 2026-08-05T04:13:45.146Z | Compiling precomputed-hash v0.1.1 |
| 2268 | 2026-08-05T04:13:45.162Z | Compiling const-oid v0.10.2 |
| 2269 | 2026-08-05T04:13:45.253Z | Compiling predicates-core v1.0.10 |
| 2270 | 2026-08-05T04:13:45.377Z | Compiling digest v0.11.3 |
| 2271 | 2026-08-05T04:13:45.392Z | Compiling predicates v3.1.4 |
| 2272 | 2026-08-05T04:13:45.459Z | Compiling elliptic-curve v0.13.8 |
| 2273 | 2026-08-05T04:13:45.461Z | Compiling string_cache v0.8.9 |
| 2274 | 2026-08-05T04:13:45.472Z | Compiling hickory-proto v0.25.2 |
| 2275 | 2026-08-05T04:13:45.490Z | Compiling toml_edit v0.22.27 |
| 2276 | 2026-08-05T04:13:45.520Z | Compiling petgraph v0.6.5 |
| 2277 | 2026-08-05T04:13:45.596Z | Compiling tokio-postgres v0.7.16 |
| 2278 | 2026-08-05T04:13:45.701Z | Compiling sha3 v0.10.8 |
| 2279 | 2026-08-05T04:13:45.812Z | Compiling chacha20 v0.10.0 |
| 2280 | 2026-08-05T04:13:45.966Z | Compiling petgraph v0.8.3 |
| 2281 | 2026-08-05T04:13:46.134Z | Compiling usdt v0.6.0 |
| 2282 | 2026-08-05T04:13:46.219Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2283 | 2026-08-05T04:13:46.490Z | Compiling zip v4.6.1 |
| 2284 | 2026-08-05T04:13:47.431Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2285 | 2026-08-05T04:13:47.561Z | Compiling ed25519-dalek v2.2.0 |
| 2286 | 2026-08-05T04:13:47.882Z | Compiling crossterm v0.28.1 |
| 2287 | 2026-08-05T04:13:48.294Z | Compiling iddqd v0.4.2 |
| 2288 | 2026-08-05T04:13:48.605Z | Compiling serde_with v3.21.0 |
| 2289 | 2026-08-05T04:13:48.789Z | Compiling similar v2.7.0 |
| 2290 | 2026-08-05T04:13:49.042Z | Compiling strum v0.26.3 |
| 2291 | 2026-08-05T04:13:49.297Z | Compiling tokio-stream v0.1.18 |
| 2292 | 2026-08-05T04:13:49.313Z | Compiling buf-list v1.1.2 |
| 2293 | 2026-08-05T04:13:49.355Z | Compiling itertools v0.13.0 |
| 2294 | 2026-08-05T04:13:49.550Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2295 | 2026-08-05T04:13:49.601Z | Compiling openapiv3 v2.2.0 |
| 2296 | 2026-08-05T04:13:50.615Z | Compiling lalrpop-util v0.19.12 |
| 2297 | 2026-08-05T04:13:50.659Z | Compiling peg-runtime v0.8.5 |
| 2298 | 2026-08-05T04:14:06.875Z | Compiling rustls-webpki v0.103.13 |
| 2299 | 2026-08-05T04:14:10.303Z | Compiling macaddr v1.0.1 |
| 2300 | 2026-08-05T04:14:10.321Z | Compiling rayon-core v1.13.0 |
| 2301 | 2026-08-05T04:14:10.451Z | Compiling crucible-workspace-hack v0.1.0 |
| 2302 | 2026-08-05T04:14:10.525Z | Compiling tokio-rustls v0.26.4 |
| 2303 | 2026-08-05T04:14:10.544Z | Compiling rustls-platform-verifier v0.6.2 |
| 2304 | 2026-08-05T04:14:10.611Z | Compiling tough v0.22.0 |
| 2305 | 2026-08-05T04:14:10.696Z | Compiling itertools v0.15.0 |
| 2306 | 2026-08-05T04:14:10.767Z | Compiling hyper-rustls v0.27.7 |
| 2307 | 2026-08-05T04:14:10.813Z | Compiling secrecy v0.10.3 |
| 2308 | 2026-08-05T04:14:10.816Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2309 | 2026-08-05T04:14:10.995Z | Compiling reqwest v0.13.2 |
| 2310 | 2026-08-05T04:14:11.011Z | Compiling heapless v0.8.0 |
| 2311 | 2026-08-05T04:14:11.080Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2312 | 2026-08-05T04:14:11.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2313 | 2026-08-05T04:14:11.334Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-08-05T04:14:11.420Z | Compiling crossbeam-deque v0.8.6 |
| 2315 | 2026-08-05T04:14:11.423Z | Compiling inout v0.1.4 |
| 2316 | 2026-08-05T04:14:11.475Z | Compiling hash32 v0.3.1 |
| 2317 | 2026-08-05T04:14:11.496Z | Compiling multer v3.1.0 |
| 2318 | 2026-08-05T04:14:11.619Z | Compiling thread_local v1.1.9 |
| 2319 | 2026-08-05T04:14:11.635Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2320 | 2026-08-05T04:14:11.664Z | Compiling smoltcp v0.11.0 |
| 2321 | 2026-08-05T04:14:11.679Z | Compiling unicode-width v0.2.0 |
| 2322 | 2026-08-05T04:14:11.698Z | Compiling compression-core v0.4.31 |
| 2323 | 2026-08-05T04:14:11.713Z | Compiling match_cfg v0.1.0 |
| 2324 | 2026-08-05T04:14:11.800Z | Compiling slog-async v2.8.0 |
| 2325 | 2026-08-05T04:14:11.888Z | Compiling proc-macro-crate v3.4.0 |
| 2326 | 2026-08-05T04:14:11.903Z | Compiling compression-codecs v0.4.37 |
| 2327 | 2026-08-05T04:14:11.958Z | Compiling hostname v0.3.1 |
| 2328 | 2026-08-05T04:14:12.064Z | Compiling ingot-macros v0.2.0 |
| 2329 | 2026-08-05T04:14:12.121Z | Compiling cipher v0.4.4 |
| 2330 | 2026-08-05T04:14:12.147Z | Compiling atomicwrites v0.4.4 |
| 2331 | 2026-08-05T04:14:12.150Z | Compiling slog-json v2.6.1 |
| 2332 | 2026-08-05T04:14:12.244Z | Compiling crossbeam-channel v0.5.15 |
| 2333 | 2026-08-05T04:14:12.268Z | Compiling half v2.7.1 |
| 2334 | 2026-08-05T04:14:12.328Z | Compiling newtype-uuid-macros v0.1.0 |
| 2335 | 2026-08-05T04:14:12.388Z | Compiling cobs v0.3.0 |
| 2336 | 2026-08-05T04:14:12.416Z | Compiling universal-hash v0.5.1 |
| 2337 | 2026-08-05T04:14:12.455Z | Compiling async-stream-impl v0.3.6 |
| 2338 | 2026-08-05T04:14:12.577Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2339 | 2026-08-05T04:14:12.645Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2340 | 2026-08-05T04:14:12.681Z | Compiling serde_spanned v1.1.1 |
| 2341 | 2026-08-05T04:14:12.704Z | Compiling is-terminal v0.4.17 |
| 2342 | 2026-08-05T04:14:12.832Z | Compiling proc-macro-error-attr v1.0.4 |
| 2343 | 2026-08-05T04:14:12.866Z | Compiling dropshot v0.17.1 |
| 2344 | 2026-08-05T04:14:13.068Z | Compiling convert_case v0.4.0 |
| 2345 | 2026-08-05T04:14:13.084Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2346 | 2026-08-05T04:14:13.102Z | Compiling term v1.2.1 |
| 2347 | 2026-08-05T04:14:13.107Z | Compiling take_mut v0.2.2 |
| 2348 | 2026-08-05T04:14:13.107Z | Compiling opaque-debug v0.3.1 |
| 2349 | 2026-08-05T04:14:13.148Z | Compiling ciborium-io v0.2.2 |
| 2350 | 2026-08-05T04:14:13.208Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2351 | 2026-08-05T04:14:13.267Z | Compiling ciborium-ll v0.2.2 |
| 2352 | 2026-08-05T04:14:13.380Z | Compiling poly1305 v0.8.0 |
| 2353 | 2026-08-05T04:14:13.397Z | Compiling derive_more v0.99.20 |
| 2354 | 2026-08-05T04:14:13.505Z | Compiling slog-term v2.9.2 |
| 2355 | 2026-08-05T04:14:13.521Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2356 | 2026-08-05T04:14:13.567Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2357 | 2026-08-05T04:14:13.628Z | Compiling thiserror-no-std v2.0.2 |
| 2358 | 2026-08-05T04:14:13.655Z | Compiling async-stream v0.3.6 |
| 2359 | 2026-08-05T04:14:13.874Z | Compiling postcard v1.1.3 |
| 2360 | 2026-08-05T04:14:14.052Z | Compiling chacha20 v0.9.1 |
| 2361 | 2026-08-05T04:14:14.162Z | Compiling num_enum_derive v0.7.6 |
| 2362 | 2026-08-05T04:14:14.266Z | Compiling slog-bunyan v2.5.0 |
| 2363 | 2026-08-05T04:14:14.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2364 | 2026-08-05T04:14:14.466Z | Compiling async-compression v0.4.41 |
| 2365 | 2026-08-05T04:14:14.523Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2366 | 2026-08-05T04:14:14.633Z | Compiling sha1 v0.11.0 |
| 2367 | 2026-08-05T04:14:14.739Z | Compiling ingot-types v0.2.0 |
| 2368 | 2026-08-05T04:14:14.764Z | Compiling parse-display-derive v0.10.0 |
| 2369 | 2026-08-05T04:14:14.964Z | Compiling proc-macro-crate v1.3.1 |
| 2370 | 2026-08-05T04:14:14.980Z | Compiling waitgroup v0.1.2 |
| 2371 | 2026-08-05T04:14:15.100Z | Compiling backon v1.6.0 |
| 2372 | 2026-08-05T04:14:15.117Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-08-05T04:14:15.162Z | Compiling ingot v0.2.1 |
| 2374 | 2026-08-05T04:14:15.213Z | Compiling rustls-pemfile v2.2.0 |
| 2375 | 2026-08-05T04:14:15.228Z | Compiling dropshot_endpoint v0.17.1 |
| 2376 | 2026-08-05T04:14:15.323Z | Compiling password-hash v0.5.0 |
| 2377 | 2026-08-05T04:14:15.364Z | Compiling blake2 v0.10.6 |
| 2378 | 2026-08-05T04:14:15.499Z | Compiling aead v0.5.2 |
| 2379 | 2026-08-05T04:14:15.516Z | Compiling foreign-types-macros v0.2.3 |
| 2380 | 2026-08-05T04:14:15.580Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2381 | 2026-08-05T04:14:15.616Z | Compiling serde_path_to_error v0.1.20 |
| 2382 | 2026-08-05T04:14:15.718Z | Compiling hostname v0.4.2 |
| 2383 | 2026-08-05T04:14:15.888Z | Compiling proc-macro-error v1.0.4 |
| 2384 | 2026-08-05T04:14:15.904Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2385 | 2026-08-05T04:14:15.995Z | Compiling instant v0.1.13 |
| 2386 | 2026-08-05T04:14:16.073Z | Compiling debug-ignore v1.0.5 |
| 2387 | 2026-08-05T04:14:16.117Z | Compiling foreign-types-shared v0.3.1 |
| 2388 | 2026-08-05T04:14:16.168Z | Compiling backoff v0.4.0 |
| 2389 | 2026-08-05T04:14:16.184Z | Compiling chacha20poly1305 v0.10.1 |
| 2390 | 2026-08-05T04:14:16.207Z | Compiling argon2 v0.5.3 |
| 2391 | 2026-08-05T04:14:16.223Z | Compiling foreign-types v0.5.0 |
| 2392 | 2026-08-05T04:14:16.240Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2393 | 2026-08-05T04:14:16.259Z | Compiling num_enum_derive v0.5.11 |
| 2394 | 2026-08-05T04:14:16.276Z | Compiling parse-display v0.10.0 |
| 2395 | 2026-08-05T04:14:16.294Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-05T04:14:16.323Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2397 | 2026-08-05T04:14:16.417Z | Compiling vsss-rs v3.3.4 |
| 2398 | 2026-08-05T04:14:16.442Z | Compiling ciborium v0.2.2 |
| 2399 | 2026-08-05T04:14:16.679Z | Compiling tabwriter v1.4.1 |
| 2400 | 2026-08-05T04:14:16.759Z | Compiling regress v0.10.5 |
| 2401 | 2026-08-05T04:14:16.800Z | Compiling itertools v0.14.0 |
| 2402 | 2026-08-05T04:14:16.871Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2403 | 2026-08-05T04:14:17.048Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2404 | 2026-08-05T04:14:17.066Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2405 | 2026-08-05T04:14:17.090Z | Compiling cstr-argument v0.1.2 |
| 2406 | 2026-08-05T04:14:17.205Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2407 | 2026-08-05T04:14:17.222Z | Compiling humantime v2.3.0 |
| 2408 | 2026-08-05T04:14:17.291Z | Compiling num_enum v0.5.11 |
| 2409 | 2026-08-05T04:14:17.325Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2410 | 2026-08-05T04:14:17.380Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2411 | 2026-08-05T04:14:17.443Z | Compiling rayon v1.11.0 |
| 2412 | 2026-08-05T04:14:17.460Z | Compiling rand v0.10.1 |
| 2413 | 2026-08-05T04:14:17.475Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2414 | 2026-08-05T04:14:17.516Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2415 | 2026-08-05T04:14:17.663Z | Compiling colored v3.1.1 |
| 2416 | 2026-08-05T04:14:17.681Z | Compiling libefi-sys v0.1.0 |
| 2417 | 2026-08-05T04:14:17.681Z | Compiling indent_write v2.2.0 |
| 2418 | 2026-08-05T04:14:17.713Z | Compiling zone_cfg_derive v0.3.1 |
| 2419 | 2026-08-05T04:14:17.717Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2420 | 2026-08-05T04:14:17.731Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2421 | 2026-08-05T04:14:17.762Z | Compiling camino-tempfile v1.4.1 |
| 2422 | 2026-08-05T04:14:17.869Z | Compiling itertools v0.12.1 |
| 2423 | 2026-08-05T04:14:17.885Z | Compiling usdt-macro v0.5.0 |
| 2424 | 2026-08-05T04:14:17.927Z | Compiling usdt-attr-macro v0.5.0 |
| 2425 | 2026-08-05T04:14:17.965Z | Compiling bitfield-struct v0.6.2 |
| 2426 | 2026-08-05T04:14:17.985Z | Compiling num-derive v0.4.2 |
| 2427 | 2026-08-05T04:14:18.286Z | Compiling blake3 v1.8.5 |
| 2428 | 2026-08-05T04:14:18.318Z | Compiling memmap v0.7.0 |
| 2429 | 2026-08-05T04:14:18.363Z | Compiling sigpipe v0.1.3 |
| 2430 | 2026-08-05T04:14:18.422Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2431 | 2026-08-05T04:14:18.480Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-05T04:14:18.612Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2433 | 2026-08-05T04:14:18.630Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2434 | 2026-08-05T04:14:18.633Z | Compiling glob v0.3.3 |
| 2435 | 2026-08-05T04:14:18.633Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2436 | 2026-08-05T04:14:18.720Z | Compiling usdt v0.5.0 |
| 2437 | 2026-08-05T04:14:18.807Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2438 | 2026-08-05T04:14:18.887Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2439 | 2026-08-05T04:14:18.966Z | Compiling smf v0.2.3 |
| 2440 | 2026-08-05T04:14:18.996Z | Compiling filetime v0.2.27 |
| 2441 | 2026-08-05T04:14:19.022Z | Compiling constant_time_eq v0.4.2 |
| 2442 | 2026-08-05T04:14:19.120Z | Compiling arrayref v0.3.9 |
| 2443 | 2026-08-05T04:14:19.191Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2026-08-05T04:14:19.209Z | Compiling zone v0.3.1 |
| 2445 | 2026-08-05T04:14:19.225Z | Compiling whoami v1.6.1 |
| 2446 | 2026-08-05T04:14:19.240Z | Compiling xattr v1.6.1 |
| 2447 | 2026-08-05T04:14:19.257Z | Compiling arrayvec v0.7.6 |
| 2448 | 2026-08-05T04:14:19.289Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2449 | 2026-08-05T04:14:19.368Z | Compiling tokio-dtrace v0.1.1 |
| 2450 | 2026-08-05T04:14:19.391Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2451 | 2026-08-05T04:14:19.461Z | Compiling tar v0.4.46 |
| 2452 | 2026-08-05T04:14:19.564Z | Compiling console v0.16.2 |
| 2453 | 2026-08-05T04:14:19.581Z | Compiling gethostname v0.5.0 |
| 2454 | 2026-08-05T04:14:19.678Z | Compiling unit-prefix v0.5.2 |
| 2455 | 2026-08-05T04:14:19.701Z | Compiling topological-sort v0.2.2 |
| 2456 | 2026-08-05T04:14:19.717Z | Compiling oxide-tokio-rt v0.1.4 |
| 2457 | 2026-08-05T04:14:19.732Z | Compiling toml v0.8.23 |
| 2458 | 2026-08-05T04:14:19.889Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2459 | 2026-08-05T04:14:19.973Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2460 | 2026-08-05T04:14:20.109Z | Compiling indicatif v0.18.4 |
| 2461 | 2026-08-05T04:14:20.185Z | Compiling shell-words v1.1.1 |
| 2462 | 2026-08-05T04:14:29.548Z | Compiling progenitor-client v0.14.0 |
| 2463 | 2026-08-05T04:14:29.548Z | Compiling omicron-zone-package v0.12.3 |
| 2464 | 2026-08-05T04:14:29.785Z | Compiling progenitor-extras v0.2.0 |
| 2465 | 2026-08-05T04:14:30.128Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2466 | 2026-08-05T04:14:30.249Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2467 | 2026-08-05T04:14:30.291Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2468 | 2026-08-05T04:14:30.330Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2469 | 2026-08-05T04:14:30.400Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2470 | 2026-08-05T04:14:30.449Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2471 | 2026-08-05T04:14:30.661Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2472 | 2026-08-05T04:14:30.796Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2473 | 2026-08-05T04:14:31.219Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-08-05T04:14:34.996Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2475 | 2026-08-05T04:14:43.188Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-08-05T04:14:46.419Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2477 | 2026-08-05T04:14:47.483Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2478 | 2026-08-05T04:14:56.970Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2479 | 2026-08-05T04:14:57.120Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2480 | 2026-08-05T04:14:57.183Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2481 | 2026-08-05T04:14:57.187Z | Created new build target 'test' and set it as active |
| 2482 | 2026-08-05T04:14:57.187Z | |
| 2483 | 2026-08-05T04:14:57.187Z | real 1:45.049863376 |
| 2484 | 2026-08-05T04:14:57.187Z | user 17:22.749872286 |
| 2485 | 2026-08-05T04:14:57.187Z | sys 2:43.902661021 |
| 2486 | 2026-08-05T04:14:57.187Z | trap 0.492118248 |
| 2487 | 2026-08-05T04:14:57.187Z | tflt 2.490698731 |
| 2488 | 2026-08-05T04:14:57.187Z | dflt 5.051629207 |
| 2489 | 2026-08-05T04:14:57.187Z | kflt 0.000603720 |
| 2490 | 2026-08-05T04:14:57.187Z | lock 56:37.143708076 |
| 2491 | 2026-08-05T04:14:57.187Z | slp 44:12.662255230 |
| 2492 | 2026-08-05T04:14:57.187Z | lat 50.342667429 |
| 2493 | 2026-08-05T04:14:57.187Z | stop 6:12.701746099 |
| 2494 | 2026-08-05T04:14:57.190Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2495 | 2026-08-05T04:14:58.094Z | Finished `release` profile [optimized] target(s) in 0.89s |
| 2496 | 2026-08-05T04:14:58.164Z | Running `target/release/omicron-package -t test package` |
| 2497 | 2026-08-05T04:14:58.221Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2498 | 2026-08-05T04:14:59.653Z | Compiling heck v0.5.0 |
| 2499 | 2026-08-05T04:14:59.653Z | Compiling regress v0.11.1 |
| 2500 | 2026-08-05T04:14:59.876Z | Compiling unsafe-libyaml v0.2.11 |
| 2501 | 2026-08-05T04:14:59.918Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2502 | 2026-08-05T04:14:59.942Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2503 | 2026-08-05T04:14:59.962Z | Compiling derive-where v1.6.0 |
| 2504 | 2026-08-05T04:14:59.965Z | Compiling bytecount v0.6.9 |
| 2505 | 2026-08-05T04:15:00.000Z | Compiling atomicwrites v0.4.4 |
| 2506 | 2026-08-05T04:15:00.000Z | Compiling is-terminal v0.4.17 |
| 2507 | 2026-08-05T04:15:00.004Z | Compiling prettyplease v0.2.37 |
| 2508 | 2026-08-05T04:15:00.004Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2509 | 2026-08-05T04:15:00.004Z | Compiling console v0.15.11 |
| 2510 | 2026-08-05T04:15:00.004Z | Compiling newline-converter v0.3.0 |
| 2511 | 2026-08-05T04:15:00.041Z | Compiling slog-dtrace v0.3.0 |
| 2512 | 2026-08-05T04:15:00.082Z | Compiling resolv-conf v0.7.6 |
| 2513 | 2026-08-05T04:15:00.170Z | Compiling num-rational v0.4.2 |
| 2514 | 2026-08-05T04:15:00.194Z | Compiling num-complex v0.4.6 |
| 2515 | 2026-08-05T04:15:00.197Z | Compiling thread_local v1.1.9 |
| 2516 | 2026-08-05T04:15:00.240Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2517 | 2026-08-05T04:15:00.261Z | Compiling unicode-width v0.1.14 |
| 2518 | 2026-08-05T04:15:00.327Z | Compiling compression-core v0.4.31 |
| 2519 | 2026-08-05T04:15:00.473Z | Compiling serde_yaml v0.9.34+deprecated |
| 2520 | 2026-08-05T04:15:00.499Z | Compiling expectorate v1.2.0 |
| 2521 | 2026-08-05T04:15:00.577Z | Compiling match_cfg v0.1.0 |
| 2522 | 2026-08-05T04:15:00.622Z | Compiling cancel-safe-futures v0.1.5 |
| 2523 | 2026-08-05T04:15:00.668Z | Compiling hostname v0.3.1 |
| 2524 | 2026-08-05T04:15:00.690Z | Compiling num v0.4.3 |
| 2525 | 2026-08-05T04:15:00.714Z | Compiling compression-codecs v0.4.37 |
| 2526 | 2026-08-05T04:15:00.735Z | Compiling multer v3.1.0 |
| 2527 | 2026-08-05T04:15:00.761Z | Compiling slog-async v2.8.0 |
| 2528 | 2026-08-05T04:15:00.789Z | Compiling crossbeam-channel v0.5.15 |
| 2529 | 2026-08-05T04:15:00.814Z | Compiling slog-json v2.6.1 |
| 2530 | 2026-08-05T04:15:00.835Z | Compiling serde_spanned v1.1.1 |
| 2531 | 2026-08-05T04:15:00.838Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2532 | 2026-08-05T04:15:00.914Z | Compiling term v1.2.1 |
| 2533 | 2026-08-05T04:15:00.976Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2534 | 2026-08-05T04:15:01.014Z | Compiling take_mut v0.2.2 |
| 2535 | 2026-08-05T04:15:01.046Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2536 | 2026-08-05T04:15:01.069Z | Compiling float-ord v0.3.2 |
| 2537 | 2026-08-05T04:15:01.138Z | Compiling oxide-update-engine-types v0.1.2 |
| 2538 | 2026-08-05T04:15:01.160Z | Compiling linked-hash-map v0.5.6 |
| 2539 | 2026-08-05T04:15:01.204Z | Compiling slog-term v2.9.2 |
| 2540 | 2026-08-05T04:15:01.226Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2541 | 2026-08-05T04:15:01.229Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2542 | 2026-08-05T04:15:01.229Z | Compiling slog-bunyan v2.5.0 |
| 2543 | 2026-08-05T04:15:01.291Z | Compiling async-compression v0.4.41 |
| 2544 | 2026-08-05T04:15:01.351Z | Compiling lru-cache v0.1.2 |
| 2545 | 2026-08-05T04:15:01.424Z | Compiling typify-impl v0.6.2 |
| 2546 | 2026-08-05T04:15:01.629Z | Compiling async-stream v0.3.6 |
| 2547 | 2026-08-05T04:15:01.712Z | Compiling dropshot v0.17.1 |
| 2548 | 2026-08-05T04:15:01.742Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2549 | 2026-08-05T04:15:01.780Z | Compiling sha1 v0.11.0 |
| 2550 | 2026-08-05T04:15:01.783Z | Compiling progenitor-client v0.14.0 |
| 2551 | 2026-08-05T04:15:01.826Z | Compiling waitgroup v0.1.2 |
| 2552 | 2026-08-05T04:15:01.872Z | Compiling rustls-pemfile v2.2.0 |
| 2553 | 2026-08-05T04:15:01.907Z | Compiling backon v1.6.0 |
| 2554 | 2026-08-05T04:15:01.929Z | Compiling hostname v0.4.2 |
| 2555 | 2026-08-05T04:15:01.990Z | Compiling serde_path_to_error v0.1.20 |
| 2556 | 2026-08-05T04:15:02.064Z | Compiling instant v0.1.13 |
| 2557 | 2026-08-05T04:15:02.097Z | Compiling minimal-lexical v0.2.1 |
| 2558 | 2026-08-05T04:15:02.097Z | Compiling linear-map v1.2.0 |
| 2559 | 2026-08-05T04:15:02.140Z | Compiling debug-ignore v1.0.5 |
| 2560 | 2026-08-05T04:15:02.160Z | Compiling progenitor-extras v0.2.0 |
| 2561 | 2026-08-05T04:15:02.203Z | Compiling backoff v0.4.0 |
| 2562 | 2026-08-05T04:15:02.271Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2563 | 2026-08-05T04:15:02.348Z | Compiling oxide-update-engine v0.1.2 |
| 2564 | 2026-08-05T04:15:02.371Z | Compiling nom v7.1.3 |
| 2565 | 2026-08-05T04:15:02.397Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2566 | 2026-08-05T04:15:02.441Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2567 | 2026-08-05T04:15:02.463Z | Compiling parse-display v0.10.0 |
| 2568 | 2026-08-05T04:15:02.527Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2569 | 2026-08-05T04:15:02.554Z | Compiling hickory-proto v0.24.4 |
| 2570 | 2026-08-05T04:15:02.957Z | Compiling regress v0.10.5 |
| 2571 | 2026-08-05T04:15:03.223Z | Compiling itertools v0.14.0 |
| 2572 | 2026-08-05T04:15:03.685Z | Compiling macaddr v1.0.1 |
| 2573 | 2026-08-05T04:15:03.770Z | Compiling unicode-xid v0.2.6 |
| 2574 | 2026-08-05T04:15:03.803Z | Compiling humantime v2.3.0 |
| 2575 | 2026-08-05T04:15:04.029Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2576 | 2026-08-05T04:15:04.069Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2577 | 2026-08-05T04:15:04.093Z | Compiling convert_case v0.10.0 |
| 2578 | 2026-08-05T04:15:04.263Z | Compiling owo-colors v4.3.0 |
| 2579 | 2026-08-05T04:15:04.379Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2580 | 2026-08-05T04:15:04.399Z | Compiling derive_more-impl v2.1.1 |
| 2581 | 2026-08-05T04:15:04.489Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2582 | 2026-08-05T04:15:04.668Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2583 | 2026-08-05T04:15:04.724Z | Compiling toml v0.8.23 |
| 2584 | 2026-08-05T04:15:04.946Z | Compiling typify-macro v0.6.2 |
| 2585 | 2026-08-05T04:15:04.980Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2586 | 2026-08-05T04:15:05.150Z | Compiling hickory-resolver v0.24.4 |
| 2587 | 2026-08-05T04:15:05.174Z | Compiling papergrid v0.11.0 |
| 2588 | 2026-08-05T04:15:05.177Z | Compiling derive_more v2.1.1 |
| 2589 | 2026-08-05T04:15:05.289Z | Compiling tabled_derive v0.7.0 |
| 2590 | 2026-08-05T04:15:05.310Z | Compiling termtree v0.5.1 |
| 2591 | 2026-08-05T04:15:05.511Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2592 | 2026-08-05T04:15:05.864Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2593 | 2026-08-05T04:15:05.869Z | Compiling crossterm v0.29.0 |
| 2594 | 2026-08-05T04:15:06.184Z | Compiling tabled v0.15.0 |
| 2595 | 2026-08-05T04:15:06.390Z | Compiling qorb v0.4.1 |
| 2596 | 2026-08-05T04:15:06.522Z | Compiling typify v0.6.2 |
| 2597 | 2026-08-05T04:15:06.825Z | Compiling progenitor-impl v0.14.0 |
| 2598 | 2026-08-05T04:15:07.389Z | Compiling phf_shared v0.12.1 |
| 2599 | 2026-08-05T04:15:07.669Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2600 | 2026-08-05T04:15:08.199Z | Compiling vte v0.14.1 |
| 2601 | 2026-08-05T04:15:08.456Z | Compiling csv-core v0.1.13 |
| 2602 | 2026-08-05T04:15:08.775Z | Compiling highway v1.3.0 |
| 2603 | 2026-08-05T04:15:08.893Z | Compiling chrono-tz v0.10.4 |
| 2604 | 2026-08-05T04:15:08.985Z | Compiling progenitor-macro v0.14.0 |
| 2605 | 2026-08-05T04:15:09.513Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2606 | 2026-08-05T04:15:10.204Z | Compiling csv v1.4.0 |
| 2607 | 2026-08-05T04:15:10.374Z | Compiling strip-ansi-escapes v0.2.1 |
| 2608 | 2026-08-05T04:15:10.493Z | Compiling phf v0.12.1 |
| 2609 | 2026-08-05T04:15:10.644Z | Compiling const_format_proc_macros v0.2.34 |
| 2610 | 2026-08-05T04:15:10.697Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2611 | 2026-08-05T04:15:10.851Z | Compiling fd-lock v4.0.4 |
| 2612 | 2026-08-05T04:15:11.031Z | Compiling peg-macros v0.8.5 |
| 2613 | 2026-08-05T04:15:11.149Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2614 | 2026-08-05T04:15:11.175Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2615 | 2026-08-05T04:15:11.417Z | Compiling nu-ansi-term v0.50.3 |
| 2616 | 2026-08-05T04:15:11.726Z | Compiling reedline v0.40.0 |
| 2617 | 2026-08-05T04:15:11.959Z | Compiling const_format v0.2.35 |
| 2618 | 2026-08-05T04:15:12.316Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2619 | 2026-08-05T04:15:12.464Z | Compiling peg v0.8.5 |
| 2620 | 2026-08-05T04:15:12.551Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2621 | 2026-08-05T04:15:12.622Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2622 | 2026-08-05T04:15:13.120Z | Compiling progenitor v0.14.0 |
| 2623 | 2026-08-05T04:15:13.328Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2624 | 2026-08-05T04:15:13.393Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2625 | 2026-08-05T04:15:13.566Z | Compiling bcs v0.1.6 |
| 2626 | 2026-08-05T04:15:13.992Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2627 | 2026-08-05T04:15:15.383Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2628 | 2026-08-05T04:15:15.404Z | Compiling nom v8.0.0 |
| 2629 | 2026-08-05T04:15:15.404Z | Compiling semver v0.1.20 |
| 2630 | 2026-08-05T04:15:15.404Z | Compiling rustc_version v0.1.7 |
| 2631 | 2026-08-05T04:15:15.581Z | Compiling newtype_derive v0.1.6 |
| 2632 | 2026-08-05T04:15:15.601Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2633 | 2026-08-05T04:15:15.818Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2634 | 2026-08-05T04:15:15.882Z | Compiling unicode-linebreak v0.1.5 |
| 2635 | 2026-08-05T04:15:15.907Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2636 | 2026-08-05T04:15:16.052Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2637 | 2026-08-05T04:15:16.206Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2638 | 2026-08-05T04:15:16.270Z | Compiling smawk v0.3.2 |
| 2639 | 2026-08-05T04:15:16.445Z | Compiling textwrap v0.16.2 |
| 2640 | 2026-08-05T04:15:16.487Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2641 | 2026-08-05T04:15:16.606Z | Compiling steno v0.4.1 |
| 2642 | 2026-08-05T04:15:16.984Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2643 | 2026-08-05T04:15:18.039Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2644 | 2026-08-05T04:15:18.300Z | Compiling sha1 v0.10.6 |
| 2645 | 2026-08-05T04:15:18.648Z | Compiling tagptr v0.2.0 |
| 2646 | 2026-08-05T04:15:18.742Z | Compiling utf-8 v0.7.6 |
| 2647 | 2026-08-05T04:15:18.761Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2648 | 2026-08-05T04:15:18.844Z | Compiling moka v0.12.13 |
| 2649 | 2026-08-05T04:15:18.873Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2650 | 2026-08-05T04:15:18.990Z | Compiling tungstenite v0.21.0 |
| 2651 | 2026-08-05T04:15:19.059Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2652 | 2026-08-05T04:15:19.176Z | Compiling darling_core v0.21.3 |
| 2653 | 2026-08-05T04:15:19.238Z | Compiling display-error-chain v0.2.2 |
| 2654 | 2026-08-05T04:15:19.441Z | Compiling vergen-lib v0.1.6 |
| 2655 | 2026-08-05T04:15:19.678Z | Compiling tokio-tungstenite v0.21.0 |
| 2656 | 2026-08-05T04:15:20.129Z | Compiling hickory-resolver v0.25.2 |
| 2657 | 2026-08-05T04:15:20.129Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2658 | 2026-08-05T04:15:21.054Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2659 | 2026-08-05T04:15:21.405Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2660 | 2026-08-05T04:15:21.478Z | Compiling darling_macro v0.21.3 |
| 2661 | 2026-08-05T04:15:21.647Z | Compiling diesel_derives v2.3.7 |
| 2662 | 2026-08-05T04:15:21.718Z | Compiling proc-macro-error2 v2.0.1 |
| 2663 | 2026-08-05T04:15:21.992Z | Compiling darling v0.21.3 |
| 2664 | 2026-08-05T04:15:22.015Z | Compiling libscf-sys v1.2.0 |
| 2665 | 2026-08-05T04:15:22.042Z | Compiling scheduled-thread-pool v0.2.7 |
| 2666 | 2026-08-05T04:15:22.095Z | Compiling dsl_auto_type v0.2.0 |
| 2667 | 2026-08-05T04:15:22.118Z | Compiling vergen-gitcl v1.0.8 |
| 2668 | 2026-08-05T04:15:22.134Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2669 | 2026-08-05T04:15:22.190Z | Compiling dirs-sys-next v0.1.2 |
| 2670 | 2026-08-05T04:15:22.224Z | Compiling maplit v1.0.2 |
| 2671 | 2026-08-05T04:15:22.346Z | Compiling crunchy v0.2.4 |
| 2672 | 2026-08-05T04:15:22.376Z | Compiling glob v0.3.3 |
| 2673 | 2026-08-05T04:15:22.392Z | Compiling dirs-next v2.0.0 |
| 2674 | 2026-08-05T04:15:22.471Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2675 | 2026-08-05T04:15:22.531Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2676 | 2026-08-05T04:15:22.622Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2677 | 2026-08-05T04:15:22.712Z | Compiling r2d2 v0.8.10 |
| 2678 | 2026-08-05T04:15:22.745Z | Compiling clang-sys v1.8.1 |
| 2679 | 2026-08-05T04:15:22.762Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2680 | 2026-08-05T04:15:23.017Z | Compiling tabled_derive v0.11.0 |
| 2681 | 2026-08-05T04:15:23.441Z | Compiling papergrid v0.17.0 |
| 2682 | 2026-08-05T04:15:23.490Z | Compiling testing_table v0.3.0 |
| 2683 | 2026-08-05T04:15:23.802Z | Compiling downcast-rs v2.0.2 |
| 2684 | 2026-08-05T04:15:23.934Z | Compiling tiny-keccak v2.0.2 |
| 2685 | 2026-08-05T04:15:24.313Z | Compiling term v0.7.0 |
| 2686 | 2026-08-05T04:15:24.639Z | Compiling tabled v0.20.0 |
| 2687 | 2026-08-05T04:15:24.815Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2688 | 2026-08-05T04:15:24.841Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2689 | 2026-08-05T04:15:24.959Z | Compiling bit-vec v0.6.3 |
| 2690 | 2026-08-05T04:15:25.007Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2691 | 2026-08-05T04:15:25.129Z | Compiling ascii-canvas v3.0.0 |
| 2692 | 2026-08-05T04:15:25.243Z | Compiling bit-set v0.5.3 |
| 2693 | 2026-08-05T04:15:25.347Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2694 | 2026-08-05T04:15:25.361Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2695 | 2026-08-05T04:15:25.616Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2696 | 2026-08-05T04:15:25.625Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2697 | 2026-08-05T04:15:25.756Z | Compiling itertools v0.10.5 |
| 2698 | 2026-08-05T04:15:25.756Z | Compiling ena v0.14.4 |
| 2699 | 2026-08-05T04:15:25.929Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2700 | 2026-08-05T04:15:26.020Z | Compiling libloading v0.8.9 |
| 2701 | 2026-08-05T04:15:27.721Z | Compiling unicase v2.9.0 |
| 2702 | 2026-08-05T04:15:27.779Z | Compiling xshell-macros v0.2.7 |
| 2703 | 2026-08-05T04:15:27.779Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2704 | 2026-08-05T04:15:27.779Z | Compiling regex-syntax v0.6.29 |
| 2705 | 2026-08-05T04:15:27.780Z | Compiling diff v0.1.13 |
| 2706 | 2026-08-05T04:15:27.780Z | Compiling bindgen v0.71.1 |
| 2707 | 2026-08-05T04:15:27.780Z | Compiling xshell v0.2.7 |
| 2708 | 2026-08-05T04:15:27.780Z | Compiling diesel v2.3.7 |
| 2709 | 2026-08-05T04:15:27.908Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2710 | 2026-08-05T04:15:28.142Z | Compiling lalrpop v0.19.12 |
| 2711 | 2026-08-05T04:15:28.485Z | Compiling cexpr v0.6.0 |
| 2712 | 2026-08-05T04:15:28.930Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2713 | 2026-08-05T04:15:29.060Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2714 | 2026-08-05T04:15:29.109Z | Compiling rustc-hash v2.1.1 |
| 2715 | 2026-08-05T04:15:29.150Z | Compiling crc8 v0.1.1 |
| 2716 | 2026-08-05T04:15:29.569Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2717 | 2026-08-05T04:15:29.576Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2718 | 2026-08-05T04:15:29.624Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2719 | 2026-08-05T04:15:29.942Z | Compiling headers-core v0.3.0 |
| 2720 | 2026-08-05T04:15:30.105Z | Compiling libxml v0.3.3 |
| 2721 | 2026-08-05T04:15:30.127Z | Compiling headers v0.4.1 |
| 2722 | 2026-08-05T04:15:30.182Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2723 | 2026-08-05T04:15:30.406Z | Compiling strum_macros v0.24.3 |
| 2724 | 2026-08-05T04:15:30.430Z | Compiling indoc v1.0.9 |
| 2725 | 2026-08-05T04:15:30.826Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2726 | 2026-08-05T04:15:30.889Z | Compiling derive_builder v0.20.2 |
| 2727 | 2026-08-05T04:15:31.038Z | Compiling quick-xml v0.37.5 |
| 2728 | 2026-08-05T04:15:31.062Z | Compiling oso-derive v0.27.3 |
| 2729 | 2026-08-05T04:15:31.575Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2730 | 2026-08-05T04:15:31.626Z | Compiling openssl-probe v0.1.6 |
| 2731 | 2026-08-05T04:15:31.733Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2732 | 2026-08-05T04:15:31.923Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2733 | 2026-08-05T04:15:32.031Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2734 | 2026-08-05T04:15:32.103Z | Compiling bb8 v0.8.6 |
| 2735 | 2026-08-05T04:15:32.144Z | Compiling trait-variant v0.1.2 |
| 2736 | 2026-08-05T04:15:32.432Z | Compiling half v1.8.3 |
| 2737 | 2026-08-05T04:15:32.497Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2738 | 2026-08-05T04:15:32.525Z | Compiling progenitor-impl v0.13.0 |
| 2739 | 2026-08-05T04:15:32.602Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2740 | 2026-08-05T04:15:32.712Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2741 | 2026-08-05T04:15:32.847Z | Compiling serde_cbor v0.11.2 |
| 2742 | 2026-08-05T04:15:32.912Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2743 | 2026-08-05T04:15:33.711Z | Compiling progenitor-client v0.13.0 |
| 2744 | 2026-08-05T04:15:33.748Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2745 | 2026-08-05T04:15:33.844Z | Compiling nonempty v0.12.0 |
| 2746 | 2026-08-05T04:15:33.872Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2747 | 2026-08-05T04:15:33.895Z | Compiling samael v0.0.19 |
| 2748 | 2026-08-05T04:15:34.015Z | Compiling fxhash v0.2.1 |
| 2749 | 2026-08-05T04:15:34.088Z | Compiling libz-sys v1.1.24 |
| 2750 | 2026-08-05T04:15:34.186Z | Compiling salty v0.3.0 |
| 2751 | 2026-08-05T04:15:34.516Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2752 | 2026-08-05T04:15:34.556Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2753 | 2026-08-05T04:15:34.666Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2754 | 2026-08-05T04:15:34.708Z | Compiling progenitor-macro v0.13.0 |
| 2755 | 2026-08-05T04:15:34.916Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2756 | 2026-08-05T04:15:35.120Z | Compiling kstat-rs v0.2.4 |
| 2757 | 2026-08-05T04:15:35.413Z | Compiling mime_guess v2.0.5 |
| 2758 | 2026-08-05T04:15:35.593Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2759 | 2026-08-05T04:15:35.689Z | Compiling polar-core v0.27.3 |
| 2760 | 2026-08-05T04:15:35.963Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2761 | 2026-08-05T04:15:37.412Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2762 | 2026-08-05T04:15:38.842Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2763 | 2026-08-05T04:15:38.863Z | Compiling progenitor v0.13.0 |
| 2764 | 2026-08-05T04:15:38.958Z | Compiling rfc6979 v0.4.0 |
| 2765 | 2026-08-05T04:15:39.043Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2766 | 2026-08-05T04:15:39.067Z | Compiling nanorand v0.7.0 |
| 2767 | 2026-08-05T04:15:39.142Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2768 | 2026-08-05T04:15:39.458Z | Compiling parking_lot_core v0.8.6 |
| 2769 | 2026-08-05T04:15:39.626Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2770 | 2026-08-05T04:15:39.784Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2771 | 2026-08-05T04:15:39.926Z | Compiling flume v0.11.1 |
| 2772 | 2026-08-05T04:15:40.326Z | Compiling ecdsa v0.16.9 |
| 2773 | 2026-08-05T04:15:40.798Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2774 | 2026-08-05T04:15:40.993Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2775 | 2026-08-05T04:15:41.033Z | Compiling primeorder v0.13.6 |
| 2776 | 2026-08-05T04:15:41.361Z | Compiling git-stub v1.0.0 |
| 2777 | 2026-08-05T04:15:41.626Z | Compiling http-range v0.1.5 |
| 2778 | 2026-08-05T04:15:41.886Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2779 | 2026-08-05T04:15:41.960Z | Compiling strsim v0.10.0 |
| 2780 | 2026-08-05T04:15:42.114Z | Compiling instability v0.3.11 |
| 2781 | 2026-08-05T04:15:42.176Z | Compiling darling_core v0.13.4 |
| 2782 | 2026-08-05T04:15:42.292Z | Compiling git-stub-vcs v0.1.0 |
| 2783 | 2026-08-05T04:15:42.368Z | Compiling p384 v0.13.1 |
| 2784 | 2026-08-05T04:15:43.098Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2785 | 2026-08-05T04:15:43.862Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2786 | 2026-08-05T04:15:43.898Z | Compiling ignore v0.4.25 |
| 2787 | 2026-08-05T04:15:43.939Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2788 | 2026-08-05T04:15:44.194Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2789 | 2026-08-05T04:15:44.540Z | Compiling castaway v0.2.4 |
| 2790 | 2026-08-05T04:15:45.652Z | Compiling oso v0.27.3 |
| 2791 | 2026-08-05T04:15:47.366Z | Compiling diesel-dtrace v0.5.0 |
| 2792 | 2026-08-05T04:15:49.176Z | Compiling async-bb8-diesel v0.2.1 |
| 2793 | 2026-08-05T04:15:49.189Z | Compiling vergen-git2 v9.1.0 |
| 2794 | 2026-08-05T04:15:49.189Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2795 | 2026-08-05T04:15:49.189Z | Compiling indoc v2.0.7 |
| 2796 | 2026-08-05T04:15:49.190Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2797 | 2026-08-05T04:15:49.190Z | Compiling compact_str v0.8.1 |
| 2798 | 2026-08-05T04:15:49.190Z | Compiling globwalk v0.9.1 |
| 2799 | 2026-08-05T04:15:49.190Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2800 | 2026-08-05T04:15:49.190Z | Compiling darling_macro v0.13.4 |
| 2801 | 2026-08-05T04:15:49.190Z | Compiling parking_lot v0.11.2 |
| 2802 | 2026-08-05T04:15:49.374Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2803 | 2026-08-05T04:15:49.419Z | Compiling hyper-staticfile v0.10.1 |
| 2804 | 2026-08-05T04:15:49.460Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2805 | 2026-08-05T04:15:49.980Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2806 | 2026-08-05T04:15:50.058Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2807 | 2026-08-05T04:15:50.260Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2808 | 2026-08-05T04:15:50.544Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2809 | 2026-08-05T04:15:50.688Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6) |
| 2810 | 2026-08-05T04:15:50.935Z | Compiling predicates-tree v1.0.13 |
| 2811 | 2026-08-05T04:15:50.984Z | Compiling unicode-truncate v1.1.0 |
| 2812 | 2026-08-05T04:15:51.208Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2813 | 2026-08-05T04:15:51.348Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2814 | 2026-08-05T04:15:51.427Z | Compiling lru v0.12.5 |
| 2815 | 2026-08-05T04:15:51.654Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2816 | 2026-08-05T04:15:52.315Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2817 | 2026-08-05T04:15:52.477Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2818 | 2026-08-05T04:15:52.509Z | Compiling digest-io v0.1.0 |
| 2819 | 2026-08-05T04:15:52.714Z | Compiling sha2 v0.11.0 |
| 2820 | 2026-08-05T04:15:53.607Z | Compiling prefix-trie v0.7.0 |
| 2821 | 2026-08-05T04:15:54.091Z | Compiling rand_seeder v0.4.0 |
| 2822 | 2026-08-05T04:15:54.304Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2823 | 2026-08-05T04:15:54.367Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2824 | 2026-08-05T04:15:54.446Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2825 | 2026-08-05T04:15:54.610Z | Compiling corncobs v0.1.4 |
| 2826 | 2026-08-05T04:15:54.789Z | Compiling cassowary v0.3.0 |
| 2827 | 2026-08-05T04:15:54.867Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2828 | 2026-08-05T04:15:55.090Z | Compiling rawzip v0.4.4 |
| 2829 | 2026-08-05T04:15:55.443Z | Compiling ratatui v0.29.0 |
| 2830 | 2026-08-05T04:15:56.149Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2831 | 2026-08-05T04:15:56.247Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2832 | 2026-08-05T04:15:56.391Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2833 | 2026-08-05T04:15:56.591Z | Compiling hickory-server v0.25.2 |
| 2834 | 2026-08-05T04:15:56.903Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2835 | 2026-08-05T04:15:56.993Z | Compiling camino-tempfile-ext v0.3.3 |
| 2836 | 2026-08-05T04:15:57.666Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2837 | 2026-08-05T04:16:00.349Z | Compiling darling v0.13.4 |
| 2838 | 2026-08-05T04:16:00.377Z | Compiling sled v0.34.7 |
| 2839 | 2026-08-05T04:16:00.468Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2840 | 2026-08-05T04:16:00.706Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2841 | 2026-08-05T04:16:01.306Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2842 | 2026-08-05T04:16:01.381Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2843 | 2026-08-05T04:16:01.439Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2844 | 2026-08-05T04:16:01.750Z | Compiling secrecy v0.8.0 |
| 2845 | 2026-08-05T04:16:01.753Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2846 | 2026-08-05T04:16:01.753Z | Compiling serde_with_macros v1.5.2 |
| 2847 | 2026-08-05T04:16:01.920Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2848 | 2026-08-05T04:16:02.813Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2849 | 2026-08-05T04:16:03.285Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2850 | 2026-08-05T04:16:03.776Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2851 | 2026-08-05T04:16:04.568Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2852 | 2026-08-05T04:16:04.836Z | Compiling git2 v0.20.4 |
| 2853 | 2026-08-05T04:16:04.863Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2854 | 2026-08-05T04:16:06.571Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2855 | 2026-08-05T04:16:06.613Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2856 | 2026-08-05T04:16:06.848Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2857 | 2026-08-05T04:16:06.872Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2858 | 2026-08-05T04:16:07.082Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2859 | 2026-08-05T04:16:07.111Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2860 | 2026-08-05T04:16:07.302Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2861 | 2026-08-05T04:16:07.351Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2862 | 2026-08-05T04:16:07.622Z | Compiling arc-swap v1.8.2 |
| 2863 | 2026-08-05T04:16:07.714Z | Compiling void v1.0.2 |
| 2864 | 2026-08-05T04:16:07.740Z | Compiling lzss v0.8.2 |
| 2865 | 2026-08-05T04:16:07.825Z | Compiling slog-scope v4.4.1 |
| 2866 | 2026-08-05T04:16:07.988Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2867 | 2026-08-05T04:16:08.013Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2868 | 2026-08-05T04:16:08.033Z | Compiling illumos-nvpair v0.3.0 |
| 2869 | 2026-08-05T04:16:08.225Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2870 | 2026-08-05T04:16:08.554Z | Compiling serde_with v1.14.0 |
| 2871 | 2026-08-05T04:16:09.721Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2872 | 2026-08-05T04:16:10.796Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2873 | 2026-08-05T04:16:10.818Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2874 | 2026-08-05T04:16:10.942Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2875 | 2026-08-05T04:16:12.083Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2876 | 2026-08-05T04:16:12.695Z | Compiling tungstenite v0.23.0 |
| 2877 | 2026-08-05T04:16:12.814Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2878 | 2026-08-05T04:16:14.223Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2879 | 2026-08-05T04:16:14.807Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2880 | 2026-08-05T04:16:14.995Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2881 | 2026-08-05T04:16:15.029Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2882 | 2026-08-05T04:16:15.066Z | Compiling nix v0.27.1 |
| 2883 | 2026-08-05T04:16:15.217Z | Compiling twox-hash v2.1.2 |
| 2884 | 2026-08-05T04:16:15.283Z | Compiling libsw-core v0.3.2 |
| 2885 | 2026-08-05T04:16:15.523Z | Compiling serde_bytes v0.11.19 |
| 2886 | 2026-08-05T04:16:15.722Z | Compiling atty v0.2.14 |
| 2887 | 2026-08-05T04:16:15.832Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2888 | 2026-08-05T04:16:15.882Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2889 | 2026-08-05T04:16:16.247Z | Compiling libsw v3.5.0 |
| 2890 | 2026-08-05T04:16:16.335Z | Compiling tokio-tungstenite v0.23.1 |
| 2891 | 2026-08-05T04:16:16.499Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2892 | 2026-08-05T04:16:16.723Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2893 | 2026-08-05T04:16:16.924Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2894 | 2026-08-05T04:16:17.682Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2895 | 2026-08-05T04:16:18.029Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2896 | 2026-08-05T04:16:19.334Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2897 | 2026-08-05T04:16:19.365Z | Compiling slog-stdlog v4.1.1 |
| 2898 | 2026-08-05T04:16:19.767Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2899 | 2026-08-05T04:16:19.996Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2900 | 2026-08-05T04:16:20.187Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2901 | 2026-08-05T04:16:20.347Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2902 | 2026-08-05T04:16:20.411Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2903 | 2026-08-05T04:16:20.468Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2904 | 2026-08-05T04:16:20.770Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2905 | 2026-08-05T04:16:21.739Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2906 | 2026-08-05T04:16:21.930Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2907 | 2026-08-05T04:16:22.117Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2908 | 2026-08-05T04:16:25.138Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2909 | 2026-08-05T04:16:26.337Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2910 | 2026-08-05T04:16:26.406Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2911 | 2026-08-05T04:16:26.461Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2912 | 2026-08-05T04:16:26.687Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2913 | 2026-08-05T04:16:27.225Z | Compiling signal-hook-tokio v0.3.1 |
| 2914 | 2026-08-05T04:16:27.440Z | Compiling fatfs v0.3.6 |
| 2915 | 2026-08-05T04:16:27.573Z | Compiling yasna v0.5.2 |
| 2916 | 2026-08-05T04:16:27.613Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2917 | 2026-08-05T04:16:27.891Z | Compiling is_ci v1.2.0 |
| 2918 | 2026-08-05T04:16:28.160Z | Compiling assert_matches v1.5.0 |
| 2919 | 2026-08-05T04:16:28.268Z | Compiling seq-macro v0.3.6 |
| 2920 | 2026-08-05T04:16:28.744Z | Compiling rcgen v0.12.1 |
| 2921 | 2026-08-05T04:16:28.780Z | Compiling supports-color v3.0.2 |
| 2922 | 2026-08-05T04:16:29.067Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2923 | 2026-08-05T04:16:29.748Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2924 | 2026-08-05T04:16:29.936Z | Compiling slog-envlogger v2.2.0 |
| 2925 | 2026-08-05T04:16:30.514Z | Compiling oxide-update-engine-display v0.1.2 |
| 2926 | 2026-08-05T04:16:31.109Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2927 | 2026-08-05T04:16:31.467Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2928 | 2026-08-05T04:16:31.508Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2929 | 2026-08-05T04:16:31.735Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2930 | 2026-08-05T04:16:31.965Z | Compiling port-file v0.1.0 |
| 2931 | 2026-08-05T04:16:32.029Z | Compiling subprocess v0.2.15 |
| 2932 | 2026-08-05T04:16:32.304Z | Compiling rtoolbox v0.0.3 |
| 2933 | 2026-08-05T04:16:32.589Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2934 | 2026-08-05T04:16:33.218Z | Compiling rpassword v7.5.4 |
| 2935 | 2026-08-05T04:16:33.912Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2936 | 2026-08-05T04:16:34.878Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2937 | 2026-08-05T04:16:35.017Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2938 | 2026-08-05T04:16:35.350Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2939 | 2026-08-05T04:16:37.310Z | Compiling tui-tree-widget v0.23.1 |
| 2940 | 2026-08-05T04:16:37.600Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2941 | 2026-08-05T04:16:37.630Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2942 | 2026-08-05T04:16:37.965Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2943 | 2026-08-05T04:16:39.680Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2944 | 2026-08-05T04:16:40.381Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2945 | 2026-08-05T04:16:42.624Z | Compiling uzers v0.12.2 |
| 2946 | 2026-08-05T04:16:42.662Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2947 | 2026-08-05T04:16:42.662Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2948 | 2026-08-05T04:16:42.662Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2949 | 2026-08-05T04:16:44.305Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2950 | 2026-08-05T04:16:44.309Z | Compiling support-bundle-viewer v0.1.2 |
| 2951 | 2026-08-05T04:16:44.309Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2952 | 2026-08-05T04:16:45.411Z | Compiling multimap v0.10.1 |
| 2953 | 2026-08-05T04:16:54.855Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2954 | 2026-08-05T04:16:58.020Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2955 | 2026-08-05T04:16:59.442Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2956 | 2026-08-05T04:17:04.271Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2957 | 2026-08-05T04:17:06.076Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2958 | 2026-08-05T04:30:02.067Z | Finished `release` profile [optimized] target(s) in 15m 03s |
| 2959 | 2026-08-05T04:30:02.070Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2960 | 2026-08-05T04:30:02.070Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2961 | 2026-08-05T04:30:54.565Z | |
| 2962 | 2026-08-05T04:30:54.568Z | real 15:57.353935090 |
| 2963 | 2026-08-05T04:30:54.568Z | user 1:25:36.527765262 |
| 2964 | 2026-08-05T04:30:54.568Z | sys 3:44.293139701 |
| 2965 | 2026-08-05T04:30:54.568Z | trap 1.876330835 |
| 2966 | 2026-08-05T04:30:54.568Z | tflt 1.895931664 |
| 2967 | 2026-08-05T04:30:54.568Z | dflt 20.426775699 |
| 2968 | 2026-08-05T04:30:54.568Z | kflt 0.900907800 |
| 2969 | 2026-08-05T04:30:54.568Z | lock 11:26:05.345489410 |
| 2970 | 2026-08-05T04:30:54.568Z | slp 2:36:55.218888795 |
| 2971 | 2026-08-05T04:30:54.568Z | lat 2:41.163677348 |
| 2972 | 2026-08-05T04:30:54.568Z | stop 5:33.758856229 |
| 2973 | 2026-08-05T04:30:54.568Z | + mapfile -t packages |
| 2974 | 2026-08-05T04:30:54.568Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2975 | 2026-08-05T04:30:55.528Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2976 | 2026-08-05T04:30:55.602Z | Running `target/release/omicron-package -t test list-outputs` |
| 2977 | 2026-08-05T04:30:55.664Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2978 | 2026-08-05T04:30:55.667Z | + ptime -m cargo build --locked --release -p xtask |
| 2979 | 2026-08-05T04:30:56.166Z | Compiling libc v0.2.185 |
| 2980 | 2026-08-05T04:30:56.166Z | Compiling serde_core v1.0.228 |
| 2981 | 2026-08-05T04:30:56.166Z | Compiling serde v1.0.228 |
| 2982 | 2026-08-05T04:30:56.169Z | Compiling rustix v1.1.3 |
| 2983 | 2026-08-05T04:30:56.169Z | Compiling bitflags v2.11.0 |
| 2984 | 2026-08-05T04:30:56.169Z | Compiling serde_json v1.0.151 |
| 2985 | 2026-08-05T04:30:56.323Z | Compiling usdt-impl v0.5.0 |
| 2986 | 2026-08-05T04:30:56.335Z | Compiling syn v2.0.117 |
| 2987 | 2026-08-05T04:30:56.357Z | Compiling syn v1.0.109 |
| 2988 | 2026-08-05T04:30:56.367Z | Compiling log v0.4.29 |
| 2989 | 2026-08-05T04:30:56.370Z | Compiling getrandom v0.4.1 |
| 2990 | 2026-08-05T04:30:56.392Z | Compiling indexmap v2.14.0 |
| 2991 | 2026-08-05T04:30:56.404Z | Compiling fs-err v3.3.0 |
| 2992 | 2026-08-05T04:30:56.588Z | Compiling anyhow v1.0.102 |
| 2993 | 2026-08-05T04:30:56.674Z | Compiling once_cell v1.21.3 |
| 2994 | 2026-08-05T04:30:56.685Z | Compiling heck v0.4.1 |
| 2995 | 2026-08-05T04:30:57.037Z | Compiling thread-id v4.2.2 |
| 2996 | 2026-08-05T04:30:57.061Z | Compiling errno v0.3.14 |
| 2997 | 2026-08-05T04:30:57.065Z | Compiling memmap v0.7.0 |
| 2998 | 2026-08-05T04:30:57.806Z | Compiling proc-macro-error v1.0.4 |
| 2999 | 2026-08-05T04:30:58.032Z | Compiling terminal_size v0.4.3 |
| 3000 | 2026-08-05T04:30:58.032Z | Compiling tempfile v3.25.0 |
| 3001 | 2026-08-05T04:30:58.064Z | Compiling tabled_derive v0.7.0 |
| 3002 | 2026-08-05T04:30:58.129Z | Compiling clap_builder v4.6.0 |
| 3003 | 2026-08-05T04:30:58.129Z | Compiling textwrap v0.16.2 |
| 3004 | 2026-08-05T04:30:58.461Z | Compiling camino v1.2.2 |
| 3005 | 2026-08-05T04:30:58.488Z | Compiling pest_generator v2.8.6 |
| 3006 | 2026-08-05T04:30:58.518Z | Compiling semver v1.0.28 |
| 3007 | 2026-08-05T04:30:58.527Z | Compiling cargo-platform v0.3.2 |
| 3008 | 2026-08-05T04:30:58.757Z | Compiling tabled v0.15.0 |
| 3009 | 2026-08-05T04:30:58.788Z | Compiling camino-tempfile v1.4.1 |
| 3010 | 2026-08-05T04:30:59.040Z | Compiling serde_derive v1.0.228 |
| 3011 | 2026-08-05T04:30:59.040Z | Compiling thiserror-impl v1.0.69 |
| 3012 | 2026-08-05T04:30:59.044Z | Compiling zerocopy-derive v0.7.35 |
| 3013 | 2026-08-05T04:30:59.044Z | Compiling pest_derive v2.8.6 |
| 3014 | 2026-08-05T04:30:59.044Z | Compiling scroll_derive v0.12.1 |
| 3015 | 2026-08-05T04:30:59.044Z | Compiling thiserror-impl v2.0.18 |
| 3016 | 2026-08-05T04:30:59.044Z | Compiling clap_derive v4.6.1 |
| 3017 | 2026-08-05T04:30:59.769Z | Compiling scroll v0.12.0 |
| 3018 | 2026-08-05T04:30:59.928Z | Compiling zerocopy v0.7.35 |
| 3019 | 2026-08-05T04:31:00.016Z | Compiling goblin v0.8.2 |
| 3020 | 2026-08-05T04:31:00.198Z | Compiling thiserror v2.0.18 |
| 3021 | 2026-08-05T04:31:00.211Z | Compiling thiserror v1.0.69 |
| 3022 | 2026-08-05T04:31:00.323Z | Compiling dtrace-parser v0.2.0 |
| 3023 | 2026-08-05T04:31:00.593Z | Compiling clap v4.6.1 |
| 3024 | 2026-08-05T04:31:02.292Z | Compiling dof v0.3.0 |
| 3025 | 2026-08-05T04:31:02.320Z | Compiling toml_datetime v0.6.11 |
| 3026 | 2026-08-05T04:31:02.333Z | Compiling serde_spanned v0.6.9 |
| 3027 | 2026-08-05T04:31:02.383Z | Compiling serde_tokenstream v0.2.3 |
| 3028 | 2026-08-05T04:31:02.412Z | Compiling cargo_metadata v0.23.1 |
| 3029 | 2026-08-05T04:31:02.476Z | Compiling macaddr v1.0.1 |
| 3030 | 2026-08-05T04:31:02.504Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3031 | 2026-08-05T04:31:02.519Z | Compiling toml_edit v0.22.27 |
| 3032 | 2026-08-05T04:31:02.973Z | Compiling usdt-macro v0.5.0 |
| 3033 | 2026-08-05T04:31:02.973Z | Compiling usdt-attr-macro v0.5.0 |
| 3034 | 2026-08-05T04:31:03.611Z | Compiling usdt v0.5.0 |
| 3035 | 2026-08-05T04:31:04.029Z | Compiling toml v0.8.23 |
| 3036 | 2026-08-05T04:31:04.467Z | Compiling cargo_toml v0.21.0 |
| 3037 | 2026-08-05T04:31:08.874Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3038 | 2026-08-05T04:31:12.087Z | Finished `release` profile [optimized] target(s) in 16.41s |
| 3039 | 2026-08-05T04:31:12.196Z | |
| 3040 | 2026-08-05T04:31:12.196Z | real 16.492692400 |
| 3041 | 2026-08-05T04:31:12.196Z | user 2:05.670928263 |
| 3042 | 2026-08-05T04:31:12.199Z | sys 13.605132467 |
| 3043 | 2026-08-05T04:31:12.199Z | trap 0.066484341 |
| 3044 | 2026-08-05T04:31:12.199Z | tflt 0.436342068 |
| 3045 | 2026-08-05T04:31:12.199Z | dflt 1.477630016 |
| 3046 | 2026-08-05T04:31:12.199Z | kflt 0.000056970 |
| 3047 | 2026-08-05T04:31:12.199Z | lock 4:48.041208323 |
| 3048 | 2026-08-05T04:31:12.199Z | slp 2:42.312458282 |
| 3049 | 2026-08-05T04:31:12.199Z | lat 3.617300590 |
| 3050 | 2026-08-05T04:31:12.199Z | stop 16.393522347 |
| 3051 | 2026-08-05T04:31:12.199Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3052 | 2026-08-05T04:31:12.199Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3053 | 2026-08-05T04:31:12.199Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3054 | 2026-08-05T04:31:12.199Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3055 | 2026-08-05T04:31:12.199Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3056 | 2026-08-05T04:31:13.161Z | Compiling progenitor-client v0.14.0 |
| 3057 | 2026-08-05T04:31:13.161Z | Compiling newtype-uuid-macros v0.1.0 |
| 3058 | 2026-08-05T04:31:13.161Z | Compiling match_cfg v0.1.0 |
| 3059 | 2026-08-05T04:31:13.165Z | Compiling slog-json v2.6.1 |
| 3060 | 2026-08-05T04:31:13.165Z | Compiling sha1 v0.11.0 |
| 3061 | 2026-08-05T04:31:13.165Z | Compiling multer v3.1.0 |
| 3062 | 2026-08-05T04:31:13.165Z | Compiling compression-core v0.4.31 |
| 3063 | 2026-08-05T04:31:13.165Z | Compiling debug-ignore v1.0.5 |
| 3064 | 2026-08-05T04:31:13.165Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3065 | 2026-08-05T04:31:13.331Z | Compiling async-stream-impl v0.3.6 |
| 3066 | 2026-08-05T04:31:13.334Z | Compiling serde_spanned v1.1.1 |
| 3067 | 2026-08-05T04:31:13.334Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3068 | 2026-08-05T04:31:13.334Z | Compiling dropshot v0.17.1 |
| 3069 | 2026-08-05T04:31:13.334Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3070 | 2026-08-05T04:31:13.351Z | Compiling waitgroup v0.1.2 |
| 3071 | 2026-08-05T04:31:13.351Z | Compiling rustls-pemfile v2.2.0 |
| 3072 | 2026-08-05T04:31:13.550Z | Compiling dropshot_endpoint v0.17.1 |
| 3073 | 2026-08-05T04:31:13.587Z | Compiling serde_path_to_error v0.1.20 |
| 3074 | 2026-08-05T04:31:13.621Z | Compiling hostname v0.4.2 |
| 3075 | 2026-08-05T04:31:13.678Z | Compiling hostname v0.3.1 |
| 3076 | 2026-08-05T04:31:13.681Z | Compiling compression-codecs v0.4.37 |
| 3077 | 2026-08-05T04:31:13.681Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3078 | 2026-08-05T04:31:13.681Z | Compiling atomicwrites v0.4.4 |
| 3079 | 2026-08-05T04:31:13.681Z | Compiling macaddr v1.0.1 |
| 3080 | 2026-08-05T04:31:13.750Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3081 | 2026-08-05T04:31:13.785Z | Compiling slog-bunyan v2.5.0 |
| 3082 | 2026-08-05T04:31:13.839Z | Compiling instant v0.1.13 |
| 3083 | 2026-08-05T04:31:13.839Z | Compiling itertools v0.14.0 |
| 3084 | 2026-08-05T04:31:13.876Z | Compiling async-compression v0.4.41 |
| 3085 | 2026-08-05T04:31:13.918Z | Compiling regress v0.10.5 |
| 3086 | 2026-08-05T04:31:13.939Z | Compiling parse-display-derive v0.10.0 |
| 3087 | 2026-08-05T04:31:13.980Z | Compiling backon v1.6.0 |
| 3088 | 2026-08-05T04:31:13.983Z | Compiling backoff v0.4.0 |
| 3089 | 2026-08-05T04:31:13.983Z | Compiling humantime v2.3.0 |
| 3090 | 2026-08-05T04:31:14.040Z | Compiling half v2.7.1 |
| 3091 | 2026-08-05T04:31:14.040Z | Compiling ciborium-io v0.2.2 |
| 3092 | 2026-08-05T04:31:14.083Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3093 | 2026-08-05T04:31:14.086Z | Compiling async-stream v0.3.6 |
| 3094 | 2026-08-05T04:31:14.178Z | Compiling progenitor-extras v0.2.0 |
| 3095 | 2026-08-05T04:31:14.200Z | Compiling crucible-workspace-hack v0.1.0 |
| 3096 | 2026-08-05T04:31:14.218Z | Compiling convert_case v0.4.0 |
| 3097 | 2026-08-05T04:31:14.221Z | Compiling regress v0.11.1 |
| 3098 | 2026-08-05T04:31:14.253Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3099 | 2026-08-05T04:31:14.257Z | Compiling secrecy v0.10.3 |
| 3100 | 2026-08-05T04:31:14.298Z | Compiling ciborium-ll v0.2.2 |
| 3101 | 2026-08-05T04:31:14.315Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3102 | 2026-08-05T04:31:14.369Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3103 | 2026-08-05T04:31:14.372Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3104 | 2026-08-05T04:31:14.424Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3105 | 2026-08-05T04:31:14.466Z | Compiling inout v0.1.4 |
| 3106 | 2026-08-05T04:31:14.469Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3107 | 2026-08-05T04:31:14.534Z | Compiling ciborium v0.2.2 |
| 3108 | 2026-08-05T04:31:14.538Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3109 | 2026-08-05T04:31:14.568Z | Compiling universal-hash v0.5.1 |
| 3110 | 2026-08-05T04:31:14.608Z | Compiling derive_more v0.99.20 |
| 3111 | 2026-08-05T04:31:14.652Z | Compiling cipher v0.4.4 |
| 3112 | 2026-08-05T04:31:14.669Z | Compiling opaque-debug v0.3.1 |
| 3113 | 2026-08-05T04:31:14.698Z | Compiling unsafe-libyaml v0.2.11 |
| 3114 | 2026-08-05T04:31:14.719Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3115 | 2026-08-05T04:31:14.760Z | Compiling poly1305 v0.8.0 |
| 3116 | 2026-08-05T04:31:14.776Z | Compiling blake2 v0.10.6 |
| 3117 | 2026-08-05T04:31:14.931Z | Compiling chacha20 v0.9.1 |
| 3118 | 2026-08-05T04:31:15.056Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3119 | 2026-08-05T04:31:15.067Z | Compiling aead v0.5.2 |
| 3120 | 2026-08-05T04:31:15.144Z | Compiling password-hash v0.5.0 |
| 3121 | 2026-08-05T04:31:15.162Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3122 | 2026-08-05T04:31:15.211Z | Compiling indent_write v2.2.0 |
| 3123 | 2026-08-05T04:31:15.251Z | Compiling serde_yaml v0.9.34+deprecated |
| 3124 | 2026-08-05T04:31:15.303Z | Compiling chacha20poly1305 v0.10.1 |
| 3125 | 2026-08-05T04:31:15.355Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3126 | 2026-08-05T04:31:15.380Z | Compiling itertools v0.15.0 |
| 3127 | 2026-08-05T04:31:15.442Z | Compiling argon2 v0.5.3 |
| 3128 | 2026-08-05T04:31:15.482Z | Compiling heapless v0.8.0 |
| 3129 | 2026-08-05T04:31:15.501Z | Compiling tabwriter v1.4.1 |
| 3130 | 2026-08-05T04:31:15.501Z | Compiling hash32 v0.3.1 |
| 3131 | 2026-08-05T04:31:15.592Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-08-05T04:31:15.683Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3133 | 2026-08-05T04:31:15.711Z | Compiling parse-display v0.10.0 |
| 3134 | 2026-08-05T04:31:15.732Z | Compiling thiserror-no-std v2.0.2 |
| 3135 | 2026-08-05T04:31:15.782Z | Compiling smoltcp v0.11.0 |
| 3136 | 2026-08-05T04:31:15.861Z | Compiling typify-impl v0.6.2 |
| 3137 | 2026-08-05T04:31:15.916Z | Compiling vsss-rs v3.3.4 |
| 3138 | 2026-08-05T04:31:16.007Z | Compiling proc-macro-crate v3.4.0 |
| 3139 | 2026-08-05T04:31:16.051Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3140 | 2026-08-05T04:31:16.380Z | Compiling cobs v0.3.0 |
| 3141 | 2026-08-05T04:31:16.471Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3142 | 2026-08-05T04:31:16.615Z | Compiling num_enum_derive v0.7.6 |
| 3143 | 2026-08-05T04:31:16.619Z | Compiling colored v3.1.1 |
| 3144 | 2026-08-05T04:31:16.619Z | Compiling postcard v1.1.3 |
| 3145 | 2026-08-05T04:31:16.703Z | Compiling proc-macro-error v1.0.4 |
| 3146 | 2026-08-05T04:31:16.746Z | Compiling rand v0.10.1 |
| 3147 | 2026-08-05T04:31:16.791Z | Compiling proc-macro-crate v1.3.1 |
| 3148 | 2026-08-05T04:31:16.795Z | Compiling ingot-macros v0.2.0 |
| 3149 | 2026-08-05T04:31:16.847Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3150 | 2026-08-05T04:31:17.033Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3151 | 2026-08-05T04:31:17.053Z | Compiling foreign-types-macros v0.2.3 |
| 3152 | 2026-08-05T04:31:17.072Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3153 | 2026-08-05T04:31:17.128Z | Compiling rayon-core v1.13.0 |
| 3154 | 2026-08-05T04:31:17.167Z | Compiling foreign-types-shared v0.3.1 |
| 3155 | 2026-08-05T04:31:17.247Z | Compiling num_enum_derive v0.5.11 |
| 3156 | 2026-08-05T04:31:17.329Z | Compiling crossbeam-deque v0.8.6 |
| 3157 | 2026-08-05T04:31:17.332Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3158 | 2026-08-05T04:31:17.367Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3159 | 2026-08-05T04:31:17.412Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3160 | 2026-08-05T04:31:17.440Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3161 | 2026-08-05T04:31:17.571Z | Compiling cstr-argument v0.1.2 |
| 3162 | 2026-08-05T04:31:17.588Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3163 | 2026-08-05T04:31:17.633Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3164 | 2026-08-05T04:31:17.733Z | Compiling foreign-types v0.5.0 |
| 3165 | 2026-08-05T04:31:17.751Z | Compiling num_enum v0.7.6 |
| 3166 | 2026-08-05T04:31:17.770Z | Compiling cpubits v0.1.1 |
| 3167 | 2026-08-05T04:31:17.830Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3168 | 2026-08-05T04:31:17.847Z | Compiling zone_cfg_derive v0.3.1 |
| 3169 | 2026-08-05T04:31:17.880Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3170 | 2026-08-05T04:31:17.897Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3171 | 2026-08-05T04:31:17.915Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3172 | 2026-08-05T04:31:17.954Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3173 | 2026-08-05T04:31:18.020Z | Compiling rayon v1.11.0 |
| 3174 | 2026-08-05T04:31:18.038Z | Compiling itertools v0.12.1 |
| 3175 | 2026-08-05T04:31:18.078Z | Compiling sigpipe v0.1.3 |
| 3176 | 2026-08-05T04:31:18.108Z | Compiling glob v0.3.3 |
| 3177 | 2026-08-05T04:31:18.125Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3178 | 2026-08-05T04:31:18.179Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3179 | 2026-08-05T04:31:18.197Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3180 | 2026-08-05T04:31:18.290Z | Compiling smf v0.2.3 |
| 3181 | 2026-08-05T04:31:18.369Z | Compiling whoami v1.6.1 |
| 3182 | 2026-08-05T04:31:18.386Z | Compiling num_enum v0.5.11 |
| 3183 | 2026-08-05T04:31:18.446Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3184 | 2026-08-05T04:31:18.522Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3185 | 2026-08-05T04:31:18.543Z | Compiling usdt-macro v0.5.0 |
| 3186 | 2026-08-05T04:31:18.546Z | Compiling usdt-attr-macro v0.5.0 |
| 3187 | 2026-08-05T04:31:18.546Z | Compiling gethostname v0.5.0 |
| 3188 | 2026-08-05T04:31:18.595Z | Compiling num-rational v0.4.2 |
| 3189 | 2026-08-05T04:31:18.615Z | Compiling pem-rfc7468 v1.0.0 |
| 3190 | 2026-08-05T04:31:18.682Z | Compiling num-complex v0.4.6 |
| 3191 | 2026-08-05T04:31:18.841Z | Compiling derive-where v1.6.0 |
| 3192 | 2026-08-05T04:31:18.861Z | Compiling memmap v0.7.0 |
| 3193 | 2026-08-05T04:31:18.946Z | Compiling float-ord v0.3.2 |
| 3194 | 2026-08-05T04:31:19.049Z | Compiling toml v0.8.23 |
| 3195 | 2026-08-05T04:31:19.078Z | Compiling num v0.4.3 |
| 3196 | 2026-08-05T04:31:19.102Z | Compiling hmac v0.13.0 |
| 3197 | 2026-08-05T04:31:19.132Z | Compiling universal-hash v0.6.1 |
| 3198 | 2026-08-05T04:31:19.180Z | Compiling resolv-conf v0.7.6 |
| 3199 | 2026-08-05T04:31:19.213Z | Compiling zone v0.3.1 |
| 3200 | 2026-08-05T04:31:19.277Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3201 | 2026-08-05T04:31:19.317Z | Compiling cancel-safe-futures v0.1.5 |
| 3202 | 2026-08-05T04:31:19.335Z | Compiling polyval v0.7.1 |
| 3203 | 2026-08-05T04:31:19.374Z | Compiling der v0.8.0 |
| 3204 | 2026-08-05T04:31:19.428Z | Compiling usdt v0.5.0 |
| 3205 | 2026-08-05T04:31:19.447Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3206 | 2026-08-05T04:31:19.553Z | Compiling prettyplease v0.2.37 |
| 3207 | 2026-08-05T04:31:19.602Z | Compiling ghash v0.6.0 |
| 3208 | 2026-08-05T04:31:19.603Z | Compiling pbkdf2 v0.13.0 |
| 3209 | 2026-08-05T04:31:19.662Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3210 | 2026-08-05T04:31:19.742Z | Compiling crypto-bigint v0.7.5 |
| 3211 | 2026-08-05T04:31:19.761Z | Compiling aes v0.9.1 |
| 3212 | 2026-08-05T04:31:19.765Z | Compiling ingot-types v0.2.0 |
| 3213 | 2026-08-05T04:31:19.765Z | Compiling console v0.15.11 |
| 3214 | 2026-08-05T04:31:19.844Z | Compiling hickory-proto v0.24.4 |
| 3215 | 2026-08-05T04:31:19.862Z | Compiling newline-converter v0.3.0 |
| 3216 | 2026-08-05T04:31:19.925Z | Compiling ctr v0.10.1 |
| 3217 | 2026-08-05T04:31:19.967Z | Compiling aead v0.6.1 |
| 3218 | 2026-08-05T04:31:20.009Z | Compiling sha2 v0.11.0 |
| 3219 | 2026-08-05T04:31:20.163Z | Compiling linear-map v1.2.0 |
| 3220 | 2026-08-05T04:31:20.181Z | Compiling ingot v0.2.1 |
| 3221 | 2026-08-05T04:31:20.232Z | Compiling oxide-update-engine-types v0.1.2 |
| 3222 | 2026-08-05T04:31:20.247Z | Compiling libefi-sys v0.1.0 |
| 3223 | 2026-08-05T04:31:20.279Z | Compiling linked-hash-map v0.5.6 |
| 3224 | 2026-08-05T04:31:20.383Z | Compiling spki v0.8.0 |
| 3225 | 2026-08-05T04:31:20.402Z | Compiling aes-gcm v0.11.0 |
| 3226 | 2026-08-05T04:31:20.494Z | Compiling lru-cache v0.1.2 |
| 3227 | 2026-08-05T04:31:20.511Z | Compiling expectorate v1.2.0 |
| 3228 | 2026-08-05T04:31:20.514Z | Compiling typify-macro v0.6.2 |
| 3229 | 2026-08-05T04:31:20.648Z | Compiling salsa20 v0.11.0 |
| 3230 | 2026-08-05T04:31:20.649Z | Compiling bitfield-struct v0.6.2 |
| 3231 | 2026-08-05T04:31:20.649Z | Compiling nom v8.0.0 |
| 3232 | 2026-08-05T04:31:20.723Z | Compiling semver v0.1.20 |
| 3233 | 2026-08-05T04:31:20.829Z | Compiling scrypt v0.12.0 |
| 3234 | 2026-08-05T04:31:21.049Z | Compiling rustc_version v0.1.7 |
| 3235 | 2026-08-05T04:31:21.102Z | Compiling tokio-dtrace v0.1.1 |
| 3236 | 2026-08-05T04:31:21.156Z | Compiling cbc v0.2.1 |
| 3237 | 2026-08-05T04:31:21.176Z | Compiling slog-dtrace v0.3.0 |
| 3238 | 2026-08-05T04:31:21.329Z | Compiling oxide-update-engine v0.1.2 |
| 3239 | 2026-08-05T04:31:21.351Z | Compiling minimal-lexical v0.2.1 |
| 3240 | 2026-08-05T04:31:21.412Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3241 | 2026-08-05T04:31:21.448Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3242 | 2026-08-05T04:31:21.494Z | Compiling newtype_derive v0.1.6 |
| 3243 | 2026-08-05T04:31:21.514Z | Compiling oxide-tokio-rt v0.1.4 |
| 3244 | 2026-08-05T04:31:21.517Z | Compiling pkcs5 v0.8.1 |
| 3245 | 2026-08-05T04:31:21.641Z | Compiling nom v7.1.3 |
| 3246 | 2026-08-05T04:31:21.718Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3247 | 2026-08-05T04:31:21.770Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3248 | 2026-08-05T04:31:21.846Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3249 | 2026-08-05T04:31:21.866Z | Compiling phf_shared v0.12.1 |
| 3250 | 2026-08-05T04:31:21.869Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3251 | 2026-08-05T04:31:21.905Z | Compiling csv-core v0.1.13 |
| 3252 | 2026-08-05T04:31:21.910Z | Compiling chrono-tz v0.10.4 |
| 3253 | 2026-08-05T04:31:22.005Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3254 | 2026-08-05T04:31:22.080Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3255 | 2026-08-05T04:31:22.098Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3256 | 2026-08-05T04:31:22.136Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3257 | 2026-08-05T04:31:22.153Z | Compiling hickory-resolver v0.24.4 |
| 3258 | 2026-08-05T04:31:22.198Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3259 | 2026-08-05T04:31:22.221Z | Compiling unicode-xid v0.2.6 |
| 3260 | 2026-08-05T04:31:22.233Z | Compiling highway v1.3.0 |
| 3261 | 2026-08-05T04:31:22.293Z | Compiling xshell-macros v0.2.7 |
| 3262 | 2026-08-05T04:31:22.376Z | Compiling const_format_proc_macros v0.2.34 |
| 3263 | 2026-08-05T04:31:22.452Z | Compiling typify v0.6.2 |
| 3264 | 2026-08-05T04:31:22.477Z | Compiling csv v1.4.0 |
| 3265 | 2026-08-05T04:31:22.598Z | Compiling progenitor-impl v0.14.0 |
| 3266 | 2026-08-05T04:31:22.646Z | Compiling phf v0.12.1 |
| 3267 | 2026-08-05T04:31:22.733Z | Compiling xshell v0.2.7 |
| 3268 | 2026-08-05T04:31:22.831Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3269 | 2026-08-05T04:31:23.062Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3270 | 2026-08-05T04:31:23.088Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3271 | 2026-08-05T04:31:23.162Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3272 | 2026-08-05T04:31:23.212Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3273 | 2026-08-05T04:31:23.243Z | Compiling qorb v0.4.1 |
| 3274 | 2026-08-05T04:31:23.263Z | Compiling pkcs8 v0.11.0 |
| 3275 | 2026-08-05T04:31:23.574Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3276 | 2026-08-05T04:31:23.620Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3277 | 2026-08-05T04:31:23.639Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3278 | 2026-08-05T04:31:23.670Z | Compiling ff v0.14.0 |
| 3279 | 2026-08-05T04:31:23.728Z | Compiling owo-colors v4.3.0 |
| 3280 | 2026-08-05T04:31:23.842Z | Compiling const_format v0.2.35 |
| 3281 | 2026-08-05T04:31:23.871Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3282 | 2026-08-05T04:31:23.960Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3283 | 2026-08-05T04:31:24.088Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3284 | 2026-08-05T04:31:24.270Z | Compiling tabled_derive v0.7.0 |
| 3285 | 2026-08-05T04:31:24.289Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3286 | 2026-08-05T04:31:24.446Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3287 | 2026-08-05T04:31:24.465Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3288 | 2026-08-05T04:31:24.768Z | Compiling bcs v0.1.6 |
| 3289 | 2026-08-05T04:31:24.997Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3290 | 2026-08-05T04:31:25.119Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3291 | 2026-08-05T04:31:25.168Z | Compiling tagptr v0.2.0 |
| 3292 | 2026-08-05T04:31:25.187Z | Compiling termtree v0.5.1 |
| 3293 | 2026-08-05T04:31:25.242Z | Compiling salty v0.3.0 |
| 3294 | 2026-08-05T04:31:25.309Z | Compiling tabled v0.15.0 |
| 3295 | 2026-08-05T04:31:25.326Z | Compiling moka v0.12.13 |
| 3296 | 2026-08-05T04:31:25.348Z | Compiling progenitor-macro v0.14.0 |
| 3297 | 2026-08-05T04:31:25.367Z | Compiling textwrap v0.16.2 |
| 3298 | 2026-08-05T04:31:25.383Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3299 | 2026-08-05T04:31:25.557Z | Compiling steno v0.4.1 |
| 3300 | 2026-08-05T04:31:25.624Z | Compiling group v0.14.0 |
| 3301 | 2026-08-05T04:31:25.834Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3302 | 2026-08-05T04:31:25.853Z | Compiling sha1 v0.10.6 |
| 3303 | 2026-08-05T04:31:25.872Z | Compiling signature v3.0.0 |
| 3304 | 2026-08-05T04:31:25.985Z | Compiling base16ct v1.0.0 |
| 3305 | 2026-08-05T04:31:26.010Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3306 | 2026-08-05T04:31:26.097Z | Compiling hickory-resolver v0.25.2 |
| 3307 | 2026-08-05T04:31:26.157Z | Compiling sec1 v0.8.1 |
| 3308 | 2026-08-05T04:31:26.202Z | Compiling hkdf v0.13.0 |
| 3309 | 2026-08-05T04:31:26.220Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3310 | 2026-08-05T04:31:26.238Z | Compiling rfc6979 v0.4.0 |
| 3311 | 2026-08-05T04:31:26.269Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3312 | 2026-08-05T04:31:26.401Z | Compiling elliptic-curve v0.14.1 |
| 3313 | 2026-08-05T04:31:26.429Z | Compiling ecdsa v0.16.9 |
| 3314 | 2026-08-05T04:31:26.492Z | Compiling primeorder v0.13.6 |
| 3315 | 2026-08-05T04:31:26.519Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3316 | 2026-08-05T04:31:26.635Z | Compiling parking_lot_core v0.8.6 |
| 3317 | 2026-08-05T04:31:26.789Z | Compiling utf-8 v0.7.6 |
| 3318 | 2026-08-05T04:31:26.861Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3319 | 2026-08-05T04:31:26.950Z | Compiling tungstenite v0.21.0 |
| 3320 | 2026-08-05T04:31:26.968Z | Compiling proc-macro-error2 v2.0.1 |
| 3321 | 2026-08-05T04:31:26.989Z | Compiling p384 v0.13.1 |
| 3322 | 2026-08-05T04:31:27.004Z | Compiling wnaf v0.14.0 |
| 3323 | 2026-08-05T04:31:27.113Z | Compiling primefield v0.14.0 |
| 3324 | 2026-08-05T04:31:27.225Z | Compiling rfc6979 v0.6.0 |
| 3325 | 2026-08-05T04:31:27.325Z | Compiling git-stub v1.0.0 |
| 3326 | 2026-08-05T04:31:27.377Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3327 | 2026-08-05T04:31:27.408Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3328 | 2026-08-05T04:31:27.596Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3329 | 2026-08-05T04:31:27.626Z | Compiling git-stub-vcs v0.1.0 |
| 3330 | 2026-08-05T04:31:27.669Z | Compiling tokio-tungstenite v0.21.0 |
| 3331 | 2026-08-05T04:31:27.710Z | Compiling ecdsa v0.17.0 |
| 3332 | 2026-08-05T04:31:27.847Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3333 | 2026-08-05T04:31:27.872Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3334 | 2026-08-05T04:31:28.001Z | Compiling tabled_derive v0.11.0 |
| 3335 | 2026-08-05T04:31:28.022Z | Compiling primeorder v0.14.0 |
| 3336 | 2026-08-05T04:31:28.059Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3337 | 2026-08-05T04:31:28.156Z | Compiling progenitor-impl v0.13.0 |
| 3338 | 2026-08-05T04:31:28.176Z | Compiling papergrid v0.17.0 |
| 3339 | 2026-08-05T04:31:28.202Z | Compiling libscf-sys v1.2.0 |
| 3340 | 2026-08-05T04:31:28.268Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3341 | 2026-08-05T04:31:28.285Z | Compiling testing_table v0.3.0 |
| 3342 | 2026-08-05T04:31:28.375Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3343 | 2026-08-05T04:31:28.415Z | Compiling curve25519-dalek v5.0.0 |
| 3344 | 2026-08-05T04:31:28.450Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3345 | 2026-08-05T04:31:28.469Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3346 | 2026-08-05T04:31:28.488Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3347 | 2026-08-05T04:31:28.632Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3348 | 2026-08-05T04:31:28.660Z | Compiling corncobs v0.1.4 |
| 3349 | 2026-08-05T04:31:28.700Z | Compiling unicase v2.9.0 |
| 3350 | 2026-08-05T04:31:28.806Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3351 | 2026-08-05T04:31:28.823Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-08-05T04:31:28.870Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3353 | 2026-08-05T04:31:28.909Z | Compiling parking_lot v0.11.2 |
| 3354 | 2026-08-05T04:31:28.931Z | Compiling mime_guess v2.0.5 |
| 3355 | 2026-08-05T04:31:28.955Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3356 | 2026-08-05T04:31:29.244Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3357 | 2026-08-05T04:31:29.263Z | Compiling tabled v0.20.0 |
| 3358 | 2026-08-05T04:31:29.280Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3359 | 2026-08-05T04:31:29.343Z | Compiling ssh-encoding v0.3.0 |
| 3360 | 2026-08-05T04:31:29.415Z | Compiling progenitor-client v0.13.0 |
| 3361 | 2026-08-05T04:31:29.429Z | Compiling prefix-trie v0.7.0 |
| 3362 | 2026-08-05T04:31:29.484Z | Compiling fxhash v0.2.1 |
| 3363 | 2026-08-05T04:31:29.525Z | Compiling secrecy v0.8.0 |
| 3364 | 2026-08-05T04:31:29.648Z | Compiling keccak v0.2.0 |
| 3365 | 2026-08-05T04:31:29.714Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3366 | 2026-08-05T04:31:29.765Z | Compiling sled v0.34.7 |
| 3367 | 2026-08-05T04:31:29.843Z | Compiling hickory-server v0.25.2 |
| 3368 | 2026-08-05T04:31:29.846Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3369 | 2026-08-05T04:31:29.926Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3370 | 2026-08-05T04:31:29.998Z | Compiling ed25519 v3.0.0 |
| 3371 | 2026-08-05T04:31:30.210Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3372 | 2026-08-05T04:31:30.572Z | Compiling crypto-primes v0.7.2 |
| 3373 | 2026-08-05T04:31:30.620Z | Compiling progenitor v0.14.0 |
| 3374 | 2026-08-05T04:31:30.643Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3375 | 2026-08-05T04:31:30.766Z | Compiling poly1305 v0.9.0 |
| 3376 | 2026-08-05T04:31:30.802Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3377 | 2026-08-05T04:31:30.824Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3378 | 2026-08-05T04:31:30.886Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3379 | 2026-08-05T04:31:31.053Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3380 | 2026-08-05T04:31:31.110Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3381 | 2026-08-05T04:31:31.116Z | Compiling progenitor-macro v0.13.0 |
| 3382 | 2026-08-05T04:31:31.147Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3383 | 2026-08-05T04:31:31.592Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3384 | 2026-08-05T04:31:31.688Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3385 | 2026-08-05T04:31:31.800Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3386 | 2026-08-05T04:31:31.824Z | Compiling blowfish v0.10.0 |
| 3387 | 2026-08-05T04:31:31.891Z | Compiling blake2 v0.11.0-rc.6 |
| 3388 | 2026-08-05T04:31:32.002Z | Compiling half v1.8.3 |
| 3389 | 2026-08-05T04:31:32.303Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3390 | 2026-08-05T04:31:32.403Z | Compiling http-range v0.1.5 |
| 3391 | 2026-08-05T04:31:32.423Z | Compiling crc8 v0.1.1 |
| 3392 | 2026-08-05T04:31:32.515Z | Compiling serde_cbor v0.11.2 |
| 3393 | 2026-08-05T04:31:32.567Z | Compiling argon2 v0.6.0-rc.8 |
| 3394 | 2026-08-05T04:31:32.621Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3395 | 2026-08-05T04:31:32.711Z | Compiling rsa v0.10.0-rc.18 |
| 3396 | 2026-08-05T04:31:33.138Z | Compiling ssh-cipher v0.3.0 |
| 3397 | 2026-08-05T04:31:33.401Z | Compiling ed25519-dalek v3.0.0 |
| 3398 | 2026-08-05T04:31:33.441Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-08-05T04:31:33.599Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3400 | 2026-08-05T04:31:33.692Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3401 | 2026-08-05T04:31:33.769Z | Compiling illumos-nvpair v0.3.0 |
| 3402 | 2026-08-05T04:31:33.921Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3403 | 2026-08-05T04:31:34.036Z | Compiling sha3 v0.11.0 |
| 3404 | 2026-08-05T04:31:34.055Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3405 | 2026-08-05T04:31:34.074Z | Compiling p384 v0.14.0 |
| 3406 | 2026-08-05T04:31:34.283Z | Compiling p521 v0.14.0 |
| 3407 | 2026-08-05T04:31:34.406Z | Compiling p256 v0.14.0 |
| 3408 | 2026-08-05T04:31:34.425Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3409 | 2026-08-05T04:31:34.555Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3410 | 2026-08-05T04:31:34.696Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3411 | 2026-08-05T04:31:34.730Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3412 | 2026-08-05T04:31:35.005Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3413 | 2026-08-05T04:31:35.108Z | Compiling yasna v0.5.2 |
| 3414 | 2026-08-05T04:31:35.251Z | Compiling kstat-rs v0.2.4 |
| 3415 | 2026-08-05T04:31:35.274Z | Compiling headers-core v0.3.0 |
| 3416 | 2026-08-05T04:31:35.423Z | Compiling kem v0.3.0 |
| 3417 | 2026-08-05T04:31:35.533Z | Compiling module-lattice v0.2.3 |
| 3418 | 2026-08-05T04:31:35.575Z | Compiling nanorand v0.7.0 |
| 3419 | 2026-08-05T04:31:35.586Z | Compiling sponge-cursor v0.1.0 |
| 3420 | 2026-08-05T04:31:35.630Z | Compiling rcgen v0.12.1 |
| 3421 | 2026-08-05T04:31:35.743Z | Compiling sha3 v0.12.0 |
| 3422 | 2026-08-05T04:31:35.760Z | Compiling ml-kem v0.3.2 |
| 3423 | 2026-08-05T04:31:35.805Z | Compiling flume v0.11.1 |
| 3424 | 2026-08-05T04:31:35.822Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3425 | 2026-08-05T04:31:35.861Z | Compiling headers v0.4.1 |
| 3426 | 2026-08-05T04:31:35.883Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3427 | 2026-08-05T04:31:36.188Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3428 | 2026-08-05T04:31:36.311Z | Compiling progenitor v0.13.0 |
| 3429 | 2026-08-05T04:31:36.332Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3430 | 2026-08-05T04:31:36.354Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3431 | 2026-08-05T04:31:36.500Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3432 | 2026-08-05T04:31:36.520Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3433 | 2026-08-05T04:31:36.565Z | Compiling hyper-staticfile v0.10.1 |
| 3434 | 2026-08-05T04:31:36.662Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3435 | 2026-08-05T04:31:36.681Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6d037cb60304413302e3f3658e4850980cee77b0#6d037cb6) |
| 3436 | 2026-08-05T04:31:36.697Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3437 | 2026-08-05T04:31:36.757Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3438 | 2026-08-05T04:31:36.945Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3439 | 2026-08-05T04:31:36.997Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3440 | 2026-08-05T04:31:37.061Z | Compiling russh-cryptovec v0.62.0 |
| 3441 | 2026-08-05T04:31:37.080Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3442 | 2026-08-05T04:31:37.098Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3443 | 2026-08-05T04:31:37.199Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3444 | 2026-08-05T04:31:37.216Z | Compiling port-file v0.1.0 |
| 3445 | 2026-08-05T04:31:37.294Z | Compiling num-bigint v0.4.6 |
| 3446 | 2026-08-05T04:31:37.314Z | Compiling generic-array v1.4.3 |
| 3447 | 2026-08-05T04:31:37.368Z | Compiling russh-util v0.52.0 |
| 3448 | 2026-08-05T04:31:37.427Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3449 | 2026-08-05T04:31:37.484Z | Compiling ssh-key v0.7.0-rc.11 |
| 3450 | 2026-08-05T04:31:37.502Z | Compiling enum_dispatch v0.3.13 |
| 3451 | 2026-08-05T04:31:37.519Z | Compiling delegate v0.13.5 |
| 3452 | 2026-08-05T04:31:37.549Z | Compiling subprocess v0.2.15 |
| 3453 | 2026-08-05T04:31:37.820Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3454 | 2026-08-05T04:31:37.849Z | Compiling display-error-chain v0.2.2 |
| 3455 | 2026-08-05T04:31:37.867Z | Compiling md5 v0.8.0 |
| 3456 | 2026-08-05T04:31:37.895Z | Compiling hex-literal v1.1.0 |
| 3457 | 2026-08-05T04:31:38.036Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3458 | 2026-08-05T04:31:38.060Z | Compiling colored v2.2.0 |
| 3459 | 2026-08-05T04:31:38.152Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3460 | 2026-08-05T04:31:38.273Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3461 | 2026-08-05T04:31:38.321Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3462 | 2026-08-05T04:31:38.412Z | Compiling socket2 v0.5.10 |
| 3463 | 2026-08-05T04:31:38.443Z | Compiling internet-checksum v0.2.1 |
| 3464 | 2026-08-05T04:31:38.861Z | Compiling russh v0.62.4 |
| 3465 | 2026-08-05T04:31:39.399Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3466 | 2026-08-05T04:31:39.399Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3467 | 2026-08-05T04:31:41.981Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3468 | 2026-08-05T04:31:42.680Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3469 | 2026-08-05T04:31:43.165Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3470 | 2026-08-05T04:31:43.210Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3471 | 2026-08-05T04:31:45.243Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3472 | 2026-08-05T04:31:53.816Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3473 | 2026-08-05T04:31:53.816Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3474 | 2026-08-05T04:31:53.819Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3475 | 2026-08-05T04:31:53.819Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3476 | 2026-08-05T04:31:55.638Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3477 | 2026-08-05T04:31:55.678Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3478 | 2026-08-05T04:31:59.653Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3479 | 2026-08-05T04:32:41.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3480 | 2026-08-05T04:32:41.383Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3481 | 2026-08-05T04:32:41.383Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3482 | 2026-08-05T04:32:41.610Z | |
| 3483 | 2026-08-05T04:32:41.610Z | real 1:29.346544328 |
| 3484 | 2026-08-05T04:32:41.610Z | user 8:12.359432906 |
| 3485 | 2026-08-05T04:32:41.610Z | sys 1:40.072731845 |
| 3486 | 2026-08-05T04:32:41.610Z | trap 0.238783812 |
| 3487 | 2026-08-05T04:32:41.610Z | tflt 0.371104995 |
| 3488 | 2026-08-05T04:32:41.613Z | dflt 1.822822911 |
| 3489 | 2026-08-05T04:32:41.613Z | kflt 0.000810870 |
| 3490 | 2026-08-05T04:32:41.614Z | lock 30:36.485723126 |
| 3491 | 2026-08-05T04:32:41.614Z | slp 18:37.833708643 |
| 3492 | 2026-08-05T04:32:41.614Z | lat 36.983571607 |
| 3493 | 2026-08-05T04:32:41.614Z | stop 3:00.742360663 |
| 3494 | 2026-08-05T04:32:41.614Z | + mkdir tests |
| 3495 | 2026-08-05T04:32:41.617Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3496 | 2026-08-05T04:32:41.617Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3497 | 2026-08-05T04:32:41.638Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-53e5024cf5d2c3d1 tests/ |
| 3498 | 2026-08-05T04:32:41.660Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-99151516492c6b09 tests/ |
| 3499 | 2026-08-05T04:32:41.683Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d191c08215d5c27e tests/ |
| 3500 | 2026-08-05T04:32:41.705Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-b413ea1e12d1c41d tests/ |
| 3501 | 2026-08-05T04:32:42.015Z | + 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) |
| 3502 | 2026-08-05T04:32:42.019Z | + 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-99151516492c6b09 tests/commtest-d191c08215d5c27e tests/dhcp_server-53e5024cf5d2c3d1 tests/end_to_end_tests-b413ea1e12d1c41d 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 |
| 3503 | 2026-08-05T04:34:11.413Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3504 | 2026-08-05T04:34:11.413Z | a .github/buildomat/ci-env.sh 1K |
| 3505 | 2026-08-05T04:34:11.413Z | a out/target/test 1K |
| 3506 | 2026-08-05T04:34:11.413Z | a out/npuzone/npuzone 27402K |
| 3507 | 2026-08-05T04:34:11.413Z | a package-manifest.toml 35K |
| 3508 | 2026-08-05T04:34:11.413Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3509 | 2026-08-05T04:34:11.413Z | a target/release/omicron-package 49120K |
| 3510 | 2026-08-05T04:34:11.413Z | a target/release/xtask 11722K |
| 3511 | 2026-08-05T04:34:11.413Z | a target/debug/bootstrap 434625K |
| 3512 | 2026-08-05T04:34:11.413Z | a tests/bootstrap-99151516492c6b09 34516K |
| 3513 | 2026-08-05T04:34:11.413Z | a tests/commtest-d191c08215d5c27e 34517K |
| 3514 | 2026-08-05T04:34:11.413Z | a tests/dhcp_server-53e5024cf5d2c3d1 34516K |
| 3515 | 2026-08-05T04:34:11.413Z | a tests/end_to_end_tests-b413ea1e12d1c41d 497545K |
| 3516 | 2026-08-05T04:34:11.413Z | a tools/opte_version 1K |
| 3517 | 2026-08-05T04:34:11.413Z | a tools/opte_version_override 2K |
| 3518 | 2026-08-05T04:34:11.413Z | a out/clickhouse.tar.gz 329639K |
| 3519 | 2026-08-05T04:34:11.413Z | a out/clickhouse_keeper.tar.gz 313637K |
| 3520 | 2026-08-05T04:34:11.413Z | a out/clickhouse_server.tar.gz 329635K |
| 3521 | 2026-08-05T04:34:11.413Z | a out/cockroachdb.tar.gz 169986K |
| 3522 | 2026-08-05T04:34:11.413Z | a out/crucible-pantry-zone.tar.gz 41788K |
| 3523 | 2026-08-05T04:34:11.413Z | a out/crucible-utils.tar 18900K |
| 3524 | 2026-08-05T04:34:11.413Z | a out/crucible-zone.tar.gz 56600K |
| 3525 | 2026-08-05T04:34:11.414Z | a out/external-dns.tar.gz 54776K |
| 3526 | 2026-08-05T04:34:11.414Z | a out/internal-dns.tar.gz 54776K |
| 3527 | 2026-08-05T04:34:11.414Z | a out/mg-ddm-gz.tar 100917K |
| 3528 | 2026-08-05T04:34:11.414Z | a out/nexus.tar.gz 359308K |
| 3529 | 2026-08-05T04:34:11.414Z | a out/ntp.tar.gz 35140K |
| 3530 | 2026-08-05T04:34:11.414Z | a out/omicron-gateway-softnpu.tar.gz 29642K |
| 3531 | 2026-08-05T04:34:11.414Z | a out/omicron-sled-agent.tar 239916K |
| 3532 | 2026-08-05T04:34:11.414Z | a out/overlay.tar.gz 4K |
| 3533 | 2026-08-05T04:34:11.414Z | a out/oximeter.tar.gz 72195K |
| 3534 | 2026-08-05T04:34:11.414Z | a out/oxlog.tar 4066K |
| 3535 | 2026-08-05T04:34:11.414Z | a out/probe.tar.gz 3037K |
| 3536 | 2026-08-05T04:34:11.414Z | a out/propolis-server.tar.gz 34642K |
| 3537 | 2026-08-05T04:34:11.414Z | a out/pumpkind-gz.tar 26647K |
| 3538 | 2026-08-05T04:34:11.414Z | a out/switch-softnpu.tar.gz 503227K |
| 3539 | 2026-08-05T04:34:11.417Z | |
| 3540 | 2026-08-05T04:34:11.417Z | real 1:29.395581262 |
| 3541 | 2026-08-05T04:34:11.417Z | user 1:26.394644656 |
| 3542 | 2026-08-05T04:34:11.417Z | sys 5.014353678 |
| 3543 | 2026-08-05T04:34:11.418Z | trap 0.006841053 |
| 3544 | 2026-08-05T04:34:11.418Z | tflt 0.000000000 |
| 3545 | 2026-08-05T04:34:11.418Z | dflt 0.000000000 |
| 3546 | 2026-08-05T04:34:11.418Z | kflt 0.000000000 |
| 3547 | 2026-08-05T04:34:11.418Z | lock 0.000000000 |
| 3548 | 2026-08-05T04:34:11.418Z | slp 1:26.266037580 |
| 3549 | 2026-08-05T04:34:11.418Z | lat 1.103946175 |
| 3550 | 2026-08-05T04:34:11.418Z | stop 0.000192550 |
| 3551 | 2026-08-05T04:34:11.418Z | process exited: duration 1373940 ms, exit code 0 |
| |
| 3552 | 2026-08-05T04:34:11.432Z | found 1 output files |
| 3553 | 2026-08-05T04:34:11.474Z | uploading: /work/package.tar.gz (2779421361 bytes) |
| 3554 | 2026-08-05T04:34:50.791Z | uploaded: /work/package.tar.gz |