|
|
|
| 1 | 2026-08-05T19:25:38.959Z | job assigned to worker 01KZ9P5H3Z5WGGKMMYY8P7GZY4 [factory aws, i-009aff4a3eaf435a0] (queued for 54 s) |
| |
| 2 | 2026-08-05T19:25:46.453Z | starting task 0: "setup" |
| 3 | 2026-08-05T19:25:46.457Z | ++ uname -s |
| 4 | 2026-08-05T19:25:46.460Z | + kern=SunOS |
| 5 | 2026-08-05T19:25:46.460Z | + build_user=build |
| 6 | 2026-08-05T19:25:46.460Z | + build_uid=12345 |
| 7 | 2026-08-05T19:25:46.460Z | + work_dir=/work |
| 8 | 2026-08-05T19:25:46.460Z | + input_dir=/input |
| 9 | 2026-08-05T19:25:46.461Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-05T19:25:46.461Z | + case "$kern" in |
| 11 | 2026-08-05T19:25:46.461Z | + groupadd -g 12345 build |
| 12 | 2026-08-05T19:25:46.465Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-05T19:25:48.470Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-05T19:25:48.574Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-05T19:25:48.577Z | + home_fs=zfs |
| 16 | 2026-08-05T19:25:48.577Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-05T19:25:48.577Z | + mkdir -p /home/build |
| 18 | 2026-08-05T19:25:48.580Z | + chown build:build /home/build /work |
| 19 | 2026-08-05T19:25:50.580Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-05T19:25:50.583Z | process exited: duration 4134 ms, exit code 0 |
| |
| 21 | 2026-08-05T19:25:50.591Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-05T19:25:50.596Z | * rust toolchain channel = "1.97.1" |
| 23 | 2026-08-05T19:25:50.596Z | * rust toolchain profile = "default" |
| 24 | 2026-08-05T19:25:50.596Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 25 | 2026-08-05T19:25:50.596Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-05T19:25:50.596Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-05T19:25:50.596Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-05T19:25:50.599Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-05T19:25:50.599Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-05T19:25:50.688Z | info: downloading installer |
| 31 | 2026-08-05T19:25:52.366Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-05T19:25:52.366Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-05T19:25:52.366Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-05T19:25:52.366Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-05T19:25:52.379Z | info: profile set to default |
| 36 | 2026-08-05T19:25:52.379Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-05T19:25:52.382Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-05T19:25:52.523Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-05T19:25:52.523Z | info: downloading 6 components |
| 40 | 2026-08-05T19:26:07.492Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-05T19:26:07.492Z | |
| 42 | 2026-08-05T19:26:07.520Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-05T19:26:07.520Z | |
| 44 | 2026-08-05T19:26:07.520Z | |
| 45 | 2026-08-05T19:26:07.520Z | Rust is installed now. Great! |
| 46 | 2026-08-05T19:26:07.520Z | |
| 47 | 2026-08-05T19:26:07.520Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-05T19:26:07.520Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-05T19:26:07.520Z | |
| 50 | 2026-08-05T19:26:07.520Z | To configure your current shell, you need to source |
| 51 | 2026-08-05T19:26:07.520Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-05T19:26:07.520Z | |
| 53 | 2026-08-05T19:26:07.520Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-05T19:26:07.520Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-05T19:26:07.520Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-05T19:26:07.521Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-05T19:26:07.521Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-05T19:26:07.521Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-05T19:26:07.521Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-05T19:26:07.524Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-05T19:26:07.524Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-05T19:26:07.621Z | + rustup --version |
| 63 | 2026-08-05T19:26:07.628Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-05T19:26:07.631Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-05T19:26:07.647Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-05T19:26:07.650Z | + cargo --version |
| 67 | 2026-08-05T19:26:07.659Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-05T19:26:07.662Z | + rustc --version |
| 69 | 2026-08-05T19:26:07.682Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-05T19:26:07.685Z | process exited: duration 17095 ms, exit code 0 |
| |
| 71 | 2026-08-05T19:26:07.691Z | starting task 2: "authentication" |
| 72 | 2026-08-05T19:26:07.712Z | process exited: duration 20 ms, exit code 0 |
| |
| 73 | 2026-08-05T19:26:07.718Z | starting task 3: "clone repository" |
| 74 | 2026-08-05T19:26:07.723Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-05T19:26:07.725Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-05T19:26:07.762Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-05T19:26:18.035Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-05T19:26:18.035Z | + git fetch origin 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 79 | 2026-08-05T19:26:18.305Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-05T19:26:18.306Z | * branch 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d -> FETCH_HEAD |
| 81 | 2026-08-05T19:26:18.318Z | + [[ -n john/set-target-release-better-errors ]] |
| 82 | 2026-08-05T19:26:18.321Z | ++ git branch --show-current |
| 83 | 2026-08-05T19:26:18.324Z | + current=main |
| 84 | 2026-08-05T19:26:18.324Z | + [[ main != john/set-target-release-better-errors ]] |
| 85 | 2026-08-05T19:26:18.324Z | + git branch -f john/set-target-release-better-errors 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 86 | 2026-08-05T19:26:18.327Z | + git checkout -f john/set-target-release-better-errors |
| 87 | 2026-08-05T19:26:18.580Z | Switched to branch 'john/set-target-release-better-errors' |
| 88 | 2026-08-05T19:26:18.584Z | + git reset --hard 1f4f17af57c3bcb81c3adf18d5d5eb114e166b4d |
| 89 | 2026-08-05T19:26:18.607Z | HEAD is now at 1f4f17af5 fix up integration test and error message typos |
| 90 | 2026-08-05T19:26:18.611Z | process exited: duration 10890 ms, exit code 0 |
| |
| 91 | 2026-08-05T19:26:18.617Z | starting task 4: "build" |
| 92 | 2026-08-05T19:26:18.623Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-05T19:26:18.623Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-05T19:26:18.623Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-05T19:26:18.626Z | +++ uname -s |
| 96 | 2026-08-05T19:26:18.626Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-05T19:26:18.626Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-05T19:26:18.629Z | + cargo --version |
| 99 | 2026-08-05T19:26:18.637Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-05T19:26:18.640Z | + rustc --version |
| 101 | 2026-08-05T19:26:18.660Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-05T19:26:18.663Z | + WORK=/work |
| 103 | 2026-08-05T19:26:18.663Z | + pfexec mkdir -p /work |
| 104 | 2026-08-05T19:26:18.665Z | + pfexec chown build /work |
| 105 | 2026-08-05T19:26:18.669Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-05T19:26:20.562Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-05T19:26:20.818Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-05T19:26:22.127Z | Planning: Solver setup ... Done (1.221s) |
| 109 | 2026-08-05T19:26:22.171Z | Planning: Running solver ... Done (0.044s) |
| 110 | 2026-08-05T19:26:22.203Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-05T19:26:22.214Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-05T19:26:22.233Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-05T19:26:22.249Z | Planning: Package planning ... Done (0.016s) |
| 114 | 2026-08-05T19:26:22.252Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-08-05T19:26:22.417Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 116 | 2026-08-05T19:26:22.421Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-05T19:26:23.246Z | Planning: Evaluating mediators ... Done (0.828s) |
| 118 | 2026-08-05T19:26:23.249Z | Planning: Planning completed in 2.40 seconds |
| 119 | 2026-08-05T19:26:23.256Z | Packages to install: 2 |
| 120 | 2026-08-05T19:26:23.256Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-05T19:26:23.256Z | Estimated space to be consumed: 56.47 MB |
| 122 | 2026-08-05T19:26:23.256Z | Create boot environment: No |
| 123 | 2026-08-05T19:26:23.256Z | Create backup boot environment: No |
| 124 | 2026-08-05T19:26:23.259Z | Rebuild boot archive: No |
| 125 | 2026-08-05T19:26:23.259Z | |
| 126 | 2026-08-05T19:26:23.259Z | Changed packages: |
| 127 | 2026-08-05T19:26:23.259Z | helios |
| 128 | 2026-08-05T19:26:23.259Z | developer/build-essential |
| 129 | 2026-08-05T19:26:23.259Z | None -> 11-3.0 |
| 130 | 2026-08-05T19:26:23.259Z | library/libxmlsec1 |
| 131 | 2026-08-05T19:26:23.259Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-05T19:26:23.282Z | |
| 133 | 2026-08-05T19:26:23.282Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-05T19:26:23.353Z | Download: Completed 1.28 MB in 0.07 seconds (18.1M/s) |
| 135 | 2026-08-05T19:26:23.430Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-05T19:26:23.469Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-05T19:26:23.496Z | Finalize: Updating package state database ... Done (0.026s) |
| 138 | 2026-08-05T19:26:23.496Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-05T19:26:23.555Z | Finalize: Updating image state ... Done (0.060s) |
| 140 | 2026-08-05T19:26:26.280Z | Finalize: Creating fast lookup database ... Done (2.684s) |
| 141 | 2026-08-05T19:26:26.351Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-08-05T19:26:26.354Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-05T19:26:26.486Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-05T19:26:26.832Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-05T19:26:26.936Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-05T19:26:26.939Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-05T19:26:27.093Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-05T19:26:27.096Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-05T19:26:27.116Z | Mediators to change: 2 |
| 150 | 2026-08-05T19:26:27.116Z | Create boot environment: No |
| 151 | 2026-08-05T19:26:27.116Z | Create backup boot environment: No |
| 152 | 2026-08-05T19:26:27.170Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-05T19:26:27.170Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-05T19:26:27.205Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-05T19:26:29.149Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-05T19:26:29.211Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-05T19:26:29.214Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-05T19:26:29.295Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-05T19:26:29.584Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-05T19:26:29.685Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-05T19:26:29.688Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-05T19:26:29.840Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-05T19:26:29.844Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-05T19:26:29.865Z | Mediators to change: 1 |
| 165 | 2026-08-05T19:26:29.865Z | Create boot environment: No |
| 166 | 2026-08-05T19:26:29.865Z | Create backup boot environment: No |
| 167 | 2026-08-05T19:26:29.915Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-05T19:26:29.915Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-05T19:26:29.949Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-05T19:26:31.908Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-05T19:26:31.970Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-05T19:26:31.973Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-05T19:26:32.043Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-05T19:26:32.354Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-05T19:26:32.354Z | apache system 2.4 system |
| 176 | 2026-08-05T19:26:32.354Z | clang system 15 system |
| 177 | 2026-08-05T19:26:32.354Z | csh system system illumos |
| 178 | 2026-08-05T19:26:32.354Z | ctags system system illumos |
| 179 | 2026-08-05T19:26:32.354Z | file vendor vendor darwinsys |
| 180 | 2026-08-05T19:26:32.354Z | file system system illumos |
| 181 | 2026-08-05T19:26:32.354Z | gcc vendor 14 vendor |
| 182 | 2026-08-05T19:26:32.354Z | gcc system 13 system |
| 183 | 2026-08-05T19:26:32.354Z | gcc system 10 system |
| 184 | 2026-08-05T19:26:32.354Z | go system 1.25 system |
| 185 | 2026-08-05T19:26:32.354Z | llvm system 15 system |
| 186 | 2026-08-05T19:26:32.354Z | mariadb system 11.4 system |
| 187 | 2026-08-05T19:26:32.354Z | mta vendor vendor dma |
| 188 | 2026-08-05T19:26:32.354Z | openjdk system 17 system |
| 189 | 2026-08-05T19:26:32.354Z | openjdk system 11 system |
| 190 | 2026-08-05T19:26:32.354Z | openssl vendor 3 vendor |
| 191 | 2026-08-05T19:26:32.354Z | perl system 5.40 system |
| 192 | 2026-08-05T19:26:32.354Z | postgresql system 18 system |
| 193 | 2026-08-05T19:26:32.354Z | postgresql system 17 system |
| 194 | 2026-08-05T19:26:32.354Z | python vendor 3 vendor |
| 195 | 2026-08-05T19:26:32.354Z | python system 2 system |
| 196 | 2026-08-05T19:26:32.354Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-05T19:26:32.354Z | ruby system 3.4 system |
| 198 | 2026-08-05T19:26:32.354Z | ruby system 3.0 system |
| 199 | 2026-08-05T19:26:32.354Z | words vendor vendor american-english |
| 200 | 2026-08-05T19:26:32.354Z | words system system australian-english |
| 201 | 2026-08-05T19:26:32.354Z | words system system british-english |
| 202 | 2026-08-05T19:26:32.354Z | words system system canadian-english |
| 203 | 2026-08-05T19:26:32.354Z | words system system french |
| 204 | 2026-08-05T19:26:32.354Z | words system system italian |
| 205 | 2026-08-05T19:26:32.354Z | words system system ngerman |
| 206 | 2026-08-05T19:26:32.354Z | words system system ogerman |
| 207 | 2026-08-05T19:26:32.354Z | words system system spanish |
| 208 | 2026-08-05T19:26:32.608Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-05T19:26:32.608Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-05T19:26:33.011Z | FMRI IFO |
| 211 | 2026-08-05T19:26:33.011Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-05T19:26:33.011Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-05T19:26:33.011Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-05T19:26:33.011Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-05T19:26:33.011Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-05T19:26:33.012Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-05T19:26:33.012Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-05T19:26:33.012Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-05T19:26:33.012Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-05T19:26:33.313Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-05T19:26:33.619Z | Updating crates.io index |
| 222 | 2026-08-05T19:26:33.622Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-05T19:26:33.912Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-05T19:26:34.250Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-05T19:26:35.502Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-05T19:26:36.067Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-05T19:26:37.943Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-05T19:26:38.777Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-05T19:26:39.092Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-05T19:26:39.449Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-05T19:26:40.897Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-05T19:26:41.198Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-05T19:26:41.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-08-05T19:26:41.863Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-05T19:26:43.359Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-08-05T19:26:43.862Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-08-05T19:26:44.142Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-05T19:26:44.397Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-05T19:26:44.644Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-08-05T19:26:44.966Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-08-05T19:26:45.365Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-08-05T19:26:45.597Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-08-05T19:26:45.880Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-08-05T19:26:46.294Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-08-05T19:26:46.694Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-05T19:26:47.051Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-05T19:26:47.507Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-05T19:26:47.927Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-05T19:26:48.310Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-05T19:26:48.588Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-05T19:26:48.887Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-05T19:26:49.172Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-05T19:26:49.548Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-08-05T19:26:50.075Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-05T19:26:50.393Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-05T19:26:50.683Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-05T19:26:50.926Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 258 | 2026-08-05T19:26:51.449Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-08-05T19:26:51.765Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 260 | 2026-08-05T19:26:52.042Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 261 | 2026-08-05T19:26:52.364Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 262 | 2026-08-05T19:26:52.668Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 263 | 2026-08-05T19:26:52.905Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 264 | 2026-08-05T19:26:55.498Z | Downloading crates ... |
| 265 | 2026-08-05T19:26:55.552Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-08-05T19:26:55.559Z | Downloaded fastrand v2.3.0 |
| 267 | 2026-08-05T19:26:55.562Z | Downloaded generic-array v0.14.7 |
| 268 | 2026-08-05T19:26:55.565Z | Downloaded smawk v0.3.2 |
| 269 | 2026-08-05T19:26:55.580Z | Downloaded zerocopy v0.7.35 |
| 270 | 2026-08-05T19:26:55.588Z | Downloaded zerocopy-derive v0.7.35 |
| 271 | 2026-08-05T19:26:55.591Z | Downloaded zmij v1.0.21 |
| 272 | 2026-08-05T19:26:55.591Z | Downloaded anstream v1.0.0 |
| 273 | 2026-08-05T19:26:55.594Z | Downloaded bytecount v0.6.9 |
| 274 | 2026-08-05T19:26:55.594Z | Downloaded digest v0.10.7 |
| 275 | 2026-08-05T19:26:55.594Z | Downloaded fnv v1.0.7 |
| 276 | 2026-08-05T19:26:55.598Z | Downloaded plain v0.2.3 |
| 277 | 2026-08-05T19:26:55.598Z | Downloaded proc-macro-error-attr v1.0.4 |
| 278 | 2026-08-05T19:26:55.598Z | Downloaded terminal_size v0.4.3 |
| 279 | 2026-08-05T19:26:55.598Z | Downloaded unicode-linebreak v0.1.5 |
| 280 | 2026-08-05T19:26:55.598Z | Downloaded usdt v0.5.0 |
| 281 | 2026-08-05T19:26:55.598Z | Downloaded block-buffer v0.10.4 |
| 282 | 2026-08-05T19:26:55.598Z | Downloaded cfg-if v1.0.4 |
| 283 | 2026-08-05T19:26:55.601Z | Downloaded itoa v1.0.17 |
| 284 | 2026-08-05T19:26:55.602Z | Downloaded toml_write v0.1.2 |
| 285 | 2026-08-05T19:26:55.607Z | Downloaded scroll_derive v0.12.1 |
| 286 | 2026-08-05T19:26:55.610Z | Downloaded utf8parse v0.2.2 |
| 287 | 2026-08-05T19:26:55.610Z | Downloaded heck v0.5.0 |
| 288 | 2026-08-05T19:26:55.613Z | Downloaded cpufeatures v0.2.17 |
| 289 | 2026-08-05T19:26:55.616Z | Downloaded errno v0.3.14 |
| 290 | 2026-08-05T19:26:55.617Z | Downloaded colorchoice v1.0.4 |
| 291 | 2026-08-05T19:26:55.621Z | Downloaded cargo-platform v0.3.2 |
| 292 | 2026-08-05T19:26:55.624Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-08-05T19:26:55.627Z | Downloaded dof v0.3.0 |
| 294 | 2026-08-05T19:26:55.630Z | Downloaded memmap v0.7.0 |
| 295 | 2026-08-05T19:26:55.630Z | Downloaded is_terminal_polyfill v1.70.2 |
| 296 | 2026-08-05T19:26:55.633Z | Downloaded crypto-common v0.1.7 |
| 297 | 2026-08-05T19:26:55.633Z | Downloaded macaddr v1.0.1 |
| 298 | 2026-08-05T19:26:55.633Z | Downloaded clap_lex v1.0.0 |
| 299 | 2026-08-05T19:26:55.633Z | Downloaded heck v0.4.1 |
| 300 | 2026-08-05T19:26:55.639Z | Downloaded anstyle-parse v1.0.0 |
| 301 | 2026-08-05T19:26:55.642Z | Downloaded anstyle v1.0.14 |
| 302 | 2026-08-05T19:26:55.642Z | Downloaded bitflags v2.11.0 |
| 303 | 2026-08-05T19:26:55.645Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-08-05T19:26:55.645Z | Downloaded usdt-macro v0.5.0 |
| 305 | 2026-08-05T19:26:55.649Z | Downloaded swrite v0.1.0 |
| 306 | 2026-08-05T19:26:55.652Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2026-08-05T19:26:55.652Z | Downloaded serde_spanned v0.6.9 |
| 308 | 2026-08-05T19:26:55.656Z | Downloaded strsim v0.11.1 |
| 309 | 2026-08-05T19:26:55.656Z | Downloaded toml_datetime v0.6.11 |
| 310 | 2026-08-05T19:26:55.659Z | Downloaded thread-id v4.2.2 |
| 311 | 2026-08-05T19:26:55.659Z | Downloaded version_check v0.9.5 |
| 312 | 2026-08-05T19:26:55.659Z | Downloaded pretty-hex v0.4.1 |
| 313 | 2026-08-05T19:26:55.659Z | Downloaded anstyle-query v1.1.5 |
| 314 | 2026-08-05T19:26:55.664Z | Downloaded thiserror-impl v2.0.18 |
| 315 | 2026-08-05T19:26:55.668Z | Downloaded scroll v0.12.0 |
| 316 | 2026-08-05T19:26:55.672Z | Downloaded thiserror v1.0.69 |
| 317 | 2026-08-05T19:26:55.675Z | Downloaded sha2 v0.10.9 |
| 318 | 2026-08-05T19:26:55.679Z | Downloaded autocfg v1.5.0 |
| 319 | 2026-08-05T19:26:55.682Z | Downloaded cargo_metadata v0.23.1 |
| 320 | 2026-08-05T19:26:55.682Z | Downloaded camino-tempfile v1.4.1 |
| 321 | 2026-08-05T19:26:55.682Z | Downloaded byteorder v1.5.0 |
| 322 | 2026-08-05T19:26:55.687Z | Downloaded fs-err v3.3.0 |
| 323 | 2026-08-05T19:26:55.687Z | Downloaded cargo_toml v0.21.0 |
| 324 | 2026-08-05T19:26:55.690Z | Downloaded clap v4.6.1 |
| 325 | 2026-08-05T19:26:55.693Z | Downloaded serde_tokenstream v0.2.3 |
| 326 | 2026-08-05T19:26:55.696Z | Downloaded thiserror v2.0.18 |
| 327 | 2026-08-05T19:26:55.697Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2026-08-05T19:26:55.700Z | Downloaded pest_derive v2.8.6 |
| 329 | 2026-08-05T19:26:55.700Z | Downloaded quote v1.0.45 |
| 330 | 2026-08-05T19:26:55.700Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-08-05T19:26:55.707Z | Downloaded semver v1.0.28 |
| 332 | 2026-08-05T19:26:55.712Z | Downloaded once_cell v1.21.3 |
| 333 | 2026-08-05T19:26:55.719Z | Downloaded camino v1.2.2 |
| 334 | 2026-08-05T19:26:55.722Z | Downloaded anyhow v1.0.102 |
| 335 | 2026-08-05T19:26:55.726Z | Downloaded papergrid v0.11.0 |
| 336 | 2026-08-05T19:26:55.729Z | Downloaded toml v0.8.23 |
| 337 | 2026-08-05T19:26:55.729Z | Downloaded proc-macro-error v1.0.4 |
| 338 | 2026-08-05T19:26:55.735Z | Downloaded serde_core v1.0.228 |
| 339 | 2026-08-05T19:26:55.738Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-08-05T19:26:55.741Z | Downloaded textwrap v0.16.2 |
| 341 | 2026-08-05T19:26:55.744Z | Downloaded ucd-trie v0.1.7 |
| 342 | 2026-08-05T19:26:55.744Z | Downloaded clap_derive v4.6.1 |
| 343 | 2026-08-05T19:26:55.748Z | Downloaded getrandom v0.4.1 |
| 344 | 2026-08-05T19:26:55.748Z | Downloaded serde_derive v1.0.228 |
| 345 | 2026-08-05T19:26:55.752Z | Downloaded tempfile v3.25.0 |
| 346 | 2026-08-05T19:26:55.756Z | Downloaded toml_edit v0.22.27 |
| 347 | 2026-08-05T19:26:55.762Z | Downloaded log v0.4.29 |
| 348 | 2026-08-05T19:26:55.771Z | Downloaded pest_generator v2.8.6 |
| 349 | 2026-08-05T19:26:55.778Z | Downloaded proc-macro2 v1.0.106 |
| 350 | 2026-08-05T19:26:55.786Z | Downloaded memchr v2.8.0 |
| 351 | 2026-08-05T19:26:55.789Z | Downloaded pest_meta v2.8.6 |
| 352 | 2026-08-05T19:26:55.804Z | Downloaded indexmap v2.14.0 |
| 353 | 2026-08-05T19:26:55.807Z | Downloaded serde v1.0.228 |
| 354 | 2026-08-05T19:26:55.811Z | Downloaded typenum v1.20.1 |
| 355 | 2026-08-05T19:26:55.839Z | Downloaded pest v2.8.6 |
| 356 | 2026-08-05T19:26:55.844Z | Downloaded serde_json v1.0.151 |
| 357 | 2026-08-05T19:26:55.848Z | Downloaded hashbrown v0.17.0 |
| 358 | 2026-08-05T19:26:55.857Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-05T19:26:55.864Z | Downloaded winnow v0.7.14 |
| 360 | 2026-08-05T19:26:55.870Z | Downloaded goblin v0.8.2 |
| 361 | 2026-08-05T19:26:55.877Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-05T19:26:55.895Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-05T19:26:55.908Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-08-05T19:26:55.911Z | Downloaded unicode-width v0.2.0 |
| 365 | 2026-08-05T19:26:55.914Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-05T19:26:55.922Z | Downloaded rustix v1.1.3 |
| 367 | 2026-08-05T19:26:55.949Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-05T19:26:56.013Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-05T19:26:56.013Z | Compiling quote v1.0.45 |
| 370 | 2026-08-05T19:26:56.017Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-05T19:26:56.018Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-05T19:26:56.018Z | Compiling libc v0.2.185 |
| 373 | 2026-08-05T19:26:56.018Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-05T19:26:56.018Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-05T19:26:56.018Z | Compiling serde v1.0.228 |
| 376 | 2026-08-05T19:26:56.196Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-05T19:26:56.211Z | Compiling thiserror v1.0.69 |
| 378 | 2026-08-05T19:26:56.214Z | Compiling itoa v1.0.17 |
| 379 | 2026-08-05T19:26:56.214Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-05T19:26:56.226Z | Compiling rustix v1.1.3 |
| 381 | 2026-08-05T19:26:56.229Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-05T19:26:56.422Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-05T19:26:56.557Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-05T19:26:56.615Z | Compiling pest v2.8.6 |
| 385 | 2026-08-05T19:26:56.658Z | Compiling usdt-impl v0.5.0 |
| 386 | 2026-08-05T19:26:56.690Z | Compiling proc-macro-error-attr v1.0.4 |
| 387 | 2026-08-05T19:26:56.865Z | Compiling camino v1.2.2 |
| 388 | 2026-08-05T19:26:56.918Z | Compiling syn v1.0.109 |
| 389 | 2026-08-05T19:26:56.956Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-05T19:26:56.992Z | Compiling plain v0.2.3 |
| 391 | 2026-08-05T19:26:57.094Z | Compiling hashbrown v0.17.0 |
| 392 | 2026-08-05T19:26:57.112Z | Compiling equivalent v1.0.2 |
| 393 | 2026-08-05T19:26:57.159Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-08-05T19:26:57.177Z | Compiling log v0.4.29 |
| 395 | 2026-08-05T19:26:57.181Z | Compiling getrandom v0.4.1 |
| 396 | 2026-08-05T19:26:57.295Z | Compiling anstyle-parse v1.0.0 |
| 397 | 2026-08-05T19:26:57.347Z | Compiling thiserror v2.0.18 |
| 398 | 2026-08-05T19:26:57.351Z | Compiling pretty-hex v0.4.1 |
| 399 | 2026-08-05T19:26:57.384Z | Compiling errno v0.3.14 |
| 400 | 2026-08-05T19:26:57.384Z | Compiling thread-id v4.2.2 |
| 401 | 2026-08-05T19:26:57.438Z | Compiling cfg-if v1.0.4 |
| 402 | 2026-08-05T19:26:57.455Z | Compiling autocfg v1.5.0 |
| 403 | 2026-08-05T19:26:57.534Z | Compiling anstyle v1.0.14 |
| 404 | 2026-08-05T19:26:57.553Z | Compiling toml_write v0.1.2 |
| 405 | 2026-08-05T19:26:57.556Z | Compiling winnow v0.7.14 |
| 406 | 2026-08-05T19:26:57.591Z | Compiling anstyle-query v1.1.5 |
| 407 | 2026-08-05T19:26:57.612Z | Compiling colorchoice v1.0.4 |
| 408 | 2026-08-05T19:26:57.630Z | Compiling is_terminal_polyfill v1.70.2 |
| 409 | 2026-08-05T19:26:57.764Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-08-05T19:26:57.783Z | Compiling indexmap v2.14.0 |
| 411 | 2026-08-05T19:26:57.821Z | Compiling anstream v1.0.0 |
| 412 | 2026-08-05T19:26:57.825Z | Compiling fnv v1.0.7 |
| 413 | 2026-08-05T19:26:57.826Z | Compiling strsim v0.11.1 |
| 414 | 2026-08-05T19:26:57.826Z | Compiling clap_lex v1.0.0 |
| 415 | 2026-08-05T19:26:57.965Z | Compiling syn v2.0.117 |
| 416 | 2026-08-05T19:26:58.001Z | Compiling fs-err v3.3.0 |
| 417 | 2026-08-05T19:26:58.004Z | Compiling once_cell v1.21.3 |
| 418 | 2026-08-05T19:26:58.040Z | Compiling fastrand v2.3.0 |
| 419 | 2026-08-05T19:26:58.075Z | Compiling bytecount v0.6.9 |
| 420 | 2026-08-05T19:26:58.141Z | Compiling unicode-width v0.1.14 |
| 421 | 2026-08-05T19:26:58.180Z | Compiling anyhow v1.0.102 |
| 422 | 2026-08-05T19:26:58.208Z | Compiling heck v0.5.0 |
| 423 | 2026-08-05T19:26:58.225Z | Compiling heck v0.4.1 |
| 424 | 2026-08-05T19:26:58.261Z | Compiling memmap v0.7.0 |
| 425 | 2026-08-05T19:26:58.318Z | Compiling smawk v0.3.2 |
| 426 | 2026-08-05T19:26:58.358Z | Compiling unicode-linebreak v0.1.5 |
| 427 | 2026-08-05T19:26:58.424Z | Compiling papergrid v0.11.0 |
| 428 | 2026-08-05T19:26:58.427Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-08-05T19:26:58.462Z | Compiling terminal_size v0.4.3 |
| 430 | 2026-08-05T19:26:58.465Z | Compiling tempfile v3.25.0 |
| 431 | 2026-08-05T19:26:58.500Z | Compiling swrite v0.1.0 |
| 432 | 2026-08-05T19:26:58.611Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-05T19:26:58.670Z | Compiling textwrap v0.16.2 |
| 434 | 2026-08-05T19:26:58.763Z | Compiling cargo-platform v0.3.2 |
| 435 | 2026-08-05T19:26:58.785Z | Compiling semver v1.0.28 |
| 436 | 2026-08-05T19:26:59.080Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-05T19:26:59.396Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-05T19:27:00.138Z | Compiling tabled v0.15.0 |
| 439 | 2026-08-05T19:27:00.246Z | Compiling pest_generator v2.8.6 |
| 440 | 2026-08-05T19:27:00.662Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-05T19:27:00.663Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-05T19:27:00.663Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-05T19:27:00.688Z | Compiling pest_derive v2.8.6 |
| 444 | 2026-08-05T19:27:00.688Z | Compiling scroll_derive v0.12.1 |
| 445 | 2026-08-05T19:27:00.689Z | Compiling thiserror-impl v2.0.18 |
| 446 | 2026-08-05T19:27:00.689Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-08-05T19:27:01.345Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-08-05T19:27:01.362Z | Compiling scroll v0.12.0 |
| 449 | 2026-08-05T19:27:01.591Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-05T19:27:01.662Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-05T19:27:01.976Z | Compiling clap v4.6.1 |
| 452 | 2026-08-05T19:27:03.055Z | Compiling dof v0.3.0 |
| 453 | 2026-08-05T19:27:03.055Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-08-05T19:27:03.070Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-05T19:27:03.073Z | Compiling serde_spanned v0.6.9 |
| 456 | 2026-08-05T19:27:03.073Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-05T19:27:03.073Z | Compiling cargo_metadata v0.23.1 |
| 458 | 2026-08-05T19:27:03.073Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 459 | 2026-08-05T19:27:03.320Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-05T19:27:03.711Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-05T19:27:03.714Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-05T19:27:04.340Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-05T19:27:04.554Z | Compiling toml v0.8.23 |
| 464 | 2026-08-05T19:27:04.866Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-05T19:27:06.143Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-05T19:27:08.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s |
| 467 | 2026-08-05T19:27:08.434Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-05T19:27:08.941Z | Downloading crates ... |
| 469 | 2026-08-05T19:27:08.995Z | Downloaded adler2 v2.0.1 |
| 470 | 2026-08-05T19:27:08.999Z | Downloaded bitfield v0.19.4 |
| 471 | 2026-08-05T19:27:09.003Z | Downloaded bitflags v1.3.2 |
| 472 | 2026-08-05T19:27:09.009Z | Downloaded cfg_aliases v0.2.1 |
| 473 | 2026-08-05T19:27:09.021Z | Downloaded base64 v0.22.1 |
| 474 | 2026-08-05T19:27:09.025Z | Downloaded ascii-canvas v3.0.0 |
| 475 | 2026-08-05T19:27:09.030Z | Downloaded convert_case v0.4.0 |
| 476 | 2026-08-05T19:27:09.033Z | Downloaded ahash v0.8.12 |
| 477 | 2026-08-05T19:27:09.033Z | Downloaded erased-serde v0.3.31 |
| 478 | 2026-08-05T19:27:09.036Z | Downloaded backoff v0.4.0 |
| 479 | 2026-08-05T19:27:09.036Z | Downloaded argon2 v0.6.0-rc.8 |
| 480 | 2026-08-05T19:27:09.040Z | Downloaded blake2 v0.10.6 |
| 481 | 2026-08-05T19:27:09.043Z | Downloaded env_filter v1.0.0 |
| 482 | 2026-08-05T19:27:09.045Z | Downloaded bit-set v0.8.0 |
| 483 | 2026-08-05T19:27:09.046Z | Downloaded futures-core v0.3.32 |
| 484 | 2026-08-05T19:27:09.046Z | Downloaded foreign-types v0.5.0 |
| 485 | 2026-08-05T19:27:09.046Z | Downloaded bit-set v0.5.3 |
| 486 | 2026-08-05T19:27:09.049Z | Downloaded aead v0.5.2 |
| 487 | 2026-08-05T19:27:09.049Z | Downloaded aws-lc-rs v1.16.3 |
| 488 | 2026-08-05T19:27:09.052Z | Downloaded bcs v0.1.6 |
| 489 | 2026-08-05T19:27:09.055Z | Downloaded bitfield-struct v0.6.2 |
| 490 | 2026-08-05T19:27:09.055Z | Downloaded arrayref v0.3.9 |
| 491 | 2026-08-05T19:27:09.055Z | Downloaded env_logger v0.11.9 |
| 492 | 2026-08-05T19:27:09.059Z | Downloaded fxhash v0.2.1 |
| 493 | 2026-08-05T19:27:09.059Z | Downloaded globwalk v0.9.1 |
| 494 | 2026-08-05T19:27:09.059Z | Downloaded hyper-staticfile v0.10.1 |
| 495 | 2026-08-05T19:27:09.059Z | Downloaded arrayvec v0.7.6 |
| 496 | 2026-08-05T19:27:09.062Z | Downloaded colored v2.2.0 |
| 497 | 2026-08-05T19:27:09.062Z | Downloaded backon v1.6.0 |
| 498 | 2026-08-05T19:27:09.064Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 499 | 2026-08-05T19:27:09.065Z | Downloaded cfg_aliases v0.1.1 |
| 500 | 2026-08-05T19:27:09.065Z | Downloaded base16ct v0.2.0 |
| 501 | 2026-08-05T19:27:09.067Z | Downloaded compression-core v0.4.31 |
| 502 | 2026-08-05T19:27:09.067Z | Downloaded ghash v0.6.0 |
| 503 | 2026-08-05T19:27:09.067Z | Downloaded array-init v0.0.4 |
| 504 | 2026-08-05T19:27:09.067Z | Downloaded flagset v0.4.7 |
| 505 | 2026-08-05T19:27:09.071Z | Downloaded base16ct v1.0.0 |
| 506 | 2026-08-05T19:27:09.073Z | Downloaded float-ord v0.3.2 |
| 507 | 2026-08-05T19:27:09.076Z | Downloaded fd-lock v4.0.4 |
| 508 | 2026-08-05T19:27:09.076Z | Downloaded form_urlencoded v1.2.2 |
| 509 | 2026-08-05T19:27:09.076Z | Downloaded atomic-waker v1.1.2 |
| 510 | 2026-08-05T19:27:09.076Z | Downloaded bitfield-macros v0.19.4 |
| 511 | 2026-08-05T19:27:09.079Z | Downloaded futures-sink v0.3.32 |
| 512 | 2026-08-05T19:27:09.082Z | Downloaded futures-macro v0.3.32 |
| 513 | 2026-08-05T19:27:09.085Z | Downloaded async-stream-impl v0.3.6 |
| 514 | 2026-08-05T19:27:09.085Z | Downloaded foreign-types-shared v0.3.1 |
| 515 | 2026-08-05T19:27:09.085Z | Downloaded funty v2.0.0 |
| 516 | 2026-08-05T19:27:09.088Z | Downloaded assert_matches v1.5.0 |
| 517 | 2026-08-05T19:27:09.088Z | Downloaded atty v0.2.14 |
| 518 | 2026-08-05T19:27:09.088Z | Downloaded atomicwrites v0.4.4 |
| 519 | 2026-08-05T19:27:09.091Z | Downloaded foreign-types v0.3.2 |
| 520 | 2026-08-05T19:27:09.091Z | Downloaded foldhash v0.1.5 |
| 521 | 2026-08-05T19:27:09.094Z | Downloaded fs_extra v1.3.0 |
| 522 | 2026-08-05T19:27:09.094Z | Downloaded glob v0.3.3 |
| 523 | 2026-08-05T19:27:09.094Z | Downloaded ff v0.13.1 |
| 524 | 2026-08-05T19:27:09.097Z | Downloaded ciborium-ll v0.2.2 |
| 525 | 2026-08-05T19:27:09.097Z | Downloaded async-stream v0.3.6 |
| 526 | 2026-08-05T19:27:09.097Z | Downloaded gethostname v0.5.0 |
| 527 | 2026-08-05T19:27:09.100Z | Downloaded futures-io v0.3.32 |
| 528 | 2026-08-05T19:27:09.100Z | Downloaded http-body v1.0.1 |
| 529 | 2026-08-05T19:27:09.103Z | Downloaded float-cmp v0.10.0 |
| 530 | 2026-08-05T19:27:09.106Z | Downloaded castaway v0.2.4 |
| 531 | 2026-08-05T19:27:09.106Z | Downloaded fallible-iterator v0.2.0 |
| 532 | 2026-08-05T19:27:09.106Z | Downloaded fixedbitset v0.4.2 |
| 533 | 2026-08-05T19:27:09.115Z | Downloaded num v0.4.3 |
| 534 | 2026-08-05T19:27:09.118Z | Downloaded foreign-types-macros v0.2.3 |
| 535 | 2026-08-05T19:27:09.118Z | Downloaded hash32 v0.2.1 |
| 536 | 2026-08-05T19:27:09.118Z | Downloaded home v0.5.12 |
| 537 | 2026-08-05T19:27:09.118Z | Downloaded hubpack_derive v0.1.1 |
| 538 | 2026-08-05T19:27:09.121Z | Downloaded ciborium-io v0.2.2 |
| 539 | 2026-08-05T19:27:09.124Z | Downloaded hyper-tls v0.6.0 |
| 540 | 2026-08-05T19:27:09.124Z | Downloaded bb8 v0.8.6 |
| 541 | 2026-08-05T19:27:09.124Z | Downloaded git-stub v1.0.0 |
| 542 | 2026-08-05T19:27:09.124Z | Downloaded hostname v0.3.1 |
| 543 | 2026-08-05T19:27:09.130Z | Downloaded block-padding v0.4.2 |
| 544 | 2026-08-05T19:27:09.133Z | Downloaded httpdate v1.0.3 |
| 545 | 2026-08-05T19:27:09.133Z | Downloaded hubpack v0.1.2 |
| 546 | 2026-08-05T19:27:09.133Z | Downloaded hex v0.4.3 |
| 547 | 2026-08-05T19:27:09.133Z | Downloaded http-range v0.1.5 |
| 548 | 2026-08-05T19:27:09.136Z | Downloaded filetime v0.2.27 |
| 549 | 2026-08-05T19:27:09.136Z | Downloaded git-stub-vcs v0.1.0 |
| 550 | 2026-08-05T19:27:09.139Z | Downloaded fs-err v2.11.0 |
| 551 | 2026-08-05T19:27:09.142Z | Downloaded foreign-types-shared v0.1.1 |
| 552 | 2026-08-05T19:27:09.145Z | Downloaded num-conv v0.2.0 |
| 553 | 2026-08-05T19:27:09.148Z | Downloaded hash32 v0.3.1 |
| 554 | 2026-08-05T19:27:09.151Z | Downloaded num_enum_derive v0.5.11 |
| 555 | 2026-08-05T19:27:09.151Z | Downloaded hostname v0.4.2 |
| 556 | 2026-08-05T19:27:09.154Z | Downloaded base64ct v1.8.3 |
| 557 | 2026-08-05T19:27:09.154Z | Downloaded cmake v0.1.57 |
| 558 | 2026-08-05T19:27:09.157Z | Downloaded async-recursion v1.1.1 |
| 559 | 2026-08-05T19:27:09.157Z | Downloaded bit-vec v0.8.0 |
| 560 | 2026-08-05T19:27:09.160Z | Downloaded headers-core v0.3.0 |
| 561 | 2026-08-05T19:27:09.160Z | Downloaded hex-literal v1.1.0 |
| 562 | 2026-08-05T19:27:09.160Z | Downloaded blowfish v0.10.0 |
| 563 | 2026-08-05T19:27:09.167Z | Downloaded potential_utf v0.1.4 |
| 564 | 2026-08-05T19:27:09.170Z | Downloaded powerfmt v0.2.0 |
| 565 | 2026-08-05T19:27:09.170Z | Downloaded openssl-probe v0.2.1 |
| 566 | 2026-08-05T19:27:09.170Z | Downloaded futures-task v0.3.32 |
| 567 | 2026-08-05T19:27:09.173Z | Downloaded fixedbitset v0.5.7 |
| 568 | 2026-08-05T19:27:09.173Z | Downloaded ff v0.14.0 |
| 569 | 2026-08-05T19:27:09.176Z | Downloaded globset v0.4.18 |
| 570 | 2026-08-05T19:27:09.176Z | Downloaded foldhash v0.2.0 |
| 571 | 2026-08-05T19:27:09.176Z | Downloaded hmac v0.13.0 |
| 572 | 2026-08-05T19:27:09.179Z | Downloaded http-body-util v0.1.3 |
| 573 | 2026-08-05T19:27:09.182Z | Downloaded rand_xorshift v0.4.0 |
| 574 | 2026-08-05T19:27:09.185Z | Downloaded rfc6979 v0.4.0 |
| 575 | 2026-08-05T19:27:09.188Z | Downloaded find-msvc-tools v0.1.9 |
| 576 | 2026-08-05T19:27:09.191Z | Downloaded sapling-renderdag v0.1.0 |
| 577 | 2026-08-05T19:27:09.195Z | Downloaded anstream v0.6.21 |
| 578 | 2026-08-05T19:27:09.196Z | Downloaded cobs v0.3.0 |
| 579 | 2026-08-05T19:27:09.199Z | Downloaded block-buffer v0.12.1 |
| 580 | 2026-08-05T19:27:09.199Z | Downloaded chacha20 v0.9.1 |
| 581 | 2026-08-05T19:27:09.199Z | Downloaded anstyle-parse v0.2.7 |
| 582 | 2026-08-05T19:27:09.203Z | Downloaded bs58 v0.5.1 |
| 583 | 2026-08-05T19:27:09.203Z | Downloaded cassowary v0.3.0 |
| 584 | 2026-08-05T19:27:09.203Z | Downloaded cipher v0.4.4 |
| 585 | 2026-08-05T19:27:09.207Z | Downloaded cmov v0.5.4 |
| 586 | 2026-08-05T19:27:09.207Z | Downloaded const_format_proc_macros v0.2.34 |
| 587 | 2026-08-05T19:27:09.207Z | Downloaded buf-list v1.1.2 |
| 588 | 2026-08-05T19:27:09.212Z | Downloaded bit-vec v0.6.3 |
| 589 | 2026-08-05T19:27:09.212Z | Downloaded rustc_version v0.1.7 |
| 590 | 2026-08-05T19:27:09.212Z | Downloaded aead v0.6.1 |
| 591 | 2026-08-05T19:27:09.212Z | Downloaded semver v0.1.20 |
| 592 | 2026-08-05T19:27:09.212Z | Downloaded seq-macro v0.3.6 |
| 593 | 2026-08-05T19:27:09.213Z | Downloaded camino-tempfile-ext v0.3.3 |
| 594 | 2026-08-05T19:27:09.213Z | Downloaded serde-big-array v0.5.1 |
| 595 | 2026-08-05T19:27:09.213Z | Downloaded argon2 v0.5.3 |
| 596 | 2026-08-05T19:27:09.217Z | Downloaded compression-codecs v0.4.37 |
| 597 | 2026-08-05T19:27:09.217Z | Downloaded shell-words v1.1.1 |
| 598 | 2026-08-05T19:27:09.217Z | Downloaded num-rational v0.4.2 |
| 599 | 2026-08-05T19:27:09.221Z | Downloaded cexpr v0.6.0 |
| 600 | 2026-08-05T19:27:09.221Z | Downloaded cipher v0.5.2 |
| 601 | 2026-08-05T19:27:09.223Z | Downloaded byte-wrapper v0.1.0 |
| 602 | 2026-08-05T19:27:09.226Z | Downloaded constant_time_eq v0.4.2 |
| 603 | 2026-08-05T19:27:09.226Z | Downloaded futures-executor v0.3.32 |
| 604 | 2026-08-05T19:27:09.229Z | Downloaded same-file v1.0.6 |
| 605 | 2026-08-05T19:27:09.233Z | Downloaded slog-bunyan v2.5.0 |
| 606 | 2026-08-05T19:27:09.236Z | Downloaded async-trait v0.1.89 |
| 607 | 2026-08-05T19:27:09.239Z | Downloaded group v0.14.0 |
| 608 | 2026-08-05T19:27:09.242Z | Downloaded pbkdf2 v0.13.0 |
| 609 | 2026-08-05T19:27:09.242Z | Downloaded pem v3.0.6 |
| 610 | 2026-08-05T19:27:09.242Z | Downloaded bzip2 v0.6.1 |
| 611 | 2026-08-05T19:27:09.242Z | Downloaded console v0.16.2 |
| 612 | 2026-08-05T19:27:09.245Z | Downloaded async-bb8-diesel v0.2.1 |
| 613 | 2026-08-05T19:27:09.247Z | Downloaded getrandom v0.3.4 |
| 614 | 2026-08-05T19:27:09.248Z | Downloaded strum v0.26.3 |
| 615 | 2026-08-05T19:27:09.248Z | Downloaded ppv-lite86 v0.2.21 |
| 616 | 2026-08-05T19:27:09.250Z | Downloaded take_mut v0.2.2 |
| 617 | 2026-08-05T19:27:09.253Z | Downloaded password-hash v0.5.0 |
| 618 | 2026-08-05T19:27:09.256Z | Downloaded phc v0.6.1 |
| 619 | 2026-08-05T19:27:09.259Z | Downloaded phf v0.12.1 |
| 620 | 2026-08-05T19:27:09.259Z | Downloaded primefield v0.14.0 |
| 621 | 2026-08-05T19:27:09.262Z | Downloaded phf v0.13.1 |
| 622 | 2026-08-05T19:27:09.262Z | Downloaded primeorder v0.13.6 |
| 623 | 2026-08-05T19:27:09.262Z | Downloaded tap v1.0.1 |
| 624 | 2026-08-05T19:27:09.265Z | Downloaded getrandom v0.2.17 |
| 625 | 2026-08-05T19:27:09.268Z | Downloaded progenitor-extras v0.2.0 |
| 626 | 2026-08-05T19:27:09.268Z | Downloaded rand_core v0.9.5 |
| 627 | 2026-08-05T19:27:09.268Z | Downloaded resolv-conf v0.7.6 |
| 628 | 2026-08-05T19:27:09.271Z | Downloaded fatfs v0.3.6 |
| 629 | 2026-08-05T19:27:09.273Z | Downloaded unarray v0.1.4 |
| 630 | 2026-08-05T19:27:09.276Z | Downloaded typify-macro v0.6.2 |
| 631 | 2026-08-05T19:27:09.277Z | Downloaded usdt v0.6.0 |
| 632 | 2026-08-05T19:27:09.279Z | Downloaded unit-prefix v0.5.2 |
| 633 | 2026-08-05T19:27:09.279Z | Downloaded utf-8 v0.7.6 |
| 634 | 2026-08-05T19:27:09.280Z | Downloaded chacha20 v0.10.0 |
| 635 | 2026-08-05T19:27:09.280Z | Downloaded console v0.15.11 |
| 636 | 2026-08-05T19:27:09.282Z | Downloaded cancel-safe-futures v0.1.5 |
| 637 | 2026-08-05T19:27:09.285Z | Downloaded colored v3.1.1 |
| 638 | 2026-08-05T19:27:09.288Z | Downloaded ciborium v0.2.2 |
| 639 | 2026-08-05T19:27:09.288Z | Downloaded humantime v2.3.0 |
| 640 | 2026-08-05T19:27:09.288Z | Downloaded const-oid v0.9.6 |
| 641 | 2026-08-05T19:27:09.291Z | Downloaded iana-time-zone v0.1.65 |
| 642 | 2026-08-05T19:27:09.291Z | Downloaded hmac v0.12.1 |
| 643 | 2026-08-05T19:27:09.294Z | Downloaded group v0.13.0 |
| 644 | 2026-08-05T19:27:09.294Z | Downloaded bzip2 v0.4.4 |
| 645 | 2026-08-05T19:27:09.294Z | Downloaded cbc v0.2.1 |
| 646 | 2026-08-05T19:27:09.294Z | Downloaded sigpipe v0.1.3 |
| 647 | 2026-08-05T19:27:09.297Z | Downloaded signal-hook-registry v1.4.8 |
| 648 | 2026-08-05T19:27:09.297Z | Downloaded slab v0.4.12 |
| 649 | 2026-08-05T19:27:09.297Z | Downloaded slog-scope v4.4.1 |
| 650 | 2026-08-05T19:27:09.297Z | Downloaded slog-stdlog v4.1.1 |
| 651 | 2026-08-05T19:27:09.297Z | Downloaded blake2 v0.11.0-rc.6 |
| 652 | 2026-08-05T19:27:09.300Z | Downloaded want v0.3.1 |
| 653 | 2026-08-05T19:27:09.301Z | Downloaded xshell-macros v0.2.7 |
| 654 | 2026-08-05T19:27:09.301Z | Downloaded scroll v0.13.0 |
| 655 | 2026-08-05T19:27:09.304Z | Downloaded zeroize_derive v1.5.0 |
| 656 | 2026-08-05T19:27:09.304Z | Downloaded zone_cfg_derive v0.3.1 |
| 657 | 2026-08-05T19:27:09.313Z | Downloaded half v1.8.3 |
| 658 | 2026-08-05T19:27:09.316Z | Downloaded async-compression v0.4.41 |
| 659 | 2026-08-05T19:27:09.319Z | Downloaded strip-ansi-escapes v0.2.1 |
| 660 | 2026-08-05T19:27:09.319Z | Downloaded hyper-rustls v0.27.7 |
| 661 | 2026-08-05T19:27:09.323Z | Downloaded highway v1.3.0 |
| 662 | 2026-08-05T19:27:09.326Z | Downloaded parking_lot_core v0.9.12 |
| 663 | 2026-08-05T19:27:09.326Z | Downloaded crunchy v0.2.4 |
| 664 | 2026-08-05T19:27:09.326Z | Downloaded crypto-common v0.2.2 |
| 665 | 2026-08-05T19:27:09.326Z | Downloaded darling_macro v0.20.11 |
| 666 | 2026-08-05T19:27:09.329Z | Downloaded defmt-parser v1.0.0 |
| 667 | 2026-08-05T19:27:09.329Z | Downloaded debug-ignore v1.0.5 |
| 668 | 2026-08-05T19:27:09.332Z | Downloaded difflib v0.4.0 |
| 669 | 2026-08-05T19:27:09.332Z | Downloaded postcard v1.1.3 |
| 670 | 2026-08-05T19:27:09.332Z | Downloaded dtrace-parser v0.3.0 |
| 671 | 2026-08-05T19:27:09.332Z | Downloaded futures v0.3.32 |
| 672 | 2026-08-05T19:27:09.335Z | Downloaded dof v0.4.0 |
| 673 | 2026-08-05T19:27:09.335Z | Downloaded embedded-io v0.6.1 |
| 674 | 2026-08-05T19:27:09.339Z | Downloaded ssh-encoding v0.3.0 |
| 675 | 2026-08-05T19:27:09.339Z | Downloaded embedded-io v0.4.0 |
| 676 | 2026-08-05T19:27:09.339Z | Downloaded ident_case v1.0.1 |
| 677 | 2026-08-05T19:27:09.339Z | Downloaded tiny-keccak v2.0.2 |
| 678 | 2026-08-05T19:27:09.343Z | Downloaded tls_codec v0.4.2 |
| 679 | 2026-08-05T19:27:09.343Z | Downloaded thread_local v1.1.9 |
| 680 | 2026-08-05T19:27:09.343Z | Downloaded tls_codec_derive v0.4.2 |
| 681 | 2026-08-05T19:27:09.347Z | Downloaded flume v0.11.1 |
| 682 | 2026-08-05T19:27:09.347Z | Downloaded hybrid-array v0.4.13 |
| 683 | 2026-08-05T19:27:09.347Z | Downloaded pkcs8 v0.11.0 |
| 684 | 2026-08-05T19:27:09.350Z | Downloaded poly1305 v0.9.0 |
| 685 | 2026-08-05T19:27:09.355Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 686 | 2026-08-05T19:27:09.355Z | Downloaded tui-tree-widget v0.23.1 |
| 687 | 2026-08-05T19:27:09.359Z | Downloaded illumos-nvpair v0.3.0 |
| 688 | 2026-08-05T19:27:09.359Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 689 | 2026-08-05T19:27:09.359Z | Downloaded inout v0.1.4 |
| 690 | 2026-08-05T19:27:09.359Z | Downloaded inout v0.2.2 |
| 691 | 2026-08-05T19:27:09.359Z | Downloaded is_ci v1.2.0 |
| 692 | 2026-08-05T19:27:09.371Z | Downloaded clang-sys v1.8.1 |
| 693 | 2026-08-05T19:27:09.371Z | Downloaded httparse v1.10.1 |
| 694 | 2026-08-05T19:27:09.371Z | Downloaded const-oid v0.10.2 |
| 695 | 2026-08-05T19:27:09.372Z | Downloaded sec1 v0.7.3 |
| 696 | 2026-08-05T19:27:09.372Z | Downloaded generic-array v1.4.3 |
| 697 | 2026-08-05T19:27:09.372Z | Downloaded wyz v0.5.1 |
| 698 | 2026-08-05T19:27:09.372Z | Downloaded futures-channel v0.3.32 |
| 699 | 2026-08-05T19:27:09.372Z | Downloaded allocator-api2 v0.2.21 |
| 700 | 2026-08-05T19:27:09.376Z | Downloaded sha2 v0.11.0 |
| 701 | 2026-08-05T19:27:09.384Z | Downloaded oso-derive v0.27.3 |
| 702 | 2026-08-05T19:27:09.387Z | Downloaded percent-encoding v2.3.2 |
| 703 | 2026-08-05T19:27:09.390Z | Downloaded managed v0.8.0 |
| 704 | 2026-08-05T19:27:09.393Z | Downloaded lzss v0.8.2 |
| 705 | 2026-08-05T19:27:09.393Z | Downloaded memoffset v0.9.1 |
| 706 | 2026-08-05T19:27:09.393Z | Downloaded mime v0.3.17 |
| 707 | 2026-08-05T19:27:09.397Z | Downloaded newtype-uuid-macros v0.1.0 |
| 708 | 2026-08-05T19:27:09.397Z | Downloaded spin v0.9.8 |
| 709 | 2026-08-05T19:27:09.400Z | Downloaded openssl-macros v0.1.1 |
| 710 | 2026-08-05T19:27:09.400Z | Downloaded strum_macros v0.27.2 |
| 711 | 2026-08-05T19:27:09.405Z | Downloaded corncobs v0.1.4 |
| 712 | 2026-08-05T19:27:09.408Z | Downloaded critical-section v1.2.0 |
| 713 | 2026-08-05T19:27:09.408Z | Downloaded diesel-dtrace v0.5.0 |
| 714 | 2026-08-05T19:27:09.408Z | Downloaded dirs-sys-next v0.1.2 |
| 715 | 2026-08-05T19:27:09.411Z | Downloaded openssl-probe v0.1.6 |
| 716 | 2026-08-05T19:27:09.411Z | Downloaded password-hash v0.6.1 |
| 717 | 2026-08-05T19:27:09.414Z | Downloaded phf_shared v0.12.1 |
| 718 | 2026-08-05T19:27:09.417Z | Downloaded precomputed-hash v0.1.1 |
| 719 | 2026-08-05T19:27:09.417Z | Downloaded rand_chacha v0.3.1 |
| 720 | 2026-08-05T19:27:09.421Z | Downloaded oxide-update-engine-types v0.1.2 |
| 721 | 2026-08-05T19:27:09.426Z | Downloaded progenitor-impl v0.14.0 |
| 722 | 2026-08-05T19:27:09.426Z | Downloaded support-bundle-viewer v0.1.2 |
| 723 | 2026-08-05T19:27:09.430Z | Downloaded progenitor-client v0.14.0 |
| 724 | 2026-08-05T19:27:09.430Z | Downloaded rand_pcg v0.10.2 |
| 725 | 2026-08-05T19:27:09.430Z | Downloaded vergen-lib v0.1.6 |
| 726 | 2026-08-05T19:27:09.434Z | Downloaded russh-cryptovec v0.62.0 |
| 727 | 2026-08-05T19:27:09.434Z | Downloaded ref-cast v1.0.25 |
| 728 | 2026-08-05T19:27:09.438Z | Downloaded rfc6979 v0.6.0 |
| 729 | 2026-08-05T19:27:09.438Z | Downloaded compact_str v0.8.1 |
| 730 | 2026-08-05T19:27:09.444Z | Downloaded ingot v0.2.1 |
| 731 | 2026-08-05T19:27:09.451Z | Downloaded serde_yaml v0.9.34+deprecated |
| 732 | 2026-08-05T19:27:09.451Z | Downloaded is-terminal v0.4.17 |
| 733 | 2026-08-05T19:27:09.454Z | Downloaded siphasher v1.0.2 |
| 734 | 2026-08-05T19:27:09.454Z | Downloaded serde_repr v0.1.20 |
| 735 | 2026-08-05T19:27:09.456Z | Downloaded chacha20poly1305 v0.10.1 |
| 736 | 2026-08-05T19:27:09.459Z | Downloaded libsw v3.5.0 |
| 737 | 2026-08-05T19:27:09.459Z | Downloaded lock_api v0.4.14 |
| 738 | 2026-08-05T19:27:09.462Z | Downloaded base64 v0.21.7 |
| 739 | 2026-08-05T19:27:09.462Z | Downloaded icu_locale_core v2.1.1 |
| 740 | 2026-08-05T19:27:09.465Z | Downloaded tracing-attributes v0.1.31 |
| 741 | 2026-08-05T19:27:09.468Z | Downloaded bytes v1.11.1 |
| 742 | 2026-08-05T19:27:09.468Z | Downloaded bumpalo v3.20.2 |
| 743 | 2026-08-05T19:27:09.471Z | Downloaded linear-map v1.2.0 |
| 744 | 2026-08-05T19:27:09.471Z | Downloaded newtype-uuid v1.3.2 |
| 745 | 2026-08-05T19:27:09.472Z | Downloaded newtype_derive v0.1.6 |
| 746 | 2026-08-05T19:27:09.475Z | Downloaded tabled_derive v0.11.0 |
| 747 | 2026-08-05T19:27:09.475Z | Downloaded tabwriter v1.4.1 |
| 748 | 2026-08-05T19:27:09.475Z | Downloaded tinyvec_macros v0.1.1 |
| 749 | 2026-08-05T19:27:09.475Z | Downloaded yasna v0.5.2 |
| 750 | 2026-08-05T19:27:09.475Z | Downloaded trait-variant v0.1.2 |
| 751 | 2026-08-05T19:27:09.475Z | Downloaded native-tls v0.2.18 |
| 752 | 2026-08-05T19:27:09.477Z | Downloaded num-integer v0.1.46 |
| 753 | 2026-08-05T19:27:09.478Z | Downloaded num_enum v0.7.6 |
| 754 | 2026-08-05T19:27:09.480Z | Downloaded num_enum_derive v0.7.6 |
| 755 | 2026-08-05T19:27:09.480Z | Downloaded sqlparser_derive v0.5.0 |
| 756 | 2026-08-05T19:27:09.480Z | Downloaded structmeta v0.3.0 |
| 757 | 2026-08-05T19:27:09.480Z | Downloaded supports-color v3.0.2 |
| 758 | 2026-08-05T19:27:09.481Z | Downloaded strsim v0.10.0 |
| 759 | 2026-08-05T19:27:09.483Z | Downloaded darling v0.20.11 |
| 760 | 2026-08-05T19:27:09.483Z | Downloaded darling v0.21.3 |
| 761 | 2026-08-05T19:27:09.486Z | Downloaded defmt-macros v1.0.1 |
| 762 | 2026-08-05T19:27:09.489Z | Downloaded ecdsa v0.17.0 |
| 763 | 2026-08-05T19:27:09.489Z | Downloaded parking_lot_core v0.8.6 |
| 764 | 2026-08-05T19:27:09.492Z | Downloaded peg v0.8.5 |
| 765 | 2026-08-05T19:27:09.492Z | Downloaded proc-macro-error2 v2.0.1 |
| 766 | 2026-08-05T19:27:09.495Z | Downloaded flate2 v1.1.9 |
| 767 | 2026-08-05T19:27:09.498Z | Downloaded headers v0.4.1 |
| 768 | 2026-08-05T19:27:09.501Z | Downloaded p384 v0.14.0 |
| 769 | 2026-08-05T19:27:09.501Z | Downloaded socket2 v0.6.3 |
| 770 | 2026-08-05T19:27:09.510Z | Downloaded progenitor-impl v0.13.0 |
| 771 | 2026-08-05T19:27:09.513Z | Downloaded rayon-core v1.13.0 |
| 772 | 2026-08-05T19:27:09.516Z | Downloaded half v2.7.1 |
| 773 | 2026-08-05T19:27:09.516Z | Downloaded heapless v0.8.0 |
| 774 | 2026-08-05T19:27:09.519Z | Downloaded zerofrom-derive v0.1.6 |
| 775 | 2026-08-05T19:27:09.519Z | Downloaded pkcs8 v0.10.2 |
| 776 | 2026-08-05T19:27:09.525Z | Downloaded polyval v0.7.1 |
| 777 | 2026-08-05T19:27:09.525Z | Downloaded arc-swap v1.8.2 |
| 778 | 2026-08-05T19:27:09.528Z | Downloaded cc v1.2.56 |
| 779 | 2026-08-05T19:27:09.528Z | Downloaded const_format v0.2.35 |
| 780 | 2026-08-05T19:27:09.528Z | Downloaded crc-catalog v2.4.0 |
| 781 | 2026-08-05T19:27:09.528Z | Downloaded derive_builder v0.20.2 |
| 782 | 2026-08-05T19:27:09.531Z | Downloaded progenitor v0.14.0 |
| 783 | 2026-08-05T19:27:09.531Z | Downloaded tokio-stream v0.1.18 |
| 784 | 2026-08-05T19:27:09.533Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 785 | 2026-08-05T19:27:09.536Z | Downloaded progenitor v0.13.0 |
| 786 | 2026-08-05T19:27:09.536Z | Downloaded progenitor-client v0.13.0 |
| 787 | 2026-08-05T19:27:09.536Z | Downloaded schemars_derive v0.8.22 |
| 788 | 2026-08-05T19:27:09.536Z | Downloaded shlex v1.3.0 |
| 789 | 2026-08-05T19:27:09.539Z | Downloaded snafu-derive v0.8.9 |
| 790 | 2026-08-05T19:27:09.539Z | Downloaded crucible-workspace-hack v0.1.0 |
| 791 | 2026-08-05T19:27:09.539Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 792 | 2026-08-05T19:27:09.539Z | Downloaded rustls-native-certs v0.8.3 |
| 793 | 2026-08-05T19:27:09.539Z | Downloaded ar_archive_writer v0.5.1 |
| 794 | 2026-08-05T19:27:09.542Z | Downloaded derive_builder_macro v0.20.2 |
| 795 | 2026-08-05T19:27:09.542Z | Downloaded keccak v0.2.0 |
| 796 | 2026-08-05T19:27:09.542Z | Downloaded tower-layer v0.3.3 |
| 797 | 2026-08-05T19:27:09.545Z | Downloaded dyn-clone v1.0.20 |
| 798 | 2026-08-05T19:27:09.548Z | Downloaded dunce v1.0.5 |
| 799 | 2026-08-05T19:27:09.551Z | Downloaded snafu v0.8.9 |
| 800 | 2026-08-05T19:27:09.554Z | Downloaded ryu v1.0.23 |
| 801 | 2026-08-05T19:27:09.557Z | Downloaded serde_with_macros v1.5.2 |
| 802 | 2026-08-05T19:27:09.557Z | Downloaded crc-any v2.5.0 |
| 803 | 2026-08-05T19:27:09.560Z | Downloaded vte v0.14.1 |
| 804 | 2026-08-05T19:27:09.560Z | Downloaded postgres-types v0.2.12 |
| 805 | 2026-08-05T19:27:09.563Z | Downloaded vergen-gitcl v1.0.8 |
| 806 | 2026-08-05T19:27:09.563Z | Downloaded wait-timeout v0.2.1 |
| 807 | 2026-08-05T19:27:09.563Z | Downloaded smallvec v0.6.14 |
| 808 | 2026-08-05T19:27:09.566Z | Downloaded ssh-cipher v0.3.0 |
| 809 | 2026-08-05T19:27:09.566Z | Downloaded tagptr v0.2.0 |
| 810 | 2026-08-05T19:27:09.566Z | Downloaded indoc v1.0.9 |
| 811 | 2026-08-05T19:27:09.569Z | Downloaded lru-slab v0.1.2 |
| 812 | 2026-08-05T19:27:09.569Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 813 | 2026-08-05T19:27:09.571Z | Downloaded icu_collections v2.1.1 |
| 814 | 2026-08-05T19:27:09.575Z | Downloaded yoke v0.8.1 |
| 815 | 2026-08-05T19:27:09.577Z | Downloaded heapless v0.7.17 |
| 816 | 2026-08-05T19:27:09.580Z | Downloaded zeroize v1.9.0 |
| 817 | 2026-08-05T19:27:09.580Z | Downloaded keccak v0.1.6 |
| 818 | 2026-08-05T19:27:09.580Z | Downloaded hickory-resolver v0.24.4 |
| 819 | 2026-08-05T19:27:09.583Z | Downloaded nibble_vec v0.1.0 |
| 820 | 2026-08-05T19:27:09.583Z | Downloaded hickory-resolver v0.25.2 |
| 821 | 2026-08-05T19:27:09.587Z | Downloaded openssl-sys v0.9.117 |
| 822 | 2026-08-05T19:27:09.590Z | Downloaded lazy_static v1.5.0 |
| 823 | 2026-08-05T19:27:09.590Z | Downloaded pin-project-lite v0.2.17 |
| 824 | 2026-08-05T19:27:09.593Z | Downloaded primeorder v0.14.0 |
| 825 | 2026-08-05T19:27:09.596Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2026-08-05T19:27:09.596Z | Downloaded expectorate v1.2.0 |
| 827 | 2026-08-05T19:27:09.599Z | Downloaded normalize-line-endings v0.3.0 |
| 828 | 2026-08-05T19:27:09.599Z | Downloaded tar v0.4.46 |
| 829 | 2026-08-05T19:27:09.599Z | Downloaded writeable v0.6.2 |
| 830 | 2026-08-05T19:27:09.602Z | Downloaded whoami v2.1.0 |
| 831 | 2026-08-05T19:27:09.609Z | Downloaded icu_properties v2.1.2 |
| 832 | 2026-08-05T19:27:09.612Z | Downloaded rustversion v1.0.22 |
| 833 | 2026-08-05T19:27:09.618Z | Downloaded parse-display v0.10.0 |
| 834 | 2026-08-05T19:27:09.618Z | Downloaded serde_cbor v0.11.2 |
| 835 | 2026-08-05T19:27:09.618Z | Downloaded predicates-tree v1.0.13 |
| 836 | 2026-08-05T19:27:09.621Z | Downloaded recursive v0.1.1 |
| 837 | 2026-08-05T19:27:09.621Z | Downloaded rtoolbox v0.0.3 |
| 838 | 2026-08-05T19:27:09.621Z | Downloaded scroll_derive v0.13.1 |
| 839 | 2026-08-05T19:27:09.621Z | Downloaded progenitor-macro v0.14.0 |
| 840 | 2026-08-05T19:27:09.621Z | Downloaded stable_deref_trait v1.2.1 |
| 841 | 2026-08-05T19:27:09.624Z | Downloaded delegate v0.13.5 |
| 842 | 2026-08-05T19:27:09.624Z | Downloaded zip v0.6.6 |
| 843 | 2026-08-05T19:27:09.628Z | Downloaded displaydoc v0.2.5 |
| 844 | 2026-08-05T19:27:09.631Z | Downloaded hyper-util v0.1.20 |
| 845 | 2026-08-05T19:27:09.633Z | Downloaded digest v0.11.3 |
| 846 | 2026-08-05T19:27:09.636Z | Downloaded secrecy v0.8.0 |
| 847 | 2026-08-05T19:27:09.639Z | Downloaded yansi v1.0.1 |
| 848 | 2026-08-05T19:27:09.639Z | Downloaded oso v0.27.3 |
| 849 | 2026-08-05T19:27:09.643Z | Downloaded enum_dispatch v0.3.13 |
| 850 | 2026-08-05T19:27:09.646Z | Downloaded libloading v0.8.9 |
| 851 | 2026-08-05T19:27:09.646Z | Downloaded sha1 v0.10.6 |
| 852 | 2026-08-05T19:27:09.649Z | Downloaded sha1 v0.11.0 |
| 853 | 2026-08-05T19:27:09.652Z | Downloaded twox-hash v2.1.2 |
| 854 | 2026-08-05T19:27:09.655Z | Downloaded thread-id v5.1.0 |
| 855 | 2026-08-05T19:27:09.655Z | Downloaded hashbrown v0.12.3 |
| 856 | 2026-08-05T19:27:09.658Z | Downloaded quinn v0.11.11 |
| 857 | 2026-08-05T19:27:09.661Z | Downloaded universal-hash v0.5.1 |
| 858 | 2026-08-05T19:27:09.665Z | Downloaded pin-project-internal v1.1.11 |
| 859 | 2026-08-05T19:27:09.665Z | Downloaded internet-checksum v0.2.1 |
| 860 | 2026-08-05T19:27:09.668Z | Downloaded cookie_store v0.22.1 |
| 861 | 2026-08-05T19:27:09.671Z | Downloaded libefi-sys v0.1.0 |
| 862 | 2026-08-05T19:27:09.674Z | Downloaded void v1.0.2 |
| 863 | 2026-08-05T19:27:09.677Z | Downloaded topological-sort v0.2.2 |
| 864 | 2026-08-05T19:27:09.678Z | Downloaded crc v3.4.0 |
| 865 | 2026-08-05T19:27:09.678Z | Downloaded darling_macro v0.21.3 |
| 866 | 2026-08-05T19:27:09.685Z | Downloaded nu-ansi-term v0.50.3 |
| 867 | 2026-08-05T19:27:09.687Z | Downloaded oxide-update-engine v0.1.2 |
| 868 | 2026-08-05T19:27:09.687Z | Downloaded unicode_categories v0.1.1 |
| 869 | 2026-08-05T19:27:09.694Z | Downloaded crossbeam-epoch v0.9.18 |
| 870 | 2026-08-05T19:27:09.697Z | Downloaded endian-type v0.1.2 |
| 871 | 2026-08-05T19:27:09.697Z | Downloaded instant v0.1.13 |
| 872 | 2026-08-05T19:27:09.704Z | Downloaded serde_with_macros v3.21.0 |
| 873 | 2026-08-05T19:27:09.708Z | Downloaded serde_path_to_error v0.1.20 |
| 874 | 2026-08-05T19:27:09.708Z | Downloaded spki v0.7.3 |
| 875 | 2026-08-05T19:27:09.711Z | Downloaded usdt-attr-macro v0.6.0 |
| 876 | 2026-08-05T19:27:09.711Z | Downloaded hickory-server v0.25.2 |
| 877 | 2026-08-05T19:27:09.714Z | Downloaded signal-hook v0.3.18 |
| 878 | 2026-08-05T19:27:09.717Z | Downloaded unsafe-libyaml v0.2.11 |
| 879 | 2026-08-05T19:27:09.720Z | Downloaded sqlformat v0.3.5 |
| 880 | 2026-08-05T19:27:09.720Z | Downloaded stacker v0.1.23 |
| 881 | 2026-08-05T19:27:09.720Z | Downloaded tinyvec v1.10.0 |
| 882 | 2026-08-05T19:27:09.723Z | Downloaded maplit v1.0.2 |
| 883 | 2026-08-05T19:27:09.723Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 884 | 2026-08-05T19:27:09.729Z | Downloaded document-features v0.2.12 |
| 885 | 2026-08-05T19:27:09.732Z | Downloaded hashbrown v0.13.2 |
| 886 | 2026-08-05T19:27:09.732Z | Downloaded idna_adapter v1.2.1 |
| 887 | 2026-08-05T19:27:09.735Z | Downloaded uuid v1.23.4 |
| 888 | 2026-08-05T19:27:09.735Z | Downloaded crossbeam-channel v0.5.15 |
| 889 | 2026-08-05T19:27:09.738Z | Downloaded crypto-bigint v0.5.5 |
| 890 | 2026-08-05T19:27:09.741Z | Downloaded md5 v0.8.0 |
| 891 | 2026-08-05T19:27:09.741Z | Downloaded nodrop v0.1.14 |
| 892 | 2026-08-05T19:27:09.744Z | Downloaded kstat-rs v0.2.4 |
| 893 | 2026-08-05T19:27:09.744Z | Downloaded serdect v0.4.3 |
| 894 | 2026-08-05T19:27:09.744Z | Downloaded new_debug_unreachable v1.0.6 |
| 895 | 2026-08-05T19:27:09.747Z | Downloaded phf_shared v0.11.3 |
| 896 | 2026-08-05T19:27:09.747Z | Downloaded packed_struct_codegen v0.10.1 |
| 897 | 2026-08-05T19:27:09.750Z | Downloaded xattr v1.6.1 |
| 898 | 2026-08-05T19:27:09.750Z | Downloaded pkcs1 v0.7.5 |
| 899 | 2026-08-05T19:27:09.753Z | Downloaded vsss-rs v3.3.4 |
| 900 | 2026-08-05T19:27:09.753Z | Downloaded p521 v0.14.0 |
| 901 | 2026-08-05T19:27:09.756Z | Downloaded radium v0.7.0 |
| 902 | 2026-08-05T19:27:09.760Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 903 | 2026-08-05T19:27:09.763Z | Downloaded serde_spanned v1.1.1 |
| 904 | 2026-08-05T19:27:09.763Z | Downloaded defmt v1.0.1 |
| 905 | 2026-08-05T19:27:09.767Z | Downloaded memmap2 v0.9.10 |
| 906 | 2026-08-05T19:27:09.771Z | Downloaded tokio-dtrace v0.1.1 |
| 907 | 2026-08-05T19:27:09.773Z | Downloaded progenitor-macro v0.13.0 |
| 908 | 2026-08-05T19:27:09.778Z | Downloaded serde_derive_internals v0.29.1 |
| 909 | 2026-08-05T19:27:09.781Z | Downloaded ena v0.14.4 |
| 910 | 2026-08-05T19:27:09.781Z | Downloaded indoc v2.0.7 |
| 911 | 2026-08-05T19:27:09.781Z | Downloaded libsw-core v0.3.2 |
| 912 | 2026-08-05T19:27:09.784Z | Downloaded scopeguard v1.2.0 |
| 913 | 2026-08-05T19:27:09.784Z | Downloaded signal-hook-mio v0.2.5 |
| 914 | 2026-08-05T19:27:09.787Z | Downloaded schemars v0.9.0 |
| 915 | 2026-08-05T19:27:09.792Z | Downloaded http v1.4.2 |
| 916 | 2026-08-05T19:27:09.795Z | Downloaded icu_provider v2.1.1 |
| 917 | 2026-08-05T19:27:09.798Z | Downloaded serde_with v1.14.0 |
| 918 | 2026-08-05T19:27:09.801Z | Downloaded rustls-webpki v0.103.13 |
| 919 | 2026-08-05T19:27:09.801Z | Downloaded parking_lot v0.11.2 |
| 920 | 2026-08-05T19:27:09.804Z | Downloaded parking_lot v0.12.5 |
| 921 | 2026-08-05T19:27:09.804Z | Downloaded uzers v0.12.2 |
| 922 | 2026-08-05T19:27:09.804Z | Downloaded zerovec-derive v0.11.2 |
| 923 | 2026-08-05T19:27:09.807Z | Downloaded tokio-macros v2.7.0 |
| 924 | 2026-08-05T19:27:09.807Z | Downloaded secrecy v0.10.3 |
| 925 | 2026-08-05T19:27:09.807Z | Downloaded module-lattice v0.2.3 |
| 926 | 2026-08-05T19:27:09.807Z | Downloaded num_enum v0.5.11 |
| 927 | 2026-08-05T19:27:09.810Z | Downloaded aes v0.9.1 |
| 928 | 2026-08-05T19:27:09.813Z | Downloaded derive-ex v0.1.8 |
| 929 | 2026-08-05T19:27:09.813Z | Downloaded derive_more v2.1.1 |
| 930 | 2026-08-05T19:27:09.818Z | Downloaded num_threads v0.1.7 |
| 931 | 2026-08-05T19:27:09.821Z | Downloaded tower-service v0.3.3 |
| 932 | 2026-08-05T19:27:09.821Z | Downloaded unicode-xid v0.2.6 |
| 933 | 2026-08-05T19:27:09.821Z | Downloaded universal-hash v0.6.1 |
| 934 | 2026-08-05T19:27:09.821Z | Downloaded elliptic-curve v0.14.1 |
| 935 | 2026-08-05T19:27:09.824Z | Downloaded oxide-update-engine-display v0.1.2 |
| 936 | 2026-08-05T19:27:09.824Z | Downloaded pkg-config v0.3.32 |
| 937 | 2026-08-05T19:27:09.828Z | Downloaded ed25519 v3.0.0 |
| 938 | 2026-08-05T19:27:09.829Z | Downloaded termtree v0.5.1 |
| 939 | 2026-08-05T19:27:09.832Z | Downloaded crc32fast v1.5.0 |
| 940 | 2026-08-05T19:27:09.832Z | Downloaded postgres-protocol v0.6.10 |
| 941 | 2026-08-05T19:27:09.835Z | Downloaded unicode-bidi v0.3.18 |
| 942 | 2026-08-05T19:27:09.838Z | Downloaded rand_core v0.10.0 |
| 943 | 2026-08-05T19:27:09.838Z | Downloaded term v0.7.0 |
| 944 | 2026-08-05T19:27:09.841Z | Downloaded term v1.2.1 |
| 945 | 2026-08-05T19:27:09.841Z | Downloaded tokio-rustls v0.26.4 |
| 946 | 2026-08-05T19:27:09.844Z | Downloaded cstr-argument v0.1.2 |
| 947 | 2026-08-05T19:27:09.844Z | Downloaded rsa v0.9.10 |
| 948 | 2026-08-05T19:27:09.847Z | Downloaded typed-path v0.9.3 |
| 949 | 2026-08-05T19:27:09.850Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 950 | 2026-08-05T19:27:09.850Z | Downloaded rand v0.10.1 |
| 951 | 2026-08-05T19:27:09.853Z | Downloaded libbz2-rs-sys v0.2.2 |
| 952 | 2026-08-05T19:27:09.856Z | Downloaded ml-kem v0.3.2 |
| 953 | 2026-08-05T19:27:09.856Z | Downloaded pem-rfc7468 v0.7.0 |
| 954 | 2026-08-05T19:27:09.856Z | Downloaded rcgen v0.12.1 |
| 955 | 2026-08-05T19:27:09.860Z | Downloaded des v0.9.0 |
| 956 | 2026-08-05T19:27:09.860Z | Downloaded dsl_auto_type v0.2.0 |
| 957 | 2026-08-05T19:27:09.864Z | Downloaded indent_write v2.2.0 |
| 958 | 2026-08-05T19:27:09.864Z | Downloaded litemap v0.8.1 |
| 959 | 2026-08-05T19:27:09.864Z | Downloaded spki v0.8.0 |
| 960 | 2026-08-05T19:27:09.867Z | Downloaded defmt v0.3.100 |
| 961 | 2026-08-05T19:27:09.867Z | Downloaded linked-hash-map v0.5.6 |
| 962 | 2026-08-05T19:27:09.867Z | Downloaded unicode-properties v0.1.4 |
| 963 | 2026-08-05T19:27:09.870Z | Downloaded match_cfg v0.1.0 |
| 964 | 2026-08-05T19:27:09.875Z | Downloaded strum_macros v0.24.3 |
| 965 | 2026-08-05T19:27:09.878Z | Downloaded strum_macros v0.26.4 |
| 966 | 2026-08-05T19:27:09.878Z | Downloaded darling_core v0.21.3 |
| 967 | 2026-08-05T19:27:09.882Z | Downloaded quinn-udp v0.5.14 |
| 968 | 2026-08-05T19:27:09.882Z | Downloaded url v2.5.8 |
| 969 | 2026-08-05T19:27:09.885Z | Downloaded prefix-trie v0.7.0 |
| 970 | 2026-08-05T19:27:09.888Z | Downloaded hashbrown v0.15.5 |
| 971 | 2026-08-05T19:27:09.891Z | Downloaded toml v0.7.8 |
| 972 | 2026-08-05T19:27:09.894Z | Downloaded paste v1.0.15 |
| 973 | 2026-08-05T19:27:09.897Z | Downloaded rustls-platform-verifier v0.6.2 |
| 974 | 2026-08-05T19:27:09.900Z | Downloaded proc-macro-crate v1.3.1 |
| 975 | 2026-08-05T19:27:09.900Z | Downloaded rustc_version v0.4.1 |
| 976 | 2026-08-05T19:27:09.905Z | Downloaded walkdir v2.5.0 |
| 977 | 2026-08-05T19:27:09.908Z | Downloaded simd-adler32 v0.3.8 |
| 978 | 2026-08-05T19:27:09.911Z | Downloaded string_cache v0.8.9 |
| 979 | 2026-08-05T19:27:09.914Z | Downloaded darling v0.23.0 |
| 980 | 2026-08-05T19:27:09.917Z | Downloaded whoami v1.6.1 |
| 981 | 2026-08-05T19:27:09.920Z | Downloaded daft v0.1.7 |
| 982 | 2026-08-05T19:27:09.923Z | Downloaded serde_plain v1.0.2 |
| 983 | 2026-08-05T19:27:09.923Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2026-08-05T19:27:09.923Z | Downloaded signature v2.2.0 |
| 985 | 2026-08-05T19:27:09.927Z | Downloaded structmeta-derive v0.3.0 |
| 986 | 2026-08-05T19:27:09.927Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 987 | 2026-08-05T19:27:09.927Z | Downloaded indicatif v0.18.4 |
| 988 | 2026-08-05T19:27:09.927Z | Downloaded testing_table v0.3.0 |
| 989 | 2026-08-05T19:27:09.930Z | Downloaded unicode-truncate v1.1.0 |
| 990 | 2026-08-05T19:27:09.930Z | Downloaded h2 v0.4.15 |
| 991 | 2026-08-05T19:27:09.933Z | Downloaded num-complex v0.4.6 |
| 992 | 2026-08-05T19:27:09.937Z | Downloaded tokio-tungstenite v0.21.0 |
| 993 | 2026-08-05T19:27:09.937Z | Downloaded zerotrie v0.2.3 |
| 994 | 2026-08-05T19:27:09.940Z | Downloaded ed25519-dalek v3.0.0 |
| 995 | 2026-08-05T19:27:09.940Z | Downloaded vergen-git2 v9.1.0 |
| 996 | 2026-08-05T19:27:09.940Z | Downloaded dropshot_endpoint v0.17.1 |
| 997 | 2026-08-05T19:27:09.943Z | Downloaded crossbeam-deque v0.8.6 |
| 998 | 2026-08-05T19:27:09.943Z | Downloaded display-error-chain v0.2.2 |
| 999 | 2026-08-05T19:27:09.943Z | Downloaded sync-ptr v0.1.4 |
| 1000 | 2026-08-05T19:27:09.946Z | Downloaded slog-dtrace v0.3.0 |
| 1001 | 2026-08-05T19:27:09.946Z | Downloaded schemars v1.2.1 |
| 1002 | 2026-08-05T19:27:09.952Z | Downloaded zerofrom v0.1.6 |
| 1003 | 2026-08-05T19:27:09.955Z | Downloaded either v1.15.0 |
| 1004 | 2026-08-05T19:27:09.955Z | Downloaded untrusted v0.7.1 |
| 1005 | 2026-08-05T19:27:09.955Z | Downloaded crc8 v0.1.1 |
| 1006 | 2026-08-05T19:27:09.955Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1007 | 2026-08-05T19:27:09.958Z | Downloaded hashbrown v0.16.1 |
| 1008 | 2026-08-05T19:27:09.961Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1009 | 2026-08-05T19:27:09.961Z | Downloaded num-bigint v0.4.6 |
| 1010 | 2026-08-05T19:27:09.964Z | Downloaded darling_core v0.23.0 |
| 1011 | 2026-08-05T19:27:09.967Z | Downloaded ipnetwork v0.21.1 |
| 1012 | 2026-08-05T19:27:09.967Z | Downloaded maybe-uninit v2.0.0 |
| 1013 | 2026-08-05T19:27:09.967Z | Downloaded futures-util v0.3.32 |
| 1014 | 2026-08-05T19:27:09.973Z | Downloaded hyper v1.10.1 |
| 1015 | 2026-08-05T19:27:09.977Z | Downloaded nanorand v0.7.0 |
| 1016 | 2026-08-05T19:27:09.981Z | Downloaded enum-as-inner v0.6.1 |
| 1017 | 2026-08-05T19:27:09.981Z | Downloaded kem v0.3.0 |
| 1018 | 2026-08-05T19:27:09.981Z | Downloaded lalrpop-util v0.19.12 |
| 1019 | 2026-08-05T19:27:09.981Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1020 | 2026-08-05T19:27:09.984Z | Downloaded oxnet v0.1.6 |
| 1021 | 2026-08-05T19:27:09.984Z | Downloaded poly1305 v0.8.0 |
| 1022 | 2026-08-05T19:27:09.984Z | Downloaded nonempty v0.12.0 |
| 1023 | 2026-08-05T19:27:09.987Z | Downloaded rand_core v0.6.4 |
| 1024 | 2026-08-05T19:27:09.988Z | Downloaded rand_seeder v0.4.0 |
| 1025 | 2026-08-05T19:27:09.988Z | Downloaded rustls-pemfile v2.2.0 |
| 1026 | 2026-08-05T19:27:09.992Z | Downloaded aes-gcm v0.11.0 |
| 1027 | 2026-08-05T19:27:09.992Z | Downloaded ignore v0.4.25 |
| 1028 | 2026-08-05T19:27:09.992Z | Downloaded serde_urlencoded v0.7.1 |
| 1029 | 2026-08-05T19:27:09.995Z | Downloaded smallvec v1.15.1 |
| 1030 | 2026-08-05T19:27:09.995Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1031 | 2026-08-05T19:27:09.998Z | Downloaded parse-display-derive v0.10.0 |
| 1032 | 2026-08-05T19:27:10.001Z | Downloaded slog-term v2.9.2 |
| 1033 | 2026-08-05T19:27:10.004Z | Downloaded waitgroup v0.1.2 |
| 1034 | 2026-08-05T19:27:10.005Z | Downloaded zstd v0.13.3 |
| 1035 | 2026-08-05T19:27:10.007Z | Downloaded smf v0.2.3 |
| 1036 | 2026-08-05T19:27:10.008Z | Downloaded tokio-test v0.4.5 |
| 1037 | 2026-08-05T19:27:10.012Z | Downloaded tokio-util v0.7.18 |
| 1038 | 2026-08-05T19:27:10.018Z | Downloaded tokio-tungstenite v0.23.1 |
| 1039 | 2026-08-05T19:27:10.021Z | Downloaded samael v0.0.19 |
| 1040 | 2026-08-05T19:27:10.024Z | Downloaded untrusted v0.9.0 |
| 1041 | 2026-08-05T19:27:10.024Z | Downloaded cpubits v0.1.1 |
| 1042 | 2026-08-05T19:27:10.032Z | Downloaded goblin v0.10.5 |
| 1043 | 2026-08-05T19:27:10.036Z | Downloaded hkdf v0.13.0 |
| 1044 | 2026-08-05T19:27:10.036Z | Downloaded der v0.7.10 |
| 1045 | 2026-08-05T19:27:10.040Z | Downloaded data-encoding v2.10.0 |
| 1046 | 2026-08-05T19:27:10.044Z | Downloaded darling v0.13.4 |
| 1047 | 2026-08-05T19:27:10.047Z | Downloaded derive_builder_core v0.20.2 |
| 1048 | 2026-08-05T19:27:10.047Z | Downloaded lru-cache v0.1.2 |
| 1049 | 2026-08-05T19:27:10.047Z | Downloaded phf_shared v0.13.1 |
| 1050 | 2026-08-05T19:27:10.050Z | Downloaded jiff-static v0.2.34 |
| 1051 | 2026-08-05T19:27:10.050Z | Downloaded num-iter v0.1.45 |
| 1052 | 2026-08-05T19:27:10.050Z | Downloaded digest-io v0.1.0 |
| 1053 | 2026-08-05T19:27:10.053Z | Downloaded parse-size v1.1.0 |
| 1054 | 2026-08-05T19:27:10.053Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1055 | 2026-08-05T19:27:10.057Z | Downloaded hkdf v0.12.4 |
| 1056 | 2026-08-05T19:27:10.057Z | Downloaded multer v3.1.0 |
| 1057 | 2026-08-05T19:27:10.060Z | Downloaded aho-corasick v1.1.4 |
| 1058 | 2026-08-05T19:27:10.063Z | Downloaded psm v0.1.30 |
| 1059 | 2026-08-05T19:27:10.065Z | Downloaded rpassword v7.5.4 |
| 1060 | 2026-08-05T19:27:10.065Z | Downloaded peg-macros v0.8.5 |
| 1061 | 2026-08-05T19:27:10.068Z | Downloaded pem-rfc7468 v1.0.0 |
| 1062 | 2026-08-05T19:27:10.068Z | Downloaded rand_chacha v0.9.0 |
| 1063 | 2026-08-05T19:27:10.071Z | Downloaded yoke-derive v0.8.1 |
| 1064 | 2026-08-05T19:27:10.071Z | Downloaded owo-colors v4.3.0 |
| 1065 | 2026-08-05T19:27:10.074Z | Downloaded sync_wrapper v1.0.2 |
| 1066 | 2026-08-05T19:27:10.080Z | Downloaded predicates v3.1.4 |
| 1067 | 2026-08-05T19:27:10.083Z | Downloaded rusty-fork v0.3.1 |
| 1068 | 2026-08-05T19:27:10.086Z | Downloaded test-strategy v0.4.5 |
| 1069 | 2026-08-05T19:27:10.086Z | Downloaded slog-json v2.6.1 |
| 1070 | 2026-08-05T19:27:10.089Z | Downloaded zopfli v0.8.3 |
| 1071 | 2026-08-05T19:27:10.092Z | Downloaded tinystr v0.8.2 |
| 1072 | 2026-08-05T19:27:10.092Z | Downloaded darling_macro v0.13.4 |
| 1073 | 2026-08-05T19:27:10.095Z | Downloaded termios v0.3.3 |
| 1074 | 2026-08-05T19:27:10.095Z | Downloaded tower-http v0.6.8 |
| 1075 | 2026-08-05T19:27:10.098Z | Downloaded cpufeatures v0.3.0 |
| 1076 | 2026-08-05T19:27:10.101Z | Downloaded derive-where v1.6.0 |
| 1077 | 2026-08-05T19:27:10.101Z | Downloaded peg-runtime v0.8.5 |
| 1078 | 2026-08-05T19:27:10.104Z | Downloaded predicates-core v1.0.10 |
| 1079 | 2026-08-05T19:27:10.104Z | Downloaded quick-error v1.2.3 |
| 1080 | 2026-08-05T19:27:10.104Z | Downloaded multimap v0.10.1 |
| 1081 | 2026-08-05T19:27:10.104Z | Downloaded newline-converter v0.3.0 |
| 1082 | 2026-08-05T19:27:10.104Z | Downloaded reedline v0.40.0 |
| 1083 | 2026-08-05T19:27:10.109Z | Downloaded zone v0.3.1 |
| 1084 | 2026-08-05T19:27:10.113Z | Downloaded elliptic-curve v0.13.8 |
| 1085 | 2026-08-05T19:27:10.116Z | Downloaded csv-core v0.1.13 |
| 1086 | 2026-08-05T19:27:10.116Z | Downloaded prettyplease v0.2.37 |
| 1087 | 2026-08-05T19:27:10.119Z | Downloaded xshell v0.2.7 |
| 1088 | 2026-08-05T19:27:10.123Z | Downloaded unicode-normalization v0.1.25 |
| 1089 | 2026-08-05T19:27:10.130Z | Downloaded ecdsa v0.16.9 |
| 1090 | 2026-08-05T19:27:10.137Z | Downloaded lru v0.12.5 |
| 1091 | 2026-08-05T19:27:10.140Z | Downloaded omicron-zone-package v0.12.3 |
| 1092 | 2026-08-05T19:27:10.140Z | Downloaded tokio-native-tls v0.3.1 |
| 1093 | 2026-08-05T19:27:10.144Z | Downloaded rand v0.8.6 |
| 1094 | 2026-08-05T19:27:10.147Z | Downloaded rand v0.9.2 |
| 1095 | 2026-08-05T19:27:10.153Z | Downloaded pin-project v1.1.11 |
| 1096 | 2026-08-05T19:27:10.160Z | Downloaded serde_bytes v0.11.19 |
| 1097 | 2026-08-05T19:27:10.164Z | Downloaded darling_macro v0.23.0 |
| 1098 | 2026-08-05T19:27:10.165Z | Downloaded strum v0.27.2 |
| 1099 | 2026-08-05T19:27:10.165Z | Downloaded stringprep v0.1.5 |
| 1100 | 2026-08-05T19:27:10.165Z | Downloaded vergen-lib v9.1.0 |
| 1101 | 2026-08-05T19:27:10.165Z | Downloaded dropshot-api-manager v0.7.2 |
| 1102 | 2026-08-05T19:27:10.168Z | Downloaded ron v0.8.1 |
| 1103 | 2026-08-05T19:27:10.171Z | Downloaded qorb v0.4.1 |
| 1104 | 2026-08-05T19:27:10.175Z | Downloaded tungstenite v0.23.0 |
| 1105 | 2026-08-05T19:27:10.176Z | Downloaded itertools v0.10.5 |
| 1106 | 2026-08-05T19:27:10.179Z | Downloaded ed25519 v2.2.3 |
| 1107 | 2026-08-05T19:27:10.182Z | Downloaded darling_core v0.20.11 |
| 1108 | 2026-08-05T19:27:10.185Z | Downloaded scrypt v0.12.0 |
| 1109 | 2026-08-05T19:27:10.185Z | Downloaded sec1 v0.8.1 |
| 1110 | 2026-08-05T19:27:10.185Z | Downloaded path-slash v0.1.5 |
| 1111 | 2026-08-05T19:27:10.185Z | Downloaded usdt-macro v0.6.0 |
| 1112 | 2026-08-05T19:27:10.185Z | Downloaded utf8_iter v1.0.4 |
| 1113 | 2026-08-05T19:27:10.188Z | Downloaded mime_guess v2.0.5 |
| 1114 | 2026-08-05T19:27:10.191Z | Downloaded thiserror-no-std v2.0.2 |
| 1115 | 2026-08-05T19:27:10.191Z | Downloaded unicase v2.9.0 |
| 1116 | 2026-08-05T19:27:10.194Z | Downloaded wnaf v0.14.0 |
| 1117 | 2026-08-05T19:27:10.194Z | Downloaded md-5 v0.10.6 |
| 1118 | 2026-08-05T19:27:10.197Z | Downloaded russh-util v0.52.0 |
| 1119 | 2026-08-05T19:27:10.197Z | Downloaded convert_case v0.10.0 |
| 1120 | 2026-08-05T19:27:10.197Z | Downloaded vergen v9.1.0 |
| 1121 | 2026-08-05T19:27:10.201Z | Downloaded mio v1.2.0 |
| 1122 | 2026-08-05T19:27:10.201Z | Downloaded slog-envlogger v2.2.0 |
| 1123 | 2026-08-05T19:27:10.206Z | Downloaded x509-cert v0.2.5 |
| 1124 | 2026-08-05T19:27:10.206Z | Downloaded ctr v0.10.1 |
| 1125 | 2026-08-05T19:27:10.206Z | Downloaded der_derive v0.7.3 |
| 1126 | 2026-08-05T19:27:10.209Z | Downloaded itertools v0.15.0 |
| 1127 | 2026-08-05T19:27:10.212Z | Downloaded derive_more v0.99.20 |
| 1128 | 2026-08-05T19:27:10.215Z | Downloaded winnow v0.6.26 |
| 1129 | 2026-08-05T19:27:10.220Z | Downloaded deranged v0.5.8 |
| 1130 | 2026-08-05T19:27:10.223Z | Downloaded sponge-cursor v0.1.0 |
| 1131 | 2026-08-05T19:27:10.223Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1132 | 2026-08-05T19:27:10.226Z | Downloaded signature v3.0.0 |
| 1133 | 2026-08-05T19:27:10.226Z | Downloaded ingot-types v0.2.0 |
| 1134 | 2026-08-05T19:27:10.226Z | Downloaded tower v0.5.3 |
| 1135 | 2026-08-05T19:27:10.229Z | Downloaded ref-cast-impl v1.0.25 |
| 1136 | 2026-08-05T19:27:10.232Z | Downloaded olpc-cjson v0.1.4 |
| 1137 | 2026-08-05T19:27:10.232Z | Downloaded downcast-rs v2.0.2 |
| 1138 | 2026-08-05T19:27:10.232Z | Downloaded pretty_assertions v1.4.1 |
| 1139 | 2026-08-05T19:27:10.235Z | Downloaded papergrid v0.17.0 |
| 1140 | 2026-08-05T19:27:10.238Z | Downloaded salsa20 v0.11.0 |
| 1141 | 2026-08-05T19:27:10.241Z | Downloaded derive_more-impl v2.1.1 |
| 1142 | 2026-08-05T19:27:10.244Z | Downloaded rsa v0.10.0-rc.18 |
| 1143 | 2026-08-05T19:27:10.247Z | Downloaded bindgen v0.71.1 |
| 1144 | 2026-08-05T19:27:10.250Z | Downloaded subtle v2.6.1 |
| 1145 | 2026-08-05T19:27:10.250Z | Downloaded dirs-next v2.0.0 |
| 1146 | 2026-08-05T19:27:10.250Z | Downloaded pkcs5 v0.8.1 |
| 1147 | 2026-08-05T19:27:10.254Z | Downloaded instability v0.3.11 |
| 1148 | 2026-08-05T19:27:10.254Z | Downloaded cookie v0.18.1 |
| 1149 | 2026-08-05T19:27:10.257Z | Downloaded scuffle v0.1.0 |
| 1150 | 2026-08-05T19:27:10.260Z | Downloaded port-file v0.1.0 |
| 1151 | 2026-08-05T19:27:10.263Z | Downloaded libscf-sys v1.2.0 |
| 1152 | 2026-08-05T19:27:10.263Z | Downloaded subprocess v0.2.15 |
| 1153 | 2026-08-05T19:27:10.266Z | Downloaded ingot-macros v0.2.0 |
| 1154 | 2026-08-05T19:27:10.266Z | Downloaded rustls-pki-types v1.14.0 |
| 1155 | 2026-08-05T19:27:10.266Z | Downloaded ipnet v2.11.0 |
| 1156 | 2026-08-05T19:27:10.266Z | Downloaded slog-async v2.8.0 |
| 1157 | 2026-08-05T19:27:10.269Z | Downloaded num-derive v0.4.2 |
| 1158 | 2026-08-05T19:27:10.272Z | Downloaded rustc-hash v2.1.1 |
| 1159 | 2026-08-05T19:27:10.272Z | Downloaded time-core v0.1.8 |
| 1160 | 2026-08-05T19:27:10.272Z | Downloaded diff v0.1.13 |
| 1161 | 2026-08-05T19:27:10.279Z | Downloaded proc-macro-crate v3.4.0 |
| 1162 | 2026-08-05T19:27:10.286Z | Downloaded blake3 v1.8.5 |
| 1163 | 2026-08-05T19:27:10.293Z | Downloaded minimal-lexical v0.2.1 |
| 1164 | 2026-08-05T19:27:10.296Z | Downloaded num-bigint-dig v0.8.6 |
| 1165 | 2026-08-05T19:27:10.299Z | Downloaded synstructure v0.13.2 |
| 1166 | 2026-08-05T19:27:10.299Z | Downloaded usdt-impl v0.6.0 |
| 1167 | 2026-08-05T19:27:10.302Z | Downloaded darling_core v0.13.4 |
| 1168 | 2026-08-05T19:27:10.302Z | Downloaded zip v4.6.1 |
| 1169 | 2026-08-05T19:27:10.304Z | Downloaded icu_normalizer_data v2.1.1 |
| 1170 | 2026-08-05T19:27:10.308Z | Downloaded packed_struct v0.10.1 |
| 1171 | 2026-08-05T19:27:10.308Z | Downloaded psl-types v2.0.11 |
| 1172 | 2026-08-05T19:27:10.308Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1173 | 2026-08-05T19:27:10.308Z | Downloaded icu_normalizer v2.1.1 |
| 1174 | 2026-08-05T19:27:10.311Z | Downloaded zstd-safe v7.2.4 |
| 1175 | 2026-08-05T19:27:10.311Z | Downloaded r2d2 v0.8.10 |
| 1176 | 2026-08-05T19:27:10.316Z | Downloaded schemars v0.8.22 |
| 1177 | 2026-08-05T19:27:10.322Z | Downloaded tracing-core v0.1.36 |
| 1178 | 2026-08-05T19:27:10.325Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1179 | 2026-08-05T19:27:10.325Z | Downloaded try-lock v0.2.5 |
| 1180 | 2026-08-05T19:27:10.328Z | Downloaded git2 v0.20.4 |
| 1181 | 2026-08-05T19:27:10.331Z | Downloaded serde-hex v0.1.0 |
| 1182 | 2026-08-05T19:27:10.334Z | Downloaded ctutils v0.4.2 |
| 1183 | 2026-08-05T19:27:10.336Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1184 | 2026-08-05T19:27:10.339Z | Downloaded tungstenite v0.21.0 |
| 1185 | 2026-08-05T19:27:10.342Z | Downloaded time-macros v0.2.27 |
| 1186 | 2026-08-05T19:27:10.345Z | Downloaded salty v0.3.0 |
| 1187 | 2026-08-05T19:27:10.348Z | Downloaded litrs v1.0.0 |
| 1188 | 2026-08-05T19:27:10.351Z | Downloaded jiff-core v0.1.0 |
| 1189 | 2026-08-05T19:27:10.351Z | Downloaded jobserver v0.1.34 |
| 1190 | 2026-08-05T19:27:10.356Z | Downloaded static_assertions v1.1.0 |
| 1191 | 2026-08-05T19:27:10.372Z | Downloaded rustyline v14.0.0 |
| 1192 | 2026-08-05T19:27:10.375Z | Downloaded bitvec v1.0.1 |
| 1193 | 2026-08-05T19:27:10.383Z | Downloaded tough v0.22.0 |
| 1194 | 2026-08-05T19:27:10.387Z | Downloaded socket2 v0.5.10 |
| 1195 | 2026-08-05T19:27:10.390Z | Downloaded zerovec v0.11.5 |
| 1196 | 2026-08-05T19:27:10.393Z | Downloaded zerocopy-derive v0.8.40 |
| 1197 | 2026-08-05T19:27:10.396Z | Downloaded crossbeam-utils v0.8.21 |
| 1198 | 2026-08-05T19:27:10.399Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-08-05T19:27:10.399Z | Downloaded drift v0.2.0 |
| 1200 | 2026-08-05T19:27:10.404Z | Downloaded slog v2.8.2 |
| 1201 | 2026-08-05T19:27:10.407Z | Downloaded similar v2.7.0 |
| 1202 | 2026-08-05T19:27:10.423Z | Downloaded miniz_oxide v0.8.9 |
| 1203 | 2026-08-05T19:27:10.426Z | Downloaded indexmap v1.9.3 |
| 1204 | 2026-08-05T19:27:10.429Z | Downloaded publicsuffix v2.3.0 |
| 1205 | 2026-08-05T19:27:10.429Z | Downloaded nom v7.1.3 |
| 1206 | 2026-08-05T19:27:10.432Z | Downloaded daft-derive v0.1.7 |
| 1207 | 2026-08-05T19:27:10.435Z | Downloaded p256 v0.14.0 |
| 1208 | 2026-08-05T19:27:10.443Z | Downloaded num-traits v0.2.19 |
| 1209 | 2026-08-05T19:27:10.446Z | Downloaded rayon v1.11.0 |
| 1210 | 2026-08-05T19:27:10.450Z | Downloaded russh v0.62.4 |
| 1211 | 2026-08-05T19:27:10.455Z | Downloaded quinn-proto v0.11.16 |
| 1212 | 2026-08-05T19:27:10.459Z | Downloaded iri-string v0.7.10 |
| 1213 | 2026-08-05T19:27:10.463Z | Downloaded toml_edit v0.19.15 |
| 1214 | 2026-08-05T19:27:10.481Z | Downloaded typify v0.6.2 |
| 1215 | 2026-08-05T19:27:10.481Z | Downloaded chrono v0.4.45 |
| 1216 | 2026-08-05T19:27:10.484Z | Downloaded tabled v0.20.0 |
| 1217 | 2026-08-05T19:27:10.490Z | Downloaded unicode-segmentation v1.12.0 |
| 1218 | 2026-08-05T19:27:10.493Z | Downloaded reqwest v0.13.2 |
| 1219 | 2026-08-05T19:27:10.496Z | Downloaded portable-atomic v1.13.1 |
| 1220 | 2026-08-05T19:27:10.504Z | Downloaded steno v0.4.1 |
| 1221 | 2026-08-05T19:27:10.508Z | Downloaded crypto-primes v0.7.2 |
| 1222 | 2026-08-05T19:27:10.511Z | Downloaded tokio-postgres v0.7.16 |
| 1223 | 2026-08-05T19:27:10.514Z | Downloaded vcpkg v0.2.15 |
| 1224 | 2026-08-05T19:27:10.535Z | Downloaded nom v8.0.0 |
| 1225 | 2026-08-05T19:27:10.539Z | Downloaded moka v0.12.13 |
| 1226 | 2026-08-05T19:27:10.543Z | Downloaded ed25519-dalek v2.2.0 |
| 1227 | 2026-08-05T19:27:10.546Z | Downloaded lalrpop v0.19.12 |
| 1228 | 2026-08-05T19:27:10.551Z | Downloaded der v0.8.0 |
| 1229 | 2026-08-05T19:27:10.556Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-08-05T19:27:10.560Z | Downloaded winnow v0.5.40 |
| 1231 | 2026-08-05T19:27:10.564Z | Downloaded reqwest v0.12.28 |
| 1232 | 2026-08-05T19:27:10.567Z | Downloaded itertools v0.12.1 |
| 1233 | 2026-08-05T19:27:10.570Z | Downloaded itertools v0.13.0 |
| 1234 | 2026-08-05T19:27:10.574Z | Downloaded libm v0.2.16 |
| 1235 | 2026-08-05T19:27:10.580Z | Downloaded proptest v1.11.0 |
| 1236 | 2026-08-05T19:27:10.584Z | Downloaded diesel_derives v2.3.7 |
| 1237 | 2026-08-05T19:27:10.588Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1238 | 2026-08-05T19:27:10.591Z | Downloaded petname v2.0.2 |
| 1239 | 2026-08-05T19:27:10.594Z | Downloaded crossterm v0.29.0 |
| 1240 | 2026-08-05T19:27:10.598Z | Downloaded itertools v0.14.0 |
| 1241 | 2026-08-05T19:27:10.608Z | Downloaded time v0.3.47 |
| 1242 | 2026-08-05T19:27:10.647Z | Downloaded idna v1.1.0 |
| 1243 | 2026-08-05T19:27:10.651Z | Downloaded crossterm v0.28.1 |
| 1244 | 2026-08-05T19:27:10.664Z | Downloaded quick-xml v0.37.5 |
| 1245 | 2026-08-05T19:27:10.667Z | Downloaded regex v1.12.3 |
| 1246 | 2026-08-05T19:27:10.673Z | Downloaded winnow v1.0.3 |
| 1247 | 2026-08-05T19:27:10.678Z | Downloaded zlib-rs v0.6.2 |
| 1248 | 2026-08-05T19:27:10.686Z | Downloaded serde_with v3.21.0 |
| 1249 | 2026-08-05T19:27:10.693Z | Downloaded crypto-bigint v0.7.5 |
| 1250 | 2026-08-05T19:27:10.702Z | Downloaded regress v0.11.1 |
| 1251 | 2026-08-05T19:27:10.706Z | Downloaded libxml v0.3.3 |
| 1252 | 2026-08-05T19:27:10.709Z | Downloaded rawzip v0.4.4 |
| 1253 | 2026-08-05T19:27:10.712Z | Downloaded openapiv3 v2.2.0 |
| 1254 | 2026-08-05T19:27:10.719Z | Downloaded iddqd v0.4.2 |
| 1255 | 2026-08-05T19:27:10.724Z | Downloaded curve25519-dalek v4.1.3 |
| 1256 | 2026-08-05T19:27:10.729Z | Downloaded hickory-proto v0.24.4 |
| 1257 | 2026-08-05T19:27:10.737Z | Downloaded regex-syntax v0.8.10 |
| 1258 | 2026-08-05T19:27:10.741Z | Downloaded sha3 v0.12.0 |
| 1259 | 2026-08-05T19:27:10.744Z | Downloaded hickory-proto v0.25.2 |
| 1260 | 2026-08-05T19:27:10.751Z | Downloaded icu_properties_data v2.1.2 |
| 1261 | 2026-08-05T19:27:10.756Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-08-05T19:27:10.759Z | Downloaded object v0.37.3 |
| 1263 | 2026-08-05T19:27:10.765Z | Downloaded nix v0.27.1 |
| 1264 | 2026-08-05T19:27:10.771Z | Downloaded dropshot v0.17.1 |
| 1265 | 2026-08-05T19:27:10.784Z | Downloaded bstr v1.12.1 |
| 1266 | 2026-08-05T19:27:10.789Z | Downloaded smoltcp v0.11.0 |
| 1267 | 2026-08-05T19:27:10.796Z | Downloaded zerocopy v0.8.40 |
| 1268 | 2026-08-05T19:27:10.801Z | Downloaded regex-syntax v0.6.29 |
| 1269 | 2026-08-05T19:27:10.807Z | Downloaded rustls v0.23.41 |
| 1270 | 2026-08-05T19:27:10.813Z | Downloaded rustix v0.38.44 |
| 1271 | 2026-08-05T19:27:10.826Z | Downloaded openssl v0.10.80 |
| 1272 | 2026-08-05T19:27:10.831Z | Downloaded sqlparser v0.61.0 |
| 1273 | 2026-08-05T19:27:10.854Z | Downloaded typify-impl v0.6.2 |
| 1274 | 2026-08-05T19:27:10.862Z | Downloaded sha3 v0.11.0 |
| 1275 | 2026-08-05T19:27:10.866Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-08-05T19:27:10.876Z | Downloaded regex-automata v0.4.14 |
| 1277 | 2026-08-05T19:27:10.888Z | Downloaded curve25519-dalek v5.0.0 |
| 1278 | 2026-08-05T19:27:10.908Z | Downloaded ratatui v0.29.0 |
| 1279 | 2026-08-05T19:27:10.919Z | Downloaded object v0.30.4 |
| 1280 | 2026-08-05T19:27:10.924Z | Downloaded regress v0.10.5 |
| 1281 | 2026-08-05T19:27:10.929Z | Downloaded polar-core v0.27.3 |
| 1282 | 2026-08-05T19:27:10.954Z | Downloaded csv v1.4.0 |
| 1283 | 2026-08-05T19:27:10.965Z | Downloaded nix v0.28.0 |
| 1284 | 2026-08-05T19:27:10.971Z | Downloaded nix v0.31.2 |
| 1285 | 2026-08-05T19:27:11.005Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-08-05T19:27:11.017Z | Downloaded sled v0.34.7 |
| 1287 | 2026-08-05T19:27:11.056Z | Downloaded ring v0.17.14 |
| 1288 | 2026-08-05T19:27:11.078Z | Downloaded zerocopy-derive v0.6.6 |
| 1289 | 2026-08-05T19:27:11.084Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1290 | 2026-08-05T19:27:11.116Z | Downloaded tracing v0.1.44 |
| 1291 | 2026-08-05T19:27:11.128Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-08-05T19:27:11.163Z | Downloaded petgraph v0.6.5 |
| 1293 | 2026-08-05T19:27:11.190Z | Downloaded jiff v0.2.34 |
| 1294 | 2026-08-05T19:27:11.203Z | Downloaded chrono-tz v0.10.4 |
| 1295 | 2026-08-05T19:27:11.213Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1296 | 2026-08-05T19:27:11.282Z | Downloaded sha3 v0.10.8 |
| 1297 | 2026-08-05T19:27:11.287Z | Downloaded petgraph v0.8.3 |
| 1298 | 2026-08-05T19:27:11.300Z | Downloaded tokio v1.52.1 |
| 1299 | 2026-08-05T19:27:11.323Z | Downloaded libz-sys v1.1.24 |
| 1300 | 2026-08-05T19:27:11.348Z | Downloaded encoding_rs v0.8.35 |
| 1301 | 2026-08-05T19:27:11.921Z | Downloaded aws-lc-sys v0.40.0 |
| 1302 | 2026-08-05T19:27:12.194Z | Compiling libc v0.2.185 |
| 1303 | 2026-08-05T19:27:12.194Z | Compiling serde_core v1.0.228 |
| 1304 | 2026-08-05T19:27:12.198Z | Compiling serde v1.0.228 |
| 1305 | 2026-08-05T19:27:12.198Z | Compiling log v0.4.29 |
| 1306 | 2026-08-05T19:27:12.198Z | Compiling smallvec v1.15.1 |
| 1307 | 2026-08-05T19:27:12.198Z | Compiling shlex v1.3.0 |
| 1308 | 2026-08-05T19:27:12.198Z | Compiling find-msvc-tools v0.1.9 |
| 1309 | 2026-08-05T19:27:12.198Z | Compiling subtle v2.6.1 |
| 1310 | 2026-08-05T19:27:12.383Z | Compiling scopeguard v1.2.0 |
| 1311 | 2026-08-05T19:27:12.393Z | Compiling stable_deref_trait v1.2.1 |
| 1312 | 2026-08-05T19:27:12.397Z | Compiling typenum v1.20.1 |
| 1313 | 2026-08-05T19:27:12.397Z | Compiling zerocopy v0.8.40 |
| 1314 | 2026-08-05T19:27:12.397Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-08-05T19:27:12.432Z | Compiling serde_json v1.0.151 |
| 1316 | 2026-08-05T19:27:12.447Z | Compiling syn v2.0.117 |
| 1317 | 2026-08-05T19:27:12.461Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-08-05T19:27:12.531Z | Compiling libm v0.2.16 |
| 1319 | 2026-08-05T19:27:12.608Z | Compiling lock_api v0.4.14 |
| 1320 | 2026-08-05T19:27:12.622Z | Compiling num-traits v0.2.19 |
| 1321 | 2026-08-05T19:27:12.639Z | Compiling pkg-config v0.3.32 |
| 1322 | 2026-08-05T19:27:12.639Z | Compiling generic-array v0.14.7 |
| 1323 | 2026-08-05T19:27:12.639Z | Compiling pin-project-lite v0.2.17 |
| 1324 | 2026-08-05T19:27:12.639Z | Compiling getrandom v0.4.1 |
| 1325 | 2026-08-05T19:27:12.728Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-08-05T19:27:12.776Z | Compiling const-oid v0.9.6 |
| 1327 | 2026-08-05T19:27:12.821Z | Compiling rand_core v0.10.0 |
| 1328 | 2026-08-05T19:27:12.824Z | Compiling percent-encoding v2.3.2 |
| 1329 | 2026-08-05T19:27:12.903Z | Compiling futures-core v0.3.32 |
| 1330 | 2026-08-05T19:27:12.947Z | Compiling litemap v0.8.1 |
| 1331 | 2026-08-05T19:27:12.980Z | Compiling writeable v0.6.2 |
| 1332 | 2026-08-05T19:27:13.028Z | Compiling icu_normalizer_data v2.1.1 |
| 1333 | 2026-08-05T19:27:13.042Z | Compiling icu_properties_data v2.1.2 |
| 1334 | 2026-08-05T19:27:13.069Z | Compiling getrandom v0.3.4 |
| 1335 | 2026-08-05T19:27:13.075Z | Compiling futures-sink v0.3.32 |
| 1336 | 2026-08-05T19:27:13.095Z | Compiling futures-task v0.3.32 |
| 1337 | 2026-08-05T19:27:13.133Z | Compiling slab v0.4.12 |
| 1338 | 2026-08-05T19:27:13.153Z | Compiling rustix v1.1.3 |
| 1339 | 2026-08-05T19:27:13.187Z | Compiling futures-channel v0.3.32 |
| 1340 | 2026-08-05T19:27:13.201Z | Compiling utf8_iter v1.0.4 |
| 1341 | 2026-08-05T19:27:13.279Z | Compiling futures-io v0.3.32 |
| 1342 | 2026-08-05T19:27:13.293Z | Compiling form_urlencoded v1.2.2 |
| 1343 | 2026-08-05T19:27:13.323Z | Compiling jobserver v0.1.34 |
| 1344 | 2026-08-05T19:27:13.346Z | Compiling errno v0.3.14 |
| 1345 | 2026-08-05T19:27:13.360Z | Compiling getrandom v0.2.17 |
| 1346 | 2026-08-05T19:27:13.432Z | Compiling mio v1.2.0 |
| 1347 | 2026-08-05T19:27:13.447Z | Compiling socket2 v0.6.3 |
| 1348 | 2026-08-05T19:27:13.461Z | Compiling signal-hook-registry v1.4.8 |
| 1349 | 2026-08-05T19:27:13.493Z | Compiling rustversion v1.0.22 |
| 1350 | 2026-08-05T19:27:13.513Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-08-05T19:27:13.539Z | Compiling cc v1.2.56 |
| 1352 | 2026-08-05T19:27:13.571Z | Compiling once_cell v1.21.3 |
| 1353 | 2026-08-05T19:27:13.620Z | Compiling parking_lot v0.12.5 |
| 1354 | 2026-08-05T19:27:13.636Z | Compiling iana-time-zone v0.1.65 |
| 1355 | 2026-08-05T19:27:13.712Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-08-05T19:27:13.730Z | Compiling regex-syntax v0.8.10 |
| 1357 | 2026-08-05T19:27:13.804Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-08-05T19:27:13.822Z | Compiling flagset v0.4.7 |
| 1359 | 2026-08-05T19:27:13.874Z | Compiling dunce v1.0.5 |
| 1360 | 2026-08-05T19:27:13.877Z | Compiling ident_case v1.0.1 |
| 1361 | 2026-08-05T19:27:13.878Z | Compiling base64 v0.22.1 |
| 1362 | 2026-08-05T19:27:13.933Z | Compiling rand_core v0.9.5 |
| 1363 | 2026-08-05T19:27:13.968Z | Compiling pem-rfc7468 v0.7.0 |
| 1364 | 2026-08-05T19:27:13.986Z | Compiling vcpkg v0.2.15 |
| 1365 | 2026-08-05T19:27:14.028Z | Compiling syn v1.0.109 |
| 1366 | 2026-08-05T19:27:14.042Z | Compiling tracing-core v0.1.36 |
| 1367 | 2026-08-05T19:27:14.045Z | Compiling cpufeatures v0.2.17 |
| 1368 | 2026-08-05T19:27:14.045Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-08-05T19:27:14.097Z | Compiling schemars v0.8.22 |
| 1370 | 2026-08-05T19:27:14.117Z | Compiling dyn-clone v1.0.20 |
| 1371 | 2026-08-05T19:27:14.156Z | Compiling spin v0.9.8 |
| 1372 | 2026-08-05T19:27:14.239Z | Compiling cmov v0.5.4 |
| 1373 | 2026-08-05T19:27:14.265Z | Compiling httparse v1.10.1 |
| 1374 | 2026-08-05T19:27:14.282Z | Compiling crc32fast v1.5.0 |
| 1375 | 2026-08-05T19:27:14.309Z | Compiling cmake v0.1.57 |
| 1376 | 2026-08-05T19:27:14.352Z | Compiling tinyvec_macros v0.1.1 |
| 1377 | 2026-08-05T19:27:14.387Z | Compiling openssl-probe v0.2.1 |
| 1378 | 2026-08-05T19:27:14.387Z | Compiling aho-corasick v1.1.4 |
| 1379 | 2026-08-05T19:27:14.437Z | Compiling ctutils v0.4.2 |
| 1380 | 2026-08-05T19:27:14.440Z | Compiling tinyvec v1.10.0 |
| 1381 | 2026-08-05T19:27:14.478Z | Compiling radium v0.7.0 |
| 1382 | 2026-08-05T19:27:14.550Z | Compiling untrusted v0.7.1 |
| 1383 | 2026-08-05T19:27:14.593Z | Compiling bitflags v2.11.0 |
| 1384 | 2026-08-05T19:27:14.641Z | Compiling semver v1.0.28 |
| 1385 | 2026-08-05T19:27:14.645Z | Compiling indexmap v2.14.0 |
| 1386 | 2026-08-05T19:27:14.696Z | Compiling uuid v1.23.4 |
| 1387 | 2026-08-05T19:27:14.748Z | Compiling atomic-waker v1.1.2 |
| 1388 | 2026-08-05T19:27:14.763Z | Compiling tower-service v0.3.3 |
| 1389 | 2026-08-05T19:27:14.790Z | Compiling tower-layer v0.3.3 |
| 1390 | 2026-08-05T19:27:14.805Z | Compiling try-lock v0.2.5 |
| 1391 | 2026-08-05T19:27:14.869Z | Compiling rustc_version v0.4.1 |
| 1392 | 2026-08-05T19:27:14.897Z | Compiling want v0.3.1 |
| 1393 | 2026-08-05T19:27:14.930Z | Compiling rustls v0.23.41 |
| 1394 | 2026-08-05T19:27:14.967Z | Compiling foreign-types-shared v0.1.1 |
| 1395 | 2026-08-05T19:27:14.997Z | Compiling maybe-uninit v2.0.0 |
| 1396 | 2026-08-05T19:27:15.066Z | Compiling httpdate v1.0.3 |
| 1397 | 2026-08-05T19:27:15.079Z | Compiling untrusted v0.9.0 |
| 1398 | 2026-08-05T19:27:15.092Z | Compiling simd-adler32 v0.3.8 |
| 1399 | 2026-08-05T19:27:15.115Z | Compiling tap v1.0.1 |
| 1400 | 2026-08-05T19:27:15.159Z | Compiling openssl v0.10.80 |
| 1401 | 2026-08-05T19:27:15.162Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-08-05T19:27:15.206Z | Compiling openssl-sys v0.9.117 |
| 1403 | 2026-08-05T19:27:15.221Z | Compiling wyz v0.5.1 |
| 1404 | 2026-08-05T19:27:15.236Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1405 | 2026-08-05T19:27:15.283Z | Compiling regex-automata v0.4.14 |
| 1406 | 2026-08-05T19:27:15.334Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1407 | 2026-08-05T19:27:15.353Z | Compiling foreign-types v0.3.2 |
| 1408 | 2026-08-05T19:27:15.405Z | Compiling unicode-normalization v0.1.25 |
| 1409 | 2026-08-05T19:27:15.419Z | Compiling num-integer v0.1.46 |
| 1410 | 2026-08-05T19:27:15.433Z | Compiling wait-timeout v0.2.1 |
| 1411 | 2026-08-05T19:27:15.447Z | Compiling ahash v0.8.12 |
| 1412 | 2026-08-05T19:27:15.556Z | Compiling synstructure v0.13.2 |
| 1413 | 2026-08-05T19:27:15.593Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-08-05T19:27:15.687Z | Compiling tempfile v3.25.0 |
| 1415 | 2026-08-05T19:27:15.730Z | Compiling pest_generator v2.8.6 |
| 1416 | 2026-08-05T19:27:15.770Z | Compiling darling_core v0.20.11 |
| 1417 | 2026-08-05T19:27:15.792Z | Compiling terminal_size v0.4.3 |
| 1418 | 2026-08-05T19:27:15.834Z | Compiling packed_struct v0.10.1 |
| 1419 | 2026-08-05T19:27:15.914Z | Compiling num-conv v0.2.0 |
| 1420 | 2026-08-05T19:27:15.950Z | Compiling powerfmt v0.2.0 |
| 1421 | 2026-08-05T19:27:15.972Z | Compiling num-bigint-dig v0.8.6 |
| 1422 | 2026-08-05T19:27:16.067Z | Compiling adler2 v2.0.1 |
| 1423 | 2026-08-05T19:27:16.120Z | Compiling bit-vec v0.8.0 |
| 1424 | 2026-08-05T19:27:16.137Z | Compiling native-tls v0.2.18 |
| 1425 | 2026-08-05T19:27:16.177Z | Compiling funty v2.0.0 |
| 1426 | 2026-08-05T19:27:16.193Z | Compiling quick-error v1.2.3 |
| 1427 | 2026-08-05T19:27:16.208Z | Compiling time-core v0.1.8 |
| 1428 | 2026-08-05T19:27:16.225Z | Compiling clap_builder v4.6.0 |
| 1429 | 2026-08-05T19:27:16.229Z | Compiling miniz_oxide v0.8.9 |
| 1430 | 2026-08-05T19:27:16.287Z | Compiling rusty-fork v0.3.1 |
| 1431 | 2026-08-05T19:27:16.317Z | Compiling deranged v0.5.8 |
| 1432 | 2026-08-05T19:27:16.380Z | Compiling time-macros v0.2.27 |
| 1433 | 2026-08-05T19:27:16.392Z | Compiling bit-set v0.8.0 |
| 1434 | 2026-08-05T19:27:16.522Z | Compiling bitvec v1.0.1 |
| 1435 | 2026-08-05T19:27:16.553Z | Compiling num-iter v0.1.45 |
| 1436 | 2026-08-05T19:27:16.634Z | Compiling lazy_static v1.5.0 |
| 1437 | 2026-08-05T19:27:16.661Z | Compiling rand_xorshift v0.4.0 |
| 1438 | 2026-08-05T19:27:16.683Z | Compiling anstyle-parse v0.2.7 |
| 1439 | 2026-08-05T19:27:16.735Z | Compiling sync_wrapper v1.0.2 |
| 1440 | 2026-08-05T19:27:16.791Z | Compiling indexmap v1.9.3 |
| 1441 | 2026-08-05T19:27:16.844Z | Compiling crossbeam-utils v0.8.21 |
| 1442 | 2026-08-05T19:27:16.858Z | Compiling siphasher v1.0.2 |
| 1443 | 2026-08-05T19:27:16.878Z | Compiling num_threads v0.1.7 |
| 1444 | 2026-08-05T19:27:16.884Z | Compiling zlib-rs v0.6.2 |
| 1445 | 2026-08-05T19:27:16.990Z | Compiling usdt-impl v0.6.0 |
| 1446 | 2026-08-05T19:27:17.065Z | Compiling paste v1.0.15 |
| 1447 | 2026-08-05T19:27:17.081Z | Compiling nodrop v0.1.14 |
| 1448 | 2026-08-05T19:27:17.172Z | Compiling unicode-segmentation v1.12.0 |
| 1449 | 2026-08-05T19:27:17.186Z | Compiling crc-catalog v2.4.0 |
| 1450 | 2026-08-05T19:27:17.278Z | Compiling unarray v0.1.4 |
| 1451 | 2026-08-05T19:27:17.292Z | Compiling serde_derive v1.0.228 |
| 1452 | 2026-08-05T19:27:17.308Z | Compiling zeroize_derive v1.5.0 |
| 1453 | 2026-08-05T19:27:17.347Z | Compiling zerofrom-derive v0.1.6 |
| 1454 | 2026-08-05T19:27:17.361Z | Compiling zerocopy-derive v0.8.40 |
| 1455 | 2026-08-05T19:27:17.397Z | Compiling yoke-derive v0.8.1 |
| 1456 | 2026-08-05T19:27:17.517Z | Compiling zerovec-derive v0.11.2 |
| 1457 | 2026-08-05T19:27:17.572Z | Compiling displaydoc v0.2.5 |
| 1458 | 2026-08-05T19:27:17.587Z | Compiling tokio-macros v2.7.0 |
| 1459 | 2026-08-05T19:27:17.975Z | Compiling zeroize v1.9.0 |
| 1460 | 2026-08-05T19:27:18.033Z | Compiling futures-macro v0.3.32 |
| 1461 | 2026-08-05T19:27:18.219Z | Compiling der_derive v0.7.3 |
| 1462 | 2026-08-05T19:27:18.343Z | Compiling thiserror-impl v2.0.18 |
| 1463 | 2026-08-05T19:27:18.365Z | Compiling tracing-attributes v0.1.31 |
| 1464 | 2026-08-05T19:27:18.464Z | Compiling rustls-pki-types v1.14.0 |
| 1465 | 2026-08-05T19:27:18.617Z | Compiling schemars_derive v0.8.22 |
| 1466 | 2026-08-05T19:27:18.668Z | Compiling hybrid-array v0.4.13 |
| 1467 | 2026-08-05T19:27:18.787Z | Compiling crypto-common v0.1.7 |
| 1468 | 2026-08-05T19:27:18.801Z | Compiling zerofrom v0.1.6 |
| 1469 | 2026-08-05T19:27:18.875Z | Compiling block-buffer v0.10.4 |
| 1470 | 2026-08-05T19:27:18.938Z | Compiling yoke v0.8.1 |
| 1471 | 2026-08-05T19:27:18.953Z | Compiling futures-util v0.3.32 |
| 1472 | 2026-08-05T19:27:18.956Z | Compiling scroll_derive v0.13.1 |
| 1473 | 2026-08-05T19:27:19.065Z | Compiling digest v0.10.7 |
| 1474 | 2026-08-05T19:27:19.142Z | Compiling zerovec v0.11.5 |
| 1475 | 2026-08-05T19:27:19.213Z | Compiling zerotrie v0.2.3 |
| 1476 | 2026-08-05T19:27:19.338Z | Compiling der v0.7.10 |
| 1477 | 2026-08-05T19:27:19.366Z | Compiling sha2 v0.10.9 |
| 1478 | 2026-08-05T19:27:19.466Z | Compiling pest_derive v2.8.6 |
| 1479 | 2026-08-05T19:27:19.527Z | Compiling signature v2.2.0 |
| 1480 | 2026-08-05T19:27:19.546Z | Compiling darling_macro v0.20.11 |
| 1481 | 2026-08-05T19:27:19.671Z | Compiling tinystr v0.8.2 |
| 1482 | 2026-08-05T19:27:19.738Z | Compiling potential_utf v0.1.4 |
| 1483 | 2026-08-05T19:27:19.753Z | Compiling thiserror v2.0.18 |
| 1484 | 2026-08-05T19:27:19.757Z | Compiling tracing v0.1.44 |
| 1485 | 2026-08-05T19:27:19.825Z | Compiling scroll v0.13.0 |
| 1486 | 2026-08-05T19:27:19.879Z | Compiling icu_locale_core v2.1.1 |
| 1487 | 2026-08-05T19:27:19.894Z | Compiling icu_collections v2.1.1 |
| 1488 | 2026-08-05T19:27:19.924Z | Compiling openssl-macros v0.1.1 |
| 1489 | 2026-08-05T19:27:19.938Z | Compiling thiserror-impl v1.0.69 |
| 1490 | 2026-08-05T19:27:19.966Z | Compiling hmac v0.12.1 |
| 1491 | 2026-08-05T19:27:20.059Z | Compiling goblin v0.10.5 |
| 1492 | 2026-08-05T19:27:20.074Z | Compiling darling v0.20.11 |
| 1493 | 2026-08-05T19:27:20.109Z | Compiling packed_struct_codegen v0.10.1 |
| 1494 | 2026-08-05T19:27:20.138Z | Compiling bitfield-macros v0.19.4 |
| 1495 | 2026-08-05T19:27:20.168Z | Compiling spki v0.7.3 |
| 1496 | 2026-08-05T19:27:20.192Z | Compiling clap_derive v4.6.1 |
| 1497 | 2026-08-05T19:27:20.357Z | Compiling pkcs8 v0.10.2 |
| 1498 | 2026-08-05T19:27:20.408Z | Compiling zerocopy-derive v0.6.6 |
| 1499 | 2026-08-05T19:27:20.549Z | Compiling icu_provider v2.1.1 |
| 1500 | 2026-08-05T19:27:20.631Z | Compiling pkcs1 v0.7.5 |
| 1501 | 2026-08-05T19:27:20.706Z | Compiling derive_builder_core v0.20.2 |
| 1502 | 2026-08-05T19:27:20.783Z | Compiling bytes v1.11.1 |
| 1503 | 2026-08-05T19:27:20.846Z | Compiling icu_normalizer v2.1.1 |
| 1504 | 2026-08-05T19:27:20.860Z | Compiling icu_properties v2.1.2 |
| 1505 | 2026-08-05T19:27:20.876Z | Compiling chrono v0.4.45 |
| 1506 | 2026-08-05T19:27:21.067Z | Compiling ipnet v2.11.0 |
| 1507 | 2026-08-05T19:27:21.232Z | Compiling hex v0.4.3 |
| 1508 | 2026-08-05T19:27:21.272Z | Compiling tokio v1.52.1 |
| 1509 | 2026-08-05T19:27:21.307Z | Compiling http v1.4.2 |
| 1510 | 2026-08-05T19:27:21.343Z | Compiling thiserror v1.0.69 |
| 1511 | 2026-08-05T19:27:21.410Z | Compiling toml_datetime v0.6.11 |
| 1512 | 2026-08-05T19:27:21.435Z | Compiling serde_spanned v0.6.9 |
| 1513 | 2026-08-05T19:27:21.460Z | Compiling zerocopy v0.6.6 |
| 1514 | 2026-08-05T19:27:21.584Z | Compiling bitfield v0.19.4 |
| 1515 | 2026-08-05T19:27:21.598Z | Compiling dtrace-parser v0.3.0 |
| 1516 | 2026-08-05T19:27:21.613Z | Compiling flate2 v1.1.9 |
| 1517 | 2026-08-05T19:27:21.791Z | Compiling idna_adapter v1.2.1 |
| 1518 | 2026-08-05T19:27:21.805Z | Compiling ppv-lite86 v0.2.21 |
| 1519 | 2026-08-05T19:27:21.949Z | Compiling idna v1.1.0 |
| 1520 | 2026-08-05T19:27:21.964Z | Compiling http-body v1.0.1 |
| 1521 | 2026-08-05T19:27:21.999Z | Compiling time v0.3.47 |
| 1522 | 2026-08-05T19:27:22.087Z | Compiling clap v4.6.1 |
| 1523 | 2026-08-05T19:27:22.105Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-08-05T19:27:22.181Z | Compiling rand_chacha v0.9.0 |
| 1525 | 2026-08-05T19:27:22.196Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-08-05T19:27:22.211Z | Compiling scroll_derive v0.12.1 |
| 1527 | 2026-08-05T19:27:22.211Z | Compiling structmeta-derive v0.3.0 |
| 1528 | 2026-08-05T19:27:22.306Z | Compiling url v2.5.8 |
| 1529 | 2026-08-05T19:27:22.370Z | Compiling crc v3.4.0 |
| 1530 | 2026-08-05T19:27:22.389Z | Compiling rand v0.9.2 |
| 1531 | 2026-08-05T19:27:22.423Z | Compiling rand v0.8.6 |
| 1532 | 2026-08-05T19:27:22.579Z | Compiling array-init v0.0.4 |
| 1533 | 2026-08-05T19:27:22.915Z | Compiling dof v0.4.0 |
| 1534 | 2026-08-05T19:27:22.947Z | Compiling anstream v0.6.21 |
| 1535 | 2026-08-05T19:27:22.961Z | Compiling proptest v1.11.0 |
| 1536 | 2026-08-05T19:27:22.976Z | Compiling smallvec v0.6.14 |
| 1537 | 2026-08-05T19:27:22.991Z | Compiling darling_core v0.23.0 |
| 1538 | 2026-08-05T19:27:23.161Z | Compiling heapless v0.7.17 |
| 1539 | 2026-08-05T19:27:23.196Z | Compiling slog v2.8.2 |
| 1540 | 2026-08-05T19:27:23.254Z | Compiling thread-id v5.1.0 |
| 1541 | 2026-08-05T19:27:23.268Z | Compiling env_filter v1.0.0 |
| 1542 | 2026-08-05T19:27:23.330Z | Compiling cookie v0.18.1 |
| 1543 | 2026-08-05T19:27:23.351Z | Compiling base64 v0.21.7 |
| 1544 | 2026-08-05T19:27:23.395Z | Compiling allocator-api2 v0.2.21 |
| 1545 | 2026-08-05T19:27:23.410Z | Compiling anyhow v1.0.102 |
| 1546 | 2026-08-05T19:27:23.429Z | Compiling unicode-bidi v0.3.18 |
| 1547 | 2026-08-05T19:27:23.529Z | Compiling hashbrown v0.12.3 |
| 1548 | 2026-08-05T19:27:23.580Z | Compiling winnow v0.5.40 |
| 1549 | 2026-08-05T19:27:23.683Z | Compiling ipnetwork v0.21.1 |
| 1550 | 2026-08-05T19:27:23.697Z | Compiling unicode-properties v0.1.4 |
| 1551 | 2026-08-05T19:27:23.735Z | Compiling zstd-safe v7.2.4 |
| 1552 | 2026-08-05T19:27:23.750Z | Compiling signal-hook v0.3.18 |
| 1553 | 2026-08-05T19:27:23.765Z | Compiling iri-string v0.7.10 |
| 1554 | 2026-08-05T19:27:23.926Z | Compiling ryu v1.0.23 |
| 1555 | 2026-08-05T19:27:23.990Z | Compiling oxnet v0.1.6 |
| 1556 | 2026-08-05T19:27:24.007Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-08-05T19:27:24.095Z | Compiling serde_urlencoded v0.7.1 |
| 1558 | 2026-08-05T19:27:24.160Z | Compiling rsa v0.9.10 |
| 1559 | 2026-08-05T19:27:24.236Z | Compiling ron v0.8.1 |
| 1560 | 2026-08-05T19:27:24.378Z | Compiling env_logger v0.11.9 |
| 1561 | 2026-08-05T19:27:24.411Z | Compiling structmeta v0.3.0 |
| 1562 | 2026-08-05T19:27:24.426Z | Compiling serde-hex v0.1.0 |
| 1563 | 2026-08-05T19:27:24.442Z | Compiling camino v1.2.2 |
| 1564 | 2026-08-05T19:27:24.463Z | Compiling scroll v0.12.0 |
| 1565 | 2026-08-05T19:27:24.466Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1566 | 2026-08-05T19:27:24.642Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1567 | 2026-08-05T19:27:24.758Z | Compiling hashbrown v0.13.2 |
| 1568 | 2026-08-05T19:27:24.835Z | Compiling bzip2 v0.4.4 |
| 1569 | 2026-08-05T19:27:24.849Z | Compiling derive_builder_macro v0.20.2 |
| 1570 | 2026-08-05T19:27:25.035Z | Compiling toml_edit v0.19.15 |
| 1571 | 2026-08-05T19:27:25.060Z | Compiling erased-serde v0.3.31 |
| 1572 | 2026-08-05T19:27:25.202Z | Compiling tokio-util v0.7.18 |
| 1573 | 2026-08-05T19:27:25.249Z | Compiling tower v0.5.3 |
| 1574 | 2026-08-05T19:27:25.271Z | Compiling tokio-native-tls v0.3.1 |
| 1575 | 2026-08-05T19:27:25.300Z | Compiling serde_tokenstream v0.2.3 |
| 1576 | 2026-08-05T19:27:25.343Z | Compiling x509-cert v0.2.5 |
| 1577 | 2026-08-05T19:27:25.362Z | Compiling newtype-uuid v1.3.2 |
| 1578 | 2026-08-05T19:27:25.463Z | Compiling block-padding v0.4.2 |
| 1579 | 2026-08-05T19:27:25.518Z | Compiling darling_macro v0.23.0 |
| 1580 | 2026-08-05T19:27:25.560Z | Compiling crypto-common v0.2.2 |
| 1581 | 2026-08-05T19:27:25.629Z | Compiling block-buffer v0.12.1 |
| 1582 | 2026-08-05T19:27:25.644Z | Compiling md-5 v0.10.6 |
| 1583 | 2026-08-05T19:27:25.713Z | Compiling tower-http v0.6.8 |
| 1584 | 2026-08-05T19:27:25.747Z | Compiling rustls-native-certs v0.8.3 |
| 1585 | 2026-08-05T19:27:25.829Z | Compiling bstr v1.12.1 |
| 1586 | 2026-08-05T19:27:25.843Z | Compiling heck v0.4.1 |
| 1587 | 2026-08-05T19:27:26.038Z | Compiling h2 v0.4.15 |
| 1588 | 2026-08-05T19:27:26.054Z | Compiling daft-derive v0.1.7 |
| 1589 | 2026-08-05T19:27:26.077Z | Compiling pin-project-internal v1.1.11 |
| 1590 | 2026-08-05T19:27:26.137Z | Compiling zerocopy-derive v0.7.35 |
| 1591 | 2026-08-05T19:27:26.194Z | Compiling async-trait v0.1.89 |
| 1592 | 2026-08-05T19:27:26.259Z | Compiling curve25519-dalek v4.1.3 |
| 1593 | 2026-08-05T19:27:26.495Z | Compiling vergen-lib v9.1.0 |
| 1594 | 2026-08-05T19:27:26.626Z | Compiling hash32 v0.2.1 |
| 1595 | 2026-08-05T19:27:26.689Z | Compiling memoffset v0.9.1 |
| 1596 | 2026-08-05T19:27:26.816Z | Compiling encoding_rs v0.8.35 |
| 1597 | 2026-08-05T19:27:26.841Z | Compiling cfg_aliases v0.2.1 |
| 1598 | 2026-08-05T19:27:26.897Z | Compiling fallible-iterator v0.2.0 |
| 1599 | 2026-08-05T19:27:26.928Z | Compiling mime v0.3.17 |
| 1600 | 2026-08-05T19:27:26.964Z | Compiling ref-cast v1.0.25 |
| 1601 | 2026-08-05T19:27:27.087Z | Compiling rustix v0.38.44 |
| 1602 | 2026-08-05T19:27:27.185Z | Compiling psl-types v2.0.11 |
| 1603 | 2026-08-05T19:27:27.237Z | Compiling crc-any v2.5.0 |
| 1604 | 2026-08-05T19:27:27.252Z | Compiling litrs v1.0.0 |
| 1605 | 2026-08-05T19:27:27.269Z | Compiling smoltcp v0.9.1 |
| 1606 | 2026-08-05T19:27:27.290Z | Compiling pin-project v1.1.11 |
| 1607 | 2026-08-05T19:27:27.302Z | Compiling publicsuffix v2.3.0 |
| 1608 | 2026-08-05T19:27:27.331Z | Compiling postgres-protocol v0.6.10 |
| 1609 | 2026-08-05T19:27:27.363Z | Compiling zerocopy v0.7.35 |
| 1610 | 2026-08-05T19:27:27.396Z | Compiling nix v0.31.2 |
| 1611 | 2026-08-05T19:27:27.482Z | Compiling daft v0.1.7 |
| 1612 | 2026-08-05T19:27:27.561Z | Compiling toml v0.7.8 |
| 1613 | 2026-08-05T19:27:27.644Z | Compiling snafu-derive v0.8.9 |
| 1614 | 2026-08-05T19:27:27.660Z | Compiling darling v0.23.0 |
| 1615 | 2026-08-05T19:27:27.710Z | Compiling inout v0.2.2 |
| 1616 | 2026-08-05T19:27:27.795Z | Compiling document-features v0.2.12 |
| 1617 | 2026-08-05T19:27:27.798Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1618 | 2026-08-05T19:27:27.824Z | Compiling derive_builder v0.20.2 |
| 1619 | 2026-08-05T19:27:27.898Z | Compiling object v0.30.4 |
| 1620 | 2026-08-05T19:27:27.912Z | Compiling zip v0.6.6 |
| 1621 | 2026-08-05T19:27:27.953Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1622 | 2026-08-05T19:27:27.969Z | Compiling goblin v0.8.2 |
| 1623 | 2026-08-05T19:27:27.996Z | Compiling derive-ex v0.1.8 |
| 1624 | 2026-08-05T19:27:28.444Z | Compiling futures-executor v0.3.32 |
| 1625 | 2026-08-05T19:27:28.499Z | Compiling hubpack_derive v0.1.1 |
| 1626 | 2026-08-05T19:27:28.513Z | Compiling regex v1.12.3 |
| 1627 | 2026-08-05T19:27:28.553Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1628 | 2026-08-05T19:27:28.729Z | Compiling strum_macros v0.27.2 |
| 1629 | 2026-08-05T19:27:28.745Z | Compiling ref-cast-impl v1.0.25 |
| 1630 | 2026-08-05T19:27:28.745Z | Compiling phf_shared v0.13.1 |
| 1631 | 2026-08-05T19:27:28.773Z | Compiling cargo-platform v0.3.2 |
| 1632 | 2026-08-05T19:27:28.979Z | Compiling vergen v9.1.0 |
| 1633 | 2026-08-05T19:27:28.994Z | Compiling ff v0.13.1 |
| 1634 | 2026-08-05T19:27:29.029Z | Compiling fs-err v3.3.0 |
| 1635 | 2026-08-05T19:27:29.067Z | Compiling libbz2-rs-sys v0.2.2 |
| 1636 | 2026-08-05T19:27:29.154Z | Compiling object v0.37.3 |
| 1637 | 2026-08-05T19:27:29.192Z | Compiling same-file v1.0.6 |
| 1638 | 2026-08-05T19:27:29.245Z | Compiling bitflags v1.3.2 |
| 1639 | 2026-08-05T19:27:29.261Z | Compiling foldhash v0.1.5 |
| 1640 | 2026-08-05T19:27:29.264Z | Compiling path-slash v0.1.5 |
| 1641 | 2026-08-05T19:27:29.332Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-05T19:27:29.349Z | Compiling foldhash v0.2.0 |
| 1643 | 2026-08-05T19:27:29.376Z | Compiling bumpalo v3.20.2 |
| 1644 | 2026-08-05T19:27:29.409Z | Compiling base16ct v0.2.0 |
| 1645 | 2026-08-05T19:27:29.449Z | Compiling managed v0.8.0 |
| 1646 | 2026-08-05T19:27:29.463Z | Compiling jiff-core v0.1.0 |
| 1647 | 2026-08-05T19:27:29.585Z | Compiling zopfli v0.8.3 |
| 1648 | 2026-08-05T19:27:29.610Z | Compiling sec1 v0.7.3 |
| 1649 | 2026-08-05T19:27:29.628Z | Compiling snafu v0.8.9 |
| 1650 | 2026-08-05T19:27:29.693Z | Compiling hashbrown v0.16.1 |
| 1651 | 2026-08-05T19:27:29.735Z | Compiling test-strategy v0.4.5 |
| 1652 | 2026-08-05T19:27:29.765Z | Compiling bzip2 v0.6.1 |
| 1653 | 2026-08-05T19:27:29.950Z | Compiling hashbrown v0.15.5 |
| 1654 | 2026-08-05T19:27:30.009Z | Compiling walkdir v2.5.0 |
| 1655 | 2026-08-05T19:27:30.255Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1656 | 2026-08-05T19:27:30.303Z | Compiling dof v0.3.0 |
| 1657 | 2026-08-05T19:27:30.348Z | Compiling jiff v0.2.34 |
| 1658 | 2026-08-05T19:27:30.454Z | Compiling hyper-util v0.1.20 |
| 1659 | 2026-08-05T19:27:30.496Z | Compiling group v0.13.0 |
| 1660 | 2026-08-05T19:27:30.530Z | Compiling hubpack v0.1.2 |
| 1661 | 2026-08-05T19:27:30.557Z | Compiling phf v0.13.1 |
| 1662 | 2026-08-05T19:27:30.699Z | Compiling cargo_metadata v0.23.1 |
| 1663 | 2026-08-05T19:27:30.729Z | Compiling signal-hook-mio v0.2.5 |
| 1664 | 2026-08-05T19:27:30.743Z | Compiling strum v0.27.2 |
| 1665 | 2026-08-05T19:27:30.776Z | Compiling futures v0.3.32 |
| 1666 | 2026-08-05T19:27:30.827Z | Compiling cookie_store v0.22.1 |
| 1667 | 2026-08-05T19:27:30.863Z | Compiling zstd v0.13.3 |
| 1668 | 2026-08-05T19:27:30.895Z | Compiling cipher v0.5.2 |
| 1669 | 2026-08-05T19:27:31.003Z | Compiling serde_with_macros v3.21.0 |
| 1670 | 2026-08-05T19:27:31.052Z | Compiling postgres-types v0.2.12 |
| 1671 | 2026-08-05T19:27:31.250Z | Compiling globset v0.4.18 |
| 1672 | 2026-08-05T19:27:31.263Z | Compiling usdt-attr-macro v0.6.0 |
| 1673 | 2026-08-05T19:27:31.317Z | Compiling usdt-macro v0.6.0 |
| 1674 | 2026-08-05T19:27:31.493Z | Compiling byte-wrapper v0.1.0 |
| 1675 | 2026-08-05T19:27:31.509Z | Compiling dtrace-parser v0.2.0 |
| 1676 | 2026-08-05T19:27:31.616Z | Compiling serde_plain v1.0.2 |
| 1677 | 2026-08-05T19:27:31.715Z | Compiling serde-big-array v0.5.1 |
| 1678 | 2026-08-05T19:27:31.836Z | Compiling hyper-tls v0.6.0 |
| 1679 | 2026-08-05T19:27:31.851Z | Compiling olpc-cjson v0.1.4 |
| 1680 | 2026-08-05T19:27:31.877Z | Compiling ed25519 v2.2.3 |
| 1681 | 2026-08-05T19:27:31.940Z | Compiling hkdf v0.12.4 |
| 1682 | 2026-08-05T19:27:32.053Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-08-05T19:27:32.133Z | Compiling crypto-bigint v0.5.5 |
| 1684 | 2026-08-05T19:27:32.149Z | Compiling enum-as-inner v0.6.1 |
| 1685 | 2026-08-05T19:27:32.152Z | Compiling strum_macros v0.26.4 |
| 1686 | 2026-08-05T19:27:32.185Z | Compiling async-recursion v1.1.1 |
| 1687 | 2026-08-05T19:27:32.200Z | Compiling serde_repr v0.1.20 |
| 1688 | 2026-08-05T19:27:32.220Z | Compiling phf_shared v0.11.3 |
| 1689 | 2026-08-05T19:27:32.268Z | Compiling float-cmp v0.10.0 |
| 1690 | 2026-08-05T19:27:32.287Z | Compiling pem v3.0.6 |
| 1691 | 2026-08-05T19:27:32.308Z | Compiling memmap2 v0.9.10 |
| 1692 | 2026-08-05T19:27:32.426Z | Compiling thread-id v4.2.2 |
| 1693 | 2026-08-05T19:27:32.442Z | Compiling precomputed-hash v0.1.1 |
| 1694 | 2026-08-05T19:27:32.526Z | Compiling const-oid v0.10.2 |
| 1695 | 2026-08-05T19:27:32.541Z | Compiling new_debug_unreachable v1.0.6 |
| 1696 | 2026-08-05T19:27:32.554Z | Compiling static_assertions v1.1.0 |
| 1697 | 2026-08-05T19:27:32.618Z | Compiling typed-path v0.9.3 |
| 1698 | 2026-08-05T19:27:32.633Z | Compiling normalize-line-endings v0.3.0 |
| 1699 | 2026-08-05T19:27:32.646Z | Compiling difflib v0.4.0 |
| 1700 | 2026-08-05T19:27:32.702Z | Compiling fixedbitset v0.5.7 |
| 1701 | 2026-08-05T19:27:32.746Z | Compiling whoami v2.1.0 |
| 1702 | 2026-08-05T19:27:32.761Z | Compiling data-encoding v2.10.0 |
| 1703 | 2026-08-05T19:27:32.776Z | Compiling either v1.15.0 |
| 1704 | 2026-08-05T19:27:32.833Z | Compiling cpufeatures v0.3.0 |
| 1705 | 2026-08-05T19:27:32.871Z | Compiling fixedbitset v0.4.2 |
| 1706 | 2026-08-05T19:27:32.926Z | Compiling winnow v1.0.3 |
| 1707 | 2026-08-05T19:27:32.999Z | Compiling predicates-core v1.0.10 |
| 1708 | 2026-08-05T19:27:33.032Z | Compiling keccak v0.1.6 |
| 1709 | 2026-08-05T19:27:33.110Z | Compiling hickory-proto v0.25.2 |
| 1710 | 2026-08-05T19:27:33.139Z | Compiling predicates v3.1.4 |
| 1711 | 2026-08-05T19:27:33.154Z | Compiling elliptic-curve v0.13.8 |
| 1712 | 2026-08-05T19:27:33.193Z | Compiling sha3 v0.10.8 |
| 1713 | 2026-08-05T19:27:33.223Z | Compiling petgraph v0.6.5 |
| 1714 | 2026-08-05T19:27:33.293Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1715 | 2026-08-05T19:27:33.475Z | Compiling tokio-postgres v0.7.16 |
| 1716 | 2026-08-05T19:27:33.587Z | Compiling itertools v0.13.0 |
| 1717 | 2026-08-05T19:27:33.663Z | Compiling petgraph v0.8.3 |
| 1718 | 2026-08-05T19:27:33.796Z | Compiling chacha20 v0.10.0 |
| 1719 | 2026-08-05T19:27:33.810Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1720 | 2026-08-05T19:27:33.888Z | Compiling toml_edit v0.22.27 |
| 1721 | 2026-08-05T19:27:33.959Z | Compiling digest v0.11.3 |
| 1722 | 2026-08-05T19:27:33.998Z | Compiling strum v0.26.3 |
| 1723 | 2026-08-05T19:27:34.021Z | Compiling zip v4.6.1 |
| 1724 | 2026-08-05T19:27:34.152Z | Compiling string_cache v0.8.9 |
| 1725 | 2026-08-05T19:27:34.167Z | Compiling usdt-impl v0.5.0 |
| 1726 | 2026-08-05T19:27:34.203Z | Compiling usdt v0.6.0 |
| 1727 | 2026-08-05T19:27:34.218Z | Compiling serde_with v3.21.0 |
| 1728 | 2026-08-05T19:27:34.318Z | Compiling ed25519-dalek v2.2.0 |
| 1729 | 2026-08-05T19:27:34.398Z | Compiling crossterm v0.28.1 |
| 1730 | 2026-08-05T19:27:34.480Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1731 | 2026-08-05T19:27:34.876Z | Compiling iddqd v0.4.2 |
| 1732 | 2026-08-05T19:27:35.173Z | Compiling similar v2.7.0 |
| 1733 | 2026-08-05T19:27:35.276Z | Compiling tokio-stream v0.1.18 |
| 1734 | 2026-08-05T19:27:35.637Z | Compiling buf-list v1.1.2 |
| 1735 | 2026-08-05T19:27:35.670Z | Compiling crossbeam-epoch v0.9.18 |
| 1736 | 2026-08-05T19:27:35.761Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-05T19:27:35.778Z | Compiling openapiv3 v2.2.0 |
| 1738 | 2026-08-05T19:27:35.884Z | Compiling peg-runtime v0.8.5 |
| 1739 | 2026-08-05T19:27:35.924Z | Compiling lalrpop-util v0.19.12 |
| 1740 | 2026-08-05T19:27:36.020Z | Compiling thread_local v1.1.9 |
| 1741 | 2026-08-05T19:27:36.040Z | Compiling slog-async v2.8.0 |
| 1742 | 2026-08-05T19:27:36.044Z | Compiling crossbeam-channel v0.5.15 |
| 1743 | 2026-08-05T19:27:36.073Z | Compiling filetime v0.2.27 |
| 1744 | 2026-08-05T19:27:36.088Z | Compiling is-terminal v0.4.17 |
| 1745 | 2026-08-05T19:27:36.137Z | Compiling xattr v1.6.1 |
| 1746 | 2026-08-05T19:27:36.181Z | Compiling take_mut v0.2.2 |
| 1747 | 2026-08-05T19:27:36.201Z | Compiling term v1.2.1 |
| 1748 | 2026-08-05T19:27:36.204Z | Compiling camino-tempfile v1.4.1 |
| 1749 | 2026-08-05T19:27:36.264Z | Compiling tar v0.4.46 |
| 1750 | 2026-08-05T19:27:36.511Z | Compiling slog-term v2.9.2 |
| 1751 | 2026-08-05T19:27:53.917Z | Compiling rustls-webpki v0.103.13 |
| 1752 | 2026-08-05T19:27:56.601Z | Compiling tokio-rustls v0.26.4 |
| 1753 | 2026-08-05T19:27:56.601Z | Compiling rustls-platform-verifier v0.6.2 |
| 1754 | 2026-08-05T19:27:56.601Z | Compiling tough v0.22.0 |
| 1755 | 2026-08-05T19:27:56.809Z | Compiling hyper-rustls v0.27.7 |
| 1756 | 2026-08-05T19:27:56.990Z | Compiling reqwest v0.13.2 |
| 1757 | 2026-08-05T19:27:59.118Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1758 | 2026-08-05T19:27:59.342Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1759 | 2026-08-05T19:28:02.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.74s |
| 1760 | 2026-08-05T19:28:02.385Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1761 | 2026-08-05T19:28:02.444Z | Aug 05 19:28:02.116 INFO Starting download, target: Cockroach |
| 1762 | 2026-08-05T19:28:02.444Z | Aug 05 19:28:02.116 INFO Starting download, target: Console |
| 1763 | 2026-08-05T19:28:02.444Z | Aug 05 19:28:02.116 INFO Starting download, target: DendriteStub |
| 1764 | 2026-08-05T19:28:02.444Z | Aug 05 19:28:02.116 INFO Starting download, target: MaghemiteMgd |
| 1765 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.116 INFO Starting download, target: Clickhouse |
| 1766 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.116 INFO Starting download, target: MaghemiteDdmd |
| 1767 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.116 INFO Starting download, target: TransceiverControl |
| 1768 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1769 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1770 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1771 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1772 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1773 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1774 | 2026-08-05T19:28:02.447Z | Aug 05 19:28:02.117 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1775 | 2026-08-05T19:28:03.092Z | Aug 05 19:28:02.764 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1776 | 2026-08-05T19:28:03.313Z | Aug 05 19:28:02.978 INFO Download complete, target: TransceiverControl |
| 1777 | 2026-08-05T19:28:04.264Z | Aug 05 19:28:03.935 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1778 | 2026-08-05T19:28:04.516Z | Aug 05 19:28:04.186 INFO Download complete, target: Console |
| 1779 | 2026-08-05T19:28:05.039Z | Aug 05 19:28:04.710 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1780 | 2026-08-05T19:28:06.880Z | Aug 05 19:28:06.537 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1781 | 2026-08-05T19:28:07.024Z | Aug 05 19:28:06.675 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1782 | 2026-08-05T19:28:07.528Z | Aug 05 19:28:07.198 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1783 | 2026-08-05T19:28:11.059Z | Aug 05 19:28:07.700 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1784 | 2026-08-05T19:28:11.059Z | Aug 05 19:28:07.700 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1785 | 2026-08-05T19:28:11.066Z | Aug 05 19:28:08.770 INFO Download complete, target: MaghemiteDdmd |
| 1786 | 2026-08-05T19:28:11.066Z | Aug 05 19:28:09.105 INFO Download complete, target: DendriteStub |
| 1787 | 2026-08-05T19:28:11.066Z | Aug 05 19:28:09.740 INFO Download complete, target: MaghemiteMgd |
| 1788 | 2026-08-05T19:28:13.505Z | Aug 05 19:28:11.611 INFO Checking that binary works, target: Clickhouse |
| 1789 | 2026-08-05T19:28:13.505Z | Aug 05 19:28:11.698 INFO Download complete, target: Clickhouse |
| 1790 | 2026-08-05T19:28:13.505Z | Aug 05 19:28:12.438 INFO Checking that binary works, target: Cockroach |
| 1791 | 2026-08-05T19:28:13.505Z | Aug 05 19:28:12.561 INFO Download complete, target: Cockroach |
| 1792 | 2026-08-05T19:28:13.505Z | All prerequisites installed successfully |
| 1793 | 2026-08-05T19:28:13.505Z | |
| 1794 | 2026-08-05T19:28:13.505Z | real 1:54.212348542 |
| 1795 | 2026-08-05T19:28:13.506Z | user 7:09.517593490 |
| 1796 | 2026-08-05T19:28:13.506Z | sys 1:44.224406976 |
| 1797 | 2026-08-05T19:28:13.506Z | trap 0.293839057 |
| 1798 | 2026-08-05T19:28:13.506Z | tflt 1.024290996 |
| 1799 | 2026-08-05T19:28:13.506Z | dflt 1.885650966 |
| 1800 | 2026-08-05T19:28:13.506Z | kflt 0.038970065 |
| 1801 | 2026-08-05T19:28:13.506Z | lock 28:23.315034783 |
| 1802 | 2026-08-05T19:28:13.506Z | slp 19:48.240662300 |
| 1803 | 2026-08-05T19:28:13.506Z | lat 26.534175774 |
| 1804 | 2026-08-05T19:28:13.506Z | stop 3:25.476742001 |
| 1805 | 2026-08-05T19:28:13.506Z | + ptime -m cargo xtask download softnpu |
| 1806 | 2026-08-05T19:28:13.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1807 | 2026-08-05T19:28:13.506Z | Running `target/debug/xtask download softnpu` |
| 1808 | 2026-08-05T19:28:14.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 1809 | 2026-08-05T19:28:14.438Z | Running `target/debug/xtask-downloader softnpu` |
| 1810 | 2026-08-05T19:28:14.438Z | Aug 05 19:28:13.914 INFO Starting download, target: Softnpu |
| 1811 | 2026-08-05T19:28:14.439Z | Aug 05 19:28:13.915 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1812 | 2026-08-05T19:28:19.402Z | Aug 05 19:28:19.048 INFO Download complete, target: Softnpu |
| 1813 | 2026-08-05T19:28:19.440Z | |
| 1814 | 2026-08-05T19:28:19.441Z | real 6.479586901 |
| 1815 | 2026-08-05T19:28:19.441Z | user 1.326569462 |
| 1816 | 2026-08-05T19:28:19.441Z | sys 0.638834938 |
| 1817 | 2026-08-05T19:28:19.441Z | trap 0.000840890 |
| 1818 | 2026-08-05T19:28:19.441Z | tflt 0.000651830 |
| 1819 | 2026-08-05T19:28:19.441Z | dflt 0.000221230 |
| 1820 | 2026-08-05T19:28:19.441Z | kflt 0.000000000 |
| 1821 | 2026-08-05T19:28:19.441Z | lock 1:35.803849387 |
| 1822 | 2026-08-05T19:28:19.441Z | slp 4.967005788 |
| 1823 | 2026-08-05T19:28:19.441Z | lat 0.127139422 |
| 1824 | 2026-08-05T19:28:19.441Z | stop 0.000180850 |
| 1825 | 2026-08-05T19:28:19.441Z | + export CARGO_INCREMENTAL=0 |
| 1826 | 2026-08-05T19:28:19.441Z | + CARGO_INCREMENTAL=0 |
| 1827 | 2026-08-05T19:28:19.441Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1828 | 2026-08-05T19:28:20.287Z | Compiling proc-macro2 v1.0.106 |
| 1829 | 2026-08-05T19:28:20.287Z | Compiling quote v1.0.45 |
| 1830 | 2026-08-05T19:28:20.287Z | Compiling unicode-ident v1.0.24 |
| 1831 | 2026-08-05T19:28:20.287Z | Compiling libc v0.2.185 |
| 1832 | 2026-08-05T19:28:20.301Z | Compiling serde_core v1.0.228 |
| 1833 | 2026-08-05T19:28:20.301Z | Compiling serde v1.0.228 |
| 1834 | 2026-08-05T19:28:20.301Z | Compiling cfg-if v1.0.4 |
| 1835 | 2026-08-05T19:28:20.431Z | Compiling version_check v0.9.5 |
| 1836 | 2026-08-05T19:28:20.451Z | Compiling autocfg v1.5.0 |
| 1837 | 2026-08-05T19:28:20.451Z | Compiling find-msvc-tools v0.1.9 |
| 1838 | 2026-08-05T19:28:20.451Z | Compiling shlex v1.3.0 |
| 1839 | 2026-08-05T19:28:20.451Z | Compiling memchr v2.8.0 |
| 1840 | 2026-08-05T19:28:20.452Z | Compiling zmij v1.0.21 |
| 1841 | 2026-08-05T19:28:20.452Z | Compiling serde_json v1.0.151 |
| 1842 | 2026-08-05T19:28:20.529Z | Compiling portable-atomic v1.13.1 |
| 1843 | 2026-08-05T19:28:20.652Z | Compiling zerocopy v0.8.40 |
| 1844 | 2026-08-05T19:28:20.715Z | Compiling libm v0.2.16 |
| 1845 | 2026-08-05T19:28:20.736Z | Compiling getrandom v0.4.1 |
| 1846 | 2026-08-05T19:28:20.774Z | Compiling parking_lot_core v0.9.12 |
| 1847 | 2026-08-05T19:28:20.787Z | Compiling icu_normalizer_data v2.1.1 |
| 1848 | 2026-08-05T19:28:20.862Z | Compiling num-traits v0.2.19 |
| 1849 | 2026-08-05T19:28:21.021Z | Compiling generic-array v0.14.7 |
| 1850 | 2026-08-05T19:28:21.054Z | Compiling smallvec v1.15.1 |
| 1851 | 2026-08-05T19:28:21.058Z | Compiling icu_properties_data v2.1.2 |
| 1852 | 2026-08-05T19:28:21.100Z | Compiling itoa v1.0.17 |
| 1853 | 2026-08-05T19:28:21.104Z | Compiling log v0.4.29 |
| 1854 | 2026-08-05T19:28:21.104Z | Compiling subtle v2.6.1 |
| 1855 | 2026-08-05T19:28:21.113Z | Compiling pkg-config v0.3.32 |
| 1856 | 2026-08-05T19:28:21.249Z | Compiling typenum v1.20.1 |
| 1857 | 2026-08-05T19:28:21.285Z | Compiling stable_deref_trait v1.2.1 |
| 1858 | 2026-08-05T19:28:21.350Z | Compiling getrandom v0.3.4 |
| 1859 | 2026-08-05T19:28:21.382Z | Compiling scopeguard v1.2.0 |
| 1860 | 2026-08-05T19:28:21.385Z | Compiling thiserror v2.0.18 |
| 1861 | 2026-08-05T19:28:21.443Z | Compiling rustix v1.1.3 |
| 1862 | 2026-08-05T19:28:21.529Z | Compiling jobserver v0.1.34 |
| 1863 | 2026-08-05T19:28:21.554Z | Compiling errno v0.3.14 |
| 1864 | 2026-08-05T19:28:21.585Z | Compiling lock_api v0.4.14 |
| 1865 | 2026-08-05T19:28:21.652Z | Compiling rand_core v0.10.0 |
| 1866 | 2026-08-05T19:28:21.667Z | Compiling getrandom v0.2.17 |
| 1867 | 2026-08-05T19:28:21.747Z | Compiling equivalent v1.0.2 |
| 1868 | 2026-08-05T19:28:21.780Z | Compiling cc v1.2.56 |
| 1869 | 2026-08-05T19:28:21.814Z | Compiling rand_core v0.6.4 |
| 1870 | 2026-08-05T19:28:21.862Z | Compiling syn v2.0.117 |
| 1871 | 2026-08-05T19:28:21.923Z | Compiling syn v1.0.109 |
| 1872 | 2026-08-05T19:28:21.928Z | Compiling pin-project-lite v0.2.17 |
| 1873 | 2026-08-05T19:28:21.938Z | Compiling critical-section v1.2.0 |
| 1874 | 2026-08-05T19:28:22.059Z | Compiling litemap v0.8.1 |
| 1875 | 2026-08-05T19:28:22.075Z | Compiling percent-encoding v2.3.2 |
| 1876 | 2026-08-05T19:28:22.109Z | Compiling writeable v0.6.2 |
| 1877 | 2026-08-05T19:28:22.140Z | Compiling schemars v0.8.22 |
| 1878 | 2026-08-05T19:28:22.156Z | Compiling hashbrown v0.17.0 |
| 1879 | 2026-08-05T19:28:22.239Z | Compiling dunce v1.0.5 |
| 1880 | 2026-08-05T19:28:22.254Z | Compiling fs_extra v1.3.0 |
| 1881 | 2026-08-05T19:28:22.285Z | Compiling rustversion v1.0.22 |
| 1882 | 2026-08-05T19:28:22.324Z | Compiling once_cell v1.21.3 |
| 1883 | 2026-08-05T19:28:22.370Z | Compiling heck v0.5.0 |
| 1884 | 2026-08-05T19:28:22.506Z | Compiling cmake v0.1.57 |
| 1885 | 2026-08-05T19:28:22.525Z | Compiling byteorder v1.5.0 |
| 1886 | 2026-08-05T19:28:22.564Z | Compiling strsim v0.11.1 |
| 1887 | 2026-08-05T19:28:22.610Z | Compiling signal-hook-registry v1.4.8 |
| 1888 | 2026-08-05T19:28:22.732Z | Compiling semver v1.0.28 |
| 1889 | 2026-08-05T19:28:22.771Z | Compiling indexmap v2.14.0 |
| 1890 | 2026-08-05T19:28:22.835Z | Compiling bitflags v2.11.0 |
| 1891 | 2026-08-05T19:28:22.919Z | Compiling thiserror v1.0.69 |
| 1892 | 2026-08-05T19:28:22.976Z | Compiling utf8_iter v1.0.4 |
| 1893 | 2026-08-05T19:28:23.044Z | Compiling parking_lot v0.12.5 |
| 1894 | 2026-08-05T19:28:23.062Z | Compiling aws-lc-sys v0.40.0 |
| 1895 | 2026-08-05T19:28:23.094Z | Compiling form_urlencoded v1.2.2 |
| 1896 | 2026-08-05T19:28:23.098Z | Compiling socket2 v0.6.3 |
| 1897 | 2026-08-05T19:28:23.158Z | Compiling mio v1.2.0 |
| 1898 | 2026-08-05T19:28:23.338Z | Compiling aws-lc-rs v1.16.3 |
| 1899 | 2026-08-05T19:28:23.381Z | Compiling futures-core v0.3.32 |
| 1900 | 2026-08-05T19:28:23.397Z | Compiling const-oid v0.9.6 |
| 1901 | 2026-08-05T19:28:23.507Z | Compiling httparse v1.10.1 |
| 1902 | 2026-08-05T19:28:23.674Z | Compiling fnv v1.0.7 |
| 1903 | 2026-08-05T19:28:23.850Z | Compiling regex-syntax v0.8.10 |
| 1904 | 2026-08-05T19:28:23.853Z | Compiling crc32fast v1.5.0 |
| 1905 | 2026-08-05T19:28:23.898Z | Compiling ucd-trie v0.1.7 |
| 1906 | 2026-08-05T19:28:23.996Z | Compiling vcpkg v0.2.15 |
| 1907 | 2026-08-05T19:28:24.013Z | Compiling ident_case v1.0.1 |
| 1908 | 2026-08-05T19:28:24.041Z | Compiling iana-time-zone v0.1.65 |
| 1909 | 2026-08-05T19:28:24.081Z | Compiling pest v2.8.6 |
| 1910 | 2026-08-05T19:28:24.128Z | Compiling uuid v1.23.4 |
| 1911 | 2026-08-05T19:28:24.250Z | Compiling rustc_version v0.4.1 |
| 1912 | 2026-08-05T19:28:24.305Z | Compiling futures-sink v0.3.32 |
| 1913 | 2026-08-05T19:28:24.357Z | Compiling rustls v0.23.41 |
| 1914 | 2026-08-05T19:28:24.407Z | Compiling futures-channel v0.3.32 |
| 1915 | 2026-08-05T19:28:24.557Z | Compiling aho-corasick v1.1.4 |
| 1916 | 2026-08-05T19:28:24.575Z | Compiling openssl-sys v0.9.117 |
| 1917 | 2026-08-05T19:28:24.608Z | Compiling synstructure v0.13.2 |
| 1918 | 2026-08-05T19:28:24.663Z | Compiling serde_derive_internals v0.29.1 |
| 1919 | 2026-08-05T19:28:24.761Z | Compiling slab v0.4.12 |
| 1920 | 2026-08-05T19:28:24.777Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-08-05T19:28:24.796Z | Compiling futures-io v0.3.32 |
| 1922 | 2026-08-05T19:28:25.019Z | Compiling radium v0.7.0 |
| 1923 | 2026-08-05T19:28:25.035Z | Compiling dyn-clone v1.0.20 |
| 1924 | 2026-08-05T19:28:25.065Z | Compiling time-core v0.1.8 |
| 1925 | 2026-08-05T19:28:25.081Z | Compiling plain v0.2.3 |
| 1926 | 2026-08-05T19:28:25.095Z | Compiling num-conv v0.2.0 |
| 1927 | 2026-08-05T19:28:25.147Z | Compiling pest_meta v2.8.6 |
| 1928 | 2026-08-05T19:28:25.204Z | Compiling crossbeam-utils v0.8.21 |
| 1929 | 2026-08-05T19:28:25.254Z | Compiling time-macros v0.2.27 |
| 1930 | 2026-08-05T19:28:25.276Z | Compiling base64 v0.22.1 |
| 1931 | 2026-08-05T19:28:25.293Z | Compiling openssl v0.10.80 |
| 1932 | 2026-08-05T19:28:25.411Z | Compiling regex-automata v0.4.14 |
| 1933 | 2026-08-05T19:28:25.443Z | Compiling base64ct v1.8.3 |
| 1934 | 2026-08-05T19:28:25.460Z | Compiling maybe-uninit v2.0.0 |
| 1935 | 2026-08-05T19:28:25.461Z | Compiling pretty-hex v0.4.1 |
| 1936 | 2026-08-05T19:28:25.550Z | Compiling flagset v0.4.7 |
| 1937 | 2026-08-05T19:28:25.704Z | Compiling pem-rfc7468 v0.7.0 |
| 1938 | 2026-08-05T19:28:25.720Z | Compiling darling_core v0.23.0 |
| 1939 | 2026-08-05T19:28:25.741Z | Compiling pest_generator v2.8.6 |
| 1940 | 2026-08-05T19:28:25.744Z | Compiling rand_core v0.9.5 |
| 1941 | 2026-08-05T19:28:25.796Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1942 | 2026-08-05T19:28:25.830Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1943 | 2026-08-05T19:28:25.846Z | Compiling ahash v0.8.12 |
| 1944 | 2026-08-05T19:28:25.865Z | Compiling serde_derive v1.0.228 |
| 1945 | 2026-08-05T19:28:25.947Z | Compiling zeroize_derive v1.5.0 |
| 1946 | 2026-08-05T19:28:25.964Z | Compiling zerofrom-derive v0.1.6 |
| 1947 | 2026-08-05T19:28:25.983Z | Compiling yoke-derive v0.8.1 |
| 1948 | 2026-08-05T19:28:25.999Z | Compiling zerocopy-derive v0.8.40 |
| 1949 | 2026-08-05T19:28:26.078Z | Compiling zerovec-derive v0.11.2 |
| 1950 | 2026-08-05T19:28:26.111Z | Compiling displaydoc v0.2.5 |
| 1951 | 2026-08-05T19:28:26.181Z | Compiling tokio-macros v2.7.0 |
| 1952 | 2026-08-05T19:28:26.221Z | Compiling futures-macro v0.3.32 |
| 1953 | 2026-08-05T19:28:26.224Z | Compiling thiserror-impl v2.0.18 |
| 1954 | 2026-08-05T19:28:26.417Z | Compiling schemars_derive v0.8.22 |
| 1955 | 2026-08-05T19:28:26.462Z | Compiling der_derive v0.7.3 |
| 1956 | 2026-08-05T19:28:26.588Z | Compiling tracing-attributes v0.1.31 |
| 1957 | 2026-08-05T19:28:26.618Z | Compiling zeroize v1.9.0 |
| 1958 | 2026-08-05T19:28:26.906Z | Compiling thiserror-impl v1.0.69 |
| 1959 | 2026-08-05T19:28:26.986Z | Compiling pest_derive v2.8.6 |
| 1960 | 2026-08-05T19:28:27.057Z | Compiling futures-util v0.3.32 |
| 1961 | 2026-08-05T19:28:27.140Z | Compiling zerofrom v0.1.6 |
| 1962 | 2026-08-05T19:28:27.294Z | Compiling yoke v0.8.1 |
| 1963 | 2026-08-05T19:28:27.445Z | Compiling crypto-common v0.1.7 |
| 1964 | 2026-08-05T19:28:27.468Z | Compiling block-buffer v0.10.4 |
| 1965 | 2026-08-05T19:28:27.484Z | Compiling zerovec v0.11.5 |
| 1966 | 2026-08-05T19:28:27.502Z | Compiling zerotrie v0.2.3 |
| 1967 | 2026-08-05T19:28:27.620Z | Compiling digest v0.10.7 |
| 1968 | 2026-08-05T19:28:27.800Z | Compiling scroll_derive v0.12.1 |
| 1969 | 2026-08-05T19:28:27.853Z | Compiling scroll_derive v0.13.1 |
| 1970 | 2026-08-05T19:28:27.900Z | Compiling der v0.7.10 |
| 1971 | 2026-08-05T19:28:27.930Z | Compiling openssl-macros v0.1.1 |
| 1972 | 2026-08-05T19:28:27.987Z | Compiling anyhow v1.0.102 |
| 1973 | 2026-08-05T19:28:27.987Z | Compiling num-bigint-dig v0.8.6 |
| 1974 | 2026-08-05T19:28:28.067Z | Compiling tinystr v0.8.2 |
| 1975 | 2026-08-05T19:28:28.103Z | Compiling potential_utf v0.1.4 |
| 1976 | 2026-08-05T19:28:28.292Z | Compiling icu_locale_core v2.1.1 |
| 1977 | 2026-08-05T19:28:28.309Z | Compiling icu_collections v2.1.1 |
| 1978 | 2026-08-05T19:28:28.325Z | Compiling native-tls v0.2.18 |
| 1979 | 2026-08-05T19:28:28.359Z | Compiling packed_struct v0.10.1 |
| 1980 | 2026-08-05T19:28:28.428Z | Compiling darling_macro v0.23.0 |
| 1981 | 2026-08-05T19:28:28.512Z | Compiling regex v1.12.3 |
| 1982 | 2026-08-05T19:28:28.625Z | Compiling zerocopy-derive v0.7.35 |
| 1983 | 2026-08-05T19:28:28.932Z | Compiling spki v0.7.3 |
| 1984 | 2026-08-05T19:28:28.963Z | Compiling slog v2.8.2 |
| 1985 | 2026-08-05T19:28:29.011Z | Compiling icu_provider v2.1.1 |
| 1986 | 2026-08-05T19:28:29.032Z | Compiling bytes v1.11.1 |
| 1987 | 2026-08-05T19:28:29.156Z | Compiling chrono v0.4.45 |
| 1988 | 2026-08-05T19:28:29.180Z | Compiling serde_tokenstream v0.2.3 |
| 1989 | 2026-08-05T19:28:29.318Z | Compiling icu_normalizer v2.1.1 |
| 1990 | 2026-08-05T19:28:29.418Z | Compiling icu_properties v2.1.2 |
| 1991 | 2026-08-05T19:28:29.617Z | Compiling tokio v1.52.1 |
| 1992 | 2026-08-05T19:28:29.704Z | Compiling http v1.4.2 |
| 1993 | 2026-08-05T19:28:29.957Z | Compiling tracing-core v0.1.36 |
| 1994 | 2026-08-05T19:28:30.038Z | Compiling cookie v0.18.1 |
| 1995 | 2026-08-05T19:28:30.248Z | Compiling ppv-lite86 v0.2.21 |
| 1996 | 2026-08-05T19:28:30.442Z | Compiling idna_adapter v1.2.1 |
| 1997 | 2026-08-05T19:28:30.491Z | Compiling cpufeatures v0.2.17 |
| 1998 | 2026-08-05T19:28:30.584Z | Compiling idna v1.1.0 |
| 1999 | 2026-08-05T19:28:30.601Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-08-05T19:28:30.633Z | Compiling camino v1.2.2 |
| 2001 | 2026-08-05T19:28:30.650Z | Compiling rand_chacha v0.9.0 |
| 2002 | 2026-08-05T19:28:30.667Z | Compiling tracing v0.1.44 |
| 2003 | 2026-08-05T19:28:30.825Z | Compiling toml_datetime v0.6.11 |
| 2004 | 2026-08-05T19:28:30.870Z | Compiling serde_spanned v0.6.9 |
| 2005 | 2026-08-05T19:28:30.908Z | Compiling url v2.5.8 |
| 2006 | 2026-08-05T19:28:30.944Z | Compiling darling v0.23.0 |
| 2007 | 2026-08-05T19:28:30.964Z | Compiling clap_derive v4.6.1 |
| 2008 | 2026-08-05T19:28:31.032Z | Compiling zerocopy-derive v0.6.6 |
| 2009 | 2026-08-05T19:28:31.049Z | Compiling bitfield-macros v0.19.4 |
| 2010 | 2026-08-05T19:28:31.052Z | Compiling packed_struct_codegen v0.10.1 |
| 2011 | 2026-08-05T19:28:31.100Z | Compiling indexmap v1.9.3 |
| 2012 | 2026-08-05T19:28:31.330Z | Compiling paste v1.0.15 |
| 2013 | 2026-08-05T19:28:31.424Z | Compiling anstyle v1.0.14 |
| 2014 | 2026-08-05T19:28:31.662Z | Compiling rand v0.9.2 |
| 2015 | 2026-08-05T19:28:31.678Z | Compiling http-body v1.0.1 |
| 2016 | 2026-08-05T19:28:31.695Z | Compiling pkcs8 v0.10.2 |
| 2017 | 2026-08-05T19:28:31.838Z | Compiling rustls-pki-types v1.14.0 |
| 2018 | 2026-08-05T19:28:31.978Z | Compiling spin v0.9.8 |
| 2019 | 2026-08-05T19:28:31.982Z | Compiling usdt-impl v0.5.0 |
| 2020 | 2026-08-05T19:28:32.097Z | Compiling either v1.15.0 |
| 2021 | 2026-08-05T19:28:32.206Z | Compiling is_terminal_polyfill v1.70.2 |
| 2022 | 2026-08-05T19:28:32.234Z | Compiling unicode-segmentation v1.12.0 |
| 2023 | 2026-08-05T19:28:32.264Z | Compiling colorchoice v1.0.4 |
| 2024 | 2026-08-05T19:28:32.280Z | Compiling winnow v0.5.40 |
| 2025 | 2026-08-05T19:28:32.321Z | Compiling ref-cast v1.0.25 |
| 2026 | 2026-08-05T19:28:32.395Z | Compiling usdt-impl v0.6.0 |
| 2027 | 2026-08-05T19:28:32.441Z | Compiling fastrand v2.3.0 |
| 2028 | 2026-08-05T19:28:32.499Z | Compiling cmov v0.5.4 |
| 2029 | 2026-08-05T19:28:32.560Z | Compiling tinyvec_macros v0.1.1 |
| 2030 | 2026-08-05T19:28:32.648Z | Compiling openssl-probe v0.2.1 |
| 2031 | 2026-08-05T19:28:32.651Z | Compiling anstyle-query v1.1.5 |
| 2032 | 2026-08-05T19:28:32.691Z | Compiling tinyvec v1.10.0 |
| 2033 | 2026-08-05T19:28:32.723Z | Compiling ctutils v0.4.2 |
| 2034 | 2026-08-05T19:28:32.796Z | Compiling sha2 v0.10.9 |
| 2035 | 2026-08-05T19:28:32.998Z | Compiling scroll v0.13.0 |
| 2036 | 2026-08-05T19:28:33.051Z | Compiling scroll v0.12.0 |
| 2037 | 2026-08-05T19:28:33.067Z | Compiling async-trait v0.1.89 |
| 2038 | 2026-08-05T19:28:33.161Z | Compiling heapless v0.7.17 |
| 2039 | 2026-08-05T19:28:33.340Z | Compiling atomic-waker v1.1.2 |
| 2040 | 2026-08-05T19:28:33.356Z | Compiling rustix v0.38.44 |
| 2041 | 2026-08-05T19:28:33.372Z | Compiling winnow v0.7.14 |
| 2042 | 2026-08-05T19:28:33.411Z | Compiling tower-service v0.3.3 |
| 2043 | 2026-08-05T19:28:33.427Z | Compiling tokio-util v0.7.18 |
| 2044 | 2026-08-05T19:28:33.442Z | Compiling litrs v1.0.0 |
| 2045 | 2026-08-05T19:28:33.521Z | Compiling winnow v1.0.3 |
| 2046 | 2026-08-05T19:28:33.632Z | Compiling toml_edit v0.19.15 |
| 2047 | 2026-08-05T19:28:33.686Z | Compiling try-lock v0.2.5 |
| 2048 | 2026-08-05T19:28:33.723Z | Compiling zstd-safe v7.2.4 |
| 2049 | 2026-08-05T19:28:33.811Z | Compiling tower-layer v0.3.3 |
| 2050 | 2026-08-05T19:28:33.907Z | Compiling signal-hook v0.3.18 |
| 2051 | 2026-08-05T19:28:33.924Z | Compiling untrusted v0.7.1 |
| 2052 | 2026-08-05T19:28:33.945Z | Compiling document-features v0.2.12 |
| 2053 | 2026-08-05T19:28:33.960Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2054 | 2026-08-05T19:28:34.062Z | Compiling want v0.3.1 |
| 2055 | 2026-08-05T19:28:34.108Z | Compiling tempfile v3.25.0 |
| 2056 | 2026-08-05T19:28:34.142Z | Compiling h2 v0.4.15 |
| 2057 | 2026-08-05T19:28:34.529Z | Compiling goblin v0.8.2 |
| 2058 | 2026-08-05T19:28:34.545Z | Compiling goblin v0.10.5 |
| 2059 | 2026-08-05T19:28:34.673Z | Compiling hybrid-array v0.4.13 |
| 2060 | 2026-08-05T19:28:34.770Z | Compiling heck v0.4.1 |
| 2061 | 2026-08-05T19:28:34.832Z | Compiling anstyle-parse v1.0.0 |
| 2062 | 2026-08-05T19:28:34.876Z | Compiling zerocopy v0.7.35 |
| 2063 | 2026-08-05T19:28:34.993Z | Compiling ipnet v2.11.0 |
| 2064 | 2026-08-05T19:28:35.029Z | Compiling structmeta-derive v0.3.0 |
| 2065 | 2026-08-05T19:28:35.437Z | Compiling daft-derive v0.1.7 |
| 2066 | 2026-08-05T19:28:35.453Z | Compiling ref-cast-impl v1.0.25 |
| 2067 | 2026-08-05T19:28:35.492Z | Compiling darling_core v0.20.11 |
| 2068 | 2026-08-05T19:28:35.527Z | Compiling curve25519-dalek v4.1.3 |
| 2069 | 2026-08-05T19:28:35.616Z | Compiling memoffset v0.9.1 |
| 2070 | 2026-08-05T19:28:35.838Z | Compiling httpdate v1.0.3 |
| 2071 | 2026-08-05T19:28:35.877Z | Compiling tap v1.0.1 |
| 2072 | 2026-08-05T19:28:36.014Z | Compiling simd-adler32 v0.3.8 |
| 2073 | 2026-08-05T19:28:36.030Z | Compiling untrusted v0.9.0 |
| 2074 | 2026-08-05T19:28:36.076Z | Compiling foreign-types-shared v0.1.1 |
| 2075 | 2026-08-05T19:28:36.076Z | Compiling powerfmt v0.2.0 |
| 2076 | 2026-08-05T19:28:36.165Z | Compiling foreign-types v0.3.2 |
| 2077 | 2026-08-05T19:28:36.183Z | Compiling structmeta v0.3.0 |
| 2078 | 2026-08-05T19:28:36.199Z | Compiling wyz v0.5.1 |
| 2079 | 2026-08-05T19:28:36.277Z | Compiling deranged v0.5.8 |
| 2080 | 2026-08-05T19:28:36.292Z | Compiling anstream v1.0.0 |
| 2081 | 2026-08-05T19:28:36.425Z | Compiling unicode-normalization v0.1.25 |
| 2082 | 2026-08-05T19:28:36.606Z | Compiling dtrace-parser v0.2.0 |
| 2083 | 2026-08-05T19:28:36.622Z | Compiling rand_chacha v0.3.1 |
| 2084 | 2026-08-05T19:28:36.890Z | Compiling dof v0.3.0 |
| 2085 | 2026-08-05T19:28:36.982Z | Compiling hex v0.4.3 |
| 2086 | 2026-08-05T19:28:37.015Z | Compiling signature v2.2.0 |
| 2087 | 2026-08-05T19:28:37.182Z | Compiling dtrace-parser v0.3.0 |
| 2088 | 2026-08-05T19:28:37.211Z | Compiling terminal_size v0.4.3 |
| 2089 | 2026-08-05T19:28:37.246Z | Compiling pin-project-internal v1.1.11 |
| 2090 | 2026-08-05T19:28:37.278Z | Compiling hyper v1.10.1 |
| 2091 | 2026-08-05T19:28:37.381Z | Compiling dof v0.4.0 |
| 2092 | 2026-08-05T19:28:37.518Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-08-05T19:28:37.523Z | Compiling darling_macro v0.20.11 |
| 2094 | 2026-08-05T19:28:37.636Z | Compiling thread-id v4.2.2 |
| 2095 | 2026-08-05T19:28:37.742Z | Compiling thread-id v5.1.0 |
| 2096 | 2026-08-05T19:28:37.787Z | Compiling wait-timeout v0.2.1 |
| 2097 | 2026-08-05T19:28:37.803Z | Compiling smoltcp v0.9.1 |
| 2098 | 2026-08-05T19:28:37.993Z | Compiling cfg_aliases v0.2.1 |
| 2099 | 2026-08-05T19:28:38.008Z | Compiling clap_lex v1.0.0 |
| 2100 | 2026-08-05T19:28:38.189Z | Compiling quick-error v1.2.3 |
| 2101 | 2026-08-05T19:28:38.206Z | Compiling funty v2.0.0 |
| 2102 | 2026-08-05T19:28:38.239Z | Compiling bit-vec v0.8.0 |
| 2103 | 2026-08-05T19:28:38.256Z | Compiling num_threads v0.1.7 |
| 2104 | 2026-08-05T19:28:38.274Z | Compiling adler2 v2.0.1 |
| 2105 | 2026-08-05T19:28:38.292Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-08-05T19:28:38.308Z | Compiling clap_builder v4.6.0 |
| 2107 | 2026-08-05T19:28:38.370Z | Compiling time v0.3.47 |
| 2108 | 2026-08-05T19:28:38.419Z | Compiling miniz_oxide v0.8.9 |
| 2109 | 2026-08-05T19:28:38.435Z | Compiling bit-set v0.8.0 |
| 2110 | 2026-08-05T19:28:38.452Z | Compiling hyper-util v0.1.20 |
| 2111 | 2026-08-05T19:28:38.490Z | Compiling nix v0.31.2 |
| 2112 | 2026-08-05T19:28:38.526Z | Compiling darling v0.20.11 |
| 2113 | 2026-08-05T19:28:38.585Z | Compiling bitvec v1.0.1 |
| 2114 | 2026-08-05T19:28:38.614Z | Compiling num-iter v0.1.45 |
| 2115 | 2026-08-05T19:28:38.840Z | Compiling rand v0.8.6 |
| 2116 | 2026-08-05T19:28:38.964Z | Compiling ipnetwork v0.21.1 |
| 2117 | 2026-08-05T19:28:39.146Z | Compiling lazy_static v1.5.0 |
| 2118 | 2026-08-05T19:28:39.276Z | Compiling anstyle-parse v0.2.7 |
| 2119 | 2026-08-05T19:28:39.477Z | Compiling hmac v0.12.1 |
| 2120 | 2026-08-05T19:28:39.579Z | Compiling rand_xorshift v0.4.0 |
| 2121 | 2026-08-05T19:28:39.582Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2122 | 2026-08-05T19:28:39.610Z | Compiling sync_wrapper v1.0.2 |
| 2123 | 2026-08-05T19:28:39.747Z | Compiling crc-catalog v2.4.0 |
| 2124 | 2026-08-05T19:28:39.852Z | Compiling nodrop v0.1.14 |
| 2125 | 2026-08-05T19:28:39.964Z | Compiling siphasher v1.0.2 |
| 2126 | 2026-08-05T19:28:40.113Z | Compiling zlib-rs v0.6.2 |
| 2127 | 2026-08-05T19:28:40.163Z | Compiling unarray v0.1.4 |
| 2128 | 2026-08-05T19:28:40.294Z | Compiling proptest v1.11.0 |
| 2129 | 2026-08-05T19:28:40.609Z | Compiling array-init v0.0.4 |
| 2130 | 2026-08-05T19:28:40.970Z | Compiling crc v3.4.0 |
| 2131 | 2026-08-05T19:28:41.200Z | Compiling clap v4.6.1 |
| 2132 | 2026-08-05T19:28:41.322Z | Compiling tower v0.5.3 |
| 2133 | 2026-08-05T19:28:41.729Z | Compiling anstream v0.6.21 |
| 2134 | 2026-08-05T19:28:41.794Z | Compiling smallvec v0.6.14 |
| 2135 | 2026-08-05T19:28:41.838Z | Compiling derive_builder_core v0.20.2 |
| 2136 | 2026-08-05T19:28:41.855Z | Compiling snafu-derive v0.8.9 |
| 2137 | 2026-08-05T19:28:42.044Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-08-05T19:28:42.058Z | Compiling zerocopy v0.6.6 |
| 2139 | 2026-08-05T19:28:42.207Z | Compiling flate2 v1.1.9 |
| 2140 | 2026-08-05T19:28:42.355Z | Compiling http-body-util v0.1.3 |
| 2141 | 2026-08-05T19:28:42.391Z | Compiling bitfield v0.19.4 |
| 2142 | 2026-08-05T19:28:42.448Z | Compiling strum_macros v0.26.4 |
| 2143 | 2026-08-05T19:28:42.452Z | Compiling strum_macros v0.27.2 |
| 2144 | 2026-08-05T19:28:42.623Z | Compiling hubpack_derive v0.1.1 |
| 2145 | 2026-08-05T19:28:42.656Z | Compiling env_filter v1.0.0 |
| 2146 | 2026-08-05T19:28:42.697Z | Compiling fs-err v3.3.0 |
| 2147 | 2026-08-05T19:28:42.763Z | Compiling object v0.37.3 |
| 2148 | 2026-08-05T19:28:42.866Z | Compiling unicode-bidi v0.3.18 |
| 2149 | 2026-08-05T19:28:42.904Z | Compiling iri-string v0.7.10 |
| 2150 | 2026-08-05T19:28:42.932Z | Compiling hashbrown v0.12.3 |
| 2151 | 2026-08-05T19:28:43.082Z | Compiling allocator-api2 v0.2.21 |
| 2152 | 2026-08-05T19:28:43.174Z | Compiling unicode-properties v0.1.4 |
| 2153 | 2026-08-05T19:28:43.349Z | Compiling ryu v1.0.23 |
| 2154 | 2026-08-05T19:28:43.426Z | Compiling base64 v0.21.7 |
| 2155 | 2026-08-05T19:28:43.485Z | Compiling serde_urlencoded v0.7.1 |
| 2156 | 2026-08-05T19:28:43.508Z | Compiling stringprep v0.1.5 |
| 2157 | 2026-08-05T19:28:43.730Z | Compiling ron v0.8.1 |
| 2158 | 2026-08-05T19:28:43.745Z | Compiling env_logger v0.11.9 |
| 2159 | 2026-08-05T19:28:43.870Z | Compiling derive_builder_macro v0.20.2 |
| 2160 | 2026-08-05T19:28:43.997Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2161 | 2026-08-05T19:28:44.087Z | Compiling tower-http v0.6.8 |
| 2162 | 2026-08-05T19:28:44.166Z | Compiling rsa v0.9.10 |
| 2163 | 2026-08-05T19:28:44.202Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2164 | 2026-08-05T19:28:44.205Z | Compiling newtype-uuid v1.3.2 |
| 2165 | 2026-08-05T19:28:44.234Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-08-05T19:28:44.270Z | Compiling serde-hex v0.1.0 |
| 2167 | 2026-08-05T19:28:44.373Z | Compiling hashbrown v0.13.2 |
| 2168 | 2026-08-05T19:28:44.400Z | Compiling tokio-native-tls v0.3.1 |
| 2169 | 2026-08-05T19:28:44.520Z | Compiling bzip2 v0.4.4 |
| 2170 | 2026-08-05T19:28:44.538Z | Compiling usdt-attr-macro v0.6.0 |
| 2171 | 2026-08-05T19:28:44.556Z | Compiling usdt-macro v0.6.0 |
| 2172 | 2026-08-05T19:28:44.571Z | Compiling derive-ex v0.1.8 |
| 2173 | 2026-08-05T19:28:44.593Z | Compiling crypto-common v0.2.2 |
| 2174 | 2026-08-05T19:28:44.653Z | Compiling block-buffer v0.12.1 |
| 2175 | 2026-08-05T19:28:44.695Z | Compiling block-padding v0.4.2 |
| 2176 | 2026-08-05T19:28:44.906Z | Compiling rustls-native-certs v0.8.3 |
| 2177 | 2026-08-05T19:28:45.021Z | Compiling x509-cert v0.2.5 |
| 2178 | 2026-08-05T19:28:45.162Z | Compiling erased-serde v0.3.31 |
| 2179 | 2026-08-05T19:28:45.302Z | Compiling md-5 v0.10.6 |
| 2180 | 2026-08-05T19:28:45.327Z | Compiling bstr v1.12.1 |
| 2181 | 2026-08-05T19:28:45.423Z | Compiling vergen-lib v9.1.0 |
| 2182 | 2026-08-05T19:28:45.468Z | Compiling hash32 v0.2.1 |
| 2183 | 2026-08-05T19:28:45.619Z | Compiling encoding_rs v0.8.35 |
| 2184 | 2026-08-05T19:28:45.672Z | Compiling mime v0.3.17 |
| 2185 | 2026-08-05T19:28:45.904Z | Compiling fallible-iterator v0.2.0 |
| 2186 | 2026-08-05T19:28:45.923Z | Compiling psl-types v2.0.11 |
| 2187 | 2026-08-05T19:28:46.006Z | Compiling crc-any v2.5.0 |
| 2188 | 2026-08-05T19:28:46.059Z | Compiling cpufeatures v0.3.0 |
| 2189 | 2026-08-05T19:28:46.075Z | Compiling test-strategy v0.4.5 |
| 2190 | 2026-08-05T19:28:46.176Z | Compiling publicsuffix v2.3.0 |
| 2191 | 2026-08-05T19:28:46.269Z | Compiling postgres-protocol v0.6.10 |
| 2192 | 2026-08-05T19:28:46.794Z | Compiling inout v0.2.2 |
| 2193 | 2026-08-05T19:28:46.922Z | Compiling object v0.30.4 |
| 2194 | 2026-08-05T19:28:46.956Z | Compiling zip v0.6.6 |
| 2195 | 2026-08-05T19:28:46.973Z | Compiling hyper-tls v0.6.0 |
| 2196 | 2026-08-05T19:28:46.976Z | Compiling daft v0.1.7 |
| 2197 | 2026-08-05T19:28:47.006Z | Compiling derive_builder v0.20.2 |
| 2198 | 2026-08-05T19:28:47.078Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2199 | 2026-08-05T19:28:47.152Z | Compiling phf_shared v0.13.1 |
| 2200 | 2026-08-05T19:28:47.207Z | Compiling pin-project v1.1.11 |
| 2201 | 2026-08-05T19:28:47.237Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2202 | 2026-08-05T19:28:47.419Z | Compiling toml v0.7.8 |
| 2203 | 2026-08-05T19:28:47.467Z | Compiling serde_with_macros v3.21.0 |
| 2204 | 2026-08-05T19:28:47.492Z | Compiling futures-executor v0.3.32 |
| 2205 | 2026-08-05T19:28:47.595Z | Compiling async-recursion v1.1.1 |
| 2206 | 2026-08-05T19:28:47.688Z | Compiling serde_repr v0.1.20 |
| 2207 | 2026-08-05T19:28:47.740Z | Compiling enum-as-inner v0.6.1 |
| 2208 | 2026-08-05T19:28:47.819Z | Compiling vergen v9.1.0 |
| 2209 | 2026-08-05T19:28:47.937Z | Compiling ff v0.13.1 |
| 2210 | 2026-08-05T19:28:47.972Z | Compiling cargo-platform v0.3.2 |
| 2211 | 2026-08-05T19:28:48.124Z | Compiling bitflags v1.3.2 |
| 2212 | 2026-08-05T19:28:48.273Z | Compiling bumpalo v3.20.2 |
| 2213 | 2026-08-05T19:28:48.291Z | Compiling foldhash v0.1.5 |
| 2214 | 2026-08-05T19:28:48.291Z | Compiling foldhash v0.2.0 |
| 2215 | 2026-08-05T19:28:48.317Z | Compiling base16ct v0.2.0 |
| 2216 | 2026-08-05T19:28:48.361Z | Compiling managed v0.8.0 |
| 2217 | 2026-08-05T19:28:48.501Z | Compiling libbz2-rs-sys v0.2.2 |
| 2218 | 2026-08-05T19:28:48.516Z | Compiling path-slash v0.1.5 |
| 2219 | 2026-08-05T19:28:48.534Z | Compiling same-file v1.0.6 |
| 2220 | 2026-08-05T19:28:48.567Z | Compiling jiff-core v0.1.0 |
| 2221 | 2026-08-05T19:28:48.656Z | Compiling zopfli v0.8.3 |
| 2222 | 2026-08-05T19:28:48.753Z | Compiling walkdir v2.5.0 |
| 2223 | 2026-08-05T19:28:48.794Z | Compiling hashbrown v0.16.1 |
| 2224 | 2026-08-05T19:28:48.942Z | Compiling bzip2 v0.6.1 |
| 2225 | 2026-08-05T19:28:48.942Z | Compiling sec1 v0.7.3 |
| 2226 | 2026-08-05T19:28:49.093Z | Compiling hashbrown v0.15.5 |
| 2227 | 2026-08-05T19:28:49.206Z | Compiling cargo_metadata v0.23.1 |
| 2228 | 2026-08-05T19:28:49.242Z | Compiling group v0.13.0 |
| 2229 | 2026-08-05T19:28:49.281Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2230 | 2026-08-05T19:28:49.364Z | Compiling jiff v0.2.34 |
| 2231 | 2026-08-05T19:28:49.648Z | Compiling futures v0.3.32 |
| 2232 | 2026-08-05T19:28:49.917Z | Compiling phf v0.13.1 |
| 2233 | 2026-08-05T19:28:50.043Z | Compiling snafu v0.8.9 |
| 2234 | 2026-08-05T19:28:50.093Z | Compiling reqwest v0.12.28 |
| 2235 | 2026-08-05T19:28:50.308Z | Compiling signal-hook-mio v0.2.5 |
| 2236 | 2026-08-05T19:28:50.394Z | Compiling cipher v0.5.2 |
| 2237 | 2026-08-05T19:28:50.442Z | Compiling cookie_store v0.22.1 |
| 2238 | 2026-08-05T19:28:50.458Z | Compiling postgres-types v0.2.12 |
| 2239 | 2026-08-05T19:28:50.462Z | Compiling zstd v0.13.3 |
| 2240 | 2026-08-05T19:28:50.508Z | Compiling globset v0.4.18 |
| 2241 | 2026-08-05T19:28:50.688Z | Compiling strum v0.27.2 |
| 2242 | 2026-08-05T19:28:50.750Z | Compiling hubpack v0.1.2 |
| 2243 | 2026-08-05T19:28:50.875Z | Compiling phf_shared v0.11.3 |
| 2244 | 2026-08-05T19:28:50.893Z | Compiling hkdf v0.12.4 |
| 2245 | 2026-08-05T19:28:50.983Z | Compiling crossbeam-epoch v0.9.18 |
| 2246 | 2026-08-05T19:28:51.025Z | Compiling byte-wrapper v0.1.0 |
| 2247 | 2026-08-05T19:28:51.025Z | Compiling ed25519 v2.2.3 |
| 2248 | 2026-08-05T19:28:51.058Z | Compiling olpc-cjson v0.1.4 |
| 2249 | 2026-08-05T19:28:51.310Z | Compiling serde_plain v1.0.2 |
| 2250 | 2026-08-05T19:28:51.341Z | Compiling serde-big-array v0.5.1 |
| 2251 | 2026-08-05T19:28:51.389Z | Compiling pem v3.0.6 |
| 2252 | 2026-08-05T19:28:51.464Z | Compiling crypto-bigint v0.5.5 |
| 2253 | 2026-08-05T19:28:51.580Z | Compiling float-cmp v0.10.0 |
| 2254 | 2026-08-05T19:28:51.612Z | Compiling memmap2 v0.9.10 |
| 2255 | 2026-08-05T19:28:51.853Z | Compiling precomputed-hash v0.1.1 |
| 2256 | 2026-08-05T19:28:51.867Z | Compiling static_assertions v1.1.0 |
| 2257 | 2026-08-05T19:28:51.867Z | Compiling data-encoding v2.10.0 |
| 2258 | 2026-08-05T19:28:51.899Z | Compiling new_debug_unreachable v1.0.6 |
| 2259 | 2026-08-05T19:28:51.954Z | Compiling predicates-core v1.0.10 |
| 2260 | 2026-08-05T19:28:51.971Z | Compiling toml_write v0.1.2 |
| 2261 | 2026-08-05T19:28:51.986Z | Compiling fixedbitset v0.4.2 |
| 2262 | 2026-08-05T19:28:52.001Z | Compiling keccak v0.1.6 |
| 2263 | 2026-08-05T19:28:52.114Z | Compiling normalize-line-endings v0.3.0 |
| 2264 | 2026-08-05T19:28:52.144Z | Compiling whoami v2.1.0 |
| 2265 | 2026-08-05T19:28:52.160Z | Compiling fixedbitset v0.5.7 |
| 2266 | 2026-08-05T19:28:52.187Z | Compiling typed-path v0.9.3 |
| 2267 | 2026-08-05T19:28:52.204Z | Compiling const-oid v0.10.2 |
| 2268 | 2026-08-05T19:28:52.220Z | Compiling difflib v0.4.0 |
| 2269 | 2026-08-05T19:28:52.410Z | Compiling elliptic-curve v0.13.8 |
| 2270 | 2026-08-05T19:28:52.426Z | Compiling petgraph v0.8.3 |
| 2271 | 2026-08-05T19:28:52.455Z | Compiling predicates v3.1.4 |
| 2272 | 2026-08-05T19:28:52.491Z | Compiling tokio-postgres v0.7.16 |
| 2273 | 2026-08-05T19:28:52.542Z | Compiling digest v0.11.3 |
| 2274 | 2026-08-05T19:28:52.577Z | Compiling hickory-proto v0.25.2 |
| 2275 | 2026-08-05T19:28:52.647Z | Compiling sha3 v0.10.8 |
| 2276 | 2026-08-05T19:28:52.677Z | Compiling petgraph v0.6.5 |
| 2277 | 2026-08-05T19:28:52.758Z | Compiling chacha20 v0.10.0 |
| 2278 | 2026-08-05T19:28:52.774Z | Compiling toml_edit v0.22.27 |
| 2279 | 2026-08-05T19:28:53.025Z | Compiling string_cache v0.8.9 |
| 2280 | 2026-08-05T19:28:53.070Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2281 | 2026-08-05T19:28:53.278Z | Compiling usdt v0.6.0 |
| 2282 | 2026-08-05T19:28:53.640Z | Compiling zip v4.6.1 |
| 2283 | 2026-08-05T19:28:54.316Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2284 | 2026-08-05T19:28:54.555Z | Compiling ed25519-dalek v2.2.0 |
| 2285 | 2026-08-05T19:28:55.071Z | Compiling crossterm v0.28.1 |
| 2286 | 2026-08-05T19:28:55.445Z | Compiling iddqd v0.4.2 |
| 2287 | 2026-08-05T19:28:55.460Z | Compiling serde_with v3.21.0 |
| 2288 | 2026-08-05T19:28:55.609Z | Compiling similar v2.7.0 |
| 2289 | 2026-08-05T19:28:55.794Z | Compiling strum v0.26.3 |
| 2290 | 2026-08-05T19:28:56.264Z | Compiling tokio-stream v0.1.18 |
| 2291 | 2026-08-05T19:28:56.268Z | Compiling buf-list v1.1.2 |
| 2292 | 2026-08-05T19:28:56.361Z | Compiling itertools v0.13.0 |
| 2293 | 2026-08-05T19:28:56.424Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2294 | 2026-08-05T19:28:56.675Z | Compiling openapiv3 v2.2.0 |
| 2295 | 2026-08-05T19:28:57.194Z | Compiling lalrpop-util v0.19.12 |
| 2296 | 2026-08-05T19:28:57.534Z | Compiling peg-runtime v0.8.5 |
| 2297 | 2026-08-05T19:29:14.515Z | Compiling rustls-webpki v0.103.13 |
| 2298 | 2026-08-05T19:29:17.125Z | Compiling macaddr v1.0.1 |
| 2299 | 2026-08-05T19:29:17.219Z | Compiling rayon-core v1.13.0 |
| 2300 | 2026-08-05T19:29:17.423Z | Compiling crucible-workspace-hack v0.1.0 |
| 2301 | 2026-08-05T19:29:17.462Z | Compiling itertools v0.15.0 |
| 2302 | 2026-08-05T19:29:17.477Z | Compiling secrecy v0.10.3 |
| 2303 | 2026-08-05T19:29:17.530Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2304 | 2026-08-05T19:29:17.650Z | Compiling heapless v0.8.0 |
| 2305 | 2026-08-05T19:29:17.665Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2306 | 2026-08-05T19:29:17.910Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2307 | 2026-08-05T19:29:17.951Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-08-05T19:29:18.096Z | Compiling tokio-rustls v0.26.4 |
| 2309 | 2026-08-05T19:29:18.113Z | Compiling rustls-platform-verifier v0.6.2 |
| 2310 | 2026-08-05T19:29:18.129Z | Compiling tough v0.22.0 |
| 2311 | 2026-08-05T19:29:18.154Z | Compiling crossbeam-deque v0.8.6 |
| 2312 | 2026-08-05T19:29:18.230Z | Compiling inout v0.1.4 |
| 2313 | 2026-08-05T19:29:18.313Z | Compiling hash32 v0.3.1 |
| 2314 | 2026-08-05T19:29:18.343Z | Compiling hyper-rustls v0.27.7 |
| 2315 | 2026-08-05T19:29:18.384Z | Compiling multer v3.1.0 |
| 2316 | 2026-08-05T19:29:18.402Z | Compiling thread_local v1.1.9 |
| 2317 | 2026-08-05T19:29:18.417Z | Compiling slog-async v2.8.0 |
| 2318 | 2026-08-05T19:29:18.433Z | Compiling compression-core v0.4.31 |
| 2319 | 2026-08-05T19:29:18.499Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2320 | 2026-08-05T19:29:18.596Z | Compiling reqwest v0.13.2 |
| 2321 | 2026-08-05T19:29:18.634Z | Compiling smoltcp v0.11.0 |
| 2322 | 2026-08-05T19:29:18.655Z | Compiling unicode-width v0.2.0 |
| 2323 | 2026-08-05T19:29:18.690Z | Compiling match_cfg v0.1.0 |
| 2324 | 2026-08-05T19:29:18.770Z | Compiling hostname v0.3.1 |
| 2325 | 2026-08-05T19:29:18.787Z | Compiling ingot-macros v0.2.0 |
| 2326 | 2026-08-05T19:29:18.820Z | Compiling compression-codecs v0.4.37 |
| 2327 | 2026-08-05T19:29:18.851Z | Compiling proc-macro-crate v3.4.0 |
| 2328 | 2026-08-05T19:29:18.955Z | Compiling cipher v0.4.4 |
| 2329 | 2026-08-05T19:29:19.009Z | Compiling atomicwrites v0.4.4 |
| 2330 | 2026-08-05T19:29:19.200Z | Compiling slog-json v2.6.1 |
| 2331 | 2026-08-05T19:29:19.221Z | Compiling crossbeam-channel v0.5.15 |
| 2332 | 2026-08-05T19:29:19.286Z | Compiling half v2.7.1 |
| 2333 | 2026-08-05T19:29:19.302Z | Compiling newtype-uuid-macros v0.1.0 |
| 2334 | 2026-08-05T19:29:19.349Z | Compiling cobs v0.3.0 |
| 2335 | 2026-08-05T19:29:19.472Z | Compiling universal-hash v0.5.1 |
| 2336 | 2026-08-05T19:29:19.488Z | Compiling async-stream-impl v0.3.6 |
| 2337 | 2026-08-05T19:29:19.650Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2338 | 2026-08-05T19:29:19.668Z | Compiling serde_spanned v1.1.1 |
| 2339 | 2026-08-05T19:29:19.671Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2340 | 2026-08-05T19:29:19.726Z | Compiling is-terminal v0.4.17 |
| 2341 | 2026-08-05T19:29:19.843Z | Compiling proc-macro-error-attr v1.0.4 |
| 2342 | 2026-08-05T19:29:19.859Z | Compiling dropshot v0.17.1 |
| 2343 | 2026-08-05T19:29:19.979Z | Compiling ciborium-io v0.2.2 |
| 2344 | 2026-08-05T19:29:20.045Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2345 | 2026-08-05T19:29:20.066Z | Compiling convert_case v0.4.0 |
| 2346 | 2026-08-05T19:29:20.085Z | Compiling term v1.2.1 |
| 2347 | 2026-08-05T19:29:20.101Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2348 | 2026-08-05T19:29:20.118Z | Compiling take_mut v0.2.2 |
| 2349 | 2026-08-05T19:29:20.136Z | Compiling opaque-debug v0.3.1 |
| 2350 | 2026-08-05T19:29:20.290Z | Compiling poly1305 v0.8.0 |
| 2351 | 2026-08-05T19:29:20.311Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2352 | 2026-08-05T19:29:20.387Z | Compiling derive_more v0.99.20 |
| 2353 | 2026-08-05T19:29:20.447Z | Compiling slog-term v2.9.2 |
| 2354 | 2026-08-05T19:29:20.511Z | Compiling async-stream v0.3.6 |
| 2355 | 2026-08-05T19:29:20.580Z | Compiling ciborium-ll v0.2.2 |
| 2356 | 2026-08-05T19:29:20.668Z | Compiling thiserror-no-std v2.0.2 |
| 2357 | 2026-08-05T19:29:20.724Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2358 | 2026-08-05T19:29:20.781Z | Compiling postcard v1.1.3 |
| 2359 | 2026-08-05T19:29:20.868Z | Compiling slog-bunyan v2.5.0 |
| 2360 | 2026-08-05T19:29:21.074Z | Compiling num_enum_derive v0.7.6 |
| 2361 | 2026-08-05T19:29:21.187Z | Compiling chacha20 v0.9.1 |
| 2362 | 2026-08-05T19:29:21.394Z | Compiling ingot-types v0.2.0 |
| 2363 | 2026-08-05T19:29:21.501Z | Compiling async-compression v0.4.41 |
| 2364 | 2026-08-05T19:29:21.667Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2365 | 2026-08-05T19:29:21.755Z | Compiling sha1 v0.11.0 |
| 2366 | 2026-08-05T19:29:21.896Z | Compiling ingot v0.2.1 |
| 2367 | 2026-08-05T19:29:21.899Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2368 | 2026-08-05T19:29:21.926Z | Compiling parse-display-derive v0.10.0 |
| 2369 | 2026-08-05T19:29:21.990Z | Compiling proc-macro-crate v1.3.1 |
| 2370 | 2026-08-05T19:29:22.066Z | Compiling waitgroup v0.1.2 |
| 2371 | 2026-08-05T19:29:22.206Z | Compiling backon v1.6.0 |
| 2372 | 2026-08-05T19:29:22.222Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2373 | 2026-08-05T19:29:22.244Z | Compiling rustls-pemfile v2.2.0 |
| 2374 | 2026-08-05T19:29:22.263Z | Compiling dropshot_endpoint v0.17.1 |
| 2375 | 2026-08-05T19:29:22.350Z | Compiling password-hash v0.5.0 |
| 2376 | 2026-08-05T19:29:22.475Z | Compiling blake2 v0.10.6 |
| 2377 | 2026-08-05T19:29:22.545Z | Compiling aead v0.5.2 |
| 2378 | 2026-08-05T19:29:22.652Z | Compiling foreign-types-macros v0.2.3 |
| 2379 | 2026-08-05T19:29:22.696Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2380 | 2026-08-05T19:29:22.759Z | Compiling serde_path_to_error v0.1.20 |
| 2381 | 2026-08-05T19:29:22.780Z | Compiling hostname v0.4.2 |
| 2382 | 2026-08-05T19:29:22.966Z | Compiling proc-macro-error v1.0.4 |
| 2383 | 2026-08-05T19:29:22.994Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2384 | 2026-08-05T19:29:23.126Z | Compiling instant v0.1.13 |
| 2385 | 2026-08-05T19:29:23.188Z | Compiling debug-ignore v1.0.5 |
| 2386 | 2026-08-05T19:29:23.218Z | Compiling foreign-types-shared v0.3.1 |
| 2387 | 2026-08-05T19:29:23.248Z | Compiling backoff v0.4.0 |
| 2388 | 2026-08-05T19:29:23.283Z | Compiling argon2 v0.5.3 |
| 2389 | 2026-08-05T19:29:23.300Z | Compiling chacha20poly1305 v0.10.1 |
| 2390 | 2026-08-05T19:29:23.326Z | Compiling foreign-types v0.5.0 |
| 2391 | 2026-08-05T19:29:23.326Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2392 | 2026-08-05T19:29:23.359Z | Compiling num_enum_derive v0.5.11 |
| 2393 | 2026-08-05T19:29:23.389Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2394 | 2026-08-05T19:29:23.405Z | Compiling parse-display v0.10.0 |
| 2395 | 2026-08-05T19:29:23.423Z | Compiling num_enum v0.7.6 |
| 2396 | 2026-08-05T19:29:23.467Z | Compiling ciborium v0.2.2 |
| 2397 | 2026-08-05T19:29:23.492Z | Compiling vsss-rs v3.3.4 |
| 2398 | 2026-08-05T19:29:23.811Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2399 | 2026-08-05T19:29:23.847Z | Compiling tabwriter v1.4.1 |
| 2400 | 2026-08-05T19:29:23.953Z | Compiling regress v0.10.5 |
| 2401 | 2026-08-05T19:29:23.998Z | Compiling itertools v0.14.0 |
| 2402 | 2026-08-05T19:29:24.098Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2403 | 2026-08-05T19:29:24.229Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2404 | 2026-08-05T19:29:24.229Z | Compiling cstr-argument v0.1.2 |
| 2405 | 2026-08-05T19:29:24.262Z | Compiling humantime v2.3.0 |
| 2406 | 2026-08-05T19:29:24.277Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2407 | 2026-08-05T19:29:24.313Z | Compiling num_enum v0.5.11 |
| 2408 | 2026-08-05T19:29:24.430Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2409 | 2026-08-05T19:29:24.461Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2410 | 2026-08-05T19:29:24.488Z | Compiling rayon v1.11.0 |
| 2411 | 2026-08-05T19:29:24.519Z | Compiling rand v0.10.1 |
| 2412 | 2026-08-05T19:29:24.538Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2413 | 2026-08-05T19:29:24.564Z | Compiling libefi-sys v0.1.0 |
| 2414 | 2026-08-05T19:29:24.666Z | Compiling colored v3.1.1 |
| 2415 | 2026-08-05T19:29:24.696Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2416 | 2026-08-05T19:29:24.717Z | Compiling indent_write v2.2.0 |
| 2417 | 2026-08-05T19:29:24.720Z | Compiling zone_cfg_derive v0.3.1 |
| 2418 | 2026-08-05T19:29:24.752Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2419 | 2026-08-05T19:29:24.856Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2420 | 2026-08-05T19:29:24.877Z | Compiling camino-tempfile v1.4.1 |
| 2421 | 2026-08-05T19:29:24.893Z | Compiling itertools v0.12.1 |
| 2422 | 2026-08-05T19:29:24.908Z | Compiling usdt-attr-macro v0.5.0 |
| 2423 | 2026-08-05T19:29:24.993Z | Compiling usdt-macro v0.5.0 |
| 2424 | 2026-08-05T19:29:25.093Z | Compiling num-derive v0.4.2 |
| 2425 | 2026-08-05T19:29:25.290Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2426 | 2026-08-05T19:29:25.322Z | Compiling bitfield-struct v0.6.2 |
| 2427 | 2026-08-05T19:29:25.326Z | Compiling blake3 v1.8.5 |
| 2428 | 2026-08-05T19:29:25.376Z | Compiling sigpipe v0.1.3 |
| 2429 | 2026-08-05T19:29:25.492Z | Compiling memmap v0.7.0 |
| 2430 | 2026-08-05T19:29:25.529Z | Compiling glob v0.3.3 |
| 2431 | 2026-08-05T19:29:25.544Z | Compiling swrite v0.1.0 |
| 2432 | 2026-08-05T19:29:25.605Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2433 | 2026-08-05T19:29:25.678Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2434 | 2026-08-05T19:29:25.693Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2435 | 2026-08-05T19:29:25.733Z | Compiling usdt v0.5.0 |
| 2436 | 2026-08-05T19:29:25.913Z | Compiling smf v0.2.3 |
| 2437 | 2026-08-05T19:29:25.962Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2438 | 2026-08-05T19:29:25.980Z | Compiling filetime v0.2.27 |
| 2439 | 2026-08-05T19:29:25.996Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2440 | 2026-08-05T19:29:26.013Z | Compiling arrayref v0.3.9 |
| 2441 | 2026-08-05T19:29:26.105Z | Compiling arrayvec v0.7.6 |
| 2442 | 2026-08-05T19:29:26.206Z | Compiling zone v0.3.1 |
| 2443 | 2026-08-05T19:29:26.242Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2444 | 2026-08-05T19:29:26.299Z | Compiling constant_time_eq v0.4.2 |
| 2445 | 2026-08-05T19:29:26.335Z | Compiling xattr v1.6.1 |
| 2446 | 2026-08-05T19:29:26.357Z | Compiling whoami v1.6.1 |
| 2447 | 2026-08-05T19:29:26.392Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2448 | 2026-08-05T19:29:26.408Z | Compiling tokio-dtrace v0.1.1 |
| 2449 | 2026-08-05T19:29:26.470Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2450 | 2026-08-05T19:29:26.510Z | Compiling tar v0.4.46 |
| 2451 | 2026-08-05T19:29:26.555Z | Compiling console v0.16.2 |
| 2452 | 2026-08-05T19:29:26.682Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2453 | 2026-08-05T19:29:26.698Z | Compiling gethostname v0.5.0 |
| 2454 | 2026-08-05T19:29:26.763Z | Compiling topological-sort v0.2.2 |
| 2455 | 2026-08-05T19:29:26.838Z | Compiling unit-prefix v0.5.2 |
| 2456 | 2026-08-05T19:29:26.856Z | Compiling oxide-tokio-rt v0.1.4 |
| 2457 | 2026-08-05T19:29:27.021Z | Compiling indicatif v0.18.4 |
| 2458 | 2026-08-05T19:29:27.090Z | Compiling toml v0.8.23 |
| 2459 | 2026-08-05T19:29:27.120Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2460 | 2026-08-05T19:29:27.282Z | Compiling shell-words v1.1.1 |
| 2461 | 2026-08-05T19:29:36.482Z | Compiling progenitor-client v0.14.0 |
| 2462 | 2026-08-05T19:29:36.482Z | Compiling omicron-zone-package v0.12.3 |
| 2463 | 2026-08-05T19:29:36.723Z | Compiling progenitor-extras v0.2.0 |
| 2464 | 2026-08-05T19:29:37.026Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2465 | 2026-08-05T19:29:37.132Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2466 | 2026-08-05T19:29:37.161Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2467 | 2026-08-05T19:29:37.196Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2468 | 2026-08-05T19:29:37.227Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2469 | 2026-08-05T19:29:37.286Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2470 | 2026-08-05T19:29:37.423Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2471 | 2026-08-05T19:29:37.532Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2472 | 2026-08-05T19:29:38.443Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2473 | 2026-08-05T19:29:42.177Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2474 | 2026-08-05T19:29:50.313Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2475 | 2026-08-05T19:29:53.522Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2476 | 2026-08-05T19:29:54.586Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2477 | 2026-08-05T19:30:04.168Z | Finished `release` profile [optimized] target(s) in 1m 44s |
| 2478 | 2026-08-05T19:30:04.317Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2479 | 2026-08-05T19:30:04.378Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2480 | 2026-08-05T19:30:04.382Z | Created new build target 'test' and set it as active |
| 2481 | 2026-08-05T19:30:04.382Z | |
| 2482 | 2026-08-05T19:30:04.382Z | real 1:44.996336629 |
| 2483 | 2026-08-05T19:30:04.382Z | user 17:18.862669157 |
| 2484 | 2026-08-05T19:30:04.382Z | sys 2:44.661281666 |
| 2485 | 2026-08-05T19:30:04.382Z | trap 0.482799961 |
| 2486 | 2026-08-05T19:30:04.382Z | tflt 2.350269375 |
| 2487 | 2026-08-05T19:30:04.382Z | dflt 4.971227527 |
| 2488 | 2026-08-05T19:30:04.382Z | kflt 0.000667680 |
| 2489 | 2026-08-05T19:30:04.382Z | lock 56:30.224058559 |
| 2490 | 2026-08-05T19:30:04.382Z | slp 44:16.470877905 |
| 2491 | 2026-08-05T19:30:04.382Z | lat 48.149548644 |
| 2492 | 2026-08-05T19:30:04.382Z | stop 6:01.429003464 |
| 2493 | 2026-08-05T19:30:04.386Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2494 | 2026-08-05T19:30:05.271Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2495 | 2026-08-05T19:30:05.346Z | Running `target/release/omicron-package -t test package` |
| 2496 | 2026-08-05T19:30:05.404Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2497 | 2026-08-05T19:30:06.835Z | Compiling heck v0.5.0 |
| 2498 | 2026-08-05T19:30:06.835Z | Compiling regress v0.11.1 |
| 2499 | 2026-08-05T19:30:07.059Z | Compiling unsafe-libyaml v0.2.11 |
| 2500 | 2026-08-05T19:30:07.100Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2501 | 2026-08-05T19:30:07.127Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2502 | 2026-08-05T19:30:07.148Z | Compiling derive-where v1.6.0 |
| 2503 | 2026-08-05T19:30:07.152Z | Compiling bytecount v0.6.9 |
| 2504 | 2026-08-05T19:30:07.189Z | Compiling atomicwrites v0.4.4 |
| 2505 | 2026-08-05T19:30:07.189Z | Compiling is-terminal v0.4.17 |
| 2506 | 2026-08-05T19:30:07.192Z | Compiling prettyplease v0.2.37 |
| 2507 | 2026-08-05T19:30:07.192Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2508 | 2026-08-05T19:30:07.192Z | Compiling console v0.15.11 |
| 2509 | 2026-08-05T19:30:07.207Z | Compiling newline-converter v0.3.0 |
| 2510 | 2026-08-05T19:30:07.225Z | Compiling slog-dtrace v0.3.0 |
| 2511 | 2026-08-05T19:30:07.265Z | Compiling resolv-conf v0.7.6 |
| 2512 | 2026-08-05T19:30:07.351Z | Compiling num-rational v0.4.2 |
| 2513 | 2026-08-05T19:30:07.378Z | Compiling num-complex v0.4.6 |
| 2514 | 2026-08-05T19:30:07.381Z | Compiling thread_local v1.1.9 |
| 2515 | 2026-08-05T19:30:07.381Z | Compiling cancel-safe-futures v0.1.5 |
| 2516 | 2026-08-05T19:30:07.381Z | Compiling compression-core v0.4.31 |
| 2517 | 2026-08-05T19:30:07.486Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2518 | 2026-08-05T19:30:07.604Z | Compiling serde_yaml v0.9.34+deprecated |
| 2519 | 2026-08-05T19:30:07.624Z | Compiling expectorate v1.2.0 |
| 2520 | 2026-08-05T19:30:07.729Z | Compiling unicode-width v0.1.14 |
| 2521 | 2026-08-05T19:30:07.753Z | Compiling match_cfg v0.1.0 |
| 2522 | 2026-08-05T19:30:07.844Z | Compiling hostname v0.3.1 |
| 2523 | 2026-08-05T19:30:07.867Z | Compiling num v0.4.3 |
| 2524 | 2026-08-05T19:30:07.888Z | Compiling compression-codecs v0.4.37 |
| 2525 | 2026-08-05T19:30:07.930Z | Compiling slog-async v2.8.0 |
| 2526 | 2026-08-05T19:30:07.954Z | Compiling multer v3.1.0 |
| 2527 | 2026-08-05T19:30:07.975Z | Compiling crossbeam-channel v0.5.15 |
| 2528 | 2026-08-05T19:30:07.995Z | Compiling slog-json v2.6.1 |
| 2529 | 2026-08-05T19:30:08.018Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2530 | 2026-08-05T19:30:08.021Z | Compiling serde_spanned v1.1.1 |
| 2531 | 2026-08-05T19:30:08.065Z | Compiling take_mut v0.2.2 |
| 2532 | 2026-08-05T19:30:08.149Z | Compiling float-ord v0.3.2 |
| 2533 | 2026-08-05T19:30:08.206Z | Compiling linked-hash-map v0.5.6 |
| 2534 | 2026-08-05T19:30:08.225Z | Compiling term v1.2.1 |
| 2535 | 2026-08-05T19:30:08.246Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2536 | 2026-08-05T19:30:08.312Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2537 | 2026-08-05T19:30:08.333Z | Compiling oxide-update-engine-types v0.1.2 |
| 2538 | 2026-08-05T19:30:08.336Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2539 | 2026-08-05T19:30:08.336Z | Compiling slog-bunyan v2.5.0 |
| 2540 | 2026-08-05T19:30:08.421Z | Compiling lru-cache v0.1.2 |
| 2541 | 2026-08-05T19:30:08.443Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2542 | 2026-08-05T19:30:08.446Z | Compiling async-compression v0.4.41 |
| 2543 | 2026-08-05T19:30:08.523Z | Compiling slog-term v2.9.2 |
| 2544 | 2026-08-05T19:30:08.613Z | Compiling typify-impl v0.6.2 |
| 2545 | 2026-08-05T19:30:08.830Z | Compiling async-stream v0.3.6 |
| 2546 | 2026-08-05T19:30:08.880Z | Compiling dropshot v0.17.1 |
| 2547 | 2026-08-05T19:30:08.909Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2548 | 2026-08-05T19:30:08.934Z | Compiling progenitor-client v0.14.0 |
| 2549 | 2026-08-05T19:30:08.955Z | Compiling sha1 v0.11.0 |
| 2550 | 2026-08-05T19:30:09.025Z | Compiling waitgroup v0.1.2 |
| 2551 | 2026-08-05T19:30:09.047Z | Compiling rustls-pemfile v2.2.0 |
| 2552 | 2026-08-05T19:30:09.073Z | Compiling backon v1.6.0 |
| 2553 | 2026-08-05T19:30:09.108Z | Compiling hostname v0.4.2 |
| 2554 | 2026-08-05T19:30:09.190Z | Compiling serde_path_to_error v0.1.20 |
| 2555 | 2026-08-05T19:30:09.241Z | Compiling instant v0.1.13 |
| 2556 | 2026-08-05T19:30:09.264Z | Compiling minimal-lexical v0.2.1 |
| 2557 | 2026-08-05T19:30:09.286Z | Compiling debug-ignore v1.0.5 |
| 2558 | 2026-08-05T19:30:09.290Z | Compiling linear-map v1.2.0 |
| 2559 | 2026-08-05T19:30:09.340Z | Compiling progenitor-extras v0.2.0 |
| 2560 | 2026-08-05T19:30:09.395Z | Compiling backoff v0.4.0 |
| 2561 | 2026-08-05T19:30:09.423Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2562 | 2026-08-05T19:30:09.569Z | Compiling oxide-update-engine v0.1.2 |
| 2563 | 2026-08-05T19:30:09.573Z | Compiling nom v7.1.3 |
| 2564 | 2026-08-05T19:30:09.573Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2565 | 2026-08-05T19:30:09.630Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2566 | 2026-08-05T19:30:09.653Z | Compiling parse-display v0.10.0 |
| 2567 | 2026-08-05T19:30:09.712Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2568 | 2026-08-05T19:30:09.739Z | Compiling hickory-proto v0.24.4 |
| 2569 | 2026-08-05T19:30:10.188Z | Compiling regress v0.10.5 |
| 2570 | 2026-08-05T19:30:10.355Z | Compiling itertools v0.14.0 |
| 2571 | 2026-08-05T19:30:10.850Z | Compiling macaddr v1.0.1 |
| 2572 | 2026-08-05T19:30:10.893Z | Compiling humantime v2.3.0 |
| 2573 | 2026-08-05T19:30:10.973Z | Compiling unicode-xid v0.2.6 |
| 2574 | 2026-08-05T19:30:11.193Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2575 | 2026-08-05T19:30:11.237Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2576 | 2026-08-05T19:30:11.306Z | Compiling convert_case v0.10.0 |
| 2577 | 2026-08-05T19:30:11.534Z | Compiling owo-colors v4.3.0 |
| 2578 | 2026-08-05T19:30:11.572Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2579 | 2026-08-05T19:30:11.611Z | Compiling derive_more-impl v2.1.1 |
| 2580 | 2026-08-05T19:30:11.693Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2581 | 2026-08-05T19:30:11.768Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2582 | 2026-08-05T19:30:11.967Z | Compiling toml v0.8.23 |
| 2583 | 2026-08-05T19:30:12.016Z | Compiling typify-macro v0.6.2 |
| 2584 | 2026-08-05T19:30:12.203Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2585 | 2026-08-05T19:30:12.327Z | Compiling hickory-resolver v0.24.4 |
| 2586 | 2026-08-05T19:30:12.374Z | Compiling papergrid v0.11.0 |
| 2587 | 2026-08-05T19:30:12.406Z | Compiling derive_more v2.1.1 |
| 2588 | 2026-08-05T19:30:12.534Z | Compiling tabled_derive v0.7.0 |
| 2589 | 2026-08-05T19:30:12.554Z | Compiling termtree v0.5.1 |
| 2590 | 2026-08-05T19:30:12.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2591 | 2026-08-05T19:30:12.981Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2592 | 2026-08-05T19:30:13.123Z | Compiling crossterm v0.29.0 |
| 2593 | 2026-08-05T19:30:13.480Z | Compiling tabled v0.15.0 |
| 2594 | 2026-08-05T19:30:13.589Z | Compiling qorb v0.4.1 |
| 2595 | 2026-08-05T19:30:13.644Z | Compiling typify v0.6.2 |
| 2596 | 2026-08-05T19:30:13.932Z | Compiling progenitor-impl v0.14.0 |
| 2597 | 2026-08-05T19:30:14.615Z | Compiling phf_shared v0.12.1 |
| 2598 | 2026-08-05T19:30:14.871Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2599 | 2026-08-05T19:30:15.399Z | Compiling csv-core v0.1.13 |
| 2600 | 2026-08-05T19:30:15.823Z | Compiling vte v0.14.1 |
| 2601 | 2026-08-05T19:30:15.964Z | Compiling highway v1.3.0 |
| 2602 | 2026-08-05T19:30:16.081Z | Compiling chrono-tz v0.10.4 |
| 2603 | 2026-08-05T19:30:16.103Z | Compiling progenitor-macro v0.14.0 |
| 2604 | 2026-08-05T19:30:16.716Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2605 | 2026-08-05T19:30:17.380Z | Compiling strip-ansi-escapes v0.2.1 |
| 2606 | 2026-08-05T19:30:17.547Z | Compiling csv v1.4.0 |
| 2607 | 2026-08-05T19:30:17.570Z | Compiling phf v0.12.1 |
| 2608 | 2026-08-05T19:30:17.775Z | Compiling const_format_proc_macros v0.2.34 |
| 2609 | 2026-08-05T19:30:17.846Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2610 | 2026-08-05T19:30:17.943Z | Compiling fd-lock v4.0.4 |
| 2611 | 2026-08-05T19:30:17.961Z | Compiling peg-macros v0.8.5 |
| 2612 | 2026-08-05T19:30:18.115Z | Compiling nu-ansi-term v0.50.3 |
| 2613 | 2026-08-05T19:30:18.467Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2614 | 2026-08-05T19:30:18.494Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2615 | 2026-08-05T19:30:18.688Z | Compiling const_format v0.2.35 |
| 2616 | 2026-08-05T19:30:18.986Z | Compiling reedline v0.40.0 |
| 2617 | 2026-08-05T19:30:19.181Z | Compiling peg v0.8.5 |
| 2618 | 2026-08-05T19:30:19.237Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2619 | 2026-08-05T19:30:19.917Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2620 | 2026-08-05T19:30:20.261Z | Compiling progenitor v0.14.0 |
| 2621 | 2026-08-05T19:30:20.467Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2622 | 2026-08-05T19:30:20.594Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2623 | 2026-08-05T19:30:20.598Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2624 | 2026-08-05T19:30:20.678Z | Compiling bcs v0.1.6 |
| 2625 | 2026-08-05T19:30:21.146Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2626 | 2026-08-05T19:30:21.455Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2627 | 2026-08-05T19:30:21.502Z | Compiling nom v8.0.0 |
| 2628 | 2026-08-05T19:30:22.133Z | Compiling semver v0.1.20 |
| 2629 | 2026-08-05T19:30:22.438Z | Compiling rustc_version v0.1.7 |
| 2630 | 2026-08-05T19:30:22.491Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2631 | 2026-08-05T19:30:22.675Z | Compiling newtype_derive v0.1.6 |
| 2632 | 2026-08-05T19:30:22.756Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2633 | 2026-08-05T19:30:22.788Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2634 | 2026-08-05T19:30:22.894Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2635 | 2026-08-05T19:30:22.916Z | Compiling smawk v0.3.2 |
| 2636 | 2026-08-05T19:30:23.115Z | Compiling unicode-linebreak v0.1.5 |
| 2637 | 2026-08-05T19:30:23.384Z | Compiling textwrap v0.16.2 |
| 2638 | 2026-08-05T19:30:23.535Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2639 | 2026-08-05T19:30:24.067Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2640 | 2026-08-05T19:30:24.216Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2641 | 2026-08-05T19:30:24.269Z | Compiling steno v0.4.1 |
| 2642 | 2026-08-05T19:30:24.912Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2643 | 2026-08-05T19:30:24.933Z | Compiling sha1 v0.10.6 |
| 2644 | 2026-08-05T19:30:25.380Z | Compiling utf-8 v0.7.6 |
| 2645 | 2026-08-05T19:30:25.495Z | Compiling tagptr v0.2.0 |
| 2646 | 2026-08-05T19:30:25.622Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2647 | 2026-08-05T19:30:25.690Z | Compiling moka v0.12.13 |
| 2648 | 2026-08-05T19:30:25.762Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2649 | 2026-08-05T19:30:25.876Z | Compiling tungstenite v0.21.0 |
| 2650 | 2026-08-05T19:30:25.998Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2651 | 2026-08-05T19:30:26.121Z | Compiling darling_core v0.21.3 |
| 2652 | 2026-08-05T19:30:26.268Z | Compiling display-error-chain v0.2.2 |
| 2653 | 2026-08-05T19:30:26.450Z | Compiling vergen-lib v0.1.6 |
| 2654 | 2026-08-05T19:30:26.680Z | Compiling tokio-tungstenite v0.21.0 |
| 2655 | 2026-08-05T19:30:27.001Z | Compiling hickory-resolver v0.25.2 |
| 2656 | 2026-08-05T19:30:27.220Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2657 | 2026-08-05T19:30:28.024Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2658 | 2026-08-05T19:30:28.353Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2659 | 2026-08-05T19:30:28.430Z | Compiling darling_macro v0.21.3 |
| 2660 | 2026-08-05T19:30:28.663Z | Compiling diesel_derives v2.3.7 |
| 2661 | 2026-08-05T19:30:28.922Z | Compiling proc-macro-error2 v2.0.1 |
| 2662 | 2026-08-05T19:30:28.956Z | Compiling darling v0.21.3 |
| 2663 | 2026-08-05T19:30:29.067Z | Compiling dsl_auto_type v0.2.0 |
| 2664 | 2026-08-05T19:30:29.236Z | Compiling libscf-sys v1.2.0 |
| 2665 | 2026-08-05T19:30:29.300Z | Compiling scheduled-thread-pool v0.2.7 |
| 2666 | 2026-08-05T19:30:29.373Z | Compiling vergen-gitcl v1.0.8 |
| 2667 | 2026-08-05T19:30:29.416Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2668 | 2026-08-05T19:30:29.470Z | Compiling dirs-sys-next v0.1.2 |
| 2669 | 2026-08-05T19:30:29.508Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2670 | 2026-08-05T19:30:29.617Z | Compiling maplit v1.0.2 |
| 2671 | 2026-08-05T19:30:29.639Z | Compiling glob v0.3.3 |
| 2672 | 2026-08-05T19:30:29.642Z | Compiling crunchy v0.2.4 |
| 2673 | 2026-08-05T19:30:29.733Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2674 | 2026-08-05T19:30:29.754Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2675 | 2026-08-05T19:30:29.917Z | Compiling dirs-next v2.0.0 |
| 2676 | 2026-08-05T19:30:29.972Z | Compiling r2d2 v0.8.10 |
| 2677 | 2026-08-05T19:30:30.016Z | Compiling clang-sys v1.8.1 |
| 2678 | 2026-08-05T19:30:30.067Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2679 | 2026-08-05T19:30:30.259Z | Compiling tabled_derive v0.11.0 |
| 2680 | 2026-08-05T19:30:30.743Z | Compiling papergrid v0.17.0 |
| 2681 | 2026-08-05T19:30:30.764Z | Compiling testing_table v0.3.0 |
| 2682 | 2026-08-05T19:30:31.044Z | Compiling downcast-rs v2.0.2 |
| 2683 | 2026-08-05T19:30:31.181Z | Compiling tiny-keccak v2.0.2 |
| 2684 | 2026-08-05T19:30:31.468Z | Compiling term v0.7.0 |
| 2685 | 2026-08-05T19:30:31.851Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2686 | 2026-08-05T19:30:31.932Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2687 | 2026-08-05T19:30:31.976Z | Compiling tabled v0.20.0 |
| 2688 | 2026-08-05T19:30:32.044Z | Compiling bit-vec v0.6.3 |
| 2689 | 2026-08-05T19:30:32.248Z | Compiling bit-set v0.5.3 |
| 2690 | 2026-08-05T19:30:32.453Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2691 | 2026-08-05T19:30:32.512Z | Compiling ascii-canvas v3.0.0 |
| 2692 | 2026-08-05T19:30:32.535Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2693 | 2026-08-05T19:30:32.770Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2694 | 2026-08-05T19:30:32.827Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2695 | 2026-08-05T19:30:32.996Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2696 | 2026-08-05T19:30:33.213Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2697 | 2026-08-05T19:30:33.304Z | Compiling itertools v0.10.5 |
| 2698 | 2026-08-05T19:30:33.361Z | Compiling ena v0.14.4 |
| 2699 | 2026-08-05T19:30:33.391Z | Compiling libloading v0.8.9 |
| 2700 | 2026-08-05T19:30:33.613Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2701 | 2026-08-05T19:30:33.644Z | Compiling diff v0.1.13 |
| 2702 | 2026-08-05T19:30:33.672Z | Compiling unicase v2.9.0 |
| 2703 | 2026-08-05T19:30:33.812Z | Compiling regex-syntax v0.6.29 |
| 2704 | 2026-08-05T19:30:33.900Z | Compiling xshell-macros v0.2.7 |
| 2705 | 2026-08-05T19:30:33.976Z | Compiling bindgen v0.71.1 |
| 2706 | 2026-08-05T19:30:34.307Z | Compiling xshell v0.2.7 |
| 2707 | 2026-08-05T19:30:34.562Z | Compiling diesel v2.3.7 |
| 2708 | 2026-08-05T19:30:34.863Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2709 | 2026-08-05T19:30:35.565Z | Compiling lalrpop v0.19.12 |
| 2710 | 2026-08-05T19:30:35.682Z | Compiling cexpr v0.6.0 |
| 2711 | 2026-08-05T19:30:35.863Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2712 | 2026-08-05T19:30:36.083Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2713 | 2026-08-05T19:30:36.364Z | Compiling crc8 v0.1.1 |
| 2714 | 2026-08-05T19:30:36.386Z | Compiling rustc-hash v2.1.1 |
| 2715 | 2026-08-05T19:30:36.550Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2716 | 2026-08-05T19:30:36.762Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2717 | 2026-08-05T19:30:36.918Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2718 | 2026-08-05T19:30:37.124Z | Compiling headers-core v0.3.0 |
| 2719 | 2026-08-05T19:30:37.282Z | Compiling libxml v0.3.3 |
| 2720 | 2026-08-05T19:30:37.395Z | Compiling headers v0.4.1 |
| 2721 | 2026-08-05T19:30:37.428Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2722 | 2026-08-05T19:30:37.632Z | Compiling strum_macros v0.24.3 |
| 2723 | 2026-08-05T19:30:37.665Z | Compiling indoc v1.0.9 |
| 2724 | 2026-08-05T19:30:37.957Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2725 | 2026-08-05T19:30:38.103Z | Compiling derive_builder v0.20.2 |
| 2726 | 2026-08-05T19:30:38.170Z | Compiling quick-xml v0.37.5 |
| 2727 | 2026-08-05T19:30:38.276Z | Compiling oso-derive v0.27.3 |
| 2728 | 2026-08-05T19:30:38.785Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2729 | 2026-08-05T19:30:38.868Z | Compiling openssl-probe v0.1.6 |
| 2730 | 2026-08-05T19:30:39.008Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2731 | 2026-08-05T19:30:39.128Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2732 | 2026-08-05T19:30:39.170Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2733 | 2026-08-05T19:30:39.299Z | Compiling bb8 v0.8.6 |
| 2734 | 2026-08-05T19:30:39.344Z | Compiling trait-variant v0.1.2 |
| 2735 | 2026-08-05T19:30:39.616Z | Compiling half v1.8.3 |
| 2736 | 2026-08-05T19:30:39.710Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2737 | 2026-08-05T19:30:39.732Z | Compiling progenitor-impl v0.13.0 |
| 2738 | 2026-08-05T19:30:39.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2739 | 2026-08-05T19:30:39.899Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2740 | 2026-08-05T19:30:40.024Z | Compiling serde_cbor v0.11.2 |
| 2741 | 2026-08-05T19:30:40.090Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2742 | 2026-08-05T19:30:40.850Z | Compiling progenitor-client v0.13.0 |
| 2743 | 2026-08-05T19:30:40.895Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2744 | 2026-08-05T19:30:40.965Z | Compiling nonempty v0.12.0 |
| 2745 | 2026-08-05T19:30:41.004Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2746 | 2026-08-05T19:30:41.200Z | Compiling samael v0.0.19 |
| 2747 | 2026-08-05T19:30:41.233Z | Compiling fxhash v0.2.1 |
| 2748 | 2026-08-05T19:30:41.260Z | Compiling libz-sys v1.1.24 |
| 2749 | 2026-08-05T19:30:41.381Z | Compiling salty v0.3.0 |
| 2750 | 2026-08-05T19:30:41.737Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2751 | 2026-08-05T19:30:41.762Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2752 | 2026-08-05T19:30:41.783Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2753 | 2026-08-05T19:30:41.903Z | Compiling progenitor-macro v0.13.0 |
| 2754 | 2026-08-05T19:30:42.136Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2755 | 2026-08-05T19:30:42.269Z | Compiling kstat-rs v0.2.4 |
| 2756 | 2026-08-05T19:30:42.619Z | Compiling mime_guess v2.0.5 |
| 2757 | 2026-08-05T19:30:42.718Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2758 | 2026-08-05T19:30:43.017Z | Compiling polar-core v0.27.3 |
| 2759 | 2026-08-05T19:30:43.097Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2760 | 2026-08-05T19:30:44.023Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2761 | 2026-08-05T19:30:45.964Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2762 | 2026-08-05T19:30:45.999Z | Compiling progenitor v0.13.0 |
| 2763 | 2026-08-05T19:30:46.127Z | Compiling rfc6979 v0.4.0 |
| 2764 | 2026-08-05T19:30:46.165Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2765 | 2026-08-05T19:30:46.196Z | Compiling nanorand v0.7.0 |
| 2766 | 2026-08-05T19:30:46.345Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2767 | 2026-08-05T19:30:46.598Z | Compiling parking_lot_core v0.8.6 |
| 2768 | 2026-08-05T19:30:46.707Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2769 | 2026-08-05T19:30:46.912Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2770 | 2026-08-05T19:30:47.045Z | Compiling flume v0.11.1 |
| 2771 | 2026-08-05T19:30:47.441Z | Compiling ecdsa v0.16.9 |
| 2772 | 2026-08-05T19:30:47.943Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2773 | 2026-08-05T19:30:48.171Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2774 | 2026-08-05T19:30:48.253Z | Compiling primeorder v0.13.6 |
| 2775 | 2026-08-05T19:30:48.568Z | Compiling git-stub v1.0.0 |
| 2776 | 2026-08-05T19:30:48.841Z | Compiling instability v0.3.11 |
| 2777 | 2026-08-05T19:30:49.073Z | Compiling strsim v0.10.0 |
| 2778 | 2026-08-05T19:30:49.131Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2779 | 2026-08-05T19:30:49.363Z | Compiling http-range v0.1.5 |
| 2780 | 2026-08-05T19:30:49.387Z | Compiling darling_core v0.13.4 |
| 2781 | 2026-08-05T19:30:49.462Z | Compiling git-stub-vcs v0.1.0 |
| 2782 | 2026-08-05T19:30:49.704Z | Compiling p384 v0.13.1 |
| 2783 | 2026-08-05T19:30:49.864Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2784 | 2026-08-05T19:30:50.637Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2785 | 2026-08-05T19:30:51.028Z | Compiling ignore v0.4.25 |
| 2786 | 2026-08-05T19:30:51.033Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2787 | 2026-08-05T19:30:51.324Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-08-05T19:30:52.817Z | Compiling oso v0.27.3 |
| 2789 | 2026-08-05T19:30:54.084Z | Compiling async-bb8-diesel v0.2.1 |
| 2790 | 2026-08-05T19:30:54.531Z | Compiling diesel-dtrace v0.5.0 |
| 2791 | 2026-08-05T19:30:54.858Z | Compiling castaway v0.2.4 |
| 2792 | 2026-08-05T19:30:55.023Z | Compiling vergen-git2 v9.1.0 |
| 2793 | 2026-08-05T19:30:55.262Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2794 | 2026-08-05T19:30:55.322Z | Compiling indoc v2.0.7 |
| 2795 | 2026-08-05T19:30:55.374Z | Compiling compact_str v0.8.1 |
| 2796 | 2026-08-05T19:30:55.406Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2797 | 2026-08-05T19:30:55.449Z | Compiling globwalk v0.9.1 |
| 2798 | 2026-08-05T19:30:55.560Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2799 | 2026-08-05T19:30:55.907Z | Compiling darling_macro v0.13.4 |
| 2800 | 2026-08-05T19:30:56.091Z | Compiling parking_lot v0.11.2 |
| 2801 | 2026-08-05T19:30:56.424Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2802 | 2026-08-05T19:30:56.494Z | Compiling hyper-staticfile v0.10.1 |
| 2803 | 2026-08-05T19:30:56.530Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2804 | 2026-08-05T19:30:56.997Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2805 | 2026-08-05T19:30:57.117Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2806 | 2026-08-05T19:30:57.335Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2807 | 2026-08-05T19:30:57.625Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2808 | 2026-08-05T19:30:57.659Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2809 | 2026-08-05T19:30:58.039Z | Compiling predicates-tree v1.0.13 |
| 2810 | 2026-08-05T19:30:58.156Z | Compiling unicode-truncate v1.1.0 |
| 2811 | 2026-08-05T19:30:58.365Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2812 | 2026-08-05T19:30:58.452Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2813 | 2026-08-05T19:30:58.588Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2814 | 2026-08-05T19:30:59.363Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2815 | 2026-08-05T19:30:59.457Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2816 | 2026-08-05T19:30:59.621Z | Compiling lru v0.12.5 |
| 2817 | 2026-08-05T19:30:59.853Z | Compiling digest-io v0.1.0 |
| 2818 | 2026-08-05T19:31:00.028Z | Compiling sha2 v0.11.0 |
| 2819 | 2026-08-05T19:31:00.694Z | Compiling prefix-trie v0.7.0 |
| 2820 | 2026-08-05T19:31:01.101Z | Compiling rand_seeder v0.4.0 |
| 2821 | 2026-08-05T19:31:01.193Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2822 | 2026-08-05T19:31:01.355Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2823 | 2026-08-05T19:31:01.613Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2824 | 2026-08-05T19:31:01.642Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2825 | 2026-08-05T19:31:01.688Z | Compiling corncobs v0.1.4 |
| 2826 | 2026-08-05T19:31:01.883Z | Compiling cassowary v0.3.0 |
| 2827 | 2026-08-05T19:31:01.944Z | Compiling rawzip v0.4.4 |
| 2828 | 2026-08-05T19:31:02.498Z | Compiling ratatui v0.29.0 |
| 2829 | 2026-08-05T19:31:03.012Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2830 | 2026-08-05T19:31:03.158Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2831 | 2026-08-05T19:31:03.454Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2832 | 2026-08-05T19:31:03.665Z | Compiling hickory-server v0.25.2 |
| 2833 | 2026-08-05T19:31:03.847Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2834 | 2026-08-05T19:31:05.790Z | Compiling camino-tempfile-ext v0.3.3 |
| 2835 | 2026-08-05T19:31:05.917Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2836 | 2026-08-05T19:31:07.270Z | Compiling darling v0.13.4 |
| 2837 | 2026-08-05T19:31:07.384Z | Compiling sled v0.34.7 |
| 2838 | 2026-08-05T19:31:07.408Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2839 | 2026-08-05T19:31:07.815Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2840 | 2026-08-05T19:31:08.378Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2841 | 2026-08-05T19:31:08.399Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2842 | 2026-08-05T19:31:08.627Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2843 | 2026-08-05T19:31:08.699Z | Compiling secrecy v0.8.0 |
| 2844 | 2026-08-05T19:31:08.767Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2845 | 2026-08-05T19:31:08.908Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2846 | 2026-08-05T19:31:09.066Z | Compiling serde_with_macros v1.5.2 |
| 2847 | 2026-08-05T19:31:10.354Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2848 | 2026-08-05T19:31:10.929Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2849 | 2026-08-05T19:31:11.081Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2850 | 2026-08-05T19:31:11.647Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2851 | 2026-08-05T19:31:12.268Z | Compiling git2 v0.20.4 |
| 2852 | 2026-08-05T19:31:13.030Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2853 | 2026-08-05T19:31:13.536Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2854 | 2026-08-05T19:31:13.700Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2855 | 2026-08-05T19:31:13.799Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2856 | 2026-08-05T19:31:13.919Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2857 | 2026-08-05T19:31:14.023Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2858 | 2026-08-05T19:31:14.139Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2859 | 2026-08-05T19:31:14.248Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2860 | 2026-08-05T19:31:14.269Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2861 | 2026-08-05T19:31:14.375Z | Compiling arc-swap v1.8.2 |
| 2862 | 2026-08-05T19:31:14.497Z | Compiling void v1.0.2 |
| 2863 | 2026-08-05T19:31:14.645Z | Compiling slog-scope v4.4.1 |
| 2864 | 2026-08-05T19:31:14.761Z | Compiling lzss v0.8.2 |
| 2865 | 2026-08-05T19:31:14.913Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2866 | 2026-08-05T19:31:15.138Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2867 | 2026-08-05T19:31:15.162Z | Compiling illumos-nvpair v0.3.0 |
| 2868 | 2026-08-05T19:31:15.296Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2869 | 2026-08-05T19:31:15.671Z | Compiling serde_with v1.14.0 |
| 2870 | 2026-08-05T19:31:16.868Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2871 | 2026-08-05T19:31:18.033Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2872 | 2026-08-05T19:31:18.444Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2873 | 2026-08-05T19:31:19.191Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2874 | 2026-08-05T19:31:19.867Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2875 | 2026-08-05T19:31:20.282Z | Compiling tungstenite v0.23.0 |
| 2876 | 2026-08-05T19:31:20.547Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2877 | 2026-08-05T19:31:21.209Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2878 | 2026-08-05T19:31:22.034Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2879 | 2026-08-05T19:31:22.257Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2880 | 2026-08-05T19:31:22.482Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2881 | 2026-08-05T19:31:22.524Z | Compiling nix v0.27.1 |
| 2882 | 2026-08-05T19:31:22.545Z | Compiling twox-hash v2.1.2 |
| 2883 | 2026-08-05T19:31:22.733Z | Compiling libsw-core v0.3.2 |
| 2884 | 2026-08-05T19:31:22.953Z | Compiling atty v0.2.14 |
| 2885 | 2026-08-05T19:31:23.053Z | Compiling serde_bytes v0.11.19 |
| 2886 | 2026-08-05T19:31:23.107Z | Compiling libsw v3.5.0 |
| 2887 | 2026-08-05T19:31:23.248Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2888 | 2026-08-05T19:31:23.326Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2889 | 2026-08-05T19:31:23.406Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2890 | 2026-08-05T19:31:23.670Z | Compiling tokio-tungstenite v0.23.1 |
| 2891 | 2026-08-05T19:31:24.045Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2892 | 2026-08-05T19:31:24.279Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2893 | 2026-08-05T19:31:24.940Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2894 | 2026-08-05T19:31:25.167Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2895 | 2026-08-05T19:31:26.522Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2896 | 2026-08-05T19:31:26.612Z | Compiling slog-stdlog v4.1.1 |
| 2897 | 2026-08-05T19:31:27.002Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2898 | 2026-08-05T19:31:27.144Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2899 | 2026-08-05T19:31:27.187Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2900 | 2026-08-05T19:31:27.275Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2901 | 2026-08-05T19:31:27.493Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2902 | 2026-08-05T19:31:27.566Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2903 | 2026-08-05T19:31:27.597Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2904 | 2026-08-05T19:31:28.530Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2905 | 2026-08-05T19:31:29.191Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2906 | 2026-08-05T19:31:29.214Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2907 | 2026-08-05T19:31:32.387Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2908 | 2026-08-05T19:31:32.996Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2909 | 2026-08-05T19:31:33.338Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2910 | 2026-08-05T19:31:34.149Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2911 | 2026-08-05T19:31:34.205Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2912 | 2026-08-05T19:31:34.274Z | Compiling signal-hook-tokio v0.3.1 |
| 2913 | 2026-08-05T19:31:34.430Z | Compiling fatfs v0.3.6 |
| 2914 | 2026-08-05T19:31:34.474Z | Compiling yasna v0.5.2 |
| 2915 | 2026-08-05T19:31:34.627Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2916 | 2026-08-05T19:31:34.985Z | Compiling assert_matches v1.5.0 |
| 2917 | 2026-08-05T19:31:35.104Z | Compiling is_ci v1.2.0 |
| 2918 | 2026-08-05T19:31:35.312Z | Compiling seq-macro v0.3.6 |
| 2919 | 2026-08-05T19:31:35.648Z | Compiling supports-color v3.0.2 |
| 2920 | 2026-08-05T19:31:35.802Z | Compiling rcgen v0.12.1 |
| 2921 | 2026-08-05T19:31:35.939Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2922 | 2026-08-05T19:31:36.446Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2923 | 2026-08-05T19:31:36.568Z | Compiling slog-envlogger v2.2.0 |
| 2924 | 2026-08-05T19:31:37.518Z | Compiling oxide-update-engine-display v0.1.2 |
| 2925 | 2026-08-05T19:31:37.720Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2926 | 2026-08-05T19:31:38.329Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2927 | 2026-08-05T19:31:38.450Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2928 | 2026-08-05T19:31:38.692Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2929 | 2026-08-05T19:31:38.934Z | Compiling port-file v0.1.0 |
| 2930 | 2026-08-05T19:31:39.280Z | Compiling subprocess v0.2.15 |
| 2931 | 2026-08-05T19:31:40.164Z | Compiling rtoolbox v0.0.3 |
| 2932 | 2026-08-05T19:31:40.444Z | Compiling rpassword v7.5.4 |
| 2933 | 2026-08-05T19:31:42.045Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2934 | 2026-08-05T19:31:42.071Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2935 | 2026-08-05T19:31:42.255Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2936 | 2026-08-05T19:31:42.420Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2937 | 2026-08-05T19:31:44.722Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2938 | 2026-08-05T19:31:44.764Z | Compiling tui-tree-widget v0.23.1 |
| 2939 | 2026-08-05T19:31:45.064Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2940 | 2026-08-05T19:31:46.391Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2941 | 2026-08-05T19:31:46.708Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2942 | 2026-08-05T19:31:47.635Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2943 | 2026-08-05T19:31:47.780Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2944 | 2026-08-05T19:31:48.070Z | Compiling uzers v0.12.2 |
| 2945 | 2026-08-05T19:31:48.143Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2946 | 2026-08-05T19:31:48.930Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2947 | 2026-08-05T19:31:49.518Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2948 | 2026-08-05T19:31:50.840Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2949 | 2026-08-05T19:31:51.763Z | Compiling support-bundle-viewer v0.1.2 |
| 2950 | 2026-08-05T19:31:53.035Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2951 | 2026-08-05T19:31:53.623Z | Compiling multimap v0.10.1 |
| 2952 | 2026-08-05T19:32:02.255Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2953 | 2026-08-05T19:32:06.553Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2954 | 2026-08-05T19:32:07.104Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2955 | 2026-08-05T19:32:11.799Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2956 | 2026-08-05T19:32:14.181Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2957 | 2026-08-05T19:42:33.571Z | Finished `release` profile [optimized] target(s) in 12m 28s |
| 2958 | 2026-08-05T19:42:33.575Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2959 | 2026-08-05T19:42:33.575Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2960 | 2026-08-05T19:43:26.221Z | |
| 2961 | 2026-08-05T19:43:26.224Z | real 13:21.808951282 |
| 2962 | 2026-08-05T19:43:26.224Z | user 1:23:31.643555016 |
| 2963 | 2026-08-05T19:43:26.225Z | sys 3:40.825285692 |
| 2964 | 2026-08-05T19:43:26.225Z | trap 1.808576278 |
| 2965 | 2026-08-05T19:43:26.225Z | tflt 3.680065810 |
| 2966 | 2026-08-05T19:43:26.225Z | dflt 20.804848099 |
| 2967 | 2026-08-05T19:43:26.225Z | kflt 0.101907695 |
| 2968 | 2026-08-05T19:43:26.225Z | lock 9:39:06.326731094 |
| 2969 | 2026-08-05T19:43:26.225Z | slp 2:26:17.314338055 |
| 2970 | 2026-08-05T19:43:26.225Z | lat 2:22.530448151 |
| 2971 | 2026-08-05T19:43:26.225Z | stop 5:28.754536725 |
| 2972 | 2026-08-05T19:43:26.225Z | + mapfile -t packages |
| 2973 | 2026-08-05T19:43:26.225Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2974 | 2026-08-05T19:43:27.196Z | Finished `release` profile [optimized] target(s) in 0.96s |
| 2975 | 2026-08-05T19:43:27.273Z | Running `target/release/omicron-package -t test list-outputs` |
| 2976 | 2026-08-05T19:43:27.332Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2977 | 2026-08-05T19:43:27.336Z | + ptime -m cargo build --locked --release -p xtask |
| 2978 | 2026-08-05T19:43:27.823Z | Compiling libc v0.2.185 |
| 2979 | 2026-08-05T19:43:27.824Z | Compiling serde_core v1.0.228 |
| 2980 | 2026-08-05T19:43:27.824Z | Compiling serde v1.0.228 |
| 2981 | 2026-08-05T19:43:27.827Z | Compiling rustix v1.1.3 |
| 2982 | 2026-08-05T19:43:27.827Z | Compiling bitflags v2.11.0 |
| 2983 | 2026-08-05T19:43:27.827Z | Compiling serde_json v1.0.151 |
| 2984 | 2026-08-05T19:43:27.827Z | Compiling usdt-impl v0.5.0 |
| 2985 | 2026-08-05T19:43:27.924Z | Compiling syn v2.0.117 |
| 2986 | 2026-08-05T19:43:27.943Z | Compiling syn v1.0.109 |
| 2987 | 2026-08-05T19:43:28.021Z | Compiling log v0.4.29 |
| 2988 | 2026-08-05T19:43:28.025Z | Compiling getrandom v0.4.1 |
| 2989 | 2026-08-05T19:43:28.044Z | Compiling indexmap v2.14.0 |
| 2990 | 2026-08-05T19:43:28.059Z | Compiling fs-err v3.3.0 |
| 2991 | 2026-08-05T19:43:28.239Z | Compiling heck v0.4.1 |
| 2992 | 2026-08-05T19:43:28.256Z | Compiling once_cell v1.21.3 |
| 2993 | 2026-08-05T19:43:28.270Z | Compiling anyhow v1.0.102 |
| 2994 | 2026-08-05T19:43:28.661Z | Compiling thread-id v4.2.2 |
| 2995 | 2026-08-05T19:43:28.699Z | Compiling errno v0.3.14 |
| 2996 | 2026-08-05T19:43:28.702Z | Compiling memmap v0.7.0 |
| 2997 | 2026-08-05T19:43:29.422Z | Compiling proc-macro-error v1.0.4 |
| 2998 | 2026-08-05T19:43:29.680Z | Compiling tabled_derive v0.7.0 |
| 2999 | 2026-08-05T19:43:29.690Z | Compiling terminal_size v0.4.3 |
| 3000 | 2026-08-05T19:43:29.693Z | Compiling tempfile v3.25.0 |
| 3001 | 2026-08-05T19:43:29.790Z | Compiling clap_builder v4.6.0 |
| 3002 | 2026-08-05T19:43:29.790Z | Compiling textwrap v0.16.2 |
| 3003 | 2026-08-05T19:43:30.016Z | Compiling camino v1.2.2 |
| 3004 | 2026-08-05T19:43:30.016Z | Compiling cargo-platform v0.3.2 |
| 3005 | 2026-08-05T19:43:30.020Z | Compiling semver v1.0.28 |
| 3006 | 2026-08-05T19:43:30.131Z | Compiling pest_generator v2.8.6 |
| 3007 | 2026-08-05T19:43:30.347Z | Compiling camino-tempfile v1.4.1 |
| 3008 | 2026-08-05T19:43:30.393Z | Compiling tabled v0.15.0 |
| 3009 | 2026-08-05T19:43:30.685Z | Compiling serde_derive v1.0.228 |
| 3010 | 2026-08-05T19:43:30.685Z | Compiling thiserror-impl v1.0.69 |
| 3011 | 2026-08-05T19:43:30.688Z | Compiling zerocopy-derive v0.7.35 |
| 3012 | 2026-08-05T19:43:30.689Z | Compiling pest_derive v2.8.6 |
| 3013 | 2026-08-05T19:43:30.689Z | Compiling scroll_derive v0.12.1 |
| 3014 | 2026-08-05T19:43:30.689Z | Compiling thiserror-impl v2.0.18 |
| 3015 | 2026-08-05T19:43:30.689Z | Compiling clap_derive v4.6.1 |
| 3016 | 2026-08-05T19:43:31.361Z | Compiling scroll v0.12.0 |
| 3017 | 2026-08-05T19:43:31.512Z | Compiling zerocopy v0.7.35 |
| 3018 | 2026-08-05T19:43:31.610Z | Compiling goblin v0.8.2 |
| 3019 | 2026-08-05T19:43:31.813Z | Compiling thiserror v1.0.69 |
| 3020 | 2026-08-05T19:43:31.931Z | Compiling dtrace-parser v0.2.0 |
| 3021 | 2026-08-05T19:43:32.111Z | Compiling thiserror v2.0.18 |
| 3022 | 2026-08-05T19:43:32.146Z | Compiling clap v4.6.1 |
| 3023 | 2026-08-05T19:43:33.840Z | Compiling toml_datetime v0.6.11 |
| 3024 | 2026-08-05T19:43:33.924Z | Compiling dof v0.3.0 |
| 3025 | 2026-08-05T19:43:33.952Z | Compiling serde_tokenstream v0.2.3 |
| 3026 | 2026-08-05T19:43:33.964Z | Compiling serde_spanned v0.6.9 |
| 3027 | 2026-08-05T19:43:34.105Z | Compiling toml_edit v0.22.27 |
| 3028 | 2026-08-05T19:43:34.121Z | Compiling macaddr v1.0.1 |
| 3029 | 2026-08-05T19:43:34.136Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3030 | 2026-08-05T19:43:34.203Z | Compiling cargo_metadata v0.23.1 |
| 3031 | 2026-08-05T19:43:34.615Z | Compiling usdt-attr-macro v0.5.0 |
| 3032 | 2026-08-05T19:43:34.615Z | Compiling usdt-macro v0.5.0 |
| 3033 | 2026-08-05T19:43:35.275Z | Compiling usdt v0.5.0 |
| 3034 | 2026-08-05T19:43:35.647Z | Compiling toml v0.8.23 |
| 3035 | 2026-08-05T19:43:36.076Z | Compiling cargo_toml v0.21.0 |
| 3036 | 2026-08-05T19:43:40.498Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3037 | 2026-08-05T19:43:43.723Z | Finished `release` profile [optimized] target(s) in 16.37s |
| 3038 | 2026-08-05T19:43:43.831Z | |
| 3039 | 2026-08-05T19:43:43.835Z | real 16.458466214 |
| 3040 | 2026-08-05T19:43:43.835Z | user 2:05.619349979 |
| 3041 | 2026-08-05T19:43:43.835Z | sys 13.719640225 |
| 3042 | 2026-08-05T19:43:43.835Z | trap 0.067549840 |
| 3043 | 2026-08-05T19:43:43.835Z | tflt 0.514926729 |
| 3044 | 2026-08-05T19:43:43.835Z | dflt 1.287687836 |
| 3045 | 2026-08-05T19:43:43.835Z | kflt 0.000051650 |
| 3046 | 2026-08-05T19:43:43.835Z | lock 4:48.347244747 |
| 3047 | 2026-08-05T19:43:43.835Z | slp 2:40.257940031 |
| 3048 | 2026-08-05T19:43:43.835Z | lat 4.009970506 |
| 3049 | 2026-08-05T19:43:43.835Z | stop 17.374862832 |
| 3050 | 2026-08-05T19:43:43.835Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3051 | 2026-08-05T19:43:43.835Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3052 | 2026-08-05T19:43:43.835Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3053 | 2026-08-05T19:43:43.835Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3054 | 2026-08-05T19:43:43.835Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3055 | 2026-08-05T19:43:44.772Z | Compiling progenitor-client v0.14.0 |
| 3056 | 2026-08-05T19:43:44.772Z | Compiling newtype-uuid-macros v0.1.0 |
| 3057 | 2026-08-05T19:43:44.772Z | Compiling match_cfg v0.1.0 |
| 3058 | 2026-08-05T19:43:44.772Z | Compiling slog-json v2.6.1 |
| 3059 | 2026-08-05T19:43:44.772Z | Compiling sha1 v0.11.0 |
| 3060 | 2026-08-05T19:43:44.772Z | Compiling multer v3.1.0 |
| 3061 | 2026-08-05T19:43:44.775Z | Compiling debug-ignore v1.0.5 |
| 3062 | 2026-08-05T19:43:44.775Z | Compiling compression-core v0.4.31 |
| 3063 | 2026-08-05T19:43:44.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3064 | 2026-08-05T19:43:44.955Z | Compiling async-stream-impl v0.3.6 |
| 3065 | 2026-08-05T19:43:44.959Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3066 | 2026-08-05T19:43:44.959Z | Compiling serde_spanned v1.1.1 |
| 3067 | 2026-08-05T19:43:44.959Z | Compiling dropshot v0.17.1 |
| 3068 | 2026-08-05T19:43:44.959Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3069 | 2026-08-05T19:43:44.959Z | Compiling waitgroup v0.1.2 |
| 3070 | 2026-08-05T19:43:44.959Z | Compiling rustls-pemfile v2.2.0 |
| 3071 | 2026-08-05T19:43:45.127Z | Compiling compression-codecs v0.4.37 |
| 3072 | 2026-08-05T19:43:45.143Z | Compiling dropshot_endpoint v0.17.1 |
| 3073 | 2026-08-05T19:43:45.209Z | Compiling hostname v0.4.2 |
| 3074 | 2026-08-05T19:43:45.227Z | Compiling serde_path_to_error v0.1.20 |
| 3075 | 2026-08-05T19:43:45.243Z | Compiling atomicwrites v0.4.4 |
| 3076 | 2026-08-05T19:43:45.246Z | Compiling macaddr v1.0.1 |
| 3077 | 2026-08-05T19:43:45.295Z | Compiling hostname v0.3.1 |
| 3078 | 2026-08-05T19:43:45.332Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3079 | 2026-08-05T19:43:45.335Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3080 | 2026-08-05T19:43:45.335Z | Compiling async-compression v0.4.41 |
| 3081 | 2026-08-05T19:43:45.415Z | Compiling instant v0.1.13 |
| 3082 | 2026-08-05T19:43:45.451Z | Compiling slog-bunyan v2.5.0 |
| 3083 | 2026-08-05T19:43:45.495Z | Compiling itertools v0.14.0 |
| 3084 | 2026-08-05T19:43:45.498Z | Compiling regress v0.10.5 |
| 3085 | 2026-08-05T19:43:45.498Z | Compiling parse-display-derive v0.10.0 |
| 3086 | 2026-08-05T19:43:45.544Z | Compiling backon v1.6.0 |
| 3087 | 2026-08-05T19:43:45.544Z | Compiling backoff v0.4.0 |
| 3088 | 2026-08-05T19:43:45.581Z | Compiling humantime v2.3.0 |
| 3089 | 2026-08-05T19:43:45.621Z | Compiling half v2.7.1 |
| 3090 | 2026-08-05T19:43:45.624Z | Compiling crucible-workspace-hack v0.1.0 |
| 3091 | 2026-08-05T19:43:45.679Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3092 | 2026-08-05T19:43:45.707Z | Compiling ciborium-io v0.2.2 |
| 3093 | 2026-08-05T19:43:45.728Z | Compiling async-stream v0.3.6 |
| 3094 | 2026-08-05T19:43:45.777Z | Compiling progenitor-extras v0.2.0 |
| 3095 | 2026-08-05T19:43:45.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3096 | 2026-08-05T19:43:45.814Z | Compiling convert_case v0.4.0 |
| 3097 | 2026-08-05T19:43:45.830Z | Compiling regress v0.11.1 |
| 3098 | 2026-08-05T19:43:45.865Z | Compiling secrecy v0.10.3 |
| 3099 | 2026-08-05T19:43:45.903Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3100 | 2026-08-05T19:43:45.924Z | Compiling ciborium-ll v0.2.2 |
| 3101 | 2026-08-05T19:43:45.949Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3102 | 2026-08-05T19:43:45.969Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3103 | 2026-08-05T19:43:45.985Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3104 | 2026-08-05T19:43:46.006Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3105 | 2026-08-05T19:43:46.041Z | Compiling inout v0.1.4 |
| 3106 | 2026-08-05T19:43:46.058Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3107 | 2026-08-05T19:43:46.131Z | Compiling ciborium v0.2.2 |
| 3108 | 2026-08-05T19:43:46.166Z | Compiling universal-hash v0.5.1 |
| 3109 | 2026-08-05T19:43:46.184Z | Compiling cipher v0.4.4 |
| 3110 | 2026-08-05T19:43:46.204Z | Compiling derive_more v0.99.20 |
| 3111 | 2026-08-05T19:43:46.225Z | Compiling unsafe-libyaml v0.2.11 |
| 3112 | 2026-08-05T19:43:46.316Z | Compiling opaque-debug v0.3.1 |
| 3113 | 2026-08-05T19:43:46.334Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3114 | 2026-08-05T19:43:46.351Z | Compiling blake2 v0.10.6 |
| 3115 | 2026-08-05T19:43:46.402Z | Compiling chacha20 v0.9.1 |
| 3116 | 2026-08-05T19:43:46.461Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3117 | 2026-08-05T19:43:46.660Z | Compiling poly1305 v0.8.0 |
| 3118 | 2026-08-05T19:43:46.684Z | Compiling aead v0.5.2 |
| 3119 | 2026-08-05T19:43:46.702Z | Compiling password-hash v0.5.0 |
| 3120 | 2026-08-05T19:43:46.706Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3121 | 2026-08-05T19:43:46.737Z | Compiling indent_write v2.2.0 |
| 3122 | 2026-08-05T19:43:46.815Z | Compiling serde_yaml v0.9.34+deprecated |
| 3123 | 2026-08-05T19:43:46.901Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3124 | 2026-08-05T19:43:46.918Z | Compiling itertools v0.15.0 |
| 3125 | 2026-08-05T19:43:46.934Z | Compiling heapless v0.8.0 |
| 3126 | 2026-08-05T19:43:46.996Z | Compiling argon2 v0.5.3 |
| 3127 | 2026-08-05T19:43:46.997Z | Compiling chacha20poly1305 v0.10.1 |
| 3128 | 2026-08-05T19:43:47.139Z | Compiling tabwriter v1.4.1 |
| 3129 | 2026-08-05T19:43:47.225Z | Compiling hash32 v0.3.1 |
| 3130 | 2026-08-05T19:43:47.297Z | Compiling thiserror-no-std v2.0.2 |
| 3131 | 2026-08-05T19:43:47.316Z | Compiling parse-display v0.10.0 |
| 3132 | 2026-08-05T19:43:47.407Z | Compiling vsss-rs v3.3.4 |
| 3133 | 2026-08-05T19:43:47.424Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3134 | 2026-08-05T19:43:47.428Z | Compiling num-derive v0.4.2 |
| 3135 | 2026-08-05T19:43:47.457Z | Compiling typify-impl v0.6.2 |
| 3136 | 2026-08-05T19:43:47.478Z | Compiling smoltcp v0.11.0 |
| 3137 | 2026-08-05T19:43:47.644Z | Compiling proc-macro-crate v3.4.0 |
| 3138 | 2026-08-05T19:43:47.714Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3139 | 2026-08-05T19:43:47.977Z | Compiling cobs v0.3.0 |
| 3140 | 2026-08-05T19:43:48.021Z | Compiling colored v3.1.1 |
| 3141 | 2026-08-05T19:43:48.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3142 | 2026-08-05T19:43:48.233Z | Compiling num_enum_derive v0.7.6 |
| 3143 | 2026-08-05T19:43:48.250Z | Compiling postcard v1.1.3 |
| 3144 | 2026-08-05T19:43:48.345Z | Compiling ingot-macros v0.2.0 |
| 3145 | 2026-08-05T19:43:48.365Z | Compiling proc-macro-error v1.0.4 |
| 3146 | 2026-08-05T19:43:48.413Z | Compiling rand v0.10.1 |
| 3147 | 2026-08-05T19:43:48.429Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3148 | 2026-08-05T19:43:48.469Z | Compiling proc-macro-crate v1.3.1 |
| 3149 | 2026-08-05T19:43:48.492Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3150 | 2026-08-05T19:43:48.550Z | Compiling foreign-types-macros v0.2.3 |
| 3151 | 2026-08-05T19:43:48.620Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3152 | 2026-08-05T19:43:48.711Z | Compiling rayon-core v1.13.0 |
| 3153 | 2026-08-05T19:43:48.728Z | Compiling foreign-types-shared v0.3.1 |
| 3154 | 2026-08-05T19:43:48.897Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3155 | 2026-08-05T19:43:48.914Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3156 | 2026-08-05T19:43:48.932Z | Compiling num_enum_derive v0.5.11 |
| 3157 | 2026-08-05T19:43:48.968Z | Compiling crossbeam-deque v0.8.6 |
| 3158 | 2026-08-05T19:43:48.988Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3159 | 2026-08-05T19:43:49.006Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3160 | 2026-08-05T19:43:49.009Z | Compiling cstr-argument v0.1.2 |
| 3161 | 2026-08-05T19:43:49.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3162 | 2026-08-05T19:43:49.193Z | Compiling foreign-types v0.5.0 |
| 3163 | 2026-08-05T19:43:49.211Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3164 | 2026-08-05T19:43:49.276Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3165 | 2026-08-05T19:43:49.295Z | Compiling cpubits v0.1.1 |
| 3166 | 2026-08-05T19:43:49.337Z | Compiling num_enum v0.7.6 |
| 3167 | 2026-08-05T19:43:49.393Z | Compiling zone_cfg_derive v0.3.1 |
| 3168 | 2026-08-05T19:43:49.397Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3169 | 2026-08-05T19:43:49.454Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3170 | 2026-08-05T19:43:49.488Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3171 | 2026-08-05T19:43:49.505Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3172 | 2026-08-05T19:43:49.522Z | Compiling itertools v0.12.1 |
| 3173 | 2026-08-05T19:43:49.557Z | Compiling sigpipe v0.1.3 |
| 3174 | 2026-08-05T19:43:49.575Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3175 | 2026-08-05T19:43:49.620Z | Compiling rayon v1.11.0 |
| 3176 | 2026-08-05T19:43:49.671Z | Compiling glob v0.3.3 |
| 3177 | 2026-08-05T19:43:49.690Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3178 | 2026-08-05T19:43:49.714Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3179 | 2026-08-05T19:43:49.817Z | Compiling smf v0.2.3 |
| 3180 | 2026-08-05T19:43:49.906Z | Compiling whoami v1.6.1 |
| 3181 | 2026-08-05T19:43:49.960Z | Compiling usdt-attr-macro v0.5.0 |
| 3182 | 2026-08-05T19:43:50.040Z | Compiling usdt-macro v0.5.0 |
| 3183 | 2026-08-05T19:43:50.059Z | Compiling num_enum v0.5.11 |
| 3184 | 2026-08-05T19:43:50.093Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3185 | 2026-08-05T19:43:50.111Z | Compiling gethostname v0.5.0 |
| 3186 | 2026-08-05T19:43:50.130Z | Compiling num-rational v0.4.2 |
| 3187 | 2026-08-05T19:43:50.173Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3188 | 2026-08-05T19:43:50.206Z | Compiling pem-rfc7468 v1.0.0 |
| 3189 | 2026-08-05T19:43:50.223Z | Compiling num-complex v0.4.6 |
| 3190 | 2026-08-05T19:43:50.255Z | Compiling derive-where v1.6.0 |
| 3191 | 2026-08-05T19:43:50.357Z | Compiling memmap v0.7.0 |
| 3192 | 2026-08-05T19:43:50.530Z | Compiling float-ord v0.3.2 |
| 3193 | 2026-08-05T19:43:50.572Z | Compiling num v0.4.3 |
| 3194 | 2026-08-05T19:43:50.640Z | Compiling toml v0.8.23 |
| 3195 | 2026-08-05T19:43:50.673Z | Compiling zone v0.3.1 |
| 3196 | 2026-08-05T19:43:50.690Z | Compiling hmac v0.13.0 |
| 3197 | 2026-08-05T19:43:50.736Z | Compiling universal-hash v0.6.1 |
| 3198 | 2026-08-05T19:43:50.793Z | Compiling resolv-conf v0.7.6 |
| 3199 | 2026-08-05T19:43:50.811Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3200 | 2026-08-05T19:43:50.858Z | Compiling cancel-safe-futures v0.1.5 |
| 3201 | 2026-08-05T19:43:50.880Z | Compiling usdt v0.5.0 |
| 3202 | 2026-08-05T19:43:50.898Z | Compiling polyval v0.7.1 |
| 3203 | 2026-08-05T19:43:50.913Z | Compiling der v0.8.0 |
| 3204 | 2026-08-05T19:43:50.973Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3205 | 2026-08-05T19:43:51.137Z | Compiling prettyplease v0.2.37 |
| 3206 | 2026-08-05T19:43:51.176Z | Compiling ghash v0.6.0 |
| 3207 | 2026-08-05T19:43:51.194Z | Compiling pbkdf2 v0.13.0 |
| 3208 | 2026-08-05T19:43:51.213Z | Compiling aes v0.9.1 |
| 3209 | 2026-08-05T19:43:51.273Z | Compiling ingot-types v0.2.0 |
| 3210 | 2026-08-05T19:43:51.292Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3211 | 2026-08-05T19:43:51.339Z | Compiling crypto-bigint v0.7.5 |
| 3212 | 2026-08-05T19:43:51.356Z | Compiling console v0.15.11 |
| 3213 | 2026-08-05T19:43:51.399Z | Compiling hickory-proto v0.24.4 |
| 3214 | 2026-08-05T19:43:51.424Z | Compiling newline-converter v0.3.0 |
| 3215 | 2026-08-05T19:43:51.441Z | Compiling ctr v0.10.1 |
| 3216 | 2026-08-05T19:43:51.483Z | Compiling aead v0.6.1 |
| 3217 | 2026-08-05T19:43:51.568Z | Compiling sha2 v0.11.0 |
| 3218 | 2026-08-05T19:43:51.618Z | Compiling oxide-update-engine-types v0.1.2 |
| 3219 | 2026-08-05T19:43:51.673Z | Compiling ingot v0.2.1 |
| 3220 | 2026-08-05T19:43:51.676Z | Compiling libefi-sys v0.1.0 |
| 3221 | 2026-08-05T19:43:51.716Z | Compiling linked-hash-map v0.5.6 |
| 3222 | 2026-08-05T19:43:51.896Z | Compiling linear-map v1.2.0 |
| 3223 | 2026-08-05T19:43:51.932Z | Compiling lru-cache v0.1.2 |
| 3224 | 2026-08-05T19:43:51.953Z | Compiling spki v0.8.0 |
| 3225 | 2026-08-05T19:43:51.972Z | Compiling expectorate v1.2.0 |
| 3226 | 2026-08-05T19:43:52.026Z | Compiling typify-macro v0.6.2 |
| 3227 | 2026-08-05T19:43:52.094Z | Compiling aes-gcm v0.11.0 |
| 3228 | 2026-08-05T19:43:52.164Z | Compiling salsa20 v0.11.0 |
| 3229 | 2026-08-05T19:43:52.224Z | Compiling bitfield-struct v0.6.2 |
| 3230 | 2026-08-05T19:43:52.269Z | Compiling nom v8.0.0 |
| 3231 | 2026-08-05T19:43:52.327Z | Compiling semver v0.1.20 |
| 3232 | 2026-08-05T19:43:52.359Z | Compiling scrypt v0.12.0 |
| 3233 | 2026-08-05T19:43:52.634Z | Compiling rustc_version v0.1.7 |
| 3234 | 2026-08-05T19:43:52.655Z | Compiling tokio-dtrace v0.1.1 |
| 3235 | 2026-08-05T19:43:52.685Z | Compiling cbc v0.2.1 |
| 3236 | 2026-08-05T19:43:52.766Z | Compiling oxide-update-engine v0.1.2 |
| 3237 | 2026-08-05T19:43:52.877Z | Compiling slog-dtrace v0.3.0 |
| 3238 | 2026-08-05T19:43:52.904Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3239 | 2026-08-05T19:43:52.929Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3240 | 2026-08-05T19:43:52.946Z | Compiling minimal-lexical v0.2.1 |
| 3241 | 2026-08-05T19:43:52.964Z | Compiling newtype_derive v0.1.6 |
| 3242 | 2026-08-05T19:43:53.006Z | Compiling oxide-tokio-rt v0.1.4 |
| 3243 | 2026-08-05T19:43:53.168Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3244 | 2026-08-05T19:43:53.189Z | Compiling nom v7.1.3 |
| 3245 | 2026-08-05T19:43:53.237Z | Compiling pkcs5 v0.8.1 |
| 3246 | 2026-08-05T19:43:53.254Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3247 | 2026-08-05T19:43:53.300Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3248 | 2026-08-05T19:43:53.339Z | Compiling phf_shared v0.12.1 |
| 3249 | 2026-08-05T19:43:53.357Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3250 | 2026-08-05T19:43:53.390Z | Compiling csv-core v0.1.13 |
| 3251 | 2026-08-05T19:43:53.415Z | Compiling unicode-xid v0.2.6 |
| 3252 | 2026-08-05T19:43:53.496Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3253 | 2026-08-05T19:43:53.549Z | Compiling chrono-tz v0.10.4 |
| 3254 | 2026-08-05T19:43:53.570Z | Compiling highway v1.3.0 |
| 3255 | 2026-08-05T19:43:53.588Z | Compiling xshell-macros v0.2.7 |
| 3256 | 2026-08-05T19:43:53.687Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3257 | 2026-08-05T19:43:53.713Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3258 | 2026-08-05T19:43:53.732Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3259 | 2026-08-05T19:43:53.764Z | Compiling hickory-resolver v0.24.4 |
| 3260 | 2026-08-05T19:43:53.793Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3261 | 2026-08-05T19:43:53.894Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3262 | 2026-08-05T19:43:53.928Z | Compiling typify v0.6.2 |
| 3263 | 2026-08-05T19:43:53.949Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3264 | 2026-08-05T19:43:53.976Z | Compiling csv v1.4.0 |
| 3265 | 2026-08-05T19:43:54.020Z | Compiling xshell v0.2.7 |
| 3266 | 2026-08-05T19:43:54.078Z | Compiling progenitor-impl v0.14.0 |
| 3267 | 2026-08-05T19:43:54.565Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3268 | 2026-08-05T19:43:54.583Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3269 | 2026-08-05T19:43:54.623Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3270 | 2026-08-05T19:43:54.658Z | Compiling pkcs8 v0.11.0 |
| 3271 | 2026-08-05T19:43:54.676Z | Compiling const_format_proc_macros v0.2.34 |
| 3272 | 2026-08-05T19:43:54.724Z | Compiling phf v0.12.1 |
| 3273 | 2026-08-05T19:43:54.826Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3274 | 2026-08-05T19:43:54.900Z | Compiling qorb v0.4.1 |
| 3275 | 2026-08-05T19:43:55.074Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3276 | 2026-08-05T19:43:55.161Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3277 | 2026-08-05T19:43:55.276Z | Compiling ff v0.14.0 |
| 3278 | 2026-08-05T19:43:55.328Z | Compiling owo-colors v4.3.0 |
| 3279 | 2026-08-05T19:43:55.542Z | Compiling const_format v0.2.35 |
| 3280 | 2026-08-05T19:43:55.560Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3281 | 2026-08-05T19:43:55.686Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3282 | 2026-08-05T19:43:55.779Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3283 | 2026-08-05T19:43:55.797Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3284 | 2026-08-05T19:43:55.885Z | Compiling tabled_derive v0.7.0 |
| 3285 | 2026-08-05T19:43:56.046Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 3286 | 2026-08-05T19:43:56.067Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3287 | 2026-08-05T19:43:56.084Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3288 | 2026-08-05T19:43:56.228Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3289 | 2026-08-05T19:43:56.409Z | Compiling bcs v0.1.6 |
| 3290 | 2026-08-05T19:43:56.587Z | Compiling salty v0.3.0 |
| 3291 | 2026-08-05T19:43:56.697Z | Compiling tagptr v0.2.0 |
| 3292 | 2026-08-05T19:43:56.772Z | Compiling termtree v0.5.1 |
| 3293 | 2026-08-05T19:43:56.792Z | Compiling progenitor-macro v0.14.0 |
| 3294 | 2026-08-05T19:43:56.882Z | Compiling moka v0.12.13 |
| 3295 | 2026-08-05T19:43:56.905Z | Compiling textwrap v0.16.2 |
| 3296 | 2026-08-05T19:43:56.932Z | Compiling tabled v0.15.0 |
| 3297 | 2026-08-05T19:43:56.954Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3298 | 2026-08-05T19:43:57.010Z | Compiling steno v0.4.1 |
| 3299 | 2026-08-05T19:43:57.061Z | Compiling group v0.14.0 |
| 3300 | 2026-08-05T19:43:57.187Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3301 | 2026-08-05T19:43:57.240Z | Compiling sha1 v0.10.6 |
| 3302 | 2026-08-05T19:43:57.281Z | Compiling signature v3.0.0 |
| 3303 | 2026-08-05T19:43:57.356Z | Compiling base16ct v1.0.0 |
| 3304 | 2026-08-05T19:43:57.496Z | Compiling hkdf v0.13.0 |
| 3305 | 2026-08-05T19:43:57.513Z | Compiling sec1 v0.8.1 |
| 3306 | 2026-08-05T19:43:57.576Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3307 | 2026-08-05T19:43:57.607Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3308 | 2026-08-05T19:43:57.698Z | Compiling hickory-resolver v0.25.2 |
| 3309 | 2026-08-05T19:43:57.766Z | Compiling rfc6979 v0.4.0 |
| 3310 | 2026-08-05T19:43:57.783Z | Compiling elliptic-curve v0.14.1 |
| 3311 | 2026-08-05T19:43:57.855Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3312 | 2026-08-05T19:43:57.879Z | Compiling primeorder v0.13.6 |
| 3313 | 2026-08-05T19:43:57.912Z | Compiling ecdsa v0.16.9 |
| 3314 | 2026-08-05T19:43:57.932Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3315 | 2026-08-05T19:43:58.168Z | Compiling parking_lot_core v0.8.6 |
| 3316 | 2026-08-05T19:43:58.217Z | Compiling utf-8 v0.7.6 |
| 3317 | 2026-08-05T19:43:58.379Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3318 | 2026-08-05T19:43:58.416Z | Compiling proc-macro-error2 v2.0.1 |
| 3319 | 2026-08-05T19:43:58.419Z | Compiling tungstenite v0.21.0 |
| 3320 | 2026-08-05T19:43:58.460Z | Compiling p384 v0.13.1 |
| 3321 | 2026-08-05T19:43:58.516Z | Compiling wnaf v0.14.0 |
| 3322 | 2026-08-05T19:43:58.638Z | Compiling primefield v0.14.0 |
| 3323 | 2026-08-05T19:43:58.740Z | Compiling rfc6979 v0.6.0 |
| 3324 | 2026-08-05T19:43:58.781Z | Compiling git-stub v1.0.0 |
| 3325 | 2026-08-05T19:43:58.905Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3326 | 2026-08-05T19:43:58.924Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3327 | 2026-08-05T19:43:59.056Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3328 | 2026-08-05T19:43:59.073Z | Compiling tokio-tungstenite v0.21.0 |
| 3329 | 2026-08-05T19:43:59.160Z | Compiling git-stub-vcs v0.1.0 |
| 3330 | 2026-08-05T19:43:59.303Z | Compiling ecdsa v0.17.0 |
| 3331 | 2026-08-05T19:43:59.306Z | Compiling primeorder v0.14.0 |
| 3332 | 2026-08-05T19:43:59.409Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3333 | 2026-08-05T19:43:59.437Z | Compiling tabled_derive v0.11.0 |
| 3334 | 2026-08-05T19:43:59.455Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3335 | 2026-08-05T19:43:59.636Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3336 | 2026-08-05T19:43:59.659Z | Compiling progenitor-impl v0.13.0 |
| 3337 | 2026-08-05T19:43:59.687Z | Compiling papergrid v0.17.0 |
| 3338 | 2026-08-05T19:43:59.744Z | Compiling libscf-sys v1.2.0 |
| 3339 | 2026-08-05T19:43:59.785Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3340 | 2026-08-05T19:43:59.808Z | Compiling testing_table v0.3.0 |
| 3341 | 2026-08-05T19:43:59.840Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3342 | 2026-08-05T19:43:59.920Z | Compiling curve25519-dalek v5.0.0 |
| 3343 | 2026-08-05T19:43:59.938Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3344 | 2026-08-05T19:43:59.985Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3345 | 2026-08-05T19:44:00.009Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3346 | 2026-08-05T19:44:00.106Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3347 | 2026-08-05T19:44:00.181Z | Compiling unicase v2.9.0 |
| 3348 | 2026-08-05T19:44:00.211Z | Compiling corncobs v0.1.4 |
| 3349 | 2026-08-05T19:44:00.323Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3350 | 2026-08-05T19:44:00.360Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3351 | 2026-08-05T19:44:00.382Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3352 | 2026-08-05T19:44:00.416Z | Compiling parking_lot v0.11.2 |
| 3353 | 2026-08-05T19:44:00.435Z | Compiling mime_guess v2.0.5 |
| 3354 | 2026-08-05T19:44:00.465Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3355 | 2026-08-05T19:44:00.672Z | Compiling tabled v0.20.0 |
| 3356 | 2026-08-05T19:44:00.719Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3357 | 2026-08-05T19:44:00.796Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3358 | 2026-08-05T19:44:00.834Z | Compiling ssh-encoding v0.3.0 |
| 3359 | 2026-08-05T19:44:00.874Z | Compiling progenitor-client v0.13.0 |
| 3360 | 2026-08-05T19:44:00.983Z | Compiling prefix-trie v0.7.0 |
| 3361 | 2026-08-05T19:44:01.015Z | Compiling fxhash v0.2.1 |
| 3362 | 2026-08-05T19:44:01.041Z | Compiling secrecy v0.8.0 |
| 3363 | 2026-08-05T19:44:01.177Z | Compiling keccak v0.2.0 |
| 3364 | 2026-08-05T19:44:01.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3365 | 2026-08-05T19:44:01.234Z | Compiling sled v0.34.7 |
| 3366 | 2026-08-05T19:44:01.362Z | Compiling hickory-server v0.25.2 |
| 3367 | 2026-08-05T19:44:01.404Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3368 | 2026-08-05T19:44:01.460Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3369 | 2026-08-05T19:44:01.490Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-08-05T19:44:01.617Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3371 | 2026-08-05T19:44:02.026Z | Compiling progenitor v0.14.0 |
| 3372 | 2026-08-05T19:44:02.103Z | Compiling crypto-primes v0.7.2 |
| 3373 | 2026-08-05T19:44:02.122Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3374 | 2026-08-05T19:44:02.260Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3375 | 2026-08-05T19:44:02.288Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3376 | 2026-08-05T19:44:02.318Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3377 | 2026-08-05T19:44:02.361Z | Compiling progenitor-macro v0.13.0 |
| 3378 | 2026-08-05T19:44:02.503Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3379 | 2026-08-05T19:44:02.681Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3380 | 2026-08-05T19:44:02.710Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3381 | 2026-08-05T19:44:02.846Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3382 | 2026-08-05T19:44:03.158Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3383 | 2026-08-05T19:44:03.182Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3384 | 2026-08-05T19:44:03.243Z | Compiling poly1305 v0.9.0 |
| 3385 | 2026-08-05T19:44:03.346Z | Compiling blowfish v0.10.0 |
| 3386 | 2026-08-05T19:44:03.407Z | Compiling blake2 v0.11.0-rc.6 |
| 3387 | 2026-08-05T19:44:03.563Z | Compiling crc8 v0.1.1 |
| 3388 | 2026-08-05T19:44:03.631Z | Compiling half v1.8.3 |
| 3389 | 2026-08-05T19:44:03.709Z | Compiling http-range v0.1.5 |
| 3390 | 2026-08-05T19:44:03.742Z | Compiling argon2 v0.6.0-rc.8 |
| 3391 | 2026-08-05T19:44:03.793Z | Compiling ssh-cipher v0.3.0 |
| 3392 | 2026-08-05T19:44:03.936Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3393 | 2026-08-05T19:44:04.036Z | Compiling serde_cbor v0.11.2 |
| 3394 | 2026-08-05T19:44:04.054Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3395 | 2026-08-05T19:44:04.396Z | Compiling rsa v0.10.0-rc.18 |
| 3396 | 2026-08-05T19:44:04.655Z | Compiling ed25519-dalek v3.0.0 |
| 3397 | 2026-08-05T19:44:04.866Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3398 | 2026-08-05T19:44:04.906Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-08-05T19:44:05.097Z | Compiling illumos-nvpair v0.3.0 |
| 3400 | 2026-08-05T19:44:05.207Z | Compiling sha3 v0.11.0 |
| 3401 | 2026-08-05T19:44:05.227Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3402 | 2026-08-05T19:44:05.351Z | Compiling p521 v0.14.0 |
| 3403 | 2026-08-05T19:44:05.384Z | Compiling p384 v0.14.0 |
| 3404 | 2026-08-05T19:44:05.447Z | Compiling p256 v0.14.0 |
| 3405 | 2026-08-05T19:44:05.669Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3406 | 2026-08-05T19:44:05.839Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3407 | 2026-08-05T19:44:05.861Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3408 | 2026-08-05T19:44:05.977Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3409 | 2026-08-05T19:44:06.358Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3410 | 2026-08-05T19:44:06.420Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3411 | 2026-08-05T19:44:06.596Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3412 | 2026-08-05T19:44:06.614Z | Compiling yasna v0.5.2 |
| 3413 | 2026-08-05T19:44:06.643Z | Compiling kstat-rs v0.2.4 |
| 3414 | 2026-08-05T19:44:06.939Z | Compiling headers-core v0.3.0 |
| 3415 | 2026-08-05T19:44:06.972Z | Compiling kem v0.3.0 |
| 3416 | 2026-08-05T19:44:07.045Z | Compiling module-lattice v0.2.3 |
| 3417 | 2026-08-05T19:44:07.107Z | Compiling nanorand v0.7.0 |
| 3418 | 2026-08-05T19:44:07.158Z | Compiling sponge-cursor v0.1.0 |
| 3419 | 2026-08-05T19:44:07.218Z | Compiling rcgen v0.12.1 |
| 3420 | 2026-08-05T19:44:07.305Z | Compiling sha3 v0.12.0 |
| 3421 | 2026-08-05T19:44:07.323Z | Compiling ml-kem v0.3.2 |
| 3422 | 2026-08-05T19:44:07.339Z | Compiling flume v0.11.1 |
| 3423 | 2026-08-05T19:44:07.339Z | Compiling headers v0.4.1 |
| 3424 | 2026-08-05T19:44:07.420Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3425 | 2026-08-05T19:44:07.497Z | Compiling progenitor v0.13.0 |
| 3426 | 2026-08-05T19:44:07.673Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3427 | 2026-08-05T19:44:07.691Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3428 | 2026-08-05T19:44:07.695Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3429 | 2026-08-05T19:44:07.752Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3430 | 2026-08-05T19:44:07.883Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3431 | 2026-08-05T19:44:08.124Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3432 | 2026-08-05T19:44:08.151Z | Compiling hyper-staticfile v0.10.1 |
| 3433 | 2026-08-05T19:44:08.194Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3434 | 2026-08-05T19:44:08.226Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-08-05T19:44:08.300Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3436 | 2026-08-05T19:44:08.373Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3437 | 2026-08-05T19:44:08.498Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3438 | 2026-08-05T19:44:08.541Z | Compiling ssh-key v0.7.0-rc.11 |
| 3439 | 2026-08-05T19:44:08.585Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3440 | 2026-08-05T19:44:08.603Z | Compiling russh-cryptovec v0.62.0 |
| 3441 | 2026-08-05T19:44:08.672Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3442 | 2026-08-05T19:44:08.695Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3443 | 2026-08-05T19:44:08.714Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3444 | 2026-08-05T19:44:08.786Z | Compiling port-file v0.1.0 |
| 3445 | 2026-08-05T19:44:08.804Z | Compiling num-bigint v0.4.6 |
| 3446 | 2026-08-05T19:44:08.854Z | Compiling generic-array v1.4.3 |
| 3447 | 2026-08-05T19:44:08.891Z | Compiling russh-util v0.52.0 |
| 3448 | 2026-08-05T19:44:08.934Z | Compiling enum_dispatch v0.3.13 |
| 3449 | 2026-08-05T19:44:09.057Z | Compiling delegate v0.13.5 |
| 3450 | 2026-08-05T19:44:09.076Z | Compiling subprocess v0.2.15 |
| 3451 | 2026-08-05T19:44:09.117Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3452 | 2026-08-05T19:44:09.178Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3453 | 2026-08-05T19:44:09.353Z | Compiling md5 v0.8.0 |
| 3454 | 2026-08-05T19:44:09.481Z | Compiling hex-literal v1.1.0 |
| 3455 | 2026-08-05T19:44:09.568Z | Compiling display-error-chain v0.2.2 |
| 3456 | 2026-08-05T19:44:09.572Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3457 | 2026-08-05T19:44:09.644Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3458 | 2026-08-05T19:44:09.661Z | Compiling colored v2.2.0 |
| 3459 | 2026-08-05T19:44:09.739Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3460 | 2026-08-05T19:44:09.844Z | Compiling socket2 v0.5.10 |
| 3461 | 2026-08-05T19:44:09.941Z | Compiling internet-checksum v0.2.1 |
| 3462 | 2026-08-05T19:44:10.056Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3463 | 2026-08-05T19:44:10.108Z | Compiling russh v0.62.4 |
| 3464 | 2026-08-05T19:44:11.088Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3465 | 2026-08-05T19:44:11.088Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3466 | 2026-08-05T19:44:13.731Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3467 | 2026-08-05T19:44:14.385Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3468 | 2026-08-05T19:44:14.451Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3469 | 2026-08-05T19:44:14.976Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3470 | 2026-08-05T19:44:16.539Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3471 | 2026-08-05T19:44:25.109Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3472 | 2026-08-05T19:44:25.109Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3473 | 2026-08-05T19:44:25.112Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3474 | 2026-08-05T19:44:25.112Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3475 | 2026-08-05T19:44:26.934Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3476 | 2026-08-05T19:44:26.949Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3477 | 2026-08-05T19:44:30.927Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3478 | 2026-08-05T19:45:12.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3479 | 2026-08-05T19:45:12.637Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3480 | 2026-08-05T19:45:12.637Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3481 | 2026-08-05T19:45:12.862Z | |
| 3482 | 2026-08-05T19:45:12.862Z | real 1:28.963079561 |
| 3483 | 2026-08-05T19:45:12.862Z | user 8:10.328886802 |
| 3484 | 2026-08-05T19:45:12.862Z | sys 1:39.730391351 |
| 3485 | 2026-08-05T19:45:12.862Z | trap 0.240300549 |
| 3486 | 2026-08-05T19:45:12.862Z | tflt 0.374935032 |
| 3487 | 2026-08-05T19:45:12.866Z | dflt 2.072418926 |
| 3488 | 2026-08-05T19:45:12.866Z | kflt 0.000348390 |
| 3489 | 2026-08-05T19:45:12.866Z | lock 30:28.996060928 |
| 3490 | 2026-08-05T19:45:12.866Z | slp 18:30.343924569 |
| 3491 | 2026-08-05T19:45:12.866Z | lat 38.905520316 |
| 3492 | 2026-08-05T19:45:12.866Z | stop 3:04.189770452 |
| 3493 | 2026-08-05T19:45:12.866Z | + mkdir tests |
| 3494 | 2026-08-05T19:45:12.870Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3495 | 2026-08-05T19:45:12.870Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3496 | 2026-08-05T19:45:12.890Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-fbfd2341e4ca5687 tests/ |
| 3497 | 2026-08-05T19:45:12.915Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8e4f52378ac34800 tests/ |
| 3498 | 2026-08-05T19:45:12.937Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a8bce67a4c235e80 tests/ |
| 3499 | 2026-08-05T19:45:12.960Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-d5d5af0907f317cc tests/ |
| 3500 | 2026-08-05T19:45:13.298Z | + 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) |
| 3501 | 2026-08-05T19:45:13.302Z | + 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-8e4f52378ac34800 tests/commtest-a8bce67a4c235e80 tests/dhcp_server-fbfd2341e4ca5687 tests/end_to_end_tests-d5d5af0907f317cc 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 |
| 3502 | 2026-08-05T19:46:43.392Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3503 | 2026-08-05T19:46:43.392Z | a .github/buildomat/ci-env.sh 1K |
| 3504 | 2026-08-05T19:46:43.392Z | a out/target/test 1K |
| 3505 | 2026-08-05T19:46:43.392Z | a out/npuzone/npuzone 27402K |
| 3506 | 2026-08-05T19:46:43.392Z | a package-manifest.toml 35K |
| 3507 | 2026-08-05T19:46:43.393Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3508 | 2026-08-05T19:46:43.393Z | a target/release/omicron-package 49120K |
| 3509 | 2026-08-05T19:46:43.393Z | a target/release/xtask 11722K |
| 3510 | 2026-08-05T19:46:43.393Z | a target/debug/bootstrap 434604K |
| 3511 | 2026-08-05T19:46:43.393Z | a tests/bootstrap-8e4f52378ac34800 34516K |
| 3512 | 2026-08-05T19:46:43.393Z | a tests/commtest-a8bce67a4c235e80 34517K |
| 3513 | 2026-08-05T19:46:43.393Z | a tests/dhcp_server-fbfd2341e4ca5687 34516K |
| 3514 | 2026-08-05T19:46:43.393Z | a tests/end_to_end_tests-d5d5af0907f317cc 497490K |
| 3515 | 2026-08-05T19:46:43.393Z | a tools/opte_version 1K |
| 3516 | 2026-08-05T19:46:43.393Z | a tools/opte_version_override 2K |
| 3517 | 2026-08-05T19:46:43.393Z | a out/clickhouse.tar.gz 329639K |
| 3518 | 2026-08-05T19:46:43.393Z | a out/clickhouse_keeper.tar.gz 313638K |
| 3519 | 2026-08-05T19:46:43.393Z | a out/clickhouse_server.tar.gz 329636K |
| 3520 | 2026-08-05T19:46:43.394Z | a out/cockroachdb.tar.gz 169986K |
| 3521 | 2026-08-05T19:46:43.394Z | a out/crucible-pantry-zone.tar.gz 41789K |
| 3522 | 2026-08-05T19:46:43.394Z | a out/crucible-utils.tar 18900K |
| 3523 | 2026-08-05T19:46:43.394Z | a out/crucible-zone.tar.gz 56601K |
| 3524 | 2026-08-05T19:46:43.394Z | a out/external-dns.tar.gz 54778K |
| 3525 | 2026-08-05T19:46:43.394Z | a out/internal-dns.tar.gz 54777K |
| 3526 | 2026-08-05T19:46:43.394Z | a out/mg-ddm-gz.tar 100917K |
| 3527 | 2026-08-05T19:46:43.394Z | a out/nexus.tar.gz 359396K |
| 3528 | 2026-08-05T19:46:43.394Z | a out/ntp.tar.gz 35142K |
| 3529 | 2026-08-05T19:46:43.394Z | a out/omicron-gateway-softnpu.tar.gz 29645K |
| 3530 | 2026-08-05T19:46:43.394Z | a out/omicron-sled-agent.tar 239951K |
| 3531 | 2026-08-05T19:46:43.394Z | a out/overlay.tar.gz 4K |
| 3532 | 2026-08-05T19:46:43.394Z | a out/oximeter.tar.gz 72198K |
| 3533 | 2026-08-05T19:46:43.394Z | a out/oxlog.tar 4066K |
| 3534 | 2026-08-05T19:46:43.394Z | a out/probe.tar.gz 3037K |
| 3535 | 2026-08-05T19:46:43.394Z | a out/propolis-server.tar.gz 34642K |
| 3536 | 2026-08-05T19:46:43.394Z | a out/pumpkind-gz.tar 26647K |
| 3537 | 2026-08-05T19:46:43.394Z | a out/switch-softnpu.tar.gz 503249K |
| 3538 | 2026-08-05T19:46:43.399Z | |
| 3539 | 2026-08-05T19:46:43.399Z | real 1:30.085365001 |
| 3540 | 2026-08-05T19:46:43.399Z | user 1:27.057096352 |
| 3541 | 2026-08-05T19:46:43.399Z | sys 5.043036267 |
| 3542 | 2026-08-05T19:46:43.399Z | trap 0.006909992 |
| 3543 | 2026-08-05T19:46:43.399Z | tflt 0.000000000 |
| 3544 | 2026-08-05T19:46:43.399Z | dflt 0.000000000 |
| 3545 | 2026-08-05T19:46:43.399Z | kflt 0.000000000 |
| 3546 | 2026-08-05T19:46:43.399Z | lock 0.000000000 |
| 3547 | 2026-08-05T19:46:43.399Z | slp 1:26.936513207 |
| 3548 | 2026-08-05T19:46:43.399Z | lat 1.122851381 |
| 3549 | 2026-08-05T19:46:43.399Z | stop 0.000120610 |
| 3550 | 2026-08-05T19:46:43.399Z | process exited: duration 1224764 ms, exit code 0 |
| |
| 3551 | 2026-08-05T19:46:43.425Z | found 1 output files |
| 3552 | 2026-08-05T19:46:43.425Z | uploading: /work/package.tar.gz (2779440005 bytes) |
| 3553 | 2026-08-05T19:47:18.523Z | uploaded: /work/package.tar.gz |