|
|
|
| 1 | 2026-07-21T17:26:38.252Z | job assigned to worker 01KY2VCWTXAZ2G1BS9FTRBVFHS [factory aws, i-068b2b7e795237eaa] (queued for 50 s) |
| |
| 2 | 2026-07-21T17:26:45.134Z | starting task 0: "setup" |
| 3 | 2026-07-21T17:26:45.142Z | ++ uname -s |
| 4 | 2026-07-21T17:26:45.146Z | + kern=SunOS |
| 5 | 2026-07-21T17:26:45.146Z | + build_user=build |
| 6 | 2026-07-21T17:26:45.146Z | + build_uid=12345 |
| 7 | 2026-07-21T17:26:45.146Z | + work_dir=/work |
| 8 | 2026-07-21T17:26:45.146Z | + input_dir=/input |
| 9 | 2026-07-21T17:26:45.146Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T17:26:45.146Z | + case "$kern" in |
| 11 | 2026-07-21T17:26:45.146Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T17:26:45.146Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T17:26:47.151Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T17:26:47.327Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T17:26:47.330Z | + home_fs=zfs |
| 16 | 2026-07-21T17:26:47.330Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T17:26:47.330Z | + mkdir -p /home/build |
| 18 | 2026-07-21T17:26:47.333Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T17:26:49.339Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T17:26:49.345Z | process exited: duration 4201 ms, exit code 0 |
| |
| 21 | 2026-07-21T17:26:49.358Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T17:26:49.364Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T17:26:49.364Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-21T17:26:49.364Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-07-21T17:26:49.364Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-21T17:26:49.364Z | * rust toolchain channel = "1.96.1" |
| 27 | 2026-07-21T17:26:49.364Z | * rust toolchain profile = "default" |
| 28 | 2026-07-21T17:26:49.367Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T17:26:49.367Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T17:26:49.461Z | info: downloading installer |
| 31 | 2026-07-21T17:26:50.763Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T17:26:50.763Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T17:26:50.763Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T17:26:50.763Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T17:26:50.774Z | info: profile set to default |
| 36 | 2026-07-21T17:26:50.775Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T17:26:50.778Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T17:26:50.906Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T17:26:50.909Z | info: downloading 6 components |
| 40 | 2026-07-21T17:27:06.665Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T17:27:06.665Z | |
| 42 | 2026-07-21T17:27:06.691Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T17:27:06.691Z | |
| 44 | 2026-07-21T17:27:06.691Z | |
| 45 | 2026-07-21T17:27:06.691Z | Rust is installed now. Great! |
| 46 | 2026-07-21T17:27:06.691Z | |
| 47 | 2026-07-21T17:27:06.691Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T17:27:06.691Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T17:27:06.691Z | |
| 50 | 2026-07-21T17:27:06.691Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T17:27:06.691Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T17:27:06.691Z | |
| 53 | 2026-07-21T17:27:06.691Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T17:27:06.696Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T17:27:06.696Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T17:27:06.696Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T17:27:06.696Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T17:27:06.696Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T17:27:06.696Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T17:27:06.696Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T17:27:06.696Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T17:27:06.794Z | + rustup --version |
| 63 | 2026-07-21T17:27:06.801Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T17:27:06.804Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T17:27:06.821Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T17:27:06.824Z | + cargo --version |
| 67 | 2026-07-21T17:27:06.832Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T17:27:06.835Z | + rustc --version |
| 69 | 2026-07-21T17:27:06.855Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T17:27:06.857Z | process exited: duration 17499 ms, exit code 0 |
| |
| 71 | 2026-07-21T17:27:06.863Z | starting task 2: "authentication" |
| 72 | 2026-07-21T17:27:06.881Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-07-21T17:27:06.887Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T17:27:06.891Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T17:27:06.893Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T17:27:06.926Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T17:27:15.832Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T17:27:15.832Z | + git fetch origin 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 |
| 79 | 2026-07-21T17:27:16.282Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T17:27:16.282Z | * branch 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 -> FETCH_HEAD |
| 81 | 2026-07-21T17:27:16.296Z | + [[ -n '' ]] |
| 82 | 2026-07-21T17:27:16.296Z | + git reset --hard 6abd5bd5c84a8cc10cd1cfa0a42327c7a6022496 |
| 83 | 2026-07-21T17:27:16.546Z | HEAD is now at 6abd5bd5c rebase |
| 84 | 2026-07-21T17:27:16.550Z | process exited: duration 9663 ms, exit code 0 |
| |
| 85 | 2026-07-21T17:27:16.557Z | starting task 4: "build" |
| 86 | 2026-07-21T17:27:16.561Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-07-21T17:27:16.561Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-07-21T17:27:16.561Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-07-21T17:27:16.564Z | +++ uname -s |
| 90 | 2026-07-21T17:27:16.564Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-07-21T17:27:16.565Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-07-21T17:27:16.567Z | + cargo --version |
| 93 | 2026-07-21T17:27:16.577Z | cargo 1.96.1 (356927216 2026-06-26) |
| 94 | 2026-07-21T17:27:16.580Z | + rustc --version |
| 95 | 2026-07-21T17:27:16.602Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 96 | 2026-07-21T17:27:16.606Z | + WORK=/work |
| 97 | 2026-07-21T17:27:16.606Z | + pfexec mkdir -p /work |
| 98 | 2026-07-21T17:27:16.609Z | + pfexec chown build /work |
| 99 | 2026-07-21T17:27:16.609Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 100 | 2026-07-21T17:27:18.260Z | Startup: Refreshing catalog 'helios' ... Done |
| 101 | 2026-07-21T17:27:18.449Z | Startup: Caching catalogs ... Done |
| 102 | 2026-07-21T17:27:19.373Z | Planning: Solver setup ... Done (0.856s) |
| 103 | 2026-07-21T17:27:19.412Z | Planning: Running solver ... Done (0.039s) |
| 104 | 2026-07-21T17:27:19.434Z | Planning: Finding local manifests ... Done (0.003s) |
| 105 | 2026-07-21T17:27:19.444Z | Planning: Fetching manifests: 0/2 0% complete |
| 106 | 2026-07-21T17:27:19.466Z | Planning: Fetching manifests: 2/2 100% complete |
| 107 | 2026-07-21T17:27:19.480Z | Planning: Package planning ... Done (0.014s) |
| 108 | 2026-07-21T17:27:19.483Z | Planning: Merging actions ... Done (0.001s) |
| 109 | 2026-07-21T17:27:19.694Z | Planning: Checking for conflicting actions ... Done (0.211s) |
| 110 | 2026-07-21T17:27:19.696Z | Planning: Consolidating action changes ... Done (0.001s) |
| 111 | 2026-07-21T17:27:20.563Z | Planning: Evaluating mediators ... Done (0.869s) |
| 112 | 2026-07-21T17:27:20.566Z | Planning: Planning completed in 2.09 seconds |
| 113 | 2026-07-21T17:27:20.574Z | Packages to install: 2 |
| 114 | 2026-07-21T17:27:20.574Z | Estimated space available: 156.06 GB |
| 115 | 2026-07-21T17:27:20.574Z | Estimated space to be consumed: 46.64 MB |
| 116 | 2026-07-21T17:27:20.574Z | Create boot environment: No |
| 117 | 2026-07-21T17:27:20.578Z | Create backup boot environment: No |
| 118 | 2026-07-21T17:27:20.578Z | Rebuild boot archive: No |
| 119 | 2026-07-21T17:27:20.578Z | |
| 120 | 2026-07-21T17:27:20.578Z | Changed packages: |
| 121 | 2026-07-21T17:27:20.578Z | helios |
| 122 | 2026-07-21T17:27:20.578Z | developer/build-essential |
| 123 | 2026-07-21T17:27:20.578Z | None -> 11-3.0 |
| 124 | 2026-07-21T17:27:20.578Z | library/libxmlsec1 |
| 125 | 2026-07-21T17:27:20.578Z | None -> 1.2.35-3.0 |
| 126 | 2026-07-21T17:27:20.598Z | |
| 127 | 2026-07-21T17:27:20.598Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 128 | 2026-07-21T17:27:20.667Z | Download: Completed 1.28 MB in 0.07 seconds (18.7M/s) |
| 129 | 2026-07-21T17:27:20.743Z | Actions: 1/268 actions (Installing new actions) |
| 130 | 2026-07-21T17:27:20.782Z | Actions: Completed 268 actions in 0.04 seconds. |
| 131 | 2026-07-21T17:27:20.803Z | Finalize: Updating package state database ... Done (0.021s) |
| 132 | 2026-07-21T17:27:20.803Z | Finalize: Updating package cache ... Done (0.000s) |
| 133 | 2026-07-21T17:27:20.850Z | Finalize: Updating image state ... Done (0.047s) |
| 134 | 2026-07-21T17:27:23.435Z | Finalize: Creating fast lookup database ... Done (2.545s) |
| 135 | 2026-07-21T17:27:23.504Z | Finalize: Reading search index ... Done (0.012s) |
| 136 | 2026-07-21T17:27:23.507Z | Finalize: Updating search index ... Done (0.000s) |
| 137 | 2026-07-21T17:27:23.596Z | Finalize: Updating package cache ... Done (0.000s) |
| 138 | 2026-07-21T17:27:23.923Z | Planning: Evaluating mediator changes ... Done |
| 139 | 2026-07-21T17:27:24.028Z | Planning: Checking for conflicting actions ... Done |
| 140 | 2026-07-21T17:27:24.031Z | Planning: Consolidating action changes ... Done |
| 141 | 2026-07-21T17:27:24.183Z | Planning: Evaluating mediators ... Done |
| 142 | 2026-07-21T17:27:24.186Z | Planning: Planning completed in 0.26 seconds |
| 143 | 2026-07-21T17:27:24.206Z | Mediators to change: 2 |
| 144 | 2026-07-21T17:27:24.206Z | Create boot environment: No |
| 145 | 2026-07-21T17:27:24.206Z | Create backup boot environment: No |
| 146 | 2026-07-21T17:27:24.277Z | Finalize: Updating package state database ... Done |
| 147 | 2026-07-21T17:27:24.277Z | Finalize: Updating package cache ... Done |
| 148 | 2026-07-21T17:27:24.304Z | Finalize: Updating image state ... Done |
| 149 | 2026-07-21T17:27:26.232Z | Finalize: Creating fast lookup database ... Done |
| 150 | 2026-07-21T17:27:26.291Z | Finalize: Reading search index ... Done |
| 151 | 2026-07-21T17:27:26.294Z | Finalize: Updating search index ... Done |
| 152 | 2026-07-21T17:27:26.392Z | Finalize: Updating package cache ... Done |
| 153 | 2026-07-21T17:27:26.676Z | Planning: Evaluating mediator changes ... Done |
| 154 | 2026-07-21T17:27:26.780Z | Planning: Checking for conflicting actions ... Done |
| 155 | 2026-07-21T17:27:26.783Z | Planning: Consolidating action changes ... Done |
| 156 | 2026-07-21T17:27:26.935Z | Planning: Evaluating mediators ... Done |
| 157 | 2026-07-21T17:27:26.938Z | Planning: Planning completed in 0.26 seconds |
| 158 | 2026-07-21T17:27:26.958Z | Mediators to change: 1 |
| 159 | 2026-07-21T17:27:26.958Z | Create boot environment: No |
| 160 | 2026-07-21T17:27:26.958Z | Create backup boot environment: No |
| 161 | 2026-07-21T17:27:27.011Z | Finalize: Updating package state database ... Done |
| 162 | 2026-07-21T17:27:27.011Z | Finalize: Updating package cache ... Done |
| 163 | 2026-07-21T17:27:27.043Z | Finalize: Updating image state ... Done |
| 164 | 2026-07-21T17:27:28.975Z | Finalize: Creating fast lookup database ... Done |
| 165 | 2026-07-21T17:27:29.038Z | Finalize: Reading search index ... Done |
| 166 | 2026-07-21T17:27:29.042Z | Finalize: Updating search index ... Done |
| 167 | 2026-07-21T17:27:29.120Z | Finalize: Updating package cache ... Done |
| 168 | 2026-07-21T17:27:29.435Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 169 | 2026-07-21T17:27:29.435Z | apache system 2.4 system |
| 170 | 2026-07-21T17:27:29.435Z | clang system 15 system |
| 171 | 2026-07-21T17:27:29.435Z | csh system system illumos |
| 172 | 2026-07-21T17:27:29.435Z | ctags system system illumos |
| 173 | 2026-07-21T17:27:29.435Z | file vendor vendor darwinsys |
| 174 | 2026-07-21T17:27:29.435Z | file system system illumos |
| 175 | 2026-07-21T17:27:29.435Z | gcc vendor 14 vendor |
| 176 | 2026-07-21T17:27:29.435Z | gcc system 13 system |
| 177 | 2026-07-21T17:27:29.435Z | gcc system 10 system |
| 178 | 2026-07-21T17:27:29.435Z | go system 1.25 system |
| 179 | 2026-07-21T17:27:29.435Z | llvm system 15 system |
| 180 | 2026-07-21T17:27:29.435Z | mariadb system 11.4 system |
| 181 | 2026-07-21T17:27:29.435Z | mta vendor vendor dma |
| 182 | 2026-07-21T17:27:29.435Z | openjdk system 17 system |
| 183 | 2026-07-21T17:27:29.435Z | openjdk system 11 system |
| 184 | 2026-07-21T17:27:29.435Z | openssl vendor 3 vendor |
| 185 | 2026-07-21T17:27:29.435Z | perl system 5.40 system |
| 186 | 2026-07-21T17:27:29.435Z | postgresql system 18 system |
| 187 | 2026-07-21T17:27:29.435Z | postgresql system 17 system |
| 188 | 2026-07-21T17:27:29.435Z | python vendor 3 vendor |
| 189 | 2026-07-21T17:27:29.435Z | python system 2 system |
| 190 | 2026-07-21T17:27:29.435Z | python3 vendor 3.13 vendor |
| 191 | 2026-07-21T17:27:29.436Z | ruby system 3.4 system |
| 192 | 2026-07-21T17:27:29.436Z | ruby system 3.0 system |
| 193 | 2026-07-21T17:27:29.436Z | words vendor vendor american-english |
| 194 | 2026-07-21T17:27:29.436Z | words system system australian-english |
| 195 | 2026-07-21T17:27:29.436Z | words system system british-english |
| 196 | 2026-07-21T17:27:29.436Z | words system system canadian-english |
| 197 | 2026-07-21T17:27:29.436Z | words system system french |
| 198 | 2026-07-21T17:27:29.436Z | words system system italian |
| 199 | 2026-07-21T17:27:29.436Z | words system system ngerman |
| 200 | 2026-07-21T17:27:29.436Z | words system system ogerman |
| 201 | 2026-07-21T17:27:29.436Z | words system system spanish |
| 202 | 2026-07-21T17:27:29.688Z | PUBLISHER TYPE STATUS P LOCATION |
| 203 | 2026-07-21T17:27:29.688Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 204 | 2026-07-21T17:27:30.043Z | FMRI IFO |
| 205 | 2026-07-21T17:27:30.043Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 206 | 2026-07-21T17:27:30.043Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 207 | 2026-07-21T17:27:30.043Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 208 | 2026-07-21T17:27:30.043Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 209 | 2026-07-21T17:27:30.043Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 210 | 2026-07-21T17:27:30.043Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 211 | 2026-07-21T17:27:30.043Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 212 | 2026-07-21T17:27:30.043Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 213 | 2026-07-21T17:27:30.043Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 214 | 2026-07-21T17:27:30.321Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 215 | 2026-07-21T17:27:30.607Z | Updating crates.io index |
| 216 | 2026-07-21T17:27:30.610Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 217 | 2026-07-21T17:27:30.835Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 218 | 2026-07-21T17:27:31.160Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 219 | 2026-07-21T17:27:32.104Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 220 | 2026-07-21T17:27:32.657Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 221 | 2026-07-21T17:27:34.866Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 222 | 2026-07-21T17:27:35.754Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 223 | 2026-07-21T17:27:35.912Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 224 | 2026-07-21T17:27:36.230Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 225 | 2026-07-21T17:27:37.746Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 226 | 2026-07-21T17:27:38.019Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 227 | 2026-07-21T17:27:38.331Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 228 | 2026-07-21T17:27:38.664Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 229 | 2026-07-21T17:27:39.066Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 230 | 2026-07-21T17:27:39.591Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 231 | 2026-07-21T17:27:39.848Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 232 | 2026-07-21T17:27:40.159Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 233 | 2026-07-21T17:27:40.434Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 234 | 2026-07-21T17:27:40.841Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-07-21T17:27:41.101Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-07-21T17:27:41.333Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-07-21T17:27:41.603Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 238 | 2026-07-21T17:27:41.960Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 239 | 2026-07-21T17:27:42.285Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 240 | 2026-07-21T17:27:42.537Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 241 | 2026-07-21T17:27:42.923Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 242 | 2026-07-21T17:27:43.180Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 243 | 2026-07-21T17:27:43.730Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 244 | 2026-07-21T17:27:44.175Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 245 | 2026-07-21T17:27:44.453Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 246 | 2026-07-21T17:27:44.678Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 247 | 2026-07-21T17:27:45.037Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 248 | 2026-07-21T17:27:45.401Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 249 | 2026-07-21T17:27:45.845Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 250 | 2026-07-21T17:27:46.166Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 251 | 2026-07-21T17:27:46.379Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 252 | 2026-07-21T17:27:46.662Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 253 | 2026-07-21T17:27:47.099Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 254 | 2026-07-21T17:27:47.344Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 255 | 2026-07-21T17:27:47.592Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 256 | 2026-07-21T17:27:47.825Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 257 | 2026-07-21T17:27:50.393Z | Downloading crates ... |
| 258 | 2026-07-21T17:27:50.447Z | Downloaded itoa v1.0.17 |
| 259 | 2026-07-21T17:27:50.454Z | Downloaded block-buffer v0.10.4 |
| 260 | 2026-07-21T17:27:50.454Z | Downloaded heck v0.5.0 |
| 261 | 2026-07-21T17:27:50.454Z | Downloaded crypto-common v0.1.7 |
| 262 | 2026-07-21T17:27:50.454Z | Downloaded autocfg v1.5.0 |
| 263 | 2026-07-21T17:27:50.462Z | Downloaded pest_meta v2.8.6 |
| 264 | 2026-07-21T17:27:50.466Z | Downloaded dtrace-parser v0.2.0 |
| 265 | 2026-07-21T17:27:50.466Z | Downloaded zmij v1.0.21 |
| 266 | 2026-07-21T17:27:50.466Z | Downloaded proc-macro-error-attr v1.0.4 |
| 267 | 2026-07-21T17:27:50.469Z | Downloaded anstyle-query v1.1.5 |
| 268 | 2026-07-21T17:27:50.469Z | Downloaded unicode-linebreak v0.1.5 |
| 269 | 2026-07-21T17:27:50.478Z | Downloaded tabled_derive v0.7.0 |
| 270 | 2026-07-21T17:27:50.479Z | Downloaded plain v0.2.3 |
| 271 | 2026-07-21T17:27:50.487Z | Downloaded cpufeatures v0.2.17 |
| 272 | 2026-07-21T17:27:50.487Z | Downloaded fastrand v2.3.0 |
| 273 | 2026-07-21T17:27:50.487Z | Downloaded clap_lex v1.0.0 |
| 274 | 2026-07-21T17:27:50.487Z | Downloaded byteorder v1.5.0 |
| 275 | 2026-07-21T17:27:50.487Z | Downloaded zerocopy v0.7.35 |
| 276 | 2026-07-21T17:27:50.494Z | Downloaded macaddr v1.0.1 |
| 277 | 2026-07-21T17:27:50.494Z | Downloaded is_terminal_polyfill v1.70.2 |
| 278 | 2026-07-21T17:27:50.494Z | Downloaded fs-err v3.3.0 |
| 279 | 2026-07-21T17:27:50.494Z | Downloaded fnv v1.0.7 |
| 280 | 2026-07-21T17:27:50.494Z | Downloaded bytecount v0.6.9 |
| 281 | 2026-07-21T17:27:50.494Z | Downloaded cargo-platform v0.3.2 |
| 282 | 2026-07-21T17:27:50.494Z | Downloaded anstream v1.0.0 |
| 283 | 2026-07-21T17:27:50.519Z | Downloaded anstyle-parse v1.0.0 |
| 284 | 2026-07-21T17:27:50.519Z | Downloaded cargo_metadata v0.23.1 |
| 285 | 2026-07-21T17:27:50.519Z | Downloaded errno v0.3.14 |
| 286 | 2026-07-21T17:27:50.519Z | Downloaded equivalent v1.0.2 |
| 287 | 2026-07-21T17:27:50.519Z | Downloaded anyhow v1.0.102 |
| 288 | 2026-07-21T17:27:50.519Z | Downloaded anstyle v1.0.14 |
| 289 | 2026-07-21T17:27:50.526Z | Downloaded memmap v0.7.0 |
| 290 | 2026-07-21T17:27:50.526Z | Downloaded heck v0.4.1 |
| 291 | 2026-07-21T17:27:50.526Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-07-21T17:27:50.526Z | Downloaded clap_derive v4.6.1 |
| 293 | 2026-07-21T17:27:50.527Z | Downloaded thread-id v4.2.2 |
| 294 | 2026-07-21T17:27:50.527Z | Downloaded dof v0.3.0 |
| 295 | 2026-07-21T17:27:50.536Z | Downloaded version_check v0.9.5 |
| 296 | 2026-07-21T17:27:50.565Z | Downloaded swrite v0.1.0 |
| 297 | 2026-07-21T17:27:50.565Z | Downloaded clap v4.6.1 |
| 298 | 2026-07-21T17:27:50.565Z | Downloaded camino v1.2.2 |
| 299 | 2026-07-21T17:27:50.576Z | Downloaded terminal_size v0.4.3 |
| 300 | 2026-07-21T17:27:50.576Z | Downloaded toml_write v0.1.2 |
| 301 | 2026-07-21T17:27:50.577Z | Downloaded utf8parse v0.2.2 |
| 302 | 2026-07-21T17:27:50.577Z | Downloaded toml_datetime v0.6.11 |
| 303 | 2026-07-21T17:27:50.577Z | Downloaded pretty-hex v0.4.1 |
| 304 | 2026-07-21T17:27:50.577Z | Downloaded serde_spanned v0.6.9 |
| 305 | 2026-07-21T17:27:50.577Z | Downloaded usdt-macro v0.5.0 |
| 306 | 2026-07-21T17:27:50.577Z | Downloaded colorchoice v1.0.4 |
| 307 | 2026-07-21T17:27:50.577Z | Downloaded generic-array v0.14.7 |
| 308 | 2026-07-21T17:27:50.582Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-07-21T17:27:50.582Z | Downloaded smawk v0.3.2 |
| 310 | 2026-07-21T17:27:50.582Z | Downloaded strsim v0.11.1 |
| 311 | 2026-07-21T17:27:50.582Z | Downloaded usdt v0.5.0 |
| 312 | 2026-07-21T17:27:50.582Z | Downloaded camino-tempfile v1.4.1 |
| 313 | 2026-07-21T17:27:50.594Z | Downloaded bitflags v2.11.0 |
| 314 | 2026-07-21T17:27:50.599Z | Downloaded scroll_derive v0.12.1 |
| 315 | 2026-07-21T17:27:50.599Z | Downloaded thiserror v1.0.69 |
| 316 | 2026-07-21T17:27:50.599Z | Downloaded digest v0.10.7 |
| 317 | 2026-07-21T17:27:50.599Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-07-21T17:27:50.599Z | Downloaded cargo_toml v0.21.0 |
| 319 | 2026-07-21T17:27:50.608Z | Downloaded quote v1.0.45 |
| 320 | 2026-07-21T17:27:50.609Z | Downloaded proc-macro-error v1.0.4 |
| 321 | 2026-07-21T17:27:50.612Z | Downloaded scroll v0.12.0 |
| 322 | 2026-07-21T17:27:50.612Z | Downloaded sha2 v0.10.9 |
| 323 | 2026-07-21T17:27:50.612Z | Downloaded thiserror-impl v2.0.18 |
| 324 | 2026-07-21T17:27:50.612Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-07-21T17:27:50.612Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-07-21T17:27:50.631Z | Downloaded pest_generator v2.8.6 |
| 327 | 2026-07-21T17:27:50.631Z | Downloaded thiserror v2.0.18 |
| 328 | 2026-07-21T17:27:50.637Z | Downloaded toml v0.8.23 |
| 329 | 2026-07-21T17:27:50.637Z | Downloaded pest_derive v2.8.6 |
| 330 | 2026-07-21T17:27:50.637Z | Downloaded once_cell v1.21.3 |
| 331 | 2026-07-21T17:27:50.650Z | Downloaded zerocopy-derive v0.7.35 |
| 332 | 2026-07-21T17:27:50.656Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-07-21T17:27:50.660Z | Downloaded semver v1.0.28 |
| 334 | 2026-07-21T17:27:50.672Z | Downloaded getrandom v0.4.1 |
| 335 | 2026-07-21T17:27:50.672Z | Downloaded proc-macro2 v1.0.106 |
| 336 | 2026-07-21T17:27:50.686Z | Downloaded log v0.4.29 |
| 337 | 2026-07-21T17:27:50.690Z | Downloaded serde_core v1.0.228 |
| 338 | 2026-07-21T17:27:50.691Z | Downloaded tempfile v3.25.0 |
| 339 | 2026-07-21T17:27:50.699Z | Downloaded serde_derive v1.0.228 |
| 340 | 2026-07-21T17:27:50.699Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-07-21T17:27:50.699Z | Downloaded indexmap v2.14.0 |
| 342 | 2026-07-21T17:27:50.712Z | Downloaded textwrap v0.16.2 |
| 343 | 2026-07-21T17:27:50.725Z | Downloaded toml_edit v0.22.27 |
| 344 | 2026-07-21T17:27:50.725Z | Downloaded serde v1.0.228 |
| 345 | 2026-07-21T17:27:50.725Z | Downloaded papergrid v0.11.0 |
| 346 | 2026-07-21T17:27:50.732Z | Downloaded memchr v2.8.0 |
| 347 | 2026-07-21T17:27:50.742Z | Downloaded typenum v1.20.1 |
| 348 | 2026-07-21T17:27:50.747Z | Downloaded pest v2.8.6 |
| 349 | 2026-07-21T17:27:50.756Z | Downloaded goblin v0.8.2 |
| 350 | 2026-07-21T17:27:50.756Z | Downloaded hashbrown v0.17.0 |
| 351 | 2026-07-21T17:27:50.772Z | Downloaded clap_builder v4.6.0 |
| 352 | 2026-07-21T17:27:50.815Z | Downloaded winnow v0.7.14 |
| 353 | 2026-07-21T17:27:50.830Z | Downloaded serde_json v1.0.150 |
| 354 | 2026-07-21T17:27:50.830Z | Downloaded tabled v0.15.0 |
| 355 | 2026-07-21T17:27:50.848Z | Downloaded syn v1.0.109 |
| 356 | 2026-07-21T17:27:50.848Z | Downloaded unicode-width v0.2.0 |
| 357 | 2026-07-21T17:27:50.848Z | Downloaded syn v2.0.117 |
| 358 | 2026-07-21T17:27:50.854Z | Downloaded unicode-width v0.1.14 |
| 359 | 2026-07-21T17:27:50.869Z | Downloaded rustix v1.1.3 |
| 360 | 2026-07-21T17:27:50.889Z | Downloaded libc v0.2.185 |
| 361 | 2026-07-21T17:27:50.957Z | Compiling proc-macro2 v1.0.106 |
| 362 | 2026-07-21T17:27:50.957Z | Compiling unicode-ident v1.0.24 |
| 363 | 2026-07-21T17:27:50.975Z | Compiling quote v1.0.45 |
| 364 | 2026-07-21T17:27:50.975Z | Compiling serde_core v1.0.228 |
| 365 | 2026-07-21T17:27:50.975Z | Compiling libc v0.2.185 |
| 366 | 2026-07-21T17:27:50.975Z | Compiling version_check v0.9.5 |
| 367 | 2026-07-21T17:27:50.975Z | Compiling memchr v2.8.0 |
| 368 | 2026-07-21T17:27:50.975Z | Compiling serde v1.0.228 |
| 369 | 2026-07-21T17:27:50.975Z | Compiling zmij v1.0.21 |
| 370 | 2026-07-21T17:27:50.975Z | Compiling thiserror v1.0.69 |
| 371 | 2026-07-21T17:27:50.975Z | Compiling itoa v1.0.17 |
| 372 | 2026-07-21T17:27:51.125Z | Compiling ucd-trie v0.1.7 |
| 373 | 2026-07-21T17:27:51.128Z | Compiling byteorder v1.5.0 |
| 374 | 2026-07-21T17:27:51.128Z | Compiling rustix v1.1.3 |
| 375 | 2026-07-21T17:27:51.317Z | Compiling serde_json v1.0.150 |
| 376 | 2026-07-21T17:27:51.403Z | Compiling bitflags v2.11.0 |
| 377 | 2026-07-21T17:27:51.598Z | Compiling syn v1.0.109 |
| 378 | 2026-07-21T17:27:51.618Z | Compiling camino v1.2.2 |
| 379 | 2026-07-21T17:27:51.707Z | Compiling hashbrown v0.17.0 |
| 380 | 2026-07-21T17:27:51.728Z | Compiling usdt-impl v0.5.0 |
| 381 | 2026-07-21T17:27:51.735Z | Compiling proc-macro-error-attr v1.0.4 |
| 382 | 2026-07-21T17:27:51.739Z | Compiling proc-macro-error v1.0.4 |
| 383 | 2026-07-21T17:27:51.862Z | Compiling pest v2.8.6 |
| 384 | 2026-07-21T17:27:51.965Z | Compiling equivalent v1.0.2 |
| 385 | 2026-07-21T17:27:52.042Z | Compiling plain v0.2.3 |
| 386 | 2026-07-21T17:27:52.042Z | Compiling getrandom v0.4.1 |
| 387 | 2026-07-21T17:27:52.079Z | Compiling utf8parse v0.2.2 |
| 388 | 2026-07-21T17:27:52.097Z | Compiling log v0.4.29 |
| 389 | 2026-07-21T17:27:52.185Z | Compiling autocfg v1.5.0 |
| 390 | 2026-07-21T17:27:52.188Z | Compiling cfg-if v1.0.4 |
| 391 | 2026-07-21T17:27:52.204Z | Compiling anstyle-parse v1.0.0 |
| 392 | 2026-07-21T17:27:52.220Z | Compiling is_terminal_polyfill v1.70.2 |
| 393 | 2026-07-21T17:27:52.240Z | Compiling thiserror v2.0.18 |
| 394 | 2026-07-21T17:27:52.275Z | Compiling errno v0.3.14 |
| 395 | 2026-07-21T17:27:52.279Z | Compiling thread-id v4.2.2 |
| 396 | 2026-07-21T17:27:52.327Z | Compiling indexmap v2.14.0 |
| 397 | 2026-07-21T17:27:52.352Z | Compiling toml_write v0.1.2 |
| 398 | 2026-07-21T17:27:52.366Z | Compiling anstyle-query v1.1.5 |
| 399 | 2026-07-21T17:27:52.366Z | Compiling colorchoice v1.0.4 |
| 400 | 2026-07-21T17:27:52.443Z | Compiling anstyle v1.0.14 |
| 401 | 2026-07-21T17:27:52.443Z | Compiling pretty-hex v0.4.1 |
| 402 | 2026-07-21T17:27:52.480Z | Compiling winnow v0.7.14 |
| 403 | 2026-07-21T17:27:52.520Z | Compiling syn v2.0.117 |
| 404 | 2026-07-21T17:27:52.607Z | Compiling heck v0.5.0 |
| 405 | 2026-07-21T17:27:52.610Z | Compiling clap_lex v1.0.0 |
| 406 | 2026-07-21T17:27:52.641Z | Compiling fs-err v3.3.0 |
| 407 | 2026-07-21T17:27:52.696Z | Compiling anstream v1.0.0 |
| 408 | 2026-07-21T17:27:52.699Z | Compiling fastrand v2.3.0 |
| 409 | 2026-07-21T17:27:52.734Z | Compiling fnv v1.0.7 |
| 410 | 2026-07-21T17:27:52.854Z | Compiling unicode-width v0.1.14 |
| 411 | 2026-07-21T17:27:52.872Z | Compiling heck v0.4.1 |
| 412 | 2026-07-21T17:27:52.885Z | Compiling strsim v0.11.1 |
| 413 | 2026-07-21T17:27:52.905Z | Compiling anyhow v1.0.102 |
| 414 | 2026-07-21T17:27:52.908Z | Compiling bytecount v0.6.9 |
| 415 | 2026-07-21T17:27:52.986Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-21T17:27:53.008Z | Compiling once_cell v1.21.3 |
| 417 | 2026-07-21T17:27:53.092Z | Compiling memmap v0.7.0 |
| 418 | 2026-07-21T17:27:53.108Z | Compiling papergrid v0.11.0 |
| 419 | 2026-07-21T17:27:53.141Z | Compiling unicode-width v0.2.0 |
| 420 | 2026-07-21T17:27:53.161Z | Compiling smawk v0.3.2 |
| 421 | 2026-07-21T17:27:53.178Z | Compiling unicode-linebreak v0.1.5 |
| 422 | 2026-07-21T17:27:53.258Z | Compiling swrite v0.1.0 |
| 423 | 2026-07-21T17:27:53.284Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-21T17:27:53.319Z | Compiling tempfile v3.25.0 |
| 425 | 2026-07-21T17:27:53.452Z | Compiling clap_builder v4.6.0 |
| 426 | 2026-07-21T17:27:53.456Z | Compiling cargo-platform v0.3.2 |
| 427 | 2026-07-21T17:27:53.456Z | Compiling semver v1.0.28 |
| 428 | 2026-07-21T17:27:53.526Z | Compiling textwrap v0.16.2 |
| 429 | 2026-07-21T17:27:53.623Z | Compiling camino-tempfile v1.4.1 |
| 430 | 2026-07-21T17:27:54.083Z | Compiling tabled_derive v0.7.0 |
| 431 | 2026-07-21T17:27:54.700Z | Compiling pest_generator v2.8.6 |
| 432 | 2026-07-21T17:27:54.742Z | Compiling tabled v0.15.0 |
| 433 | 2026-07-21T17:27:55.191Z | Compiling serde_derive v1.0.228 |
| 434 | 2026-07-21T17:27:55.191Z | Compiling thiserror-impl v1.0.69 |
| 435 | 2026-07-21T17:27:55.194Z | Compiling zerocopy-derive v0.7.35 |
| 436 | 2026-07-21T17:27:55.194Z | Compiling scroll_derive v0.12.1 |
| 437 | 2026-07-21T17:27:55.194Z | Compiling thiserror-impl v2.0.18 |
| 438 | 2026-07-21T17:27:55.194Z | Compiling clap_derive v4.6.1 |
| 439 | 2026-07-21T17:27:55.292Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-07-21T17:27:55.885Z | Compiling scroll v0.12.0 |
| 441 | 2026-07-21T17:27:55.915Z | Compiling zerocopy v0.7.35 |
| 442 | 2026-07-21T17:27:56.094Z | Compiling goblin v0.8.2 |
| 443 | 2026-07-21T17:27:56.214Z | Compiling dtrace-parser v0.2.0 |
| 444 | 2026-07-21T17:27:56.535Z | Compiling clap v4.6.1 |
| 445 | 2026-07-21T17:27:57.568Z | Compiling dof v0.3.0 |
| 446 | 2026-07-21T17:27:57.568Z | Compiling serde_tokenstream v0.2.3 |
| 447 | 2026-07-21T17:27:57.584Z | Compiling toml_datetime v0.6.11 |
| 448 | 2026-07-21T17:27:57.587Z | Compiling serde_spanned v0.6.9 |
| 449 | 2026-07-21T17:27:57.587Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 450 | 2026-07-21T17:27:57.587Z | Compiling cargo_metadata v0.23.1 |
| 451 | 2026-07-21T17:27:57.587Z | Compiling macaddr v1.0.1 |
| 452 | 2026-07-21T17:27:57.817Z | Compiling toml_edit v0.22.27 |
| 453 | 2026-07-21T17:27:58.233Z | Compiling usdt-macro v0.5.0 |
| 454 | 2026-07-21T17:27:58.238Z | Compiling usdt-attr-macro v0.5.0 |
| 455 | 2026-07-21T17:27:58.856Z | Compiling usdt v0.5.0 |
| 456 | 2026-07-21T17:27:59.054Z | Compiling toml v0.8.23 |
| 457 | 2026-07-21T17:27:59.374Z | Compiling cargo_toml v0.21.0 |
| 458 | 2026-07-21T17:28:00.651Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 459 | 2026-07-21T17:28:02.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.47s |
| 460 | 2026-07-21T17:28:02.849Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 461 | 2026-07-21T17:28:03.350Z | Downloading crates ... |
| 462 | 2026-07-21T17:28:03.445Z | Downloaded aead v0.6.1 |
| 463 | 2026-07-21T17:28:03.461Z | Downloaded adler2 v2.0.1 |
| 464 | 2026-07-21T17:28:03.461Z | Downloaded argon2 v0.5.3 |
| 465 | 2026-07-21T17:28:03.461Z | Downloaded base16ct v0.2.0 |
| 466 | 2026-07-21T17:28:03.461Z | Downloaded base16ct v1.0.0 |
| 467 | 2026-07-21T17:28:03.469Z | Downloaded critical-section v1.2.0 |
| 468 | 2026-07-21T17:28:03.475Z | Downloaded convert_case v0.4.0 |
| 469 | 2026-07-21T17:28:03.478Z | Downloaded atomicwrites v0.4.4 |
| 470 | 2026-07-21T17:28:03.478Z | Downloaded aes-gcm v0.11.0 |
| 471 | 2026-07-21T17:28:03.478Z | Downloaded cpufeatures v0.3.0 |
| 472 | 2026-07-21T17:28:03.481Z | Downloaded arrayref v0.3.9 |
| 473 | 2026-07-21T17:28:03.481Z | Downloaded aead v0.5.2 |
| 474 | 2026-07-21T17:28:03.519Z | Downloaded bit-vec v0.8.0 |
| 475 | 2026-07-21T17:28:03.519Z | Downloaded ahash v0.8.12 |
| 476 | 2026-07-21T17:28:03.520Z | Downloaded crossbeam-channel v0.5.15 |
| 477 | 2026-07-21T17:28:03.520Z | Downloaded crc-catalog v2.4.0 |
| 478 | 2026-07-21T17:28:03.520Z | Downloaded async-recursion v1.1.1 |
| 479 | 2026-07-21T17:28:03.520Z | Downloaded crossbeam-utils v0.8.21 |
| 480 | 2026-07-21T17:28:03.520Z | Downloaded crc8 v0.1.1 |
| 481 | 2026-07-21T17:28:03.520Z | Downloaded crunchy v0.2.4 |
| 482 | 2026-07-21T17:28:03.520Z | Downloaded convert_case v0.10.0 |
| 483 | 2026-07-21T17:28:03.520Z | Downloaded ascii-canvas v3.0.0 |
| 484 | 2026-07-21T17:28:03.520Z | Downloaded crc32fast v1.5.0 |
| 485 | 2026-07-21T17:28:03.520Z | Downloaded bitfield v0.19.4 |
| 486 | 2026-07-21T17:28:03.520Z | Downloaded backoff v0.4.0 |
| 487 | 2026-07-21T17:28:03.520Z | Downloaded crucible-workspace-hack v0.1.0 |
| 488 | 2026-07-21T17:28:03.520Z | Downloaded cpubits v0.1.1 |
| 489 | 2026-07-21T17:28:03.520Z | Downloaded array-init v0.0.4 |
| 490 | 2026-07-21T17:28:03.520Z | Downloaded bit-vec v0.6.3 |
| 491 | 2026-07-21T17:28:03.520Z | Downloaded defmt v0.3.100 |
| 492 | 2026-07-21T17:28:03.520Z | Downloaded bitflags v1.3.2 |
| 493 | 2026-07-21T17:28:03.520Z | Downloaded atomic-waker v1.1.2 |
| 494 | 2026-07-21T17:28:03.520Z | Downloaded anstyle-parse v0.2.7 |
| 495 | 2026-07-21T17:28:03.520Z | Downloaded darling_macro v0.21.3 |
| 496 | 2026-07-21T17:28:03.521Z | Downloaded debug-ignore v1.0.5 |
| 497 | 2026-07-21T17:28:03.525Z | Downloaded cfg_aliases v0.2.1 |
| 498 | 2026-07-21T17:28:03.525Z | Downloaded crypto-common v0.2.2 |
| 499 | 2026-07-21T17:28:03.525Z | Downloaded bit-set v0.8.0 |
| 500 | 2026-07-21T17:28:03.525Z | Downloaded bitfield-struct v0.6.2 |
| 501 | 2026-07-21T17:28:03.525Z | Downloaded async-stream v0.3.6 |
| 502 | 2026-07-21T17:28:03.525Z | Downloaded bitfield-macros v0.19.4 |
| 503 | 2026-07-21T17:28:03.525Z | Downloaded ciborium-ll v0.2.2 |
| 504 | 2026-07-21T17:28:03.525Z | Downloaded ctr v0.10.1 |
| 505 | 2026-07-21T17:28:03.528Z | Downloaded cfg_aliases v0.1.1 |
| 506 | 2026-07-21T17:28:03.528Z | Downloaded crossbeam-deque v0.8.6 |
| 507 | 2026-07-21T17:28:03.528Z | Downloaded bit-set v0.5.3 |
| 508 | 2026-07-21T17:28:03.528Z | Downloaded atty v0.2.14 |
| 509 | 2026-07-21T17:28:03.532Z | Downloaded bb8 v0.8.6 |
| 510 | 2026-07-21T17:28:03.532Z | Downloaded defmt-parser v1.0.0 |
| 511 | 2026-07-21T17:28:03.535Z | Downloaded darling_macro v0.23.0 |
| 512 | 2026-07-21T17:28:03.535Z | Downloaded bcs v0.1.6 |
| 513 | 2026-07-21T17:28:03.535Z | Downloaded anstream v0.6.21 |
| 514 | 2026-07-21T17:28:03.539Z | Downloaded darling_macro v0.20.11 |
| 515 | 2026-07-21T17:28:03.539Z | Downloaded cstr-argument v0.1.2 |
| 516 | 2026-07-21T17:28:03.539Z | Downloaded assert_matches v1.5.0 |
| 517 | 2026-07-21T17:28:03.543Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 518 | 2026-07-21T17:28:03.550Z | Downloaded block-padding v0.4.2 |
| 519 | 2026-07-21T17:28:03.555Z | Downloaded dyn-clone v1.0.20 |
| 520 | 2026-07-21T17:28:03.559Z | Downloaded dtrace-parser v0.3.0 |
| 521 | 2026-07-21T17:28:03.559Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 522 | 2026-07-21T17:28:03.559Z | Downloaded digest-io v0.1.0 |
| 523 | 2026-07-21T17:28:03.559Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 524 | 2026-07-21T17:28:03.559Z | Downloaded dirs-sys-next v0.1.2 |
| 525 | 2026-07-21T17:28:03.563Z | Downloaded difflib v0.4.0 |
| 526 | 2026-07-21T17:28:03.563Z | Downloaded ciborium-io v0.2.2 |
| 527 | 2026-07-21T17:28:03.564Z | Downloaded display-error-chain v0.2.2 |
| 528 | 2026-07-21T17:28:03.564Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 529 | 2026-07-21T17:28:03.564Z | Downloaded block-buffer v0.12.1 |
| 530 | 2026-07-21T17:28:03.568Z | Downloaded darling_macro v0.13.4 |
| 531 | 2026-07-21T17:28:03.568Z | Downloaded crc v3.4.0 |
| 532 | 2026-07-21T17:28:03.574Z | Downloaded endian-type v0.1.2 |
| 533 | 2026-07-21T17:28:03.574Z | Downloaded darling v0.20.11 |
| 534 | 2026-07-21T17:28:03.578Z | Downloaded embedded-io v0.4.0 |
| 535 | 2026-07-21T17:28:03.578Z | Downloaded embedded-io v0.6.1 |
| 536 | 2026-07-21T17:28:03.578Z | Downloaded crc-any v2.5.0 |
| 537 | 2026-07-21T17:28:03.591Z | Downloaded document-features v0.2.12 |
| 538 | 2026-07-21T17:28:03.591Z | Downloaded downcast-rs v2.0.2 |
| 539 | 2026-07-21T17:28:03.591Z | Downloaded compression-core v0.4.31 |
| 540 | 2026-07-21T17:28:03.591Z | Downloaded cobs v0.3.0 |
| 541 | 2026-07-21T17:28:03.591Z | Downloaded castaway v0.2.4 |
| 542 | 2026-07-21T17:28:03.591Z | Downloaded darling v0.13.4 |
| 543 | 2026-07-21T17:28:03.591Z | Downloaded dof v0.4.0 |
| 544 | 2026-07-21T17:28:03.595Z | Downloaded dirs-next v2.0.0 |
| 545 | 2026-07-21T17:28:03.595Z | Downloaded dsl_auto_type v0.2.0 |
| 546 | 2026-07-21T17:28:03.595Z | Downloaded async-stream-impl v0.3.6 |
| 547 | 2026-07-21T17:28:03.599Z | Downloaded camino-tempfile-ext v0.3.3 |
| 548 | 2026-07-21T17:28:03.599Z | Downloaded derive_builder_macro v0.20.2 |
| 549 | 2026-07-21T17:28:03.603Z | Downloaded async-bb8-diesel v0.2.1 |
| 550 | 2026-07-21T17:28:03.603Z | Downloaded cipher v0.4.4 |
| 551 | 2026-07-21T17:28:03.608Z | Downloaded env_filter v1.0.0 |
| 552 | 2026-07-21T17:28:03.608Z | Downloaded dunce v1.0.5 |
| 553 | 2026-07-21T17:28:03.608Z | Downloaded fixedbitset v0.4.2 |
| 554 | 2026-07-21T17:28:03.612Z | Downloaded fd-lock v4.0.4 |
| 555 | 2026-07-21T17:28:03.613Z | Downloaded float-ord v0.3.2 |
| 556 | 2026-07-21T17:28:03.613Z | Downloaded enum-as-inner v0.6.1 |
| 557 | 2026-07-21T17:28:03.613Z | Downloaded foreign-types v0.5.0 |
| 558 | 2026-07-21T17:28:03.613Z | Downloaded darling v0.21.3 |
| 559 | 2026-07-21T17:28:03.619Z | Downloaded futures-core v0.3.32 |
| 560 | 2026-07-21T17:28:03.637Z | Downloaded arrayvec v0.7.6 |
| 561 | 2026-07-21T17:28:03.637Z | Downloaded diesel-dtrace v0.5.0 |
| 562 | 2026-07-21T17:28:03.637Z | Downloaded deranged v0.5.8 |
| 563 | 2026-07-21T17:28:03.637Z | Downloaded bs58 v0.5.1 |
| 564 | 2026-07-21T17:28:03.637Z | Downloaded foreign-types-macros v0.2.3 |
| 565 | 2026-07-21T17:28:03.638Z | Downloaded ecdsa v0.16.9 |
| 566 | 2026-07-21T17:28:03.638Z | Downloaded digest v0.11.3 |
| 567 | 2026-07-21T17:28:03.638Z | Downloaded derive-ex v0.1.8 |
| 568 | 2026-07-21T17:28:03.638Z | Downloaded futures-io v0.3.32 |
| 569 | 2026-07-21T17:28:03.638Z | Downloaded cipher v0.5.2 |
| 570 | 2026-07-21T17:28:03.638Z | Downloaded cmov v0.5.4 |
| 571 | 2026-07-21T17:28:03.638Z | Downloaded byte-wrapper v0.1.0 |
| 572 | 2026-07-21T17:28:03.638Z | Downloaded ed25519 v2.2.3 |
| 573 | 2026-07-21T17:28:03.644Z | Downloaded cexpr v0.6.0 |
| 574 | 2026-07-21T17:28:03.644Z | Downloaded fxhash v0.2.1 |
| 575 | 2026-07-21T17:28:03.644Z | Downloaded funty v2.0.0 |
| 576 | 2026-07-21T17:28:03.644Z | Downloaded cookie v0.18.1 |
| 577 | 2026-07-21T17:28:03.644Z | Downloaded ena v0.14.4 |
| 578 | 2026-07-21T17:28:03.644Z | Downloaded constant_time_eq v0.4.2 |
| 579 | 2026-07-21T17:28:03.650Z | Downloaded compression-codecs v0.4.37 |
| 580 | 2026-07-21T17:28:03.650Z | Downloaded chacha20 v0.9.1 |
| 581 | 2026-07-21T17:28:03.650Z | Downloaded ed25519 v3.0.0 |
| 582 | 2026-07-21T17:28:03.654Z | Downloaded futures-sink v0.3.32 |
| 583 | 2026-07-21T17:28:03.654Z | Downloaded futures-task v0.3.32 |
| 584 | 2026-07-21T17:28:03.654Z | Downloaded futures-macro v0.3.32 |
| 585 | 2026-07-21T17:28:03.658Z | Downloaded delegate v0.13.5 |
| 586 | 2026-07-21T17:28:03.658Z | Downloaded buf-list v1.1.2 |
| 587 | 2026-07-21T17:28:03.658Z | Downloaded cbc v0.2.1 |
| 588 | 2026-07-21T17:28:03.665Z | Downloaded env_logger v0.11.9 |
| 589 | 2026-07-21T17:28:03.665Z | Downloaded colored v3.1.1 |
| 590 | 2026-07-21T17:28:03.665Z | Downloaded hash32 v0.3.1 |
| 591 | 2026-07-21T17:28:03.665Z | Downloaded ciborium v0.2.2 |
| 592 | 2026-07-21T17:28:03.665Z | Downloaded chacha20 v0.10.0 |
| 593 | 2026-07-21T17:28:03.672Z | Downloaded gethostname v0.5.0 |
| 594 | 2026-07-21T17:28:03.673Z | Downloaded ff v0.13.1 |
| 595 | 2026-07-21T17:28:03.681Z | Downloaded flagset v0.4.7 |
| 596 | 2026-07-21T17:28:03.681Z | Downloaded filetime v0.2.27 |
| 597 | 2026-07-21T17:28:03.681Z | Downloaded defmt-macros v1.0.1 |
| 598 | 2026-07-21T17:28:03.681Z | Downloaded foldhash v0.1.5 |
| 599 | 2026-07-21T17:28:03.681Z | Downloaded hash32 v0.2.1 |
| 600 | 2026-07-21T17:28:03.681Z | Downloaded fixedbitset v0.5.7 |
| 601 | 2026-07-21T17:28:03.681Z | Downloaded find-msvc-tools v0.1.9 |
| 602 | 2026-07-21T17:28:03.681Z | Downloaded ff v0.14.0 |
| 603 | 2026-07-21T17:28:03.681Z | Downloaded hex-literal v1.1.0 |
| 604 | 2026-07-21T17:28:03.686Z | Downloaded fallible-iterator v0.2.0 |
| 605 | 2026-07-21T17:28:03.686Z | Downloaded foldhash v0.2.0 |
| 606 | 2026-07-21T17:28:03.686Z | Downloaded cookie_store v0.22.1 |
| 607 | 2026-07-21T17:28:03.689Z | Downloaded headers-core v0.3.0 |
| 608 | 2026-07-21T17:28:03.689Z | Downloaded displaydoc v0.2.5 |
| 609 | 2026-07-21T17:28:03.689Z | Downloaded console v0.15.11 |
| 610 | 2026-07-21T17:28:03.694Z | Downloaded hex v0.4.3 |
| 611 | 2026-07-21T17:28:03.694Z | Downloaded async-trait v0.1.89 |
| 612 | 2026-07-21T17:28:03.694Z | Downloaded console v0.16.2 |
| 613 | 2026-07-21T17:28:03.696Z | Downloaded blake2 v0.11.0-rc.6 |
| 614 | 2026-07-21T17:28:03.696Z | Downloaded cassowary v0.3.0 |
| 615 | 2026-07-21T17:28:03.700Z | Downloaded darling v0.23.0 |
| 616 | 2026-07-21T17:28:03.705Z | Downloaded darling_core v0.13.4 |
| 617 | 2026-07-21T17:28:03.713Z | Downloaded git-stub v1.0.0 |
| 618 | 2026-07-21T17:28:03.713Z | Downloaded futures-executor v0.3.32 |
| 619 | 2026-07-21T17:28:03.713Z | Downloaded fs_extra v1.3.0 |
| 620 | 2026-07-21T17:28:03.713Z | Downloaded fs-err v2.11.0 |
| 621 | 2026-07-21T17:28:03.718Z | Downloaded http-body v1.0.1 |
| 622 | 2026-07-21T17:28:03.718Z | Downloaded derive_builder_core v0.20.2 |
| 623 | 2026-07-21T17:28:03.718Z | Downloaded ecdsa v0.17.0-rc.18 |
| 624 | 2026-07-21T17:28:03.718Z | Downloaded clang-sys v1.8.1 |
| 625 | 2026-07-21T17:28:03.719Z | Downloaded home v0.5.12 |
| 626 | 2026-07-21T17:28:03.719Z | Downloaded const_format_proc_macros v0.2.34 |
| 627 | 2026-07-21T17:28:03.722Z | Downloaded hostname v0.4.2 |
| 628 | 2026-07-21T17:28:03.723Z | Downloaded globwalk v0.9.1 |
| 629 | 2026-07-21T17:28:03.723Z | Downloaded httpdate v1.0.3 |
| 630 | 2026-07-21T17:28:03.723Z | Downloaded hostname v0.3.1 |
| 631 | 2026-07-21T17:28:03.727Z | Downloaded git-stub-vcs v0.1.0 |
| 632 | 2026-07-21T17:28:03.727Z | Downloaded des v0.9.0 |
| 633 | 2026-07-21T17:28:03.727Z | Downloaded hubpack_derive v0.1.1 |
| 634 | 2026-07-21T17:28:03.727Z | Downloaded ident_case v1.0.1 |
| 635 | 2026-07-21T17:28:03.746Z | Downloaded hubpack v0.1.2 |
| 636 | 2026-07-21T17:28:03.746Z | Downloaded glob v0.3.3 |
| 637 | 2026-07-21T17:28:03.746Z | Downloaded http-range v0.1.5 |
| 638 | 2026-07-21T17:28:03.746Z | Downloaded derive_builder v0.20.2 |
| 639 | 2026-07-21T17:28:03.747Z | Downloaded group v0.14.0 |
| 640 | 2026-07-21T17:28:03.747Z | Downloaded enum_dispatch v0.3.13 |
| 641 | 2026-07-21T17:28:03.747Z | Downloaded corncobs v0.1.4 |
| 642 | 2026-07-21T17:28:03.747Z | Downloaded globset v0.4.18 |
| 643 | 2026-07-21T17:28:03.747Z | Downloaded idna_adapter v1.2.1 |
| 644 | 2026-07-21T17:28:03.747Z | Downloaded illumos-nvpair v0.3.0 |
| 645 | 2026-07-21T17:28:03.750Z | Downloaded inout v0.1.4 |
| 646 | 2026-07-21T17:28:03.750Z | Downloaded indent_write v2.2.0 |
| 647 | 2026-07-21T17:28:03.750Z | Downloaded group v0.13.0 |
| 648 | 2026-07-21T17:28:03.750Z | Downloaded hyper-tls v0.6.0 |
| 649 | 2026-07-21T17:28:03.750Z | Downloaded diff v0.1.13 |
| 650 | 2026-07-21T17:28:03.750Z | Downloaded const-oid v0.10.2 |
| 651 | 2026-07-21T17:28:03.750Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 652 | 2026-07-21T17:28:03.754Z | Downloaded base64ct v1.8.3 |
| 653 | 2026-07-21T17:28:03.754Z | Downloaded colored v2.2.0 |
| 654 | 2026-07-21T17:28:03.760Z | Downloaded instant v0.1.13 |
| 655 | 2026-07-21T17:28:03.760Z | Downloaded indoc v1.0.9 |
| 656 | 2026-07-21T17:28:03.760Z | Downloaded inout v0.2.2 |
| 657 | 2026-07-21T17:28:03.760Z | Downloaded cancel-safe-futures v0.1.5 |
| 658 | 2026-07-21T17:28:03.763Z | Downloaded crossterm v0.28.1 |
| 659 | 2026-07-21T17:28:03.769Z | Downloaded highway v1.3.0 |
| 660 | 2026-07-21T17:28:03.769Z | Downloaded crypto-bigint v0.5.5 |
| 661 | 2026-07-21T17:28:03.772Z | Downloaded ghash v0.6.0 |
| 662 | 2026-07-21T17:28:03.772Z | Downloaded getrandom v0.2.17 |
| 663 | 2026-07-21T17:28:03.777Z | Downloaded lazy_static v1.5.0 |
| 664 | 2026-07-21T17:28:03.777Z | Downloaded blowfish v0.10.0 |
| 665 | 2026-07-21T17:28:03.783Z | Downloaded instability v0.3.11 |
| 666 | 2026-07-21T17:28:03.783Z | Downloaded kstat-rs v0.2.4 |
| 667 | 2026-07-21T17:28:03.783Z | Downloaded lalrpop-util v0.19.12 |
| 668 | 2026-07-21T17:28:03.783Z | Downloaded kem v0.3.0 |
| 669 | 2026-07-21T17:28:03.783Z | Downloaded keccak v0.1.6 |
| 670 | 2026-07-21T17:28:03.787Z | Downloaded internet-checksum v0.2.1 |
| 671 | 2026-07-21T17:28:03.787Z | Downloaded linked-hash-map v0.5.6 |
| 672 | 2026-07-21T17:28:03.787Z | Downloaded const-oid v0.9.6 |
| 673 | 2026-07-21T17:28:03.787Z | Downloaded is_ci v1.2.0 |
| 674 | 2026-07-21T17:28:03.787Z | Downloaded is-terminal v0.4.17 |
| 675 | 2026-07-21T17:28:03.788Z | Downloaded http-body-util v0.1.3 |
| 676 | 2026-07-21T17:28:03.794Z | Downloaded futures-channel v0.3.32 |
| 677 | 2026-07-21T17:28:03.794Z | Downloaded elliptic-curve v0.13.8 |
| 678 | 2026-07-21T17:28:03.794Z | Downloaded dropshot_endpoint v0.17.1 |
| 679 | 2026-07-21T17:28:03.801Z | Downloaded bzip2 v0.4.4 |
| 680 | 2026-07-21T17:28:03.801Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 681 | 2026-07-21T17:28:03.801Z | Downloaded async-compression v0.4.41 |
| 682 | 2026-07-21T17:28:03.804Z | Downloaded hyper-staticfile v0.10.1 |
| 683 | 2026-07-21T17:28:03.804Z | Downloaded darling_core v0.23.0 |
| 684 | 2026-07-21T17:28:03.807Z | Downloaded fatfs v0.3.6 |
| 685 | 2026-07-21T17:28:03.811Z | Downloaded half v1.8.3 |
| 686 | 2026-07-21T17:28:03.815Z | Downloaded erased-serde v0.3.31 |
| 687 | 2026-07-21T17:28:03.815Z | Downloaded bzip2 v0.6.1 |
| 688 | 2026-07-21T17:28:03.815Z | Downloaded csv-core v0.1.13 |
| 689 | 2026-07-21T17:28:03.817Z | Downloaded either v1.15.0 |
| 690 | 2026-07-21T17:28:03.817Z | Downloaded match_cfg v0.1.0 |
| 691 | 2026-07-21T17:28:03.817Z | Downloaded maplit v1.0.2 |
| 692 | 2026-07-21T17:28:03.820Z | Downloaded lru-cache v0.1.2 |
| 693 | 2026-07-21T17:28:03.820Z | Downloaded managed v0.8.0 |
| 694 | 2026-07-21T17:28:03.826Z | Downloaded lzss v0.8.2 |
| 695 | 2026-07-21T17:28:03.826Z | Downloaded derive-where v1.6.0 |
| 696 | 2026-07-21T17:28:03.826Z | Downloaded lru-slab v0.1.2 |
| 697 | 2026-07-21T17:28:03.826Z | Downloaded md5 v0.8.0 |
| 698 | 2026-07-21T17:28:03.829Z | Downloaded ingot v0.1.1 |
| 699 | 2026-07-21T17:28:03.829Z | Downloaded indoc v2.0.7 |
| 700 | 2026-07-21T17:28:03.832Z | Downloaded blake2 v0.10.6 |
| 701 | 2026-07-21T17:28:03.832Z | Downloaded nibble_vec v0.1.0 |
| 702 | 2026-07-21T17:28:03.835Z | Downloaded newtype-uuid-macros v0.1.0 |
| 703 | 2026-07-21T17:28:03.835Z | Downloaded const_format v0.2.35 |
| 704 | 2026-07-21T17:28:03.838Z | Downloaded ipnetwork v0.21.1 |
| 705 | 2026-07-21T17:28:03.841Z | Downloaded chacha20poly1305 v0.10.1 |
| 706 | 2026-07-21T17:28:03.841Z | Downloaded getrandom v0.3.4 |
| 707 | 2026-07-21T17:28:03.844Z | Downloaded bytes v1.11.1 |
| 708 | 2026-07-21T17:28:03.851Z | Downloaded libsw v3.5.0 |
| 709 | 2026-07-21T17:28:03.854Z | Downloaded memoffset v0.9.1 |
| 710 | 2026-07-21T17:28:03.854Z | Downloaded libscf-sys v1.1.0 |
| 711 | 2026-07-21T17:28:03.854Z | Downloaded ipnet v2.11.0 |
| 712 | 2026-07-21T17:28:03.854Z | Downloaded hmac v0.13.0 |
| 713 | 2026-07-21T17:28:03.854Z | Downloaded futures v0.3.32 |
| 714 | 2026-07-21T17:28:03.858Z | Downloaded newtype_derive v0.1.6 |
| 715 | 2026-07-21T17:28:03.858Z | Downloaded arc-swap v1.8.2 |
| 716 | 2026-07-21T17:28:03.861Z | Downloaded drift v0.2.0 |
| 717 | 2026-07-21T17:28:03.869Z | Downloaded nodrop v0.1.14 |
| 718 | 2026-07-21T17:28:03.872Z | Downloaded libloading v0.8.9 |
| 719 | 2026-07-21T17:28:03.872Z | Downloaded normalize-line-endings v0.3.0 |
| 720 | 2026-07-21T17:28:03.872Z | Downloaded num-derive v0.3.3 |
| 721 | 2026-07-21T17:28:03.872Z | Downloaded num v0.4.3 |
| 722 | 2026-07-21T17:28:03.875Z | Downloaded num-conv v0.2.0 |
| 723 | 2026-07-21T17:28:03.875Z | Downloaded num-iter v0.1.45 |
| 724 | 2026-07-21T17:28:03.875Z | Downloaded num-derive v0.4.2 |
| 725 | 2026-07-21T17:28:03.879Z | Downloaded base64 v0.22.1 |
| 726 | 2026-07-21T17:28:03.879Z | Downloaded linear-map v1.2.0 |
| 727 | 2026-07-21T17:28:03.886Z | Downloaded libefi-sys v0.1.0 |
| 728 | 2026-07-21T17:28:03.886Z | Downloaded keccak v0.2.0 |
| 729 | 2026-07-21T17:28:03.886Z | Downloaded jobserver v0.1.34 |
| 730 | 2026-07-21T17:28:03.891Z | Downloaded iana-time-zone v0.1.65 |
| 731 | 2026-07-21T17:28:03.891Z | Downloaded humantime v2.3.0 |
| 732 | 2026-07-21T17:28:03.891Z | Downloaded new_debug_unreachable v1.0.6 |
| 733 | 2026-07-21T17:28:03.891Z | Downloaded multimap v0.10.1 |
| 734 | 2026-07-21T17:28:03.891Z | Downloaded libsw-core v0.3.2 |
| 735 | 2026-07-21T17:28:03.896Z | Downloaded httparse v1.10.1 |
| 736 | 2026-07-21T17:28:03.897Z | Downloaded ingot-macros v0.1.1 |
| 737 | 2026-07-21T17:28:03.897Z | Downloaded hybrid-array v0.4.13 |
| 738 | 2026-07-21T17:28:03.897Z | Downloaded opaque-debug v0.3.1 |
| 739 | 2026-07-21T17:28:03.897Z | Downloaded openssl-macros v0.1.1 |
| 740 | 2026-07-21T17:28:03.897Z | Downloaded num_enum_derive v0.5.11 |
| 741 | 2026-07-21T17:28:03.901Z | Downloaded openssl-probe v0.1.6 |
| 742 | 2026-07-21T17:28:03.901Z | Downloaded olpc-cjson v0.1.4 |
| 743 | 2026-07-21T17:28:03.901Z | Downloaded num_threads v0.1.7 |
| 744 | 2026-07-21T17:28:03.904Z | Downloaded newtype-uuid v1.3.2 |
| 745 | 2026-07-21T17:28:03.905Z | Downloaded mime v0.3.17 |
| 746 | 2026-07-21T17:28:03.905Z | Downloaded openssl-probe v0.2.1 |
| 747 | 2026-07-21T17:28:03.905Z | Downloaded lock_api v0.4.14 |
| 748 | 2026-07-21T17:28:03.905Z | Downloaded mime_guess v2.0.5 |
| 749 | 2026-07-21T17:28:03.909Z | Downloaded oso-derive v0.27.3 |
| 750 | 2026-07-21T17:28:03.909Z | Downloaded derive_more v0.99.20 |
| 751 | 2026-07-21T17:28:03.912Z | Downloaded module-lattice v0.2.3 |
| 752 | 2026-07-21T17:28:03.912Z | Downloaded bumpalo v3.20.2 |
| 753 | 2026-07-21T17:28:03.915Z | Downloaded generic-array v1.4.3 |
| 754 | 2026-07-21T17:28:03.932Z | Downloaded nu-ansi-term v0.50.3 |
| 755 | 2026-07-21T17:28:03.936Z | Downloaded ar_archive_writer v0.5.1 |
| 756 | 2026-07-21T17:28:03.936Z | Downloaded nonempty v0.12.0 |
| 757 | 2026-07-21T17:28:03.936Z | Downloaded native-tls v0.2.18 |
| 758 | 2026-07-21T17:28:03.936Z | Downloaded nanorand v0.7.0 |
| 759 | 2026-07-21T17:28:03.942Z | Downloaded packed_struct_codegen v0.10.1 |
| 760 | 2026-07-21T17:28:03.944Z | Downloaded path-slash v0.1.5 |
| 761 | 2026-07-21T17:28:03.944Z | Downloaded num-integer v0.1.46 |
| 762 | 2026-07-21T17:28:03.949Z | Downloaded derive_more v2.1.1 |
| 763 | 2026-07-21T17:28:03.951Z | Downloaded num-rational v0.4.2 |
| 764 | 2026-07-21T17:28:03.951Z | Downloaded aes v0.9.1 |
| 765 | 2026-07-21T17:28:03.955Z | Downloaded flume v0.11.1 |
| 766 | 2026-07-21T17:28:03.958Z | Downloaded percent-encoding v2.3.2 |
| 767 | 2026-07-21T17:28:03.958Z | Downloaded password-hash v0.6.1 |
| 768 | 2026-07-21T17:28:03.958Z | Downloaded heapless v0.8.0 |
| 769 | 2026-07-21T17:28:03.962Z | Downloaded headers v0.4.1 |
| 770 | 2026-07-21T17:28:03.975Z | Downloaded parse-size v1.1.0 |
| 771 | 2026-07-21T17:28:03.976Z | Downloaded diesel_derives v2.3.7 |
| 772 | 2026-07-21T17:28:03.980Z | Downloaded peg-runtime v0.8.5 |
| 773 | 2026-07-21T17:28:03.981Z | Downloaded parse-display v0.10.0 |
| 774 | 2026-07-21T17:28:03.981Z | Downloaded num_enum v0.7.6 |
| 775 | 2026-07-21T17:28:03.981Z | Downloaded phf_shared v0.12.1 |
| 776 | 2026-07-21T17:28:03.981Z | Downloaded phf_shared v0.13.1 |
| 777 | 2026-07-21T17:28:03.981Z | Downloaded phf_shared v0.11.3 |
| 778 | 2026-07-21T17:28:03.981Z | Downloaded num_enum v0.5.11 |
| 779 | 2026-07-21T17:28:03.981Z | Downloaded litemap v0.8.1 |
| 780 | 2026-07-21T17:28:03.987Z | Downloaded memmap2 v0.9.10 |
| 781 | 2026-07-21T17:28:03.987Z | Downloaded num_enum_derive v0.7.6 |
| 782 | 2026-07-21T17:28:03.987Z | Downloaded base64 v0.21.7 |
| 783 | 2026-07-21T17:28:03.992Z | Downloaded aho-corasick v1.1.4 |
| 784 | 2026-07-21T17:28:03.992Z | Downloaded oxide-tokio-rt v0.1.4 |
| 785 | 2026-07-21T17:28:03.993Z | Downloaded ignore v0.4.25 |
| 786 | 2026-07-21T17:28:03.998Z | Downloaded num-complex v0.4.6 |
| 787 | 2026-07-21T17:28:03.998Z | Downloaded oxide-update-engine-display v0.1.2 |
| 788 | 2026-07-21T17:28:03.998Z | Downloaded precomputed-hash v0.1.1 |
| 789 | 2026-07-21T17:28:04.002Z | Downloaded predicates-core v1.0.10 |
| 790 | 2026-07-21T17:28:04.002Z | Downloaded powerfmt v0.2.0 |
| 791 | 2026-07-21T17:28:04.002Z | Downloaded potential_utf v0.1.4 |
| 792 | 2026-07-21T17:28:04.002Z | Downloaded hyper-rustls v0.27.7 |
| 793 | 2026-07-21T17:28:04.002Z | Downloaded heapless v0.7.17 |
| 794 | 2026-07-21T17:28:04.005Z | Downloaded oxnet v0.1.6 |
| 795 | 2026-07-21T17:28:04.009Z | Downloaded password-hash v0.5.0 |
| 796 | 2026-07-21T17:28:04.009Z | Downloaded oxide-update-engine v0.1.2 |
| 797 | 2026-07-21T17:28:04.013Z | Downloaded flate2 v1.1.9 |
| 798 | 2026-07-21T17:28:04.016Z | Downloaded libbz2-rs-sys v0.2.2 |
| 799 | 2026-07-21T17:28:04.016Z | Downloaded der v0.7.10 |
| 800 | 2026-07-21T17:28:04.019Z | Downloaded predicates-tree v1.0.13 |
| 801 | 2026-07-21T17:28:04.019Z | Downloaded multer v3.1.0 |
| 802 | 2026-07-21T17:28:04.022Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 803 | 2026-07-21T17:28:04.022Z | Downloaded icu_locale_core v2.1.1 |
| 804 | 2026-07-21T17:28:04.025Z | Downloaded packed_struct v0.10.1 |
| 805 | 2026-07-21T17:28:04.031Z | Downloaded icu_properties v2.1.2 |
| 806 | 2026-07-21T17:28:04.039Z | Downloaded pem-rfc7468 v0.7.0 |
| 807 | 2026-07-21T17:28:04.039Z | Downloaded pbkdf2 v0.13.0 |
| 808 | 2026-07-21T17:28:04.041Z | Downloaded parse-display-derive v0.10.0 |
| 809 | 2026-07-21T17:28:04.041Z | Downloaded expectorate v1.2.0 |
| 810 | 2026-07-21T17:28:04.041Z | Downloaded cc v1.2.56 |
| 811 | 2026-07-21T17:28:04.041Z | Downloaded progenitor-client v0.14.0 |
| 812 | 2026-07-21T17:28:04.041Z | Downloaded indicatif v0.18.4 |
| 813 | 2026-07-21T17:28:04.045Z | Downloaded phf v0.12.1 |
| 814 | 2026-07-21T17:28:04.045Z | Downloaded icu_normalizer_data v2.1.1 |
| 815 | 2026-07-21T17:28:04.045Z | Downloaded proc-macro-crate v3.4.0 |
| 816 | 2026-07-21T17:28:04.049Z | Downloaded phc v0.6.1 |
| 817 | 2026-07-21T17:28:04.049Z | Downloaded proc-macro-crate v1.3.1 |
| 818 | 2026-07-21T17:28:04.049Z | Downloaded psl-types v2.0.11 |
| 819 | 2026-07-21T17:28:04.049Z | Downloaded pin-project-lite v0.2.17 |
| 820 | 2026-07-21T17:28:04.053Z | Downloaded pem-rfc7468 v1.0.0 |
| 821 | 2026-07-21T17:28:04.056Z | Downloaded indexmap v1.9.3 |
| 822 | 2026-07-21T17:28:04.056Z | Downloaded half v2.7.1 |
| 823 | 2026-07-21T17:28:04.060Z | Downloaded pin-project-internal v1.1.11 |
| 824 | 2026-07-21T17:28:04.060Z | Downloaded ml-kem v0.3.2 |
| 825 | 2026-07-21T17:28:04.065Z | Downloaded polyval v0.7.1 |
| 826 | 2026-07-21T17:28:04.075Z | Downloaded quick-error v1.2.3 |
| 827 | 2026-07-21T17:28:04.075Z | Downloaded radium v0.7.0 |
| 828 | 2026-07-21T17:28:04.075Z | Downloaded progenitor-macro v0.13.0 |
| 829 | 2026-07-21T17:28:04.075Z | Downloaded ppv-lite86 v0.2.21 |
| 830 | 2026-07-21T17:28:04.075Z | Downloaded pkcs8 v0.10.2 |
| 831 | 2026-07-21T17:28:04.079Z | Downloaded port-file v0.1.0 |
| 832 | 2026-07-21T17:28:04.079Z | Downloaded poly1305 v0.8.0 |
| 833 | 2026-07-21T17:28:04.079Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 834 | 2026-07-21T17:28:04.083Z | Downloaded parking_lot v0.11.2 |
| 835 | 2026-07-21T17:28:04.083Z | Downloaded owo-colors v4.3.0 |
| 836 | 2026-07-21T17:28:04.088Z | Downloaded peg-macros v0.8.5 |
| 837 | 2026-07-21T17:28:04.088Z | Downloaded pem v3.0.6 |
| 838 | 2026-07-21T17:28:04.088Z | Downloaded predicates v3.1.4 |
| 839 | 2026-07-21T17:28:04.097Z | Downloaded primeorder v0.13.6 |
| 840 | 2026-07-21T17:28:04.097Z | Downloaded postgres-protocol v0.6.10 |
| 841 | 2026-07-21T17:28:04.097Z | Downloaded pkg-config v0.3.32 |
| 842 | 2026-07-21T17:28:04.097Z | Downloaded paste v1.0.15 |
| 843 | 2026-07-21T17:28:04.097Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 844 | 2026-07-21T17:28:04.097Z | Downloaded primefield v0.14.0 |
| 845 | 2026-07-21T17:28:04.097Z | Downloaded rand_chacha v0.3.1 |
| 846 | 2026-07-21T17:28:04.097Z | Downloaded icu_provider v2.1.1 |
| 847 | 2026-07-21T17:28:04.100Z | Downloaded peg v0.8.5 |
| 848 | 2026-07-21T17:28:04.100Z | Downloaded ref-cast v1.0.25 |
| 849 | 2026-07-21T17:28:04.109Z | Downloaded rand_xorshift v0.4.0 |
| 850 | 2026-07-21T17:28:04.109Z | Downloaded progenitor v0.14.0 |
| 851 | 2026-07-21T17:28:04.109Z | Downloaded hickory-resolver v0.24.4 |
| 852 | 2026-07-21T17:28:04.115Z | Downloaded icu_collections v2.1.1 |
| 853 | 2026-07-21T17:28:04.116Z | Downloaded ref-cast-impl v1.0.25 |
| 854 | 2026-07-21T17:28:04.116Z | Downloaded recursive v0.1.1 |
| 855 | 2026-07-21T17:28:04.117Z | Downloaded progenitor-client v0.13.0 |
| 856 | 2026-07-21T17:28:04.123Z | Downloaded proc-macro-error2 v2.0.1 |
| 857 | 2026-07-21T17:28:04.123Z | Downloaded progenitor-extras v0.2.0 |
| 858 | 2026-07-21T17:28:04.123Z | Downloaded phf v0.13.1 |
| 859 | 2026-07-21T17:28:04.123Z | Downloaded parking_lot_core v0.9.12 |
| 860 | 2026-07-21T17:28:04.123Z | Downloaded parking_lot v0.12.5 |
| 861 | 2026-07-21T17:28:04.123Z | Downloaded num-traits v0.2.19 |
| 862 | 2026-07-21T17:28:04.129Z | Downloaded ed25519-dalek v2.2.0 |
| 863 | 2026-07-21T17:28:04.129Z | Downloaded derive_more-impl v2.1.1 |
| 864 | 2026-07-21T17:28:04.133Z | Downloaded rfc6979 v0.4.0 |
| 865 | 2026-07-21T17:28:04.134Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-07-21T17:28:04.134Z | Downloaded pkcs1 v0.7.5 |
| 867 | 2026-07-21T17:28:04.134Z | Downloaded oso v0.27.3 |
| 868 | 2026-07-21T17:28:04.137Z | Downloaded der v0.8.0 |
| 869 | 2026-07-21T17:28:04.137Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 870 | 2026-07-21T17:28:04.145Z | Downloaded omicron-zone-package v0.12.3 |
| 871 | 2026-07-21T17:28:04.145Z | Downloaded rustc-hash v2.1.1 |
| 872 | 2026-07-21T17:28:04.148Z | Downloaded russh-util v0.52.0 |
| 873 | 2026-07-21T17:28:04.148Z | Downloaded rand_core v0.6.4 |
| 874 | 2026-07-21T17:28:04.148Z | Downloaded rand_chacha v0.9.0 |
| 875 | 2026-07-21T17:28:04.148Z | Downloaded rustc_version v0.4.1 |
| 876 | 2026-07-21T17:28:04.148Z | Downloaded rtoolbox v0.0.3 |
| 877 | 2026-07-21T17:28:04.148Z | Downloaded r2d2 v0.8.10 |
| 878 | 2026-07-21T17:28:04.148Z | Downloaded pkcs8 v0.11.0 |
| 879 | 2026-07-21T17:28:04.153Z | Downloaded oxide-update-engine-types v0.1.2 |
| 880 | 2026-07-21T17:28:04.153Z | Downloaded same-file v1.0.6 |
| 881 | 2026-07-21T17:28:04.157Z | Downloaded hickory-resolver v0.25.2 |
| 882 | 2026-07-21T17:28:04.157Z | Downloaded rand_core v0.9.5 |
| 883 | 2026-07-21T17:28:04.157Z | Downloaded primeorder v0.14.0-rc.10 |
| 884 | 2026-07-21T17:28:04.160Z | Downloaded postgres-types v0.2.12 |
| 885 | 2026-07-21T17:28:04.160Z | Downloaded postcard v1.1.3 |
| 886 | 2026-07-21T17:28:04.163Z | Downloaded poly1305 v0.9.0 |
| 887 | 2026-07-21T17:28:04.163Z | Downloaded rustc_version v0.1.7 |
| 888 | 2026-07-21T17:28:04.163Z | Downloaded rand_seeder v0.4.0 |
| 889 | 2026-07-21T17:28:04.166Z | Downloaded rand_core v0.10.0 |
| 890 | 2026-07-21T17:28:04.166Z | Downloaded crossterm v0.29.0 |
| 891 | 2026-07-21T17:28:04.172Z | Downloaded hickory-server v0.25.2 |
| 892 | 2026-07-21T17:28:04.177Z | Downloaded hashbrown v0.13.2 |
| 893 | 2026-07-21T17:28:04.177Z | Downloaded hashbrown v0.12.3 |
| 894 | 2026-07-21T17:28:04.183Z | Downloaded scheduled-thread-pool v0.2.7 |
| 895 | 2026-07-21T17:28:04.183Z | Downloaded sapling-renderdag v0.1.0 |
| 896 | 2026-07-21T17:28:04.183Z | Downloaded jiff-static v0.2.21 |
| 897 | 2026-07-21T17:28:04.184Z | Downloaded scopeguard v1.2.0 |
| 898 | 2026-07-21T17:28:04.189Z | Downloaded russh-cryptovec v0.61.0 |
| 899 | 2026-07-21T17:28:04.189Z | Downloaded rfc6979 v0.5.0 |
| 900 | 2026-07-21T17:28:04.189Z | Downloaded parking_lot_core v0.8.6 |
| 901 | 2026-07-21T17:28:04.189Z | Downloaded openssl-sys v0.9.115 |
| 902 | 2026-07-21T17:28:04.189Z | Downloaded miniz_oxide v0.8.9 |
| 903 | 2026-07-21T17:28:04.192Z | Downloaded progenitor v0.13.0 |
| 904 | 2026-07-21T17:28:04.192Z | Downloaded seq-macro v0.3.6 |
| 905 | 2026-07-21T17:28:04.192Z | Downloaded secrecy v0.10.3 |
| 906 | 2026-07-21T17:28:04.195Z | Downloaded scroll_derive v0.13.1 |
| 907 | 2026-07-21T17:28:04.195Z | Downloaded psm v0.1.30 |
| 908 | 2026-07-21T17:28:04.195Z | Downloaded pin-project v1.1.11 |
| 909 | 2026-07-21T17:28:04.201Z | Downloaded serde-big-array v0.5.1 |
| 910 | 2026-07-21T17:28:04.204Z | Downloaded resolv-conf v0.7.6 |
| 911 | 2026-07-21T17:28:04.204Z | Downloaded semver v0.1.20 |
| 912 | 2026-07-21T17:28:04.207Z | Downloaded serde_bytes v0.11.19 |
| 913 | 2026-07-21T17:28:04.207Z | Downloaded serde_repr v0.1.20 |
| 914 | 2026-07-21T17:28:04.207Z | Downloaded secrecy v0.8.0 |
| 915 | 2026-07-21T17:28:04.212Z | Downloaded minimal-lexical v0.2.1 |
| 916 | 2026-07-21T17:28:04.212Z | Downloaded rustls-pemfile v2.2.0 |
| 917 | 2026-07-21T17:28:04.217Z | Downloaded quinn-udp v0.5.14 |
| 918 | 2026-07-21T17:28:04.217Z | Downloaded rpassword v7.5.4 |
| 919 | 2026-07-21T17:28:04.221Z | Downloaded pkcs5 v0.8.1 |
| 920 | 2026-07-21T17:28:04.221Z | Downloaded papergrid v0.17.0 |
| 921 | 2026-07-21T17:28:04.224Z | Downloaded sha1 v0.10.6 |
| 922 | 2026-07-21T17:28:04.225Z | Downloaded serde_urlencoded v0.7.1 |
| 923 | 2026-07-21T17:28:04.225Z | Downloaded serde_plain v1.0.2 |
| 924 | 2026-07-21T17:28:04.228Z | Downloaded http v1.4.2 |
| 925 | 2026-07-21T17:28:04.228Z | Downloaded litrs v1.0.0 |
| 926 | 2026-07-21T17:28:04.233Z | Downloaded rustversion v1.0.22 |
| 927 | 2026-07-21T17:28:04.233Z | Downloaded rusty-fork v0.3.1 |
| 928 | 2026-07-21T17:28:04.233Z | Downloaded hyper-util v0.1.20 |
| 929 | 2026-07-21T17:28:04.236Z | Downloaded signal-hook-mio v0.2.5 |
| 930 | 2026-07-21T17:28:04.236Z | Downloaded shell-words v1.1.1 |
| 931 | 2026-07-21T17:28:04.236Z | Downloaded sha1 v0.11.0 |
| 932 | 2026-07-21T17:28:04.239Z | Downloaded serde_spanned v1.1.1 |
| 933 | 2026-07-21T17:28:04.240Z | Downloaded icu_normalizer v2.1.1 |
| 934 | 2026-07-21T17:28:04.243Z | Downloaded ingot-types v0.1.2 |
| 935 | 2026-07-21T17:28:04.248Z | Downloaded hmac v0.12.1 |
| 936 | 2026-07-21T17:28:04.248Z | Downloaded compact_str v0.8.1 |
| 937 | 2026-07-21T17:28:04.248Z | Downloaded newline-converter v0.3.0 |
| 938 | 2026-07-21T17:28:04.252Z | Downloaded md-5 v0.10.6 |
| 939 | 2026-07-21T17:28:04.252Z | Downloaded signature v2.2.0 |
| 940 | 2026-07-21T17:28:04.252Z | Downloaded signal-hook-tokio v0.3.1 |
| 941 | 2026-07-21T17:28:04.252Z | Downloaded scroll v0.13.0 |
| 942 | 2026-07-21T17:28:04.255Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 943 | 2026-07-21T17:28:04.264Z | Downloaded p256 v0.14.0-rc.10 |
| 944 | 2026-07-21T17:28:04.264Z | Downloaded maybe-uninit v2.0.0 |
| 945 | 2026-07-21T17:28:04.267Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 946 | 2026-07-21T17:28:04.268Z | Downloaded darling_core v0.21.3 |
| 947 | 2026-07-21T17:28:04.268Z | Downloaded slog-envlogger v2.2.0 |
| 948 | 2026-07-21T17:28:04.268Z | Downloaded siphasher v1.0.2 |
| 949 | 2026-07-21T17:28:04.268Z | Downloaded serde-hex v0.1.0 |
| 950 | 2026-07-21T17:28:04.273Z | Downloaded darling_core v0.20.11 |
| 951 | 2026-07-21T17:28:04.273Z | Downloaded sigpipe v0.1.3 |
| 952 | 2026-07-21T17:28:04.273Z | Downloaded progenitor-impl v0.14.0 |
| 953 | 2026-07-21T17:28:04.277Z | Downloaded progenitor-impl v0.13.0 |
| 954 | 2026-07-21T17:28:04.277Z | Downloaded prefix-trie v0.7.0 |
| 955 | 2026-07-21T17:28:04.277Z | Downloaded slog-bunyan v2.5.0 |
| 956 | 2026-07-21T17:28:04.277Z | Downloaded signature v3.0.0 |
| 957 | 2026-07-21T17:28:04.281Z | Downloaded serde_derive_internals v0.29.1 |
| 958 | 2026-07-21T17:28:04.281Z | Downloaded sec1 v0.7.3 |
| 959 | 2026-07-21T17:28:04.287Z | Downloaded rustls-pki-types v1.14.0 |
| 960 | 2026-07-21T17:28:04.287Z | Downloaded prettyplease v0.2.37 |
| 961 | 2026-07-21T17:28:04.287Z | Downloaded pretty_assertions v1.4.1 |
| 962 | 2026-07-21T17:28:04.291Z | Downloaded schemars_derive v0.8.22 |
| 963 | 2026-07-21T17:28:04.291Z | Downloaded lru v0.12.5 |
| 964 | 2026-07-21T17:28:04.291Z | Downloaded salsa20 v0.11.0 |
| 965 | 2026-07-21T17:28:04.291Z | Downloaded scrypt v0.12.0 |
| 966 | 2026-07-21T17:28:04.291Z | Downloaded backon v1.6.0 |
| 967 | 2026-07-21T17:28:04.296Z | Downloaded argon2 v0.6.0-rc.8 |
| 968 | 2026-07-21T17:28:04.296Z | Downloaded der_derive v0.7.3 |
| 969 | 2026-07-21T17:28:04.298Z | Downloaded cmake v0.1.57 |
| 970 | 2026-07-21T17:28:04.303Z | Downloaded sqlparser_derive v0.5.0 |
| 971 | 2026-07-21T17:28:04.303Z | Downloaded rcgen v0.12.1 |
| 972 | 2026-07-21T17:28:04.303Z | Downloaded defmt v1.0.1 |
| 973 | 2026-07-21T17:28:04.303Z | Downloaded shlex v1.3.0 |
| 974 | 2026-07-21T17:28:04.303Z | Downloaded serdect v0.4.3 |
| 975 | 2026-07-21T17:28:04.306Z | Downloaded serde_path_to_error v0.1.20 |
| 976 | 2026-07-21T17:28:04.306Z | Downloaded data-encoding v2.10.0 |
| 977 | 2026-07-21T17:28:04.306Z | Downloaded ctutils v0.4.2 |
| 978 | 2026-07-21T17:28:04.306Z | Downloaded form_urlencoded v1.2.2 |
| 979 | 2026-07-21T17:28:04.310Z | Downloaded foreign-types-shared v0.3.1 |
| 980 | 2026-07-21T17:28:04.310Z | Downloaded foreign-types-shared v0.1.1 |
| 981 | 2026-07-21T17:28:04.310Z | Downloaded foreign-types v0.3.2 |
| 982 | 2026-07-21T17:28:04.310Z | Downloaded float-cmp v0.10.0 |
| 983 | 2026-07-21T17:28:04.311Z | Downloaded daft-derive v0.1.7 |
| 984 | 2026-07-21T17:28:04.316Z | Downloaded daft v0.1.7 |
| 985 | 2026-07-21T17:28:04.316Z | Downloaded crossbeam-epoch v0.9.18 |
| 986 | 2026-07-21T17:28:04.322Z | Downloaded rustls-native-certs v0.8.3 |
| 987 | 2026-07-21T17:28:04.322Z | Downloaded allocator-api2 v0.2.21 |
| 988 | 2026-07-21T17:28:04.324Z | Downloaded strum v0.26.3 |
| 989 | 2026-07-21T17:28:04.324Z | Downloaded strsim v0.10.0 |
| 990 | 2026-07-21T17:28:04.325Z | Downloaded strip-ansi-escapes v0.2.1 |
| 991 | 2026-07-21T17:28:04.325Z | Downloaded stable_deref_trait v1.2.1 |
| 992 | 2026-07-21T17:28:04.330Z | Downloaded structmeta v0.3.0 |
| 993 | 2026-07-21T17:28:04.333Z | Downloaded itertools v0.10.5 |
| 994 | 2026-07-21T17:28:04.333Z | Downloaded ron v0.8.1 |
| 995 | 2026-07-21T17:28:04.336Z | Downloaded slab v0.4.12 |
| 996 | 2026-07-21T17:28:04.339Z | Downloaded simd-adler32 v0.3.8 |
| 997 | 2026-07-21T17:28:04.339Z | Downloaded slog-scope v4.4.1 |
| 998 | 2026-07-21T17:28:04.342Z | Downloaded slog-json v2.6.1 |
| 999 | 2026-07-21T17:28:04.342Z | Downloaded sync_wrapper v1.0.2 |
| 1000 | 2026-07-21T17:28:04.342Z | Downloaded sync-ptr v0.1.4 |
| 1001 | 2026-07-21T17:28:04.342Z | Downloaded supports-color v3.0.2 |
| 1002 | 2026-07-21T17:28:04.345Z | Downloaded structmeta-derive v0.3.0 |
| 1003 | 2026-07-21T17:28:04.345Z | Downloaded slog-dtrace v0.3.0 |
| 1004 | 2026-07-21T17:28:04.345Z | Downloaded serde_cbor v0.11.2 |
| 1005 | 2026-07-21T17:28:04.349Z | Downloaded subtle v2.6.1 |
| 1006 | 2026-07-21T17:28:04.349Z | Downloaded strum v0.27.2 |
| 1007 | 2026-07-21T17:28:04.353Z | Downloaded p384 v0.14.0-rc.10 |
| 1008 | 2026-07-21T17:28:04.395Z | Downloaded smf v0.2.3 |
| 1009 | 2026-07-21T17:28:04.395Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1010 | 2026-07-21T17:28:04.395Z | Downloaded take_mut v0.2.2 |
| 1011 | 2026-07-21T17:28:04.395Z | Downloaded tabled_derive v0.11.0 |
| 1012 | 2026-07-21T17:28:04.395Z | Downloaded slog-async v2.8.0 |
| 1013 | 2026-07-21T17:28:04.395Z | Downloaded dropshot-api-manager v0.7.2 |
| 1014 | 2026-07-21T17:28:04.395Z | Downloaded ryu v1.0.23 |
| 1015 | 2026-07-21T17:28:04.395Z | Downloaded spki v0.8.0 |
| 1016 | 2026-07-21T17:28:04.396Z | Downloaded slog-stdlog v4.1.1 |
| 1017 | 2026-07-21T17:28:04.396Z | Downloaded slog-term v2.9.2 |
| 1018 | 2026-07-21T17:28:04.396Z | Downloaded tap v1.0.1 |
| 1019 | 2026-07-21T17:28:04.396Z | Downloaded tagptr v0.2.0 |
| 1020 | 2026-07-21T17:28:04.396Z | Downloaded thread-id v5.1.0 |
| 1021 | 2026-07-21T17:28:04.396Z | Downloaded termtree v0.5.1 |
| 1022 | 2026-07-21T17:28:04.396Z | Downloaded tabwriter v1.4.1 |
| 1023 | 2026-07-21T17:28:04.396Z | Downloaded sqlformat v0.3.5 |
| 1024 | 2026-07-21T17:28:04.396Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1025 | 2026-07-21T17:28:04.396Z | Downloaded hashbrown v0.16.1 |
| 1026 | 2026-07-21T17:28:04.396Z | Downloaded sec1 v0.8.1 |
| 1027 | 2026-07-21T17:28:04.418Z | Downloaded futures-util v0.3.32 |
| 1028 | 2026-07-21T17:28:04.420Z | Downloaded testing_table v0.3.0 |
| 1029 | 2026-07-21T17:28:04.421Z | Downloaded static_assertions v1.1.0 |
| 1030 | 2026-07-21T17:28:04.422Z | Downloaded stacker v0.1.23 |
| 1031 | 2026-07-21T17:28:04.423Z | Downloaded publicsuffix v2.3.0 |
| 1032 | 2026-07-21T17:28:04.424Z | Downloaded sha2 v0.11.0 |
| 1033 | 2026-07-21T17:28:04.424Z | Downloaded stringprep v0.1.5 |
| 1034 | 2026-07-21T17:28:04.424Z | Downloaded string_cache v0.8.9 |
| 1035 | 2026-07-21T17:28:04.424Z | Downloaded qorb v0.4.1 |
| 1036 | 2026-07-21T17:28:04.433Z | Downloaded serde_with_macros v1.5.2 |
| 1037 | 2026-07-21T17:28:04.433Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1038 | 2026-07-21T17:28:04.433Z | Downloaded smallvec v1.15.1 |
| 1039 | 2026-07-21T17:28:04.435Z | Downloaded signal-hook-registry v1.4.8 |
| 1040 | 2026-07-21T17:28:04.435Z | Downloaded support-bundle-viewer v0.1.2 |
| 1041 | 2026-07-21T17:28:04.435Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-07-21T17:28:04.436Z | Downloaded time-core v0.1.8 |
| 1043 | 2026-07-21T17:28:04.436Z | Downloaded strum_macros v0.26.4 |
| 1044 | 2026-07-21T17:28:04.436Z | Downloaded tinyvec_macros v0.1.1 |
| 1045 | 2026-07-21T17:28:04.436Z | Downloaded strum_macros v0.24.3 |
| 1046 | 2026-07-21T17:28:04.436Z | Downloaded tokio-macros v2.7.0 |
| 1047 | 2026-07-21T17:28:04.441Z | Downloaded mio v1.2.0 |
| 1048 | 2026-07-21T17:28:04.441Z | Downloaded rand v0.8.6 |
| 1049 | 2026-07-21T17:28:04.441Z | Downloaded synstructure v0.13.2 |
| 1050 | 2026-07-21T17:28:04.441Z | Downloaded nom v7.1.3 |
| 1051 | 2026-07-21T17:28:04.441Z | Downloaded serde_with_macros v3.21.0 |
| 1052 | 2026-07-21T17:28:04.441Z | Downloaded spki v0.7.3 |
| 1053 | 2026-07-21T17:28:04.441Z | Downloaded spin v0.9.8 |
| 1054 | 2026-07-21T17:28:04.488Z | Downloaded snafu-derive v0.8.9 |
| 1055 | 2026-07-21T17:28:04.488Z | Downloaded schemars v0.8.22 |
| 1056 | 2026-07-21T17:28:04.488Z | Downloaded libxml v0.3.3 |
| 1057 | 2026-07-21T17:28:04.488Z | Downloaded tokio-test v0.4.5 |
| 1058 | 2026-07-21T17:28:04.488Z | Downloaded termios v0.3.3 |
| 1059 | 2026-07-21T17:28:04.488Z | Downloaded idna v1.1.0 |
| 1060 | 2026-07-21T17:28:04.488Z | Downloaded tower-service v0.3.3 |
| 1061 | 2026-07-21T17:28:04.488Z | Downloaded hkdf v0.13.0 |
| 1062 | 2026-07-21T17:28:04.488Z | Downloaded crypto-primes v0.7.2 |
| 1063 | 2026-07-21T17:28:04.488Z | Downloaded hashbrown v0.15.5 |
| 1064 | 2026-07-21T17:28:04.488Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-07-21T17:28:04.488Z | Downloaded strum_macros v0.27.2 |
| 1066 | 2026-07-21T17:28:04.488Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-07-21T17:28:04.488Z | Downloaded tower-layer v0.3.3 |
| 1068 | 2026-07-21T17:28:04.488Z | Downloaded signal-hook v0.3.18 |
| 1069 | 2026-07-21T17:28:04.488Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1070 | 2026-07-21T17:28:04.488Z | Downloaded tiny-keccak v2.0.2 |
| 1071 | 2026-07-21T17:28:04.488Z | Downloaded thiserror-no-std v2.0.2 |
| 1072 | 2026-07-21T17:28:04.488Z | Downloaded tokio-dtrace v0.1.1 |
| 1073 | 2026-07-21T17:28:04.488Z | Downloaded tls_codec_derive v0.4.2 |
| 1074 | 2026-07-21T17:28:04.496Z | Downloaded thread_local v1.1.9 |
| 1075 | 2026-07-21T17:28:04.496Z | Downloaded topological-sort v0.2.2 |
| 1076 | 2026-07-21T17:28:04.496Z | Downloaded time-macros v0.2.27 |
| 1077 | 2026-07-21T17:28:04.496Z | Downloaded try-lock v0.2.5 |
| 1078 | 2026-07-21T17:28:04.496Z | Downloaded itertools v0.12.1 |
| 1079 | 2026-07-21T17:28:04.499Z | Downloaded tls_codec v0.4.2 |
| 1080 | 2026-07-21T17:28:04.500Z | Downloaded itertools v0.13.0 |
| 1081 | 2026-07-21T17:28:04.500Z | Downloaded socket2 v0.6.3 |
| 1082 | 2026-07-21T17:28:04.504Z | Downloaded num-bigint v0.4.6 |
| 1083 | 2026-07-21T17:28:04.505Z | Downloaded tokio-native-tls v0.3.1 |
| 1084 | 2026-07-21T17:28:04.505Z | Downloaded unicode-xid v0.2.6 |
| 1085 | 2026-07-21T17:28:04.511Z | Downloaded rayon-core v1.13.0 |
| 1086 | 2026-07-21T17:28:04.511Z | Downloaded unicode-truncate v1.1.0 |
| 1087 | 2026-07-21T17:28:04.511Z | Downloaded hyper v1.10.1 |
| 1088 | 2026-07-21T17:28:04.515Z | Downloaded unarray v0.1.4 |
| 1089 | 2026-07-21T17:28:04.515Z | Downloaded socket2 v0.5.10 |
| 1090 | 2026-07-21T17:28:04.521Z | Downloaded term v1.2.1 |
| 1091 | 2026-07-21T17:28:04.521Z | Downloaded usdt-macro v0.6.0 |
| 1092 | 2026-07-21T17:28:04.521Z | Downloaded untrusted v0.9.0 |
| 1093 | 2026-07-21T17:28:04.521Z | Downloaded universal-hash v0.5.1 |
| 1094 | 2026-07-21T17:28:04.521Z | Downloaded unit-prefix v0.5.2 |
| 1095 | 2026-07-21T17:28:04.522Z | Downloaded tokio-tungstenite v0.23.1 |
| 1096 | 2026-07-21T17:28:04.535Z | Downloaded term v0.7.0 |
| 1097 | 2026-07-21T17:28:04.535Z | Downloaded untrusted v0.7.1 |
| 1098 | 2026-07-21T17:28:04.535Z | Downloaded h2 v0.4.15 |
| 1099 | 2026-07-21T17:28:04.541Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1100 | 2026-07-21T17:28:04.541Z | Downloaded universal-hash v0.6.1 |
| 1101 | 2026-07-21T17:28:04.541Z | Downloaded blake3 v1.8.5 |
| 1102 | 2026-07-21T17:28:04.541Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1103 | 2026-07-21T17:28:04.541Z | Downloaded utf8_iter v1.0.4 |
| 1104 | 2026-07-21T17:28:04.541Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1105 | 2026-07-21T17:28:04.541Z | Downloaded usdt-attr-macro v0.6.0 |
| 1106 | 2026-07-21T17:28:04.541Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-07-21T17:28:04.541Z | Downloaded p521 v0.14.0-rc.10 |
| 1108 | 2026-07-21T17:28:04.544Z | Downloaded slog v2.8.2 |
| 1109 | 2026-07-21T17:28:04.544Z | Downloaded trait-variant v0.1.2 |
| 1110 | 2026-07-21T17:28:04.544Z | Downloaded rand v0.9.2 |
| 1111 | 2026-07-21T17:28:04.547Z | Downloaded rsa v0.9.10 |
| 1112 | 2026-07-21T17:28:04.550Z | Downloaded tinystr v0.8.2 |
| 1113 | 2026-07-21T17:28:04.553Z | Downloaded subprocess v0.2.15 |
| 1114 | 2026-07-21T17:28:04.556Z | Downloaded bitvec v1.0.1 |
| 1115 | 2026-07-21T17:28:04.565Z | Downloaded want v0.3.1 |
| 1116 | 2026-07-21T17:28:04.576Z | Downloaded waitgroup v0.1.2 |
| 1117 | 2026-07-21T17:28:04.576Z | Downloaded typify-macro v0.6.2 |
| 1118 | 2026-07-21T17:28:04.576Z | Downloaded void v1.0.2 |
| 1119 | 2026-07-21T17:28:04.576Z | Downloaded tui-tree-widget v0.23.1 |
| 1120 | 2026-07-21T17:28:04.576Z | Downloaded itertools v0.14.0 |
| 1121 | 2026-07-21T17:28:04.576Z | Downloaded unicase v2.9.0 |
| 1122 | 2026-07-21T17:28:04.582Z | Downloaded hkdf v0.12.4 |
| 1123 | 2026-07-21T17:28:04.582Z | Downloaded iri-string v0.7.10 |
| 1124 | 2026-07-21T17:28:04.582Z | Downloaded similar v2.7.0 |
| 1125 | 2026-07-21T17:28:04.583Z | Downloaded rustls-webpki v0.103.13 |
| 1126 | 2026-07-21T17:28:04.586Z | Downloaded xshell-macros v0.2.7 |
| 1127 | 2026-07-21T17:28:04.586Z | Downloaded samael v0.0.19 |
| 1128 | 2026-07-21T17:28:04.590Z | Downloaded nom v8.0.0 |
| 1129 | 2026-07-21T17:28:04.593Z | Downloaded yoke-derive v0.8.1 |
| 1130 | 2026-07-21T17:28:04.593Z | Downloaded xattr v1.6.1 |
| 1131 | 2026-07-21T17:28:04.596Z | Downloaded aws-lc-rs v1.16.3 |
| 1132 | 2026-07-21T17:28:04.601Z | Downloaded zerofrom-derive v0.1.6 |
| 1133 | 2026-07-21T17:28:04.601Z | Downloaded zerofrom v0.1.6 |
| 1134 | 2026-07-21T17:28:04.606Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-07-21T17:28:04.606Z | Downloaded usdt-impl v0.6.0 |
| 1136 | 2026-07-21T17:28:04.606Z | Downloaded num-bigint-dig v0.8.6 |
| 1137 | 2026-07-21T17:28:04.609Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1138 | 2026-07-21T17:28:04.609Z | Downloaded wait-timeout v0.2.1 |
| 1139 | 2026-07-21T17:28:04.609Z | Downloaded zeroize_derive v1.4.3 |
| 1140 | 2026-07-21T17:28:04.609Z | Downloaded vergen-lib v9.1.0 |
| 1141 | 2026-07-21T17:28:04.612Z | Downloaded vergen-lib v0.1.6 |
| 1142 | 2026-07-21T17:28:04.612Z | Downloaded vergen-git2 v9.1.0 |
| 1143 | 2026-07-21T17:28:04.612Z | Downloaded test-strategy v0.4.5 |
| 1144 | 2026-07-21T17:28:04.615Z | Downloaded tracing-attributes v0.1.31 |
| 1145 | 2026-07-21T17:28:04.615Z | Downloaded icu_properties_data v2.1.2 |
| 1146 | 2026-07-21T17:28:04.621Z | Downloaded whoami v1.6.1 |
| 1147 | 2026-07-21T17:28:04.624Z | Downloaded walkdir v2.5.0 |
| 1148 | 2026-07-21T17:28:04.624Z | Downloaded zone_cfg_derive v0.3.1 |
| 1149 | 2026-07-21T17:28:04.627Z | Downloaded zone v0.3.1 |
| 1150 | 2026-07-21T17:28:04.627Z | Downloaded rand v0.10.1 |
| 1151 | 2026-07-21T17:28:04.627Z | Downloaded vsss-rs v3.3.4 |
| 1152 | 2026-07-21T17:28:04.631Z | Downloaded uzers v0.12.2 |
| 1153 | 2026-07-21T17:28:04.631Z | Downloaded rsa v0.10.0-rc.18 |
| 1154 | 2026-07-21T17:28:04.636Z | Downloaded tokio-rustls v0.26.4 |
| 1155 | 2026-07-21T17:28:04.640Z | Downloaded tokio-tungstenite v0.21.0 |
| 1156 | 2026-07-21T17:28:04.643Z | Downloaded twox-hash v2.1.2 |
| 1157 | 2026-07-21T17:28:04.643Z | Downloaded tokio-stream v0.1.18 |
| 1158 | 2026-07-21T17:28:04.643Z | Downloaded wyz v0.5.1 |
| 1159 | 2026-07-21T17:28:04.646Z | Downloaded whoami v2.1.0 |
| 1160 | 2026-07-21T17:28:04.647Z | Downloaded rustyline v14.0.0 |
| 1161 | 2026-07-21T17:28:04.650Z | Downloaded xshell v0.2.7 |
| 1162 | 2026-07-21T17:28:04.650Z | Downloaded schemars v1.2.1 |
| 1163 | 2026-07-21T17:28:04.658Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-07-21T17:28:04.662Z | Downloaded vergen-gitcl v1.0.8 |
| 1165 | 2026-07-21T17:28:04.662Z | Downloaded writeable v0.6.2 |
| 1166 | 2026-07-21T17:28:04.662Z | Downloaded unicode-properties v0.1.4 |
| 1167 | 2026-07-21T17:28:04.666Z | Downloaded vergen v9.1.0 |
| 1168 | 2026-07-21T17:28:04.666Z | Downloaded schemars v0.9.0 |
| 1169 | 2026-07-21T17:28:04.673Z | Downloaded iddqd v0.4.2 |
| 1170 | 2026-07-21T17:28:04.685Z | Downloaded zerovec-derive v0.11.2 |
| 1171 | 2026-07-21T17:28:04.686Z | Downloaded libm v0.2.16 |
| 1172 | 2026-07-21T17:28:04.694Z | Downloaded unicode-bidi v0.3.18 |
| 1173 | 2026-07-21T17:28:04.694Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1174 | 2026-07-21T17:28:04.694Z | Downloaded snafu v0.8.9 |
| 1175 | 2026-07-21T17:28:04.694Z | Downloaded steno v0.4.1 |
| 1176 | 2026-07-21T17:28:04.695Z | Downloaded zstd-safe v7.2.4 |
| 1177 | 2026-07-21T17:28:04.702Z | Downloaded zstd v0.13.3 |
| 1178 | 2026-07-21T17:28:04.702Z | Downloaded yasna v0.5.2 |
| 1179 | 2026-07-21T17:28:04.702Z | Downloaded bindgen v0.71.1 |
| 1180 | 2026-07-21T17:28:04.702Z | Downloaded unsafe-libyaml v0.2.11 |
| 1181 | 2026-07-21T17:28:04.714Z | Downloaded chrono v0.4.45 |
| 1182 | 2026-07-21T17:28:04.715Z | Downloaded tinyvec v1.10.0 |
| 1183 | 2026-07-21T17:28:04.730Z | Downloaded tungstenite v0.21.0 |
| 1184 | 2026-07-21T17:28:04.730Z | Downloaded tracing-core v0.1.36 |
| 1185 | 2026-07-21T17:28:04.730Z | Downloaded tar v0.4.46 |
| 1186 | 2026-07-21T17:28:04.730Z | Downloaded typify v0.6.2 |
| 1187 | 2026-07-21T17:28:04.748Z | Downloaded reedline v0.40.0 |
| 1188 | 2026-07-21T17:28:04.748Z | Downloaded zerocopy v0.6.6 |
| 1189 | 2026-07-21T17:28:04.748Z | Downloaded yoke v0.8.1 |
| 1190 | 2026-07-21T17:28:04.748Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1191 | 2026-07-21T17:28:04.755Z | Downloaded toml v0.7.8 |
| 1192 | 2026-07-21T17:28:04.755Z | Downloaded vte v0.14.1 |
| 1193 | 2026-07-21T17:28:04.755Z | Downloaded uuid v1.23.4 |
| 1194 | 2026-07-21T17:28:04.755Z | Downloaded reqwest v0.12.28 |
| 1195 | 2026-07-21T17:28:04.765Z | Downloaded tokio-postgres v0.7.16 |
| 1196 | 2026-07-21T17:28:04.765Z | Downloaded zopfli v0.8.3 |
| 1197 | 2026-07-21T17:28:04.768Z | Downloaded tungstenite v0.23.0 |
| 1198 | 2026-07-21T17:28:04.768Z | Downloaded serde_with v1.14.0 |
| 1199 | 2026-07-21T17:28:04.774Z | Downloaded url v2.5.8 |
| 1200 | 2026-07-21T17:28:04.774Z | Downloaded crypto-bigint v0.7.5 |
| 1201 | 2026-07-21T17:28:04.780Z | Downloaded zerotrie v0.2.3 |
| 1202 | 2026-07-21T17:28:04.786Z | Downloaded zip v0.6.6 |
| 1203 | 2026-07-21T17:28:04.804Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1204 | 2026-07-21T17:28:04.815Z | Downloaded tower v0.5.3 |
| 1205 | 2026-07-21T17:28:04.826Z | Downloaded typed-path v0.9.3 |
| 1206 | 2026-07-21T17:28:04.829Z | Downloaded p384 v0.13.1 |
| 1207 | 2026-07-21T17:28:04.833Z | Downloaded toml_edit v0.19.15 |
| 1208 | 2026-07-21T17:28:04.845Z | Downloaded unicode_categories v0.1.1 |
| 1209 | 2026-07-21T17:28:04.848Z | Downloaded reqwest v0.13.2 |
| 1210 | 2026-07-21T17:28:04.848Z | Downloaded regex v1.12.3 |
| 1211 | 2026-07-21T17:28:04.851Z | Downloaded git2 v0.20.4 |
| 1212 | 2026-07-21T17:28:04.856Z | Downloaded unicode-normalization v0.1.25 |
| 1213 | 2026-07-21T17:28:04.860Z | Downloaded tokio-util v0.7.18 |
| 1214 | 2026-07-21T17:28:04.862Z | Downloaded tough v0.22.0 |
| 1215 | 2026-07-21T17:28:04.867Z | Downloaded proptest v1.10.0 |
| 1216 | 2026-07-21T17:28:04.873Z | Downloaded unicode-segmentation v1.12.0 |
| 1217 | 2026-07-21T17:28:04.879Z | Downloaded rayon v1.11.0 |
| 1218 | 2026-07-21T17:28:04.882Z | Downloaded yansi v1.0.1 |
| 1219 | 2026-07-21T17:28:04.903Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-07-21T17:28:04.903Z | Downloaded tower-http v0.6.8 |
| 1221 | 2026-07-21T17:28:04.910Z | Downloaded zerovec v0.11.5 |
| 1222 | 2026-07-21T17:28:04.910Z | Downloaded quick-xml v0.37.5 |
| 1223 | 2026-07-21T17:28:04.925Z | Downloaded quinn-proto v0.11.13 |
| 1224 | 2026-07-21T17:28:04.925Z | Downloaded lalrpop v0.19.12 |
| 1225 | 2026-07-21T17:28:04.931Z | Downloaded moka v0.12.13 |
| 1226 | 2026-07-21T17:28:04.931Z | Downloaded salty v0.3.0 |
| 1227 | 2026-07-21T17:28:04.931Z | Downloaded rawzip v0.4.4 |
| 1228 | 2026-07-21T17:28:04.940Z | Downloaded bstr v1.12.1 |
| 1229 | 2026-07-21T17:28:04.944Z | Downloaded portable-atomic v1.13.1 |
| 1230 | 2026-07-21T17:28:04.944Z | Downloaded winnow v0.6.26 |
| 1231 | 2026-07-21T17:28:04.955Z | Downloaded x509-cert v0.2.5 |
| 1232 | 2026-07-21T17:28:05.000Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-07-21T17:28:05.013Z | Downloaded tabled v0.20.0 |
| 1234 | 2026-07-21T17:28:05.013Z | Downloaded smoltcp v0.9.1 |
| 1235 | 2026-07-21T17:28:05.013Z | Downloaded curve25519-dalek v4.1.3 |
| 1236 | 2026-07-21T17:28:05.013Z | Downloaded hickory-proto v0.24.4 |
| 1237 | 2026-07-21T17:28:05.013Z | Downloaded petname v2.0.2 |
| 1238 | 2026-07-21T17:28:05.013Z | Downloaded vcpkg v0.2.15 |
| 1239 | 2026-07-21T17:28:05.032Z | Downloaded zlib-rs v0.6.2 |
| 1240 | 2026-07-21T17:28:05.045Z | Downloaded nix v0.27.1 |
| 1241 | 2026-07-21T17:28:05.045Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1242 | 2026-07-21T17:28:05.051Z | Downloaded openapiv3 v2.2.0 |
| 1243 | 2026-07-21T17:28:05.051Z | Downloaded zip v4.6.1 |
| 1244 | 2026-07-21T17:28:05.051Z | Downloaded serde_with v3.21.0 |
| 1245 | 2026-07-21T17:28:05.058Z | Downloaded regress v0.10.5 |
| 1246 | 2026-07-21T17:28:05.067Z | Downloaded regress v0.11.1 |
| 1247 | 2026-07-21T17:28:05.075Z | Downloaded polar-core v0.27.3 |
| 1248 | 2026-07-21T17:28:05.080Z | Downloaded russh v0.61.2 |
| 1249 | 2026-07-21T17:28:05.084Z | Downloaded dropshot v0.17.1 |
| 1250 | 2026-07-21T17:28:05.099Z | Downloaded radix_trie v0.2.1 |
| 1251 | 2026-07-21T17:28:05.107Z | Downloaded nix v0.28.0 |
| 1252 | 2026-07-21T17:28:05.117Z | Downloaded winnow v0.5.40 |
| 1253 | 2026-07-21T17:28:05.124Z | Downloaded object v0.30.4 |
| 1254 | 2026-07-21T17:28:05.124Z | Downloaded openssl v0.10.79 |
| 1255 | 2026-07-21T17:28:05.134Z | Downloaded winnow v1.0.3 |
| 1256 | 2026-07-21T17:28:05.144Z | Downloaded time v0.3.47 |
| 1257 | 2026-07-21T17:28:05.152Z | Downloaded regex-syntax v0.6.29 |
| 1258 | 2026-07-21T17:28:05.152Z | Downloaded nix v0.31.2 |
| 1259 | 2026-07-21T17:28:05.158Z | Downloaded fiat-crypto v0.3.0 |
| 1260 | 2026-07-21T17:28:05.178Z | Downloaded object v0.37.3 |
| 1261 | 2026-07-21T17:28:05.192Z | Downloaded hickory-proto v0.25.2 |
| 1262 | 2026-07-21T17:28:05.202Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1263 | 2026-07-21T17:28:05.210Z | Downloaded diesel v2.3.7 |
| 1264 | 2026-07-21T17:28:05.215Z | Downloaded zerocopy v0.8.40 |
| 1265 | 2026-07-21T17:28:05.220Z | Downloaded regex-syntax v0.8.10 |
| 1266 | 2026-07-21T17:28:05.231Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-07-21T17:28:05.237Z | Downloaded regex-automata v0.4.14 |
| 1268 | 2026-07-21T17:28:05.268Z | Downloaded rustix v0.38.44 |
| 1269 | 2026-07-21T17:28:05.275Z | Downloaded zerocopy-derive v0.6.6 |
| 1270 | 2026-07-21T17:28:05.275Z | Downloaded jiff v0.2.21 |
| 1271 | 2026-07-21T17:28:05.283Z | Downloaded chrono-tz v0.10.4 |
| 1272 | 2026-07-21T17:28:05.288Z | Downloaded rustls v0.23.41 |
| 1273 | 2026-07-21T17:28:05.297Z | Downloaded sqlparser v0.61.0 |
| 1274 | 2026-07-21T17:28:05.306Z | Downloaded petgraph v0.8.3 |
| 1275 | 2026-07-21T17:28:05.318Z | Downloaded sled v0.34.7 |
| 1276 | 2026-07-21T17:28:05.327Z | Downloaded typify-impl v0.6.2 |
| 1277 | 2026-07-21T17:28:05.334Z | Downloaded tracing v0.1.44 |
| 1278 | 2026-07-21T17:28:05.345Z | Downloaded libz-sys v1.1.24 |
| 1279 | 2026-07-21T17:28:05.359Z | Downloaded sha3 v0.11.0 |
| 1280 | 2026-07-21T17:28:05.365Z | Downloaded ratatui v0.29.0 |
| 1281 | 2026-07-21T17:28:05.390Z | Downloaded petgraph v0.6.5 |
| 1282 | 2026-07-21T17:28:05.401Z | Downloaded tokio v1.52.1 |
| 1283 | 2026-07-21T17:28:05.432Z | Downloaded csv v1.4.0 |
| 1284 | 2026-07-21T17:28:05.445Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1285 | 2026-07-21T17:28:05.460Z | Downloaded encoding_rs v0.8.35 |
| 1286 | 2026-07-21T17:28:05.526Z | Downloaded sha3 v0.10.8 |
| 1287 | 2026-07-21T17:28:05.548Z | Downloaded ring v0.17.14 |
| 1288 | 2026-07-21T17:28:05.559Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1289 | 2026-07-21T17:28:06.054Z | Downloaded aws-lc-sys v0.40.0 |
| 1290 | 2026-07-21T17:28:06.309Z | Compiling libc v0.2.185 |
| 1291 | 2026-07-21T17:28:06.316Z | Compiling serde_core v1.0.228 |
| 1292 | 2026-07-21T17:28:06.316Z | Compiling serde v1.0.228 |
| 1293 | 2026-07-21T17:28:06.316Z | Compiling log v0.4.29 |
| 1294 | 2026-07-21T17:28:06.316Z | Compiling smallvec v1.15.1 |
| 1295 | 2026-07-21T17:28:06.316Z | Compiling find-msvc-tools v0.1.9 |
| 1296 | 2026-07-21T17:28:06.316Z | Compiling shlex v1.3.0 |
| 1297 | 2026-07-21T17:28:06.316Z | Compiling subtle v2.6.1 |
| 1298 | 2026-07-21T17:28:06.316Z | Compiling stable_deref_trait v1.2.1 |
| 1299 | 2026-07-21T17:28:06.479Z | Compiling scopeguard v1.2.0 |
| 1300 | 2026-07-21T17:28:06.486Z | Compiling typenum v1.20.1 |
| 1301 | 2026-07-21T17:28:06.499Z | Compiling serde_json v1.0.150 |
| 1302 | 2026-07-21T17:28:06.531Z | Compiling zerocopy v0.8.40 |
| 1303 | 2026-07-21T17:28:06.535Z | Compiling portable-atomic v1.13.1 |
| 1304 | 2026-07-21T17:28:06.544Z | Compiling syn v2.0.117 |
| 1305 | 2026-07-21T17:28:06.549Z | Compiling parking_lot_core v0.9.12 |
| 1306 | 2026-07-21T17:28:06.637Z | Compiling lock_api v0.4.14 |
| 1307 | 2026-07-21T17:28:06.657Z | Compiling pin-project-lite v0.2.17 |
| 1308 | 2026-07-21T17:28:06.663Z | Compiling critical-section v1.2.0 |
| 1309 | 2026-07-21T17:28:06.713Z | Compiling libm v0.2.16 |
| 1310 | 2026-07-21T17:28:06.726Z | Compiling getrandom v0.4.1 |
| 1311 | 2026-07-21T17:28:06.741Z | Compiling pkg-config v0.3.32 |
| 1312 | 2026-07-21T17:28:06.756Z | Compiling num-traits v0.2.19 |
| 1313 | 2026-07-21T17:28:06.768Z | Compiling rand_core v0.10.0 |
| 1314 | 2026-07-21T17:28:06.781Z | Compiling futures-core v0.3.32 |
| 1315 | 2026-07-21T17:28:06.816Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-07-21T17:28:06.869Z | Compiling writeable v0.6.2 |
| 1317 | 2026-07-21T17:28:06.894Z | Compiling percent-encoding v2.3.2 |
| 1318 | 2026-07-21T17:28:06.954Z | Compiling litemap v0.8.1 |
| 1319 | 2026-07-21T17:28:06.959Z | Compiling const-oid v0.9.6 |
| 1320 | 2026-07-21T17:28:06.959Z | Compiling icu_properties_data v2.1.2 |
| 1321 | 2026-07-21T17:28:07.101Z | Compiling icu_normalizer_data v2.1.1 |
| 1322 | 2026-07-21T17:28:07.117Z | Compiling futures-sink v0.3.32 |
| 1323 | 2026-07-21T17:28:07.123Z | Compiling futures-task v0.3.32 |
| 1324 | 2026-07-21T17:28:07.145Z | Compiling futures-io v0.3.32 |
| 1325 | 2026-07-21T17:28:07.199Z | Compiling futures-channel v0.3.32 |
| 1326 | 2026-07-21T17:28:07.202Z | Compiling slab v0.4.12 |
| 1327 | 2026-07-21T17:28:07.256Z | Compiling utf8_iter v1.0.4 |
| 1328 | 2026-07-21T17:28:07.260Z | Compiling form_urlencoded v1.2.2 |
| 1329 | 2026-07-21T17:28:07.332Z | Compiling getrandom v0.3.4 |
| 1330 | 2026-07-21T17:28:07.336Z | Compiling rustversion v1.0.22 |
| 1331 | 2026-07-21T17:28:07.357Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-07-21T17:28:07.366Z | Compiling errno v0.3.14 |
| 1333 | 2026-07-21T17:28:07.386Z | Compiling getrandom v0.2.17 |
| 1334 | 2026-07-21T17:28:07.439Z | Compiling mio v1.2.0 |
| 1335 | 2026-07-21T17:28:07.447Z | Compiling socket2 v0.6.3 |
| 1336 | 2026-07-21T17:28:07.464Z | Compiling iana-time-zone v0.1.65 |
| 1337 | 2026-07-21T17:28:07.533Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-07-21T17:28:07.550Z | Compiling signal-hook-registry v1.4.8 |
| 1339 | 2026-07-21T17:28:07.649Z | Compiling cc v1.2.56 |
| 1340 | 2026-07-21T17:28:07.674Z | Compiling once_cell v1.21.3 |
| 1341 | 2026-07-21T17:28:07.715Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-07-21T17:28:07.744Z | Compiling rustix v1.1.3 |
| 1343 | 2026-07-21T17:28:07.750Z | Compiling ident_case v1.0.1 |
| 1344 | 2026-07-21T17:28:07.774Z | Compiling fs_extra v1.3.0 |
| 1345 | 2026-07-21T17:28:07.788Z | Compiling dunce v1.0.5 |
| 1346 | 2026-07-21T17:28:07.839Z | Compiling regex-syntax v0.8.10 |
| 1347 | 2026-07-21T17:28:07.855Z | Compiling vcpkg v0.2.15 |
| 1348 | 2026-07-21T17:28:07.884Z | Compiling base64 v0.22.1 |
| 1349 | 2026-07-21T17:28:07.899Z | Compiling base64ct v1.8.3 |
| 1350 | 2026-07-21T17:28:07.921Z | Compiling tracing-core v0.1.36 |
| 1351 | 2026-07-21T17:28:07.922Z | Compiling flagset v0.4.7 |
| 1352 | 2026-07-21T17:28:08.070Z | Compiling aws-lc-rs v1.16.3 |
| 1353 | 2026-07-21T17:28:08.078Z | Compiling dyn-clone v1.0.20 |
| 1354 | 2026-07-21T17:28:08.106Z | Compiling httparse v1.10.1 |
| 1355 | 2026-07-21T17:28:08.204Z | Compiling pem-rfc7468 v0.7.0 |
| 1356 | 2026-07-21T17:28:08.216Z | Compiling schemars v0.8.22 |
| 1357 | 2026-07-21T17:28:08.230Z | Compiling rand_core v0.9.5 |
| 1358 | 2026-07-21T17:28:08.290Z | Compiling cmov v0.5.4 |
| 1359 | 2026-07-21T17:28:08.325Z | Compiling openssl-probe v0.2.1 |
| 1360 | 2026-07-21T17:28:08.369Z | Compiling tinyvec_macros v0.1.1 |
| 1361 | 2026-07-21T17:28:08.394Z | Compiling cmake v0.1.57 |
| 1362 | 2026-07-21T17:28:08.424Z | Compiling aho-corasick v1.1.4 |
| 1363 | 2026-07-21T17:28:08.451Z | Compiling tinyvec v1.10.0 |
| 1364 | 2026-07-21T17:28:08.487Z | Compiling ctutils v0.4.2 |
| 1365 | 2026-07-21T17:28:08.500Z | Compiling tower-layer v0.3.3 |
| 1366 | 2026-07-21T17:28:08.535Z | Compiling tower-service v0.3.3 |
| 1367 | 2026-07-21T17:28:08.541Z | Compiling untrusted v0.7.1 |
| 1368 | 2026-07-21T17:28:08.542Z | Compiling atomic-waker v1.1.2 |
| 1369 | 2026-07-21T17:28:08.570Z | Compiling try-lock v0.2.5 |
| 1370 | 2026-07-21T17:28:08.602Z | Compiling cpufeatures v0.2.17 |
| 1371 | 2026-07-21T17:28:08.650Z | Compiling rustls v0.23.41 |
| 1372 | 2026-07-21T17:28:08.650Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2026-07-21T17:28:08.677Z | Compiling want v0.3.1 |
| 1374 | 2026-07-21T17:28:08.694Z | Compiling bitflags v2.11.0 |
| 1375 | 2026-07-21T17:28:08.694Z | Compiling semver v1.0.28 |
| 1376 | 2026-07-21T17:28:08.697Z | Compiling indexmap v2.14.0 |
| 1377 | 2026-07-21T17:28:08.754Z | Compiling uuid v1.23.4 |
| 1378 | 2026-07-21T17:28:08.759Z | Compiling httpdate v1.0.3 |
| 1379 | 2026-07-21T17:28:08.816Z | Compiling openssl v0.10.79 |
| 1380 | 2026-07-21T17:28:08.831Z | Compiling untrusted v0.9.0 |
| 1381 | 2026-07-21T17:28:08.831Z | Compiling unicode-normalization v0.1.25 |
| 1382 | 2026-07-21T17:28:08.861Z | Compiling foreign-types v0.3.2 |
| 1383 | 2026-07-21T17:28:08.891Z | Compiling spin v0.9.8 |
| 1384 | 2026-07-21T17:28:08.939Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-07-21T17:28:08.950Z | Compiling powerfmt v0.2.0 |
| 1386 | 2026-07-21T17:28:08.966Z | Compiling time-core v0.1.8 |
| 1387 | 2026-07-21T17:28:09.016Z | Compiling num-conv v0.2.0 |
| 1388 | 2026-07-21T17:28:09.093Z | Compiling crc32fast v1.5.0 |
| 1389 | 2026-07-21T17:28:09.105Z | Compiling native-tls v0.2.18 |
| 1390 | 2026-07-21T17:28:09.237Z | Compiling deranged v0.5.8 |
| 1391 | 2026-07-21T17:28:09.288Z | Compiling wait-timeout v0.2.1 |
| 1392 | 2026-07-21T17:28:09.289Z | Compiling sync_wrapper v1.0.2 |
| 1393 | 2026-07-21T17:28:09.289Z | Compiling time-macros v0.2.27 |
| 1394 | 2026-07-21T17:28:09.289Z | Compiling aws-lc-sys v0.40.0 |
| 1395 | 2026-07-21T17:28:09.348Z | Compiling openssl-sys v0.9.115 |
| 1396 | 2026-07-21T17:28:09.371Z | Compiling regex-automata v0.4.14 |
| 1397 | 2026-07-21T17:28:09.377Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1398 | 2026-07-21T17:28:09.405Z | Compiling quick-error v1.2.3 |
| 1399 | 2026-07-21T17:28:09.425Z | Compiling synstructure v0.13.2 |
| 1400 | 2026-07-21T17:28:09.505Z | Compiling serde_derive_internals v0.29.1 |
| 1401 | 2026-07-21T17:28:09.518Z | Compiling pest_generator v2.8.6 |
| 1402 | 2026-07-21T17:28:09.531Z | Compiling darling_core v0.20.11 |
| 1403 | 2026-07-21T17:28:09.694Z | Compiling usdt-impl v0.6.0 |
| 1404 | 2026-07-21T17:28:10.017Z | Compiling tempfile v3.25.0 |
| 1405 | 2026-07-21T17:28:10.057Z | Compiling simd-adler32 v0.3.8 |
| 1406 | 2026-07-21T17:28:10.201Z | Compiling siphasher v1.0.2 |
| 1407 | 2026-07-21T17:28:10.317Z | Compiling bit-vec v0.8.0 |
| 1408 | 2026-07-21T17:28:10.390Z | Compiling num_threads v0.1.7 |
| 1409 | 2026-07-21T17:28:10.390Z | Compiling crossbeam-utils v0.8.21 |
| 1410 | 2026-07-21T17:28:10.390Z | Compiling syn v1.0.109 |
| 1411 | 2026-07-21T17:28:10.392Z | Compiling rusty-fork v0.3.1 |
| 1412 | 2026-07-21T17:28:10.477Z | Compiling darling_core v0.23.0 |
| 1413 | 2026-07-21T17:28:10.513Z | Compiling bit-set v0.8.0 |
| 1414 | 2026-07-21T17:28:10.513Z | Compiling heapless v0.7.17 |
| 1415 | 2026-07-21T17:28:10.513Z | Compiling time v0.3.47 |
| 1416 | 2026-07-21T17:28:10.514Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1417 | 2026-07-21T17:28:10.534Z | Compiling slog v2.8.2 |
| 1418 | 2026-07-21T17:28:10.577Z | Compiling rand_xorshift v0.4.0 |
| 1419 | 2026-07-21T17:28:10.604Z | Compiling thread-id v5.1.0 |
| 1420 | 2026-07-21T17:28:10.617Z | Compiling cookie v0.18.1 |
| 1421 | 2026-07-21T17:28:10.716Z | Compiling unicode-properties v0.1.4 |
| 1422 | 2026-07-21T17:28:10.746Z | Compiling ryu v1.0.23 |
| 1423 | 2026-07-21T17:28:10.746Z | Compiling zstd-safe v7.2.4 |
| 1424 | 2026-07-21T17:28:10.827Z | Compiling allocator-api2 v0.2.21 |
| 1425 | 2026-07-21T17:28:10.827Z | Compiling unicode-bidi v0.3.18 |
| 1426 | 2026-07-21T17:28:10.827Z | Compiling adler2 v2.0.1 |
| 1427 | 2026-07-21T17:28:10.938Z | Compiling unarray v0.1.4 |
| 1428 | 2026-07-21T17:28:10.938Z | Compiling anyhow v1.0.102 |
| 1429 | 2026-07-21T17:28:10.938Z | Compiling signal-hook v0.3.18 |
| 1430 | 2026-07-21T17:28:10.978Z | Compiling paste v1.0.15 |
| 1431 | 2026-07-21T17:28:10.978Z | Compiling iri-string v0.7.10 |
| 1432 | 2026-07-21T17:28:10.978Z | Compiling miniz_oxide v0.8.9 |
| 1433 | 2026-07-21T17:28:11.120Z | Compiling stringprep v0.1.5 |
| 1434 | 2026-07-21T17:28:11.258Z | Compiling serde_derive v1.0.228 |
| 1435 | 2026-07-21T17:28:11.276Z | Compiling zeroize_derive v1.4.3 |
| 1436 | 2026-07-21T17:28:11.346Z | Compiling zerofrom-derive v0.1.6 |
| 1437 | 2026-07-21T17:28:11.441Z | Compiling yoke-derive v0.8.1 |
| 1438 | 2026-07-21T17:28:12.038Z | Compiling zerovec-derive v0.11.2 |
| 1439 | 2026-07-21T17:28:12.124Z | Compiling displaydoc v0.2.5 |
| 1440 | 2026-07-21T17:28:12.124Z | Compiling zerocopy-derive v0.8.40 |
| 1441 | 2026-07-21T17:28:12.124Z | Compiling tokio-macros v2.7.0 |
| 1442 | 2026-07-21T17:28:12.125Z | Compiling futures-macro v0.3.32 |
| 1443 | 2026-07-21T17:28:12.125Z | Compiling zeroize v1.8.2 |
| 1444 | 2026-07-21T17:28:12.167Z | Compiling thiserror-impl v2.0.18 |
| 1445 | 2026-07-21T17:28:12.419Z | Compiling tracing-attributes v0.1.31 |
| 1446 | 2026-07-21T17:28:12.514Z | Compiling der_derive v0.7.3 |
| 1447 | 2026-07-21T17:28:12.533Z | Compiling rustls-pki-types v1.14.0 |
| 1448 | 2026-07-21T17:28:12.619Z | Compiling schemars_derive v0.8.22 |
| 1449 | 2026-07-21T17:28:12.747Z | Compiling crypto-common v0.1.7 |
| 1450 | 2026-07-21T17:28:12.778Z | Compiling zerofrom v0.1.6 |
| 1451 | 2026-07-21T17:28:12.808Z | Compiling block-buffer v0.10.4 |
| 1452 | 2026-07-21T17:28:12.842Z | Compiling futures-util v0.3.32 |
| 1453 | 2026-07-21T17:28:12.912Z | Compiling yoke v0.8.1 |
| 1454 | 2026-07-21T17:28:12.930Z | Compiling hybrid-array v0.4.13 |
| 1455 | 2026-07-21T17:28:13.008Z | Compiling digest v0.10.7 |
| 1456 | 2026-07-21T17:28:13.018Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-07-21T17:28:13.035Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-07-21T17:28:13.117Z | Compiling zerovec v0.11.5 |
| 1459 | 2026-07-21T17:28:13.287Z | Compiling zerotrie v0.2.3 |
| 1460 | 2026-07-21T17:28:13.512Z | Compiling darling_macro v0.20.11 |
| 1461 | 2026-07-21T17:28:13.531Z | Compiling thiserror v2.0.18 |
| 1462 | 2026-07-21T17:28:13.544Z | Compiling der v0.7.10 |
| 1463 | 2026-07-21T17:28:13.627Z | Compiling tinystr v0.8.2 |
| 1464 | 2026-07-21T17:28:13.652Z | Compiling potential_utf v0.1.4 |
| 1465 | 2026-07-21T17:28:13.666Z | Compiling openssl-macros v0.1.1 |
| 1466 | 2026-07-21T17:28:13.703Z | Compiling sha2 v0.10.9 |
| 1467 | 2026-07-21T17:28:13.767Z | Compiling hmac v0.12.1 |
| 1468 | 2026-07-21T17:28:13.790Z | Compiling icu_locale_core v2.1.1 |
| 1469 | 2026-07-21T17:28:13.831Z | Compiling icu_collections v2.1.1 |
| 1470 | 2026-07-21T17:28:13.838Z | Compiling tracing v0.1.44 |
| 1471 | 2026-07-21T17:28:13.921Z | Compiling dtrace-parser v0.3.0 |
| 1472 | 2026-07-21T17:28:13.937Z | Compiling scroll v0.13.0 |
| 1473 | 2026-07-21T17:28:13.987Z | Compiling scroll_derive v0.12.1 |
| 1474 | 2026-07-21T17:28:14.045Z | Compiling darling v0.20.11 |
| 1475 | 2026-07-21T17:28:14.187Z | Compiling derive_builder_core v0.20.2 |
| 1476 | 2026-07-21T17:28:14.204Z | Compiling thiserror-impl v1.0.69 |
| 1477 | 2026-07-21T17:28:14.302Z | Compiling goblin v0.10.5 |
| 1478 | 2026-07-21T17:28:14.407Z | Compiling block-padding v0.4.2 |
| 1479 | 2026-07-21T17:28:14.578Z | Compiling icu_provider v2.1.1 |
| 1480 | 2026-07-21T17:28:14.694Z | Compiling spki v0.7.3 |
| 1481 | 2026-07-21T17:28:14.767Z | Compiling scroll v0.12.0 |
| 1482 | 2026-07-21T17:28:14.790Z | Compiling crypto-common v0.2.2 |
| 1483 | 2026-07-21T17:28:14.805Z | Compiling block-buffer v0.12.1 |
| 1484 | 2026-07-21T17:28:14.907Z | Compiling bytes v1.11.1 |
| 1485 | 2026-07-21T17:28:14.907Z | Compiling icu_normalizer v2.1.1 |
| 1486 | 2026-07-21T17:28:14.925Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-07-21T17:28:15.019Z | Compiling chrono v0.4.45 |
| 1488 | 2026-07-21T17:28:15.091Z | Compiling ipnet v2.11.0 |
| 1489 | 2026-07-21T17:28:15.097Z | Compiling pkcs8 v0.10.2 |
| 1490 | 2026-07-21T17:28:15.112Z | Compiling derive_builder_macro v0.20.2 |
| 1491 | 2026-07-21T17:28:15.209Z | Compiling serde_spanned v0.6.9 |
| 1492 | 2026-07-21T17:28:15.268Z | Compiling serde_tokenstream v0.2.3 |
| 1493 | 2026-07-21T17:28:15.333Z | Compiling erased-serde v0.3.31 |
| 1494 | 2026-07-21T17:28:15.365Z | Compiling hex v0.4.3 |
| 1495 | 2026-07-21T17:28:15.395Z | Compiling tokio v1.52.1 |
| 1496 | 2026-07-21T17:28:15.523Z | Compiling http v1.4.2 |
| 1497 | 2026-07-21T17:28:15.536Z | Compiling thiserror v1.0.69 |
| 1498 | 2026-07-21T17:28:15.557Z | Compiling serde_urlencoded v0.7.1 |
| 1499 | 2026-07-21T17:28:15.610Z | Compiling toml_datetime v0.6.11 |
| 1500 | 2026-07-21T17:28:15.619Z | Compiling signature v2.2.0 |
| 1501 | 2026-07-21T17:28:15.658Z | Compiling md-5 v0.10.6 |
| 1502 | 2026-07-21T17:28:15.669Z | Compiling darling_macro v0.23.0 |
| 1503 | 2026-07-21T17:28:15.804Z | Compiling idna_adapter v1.2.1 |
| 1504 | 2026-07-21T17:28:15.827Z | Compiling rustls-native-certs v0.8.3 |
| 1505 | 2026-07-21T17:28:15.841Z | Compiling bstr v1.12.1 |
| 1506 | 2026-07-21T17:28:15.855Z | Compiling async-trait v0.1.89 |
| 1507 | 2026-07-21T17:28:15.892Z | Compiling pin-project-internal v1.1.11 |
| 1508 | 2026-07-21T17:28:15.961Z | Compiling idna v1.1.0 |
| 1509 | 2026-07-21T17:28:16.044Z | Compiling zerocopy-derive v0.7.35 |
| 1510 | 2026-07-21T17:28:16.130Z | Compiling ppv-lite86 v0.2.21 |
| 1511 | 2026-07-21T17:28:16.201Z | Compiling http-body v1.0.1 |
| 1512 | 2026-07-21T17:28:16.322Z | Compiling url v2.5.8 |
| 1513 | 2026-07-21T17:28:16.371Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-07-21T17:28:16.465Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-07-21T17:28:16.496Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-07-21T17:28:16.525Z | Compiling camino v1.2.2 |
| 1517 | 2026-07-21T17:28:16.560Z | Compiling curve25519-dalek v4.1.3 |
| 1518 | 2026-07-21T17:28:16.632Z | Compiling num-integer v0.1.46 |
| 1519 | 2026-07-21T17:28:16.649Z | Compiling vergen-lib v9.1.0 |
| 1520 | 2026-07-21T17:28:16.819Z | Compiling rand v0.9.2 |
| 1521 | 2026-07-21T17:28:16.970Z | Compiling hash32 v0.2.1 |
| 1522 | 2026-07-21T17:28:17.037Z | Compiling memoffset v0.9.1 |
| 1523 | 2026-07-21T17:28:17.038Z | Compiling encoding_rs v0.8.35 |
| 1524 | 2026-07-21T17:28:17.038Z | Compiling smoltcp v0.9.1 |
| 1525 | 2026-07-21T17:28:17.038Z | Compiling ref-cast v1.0.25 |
| 1526 | 2026-07-21T17:28:17.143Z | Compiling dof v0.4.0 |
| 1527 | 2026-07-21T17:28:17.172Z | Compiling fallible-iterator v0.2.0 |
| 1528 | 2026-07-21T17:28:17.188Z | Compiling psl-types v2.0.11 |
| 1529 | 2026-07-21T17:28:17.188Z | Compiling litrs v1.0.0 |
| 1530 | 2026-07-21T17:28:17.196Z | Compiling zlib-rs v0.6.2 |
| 1531 | 2026-07-21T17:28:17.232Z | Compiling num-bigint-dig v0.8.6 |
| 1532 | 2026-07-21T17:28:17.301Z | Compiling rustix v0.38.44 |
| 1533 | 2026-07-21T17:28:17.318Z | Compiling cfg_aliases v0.2.1 |
| 1534 | 2026-07-21T17:28:17.349Z | Compiling mime v0.3.17 |
| 1535 | 2026-07-21T17:28:17.430Z | Compiling proptest v1.10.0 |
| 1536 | 2026-07-21T17:28:17.470Z | Compiling postgres-protocol v0.6.10 |
| 1537 | 2026-07-21T17:28:17.509Z | Compiling nix v0.31.2 |
| 1538 | 2026-07-21T17:28:17.587Z | Compiling publicsuffix v2.3.0 |
| 1539 | 2026-07-21T17:28:17.726Z | Compiling ipnetwork v0.21.1 |
| 1540 | 2026-07-21T17:28:17.805Z | Compiling document-features v0.2.12 |
| 1541 | 2026-07-21T17:28:17.806Z | Compiling pin-project v1.1.11 |
| 1542 | 2026-07-21T17:28:17.921Z | Compiling zerocopy v0.7.35 |
| 1543 | 2026-07-21T17:28:18.002Z | Compiling oxnet v0.1.6 |
| 1544 | 2026-07-21T17:28:18.002Z | Compiling num-iter v0.1.45 |
| 1545 | 2026-07-21T17:28:18.093Z | Compiling rand v0.8.6 |
| 1546 | 2026-07-21T17:28:18.169Z | Compiling darling v0.23.0 |
| 1547 | 2026-07-21T17:28:18.190Z | Compiling derive_builder v0.20.2 |
| 1548 | 2026-07-21T17:28:18.226Z | Compiling hubpack_derive v0.1.1 |
| 1549 | 2026-07-21T17:28:18.227Z | Compiling futures-executor v0.3.32 |
| 1550 | 2026-07-21T17:28:18.275Z | Compiling goblin v0.8.2 |
| 1551 | 2026-07-21T17:28:18.321Z | Compiling inout v0.2.2 |
| 1552 | 2026-07-21T17:28:18.331Z | Compiling regex v1.12.3 |
| 1553 | 2026-07-21T17:28:18.514Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1554 | 2026-07-21T17:28:18.560Z | Compiling daft-derive v0.1.7 |
| 1555 | 2026-07-21T17:28:18.560Z | Compiling strum_macros v0.27.2 |
| 1556 | 2026-07-21T17:28:18.561Z | Compiling ref-cast-impl v1.0.25 |
| 1557 | 2026-07-21T17:28:18.668Z | Compiling snafu-derive v0.8.9 |
| 1558 | 2026-07-21T17:28:18.811Z | Compiling phf_shared v0.13.1 |
| 1559 | 2026-07-21T17:28:18.828Z | Compiling terminal_size v0.4.3 |
| 1560 | 2026-07-21T17:28:18.886Z | Compiling lazy_static v1.5.0 |
| 1561 | 2026-07-21T17:28:18.929Z | Compiling cargo-platform v0.3.2 |
| 1562 | 2026-07-21T17:28:18.962Z | Compiling anstyle-parse v0.2.7 |
| 1563 | 2026-07-21T17:28:18.971Z | Compiling vergen v9.1.0 |
| 1564 | 2026-07-21T17:28:18.995Z | Compiling ff v0.13.1 |
| 1565 | 2026-07-21T17:28:19.040Z | Compiling fs-err v3.3.0 |
| 1566 | 2026-07-21T17:28:19.068Z | Compiling ahash v0.8.12 |
| 1567 | 2026-07-21T17:28:19.167Z | Compiling tokio-util v0.7.18 |
| 1568 | 2026-07-21T17:28:19.183Z | Compiling tower v0.5.3 |
| 1569 | 2026-07-21T17:28:19.201Z | Compiling tokio-native-tls v0.3.1 |
| 1570 | 2026-07-21T17:28:19.220Z | Compiling foldhash v0.2.0 |
| 1571 | 2026-07-21T17:28:19.237Z | Compiling managed v0.8.0 |
| 1572 | 2026-07-21T17:28:19.261Z | Compiling bumpalo v3.20.2 |
| 1573 | 2026-07-21T17:28:19.309Z | Compiling base16ct v0.2.0 |
| 1574 | 2026-07-21T17:28:19.330Z | Compiling bitflags v1.3.2 |
| 1575 | 2026-07-21T17:28:19.338Z | Compiling object v0.37.3 |
| 1576 | 2026-07-21T17:28:19.390Z | Compiling unicode-segmentation v1.12.0 |
| 1577 | 2026-07-21T17:28:19.405Z | Compiling same-file v1.0.6 |
| 1578 | 2026-07-21T17:28:19.451Z | Compiling libbz2-rs-sys v0.2.2 |
| 1579 | 2026-07-21T17:28:19.468Z | Compiling foldhash v0.1.5 |
| 1580 | 2026-07-21T17:28:19.485Z | Compiling winnow v0.5.40 |
| 1581 | 2026-07-21T17:28:19.529Z | Compiling walkdir v2.5.0 |
| 1582 | 2026-07-21T17:28:19.580Z | Compiling zopfli v0.8.3 |
| 1583 | 2026-07-21T17:28:19.639Z | Compiling tower-http v0.6.8 |
| 1584 | 2026-07-21T17:28:19.685Z | Compiling hashbrown v0.15.5 |
| 1585 | 2026-07-21T17:28:19.743Z | Compiling sec1 v0.7.3 |
| 1586 | 2026-07-21T17:28:19.794Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-07-21T17:28:19.861Z | Compiling h2 v0.4.15 |
| 1588 | 2026-07-21T17:28:19.995Z | Compiling bzip2 v0.6.1 |
| 1589 | 2026-07-21T17:28:20.060Z | Compiling daft v0.1.7 |
| 1590 | 2026-07-21T17:28:20.172Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-07-21T17:28:20.223Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-07-21T17:28:20.284Z | Compiling clap_builder v4.6.0 |
| 1593 | 2026-07-21T17:28:20.416Z | Compiling group v0.13.0 |
| 1594 | 2026-07-21T17:28:20.524Z | Compiling dof v0.3.0 |
| 1595 | 2026-07-21T17:28:20.547Z | Compiling strum v0.27.2 |
| 1596 | 2026-07-21T17:28:20.603Z | Compiling cargo_metadata v0.23.1 |
| 1597 | 2026-07-21T17:28:20.628Z | Compiling anstream v0.6.21 |
| 1598 | 2026-07-21T17:28:20.629Z | Compiling snafu v0.8.9 |
| 1599 | 2026-07-21T17:28:20.629Z | Compiling phf v0.13.1 |
| 1600 | 2026-07-21T17:28:20.797Z | Compiling toml_edit v0.19.15 |
| 1601 | 2026-07-21T17:28:20.831Z | Compiling signal-hook-mio v0.2.5 |
| 1602 | 2026-07-21T17:28:20.944Z | Compiling hubpack v0.1.2 |
| 1603 | 2026-07-21T17:28:20.957Z | Compiling cookie_store v0.22.1 |
| 1604 | 2026-07-21T17:28:21.003Z | Compiling usdt-attr-macro v0.6.0 |
| 1605 | 2026-07-21T17:28:21.075Z | Compiling usdt-macro v0.6.0 |
| 1606 | 2026-07-21T17:28:21.164Z | Compiling cipher v0.5.2 |
| 1607 | 2026-07-21T17:28:21.185Z | Compiling bzip2 v0.4.4 |
| 1608 | 2026-07-21T17:28:21.247Z | Compiling futures v0.3.32 |
| 1609 | 2026-07-21T17:28:21.338Z | Compiling serde_with_macros v3.21.0 |
| 1610 | 2026-07-21T17:28:21.372Z | Compiling postgres-types v0.2.12 |
| 1611 | 2026-07-21T17:28:21.485Z | Compiling zstd v0.13.3 |
| 1612 | 2026-07-21T17:28:21.739Z | Compiling globset v0.4.18 |
| 1613 | 2026-07-21T17:28:21.770Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-07-21T17:28:21.819Z | Compiling dtrace-parser v0.2.0 |
| 1615 | 2026-07-21T17:28:21.834Z | Compiling pkcs1 v0.7.5 |
| 1616 | 2026-07-21T17:28:21.867Z | Compiling olpc-cjson v0.1.4 |
| 1617 | 2026-07-21T17:28:21.951Z | Compiling serde-big-array v0.5.1 |
| 1618 | 2026-07-21T17:28:21.966Z | Compiling serde_plain v1.0.2 |
| 1619 | 2026-07-21T17:28:22.040Z | Compiling hkdf v0.12.4 |
| 1620 | 2026-07-21T17:28:22.109Z | Compiling crypto-bigint v0.5.5 |
| 1621 | 2026-07-21T17:28:22.179Z | Compiling async-recursion v1.1.1 |
| 1622 | 2026-07-21T17:28:22.230Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-07-21T17:28:22.247Z | Compiling serde_repr v0.1.20 |
| 1624 | 2026-07-21T17:28:22.433Z | Compiling clap_derive v4.6.1 |
| 1625 | 2026-07-21T17:28:22.542Z | Compiling strum_macros v0.26.4 |
| 1626 | 2026-07-21T17:28:22.551Z | Compiling phf_shared v0.11.3 |
| 1627 | 2026-07-21T17:28:22.570Z | Compiling float-cmp v0.10.0 |
| 1628 | 2026-07-21T17:28:22.688Z | Compiling pem v3.0.6 |
| 1629 | 2026-07-21T17:28:22.736Z | Compiling memmap2 v0.9.10 |
| 1630 | 2026-07-21T17:28:22.736Z | Compiling thread-id v4.2.2 |
| 1631 | 2026-07-21T17:28:22.779Z | Compiling env_filter v1.0.0 |
| 1632 | 2026-07-21T17:28:22.824Z | Compiling const-oid v0.10.2 |
| 1633 | 2026-07-21T17:28:22.849Z | Compiling difflib v0.4.0 |
| 1634 | 2026-07-21T17:28:22.867Z | Compiling typed-path v0.9.3 |
| 1635 | 2026-07-21T17:28:22.974Z | Compiling new_debug_unreachable v1.0.6 |
| 1636 | 2026-07-21T17:28:23.045Z | Compiling hyper v1.10.1 |
| 1637 | 2026-07-21T17:28:23.051Z | Compiling fixedbitset v0.4.2 |
| 1638 | 2026-07-21T17:28:23.074Z | Compiling precomputed-hash v0.1.1 |
| 1639 | 2026-07-21T17:28:23.100Z | Compiling normalize-line-endings v0.3.0 |
| 1640 | 2026-07-21T17:28:23.179Z | Compiling fixedbitset v0.5.7 |
| 1641 | 2026-07-21T17:28:23.206Z | Compiling whoami v2.1.0 |
| 1642 | 2026-07-21T17:28:23.293Z | Compiling keccak v0.1.6 |
| 1643 | 2026-07-21T17:28:23.312Z | Compiling static_assertions v1.1.0 |
| 1644 | 2026-07-21T17:28:23.334Z | Compiling winnow v1.0.3 |
| 1645 | 2026-07-21T17:28:23.397Z | Compiling jiff v0.2.21 |
| 1646 | 2026-07-21T17:28:23.455Z | Compiling data-encoding v2.10.0 |
| 1647 | 2026-07-21T17:28:23.472Z | Compiling cpufeatures v0.3.0 |
| 1648 | 2026-07-21T17:28:23.498Z | Compiling either v1.15.0 |
| 1649 | 2026-07-21T17:28:23.555Z | Compiling predicates-core v1.0.10 |
| 1650 | 2026-07-21T17:28:23.607Z | Compiling chacha20 v0.10.0 |
| 1651 | 2026-07-21T17:28:23.712Z | Compiling predicates v3.1.4 |
| 1652 | 2026-07-21T17:28:23.728Z | Compiling itertools v0.13.0 |
| 1653 | 2026-07-21T17:28:23.752Z | Compiling hickory-proto v0.25.2 |
| 1654 | 2026-07-21T17:28:24.009Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1655 | 2026-07-21T17:28:24.046Z | Compiling sha3 v0.10.8 |
| 1656 | 2026-07-21T17:28:24.099Z | Compiling tokio-postgres v0.7.16 |
| 1657 | 2026-07-21T17:28:24.112Z | Compiling petgraph v0.8.3 |
| 1658 | 2026-07-21T17:28:24.186Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1659 | 2026-07-21T17:28:24.243Z | Compiling hyper-util v0.1.20 |
| 1660 | 2026-07-21T17:28:24.311Z | Compiling clap v4.6.1 |
| 1661 | 2026-07-21T17:28:24.371Z | Compiling strum v0.26.3 |
| 1662 | 2026-07-21T17:28:24.408Z | Compiling toml_edit v0.22.27 |
| 1663 | 2026-07-21T17:28:24.429Z | Compiling petgraph v0.6.5 |
| 1664 | 2026-07-21T17:28:24.517Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-07-21T17:28:24.581Z | Compiling elliptic-curve v0.13.8 |
| 1666 | 2026-07-21T17:28:24.725Z | Compiling digest v0.11.3 |
| 1667 | 2026-07-21T17:28:24.739Z | Compiling env_logger v0.11.9 |
| 1668 | 2026-07-21T17:28:24.767Z | Compiling usdt v0.6.0 |
| 1669 | 2026-07-21T17:28:24.972Z | Compiling usdt-impl v0.5.0 |
| 1670 | 2026-07-21T17:28:25.015Z | Compiling serde_with v3.21.0 |
| 1671 | 2026-07-21T17:28:25.045Z | Compiling crossterm v0.28.1 |
| 1672 | 2026-07-21T17:28:25.055Z | Compiling toml v0.7.8 |
| 1673 | 2026-07-21T17:28:25.118Z | Compiling rsa v0.9.10 |
| 1674 | 2026-07-21T17:28:25.583Z | Compiling ed25519-dalek v2.2.0 |
| 1675 | 2026-07-21T17:28:25.682Z | Compiling hyper-tls v0.6.0 |
| 1676 | 2026-07-21T17:28:25.930Z | Compiling reqwest v0.12.28 |
| 1677 | 2026-07-21T17:28:26.146Z | Compiling zip v4.6.1 |
| 1678 | 2026-07-21T17:28:26.304Z | Compiling zip v0.6.6 |
| 1679 | 2026-07-21T17:28:26.388Z | Compiling iddqd v0.4.2 |
| 1680 | 2026-07-21T17:28:26.467Z | Compiling tokio-stream v0.1.18 |
| 1681 | 2026-07-21T17:28:26.852Z | Compiling heck v0.4.1 |
| 1682 | 2026-07-21T17:28:26.873Z | Compiling similar v2.7.0 |
| 1683 | 2026-07-21T17:28:26.941Z | Compiling buf-list v1.1.2 |
| 1684 | 2026-07-21T17:28:26.953Z | Compiling byte-wrapper v0.1.0 |
| 1685 | 2026-07-21T17:28:27.095Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1686 | 2026-07-21T17:28:27.127Z | Compiling x509-cert v0.2.5 |
| 1687 | 2026-07-21T17:28:27.168Z | Compiling openapiv3 v2.2.0 |
| 1688 | 2026-07-21T17:28:27.182Z | Compiling crossbeam-epoch v0.9.18 |
| 1689 | 2026-07-21T17:28:27.194Z | Compiling lalrpop-util v0.19.12 |
| 1690 | 2026-07-21T17:28:27.307Z | Compiling peg-runtime v0.8.5 |
| 1691 | 2026-07-21T17:28:27.365Z | Compiling thread_local v1.1.9 |
| 1692 | 2026-07-21T17:28:27.385Z | Compiling slog-async v2.8.0 |
| 1693 | 2026-07-21T17:28:27.505Z | Compiling crossbeam-channel v0.5.15 |
| 1694 | 2026-07-21T17:28:27.591Z | Compiling is-terminal v0.4.17 |
| 1695 | 2026-07-21T17:28:27.642Z | Compiling filetime v0.2.27 |
| 1696 | 2026-07-21T17:28:27.697Z | Compiling term v1.2.1 |
| 1697 | 2026-07-21T17:28:27.704Z | Compiling xattr v1.6.1 |
| 1698 | 2026-07-21T17:28:27.720Z | Compiling take_mut v0.2.2 |
| 1699 | 2026-07-21T17:28:27.720Z | Compiling camino-tempfile v1.4.1 |
| 1700 | 2026-07-21T17:28:27.828Z | Compiling tar v0.4.46 |
| 1701 | 2026-07-21T17:28:27.957Z | Compiling slog-term v2.9.2 |
| 1702 | 2026-07-21T17:28:45.660Z | Compiling rustls-webpki v0.103.13 |
| 1703 | 2026-07-21T17:28:48.414Z | Compiling tokio-rustls v0.26.4 |
| 1704 | 2026-07-21T17:28:48.414Z | Compiling rustls-platform-verifier v0.6.2 |
| 1705 | 2026-07-21T17:28:48.415Z | Compiling tough v0.22.0 |
| 1706 | 2026-07-21T17:28:48.619Z | Compiling hyper-rustls v0.27.7 |
| 1707 | 2026-07-21T17:28:48.803Z | Compiling reqwest v0.13.2 |
| 1708 | 2026-07-21T17:28:50.968Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1709 | 2026-07-21T17:28:51.264Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1710 | 2026-07-21T17:28:54.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.10s |
| 1711 | 2026-07-21T17:28:54.177Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1712 | 2026-07-21T17:28:54.244Z | Jul 21 17:28:53.252 INFO Starting download, target: Clickhouse |
| 1713 | 2026-07-21T17:28:54.244Z | Jul 21 17:28:53.252 INFO Starting download, target: TransceiverControl |
| 1714 | 2026-07-21T17:28:54.244Z | Jul 21 17:28:53.252 INFO Starting download, target: MaghemiteDdmd |
| 1715 | 2026-07-21T17:28:54.244Z | Jul 21 17:28:53.252 INFO Starting download, target: MaghemiteMgd |
| 1716 | 2026-07-21T17:28:54.244Z | Jul 21 17:28:53.252 INFO Starting download, target: Console |
| 1717 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.252 INFO Starting download, target: DendriteStub |
| 1718 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.252 INFO Starting download, target: Cockroach |
| 1719 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.252 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1720 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.252 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1721 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.253 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1722 | 2026-07-21T17:28:54.265Z | Jul 21 17:28:53.253 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1723 | 2026-07-21T17:28:54.266Z | Jul 21 17:28:53.253 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1724 | 2026-07-21T17:28:54.266Z | Jul 21 17:28:53.253 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1725 | 2026-07-21T17:28:54.266Z | Jul 21 17:28:53.253 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1726 | 2026-07-21T17:28:54.911Z | Jul 21 17:28:53.924 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1727 | 2026-07-21T17:28:55.107Z | Jul 21 17:28:54.136 INFO Download complete, target: TransceiverControl |
| 1728 | 2026-07-21T17:28:56.024Z | Jul 21 17:28:55.007 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1729 | 2026-07-21T17:28:56.267Z | Jul 21 17:28:55.268 INFO Download complete, target: Console |
| 1730 | 2026-07-21T17:28:56.521Z | Jul 21 17:28:55.506 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1731 | 2026-07-21T17:28:58.989Z | Jul 21 17:28:57.970 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1732 | 2026-07-21T17:28:59.063Z | Jul 21 17:28:58.083 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1733 | 2026-07-21T17:28:59.456Z | Jul 21 17:28:58.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1734 | 2026-07-21T17:29:00.601Z | Jul 21 17:28:59.612 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1735 | 2026-07-21T17:29:00.601Z | Jul 21 17:28:59.612 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1736 | 2026-07-21T17:29:01.001Z | Jul 21 17:29:00.033 INFO Download complete, target: MaghemiteDdmd |
| 1737 | 2026-07-21T17:29:01.669Z | Jul 21 17:29:00.686 INFO Download complete, target: MaghemiteMgd |
| 1738 | 2026-07-21T17:29:02.102Z | Jul 21 17:29:01.128 INFO Download complete, target: DendriteStub |
| 1739 | 2026-07-21T17:29:03.427Z | Jul 21 17:29:02.437 INFO Checking that binary works, target: Clickhouse |
| 1740 | 2026-07-21T17:29:03.506Z | Jul 21 17:29:02.524 INFO Download complete, target: Clickhouse |
| 1741 | 2026-07-21T17:29:05.225Z | Jul 21 17:29:04.241 INFO Checking that binary works, target: Cockroach |
| 1742 | 2026-07-21T17:29:05.472Z | Jul 21 17:29:04.364 INFO Download complete, target: Cockroach |
| 1743 | 2026-07-21T17:29:05.497Z | All prerequisites installed successfully |
| 1744 | 2026-07-21T17:29:05.497Z | |
| 1745 | 2026-07-21T17:29:05.497Z | real 1:48.722356713 |
| 1746 | 2026-07-21T17:29:05.497Z | user 6:37.918775226 |
| 1747 | 2026-07-21T17:29:05.497Z | sys 1:38.780737806 |
| 1748 | 2026-07-21T17:29:05.497Z | trap 0.267178995 |
| 1749 | 2026-07-21T17:29:05.497Z | tflt 0.747950786 |
| 1750 | 2026-07-21T17:29:05.497Z | dflt 1.590614254 |
| 1751 | 2026-07-21T17:29:05.497Z | kflt 0.022105355 |
| 1752 | 2026-07-21T17:29:05.497Z | lock 23:50.496079849 |
| 1753 | 2026-07-21T17:29:05.498Z | slp 18:11.727624378 |
| 1754 | 2026-07-21T17:29:05.498Z | lat 23.799184440 |
| 1755 | 2026-07-21T17:29:05.498Z | stop 2:48.547467453 |
| 1756 | 2026-07-21T17:29:05.498Z | + ptime -m cargo xtask download softnpu |
| 1757 | 2026-07-21T17:29:05.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1758 | 2026-07-21T17:29:05.819Z | Running `target/debug/xtask download softnpu` |
| 1759 | 2026-07-21T17:29:06.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1760 | 2026-07-21T17:29:06.603Z | Running `target/debug/xtask-downloader softnpu` |
| 1761 | 2026-07-21T17:29:06.684Z | Jul 21 17:29:05.671 INFO Starting download, target: Softnpu |
| 1762 | 2026-07-21T17:29:06.704Z | Jul 21 17:29:05.671 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1763 | 2026-07-21T17:29:07.642Z | Jul 21 17:29:06.664 INFO Download complete, target: Softnpu |
| 1764 | 2026-07-21T17:29:07.648Z | |
| 1765 | 2026-07-21T17:29:07.648Z | real 2.291845635 |
| 1766 | 2026-07-21T17:29:07.648Z | user 1.262370598 |
| 1767 | 2026-07-21T17:29:07.649Z | sys 0.598122309 |
| 1768 | 2026-07-21T17:29:07.649Z | trap 0.000710881 |
| 1769 | 2026-07-21T17:29:07.649Z | tflt 0.000093952 |
| 1770 | 2026-07-21T17:29:07.649Z | dflt 0.000357559 |
| 1771 | 2026-07-21T17:29:07.649Z | kflt 0.000000000 |
| 1772 | 2026-07-21T17:29:07.649Z | lock 18.478321433 |
| 1773 | 2026-07-21T17:29:07.649Z | slp 0.854081161 |
| 1774 | 2026-07-21T17:29:07.649Z | lat 0.075767959 |
| 1775 | 2026-07-21T17:29:07.649Z | stop 0.000165739 |
| 1776 | 2026-07-21T17:29:07.649Z | + export CARGO_INCREMENTAL=0 |
| 1777 | 2026-07-21T17:29:07.649Z | + CARGO_INCREMENTAL=0 |
| 1778 | 2026-07-21T17:29:07.649Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1779 | 2026-07-21T17:29:08.515Z | Compiling proc-macro2 v1.0.106 |
| 1780 | 2026-07-21T17:29:08.515Z | Compiling quote v1.0.45 |
| 1781 | 2026-07-21T17:29:08.515Z | Compiling unicode-ident v1.0.24 |
| 1782 | 2026-07-21T17:29:08.519Z | Compiling libc v0.2.185 |
| 1783 | 2026-07-21T17:29:08.520Z | Compiling serde_core v1.0.228 |
| 1784 | 2026-07-21T17:29:08.520Z | Compiling serde v1.0.228 |
| 1785 | 2026-07-21T17:29:08.520Z | Compiling cfg-if v1.0.4 |
| 1786 | 2026-07-21T17:29:08.520Z | Compiling version_check v0.9.5 |
| 1787 | 2026-07-21T17:29:08.520Z | Compiling shlex v1.3.0 |
| 1788 | 2026-07-21T17:29:08.520Z | Compiling find-msvc-tools v0.1.9 |
| 1789 | 2026-07-21T17:29:08.520Z | Compiling memchr v2.8.0 |
| 1790 | 2026-07-21T17:29:08.662Z | Compiling zmij v1.0.21 |
| 1791 | 2026-07-21T17:29:08.667Z | Compiling serde_json v1.0.150 |
| 1792 | 2026-07-21T17:29:08.667Z | Compiling autocfg v1.5.0 |
| 1793 | 2026-07-21T17:29:08.947Z | Compiling portable-atomic v1.13.1 |
| 1794 | 2026-07-21T17:29:08.951Z | Compiling getrandom v0.4.1 |
| 1795 | 2026-07-21T17:29:08.977Z | Compiling zerocopy v0.8.40 |
| 1796 | 2026-07-21T17:29:08.995Z | Compiling libm v0.2.16 |
| 1797 | 2026-07-21T17:29:09.010Z | Compiling parking_lot_core v0.9.12 |
| 1798 | 2026-07-21T17:29:09.026Z | Compiling icu_normalizer_data v2.1.1 |
| 1799 | 2026-07-21T17:29:09.194Z | Compiling num-traits v0.2.19 |
| 1800 | 2026-07-21T17:29:09.246Z | Compiling icu_properties_data v2.1.2 |
| 1801 | 2026-07-21T17:29:09.250Z | Compiling smallvec v1.15.1 |
| 1802 | 2026-07-21T17:29:09.250Z | Compiling generic-array v0.14.7 |
| 1803 | 2026-07-21T17:29:09.291Z | Compiling itoa v1.0.17 |
| 1804 | 2026-07-21T17:29:09.294Z | Compiling log v0.4.29 |
| 1805 | 2026-07-21T17:29:09.383Z | Compiling subtle v2.6.1 |
| 1806 | 2026-07-21T17:29:09.409Z | Compiling pkg-config v0.3.32 |
| 1807 | 2026-07-21T17:29:09.433Z | Compiling stable_deref_trait v1.2.1 |
| 1808 | 2026-07-21T17:29:09.602Z | Compiling typenum v1.20.1 |
| 1809 | 2026-07-21T17:29:09.635Z | Compiling jobserver v0.1.34 |
| 1810 | 2026-07-21T17:29:09.653Z | Compiling scopeguard v1.2.0 |
| 1811 | 2026-07-21T17:29:09.657Z | Compiling errno v0.3.14 |
| 1812 | 2026-07-21T17:29:09.751Z | Compiling rand_core v0.10.0 |
| 1813 | 2026-07-21T17:29:09.781Z | Compiling lock_api v0.4.14 |
| 1814 | 2026-07-21T17:29:09.835Z | Compiling thiserror v2.0.18 |
| 1815 | 2026-07-21T17:29:09.840Z | Compiling getrandom v0.3.4 |
| 1816 | 2026-07-21T17:29:09.865Z | Compiling cc v1.2.56 |
| 1817 | 2026-07-21T17:29:09.890Z | Compiling pin-project-lite v0.2.17 |
| 1818 | 2026-07-21T17:29:09.987Z | Compiling writeable v0.6.2 |
| 1819 | 2026-07-21T17:29:10.007Z | Compiling fnv v1.0.7 |
| 1820 | 2026-07-21T17:29:10.144Z | Compiling percent-encoding v2.3.2 |
| 1821 | 2026-07-21T17:29:10.144Z | Compiling equivalent v1.0.2 |
| 1822 | 2026-07-21T17:29:10.241Z | Compiling litemap v0.8.1 |
| 1823 | 2026-07-21T17:29:10.241Z | Compiling getrandom v0.2.17 |
| 1824 | 2026-07-21T17:29:10.276Z | Compiling schemars v0.8.22 |
| 1825 | 2026-07-21T17:29:10.276Z | Compiling rustversion v1.0.22 |
| 1826 | 2026-07-21T17:29:10.285Z | Compiling rand_core v0.6.4 |
| 1827 | 2026-07-21T17:29:10.285Z | Compiling syn v2.0.117 |
| 1828 | 2026-07-21T17:29:10.326Z | Compiling rustix v1.1.3 |
| 1829 | 2026-07-21T17:29:10.372Z | Compiling critical-section v1.2.0 |
| 1830 | 2026-07-21T17:29:10.373Z | Compiling dunce v1.0.5 |
| 1831 | 2026-07-21T17:29:10.479Z | Compiling fs_extra v1.3.0 |
| 1832 | 2026-07-21T17:29:10.515Z | Compiling hashbrown v0.17.0 |
| 1833 | 2026-07-21T17:29:10.574Z | Compiling signal-hook-registry v1.4.8 |
| 1834 | 2026-07-21T17:29:10.613Z | Compiling cmake v0.1.57 |
| 1835 | 2026-07-21T17:29:10.721Z | Compiling strsim v0.11.1 |
| 1836 | 2026-07-21T17:29:10.759Z | Compiling utf8_iter v1.0.4 |
| 1837 | 2026-07-21T17:29:10.774Z | Compiling once_cell v1.21.3 |
| 1838 | 2026-07-21T17:29:11.057Z | Compiling semver v1.0.28 |
| 1839 | 2026-07-21T17:29:11.060Z | Compiling indexmap v2.14.0 |
| 1840 | 2026-07-21T17:29:11.060Z | Compiling heck v0.5.0 |
| 1841 | 2026-07-21T17:29:11.107Z | Compiling parking_lot v0.12.5 |
| 1842 | 2026-07-21T17:29:11.107Z | Compiling form_urlencoded v1.2.2 |
| 1843 | 2026-07-21T17:29:11.137Z | Compiling socket2 v0.6.3 |
| 1844 | 2026-07-21T17:29:11.201Z | Compiling mio v1.2.0 |
| 1845 | 2026-07-21T17:29:11.237Z | Compiling bitflags v2.11.0 |
| 1846 | 2026-07-21T17:29:11.266Z | Compiling aws-lc-sys v0.40.0 |
| 1847 | 2026-07-21T17:29:11.321Z | Compiling aws-lc-rs v1.16.3 |
| 1848 | 2026-07-21T17:29:11.400Z | Compiling futures-core v0.3.32 |
| 1849 | 2026-07-21T17:29:11.418Z | Compiling ident_case v1.0.1 |
| 1850 | 2026-07-21T17:29:11.570Z | Compiling httparse v1.10.1 |
| 1851 | 2026-07-21T17:29:11.683Z | Compiling byteorder v1.5.0 |
| 1852 | 2026-07-21T17:29:11.760Z | Compiling ucd-trie v0.1.7 |
| 1853 | 2026-07-21T17:29:11.830Z | Compiling thiserror v1.0.69 |
| 1854 | 2026-07-21T17:29:11.924Z | Compiling pest v2.8.6 |
| 1855 | 2026-07-21T17:29:11.958Z | Compiling vcpkg v0.2.15 |
| 1856 | 2026-07-21T17:29:12.018Z | Compiling regex-syntax v0.8.10 |
| 1857 | 2026-07-21T17:29:12.051Z | Compiling const-oid v0.9.6 |
| 1858 | 2026-07-21T17:29:12.125Z | Compiling iana-time-zone v0.1.65 |
| 1859 | 2026-07-21T17:29:12.131Z | Compiling syn v1.0.109 |
| 1860 | 2026-07-21T17:29:12.242Z | Compiling uuid v1.23.4 |
| 1861 | 2026-07-21T17:29:12.400Z | Compiling rustc_version v0.4.1 |
| 1862 | 2026-07-21T17:29:12.446Z | Compiling rustls v0.23.41 |
| 1863 | 2026-07-21T17:29:12.480Z | Compiling futures-sink v0.3.32 |
| 1864 | 2026-07-21T17:29:12.589Z | Compiling openssl-sys v0.9.115 |
| 1865 | 2026-07-21T17:29:12.606Z | Compiling futures-channel v0.3.32 |
| 1866 | 2026-07-21T17:29:12.659Z | Compiling aho-corasick v1.1.4 |
| 1867 | 2026-07-21T17:29:12.674Z | Compiling futures-task v0.3.32 |
| 1868 | 2026-07-21T17:29:12.692Z | Compiling futures-io v0.3.32 |
| 1869 | 2026-07-21T17:29:12.845Z | Compiling slab v0.4.12 |
| 1870 | 2026-07-21T17:29:13.017Z | Compiling pest_meta v2.8.6 |
| 1871 | 2026-07-21T17:29:13.059Z | Compiling dyn-clone v1.0.20 |
| 1872 | 2026-07-21T17:29:13.074Z | Compiling num-conv v0.2.0 |
| 1873 | 2026-07-21T17:29:13.094Z | Compiling synstructure v0.13.2 |
| 1874 | 2026-07-21T17:29:13.098Z | Compiling serde_derive_internals v0.29.1 |
| 1875 | 2026-07-21T17:29:13.123Z | Compiling time-core v0.1.8 |
| 1876 | 2026-07-21T17:29:13.141Z | Compiling plain v0.2.3 |
| 1877 | 2026-07-21T17:29:13.220Z | Compiling crc32fast v1.5.0 |
| 1878 | 2026-07-21T17:29:13.289Z | Compiling crossbeam-utils v0.8.21 |
| 1879 | 2026-07-21T17:29:13.305Z | Compiling time-macros v0.2.27 |
| 1880 | 2026-07-21T17:29:13.403Z | Compiling base64 v0.22.1 |
| 1881 | 2026-07-21T17:29:13.451Z | Compiling openssl v0.10.79 |
| 1882 | 2026-07-21T17:29:13.495Z | Compiling pretty-hex v0.4.1 |
| 1883 | 2026-07-21T17:29:13.516Z | Compiling regex-automata v0.4.14 |
| 1884 | 2026-07-21T17:29:13.624Z | Compiling pest_generator v2.8.6 |
| 1885 | 2026-07-21T17:29:13.647Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1886 | 2026-07-21T17:29:13.845Z | Compiling native-tls v0.2.18 |
| 1887 | 2026-07-21T17:29:13.869Z | Compiling anyhow v1.0.102 |
| 1888 | 2026-07-21T17:29:13.886Z | Compiling rand_core v0.9.5 |
| 1889 | 2026-07-21T17:29:14.085Z | Compiling slog v2.8.2 |
| 1890 | 2026-07-21T17:29:14.117Z | Compiling tracing-core v0.1.36 |
| 1891 | 2026-07-21T17:29:14.178Z | Compiling cookie v0.18.1 |
| 1892 | 2026-07-21T17:29:14.318Z | Compiling camino v1.2.2 |
| 1893 | 2026-07-21T17:29:14.382Z | Compiling base64ct v1.8.3 |
| 1894 | 2026-07-21T17:29:14.427Z | Compiling flagset v0.4.7 |
| 1895 | 2026-07-21T17:29:14.445Z | Compiling serde_derive v1.0.228 |
| 1896 | 2026-07-21T17:29:14.593Z | Compiling zeroize_derive v1.4.3 |
| 1897 | 2026-07-21T17:29:14.672Z | Compiling zerofrom-derive v0.1.6 |
| 1898 | 2026-07-21T17:29:14.673Z | Compiling yoke-derive v0.8.1 |
| 1899 | 2026-07-21T17:29:14.673Z | Compiling zerovec-derive v0.11.2 |
| 1900 | 2026-07-21T17:29:14.695Z | Compiling displaydoc v0.2.5 |
| 1901 | 2026-07-21T17:29:14.695Z | Compiling zerocopy-derive v0.8.40 |
| 1902 | 2026-07-21T17:29:14.695Z | Compiling tokio-macros v2.7.0 |
| 1903 | 2026-07-21T17:29:15.113Z | Compiling futures-macro v0.3.32 |
| 1904 | 2026-07-21T17:29:15.140Z | Compiling zeroize v1.8.2 |
| 1905 | 2026-07-21T17:29:15.396Z | Compiling thiserror-impl v2.0.18 |
| 1906 | 2026-07-21T17:29:15.407Z | Compiling schemars_derive v0.8.22 |
| 1907 | 2026-07-21T17:29:15.407Z | Compiling tracing-attributes v0.1.31 |
| 1908 | 2026-07-21T17:29:15.530Z | Compiling der_derive v0.7.3 |
| 1909 | 2026-07-21T17:29:15.550Z | Compiling thiserror-impl v1.0.69 |
| 1910 | 2026-07-21T17:29:15.686Z | Compiling zerofrom v0.1.6 |
| 1911 | 2026-07-21T17:29:15.836Z | Compiling yoke v0.8.1 |
| 1912 | 2026-07-21T17:29:15.960Z | Compiling crypto-common v0.1.7 |
| 1913 | 2026-07-21T17:29:16.075Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-07-21T17:29:16.130Z | Compiling zerovec v0.11.5 |
| 1915 | 2026-07-21T17:29:16.130Z | Compiling zerotrie v0.2.3 |
| 1916 | 2026-07-21T17:29:16.498Z | Compiling futures-util v0.3.32 |
| 1917 | 2026-07-21T17:29:16.606Z | Compiling tinystr v0.8.2 |
| 1918 | 2026-07-21T17:29:16.672Z | Compiling potential_utf v0.1.4 |
| 1919 | 2026-07-21T17:29:16.712Z | Compiling block-buffer v0.10.4 |
| 1920 | 2026-07-21T17:29:16.752Z | Compiling scroll_derive v0.13.1 |
| 1921 | 2026-07-21T17:29:16.818Z | Compiling icu_locale_core v2.1.1 |
| 1922 | 2026-07-21T17:29:16.867Z | Compiling icu_collections v2.1.1 |
| 1923 | 2026-07-21T17:29:16.979Z | Compiling digest v0.10.7 |
| 1924 | 2026-07-21T17:29:16.979Z | Compiling scroll_derive v0.12.1 |
| 1925 | 2026-07-21T17:29:17.076Z | Compiling openssl-macros v0.1.1 |
| 1926 | 2026-07-21T17:29:17.232Z | Compiling regex v1.12.3 |
| 1927 | 2026-07-21T17:29:17.315Z | Compiling zerocopy-derive v0.7.35 |
| 1928 | 2026-07-21T17:29:17.607Z | Compiling icu_provider v2.1.1 |
| 1929 | 2026-07-21T17:29:17.630Z | Compiling tracing v0.1.44 |
| 1930 | 2026-07-21T17:29:17.630Z | Compiling pem-rfc7468 v0.7.0 |
| 1931 | 2026-07-21T17:29:17.661Z | Compiling bytes v1.11.1 |
| 1932 | 2026-07-21T17:29:17.680Z | Compiling chrono v0.4.45 |
| 1933 | 2026-07-21T17:29:17.787Z | Compiling icu_properties v2.1.2 |
| 1934 | 2026-07-21T17:29:17.872Z | Compiling icu_normalizer v2.1.1 |
| 1935 | 2026-07-21T17:29:17.992Z | Compiling serde_tokenstream v0.2.3 |
| 1936 | 2026-07-21T17:29:18.245Z | Compiling tokio v1.52.1 |
| 1937 | 2026-07-21T17:29:18.412Z | Compiling http v1.4.2 |
| 1938 | 2026-07-21T17:29:18.780Z | Compiling idna_adapter v1.2.1 |
| 1939 | 2026-07-21T17:29:18.932Z | Compiling idna v1.1.0 |
| 1940 | 2026-07-21T17:29:19.085Z | Compiling ppv-lite86 v0.2.21 |
| 1941 | 2026-07-21T17:29:19.173Z | Compiling http-body v1.0.1 |
| 1942 | 2026-07-21T17:29:19.191Z | Compiling der v0.7.10 |
| 1943 | 2026-07-21T17:29:19.346Z | Compiling url v2.5.8 |
| 1944 | 2026-07-21T17:29:19.384Z | Compiling rand_chacha v0.9.0 |
| 1945 | 2026-07-21T17:29:19.405Z | Compiling rustls-pki-types v1.14.0 |
| 1946 | 2026-07-21T17:29:19.642Z | Compiling usdt-impl v0.5.0 |
| 1947 | 2026-07-21T17:29:19.749Z | Compiling either v1.15.0 |
| 1948 | 2026-07-21T17:29:19.874Z | Compiling cmov v0.5.4 |
| 1949 | 2026-07-21T17:29:19.912Z | Compiling paste v1.0.15 |
| 1950 | 2026-07-21T17:29:20.093Z | Compiling tinyvec_macros v0.1.1 |
| 1951 | 2026-07-21T17:29:20.108Z | Compiling openssl-probe v0.2.1 |
| 1952 | 2026-07-21T17:29:20.150Z | Compiling fastrand v2.3.0 |
| 1953 | 2026-07-21T17:29:20.177Z | Compiling usdt-impl v0.6.0 |
| 1954 | 2026-07-21T17:29:20.208Z | Compiling ref-cast v1.0.25 |
| 1955 | 2026-07-21T17:29:20.363Z | Compiling tinyvec v1.10.0 |
| 1956 | 2026-07-21T17:29:20.378Z | Compiling ctutils v0.4.2 |
| 1957 | 2026-07-21T17:29:20.436Z | Compiling spki v0.7.3 |
| 1958 | 2026-07-21T17:29:20.620Z | Compiling rand v0.9.2 |
| 1959 | 2026-07-21T17:29:20.716Z | Compiling serde_spanned v0.6.9 |
| 1960 | 2026-07-21T17:29:20.723Z | Compiling toml_datetime v0.6.11 |
| 1961 | 2026-07-21T17:29:20.723Z | Compiling scroll v0.12.0 |
| 1962 | 2026-07-21T17:29:20.723Z | Compiling scroll v0.13.0 |
| 1963 | 2026-07-21T17:29:20.831Z | Compiling async-trait v0.1.89 |
| 1964 | 2026-07-21T17:29:20.846Z | Compiling heapless v0.7.17 |
| 1965 | 2026-07-21T17:29:21.006Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1966 | 2026-07-21T17:29:21.040Z | Compiling tower-service v0.3.3 |
| 1967 | 2026-07-21T17:29:21.052Z | Compiling zstd-safe v7.2.4 |
| 1968 | 2026-07-21T17:29:21.068Z | Compiling rustix v0.38.44 |
| 1969 | 2026-07-21T17:29:21.098Z | Compiling litrs v1.0.0 |
| 1970 | 2026-07-21T17:29:21.123Z | Compiling atomic-waker v1.1.2 |
| 1971 | 2026-07-21T17:29:21.177Z | Compiling winnow v1.0.3 |
| 1972 | 2026-07-21T17:29:21.225Z | Compiling signal-hook v0.3.18 |
| 1973 | 2026-07-21T17:29:21.267Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-07-21T17:29:21.307Z | Compiling untrusted v0.7.1 |
| 1975 | 2026-07-21T17:29:21.316Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-07-21T17:29:21.330Z | Compiling try-lock v0.2.5 |
| 1977 | 2026-07-21T17:29:21.405Z | Compiling winnow v0.7.14 |
| 1978 | 2026-07-21T17:29:21.431Z | Compiling want v0.3.1 |
| 1979 | 2026-07-21T17:29:21.448Z | Compiling goblin v0.10.5 |
| 1980 | 2026-07-21T17:29:21.547Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1981 | 2026-07-21T17:29:21.573Z | Compiling document-features v0.2.12 |
| 1982 | 2026-07-21T17:29:21.612Z | Compiling goblin v0.8.2 |
| 1983 | 2026-07-21T17:29:21.751Z | Compiling hybrid-array v0.4.13 |
| 1984 | 2026-07-21T17:29:21.990Z | Compiling zerocopy v0.7.35 |
| 1985 | 2026-07-21T17:29:22.131Z | Compiling ipnet v2.11.0 |
| 1986 | 2026-07-21T17:29:22.138Z | Compiling ref-cast-impl v1.0.25 |
| 1987 | 2026-07-21T17:29:22.391Z | Compiling tokio-util v0.7.18 |
| 1988 | 2026-07-21T17:29:22.610Z | Compiling darling_core v0.20.11 |
| 1989 | 2026-07-21T17:29:22.632Z | Compiling curve25519-dalek v4.1.3 |
| 1990 | 2026-07-21T17:29:22.632Z | Compiling memoffset v0.9.1 |
| 1991 | 2026-07-21T17:29:22.701Z | Compiling powerfmt v0.2.0 |
| 1992 | 2026-07-21T17:29:22.751Z | Compiling utf8parse v0.2.2 |
| 1993 | 2026-07-21T17:29:22.867Z | Compiling foreign-types-shared v0.1.1 |
| 1994 | 2026-07-21T17:29:22.896Z | Compiling untrusted v0.9.0 |
| 1995 | 2026-07-21T17:29:22.929Z | Compiling httpdate v1.0.3 |
| 1996 | 2026-07-21T17:29:23.120Z | Compiling h2 v0.4.15 |
| 1997 | 2026-07-21T17:29:23.282Z | Compiling winnow v0.5.40 |
| 1998 | 2026-07-21T17:29:23.329Z | Compiling tempfile v3.25.0 |
| 1999 | 2026-07-21T17:29:23.342Z | Compiling foreign-types v0.3.2 |
| 2000 | 2026-07-21T17:29:23.363Z | Compiling deranged v0.5.8 |
| 2001 | 2026-07-21T17:29:23.516Z | Compiling unicode-normalization v0.1.25 |
| 2002 | 2026-07-21T17:29:23.677Z | Compiling dtrace-parser v0.2.0 |
| 2003 | 2026-07-21T17:29:24.004Z | Compiling dof v0.3.0 |
| 2004 | 2026-07-21T17:29:24.110Z | Compiling pkcs8 v0.10.2 |
| 2005 | 2026-07-21T17:29:24.276Z | Compiling dof v0.4.0 |
| 2006 | 2026-07-21T17:29:24.479Z | Compiling darling_macro v0.20.11 |
| 2007 | 2026-07-21T17:29:24.644Z | Compiling toml_edit v0.19.15 |
| 2008 | 2026-07-21T17:29:24.677Z | Compiling dtrace-parser v0.3.0 |
| 2009 | 2026-07-21T17:29:24.799Z | Compiling daft-derive v0.1.7 |
| 2010 | 2026-07-21T17:29:24.931Z | Compiling pin-project-internal v1.1.11 |
| 2011 | 2026-07-21T17:29:25.029Z | Compiling spin v0.9.8 |
| 2012 | 2026-07-21T17:29:25.195Z | Compiling thread-id v4.2.2 |
| 2013 | 2026-07-21T17:29:25.259Z | Compiling thread-id v5.1.0 |
| 2014 | 2026-07-21T17:29:25.295Z | Compiling cfg_aliases v0.2.1 |
| 2015 | 2026-07-21T17:29:25.304Z | Compiling anstyle v1.0.14 |
| 2016 | 2026-07-21T17:29:25.317Z | Compiling smoltcp v0.9.1 |
| 2017 | 2026-07-21T17:29:25.478Z | Compiling num_threads v0.1.7 |
| 2018 | 2026-07-21T17:29:25.526Z | Compiling num-bigint-dig v0.8.6 |
| 2019 | 2026-07-21T17:29:25.614Z | Compiling time v0.3.47 |
| 2020 | 2026-07-21T17:29:25.619Z | Compiling nix v0.31.2 |
| 2021 | 2026-07-21T17:29:25.971Z | Compiling darling v0.20.11 |
| 2022 | 2026-07-21T17:29:26.023Z | Compiling sha2 v0.10.9 |
| 2023 | 2026-07-21T17:29:26.067Z | Compiling ipnetwork v0.21.1 |
| 2024 | 2026-07-21T17:29:26.203Z | Compiling hmac v0.12.1 |
| 2025 | 2026-07-21T17:29:26.235Z | Compiling strum_macros v0.26.4 |
| 2026 | 2026-07-21T17:29:26.356Z | Compiling hyper v1.10.1 |
| 2027 | 2026-07-21T17:29:26.384Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2028 | 2026-07-21T17:29:26.630Z | Compiling darling_core v0.23.0 |
| 2029 | 2026-07-21T17:29:26.763Z | Compiling sync_wrapper v1.0.2 |
| 2030 | 2026-07-21T17:29:26.871Z | Compiling wait-timeout v0.2.1 |
| 2031 | 2026-07-21T17:29:27.027Z | Compiling bit-vec v0.8.0 |
| 2032 | 2026-07-21T17:29:27.313Z | Compiling anstyle-query v1.1.5 |
| 2033 | 2026-07-21T17:29:27.335Z | Compiling simd-adler32 v0.3.8 |
| 2034 | 2026-07-21T17:29:27.439Z | Compiling quick-error v1.2.3 |
| 2035 | 2026-07-21T17:29:27.562Z | Compiling hyper-util v0.1.20 |
| 2036 | 2026-07-21T17:29:27.587Z | Compiling siphasher v1.0.2 |
| 2037 | 2026-07-21T17:29:27.649Z | Compiling is_terminal_polyfill v1.70.2 |
| 2038 | 2026-07-21T17:29:27.757Z | Compiling colorchoice v1.0.4 |
| 2039 | 2026-07-21T17:29:27.789Z | Compiling rusty-fork v0.3.1 |
| 2040 | 2026-07-21T17:29:27.889Z | Compiling bit-set v0.8.0 |
| 2041 | 2026-07-21T17:29:28.095Z | Compiling tower v0.5.3 |
| 2042 | 2026-07-21T17:29:28.537Z | Compiling derive_builder_core v0.20.2 |
| 2043 | 2026-07-21T17:29:28.563Z | Compiling http-body-util v0.1.3 |
| 2044 | 2026-07-21T17:29:28.596Z | Compiling hubpack_derive v0.1.1 |
| 2045 | 2026-07-21T17:29:28.746Z | Compiling darling_macro v0.23.0 |
| 2046 | 2026-07-21T17:29:28.813Z | Compiling strum_macros v0.27.2 |
| 2047 | 2026-07-21T17:29:28.837Z | Compiling snafu-derive v0.8.9 |
| 2048 | 2026-07-21T17:29:28.875Z | Compiling rand_xorshift v0.4.0 |
| 2049 | 2026-07-21T17:29:29.102Z | Compiling ahash v0.8.12 |
| 2050 | 2026-07-21T17:29:29.148Z | Compiling fs-err v3.3.0 |
| 2051 | 2026-07-21T17:29:29.276Z | Compiling object v0.37.3 |
| 2052 | 2026-07-21T17:29:29.315Z | Compiling adler2 v2.0.1 |
| 2053 | 2026-07-21T17:29:29.344Z | Compiling unicode-segmentation v1.12.0 |
| 2054 | 2026-07-21T17:29:29.362Z | Compiling ryu v1.0.23 |
| 2055 | 2026-07-21T17:29:29.389Z | Compiling allocator-api2 v0.2.21 |
| 2056 | 2026-07-21T17:29:29.487Z | Compiling unicode-properties v0.1.4 |
| 2057 | 2026-07-21T17:29:29.576Z | Compiling unicode-bidi v0.3.18 |
| 2058 | 2026-07-21T17:29:29.591Z | Compiling iri-string v0.7.10 |
| 2059 | 2026-07-21T17:29:29.594Z | Compiling unarray v0.1.4 |
| 2060 | 2026-07-21T17:29:29.759Z | Compiling proptest v1.10.0 |
| 2061 | 2026-07-21T17:29:29.897Z | Compiling serde_urlencoded v0.7.1 |
| 2062 | 2026-07-21T17:29:30.089Z | Compiling stringprep v0.1.5 |
| 2063 | 2026-07-21T17:29:30.175Z | Compiling miniz_oxide v0.8.9 |
| 2064 | 2026-07-21T17:29:30.276Z | Compiling derive_builder_macro v0.20.2 |
| 2065 | 2026-07-21T17:29:30.491Z | Compiling darling v0.23.0 |
| 2066 | 2026-07-21T17:29:30.619Z | Compiling tokio-native-tls v0.3.1 |
| 2067 | 2026-07-21T17:29:30.685Z | Compiling usdt-macro v0.6.0 |
| 2068 | 2026-07-21T17:29:30.712Z | Compiling usdt-attr-macro v0.6.0 |
| 2069 | 2026-07-21T17:29:30.743Z | Compiling anstyle-parse v1.0.0 |
| 2070 | 2026-07-21T17:29:30.828Z | Compiling block-padding v0.4.2 |
| 2071 | 2026-07-21T17:29:30.842Z | Compiling tower-http v0.6.8 |
| 2072 | 2026-07-21T17:29:30.878Z | Compiling block-buffer v0.12.1 |
| 2073 | 2026-07-21T17:29:30.958Z | Compiling crypto-common v0.2.2 |
| 2074 | 2026-07-21T17:29:31.288Z | Compiling rustls-native-certs v0.8.3 |
| 2075 | 2026-07-21T17:29:31.371Z | Compiling rand_chacha v0.3.1 |
| 2076 | 2026-07-21T17:29:31.431Z | Compiling erased-serde v0.3.31 |
| 2077 | 2026-07-21T17:29:31.453Z | Compiling hex v0.4.3 |
| 2078 | 2026-07-21T17:29:31.468Z | Compiling md-5 v0.10.6 |
| 2079 | 2026-07-21T17:29:31.490Z | Compiling signature v2.2.0 |
| 2080 | 2026-07-21T17:29:31.538Z | Compiling bstr v1.12.1 |
| 2081 | 2026-07-21T17:29:31.640Z | Compiling num-integer v0.1.46 |
| 2082 | 2026-07-21T17:29:31.656Z | Compiling hash32 v0.2.1 |
| 2083 | 2026-07-21T17:29:31.729Z | Compiling vergen-lib v9.1.0 |
| 2084 | 2026-07-21T17:29:31.794Z | Compiling encoding_rs v0.8.35 |
| 2085 | 2026-07-21T17:29:31.848Z | Compiling mime v0.3.17 |
| 2086 | 2026-07-21T17:29:31.955Z | Compiling psl-types v2.0.11 |
| 2087 | 2026-07-21T17:29:31.958Z | Compiling fallible-iterator v0.2.0 |
| 2088 | 2026-07-21T17:29:31.986Z | Compiling cpufeatures v0.3.0 |
| 2089 | 2026-07-21T17:29:31.989Z | Compiling zlib-rs v0.6.2 |
| 2090 | 2026-07-21T17:29:32.095Z | Compiling publicsuffix v2.3.0 |
| 2091 | 2026-07-21T17:29:32.289Z | Compiling postgres-protocol v0.6.10 |
| 2092 | 2026-07-21T17:29:32.327Z | Compiling num-iter v0.1.45 |
| 2093 | 2026-07-21T17:29:32.358Z | Compiling newtype-uuid v1.3.2 |
| 2094 | 2026-07-21T17:29:32.710Z | Compiling rand v0.8.6 |
| 2095 | 2026-07-21T17:29:32.727Z | Compiling oxnet v0.1.6 |
| 2096 | 2026-07-21T17:29:32.943Z | Compiling inout v0.2.2 |
| 2097 | 2026-07-21T17:29:32.986Z | Compiling anstream v1.0.0 |
| 2098 | 2026-07-21T17:29:33.051Z | Compiling derive_builder v0.20.2 |
| 2099 | 2026-07-21T17:29:33.073Z | Compiling hyper-tls v0.6.0 |
| 2100 | 2026-07-21T17:29:33.120Z | Compiling serde_with_macros v3.21.0 |
| 2101 | 2026-07-21T17:29:33.152Z | Compiling heck v0.4.1 |
| 2102 | 2026-07-21T17:29:33.200Z | Compiling phf_shared v0.13.1 |
| 2103 | 2026-07-21T17:29:33.295Z | Compiling pin-project v1.1.11 |
| 2104 | 2026-07-21T17:29:33.350Z | Compiling lazy_static v1.5.0 |
| 2105 | 2026-07-21T17:29:33.416Z | Compiling anstyle-parse v0.2.7 |
| 2106 | 2026-07-21T17:29:33.484Z | Compiling futures-executor v0.3.32 |
| 2107 | 2026-07-21T17:29:33.533Z | Compiling terminal_size v0.4.3 |
| 2108 | 2026-07-21T17:29:33.553Z | Compiling clap_derive v4.6.1 |
| 2109 | 2026-07-21T17:29:33.589Z | Compiling enum-as-inner v0.6.1 |
| 2110 | 2026-07-21T17:29:33.619Z | Compiling serde_repr v0.1.20 |
| 2111 | 2026-07-21T17:29:33.639Z | Compiling async-recursion v1.1.1 |
| 2112 | 2026-07-21T17:29:33.761Z | Compiling ff v0.13.1 |
| 2113 | 2026-07-21T17:29:33.841Z | Compiling vergen v9.1.0 |
| 2114 | 2026-07-21T17:29:33.918Z | Compiling cargo-platform v0.3.2 |
| 2115 | 2026-07-21T17:29:34.004Z | Compiling bitflags v1.3.2 |
| 2116 | 2026-07-21T17:29:34.087Z | Compiling same-file v1.0.6 |
| 2117 | 2026-07-21T17:29:34.103Z | Compiling flate2 v1.1.9 |
| 2118 | 2026-07-21T17:29:34.142Z | Compiling clap_lex v1.0.0 |
| 2119 | 2026-07-21T17:29:34.231Z | Compiling foldhash v0.1.5 |
| 2120 | 2026-07-21T17:29:34.262Z | Compiling base16ct v0.2.0 |
| 2121 | 2026-07-21T17:29:34.367Z | Compiling managed v0.8.0 |
| 2122 | 2026-07-21T17:29:34.412Z | Compiling libbz2-rs-sys v0.2.2 |
| 2123 | 2026-07-21T17:29:34.444Z | Compiling bumpalo v3.20.2 |
| 2124 | 2026-07-21T17:29:34.541Z | Compiling foldhash v0.2.0 |
| 2125 | 2026-07-21T17:29:34.725Z | Compiling hashbrown v0.16.1 |
| 2126 | 2026-07-21T17:29:34.752Z | Compiling zopfli v0.8.3 |
| 2127 | 2026-07-21T17:29:34.768Z | Compiling sec1 v0.7.3 |
| 2128 | 2026-07-21T17:29:34.880Z | Compiling bzip2 v0.6.1 |
| 2129 | 2026-07-21T17:29:35.048Z | Compiling hashbrown v0.15.5 |
| 2130 | 2026-07-21T17:29:35.061Z | Compiling clap_builder v4.6.0 |
| 2131 | 2026-07-21T17:29:35.106Z | Compiling walkdir v2.5.0 |
| 2132 | 2026-07-21T17:29:35.270Z | Compiling cargo_metadata v0.23.1 |
| 2133 | 2026-07-21T17:29:35.399Z | Compiling group v0.13.0 |
| 2134 | 2026-07-21T17:29:35.451Z | Compiling futures v0.3.32 |
| 2135 | 2026-07-21T17:29:35.523Z | Compiling anstream v0.6.21 |
| 2136 | 2026-07-21T17:29:35.601Z | Compiling zstd v0.13.3 |
| 2137 | 2026-07-21T17:29:35.890Z | Compiling phf v0.13.1 |
| 2138 | 2026-07-21T17:29:35.915Z | Compiling snafu v0.8.9 |
| 2139 | 2026-07-21T17:29:36.071Z | Compiling reqwest v0.12.28 |
| 2140 | 2026-07-21T17:29:36.314Z | Compiling signal-hook-mio v0.2.5 |
| 2141 | 2026-07-21T17:29:36.540Z | Compiling cipher v0.5.2 |
| 2142 | 2026-07-21T17:29:36.608Z | Compiling daft v0.1.7 |
| 2143 | 2026-07-21T17:29:36.651Z | Compiling cookie_store v0.22.1 |
| 2144 | 2026-07-21T17:29:36.847Z | Compiling postgres-types v0.2.12 |
| 2145 | 2026-07-21T17:29:36.863Z | Compiling bzip2 v0.4.4 |
| 2146 | 2026-07-21T17:29:36.915Z | Compiling globset v0.4.18 |
| 2147 | 2026-07-21T17:29:36.977Z | Compiling ed25519 v2.2.3 |
| 2148 | 2026-07-21T17:29:37.044Z | Compiling strum v0.27.2 |
| 2149 | 2026-07-21T17:29:37.255Z | Compiling hubpack v0.1.2 |
| 2150 | 2026-07-21T17:29:37.258Z | Compiling phf_shared v0.11.3 |
| 2151 | 2026-07-21T17:29:37.287Z | Compiling hkdf v0.12.4 |
| 2152 | 2026-07-21T17:29:37.317Z | Compiling crossbeam-epoch v0.9.18 |
| 2153 | 2026-07-21T17:29:37.411Z | Compiling pkcs1 v0.7.5 |
| 2154 | 2026-07-21T17:29:37.472Z | Compiling olpc-cjson v0.1.4 |
| 2155 | 2026-07-21T17:29:37.655Z | Compiling serde_plain v1.0.2 |
| 2156 | 2026-07-21T17:29:37.708Z | Compiling serde-big-array v0.5.1 |
| 2157 | 2026-07-21T17:29:37.811Z | Compiling crypto-bigint v0.5.5 |
| 2158 | 2026-07-21T17:29:37.870Z | Compiling pem v3.0.6 |
| 2159 | 2026-07-21T17:29:37.921Z | Compiling float-cmp v0.10.0 |
| 2160 | 2026-07-21T17:29:37.941Z | Compiling memmap2 v0.9.10 |
| 2161 | 2026-07-21T17:29:37.945Z | Compiling env_filter v1.0.0 |
| 2162 | 2026-07-21T17:29:38.174Z | Compiling jiff v0.2.21 |
| 2163 | 2026-07-21T17:29:38.190Z | Compiling toml_write v0.1.2 |
| 2164 | 2026-07-21T17:29:38.235Z | Compiling whoami v2.1.0 |
| 2165 | 2026-07-21T17:29:38.248Z | Compiling new_debug_unreachable v1.0.6 |
| 2166 | 2026-07-21T17:29:38.316Z | Compiling typed-path v0.9.3 |
| 2167 | 2026-07-21T17:29:38.338Z | Compiling static_assertions v1.1.0 |
| 2168 | 2026-07-21T17:29:38.386Z | Compiling normalize-line-endings v0.3.0 |
| 2169 | 2026-07-21T17:29:38.406Z | Compiling data-encoding v2.10.0 |
| 2170 | 2026-07-21T17:29:38.462Z | Compiling precomputed-hash v0.1.1 |
| 2171 | 2026-07-21T17:29:38.495Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-07-21T17:29:38.518Z | Compiling difflib v0.4.0 |
| 2173 | 2026-07-21T17:29:38.568Z | Compiling const-oid v0.10.2 |
| 2174 | 2026-07-21T17:29:38.600Z | Compiling keccak v0.1.6 |
| 2175 | 2026-07-21T17:29:38.787Z | Compiling fixedbitset v0.4.2 |
| 2176 | 2026-07-21T17:29:38.808Z | Compiling predicates-core v1.0.10 |
| 2177 | 2026-07-21T17:29:38.825Z | Compiling elliptic-curve v0.13.8 |
| 2178 | 2026-07-21T17:29:38.869Z | Compiling sha3 v0.10.8 |
| 2179 | 2026-07-21T17:29:38.956Z | Compiling petgraph v0.6.5 |
| 2180 | 2026-07-21T17:29:38.973Z | Compiling predicates v3.1.4 |
| 2181 | 2026-07-21T17:29:38.991Z | Compiling hickory-proto v0.25.2 |
| 2182 | 2026-07-21T17:29:39.007Z | Compiling digest v0.11.3 |
| 2183 | 2026-07-21T17:29:39.025Z | Compiling petgraph v0.8.3 |
| 2184 | 2026-07-21T17:29:39.068Z | Compiling string_cache v0.8.9 |
| 2185 | 2026-07-21T17:29:39.072Z | Compiling chacha20 v0.10.0 |
| 2186 | 2026-07-21T17:29:39.165Z | Compiling tokio-postgres v0.7.16 |
| 2187 | 2026-07-21T17:29:39.203Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2188 | 2026-07-21T17:29:39.221Z | Compiling toml_edit v0.22.27 |
| 2189 | 2026-07-21T17:29:39.400Z | Compiling env_logger v0.11.9 |
| 2190 | 2026-07-21T17:29:39.558Z | Compiling usdt v0.6.0 |
| 2191 | 2026-07-21T17:29:39.840Z | Compiling rsa v0.9.10 |
| 2192 | 2026-07-21T17:29:41.010Z | Compiling zip v4.6.1 |
| 2193 | 2026-07-21T17:29:41.316Z | Compiling ed25519-dalek v2.2.0 |
| 2194 | 2026-07-21T17:29:41.319Z | Compiling zip v0.6.6 |
| 2195 | 2026-07-21T17:29:41.633Z | Compiling iddqd v0.4.2 |
| 2196 | 2026-07-21T17:29:41.651Z | Compiling clap v4.6.1 |
| 2197 | 2026-07-21T17:29:41.855Z | Compiling crossterm v0.28.1 |
| 2198 | 2026-07-21T17:29:42.017Z | Compiling serde_with v3.21.0 |
| 2199 | 2026-07-21T17:29:42.099Z | Compiling similar v2.7.0 |
| 2200 | 2026-07-21T17:29:42.116Z | Compiling byte-wrapper v0.1.0 |
| 2201 | 2026-07-21T17:29:42.191Z | Compiling strum v0.26.3 |
| 2202 | 2026-07-21T17:29:42.238Z | Compiling toml v0.7.8 |
| 2203 | 2026-07-21T17:29:42.338Z | Compiling tokio-stream v0.1.18 |
| 2204 | 2026-07-21T17:29:42.435Z | Compiling buf-list v1.1.2 |
| 2205 | 2026-07-21T17:29:42.710Z | Compiling x509-cert v0.2.5 |
| 2206 | 2026-07-21T17:29:42.809Z | Compiling itertools v0.13.0 |
| 2207 | 2026-07-21T17:29:42.852Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-07-21T17:29:43.201Z | Compiling openapiv3 v2.2.0 |
| 2209 | 2026-07-21T17:29:43.651Z | Compiling peg-runtime v0.8.5 |
| 2210 | 2026-07-21T17:29:43.821Z | Compiling lalrpop-util v0.19.12 |
| 2211 | 2026-07-21T17:30:00.221Z | Compiling rustls-webpki v0.103.13 |
| 2212 | 2026-07-21T17:30:01.058Z | Compiling macaddr v1.0.1 |
| 2213 | 2026-07-21T17:30:01.093Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-07-21T17:30:01.195Z | Compiling darling_core v0.21.3 |
| 2215 | 2026-07-21T17:30:01.269Z | Compiling rayon-core v1.13.0 |
| 2216 | 2026-07-21T17:30:01.373Z | Compiling crucible-workspace-hack v0.1.0 |
| 2217 | 2026-07-21T17:30:01.512Z | Compiling itertools v0.14.0 |
| 2218 | 2026-07-21T17:30:01.617Z | Compiling secrecy v0.10.3 |
| 2219 | 2026-07-21T17:30:01.649Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2026-07-21T17:30:01.804Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2221 | 2026-07-21T17:30:01.820Z | Compiling heapless v0.8.0 |
| 2222 | 2026-07-21T17:30:02.063Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2223 | 2026-07-21T17:30:02.102Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2224 | 2026-07-21T17:30:02.150Z | Compiling structmeta v0.3.0 |
| 2225 | 2026-07-21T17:30:02.162Z | Compiling crossbeam-deque v0.8.6 |
| 2226 | 2026-07-21T17:30:02.268Z | Compiling inout v0.1.4 |
| 2227 | 2026-07-21T17:30:02.317Z | Compiling hash32 v0.3.1 |
| 2228 | 2026-07-21T17:30:02.334Z | Compiling multer v3.1.0 |
| 2229 | 2026-07-21T17:30:02.382Z | Compiling thread_local v1.1.9 |
| 2230 | 2026-07-21T17:30:02.409Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2231 | 2026-07-21T17:30:02.447Z | Compiling slog-async v2.8.0 |
| 2232 | 2026-07-21T17:30:02.483Z | Compiling match_cfg v0.1.0 |
| 2233 | 2026-07-21T17:30:02.502Z | Compiling compression-core v0.4.31 |
| 2234 | 2026-07-21T17:30:02.567Z | Compiling unicode-width v0.2.0 |
| 2235 | 2026-07-21T17:30:02.585Z | Compiling smoltcp v0.11.0 |
| 2236 | 2026-07-21T17:30:02.696Z | Compiling compression-codecs v0.4.37 |
| 2237 | 2026-07-21T17:30:02.711Z | Compiling proc-macro-crate v3.4.0 |
| 2238 | 2026-07-21T17:30:02.792Z | Compiling hostname v0.3.1 |
| 2239 | 2026-07-21T17:30:02.819Z | Compiling cipher v0.4.4 |
| 2240 | 2026-07-21T17:30:02.902Z | Compiling derive-ex v0.1.8 |
| 2241 | 2026-07-21T17:30:02.980Z | Compiling atomicwrites v0.4.4 |
| 2242 | 2026-07-21T17:30:02.995Z | Compiling slog-json v2.6.1 |
| 2243 | 2026-07-21T17:30:03.077Z | Compiling crossbeam-channel v0.5.15 |
| 2244 | 2026-07-21T17:30:03.095Z | Compiling half v2.7.1 |
| 2245 | 2026-07-21T17:30:03.153Z | Compiling newtype-uuid-macros v0.1.0 |
| 2246 | 2026-07-21T17:30:03.278Z | Compiling cobs v0.3.0 |
| 2247 | 2026-07-21T17:30:03.294Z | Compiling universal-hash v0.5.1 |
| 2248 | 2026-07-21T17:30:03.332Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2249 | 2026-07-21T17:30:03.346Z | Compiling darling_macro v0.21.3 |
| 2250 | 2026-07-21T17:30:03.478Z | Compiling async-stream-impl v0.3.6 |
| 2251 | 2026-07-21T17:30:03.485Z | Compiling serde_spanned v1.1.1 |
| 2252 | 2026-07-21T17:30:03.579Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2253 | 2026-07-21T17:30:03.643Z | Compiling tokio-rustls v0.26.4 |
| 2254 | 2026-07-21T17:30:03.771Z | Compiling rustls-platform-verifier v0.6.2 |
| 2255 | 2026-07-21T17:30:03.873Z | Compiling hyper-rustls v0.27.7 |
| 2256 | 2026-07-21T17:30:03.916Z | Compiling tough v0.22.0 |
| 2257 | 2026-07-21T17:30:03.938Z | Compiling darling v0.21.3 |
| 2258 | 2026-07-21T17:30:03.996Z | Compiling is-terminal v0.4.17 |
| 2259 | 2026-07-21T17:30:04.020Z | Compiling proc-macro-error-attr v1.0.4 |
| 2260 | 2026-07-21T17:30:04.042Z | Compiling ingot-macros v0.1.1 |
| 2261 | 2026-07-21T17:30:04.061Z | Compiling dropshot v0.17.1 |
| 2262 | 2026-07-21T17:30:04.116Z | Compiling reqwest v0.13.2 |
| 2263 | 2026-07-21T17:30:04.185Z | Compiling term v1.2.1 |
| 2264 | 2026-07-21T17:30:04.277Z | Compiling opaque-debug v0.3.1 |
| 2265 | 2026-07-21T17:30:04.303Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2266 | 2026-07-21T17:30:04.340Z | Compiling convert_case v0.4.0 |
| 2267 | 2026-07-21T17:30:04.393Z | Compiling take_mut v0.2.2 |
| 2268 | 2026-07-21T17:30:04.452Z | Compiling ciborium-io v0.2.2 |
| 2269 | 2026-07-21T17:30:04.541Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2270 | 2026-07-21T17:30:04.558Z | Compiling ciborium-ll v0.2.2 |
| 2271 | 2026-07-21T17:30:04.591Z | Compiling slog-term v2.9.2 |
| 2272 | 2026-07-21T17:30:04.680Z | Compiling derive_more v0.99.20 |
| 2273 | 2026-07-21T17:30:04.722Z | Compiling test-strategy v0.4.5 |
| 2274 | 2026-07-21T17:30:04.821Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2275 | 2026-07-21T17:30:04.847Z | Compiling thiserror-no-std v2.0.2 |
| 2276 | 2026-07-21T17:30:04.959Z | Compiling poly1305 v0.8.0 |
| 2277 | 2026-07-21T17:30:05.242Z | Compiling async-stream v0.3.6 |
| 2278 | 2026-07-21T17:30:05.258Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2279 | 2026-07-21T17:30:05.465Z | Compiling postcard v1.1.3 |
| 2280 | 2026-07-21T17:30:05.871Z | Compiling slog-bunyan v2.5.0 |
| 2281 | 2026-07-21T17:30:05.887Z | Compiling num_enum_derive v0.7.6 |
| 2282 | 2026-07-21T17:30:05.891Z | Compiling chacha20 v0.9.1 |
| 2283 | 2026-07-21T17:30:06.020Z | Compiling async-compression v0.4.41 |
| 2284 | 2026-07-21T17:30:06.074Z | Compiling parse-display-derive v0.10.0 |
| 2285 | 2026-07-21T17:30:06.167Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2286 | 2026-07-21T17:30:06.498Z | Compiling sha1 v0.11.0 |
| 2287 | 2026-07-21T17:30:06.754Z | Compiling ingot-types v0.1.2 |
| 2288 | 2026-07-21T17:30:06.833Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2289 | 2026-07-21T17:30:06.927Z | Compiling proc-macro-crate v1.3.1 |
| 2290 | 2026-07-21T17:30:06.930Z | Compiling waitgroup v0.1.2 |
| 2291 | 2026-07-21T17:30:07.096Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2292 | 2026-07-21T17:30:07.102Z | Compiling password-hash v0.5.0 |
| 2293 | 2026-07-21T17:30:07.128Z | Compiling backon v1.6.0 |
| 2294 | 2026-07-21T17:30:07.135Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-07-21T17:30:07.233Z | Compiling ingot v0.1.1 |
| 2296 | 2026-07-21T17:30:07.261Z | Compiling dropshot_endpoint v0.17.1 |
| 2297 | 2026-07-21T17:30:07.306Z | Compiling blake2 v0.10.6 |
| 2298 | 2026-07-21T17:30:07.403Z | Compiling aead v0.5.2 |
| 2299 | 2026-07-21T17:30:07.420Z | Compiling foreign-types-macros v0.2.3 |
| 2300 | 2026-07-21T17:30:07.438Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2301 | 2026-07-21T17:30:07.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2302 | 2026-07-21T17:30:07.564Z | Compiling serde_path_to_error v0.1.20 |
| 2303 | 2026-07-21T17:30:07.621Z | Compiling hostname v0.4.2 |
| 2304 | 2026-07-21T17:30:07.816Z | Compiling proc-macro-error v1.0.4 |
| 2305 | 2026-07-21T17:30:07.833Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2306 | 2026-07-21T17:30:07.875Z | Compiling instant v0.1.13 |
| 2307 | 2026-07-21T17:30:07.894Z | Compiling debug-ignore v1.0.5 |
| 2308 | 2026-07-21T17:30:08.034Z | Compiling foreign-types-shared v0.3.1 |
| 2309 | 2026-07-21T17:30:08.045Z | Compiling backoff v0.4.0 |
| 2310 | 2026-07-21T17:30:08.053Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-07-21T17:30:08.081Z | Compiling parse-display v0.10.0 |
| 2312 | 2026-07-21T17:30:08.118Z | Compiling foreign-types v0.5.0 |
| 2313 | 2026-07-21T17:30:08.142Z | Compiling chacha20poly1305 v0.10.1 |
| 2314 | 2026-07-21T17:30:08.160Z | Compiling argon2 v0.5.3 |
| 2315 | 2026-07-21T17:30:08.173Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2316 | 2026-07-21T17:30:08.210Z | Compiling num_enum_derive v0.5.11 |
| 2317 | 2026-07-21T17:30:08.225Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2318 | 2026-07-21T17:30:08.281Z | Compiling num_enum v0.7.6 |
| 2319 | 2026-07-21T17:30:08.317Z | Compiling vsss-rs v3.3.4 |
| 2320 | 2026-07-21T17:30:08.433Z | Compiling ciborium v0.2.2 |
| 2321 | 2026-07-21T17:30:08.652Z | Compiling tabwriter v1.4.1 |
| 2322 | 2026-07-21T17:30:08.762Z | Compiling regress v0.10.5 |
| 2323 | 2026-07-21T17:30:08.870Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2324 | 2026-07-21T17:30:08.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2325 | 2026-07-21T17:30:08.954Z | Compiling cstr-argument v0.1.2 |
| 2326 | 2026-07-21T17:30:08.984Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2327 | 2026-07-21T17:30:09.038Z | Compiling humantime v2.3.0 |
| 2328 | 2026-07-21T17:30:09.081Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2329 | 2026-07-21T17:30:09.150Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2330 | 2026-07-21T17:30:09.179Z | Compiling num_enum v0.5.11 |
| 2331 | 2026-07-21T17:30:09.236Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2332 | 2026-07-21T17:30:09.312Z | Compiling rayon v1.11.0 |
| 2333 | 2026-07-21T17:30:09.334Z | Compiling rand v0.10.1 |
| 2334 | 2026-07-21T17:30:09.349Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2335 | 2026-07-21T17:30:09.375Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2336 | 2026-07-21T17:30:09.484Z | Compiling indent_write v2.2.0 |
| 2337 | 2026-07-21T17:30:09.526Z | Compiling libefi-sys v0.1.0 |
| 2338 | 2026-07-21T17:30:09.540Z | Compiling colored v3.1.1 |
| 2339 | 2026-07-21T17:30:09.543Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2340 | 2026-07-21T17:30:09.543Z | Compiling zone_cfg_derive v0.3.1 |
| 2341 | 2026-07-21T17:30:09.543Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2342 | 2026-07-21T17:30:09.665Z | Compiling camino-tempfile v1.4.1 |
| 2343 | 2026-07-21T17:30:09.782Z | Compiling itertools v0.12.1 |
| 2344 | 2026-07-21T17:30:09.797Z | Compiling usdt-attr-macro v0.5.0 |
| 2345 | 2026-07-21T17:30:09.812Z | Compiling usdt-macro v0.5.0 |
| 2346 | 2026-07-21T17:30:09.830Z | Compiling num-derive v0.4.2 |
| 2347 | 2026-07-21T17:30:09.874Z | Compiling bitfield-struct v0.6.2 |
| 2348 | 2026-07-21T17:30:10.120Z | Compiling blake3 v1.8.5 |
| 2349 | 2026-07-21T17:30:10.217Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2350 | 2026-07-21T17:30:10.271Z | Compiling sigpipe v0.1.3 |
| 2351 | 2026-07-21T17:30:10.331Z | Compiling memmap v0.7.0 |
| 2352 | 2026-07-21T17:30:10.380Z | Compiling glob v0.3.3 |
| 2353 | 2026-07-21T17:30:10.443Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2354 | 2026-07-21T17:30:10.530Z | Compiling swrite v0.1.0 |
| 2355 | 2026-07-21T17:30:10.546Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2356 | 2026-07-21T17:30:10.606Z | Compiling usdt v0.5.0 |
| 2357 | 2026-07-21T17:30:10.659Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2358 | 2026-07-21T17:30:10.791Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2359 | 2026-07-21T17:30:10.810Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2360 | 2026-07-21T17:30:10.880Z | Compiling smf v0.2.3 |
| 2361 | 2026-07-21T17:30:10.897Z | Compiling filetime v0.2.27 |
| 2362 | 2026-07-21T17:30:11.091Z | Compiling whoami v1.6.1 |
| 2363 | 2026-07-21T17:30:11.108Z | Compiling zone v0.3.1 |
| 2364 | 2026-07-21T17:30:11.124Z | Compiling arrayvec v0.7.6 |
| 2365 | 2026-07-21T17:30:11.127Z | Compiling constant_time_eq v0.4.2 |
| 2366 | 2026-07-21T17:30:11.255Z | Compiling arrayref v0.3.9 |
| 2367 | 2026-07-21T17:30:11.271Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2368 | 2026-07-21T17:30:11.300Z | Compiling xattr v1.6.1 |
| 2369 | 2026-07-21T17:30:11.327Z | Compiling tokio-dtrace v0.1.1 |
| 2370 | 2026-07-21T17:30:11.361Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-07-21T17:30:11.381Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2372 | 2026-07-21T17:30:11.385Z | Compiling console v0.16.2 |
| 2373 | 2026-07-21T17:30:11.493Z | Compiling tar v0.4.46 |
| 2374 | 2026-07-21T17:30:11.515Z | Compiling gethostname v0.5.0 |
| 2375 | 2026-07-21T17:30:11.593Z | Compiling unit-prefix v0.5.2 |
| 2376 | 2026-07-21T17:30:11.657Z | Compiling topological-sort v0.2.2 |
| 2377 | 2026-07-21T17:30:11.673Z | Compiling oxide-tokio-rt v0.1.4 |
| 2378 | 2026-07-21T17:30:11.689Z | Compiling toml v0.8.23 |
| 2379 | 2026-07-21T17:30:12.177Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2380 | 2026-07-21T17:30:12.181Z | Compiling indicatif v0.18.4 |
| 2381 | 2026-07-21T17:30:12.181Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2382 | 2026-07-21T17:30:12.181Z | Compiling shell-words v1.1.1 |
| 2383 | 2026-07-21T17:30:21.455Z | Compiling progenitor-client v0.14.0 |
| 2384 | 2026-07-21T17:30:21.455Z | Compiling omicron-zone-package v0.12.3 |
| 2385 | 2026-07-21T17:30:21.691Z | Compiling progenitor-extras v0.2.0 |
| 2386 | 2026-07-21T17:30:21.989Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2387 | 2026-07-21T17:30:22.011Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2388 | 2026-07-21T17:30:22.060Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2389 | 2026-07-21T17:30:22.150Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2390 | 2026-07-21T17:30:22.251Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2391 | 2026-07-21T17:30:22.273Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2392 | 2026-07-21T17:30:22.317Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2393 | 2026-07-21T17:30:22.380Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2394 | 2026-07-21T17:30:22.805Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2395 | 2026-07-21T17:30:26.802Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2396 | 2026-07-21T17:30:34.952Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2397 | 2026-07-21T17:30:38.161Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2398 | 2026-07-21T17:30:39.197Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2399 | 2026-07-21T17:30:48.636Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2400 | 2026-07-21T17:30:48.782Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2401 | 2026-07-21T17:30:48.844Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2402 | 2026-07-21T17:30:48.847Z | Created new build target 'test' and set it as active |
| 2403 | 2026-07-21T17:30:48.850Z | |
| 2404 | 2026-07-21T17:30:48.850Z | real 1:41.208597567 |
| 2405 | 2026-07-21T17:30:48.850Z | user 16:35.878565907 |
| 2406 | 2026-07-21T17:30:48.850Z | sys 2:37.143834361 |
| 2407 | 2026-07-21T17:30:48.850Z | trap 0.471653729 |
| 2408 | 2026-07-21T17:30:48.850Z | tflt 2.123863642 |
| 2409 | 2026-07-21T17:30:48.850Z | dflt 4.246420906 |
| 2410 | 2026-07-21T17:30:48.850Z | kflt 0.003017124 |
| 2411 | 2026-07-21T17:30:48.850Z | lock 52:17.831791126 |
| 2412 | 2026-07-21T17:30:48.850Z | slp 42:37.231913645 |
| 2413 | 2026-07-21T17:30:48.850Z | lat 45.842626954 |
| 2414 | 2026-07-21T17:30:48.850Z | stop 5:25.672777481 |
| 2415 | 2026-07-21T17:30:48.850Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2416 | 2026-07-21T17:30:49.697Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2417 | 2026-07-21T17:30:49.766Z | Running `target/release/omicron-package -t test package` |
| 2418 | 2026-07-21T17:30:49.822Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2419 | 2026-07-21T17:30:51.217Z | Compiling heck v0.5.0 |
| 2420 | 2026-07-21T17:30:51.217Z | Compiling regress v0.11.1 |
| 2421 | 2026-07-21T17:30:51.458Z | Compiling unsafe-libyaml v0.2.11 |
| 2422 | 2026-07-21T17:30:51.461Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2423 | 2026-07-21T17:30:51.501Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2424 | 2026-07-21T17:30:51.520Z | Compiling derive-where v1.6.0 |
| 2425 | 2026-07-21T17:30:51.537Z | Compiling bytecount v0.6.9 |
| 2426 | 2026-07-21T17:30:51.542Z | Compiling atomicwrites v0.4.4 |
| 2427 | 2026-07-21T17:30:51.542Z | Compiling is-terminal v0.4.17 |
| 2428 | 2026-07-21T17:30:51.542Z | Compiling prettyplease v0.2.37 |
| 2429 | 2026-07-21T17:30:51.619Z | Compiling console v0.15.11 |
| 2430 | 2026-07-21T17:30:51.622Z | Compiling newline-converter v0.3.0 |
| 2431 | 2026-07-21T17:30:51.622Z | Compiling slog-dtrace v0.3.0 |
| 2432 | 2026-07-21T17:30:51.682Z | Compiling resolv-conf v0.7.6 |
| 2433 | 2026-07-21T17:30:51.693Z | Compiling num-rational v0.4.2 |
| 2434 | 2026-07-21T17:30:51.737Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-07-21T17:30:51.746Z | Compiling thread_local v1.1.9 |
| 2436 | 2026-07-21T17:30:51.749Z | Compiling compression-core v0.4.31 |
| 2437 | 2026-07-21T17:30:51.749Z | Compiling cancel-safe-futures v0.1.5 |
| 2438 | 2026-07-21T17:30:51.813Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2439 | 2026-07-21T17:30:51.893Z | Compiling match_cfg v0.1.0 |
| 2440 | 2026-07-21T17:30:51.962Z | Compiling unicode-width v0.1.14 |
| 2441 | 2026-07-21T17:30:52.396Z | Compiling serde_yaml v0.9.34+deprecated |
| 2442 | 2026-07-21T17:30:52.400Z | Compiling expectorate v1.2.0 |
| 2443 | 2026-07-21T17:30:52.400Z | Compiling hostname v0.3.1 |
| 2444 | 2026-07-21T17:30:52.400Z | Compiling compression-codecs v0.4.37 |
| 2445 | 2026-07-21T17:30:52.400Z | Compiling num v0.4.3 |
| 2446 | 2026-07-21T17:30:52.400Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2447 | 2026-07-21T17:30:52.400Z | Compiling multer v3.1.0 |
| 2448 | 2026-07-21T17:30:52.400Z | Compiling slog-async v2.8.0 |
| 2449 | 2026-07-21T17:30:52.400Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-07-21T17:30:52.400Z | Compiling slog-json v2.6.1 |
| 2451 | 2026-07-21T17:30:52.400Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2452 | 2026-07-21T17:30:52.400Z | Compiling serde_spanned v1.1.1 |
| 2453 | 2026-07-21T17:30:52.400Z | Compiling term v1.2.1 |
| 2454 | 2026-07-21T17:30:52.400Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2026-07-21T17:30:52.518Z | Compiling float-ord v0.3.2 |
| 2456 | 2026-07-21T17:30:52.539Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2457 | 2026-07-21T17:30:52.635Z | Compiling take_mut v0.2.2 |
| 2458 | 2026-07-21T17:30:52.651Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2459 | 2026-07-21T17:30:52.672Z | Compiling slog-term v2.9.2 |
| 2460 | 2026-07-21T17:30:52.672Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2461 | 2026-07-21T17:30:52.715Z | Compiling lru-cache v0.1.2 |
| 2462 | 2026-07-21T17:30:52.739Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2463 | 2026-07-21T17:30:52.762Z | Compiling oxide-update-engine-types v0.1.2 |
| 2464 | 2026-07-21T17:30:52.784Z | Compiling slog-bunyan v2.5.0 |
| 2465 | 2026-07-21T17:30:52.827Z | Compiling async-compression v0.4.41 |
| 2466 | 2026-07-21T17:30:52.971Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-07-21T17:30:53.123Z | Compiling typify-impl v0.6.2 |
| 2468 | 2026-07-21T17:30:53.169Z | Compiling dropshot v0.17.1 |
| 2469 | 2026-07-21T17:30:53.190Z | Compiling async-stream v0.3.6 |
| 2470 | 2026-07-21T17:30:53.235Z | Compiling sha1 v0.11.0 |
| 2471 | 2026-07-21T17:30:53.296Z | Compiling progenitor-client v0.14.0 |
| 2472 | 2026-07-21T17:30:53.317Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2473 | 2026-07-21T17:30:53.320Z | Compiling waitgroup v0.1.2 |
| 2474 | 2026-07-21T17:30:53.383Z | Compiling rustls-pemfile v2.2.0 |
| 2475 | 2026-07-21T17:30:53.501Z | Compiling backon v1.6.0 |
| 2476 | 2026-07-21T17:30:53.522Z | Compiling hostname v0.4.2 |
| 2477 | 2026-07-21T17:30:53.546Z | Compiling serde_path_to_error v0.1.20 |
| 2478 | 2026-07-21T17:30:53.550Z | Compiling instant v0.1.13 |
| 2479 | 2026-07-21T17:30:53.598Z | Compiling linear-map v1.2.0 |
| 2480 | 2026-07-21T17:30:53.629Z | Compiling minimal-lexical v0.2.1 |
| 2481 | 2026-07-21T17:30:53.685Z | Compiling debug-ignore v1.0.5 |
| 2482 | 2026-07-21T17:30:53.709Z | Compiling progenitor-extras v0.2.0 |
| 2483 | 2026-07-21T17:30:53.740Z | Compiling backoff v0.4.0 |
| 2484 | 2026-07-21T17:30:53.820Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2485 | 2026-07-21T17:30:53.848Z | Compiling nom v7.1.3 |
| 2486 | 2026-07-21T17:30:53.911Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2487 | 2026-07-21T17:30:53.932Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-07-21T17:30:53.968Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2489 | 2026-07-21T17:30:53.988Z | Compiling oxide-update-engine v0.1.2 |
| 2490 | 2026-07-21T17:30:53.992Z | Compiling parse-display v0.10.0 |
| 2491 | 2026-07-21T17:30:54.195Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2492 | 2026-07-21T17:30:54.305Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-07-21T17:30:54.614Z | Compiling regress v0.10.5 |
| 2494 | 2026-07-21T17:30:54.934Z | Compiling macaddr v1.0.1 |
| 2495 | 2026-07-21T17:30:55.190Z | Compiling unicode-xid v0.2.6 |
| 2496 | 2026-07-21T17:30:55.271Z | Compiling humantime v2.3.0 |
| 2497 | 2026-07-21T17:30:55.425Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2498 | 2026-07-21T17:30:55.508Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2499 | 2026-07-21T17:30:55.512Z | Compiling convert_case v0.10.0 |
| 2500 | 2026-07-21T17:30:55.560Z | Compiling owo-colors v4.3.0 |
| 2501 | 2026-07-21T17:30:55.740Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2502 | 2026-07-21T17:30:55.831Z | Compiling derive_more-impl v2.1.1 |
| 2503 | 2026-07-21T17:30:55.912Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2504 | 2026-07-21T17:30:56.002Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2505 | 2026-07-21T17:30:56.187Z | Compiling toml v0.8.23 |
| 2506 | 2026-07-21T17:30:56.647Z | Compiling derive_more v2.1.1 |
| 2507 | 2026-07-21T17:30:56.675Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2508 | 2026-07-21T17:30:56.698Z | Compiling papergrid v0.11.0 |
| 2509 | 2026-07-21T17:30:56.702Z | Compiling typify-macro v0.6.2 |
| 2510 | 2026-07-21T17:30:56.754Z | Compiling tabled_derive v0.7.0 |
| 2511 | 2026-07-21T17:30:56.838Z | Compiling termtree v0.5.1 |
| 2512 | 2026-07-21T17:30:56.842Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-07-21T17:30:56.973Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2514 | 2026-07-21T17:30:57.185Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2515 | 2026-07-21T17:30:57.684Z | Compiling tabled v0.15.0 |
| 2516 | 2026-07-21T17:30:58.032Z | Compiling crossterm v0.29.0 |
| 2517 | 2026-07-21T17:30:58.048Z | Compiling phf_shared v0.12.1 |
| 2518 | 2026-07-21T17:30:58.272Z | Compiling qorb v0.4.1 |
| 2519 | 2026-07-21T17:30:58.299Z | Compiling typify v0.6.2 |
| 2520 | 2026-07-21T17:30:58.576Z | Compiling progenitor-impl v0.14.0 |
| 2521 | 2026-07-21T17:30:58.836Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2522 | 2026-07-21T17:30:59.385Z | Compiling csv-core v0.1.13 |
| 2523 | 2026-07-21T17:30:59.850Z | Compiling vte v0.14.1 |
| 2524 | 2026-07-21T17:31:00.104Z | Compiling chrono-tz v0.10.4 |
| 2525 | 2026-07-21T17:31:00.324Z | Compiling highway v1.3.0 |
| 2526 | 2026-07-21T17:31:00.750Z | Compiling progenitor-macro v0.14.0 |
| 2527 | 2026-07-21T17:31:01.053Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2528 | 2026-07-21T17:31:01.923Z | Compiling strip-ansi-escapes v0.2.1 |
| 2529 | 2026-07-21T17:31:01.950Z | Compiling csv v1.4.0 |
| 2530 | 2026-07-21T17:31:01.982Z | Compiling phf v0.12.1 |
| 2531 | 2026-07-21T17:31:02.096Z | Compiling const_format_proc_macros v0.2.34 |
| 2532 | 2026-07-21T17:31:02.184Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2533 | 2026-07-21T17:31:02.490Z | Compiling fd-lock v4.0.4 |
| 2534 | 2026-07-21T17:31:02.516Z | Compiling peg-macros v0.8.5 |
| 2535 | 2026-07-21T17:31:02.680Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2536 | 2026-07-21T17:31:02.706Z | Compiling nu-ansi-term v0.50.3 |
| 2537 | 2026-07-21T17:31:02.891Z | Compiling const_format v0.2.35 |
| 2538 | 2026-07-21T17:31:02.934Z | Compiling reedline v0.40.0 |
| 2539 | 2026-07-21T17:31:03.448Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2540 | 2026-07-21T17:31:03.790Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2541 | 2026-07-21T17:31:04.436Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2542 | 2026-07-21T17:31:04.810Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2543 | 2026-07-21T17:31:04.846Z | Compiling progenitor v0.14.0 |
| 2544 | 2026-07-21T17:31:05.015Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-07-21T17:31:05.038Z | Compiling peg v0.8.5 |
| 2546 | 2026-07-21T17:31:05.069Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2547 | 2026-07-21T17:31:05.148Z | Compiling bcs v0.1.6 |
| 2548 | 2026-07-21T17:31:05.608Z | Compiling nom v8.0.0 |
| 2549 | 2026-07-21T17:31:05.681Z | Compiling semver v0.1.20 |
| 2550 | 2026-07-21T17:31:05.981Z | Compiling rustc_version v0.1.7 |
| 2551 | 2026-07-21T17:31:06.229Z | Compiling newtype_derive v0.1.6 |
| 2552 | 2026-07-21T17:31:06.478Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2553 | 2026-07-21T17:31:06.722Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2554 | 2026-07-21T17:31:06.801Z | Compiling unicode-linebreak v0.1.5 |
| 2555 | 2026-07-21T17:31:06.852Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2556 | 2026-07-21T17:31:07.079Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2557 | 2026-07-21T17:31:07.133Z | Compiling smawk v0.3.2 |
| 2558 | 2026-07-21T17:31:07.279Z | Compiling textwrap v0.16.2 |
| 2559 | 2026-07-21T17:31:07.362Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2560 | 2026-07-21T17:31:07.442Z | Compiling steno v0.4.1 |
| 2561 | 2026-07-21T17:31:07.482Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2562 | 2026-07-21T17:31:07.730Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2563 | 2026-07-21T17:31:08.304Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2564 | 2026-07-21T17:31:08.380Z | Compiling base64 v0.21.7 |
| 2565 | 2026-07-21T17:31:08.544Z | Compiling sha1 v0.10.6 |
| 2566 | 2026-07-21T17:31:08.880Z | Compiling utf-8 v0.7.6 |
| 2567 | 2026-07-21T17:31:08.929Z | Compiling tagptr v0.2.0 |
| 2568 | 2026-07-21T17:31:08.988Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2569 | 2026-07-21T17:31:09.120Z | Compiling moka v0.12.13 |
| 2570 | 2026-07-21T17:31:09.147Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2571 | 2026-07-21T17:31:09.267Z | Compiling tungstenite v0.21.0 |
| 2572 | 2026-07-21T17:31:09.313Z | Compiling display-error-chain v0.2.2 |
| 2573 | 2026-07-21T17:31:09.525Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2574 | 2026-07-21T17:31:09.598Z | Compiling radium v0.7.0 |
| 2575 | 2026-07-21T17:31:09.743Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-07-21T17:31:09.949Z | Compiling tokio-tungstenite v0.21.0 |
| 2577 | 2026-07-21T17:31:10.062Z | Compiling tap v1.0.1 |
| 2578 | 2026-07-21T17:31:10.212Z | Compiling wyz v0.5.1 |
| 2579 | 2026-07-21T17:31:10.337Z | Compiling hickory-resolver v0.25.2 |
| 2580 | 2026-07-21T17:31:10.411Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2581 | 2026-07-21T17:31:10.706Z | Compiling vergen-lib v0.1.6 |
| 2582 | 2026-07-21T17:31:10.810Z | Compiling zerocopy-derive v0.6.6 |
| 2583 | 2026-07-21T17:31:10.915Z | Compiling packed_struct v0.10.1 |
| 2584 | 2026-07-21T17:31:11.215Z | Compiling diesel_derives v2.3.7 |
| 2585 | 2026-07-21T17:31:11.397Z | Compiling crc-catalog v2.4.0 |
| 2586 | 2026-07-21T17:31:11.444Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2587 | 2026-07-21T17:31:11.581Z | Compiling funty v2.0.0 |
| 2588 | 2026-07-21T17:31:11.635Z | Compiling zerocopy v0.6.6 |
| 2589 | 2026-07-21T17:31:12.019Z | Compiling bitvec v1.0.1 |
| 2590 | 2026-07-21T17:31:12.365Z | Compiling crc v3.4.0 |
| 2591 | 2026-07-21T17:31:12.798Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2592 | 2026-07-21T17:31:12.815Z | Compiling dsl_auto_type v0.2.0 |
| 2593 | 2026-07-21T17:31:12.928Z | Compiling scheduled-thread-pool v0.2.7 |
| 2594 | 2026-07-21T17:31:13.321Z | Compiling packed_struct_codegen v0.10.1 |
| 2595 | 2026-07-21T17:31:13.359Z | Compiling vergen-gitcl v1.0.8 |
| 2596 | 2026-07-21T17:31:13.525Z | Compiling bitfield-macros v0.19.4 |
| 2597 | 2026-07-21T17:31:13.616Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2598 | 2026-07-21T17:31:13.694Z | Compiling dirs-sys-next v0.1.2 |
| 2599 | 2026-07-21T17:31:13.903Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2600 | 2026-07-21T17:31:13.927Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2601 | 2026-07-21T17:31:13.961Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2602 | 2026-07-21T17:31:14.041Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-07-21T17:31:14.284Z | Compiling maplit v1.0.2 |
| 2604 | 2026-07-21T17:31:14.300Z | Compiling nodrop v0.1.14 |
| 2605 | 2026-07-21T17:31:14.369Z | Compiling glob v0.3.3 |
| 2606 | 2026-07-21T17:31:14.395Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-07-21T17:31:14.405Z | Compiling proc-macro-error2 v2.0.1 |
| 2608 | 2026-07-21T17:31:14.434Z | Compiling array-init v0.0.4 |
| 2609 | 2026-07-21T17:31:14.730Z | Compiling clang-sys v1.8.1 |
| 2610 | 2026-07-21T17:31:14.807Z | Compiling bitfield v0.19.4 |
| 2611 | 2026-07-21T17:31:15.142Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-07-21T17:31:15.200Z | Compiling r2d2 v0.8.10 |
| 2613 | 2026-07-21T17:31:15.361Z | Compiling smallvec v0.6.14 |
| 2614 | 2026-07-21T17:31:15.541Z | Compiling num-derive v0.3.3 |
| 2615 | 2026-07-21T17:31:15.590Z | Compiling hashbrown v0.12.3 |
| 2616 | 2026-07-21T17:31:15.687Z | Compiling downcast-rs v2.0.2 |
| 2617 | 2026-07-21T17:31:15.715Z | Compiling tiny-keccak v2.0.2 |
| 2618 | 2026-07-21T17:31:15.916Z | Compiling serde-hex v0.1.0 |
| 2619 | 2026-07-21T17:31:15.986Z | Compiling term v0.7.0 |
| 2620 | 2026-07-21T17:31:16.174Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2621 | 2026-07-21T17:31:16.365Z | Compiling tabled_derive v0.11.0 |
| 2622 | 2026-07-21T17:31:16.452Z | Compiling libscf-sys v1.1.0 |
| 2623 | 2026-07-21T17:31:16.482Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2624 | 2026-07-21T17:31:16.501Z | Compiling ron v0.8.1 |
| 2625 | 2026-07-21T17:31:16.632Z | Compiling papergrid v0.17.0 |
| 2626 | 2026-07-21T17:31:16.732Z | Compiling testing_table v0.3.0 |
| 2627 | 2026-07-21T17:31:16.742Z | Compiling hashbrown v0.13.2 |
| 2628 | 2026-07-21T17:31:16.887Z | Compiling crc-any v2.5.0 |
| 2629 | 2026-07-21T17:31:17.164Z | Compiling bit-vec v0.6.3 |
| 2630 | 2026-07-21T17:31:17.280Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-07-21T17:31:17.382Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-07-21T17:31:17.416Z | Compiling object v0.30.4 |
| 2633 | 2026-07-21T17:31:17.452Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2634 | 2026-07-21T17:31:17.869Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2635 | 2026-07-21T17:31:18.048Z | Compiling tabled v0.20.0 |
| 2636 | 2026-07-21T17:31:18.109Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2637 | 2026-07-21T17:31:18.162Z | Compiling ascii-canvas v3.0.0 |
| 2638 | 2026-07-21T17:31:18.420Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2639 | 2026-07-21T17:31:18.619Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2640 | 2026-07-21T17:31:18.924Z | Compiling progenitor-impl v0.13.0 |
| 2641 | 2026-07-21T17:31:19.232Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2642 | 2026-07-21T17:31:19.312Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2643 | 2026-07-21T17:31:19.373Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2644 | 2026-07-21T17:31:19.473Z | Compiling itertools v0.10.5 |
| 2645 | 2026-07-21T17:31:19.544Z | Compiling ena v0.14.4 |
| 2646 | 2026-07-21T17:31:19.663Z | Compiling diesel v2.3.7 |
| 2647 | 2026-07-21T17:31:19.708Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2648 | 2026-07-21T17:31:19.806Z | Compiling libloading v0.8.9 |
| 2649 | 2026-07-21T17:31:19.973Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-07-21T17:31:20.013Z | Compiling bindgen v0.71.1 |
| 2651 | 2026-07-21T17:31:20.405Z | Compiling diff v0.1.13 |
| 2652 | 2026-07-21T17:31:20.427Z | Compiling regex-syntax v0.6.29 |
| 2653 | 2026-07-21T17:31:20.597Z | Compiling unicase v2.9.0 |
| 2654 | 2026-07-21T17:31:20.614Z | Compiling path-slash v0.1.5 |
| 2655 | 2026-07-21T17:31:20.797Z | Compiling xshell v0.2.7 |
| 2656 | 2026-07-21T17:31:20.855Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2657 | 2026-07-21T17:31:20.892Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2658 | 2026-07-21T17:31:21.133Z | Compiling progenitor-macro v0.13.0 |
| 2659 | 2026-07-21T17:31:22.084Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-07-21T17:31:22.387Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2661 | 2026-07-21T17:31:23.464Z | Compiling cexpr v0.6.0 |
| 2662 | 2026-07-21T17:31:24.102Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2663 | 2026-07-21T17:31:24.449Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2664 | 2026-07-21T17:31:24.883Z | Compiling progenitor-client v0.13.0 |
| 2665 | 2026-07-21T17:31:25.163Z | Compiling rustc-hash v2.1.1 |
| 2666 | 2026-07-21T17:31:25.226Z | Compiling progenitor v0.13.0 |
| 2667 | 2026-07-21T17:31:25.275Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2668 | 2026-07-21T17:31:25.695Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2669 | 2026-07-21T17:31:25.825Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2670 | 2026-07-21T17:31:26.286Z | Compiling headers-core v0.3.0 |
| 2671 | 2026-07-21T17:31:26.458Z | Compiling libxml v0.3.3 |
| 2672 | 2026-07-21T17:31:26.485Z | Compiling crc8 v0.1.1 |
| 2673 | 2026-07-21T17:31:26.609Z | Compiling headers v0.4.1 |
| 2674 | 2026-07-21T17:31:26.638Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2675 | 2026-07-21T17:31:26.694Z | Compiling strum_macros v0.24.3 |
| 2676 | 2026-07-21T17:31:26.797Z | Compiling indoc v1.0.9 |
| 2677 | 2026-07-21T17:31:26.955Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2678 | 2026-07-21T17:31:27.004Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2679 | 2026-07-21T17:31:27.244Z | Compiling derive_builder v0.20.2 |
| 2680 | 2026-07-21T17:31:27.248Z | Compiling oso-derive v0.27.3 |
| 2681 | 2026-07-21T17:31:27.411Z | Compiling quick-xml v0.37.5 |
| 2682 | 2026-07-21T17:31:27.793Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2683 | 2026-07-21T17:31:27.908Z | Compiling openssl-probe v0.1.6 |
| 2684 | 2026-07-21T17:31:27.993Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2685 | 2026-07-21T17:31:28.206Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2686 | 2026-07-21T17:31:28.234Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2687 | 2026-07-21T17:31:28.421Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2688 | 2026-07-21T17:31:28.722Z | Compiling bb8 v0.8.6 |
| 2689 | 2026-07-21T17:31:28.761Z | Compiling trait-variant v0.1.2 |
| 2690 | 2026-07-21T17:31:29.075Z | Compiling half v1.8.3 |
| 2691 | 2026-07-21T17:31:29.124Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2692 | 2026-07-21T17:31:29.318Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2693 | 2026-07-21T17:31:29.528Z | Compiling serde_cbor v0.11.2 |
| 2694 | 2026-07-21T17:31:29.645Z | Compiling polar-core v0.27.3 |
| 2695 | 2026-07-21T17:31:30.118Z | Compiling samael v0.0.19 |
| 2696 | 2026-07-21T17:31:30.162Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2697 | 2026-07-21T17:31:30.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2698 | 2026-07-21T17:31:30.390Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2699 | 2026-07-21T17:31:30.474Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2700 | 2026-07-21T17:31:30.510Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2701 | 2026-07-21T17:31:30.600Z | Compiling nonempty v0.12.0 |
| 2702 | 2026-07-21T17:31:30.788Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2703 | 2026-07-21T17:31:30.812Z | Compiling fxhash v0.2.1 |
| 2704 | 2026-07-21T17:31:30.974Z | Compiling libz-sys v1.1.24 |
| 2705 | 2026-07-21T17:31:31.026Z | Compiling salty v0.3.0 |
| 2706 | 2026-07-21T17:31:31.155Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2707 | 2026-07-21T17:31:31.391Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2708 | 2026-07-21T17:31:31.633Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2709 | 2026-07-21T17:31:32.183Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-07-21T17:31:32.636Z | Compiling arc-swap v1.8.2 |
| 2711 | 2026-07-21T17:31:32.672Z | Compiling fs-err v2.11.0 |
| 2712 | 2026-07-21T17:31:33.154Z | Compiling mime_guess v2.0.5 |
| 2713 | 2026-07-21T17:31:33.175Z | Compiling slog-scope v4.4.1 |
| 2714 | 2026-07-21T17:31:33.181Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-07-21T17:31:33.221Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-07-21T17:31:33.691Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2717 | 2026-07-21T17:31:33.777Z | Compiling rfc6979 v0.4.0 |
| 2718 | 2026-07-21T17:31:33.882Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2719 | 2026-07-21T17:31:34.307Z | Compiling nanorand v0.7.0 |
| 2720 | 2026-07-21T17:31:34.694Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2721 | 2026-07-21T17:31:34.777Z | Compiling parking_lot_core v0.8.6 |
| 2722 | 2026-07-21T17:31:34.799Z | Compiling flume v0.11.1 |
| 2723 | 2026-07-21T17:31:35.131Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2724 | 2026-07-21T17:31:35.213Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2725 | 2026-07-21T17:31:35.415Z | Compiling ecdsa v0.16.9 |
| 2726 | 2026-07-21T17:31:36.114Z | Compiling slog-stdlog v4.1.1 |
| 2727 | 2026-07-21T17:31:36.796Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2728 | 2026-07-21T17:31:36.901Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2729 | 2026-07-21T17:31:36.930Z | Compiling primeorder v0.13.6 |
| 2730 | 2026-07-21T17:31:37.013Z | Compiling git-stub v1.0.0 |
| 2731 | 2026-07-21T17:31:37.294Z | Compiling async-bb8-diesel v0.2.1 |
| 2732 | 2026-07-21T17:31:37.748Z | Compiling diesel-dtrace v0.5.0 |
| 2733 | 2026-07-21T17:31:37.966Z | Compiling atty v0.2.14 |
| 2734 | 2026-07-21T17:31:38.075Z | Compiling http-range v0.1.5 |
| 2735 | 2026-07-21T17:31:38.084Z | Compiling instability v0.3.11 |
| 2736 | 2026-07-21T17:31:38.163Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2737 | 2026-07-21T17:31:38.331Z | Compiling parse-size v1.1.0 |
| 2738 | 2026-07-21T17:31:38.410Z | Compiling strsim v0.10.0 |
| 2739 | 2026-07-21T17:31:38.471Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2740 | 2026-07-21T17:31:38.578Z | Compiling oso v0.27.3 |
| 2741 | 2026-07-21T17:31:38.738Z | Compiling darling_core v0.13.4 |
| 2742 | 2026-07-21T17:31:40.473Z | Compiling git-stub-vcs v0.1.0 |
| 2743 | 2026-07-21T17:31:40.758Z | Compiling p384 v0.13.1 |
| 2744 | 2026-07-21T17:31:40.843Z | Compiling slog-envlogger v2.2.0 |
| 2745 | 2026-07-21T17:31:42.883Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2746 | 2026-07-21T17:31:42.928Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2747 | 2026-07-21T17:31:43.033Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2748 | 2026-07-21T17:31:43.138Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2749 | 2026-07-21T17:31:44.094Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2750 | 2026-07-21T17:31:45.161Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2751 | 2026-07-21T17:31:45.186Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2752 | 2026-07-21T17:31:45.510Z | Compiling ignore v0.4.25 |
| 2753 | 2026-07-21T17:31:45.562Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-07-21T17:31:47.016Z | Compiling castaway v0.2.4 |
| 2755 | 2026-07-21T17:31:47.180Z | Compiling vergen-git2 v9.1.0 |
| 2756 | 2026-07-21T17:31:47.428Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-07-21T17:31:47.571Z | Compiling indoc v2.0.7 |
| 2758 | 2026-07-21T17:31:47.667Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-07-21T17:31:47.773Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-07-21T17:31:48.787Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-07-21T17:31:48.811Z | Compiling parking_lot v0.11.2 |
| 2762 | 2026-07-21T17:31:48.818Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2763 | 2026-07-21T17:31:49.449Z | Compiling hyper-staticfile v0.10.1 |
| 2764 | 2026-07-21T17:31:49.480Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2765 | 2026-07-21T17:31:49.705Z | Compiling darling_macro v0.13.4 |
| 2766 | 2026-07-21T17:31:49.963Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2767 | 2026-07-21T17:31:50.082Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2768 | 2026-07-21T17:31:50.248Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2769 | 2026-07-21T17:31:50.528Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-07-21T17:31:50.654Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2771 | 2026-07-21T17:31:50.679Z | Compiling predicates-tree v1.0.13 |
| 2772 | 2026-07-21T17:31:51.075Z | Compiling unicode-truncate v1.1.0 |
| 2773 | 2026-07-21T17:31:51.117Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2774 | 2026-07-21T17:31:51.166Z | Compiling lru v0.12.5 |
| 2775 | 2026-07-21T17:31:51.770Z | Compiling rand_seeder v0.4.0 |
| 2776 | 2026-07-21T17:31:51.906Z | Compiling prefix-trie v0.7.0 |
| 2777 | 2026-07-21T17:31:51.906Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-07-21T17:31:51.906Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2779 | 2026-07-21T17:31:52.002Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2780 | 2026-07-21T17:31:52.002Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-07-21T17:31:52.002Z | Compiling cassowary v0.3.0 |
| 2782 | 2026-07-21T17:31:52.153Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-07-21T17:31:52.304Z | Compiling hickory-server v0.25.2 |
| 2784 | 2026-07-21T17:31:52.304Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2785 | 2026-07-21T17:31:52.361Z | Compiling ratatui v0.29.0 |
| 2786 | 2026-07-21T17:31:52.424Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-07-21T17:31:52.607Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2788 | 2026-07-21T17:31:52.719Z | Compiling darling v0.13.4 |
| 2789 | 2026-07-21T17:31:52.857Z | Compiling sled v0.34.7 |
| 2790 | 2026-07-21T17:31:52.976Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2791 | 2026-07-21T17:31:53.249Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2792 | 2026-07-21T17:31:54.050Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2793 | 2026-07-21T17:31:54.248Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2794 | 2026-07-21T17:31:54.248Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2795 | 2026-07-21T17:31:54.952Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2796 | 2026-07-21T17:31:55.405Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2797 | 2026-07-21T17:31:55.652Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2798 | 2026-07-21T17:31:56.262Z | Compiling secrecy v0.8.0 |
| 2799 | 2026-07-21T17:31:56.393Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2800 | 2026-07-21T17:31:56.587Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2801 | 2026-07-21T17:31:57.258Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2802 | 2026-07-21T17:31:57.936Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2803 | 2026-07-21T17:31:58.595Z | Compiling serde_with_macros v1.5.2 |
| 2804 | 2026-07-21T17:31:58.747Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2805 | 2026-07-21T17:31:59.213Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2806 | 2026-07-21T17:31:59.595Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-07-21T17:31:59.733Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2808 | 2026-07-21T17:31:59.923Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2809 | 2026-07-21T17:32:00.194Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2810 | 2026-07-21T17:32:00.410Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2811 | 2026-07-21T17:32:00.654Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2812 | 2026-07-21T17:32:00.681Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2813 | 2026-07-21T17:32:00.692Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2814 | 2026-07-21T17:32:01.174Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2815 | 2026-07-21T17:32:05.154Z | Compiling void v1.0.2 |
| 2816 | 2026-07-21T17:32:05.154Z | Compiling git2 v0.20.4 |
| 2817 | 2026-07-21T17:32:05.154Z | Compiling lzss v0.8.2 |
| 2818 | 2026-07-21T17:32:05.279Z | Compiling illumos-nvpair v0.3.0 |
| 2819 | 2026-07-21T17:32:05.279Z | Compiling serde_with v1.14.0 |
| 2820 | 2026-07-21T17:32:05.279Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2821 | 2026-07-21T17:32:05.279Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2822 | 2026-07-21T17:32:05.279Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2823 | 2026-07-21T17:32:05.279Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2824 | 2026-07-21T17:32:05.279Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2825 | 2026-07-21T17:32:05.279Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2826 | 2026-07-21T17:32:05.279Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2827 | 2026-07-21T17:32:05.720Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2828 | 2026-07-21T17:32:06.166Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2829 | 2026-07-21T17:32:06.380Z | Compiling tungstenite v0.23.0 |
| 2830 | 2026-07-21T17:32:06.449Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2831 | 2026-07-21T17:32:06.762Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2832 | 2026-07-21T17:32:07.915Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2833 | 2026-07-21T17:32:08.186Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2834 | 2026-07-21T17:32:08.417Z | Compiling nix v0.27.1 |
| 2835 | 2026-07-21T17:32:08.529Z | Compiling twox-hash v2.1.2 |
| 2836 | 2026-07-21T17:32:08.752Z | Compiling libsw-core v0.3.2 |
| 2837 | 2026-07-21T17:32:08.908Z | Compiling serde_bytes v0.11.19 |
| 2838 | 2026-07-21T17:32:08.962Z | Compiling libsw v3.5.0 |
| 2839 | 2026-07-21T17:32:09.048Z | Compiling tokio-tungstenite v0.23.1 |
| 2840 | 2026-07-21T17:32:09.077Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2841 | 2026-07-21T17:32:09.190Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2842 | 2026-07-21T17:32:09.231Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2843 | 2026-07-21T17:32:09.431Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2844 | 2026-07-21T17:32:09.656Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2845 | 2026-07-21T17:32:09.789Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2846 | 2026-07-21T17:32:11.188Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2847 | 2026-07-21T17:32:11.852Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2848 | 2026-07-21T17:32:13.366Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2849 | 2026-07-21T17:32:13.906Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2850 | 2026-07-21T17:32:13.971Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2851 | 2026-07-21T17:32:14.245Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2852 | 2026-07-21T17:32:14.499Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2853 | 2026-07-21T17:32:14.705Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2854 | 2026-07-21T17:32:14.983Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2855 | 2026-07-21T17:32:15.076Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2856 | 2026-07-21T17:32:15.759Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2857 | 2026-07-21T17:32:16.004Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2858 | 2026-07-21T17:32:16.719Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2859 | 2026-07-21T17:32:18.224Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2860 | 2026-07-21T17:32:20.042Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2861 | 2026-07-21T17:32:20.109Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2862 | 2026-07-21T17:32:20.416Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2863 | 2026-07-21T17:32:20.657Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2864 | 2026-07-21T17:32:21.214Z | Compiling signal-hook-tokio v0.3.1 |
| 2865 | 2026-07-21T17:32:21.428Z | Compiling fatfs v0.3.6 |
| 2866 | 2026-07-21T17:32:21.540Z | Compiling yasna v0.5.2 |
| 2867 | 2026-07-21T17:32:21.566Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2868 | 2026-07-21T17:32:21.677Z | Compiling assert_matches v1.5.0 |
| 2869 | 2026-07-21T17:32:21.792Z | Compiling seq-macro v0.3.6 |
| 2870 | 2026-07-21T17:32:22.216Z | Compiling is_ci v1.2.0 |
| 2871 | 2026-07-21T17:32:22.347Z | Compiling rcgen v0.12.1 |
| 2872 | 2026-07-21T17:32:22.441Z | Compiling supports-color v3.0.2 |
| 2873 | 2026-07-21T17:32:22.758Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2874 | 2026-07-21T17:32:23.181Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2875 | 2026-07-21T17:32:23.880Z | Compiling oxide-update-engine-display v0.1.2 |
| 2876 | 2026-07-21T17:32:24.107Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2877 | 2026-07-21T17:32:25.007Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2878 | 2026-07-21T17:32:25.594Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2879 | 2026-07-21T17:32:25.857Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2880 | 2026-07-21T17:32:26.126Z | Compiling port-file v0.1.0 |
| 2881 | 2026-07-21T17:32:26.584Z | Compiling subprocess v0.2.15 |
| 2882 | 2026-07-21T17:32:27.297Z | Compiling rtoolbox v0.0.3 |
| 2883 | 2026-07-21T17:32:27.604Z | Compiling rpassword v7.5.4 |
| 2884 | 2026-07-21T17:32:28.194Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2885 | 2026-07-21T17:32:28.373Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2886 | 2026-07-21T17:32:28.914Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2887 | 2026-07-21T17:32:29.059Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2888 | 2026-07-21T17:32:29.720Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2889 | 2026-07-21T17:32:30.964Z | Compiling tui-tree-widget v0.23.1 |
| 2890 | 2026-07-21T17:32:31.289Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2891 | 2026-07-21T17:32:31.693Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-07-21T17:32:32.672Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2893 | 2026-07-21T17:32:33.681Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2894 | 2026-07-21T17:32:33.888Z | Compiling uzers v0.12.2 |
| 2895 | 2026-07-21T17:32:33.939Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-07-21T17:32:35.328Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-07-21T17:32:35.644Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-07-21T17:32:36.392Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-07-21T17:32:37.316Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-07-21T17:32:39.265Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-07-21T17:32:39.417Z | Compiling multimap v0.10.1 |
| 2902 | 2026-07-21T17:32:52.299Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2903 | 2026-07-21T17:32:57.454Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2904 | 2026-07-21T17:33:02.235Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2905 | 2026-07-21T17:33:02.655Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2906 | 2026-07-21T17:33:04.730Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2907 | 2026-07-21T17:41:30.063Z | Finished `release` profile [optimized] target(s) in 10m 40s |
| 2908 | 2026-07-21T17:42:21.531Z | |
| 2909 | 2026-07-21T17:42:21.531Z | real 11:32.647696455 |
| 2910 | 2026-07-21T17:42:21.531Z | user 1:22:18.747747101 |
| 2911 | 2026-07-21T17:42:21.531Z | sys 3:33.254169502 |
| 2912 | 2026-07-21T17:42:21.547Z | trap 1.869633833 |
| 2913 | 2026-07-21T17:42:21.547Z | tflt 2.465941723 |
| 2914 | 2026-07-21T17:42:21.547Z | dflt 16.076290822 |
| 2915 | 2026-07-21T17:42:21.547Z | kflt 0.017405346 |
| 2916 | 2026-07-21T17:42:21.547Z | lock 8:13:16.614039731 |
| 2917 | 2026-07-21T17:42:21.547Z | slp 2:23:44.127602620 |
| 2918 | 2026-07-21T17:42:21.547Z | lat 2:24.439429525 |
| 2919 | 2026-07-21T17:42:21.547Z | stop 5:05.507819583 |
| 2920 | 2026-07-21T17:42:21.547Z | + mapfile -t packages |
| 2921 | 2026-07-21T17:42:21.547Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2922 | 2026-07-21T17:42:22.418Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2923 | 2026-07-21T17:42:22.480Z | Running `target/release/omicron-package -t test list-outputs` |
| 2924 | 2026-07-21T17:42:22.550Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2925 | 2026-07-21T17:42:22.573Z | + ptime -m cargo build --locked --release -p xtask |
| 2926 | 2026-07-21T17:42:23.007Z | Compiling libc v0.2.185 |
| 2927 | 2026-07-21T17:42:23.007Z | Compiling serde_core v1.0.228 |
| 2928 | 2026-07-21T17:42:23.007Z | Compiling serde v1.0.228 |
| 2929 | 2026-07-21T17:42:23.020Z | Compiling rustix v1.1.3 |
| 2930 | 2026-07-21T17:42:23.020Z | Compiling bitflags v2.11.0 |
| 2931 | 2026-07-21T17:42:23.153Z | Compiling serde_json v1.0.150 |
| 2932 | 2026-07-21T17:42:23.175Z | Compiling usdt-impl v0.5.0 |
| 2933 | 2026-07-21T17:42:23.179Z | Compiling syn v2.0.117 |
| 2934 | 2026-07-21T17:42:23.182Z | Compiling syn v1.0.109 |
| 2935 | 2026-07-21T17:42:23.215Z | Compiling getrandom v0.4.1 |
| 2936 | 2026-07-21T17:42:23.221Z | Compiling log v0.4.29 |
| 2937 | 2026-07-21T17:42:23.221Z | Compiling indexmap v2.14.0 |
| 2938 | 2026-07-21T17:42:23.241Z | Compiling fs-err v3.3.0 |
| 2939 | 2026-07-21T17:42:23.472Z | Compiling anyhow v1.0.102 |
| 2940 | 2026-07-21T17:42:23.567Z | Compiling heck v0.4.1 |
| 2941 | 2026-07-21T17:42:23.595Z | Compiling once_cell v1.21.3 |
| 2942 | 2026-07-21T17:42:23.892Z | Compiling thread-id v4.2.2 |
| 2943 | 2026-07-21T17:42:23.924Z | Compiling errno v0.3.14 |
| 2944 | 2026-07-21T17:42:23.938Z | Compiling memmap v0.7.0 |
| 2945 | 2026-07-21T17:42:24.690Z | Compiling proc-macro-error v1.0.4 |
| 2946 | 2026-07-21T17:42:24.916Z | Compiling terminal_size v0.4.3 |
| 2947 | 2026-07-21T17:42:24.916Z | Compiling tempfile v3.25.0 |
| 2948 | 2026-07-21T17:42:24.952Z | Compiling tabled_derive v0.7.0 |
| 2949 | 2026-07-21T17:42:24.988Z | Compiling clap_builder v4.6.0 |
| 2950 | 2026-07-21T17:42:24.988Z | Compiling textwrap v0.16.2 |
| 2951 | 2026-07-21T17:42:25.516Z | Compiling pest_generator v2.8.6 |
| 2952 | 2026-07-21T17:42:25.516Z | Compiling camino v1.2.2 |
| 2953 | 2026-07-21T17:42:25.516Z | Compiling cargo-platform v0.3.2 |
| 2954 | 2026-07-21T17:42:25.516Z | Compiling semver v1.0.28 |
| 2955 | 2026-07-21T17:42:25.644Z | Compiling tabled v0.15.0 |
| 2956 | 2026-07-21T17:42:25.694Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-07-21T17:42:25.865Z | Compiling serde_derive v1.0.228 |
| 2958 | 2026-07-21T17:42:25.890Z | Compiling thiserror-impl v1.0.69 |
| 2959 | 2026-07-21T17:42:25.890Z | Compiling zerocopy-derive v0.7.35 |
| 2960 | 2026-07-21T17:42:25.890Z | Compiling scroll_derive v0.12.1 |
| 2961 | 2026-07-21T17:42:25.890Z | Compiling thiserror-impl v2.0.18 |
| 2962 | 2026-07-21T17:42:25.890Z | Compiling clap_derive v4.6.1 |
| 2963 | 2026-07-21T17:42:25.927Z | Compiling pest_derive v2.8.6 |
| 2964 | 2026-07-21T17:42:26.594Z | Compiling scroll v0.12.0 |
| 2965 | 2026-07-21T17:42:26.728Z | Compiling zerocopy v0.7.35 |
| 2966 | 2026-07-21T17:42:26.869Z | Compiling goblin v0.8.2 |
| 2967 | 2026-07-21T17:42:27.032Z | Compiling thiserror v1.0.69 |
| 2968 | 2026-07-21T17:42:27.152Z | Compiling thiserror v2.0.18 |
| 2969 | 2026-07-21T17:42:27.219Z | Compiling dtrace-parser v0.2.0 |
| 2970 | 2026-07-21T17:42:27.398Z | Compiling clap v4.6.1 |
| 2971 | 2026-07-21T17:42:28.951Z | Compiling dof v0.3.0 |
| 2972 | 2026-07-21T17:42:29.009Z | Compiling serde_tokenstream v0.2.3 |
| 2973 | 2026-07-21T17:42:29.023Z | Compiling toml_datetime v0.6.11 |
| 2974 | 2026-07-21T17:42:29.023Z | Compiling serde_spanned v0.6.9 |
| 2975 | 2026-07-21T17:42:29.091Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2976 | 2026-07-21T17:42:29.105Z | Compiling cargo_metadata v0.23.1 |
| 2977 | 2026-07-21T17:42:29.105Z | Compiling macaddr v1.0.1 |
| 2978 | 2026-07-21T17:42:29.205Z | Compiling toml_edit v0.22.27 |
| 2979 | 2026-07-21T17:42:29.685Z | Compiling usdt-macro v0.5.0 |
| 2980 | 2026-07-21T17:42:29.815Z | Compiling usdt-attr-macro v0.5.0 |
| 2981 | 2026-07-21T17:42:30.463Z | Compiling usdt v0.5.0 |
| 2982 | 2026-07-21T17:42:30.731Z | Compiling toml v0.8.23 |
| 2983 | 2026-07-21T17:42:31.173Z | Compiling cargo_toml v0.21.0 |
| 2984 | 2026-07-21T17:42:35.673Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2985 | 2026-07-21T17:42:38.889Z | Finished `release` profile [optimized] target(s) in 16.30s |
| 2986 | 2026-07-21T17:42:39.006Z | |
| 2987 | 2026-07-21T17:42:39.006Z | real 16.388728577 |
| 2988 | 2026-07-21T17:42:39.006Z | user 2:05.274985031 |
| 2989 | 2026-07-21T17:42:39.006Z | sys 14.030676381 |
| 2990 | 2026-07-21T17:42:39.030Z | trap 0.063759328 |
| 2991 | 2026-07-21T17:42:39.031Z | tflt 0.480442949 |
| 2992 | 2026-07-21T17:42:39.031Z | dflt 1.518793792 |
| 2993 | 2026-07-21T17:42:39.031Z | kflt 0.000026675 |
| 2994 | 2026-07-21T17:42:39.031Z | lock 4:34.292331897 |
| 2995 | 2026-07-21T17:42:39.031Z | slp 2:45.378335533 |
| 2996 | 2026-07-21T17:42:39.031Z | lat 4.390819271 |
| 2997 | 2026-07-21T17:42:39.031Z | stop 15.697824928 |
| 2998 | 2026-07-21T17:42:39.031Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2999 | 2026-07-21T17:42:39.031Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3000 | 2026-07-21T17:42:39.031Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3001 | 2026-07-21T17:42:39.031Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3002 | 2026-07-21T17:42:39.031Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3003 | 2026-07-21T17:42:39.913Z | Compiling progenitor-client v0.14.0 |
| 3004 | 2026-07-21T17:42:39.914Z | Compiling newtype-uuid-macros v0.1.0 |
| 3005 | 2026-07-21T17:42:39.914Z | Compiling match_cfg v0.1.0 |
| 3006 | 2026-07-21T17:42:39.920Z | Compiling slog-json v2.6.1 |
| 3007 | 2026-07-21T17:42:39.953Z | Compiling structmeta-derive v0.3.0 |
| 3008 | 2026-07-21T17:42:39.953Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3009 | 2026-07-21T17:42:39.953Z | Compiling sha1 v0.11.0 |
| 3010 | 2026-07-21T17:42:39.953Z | Compiling multer v3.1.0 |
| 3011 | 2026-07-21T17:42:40.035Z | Compiling debug-ignore v1.0.5 |
| 3012 | 2026-07-21T17:42:40.049Z | Compiling compression-core v0.4.31 |
| 3013 | 2026-07-21T17:42:40.049Z | Compiling itertools v0.14.0 |
| 3014 | 2026-07-21T17:42:40.049Z | Compiling async-stream-impl v0.3.6 |
| 3015 | 2026-07-21T17:42:40.057Z | Compiling serde_spanned v1.1.1 |
| 3016 | 2026-07-21T17:42:40.057Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3017 | 2026-07-21T17:42:40.057Z | Compiling dropshot v0.17.1 |
| 3018 | 2026-07-21T17:42:40.057Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3019 | 2026-07-21T17:42:40.181Z | Compiling waitgroup v0.1.2 |
| 3020 | 2026-07-21T17:42:40.274Z | Compiling compression-codecs v0.4.37 |
| 3021 | 2026-07-21T17:42:40.319Z | Compiling rustls-pemfile v2.2.0 |
| 3022 | 2026-07-21T17:42:40.345Z | Compiling dropshot_endpoint v0.17.1 |
| 3023 | 2026-07-21T17:42:40.385Z | Compiling hostname v0.3.1 |
| 3024 | 2026-07-21T17:42:40.398Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3025 | 2026-07-21T17:42:40.487Z | Compiling serde_path_to_error v0.1.20 |
| 3026 | 2026-07-21T17:42:40.531Z | Compiling hostname v0.4.2 |
| 3027 | 2026-07-21T17:42:40.554Z | Compiling slog-bunyan v2.5.0 |
| 3028 | 2026-07-21T17:42:40.555Z | Compiling async-compression v0.4.41 |
| 3029 | 2026-07-21T17:42:40.555Z | Compiling atomicwrites v0.4.4 |
| 3030 | 2026-07-21T17:42:40.617Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3031 | 2026-07-21T17:42:40.617Z | Compiling macaddr v1.0.1 |
| 3032 | 2026-07-21T17:42:40.632Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3033 | 2026-07-21T17:42:40.632Z | Compiling instant v0.1.13 |
| 3034 | 2026-07-21T17:42:40.677Z | Compiling regress v0.10.5 |
| 3035 | 2026-07-21T17:42:40.713Z | Compiling backon v1.6.0 |
| 3036 | 2026-07-21T17:42:40.772Z | Compiling backoff v0.4.0 |
| 3037 | 2026-07-21T17:42:40.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3038 | 2026-07-21T17:42:40.862Z | Compiling humantime v2.3.0 |
| 3039 | 2026-07-21T17:42:40.862Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3040 | 2026-07-21T17:42:40.898Z | Compiling half v2.7.1 |
| 3041 | 2026-07-21T17:42:40.898Z | Compiling async-stream v0.3.6 |
| 3042 | 2026-07-21T17:42:40.898Z | Compiling progenitor-extras v0.2.0 |
| 3043 | 2026-07-21T17:42:40.909Z | Compiling crucible-workspace-hack v0.1.0 |
| 3044 | 2026-07-21T17:42:40.910Z | Compiling ciborium-io v0.2.2 |
| 3045 | 2026-07-21T17:42:41.003Z | Compiling regress v0.11.1 |
| 3046 | 2026-07-21T17:42:41.054Z | Compiling convert_case v0.4.0 |
| 3047 | 2026-07-21T17:42:41.096Z | Compiling secrecy v0.10.3 |
| 3048 | 2026-07-21T17:42:41.096Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3049 | 2026-07-21T17:42:41.147Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3050 | 2026-07-21T17:42:41.176Z | Compiling ciborium-ll v0.2.2 |
| 3051 | 2026-07-21T17:42:41.176Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3052 | 2026-07-21T17:42:41.239Z | Compiling inout v0.1.4 |
| 3053 | 2026-07-21T17:42:41.279Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3054 | 2026-07-21T17:42:41.279Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3055 | 2026-07-21T17:42:41.332Z | Compiling unsafe-libyaml v0.2.11 |
| 3056 | 2026-07-21T17:42:41.332Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3057 | 2026-07-21T17:42:41.373Z | Compiling ciborium v0.2.2 |
| 3058 | 2026-07-21T17:42:41.407Z | Compiling cipher v0.4.4 |
| 3059 | 2026-07-21T17:42:41.471Z | Compiling structmeta v0.3.0 |
| 3060 | 2026-07-21T17:42:41.499Z | Compiling derive_more v0.99.20 |
| 3061 | 2026-07-21T17:42:41.499Z | Compiling universal-hash v0.5.1 |
| 3062 | 2026-07-21T17:42:41.499Z | Compiling opaque-debug v0.3.1 |
| 3063 | 2026-07-21T17:42:41.525Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3064 | 2026-07-21T17:42:41.525Z | Compiling blake2 v0.10.6 |
| 3065 | 2026-07-21T17:42:41.548Z | Compiling aead v0.5.2 |
| 3066 | 2026-07-21T17:42:41.568Z | Compiling password-hash v0.5.0 |
| 3067 | 2026-07-21T17:42:41.648Z | Compiling chacha20 v0.9.1 |
| 3068 | 2026-07-21T17:42:41.671Z | Compiling poly1305 v0.8.0 |
| 3069 | 2026-07-21T17:42:41.699Z | Compiling derive-ex v0.1.8 |
| 3070 | 2026-07-21T17:42:41.744Z | Compiling parse-display-derive v0.10.0 |
| 3071 | 2026-07-21T17:42:41.783Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3072 | 2026-07-21T17:42:41.907Z | Compiling serde_yaml v0.9.34+deprecated |
| 3073 | 2026-07-21T17:42:41.939Z | Compiling indent_write v2.2.0 |
| 3074 | 2026-07-21T17:42:41.949Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3075 | 2026-07-21T17:42:42.005Z | Compiling chacha20poly1305 v0.10.1 |
| 3076 | 2026-07-21T17:42:42.035Z | Compiling argon2 v0.5.3 |
| 3077 | 2026-07-21T17:42:42.114Z | Compiling darling_core v0.21.3 |
| 3078 | 2026-07-21T17:42:42.130Z | Compiling heapless v0.8.0 |
| 3079 | 2026-07-21T17:42:42.191Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3080 | 2026-07-21T17:42:42.246Z | Compiling tabwriter v1.4.1 |
| 3081 | 2026-07-21T17:42:42.405Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3082 | 2026-07-21T17:42:42.497Z | Compiling hash32 v0.3.1 |
| 3083 | 2026-07-21T17:42:42.513Z | Compiling thiserror-no-std v2.0.2 |
| 3084 | 2026-07-21T17:42:42.620Z | Compiling typify-impl v0.6.2 |
| 3085 | 2026-07-21T17:42:42.652Z | Compiling vsss-rs v3.3.4 |
| 3086 | 2026-07-21T17:42:42.699Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3087 | 2026-07-21T17:42:42.710Z | Compiling smoltcp v0.11.0 |
| 3088 | 2026-07-21T17:42:42.924Z | Compiling proc-macro-crate v3.4.0 |
| 3089 | 2026-07-21T17:42:43.262Z | Compiling cobs v0.3.0 |
| 3090 | 2026-07-21T17:42:43.271Z | Compiling colored v3.1.1 |
| 3091 | 2026-07-21T17:42:43.411Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3092 | 2026-07-21T17:42:43.447Z | Compiling test-strategy v0.4.5 |
| 3093 | 2026-07-21T17:42:43.504Z | Compiling parse-display v0.10.0 |
| 3094 | 2026-07-21T17:42:43.527Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3095 | 2026-07-21T17:42:43.562Z | Compiling num_enum_derive v0.7.6 |
| 3096 | 2026-07-21T17:42:43.666Z | Compiling postcard v1.1.3 |
| 3097 | 2026-07-21T17:42:43.688Z | Compiling proc-macro-error v1.0.4 |
| 3098 | 2026-07-21T17:42:43.708Z | Compiling proc-macro-crate v1.3.1 |
| 3099 | 2026-07-21T17:42:43.833Z | Compiling rand v0.10.1 |
| 3100 | 2026-07-21T17:42:43.861Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3101 | 2026-07-21T17:42:43.964Z | Compiling foreign-types-macros v0.2.3 |
| 3102 | 2026-07-21T17:42:44.032Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3103 | 2026-07-21T17:42:44.061Z | Compiling foreign-types-shared v0.3.1 |
| 3104 | 2026-07-21T17:42:44.102Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3105 | 2026-07-21T17:42:44.152Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3106 | 2026-07-21T17:42:44.187Z | Compiling rayon-core v1.13.0 |
| 3107 | 2026-07-21T17:42:44.208Z | Compiling num_enum_derive v0.5.11 |
| 3108 | 2026-07-21T17:42:44.362Z | Compiling crossbeam-deque v0.8.6 |
| 3109 | 2026-07-21T17:42:44.411Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3110 | 2026-07-21T17:42:44.411Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3111 | 2026-07-21T17:42:44.484Z | Compiling cstr-argument v0.1.2 |
| 3112 | 2026-07-21T17:42:44.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3113 | 2026-07-21T17:42:44.627Z | Compiling foreign-types v0.5.0 |
| 3114 | 2026-07-21T17:42:44.668Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3115 | 2026-07-21T17:42:44.706Z | Compiling num_enum v0.7.6 |
| 3116 | 2026-07-21T17:42:44.740Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3117 | 2026-07-21T17:42:44.761Z | Compiling darling_macro v0.21.3 |
| 3118 | 2026-07-21T17:42:44.779Z | Compiling zone_cfg_derive v0.3.1 |
| 3119 | 2026-07-21T17:42:44.818Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3120 | 2026-07-21T17:42:44.865Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-07-21T17:42:44.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3122 | 2026-07-21T17:42:44.925Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3123 | 2026-07-21T17:42:44.984Z | Compiling itertools v0.12.1 |
| 3124 | 2026-07-21T17:42:45.050Z | Compiling rayon v1.11.0 |
| 3125 | 2026-07-21T17:42:45.072Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3126 | 2026-07-21T17:42:45.072Z | Compiling num-derive v0.4.2 |
| 3127 | 2026-07-21T17:42:45.102Z | Compiling sigpipe v0.1.3 |
| 3128 | 2026-07-21T17:42:45.153Z | Compiling glob v0.3.3 |
| 3129 | 2026-07-21T17:42:45.230Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3130 | 2026-07-21T17:42:45.270Z | Compiling cpubits v0.1.1 |
| 3131 | 2026-07-21T17:42:45.315Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3132 | 2026-07-21T17:42:45.352Z | Compiling num_enum v0.5.11 |
| 3133 | 2026-07-21T17:42:45.372Z | Compiling darling v0.21.3 |
| 3134 | 2026-07-21T17:42:45.372Z | Compiling smf v0.2.3 |
| 3135 | 2026-07-21T17:42:45.458Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3136 | 2026-07-21T17:42:45.510Z | Compiling ingot-macros v0.1.1 |
| 3137 | 2026-07-21T17:42:45.532Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3138 | 2026-07-21T17:42:45.555Z | Compiling whoami v1.6.1 |
| 3139 | 2026-07-21T17:42:45.566Z | Compiling usdt-attr-macro v0.5.0 |
| 3140 | 2026-07-21T17:42:45.566Z | Compiling usdt-macro v0.5.0 |
| 3141 | 2026-07-21T17:42:45.566Z | Compiling gethostname v0.5.0 |
| 3142 | 2026-07-21T17:42:45.744Z | Compiling num-rational v0.4.2 |
| 3143 | 2026-07-21T17:42:45.788Z | Compiling pem-rfc7468 v1.0.0 |
| 3144 | 2026-07-21T17:42:45.866Z | Compiling num-complex v0.4.6 |
| 3145 | 2026-07-21T17:42:45.908Z | Compiling derive-where v1.6.0 |
| 3146 | 2026-07-21T17:42:45.951Z | Compiling memmap v0.7.0 |
| 3147 | 2026-07-21T17:42:46.110Z | Compiling float-ord v0.3.2 |
| 3148 | 2026-07-21T17:42:46.133Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3149 | 2026-07-21T17:42:46.168Z | Compiling zone v0.3.1 |
| 3150 | 2026-07-21T17:42:46.274Z | Compiling num v0.4.3 |
| 3151 | 2026-07-21T17:42:46.274Z | Compiling toml v0.8.23 |
| 3152 | 2026-07-21T17:42:46.299Z | Compiling hmac v0.13.0 |
| 3153 | 2026-07-21T17:42:46.367Z | Compiling universal-hash v0.6.1 |
| 3154 | 2026-07-21T17:42:46.377Z | Compiling resolv-conf v0.7.6 |
| 3155 | 2026-07-21T17:42:46.409Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3156 | 2026-07-21T17:42:46.439Z | Compiling usdt v0.5.0 |
| 3157 | 2026-07-21T17:42:46.522Z | Compiling cancel-safe-futures v0.1.5 |
| 3158 | 2026-07-21T17:42:46.537Z | Compiling polyval v0.7.1 |
| 3159 | 2026-07-21T17:42:46.540Z | Compiling der v0.8.0 |
| 3160 | 2026-07-21T17:42:46.572Z | Compiling prettyplease v0.2.37 |
| 3161 | 2026-07-21T17:42:46.608Z | Compiling pbkdf2 v0.13.0 |
| 3162 | 2026-07-21T17:42:46.737Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3163 | 2026-07-21T17:42:46.753Z | Compiling ghash v0.6.0 |
| 3164 | 2026-07-21T17:42:46.790Z | Compiling aes v0.9.1 |
| 3165 | 2026-07-21T17:42:46.853Z | Compiling console v0.15.11 |
| 3166 | 2026-07-21T17:42:46.871Z | Compiling hickory-proto v0.24.4 |
| 3167 | 2026-07-21T17:42:46.880Z | Compiling newline-converter v0.3.0 |
| 3168 | 2026-07-21T17:42:46.896Z | Compiling ctr v0.10.1 |
| 3169 | 2026-07-21T17:42:46.957Z | Compiling aead v0.6.1 |
| 3170 | 2026-07-21T17:42:46.988Z | Compiling sha2 v0.11.0 |
| 3171 | 2026-07-21T17:42:47.015Z | Compiling libefi-sys v0.1.0 |
| 3172 | 2026-07-21T17:42:47.106Z | Compiling linked-hash-map v0.5.6 |
| 3173 | 2026-07-21T17:42:47.136Z | Compiling linear-map v1.2.0 |
| 3174 | 2026-07-21T17:42:47.247Z | Compiling typify-macro v0.6.2 |
| 3175 | 2026-07-21T17:42:47.288Z | Compiling lru-cache v0.1.2 |
| 3176 | 2026-07-21T17:42:47.311Z | Compiling oxide-update-engine-types v0.1.2 |
| 3177 | 2026-07-21T17:42:47.369Z | Compiling aes-gcm v0.11.0 |
| 3178 | 2026-07-21T17:42:47.406Z | Compiling expectorate v1.2.0 |
| 3179 | 2026-07-21T17:42:47.406Z | Compiling crypto-bigint v0.7.5 |
| 3180 | 2026-07-21T17:42:47.453Z | Compiling salsa20 v0.11.0 |
| 3181 | 2026-07-21T17:42:47.465Z | Compiling cbc v0.2.1 |
| 3182 | 2026-07-21T17:42:47.534Z | Compiling spki v0.8.0 |
| 3183 | 2026-07-21T17:42:47.555Z | Compiling bitfield-struct v0.6.2 |
| 3184 | 2026-07-21T17:42:47.627Z | Compiling nom v8.0.0 |
| 3185 | 2026-07-21T17:42:47.644Z | Compiling semver v0.1.20 |
| 3186 | 2026-07-21T17:42:47.904Z | Compiling scrypt v0.12.0 |
| 3187 | 2026-07-21T17:42:47.976Z | Compiling rustc_version v0.1.7 |
| 3188 | 2026-07-21T17:42:47.976Z | Compiling tokio-dtrace v0.1.1 |
| 3189 | 2026-07-21T17:42:48.053Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3190 | 2026-07-21T17:42:48.110Z | Compiling slog-dtrace v0.3.0 |
| 3191 | 2026-07-21T17:42:48.148Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3192 | 2026-07-21T17:42:48.148Z | Compiling minimal-lexical v0.2.1 |
| 3193 | 2026-07-21T17:42:48.199Z | Compiling newtype_derive v0.1.6 |
| 3194 | 2026-07-21T17:42:48.221Z | Compiling oxide-tokio-rt v0.1.4 |
| 3195 | 2026-07-21T17:42:48.255Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-07-21T17:42:48.330Z | Compiling oxide-update-engine v0.1.2 |
| 3197 | 2026-07-21T17:42:48.345Z | Compiling nom v7.1.3 |
| 3198 | 2026-07-21T17:42:48.418Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3199 | 2026-07-21T17:42:48.447Z | Compiling pkcs5 v0.8.1 |
| 3200 | 2026-07-21T17:42:48.467Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3201 | 2026-07-21T17:42:48.545Z | Compiling ingot-types v0.1.2 |
| 3202 | 2026-07-21T17:42:48.630Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3203 | 2026-07-21T17:42:48.652Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3204 | 2026-07-21T17:42:48.652Z | Compiling phf_shared v0.12.1 |
| 3205 | 2026-07-21T17:42:48.685Z | Compiling csv-core v0.1.13 |
| 3206 | 2026-07-21T17:42:48.832Z | Compiling chrono-tz v0.10.4 |
| 3207 | 2026-07-21T17:42:48.894Z | Compiling xshell-macros v0.2.7 |
| 3208 | 2026-07-21T17:42:48.912Z | Compiling ingot v0.1.1 |
| 3209 | 2026-07-21T17:42:48.964Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3210 | 2026-07-21T17:42:49.008Z | Compiling unicode-xid v0.2.6 |
| 3211 | 2026-07-21T17:42:49.061Z | Compiling highway v1.3.0 |
| 3212 | 2026-07-21T17:42:49.061Z | Compiling csv v1.4.0 |
| 3213 | 2026-07-21T17:42:49.076Z | Compiling hickory-resolver v0.24.4 |
| 3214 | 2026-07-21T17:42:49.100Z | Compiling phf v0.12.1 |
| 3215 | 2026-07-21T17:42:49.117Z | Compiling const_format_proc_macros v0.2.34 |
| 3216 | 2026-07-21T17:42:49.170Z | Compiling typify v0.6.2 |
| 3217 | 2026-07-21T17:42:49.228Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3218 | 2026-07-21T17:42:49.273Z | Compiling progenitor-impl v0.14.0 |
| 3219 | 2026-07-21T17:42:49.294Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3220 | 2026-07-21T17:42:49.310Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3221 | 2026-07-21T17:42:49.395Z | Compiling xshell v0.2.7 |
| 3222 | 2026-07-21T17:42:49.585Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3223 | 2026-07-21T17:42:49.810Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3224 | 2026-07-21T17:42:49.941Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3225 | 2026-07-21T17:42:50.020Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3226 | 2026-07-21T17:42:50.046Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3227 | 2026-07-21T17:42:50.189Z | Compiling qorb v0.4.1 |
| 3228 | 2026-07-21T17:42:50.272Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3229 | 2026-07-21T17:42:50.373Z | Compiling pkcs8 v0.11.0 |
| 3230 | 2026-07-21T17:42:50.563Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3231 | 2026-07-21T17:42:50.781Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3232 | 2026-07-21T17:42:50.816Z | Compiling owo-colors v4.3.0 |
| 3233 | 2026-07-21T17:42:50.957Z | Compiling const_format v0.2.35 |
| 3234 | 2026-07-21T17:42:50.998Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3235 | 2026-07-21T17:42:51.114Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3236 | 2026-07-21T17:42:51.235Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3237 | 2026-07-21T17:42:51.287Z | Compiling tabled_derive v0.7.0 |
| 3238 | 2026-07-21T17:42:51.343Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3239 | 2026-07-21T17:42:51.417Z | Compiling bcs v0.1.6 |
| 3240 | 2026-07-21T17:42:51.503Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3241 | 2026-07-21T17:42:51.779Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3242 | 2026-07-21T17:42:51.991Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3243 | 2026-07-21T17:42:52.035Z | Compiling progenitor-macro v0.14.0 |
| 3244 | 2026-07-21T17:42:52.352Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3245 | 2026-07-21T17:42:52.391Z | Compiling ff v0.14.0 |
| 3246 | 2026-07-21T17:42:52.391Z | Compiling termtree v0.5.1 |
| 3247 | 2026-07-21T17:42:52.392Z | Compiling tagptr v0.2.0 |
| 3248 | 2026-07-21T17:42:52.392Z | Compiling salty v0.3.0 |
| 3249 | 2026-07-21T17:42:52.392Z | Compiling textwrap v0.16.2 |
| 3250 | 2026-07-21T17:42:52.392Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3251 | 2026-07-21T17:42:52.392Z | Compiling tabled v0.15.0 |
| 3252 | 2026-07-21T17:42:52.426Z | Compiling moka v0.12.13 |
| 3253 | 2026-07-21T17:42:52.476Z | Compiling steno v0.4.1 |
| 3254 | 2026-07-21T17:42:52.592Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3255 | 2026-07-21T17:42:52.672Z | Compiling sha1 v0.10.6 |
| 3256 | 2026-07-21T17:42:52.717Z | Compiling signature v3.0.0 |
| 3257 | 2026-07-21T17:42:52.819Z | Compiling radium v0.7.0 |
| 3258 | 2026-07-21T17:42:52.907Z | Compiling base16ct v1.0.0 |
| 3259 | 2026-07-21T17:42:52.958Z | Compiling base64 v0.21.7 |
| 3260 | 2026-07-21T17:42:52.984Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3261 | 2026-07-21T17:42:53.088Z | Compiling sec1 v0.8.1 |
| 3262 | 2026-07-21T17:42:53.139Z | Compiling hickory-resolver v0.25.2 |
| 3263 | 2026-07-21T17:42:53.241Z | Compiling group v0.14.0 |
| 3264 | 2026-07-21T17:42:53.300Z | Compiling hkdf v0.13.0 |
| 3265 | 2026-07-21T17:42:53.439Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3266 | 2026-07-21T17:42:53.507Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3267 | 2026-07-21T17:42:53.538Z | Compiling rfc6979 v0.4.0 |
| 3268 | 2026-07-21T17:42:53.549Z | Compiling tap v1.0.1 |
| 3269 | 2026-07-21T17:42:53.617Z | Compiling maybe-uninit v2.0.0 |
| 3270 | 2026-07-21T17:42:53.626Z | Compiling ecdsa v0.16.9 |
| 3271 | 2026-07-21T17:42:53.661Z | Compiling wyz v0.5.1 |
| 3272 | 2026-07-21T17:42:53.686Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3273 | 2026-07-21T17:42:54.042Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3274 | 2026-07-21T17:42:54.122Z | Compiling primeorder v0.13.6 |
| 3275 | 2026-07-21T17:42:54.177Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3276 | 2026-07-21T17:42:54.397Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3277 | 2026-07-21T17:42:54.417Z | Compiling parking_lot_core v0.8.6 |
| 3278 | 2026-07-21T17:42:54.440Z | Compiling packed_struct v0.10.1 |
| 3279 | 2026-07-21T17:42:54.529Z | Compiling utf-8 v0.7.6 |
| 3280 | 2026-07-21T17:42:54.641Z | Compiling funty v2.0.0 |
| 3281 | 2026-07-21T17:42:54.707Z | Compiling tungstenite v0.21.0 |
| 3282 | 2026-07-21T17:42:54.764Z | Compiling proc-macro-error2 v2.0.1 |
| 3283 | 2026-07-21T17:42:54.779Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3284 | 2026-07-21T17:42:54.813Z | Compiling p384 v0.13.1 |
| 3285 | 2026-07-21T17:42:54.903Z | Compiling rfc6979 v0.5.0 |
| 3286 | 2026-07-21T17:42:54.933Z | Compiling git-stub v1.0.0 |
| 3287 | 2026-07-21T17:42:55.060Z | Compiling bitvec v1.0.1 |
| 3288 | 2026-07-21T17:42:55.080Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3289 | 2026-07-21T17:42:55.096Z | Compiling packed_struct_codegen v0.10.1 |
| 3290 | 2026-07-21T17:42:55.164Z | Compiling num-derive v0.3.3 |
| 3291 | 2026-07-21T17:42:55.227Z | Compiling bitfield-macros v0.19.4 |
| 3292 | 2026-07-21T17:42:55.272Z | Compiling zerocopy-derive v0.6.6 |
| 3293 | 2026-07-21T17:42:55.516Z | Compiling indexmap v1.9.3 |
| 3294 | 2026-07-21T17:42:55.634Z | Compiling crc-catalog v2.4.0 |
| 3295 | 2026-07-21T17:42:55.634Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3296 | 2026-07-21T17:42:55.676Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3297 | 2026-07-21T17:42:55.676Z | Compiling nodrop v0.1.14 |
| 3298 | 2026-07-21T17:42:55.769Z | Compiling array-init v0.0.4 |
| 3299 | 2026-07-21T17:42:55.805Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3300 | 2026-07-21T17:42:55.831Z | Compiling crc v3.4.0 |
| 3301 | 2026-07-21T17:42:55.880Z | Compiling tokio-tungstenite v0.21.0 |
| 3302 | 2026-07-21T17:42:55.915Z | Compiling tabled_derive v0.11.0 |
| 3303 | 2026-07-21T17:42:56.001Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3304 | 2026-07-21T17:42:56.058Z | Compiling bitfield v0.19.4 |
| 3305 | 2026-07-21T17:42:56.089Z | Compiling git-stub-vcs v0.1.0 |
| 3306 | 2026-07-21T17:42:56.121Z | Compiling ecdsa v0.17.0-rc.18 |
| 3307 | 2026-07-21T17:42:56.138Z | Compiling libscf-sys v1.1.0 |
| 3308 | 2026-07-21T17:42:56.230Z | Compiling zerocopy v0.6.6 |
| 3309 | 2026-07-21T17:42:56.270Z | Compiling smallvec v0.6.14 |
| 3310 | 2026-07-21T17:42:56.325Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3311 | 2026-07-21T17:42:56.408Z | Compiling primeorder v0.14.0-rc.10 |
| 3312 | 2026-07-21T17:42:56.495Z | Compiling primefield v0.14.0 |
| 3313 | 2026-07-21T17:42:56.839Z | Compiling progenitor-impl v0.13.0 |
| 3314 | 2026-07-21T17:42:56.881Z | Compiling papergrid v0.17.0 |
| 3315 | 2026-07-21T17:42:56.881Z | Compiling testing_table v0.3.0 |
| 3316 | 2026-07-21T17:42:56.881Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3317 | 2026-07-21T17:42:56.881Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3318 | 2026-07-21T17:42:56.881Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3319 | 2026-07-21T17:42:56.882Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3320 | 2026-07-21T17:42:56.882Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3321 | 2026-07-21T17:42:56.882Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3322 | 2026-07-21T17:42:56.930Z | Compiling hashbrown v0.12.3 |
| 3323 | 2026-07-21T17:42:56.930Z | Compiling unicase v2.9.0 |
| 3324 | 2026-07-21T17:42:57.023Z | Compiling corncobs v0.1.4 |
| 3325 | 2026-07-21T17:42:57.076Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3326 | 2026-07-21T17:42:57.119Z | Compiling progenitor v0.14.0 |
| 3327 | 2026-07-21T17:42:57.184Z | Compiling mime_guess v2.0.5 |
| 3328 | 2026-07-21T17:42:57.184Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3329 | 2026-07-21T17:42:57.256Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3330 | 2026-07-21T17:42:57.301Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3331 | 2026-07-21T17:42:57.301Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3332 | 2026-07-21T17:42:57.331Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3333 | 2026-07-21T17:42:57.452Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3334 | 2026-07-21T17:42:57.511Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3335 | 2026-07-21T17:42:57.511Z | Compiling parking_lot v0.11.2 |
| 3336 | 2026-07-21T17:42:57.553Z | Compiling tabled v0.20.0 |
| 3337 | 2026-07-21T17:42:57.643Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3338 | 2026-07-21T17:42:57.705Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3339 | 2026-07-21T17:42:57.802Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3340 | 2026-07-21T17:42:57.815Z | Compiling serde-hex v0.1.0 |
| 3341 | 2026-07-21T17:42:57.815Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3342 | 2026-07-21T17:42:57.877Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3343 | 2026-07-21T17:42:58.071Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3344 | 2026-07-21T17:42:58.136Z | Compiling ron v0.8.1 |
| 3345 | 2026-07-21T17:42:58.169Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3346 | 2026-07-21T17:42:58.237Z | Compiling hashbrown v0.13.2 |
| 3347 | 2026-07-21T17:42:58.275Z | Compiling progenitor-client v0.13.0 |
| 3348 | 2026-07-21T17:42:58.294Z | Compiling prefix-trie v0.7.0 |
| 3349 | 2026-07-21T17:42:58.619Z | Compiling fxhash v0.2.1 |
| 3350 | 2026-07-21T17:42:58.720Z | Compiling secrecy v0.8.0 |
| 3351 | 2026-07-21T17:42:58.833Z | Compiling crc-any v2.5.0 |
| 3352 | 2026-07-21T17:42:58.920Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3353 | 2026-07-21T17:42:58.920Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3354 | 2026-07-21T17:42:59.051Z | Compiling sled v0.34.7 |
| 3355 | 2026-07-21T17:42:59.109Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3356 | 2026-07-21T17:42:59.187Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3357 | 2026-07-21T17:42:59.233Z | Compiling progenitor-macro v0.13.0 |
| 3358 | 2026-07-21T17:42:59.673Z | Compiling hickory-server v0.25.2 |
| 3359 | 2026-07-21T17:42:59.791Z | Compiling object v0.30.4 |
| 3360 | 2026-07-21T17:42:59.931Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3361 | 2026-07-21T17:42:59.954Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3362 | 2026-07-21T17:43:00.288Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3363 | 2026-07-21T17:43:00.410Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3364 | 2026-07-21T17:43:00.476Z | Compiling ed25519 v3.0.0 |
| 3365 | 2026-07-21T17:43:00.488Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3366 | 2026-07-21T17:43:01.035Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3367 | 2026-07-21T17:43:01.230Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3368 | 2026-07-21T17:43:01.455Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3369 | 2026-07-21T17:43:01.521Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3370 | 2026-07-21T17:43:01.553Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-21T17:43:01.594Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3372 | 2026-07-21T17:43:01.789Z | Compiling poly1305 v0.9.0 |
| 3373 | 2026-07-21T17:43:02.035Z | Compiling blowfish v0.10.0 |
| 3374 | 2026-07-21T17:43:02.059Z | Compiling blake2 v0.11.0-rc.6 |
| 3375 | 2026-07-21T17:43:02.168Z | Compiling keccak v0.2.0 |
| 3376 | 2026-07-21T17:43:02.289Z | Compiling half v1.8.3 |
| 3377 | 2026-07-21T17:43:02.393Z | Compiling http-range v0.1.5 |
| 3378 | 2026-07-21T17:43:02.805Z | Compiling path-slash v0.1.5 |
| 3379 | 2026-07-21T17:43:03.002Z | Compiling crc8 v0.1.1 |
| 3380 | 2026-07-21T17:43:03.002Z | Compiling fiat-crypto v0.3.0 |
| 3381 | 2026-07-21T17:43:03.002Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3382 | 2026-07-21T17:43:03.002Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3383 | 2026-07-21T17:43:03.002Z | Compiling rsa v0.10.0-rc.18 |
| 3384 | 2026-07-21T17:43:03.002Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-07-21T17:43:03.002Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3386 | 2026-07-21T17:43:03.002Z | Compiling sha3 v0.11.0 |
| 3387 | 2026-07-21T17:43:03.002Z | Compiling argon2 v0.6.0-rc.8 |
| 3388 | 2026-07-21T17:43:03.003Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3389 | 2026-07-21T17:43:03.003Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3390 | 2026-07-21T17:43:03.192Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3391 | 2026-07-21T17:43:03.238Z | Compiling illumos-nvpair v0.3.0 |
| 3392 | 2026-07-21T17:43:03.491Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3393 | 2026-07-21T17:43:03.518Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3394 | 2026-07-21T17:43:03.601Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3395 | 2026-07-21T17:43:03.632Z | Compiling p521 v0.14.0-rc.10 |
| 3396 | 2026-07-21T17:43:03.632Z | Compiling p256 v0.14.0-rc.10 |
| 3397 | 2026-07-21T17:43:03.812Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3398 | 2026-07-21T17:43:03.892Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3399 | 2026-07-21T17:43:03.892Z | Compiling yasna v0.5.2 |
| 3400 | 2026-07-21T17:43:03.943Z | Compiling kstat-rs v0.2.4 |
| 3401 | 2026-07-21T17:43:04.084Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3402 | 2026-07-21T17:43:04.269Z | Compiling headers-core v0.3.0 |
| 3403 | 2026-07-21T17:43:04.309Z | Compiling progenitor v0.13.0 |
| 3404 | 2026-07-21T17:43:04.358Z | Compiling kem v0.3.0 |
| 3405 | 2026-07-21T17:43:04.401Z | Compiling module-lattice v0.2.3 |
| 3406 | 2026-07-21T17:43:04.436Z | Compiling nanorand v0.7.0 |
| 3407 | 2026-07-21T17:43:04.512Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3408 | 2026-07-21T17:43:04.556Z | Compiling atty v0.2.14 |
| 3409 | 2026-07-21T17:43:04.556Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3410 | 2026-07-21T17:43:04.563Z | Compiling headers v0.4.1 |
| 3411 | 2026-07-21T17:43:04.609Z | Compiling rcgen v0.12.1 |
| 3412 | 2026-07-21T17:43:04.647Z | Compiling flume v0.11.1 |
| 3413 | 2026-07-21T17:43:04.693Z | Compiling ml-kem v0.3.2 |
| 3414 | 2026-07-21T17:43:04.869Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3415 | 2026-07-21T17:43:04.971Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3416 | 2026-07-21T17:43:04.999Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3417 | 2026-07-21T17:43:04.999Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3418 | 2026-07-21T17:43:05.328Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3419 | 2026-07-21T17:43:05.690Z | Compiling hyper-staticfile v0.10.1 |
| 3420 | 2026-07-21T17:43:05.788Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3421 | 2026-07-21T17:43:05.789Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3422 | 2026-07-21T17:43:05.789Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3423 | 2026-07-21T17:43:05.904Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3424 | 2026-07-21T17:43:05.966Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3425 | 2026-07-21T17:43:06.071Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3426 | 2026-07-21T17:43:06.232Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3427 | 2026-07-21T17:43:06.406Z | Compiling russh-cryptovec v0.61.0 |
| 3428 | 2026-07-21T17:43:06.431Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3429 | 2026-07-21T17:43:06.655Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3430 | 2026-07-21T17:43:06.698Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3431 | 2026-07-21T17:43:06.911Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3432 | 2026-07-21T17:43:06.943Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3433 | 2026-07-21T17:43:07.102Z | Compiling port-file v0.1.0 |
| 3434 | 2026-07-21T17:43:07.128Z | Compiling num-bigint v0.4.6 |
| 3435 | 2026-07-21T17:43:07.161Z | Compiling generic-array v1.4.3 |
| 3436 | 2026-07-21T17:43:07.186Z | Compiling russh-util v0.52.0 |
| 3437 | 2026-07-21T17:43:07.244Z | Compiling enum_dispatch v0.3.13 |
| 3438 | 2026-07-21T17:43:07.359Z | Compiling delegate v0.13.5 |
| 3439 | 2026-07-21T17:43:07.392Z | Compiling subprocess v0.2.15 |
| 3440 | 2026-07-21T17:43:07.404Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3441 | 2026-07-21T17:43:07.694Z | Compiling display-error-chain v0.2.2 |
| 3442 | 2026-07-21T17:43:07.870Z | Compiling hex-literal v1.1.0 |
| 3443 | 2026-07-21T17:43:07.926Z | Compiling p384 v0.14.0-rc.10 |
| 3444 | 2026-07-21T17:43:07.926Z | Compiling md5 v0.8.0 |
| 3445 | 2026-07-21T17:43:07.926Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3446 | 2026-07-21T17:43:08.061Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3447 | 2026-07-21T17:43:08.116Z | Compiling colored v2.2.0 |
| 3448 | 2026-07-21T17:43:08.160Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3449 | 2026-07-21T17:43:08.214Z | Compiling socket2 v0.5.10 |
| 3450 | 2026-07-21T17:43:08.293Z | Compiling internet-checksum v0.2.1 |
| 3451 | 2026-07-21T17:43:08.867Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3452 | 2026-07-21T17:43:09.557Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3453 | 2026-07-21T17:43:09.961Z | Compiling ssh-key v0.7.0-rc.10 |
| 3454 | 2026-07-21T17:43:10.052Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3455 | 2026-07-21T17:43:11.181Z | Compiling russh v0.61.2 |
| 3456 | 2026-07-21T17:43:11.530Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3457 | 2026-07-21T17:43:12.303Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3458 | 2026-07-21T17:43:20.715Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3459 | 2026-07-21T17:43:20.715Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3460 | 2026-07-21T17:43:20.715Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3461 | 2026-07-21T17:43:20.724Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3462 | 2026-07-21T17:43:22.472Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3463 | 2026-07-21T17:43:22.525Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3464 | 2026-07-21T17:43:26.624Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3465 | 2026-07-21T17:44:08.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3466 | 2026-07-21T17:44:08.886Z | |
| 3467 | 2026-07-21T17:44:08.886Z | real 1:28.327436544 |
| 3468 | 2026-07-21T17:44:08.886Z | user 8:44.434333270 |
| 3469 | 2026-07-21T17:44:08.886Z | sys 1:43.480158058 |
| 3470 | 2026-07-21T17:44:08.886Z | trap 0.279435081 |
| 3471 | 2026-07-21T17:44:08.886Z | tflt 0.360488593 |
| 3472 | 2026-07-21T17:44:08.887Z | dflt 1.441156295 |
| 3473 | 2026-07-21T17:44:08.887Z | kflt 0.000398483 |
| 3474 | 2026-07-21T17:44:08.887Z | lock 31:08.516799761 |
| 3475 | 2026-07-21T17:44:08.887Z | slp 20:06.250696295 |
| 3476 | 2026-07-21T17:44:08.887Z | lat 41.420203985 |
| 3477 | 2026-07-21T17:44:08.887Z | stop 3:02.992778267 |
| 3478 | 2026-07-21T17:44:08.887Z | + mkdir tests |
| 3479 | 2026-07-21T17:44:08.887Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3480 | 2026-07-21T17:44:08.887Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3481 | 2026-07-21T17:44:08.887Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3482 | 2026-07-21T17:44:08.887Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3483 | 2026-07-21T17:44:08.887Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3484 | 2026-07-21T17:44:08.887Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3485 | 2026-07-21T17:44:08.887Z | + 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) |
| 3486 | 2026-07-21T17:44:08.887Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3487 | 2026-07-21T17:45:27.597Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3488 | 2026-07-21T17:45:27.598Z | a .github/buildomat/ci-env.sh 1K |
| 3489 | 2026-07-21T17:45:27.598Z | a out/target/test 1K |
| 3490 | 2026-07-21T17:45:27.598Z | a out/npuzone/npuzone 27402K |
| 3491 | 2026-07-21T17:45:27.598Z | a package-manifest.toml 35K |
| 3492 | 2026-07-21T17:45:27.598Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3493 | 2026-07-21T17:45:27.598Z | a target/release/omicron-package 40729K |
| 3494 | 2026-07-21T17:45:27.598Z | a target/release/xtask 10468K |
| 3495 | 2026-07-21T17:45:27.598Z | a target/debug/bootstrap 349676K |
| 3496 | 2026-07-21T17:45:27.598Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3497 | 2026-07-21T17:45:27.598Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3498 | 2026-07-21T17:45:27.598Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3499 | 2026-07-21T17:45:27.598Z | a tests/end_to_end_tests-fe05326eebb245d2 399544K |
| 3500 | 2026-07-21T17:45:27.598Z | a tools/opte_version 1K |
| 3501 | 2026-07-21T17:45:27.598Z | a tools/opte_version_override 2K |
| 3502 | 2026-07-21T17:45:27.598Z | a out/clickhouse.tar.gz 310740K |
| 3503 | 2026-07-21T17:45:27.598Z | a out/clickhouse_keeper.tar.gz 297205K |
| 3504 | 2026-07-21T17:45:27.598Z | a out/clickhouse_server.tar.gz 310737K |
| 3505 | 2026-07-21T17:45:27.598Z | a out/cockroachdb.tar.gz 161744K |
| 3506 | 2026-07-21T17:45:27.598Z | a out/crucible-pantry-zone.tar.gz 39111K |
| 3507 | 2026-07-21T17:45:27.598Z | a out/crucible-utils.tar 18900K |
| 3508 | 2026-07-21T17:45:27.598Z | a out/crucible-zone.tar.gz 53806K |
| 3509 | 2026-07-21T17:45:27.598Z | a out/external-dns.tar.gz 46167K |
| 3510 | 2026-07-21T17:45:27.598Z | a out/internal-dns.tar.gz 46167K |
| 3511 | 2026-07-21T17:45:27.598Z | a out/mg-ddm-gz.tar 102717K |
| 3512 | 2026-07-21T17:45:27.598Z | a out/nexus.tar.gz 273582K |
| 3513 | 2026-07-21T17:45:27.598Z | a out/ntp.tar.gz 29914K |
| 3514 | 2026-07-21T17:45:27.599Z | a out/omicron-gateway-softnpu.tar.gz 27711K |
| 3515 | 2026-07-21T17:45:27.599Z | a out/omicron-sled-agent.tar 191429K |
| 3516 | 2026-07-21T17:45:27.599Z | a out/overlay.tar.gz 4K |
| 3517 | 2026-07-21T17:45:27.599Z | a out/oximeter.tar.gz 59923K |
| 3518 | 2026-07-21T17:45:27.599Z | a out/oxlog.tar 3808K |
| 3519 | 2026-07-21T17:45:27.599Z | a out/probe.tar.gz 3037K |
| 3520 | 2026-07-21T17:45:27.599Z | a out/propolis-server.tar.gz 34372K |
| 3521 | 2026-07-21T17:45:27.599Z | a out/pumpkind-gz.tar 26647K |
| 3522 | 2026-07-21T17:45:27.599Z | a out/switch-softnpu.tar.gz 450681K |
| 3523 | 2026-07-21T17:45:27.605Z | |
| 3524 | 2026-07-21T17:45:27.606Z | real 1:19.782164841 |
| 3525 | 2026-07-21T17:45:27.606Z | user 1:17.183076704 |
| 3526 | 2026-07-21T17:45:27.606Z | sys 4.340988903 |
| 3527 | 2026-07-21T17:45:27.606Z | trap 0.006535008 |
| 3528 | 2026-07-21T17:45:27.606Z | tflt 0.000000000 |
| 3529 | 2026-07-21T17:45:27.606Z | dflt 0.000000000 |
| 3530 | 2026-07-21T17:45:27.606Z | kflt 0.000000000 |
| 3531 | 2026-07-21T17:45:27.606Z | lock 0.000000000 |
| 3532 | 2026-07-21T17:45:27.606Z | slp 1:17.078025675 |
| 3533 | 2026-07-21T17:45:27.606Z | lat 0.950631818 |
| 3534 | 2026-07-21T17:45:27.606Z | stop 0.000505738 |
| 3535 | 2026-07-21T17:45:27.606Z | process exited: duration 1091035 ms, exit code 0 |
| |
| 3536 | 2026-07-21T17:45:27.623Z | found 1 output files |
| 3537 | 2026-07-21T17:45:27.634Z | uploading: /work/package.tar.gz (2484371521 bytes) |
| 3538 | 2026-07-21T17:46:42.560Z | uploaded: /work/package.tar.gz |