|
|
|
| 1 | 2026-08-20T18:06:27.313Z | job assigned to worker 01M0G5KCTXR657HS3PQXYHQZTW [factory aws, i-048ced527dacb148c] (queued for 47 s) |
| |
| 2 | 2026-08-20T18:06:34.318Z | starting task 0: "setup" |
| 3 | 2026-08-20T18:06:34.322Z | ++ uname -s |
| 4 | 2026-08-20T18:06:34.327Z | + kern=SunOS |
| 5 | 2026-08-20T18:06:34.327Z | + build_user=build |
| 6 | 2026-08-20T18:06:34.327Z | + build_uid=12345 |
| 7 | 2026-08-20T18:06:34.327Z | + work_dir=/work |
| 8 | 2026-08-20T18:06:34.327Z | + input_dir=/input |
| 9 | 2026-08-20T18:06:34.327Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T18:06:34.327Z | + case "$kern" in |
| 11 | 2026-08-20T18:06:34.327Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T18:06:34.331Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T18:06:36.333Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T18:06:36.405Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T18:06:36.408Z | + home_fs=zfs |
| 16 | 2026-08-20T18:06:36.408Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T18:06:36.408Z | + mkdir -p /home/build |
| 18 | 2026-08-20T18:06:36.411Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T18:06:38.410Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T18:06:38.413Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-08-20T18:06:38.419Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T18:06:38.425Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T18:06:38.425Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T18:06:38.425Z | * rust toolchain profile = "default" |
| 25 | 2026-08-20T18:06:38.425Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-20T18:06:38.425Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T18:06:38.425Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T18:06:38.428Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T18:06:38.428Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T18:06:38.489Z | info: downloading installer |
| 31 | 2026-08-20T18:06:39.590Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T18:06:39.590Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T18:06:39.590Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T18:06:39.590Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T18:06:39.603Z | info: profile set to default |
| 36 | 2026-08-20T18:06:39.603Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T18:06:39.606Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T18:06:39.739Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T18:06:39.742Z | info: downloading 6 components |
| 40 | 2026-08-20T18:06:54.087Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T18:06:54.088Z | |
| 42 | 2026-08-20T18:06:54.113Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T18:06:54.113Z | |
| 44 | 2026-08-20T18:06:54.113Z | |
| 45 | 2026-08-20T18:06:54.116Z | Rust is installed now. Great! |
| 46 | 2026-08-20T18:06:54.116Z | |
| 47 | 2026-08-20T18:06:54.116Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T18:06:54.116Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T18:06:54.116Z | |
| 50 | 2026-08-20T18:06:54.116Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T18:06:54.117Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T18:06:54.117Z | |
| 53 | 2026-08-20T18:06:54.117Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T18:06:54.117Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T18:06:54.117Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T18:06:54.117Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T18:06:54.117Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T18:06:54.117Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T18:06:54.117Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T18:06:54.117Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T18:06:54.117Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T18:06:54.222Z | + rustup --version |
| 63 | 2026-08-20T18:06:54.228Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T18:06:54.231Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T18:06:54.249Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T18:06:54.252Z | + cargo --version |
| 67 | 2026-08-20T18:06:54.260Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T18:06:54.262Z | + rustc --version |
| 69 | 2026-08-20T18:06:54.283Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T18:06:54.286Z | process exited: duration 15864 ms, exit code 0 |
| |
| 71 | 2026-08-20T18:06:54.292Z | starting task 2: "authentication" |
| 72 | 2026-08-20T18:06:54.310Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-20T18:06:54.316Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T18:06:54.323Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T18:06:54.323Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T18:06:54.355Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T18:07:12.948Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T18:07:12.949Z | + git fetch origin 6a760c915b97729478b1b8294d55333d34d6c6fb |
| 79 | 2026-08-20T18:07:13.291Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T18:07:13.291Z | * branch 6a760c915b97729478b1b8294d55333d34d6c6fb -> FETCH_HEAD |
| 81 | 2026-08-20T18:07:13.305Z | + [[ -n sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]] |
| 82 | 2026-08-20T18:07:13.309Z | ++ git branch --show-current |
| 83 | 2026-08-20T18:07:13.309Z | + current=main |
| 84 | 2026-08-20T18:07:13.309Z | + [[ main != sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config ]] |
| 85 | 2026-08-20T18:07:13.309Z | + git branch -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config 6a760c915b97729478b1b8294d55333d34d6c6fb |
| 86 | 2026-08-20T18:07:13.312Z | + git checkout -f sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config |
| 87 | 2026-08-20T18:07:13.487Z | Switched to branch 'sunshowers/spr/42n-wicket-use-the-commission-api-for-delete_rss_config' |
| 88 | 2026-08-20T18:07:13.491Z | + git reset --hard 6a760c915b97729478b1b8294d55333d34d6c6fb |
| 89 | 2026-08-20T18:07:13.659Z | HEAD is now at 6a760c915 rebase on main |
| 90 | 2026-08-20T18:07:13.662Z | process exited: duration 19344 ms, exit code 0 |
| |
| 91 | 2026-08-20T18:07:13.669Z | starting task 4: "build" |
| 92 | 2026-08-20T18:07:13.674Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-20T18:07:13.674Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-20T18:07:13.674Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-20T18:07:13.677Z | +++ uname -s |
| 96 | 2026-08-20T18:07:13.677Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-20T18:07:13.677Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-20T18:07:13.680Z | + cargo --version |
| 99 | 2026-08-20T18:07:13.688Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-20T18:07:13.692Z | + rustc --version |
| 101 | 2026-08-20T18:07:13.711Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-20T18:07:13.714Z | + WORK=/work |
| 103 | 2026-08-20T18:07:13.714Z | + pfexec mkdir -p /work |
| 104 | 2026-08-20T18:07:13.718Z | + pfexec chown build /work |
| 105 | 2026-08-20T18:07:13.721Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-08-20T18:07:15.683Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-08-20T18:07:16.015Z | Startup: Caching catalogs ... Done |
| 108 | 2026-08-20T18:07:17.886Z | Planning: Solver setup ... Done (1.762s) |
| 109 | 2026-08-20T18:07:17.942Z | Planning: Running solver ... Done (0.055s) |
| 110 | 2026-08-20T18:07:17.983Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-08-20T18:07:17.995Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-08-20T18:07:18.016Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-08-20T18:07:18.030Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-08-20T18:07:18.033Z | Planning: Merging actions ... Done (0.002s) |
| 115 | 2026-08-20T18:07:18.189Z | Planning: Checking for conflicting actions ... Done (0.157s) |
| 116 | 2026-08-20T18:07:18.192Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-08-20T18:07:19.026Z | Planning: Evaluating mediators ... Done (0.836s) |
| 118 | 2026-08-20T18:07:19.029Z | Planning: Planning completed in 2.98 seconds |
| 119 | 2026-08-20T18:07:19.036Z | Packages to install: 2 |
| 120 | 2026-08-20T18:07:19.036Z | Estimated space available: 156.01 GB |
| 121 | 2026-08-20T18:07:19.036Z | Estimated space to be consumed: 72.16 MB |
| 122 | 2026-08-20T18:07:19.036Z | Create boot environment: No |
| 123 | 2026-08-20T18:07:19.036Z | Create backup boot environment: No |
| 124 | 2026-08-20T18:07:19.039Z | Rebuild boot archive: No |
| 125 | 2026-08-20T18:07:19.039Z | |
| 126 | 2026-08-20T18:07:19.039Z | Changed packages: |
| 127 | 2026-08-20T18:07:19.039Z | helios |
| 128 | 2026-08-20T18:07:19.039Z | developer/build-essential |
| 129 | 2026-08-20T18:07:19.039Z | None -> 11-3.0 |
| 130 | 2026-08-20T18:07:19.039Z | library/libxmlsec1 |
| 131 | 2026-08-20T18:07:19.039Z | None -> 1.2.35-3.0 |
| 132 | 2026-08-20T18:07:19.063Z | |
| 133 | 2026-08-20T18:07:19.063Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-08-20T18:07:19.129Z | Download: Completed 1.28 MB in 0.07 seconds (19.0M/s) |
| 135 | 2026-08-20T18:07:19.206Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-08-20T18:07:19.245Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-08-20T18:07:19.275Z | Finalize: Updating package state database ... Done (0.030s) |
| 138 | 2026-08-20T18:07:19.275Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-20T18:07:19.353Z | Finalize: Updating image state ... Done (0.078s) |
| 140 | 2026-08-20T18:07:21.964Z | Finalize: Creating fast lookup database ... Done (2.563s) |
| 141 | 2026-08-20T18:07:22.033Z | Finalize: Reading search index ... Done (0.012s) |
| 142 | 2026-08-20T18:07:22.037Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-08-20T18:07:22.113Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-08-20T18:07:22.469Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-08-20T18:07:22.572Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-08-20T18:07:22.576Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-08-20T18:07:22.728Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-08-20T18:07:22.732Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-08-20T18:07:22.751Z | Mediators to change: 2 |
| 150 | 2026-08-20T18:07:22.751Z | Create boot environment: No |
| 151 | 2026-08-20T18:07:22.751Z | Create backup boot environment: No |
| 152 | 2026-08-20T18:07:22.797Z | Finalize: Updating package state database ... Done |
| 153 | 2026-08-20T18:07:22.797Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-20T18:07:22.843Z | Finalize: Updating image state ... Done |
| 155 | 2026-08-20T18:07:24.772Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-08-20T18:07:24.833Z | Finalize: Reading search index ... Done |
| 157 | 2026-08-20T18:07:24.836Z | Finalize: Updating search index ... Done |
| 158 | 2026-08-20T18:07:24.929Z | Finalize: Updating package cache ... Done |
| 159 | 2026-08-20T18:07:25.210Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-08-20T18:07:25.313Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-08-20T18:07:25.317Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-08-20T18:07:25.469Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-08-20T18:07:25.473Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-08-20T18:07:25.493Z | Mediators to change: 1 |
| 165 | 2026-08-20T18:07:25.493Z | Create boot environment: No |
| 166 | 2026-08-20T18:07:25.493Z | Create backup boot environment: No |
| 167 | 2026-08-20T18:07:25.553Z | Finalize: Updating package state database ... Done |
| 168 | 2026-08-20T18:07:25.553Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-20T18:07:25.599Z | Finalize: Updating image state ... Done |
| 170 | 2026-08-20T18:07:27.517Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-08-20T18:07:27.582Z | Finalize: Reading search index ... Done |
| 172 | 2026-08-20T18:07:27.588Z | Finalize: Updating search index ... Done |
| 173 | 2026-08-20T18:07:27.670Z | Finalize: Updating package cache ... Done |
| 174 | 2026-08-20T18:07:27.979Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-08-20T18:07:27.979Z | apache system 2.4 system |
| 176 | 2026-08-20T18:07:27.979Z | clang system 15 system |
| 177 | 2026-08-20T18:07:27.979Z | csh system system illumos |
| 178 | 2026-08-20T18:07:27.979Z | ctags system system illumos |
| 179 | 2026-08-20T18:07:27.979Z | file vendor vendor darwinsys |
| 180 | 2026-08-20T18:07:27.979Z | file system system illumos |
| 181 | 2026-08-20T18:07:27.979Z | gcc vendor 14 vendor |
| 182 | 2026-08-20T18:07:27.979Z | gcc system 13 system |
| 183 | 2026-08-20T18:07:27.979Z | gcc system 10 system |
| 184 | 2026-08-20T18:07:27.979Z | go system 1.25 system |
| 185 | 2026-08-20T18:07:27.980Z | llvm system 15 system |
| 186 | 2026-08-20T18:07:27.980Z | mariadb system 11.4 system |
| 187 | 2026-08-20T18:07:27.980Z | mta vendor vendor dma |
| 188 | 2026-08-20T18:07:27.980Z | openjdk system 17 system |
| 189 | 2026-08-20T18:07:27.980Z | openjdk system 11 system |
| 190 | 2026-08-20T18:07:27.980Z | openssl vendor 3 vendor |
| 191 | 2026-08-20T18:07:27.980Z | perl system 5.40 system |
| 192 | 2026-08-20T18:07:27.980Z | postgresql system 18 system |
| 193 | 2026-08-20T18:07:27.980Z | postgresql system 17 system |
| 194 | 2026-08-20T18:07:27.980Z | python vendor 3 vendor |
| 195 | 2026-08-20T18:07:27.980Z | python system 2 system |
| 196 | 2026-08-20T18:07:27.980Z | python3 vendor 3.13 vendor |
| 197 | 2026-08-20T18:07:27.980Z | ruby system 3.4 system |
| 198 | 2026-08-20T18:07:27.980Z | ruby system 3.0 system |
| 199 | 2026-08-20T18:07:27.980Z | words vendor vendor american-english |
| 200 | 2026-08-20T18:07:27.980Z | words system system australian-english |
| 201 | 2026-08-20T18:07:27.980Z | words system system british-english |
| 202 | 2026-08-20T18:07:27.980Z | words system system canadian-english |
| 203 | 2026-08-20T18:07:27.980Z | words system system french |
| 204 | 2026-08-20T18:07:27.980Z | words system system italian |
| 205 | 2026-08-20T18:07:27.980Z | words system system ngerman |
| 206 | 2026-08-20T18:07:27.980Z | words system system ogerman |
| 207 | 2026-08-20T18:07:27.980Z | words system system spanish |
| 208 | 2026-08-20T18:07:28.239Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-08-20T18:07:28.239Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-08-20T18:07:28.692Z | FMRI IFO |
| 211 | 2026-08-20T18:07:28.692Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-08-20T18:07:28.692Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-08-20T18:07:28.692Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-08-20T18:07:28.692Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-08-20T18:07:28.692Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-08-20T18:07:28.692Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-08-20T18:07:28.692Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-08-20T18:07:28.693Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-08-20T18:07:28.693Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-08-20T18:07:29.009Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-08-20T18:07:29.355Z | Updating crates.io index |
| 222 | 2026-08-20T18:07:29.358Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-08-20T18:07:29.766Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-08-20T18:07:30.153Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-08-20T18:07:31.448Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-08-20T18:07:31.996Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-08-20T18:07:40.149Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-08-20T18:07:41.986Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-08-20T18:07:42.366Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-08-20T18:07:42.888Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-08-20T18:07:44.354Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-08-20T18:07:44.660Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-08-20T18:07:45.225Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 234 | 2026-08-20T18:07:45.529Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-08-20T18:07:46.168Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 236 | 2026-08-20T18:07:46.442Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 237 | 2026-08-20T18:07:46.744Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-08-20T18:07:47.064Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-08-20T18:07:47.437Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 240 | 2026-08-20T18:07:48.121Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 241 | 2026-08-20T18:07:48.477Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-20T18:07:49.004Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 243 | 2026-08-20T18:07:49.298Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 244 | 2026-08-20T18:07:49.944Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 245 | 2026-08-20T18:07:50.304Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-08-20T18:07:50.590Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-08-20T18:07:51.075Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-08-20T18:07:51.391Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-08-20T18:07:51.940Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-08-20T18:07:52.304Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-08-20T18:07:53.332Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 252 | 2026-08-20T18:07:53.651Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-08-20T18:07:54.058Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 254 | 2026-08-20T18:07:54.817Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-08-20T18:07:55.153Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-08-20T18:07:55.463Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 257 | 2026-08-20T18:07:55.773Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 258 | 2026-08-20T18:07:56.166Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 259 | 2026-08-20T18:07:56.512Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-08-20T18:07:56.720Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-08-20T18:07:57.041Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-08-20T18:07:57.306Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-08-20T18:07:57.595Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 264 | 2026-08-20T18:08:00.347Z | Downloading crates ... |
| 265 | 2026-08-20T18:08:00.405Z | Downloaded macaddr v1.0.1 |
| 266 | 2026-08-20T18:08:00.408Z | Downloaded cfg-if v1.0.4 |
| 267 | 2026-08-20T18:08:00.411Z | Downloaded zerocopy-derive v0.7.35 |
| 268 | 2026-08-20T18:08:00.415Z | Downloaded cpufeatures v0.2.17 |
| 269 | 2026-08-20T18:08:00.415Z | Downloaded cargo-platform v0.3.2 |
| 270 | 2026-08-20T18:08:00.415Z | Downloaded errno v0.3.14 |
| 271 | 2026-08-20T18:08:00.420Z | Downloaded heck v0.5.0 |
| 272 | 2026-08-20T18:08:00.425Z | Downloaded usdt v0.5.0 |
| 273 | 2026-08-20T18:08:00.425Z | Downloaded zerocopy v0.7.35 |
| 274 | 2026-08-20T18:08:00.430Z | Downloaded zmij v1.0.21 |
| 275 | 2026-08-20T18:08:00.434Z | Downloaded generic-array v0.14.7 |
| 276 | 2026-08-20T18:08:00.434Z | Downloaded crypto-common v0.1.7 |
| 277 | 2026-08-20T18:08:00.434Z | Downloaded anstyle v1.0.14 |
| 278 | 2026-08-20T18:08:00.434Z | Downloaded byteorder v1.5.0 |
| 279 | 2026-08-20T18:08:00.437Z | Downloaded heck v0.4.1 |
| 280 | 2026-08-20T18:08:00.437Z | Downloaded dof v0.3.0 |
| 281 | 2026-08-20T18:08:00.437Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-08-20T18:08:00.437Z | Downloaded memmap v0.7.0 |
| 283 | 2026-08-20T18:08:00.437Z | Downloaded fastrand v2.3.0 |
| 284 | 2026-08-20T18:08:00.441Z | Downloaded is_terminal_polyfill v1.70.2 |
| 285 | 2026-08-20T18:08:00.444Z | Downloaded camino-tempfile v1.4.1 |
| 286 | 2026-08-20T18:08:00.448Z | Downloaded clap_lex v1.0.0 |
| 287 | 2026-08-20T18:08:00.452Z | Downloaded fnv v1.0.7 |
| 288 | 2026-08-20T18:08:00.452Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-08-20T18:08:00.452Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-08-20T18:08:00.455Z | Downloaded usdt-attr-macro v0.5.0 |
| 291 | 2026-08-20T18:08:00.455Z | Downloaded dtrace-parser v0.2.0 |
| 292 | 2026-08-20T18:08:00.456Z | Downloaded anstyle-query v1.1.5 |
| 293 | 2026-08-20T18:08:00.459Z | Downloaded serde_spanned v0.6.9 |
| 294 | 2026-08-20T18:08:00.460Z | Downloaded cargo_metadata v0.23.1 |
| 295 | 2026-08-20T18:08:00.469Z | Downloaded fs-err v3.3.0 |
| 296 | 2026-08-20T18:08:00.469Z | Downloaded anstyle-parse v1.0.0 |
| 297 | 2026-08-20T18:08:00.472Z | Downloaded anstream v1.0.0 |
| 298 | 2026-08-20T18:08:00.473Z | Downloaded cargo_toml v0.21.0 |
| 299 | 2026-08-20T18:08:00.473Z | Downloaded plain v0.2.3 |
| 300 | 2026-08-20T18:08:00.473Z | Downloaded strsim v0.11.1 |
| 301 | 2026-08-20T18:08:00.473Z | Downloaded thread-id v4.2.2 |
| 302 | 2026-08-20T18:08:00.476Z | Downloaded bytecount v0.6.9 |
| 303 | 2026-08-20T18:08:00.480Z | Downloaded autocfg v1.5.0 |
| 304 | 2026-08-20T18:08:00.480Z | Downloaded digest v0.10.7 |
| 305 | 2026-08-20T18:08:00.484Z | Downloaded proc-macro-error-attr v1.0.4 |
| 306 | 2026-08-20T18:08:00.487Z | Downloaded smawk v0.3.2 |
| 307 | 2026-08-20T18:08:00.487Z | Downloaded itoa v1.0.17 |
| 308 | 2026-08-20T18:08:00.490Z | Downloaded tabled_derive v0.7.0 |
| 309 | 2026-08-20T18:08:00.494Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-08-20T18:08:00.494Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-08-20T18:08:00.494Z | Downloaded toml_write v0.1.2 |
| 312 | 2026-08-20T18:08:00.497Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2026-08-20T18:08:00.500Z | Downloaded swrite v0.1.0 |
| 314 | 2026-08-20T18:08:00.500Z | Downloaded pretty-hex v0.4.1 |
| 315 | 2026-08-20T18:08:00.504Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-08-20T18:08:00.504Z | Downloaded version_check v0.9.5 |
| 317 | 2026-08-20T18:08:00.507Z | Downloaded utf8parse v0.2.2 |
| 318 | 2026-08-20T18:08:00.507Z | Downloaded thiserror v2.0.18 |
| 319 | 2026-08-20T18:08:00.510Z | Downloaded thiserror-impl v1.0.69 |
| 320 | 2026-08-20T18:08:00.510Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-08-20T18:08:00.519Z | Downloaded getrandom v0.3.4 |
| 322 | 2026-08-20T18:08:00.522Z | Downloaded papergrid v0.11.0 |
| 323 | 2026-08-20T18:08:00.526Z | Downloaded toml_datetime v0.6.11 |
| 324 | 2026-08-20T18:08:00.530Z | Downloaded serde_tokenstream v0.2.3 |
| 325 | 2026-08-20T18:08:00.533Z | Downloaded quote v1.0.45 |
| 326 | 2026-08-20T18:08:00.533Z | Downloaded proc-macro-error v1.0.4 |
| 327 | 2026-08-20T18:08:00.536Z | Downloaded scroll v0.12.0 |
| 328 | 2026-08-20T18:08:00.537Z | Downloaded sha2 v0.10.9 |
| 329 | 2026-08-20T18:08:00.540Z | Downloaded thiserror-impl v2.0.18 |
| 330 | 2026-08-20T18:08:00.540Z | Downloaded usdt-impl v0.5.0 |
| 331 | 2026-08-20T18:08:00.540Z | Downloaded camino v1.2.5 |
| 332 | 2026-08-20T18:08:00.544Z | Downloaded clap_derive v4.6.1 |
| 333 | 2026-08-20T18:08:00.544Z | Downloaded pest_generator v2.8.6 |
| 334 | 2026-08-20T18:08:00.544Z | Downloaded anyhow v1.0.104 |
| 335 | 2026-08-20T18:08:00.547Z | Downloaded clap v4.6.1 |
| 336 | 2026-08-20T18:08:00.558Z | Downloaded semver v1.0.28 |
| 337 | 2026-08-20T18:08:00.561Z | Downloaded tempfile v3.27.0 |
| 338 | 2026-08-20T18:08:00.561Z | Downloaded toml v0.8.23 |
| 339 | 2026-08-20T18:08:00.565Z | Downloaded ucd-trie v0.1.7 |
| 340 | 2026-08-20T18:08:00.565Z | Downloaded thiserror v1.0.69 |
| 341 | 2026-08-20T18:08:00.568Z | Downloaded once_cell v1.21.3 |
| 342 | 2026-08-20T18:08:00.568Z | Downloaded pest_meta v2.8.6 |
| 343 | 2026-08-20T18:08:00.579Z | Downloaded log v0.4.33 |
| 344 | 2026-08-20T18:08:00.588Z | Downloaded proc-macro2 v1.0.106 |
| 345 | 2026-08-20T18:08:00.588Z | Downloaded serde_core v1.0.228 |
| 346 | 2026-08-20T18:08:00.588Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-08-20T18:08:00.592Z | Downloaded indexmap v2.14.0 |
| 348 | 2026-08-20T18:08:00.592Z | Downloaded typenum v1.20.1 |
| 349 | 2026-08-20T18:08:00.595Z | Downloaded pest_derive v2.8.6 |
| 350 | 2026-08-20T18:08:00.600Z | Downloaded toml_edit v0.22.27 |
| 351 | 2026-08-20T18:08:00.603Z | Downloaded serde_derive v1.0.228 |
| 352 | 2026-08-20T18:08:00.607Z | Downloaded textwrap v0.16.2 |
| 353 | 2026-08-20T18:08:00.615Z | Downloaded memchr v2.8.0 |
| 354 | 2026-08-20T18:08:00.619Z | Downloaded hashbrown v0.17.0 |
| 355 | 2026-08-20T18:08:00.625Z | Downloaded serde v1.0.228 |
| 356 | 2026-08-20T18:08:00.638Z | Downloaded pest v2.8.6 |
| 357 | 2026-08-20T18:08:00.645Z | Downloaded goblin v0.8.2 |
| 358 | 2026-08-20T18:08:00.648Z | Downloaded clap_builder v4.6.0 |
| 359 | 2026-08-20T18:08:00.654Z | Downloaded serde_json v1.0.151 |
| 360 | 2026-08-20T18:08:00.671Z | Downloaded winnow v0.7.14 |
| 361 | 2026-08-20T18:08:00.676Z | Downloaded tabled v0.15.0 |
| 362 | 2026-08-20T18:08:00.687Z | Downloaded syn v1.0.109 |
| 363 | 2026-08-20T18:08:00.693Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-08-20T18:08:00.698Z | Downloaded unicode-width v0.1.14 |
| 365 | 2026-08-20T18:08:00.703Z | Downloaded syn v2.0.117 |
| 366 | 2026-08-20T18:08:00.710Z | Downloaded rustix v1.1.4 |
| 367 | 2026-08-20T18:08:00.732Z | Downloaded libc v0.2.185 |
| 368 | 2026-08-20T18:08:00.794Z | Compiling proc-macro2 v1.0.106 |
| 369 | 2026-08-20T18:08:00.794Z | Compiling quote v1.0.45 |
| 370 | 2026-08-20T18:08:00.794Z | Compiling unicode-ident v1.0.24 |
| 371 | 2026-08-20T18:08:00.799Z | Compiling serde_core v1.0.228 |
| 372 | 2026-08-20T18:08:00.799Z | Compiling libc v0.2.185 |
| 373 | 2026-08-20T18:08:00.799Z | Compiling version_check v0.9.5 |
| 374 | 2026-08-20T18:08:00.969Z | Compiling memchr v2.8.0 |
| 375 | 2026-08-20T18:08:00.977Z | Compiling serde v1.0.228 |
| 376 | 2026-08-20T18:08:00.977Z | Compiling zmij v1.0.21 |
| 377 | 2026-08-20T18:08:00.981Z | Compiling ucd-trie v0.1.7 |
| 378 | 2026-08-20T18:08:00.991Z | Compiling thiserror v1.0.69 |
| 379 | 2026-08-20T18:08:00.991Z | Compiling itoa v1.0.17 |
| 380 | 2026-08-20T18:08:00.991Z | Compiling rustix v1.1.4 |
| 381 | 2026-08-20T18:08:00.996Z | Compiling byteorder v1.5.0 |
| 382 | 2026-08-20T18:08:01.197Z | Compiling bitflags v2.11.0 |
| 383 | 2026-08-20T18:08:01.361Z | Compiling serde_json v1.0.151 |
| 384 | 2026-08-20T18:08:01.445Z | Compiling usdt-impl v0.5.0 |
| 385 | 2026-08-20T18:08:01.450Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-08-20T18:08:01.524Z | Compiling pest v2.8.6 |
| 387 | 2026-08-20T18:08:01.565Z | Compiling camino v1.2.5 |
| 388 | 2026-08-20T18:08:01.565Z | Compiling syn v1.0.109 |
| 389 | 2026-08-20T18:08:01.571Z | Compiling proc-macro-error v1.0.4 |
| 390 | 2026-08-20T18:08:01.716Z | Compiling log v0.4.33 |
| 391 | 2026-08-20T18:08:01.801Z | Compiling plain v0.2.3 |
| 392 | 2026-08-20T18:08:01.805Z | Compiling equivalent v1.0.2 |
| 393 | 2026-08-20T18:08:01.805Z | Compiling utf8parse v0.2.2 |
| 394 | 2026-08-20T18:08:01.890Z | Compiling hashbrown v0.17.0 |
| 395 | 2026-08-20T18:08:01.925Z | Compiling getrandom v0.3.4 |
| 396 | 2026-08-20T18:08:01.928Z | Compiling anstyle-query v1.1.5 |
| 397 | 2026-08-20T18:08:01.995Z | Compiling anstyle-parse v1.0.0 |
| 398 | 2026-08-20T18:08:01.999Z | Compiling autocfg v1.5.0 |
| 399 | 2026-08-20T18:08:01.999Z | Compiling colorchoice v1.0.4 |
| 400 | 2026-08-20T18:08:02.000Z | Compiling winnow v0.7.14 |
| 401 | 2026-08-20T18:08:02.031Z | Compiling is_terminal_polyfill v1.70.2 |
| 402 | 2026-08-20T18:08:02.113Z | Compiling errno v0.3.14 |
| 403 | 2026-08-20T18:08:02.114Z | Compiling thread-id v4.2.2 |
| 404 | 2026-08-20T18:08:02.119Z | Compiling cfg-if v1.0.4 |
| 405 | 2026-08-20T18:08:02.178Z | Compiling pretty-hex v0.4.1 |
| 406 | 2026-08-20T18:08:02.195Z | Compiling toml_write v0.1.2 |
| 407 | 2026-08-20T18:08:02.265Z | Compiling thiserror v2.0.18 |
| 408 | 2026-08-20T18:08:02.284Z | Compiling anstyle v1.0.14 |
| 409 | 2026-08-20T18:08:02.287Z | Compiling anyhow v1.0.104 |
| 410 | 2026-08-20T18:08:02.364Z | Compiling fastrand v2.3.0 |
| 411 | 2026-08-20T18:08:02.419Z | Compiling heck v0.5.0 |
| 412 | 2026-08-20T18:08:02.440Z | Compiling syn v2.0.117 |
| 413 | 2026-08-20T18:08:02.528Z | Compiling indexmap v2.14.0 |
| 414 | 2026-08-20T18:08:02.531Z | Compiling anstream v1.0.0 |
| 415 | 2026-08-20T18:08:02.585Z | Compiling fs-err v3.3.0 |
| 416 | 2026-08-20T18:08:02.654Z | Compiling pest_meta v2.8.6 |
| 417 | 2026-08-20T18:08:02.713Z | Compiling fnv v1.0.7 |
| 418 | 2026-08-20T18:08:02.717Z | Compiling strsim v0.11.1 |
| 419 | 2026-08-20T18:08:02.808Z | Compiling unicode-width v0.1.14 |
| 420 | 2026-08-20T18:08:02.845Z | Compiling once_cell v1.21.3 |
| 421 | 2026-08-20T18:08:02.865Z | Compiling heck v0.4.1 |
| 422 | 2026-08-20T18:08:02.908Z | Compiling bytecount v0.6.9 |
| 423 | 2026-08-20T18:08:02.929Z | Compiling clap_lex v1.0.0 |
| 424 | 2026-08-20T18:08:03.069Z | Compiling papergrid v0.11.0 |
| 425 | 2026-08-20T18:08:03.088Z | Compiling memmap v0.7.0 |
| 426 | 2026-08-20T18:08:03.103Z | Compiling unicode-width v0.2.0 |
| 427 | 2026-08-20T18:08:03.123Z | Compiling unicode-linebreak v0.1.5 |
| 428 | 2026-08-20T18:08:03.137Z | Compiling smawk v0.3.2 |
| 429 | 2026-08-20T18:08:03.183Z | Compiling swrite v0.1.0 |
| 430 | 2026-08-20T18:08:03.261Z | Compiling terminal_size v0.4.3 |
| 431 | 2026-08-20T18:08:03.290Z | Compiling tempfile v3.27.0 |
| 432 | 2026-08-20T18:08:03.412Z | Compiling clap_builder v4.6.0 |
| 433 | 2026-08-20T18:08:03.428Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-08-20T18:08:03.473Z | Compiling semver v1.0.28 |
| 435 | 2026-08-20T18:08:03.497Z | Compiling textwrap v0.16.2 |
| 436 | 2026-08-20T18:08:03.676Z | Compiling camino-tempfile v1.4.1 |
| 437 | 2026-08-20T18:08:04.048Z | Compiling tabled_derive v0.7.0 |
| 438 | 2026-08-20T18:08:04.646Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-08-20T18:08:04.704Z | Compiling tabled v0.15.0 |
| 440 | 2026-08-20T18:08:05.126Z | Compiling serde_derive v1.0.228 |
| 441 | 2026-08-20T18:08:05.130Z | Compiling thiserror-impl v1.0.69 |
| 442 | 2026-08-20T18:08:05.130Z | Compiling zerocopy-derive v0.7.35 |
| 443 | 2026-08-20T18:08:05.130Z | Compiling scroll_derive v0.12.1 |
| 444 | 2026-08-20T18:08:05.130Z | Compiling thiserror-impl v2.0.18 |
| 445 | 2026-08-20T18:08:05.130Z | Compiling clap_derive v4.6.1 |
| 446 | 2026-08-20T18:08:05.181Z | Compiling pest_derive v2.8.6 |
| 447 | 2026-08-20T18:08:05.818Z | Compiling scroll v0.12.0 |
| 448 | 2026-08-20T18:08:05.909Z | Compiling zerocopy v0.7.35 |
| 449 | 2026-08-20T18:08:06.034Z | Compiling goblin v0.8.2 |
| 450 | 2026-08-20T18:08:06.264Z | Compiling dtrace-parser v0.2.0 |
| 451 | 2026-08-20T18:08:06.497Z | Compiling clap v4.6.1 |
| 452 | 2026-08-20T18:08:07.560Z | Compiling dof v0.3.0 |
| 453 | 2026-08-20T18:08:07.560Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-08-20T18:08:07.564Z | Compiling toml_datetime v0.6.11 |
| 455 | 2026-08-20T18:08:07.564Z | Compiling serde_spanned v0.6.9 |
| 456 | 2026-08-20T18:08:07.564Z | Compiling macaddr v1.0.1 |
| 457 | 2026-08-20T18:08:07.564Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 458 | 2026-08-20T18:08:07.564Z | Compiling cargo_metadata v0.23.1 |
| 459 | 2026-08-20T18:08:07.755Z | Compiling toml_edit v0.22.27 |
| 460 | 2026-08-20T18:08:08.223Z | Compiling usdt-attr-macro v0.5.0 |
| 461 | 2026-08-20T18:08:08.227Z | Compiling usdt-macro v0.5.0 |
| 462 | 2026-08-20T18:08:08.853Z | Compiling usdt v0.5.0 |
| 463 | 2026-08-20T18:08:09.011Z | Compiling toml v0.8.23 |
| 464 | 2026-08-20T18:08:09.321Z | Compiling cargo_toml v0.21.0 |
| 465 | 2026-08-20T18:08:10.587Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 466 | 2026-08-20T18:08:12.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.78s |
| 467 | 2026-08-20T18:08:12.832Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 468 | 2026-08-20T18:08:13.338Z | Downloading crates ... |
| 469 | 2026-08-20T18:08:13.394Z | Downloaded aead v0.5.2 |
| 470 | 2026-08-20T18:08:13.405Z | Downloaded atty v0.2.14 |
| 471 | 2026-08-20T18:08:13.411Z | Downloaded atomic-waker v1.1.2 |
| 472 | 2026-08-20T18:08:13.411Z | Downloaded arrayref v0.3.9 |
| 473 | 2026-08-20T18:08:13.411Z | Downloaded anstream v0.6.21 |
| 474 | 2026-08-20T18:08:13.411Z | Downloaded assert_matches v1.5.0 |
| 475 | 2026-08-20T18:08:13.416Z | Downloaded hash32 v0.3.1 |
| 476 | 2026-08-20T18:08:13.417Z | Downloaded async-recursion v1.1.1 |
| 477 | 2026-08-20T18:08:13.417Z | Downloaded bitfield-macros v0.19.4 |
| 478 | 2026-08-20T18:08:13.423Z | Downloaded cfg_aliases v0.1.1 |
| 479 | 2026-08-20T18:08:13.423Z | Downloaded cobs v0.3.0 |
| 480 | 2026-08-20T18:08:13.430Z | Downloaded ciborium-ll v0.2.2 |
| 481 | 2026-08-20T18:08:13.430Z | Downloaded bitfield-struct v0.6.2 |
| 482 | 2026-08-20T18:08:13.430Z | Downloaded half v2.7.1 |
| 483 | 2026-08-20T18:08:13.430Z | Downloaded const-oid v0.10.2 |
| 484 | 2026-08-20T18:08:13.438Z | Downloaded base64ct v1.8.3 |
| 485 | 2026-08-20T18:08:13.438Z | Downloaded argon2 v0.5.3 |
| 486 | 2026-08-20T18:08:13.441Z | Downloaded ff v0.13.1 |
| 487 | 2026-08-20T18:08:13.441Z | Downloaded hickory-server v0.25.2 |
| 488 | 2026-08-20T18:08:13.441Z | Downloaded env_logger v0.11.11 |
| 489 | 2026-08-20T18:08:13.441Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 490 | 2026-08-20T18:08:13.441Z | Downloaded bit-set v0.8.0 |
| 491 | 2026-08-20T18:08:13.441Z | Downloaded block-buffer v0.12.1 |
| 492 | 2026-08-20T18:08:13.441Z | Downloaded anstyle-parse v0.2.7 |
| 493 | 2026-08-20T18:08:13.445Z | Downloaded bcs v0.1.6 |
| 494 | 2026-08-20T18:08:13.445Z | Downloaded erased-serde v0.3.31 |
| 495 | 2026-08-20T18:08:13.445Z | Downloaded fallible-iterator v0.2.0 |
| 496 | 2026-08-20T18:08:13.445Z | Downloaded bitfield v0.19.4 |
| 497 | 2026-08-20T18:08:13.445Z | Downloaded enum_dispatch v0.3.13 |
| 498 | 2026-08-20T18:08:13.450Z | Downloaded futures-io v0.3.32 |
| 499 | 2026-08-20T18:08:13.450Z | Downloaded foldhash v0.2.0 |
| 500 | 2026-08-20T18:08:13.451Z | Downloaded foreign-types-shared v0.3.1 |
| 501 | 2026-08-20T18:08:13.451Z | Downloaded funty v2.0.0 |
| 502 | 2026-08-20T18:08:13.451Z | Downloaded fxhash v0.2.1 |
| 503 | 2026-08-20T18:08:13.451Z | Downloaded bs58 v0.5.1 |
| 504 | 2026-08-20T18:08:13.455Z | Downloaded buf-list v1.1.2 |
| 505 | 2026-08-20T18:08:13.455Z | Downloaded byte-wrapper v0.1.0 |
| 506 | 2026-08-20T18:08:13.455Z | Downloaded float-cmp v0.10.0 |
| 507 | 2026-08-20T18:08:13.455Z | Downloaded ahash v0.8.12 |
| 508 | 2026-08-20T18:08:13.455Z | Downloaded embedded-io v0.4.0 |
| 509 | 2026-08-20T18:08:13.458Z | Downloaded foreign-types v0.5.0 |
| 510 | 2026-08-20T18:08:13.458Z | Downloaded foreign-types-macros v0.2.3 |
| 511 | 2026-08-20T18:08:13.459Z | Downloaded futures-core v0.3.32 |
| 512 | 2026-08-20T18:08:13.459Z | Downloaded backoff v0.4.0 |
| 513 | 2026-08-20T18:08:13.459Z | Downloaded cbc v0.2.1 |
| 514 | 2026-08-20T18:08:13.459Z | Downloaded futures-sink v0.3.32 |
| 515 | 2026-08-20T18:08:13.459Z | Downloaded flagset v0.4.7 |
| 516 | 2026-08-20T18:08:13.463Z | Downloaded addr2line v0.25.1 |
| 517 | 2026-08-20T18:08:13.463Z | Downloaded cfg_aliases v0.2.1 |
| 518 | 2026-08-20T18:08:13.463Z | Downloaded clang-sys v1.8.1 |
| 519 | 2026-08-20T18:08:13.463Z | Downloaded console v0.15.11 |
| 520 | 2026-08-20T18:08:13.466Z | Downloaded nodrop v0.1.14 |
| 521 | 2026-08-20T18:08:13.467Z | Downloaded env_filter v2.0.0 |
| 522 | 2026-08-20T18:08:13.467Z | Downloaded filetime v0.2.27 |
| 523 | 2026-08-20T18:08:13.467Z | Downloaded fixedbitset v0.5.7 |
| 524 | 2026-08-20T18:08:13.467Z | Downloaded async-bb8-diesel v0.2.1 |
| 525 | 2026-08-20T18:08:13.470Z | Downloaded foreign-types-shared v0.1.1 |
| 526 | 2026-08-20T18:08:13.470Z | Downloaded form_urlencoded v1.2.2 |
| 527 | 2026-08-20T18:08:13.470Z | Downloaded ascii-canvas v3.0.0 |
| 528 | 2026-08-20T18:08:13.470Z | Downloaded bb8 v0.8.6 |
| 529 | 2026-08-20T18:08:13.474Z | Downloaded enum-as-inner v0.6.1 |
| 530 | 2026-08-20T18:08:13.478Z | Downloaded ff v0.14.0 |
| 531 | 2026-08-20T18:08:13.478Z | Downloaded base16ct v1.0.0 |
| 532 | 2026-08-20T18:08:13.484Z | Downloaded openssl-macros v0.1.1 |
| 533 | 2026-08-20T18:08:13.484Z | Downloaded futures-macro v0.3.32 |
| 534 | 2026-08-20T18:08:13.484Z | Downloaded futures-task v0.3.32 |
| 535 | 2026-08-20T18:08:13.488Z | Downloaded cancel-safe-futures v0.1.5 |
| 536 | 2026-08-20T18:08:13.488Z | Downloaded fd-lock v4.0.4 |
| 537 | 2026-08-20T18:08:13.488Z | Downloaded glob v0.3.3 |
| 538 | 2026-08-20T18:08:13.488Z | Downloaded bzip2 v0.6.1 |
| 539 | 2026-08-20T18:08:13.491Z | Downloaded compression-codecs v0.4.37 |
| 540 | 2026-08-20T18:08:13.492Z | Downloaded async-stream v0.3.6 |
| 541 | 2026-08-20T18:08:13.492Z | Downloaded chacha20 v0.10.0 |
| 542 | 2026-08-20T18:08:13.498Z | Downloaded nibble_vec v0.1.0 |
| 543 | 2026-08-20T18:08:13.502Z | Downloaded gethostname v0.5.0 |
| 544 | 2026-08-20T18:08:13.502Z | Downloaded home v0.5.12 |
| 545 | 2026-08-20T18:08:13.509Z | Downloaded globwalk v0.9.1 |
| 546 | 2026-08-20T18:08:13.509Z | Downloaded httpdate v1.0.3 |
| 547 | 2026-08-20T18:08:13.509Z | Downloaded bit-set v0.5.3 |
| 548 | 2026-08-20T18:08:13.509Z | Downloaded normalize-line-endings v0.3.0 |
| 549 | 2026-08-20T18:08:13.509Z | Downloaded async-stream-impl v0.3.6 |
| 550 | 2026-08-20T18:08:13.509Z | Downloaded array-init v0.0.4 |
| 551 | 2026-08-20T18:08:13.509Z | Downloaded compression-core v0.4.31 |
| 552 | 2026-08-20T18:08:13.512Z | Downloaded git-stub v1.0.0 |
| 553 | 2026-08-20T18:08:13.512Z | Downloaded hex-literal v1.1.0 |
| 554 | 2026-08-20T18:08:13.513Z | Downloaded num-derive v0.4.2 |
| 555 | 2026-08-20T18:08:13.513Z | Downloaded embedded-io v0.6.1 |
| 556 | 2026-08-20T18:08:13.513Z | Downloaded foreign-types v0.3.2 |
| 557 | 2026-08-20T18:08:13.513Z | Downloaded hostname v0.4.2 |
| 558 | 2026-08-20T18:08:13.513Z | Downloaded cipher v0.4.4 |
| 559 | 2026-08-20T18:08:13.513Z | Downloaded aead v0.6.1 |
| 560 | 2026-08-20T18:08:13.513Z | Downloaded bit-vec v0.6.3 |
| 561 | 2026-08-20T18:08:13.513Z | Downloaded castaway v0.2.4 |
| 562 | 2026-08-20T18:08:13.517Z | Downloaded float-ord v0.3.2 |
| 563 | 2026-08-20T18:08:13.517Z | Downloaded cipher v0.5.2 |
| 564 | 2026-08-20T18:08:13.517Z | Downloaded http-body v1.0.1 |
| 565 | 2026-08-20T18:08:13.517Z | Downloaded hubpack_derive v0.1.1 |
| 566 | 2026-08-20T18:08:13.521Z | Downloaded async-trait v0.1.89 |
| 567 | 2026-08-20T18:08:13.521Z | Downloaded base16ct v0.2.0 |
| 568 | 2026-08-20T18:08:13.522Z | Downloaded cexpr v0.6.0 |
| 569 | 2026-08-20T18:08:13.522Z | Downloaded chacha20 v0.9.1 |
| 570 | 2026-08-20T18:08:13.526Z | Downloaded hubpack v0.1.2 |
| 571 | 2026-08-20T18:08:13.526Z | Downloaded arrayvec v0.7.6 |
| 572 | 2026-08-20T18:08:13.526Z | Downloaded http-range v0.1.5 |
| 573 | 2026-08-20T18:08:13.526Z | Downloaded fixedbitset v0.4.2 |
| 574 | 2026-08-20T18:08:13.526Z | Downloaded allocator-api2 v0.2.21 |
| 575 | 2026-08-20T18:08:13.531Z | Downloaded phf_shared v0.11.3 |
| 576 | 2026-08-20T18:08:13.531Z | Downloaded newline-converter v0.3.0 |
| 577 | 2026-08-20T18:08:13.531Z | Downloaded ciborium-io v0.2.2 |
| 578 | 2026-08-20T18:08:13.535Z | Downloaded backtrace-ext v0.2.1 |
| 579 | 2026-08-20T18:08:13.538Z | Downloaded backtrace v0.3.76 |
| 580 | 2026-08-20T18:08:13.544Z | Downloaded base64 v0.21.7 |
| 581 | 2026-08-20T18:08:13.544Z | Downloaded cassowary v0.3.0 |
| 582 | 2026-08-20T18:08:13.544Z | Downloaded headers-core v0.3.0 |
| 583 | 2026-08-20T18:08:13.544Z | Downloaded hostname v0.3.1 |
| 584 | 2026-08-20T18:08:13.547Z | Downloaded password-hash v0.6.1 |
| 585 | 2026-08-20T18:08:13.547Z | Downloaded hex v0.4.3 |
| 586 | 2026-08-20T18:08:13.547Z | Downloaded ghash v0.6.0 |
| 587 | 2026-08-20T18:08:13.547Z | Downloaded fs_extra v1.3.0 |
| 588 | 2026-08-20T18:08:13.547Z | Downloaded atomicwrites v0.4.4 |
| 589 | 2026-08-20T18:08:13.552Z | Downloaded foldhash v0.1.5 |
| 590 | 2026-08-20T18:08:13.552Z | Downloaded futures-channel v0.3.32 |
| 591 | 2026-08-20T18:08:13.559Z | Downloaded progenitor-macro v0.14.0 |
| 592 | 2026-08-20T18:08:13.560Z | Downloaded block-padding v0.4.2 |
| 593 | 2026-08-20T18:08:13.560Z | Downloaded adler2 v2.0.1 |
| 594 | 2026-08-20T18:08:13.560Z | Downloaded num_enum_derive v0.7.6 |
| 595 | 2026-08-20T18:08:13.565Z | Downloaded group v0.14.0 |
| 596 | 2026-08-20T18:08:13.565Z | Downloaded fatfs v0.3.6 |
| 597 | 2026-08-20T18:08:13.565Z | Downloaded generic-array v1.4.3 |
| 598 | 2026-08-20T18:08:13.565Z | Downloaded globset v0.4.18 |
| 599 | 2026-08-20T18:08:13.565Z | Downloaded parse-display-derive v0.10.0 |
| 600 | 2026-08-20T18:08:13.565Z | Downloaded cmov v0.5.4 |
| 601 | 2026-08-20T18:08:13.565Z | Downloaded peg-runtime v0.8.5 |
| 602 | 2026-08-20T18:08:13.565Z | Downloaded potential_utf v0.1.4 |
| 603 | 2026-08-20T18:08:13.565Z | Downloaded predicates-core v1.0.10 |
| 604 | 2026-08-20T18:08:13.570Z | Downloaded chumsky v0.9.3 |
| 605 | 2026-08-20T18:08:13.570Z | Downloaded progenitor-macro v0.13.0 |
| 606 | 2026-08-20T18:08:13.570Z | Downloaded rustc_version v0.4.1 |
| 607 | 2026-08-20T18:08:13.574Z | Downloaded blowfish v0.10.0 |
| 608 | 2026-08-20T18:08:13.574Z | Downloaded const-oid v0.9.6 |
| 609 | 2026-08-20T18:08:13.574Z | Downloaded rand_pcg v0.10.2 |
| 610 | 2026-08-20T18:08:13.574Z | Downloaded recursive v0.1.1 |
| 611 | 2026-08-20T18:08:13.574Z | Downloaded bzip2 v0.4.4 |
| 612 | 2026-08-20T18:08:13.574Z | Downloaded ref-cast-impl v1.0.25 |
| 613 | 2026-08-20T18:08:13.579Z | Downloaded scroll_derive v0.13.1 |
| 614 | 2026-08-20T18:08:13.579Z | Downloaded secrecy v0.8.0 |
| 615 | 2026-08-20T18:08:13.579Z | Downloaded russh-util v0.52.0 |
| 616 | 2026-08-20T18:08:13.579Z | Downloaded serde_spanned v1.1.1 |
| 617 | 2026-08-20T18:08:13.584Z | Downloaded serde_repr v0.1.20 |
| 618 | 2026-08-20T18:08:13.584Z | Downloaded signature v3.0.0 |
| 619 | 2026-08-20T18:08:13.585Z | Downloaded slog-envlogger v2.2.0 |
| 620 | 2026-08-20T18:08:13.589Z | Downloaded camino-tempfile-ext v0.3.3 |
| 621 | 2026-08-20T18:08:13.589Z | Downloaded cmake v0.1.57 |
| 622 | 2026-08-20T18:08:13.589Z | Downloaded hash32 v0.2.1 |
| 623 | 2026-08-20T18:08:13.589Z | Downloaded endian-type v0.1.2 |
| 624 | 2026-08-20T18:08:13.589Z | Downloaded find-msvc-tools v0.1.9 |
| 625 | 2026-08-20T18:08:13.589Z | Downloaded futures-executor v0.3.32 |
| 626 | 2026-08-20T18:08:13.589Z | Downloaded group v0.13.0 |
| 627 | 2026-08-20T18:08:13.594Z | Downloaded http-body-util v0.1.3 |
| 628 | 2026-08-20T18:08:13.594Z | Downloaded strsim v0.10.0 |
| 629 | 2026-08-20T18:08:13.594Z | Downloaded sqlparser_derive v0.5.0 |
| 630 | 2026-08-20T18:08:13.594Z | Downloaded strum v0.27.2 |
| 631 | 2026-08-20T18:08:13.595Z | Downloaded git-stub-vcs v0.1.0 |
| 632 | 2026-08-20T18:08:13.595Z | Downloaded oxide-update-engine v0.1.2 |
| 633 | 2026-08-20T18:08:13.598Z | Downloaded highway v1.3.0 |
| 634 | 2026-08-20T18:08:13.601Z | Downloaded bitflags v1.3.2 |
| 635 | 2026-08-20T18:08:13.606Z | Downloaded packed_struct v0.10.1 |
| 636 | 2026-08-20T18:08:13.612Z | Downloaded phf v0.13.1 |
| 637 | 2026-08-20T18:08:13.612Z | Downloaded try-lock v0.2.5 |
| 638 | 2026-08-20T18:08:13.616Z | Downloaded ena v0.14.4 |
| 639 | 2026-08-20T18:08:13.616Z | Downloaded fs-err v2.11.0 |
| 640 | 2026-08-20T18:08:13.616Z | Downloaded num_enum v0.5.11 |
| 641 | 2026-08-20T18:08:13.621Z | Downloaded console v0.16.2 |
| 642 | 2026-08-20T18:08:13.621Z | Downloaded subtle v2.6.1 |
| 643 | 2026-08-20T18:08:13.621Z | Downloaded bit-vec v0.8.0 |
| 644 | 2026-08-20T18:08:13.621Z | Downloaded tinyvec_macros v0.1.1 |
| 645 | 2026-08-20T18:08:13.621Z | Downloaded poly1305 v0.8.0 |
| 646 | 2026-08-20T18:08:13.625Z | Downloaded utf8_iter v1.0.4 |
| 647 | 2026-08-20T18:08:13.625Z | Downloaded progenitor-client v0.13.0 |
| 648 | 2026-08-20T18:08:13.625Z | Downloaded zeroize_derive v1.5.0 |
| 649 | 2026-08-20T18:08:13.630Z | Downloaded untrusted v0.7.1 |
| 650 | 2026-08-20T18:08:13.638Z | Downloaded headers v0.4.1 |
| 651 | 2026-08-20T18:08:13.642Z | Downloaded peg-macros v0.8.5 |
| 652 | 2026-08-20T18:08:13.642Z | Downloaded utf-8 v0.7.6 |
| 653 | 2026-08-20T18:08:13.642Z | Downloaded yoke-derive v0.8.1 |
| 654 | 2026-08-20T18:08:13.646Z | Downloaded sec1 v0.8.1 |
| 655 | 2026-08-20T18:08:13.646Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 656 | 2026-08-20T18:08:13.646Z | Downloaded primeorder v0.14.0 |
| 657 | 2026-08-20T18:08:13.646Z | Downloaded rustls-pemfile v2.2.0 |
| 658 | 2026-08-20T18:08:13.650Z | Downloaded want v0.3.1 |
| 659 | 2026-08-20T18:08:13.650Z | Downloaded crunchy v0.2.4 |
| 660 | 2026-08-20T18:08:13.650Z | Downloaded compact_str v0.8.1 |
| 661 | 2026-08-20T18:08:13.653Z | Downloaded smf v0.2.3 |
| 662 | 2026-08-20T18:08:13.653Z | Downloaded shlex v1.3.0 |
| 663 | 2026-08-20T18:08:13.658Z | Downloaded spki v0.7.3 |
| 664 | 2026-08-20T18:08:13.658Z | Downloaded zone_cfg_derive v0.3.1 |
| 665 | 2026-08-20T18:08:13.658Z | Downloaded httparse v1.10.1 |
| 666 | 2026-08-20T18:08:13.658Z | Downloaded debug-ignore v1.0.5 |
| 667 | 2026-08-20T18:08:13.662Z | Downloaded defmt-parser v1.0.0 |
| 668 | 2026-08-20T18:08:13.662Z | Downloaded ciborium v0.2.2 |
| 669 | 2026-08-20T18:08:13.662Z | Downloaded stacker v0.1.23 |
| 670 | 2026-08-20T18:08:13.667Z | Downloaded tiny-keccak v2.0.2 |
| 671 | 2026-08-20T18:08:13.667Z | Downloaded backon v1.6.0 |
| 672 | 2026-08-20T18:08:13.667Z | Downloaded getrandom v0.2.17 |
| 673 | 2026-08-20T18:08:13.670Z | Downloaded hmac v0.13.0 |
| 674 | 2026-08-20T18:08:13.670Z | Downloaded argon2 v0.6.0-rc.8 |
| 675 | 2026-08-20T18:08:13.670Z | Downloaded colored v2.2.0 |
| 676 | 2026-08-20T18:08:13.675Z | Downloaded hmac v0.12.1 |
| 677 | 2026-08-20T18:08:13.675Z | Downloaded dirs-sys-next v0.1.2 |
| 678 | 2026-08-20T18:08:13.675Z | Downloaded display-error-chain v0.2.2 |
| 679 | 2026-08-20T18:08:13.675Z | Downloaded snafu-derive v0.8.9 |
| 680 | 2026-08-20T18:08:13.678Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 681 | 2026-08-20T18:08:13.678Z | Downloaded futures v0.3.32 |
| 682 | 2026-08-20T18:08:13.678Z | Downloaded blake2 v0.10.6 |
| 683 | 2026-08-20T18:08:13.681Z | Downloaded kem v0.3.0 |
| 684 | 2026-08-20T18:08:13.681Z | Downloaded omicron-zone-package v0.12.3 |
| 685 | 2026-08-20T18:08:13.686Z | Downloaded rustversion v1.0.22 |
| 686 | 2026-08-20T18:08:13.686Z | Downloaded time-macros v0.2.27 |
| 687 | 2026-08-20T18:08:13.686Z | Downloaded dsl_auto_type v0.2.0 |
| 688 | 2026-08-20T18:08:13.723Z | Downloaded rustls-pki-types v1.14.0 |
| 689 | 2026-08-20T18:08:13.723Z | Downloaded hyper-tls v0.6.0 |
| 690 | 2026-08-20T18:08:13.723Z | Downloaded idna_adapter v1.2.1 |
| 691 | 2026-08-20T18:08:13.723Z | Downloaded vergen-git2 v9.1.0 |
| 692 | 2026-08-20T18:08:13.723Z | Downloaded synstructure v0.13.2 |
| 693 | 2026-08-20T18:08:13.723Z | Downloaded thread_local v1.1.9 |
| 694 | 2026-08-20T18:08:13.724Z | Downloaded jiff-static v0.2.34 |
| 695 | 2026-08-20T18:08:13.724Z | Downloaded new_debug_unreachable v1.0.6 |
| 696 | 2026-08-20T18:08:13.724Z | Downloaded num-iter v0.1.45 |
| 697 | 2026-08-20T18:08:13.724Z | Downloaded chacha20poly1305 v0.10.1 |
| 698 | 2026-08-20T18:08:13.724Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 699 | 2026-08-20T18:08:13.724Z | Downloaded flume v0.11.1 |
| 700 | 2026-08-20T18:08:13.724Z | Downloaded is_ci v1.2.0 |
| 701 | 2026-08-20T18:08:13.724Z | Downloaded lru-cache v0.1.2 |
| 702 | 2026-08-20T18:08:13.725Z | Downloaded lru-slab v0.1.2 |
| 703 | 2026-08-20T18:08:13.725Z | Downloaded vergen-gitcl v1.0.8 |
| 704 | 2026-08-20T18:08:13.725Z | Downloaded olpc-cjson v0.1.4 |
| 705 | 2026-08-20T18:08:13.725Z | Downloaded parking_lot v0.12.5 |
| 706 | 2026-08-20T18:08:13.725Z | Downloaded wyz v0.5.1 |
| 707 | 2026-08-20T18:08:13.725Z | Downloaded postgres-types v0.2.12 |
| 708 | 2026-08-20T18:08:13.725Z | Downloaded openssl-probe v0.1.6 |
| 709 | 2026-08-20T18:08:13.725Z | Downloaded serde_cbor v0.11.2 |
| 710 | 2026-08-20T18:08:13.726Z | Downloaded xshell v0.2.7 |
| 711 | 2026-08-20T18:08:13.726Z | Downloaded primeorder v0.13.6 |
| 712 | 2026-08-20T18:08:13.726Z | Downloaded serde_with_macros v3.21.0 |
| 713 | 2026-08-20T18:08:13.726Z | Downloaded zerovec-derive v0.11.2 |
| 714 | 2026-08-20T18:08:13.727Z | Downloaded crc-catalog v2.4.0 |
| 715 | 2026-08-20T18:08:13.727Z | Downloaded blake2 v0.11.0-rc.6 |
| 716 | 2026-08-20T18:08:13.733Z | Downloaded constant_time_eq v0.4.2 |
| 717 | 2026-08-20T18:08:13.733Z | Downloaded ctr v0.10.1 |
| 718 | 2026-08-20T18:08:13.733Z | Downloaded num_enum_derive v0.5.11 |
| 719 | 2026-08-20T18:08:13.733Z | Downloaded phf_shared v0.12.1 |
| 720 | 2026-08-20T18:08:13.733Z | Downloaded oso v0.27.3 |
| 721 | 2026-08-20T18:08:13.733Z | Downloaded aes v0.9.1 |
| 722 | 2026-08-20T18:08:13.733Z | Downloaded powerfmt v0.2.0 |
| 723 | 2026-08-20T18:08:13.733Z | Downloaded elliptic-curve v0.14.1 |
| 724 | 2026-08-20T18:08:13.740Z | Downloaded half v1.8.3 |
| 725 | 2026-08-20T18:08:13.740Z | Downloaded colored v3.1.1 |
| 726 | 2026-08-20T18:08:13.743Z | Downloaded ref-cast v1.0.25 |
| 727 | 2026-08-20T18:08:13.746Z | Downloaded rfc6979 v0.4.0 |
| 728 | 2026-08-20T18:08:13.746Z | Downloaded term v0.7.0 |
| 729 | 2026-08-20T18:08:13.749Z | Downloaded getrandom v0.4.3 |
| 730 | 2026-08-20T18:08:13.749Z | Downloaded slog-dtrace v0.3.0 |
| 731 | 2026-08-20T18:08:13.753Z | Downloaded tinystr v0.8.2 |
| 732 | 2026-08-20T18:08:13.757Z | Downloaded tracing-attributes v0.1.31 |
| 733 | 2026-08-20T18:08:13.757Z | Downloaded tui-tree-widget v0.23.1 |
| 734 | 2026-08-20T18:08:13.761Z | Downloaded libefi-sys v0.1.0 |
| 735 | 2026-08-20T18:08:13.761Z | Downloaded pkcs5 v0.8.1 |
| 736 | 2026-08-20T18:08:13.764Z | Downloaded same-file v1.0.6 |
| 737 | 2026-08-20T18:08:13.764Z | Downloaded arc-swap v1.8.2 |
| 738 | 2026-08-20T18:08:13.767Z | Downloaded predicates-tree v1.0.13 |
| 739 | 2026-08-20T18:08:13.767Z | Downloaded rand_xorshift v0.4.0 |
| 740 | 2026-08-20T18:08:13.772Z | Downloaded bumpalo v3.20.2 |
| 741 | 2026-08-20T18:08:13.772Z | Downloaded const_format_proc_macros v0.2.34 |
| 742 | 2026-08-20T18:08:13.775Z | Downloaded serde_yaml v0.9.34+deprecated |
| 743 | 2026-08-20T18:08:13.775Z | Downloaded ipnet v2.12.0 |
| 744 | 2026-08-20T18:08:13.775Z | Downloaded unicode-properties v0.1.4 |
| 745 | 2026-08-20T18:08:13.775Z | Downloaded rustls-platform-verifier v0.6.2 |
| 746 | 2026-08-20T18:08:13.779Z | Downloaded pem v3.0.6 |
| 747 | 2026-08-20T18:08:13.784Z | Downloaded crossbeam-utils v0.8.21 |
| 748 | 2026-08-20T18:08:13.784Z | Downloaded libloading v0.8.9 |
| 749 | 2026-08-20T18:08:13.784Z | Downloaded lru v0.12.5 |
| 750 | 2026-08-20T18:08:13.788Z | Downloaded lock_api v0.4.14 |
| 751 | 2026-08-20T18:08:13.788Z | Downloaded shell-words v1.1.1 |
| 752 | 2026-08-20T18:08:13.788Z | Downloaded serde_plain v1.0.2 |
| 753 | 2026-08-20T18:08:13.788Z | Downloaded siphasher v1.0.2 |
| 754 | 2026-08-20T18:08:13.788Z | Downloaded signature v2.2.0 |
| 755 | 2026-08-20T18:08:13.788Z | Downloaded tower-service v0.3.3 |
| 756 | 2026-08-20T18:08:13.795Z | Downloaded progenitor-impl v0.14.0 |
| 757 | 2026-08-20T18:08:13.796Z | Downloaded tap v1.0.1 |
| 758 | 2026-08-20T18:08:13.796Z | Downloaded pin-project-lite v0.2.17 |
| 759 | 2026-08-20T18:08:13.800Z | Downloaded port-file v0.1.0 |
| 760 | 2026-08-20T18:08:13.800Z | Downloaded signal-hook v0.3.18 |
| 761 | 2026-08-20T18:08:13.800Z | Downloaded base64 v0.22.1 |
| 762 | 2026-08-20T18:08:13.800Z | Downloaded oxide-tokio-rt v0.1.4 |
| 763 | 2026-08-20T18:08:13.803Z | Downloaded oxide-update-engine-display v0.1.2 |
| 764 | 2026-08-20T18:08:13.803Z | Downloaded sync_wrapper v1.0.2 |
| 765 | 2026-08-20T18:08:13.803Z | Downloaded proc-macro-error2 v2.0.1 |
| 766 | 2026-08-20T18:08:13.811Z | Downloaded progenitor v0.13.0 |
| 767 | 2026-08-20T18:08:13.811Z | Downloaded stable_deref_trait v1.2.1 |
| 768 | 2026-08-20T18:08:13.811Z | Downloaded typify-macro v0.6.2 |
| 769 | 2026-08-20T18:08:13.811Z | Downloaded unarray v0.1.4 |
| 770 | 2026-08-20T18:08:13.815Z | Downloaded universal-hash v0.5.1 |
| 771 | 2026-08-20T18:08:13.815Z | Downloaded sha1 v0.11.0 |
| 772 | 2026-08-20T18:08:13.817Z | Downloaded owo-colors v4.3.0 |
| 773 | 2026-08-20T18:08:13.817Z | Downloaded darling v0.20.11 |
| 774 | 2026-08-20T18:08:13.817Z | Downloaded heapless v0.7.17 |
| 775 | 2026-08-20T18:08:13.820Z | Downloaded tungstenite v0.21.0 |
| 776 | 2026-08-20T18:08:13.820Z | Downloaded rand_chacha v0.9.0 |
| 777 | 2026-08-20T18:08:13.820Z | Downloaded heapless v0.8.0 |
| 778 | 2026-08-20T18:08:13.824Z | Downloaded scrypt v0.12.0 |
| 779 | 2026-08-20T18:08:13.827Z | Downloaded universal-hash v0.6.1 |
| 780 | 2026-08-20T18:08:13.831Z | Downloaded zerofrom-derive v0.1.6 |
| 781 | 2026-08-20T18:08:13.836Z | Downloaded primefield v0.14.0 |
| 782 | 2026-08-20T18:08:13.842Z | Downloaded derive_builder v0.20.2 |
| 783 | 2026-08-20T18:08:13.842Z | Downloaded des v0.9.0 |
| 784 | 2026-08-20T18:08:13.847Z | Downloaded xattr v1.6.1 |
| 785 | 2026-08-20T18:08:13.847Z | Downloaded derive_builder_macro v0.20.2 |
| 786 | 2026-08-20T18:08:13.847Z | Downloaded hybrid-array v0.4.13 |
| 787 | 2026-08-20T18:08:13.847Z | Downloaded rand_seeder v0.4.0 |
| 788 | 2026-08-20T18:08:13.847Z | Downloaded ingot-types v0.2.0 |
| 789 | 2026-08-20T18:08:13.853Z | Downloaded crucible-workspace-hack v0.1.0 |
| 790 | 2026-08-20T18:08:13.853Z | Downloaded cstr-argument v0.1.2 |
| 791 | 2026-08-20T18:08:13.853Z | Downloaded darling_macro v0.23.0 |
| 792 | 2026-08-20T18:08:13.853Z | Downloaded strum_macros v0.24.3 |
| 793 | 2026-08-20T18:08:13.853Z | Downloaded slab v0.4.12 |
| 794 | 2026-08-20T18:08:13.853Z | Downloaded ssh-cipher v0.3.0 |
| 795 | 2026-08-20T18:08:13.859Z | Downloaded ssh-encoding v0.3.0 |
| 796 | 2026-08-20T18:08:13.859Z | Downloaded subprocess v0.2.15 |
| 797 | 2026-08-20T18:08:13.859Z | Downloaded tinyvec v1.10.0 |
| 798 | 2026-08-20T18:08:13.859Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 799 | 2026-08-20T18:08:13.859Z | Downloaded bytes v1.11.1 |
| 800 | 2026-08-20T18:08:13.863Z | Downloaded p256 v0.14.0 |
| 801 | 2026-08-20T18:08:13.864Z | Downloaded scroll v0.13.0 |
| 802 | 2026-08-20T18:08:13.864Z | Downloaded ingot-macros v0.2.0 |
| 803 | 2026-08-20T18:08:13.864Z | Downloaded cc v1.2.56 |
| 804 | 2026-08-20T18:08:13.864Z | Downloaded litrs v1.0.0 |
| 805 | 2026-08-20T18:08:13.868Z | Downloaded rfc6979 v0.6.0 |
| 806 | 2026-08-20T18:08:13.868Z | Downloaded serde_with_macros v1.5.2 |
| 807 | 2026-08-20T18:08:13.868Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 808 | 2026-08-20T18:08:13.868Z | Downloaded illumos-nvpair v0.3.0 |
| 809 | 2026-08-20T18:08:13.872Z | Downloaded tar v0.4.46 |
| 810 | 2026-08-20T18:08:13.872Z | Downloaded unsafe-libyaml v0.2.11 |
| 811 | 2026-08-20T18:08:13.876Z | Downloaded zstd v0.13.3 |
| 812 | 2026-08-20T18:08:13.876Z | Downloaded ar_archive_writer v0.5.1 |
| 813 | 2026-08-20T18:08:13.879Z | Downloaded paste v1.0.15 |
| 814 | 2026-08-20T18:08:13.879Z | Downloaded multer v3.1.0 |
| 815 | 2026-08-20T18:08:13.883Z | Downloaded thiserror-no-std v2.0.2 |
| 816 | 2026-08-20T18:08:13.883Z | Downloaded instability v0.3.11 |
| 817 | 2026-08-20T18:08:13.887Z | Downloaded instant v0.1.13 |
| 818 | 2026-08-20T18:08:13.887Z | Downloaded pkcs8 v0.11.0 |
| 819 | 2026-08-20T18:08:13.887Z | Downloaded tokio-dtrace v0.1.1 |
| 820 | 2026-08-20T18:08:13.887Z | Downloaded tokio-tungstenite v0.23.1 |
| 821 | 2026-08-20T18:08:13.892Z | Downloaded darling v0.13.4 |
| 822 | 2026-08-20T18:08:13.892Z | Downloaded uzers v0.12.2 |
| 823 | 2026-08-20T18:08:13.895Z | Downloaded hickory-resolver v0.25.2 |
| 824 | 2026-08-20T18:08:13.901Z | Downloaded ident_case v1.0.1 |
| 825 | 2026-08-20T18:08:13.904Z | Downloaded psm v0.1.30 |
| 826 | 2026-08-20T18:08:13.904Z | Downloaded async-compression v0.4.41 |
| 827 | 2026-08-20T18:08:13.914Z | Downloaded managed v0.8.0 |
| 828 | 2026-08-20T18:08:13.917Z | Downloaded rustls-webpki v0.103.13 |
| 829 | 2026-08-20T18:08:13.921Z | Downloaded md5 v0.8.0 |
| 830 | 2026-08-20T18:08:13.921Z | Downloaded openssl-probe v0.2.1 |
| 831 | 2026-08-20T18:08:13.921Z | Downloaded phf_shared v0.13.1 |
| 832 | 2026-08-20T18:08:13.921Z | Downloaded hashbrown v0.13.2 |
| 833 | 2026-08-20T18:08:13.927Z | Downloaded const_format v0.2.35 |
| 834 | 2026-08-20T18:08:13.928Z | Downloaded expectorate v1.2.0 |
| 835 | 2026-08-20T18:08:13.931Z | Downloaded whoami v1.6.1 |
| 836 | 2026-08-20T18:08:13.931Z | Downloaded tls_codec_derive v0.4.2 |
| 837 | 2026-08-20T18:08:13.931Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 838 | 2026-08-20T18:08:13.931Z | Downloaded proc-macro-crate v3.4.0 |
| 839 | 2026-08-20T18:08:13.931Z | Downloaded russh-cryptovec v0.62.0 |
| 840 | 2026-08-20T18:08:13.931Z | Downloaded dropshot_endpoint v0.17.1 |
| 841 | 2026-08-20T18:08:13.931Z | Downloaded packed_struct_codegen v0.10.1 |
| 842 | 2026-08-20T18:08:13.935Z | Downloaded whoami v2.1.0 |
| 843 | 2026-08-20T18:08:13.935Z | Downloaded corncobs v0.1.4 |
| 844 | 2026-08-20T18:08:13.935Z | Downloaded radium v0.7.0 |
| 845 | 2026-08-20T18:08:13.935Z | Downloaded icu_locale_core v2.1.1 |
| 846 | 2026-08-20T18:08:13.939Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 847 | 2026-08-20T18:08:13.939Z | Downloaded quinn-udp v0.5.14 |
| 848 | 2026-08-20T18:08:13.952Z | Downloaded flate2 v1.1.9 |
| 849 | 2026-08-20T18:08:13.952Z | Downloaded hashbrown v0.12.3 |
| 850 | 2026-08-20T18:08:13.952Z | Downloaded rand_chacha v0.3.1 |
| 851 | 2026-08-20T18:08:13.952Z | Downloaded defmt-macros v1.0.1 |
| 852 | 2026-08-20T18:08:13.962Z | Downloaded unicode_categories v0.1.1 |
| 853 | 2026-08-20T18:08:13.962Z | Downloaded scheduled-thread-pool v0.2.7 |
| 854 | 2026-08-20T18:08:13.962Z | Downloaded linear-map v1.2.0 |
| 855 | 2026-08-20T18:08:13.962Z | Downloaded scopeguard v1.2.0 |
| 856 | 2026-08-20T18:08:13.962Z | Downloaded tokio-test v0.4.5 |
| 857 | 2026-08-20T18:08:13.962Z | Downloaded spin v0.9.8 |
| 858 | 2026-08-20T18:08:13.962Z | Downloaded supports-unicode v3.0.0 |
| 859 | 2026-08-20T18:08:13.962Z | Downloaded crc-any v2.5.0 |
| 860 | 2026-08-20T18:08:13.962Z | Downloaded ecdsa v0.16.9 |
| 861 | 2026-08-20T18:08:13.962Z | Downloaded quinn v0.11.11 |
| 862 | 2026-08-20T18:08:13.962Z | Downloaded zerocopy v0.6.6 |
| 863 | 2026-08-20T18:08:13.962Z | Downloaded slog-term v2.9.2 |
| 864 | 2026-08-20T18:08:13.963Z | Downloaded lazy_static v1.5.0 |
| 865 | 2026-08-20T18:08:13.967Z | Downloaded seq-macro v0.3.6 |
| 866 | 2026-08-20T18:08:13.967Z | Downloaded supports-hyperlinks v3.2.0 |
| 867 | 2026-08-20T18:08:13.967Z | Downloaded sync-ptr v0.1.4 |
| 868 | 2026-08-20T18:08:13.967Z | Downloaded serde_bytes v0.11.19 |
| 869 | 2026-08-20T18:08:13.967Z | Downloaded sponge-cursor v0.1.0 |
| 870 | 2026-08-20T18:08:13.975Z | Downloaded darling_core v0.21.3 |
| 871 | 2026-08-20T18:08:13.975Z | Downloaded keccak v0.2.0 |
| 872 | 2026-08-20T18:08:13.975Z | Downloaded ppv-lite86 v0.2.21 |
| 873 | 2026-08-20T18:08:13.980Z | Downloaded diff v0.1.13 |
| 874 | 2026-08-20T18:08:13.980Z | Downloaded hickory-resolver v0.24.4 |
| 875 | 2026-08-20T18:08:13.983Z | Downloaded native-tls v0.2.18 |
| 876 | 2026-08-20T18:08:13.983Z | Downloaded libsw v3.5.0 |
| 877 | 2026-08-20T18:08:13.987Z | Downloaded icu_normalizer v2.1.1 |
| 878 | 2026-08-20T18:08:13.987Z | Downloaded md-5 v0.10.6 |
| 879 | 2026-08-20T18:08:13.991Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 880 | 2026-08-20T18:08:13.991Z | Downloaded unit-prefix v0.5.2 |
| 881 | 2026-08-20T18:08:13.991Z | Downloaded untrusted v0.9.0 |
| 882 | 2026-08-20T18:08:13.991Z | Downloaded num-rational v0.4.2 |
| 883 | 2026-08-20T18:08:13.995Z | Downloaded ignore v0.4.25 |
| 884 | 2026-08-20T18:08:13.995Z | Downloaded cpubits v0.1.1 |
| 885 | 2026-08-20T18:08:13.995Z | Downloaded pem-rfc7468 v1.0.0 |
| 886 | 2026-08-20T18:08:13.995Z | Downloaded rpassword v7.5.4 |
| 887 | 2026-08-20T18:08:13.999Z | Downloaded progenitor-extras v0.2.0 |
| 888 | 2026-08-20T18:08:13.999Z | Downloaded uuid v1.23.4 |
| 889 | 2026-08-20T18:08:13.999Z | Downloaded convert_case v0.4.0 |
| 890 | 2026-08-20T18:08:14.003Z | Downloaded humantime v2.3.0 |
| 891 | 2026-08-20T18:08:14.006Z | Downloaded hashbrown v0.15.5 |
| 892 | 2026-08-20T18:08:14.010Z | Downloaded ron v0.8.1 |
| 893 | 2026-08-20T18:08:14.010Z | Downloaded schemars v0.8.22 |
| 894 | 2026-08-20T18:08:14.018Z | Downloaded zopfli v0.8.3 |
| 895 | 2026-08-20T18:08:14.021Z | Downloaded deranged v0.5.8 |
| 896 | 2026-08-20T18:08:14.021Z | Downloaded difflib v0.4.0 |
| 897 | 2026-08-20T18:08:14.021Z | Downloaded crc32fast v1.5.0 |
| 898 | 2026-08-20T18:08:14.024Z | Downloaded num-bigint-dig v0.8.6 |
| 899 | 2026-08-20T18:08:14.031Z | Downloaded document-features v0.2.12 |
| 900 | 2026-08-20T18:08:14.031Z | Downloaded indent_write v2.2.0 |
| 901 | 2026-08-20T18:08:14.031Z | Downloaded hashbrown v0.16.1 |
| 902 | 2026-08-20T18:08:14.034Z | Downloaded rsa v0.10.0-rc.18 |
| 903 | 2026-08-20T18:08:14.034Z | Downloaded lzss v0.8.2 |
| 904 | 2026-08-20T18:08:14.034Z | Downloaded multimap v0.10.1 |
| 905 | 2026-08-20T18:08:14.039Z | Downloaded opaque-debug v0.3.1 |
| 906 | 2026-08-20T18:08:14.039Z | Downloaded serde_derive_internals v0.29.1 |
| 907 | 2026-08-20T18:08:14.039Z | Downloaded slog-json v2.6.1 |
| 908 | 2026-08-20T18:08:14.039Z | Downloaded test-strategy v0.4.5 |
| 909 | 2026-08-20T18:08:14.044Z | Downloaded strum_macros v0.26.4 |
| 910 | 2026-08-20T18:08:14.044Z | Downloaded walkdir v2.5.0 |
| 911 | 2026-08-20T18:08:14.044Z | Downloaded smallvec v0.6.14 |
| 912 | 2026-08-20T18:08:14.044Z | Downloaded tls_codec v0.4.2 |
| 913 | 2026-08-20T18:08:14.048Z | Downloaded keccak v0.1.6 |
| 914 | 2026-08-20T18:08:14.048Z | Downloaded is-terminal v0.4.17 |
| 915 | 2026-08-20T18:08:14.048Z | Downloaded newtype_derive v0.1.6 |
| 916 | 2026-08-20T18:08:14.048Z | Downloaded libscf-sys v1.2.0 |
| 917 | 2026-08-20T18:08:14.048Z | Downloaded darling_core v0.20.11 |
| 918 | 2026-08-20T18:08:14.053Z | Downloaded http v1.4.2 |
| 919 | 2026-08-20T18:08:14.053Z | Downloaded zeroize v1.9.0 |
| 920 | 2026-08-20T18:08:14.053Z | Downloaded memmap2 v0.9.10 |
| 921 | 2026-08-20T18:08:14.056Z | Downloaded psl-types v2.0.11 |
| 922 | 2026-08-20T18:08:14.060Z | Downloaded mio v1.2.0 |
| 923 | 2026-08-20T18:08:14.064Z | Downloaded phf v0.12.1 |
| 924 | 2026-08-20T18:08:14.064Z | Downloaded derive_more v2.1.1 |
| 925 | 2026-08-20T18:08:14.068Z | Downloaded parking_lot v0.11.2 |
| 926 | 2026-08-20T18:08:14.071Z | Downloaded poly1305 v0.9.0 |
| 927 | 2026-08-20T18:08:14.071Z | Downloaded vergen-lib v0.1.6 |
| 928 | 2026-08-20T18:08:14.076Z | Downloaded yoke v0.8.1 |
| 929 | 2026-08-20T18:08:14.076Z | Downloaded salsa20 v0.11.0 |
| 930 | 2026-08-20T18:08:14.076Z | Downloaded postgres-protocol v0.6.10 |
| 931 | 2026-08-20T18:08:14.079Z | Downloaded serde_urlencoded v0.7.1 |
| 932 | 2026-08-20T18:08:14.079Z | Downloaded toml_edit v0.19.15 |
| 933 | 2026-08-20T18:08:14.088Z | Downloaded sha1 v0.10.6 |
| 934 | 2026-08-20T18:08:14.094Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 935 | 2026-08-20T18:08:14.094Z | Downloaded derive_builder_core v0.20.2 |
| 936 | 2026-08-20T18:08:14.094Z | Downloaded displaydoc v0.2.5 |
| 937 | 2026-08-20T18:08:14.094Z | Downloaded either v1.15.0 |
| 938 | 2026-08-20T18:08:14.097Z | Downloaded daft v0.1.7 |
| 939 | 2026-08-20T18:08:14.098Z | Downloaded daft-derive v0.1.7 |
| 940 | 2026-08-20T18:08:14.098Z | Downloaded supports-color v3.0.2 |
| 941 | 2026-08-20T18:08:14.098Z | Downloaded cpufeatures v0.3.0 |
| 942 | 2026-08-20T18:08:14.098Z | Downloaded darling_core v0.23.0 |
| 943 | 2026-08-20T18:08:14.101Z | Downloaded spki v0.8.0 |
| 944 | 2026-08-20T18:08:14.101Z | Downloaded wait-timeout v0.2.1 |
| 945 | 2026-08-20T18:08:14.105Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 946 | 2026-08-20T18:08:14.105Z | Downloaded topological-sort v0.2.2 |
| 947 | 2026-08-20T18:08:14.105Z | Downloaded xshell-macros v0.2.7 |
| 948 | 2026-08-20T18:08:14.109Z | Downloaded trait-variant v0.1.2 |
| 949 | 2026-08-20T18:08:14.121Z | Downloaded pem-rfc7468 v0.7.0 |
| 950 | 2026-08-20T18:08:14.125Z | Downloaded progenitor v0.14.0 |
| 951 | 2026-08-20T18:08:14.125Z | Downloaded parking_lot_core v0.8.6 |
| 952 | 2026-08-20T18:08:14.128Z | Downloaded inout v0.2.2 |
| 953 | 2026-08-20T18:08:14.128Z | Downloaded rand_core v0.9.5 |
| 954 | 2026-08-20T18:08:14.133Z | Downloaded resolv-conf v0.7.6 |
| 955 | 2026-08-20T18:08:14.133Z | Downloaded hashbrown v0.14.5 |
| 956 | 2026-08-20T18:08:14.137Z | Downloaded darling_macro v0.21.3 |
| 957 | 2026-08-20T18:08:14.137Z | Downloaded derive_more-impl v2.1.1 |
| 958 | 2026-08-20T18:08:14.137Z | Downloaded rand v0.8.6 |
| 959 | 2026-08-20T18:08:14.141Z | Downloaded critical-section v1.2.0 |
| 960 | 2026-08-20T18:08:14.141Z | Downloaded digest-io v0.1.0 |
| 961 | 2026-08-20T18:08:14.141Z | Downloaded ecdsa v0.17.0 |
| 962 | 2026-08-20T18:08:14.144Z | Downloaded linked-hash-map v0.5.6 |
| 963 | 2026-08-20T18:08:14.144Z | Downloaded num-conv v0.2.0 |
| 964 | 2026-08-20T18:08:14.144Z | Downloaded parse-display v0.10.0 |
| 965 | 2026-08-20T18:08:14.144Z | Downloaded stringprep v0.1.5 |
| 966 | 2026-08-20T18:08:14.144Z | Downloaded parse-size v1.1.0 |
| 967 | 2026-08-20T18:08:14.147Z | Downloaded schemars_derive v0.8.22 |
| 968 | 2026-08-20T18:08:14.154Z | Downloaded papergrid v0.18.0 |
| 969 | 2026-08-20T18:08:14.161Z | Downloaded aes-gcm v0.11.0 |
| 970 | 2026-08-20T18:08:14.161Z | Downloaded progenitor-impl v0.13.0 |
| 971 | 2026-08-20T18:08:14.161Z | Downloaded rcgen v0.12.1 |
| 972 | 2026-08-20T18:08:14.161Z | Downloaded darling v0.21.3 |
| 973 | 2026-08-20T18:08:14.170Z | Downloaded slog-stdlog v4.1.1 |
| 974 | 2026-08-20T18:08:14.170Z | Downloaded tokio-native-tls v0.3.1 |
| 975 | 2026-08-20T18:08:14.170Z | Downloaded quick-error v1.2.3 |
| 976 | 2026-08-20T18:08:14.170Z | Downloaded aho-corasick v1.1.4 |
| 977 | 2026-08-20T18:08:14.170Z | Downloaded icu_properties v2.1.2 |
| 978 | 2026-08-20T18:08:14.170Z | Downloaded tokio-tungstenite v0.21.0 |
| 979 | 2026-08-20T18:08:14.176Z | Downloaded similar v2.7.0 |
| 980 | 2026-08-20T18:08:14.176Z | Downloaded socket2 v0.6.3 |
| 981 | 2026-08-20T18:08:14.176Z | Downloaded progenitor-client v0.14.0 |
| 982 | 2026-08-20T18:08:14.180Z | Downloaded testing_table v0.3.0 |
| 983 | 2026-08-20T18:08:14.180Z | Downloaded vte v0.14.1 |
| 984 | 2026-08-20T18:08:14.180Z | Downloaded string_cache v0.8.9 |
| 985 | 2026-08-20T18:08:14.180Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 986 | 2026-08-20T18:08:14.187Z | Downloaded password-hash v0.5.0 |
| 987 | 2026-08-20T18:08:14.187Z | Downloaded pkcs8 v0.10.2 |
| 988 | 2026-08-20T18:08:14.187Z | Downloaded rustc_version v0.1.7 |
| 989 | 2026-08-20T18:08:14.187Z | Downloaded der v0.8.0 |
| 990 | 2026-08-20T18:08:14.191Z | Downloaded serde-big-array v0.5.1 |
| 991 | 2026-08-20T18:08:14.192Z | Downloaded sapling-renderdag v0.1.0 |
| 992 | 2026-08-20T18:08:14.192Z | Downloaded typify v0.6.2 |
| 993 | 2026-08-20T18:08:14.192Z | Downloaded delegate v0.13.5 |
| 994 | 2026-08-20T18:08:14.195Z | Downloaded sigpipe v0.1.3 |
| 995 | 2026-08-20T18:08:14.195Z | Downloaded termtree v0.5.1 |
| 996 | 2026-08-20T18:08:14.195Z | Downloaded thread-id v5.1.0 |
| 997 | 2026-08-20T18:08:14.196Z | Downloaded zone v0.3.1 |
| 998 | 2026-08-20T18:08:14.201Z | Downloaded nanorand v0.7.0 |
| 999 | 2026-08-20T18:08:14.206Z | Downloaded nom v7.1.3 |
| 1000 | 2026-08-20T18:08:14.206Z | Downloaded postcard v1.1.3 |
| 1001 | 2026-08-20T18:08:14.206Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-08-20T18:08:14.209Z | Downloaded csv-core v0.1.13 |
| 1003 | 2026-08-20T18:08:14.209Z | Downloaded wnaf v0.14.0 |
| 1004 | 2026-08-20T18:08:14.213Z | Downloaded crossbeam-channel v0.5.15 |
| 1005 | 2026-08-20T18:08:14.216Z | Downloaded derive-ex v0.1.8 |
| 1006 | 2026-08-20T18:08:14.216Z | Downloaded ed25519 v2.2.3 |
| 1007 | 2026-08-20T18:08:14.219Z | Downloaded num-integer v0.1.46 |
| 1008 | 2026-08-20T18:08:14.219Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1009 | 2026-08-20T18:08:14.224Z | Downloaded downcast-rs v2.0.2 |
| 1010 | 2026-08-20T18:08:14.228Z | Downloaded scuffle v0.1.0 |
| 1011 | 2026-08-20T18:08:14.228Z | Downloaded module-lattice v0.2.3 |
| 1012 | 2026-08-20T18:08:14.228Z | Downloaded polyval v0.7.1 |
| 1013 | 2026-08-20T18:08:14.232Z | Downloaded itertools v0.10.5 |
| 1014 | 2026-08-20T18:08:14.235Z | Downloaded sha2 v0.11.0 |
| 1015 | 2026-08-20T18:08:14.235Z | Downloaded slog-bunyan v2.5.0 |
| 1016 | 2026-08-20T18:08:14.235Z | Downloaded indexmap v1.9.3 |
| 1017 | 2026-08-20T18:08:14.239Z | Downloaded predicates v3.1.4 |
| 1018 | 2026-08-20T18:08:14.239Z | Downloaded term v1.2.1 |
| 1019 | 2026-08-20T18:08:14.243Z | Downloaded twox-hash v2.1.2 |
| 1020 | 2026-08-20T18:08:14.243Z | Downloaded darling_macro v0.20.11 |
| 1021 | 2026-08-20T18:08:14.243Z | Downloaded lalrpop-util v0.19.12 |
| 1022 | 2026-08-20T18:08:14.246Z | Downloaded mime v0.3.17 |
| 1023 | 2026-08-20T18:08:14.247Z | Downloaded num-bigint v0.4.6 |
| 1024 | 2026-08-20T18:08:14.247Z | Downloaded pin-project-internal v1.1.11 |
| 1025 | 2026-08-20T18:08:14.250Z | Downloaded rand_core v0.6.4 |
| 1026 | 2026-08-20T18:08:14.250Z | Downloaded vergen-lib v9.1.0 |
| 1027 | 2026-08-20T18:08:14.250Z | Downloaded writeable v0.6.2 |
| 1028 | 2026-08-20T18:08:14.250Z | Downloaded jobserver v0.1.34 |
| 1029 | 2026-08-20T18:08:14.254Z | Downloaded idna v1.1.0 |
| 1030 | 2026-08-20T18:08:14.254Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1031 | 2026-08-20T18:08:14.262Z | Downloaded num-traits v0.2.19 |
| 1032 | 2026-08-20T18:08:14.262Z | Downloaded pin-project v1.1.11 |
| 1033 | 2026-08-20T18:08:14.265Z | Downloaded sqlformat v0.3.5 |
| 1034 | 2026-08-20T18:08:14.265Z | Downloaded num_threads v0.1.7 |
| 1035 | 2026-08-20T18:08:14.265Z | Downloaded oso-derive v0.27.3 |
| 1036 | 2026-08-20T18:08:14.265Z | Downloaded path-slash v0.1.5 |
| 1037 | 2026-08-20T18:08:14.268Z | Downloaded support-bundle-viewer v0.1.2 |
| 1038 | 2026-08-20T18:08:14.268Z | Downloaded usdt-impl v0.6.0 |
| 1039 | 2026-08-20T18:08:14.274Z | Downloaded crossbeam-epoch v0.9.18 |
| 1040 | 2026-08-20T18:08:14.277Z | Downloaded strum v0.26.3 |
| 1041 | 2026-08-20T18:08:14.277Z | Downloaded usdt v0.6.0 |
| 1042 | 2026-08-20T18:08:14.280Z | Downloaded unicase v2.9.0 |
| 1043 | 2026-08-20T18:08:14.280Z | Downloaded ed25519-dalek v2.2.0 |
| 1044 | 2026-08-20T18:08:14.280Z | Downloaded rustyline v14.0.0 |
| 1045 | 2026-08-20T18:08:14.284Z | Downloaded rawzip v0.4.4 |
| 1046 | 2026-08-20T18:08:14.288Z | Downloaded hyper-rustls v0.27.7 |
| 1047 | 2026-08-20T18:08:14.291Z | Downloaded litemap v0.8.1 |
| 1048 | 2026-08-20T18:08:14.291Z | Downloaded tower-layer v0.3.3 |
| 1049 | 2026-08-20T18:08:14.291Z | Downloaded void v1.0.2 |
| 1050 | 2026-08-20T18:08:14.291Z | Downloaded chrono v0.4.45 |
| 1051 | 2026-08-20T18:08:14.295Z | Downloaded signal-hook-tokio v0.3.1 |
| 1052 | 2026-08-20T18:08:14.298Z | Downloaded semver v0.1.20 |
| 1053 | 2026-08-20T18:08:14.298Z | Downloaded time-core v0.1.8 |
| 1054 | 2026-08-20T18:08:14.298Z | Downloaded diesel-dtrace v0.5.0 |
| 1055 | 2026-08-20T18:08:14.299Z | Downloaded crc v3.4.0 |
| 1056 | 2026-08-20T18:08:14.306Z | Downloaded oxnet v0.1.6 |
| 1057 | 2026-08-20T18:08:14.312Z | Downloaded ed25519 v3.0.0 |
| 1058 | 2026-08-20T18:08:14.312Z | Downloaded diesel_derives v2.3.7 |
| 1059 | 2026-08-20T18:08:14.313Z | Downloaded kstat-rs v0.2.5 |
| 1060 | 2026-08-20T18:08:14.313Z | Downloaded nonempty v0.12.0 |
| 1061 | 2026-08-20T18:08:14.313Z | Downloaded nu-ansi-term v0.50.3 |
| 1062 | 2026-08-20T18:08:14.313Z | Downloaded slog v2.8.2 |
| 1063 | 2026-08-20T18:08:14.313Z | Downloaded socket2 v0.5.10 |
| 1064 | 2026-08-20T18:08:14.351Z | Downloaded vsss-rs v3.3.4 |
| 1065 | 2026-08-20T18:08:14.351Z | Downloaded tower-http v0.6.8 |
| 1066 | 2026-08-20T18:08:14.358Z | Downloaded inout v0.1.4 |
| 1067 | 2026-08-20T18:08:14.358Z | Downloaded match_cfg v0.1.0 |
| 1068 | 2026-08-20T18:08:14.359Z | Downloaded rtoolbox v0.0.3 |
| 1069 | 2026-08-20T18:08:14.359Z | Downloaded secrecy v0.10.3 |
| 1070 | 2026-08-20T18:08:14.359Z | Downloaded der_derive v0.7.3 |
| 1071 | 2026-08-20T18:08:14.359Z | Downloaded dunce v1.0.5 |
| 1072 | 2026-08-20T18:08:14.359Z | Downloaded zerotrie v0.2.3 |
| 1073 | 2026-08-20T18:08:14.359Z | Downloaded dropshot-api-manager v0.8.0 |
| 1074 | 2026-08-20T18:08:14.359Z | Downloaded miette-derive v7.6.0 |
| 1075 | 2026-08-20T18:08:14.359Z | Downloaded reqwest v0.13.2 |
| 1076 | 2026-08-20T18:08:14.359Z | Downloaded drift v0.2.0 |
| 1077 | 2026-08-20T18:08:14.359Z | Downloaded indicatif v0.18.4 |
| 1078 | 2026-08-20T18:08:14.359Z | Downloaded tungstenite v0.23.0 |
| 1079 | 2026-08-20T18:08:14.359Z | Downloaded termios v0.3.3 |
| 1080 | 2026-08-20T18:08:14.359Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1081 | 2026-08-20T18:08:14.359Z | Downloaded signal-hook-mio v0.2.5 |
| 1082 | 2026-08-20T18:08:14.359Z | Downloaded serde-hex v0.1.0 |
| 1083 | 2026-08-20T18:08:14.359Z | Downloaded der v0.7.10 |
| 1084 | 2026-08-20T18:08:14.360Z | Downloaded winnow v0.6.26 |
| 1085 | 2026-08-20T18:08:14.360Z | Downloaded futures-util v0.3.32 |
| 1086 | 2026-08-20T18:08:14.365Z | Downloaded hkdf v0.12.4 |
| 1087 | 2026-08-20T18:08:14.365Z | Downloaded pkg-config v0.3.32 |
| 1088 | 2026-08-20T18:08:14.365Z | Downloaded typed-path v0.9.3 |
| 1089 | 2026-08-20T18:08:14.365Z | Downloaded usdt-macro v0.6.0 |
| 1090 | 2026-08-20T18:08:14.371Z | Downloaded quick-xml v0.37.5 |
| 1091 | 2026-08-20T18:08:14.371Z | Downloaded indoc v1.0.9 |
| 1092 | 2026-08-20T18:08:14.371Z | Downloaded dof v0.4.0 |
| 1093 | 2026-08-20T18:08:14.371Z | Downloaded cookie_store v0.22.1 |
| 1094 | 2026-08-20T18:08:14.375Z | Downloaded pretty_assertions v1.4.1 |
| 1095 | 2026-08-20T18:08:14.375Z | Downloaded serde_path_to_error v0.1.20 |
| 1096 | 2026-08-20T18:08:14.375Z | Downloaded hyper-util v0.1.20 |
| 1097 | 2026-08-20T18:08:14.379Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1098 | 2026-08-20T18:08:14.383Z | Downloaded hyper-staticfile v0.10.1 |
| 1099 | 2026-08-20T18:08:14.383Z | Downloaded precomputed-hash v0.1.1 |
| 1100 | 2026-08-20T18:08:14.383Z | Downloaded structmeta-derive v0.3.0 |
| 1101 | 2026-08-20T18:08:14.383Z | Downloaded tabwriter v1.4.1 |
| 1102 | 2026-08-20T18:08:14.383Z | Downloaded x509-cert v0.2.5 |
| 1103 | 2026-08-20T18:08:14.386Z | Downloaded defmt v1.0.1 |
| 1104 | 2026-08-20T18:08:14.389Z | Downloaded jiff-core v0.1.0 |
| 1105 | 2026-08-20T18:08:14.393Z | Downloaded iana-time-zone v0.1.65 |
| 1106 | 2026-08-20T18:08:14.396Z | Downloaded regex v1.12.3 |
| 1107 | 2026-08-20T18:08:14.401Z | Downloaded static_assertions v1.1.0 |
| 1108 | 2026-08-20T18:08:14.401Z | Downloaded defmt v0.3.100 |
| 1109 | 2026-08-20T18:08:14.401Z | Downloaded maybe-uninit v2.0.0 |
| 1110 | 2026-08-20T18:08:14.401Z | Downloaded maplit v1.0.2 |
| 1111 | 2026-08-20T18:08:14.404Z | Downloaded minimal-lexical v0.2.1 |
| 1112 | 2026-08-20T18:08:14.408Z | Downloaded smallvec v1.15.1 |
| 1113 | 2026-08-20T18:08:14.408Z | Downloaded rustls-native-certs v0.8.3 |
| 1114 | 2026-08-20T18:08:14.411Z | Downloaded memoffset v0.9.1 |
| 1115 | 2026-08-20T18:08:14.411Z | Downloaded dirs-next v2.0.0 |
| 1116 | 2026-08-20T18:08:14.411Z | Downloaded dtrace-parser v0.3.0 |
| 1117 | 2026-08-20T18:08:14.411Z | Downloaded zerofrom v0.1.6 |
| 1118 | 2026-08-20T18:08:14.417Z | Downloaded waitgroup v0.1.2 |
| 1119 | 2026-08-20T18:08:14.421Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1120 | 2026-08-20T18:08:14.422Z | Downloaded p521 v0.14.0 |
| 1121 | 2026-08-20T18:08:14.425Z | Downloaded knus-derive v3.4.0 |
| 1122 | 2026-08-20T18:08:14.426Z | Downloaded unicode-truncate v1.1.0 |
| 1123 | 2026-08-20T18:08:14.429Z | Downloaded crc8 v0.1.1 |
| 1124 | 2026-08-20T18:08:14.429Z | Downloaded ingot v0.2.1 |
| 1125 | 2026-08-20T18:08:14.436Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1126 | 2026-08-20T18:08:14.442Z | Downloaded tokio-macros v2.7.0 |
| 1127 | 2026-08-20T18:08:14.442Z | Downloaded dyn-clone v1.0.20 |
| 1128 | 2026-08-20T18:08:14.442Z | Downloaded darling_macro v0.13.4 |
| 1129 | 2026-08-20T18:08:14.442Z | Downloaded indoc v2.0.7 |
| 1130 | 2026-08-20T18:08:14.449Z | Downloaded num_enum v0.7.6 |
| 1131 | 2026-08-20T18:08:14.449Z | Downloaded phc v0.6.1 |
| 1132 | 2026-08-20T18:08:14.449Z | Downloaded r2d2 v0.8.10 |
| 1133 | 2026-08-20T18:08:14.449Z | Downloaded ctutils v0.4.2 |
| 1134 | 2026-08-20T18:08:14.449Z | Downloaded unicode-bidi v0.3.18 |
| 1135 | 2026-08-20T18:08:14.459Z | Downloaded icu_normalizer_data v2.1.1 |
| 1136 | 2026-08-20T18:08:14.459Z | Downloaded cookie v0.18.1 |
| 1137 | 2026-08-20T18:08:14.459Z | Downloaded digest v0.11.3 |
| 1138 | 2026-08-20T18:08:14.459Z | Downloaded tokio-stream v0.1.18 |
| 1139 | 2026-08-20T18:08:14.470Z | Downloaded serdect v0.4.3 |
| 1140 | 2026-08-20T18:08:14.470Z | Downloaded unicode-xid v0.2.6 |
| 1141 | 2026-08-20T18:08:14.470Z | Downloaded percent-encoding v2.3.2 |
| 1142 | 2026-08-20T18:08:14.471Z | Downloaded crypto-bigint v0.5.5 |
| 1143 | 2026-08-20T18:08:14.471Z | Downloaded aws-lc-rs v1.16.3 |
| 1144 | 2026-08-20T18:08:14.481Z | Downloaded icu_provider v2.1.1 |
| 1145 | 2026-08-20T18:08:14.481Z | Downloaded parking_lot_core v0.9.12 |
| 1146 | 2026-08-20T18:08:14.481Z | Downloaded internet-checksum v0.2.1 |
| 1147 | 2026-08-20T18:08:14.482Z | Downloaded crypto-common v0.2.2 |
| 1148 | 2026-08-20T18:08:14.482Z | Downloaded usdt-attr-macro v0.6.0 |
| 1149 | 2026-08-20T18:08:14.482Z | Downloaded num v0.4.3 |
| 1150 | 2026-08-20T18:08:14.482Z | Downloaded ipnetwork v0.21.1 |
| 1151 | 2026-08-20T18:08:14.482Z | Downloaded convert_case v0.10.0 |
| 1152 | 2026-08-20T18:08:14.488Z | Downloaded darling_core v0.13.4 |
| 1153 | 2026-08-20T18:08:14.488Z | Downloaded rustc-hash v2.1.1 |
| 1154 | 2026-08-20T18:08:14.492Z | Downloaded ed25519-dalek v3.0.0 |
| 1155 | 2026-08-20T18:08:14.492Z | Downloaded h2 v0.4.15 |
| 1156 | 2026-08-20T18:08:14.496Z | Downloaded tagptr v0.2.0 |
| 1157 | 2026-08-20T18:08:14.496Z | Downloaded take_mut v0.2.2 |
| 1158 | 2026-08-20T18:08:14.496Z | Downloaded knus v3.4.0 |
| 1159 | 2026-08-20T18:08:14.497Z | Downloaded strum_macros v0.27.2 |
| 1160 | 2026-08-20T18:08:14.497Z | Downloaded rand_core v0.10.0 |
| 1161 | 2026-08-20T18:08:14.502Z | Downloaded num-complex v0.4.6 |
| 1162 | 2026-08-20T18:08:14.502Z | Downloaded mime_guess v2.0.5 |
| 1163 | 2026-08-20T18:08:14.502Z | Downloaded sec1 v0.7.3 |
| 1164 | 2026-08-20T18:08:14.502Z | Downloaded hkdf v0.13.0 |
| 1165 | 2026-08-20T18:08:14.505Z | Downloaded unicode-normalization v0.1.25 |
| 1166 | 2026-08-20T18:08:14.505Z | Downloaded pbkdf2 v0.13.0 |
| 1167 | 2026-08-20T18:08:14.505Z | Downloaded libsw-core v0.3.2 |
| 1168 | 2026-08-20T18:08:14.505Z | Downloaded yasna v0.5.2 |
| 1169 | 2026-08-20T18:08:14.509Z | Downloaded zstd-safe v7.2.4 |
| 1170 | 2026-08-20T18:08:14.509Z | Downloaded slog-async v2.8.0 |
| 1171 | 2026-08-20T18:08:14.514Z | Downloaded data-encoding v2.10.0 |
| 1172 | 2026-08-20T18:08:14.518Z | Downloaded miette v7.6.0 |
| 1173 | 2026-08-20T18:08:14.518Z | Downloaded blake3 v1.8.5 |
| 1174 | 2026-08-20T18:08:14.523Z | Downloaded schemars v1.2.1 |
| 1175 | 2026-08-20T18:08:14.531Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1176 | 2026-08-20T18:08:14.537Z | Downloaded bitvec v1.0.1 |
| 1177 | 2026-08-20T18:08:14.549Z | Downloaded peg v0.8.5 |
| 1178 | 2026-08-20T18:08:14.549Z | Downloaded signal-hook-registry v1.4.8 |
| 1179 | 2026-08-20T18:08:14.550Z | Downloaded tracing-core v0.1.36 |
| 1180 | 2026-08-20T18:08:14.550Z | Downloaded tokio-rustls v0.26.4 |
| 1181 | 2026-08-20T18:08:14.550Z | Downloaded proc-macro-crate v1.3.1 |
| 1182 | 2026-08-20T18:08:14.550Z | Downloaded slog-scope v4.4.1 |
| 1183 | 2026-08-20T18:08:14.555Z | Downloaded yansi v1.0.1 |
| 1184 | 2026-08-20T18:08:14.555Z | Downloaded samael v0.0.19 |
| 1185 | 2026-08-20T18:08:14.560Z | Downloaded rustc-demangle v0.1.27 |
| 1186 | 2026-08-20T18:08:14.560Z | Downloaded miniz_oxide v0.8.9 |
| 1187 | 2026-08-20T18:08:14.560Z | Downloaded pkcs1 v0.7.5 |
| 1188 | 2026-08-20T18:08:14.572Z | Downloaded rusty-fork v0.3.1 |
| 1189 | 2026-08-20T18:08:14.572Z | Downloaded newtype-uuid v1.3.2 |
| 1190 | 2026-08-20T18:08:14.572Z | Downloaded nom v8.0.0 |
| 1191 | 2026-08-20T18:08:14.576Z | Downloaded darling v0.23.0 |
| 1192 | 2026-08-20T18:08:14.576Z | Downloaded derive-where v1.6.0 |
| 1193 | 2026-08-20T18:08:14.576Z | Downloaded itertools v0.13.0 |
| 1194 | 2026-08-20T18:08:14.580Z | Downloaded simd-adler32 v0.3.8 |
| 1195 | 2026-08-20T18:08:14.585Z | Downloaded crossbeam-deque v0.8.6 |
| 1196 | 2026-08-20T18:08:14.585Z | Downloaded ryu v1.0.23 |
| 1197 | 2026-08-20T18:08:14.585Z | Downloaded zerovec v0.11.5 |
| 1198 | 2026-08-20T18:08:14.585Z | Downloaded icu_collections v2.1.1 |
| 1199 | 2026-08-20T18:08:14.588Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-08-20T18:08:14.596Z | Downloaded zip v0.6.6 |
| 1201 | 2026-08-20T18:08:14.601Z | Downloaded ml-kem v0.3.2 |
| 1202 | 2026-08-20T18:08:14.601Z | Downloaded steno v0.4.1 |
| 1203 | 2026-08-20T18:08:14.601Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 1204 | 2026-08-20T18:08:14.604Z | Downloaded crypto-primes v0.7.2 |
| 1205 | 2026-08-20T18:08:14.604Z | Downloaded prettyplease v0.2.37 |
| 1206 | 2026-08-20T18:08:14.604Z | Downloaded prefix-trie v0.7.0 |
| 1207 | 2026-08-20T18:08:14.608Z | Downloaded iri-string v0.7.10 |
| 1208 | 2026-08-20T18:08:14.611Z | Downloaded p384 v0.14.0 |
| 1209 | 2026-08-20T18:08:14.615Z | Downloaded vergen v9.1.0 |
| 1210 | 2026-08-20T18:08:14.615Z | Downloaded derive_more v0.99.20 |
| 1211 | 2026-08-20T18:08:14.618Z | Downloaded quinn-proto v0.11.16 |
| 1212 | 2026-08-20T18:08:14.622Z | Downloaded rsa v0.9.10 |
| 1213 | 2026-08-20T18:08:14.625Z | Downloaded zip v4.6.1 |
| 1214 | 2026-08-20T18:08:14.625Z | Downloaded rand v0.10.1 |
| 1215 | 2026-08-20T18:08:14.629Z | Downloaded publicsuffix v2.3.0 |
| 1216 | 2026-08-20T18:08:14.629Z | Downloaded schemars v0.9.0 |
| 1217 | 2026-08-20T18:08:14.647Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1218 | 2026-08-20T18:08:14.660Z | Downloaded tokio-postgres v0.7.16 |
| 1219 | 2026-08-20T18:08:14.673Z | Downloaded elliptic-curve v0.13.8 |
| 1220 | 2026-08-20T18:08:14.673Z | Downloaded polar-core v0.27.3 |
| 1221 | 2026-08-20T18:08:14.673Z | Downloaded snafu v0.8.9 |
| 1222 | 2026-08-20T18:08:14.673Z | Downloaded toml v0.7.8 |
| 1223 | 2026-08-20T18:08:14.678Z | Downloaded zerocopy-derive v0.8.55 |
| 1224 | 2026-08-20T18:08:14.678Z | Downloaded tabled v0.21.0 |
| 1225 | 2026-08-20T18:08:14.686Z | Downloaded crossterm v0.29.0 |
| 1226 | 2026-08-20T18:08:14.691Z | Downloaded tower v0.5.3 |
| 1227 | 2026-08-20T18:08:14.708Z | Downloaded qorb v0.4.1 |
| 1228 | 2026-08-20T18:08:14.709Z | Downloaded reedline v0.40.0 |
| 1229 | 2026-08-20T18:08:14.718Z | Downloaded git2 v0.20.4 |
| 1230 | 2026-08-20T18:08:14.718Z | Downloaded crossterm v0.28.1 |
| 1231 | 2026-08-20T18:08:14.718Z | Downloaded rayon-core v1.13.0 |
| 1232 | 2026-08-20T18:08:14.718Z | Downloaded goblin v0.10.5 |
| 1233 | 2026-08-20T18:08:14.719Z | Downloaded url v2.5.8 |
| 1234 | 2026-08-20T18:08:14.722Z | Downloaded itertools v0.12.1 |
| 1235 | 2026-08-20T18:08:14.722Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1236 | 2026-08-20T18:08:14.723Z | Downloaded reqwest v0.12.28 |
| 1237 | 2026-08-20T18:08:14.727Z | Downloaded tokio-util v0.7.18 |
| 1238 | 2026-08-20T18:08:14.730Z | Downloaded unicode-segmentation v1.12.0 |
| 1239 | 2026-08-20T18:08:14.734Z | Downloaded icu_properties_data v2.1.2 |
| 1240 | 2026-08-20T18:08:14.738Z | Downloaded libm v0.2.16 |
| 1241 | 2026-08-20T18:08:14.743Z | Downloaded rand v0.9.2 |
| 1242 | 2026-08-20T18:08:14.754Z | Downloaded libxml v0.3.3 |
| 1243 | 2026-08-20T18:08:14.754Z | Downloaded openssl-sys v0.9.117 |
| 1244 | 2026-08-20T18:08:14.759Z | Downloaded lalrpop v0.19.12 |
| 1245 | 2026-08-20T18:08:14.759Z | Downloaded salty v0.3.0 |
| 1246 | 2026-08-20T18:08:14.764Z | Downloaded serde_with v1.14.0 |
| 1247 | 2026-08-20T18:08:14.767Z | Downloaded gimli v0.32.3 |
| 1248 | 2026-08-20T18:08:14.770Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-08-20T18:08:14.793Z | Downloaded itertools v0.14.0 |
| 1250 | 2026-08-20T18:08:14.806Z | Downloaded time v0.3.47 |
| 1251 | 2026-08-20T18:08:14.818Z | Downloaded moka v0.12.13 |
| 1252 | 2026-08-20T18:08:14.821Z | Downloaded tough v0.22.0 |
| 1253 | 2026-08-20T18:08:14.826Z | Downloaded nix v0.27.1 |
| 1254 | 2026-08-20T18:08:14.831Z | Downloaded itertools v0.15.0 |
| 1255 | 2026-08-20T18:08:14.836Z | Downloaded bstr v1.12.1 |
| 1256 | 2026-08-20T18:08:14.852Z | Downloaded iddqd v0.4.2 |
| 1257 | 2026-08-20T18:08:14.862Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-08-20T18:08:14.862Z | Downloaded winnow v1.0.3 |
| 1259 | 2026-08-20T18:08:14.862Z | Downloaded object v0.30.4 |
| 1260 | 2026-08-20T18:08:14.880Z | Downloaded hyper v1.10.1 |
| 1261 | 2026-08-20T18:08:14.883Z | Downloaded p384 v0.13.1 |
| 1262 | 2026-08-20T18:08:14.889Z | Downloaded smoltcp v0.11.0 |
| 1263 | 2026-08-20T18:08:14.893Z | Downloaded hickory-proto v0.24.4 |
| 1264 | 2026-08-20T18:08:14.903Z | Downloaded portable-atomic v1.13.1 |
| 1265 | 2026-08-20T18:08:14.908Z | Downloaded sha3 v0.12.0 |
| 1266 | 2026-08-20T18:08:14.912Z | Downloaded serde_with v3.21.0 |
| 1267 | 2026-08-20T18:08:14.919Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-08-20T18:08:14.923Z | Downloaded russh v0.62.4 |
| 1269 | 2026-08-20T18:08:14.928Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-08-20T18:08:14.935Z | Downloaded curve25519-dalek v4.1.3 |
| 1271 | 2026-08-20T18:08:14.942Z | Downloaded openssl v0.10.80 |
| 1272 | 2026-08-20T18:08:14.945Z | Downloaded rustls v0.23.41 |
| 1273 | 2026-08-20T18:08:14.952Z | Downloaded regress v0.10.5 |
| 1274 | 2026-08-20T18:08:14.957Z | Downloaded regex-syntax v0.6.29 |
| 1275 | 2026-08-20T18:08:14.964Z | Downloaded nix v0.28.0 |
| 1276 | 2026-08-20T18:08:14.970Z | Downloaded dropshot v0.17.1 |
| 1277 | 2026-08-20T18:08:14.980Z | Downloaded rayon v1.11.0 |
| 1278 | 2026-08-20T18:08:14.984Z | Downloaded zerocopy v0.8.55 |
| 1279 | 2026-08-20T18:08:14.995Z | Downloaded proptest v1.11.0 |
| 1280 | 2026-08-20T18:08:15.001Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-08-20T18:08:15.014Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-08-20T18:08:15.018Z | Downloaded nix v0.31.2 |
| 1283 | 2026-08-20T18:08:15.028Z | Downloaded petname v2.0.2 |
| 1284 | 2026-08-20T18:08:15.033Z | Downloaded zlib-rs v0.6.2 |
| 1285 | 2026-08-20T18:08:15.042Z | Downloaded crypto-bigint v0.7.5 |
| 1286 | 2026-08-20T18:08:15.047Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-08-20T18:08:15.047Z | Downloaded sqlparser v0.61.0 |
| 1288 | 2026-08-20T18:08:15.064Z | Downloaded sled v0.34.7 |
| 1289 | 2026-08-20T18:08:15.071Z | Downloaded ratatui v0.29.0 |
| 1290 | 2026-08-20T18:08:15.071Z | Downloaded regress v0.11.1 |
| 1291 | 2026-08-20T18:08:15.076Z | Downloaded petgraph v0.6.5 |
| 1292 | 2026-08-20T18:08:15.115Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-08-20T18:08:15.128Z | Downloaded object v0.37.3 |
| 1294 | 2026-08-20T18:08:15.140Z | Downloaded petgraph v0.8.3 |
| 1295 | 2026-08-20T18:08:15.151Z | Downloaded jiff v0.2.34 |
| 1296 | 2026-08-20T18:08:15.155Z | Downloaded curve25519-dalek v5.0.0 |
| 1297 | 2026-08-20T18:08:15.155Z | Downloaded csv v1.4.0 |
| 1298 | 2026-08-20T18:08:15.168Z | Downloaded libz-sys v1.1.24 |
| 1299 | 2026-08-20T18:08:15.178Z | Downloaded openapiv3 v2.2.0 |
| 1300 | 2026-08-20T18:08:15.184Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1301 | 2026-08-20T18:08:15.191Z | Downloaded typify-impl v0.6.2 |
| 1302 | 2026-08-20T18:08:15.199Z | Downloaded tracing v0.1.44 |
| 1303 | 2026-08-20T18:08:15.213Z | Downloaded sha3 v0.11.0 |
| 1304 | 2026-08-20T18:08:15.218Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-08-20T18:08:15.230Z | Downloaded diesel v2.3.7 |
| 1306 | 2026-08-20T18:08:15.239Z | Downloaded regex-automata v0.4.14 |
| 1307 | 2026-08-20T18:08:15.247Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-08-20T18:08:15.277Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-08-20T18:08:15.299Z | Downloaded tokio v1.52.1 |
| 1310 | 2026-08-20T18:08:15.327Z | Downloaded sha3 v0.10.8 |
| 1311 | 2026-08-20T18:08:15.398Z | Downloaded ring v0.17.14 |
| 1312 | 2026-08-20T18:08:15.449Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1313 | 2026-08-20T18:08:15.876Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-20T18:08:16.133Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-20T18:08:16.133Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-20T18:08:16.133Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-20T18:08:16.137Z | Compiling log v0.4.33 |
| 1318 | 2026-08-20T18:08:16.138Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-20T18:08:16.138Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-20T18:08:16.138Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-08-20T18:08:16.138Z | Compiling subtle v2.6.1 |
| 1322 | 2026-08-20T18:08:16.281Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-08-20T18:08:16.285Z | Compiling stable_deref_trait v1.2.1 |
| 1324 | 2026-08-20T18:08:16.285Z | Compiling typenum v1.20.1 |
| 1325 | 2026-08-20T18:08:16.285Z | Compiling zerocopy v0.8.55 |
| 1326 | 2026-08-20T18:08:16.293Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-08-20T18:08:16.317Z | Compiling serde_json v1.0.151 |
| 1328 | 2026-08-20T18:08:16.354Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-20T18:08:16.367Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-20T18:08:16.466Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-20T18:08:16.481Z | Compiling libm v0.2.16 |
| 1332 | 2026-08-20T18:08:16.495Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-20T18:08:16.517Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-20T18:08:16.517Z | Compiling generic-array v0.14.7 |
| 1335 | 2026-08-20T18:08:16.544Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-08-20T18:08:16.602Z | Compiling const-oid v0.9.6 |
| 1337 | 2026-08-20T18:08:16.634Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-08-20T18:08:16.658Z | Compiling getrandom v0.3.4 |
| 1339 | 2026-08-20T18:08:16.673Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-08-20T18:08:16.692Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-08-20T18:08:16.737Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-20T18:08:16.817Z | Compiling litemap v0.8.1 |
| 1343 | 2026-08-20T18:08:16.847Z | Compiling icu_normalizer_data v2.1.1 |
| 1344 | 2026-08-20T18:08:16.852Z | Compiling icu_properties_data v2.1.2 |
| 1345 | 2026-08-20T18:08:16.917Z | Compiling getrandom v0.4.3 |
| 1346 | 2026-08-20T18:08:16.917Z | Compiling rustix v1.1.4 |
| 1347 | 2026-08-20T18:08:16.956Z | Compiling rand_core v0.10.0 |
| 1348 | 2026-08-20T18:08:16.972Z | Compiling futures-sink v0.3.32 |
| 1349 | 2026-08-20T18:08:17.021Z | Compiling futures-io v0.3.32 |
| 1350 | 2026-08-20T18:08:17.080Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-08-20T18:08:17.084Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-20T18:08:17.137Z | Compiling slab v0.4.12 |
| 1353 | 2026-08-20T18:08:17.187Z | Compiling utf8_iter v1.0.4 |
| 1354 | 2026-08-20T18:08:17.196Z | Compiling errno v0.3.14 |
| 1355 | 2026-08-20T18:08:17.282Z | Compiling jobserver v0.1.34 |
| 1356 | 2026-08-20T18:08:17.294Z | Compiling getrandom v0.2.17 |
| 1357 | 2026-08-20T18:08:17.303Z | Compiling mio v1.2.0 |
| 1358 | 2026-08-20T18:08:17.345Z | Compiling signal-hook-registry v1.4.8 |
| 1359 | 2026-08-20T18:08:17.357Z | Compiling socket2 v0.6.3 |
| 1360 | 2026-08-20T18:08:17.396Z | Compiling once_cell v1.21.3 |
| 1361 | 2026-08-20T18:08:17.414Z | Compiling form_urlencoded v1.2.2 |
| 1362 | 2026-08-20T18:08:17.472Z | Compiling rand_core v0.6.4 |
| 1363 | 2026-08-20T18:08:17.499Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-08-20T18:08:17.559Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-20T18:08:17.636Z | Compiling parking_lot v0.12.5 |
| 1366 | 2026-08-20T18:08:17.636Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-08-20T18:08:17.745Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-08-20T18:08:17.751Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-08-20T18:08:17.751Z | Compiling dunce v1.0.5 |
| 1370 | 2026-08-20T18:08:17.780Z | Compiling flagset v0.4.7 |
| 1371 | 2026-08-20T18:08:17.798Z | Compiling ident_case v1.0.1 |
| 1372 | 2026-08-20T18:08:17.811Z | Compiling fs_extra v1.3.0 |
| 1373 | 2026-08-20T18:08:17.859Z | Compiling rand_core v0.9.5 |
| 1374 | 2026-08-20T18:08:17.877Z | Compiling base64 v0.22.1 |
| 1375 | 2026-08-20T18:08:17.922Z | Compiling syn v1.0.109 |
| 1376 | 2026-08-20T18:08:17.937Z | Compiling vcpkg v0.2.15 |
| 1377 | 2026-08-20T18:08:17.953Z | Compiling pem-rfc7468 v0.7.0 |
| 1378 | 2026-08-20T18:08:17.965Z | Compiling tracing-core v0.1.36 |
| 1379 | 2026-08-20T18:08:18.022Z | Compiling dyn-clone v1.0.20 |
| 1380 | 2026-08-20T18:08:18.078Z | Compiling schemars v0.8.22 |
| 1381 | 2026-08-20T18:08:18.095Z | Compiling aws-lc-rs v1.16.3 |
| 1382 | 2026-08-20T18:08:18.111Z | Compiling cpufeatures v0.2.17 |
| 1383 | 2026-08-20T18:08:18.163Z | Compiling simd-adler32 v0.3.8 |
| 1384 | 2026-08-20T18:08:18.182Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-20T18:08:18.195Z | Compiling crc32fast v1.5.0 |
| 1386 | 2026-08-20T18:08:18.237Z | Compiling openssl-probe v0.2.1 |
| 1387 | 2026-08-20T18:08:18.287Z | Compiling cmov v0.5.4 |
| 1388 | 2026-08-20T18:08:18.331Z | Compiling tinyvec_macros v0.1.1 |
| 1389 | 2026-08-20T18:08:18.396Z | Compiling cmake v0.1.57 |
| 1390 | 2026-08-20T18:08:18.410Z | Compiling httparse v1.10.1 |
| 1391 | 2026-08-20T18:08:18.423Z | Compiling adler2 v2.0.1 |
| 1392 | 2026-08-20T18:08:18.438Z | Compiling tinyvec v1.10.0 |
| 1393 | 2026-08-20T18:08:18.442Z | Compiling aho-corasick v1.1.4 |
| 1394 | 2026-08-20T18:08:18.442Z | Compiling tower-layer v0.3.3 |
| 1395 | 2026-08-20T18:08:18.523Z | Compiling miniz_oxide v0.8.9 |
| 1396 | 2026-08-20T18:08:18.546Z | Compiling ctutils v0.4.2 |
| 1397 | 2026-08-20T18:08:18.576Z | Compiling bitflags v2.11.0 |
| 1398 | 2026-08-20T18:08:18.627Z | Compiling semver v1.0.28 |
| 1399 | 2026-08-20T18:08:18.645Z | Compiling indexmap v2.14.0 |
| 1400 | 2026-08-20T18:08:18.714Z | Compiling uuid v1.23.4 |
| 1401 | 2026-08-20T18:08:18.747Z | Compiling tower-service v0.3.3 |
| 1402 | 2026-08-20T18:08:18.834Z | Compiling try-lock v0.2.5 |
| 1403 | 2026-08-20T18:08:18.837Z | Compiling untrusted v0.7.1 |
| 1404 | 2026-08-20T18:08:18.838Z | Compiling atomic-waker v1.1.2 |
| 1405 | 2026-08-20T18:08:18.871Z | Compiling rustc_version v0.4.1 |
| 1406 | 2026-08-20T18:08:18.912Z | Compiling radium v0.7.0 |
| 1407 | 2026-08-20T18:08:18.959Z | Compiling want v0.3.1 |
| 1408 | 2026-08-20T18:08:19.038Z | Compiling foreign-types-shared v0.1.1 |
| 1409 | 2026-08-20T18:08:19.142Z | Compiling openssl v0.10.80 |
| 1410 | 2026-08-20T18:08:19.160Z | Compiling tap v1.0.1 |
| 1411 | 2026-08-20T18:08:19.189Z | Compiling rustls v0.23.41 |
| 1412 | 2026-08-20T18:08:19.236Z | Compiling httpdate v1.0.3 |
| 1413 | 2026-08-20T18:08:19.254Z | Compiling untrusted v0.9.0 |
| 1414 | 2026-08-20T18:08:19.286Z | Compiling maybe-uninit v2.0.0 |
| 1415 | 2026-08-20T18:08:19.301Z | Compiling wyz v0.5.1 |
| 1416 | 2026-08-20T18:08:19.316Z | Compiling aws-lc-sys v0.40.0 |
| 1417 | 2026-08-20T18:08:19.353Z | Compiling synstructure v0.13.2 |
| 1418 | 2026-08-20T18:08:19.368Z | Compiling serde_derive_internals v0.29.1 |
| 1419 | 2026-08-20T18:08:19.388Z | Compiling openssl-sys v0.9.117 |
| 1420 | 2026-08-20T18:08:19.391Z | Compiling pest_generator v2.8.6 |
| 1421 | 2026-08-20T18:08:19.416Z | Compiling regex-automata v0.4.14 |
| 1422 | 2026-08-20T18:08:19.447Z | Compiling darling_core v0.20.11 |
| 1423 | 2026-08-20T18:08:19.482Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1424 | 2026-08-20T18:08:19.516Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1425 | 2026-08-20T18:08:19.800Z | Compiling tempfile v3.27.0 |
| 1426 | 2026-08-20T18:08:19.820Z | Compiling terminal_size v0.4.3 |
| 1427 | 2026-08-20T18:08:19.851Z | Compiling foreign-types v0.3.2 |
| 1428 | 2026-08-20T18:08:19.908Z | Compiling unicode-normalization v0.1.25 |
| 1429 | 2026-08-20T18:08:19.936Z | Compiling num-integer v0.1.46 |
| 1430 | 2026-08-20T18:08:19.979Z | Compiling wait-timeout v0.2.1 |
| 1431 | 2026-08-20T18:08:19.983Z | Compiling ahash v0.8.12 |
| 1432 | 2026-08-20T18:08:20.008Z | Compiling num-bigint-dig v0.8.6 |
| 1433 | 2026-08-20T18:08:20.131Z | Compiling packed_struct v0.10.1 |
| 1434 | 2026-08-20T18:08:20.231Z | Compiling num-conv v0.2.0 |
| 1435 | 2026-08-20T18:08:20.231Z | Compiling quick-error v1.2.3 |
| 1436 | 2026-08-20T18:08:20.261Z | Compiling funty v2.0.0 |
| 1437 | 2026-08-20T18:08:20.264Z | Compiling time-core v0.1.8 |
| 1438 | 2026-08-20T18:08:20.291Z | Compiling native-tls v0.2.18 |
| 1439 | 2026-08-20T18:08:20.291Z | Compiling powerfmt v0.2.0 |
| 1440 | 2026-08-20T18:08:20.294Z | Compiling bit-vec v0.8.0 |
| 1441 | 2026-08-20T18:08:20.367Z | Compiling rusty-fork v0.3.1 |
| 1442 | 2026-08-20T18:08:20.394Z | Compiling num-iter v0.1.45 |
| 1443 | 2026-08-20T18:08:20.398Z | Compiling clap_builder v4.6.0 |
| 1444 | 2026-08-20T18:08:20.451Z | Compiling time-macros v0.2.27 |
| 1445 | 2026-08-20T18:08:20.464Z | Compiling deranged v0.5.8 |
| 1446 | 2026-08-20T18:08:20.512Z | Compiling bit-set v0.8.0 |
| 1447 | 2026-08-20T18:08:20.577Z | Compiling lazy_static v1.5.0 |
| 1448 | 2026-08-20T18:08:20.665Z | Compiling bitvec v1.0.1 |
| 1449 | 2026-08-20T18:08:20.681Z | Compiling rand_xorshift v0.4.0 |
| 1450 | 2026-08-20T18:08:20.699Z | Compiling sync_wrapper v1.0.2 |
| 1451 | 2026-08-20T18:08:20.718Z | Compiling indexmap v1.9.3 |
| 1452 | 2026-08-20T18:08:20.731Z | Compiling object v0.37.3 |
| 1453 | 2026-08-20T18:08:20.820Z | Compiling paste v1.0.15 |
| 1454 | 2026-08-20T18:08:20.857Z | Compiling siphasher v1.0.2 |
| 1455 | 2026-08-20T18:08:20.900Z | Compiling nodrop v0.1.14 |
| 1456 | 2026-08-20T18:08:20.927Z | Compiling crc-catalog v2.4.0 |
| 1457 | 2026-08-20T18:08:21.006Z | Compiling num_threads v0.1.7 |
| 1458 | 2026-08-20T18:08:21.019Z | Compiling zlib-rs v0.6.2 |
| 1459 | 2026-08-20T18:08:21.032Z | Compiling unarray v0.1.4 |
| 1460 | 2026-08-20T18:08:21.067Z | Compiling crossbeam-utils v0.8.21 |
| 1461 | 2026-08-20T18:08:21.118Z | Compiling usdt-impl v0.6.0 |
| 1462 | 2026-08-20T18:08:21.149Z | Compiling serde_derive v1.0.228 |
| 1463 | 2026-08-20T18:08:21.162Z | Compiling zeroize_derive v1.5.0 |
| 1464 | 2026-08-20T18:08:21.185Z | Compiling zerofrom-derive v0.1.6 |
| 1465 | 2026-08-20T18:08:21.336Z | Compiling zerocopy-derive v0.8.55 |
| 1466 | 2026-08-20T18:08:21.371Z | Compiling yoke-derive v0.8.1 |
| 1467 | 2026-08-20T18:08:21.499Z | Compiling zerovec-derive v0.11.2 |
| 1468 | 2026-08-20T18:08:21.515Z | Compiling displaydoc v0.2.5 |
| 1469 | 2026-08-20T18:08:21.602Z | Compiling tokio-macros v2.7.0 |
| 1470 | 2026-08-20T18:08:21.868Z | Compiling futures-macro v0.3.32 |
| 1471 | 2026-08-20T18:08:21.871Z | Compiling thiserror-impl v2.0.18 |
| 1472 | 2026-08-20T18:08:22.146Z | Compiling der_derive v0.7.3 |
| 1473 | 2026-08-20T18:08:22.305Z | Compiling tracing-attributes v0.1.31 |
| 1474 | 2026-08-20T18:08:22.363Z | Compiling schemars_derive v0.8.22 |
| 1475 | 2026-08-20T18:08:22.419Z | Compiling scroll_derive v0.13.1 |
| 1476 | 2026-08-20T18:08:22.572Z | Compiling pest_derive v2.8.6 |
| 1477 | 2026-08-20T18:08:22.632Z | Compiling zerofrom v0.1.6 |
| 1478 | 2026-08-20T18:08:22.678Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-08-20T18:08:22.710Z | Compiling futures-util v0.3.32 |
| 1480 | 2026-08-20T18:08:22.802Z | Compiling yoke v0.8.1 |
| 1481 | 2026-08-20T18:08:23.009Z | Compiling zerovec v0.11.5 |
| 1482 | 2026-08-20T18:08:23.087Z | Compiling zerotrie v0.2.3 |
| 1483 | 2026-08-20T18:08:23.194Z | Compiling openssl-macros v0.1.1 |
| 1484 | 2026-08-20T18:08:23.208Z | Compiling thiserror-impl v1.0.69 |
| 1485 | 2026-08-20T18:08:23.290Z | Compiling thiserror v2.0.18 |
| 1486 | 2026-08-20T18:08:23.311Z | Compiling scroll v0.13.0 |
| 1487 | 2026-08-20T18:08:23.415Z | Compiling darling v0.20.11 |
| 1488 | 2026-08-20T18:08:23.415Z | Compiling packed_struct_codegen v0.10.1 |
| 1489 | 2026-08-20T18:08:23.513Z | Compiling tinystr v0.8.2 |
| 1490 | 2026-08-20T18:08:23.554Z | Compiling potential_utf v0.1.4 |
| 1491 | 2026-08-20T18:08:23.570Z | Compiling goblin v0.10.5 |
| 1492 | 2026-08-20T18:08:23.597Z | Compiling clap_derive v4.6.1 |
| 1493 | 2026-08-20T18:08:23.673Z | Compiling bitfield-macros v0.19.4 |
| 1494 | 2026-08-20T18:08:23.735Z | Compiling icu_locale_core v2.1.1 |
| 1495 | 2026-08-20T18:08:23.749Z | Compiling icu_collections v2.1.1 |
| 1496 | 2026-08-20T18:08:23.762Z | Compiling tracing v0.1.44 |
| 1497 | 2026-08-20T18:08:23.765Z | Compiling zerocopy-derive v0.6.6 |
| 1498 | 2026-08-20T18:08:24.059Z | Compiling flate2 v1.1.9 |
| 1499 | 2026-08-20T18:08:24.257Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-08-20T18:08:24.316Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-08-20T18:08:24.433Z | Compiling icu_provider v2.1.1 |
| 1502 | 2026-08-20T18:08:24.502Z | Compiling bitfield v0.19.4 |
| 1503 | 2026-08-20T18:08:24.519Z | Compiling thiserror v1.0.69 |
| 1504 | 2026-08-20T18:08:24.551Z | Compiling time v0.3.47 |
| 1505 | 2026-08-20T18:08:24.637Z | Compiling zeroize v1.9.0 |
| 1506 | 2026-08-20T18:08:24.656Z | Compiling bytes v1.11.1 |
| 1507 | 2026-08-20T18:08:24.670Z | Compiling chrono v0.4.45 |
| 1508 | 2026-08-20T18:08:24.706Z | Compiling icu_properties v2.1.2 |
| 1509 | 2026-08-20T18:08:24.750Z | Compiling icu_normalizer v2.1.1 |
| 1510 | 2026-08-20T18:08:24.872Z | Compiling der v0.7.10 |
| 1511 | 2026-08-20T18:08:25.071Z | Compiling rustls-pki-types v1.14.0 |
| 1512 | 2026-08-20T18:08:25.088Z | Compiling hybrid-array v0.4.13 |
| 1513 | 2026-08-20T18:08:25.146Z | Compiling tokio v1.52.1 |
| 1514 | 2026-08-20T18:08:25.300Z | Compiling http v1.4.2 |
| 1515 | 2026-08-20T18:08:25.315Z | Compiling ipnet v2.12.0 |
| 1516 | 2026-08-20T18:08:25.411Z | Compiling crypto-common v0.1.7 |
| 1517 | 2026-08-20T18:08:25.428Z | Compiling block-buffer v0.10.4 |
| 1518 | 2026-08-20T18:08:25.529Z | Compiling hex v0.4.3 |
| 1519 | 2026-08-20T18:08:25.574Z | Compiling digest v0.10.7 |
| 1520 | 2026-08-20T18:08:25.613Z | Compiling idna_adapter v1.2.1 |
| 1521 | 2026-08-20T18:08:25.763Z | Compiling idna v1.1.0 |
| 1522 | 2026-08-20T18:08:25.814Z | Compiling spki v0.7.3 |
| 1523 | 2026-08-20T18:08:25.828Z | Compiling sha2 v0.10.9 |
| 1524 | 2026-08-20T18:08:25.832Z | Compiling ppv-lite86 v0.2.21 |
| 1525 | 2026-08-20T18:08:25.859Z | Compiling signature v2.2.0 |
| 1526 | 2026-08-20T18:08:25.872Z | Compiling hmac v0.12.1 |
| 1527 | 2026-08-20T18:08:26.043Z | Compiling pkcs8 v0.10.2 |
| 1528 | 2026-08-20T18:08:26.057Z | Compiling url v2.5.8 |
| 1529 | 2026-08-20T18:08:26.061Z | Compiling http-body v1.0.1 |
| 1530 | 2026-08-20T18:08:26.084Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-08-20T18:08:26.088Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-08-20T18:08:26.140Z | Compiling rand_chacha v0.9.0 |
| 1533 | 2026-08-20T18:08:26.185Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2026-08-20T18:08:26.209Z | Compiling pkcs1 v0.7.5 |
| 1535 | 2026-08-20T18:08:26.236Z | Compiling http-body-util v0.1.3 |
| 1536 | 2026-08-20T18:08:26.314Z | Compiling clap v4.6.1 |
| 1537 | 2026-08-20T18:08:26.359Z | Compiling rand v0.9.2 |
| 1538 | 2026-08-20T18:08:26.403Z | Compiling rand v0.8.6 |
| 1539 | 2026-08-20T18:08:26.440Z | Compiling dof v0.4.0 |
| 1540 | 2026-08-20T18:08:26.447Z | Compiling zerocopy v0.6.6 |
| 1541 | 2026-08-20T18:08:26.664Z | Compiling scroll_derive v0.12.1 |
| 1542 | 2026-08-20T18:08:26.680Z | Compiling structmeta-derive v0.3.0 |
| 1543 | 2026-08-20T18:08:26.838Z | Compiling crc v3.4.0 |
| 1544 | 2026-08-20T18:08:26.851Z | Compiling array-init v0.0.4 |
| 1545 | 2026-08-20T18:08:26.882Z | Compiling smallvec v0.6.14 |
| 1546 | 2026-08-20T18:08:26.964Z | Compiling proptest v1.11.0 |
| 1547 | 2026-08-20T18:08:27.099Z | Compiling darling_core v0.23.0 |
| 1548 | 2026-08-20T18:08:27.134Z | Compiling heapless v0.7.17 |
| 1549 | 2026-08-20T18:08:27.148Z | Compiling slog v2.8.2 |
| 1550 | 2026-08-20T18:08:27.199Z | Compiling thread-id v5.1.0 |
| 1551 | 2026-08-20T18:08:27.215Z | Compiling env_filter v2.0.0 |
| 1552 | 2026-08-20T18:08:27.227Z | Compiling cookie v0.18.1 |
| 1553 | 2026-08-20T18:08:27.291Z | Compiling allocator-api2 v0.2.21 |
| 1554 | 2026-08-20T18:08:27.360Z | Compiling zstd-safe v7.2.4 |
| 1555 | 2026-08-20T18:08:27.375Z | Compiling ipnetwork v0.21.1 |
| 1556 | 2026-08-20T18:08:27.395Z | Compiling hashbrown v0.12.3 |
| 1557 | 2026-08-20T18:08:27.432Z | Compiling signal-hook v0.3.18 |
| 1558 | 2026-08-20T18:08:27.525Z | Compiling winnow v0.5.40 |
| 1559 | 2026-08-20T18:08:27.573Z | Compiling anyhow v1.0.104 |
| 1560 | 2026-08-20T18:08:27.624Z | Compiling base64 v0.21.7 |
| 1561 | 2026-08-20T18:08:27.684Z | Compiling iri-string v0.7.10 |
| 1562 | 2026-08-20T18:08:27.688Z | Compiling gimli v0.32.3 |
| 1563 | 2026-08-20T18:08:27.820Z | Compiling unicode-properties v0.1.4 |
| 1564 | 2026-08-20T18:08:27.820Z | Compiling unicode-bidi v0.3.18 |
| 1565 | 2026-08-20T18:08:27.853Z | Compiling ryu v1.0.23 |
| 1566 | 2026-08-20T18:08:27.924Z | Compiling ron v0.8.1 |
| 1567 | 2026-08-20T18:08:27.964Z | Compiling structmeta v0.3.0 |
| 1568 | 2026-08-20T18:08:28.006Z | Compiling serde_urlencoded v0.7.1 |
| 1569 | 2026-08-20T18:08:28.072Z | Compiling oxnet v0.1.6 |
| 1570 | 2026-08-20T18:08:28.082Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1571 | 2026-08-20T18:08:28.166Z | Compiling stringprep v0.1.5 |
| 1572 | 2026-08-20T18:08:28.195Z | Compiling rsa v0.9.10 |
| 1573 | 2026-08-20T18:08:28.344Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-20T18:08:28.359Z | Compiling env_logger v0.11.11 |
| 1575 | 2026-08-20T18:08:28.631Z | Compiling serde-hex v0.1.0 |
| 1576 | 2026-08-20T18:08:28.646Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1577 | 2026-08-20T18:08:28.844Z | Compiling bzip2 v0.4.4 |
| 1578 | 2026-08-20T18:08:28.890Z | Compiling toml_edit v0.19.15 |
| 1579 | 2026-08-20T18:08:29.013Z | Compiling tokio-util v0.7.18 |
| 1580 | 2026-08-20T18:08:29.033Z | Compiling tower v0.5.3 |
| 1581 | 2026-08-20T18:08:29.080Z | Compiling tokio-native-tls v0.3.1 |
| 1582 | 2026-08-20T18:08:29.225Z | Compiling hashbrown v0.13.2 |
| 1583 | 2026-08-20T18:08:29.257Z | Compiling x509-cert v0.2.5 |
| 1584 | 2026-08-20T18:08:29.288Z | Compiling crypto-common v0.2.2 |
| 1585 | 2026-08-20T18:08:29.525Z | Compiling tower-http v0.6.8 |
| 1586 | 2026-08-20T18:08:29.621Z | Compiling darling_macro v0.23.0 |
| 1587 | 2026-08-20T18:08:29.656Z | Compiling newtype-uuid v1.3.2 |
| 1588 | 2026-08-20T18:08:29.733Z | Compiling h2 v0.4.15 |
| 1589 | 2026-08-20T18:08:29.956Z | Compiling addr2line v0.25.1 |
| 1590 | 2026-08-20T18:08:30.029Z | Compiling block-buffer v0.12.1 |
| 1591 | 2026-08-20T18:08:30.114Z | Compiling block-padding v0.4.2 |
| 1592 | 2026-08-20T18:08:30.178Z | Compiling md-5 v0.10.6 |
| 1593 | 2026-08-20T18:08:30.257Z | Compiling rustls-native-certs v0.8.3 |
| 1594 | 2026-08-20T18:08:30.297Z | Compiling derive_builder_macro v0.20.2 |
| 1595 | 2026-08-20T18:08:30.327Z | Compiling serde_tokenstream v0.2.3 |
| 1596 | 2026-08-20T18:08:30.379Z | Compiling erased-serde v0.3.31 |
| 1597 | 2026-08-20T18:08:30.425Z | Compiling bstr v1.12.1 |
| 1598 | 2026-08-20T18:08:30.662Z | Compiling async-trait v0.1.89 |
| 1599 | 2026-08-20T18:08:30.778Z | Compiling pin-project-internal v1.1.11 |
| 1600 | 2026-08-20T18:08:30.859Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-08-20T18:08:30.890Z | Compiling zerocopy-derive v0.7.35 |
| 1602 | 2026-08-20T18:08:31.002Z | Compiling camino v1.2.5 |
| 1603 | 2026-08-20T18:08:31.023Z | Compiling curve25519-dalek v4.1.3 |
| 1604 | 2026-08-20T18:08:31.080Z | Compiling vergen-lib v9.1.0 |
| 1605 | 2026-08-20T18:08:31.099Z | Compiling hash32 v0.2.1 |
| 1606 | 2026-08-20T18:08:31.276Z | Compiling memoffset v0.9.1 |
| 1607 | 2026-08-20T18:08:31.292Z | Compiling encoding_rs v0.8.35 |
| 1608 | 2026-08-20T18:08:31.311Z | Compiling smoltcp v0.9.1 |
| 1609 | 2026-08-20T18:08:31.382Z | Compiling rustc-demangle v0.1.27 |
| 1610 | 2026-08-20T18:08:31.405Z | Compiling litrs v1.0.0 |
| 1611 | 2026-08-20T18:08:31.484Z | Compiling mime v0.3.17 |
| 1612 | 2026-08-20T18:08:31.498Z | Compiling cfg_aliases v0.2.1 |
| 1613 | 2026-08-20T18:08:31.569Z | Compiling owo-colors v4.3.0 |
| 1614 | 2026-08-20T18:08:31.583Z | Compiling rustix v0.38.44 |
| 1615 | 2026-08-20T18:08:31.624Z | Compiling psl-types v2.0.11 |
| 1616 | 2026-08-20T18:08:31.664Z | Compiling fallible-iterator v0.2.0 |
| 1617 | 2026-08-20T18:08:31.709Z | Compiling ref-cast v1.0.25 |
| 1618 | 2026-08-20T18:08:31.754Z | Compiling crc-any v2.5.0 |
| 1619 | 2026-08-20T18:08:31.764Z | Compiling publicsuffix v2.3.0 |
| 1620 | 2026-08-20T18:08:31.806Z | Compiling daft v0.1.7 |
| 1621 | 2026-08-20T18:08:31.821Z | Compiling zerocopy v0.7.35 |
| 1622 | 2026-08-20T18:08:31.928Z | Compiling document-features v0.2.12 |
| 1623 | 2026-08-20T18:08:31.945Z | Compiling pin-project v1.1.11 |
| 1624 | 2026-08-20T18:08:31.958Z | Compiling postgres-protocol v0.6.10 |
| 1625 | 2026-08-20T18:08:31.988Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1626 | 2026-08-20T18:08:32.005Z | Compiling backtrace v0.3.76 |
| 1627 | 2026-08-20T18:08:32.019Z | Compiling nix v0.31.2 |
| 1628 | 2026-08-20T18:08:32.127Z | Compiling derive_builder v0.20.2 |
| 1629 | 2026-08-20T18:08:32.179Z | Compiling toml v0.7.8 |
| 1630 | 2026-08-20T18:08:32.261Z | Compiling inout v0.2.2 |
| 1631 | 2026-08-20T18:08:32.390Z | Compiling darling v0.23.0 |
| 1632 | 2026-08-20T18:08:32.400Z | Compiling object v0.30.4 |
| 1633 | 2026-08-20T18:08:32.461Z | Compiling zip v0.6.6 |
| 1634 | 2026-08-20T18:08:32.489Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-20T18:08:32.544Z | Compiling goblin v0.8.2 |
| 1636 | 2026-08-20T18:08:32.592Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-20T18:08:32.799Z | Compiling futures-executor v0.3.32 |
| 1638 | 2026-08-20T18:08:32.828Z | Compiling hubpack_derive v0.1.1 |
| 1639 | 2026-08-20T18:08:32.851Z | Compiling regex v1.12.3 |
| 1640 | 2026-08-20T18:08:32.862Z | Compiling ref-cast-impl v1.0.25 |
| 1641 | 2026-08-20T18:08:32.976Z | Compiling hyper v1.10.1 |
| 1642 | 2026-08-20T18:08:33.064Z | Compiling snafu-derive v0.8.9 |
| 1643 | 2026-08-20T18:08:33.080Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1644 | 2026-08-20T18:08:33.106Z | Compiling strum_macros v0.27.2 |
| 1645 | 2026-08-20T18:08:33.137Z | Compiling phf_shared v0.13.1 |
| 1646 | 2026-08-20T18:08:33.252Z | Compiling vergen v9.1.0 |
| 1647 | 2026-08-20T18:08:33.293Z | Compiling cargo-platform v0.3.2 |
| 1648 | 2026-08-20T18:08:33.309Z | Compiling ff v0.13.1 |
| 1649 | 2026-08-20T18:08:33.399Z | Compiling fs-err v3.3.0 |
| 1650 | 2026-08-20T18:08:33.429Z | Compiling either v1.15.0 |
| 1651 | 2026-08-20T18:08:33.449Z | Compiling path-slash v0.1.5 |
| 1652 | 2026-08-20T18:08:33.474Z | Compiling is_ci v1.2.0 |
| 1653 | 2026-08-20T18:08:33.598Z | Compiling unicode-segmentation v1.12.0 |
| 1654 | 2026-08-20T18:08:33.605Z | Compiling base16ct v0.2.0 |
| 1655 | 2026-08-20T18:08:33.618Z | Compiling libbz2-rs-sys v0.2.2 |
| 1656 | 2026-08-20T18:08:33.630Z | Compiling same-file v1.0.6 |
| 1657 | 2026-08-20T18:08:33.656Z | Compiling foldhash v0.1.5 |
| 1658 | 2026-08-20T18:08:33.783Z | Compiling bitflags v1.3.2 |
| 1659 | 2026-08-20T18:08:33.814Z | Compiling foldhash v0.2.0 |
| 1660 | 2026-08-20T18:08:33.828Z | Compiling managed v0.8.0 |
| 1661 | 2026-08-20T18:08:33.863Z | Compiling bumpalo v3.20.2 |
| 1662 | 2026-08-20T18:08:33.880Z | Compiling jiff-core v0.1.0 |
| 1663 | 2026-08-20T18:08:33.942Z | Compiling hashbrown v0.15.5 |
| 1664 | 2026-08-20T18:08:33.996Z | Compiling hashbrown v0.16.1 |
| 1665 | 2026-08-20T18:08:34.088Z | Compiling bzip2 v0.6.1 |
| 1666 | 2026-08-20T18:08:34.126Z | Compiling hyper-util v0.1.20 |
| 1667 | 2026-08-20T18:08:34.276Z | Compiling zopfli v0.8.3 |
| 1668 | 2026-08-20T18:08:34.330Z | Compiling test-strategy v0.4.5 |
| 1669 | 2026-08-20T18:08:34.528Z | Compiling walkdir v2.5.0 |
| 1670 | 2026-08-20T18:08:34.610Z | Compiling sec1 v0.7.3 |
| 1671 | 2026-08-20T18:08:34.614Z | Compiling textwrap v0.16.2 |
| 1672 | 2026-08-20T18:08:34.862Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1673 | 2026-08-20T18:08:34.878Z | Compiling dof v0.3.0 |
| 1674 | 2026-08-20T18:08:34.914Z | Compiling jiff v0.2.34 |
| 1675 | 2026-08-20T18:08:34.983Z | Compiling supports-color v3.0.2 |
| 1676 | 2026-08-20T18:08:35.055Z | Compiling snafu v0.8.9 |
| 1677 | 2026-08-20T18:08:35.086Z | Compiling cargo_metadata v0.23.1 |
| 1678 | 2026-08-20T18:08:35.126Z | Compiling group v0.13.0 |
| 1679 | 2026-08-20T18:08:35.151Z | Compiling strum v0.27.2 |
| 1680 | 2026-08-20T18:08:35.289Z | Compiling phf v0.13.1 |
| 1681 | 2026-08-20T18:08:35.301Z | Compiling hubpack v0.1.2 |
| 1682 | 2026-08-20T18:08:35.317Z | Compiling signal-hook-mio v0.2.5 |
| 1683 | 2026-08-20T18:08:35.371Z | Compiling futures v0.3.32 |
| 1684 | 2026-08-20T18:08:35.423Z | Compiling cookie_store v0.22.1 |
| 1685 | 2026-08-20T18:08:35.480Z | Compiling zstd v0.13.3 |
| 1686 | 2026-08-20T18:08:35.485Z | Compiling serde_with_macros v3.21.0 |
| 1687 | 2026-08-20T18:08:35.537Z | Compiling hyper-tls v0.6.0 |
| 1688 | 2026-08-20T18:08:35.613Z | Compiling backtrace-ext v0.2.1 |
| 1689 | 2026-08-20T18:08:35.758Z | Compiling reqwest v0.12.28 |
| 1690 | 2026-08-20T18:08:35.784Z | Compiling cipher v0.5.2 |
| 1691 | 2026-08-20T18:08:35.820Z | Compiling postgres-types v0.2.12 |
| 1692 | 2026-08-20T18:08:35.940Z | Compiling globset v0.4.18 |
| 1693 | 2026-08-20T18:08:36.045Z | Compiling usdt-macro v0.6.0 |
| 1694 | 2026-08-20T18:08:36.093Z | Compiling usdt-attr-macro v0.6.0 |
| 1695 | 2026-08-20T18:08:36.112Z | Compiling byte-wrapper v0.1.0 |
| 1696 | 2026-08-20T18:08:36.304Z | Compiling ed25519 v2.2.3 |
| 1697 | 2026-08-20T18:08:36.412Z | Compiling hkdf v0.12.4 |
| 1698 | 2026-08-20T18:08:36.456Z | Compiling crypto-bigint v0.5.5 |
| 1699 | 2026-08-20T18:08:36.480Z | Compiling serde_plain v1.0.2 |
| 1700 | 2026-08-20T18:08:36.600Z | Compiling olpc-cjson v0.1.4 |
| 1701 | 2026-08-20T18:08:36.627Z | Compiling serde-big-array v0.5.1 |
| 1702 | 2026-08-20T18:08:36.641Z | Compiling dtrace-parser v0.2.0 |
| 1703 | 2026-08-20T18:08:36.670Z | Compiling async-recursion v1.1.1 |
| 1704 | 2026-08-20T18:08:36.687Z | Compiling serde_repr v0.1.20 |
| 1705 | 2026-08-20T18:08:36.788Z | Compiling strum_macros v0.26.4 |
| 1706 | 2026-08-20T18:08:36.796Z | Compiling miette-derive v7.6.0 |
| 1707 | 2026-08-20T18:08:36.853Z | Compiling enum-as-inner v0.6.1 |
| 1708 | 2026-08-20T18:08:36.961Z | Compiling phf_shared v0.11.3 |
| 1709 | 2026-08-20T18:08:36.968Z | Compiling float-cmp v0.10.0 |
| 1710 | 2026-08-20T18:08:37.149Z | Compiling pem v3.0.6 |
| 1711 | 2026-08-20T18:08:37.164Z | Compiling memmap2 v0.9.10 |
| 1712 | 2026-08-20T18:08:37.215Z | Compiling thread-id v4.2.2 |
| 1713 | 2026-08-20T18:08:37.254Z | Compiling difflib v0.4.0 |
| 1714 | 2026-08-20T18:08:37.313Z | Compiling whoami v2.1.0 |
| 1715 | 2026-08-20T18:08:37.333Z | Compiling typed-path v0.9.3 |
| 1716 | 2026-08-20T18:08:37.353Z | Compiling cpufeatures v0.3.0 |
| 1717 | 2026-08-20T18:08:37.387Z | Compiling supports-unicode v3.0.0 |
| 1718 | 2026-08-20T18:08:37.406Z | Compiling keccak v0.1.6 |
| 1719 | 2026-08-20T18:08:37.413Z | Compiling const-oid v0.10.2 |
| 1720 | 2026-08-20T18:08:37.447Z | Compiling fixedbitset v0.4.2 |
| 1721 | 2026-08-20T18:08:37.476Z | Compiling precomputed-hash v0.1.1 |
| 1722 | 2026-08-20T18:08:37.557Z | Compiling data-encoding v2.10.0 |
| 1723 | 2026-08-20T18:08:37.582Z | Compiling fixedbitset v0.5.7 |
| 1724 | 2026-08-20T18:08:37.698Z | Compiling static_assertions v1.1.0 |
| 1725 | 2026-08-20T18:08:37.720Z | Compiling supports-hyperlinks v3.2.0 |
| 1726 | 2026-08-20T18:08:37.771Z | Compiling winnow v1.0.3 |
| 1727 | 2026-08-20T18:08:37.788Z | Compiling normalize-line-endings v0.3.0 |
| 1728 | 2026-08-20T18:08:37.866Z | Compiling predicates-core v1.0.10 |
| 1729 | 2026-08-20T18:08:37.886Z | Compiling new_debug_unreachable v1.0.6 |
| 1730 | 2026-08-20T18:08:37.900Z | Compiling hickory-proto v0.25.2 |
| 1731 | 2026-08-20T18:08:37.931Z | Compiling petgraph v0.8.3 |
| 1732 | 2026-08-20T18:08:37.973Z | Compiling string_cache v0.8.9 |
| 1733 | 2026-08-20T18:08:38.019Z | Compiling miette v7.6.0 |
| 1734 | 2026-08-20T18:08:38.097Z | Compiling predicates v3.1.4 |
| 1735 | 2026-08-20T18:08:38.115Z | Compiling toml_edit v0.22.27 |
| 1736 | 2026-08-20T18:08:38.190Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-20T18:08:38.242Z | Compiling petgraph v0.6.5 |
| 1738 | 2026-08-20T18:08:38.301Z | Compiling digest v0.11.3 |
| 1739 | 2026-08-20T18:08:38.499Z | Compiling sha3 v0.10.8 |
| 1740 | 2026-08-20T18:08:38.549Z | Compiling tokio-postgres v0.7.16 |
| 1741 | 2026-08-20T18:08:38.596Z | Compiling chacha20 v0.10.0 |
| 1742 | 2026-08-20T18:08:38.623Z | Compiling elliptic-curve v0.13.8 |
| 1743 | 2026-08-20T18:08:38.639Z | Compiling strum v0.26.3 |
| 1744 | 2026-08-20T18:08:38.748Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1745 | 2026-08-20T18:08:38.789Z | Compiling usdt v0.6.0 |
| 1746 | 2026-08-20T18:08:38.874Z | Compiling usdt-impl v0.5.0 |
| 1747 | 2026-08-20T18:08:38.976Z | Compiling zip v4.6.1 |
| 1748 | 2026-08-20T18:08:39.005Z | Compiling crossterm v0.28.1 |
| 1749 | 2026-08-20T18:08:39.070Z | Compiling serde_with v3.21.0 |
| 1750 | 2026-08-20T18:08:39.090Z | Compiling ed25519-dalek v2.2.0 |
| 1751 | 2026-08-20T18:08:39.201Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1752 | 2026-08-20T18:08:39.547Z | Compiling iddqd v0.4.2 |
| 1753 | 2026-08-20T18:08:39.750Z | Compiling similar v2.7.0 |
| 1754 | 2026-08-20T18:08:39.822Z | Compiling heck v0.4.1 |
| 1755 | 2026-08-20T18:08:39.933Z | Compiling itertools v0.13.0 |
| 1756 | 2026-08-20T18:08:40.018Z | Compiling itertools v0.15.0 |
| 1757 | 2026-08-20T18:08:40.058Z | Compiling tokio-stream v0.1.18 |
| 1758 | 2026-08-20T18:08:40.085Z | Compiling crossbeam-epoch v0.9.18 |
| 1759 | 2026-08-20T18:08:40.314Z | Compiling buf-list v1.1.2 |
| 1760 | 2026-08-20T18:08:40.399Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1761 | 2026-08-20T18:08:40.517Z | Compiling openapiv3 v2.2.0 |
| 1762 | 2026-08-20T18:08:40.586Z | Compiling lalrpop-util v0.19.12 |
| 1763 | 2026-08-20T18:08:40.637Z | Compiling peg-runtime v0.8.5 |
| 1764 | 2026-08-20T18:08:40.729Z | Compiling thread_local v1.1.9 |
| 1765 | 2026-08-20T18:08:40.742Z | Compiling slog-async v2.8.0 |
| 1766 | 2026-08-20T18:08:40.806Z | Compiling crossbeam-channel v0.5.15 |
| 1767 | 2026-08-20T18:08:40.844Z | Compiling is-terminal v0.4.17 |
| 1768 | 2026-08-20T18:08:40.863Z | Compiling filetime v0.2.27 |
| 1769 | 2026-08-20T18:08:40.891Z | Compiling xattr v1.6.1 |
| 1770 | 2026-08-20T18:08:40.922Z | Compiling take_mut v0.2.2 |
| 1771 | 2026-08-20T18:08:40.931Z | Compiling term v1.2.1 |
| 1772 | 2026-08-20T18:08:40.968Z | Compiling camino-tempfile v1.4.1 |
| 1773 | 2026-08-20T18:08:41.030Z | Compiling tar v0.4.46 |
| 1774 | 2026-08-20T18:08:41.197Z | Compiling slog-term v2.9.2 |
| 1775 | 2026-08-20T18:08:58.382Z | Compiling rustls-webpki v0.103.13 |
| 1776 | 2026-08-20T18:09:01.051Z | Compiling tokio-rustls v0.26.4 |
| 1777 | 2026-08-20T18:09:01.051Z | Compiling rustls-platform-verifier v0.6.2 |
| 1778 | 2026-08-20T18:09:01.051Z | Compiling tough v0.22.0 |
| 1779 | 2026-08-20T18:09:01.248Z | Compiling hyper-rustls v0.27.7 |
| 1780 | 2026-08-20T18:09:01.445Z | Compiling reqwest v0.13.2 |
| 1781 | 2026-08-20T18:09:03.534Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1782 | 2026-08-20T18:09:03.770Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1783 | 2026-08-20T18:09:06.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.74s |
| 1784 | 2026-08-20T18:09:06.849Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1785 | 2026-08-20T18:09:06.849Z | Aug 20 18:09:06.079 INFO Starting download, target: Console |
| 1786 | 2026-08-20T18:09:06.849Z | Aug 20 18:09:06.079 INFO Starting download, target: DendriteStub |
| 1787 | 2026-08-20T18:09:06.849Z | Aug 20 18:09:06.079 INFO Starting download, target: Cockroach |
| 1788 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.079 INFO Starting download, target: Clickhouse |
| 1789 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.079 INFO Starting download, target: MaghemiteMgd |
| 1790 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.079 INFO Starting download, target: MaghemiteDdmd |
| 1791 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.079 INFO Starting download, target: TransceiverControl |
| 1792 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1793 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1794 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1795 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1796 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1797 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1798 | 2026-08-20T18:09:06.850Z | Aug 20 18:09:06.080 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1799 | 2026-08-20T18:09:07.551Z | Aug 20 18:09:06.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1800 | 2026-08-20T18:09:07.765Z | Aug 20 18:09:07.005 INFO Download complete, target: TransceiverControl |
| 1801 | 2026-08-20T18:09:08.638Z | Aug 20 18:09:07.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1802 | 2026-08-20T18:09:08.763Z | Aug 20 18:09:08.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1803 | 2026-08-20T18:09:08.889Z | Aug 20 18:09:08.125 INFO Download complete, target: Console |
| 1804 | 2026-08-20T18:09:15.419Z | Aug 20 18:09:14.657 INFO Checking that binary works, target: Clickhouse |
| 1805 | 2026-08-20T18:09:15.506Z | Aug 20 18:09:14.744 INFO Download complete, target: Clickhouse |
| 1806 | 2026-08-20T18:09:51.718Z | Aug 20 18:09:50.949 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1807 | 2026-08-20T18:09:51.955Z | Aug 20 18:09:51.090 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1808 | 2026-08-20T18:09:52.408Z | Aug 20 18:09:51.638 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1809 | 2026-08-20T18:09:53.014Z | Aug 20 18:09:52.254 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1810 | 2026-08-20T18:09:53.014Z | Aug 20 18:09:52.254 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1811 | 2026-08-20T18:09:53.685Z | Aug 20 18:09:52.924 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-20T18:09:54.364Z | Aug 20 18:09:53.595 INFO Download complete, target: DendriteStub |
| 1813 | 2026-08-20T18:09:54.958Z | Aug 20 18:09:54.195 INFO Download complete, target: MaghemiteMgd |
| 1814 | 2026-08-20T18:09:57.693Z | Aug 20 18:09:56.932 INFO Checking that binary works, target: Cockroach |
| 1815 | 2026-08-20T18:09:57.815Z | Aug 20 18:09:57.055 INFO Download complete, target: Cockroach |
| 1816 | 2026-08-20T18:09:57.819Z | All prerequisites installed successfully |
| 1817 | 2026-08-20T18:09:57.824Z | |
| 1818 | 2026-08-20T18:09:57.824Z | real 2:44.097382789 |
| 1819 | 2026-08-20T18:09:57.824Z | user 7:16.544088618 |
| 1820 | 2026-08-20T18:09:57.824Z | sys 1:44.422253709 |
| 1821 | 2026-08-20T18:09:57.824Z | trap 0.311008008 |
| 1822 | 2026-08-20T18:09:57.824Z | tflt 0.856350634 |
| 1823 | 2026-08-20T18:09:57.824Z | dflt 1.706302842 |
| 1824 | 2026-08-20T18:09:57.824Z | kflt 0.025265254 |
| 1825 | 2026-08-20T18:09:57.824Z | lock 44:17.605194020 |
| 1826 | 2026-08-20T18:09:57.824Z | slp 21:42.960898377 |
| 1827 | 2026-08-20T18:09:57.824Z | lat 27.809327454 |
| 1828 | 2026-08-20T18:09:57.824Z | stop 3:27.662509702 |
| 1829 | 2026-08-20T18:09:57.824Z | + ptime -m cargo xtask download softnpu |
| 1830 | 2026-08-20T18:09:58.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1831 | 2026-08-20T18:09:58.295Z | Running `target/debug/xtask download softnpu` |
| 1832 | 2026-08-20T18:09:59.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 1833 | 2026-08-20T18:09:59.115Z | Running `target/debug/xtask-downloader softnpu` |
| 1834 | 2026-08-20T18:09:59.157Z | Aug 20 18:09:58.397 INFO Starting download, target: Softnpu |
| 1835 | 2026-08-20T18:09:59.160Z | Aug 20 18:09:58.398 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1836 | 2026-08-20T18:09:59.685Z | Aug 20 18:09:58.925 INFO Download complete, target: Softnpu |
| 1837 | 2026-08-20T18:09:59.689Z | |
| 1838 | 2026-08-20T18:09:59.692Z | real 1.862703601 |
| 1839 | 2026-08-20T18:09:59.692Z | user 1.295204159 |
| 1840 | 2026-08-20T18:09:59.692Z | sys 0.614452029 |
| 1841 | 2026-08-20T18:09:59.692Z | trap 0.000456790 |
| 1842 | 2026-08-20T18:09:59.692Z | tflt 0.000079760 |
| 1843 | 2026-08-20T18:09:59.692Z | dflt 0.000101710 |
| 1844 | 2026-08-20T18:09:59.692Z | kflt 0.000000000 |
| 1845 | 2026-08-20T18:09:59.692Z | lock 10.062034922 |
| 1846 | 2026-08-20T18:09:59.693Z | slp 0.400318601 |
| 1847 | 2026-08-20T18:09:59.693Z | lat 0.100761012 |
| 1848 | 2026-08-20T18:09:59.693Z | stop 0.000162160 |
| 1849 | 2026-08-20T18:09:59.693Z | + export CARGO_INCREMENTAL=0 |
| 1850 | 2026-08-20T18:09:59.693Z | + CARGO_INCREMENTAL=0 |
| 1851 | 2026-08-20T18:09:59.693Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1852 | 2026-08-20T18:10:00.609Z | Compiling proc-macro2 v1.0.106 |
| 1853 | 2026-08-20T18:10:00.609Z | Compiling quote v1.0.45 |
| 1854 | 2026-08-20T18:10:00.609Z | Compiling unicode-ident v1.0.24 |
| 1855 | 2026-08-20T18:10:00.613Z | Compiling serde_core v1.0.228 |
| 1856 | 2026-08-20T18:10:00.613Z | Compiling libc v0.2.185 |
| 1857 | 2026-08-20T18:10:00.613Z | Compiling serde v1.0.228 |
| 1858 | 2026-08-20T18:10:00.613Z | Compiling cfg-if v1.0.4 |
| 1859 | 2026-08-20T18:10:00.613Z | Compiling version_check v0.9.5 |
| 1860 | 2026-08-20T18:10:00.613Z | Compiling autocfg v1.5.0 |
| 1861 | 2026-08-20T18:10:00.613Z | Compiling shlex v1.3.0 |
| 1862 | 2026-08-20T18:10:00.613Z | Compiling find-msvc-tools v0.1.9 |
| 1863 | 2026-08-20T18:10:00.613Z | Compiling memchr v2.8.0 |
| 1864 | 2026-08-20T18:10:00.755Z | Compiling zmij v1.0.21 |
| 1865 | 2026-08-20T18:10:00.758Z | Compiling serde_json v1.0.151 |
| 1866 | 2026-08-20T18:10:00.961Z | Compiling portable-atomic v1.13.1 |
| 1867 | 2026-08-20T18:10:00.974Z | Compiling zerocopy v0.8.55 |
| 1868 | 2026-08-20T18:10:00.983Z | Compiling libm v0.2.16 |
| 1869 | 2026-08-20T18:10:01.062Z | Compiling parking_lot_core v0.9.12 |
| 1870 | 2026-08-20T18:10:01.107Z | Compiling icu_properties_data v2.1.2 |
| 1871 | 2026-08-20T18:10:01.110Z | Compiling smallvec v1.15.1 |
| 1872 | 2026-08-20T18:10:01.300Z | Compiling generic-array v0.14.7 |
| 1873 | 2026-08-20T18:10:01.319Z | Compiling icu_normalizer_data v2.1.1 |
| 1874 | 2026-08-20T18:10:01.323Z | Compiling num-traits v0.2.19 |
| 1875 | 2026-08-20T18:10:01.341Z | Compiling itoa v1.0.17 |
| 1876 | 2026-08-20T18:10:01.344Z | Compiling getrandom v0.4.3 |
| 1877 | 2026-08-20T18:10:01.379Z | Compiling log v0.4.33 |
| 1878 | 2026-08-20T18:10:01.411Z | Compiling getrandom v0.3.4 |
| 1879 | 2026-08-20T18:10:01.464Z | Compiling pkg-config v0.3.32 |
| 1880 | 2026-08-20T18:10:01.504Z | Compiling subtle v2.6.1 |
| 1881 | 2026-08-20T18:10:01.554Z | Compiling typenum v1.20.1 |
| 1882 | 2026-08-20T18:10:01.592Z | Compiling stable_deref_trait v1.2.1 |
| 1883 | 2026-08-20T18:10:01.606Z | Compiling rustix v1.1.4 |
| 1884 | 2026-08-20T18:10:01.685Z | Compiling jobserver v0.1.34 |
| 1885 | 2026-08-20T18:10:01.685Z | Compiling errno v0.3.14 |
| 1886 | 2026-08-20T18:10:01.731Z | Compiling scopeguard v1.2.0 |
| 1887 | 2026-08-20T18:10:01.731Z | Compiling thiserror v2.0.18 |
| 1888 | 2026-08-20T18:10:01.854Z | Compiling lock_api v0.4.14 |
| 1889 | 2026-08-20T18:10:01.906Z | Compiling cc v1.2.56 |
| 1890 | 2026-08-20T18:10:01.943Z | Compiling getrandom v0.2.17 |
| 1891 | 2026-08-20T18:10:01.983Z | Compiling heck v0.5.0 |
| 1892 | 2026-08-20T18:10:01.983Z | Compiling equivalent v1.0.2 |
| 1893 | 2026-08-20T18:10:02.044Z | Compiling syn v2.0.117 |
| 1894 | 2026-08-20T18:10:02.075Z | Compiling rand_core v0.6.4 |
| 1895 | 2026-08-20T18:10:02.198Z | Compiling pin-project-lite v0.2.17 |
| 1896 | 2026-08-20T18:10:02.212Z | Compiling critical-section v1.2.0 |
| 1897 | 2026-08-20T18:10:02.229Z | Compiling syn v1.0.109 |
| 1898 | 2026-08-20T18:10:02.257Z | Compiling schemars v0.8.22 |
| 1899 | 2026-08-20T18:10:02.327Z | Compiling writeable v0.6.2 |
| 1900 | 2026-08-20T18:10:02.343Z | Compiling litemap v0.8.1 |
| 1901 | 2026-08-20T18:10:02.443Z | Compiling percent-encoding v2.3.2 |
| 1902 | 2026-08-20T18:10:02.461Z | Compiling hashbrown v0.17.0 |
| 1903 | 2026-08-20T18:10:02.544Z | Compiling once_cell v1.21.3 |
| 1904 | 2026-08-20T18:10:02.548Z | Compiling rustversion v1.0.22 |
| 1905 | 2026-08-20T18:10:02.558Z | Compiling fs_extra v1.3.0 |
| 1906 | 2026-08-20T18:10:02.584Z | Compiling dunce v1.0.5 |
| 1907 | 2026-08-20T18:10:02.710Z | Compiling cmake v0.1.57 |
| 1908 | 2026-08-20T18:10:02.778Z | Compiling byteorder v1.5.0 |
| 1909 | 2026-08-20T18:10:02.851Z | Compiling strsim v0.11.1 |
| 1910 | 2026-08-20T18:10:02.864Z | Compiling rand_core v0.10.0 |
| 1911 | 2026-08-20T18:10:02.868Z | Compiling signal-hook-registry v1.4.8 |
| 1912 | 2026-08-20T18:10:03.074Z | Compiling utf8_iter v1.0.4 |
| 1913 | 2026-08-20T18:10:03.087Z | Compiling thiserror v1.0.69 |
| 1914 | 2026-08-20T18:10:03.177Z | Compiling bitflags v2.11.0 |
| 1915 | 2026-08-20T18:10:03.273Z | Compiling semver v1.0.28 |
| 1916 | 2026-08-20T18:10:03.289Z | Compiling indexmap v2.14.0 |
| 1917 | 2026-08-20T18:10:03.292Z | Compiling aws-lc-sys v0.40.0 |
| 1918 | 2026-08-20T18:10:03.350Z | Compiling parking_lot v0.12.5 |
| 1919 | 2026-08-20T18:10:03.368Z | Compiling form_urlencoded v1.2.2 |
| 1920 | 2026-08-20T18:10:03.383Z | Compiling mio v1.2.0 |
| 1921 | 2026-08-20T18:10:03.509Z | Compiling socket2 v0.6.3 |
| 1922 | 2026-08-20T18:10:03.579Z | Compiling aws-lc-rs v1.16.3 |
| 1923 | 2026-08-20T18:10:03.603Z | Compiling futures-core v0.3.32 |
| 1924 | 2026-08-20T18:10:03.619Z | Compiling const-oid v0.9.6 |
| 1925 | 2026-08-20T18:10:03.862Z | Compiling httparse v1.10.1 |
| 1926 | 2026-08-20T18:10:03.967Z | Compiling fnv v1.0.7 |
| 1927 | 2026-08-20T18:10:04.043Z | Compiling crc32fast v1.5.0 |
| 1928 | 2026-08-20T18:10:04.083Z | Compiling regex-syntax v0.8.10 |
| 1929 | 2026-08-20T18:10:04.109Z | Compiling ucd-trie v0.1.7 |
| 1930 | 2026-08-20T18:10:04.289Z | Compiling pest v2.8.6 |
| 1931 | 2026-08-20T18:10:04.322Z | Compiling iana-time-zone v0.1.65 |
| 1932 | 2026-08-20T18:10:04.342Z | Compiling vcpkg v0.2.15 |
| 1933 | 2026-08-20T18:10:04.342Z | Compiling ident_case v1.0.1 |
| 1934 | 2026-08-20T18:10:04.538Z | Compiling uuid v1.23.4 |
| 1935 | 2026-08-20T18:10:04.579Z | Compiling rustc_version v0.4.1 |
| 1936 | 2026-08-20T18:10:04.655Z | Compiling futures-sink v0.3.32 |
| 1937 | 2026-08-20T18:10:04.673Z | Compiling rustls v0.23.41 |
| 1938 | 2026-08-20T18:10:04.786Z | Compiling futures-channel v0.3.32 |
| 1939 | 2026-08-20T18:10:04.870Z | Compiling synstructure v0.13.2 |
| 1940 | 2026-08-20T18:10:04.886Z | Compiling serde_derive_internals v0.29.1 |
| 1941 | 2026-08-20T18:10:04.924Z | Compiling openssl-sys v0.9.117 |
| 1942 | 2026-08-20T18:10:05.081Z | Compiling aho-corasick v1.1.4 |
| 1943 | 2026-08-20T18:10:05.101Z | Compiling futures-task v0.3.32 |
| 1944 | 2026-08-20T18:10:05.131Z | Compiling futures-io v0.3.32 |
| 1945 | 2026-08-20T18:10:05.196Z | Compiling slab v0.4.12 |
| 1946 | 2026-08-20T18:10:05.391Z | Compiling pest_meta v2.8.6 |
| 1947 | 2026-08-20T18:10:05.443Z | Compiling time-core v0.1.8 |
| 1948 | 2026-08-20T18:10:05.473Z | Compiling plain v0.2.3 |
| 1949 | 2026-08-20T18:10:05.495Z | Compiling dyn-clone v1.0.20 |
| 1950 | 2026-08-20T18:10:05.538Z | Compiling num-conv v0.2.0 |
| 1951 | 2026-08-20T18:10:05.568Z | Compiling radium v0.7.0 |
| 1952 | 2026-08-20T18:10:05.613Z | Compiling crossbeam-utils v0.8.21 |
| 1953 | 2026-08-20T18:10:05.643Z | Compiling base64 v0.22.1 |
| 1954 | 2026-08-20T18:10:05.658Z | Compiling openssl v0.10.80 |
| 1955 | 2026-08-20T18:10:05.675Z | Compiling pretty-hex v0.4.1 |
| 1956 | 2026-08-20T18:10:05.691Z | Compiling time-macros v0.2.27 |
| 1957 | 2026-08-20T18:10:05.888Z | Compiling base64ct v1.8.3 |
| 1958 | 2026-08-20T18:10:05.893Z | Compiling maybe-uninit v2.0.0 |
| 1959 | 2026-08-20T18:10:05.893Z | Compiling flagset v0.4.7 |
| 1960 | 2026-08-20T18:10:05.916Z | Compiling regex-automata v0.4.14 |
| 1961 | 2026-08-20T18:10:06.025Z | Compiling pest_generator v2.8.6 |
| 1962 | 2026-08-20T18:10:06.042Z | Compiling darling_core v0.23.0 |
| 1963 | 2026-08-20T18:10:06.091Z | Compiling serde_derive v1.0.228 |
| 1964 | 2026-08-20T18:10:06.124Z | Compiling zeroize_derive v1.5.0 |
| 1965 | 2026-08-20T18:10:06.141Z | Compiling zerofrom-derive v0.1.6 |
| 1966 | 2026-08-20T18:10:06.156Z | Compiling yoke-derive v0.8.1 |
| 1967 | 2026-08-20T18:10:06.171Z | Compiling zerocopy-derive v0.8.55 |
| 1968 | 2026-08-20T18:10:06.174Z | Compiling zerovec-derive v0.11.2 |
| 1969 | 2026-08-20T18:10:06.203Z | Compiling displaydoc v0.2.5 |
| 1970 | 2026-08-20T18:10:06.352Z | Compiling tokio-macros v2.7.0 |
| 1971 | 2026-08-20T18:10:06.483Z | Compiling futures-macro v0.3.32 |
| 1972 | 2026-08-20T18:10:06.500Z | Compiling thiserror-impl v2.0.18 |
| 1973 | 2026-08-20T18:10:06.638Z | Compiling schemars_derive v0.8.22 |
| 1974 | 2026-08-20T18:10:06.651Z | Compiling der_derive v0.7.3 |
| 1975 | 2026-08-20T18:10:06.654Z | Compiling tracing-attributes v0.1.31 |
| 1976 | 2026-08-20T18:10:06.733Z | Compiling thiserror-impl v1.0.69 |
| 1977 | 2026-08-20T18:10:06.892Z | Compiling pest_derive v2.8.6 |
| 1978 | 2026-08-20T18:10:07.034Z | Compiling scroll_derive v0.13.1 |
| 1979 | 2026-08-20T18:10:07.117Z | Compiling scroll_derive v0.12.1 |
| 1980 | 2026-08-20T18:10:07.272Z | Compiling pem-rfc7468 v0.7.0 |
| 1981 | 2026-08-20T18:10:07.277Z | Compiling futures-util v0.3.32 |
| 1982 | 2026-08-20T18:10:07.304Z | Compiling zerofrom v0.1.6 |
| 1983 | 2026-08-20T18:10:07.454Z | Compiling yoke v0.8.1 |
| 1984 | 2026-08-20T18:10:07.588Z | Compiling openssl-macros v0.1.1 |
| 1985 | 2026-08-20T18:10:07.605Z | Compiling rand_core v0.9.5 |
| 1986 | 2026-08-20T18:10:07.678Z | Compiling zerovec v0.11.5 |
| 1987 | 2026-08-20T18:10:07.699Z | Compiling zerotrie v0.2.3 |
| 1988 | 2026-08-20T18:10:07.904Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1989 | 2026-08-20T18:10:07.919Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1990 | 2026-08-20T18:10:07.995Z | Compiling ahash v0.8.12 |
| 1991 | 2026-08-20T18:10:08.010Z | Compiling native-tls v0.2.18 |
| 1992 | 2026-08-20T18:10:08.031Z | Compiling packed_struct v0.10.1 |
| 1993 | 2026-08-20T18:10:08.156Z | Compiling anyhow v1.0.104 |
| 1994 | 2026-08-20T18:10:08.180Z | Compiling num-bigint-dig v0.8.6 |
| 1995 | 2026-08-20T18:10:08.238Z | Compiling tinystr v0.8.2 |
| 1996 | 2026-08-20T18:10:08.241Z | Compiling potential_utf v0.1.4 |
| 1997 | 2026-08-20T18:10:08.286Z | Compiling regex v1.12.3 |
| 1998 | 2026-08-20T18:10:08.369Z | Compiling darling_macro v0.23.0 |
| 1999 | 2026-08-20T18:10:08.394Z | Compiling icu_collections v2.1.1 |
| 2000 | 2026-08-20T18:10:08.462Z | Compiling icu_locale_core v2.1.1 |
| 2001 | 2026-08-20T18:10:08.509Z | Compiling zerocopy-derive v0.7.35 |
| 2002 | 2026-08-20T18:10:08.614Z | Compiling slog v2.8.2 |
| 2003 | 2026-08-20T18:10:08.920Z | Compiling tracing-core v0.1.36 |
| 2004 | 2026-08-20T18:10:08.951Z | Compiling cookie v0.18.1 |
| 2005 | 2026-08-20T18:10:09.081Z | Compiling camino v1.2.5 |
| 2006 | 2026-08-20T18:10:09.127Z | Compiling icu_provider v2.1.1 |
| 2007 | 2026-08-20T18:10:09.156Z | Compiling cpufeatures v0.2.17 |
| 2008 | 2026-08-20T18:10:09.308Z | Compiling zeroize v1.9.0 |
| 2009 | 2026-08-20T18:10:09.344Z | Compiling bytes v1.11.1 |
| 2010 | 2026-08-20T18:10:09.394Z | Compiling chrono v0.4.45 |
| 2011 | 2026-08-20T18:10:09.430Z | Compiling icu_normalizer v2.1.1 |
| 2012 | 2026-08-20T18:10:09.544Z | Compiling icu_properties v2.1.2 |
| 2013 | 2026-08-20T18:10:09.913Z | Compiling tokio v1.52.1 |
| 2014 | 2026-08-20T18:10:09.970Z | Compiling serde_tokenstream v0.2.3 |
| 2015 | 2026-08-20T18:10:10.059Z | Compiling crypto-common v0.1.7 |
| 2016 | 2026-08-20T18:10:10.195Z | Compiling block-buffer v0.10.4 |
| 2017 | 2026-08-20T18:10:10.229Z | Compiling der v0.7.10 |
| 2018 | 2026-08-20T18:10:10.275Z | Compiling http v1.4.2 |
| 2019 | 2026-08-20T18:10:10.369Z | Compiling digest v0.10.7 |
| 2020 | 2026-08-20T18:10:10.403Z | Compiling idna_adapter v1.2.1 |
| 2021 | 2026-08-20T18:10:10.564Z | Compiling idna v1.1.0 |
| 2022 | 2026-08-20T18:10:10.606Z | Compiling ppv-lite86 v0.2.21 |
| 2023 | 2026-08-20T18:10:10.874Z | Compiling tracing v0.1.44 |
| 2024 | 2026-08-20T18:10:10.936Z | Compiling url v2.5.8 |
| 2025 | 2026-08-20T18:10:11.013Z | Compiling rand_chacha v0.9.0 |
| 2026 | 2026-08-20T18:10:11.036Z | Compiling toml_datetime v0.6.11 |
| 2027 | 2026-08-20T18:10:11.105Z | Compiling spki v0.7.3 |
| 2028 | 2026-08-20T18:10:11.289Z | Compiling serde_spanned v0.6.9 |
| 2029 | 2026-08-20T18:10:11.387Z | Compiling darling v0.23.0 |
| 2030 | 2026-08-20T18:10:11.401Z | Compiling zerocopy-derive v0.6.6 |
| 2031 | 2026-08-20T18:10:11.452Z | Compiling clap_derive v4.6.1 |
| 2032 | 2026-08-20T18:10:11.455Z | Compiling bitfield-macros v0.19.4 |
| 2033 | 2026-08-20T18:10:11.483Z | Compiling packed_struct_codegen v0.10.1 |
| 2034 | 2026-08-20T18:10:11.498Z | Compiling indexmap v1.9.3 |
| 2035 | 2026-08-20T18:10:11.725Z | Compiling object v0.37.3 |
| 2036 | 2026-08-20T18:10:12.003Z | Compiling paste v1.0.15 |
| 2037 | 2026-08-20T18:10:12.077Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-08-20T18:10:12.187Z | Compiling http-body v1.0.1 |
| 2039 | 2026-08-20T18:10:12.202Z | Compiling pkcs8 v0.10.2 |
| 2040 | 2026-08-20T18:10:12.218Z | Compiling rand v0.9.2 |
| 2041 | 2026-08-20T18:10:12.357Z | Compiling rustls-pki-types v1.14.0 |
| 2042 | 2026-08-20T18:10:12.487Z | Compiling spin v0.9.8 |
| 2043 | 2026-08-20T18:10:12.490Z | Compiling usdt-impl v0.5.0 |
| 2044 | 2026-08-20T18:10:12.612Z | Compiling winnow v0.5.40 |
| 2045 | 2026-08-20T18:10:12.716Z | Compiling cmov v0.5.4 |
| 2046 | 2026-08-20T18:10:12.733Z | Compiling fastrand v2.3.0 |
| 2047 | 2026-08-20T18:10:12.748Z | Compiling usdt-impl v0.6.0 |
| 2048 | 2026-08-20T18:10:12.809Z | Compiling either v1.15.0 |
| 2049 | 2026-08-20T18:10:12.947Z | Compiling adler2 v2.0.1 |
| 2050 | 2026-08-20T18:10:12.972Z | Compiling anstyle v1.0.14 |
| 2051 | 2026-08-20T18:10:13.038Z | Compiling openssl-probe v0.2.1 |
| 2052 | 2026-08-20T18:10:13.059Z | Compiling utf8parse v0.2.2 |
| 2053 | 2026-08-20T18:10:13.083Z | Compiling ref-cast v1.0.25 |
| 2054 | 2026-08-20T18:10:13.096Z | Compiling tinyvec_macros v0.1.1 |
| 2055 | 2026-08-20T18:10:13.125Z | Compiling miniz_oxide v0.8.9 |
| 2056 | 2026-08-20T18:10:13.178Z | Compiling ctutils v0.4.2 |
| 2057 | 2026-08-20T18:10:13.193Z | Compiling tinyvec v1.10.0 |
| 2058 | 2026-08-20T18:10:13.210Z | Compiling anstyle-parse v1.0.0 |
| 2059 | 2026-08-20T18:10:13.386Z | Compiling sha2 v0.10.9 |
| 2060 | 2026-08-20T18:10:13.436Z | Compiling scroll v0.13.0 |
| 2061 | 2026-08-20T18:10:13.505Z | Compiling scroll v0.12.0 |
| 2062 | 2026-08-20T18:10:13.557Z | Compiling terminal_size v0.4.3 |
| 2063 | 2026-08-20T18:10:13.589Z | Compiling async-trait v0.1.89 |
| 2064 | 2026-08-20T18:10:13.663Z | Compiling tokio-util v0.7.18 |
| 2065 | 2026-08-20T18:10:13.712Z | Compiling heapless v0.7.17 |
| 2066 | 2026-08-20T18:10:13.834Z | Compiling zstd-safe v7.2.4 |
| 2067 | 2026-08-20T18:10:13.850Z | Compiling tower-service v0.3.3 |
| 2068 | 2026-08-20T18:10:13.865Z | Compiling litrs v1.0.0 |
| 2069 | 2026-08-20T18:10:13.964Z | Compiling toml_edit v0.19.15 |
| 2070 | 2026-08-20T18:10:14.004Z | Compiling winnow v1.0.3 |
| 2071 | 2026-08-20T18:10:14.035Z | Compiling winnow v0.7.14 |
| 2072 | 2026-08-20T18:10:14.058Z | Compiling signal-hook v0.3.18 |
| 2073 | 2026-08-20T18:10:14.259Z | Compiling is_terminal_polyfill v1.70.2 |
| 2074 | 2026-08-20T18:10:14.331Z | Compiling atomic-waker v1.1.2 |
| 2075 | 2026-08-20T18:10:14.373Z | Compiling try-lock v0.2.5 |
| 2076 | 2026-08-20T18:10:14.409Z | Compiling tower-layer v0.3.3 |
| 2077 | 2026-08-20T18:10:14.471Z | Compiling anstyle-query v1.1.5 |
| 2078 | 2026-08-20T18:10:14.486Z | Compiling colorchoice v1.0.4 |
| 2079 | 2026-08-20T18:10:14.592Z | Compiling rustix v0.38.44 |
| 2080 | 2026-08-20T18:10:14.603Z | Compiling untrusted v0.7.1 |
| 2081 | 2026-08-20T18:10:14.636Z | Compiling anstream v1.0.0 |
| 2082 | 2026-08-20T18:10:14.654Z | Compiling want v0.3.1 |
| 2083 | 2026-08-20T18:10:14.804Z | Compiling h2 v0.4.15 |
| 2084 | 2026-08-20T18:10:14.829Z | Compiling document-features v0.2.12 |
| 2085 | 2026-08-20T18:10:14.928Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2086 | 2026-08-20T18:10:15.023Z | Compiling tempfile v3.27.0 |
| 2087 | 2026-08-20T18:10:15.366Z | Compiling goblin v0.8.2 |
| 2088 | 2026-08-20T18:10:15.381Z | Compiling goblin v0.10.5 |
| 2089 | 2026-08-20T18:10:15.474Z | Compiling hybrid-array v0.4.13 |
| 2090 | 2026-08-20T18:10:15.547Z | Compiling itertools v0.15.0 |
| 2091 | 2026-08-20T18:10:15.728Z | Compiling zerocopy v0.7.35 |
| 2092 | 2026-08-20T18:10:15.732Z | Compiling ipnet v2.12.0 |
| 2093 | 2026-08-20T18:10:16.053Z | Compiling structmeta-derive v0.3.0 |
| 2094 | 2026-08-20T18:10:16.110Z | Compiling ref-cast-impl v1.0.25 |
| 2095 | 2026-08-20T18:10:16.177Z | Compiling daft-derive v0.1.7 |
| 2096 | 2026-08-20T18:10:16.214Z | Compiling curve25519-dalek v4.1.3 |
| 2097 | 2026-08-20T18:10:16.283Z | Compiling darling_core v0.20.11 |
| 2098 | 2026-08-20T18:10:16.314Z | Compiling memoffset v0.9.1 |
| 2099 | 2026-08-20T18:10:16.475Z | Compiling httpdate v1.0.3 |
| 2100 | 2026-08-20T18:10:16.479Z | Compiling foreign-types-shared v0.1.1 |
| 2101 | 2026-08-20T18:10:16.600Z | Compiling untrusted v0.9.0 |
| 2102 | 2026-08-20T18:10:16.654Z | Compiling powerfmt v0.2.0 |
| 2103 | 2026-08-20T18:10:16.730Z | Compiling tap v1.0.1 |
| 2104 | 2026-08-20T18:10:16.777Z | Compiling foreign-types v0.3.2 |
| 2105 | 2026-08-20T18:10:16.835Z | Compiling wyz v0.5.1 |
| 2106 | 2026-08-20T18:10:16.857Z | Compiling deranged v0.5.8 |
| 2107 | 2026-08-20T18:10:17.034Z | Compiling structmeta v0.3.0 |
| 2108 | 2026-08-20T18:10:17.053Z | Compiling unicode-normalization v0.1.25 |
| 2109 | 2026-08-20T18:10:17.267Z | Compiling dtrace-parser v0.2.0 |
| 2110 | 2026-08-20T18:10:17.311Z | Compiling rand_chacha v0.3.1 |
| 2111 | 2026-08-20T18:10:17.550Z | Compiling signature v2.2.0 |
| 2112 | 2026-08-20T18:10:17.592Z | Compiling hex v0.4.3 |
| 2113 | 2026-08-20T18:10:17.674Z | Compiling dof v0.3.0 |
| 2114 | 2026-08-20T18:10:17.727Z | Compiling dtrace-parser v0.3.0 |
| 2115 | 2026-08-20T18:10:17.897Z | Compiling pin-project-internal v1.1.11 |
| 2116 | 2026-08-20T18:10:17.952Z | Compiling num-integer v0.1.46 |
| 2117 | 2026-08-20T18:10:17.973Z | Compiling hyper v1.10.1 |
| 2118 | 2026-08-20T18:10:18.276Z | Compiling dof v0.4.0 |
| 2119 | 2026-08-20T18:10:18.293Z | Compiling thread-id v5.1.0 |
| 2120 | 2026-08-20T18:10:18.318Z | Compiling darling_macro v0.20.11 |
| 2121 | 2026-08-20T18:10:18.334Z | Compiling wait-timeout v0.2.1 |
| 2122 | 2026-08-20T18:10:18.338Z | Compiling thread-id v4.2.2 |
| 2123 | 2026-08-20T18:10:18.450Z | Compiling quick-error v1.2.3 |
| 2124 | 2026-08-20T18:10:18.538Z | Compiling num_threads v0.1.7 |
| 2125 | 2026-08-20T18:10:18.623Z | Compiling clap_lex v1.0.0 |
| 2126 | 2026-08-20T18:10:18.632Z | Compiling owo-colors v4.3.0 |
| 2127 | 2026-08-20T18:10:18.649Z | Compiling cfg_aliases v0.2.1 |
| 2128 | 2026-08-20T18:10:18.649Z | Compiling bit-vec v0.8.0 |
| 2129 | 2026-08-20T18:10:18.690Z | Compiling funty v2.0.0 |
| 2130 | 2026-08-20T18:10:18.868Z | Compiling smoltcp v0.9.1 |
| 2131 | 2026-08-20T18:10:18.897Z | Compiling bit-set v0.8.0 |
| 2132 | 2026-08-20T18:10:18.917Z | Compiling darling v0.20.11 |
| 2133 | 2026-08-20T18:10:18.937Z | Compiling nix v0.31.2 |
| 2134 | 2026-08-20T18:10:18.949Z | Compiling clap_builder v4.6.0 |
| 2135 | 2026-08-20T18:10:19.015Z | Compiling bitvec v1.0.1 |
| 2136 | 2026-08-20T18:10:19.083Z | Compiling hyper-util v0.1.20 |
| 2137 | 2026-08-20T18:10:19.165Z | Compiling time v0.3.47 |
| 2138 | 2026-08-20T18:10:19.190Z | Compiling rusty-fork v0.3.1 |
| 2139 | 2026-08-20T18:10:19.211Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-20T18:10:19.399Z | Compiling rand v0.8.6 |
| 2141 | 2026-08-20T18:10:19.516Z | Compiling lazy_static v1.5.0 |
| 2142 | 2026-08-20T18:10:19.625Z | Compiling ipnetwork v0.21.1 |
| 2143 | 2026-08-20T18:10:19.768Z | Compiling hmac v0.12.1 |
| 2144 | 2026-08-20T18:10:20.030Z | Compiling rand_xorshift v0.4.0 |
| 2145 | 2026-08-20T18:10:20.045Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2146 | 2026-08-20T18:10:20.166Z | Compiling sync_wrapper v1.0.2 |
| 2147 | 2026-08-20T18:10:20.289Z | Compiling zlib-rs v0.6.2 |
| 2148 | 2026-08-20T18:10:20.465Z | Compiling siphasher v1.0.2 |
| 2149 | 2026-08-20T18:10:20.560Z | Compiling nodrop v0.1.14 |
| 2150 | 2026-08-20T18:10:20.663Z | Compiling crc-catalog v2.4.0 |
| 2151 | 2026-08-20T18:10:20.678Z | Compiling unarray v0.1.4 |
| 2152 | 2026-08-20T18:10:20.761Z | Compiling crc v3.4.0 |
| 2153 | 2026-08-20T18:10:20.775Z | Compiling proptest v1.11.0 |
| 2154 | 2026-08-20T18:10:20.929Z | Compiling array-init v0.0.4 |
| 2155 | 2026-08-20T18:10:20.965Z | Compiling clap v4.6.1 |
| 2156 | 2026-08-20T18:10:21.239Z | Compiling tower v0.5.3 |
| 2157 | 2026-08-20T18:10:21.843Z | Compiling smallvec v0.6.14 |
| 2158 | 2026-08-20T18:10:21.874Z | Compiling derive_builder_core v0.20.2 |
| 2159 | 2026-08-20T18:10:22.136Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-08-20T18:10:22.357Z | Compiling flate2 v1.1.9 |
| 2161 | 2026-08-20T18:10:22.376Z | Compiling http-body-util v0.1.3 |
| 2162 | 2026-08-20T18:10:22.395Z | Compiling bitfield v0.19.4 |
| 2163 | 2026-08-20T18:10:22.528Z | Compiling zerocopy v0.6.6 |
| 2164 | 2026-08-20T18:10:22.671Z | Compiling snafu-derive v0.8.9 |
| 2165 | 2026-08-20T18:10:22.706Z | Compiling strum_macros v0.26.4 |
| 2166 | 2026-08-20T18:10:22.722Z | Compiling strum_macros v0.27.2 |
| 2167 | 2026-08-20T18:10:22.810Z | Compiling hubpack_derive v0.1.1 |
| 2168 | 2026-08-20T18:10:22.830Z | Compiling env_filter v2.0.0 |
| 2169 | 2026-08-20T18:10:22.847Z | Compiling fs-err v3.3.0 |
| 2170 | 2026-08-20T18:10:22.933Z | Compiling unicode-properties v0.1.4 |
| 2171 | 2026-08-20T18:10:23.168Z | Compiling unicode-bidi v0.3.18 |
| 2172 | 2026-08-20T18:10:23.205Z | Compiling unicode-segmentation v1.12.0 |
| 2173 | 2026-08-20T18:10:23.222Z | Compiling allocator-api2 v0.2.21 |
| 2174 | 2026-08-20T18:10:23.406Z | Compiling iri-string v0.7.10 |
| 2175 | 2026-08-20T18:10:23.563Z | Compiling gimli v0.32.3 |
| 2176 | 2026-08-20T18:10:23.595Z | Compiling hashbrown v0.12.3 |
| 2177 | 2026-08-20T18:10:23.661Z | Compiling base64 v0.21.7 |
| 2178 | 2026-08-20T18:10:23.679Z | Compiling ryu v1.0.23 |
| 2179 | 2026-08-20T18:10:23.858Z | Compiling serde_urlencoded v0.7.1 |
| 2180 | 2026-08-20T18:10:23.967Z | Compiling ron v0.8.1 |
| 2181 | 2026-08-20T18:10:23.983Z | Compiling stringprep v0.1.5 |
| 2182 | 2026-08-20T18:10:24.351Z | Compiling env_logger v0.11.11 |
| 2183 | 2026-08-20T18:10:24.470Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2184 | 2026-08-20T18:10:24.516Z | Compiling tower-http v0.6.8 |
| 2185 | 2026-08-20T18:10:24.564Z | Compiling newtype-uuid v1.3.2 |
| 2186 | 2026-08-20T18:10:24.668Z | Compiling derive_builder_macro v0.20.2 |
| 2187 | 2026-08-20T18:10:24.685Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2188 | 2026-08-20T18:10:24.777Z | Compiling rsa v0.9.10 |
| 2189 | 2026-08-20T18:10:24.806Z | Compiling oxnet v0.1.6 |
| 2190 | 2026-08-20T18:10:24.854Z | Compiling serde-hex v0.1.0 |
| 2191 | 2026-08-20T18:10:24.885Z | Compiling tokio-native-tls v0.3.1 |
| 2192 | 2026-08-20T18:10:24.956Z | Compiling hashbrown v0.13.2 |
| 2193 | 2026-08-20T18:10:25.074Z | Compiling bzip2 v0.4.4 |
| 2194 | 2026-08-20T18:10:25.165Z | Compiling usdt-macro v0.6.0 |
| 2195 | 2026-08-20T18:10:25.190Z | Compiling usdt-attr-macro v0.6.0 |
| 2196 | 2026-08-20T18:10:25.291Z | Compiling addr2line v0.25.1 |
| 2197 | 2026-08-20T18:10:25.314Z | Compiling derive-ex v0.1.8 |
| 2198 | 2026-08-20T18:10:25.410Z | Compiling crypto-common v0.2.2 |
| 2199 | 2026-08-20T18:10:25.430Z | Compiling block-buffer v0.12.1 |
| 2200 | 2026-08-20T18:10:25.626Z | Compiling block-padding v0.4.2 |
| 2201 | 2026-08-20T18:10:25.815Z | Compiling rustls-native-certs v0.8.3 |
| 2202 | 2026-08-20T18:10:25.838Z | Compiling x509-cert v0.2.5 |
| 2203 | 2026-08-20T18:10:25.900Z | Compiling md-5 v0.10.6 |
| 2204 | 2026-08-20T18:10:26.043Z | Compiling erased-serde v0.3.31 |
| 2205 | 2026-08-20T18:10:26.147Z | Compiling bstr v1.12.1 |
| 2206 | 2026-08-20T18:10:26.439Z | Compiling vergen-lib v9.1.0 |
| 2207 | 2026-08-20T18:10:26.452Z | Compiling hash32 v0.2.1 |
| 2208 | 2026-08-20T18:10:26.498Z | Compiling encoding_rs v0.8.35 |
| 2209 | 2026-08-20T18:10:26.647Z | Compiling crc-any v2.5.0 |
| 2210 | 2026-08-20T18:10:26.662Z | Compiling cpufeatures v0.3.0 |
| 2211 | 2026-08-20T18:10:26.717Z | Compiling mime v0.3.17 |
| 2212 | 2026-08-20T18:10:26.725Z | Compiling fallible-iterator v0.2.0 |
| 2213 | 2026-08-20T18:10:26.747Z | Compiling unicode-width v0.2.0 |
| 2214 | 2026-08-20T18:10:26.761Z | Compiling rustc-demangle v0.1.27 |
| 2215 | 2026-08-20T18:10:26.880Z | Compiling psl-types v2.0.11 |
| 2216 | 2026-08-20T18:10:27.021Z | Compiling postgres-protocol v0.6.10 |
| 2217 | 2026-08-20T18:10:27.058Z | Compiling publicsuffix v2.3.0 |
| 2218 | 2026-08-20T18:10:27.157Z | Compiling test-strategy v0.4.5 |
| 2219 | 2026-08-20T18:10:27.262Z | Compiling backtrace v0.3.76 |
| 2220 | 2026-08-20T18:10:27.720Z | Compiling inout v0.2.2 |
| 2221 | 2026-08-20T18:10:27.803Z | Compiling object v0.30.4 |
| 2222 | 2026-08-20T18:10:27.912Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2223 | 2026-08-20T18:10:27.938Z | Compiling zip v0.6.6 |
| 2224 | 2026-08-20T18:10:27.959Z | Compiling derive_builder v0.20.2 |
| 2225 | 2026-08-20T18:10:27.992Z | Compiling daft v0.1.7 |
| 2226 | 2026-08-20T18:10:28.008Z | Compiling hyper-tls v0.6.0 |
| 2227 | 2026-08-20T18:10:28.107Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2228 | 2026-08-20T18:10:28.201Z | Compiling heck v0.4.1 |
| 2229 | 2026-08-20T18:10:28.250Z | Compiling phf_shared v0.13.1 |
| 2230 | 2026-08-20T18:10:28.316Z | Compiling pin-project v1.1.11 |
| 2231 | 2026-08-20T18:10:28.430Z | Compiling toml v0.7.8 |
| 2232 | 2026-08-20T18:10:28.476Z | Compiling serde_with_macros v3.21.0 |
| 2233 | 2026-08-20T18:10:28.493Z | Compiling futures-executor v0.3.32 |
| 2234 | 2026-08-20T18:10:28.555Z | Compiling miette-derive v7.6.0 |
| 2235 | 2026-08-20T18:10:28.701Z | Compiling serde_repr v0.1.20 |
| 2236 | 2026-08-20T18:10:28.745Z | Compiling enum-as-inner v0.6.1 |
| 2237 | 2026-08-20T18:10:28.775Z | Compiling async-recursion v1.1.1 |
| 2238 | 2026-08-20T18:10:28.901Z | Compiling vergen v9.1.0 |
| 2239 | 2026-08-20T18:10:28.922Z | Compiling ff v0.13.1 |
| 2240 | 2026-08-20T18:10:28.964Z | Compiling cargo-platform v0.3.2 |
| 2241 | 2026-08-20T18:10:29.108Z | Compiling managed v0.8.0 |
| 2242 | 2026-08-20T18:10:29.228Z | Compiling same-file v1.0.6 |
| 2243 | 2026-08-20T18:10:29.259Z | Compiling path-slash v0.1.5 |
| 2244 | 2026-08-20T18:10:29.400Z | Compiling bitflags v1.3.2 |
| 2245 | 2026-08-20T18:10:29.405Z | Compiling base16ct v0.2.0 |
| 2246 | 2026-08-20T18:10:29.405Z | Compiling smawk v0.3.2 |
| 2247 | 2026-08-20T18:10:29.464Z | Compiling foldhash v0.1.5 |
| 2248 | 2026-08-20T18:10:29.522Z | Compiling unicode-linebreak v0.1.5 |
| 2249 | 2026-08-20T18:10:29.539Z | Compiling jiff-core v0.1.0 |
| 2250 | 2026-08-20T18:10:29.601Z | Compiling foldhash v0.2.0 |
| 2251 | 2026-08-20T18:10:29.615Z | Compiling libbz2-rs-sys v0.2.2 |
| 2252 | 2026-08-20T18:10:29.721Z | Compiling is_ci v1.2.0 |
| 2253 | 2026-08-20T18:10:29.737Z | Compiling bumpalo v3.20.2 |
| 2254 | 2026-08-20T18:10:29.774Z | Compiling hashbrown v0.16.1 |
| 2255 | 2026-08-20T18:10:29.824Z | Compiling supports-color v3.0.2 |
| 2256 | 2026-08-20T18:10:29.868Z | Compiling textwrap v0.16.2 |
| 2257 | 2026-08-20T18:10:29.998Z | Compiling zopfli v0.8.3 |
| 2258 | 2026-08-20T18:10:30.064Z | Compiling bzip2 v0.6.1 |
| 2259 | 2026-08-20T18:10:30.189Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2260 | 2026-08-20T18:10:30.256Z | Compiling jiff v0.2.34 |
| 2261 | 2026-08-20T18:10:30.272Z | Compiling hashbrown v0.15.5 |
| 2262 | 2026-08-20T18:10:30.384Z | Compiling sec1 v0.7.3 |
| 2263 | 2026-08-20T18:10:30.535Z | Compiling walkdir v2.5.0 |
| 2264 | 2026-08-20T18:10:30.554Z | Compiling cargo_metadata v0.23.1 |
| 2265 | 2026-08-20T18:10:30.615Z | Compiling group v0.13.0 |
| 2266 | 2026-08-20T18:10:30.832Z | Compiling futures v0.3.32 |
| 2267 | 2026-08-20T18:10:31.053Z | Compiling phf v0.13.1 |
| 2268 | 2026-08-20T18:10:31.067Z | Compiling snafu v0.8.9 |
| 2269 | 2026-08-20T18:10:31.246Z | Compiling reqwest v0.12.28 |
| 2270 | 2026-08-20T18:10:31.420Z | Compiling signal-hook-mio v0.2.5 |
| 2271 | 2026-08-20T18:10:31.461Z | Compiling cipher v0.5.2 |
| 2272 | 2026-08-20T18:10:31.555Z | Compiling cookie_store v0.22.1 |
| 2273 | 2026-08-20T18:10:31.661Z | Compiling backtrace-ext v0.2.1 |
| 2274 | 2026-08-20T18:10:31.689Z | Compiling zstd v0.13.3 |
| 2275 | 2026-08-20T18:10:31.751Z | Compiling postgres-types v0.2.12 |
| 2276 | 2026-08-20T18:10:31.786Z | Compiling globset v0.4.18 |
| 2277 | 2026-08-20T18:10:31.890Z | Compiling strum v0.27.2 |
| 2278 | 2026-08-20T18:10:31.910Z | Compiling hubpack v0.1.2 |
| 2279 | 2026-08-20T18:10:31.999Z | Compiling phf_shared v0.11.3 |
| 2280 | 2026-08-20T18:10:32.014Z | Compiling hkdf v0.12.4 |
| 2281 | 2026-08-20T18:10:32.051Z | Compiling crossbeam-epoch v0.9.18 |
| 2282 | 2026-08-20T18:10:32.185Z | Compiling byte-wrapper v0.1.0 |
| 2283 | 2026-08-20T18:10:32.200Z | Compiling ed25519 v2.2.3 |
| 2284 | 2026-08-20T18:10:32.219Z | Compiling olpc-cjson v0.1.4 |
| 2285 | 2026-08-20T18:10:32.478Z | Compiling crypto-bigint v0.5.5 |
| 2286 | 2026-08-20T18:10:32.494Z | Compiling serde_plain v1.0.2 |
| 2287 | 2026-08-20T18:10:32.553Z | Compiling serde-big-array v0.5.1 |
| 2288 | 2026-08-20T18:10:32.598Z | Compiling pem v3.0.6 |
| 2289 | 2026-08-20T18:10:32.649Z | Compiling float-cmp v0.10.0 |
| 2290 | 2026-08-20T18:10:32.717Z | Compiling memmap2 v0.9.10 |
| 2291 | 2026-08-20T18:10:32.817Z | Compiling difflib v0.4.0 |
| 2292 | 2026-08-20T18:10:32.831Z | Compiling unicode-width v0.1.14 |
| 2293 | 2026-08-20T18:10:32.907Z | Compiling predicates-core v1.0.10 |
| 2294 | 2026-08-20T18:10:32.951Z | Compiling fixedbitset v0.4.2 |
| 2295 | 2026-08-20T18:10:32.955Z | Compiling toml_write v0.1.2 |
| 2296 | 2026-08-20T18:10:32.985Z | Compiling normalize-line-endings v0.3.0 |
| 2297 | 2026-08-20T18:10:33.048Z | Compiling supports-hyperlinks v3.2.0 |
| 2298 | 2026-08-20T18:10:33.087Z | Compiling const-oid v0.10.2 |
| 2299 | 2026-08-20T18:10:33.118Z | Compiling data-encoding v2.10.0 |
| 2300 | 2026-08-20T18:10:33.206Z | Compiling typed-path v0.9.3 |
| 2301 | 2026-08-20T18:10:33.228Z | Compiling supports-unicode v3.0.0 |
| 2302 | 2026-08-20T18:10:33.243Z | Compiling whoami v2.1.0 |
| 2303 | 2026-08-20T18:10:33.279Z | Compiling static_assertions v1.1.0 |
| 2304 | 2026-08-20T18:10:33.391Z | Compiling keccak v0.1.6 |
| 2305 | 2026-08-20T18:10:33.400Z | Compiling precomputed-hash v0.1.1 |
| 2306 | 2026-08-20T18:10:33.400Z | Compiling fixedbitset v0.5.7 |
| 2307 | 2026-08-20T18:10:33.517Z | Compiling new_debug_unreachable v1.0.6 |
| 2308 | 2026-08-20T18:10:33.566Z | Compiling sha3 v0.10.8 |
| 2309 | 2026-08-20T18:10:33.605Z | Compiling petgraph v0.8.3 |
| 2310 | 2026-08-20T18:10:33.623Z | Compiling string_cache v0.8.9 |
| 2311 | 2026-08-20T18:10:33.681Z | Compiling tokio-postgres v0.7.16 |
| 2312 | 2026-08-20T18:10:33.731Z | Compiling hickory-proto v0.25.2 |
| 2313 | 2026-08-20T18:10:33.839Z | Compiling elliptic-curve v0.13.8 |
| 2314 | 2026-08-20T18:10:33.849Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2315 | 2026-08-20T18:10:34.039Z | Compiling miette v7.6.0 |
| 2316 | 2026-08-20T18:10:34.214Z | Compiling digest v0.11.3 |
| 2317 | 2026-08-20T18:10:34.253Z | Compiling toml_edit v0.22.27 |
| 2318 | 2026-08-20T18:10:34.326Z | Compiling petgraph v0.6.5 |
| 2319 | 2026-08-20T18:10:34.427Z | Compiling predicates v3.1.4 |
| 2320 | 2026-08-20T18:10:34.958Z | Compiling usdt v0.6.0 |
| 2321 | 2026-08-20T18:10:35.015Z | Compiling chacha20 v0.10.0 |
| 2322 | 2026-08-20T18:10:35.417Z | Compiling zip v4.6.1 |
| 2323 | 2026-08-20T18:10:35.710Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2324 | 2026-08-20T18:10:35.770Z | Compiling ed25519-dalek v2.2.0 |
| 2325 | 2026-08-20T18:10:36.309Z | Compiling crossterm v0.28.1 |
| 2326 | 2026-08-20T18:10:36.589Z | Compiling iddqd v0.4.2 |
| 2327 | 2026-08-20T18:10:36.688Z | Compiling serde_with v3.21.0 |
| 2328 | 2026-08-20T18:10:36.859Z | Compiling similar v2.7.0 |
| 2329 | 2026-08-20T18:10:36.887Z | Compiling strum v0.26.3 |
| 2330 | 2026-08-20T18:10:37.053Z | Compiling tokio-stream v0.1.18 |
| 2331 | 2026-08-20T18:10:37.169Z | Compiling buf-list v1.1.2 |
| 2332 | 2026-08-20T18:10:37.478Z | Compiling itertools v0.13.0 |
| 2333 | 2026-08-20T18:10:37.505Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2334 | 2026-08-20T18:10:37.564Z | Compiling openapiv3 v2.2.0 |
| 2335 | 2026-08-20T18:10:38.335Z | Compiling lalrpop-util v0.19.12 |
| 2336 | 2026-08-20T18:10:38.542Z | Compiling peg-runtime v0.8.5 |
| 2337 | 2026-08-20T18:10:53.616Z | Compiling rustls-webpki v0.103.13 |
| 2338 | 2026-08-20T18:10:57.155Z | Compiling tokio-rustls v0.26.4 |
| 2339 | 2026-08-20T18:10:57.446Z | Compiling hyper-rustls v0.27.7 |
| 2340 | 2026-08-20T18:10:57.662Z | Compiling rustls-platform-verifier v0.6.2 |
| 2341 | 2026-08-20T18:10:57.723Z | Compiling tough v0.22.0 |
| 2342 | 2026-08-20T18:10:57.887Z | Compiling reqwest v0.13.2 |
| 2343 | 2026-08-20T18:11:00.374Z | Compiling macaddr v1.0.1 |
| 2344 | 2026-08-20T18:11:00.407Z | Compiling crucible-workspace-hack v0.1.0 |
| 2345 | 2026-08-20T18:11:00.432Z | Compiling rayon-core v1.13.0 |
| 2346 | 2026-08-20T18:11:00.618Z | Compiling secrecy v0.10.3 |
| 2347 | 2026-08-20T18:11:00.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2348 | 2026-08-20T18:11:00.657Z | Compiling heapless v0.8.0 |
| 2349 | 2026-08-20T18:11:00.685Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2350 | 2026-08-20T18:11:00.743Z | Compiling crossbeam-deque v0.8.6 |
| 2351 | 2026-08-20T18:11:00.771Z | Compiling ingot-macros v0.2.0 |
| 2352 | 2026-08-20T18:11:00.788Z | Compiling inout v0.1.4 |
| 2353 | 2026-08-20T18:11:00.812Z | Compiling hash32 v0.3.1 |
| 2354 | 2026-08-20T18:11:00.930Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2355 | 2026-08-20T18:11:00.962Z | Compiling multer v3.1.0 |
| 2356 | 2026-08-20T18:11:00.986Z | Compiling thread_local v1.1.9 |
| 2357 | 2026-08-20T18:11:01.009Z | Compiling slog-async v2.8.0 |
| 2358 | 2026-08-20T18:11:01.013Z | Compiling compression-core v0.4.31 |
| 2359 | 2026-08-20T18:11:01.074Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2360 | 2026-08-20T18:11:01.131Z | Compiling smoltcp v0.11.0 |
| 2361 | 2026-08-20T18:11:01.187Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2362 | 2026-08-20T18:11:01.193Z | Compiling match_cfg v0.1.0 |
| 2363 | 2026-08-20T18:11:01.273Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2364 | 2026-08-20T18:11:01.280Z | Compiling hostname v0.3.1 |
| 2365 | 2026-08-20T18:11:01.284Z | Compiling compression-codecs v0.4.37 |
| 2366 | 2026-08-20T18:11:01.369Z | Compiling cipher v0.4.4 |
| 2367 | 2026-08-20T18:11:01.432Z | Compiling atomicwrites v0.4.4 |
| 2368 | 2026-08-20T18:11:01.466Z | Compiling slog-json v2.6.1 |
| 2369 | 2026-08-20T18:11:01.503Z | Compiling proc-macro-crate v3.4.0 |
| 2370 | 2026-08-20T18:11:01.520Z | Compiling crossbeam-channel v0.5.15 |
| 2371 | 2026-08-20T18:11:01.643Z | Compiling half v2.7.1 |
| 2372 | 2026-08-20T18:11:01.691Z | Compiling newtype-uuid-macros v0.1.0 |
| 2373 | 2026-08-20T18:11:01.732Z | Compiling universal-hash v0.5.1 |
| 2374 | 2026-08-20T18:11:01.732Z | Compiling cobs v0.3.0 |
| 2375 | 2026-08-20T18:11:01.769Z | Compiling async-stream-impl v0.3.6 |
| 2376 | 2026-08-20T18:11:01.842Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2377 | 2026-08-20T18:11:01.912Z | Compiling serde_spanned v1.1.1 |
| 2378 | 2026-08-20T18:11:01.934Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2379 | 2026-08-20T18:11:02.021Z | Compiling is-terminal v0.4.17 |
| 2380 | 2026-08-20T18:11:02.037Z | Compiling dropshot v0.17.1 |
| 2381 | 2026-08-20T18:11:02.091Z | Compiling proc-macro-error-attr v1.0.4 |
| 2382 | 2026-08-20T18:11:02.165Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2383 | 2026-08-20T18:11:02.247Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2384 | 2026-08-20T18:11:02.261Z | Compiling ciborium-io v0.2.2 |
| 2385 | 2026-08-20T18:11:02.308Z | Compiling take_mut v0.2.2 |
| 2386 | 2026-08-20T18:11:02.332Z | Compiling term v1.2.1 |
| 2387 | 2026-08-20T18:11:02.350Z | Compiling opaque-debug v0.3.1 |
| 2388 | 2026-08-20T18:11:02.381Z | Compiling convert_case v0.4.0 |
| 2389 | 2026-08-20T18:11:02.403Z | Compiling async-stream v0.3.6 |
| 2390 | 2026-08-20T18:11:02.403Z | Compiling ciborium-ll v0.2.2 |
| 2391 | 2026-08-20T18:11:02.445Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2392 | 2026-08-20T18:11:02.459Z | Compiling poly1305 v0.8.0 |
| 2393 | 2026-08-20T18:11:02.464Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2394 | 2026-08-20T18:11:02.590Z | Compiling num_enum_derive v0.7.6 |
| 2395 | 2026-08-20T18:11:02.606Z | Compiling postcard v1.1.3 |
| 2396 | 2026-08-20T18:11:02.701Z | Compiling derive_more v0.99.20 |
| 2397 | 2026-08-20T18:11:02.716Z | Compiling slog-term v2.9.2 |
| 2398 | 2026-08-20T18:11:02.838Z | Compiling slog-bunyan v2.5.0 |
| 2399 | 2026-08-20T18:11:02.903Z | Compiling thiserror-no-std v2.0.2 |
| 2400 | 2026-08-20T18:11:03.028Z | Compiling chacha20 v0.9.1 |
| 2401 | 2026-08-20T18:11:03.052Z | Compiling async-compression v0.4.41 |
| 2402 | 2026-08-20T18:11:03.146Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2403 | 2026-08-20T18:11:03.303Z | Compiling sha1 v0.11.0 |
| 2404 | 2026-08-20T18:11:03.407Z | Compiling ingot-types v0.2.0 |
| 2405 | 2026-08-20T18:11:03.537Z | Compiling parse-display-derive v0.10.0 |
| 2406 | 2026-08-20T18:11:03.552Z | Compiling proc-macro-crate v1.3.1 |
| 2407 | 2026-08-20T18:11:03.683Z | Compiling waitgroup v0.1.2 |
| 2408 | 2026-08-20T18:11:03.763Z | Compiling backon v1.6.0 |
| 2409 | 2026-08-20T18:11:03.852Z | Compiling ingot v0.2.1 |
| 2410 | 2026-08-20T18:11:03.873Z | Compiling rustls-pemfile v2.2.0 |
| 2411 | 2026-08-20T18:11:03.904Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2412 | 2026-08-20T18:11:03.956Z | Compiling blake2 v0.10.6 |
| 2413 | 2026-08-20T18:11:04.039Z | Compiling dropshot_endpoint v0.17.1 |
| 2414 | 2026-08-20T18:11:04.145Z | Compiling aead v0.5.2 |
| 2415 | 2026-08-20T18:11:04.185Z | Compiling password-hash v0.5.0 |
| 2416 | 2026-08-20T18:11:04.294Z | Compiling foreign-types-macros v0.2.3 |
| 2417 | 2026-08-20T18:11:04.370Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2418 | 2026-08-20T18:11:04.480Z | Compiling serde_path_to_error v0.1.20 |
| 2419 | 2026-08-20T18:11:04.660Z | Compiling hostname v0.4.2 |
| 2420 | 2026-08-20T18:11:04.783Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2421 | 2026-08-20T18:11:04.851Z | Compiling proc-macro-error v1.0.4 |
| 2422 | 2026-08-20T18:11:04.885Z | Compiling instant v0.1.13 |
| 2423 | 2026-08-20T18:11:04.903Z | Compiling debug-ignore v1.0.5 |
| 2424 | 2026-08-20T18:11:04.943Z | Compiling foreign-types-shared v0.3.1 |
| 2425 | 2026-08-20T18:11:04.972Z | Compiling argon2 v0.5.3 |
| 2426 | 2026-08-20T18:11:05.006Z | Compiling parse-display v0.10.0 |
| 2427 | 2026-08-20T18:11:05.038Z | Compiling foreign-types v0.5.0 |
| 2428 | 2026-08-20T18:11:05.041Z | Compiling backoff v0.4.0 |
| 2429 | 2026-08-20T18:11:05.070Z | Compiling chacha20poly1305 v0.10.1 |
| 2430 | 2026-08-20T18:11:05.086Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2431 | 2026-08-20T18:11:05.140Z | Compiling num_enum_derive v0.5.11 |
| 2432 | 2026-08-20T18:11:05.189Z | Compiling num_enum v0.7.6 |
| 2433 | 2026-08-20T18:11:05.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2434 | 2026-08-20T18:11:05.224Z | Compiling vsss-rs v3.3.4 |
| 2435 | 2026-08-20T18:11:05.239Z | Compiling ciborium v0.2.2 |
| 2436 | 2026-08-20T18:11:05.563Z | Compiling regress v0.10.5 |
| 2437 | 2026-08-20T18:11:05.592Z | Compiling itertools v0.14.0 |
| 2438 | 2026-08-20T18:11:05.607Z | Compiling tabwriter v1.4.1 |
| 2439 | 2026-08-20T18:11:05.669Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2440 | 2026-08-20T18:11:05.820Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2441 | 2026-08-20T18:11:05.844Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2442 | 2026-08-20T18:11:05.953Z | Compiling cstr-argument v0.1.2 |
| 2443 | 2026-08-20T18:11:05.988Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2444 | 2026-08-20T18:11:06.077Z | Compiling humantime v2.3.0 |
| 2445 | 2026-08-20T18:11:06.134Z | Compiling num_enum v0.5.11 |
| 2446 | 2026-08-20T18:11:06.139Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2447 | 2026-08-20T18:11:06.158Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2448 | 2026-08-20T18:11:06.221Z | Compiling rayon v1.11.0 |
| 2449 | 2026-08-20T18:11:06.236Z | Compiling rand v0.10.1 |
| 2450 | 2026-08-20T18:11:06.295Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2451 | 2026-08-20T18:11:06.409Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2452 | 2026-08-20T18:11:06.434Z | Compiling libefi-sys v0.1.0 |
| 2453 | 2026-08-20T18:11:06.445Z | Compiling colored v3.1.1 |
| 2454 | 2026-08-20T18:11:06.523Z | Compiling indent_write v2.2.0 |
| 2455 | 2026-08-20T18:11:06.539Z | Compiling zone_cfg_derive v0.3.1 |
| 2456 | 2026-08-20T18:11:06.543Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2457 | 2026-08-20T18:11:06.664Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2458 | 2026-08-20T18:11:06.694Z | Compiling camino-tempfile v1.4.1 |
| 2459 | 2026-08-20T18:11:06.751Z | Compiling itertools v0.12.1 |
| 2460 | 2026-08-20T18:11:06.967Z | Compiling usdt-macro v0.5.0 |
| 2461 | 2026-08-20T18:11:07.007Z | Compiling usdt-attr-macro v0.5.0 |
| 2462 | 2026-08-20T18:11:07.073Z | Compiling num-derive v0.4.2 |
| 2463 | 2026-08-20T18:11:07.125Z | Compiling bitfield-struct v0.6.2 |
| 2464 | 2026-08-20T18:11:07.129Z | Compiling blake3 v1.8.5 |
| 2465 | 2026-08-20T18:11:07.129Z | Compiling memmap v0.7.0 |
| 2466 | 2026-08-20T18:11:07.169Z | Compiling sigpipe v0.1.3 |
| 2467 | 2026-08-20T18:11:07.207Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2468 | 2026-08-20T18:11:07.290Z | Compiling glob v0.3.3 |
| 2469 | 2026-08-20T18:11:07.408Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2470 | 2026-08-20T18:11:07.531Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2471 | 2026-08-20T18:11:07.548Z | Compiling swrite v0.1.0 |
| 2472 | 2026-08-20T18:11:07.655Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2473 | 2026-08-20T18:11:07.767Z | Compiling smf v0.2.3 |
| 2474 | 2026-08-20T18:11:07.782Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2475 | 2026-08-20T18:11:07.819Z | Compiling usdt v0.5.0 |
| 2476 | 2026-08-20T18:11:07.968Z | Compiling filetime v0.2.27 |
| 2477 | 2026-08-20T18:11:07.983Z | Compiling arrayref v0.3.9 |
| 2478 | 2026-08-20T18:11:08.003Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2479 | 2026-08-20T18:11:08.047Z | Compiling whoami v1.6.1 |
| 2480 | 2026-08-20T18:11:08.077Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2481 | 2026-08-20T18:11:08.115Z | Compiling zone v0.3.1 |
| 2482 | 2026-08-20T18:11:08.173Z | Compiling arrayvec v0.7.6 |
| 2483 | 2026-08-20T18:11:08.205Z | Compiling xattr v1.6.1 |
| 2484 | 2026-08-20T18:11:08.212Z | Compiling constant_time_eq v0.4.2 |
| 2485 | 2026-08-20T18:11:08.674Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2486 | 2026-08-20T18:11:08.675Z | Compiling tokio-dtrace v0.1.1 |
| 2487 | 2026-08-20T18:11:08.675Z | Compiling tar v0.4.46 |
| 2488 | 2026-08-20T18:11:08.675Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2489 | 2026-08-20T18:11:08.675Z | Compiling gethostname v0.5.0 |
| 2490 | 2026-08-20T18:11:08.675Z | Compiling console v0.16.2 |
| 2491 | 2026-08-20T18:11:08.676Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2492 | 2026-08-20T18:11:08.676Z | Compiling unit-prefix v0.5.2 |
| 2493 | 2026-08-20T18:11:08.688Z | Compiling topological-sort v0.2.2 |
| 2494 | 2026-08-20T18:11:08.705Z | Compiling oxide-tokio-rt v0.1.4 |
| 2495 | 2026-08-20T18:11:08.873Z | Compiling indicatif v0.18.4 |
| 2496 | 2026-08-20T18:11:08.923Z | Compiling toml v0.8.23 |
| 2497 | 2026-08-20T18:11:08.938Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2498 | 2026-08-20T18:11:09.069Z | Compiling shell-words v1.1.1 |
| 2499 | 2026-08-20T18:11:18.277Z | Compiling progenitor-client v0.14.0 |
| 2500 | 2026-08-20T18:11:18.277Z | Compiling omicron-zone-package v0.12.3 |
| 2501 | 2026-08-20T18:11:18.486Z | Compiling progenitor-extras v0.2.0 |
| 2502 | 2026-08-20T18:11:18.771Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2503 | 2026-08-20T18:11:18.888Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2504 | 2026-08-20T18:11:18.977Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2505 | 2026-08-20T18:11:18.998Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2506 | 2026-08-20T18:11:19.040Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2507 | 2026-08-20T18:11:19.075Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2508 | 2026-08-20T18:11:19.345Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2509 | 2026-08-20T18:11:19.425Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2510 | 2026-08-20T18:11:19.538Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2511 | 2026-08-20T18:11:23.068Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2512 | 2026-08-20T18:11:31.851Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2513 | 2026-08-20T18:11:35.103Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2514 | 2026-08-20T18:11:36.139Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2515 | 2026-08-20T18:11:46.271Z | Finished `release` profile [optimized] target(s) in 1m 46s |
| 2516 | 2026-08-20T18:11:46.409Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2517 | 2026-08-20T18:11:46.482Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2518 | 2026-08-20T18:11:46.488Z | Created new build target 'test' and set it as active |
| 2519 | 2026-08-20T18:11:46.488Z | |
| 2520 | 2026-08-20T18:11:46.488Z | real 1:46.778558331 |
| 2521 | 2026-08-20T18:11:46.488Z | user 17:41.086239999 |
| 2522 | 2026-08-20T18:11:46.488Z | sys 2:46.647738500 |
| 2523 | 2026-08-20T18:11:46.488Z | trap 0.499635372 |
| 2524 | 2026-08-20T18:11:46.488Z | tflt 2.399799035 |
| 2525 | 2026-08-20T18:11:46.488Z | dflt 4.903858854 |
| 2526 | 2026-08-20T18:11:46.488Z | kflt 0.000926290 |
| 2527 | 2026-08-20T18:11:46.488Z | lock 57:50.876404991 |
| 2528 | 2026-08-20T18:11:46.488Z | slp 45:20.867897427 |
| 2529 | 2026-08-20T18:11:46.489Z | lat 50.554096806 |
| 2530 | 2026-08-20T18:11:46.489Z | stop 6:00.316342362 |
| 2531 | 2026-08-20T18:11:46.489Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2532 | 2026-08-20T18:11:47.382Z | Finished `release` profile [optimized] target(s) in 0.88s |
| 2533 | 2026-08-20T18:11:47.477Z | Running `target/release/omicron-package -t test package` |
| 2534 | 2026-08-20T18:11:47.499Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2535 | 2026-08-20T18:11:48.934Z | Compiling heck v0.5.0 |
| 2536 | 2026-08-20T18:11:48.934Z | Compiling regress v0.11.1 |
| 2537 | 2026-08-20T18:11:49.189Z | Compiling unsafe-libyaml v0.2.11 |
| 2538 | 2026-08-20T18:11:49.198Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2539 | 2026-08-20T18:11:49.221Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2026-08-20T18:11:49.221Z | Compiling derive-where v1.6.0 |
| 2541 | 2026-08-20T18:11:49.232Z | Compiling bytecount v0.6.9 |
| 2542 | 2026-08-20T18:11:49.290Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2543 | 2026-08-20T18:11:49.290Z | Compiling atomicwrites v0.4.4 |
| 2544 | 2026-08-20T18:11:49.324Z | Compiling is-terminal v0.4.17 |
| 2545 | 2026-08-20T18:11:49.324Z | Compiling prettyplease v0.2.37 |
| 2546 | 2026-08-20T18:11:49.324Z | Compiling newline-converter v0.3.0 |
| 2547 | 2026-08-20T18:11:49.339Z | Compiling console v0.15.11 |
| 2548 | 2026-08-20T18:11:49.344Z | Compiling slog-dtrace v0.3.0 |
| 2549 | 2026-08-20T18:11:49.349Z | Compiling resolv-conf v0.7.6 |
| 2550 | 2026-08-20T18:11:49.603Z | Compiling cancel-safe-futures v0.1.5 |
| 2551 | 2026-08-20T18:11:49.649Z | Compiling num-rational v0.4.2 |
| 2552 | 2026-08-20T18:11:49.649Z | Compiling num-complex v0.4.6 |
| 2553 | 2026-08-20T18:11:49.649Z | Compiling thread_local v1.1.9 |
| 2554 | 2026-08-20T18:11:49.649Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2555 | 2026-08-20T18:11:49.649Z | Compiling match_cfg v0.1.0 |
| 2556 | 2026-08-20T18:11:49.699Z | Compiling serde_yaml v0.9.34+deprecated |
| 2557 | 2026-08-20T18:11:49.754Z | Compiling expectorate v1.2.0 |
| 2558 | 2026-08-20T18:11:49.754Z | Compiling compression-core v0.4.31 |
| 2559 | 2026-08-20T18:11:49.947Z | Compiling compression-codecs v0.4.37 |
| 2560 | 2026-08-20T18:11:49.984Z | Compiling num v0.4.3 |
| 2561 | 2026-08-20T18:11:50.000Z | Compiling hostname v0.3.1 |
| 2562 | 2026-08-20T18:11:50.000Z | Compiling multer v3.1.0 |
| 2563 | 2026-08-20T18:11:50.044Z | Compiling slog-async v2.8.0 |
| 2564 | 2026-08-20T18:11:50.083Z | Compiling crossbeam-channel v0.5.15 |
| 2565 | 2026-08-20T18:11:50.103Z | Compiling slog-json v2.6.1 |
| 2566 | 2026-08-20T18:11:50.125Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2567 | 2026-08-20T18:11:50.167Z | Compiling serde_spanned v1.1.1 |
| 2568 | 2026-08-20T18:11:50.204Z | Compiling take_mut v0.2.2 |
| 2569 | 2026-08-20T18:11:50.246Z | Compiling float-ord v0.3.2 |
| 2570 | 2026-08-20T18:11:50.339Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2571 | 2026-08-20T18:11:50.339Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2572 | 2026-08-20T18:11:50.345Z | Compiling linked-hash-map v0.5.6 |
| 2573 | 2026-08-20T18:11:50.409Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2574 | 2026-08-20T18:11:50.409Z | Compiling linear-map v1.2.0 |
| 2575 | 2026-08-20T18:11:50.452Z | Compiling term v1.2.1 |
| 2576 | 2026-08-20T18:11:50.457Z | Compiling oxide-update-engine-types v0.1.2 |
| 2577 | 2026-08-20T18:11:50.521Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2578 | 2026-08-20T18:11:50.540Z | Compiling slog-bunyan v2.5.0 |
| 2579 | 2026-08-20T18:11:50.564Z | Compiling async-compression v0.4.41 |
| 2580 | 2026-08-20T18:11:50.598Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2581 | 2026-08-20T18:11:50.631Z | Compiling lru-cache v0.1.2 |
| 2582 | 2026-08-20T18:11:50.677Z | Compiling typify-impl v0.6.2 |
| 2583 | 2026-08-20T18:11:50.802Z | Compiling slog-term v2.9.2 |
| 2584 | 2026-08-20T18:11:50.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2585 | 2026-08-20T18:11:50.979Z | Compiling dropshot v0.17.1 |
| 2586 | 2026-08-20T18:11:50.995Z | Compiling async-stream v0.3.6 |
| 2587 | 2026-08-20T18:11:51.047Z | Compiling sha1 v0.11.0 |
| 2588 | 2026-08-20T18:11:51.072Z | Compiling progenitor-client v0.14.0 |
| 2589 | 2026-08-20T18:11:51.094Z | Compiling waitgroup v0.1.2 |
| 2590 | 2026-08-20T18:11:51.175Z | Compiling rustls-pemfile v2.2.0 |
| 2591 | 2026-08-20T18:11:51.199Z | Compiling backon v1.6.0 |
| 2592 | 2026-08-20T18:11:51.262Z | Compiling serde_path_to_error v0.1.20 |
| 2593 | 2026-08-20T18:11:51.307Z | Compiling hostname v0.4.2 |
| 2594 | 2026-08-20T18:11:51.329Z | Compiling instant v0.1.13 |
| 2595 | 2026-08-20T18:11:51.394Z | Compiling debug-ignore v1.0.5 |
| 2596 | 2026-08-20T18:11:51.414Z | Compiling minimal-lexical v0.2.1 |
| 2597 | 2026-08-20T18:11:51.435Z | Compiling progenitor-extras v0.2.0 |
| 2598 | 2026-08-20T18:11:51.473Z | Compiling backoff v0.4.0 |
| 2599 | 2026-08-20T18:11:51.478Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2600 | 2026-08-20T18:11:51.530Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2601 | 2026-08-20T18:11:51.632Z | Compiling nom v7.1.3 |
| 2602 | 2026-08-20T18:11:51.683Z | Compiling oxide-update-engine v0.1.2 |
| 2603 | 2026-08-20T18:11:51.738Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2604 | 2026-08-20T18:11:51.748Z | Compiling parse-display v0.10.0 |
| 2605 | 2026-08-20T18:11:51.749Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2606 | 2026-08-20T18:11:51.802Z | Compiling hickory-proto v0.24.4 |
| 2607 | 2026-08-20T18:11:52.309Z | Compiling regress v0.10.5 |
| 2608 | 2026-08-20T18:11:52.468Z | Compiling itertools v0.14.0 |
| 2609 | 2026-08-20T18:11:52.955Z | Compiling macaddr v1.0.1 |
| 2610 | 2026-08-20T18:11:53.041Z | Compiling unicode-xid v0.2.6 |
| 2611 | 2026-08-20T18:11:53.066Z | Compiling humantime v2.3.0 |
| 2612 | 2026-08-20T18:11:53.217Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2613 | 2026-08-20T18:11:53.332Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2614 | 2026-08-20T18:11:53.442Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2615 | 2026-08-20T18:11:53.590Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2616 | 2026-08-20T18:11:53.668Z | Compiling convert_case v0.10.0 |
| 2617 | 2026-08-20T18:11:53.691Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2618 | 2026-08-20T18:11:53.758Z | Compiling toml v0.8.23 |
| 2619 | 2026-08-20T18:11:53.869Z | Compiling papergrid v0.11.0 |
| 2620 | 2026-08-20T18:11:53.956Z | Compiling derive_more-impl v2.1.1 |
| 2621 | 2026-08-20T18:11:54.139Z | Compiling typify-macro v0.6.2 |
| 2622 | 2026-08-20T18:11:54.333Z | Compiling hickory-resolver v0.24.4 |
| 2623 | 2026-08-20T18:11:54.353Z | Compiling tabled_derive v0.7.0 |
| 2624 | 2026-08-20T18:11:54.401Z | Compiling termtree v0.5.1 |
| 2625 | 2026-08-20T18:11:54.624Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2626 | 2026-08-20T18:11:54.738Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2627 | 2026-08-20T18:11:55.213Z | Compiling derive_more v2.1.1 |
| 2628 | 2026-08-20T18:11:55.282Z | Compiling tabled v0.15.0 |
| 2629 | 2026-08-20T18:11:55.323Z | Compiling crossterm v0.29.0 |
| 2630 | 2026-08-20T18:11:55.551Z | Compiling qorb v0.4.1 |
| 2631 | 2026-08-20T18:11:55.707Z | Compiling typify v0.6.2 |
| 2632 | 2026-08-20T18:11:56.024Z | Compiling progenitor-impl v0.14.0 |
| 2633 | 2026-08-20T18:11:56.692Z | Compiling phf_shared v0.12.1 |
| 2634 | 2026-08-20T18:11:56.955Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2635 | 2026-08-20T18:11:57.476Z | Compiling csv-core v0.1.13 |
| 2636 | 2026-08-20T18:11:57.909Z | Compiling vte v0.14.1 |
| 2637 | 2026-08-20T18:11:58.169Z | Compiling highway v1.3.0 |
| 2638 | 2026-08-20T18:11:58.193Z | Compiling progenitor-macro v0.14.0 |
| 2639 | 2026-08-20T18:11:58.899Z | Compiling chrono-tz v0.10.4 |
| 2640 | 2026-08-20T18:11:59.025Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2641 | 2026-08-20T18:11:59.047Z | Compiling strip-ansi-escapes v0.2.1 |
| 2642 | 2026-08-20T18:11:59.154Z | Compiling csv v1.4.0 |
| 2643 | 2026-08-20T18:11:59.556Z | Compiling phf v0.12.1 |
| 2644 | 2026-08-20T18:11:59.606Z | Compiling const_format_proc_macros v0.2.34 |
| 2645 | 2026-08-20T18:11:59.650Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2646 | 2026-08-20T18:11:59.759Z | Compiling fd-lock v4.0.4 |
| 2647 | 2026-08-20T18:11:59.947Z | Compiling peg-macros v0.8.5 |
| 2648 | 2026-08-20T18:12:00.082Z | Compiling nu-ansi-term v0.50.3 |
| 2649 | 2026-08-20T18:12:00.374Z | Compiling reedline v0.40.0 |
| 2650 | 2026-08-20T18:12:00.378Z | Compiling const_format v0.2.35 |
| 2651 | 2026-08-20T18:12:00.768Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2652 | 2026-08-20T18:12:00.900Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2653 | 2026-08-20T18:12:01.183Z | Compiling peg v0.8.5 |
| 2654 | 2026-08-20T18:12:01.292Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2655 | 2026-08-20T18:12:01.626Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2656 | 2026-08-20T18:12:02.344Z | Compiling progenitor v0.14.0 |
| 2657 | 2026-08-20T18:12:02.400Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2658 | 2026-08-20T18:12:02.527Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2659 | 2026-08-20T18:12:02.555Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2660 | 2026-08-20T18:12:02.559Z | Compiling bcs v0.1.6 |
| 2661 | 2026-08-20T18:12:02.981Z | Compiling nom v8.0.0 |
| 2662 | 2026-08-20T18:12:03.312Z | Compiling semver v0.1.20 |
| 2663 | 2026-08-20T18:12:03.593Z | Compiling rustc_version v0.1.7 |
| 2664 | 2026-08-20T18:12:03.828Z | Compiling newtype_derive v0.1.6 |
| 2665 | 2026-08-20T18:12:03.977Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2666 | 2026-08-20T18:12:04.064Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2667 | 2026-08-20T18:12:04.089Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2668 | 2026-08-20T18:12:04.233Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2669 | 2026-08-20T18:12:04.260Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2670 | 2026-08-20T18:12:04.650Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2671 | 2026-08-20T18:12:04.995Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2672 | 2026-08-20T18:12:05.171Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2673 | 2026-08-20T18:12:05.254Z | Compiling steno v0.4.1 |
| 2674 | 2026-08-20T18:12:05.275Z | Compiling sha1 v0.10.6 |
| 2675 | 2026-08-20T18:12:05.696Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2676 | 2026-08-20T18:12:05.715Z | Compiling utf-8 v0.7.6 |
| 2677 | 2026-08-20T18:12:05.736Z | Compiling tagptr v0.2.0 |
| 2678 | 2026-08-20T18:12:05.940Z | Compiling moka v0.12.13 |
| 2679 | 2026-08-20T18:12:05.957Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2680 | 2026-08-20T18:12:05.979Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2681 | 2026-08-20T18:12:06.169Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2682 | 2026-08-20T18:12:06.640Z | Compiling tungstenite v0.21.0 |
| 2683 | 2026-08-20T18:12:07.132Z | Compiling hickory-resolver v0.25.2 |
| 2684 | 2026-08-20T18:12:07.221Z | Compiling tokio-tungstenite v0.21.0 |
| 2685 | 2026-08-20T18:12:07.644Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2686 | 2026-08-20T18:12:08.308Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2687 | 2026-08-20T18:12:08.494Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2688 | 2026-08-20T18:12:10.763Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2689 | 2026-08-20T18:12:11.051Z | Compiling darling_core v0.21.3 |
| 2690 | 2026-08-20T18:12:11.539Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2691 | 2026-08-20T18:12:12.426Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2692 | 2026-08-20T18:12:12.458Z | Compiling display-error-chain v0.2.2 |
| 2693 | 2026-08-20T18:12:12.601Z | Compiling libscf-sys v1.2.0 |
| 2694 | 2026-08-20T18:12:12.619Z | Compiling vergen-lib v0.1.6 |
| 2695 | 2026-08-20T18:12:12.724Z | Compiling diesel_derives v2.3.7 |
| 2696 | 2026-08-20T18:12:16.638Z | Compiling scheduled-thread-pool v0.2.7 |
| 2697 | 2026-08-20T18:12:16.662Z | Compiling vergen-gitcl v1.0.8 |
| 2698 | 2026-08-20T18:12:16.662Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2699 | 2026-08-20T18:12:16.662Z | Compiling darling_macro v0.21.3 |
| 2700 | 2026-08-20T18:12:16.662Z | Compiling dirs-sys-next v0.1.2 |
| 2701 | 2026-08-20T18:12:16.662Z | Compiling maplit v1.0.2 |
| 2702 | 2026-08-20T18:12:16.662Z | Compiling glob v0.3.3 |
| 2703 | 2026-08-20T18:12:16.662Z | Compiling crunchy v0.2.4 |
| 2704 | 2026-08-20T18:12:16.662Z | Compiling dirs-next v2.0.0 |
| 2705 | 2026-08-20T18:12:16.662Z | Compiling r2d2 v0.8.10 |
| 2706 | 2026-08-20T18:12:16.662Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2707 | 2026-08-20T18:12:16.662Z | Compiling darling v0.21.3 |
| 2708 | 2026-08-20T18:12:16.663Z | Compiling papergrid v0.18.0 |
| 2709 | 2026-08-20T18:12:16.663Z | Compiling xshell-macros v0.2.7 |
| 2710 | 2026-08-20T18:12:16.663Z | Compiling dsl_auto_type v0.2.0 |
| 2711 | 2026-08-20T18:12:16.663Z | Compiling clang-sys v1.8.1 |
| 2712 | 2026-08-20T18:12:16.663Z | Compiling downcast-rs v2.0.2 |
| 2713 | 2026-08-20T18:12:16.663Z | Compiling tiny-keccak v2.0.2 |
| 2714 | 2026-08-20T18:12:16.663Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2715 | 2026-08-20T18:12:16.663Z | Compiling xshell v0.2.7 |
| 2716 | 2026-08-20T18:12:16.663Z | Compiling term v0.7.0 |
| 2717 | 2026-08-20T18:12:16.663Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2718 | 2026-08-20T18:12:16.663Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2719 | 2026-08-20T18:12:16.663Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2720 | 2026-08-20T18:12:16.664Z | Compiling bit-vec v0.6.3 |
| 2721 | 2026-08-20T18:12:16.664Z | Compiling ascii-canvas v3.0.0 |
| 2722 | 2026-08-20T18:12:16.664Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2723 | 2026-08-20T18:12:16.664Z | Compiling tabled v0.21.0 |
| 2724 | 2026-08-20T18:12:16.664Z | Compiling bit-set v0.5.3 |
| 2725 | 2026-08-20T18:12:16.664Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2726 | 2026-08-20T18:12:16.664Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2727 | 2026-08-20T18:12:16.664Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2728 | 2026-08-20T18:12:16.664Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2729 | 2026-08-20T18:12:16.664Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2730 | 2026-08-20T18:12:16.664Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2731 | 2026-08-20T18:12:16.664Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2732 | 2026-08-20T18:12:16.664Z | Compiling itertools v0.10.5 |
| 2733 | 2026-08-20T18:12:16.664Z | Compiling ena v0.14.4 |
| 2734 | 2026-08-20T18:12:16.664Z | Compiling libloading v0.8.9 |
| 2735 | 2026-08-20T18:12:16.665Z | Compiling diff v0.1.13 |
| 2736 | 2026-08-20T18:12:16.665Z | Compiling unicase v2.9.0 |
| 2737 | 2026-08-20T18:12:16.665Z | Compiling regex-syntax v0.6.29 |
| 2738 | 2026-08-20T18:12:16.697Z | Compiling bindgen v0.71.1 |
| 2739 | 2026-08-20T18:12:17.079Z | Compiling cexpr v0.6.0 |
| 2740 | 2026-08-20T18:12:17.122Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2741 | 2026-08-20T18:12:17.386Z | Compiling crc8 v0.1.1 |
| 2742 | 2026-08-20T18:12:17.528Z | Compiling rustc-hash v2.1.1 |
| 2743 | 2026-08-20T18:12:17.745Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2744 | 2026-08-20T18:12:17.965Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2745 | 2026-08-20T18:12:18.323Z | Compiling lalrpop v0.19.12 |
| 2746 | 2026-08-20T18:12:18.535Z | Compiling headers-core v0.3.0 |
| 2747 | 2026-08-20T18:12:18.695Z | Compiling libxml v0.3.3 |
| 2748 | 2026-08-20T18:12:18.946Z | Compiling headers v0.4.1 |
| 2749 | 2026-08-20T18:12:19.004Z | Compiling diesel v2.3.7 |
| 2750 | 2026-08-20T18:12:19.026Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2751 | 2026-08-20T18:12:19.246Z | Compiling strum_macros v0.24.3 |
| 2752 | 2026-08-20T18:12:19.304Z | Compiling indoc v1.0.9 |
| 2753 | 2026-08-20T18:12:19.733Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2754 | 2026-08-20T18:12:19.755Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2755 | 2026-08-20T18:12:19.907Z | Compiling derive_builder v0.20.2 |
| 2756 | 2026-08-20T18:12:19.973Z | Compiling quick-xml v0.37.5 |
| 2757 | 2026-08-20T18:12:20.080Z | Compiling oso-derive v0.27.3 |
| 2758 | 2026-08-20T18:12:20.441Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2759 | 2026-08-20T18:12:20.511Z | Compiling openssl-probe v0.1.6 |
| 2760 | 2026-08-20T18:12:20.606Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2761 | 2026-08-20T18:12:20.811Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2762 | 2026-08-20T18:12:21.057Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2763 | 2026-08-20T18:12:21.278Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2764 | 2026-08-20T18:12:21.328Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2765 | 2026-08-20T18:12:21.510Z | Compiling bb8 v0.8.6 |
| 2766 | 2026-08-20T18:12:21.558Z | Compiling trait-variant v0.1.2 |
| 2767 | 2026-08-20T18:12:21.701Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2768 | 2026-08-20T18:12:21.908Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2769 | 2026-08-20T18:12:22.117Z | Compiling half v1.8.3 |
| 2770 | 2026-08-20T18:12:22.139Z | Compiling proc-macro-error2 v2.0.1 |
| 2771 | 2026-08-20T18:12:22.201Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2772 | 2026-08-20T18:12:22.268Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2773 | 2026-08-20T18:12:22.467Z | Compiling serde_cbor v0.11.2 |
| 2774 | 2026-08-20T18:12:22.592Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2775 | 2026-08-20T18:12:22.618Z | Compiling hashbrown v0.14.5 |
| 2776 | 2026-08-20T18:12:22.808Z | Compiling rfc6979 v0.4.0 |
| 2777 | 2026-08-20T18:12:22.977Z | Compiling salty v0.3.0 |
| 2778 | 2026-08-20T18:12:23.036Z | Compiling ecdsa v0.16.9 |
| 2779 | 2026-08-20T18:12:23.082Z | Compiling samael v0.0.19 |
| 2780 | 2026-08-20T18:12:23.242Z | Compiling chumsky v0.9.3 |
| 2781 | 2026-08-20T18:12:23.331Z | Compiling knus-derive v3.4.0 |
| 2782 | 2026-08-20T18:12:23.468Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2783 | 2026-08-20T18:12:23.492Z | Compiling progenitor-impl v0.13.0 |
| 2784 | 2026-08-20T18:12:23.745Z | Compiling primeorder v0.13.6 |
| 2785 | 2026-08-20T18:12:24.043Z | Compiling nonempty v0.12.0 |
| 2786 | 2026-08-20T18:12:24.271Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2787 | 2026-08-20T18:12:24.462Z | Compiling p384 v0.13.1 |
| 2788 | 2026-08-20T18:12:24.664Z | Compiling knus v3.4.0 |
| 2789 | 2026-08-20T18:12:25.552Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2790 | 2026-08-20T18:12:25.627Z | Compiling progenitor-macro v0.13.0 |
| 2791 | 2026-08-20T18:12:25.767Z | Compiling polar-core v0.27.3 |
| 2792 | 2026-08-20T18:12:25.989Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2793 | 2026-08-20T18:12:26.900Z | Compiling progenitor-client v0.13.0 |
| 2794 | 2026-08-20T18:12:27.061Z | Compiling fxhash v0.2.1 |
| 2795 | 2026-08-20T18:12:27.376Z | Compiling libz-sys v1.1.24 |
| 2796 | 2026-08-20T18:12:27.500Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2797 | 2026-08-20T18:12:27.521Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2798 | 2026-08-20T18:12:27.851Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2799 | 2026-08-20T18:12:27.889Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2800 | 2026-08-20T18:12:28.286Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2801 | 2026-08-20T18:12:28.420Z | Compiling kstat-rs v0.2.5 |
| 2802 | 2026-08-20T18:12:28.633Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2803 | 2026-08-20T18:12:29.100Z | Compiling mime_guess v2.0.5 |
| 2804 | 2026-08-20T18:12:29.630Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2805 | 2026-08-20T18:12:29.725Z | Compiling progenitor v0.13.0 |
| 2806 | 2026-08-20T18:12:30.994Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2807 | 2026-08-20T18:12:31.363Z | Compiling nanorand v0.7.0 |
| 2808 | 2026-08-20T18:12:31.371Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2809 | 2026-08-20T18:12:31.458Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2810 | 2026-08-20T18:12:31.687Z | Compiling parking_lot_core v0.8.6 |
| 2811 | 2026-08-20T18:12:32.015Z | Compiling flume v0.11.1 |
| 2812 | 2026-08-20T18:12:32.066Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2813 | 2026-08-20T18:12:32.461Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2814 | 2026-08-20T18:12:32.625Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2815 | 2026-08-20T18:12:33.332Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2816 | 2026-08-20T18:12:33.333Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2817 | 2026-08-20T18:12:33.825Z | Compiling git-stub v1.0.0 |
| 2818 | 2026-08-20T18:12:33.847Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2819 | 2026-08-20T18:12:34.095Z | Compiling http-range v0.1.5 |
| 2820 | 2026-08-20T18:12:34.119Z | Compiling strsim v0.10.0 |
| 2821 | 2026-08-20T18:12:34.436Z | Compiling corncobs v0.1.4 |
| 2822 | 2026-08-20T18:12:34.456Z | Compiling instability v0.3.11 |
| 2823 | 2026-08-20T18:12:34.491Z | Compiling darling_core v0.13.4 |
| 2824 | 2026-08-20T18:12:34.704Z | Compiling oso v0.27.3 |
| 2825 | 2026-08-20T18:12:34.806Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-20T18:12:35.455Z | Compiling git-stub-vcs v0.1.0 |
| 2827 | 2026-08-20T18:12:35.477Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2828 | 2026-08-20T18:12:38.289Z | Compiling diesel-dtrace v0.5.0 |
| 2829 | 2026-08-20T18:12:38.618Z | Compiling async-bb8-diesel v0.2.1 |
| 2830 | 2026-08-20T18:12:39.614Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2831 | 2026-08-20T18:12:40.019Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2832 | 2026-08-20T18:12:40.301Z | Compiling ignore v0.4.25 |
| 2833 | 2026-08-20T18:12:40.358Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2834 | 2026-08-20T18:12:40.575Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2835 | 2026-08-20T18:12:40.615Z | Compiling anstyle-parse v0.2.7 |
| 2836 | 2026-08-20T18:12:40.838Z | Compiling secrecy v0.8.0 |
| 2837 | 2026-08-20T18:12:40.873Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2838 | 2026-08-20T18:12:41.038Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2839 | 2026-08-20T18:12:41.257Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2840 | 2026-08-20T18:12:41.558Z | Compiling vergen-git2 v9.1.0 |
| 2841 | 2026-08-20T18:12:41.786Z | Compiling castaway v0.2.4 |
| 2842 | 2026-08-20T18:12:41.945Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2843 | 2026-08-20T18:12:41.985Z | Compiling indoc v2.0.7 |
| 2844 | 2026-08-20T18:12:42.270Z | Compiling compact_str v0.8.1 |
| 2845 | 2026-08-20T18:12:42.698Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2846 | 2026-08-20T18:12:43.197Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2847 | 2026-08-20T18:12:43.398Z | Compiling globwalk v0.9.1 |
| 2848 | 2026-08-20T18:12:44.044Z | Compiling anstream v0.6.21 |
| 2849 | 2026-08-20T18:12:44.571Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2850 | 2026-08-20T18:12:44.819Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2851 | 2026-08-20T18:12:45.132Z | Compiling parking_lot v0.11.2 |
| 2852 | 2026-08-20T18:12:45.326Z | Compiling hyper-staticfile v0.10.1 |
| 2853 | 2026-08-20T18:12:45.516Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2854 | 2026-08-20T18:12:45.800Z | Compiling darling_macro v0.13.4 |
| 2855 | 2026-08-20T18:12:46.023Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2856 | 2026-08-20T18:12:46.317Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2857 | 2026-08-20T18:12:46.477Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2858 | 2026-08-20T18:12:46.537Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2859 | 2026-08-20T18:12:46.832Z | Compiling predicates-tree v1.0.13 |
| 2860 | 2026-08-20T18:12:46.950Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2861 | 2026-08-20T18:12:47.079Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2862 | 2026-08-20T18:12:47.199Z | Compiling unicode-truncate v1.1.0 |
| 2863 | 2026-08-20T18:12:47.276Z | Compiling sha2 v0.11.0 |
| 2864 | 2026-08-20T18:12:47.413Z | Compiling digest-io v0.1.0 |
| 2865 | 2026-08-20T18:12:47.599Z | Compiling lru v0.12.5 |
| 2866 | 2026-08-20T18:12:47.691Z | Compiling prefix-trie v0.7.0 |
| 2867 | 2026-08-20T18:12:47.830Z | Compiling rand_seeder v0.4.0 |
| 2868 | 2026-08-20T18:12:48.088Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2869 | 2026-08-20T18:12:48.188Z | Compiling rawzip v0.4.4 |
| 2870 | 2026-08-20T18:12:48.310Z | Compiling cassowary v0.3.0 |
| 2871 | 2026-08-20T18:12:48.416Z | Compiling hickory-server v0.25.2 |
| 2872 | 2026-08-20T18:12:48.563Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2873 | 2026-08-20T18:12:48.771Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2874 | 2026-08-20T18:12:48.848Z | Compiling ratatui v0.29.0 |
| 2875 | 2026-08-20T18:12:49.039Z | Compiling camino-tempfile-ext v0.3.3 |
| 2876 | 2026-08-20T18:12:49.263Z | Compiling darling v0.13.4 |
| 2877 | 2026-08-20T18:12:49.381Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2878 | 2026-08-20T18:12:49.409Z | Compiling sled v0.34.7 |
| 2879 | 2026-08-20T18:12:49.614Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2880 | 2026-08-20T18:12:49.844Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2881 | 2026-08-20T18:12:51.847Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2882 | 2026-08-20T18:12:52.360Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2883 | 2026-08-20T18:12:52.581Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2884 | 2026-08-20T18:12:53.371Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2885 | 2026-08-20T18:12:54.924Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2886 | 2026-08-20T18:12:55.567Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2887 | 2026-08-20T18:12:56.253Z | Compiling serde_with_macros v1.5.2 |
| 2888 | 2026-08-20T18:12:56.886Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2889 | 2026-08-20T18:12:57.226Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2890 | 2026-08-20T18:12:57.383Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2891 | 2026-08-20T18:12:57.598Z | Compiling git2 v0.20.4 |
| 2892 | 2026-08-20T18:12:57.668Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2893 | 2026-08-20T18:12:57.749Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2894 | 2026-08-20T18:12:57.899Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2895 | 2026-08-20T18:12:57.946Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2896 | 2026-08-20T18:12:57.986Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2897 | 2026-08-20T18:12:58.131Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2898 | 2026-08-20T18:12:58.202Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2899 | 2026-08-20T18:12:58.223Z | Compiling arc-swap v1.8.2 |
| 2900 | 2026-08-20T18:12:58.366Z | Compiling void v1.0.2 |
| 2901 | 2026-08-20T18:12:58.493Z | Compiling slog-scope v4.4.1 |
| 2902 | 2026-08-20T18:12:58.564Z | Compiling lzss v0.8.2 |
| 2903 | 2026-08-20T18:12:58.861Z | Compiling illumos-nvpair v0.3.0 |
| 2904 | 2026-08-20T18:12:58.889Z | Compiling serde_with v1.14.0 |
| 2905 | 2026-08-20T18:12:58.958Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2906 | 2026-08-20T18:12:59.358Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2907 | 2026-08-20T18:13:00.311Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2908 | 2026-08-20T18:13:00.477Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2909 | 2026-08-20T18:13:00.505Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2910 | 2026-08-20T18:13:00.639Z | Compiling scuffle v0.1.0 |
| 2911 | 2026-08-20T18:13:00.661Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2912 | 2026-08-20T18:13:01.210Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2913 | 2026-08-20T18:13:01.441Z | Compiling tungstenite v0.23.0 |
| 2914 | 2026-08-20T18:13:02.760Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2915 | 2026-08-20T18:13:03.280Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2916 | 2026-08-20T18:13:03.690Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2917 | 2026-08-20T18:13:03.748Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2918 | 2026-08-20T18:13:03.856Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2919 | 2026-08-20T18:13:03.983Z | Compiling nix v0.27.1 |
| 2920 | 2026-08-20T18:13:04.106Z | Compiling twox-hash v2.1.2 |
| 2921 | 2026-08-20T18:13:04.189Z | Compiling libsw-core v0.3.2 |
| 2922 | 2026-08-20T18:13:04.419Z | Compiling atty v0.2.14 |
| 2923 | 2026-08-20T18:13:04.576Z | Compiling serde_bytes v0.11.19 |
| 2924 | 2026-08-20T18:13:04.622Z | Compiling libsw v3.5.0 |
| 2925 | 2026-08-20T18:13:04.803Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2926 | 2026-08-20T18:13:04.865Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2927 | 2026-08-20T18:13:04.887Z | Compiling tokio-tungstenite v0.23.1 |
| 2928 | 2026-08-20T18:13:05.138Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2929 | 2026-08-20T18:13:05.269Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2930 | 2026-08-20T18:13:05.311Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2931 | 2026-08-20T18:13:06.499Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2932 | 2026-08-20T18:13:06.524Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2933 | 2026-08-20T18:13:07.106Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2934 | 2026-08-20T18:13:08.447Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2935 | 2026-08-20T18:13:09.065Z | Compiling slog-stdlog v4.1.1 |
| 2936 | 2026-08-20T18:13:09.088Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2937 | 2026-08-20T18:13:09.462Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2938 | 2026-08-20T18:13:09.557Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2939 | 2026-08-20T18:13:10.024Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2940 | 2026-08-20T18:13:11.154Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2941 | 2026-08-20T18:13:11.564Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2942 | 2026-08-20T18:13:11.694Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2943 | 2026-08-20T18:13:13.375Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2944 | 2026-08-20T18:13:14.243Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2945 | 2026-08-20T18:13:14.331Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2946 | 2026-08-20T18:13:14.854Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2947 | 2026-08-20T18:13:15.766Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2948 | 2026-08-20T18:13:17.129Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2949 | 2026-08-20T18:13:18.826Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2950 | 2026-08-20T18:13:19.371Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2951 | 2026-08-20T18:13:21.130Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2952 | 2026-08-20T18:13:21.465Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2953 | 2026-08-20T18:13:21.693Z | Compiling signal-hook-tokio v0.3.1 |
| 2954 | 2026-08-20T18:13:21.884Z | Compiling fatfs v0.3.6 |
| 2955 | 2026-08-20T18:13:21.991Z | Compiling yasna v0.5.2 |
| 2956 | 2026-08-20T18:13:22.048Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2957 | 2026-08-20T18:13:22.627Z | Compiling seq-macro v0.3.6 |
| 2958 | 2026-08-20T18:13:23.167Z | Compiling assert_matches v1.5.0 |
| 2959 | 2026-08-20T18:13:23.191Z | Compiling rcgen v0.12.1 |
| 2960 | 2026-08-20T18:13:23.283Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2961 | 2026-08-20T18:13:23.553Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2962 | 2026-08-20T18:13:23.690Z | Compiling slog-envlogger v2.2.0 |
| 2963 | 2026-08-20T18:13:24.402Z | Compiling oxide-update-engine-display v0.1.2 |
| 2964 | 2026-08-20T18:13:24.814Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2965 | 2026-08-20T18:13:25.307Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2966 | 2026-08-20T18:13:25.754Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2967 | 2026-08-20T18:13:25.982Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2968 | 2026-08-20T18:13:26.212Z | Compiling port-file v0.1.0 |
| 2969 | 2026-08-20T18:13:26.538Z | Compiling subprocess v0.2.15 |
| 2970 | 2026-08-20T18:13:27.414Z | Compiling rtoolbox v0.0.3 |
| 2971 | 2026-08-20T18:13:27.585Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2972 | 2026-08-20T18:13:27.661Z | Compiling rpassword v7.5.4 |
| 2973 | 2026-08-20T18:13:27.756Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2974 | 2026-08-20T18:13:28.688Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2975 | 2026-08-20T18:13:29.097Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2976 | 2026-08-20T18:13:29.239Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2977 | 2026-08-20T18:13:30.704Z | Compiling tui-tree-widget v0.23.1 |
| 2978 | 2026-08-20T18:13:30.941Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2979 | 2026-08-20T18:13:31.000Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2980 | 2026-08-20T18:13:32.896Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2981 | 2026-08-20T18:13:33.416Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2982 | 2026-08-20T18:13:34.033Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2983 | 2026-08-20T18:13:34.265Z | Compiling uzers v0.12.2 |
| 2984 | 2026-08-20T18:13:35.146Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2985 | 2026-08-20T18:13:35.236Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2986 | 2026-08-20T18:13:35.718Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2987 | 2026-08-20T18:13:36.923Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2988 | 2026-08-20T18:13:37.419Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2989 | 2026-08-20T18:13:37.441Z | Compiling support-bundle-viewer v0.1.2 |
| 2990 | 2026-08-20T18:13:39.308Z | Compiling multimap v0.10.1 |
| 2991 | 2026-08-20T18:13:47.316Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2992 | 2026-08-20T18:13:49.586Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2993 | 2026-08-20T18:13:55.584Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2994 | 2026-08-20T18:13:57.362Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2995 | 2026-08-20T18:14:00.399Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2996 | 2026-08-20T18:25:12.218Z | Finished `release` profile [optimized] target(s) in 13m 24s |
| 2997 | 2026-08-20T18:25:12.222Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2998 | 2026-08-20T18:25:12.222Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2999 | 2026-08-20T18:26:03.644Z | |
| 3000 | 2026-08-20T18:26:03.647Z | real 14:17.138925982 |
| 3001 | 2026-08-20T18:26:03.647Z | user 1:25:14.104643979 |
| 3002 | 2026-08-20T18:26:03.647Z | sys 3:42.572168831 |
| 3003 | 2026-08-20T18:26:03.647Z | trap 1.833605259 |
| 3004 | 2026-08-20T18:26:03.647Z | tflt 1.777617737 |
| 3005 | 2026-08-20T18:26:03.647Z | dflt 19.299383180 |
| 3006 | 2026-08-20T18:26:03.647Z | kflt 0.014874492 |
| 3007 | 2026-08-20T18:26:03.647Z | lock 10:21:22.233612263 |
| 3008 | 2026-08-20T18:26:03.647Z | slp 2:34:14.670592456 |
| 3009 | 2026-08-20T18:26:03.647Z | lat 2:35.453765121 |
| 3010 | 2026-08-20T18:26:03.647Z | stop 5:38.362451456 |
| 3011 | 2026-08-20T18:26:03.647Z | + mapfile -t packages |
| 3012 | 2026-08-20T18:26:03.647Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3013 | 2026-08-20T18:26:04.597Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3014 | 2026-08-20T18:26:04.665Z | Running `target/release/omicron-package -t test list-outputs` |
| 3015 | 2026-08-20T18:26:04.724Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3016 | 2026-08-20T18:26:04.727Z | + ptime -m cargo build --locked --release -p xtask |
| 3017 | 2026-08-20T18:26:05.207Z | Compiling libc v0.2.185 |
| 3018 | 2026-08-20T18:26:05.207Z | Compiling serde_core v1.0.228 |
| 3019 | 2026-08-20T18:26:05.207Z | Compiling serde v1.0.228 |
| 3020 | 2026-08-20T18:26:05.210Z | Compiling rustix v1.1.4 |
| 3021 | 2026-08-20T18:26:05.210Z | Compiling bitflags v2.11.0 |
| 3022 | 2026-08-20T18:26:05.210Z | Compiling serde_json v1.0.151 |
| 3023 | 2026-08-20T18:26:05.352Z | Compiling syn v2.0.117 |
| 3024 | 2026-08-20T18:26:05.352Z | Compiling usdt-impl v0.5.0 |
| 3025 | 2026-08-20T18:26:05.381Z | Compiling syn v1.0.109 |
| 3026 | 2026-08-20T18:26:05.393Z | Compiling log v0.4.33 |
| 3027 | 2026-08-20T18:26:05.404Z | Compiling getrandom v0.3.4 |
| 3028 | 2026-08-20T18:26:05.416Z | Compiling indexmap v2.14.0 |
| 3029 | 2026-08-20T18:26:05.431Z | Compiling fs-err v3.3.0 |
| 3030 | 2026-08-20T18:26:05.575Z | Compiling once_cell v1.21.3 |
| 3031 | 2026-08-20T18:26:05.644Z | Compiling heck v0.4.1 |
| 3032 | 2026-08-20T18:26:05.669Z | Compiling anyhow v1.0.104 |
| 3033 | 2026-08-20T18:26:06.047Z | Compiling thread-id v4.2.2 |
| 3034 | 2026-08-20T18:26:06.066Z | Compiling errno v0.3.14 |
| 3035 | 2026-08-20T18:26:06.069Z | Compiling memmap v0.7.0 |
| 3036 | 2026-08-20T18:26:06.806Z | Compiling proc-macro-error v1.0.4 |
| 3037 | 2026-08-20T18:26:07.048Z | Compiling terminal_size v0.4.3 |
| 3038 | 2026-08-20T18:26:07.048Z | Compiling tempfile v3.27.0 |
| 3039 | 2026-08-20T18:26:07.069Z | Compiling tabled_derive v0.7.0 |
| 3040 | 2026-08-20T18:26:07.143Z | Compiling clap_builder v4.6.0 |
| 3041 | 2026-08-20T18:26:07.143Z | Compiling textwrap v0.16.2 |
| 3042 | 2026-08-20T18:26:07.456Z | Compiling camino v1.2.5 |
| 3043 | 2026-08-20T18:26:07.494Z | Compiling pest_generator v2.8.6 |
| 3044 | 2026-08-20T18:26:07.515Z | Compiling semver v1.0.28 |
| 3045 | 2026-08-20T18:26:07.542Z | Compiling cargo-platform v0.3.2 |
| 3046 | 2026-08-20T18:26:07.748Z | Compiling tabled v0.15.0 |
| 3047 | 2026-08-20T18:26:07.782Z | Compiling camino-tempfile v1.4.1 |
| 3048 | 2026-08-20T18:26:07.979Z | Compiling serde_derive v1.0.228 |
| 3049 | 2026-08-20T18:26:07.979Z | Compiling thiserror-impl v1.0.69 |
| 3050 | 2026-08-20T18:26:07.982Z | Compiling zerocopy-derive v0.7.35 |
| 3051 | 2026-08-20T18:26:07.982Z | Compiling scroll_derive v0.12.1 |
| 3052 | 2026-08-20T18:26:07.982Z | Compiling thiserror-impl v2.0.18 |
| 3053 | 2026-08-20T18:26:07.991Z | Compiling clap_derive v4.6.1 |
| 3054 | 2026-08-20T18:26:08.048Z | Compiling pest_derive v2.8.6 |
| 3055 | 2026-08-20T18:26:08.663Z | Compiling scroll v0.12.0 |
| 3056 | 2026-08-20T18:26:08.776Z | Compiling zerocopy v0.7.35 |
| 3057 | 2026-08-20T18:26:08.994Z | Compiling goblin v0.8.2 |
| 3058 | 2026-08-20T18:26:09.055Z | Compiling thiserror v1.0.69 |
| 3059 | 2026-08-20T18:26:09.180Z | Compiling dtrace-parser v0.2.0 |
| 3060 | 2026-08-20T18:26:09.204Z | Compiling thiserror v2.0.18 |
| 3061 | 2026-08-20T18:26:09.484Z | Compiling clap v4.6.1 |
| 3062 | 2026-08-20T18:26:11.145Z | Compiling dof v0.3.0 |
| 3063 | 2026-08-20T18:26:11.170Z | Compiling toml_datetime v0.6.11 |
| 3064 | 2026-08-20T18:26:11.183Z | Compiling serde_spanned v0.6.9 |
| 3065 | 2026-08-20T18:26:11.218Z | Compiling serde_tokenstream v0.2.3 |
| 3066 | 2026-08-20T18:26:11.312Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3067 | 2026-08-20T18:26:11.351Z | Compiling cargo_metadata v0.23.1 |
| 3068 | 2026-08-20T18:26:11.530Z | Compiling toml_edit v0.22.27 |
| 3069 | 2026-08-20T18:26:11.550Z | Compiling macaddr v1.0.1 |
| 3070 | 2026-08-20T18:26:11.928Z | Compiling usdt-macro v0.5.0 |
| 3071 | 2026-08-20T18:26:11.929Z | Compiling usdt-attr-macro v0.5.0 |
| 3072 | 2026-08-20T18:26:12.579Z | Compiling usdt v0.5.0 |
| 3073 | 2026-08-20T18:26:13.039Z | Compiling toml v0.8.23 |
| 3074 | 2026-08-20T18:26:13.466Z | Compiling cargo_toml v0.21.0 |
| 3075 | 2026-08-20T18:26:17.843Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3076 | 2026-08-20T18:26:21.047Z | Finished `release` profile [optimized] target(s) in 16.31s |
| 3077 | 2026-08-20T18:26:21.151Z | |
| 3078 | 2026-08-20T18:26:21.151Z | real 16.389807419 |
| 3079 | 2026-08-20T18:26:21.151Z | user 2:04.925097559 |
| 3080 | 2026-08-20T18:26:21.151Z | sys 13.395987299 |
| 3081 | 2026-08-20T18:26:21.151Z | trap 0.066013520 |
| 3082 | 2026-08-20T18:26:21.151Z | tflt 0.485478216 |
| 3083 | 2026-08-20T18:26:21.155Z | dflt 1.288707402 |
| 3084 | 2026-08-20T18:26:21.155Z | kflt 0.000044510 |
| 3085 | 2026-08-20T18:26:21.155Z | lock 4:41.782050895 |
| 3086 | 2026-08-20T18:26:21.157Z | slp 2:39.666183342 |
| 3087 | 2026-08-20T18:26:21.157Z | lat 4.642243856 |
| 3088 | 2026-08-20T18:26:21.157Z | stop 15.582106749 |
| 3089 | 2026-08-20T18:26:21.157Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3090 | 2026-08-20T18:26:21.157Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3091 | 2026-08-20T18:26:21.158Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3092 | 2026-08-20T18:26:21.158Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3093 | 2026-08-20T18:26:21.158Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3094 | 2026-08-20T18:26:22.111Z | Compiling match_cfg v0.1.0 |
| 3095 | 2026-08-20T18:26:22.111Z | Compiling progenitor-client v0.14.0 |
| 3096 | 2026-08-20T18:26:22.111Z | Compiling slog-json v2.6.1 |
| 3097 | 2026-08-20T18:26:22.115Z | Compiling newtype-uuid-macros v0.1.0 |
| 3098 | 2026-08-20T18:26:22.115Z | Compiling sha1 v0.11.0 |
| 3099 | 2026-08-20T18:26:22.115Z | Compiling multer v3.1.0 |
| 3100 | 2026-08-20T18:26:22.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3101 | 2026-08-20T18:26:22.115Z | Compiling compression-core v0.4.31 |
| 3102 | 2026-08-20T18:26:22.115Z | Compiling debug-ignore v1.0.5 |
| 3103 | 2026-08-20T18:26:22.264Z | Compiling async-stream-impl v0.3.6 |
| 3104 | 2026-08-20T18:26:22.267Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3105 | 2026-08-20T18:26:22.267Z | Compiling serde_spanned v1.1.1 |
| 3106 | 2026-08-20T18:26:22.267Z | Compiling dropshot v0.17.1 |
| 3107 | 2026-08-20T18:26:22.277Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3108 | 2026-08-20T18:26:22.286Z | Compiling waitgroup v0.1.2 |
| 3109 | 2026-08-20T18:26:22.289Z | Compiling rustls-pemfile v2.2.0 |
| 3110 | 2026-08-20T18:26:22.362Z | Compiling hostname v0.3.1 |
| 3111 | 2026-08-20T18:26:22.447Z | Compiling compression-codecs v0.4.37 |
| 3112 | 2026-08-20T18:26:22.515Z | Compiling dropshot_endpoint v0.17.1 |
| 3113 | 2026-08-20T18:26:22.530Z | Compiling serde_path_to_error v0.1.20 |
| 3114 | 2026-08-20T18:26:22.533Z | Compiling hostname v0.4.2 |
| 3115 | 2026-08-20T18:26:22.577Z | Compiling atomicwrites v0.4.4 |
| 3116 | 2026-08-20T18:26:22.581Z | Compiling macaddr v1.0.1 |
| 3117 | 2026-08-20T18:26:22.582Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3118 | 2026-08-20T18:26:22.725Z | Compiling async-compression v0.4.41 |
| 3119 | 2026-08-20T18:26:22.725Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3120 | 2026-08-20T18:26:22.779Z | Compiling instant v0.1.13 |
| 3121 | 2026-08-20T18:26:22.779Z | Compiling regress v0.10.5 |
| 3122 | 2026-08-20T18:26:22.796Z | Compiling parse-display-derive v0.10.0 |
| 3123 | 2026-08-20T18:26:22.848Z | Compiling slog-bunyan v2.5.0 |
| 3124 | 2026-08-20T18:26:22.884Z | Compiling backon v1.6.0 |
| 3125 | 2026-08-20T18:26:22.888Z | Compiling backoff v0.4.0 |
| 3126 | 2026-08-20T18:26:22.888Z | Compiling itertools v0.14.0 |
| 3127 | 2026-08-20T18:26:22.907Z | Compiling humantime v2.3.0 |
| 3128 | 2026-08-20T18:26:22.958Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3129 | 2026-08-20T18:26:23.030Z | Compiling half v2.7.1 |
| 3130 | 2026-08-20T18:26:23.033Z | Compiling ciborium-io v0.2.2 |
| 3131 | 2026-08-20T18:26:23.047Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3132 | 2026-08-20T18:26:23.081Z | Compiling progenitor-extras v0.2.0 |
| 3133 | 2026-08-20T18:26:23.099Z | Compiling async-stream v0.3.6 |
| 3134 | 2026-08-20T18:26:23.118Z | Compiling crucible-workspace-hack v0.1.0 |
| 3135 | 2026-08-20T18:26:23.163Z | Compiling convert_case v0.4.0 |
| 3136 | 2026-08-20T18:26:23.181Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3137 | 2026-08-20T18:26:23.208Z | Compiling regress v0.11.1 |
| 3138 | 2026-08-20T18:26:23.223Z | Compiling secrecy v0.10.3 |
| 3139 | 2026-08-20T18:26:23.299Z | Compiling ciborium-ll v0.2.2 |
| 3140 | 2026-08-20T18:26:23.317Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3141 | 2026-08-20T18:26:23.352Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3142 | 2026-08-20T18:26:23.370Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3143 | 2026-08-20T18:26:23.374Z | Compiling inout v0.1.4 |
| 3144 | 2026-08-20T18:26:23.404Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3145 | 2026-08-20T18:26:23.441Z | Compiling universal-hash v0.5.1 |
| 3146 | 2026-08-20T18:26:23.462Z | Compiling unsafe-libyaml v0.2.11 |
| 3147 | 2026-08-20T18:26:23.490Z | Compiling ciborium v0.2.2 |
| 3148 | 2026-08-20T18:26:23.532Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3149 | 2026-08-20T18:26:23.550Z | Compiling derive_more v0.99.20 |
| 3150 | 2026-08-20T18:26:23.575Z | Compiling cipher v0.4.4 |
| 3151 | 2026-08-20T18:26:23.596Z | Compiling opaque-debug v0.3.1 |
| 3152 | 2026-08-20T18:26:23.685Z | Compiling poly1305 v0.8.0 |
| 3153 | 2026-08-20T18:26:23.704Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3154 | 2026-08-20T18:26:23.723Z | Compiling blake2 v0.10.6 |
| 3155 | 2026-08-20T18:26:23.853Z | Compiling chacha20 v0.9.1 |
| 3156 | 2026-08-20T18:26:24.028Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3157 | 2026-08-20T18:26:24.050Z | Compiling serde_yaml v0.9.34+deprecated |
| 3158 | 2026-08-20T18:26:24.081Z | Compiling aead v0.5.2 |
| 3159 | 2026-08-20T18:26:24.142Z | Compiling password-hash v0.5.0 |
| 3160 | 2026-08-20T18:26:24.196Z | Compiling indent_write v2.2.0 |
| 3161 | 2026-08-20T18:26:24.228Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3162 | 2026-08-20T18:26:24.249Z | Compiling chacha20poly1305 v0.10.1 |
| 3163 | 2026-08-20T18:26:24.308Z | Compiling num-derive v0.4.2 |
| 3164 | 2026-08-20T18:26:24.330Z | Compiling heapless v0.8.0 |
| 3165 | 2026-08-20T18:26:24.369Z | Compiling ingot-macros v0.2.0 |
| 3166 | 2026-08-20T18:26:24.425Z | Compiling argon2 v0.5.3 |
| 3167 | 2026-08-20T18:26:24.443Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3168 | 2026-08-20T18:26:24.505Z | Compiling tabwriter v1.4.1 |
| 3169 | 2026-08-20T18:26:24.582Z | Compiling parse-display v0.10.0 |
| 3170 | 2026-08-20T18:26:24.586Z | Compiling hash32 v0.3.1 |
| 3171 | 2026-08-20T18:26:24.648Z | Compiling thiserror-no-std v2.0.2 |
| 3172 | 2026-08-20T18:26:24.761Z | Compiling vsss-rs v3.3.4 |
| 3173 | 2026-08-20T18:26:24.779Z | Compiling typify-impl v0.6.2 |
| 3174 | 2026-08-20T18:26:24.782Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3175 | 2026-08-20T18:26:24.861Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3176 | 2026-08-20T18:26:24.923Z | Compiling smoltcp v0.11.0 |
| 3177 | 2026-08-20T18:26:25.035Z | Compiling proc-macro-crate v3.4.0 |
| 3178 | 2026-08-20T18:26:25.259Z | Compiling cobs v0.3.0 |
| 3179 | 2026-08-20T18:26:25.323Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3180 | 2026-08-20T18:26:25.516Z | Compiling colored v3.1.1 |
| 3181 | 2026-08-20T18:26:25.519Z | Compiling postcard v1.1.3 |
| 3182 | 2026-08-20T18:26:25.551Z | Compiling proc-macro-error v1.0.4 |
| 3183 | 2026-08-20T18:26:25.598Z | Compiling rand v0.10.1 |
| 3184 | 2026-08-20T18:26:25.635Z | Compiling proc-macro-crate v1.3.1 |
| 3185 | 2026-08-20T18:26:25.653Z | Compiling num_enum_derive v0.7.6 |
| 3186 | 2026-08-20T18:26:26.883Z | Compiling foreign-types-macros v0.2.3 |
| 3187 | 2026-08-20T18:26:26.911Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3188 | 2026-08-20T18:26:26.911Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3189 | 2026-08-20T18:26:26.911Z | Compiling rayon-core v1.13.0 |
| 3190 | 2026-08-20T18:26:26.911Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3191 | 2026-08-20T18:26:26.911Z | Compiling foreign-types-shared v0.3.1 |
| 3192 | 2026-08-20T18:26:26.911Z | Compiling num_enum_derive v0.5.11 |
| 3193 | 2026-08-20T18:26:26.911Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3194 | 2026-08-20T18:26:26.911Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3195 | 2026-08-20T18:26:26.911Z | Compiling crossbeam-deque v0.8.6 |
| 3196 | 2026-08-20T18:26:26.913Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3197 | 2026-08-20T18:26:26.913Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3198 | 2026-08-20T18:26:26.913Z | Compiling cstr-argument v0.1.2 |
| 3199 | 2026-08-20T18:26:26.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3200 | 2026-08-20T18:26:26.913Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3201 | 2026-08-20T18:26:26.913Z | Compiling foreign-types v0.5.0 |
| 3202 | 2026-08-20T18:26:26.913Z | Compiling zone_cfg_derive v0.3.1 |
| 3203 | 2026-08-20T18:26:26.913Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3204 | 2026-08-20T18:26:26.913Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3205 | 2026-08-20T18:26:26.913Z | Compiling num_enum v0.7.6 |
| 3206 | 2026-08-20T18:26:26.913Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3207 | 2026-08-20T18:26:26.969Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3208 | 2026-08-20T18:26:26.969Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3209 | 2026-08-20T18:26:26.969Z | Compiling itertools v0.12.1 |
| 3210 | 2026-08-20T18:26:27.014Z | Compiling rayon v1.11.0 |
| 3211 | 2026-08-20T18:26:27.014Z | Compiling sigpipe v0.1.3 |
| 3212 | 2026-08-20T18:26:27.131Z | Compiling glob v0.3.3 |
| 3213 | 2026-08-20T18:26:27.153Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3214 | 2026-08-20T18:26:27.153Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3215 | 2026-08-20T18:26:27.199Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3216 | 2026-08-20T18:26:27.219Z | Compiling smf v0.2.3 |
| 3217 | 2026-08-20T18:26:27.306Z | Compiling whoami v1.6.1 |
| 3218 | 2026-08-20T18:26:27.310Z | Compiling cpubits v0.1.1 |
| 3219 | 2026-08-20T18:26:27.341Z | Compiling num_enum v0.5.11 |
| 3220 | 2026-08-20T18:26:27.356Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3221 | 2026-08-20T18:26:27.360Z | Compiling ingot-types v0.2.0 |
| 3222 | 2026-08-20T18:26:27.394Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3223 | 2026-08-20T18:26:27.412Z | Compiling gethostname v0.5.0 |
| 3224 | 2026-08-20T18:26:27.430Z | Compiling derive-where v1.6.0 |
| 3225 | 2026-08-20T18:26:27.480Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3226 | 2026-08-20T18:26:27.516Z | Compiling usdt-attr-macro v0.5.0 |
| 3227 | 2026-08-20T18:26:27.535Z | Compiling usdt-macro v0.5.0 |
| 3228 | 2026-08-20T18:26:27.553Z | Compiling num-rational v0.4.2 |
| 3229 | 2026-08-20T18:26:27.570Z | Compiling num-complex v0.4.6 |
| 3230 | 2026-08-20T18:26:27.614Z | Compiling memmap v0.7.0 |
| 3231 | 2026-08-20T18:26:27.743Z | Compiling ingot v0.2.1 |
| 3232 | 2026-08-20T18:26:27.827Z | Compiling toml v0.8.23 |
| 3233 | 2026-08-20T18:26:27.843Z | Compiling pem-rfc7468 v1.0.0 |
| 3234 | 2026-08-20T18:26:28.021Z | Compiling num v0.4.3 |
| 3235 | 2026-08-20T18:26:28.094Z | Compiling zone v0.3.1 |
| 3236 | 2026-08-20T18:26:28.116Z | Compiling float-ord v0.3.2 |
| 3237 | 2026-08-20T18:26:28.159Z | Compiling cancel-safe-futures v0.1.5 |
| 3238 | 2026-08-20T18:26:28.180Z | Compiling resolv-conf v0.7.6 |
| 3239 | 2026-08-20T18:26:28.196Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3240 | 2026-08-20T18:26:28.257Z | Compiling hmac v0.13.0 |
| 3241 | 2026-08-20T18:26:28.348Z | Compiling universal-hash v0.6.1 |
| 3242 | 2026-08-20T18:26:28.387Z | Compiling usdt v0.5.0 |
| 3243 | 2026-08-20T18:26:28.478Z | Compiling sha1 v0.10.6 |
| 3244 | 2026-08-20T18:26:28.496Z | Compiling prettyplease v0.2.37 |
| 3245 | 2026-08-20T18:26:28.513Z | Compiling linear-map v1.2.0 |
| 3246 | 2026-08-20T18:26:28.548Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3247 | 2026-08-20T18:26:28.664Z | Compiling libefi-sys v0.1.0 |
| 3248 | 2026-08-20T18:26:28.686Z | Compiling polyval v0.7.1 |
| 3249 | 2026-08-20T18:26:28.736Z | Compiling der v0.8.0 |
| 3250 | 2026-08-20T18:26:28.736Z | Compiling hickory-proto v0.24.4 |
| 3251 | 2026-08-20T18:26:28.773Z | Compiling newline-converter v0.3.0 |
| 3252 | 2026-08-20T18:26:28.791Z | Compiling console v0.15.11 |
| 3253 | 2026-08-20T18:26:28.825Z | Compiling bitfield-struct v0.6.2 |
| 3254 | 2026-08-20T18:26:28.829Z | Compiling oxide-update-engine-types v0.1.2 |
| 3255 | 2026-08-20T18:26:28.829Z | Compiling linked-hash-map v0.5.6 |
| 3256 | 2026-08-20T18:26:28.935Z | Compiling ghash v0.6.0 |
| 3257 | 2026-08-20T18:26:29.067Z | Compiling lru-cache v0.1.2 |
| 3258 | 2026-08-20T18:26:29.098Z | Compiling pbkdf2 v0.13.0 |
| 3259 | 2026-08-20T18:26:29.167Z | Compiling crypto-bigint v0.7.5 |
| 3260 | 2026-08-20T18:26:29.171Z | Compiling expectorate v1.2.0 |
| 3261 | 2026-08-20T18:26:29.222Z | Compiling aes v0.9.1 |
| 3262 | 2026-08-20T18:26:29.251Z | Compiling ctr v0.10.1 |
| 3263 | 2026-08-20T18:26:29.331Z | Compiling aead v0.6.1 |
| 3264 | 2026-08-20T18:26:29.409Z | Compiling sha2 v0.11.0 |
| 3265 | 2026-08-20T18:26:29.435Z | Compiling typify-macro v0.6.2 |
| 3266 | 2026-08-20T18:26:29.493Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3267 | 2026-08-20T18:26:29.532Z | Compiling nom v8.0.0 |
| 3268 | 2026-08-20T18:26:29.536Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3269 | 2026-08-20T18:26:29.680Z | Compiling semver v0.1.20 |
| 3270 | 2026-08-20T18:26:29.864Z | Compiling oxide-update-engine v0.1.2 |
| 3271 | 2026-08-20T18:26:30.008Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3272 | 2026-08-20T18:26:30.026Z | Compiling rustc_version v0.1.7 |
| 3273 | 2026-08-20T18:26:30.053Z | Compiling aes-gcm v0.11.0 |
| 3274 | 2026-08-20T18:26:30.101Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3275 | 2026-08-20T18:26:30.120Z | Compiling spki v0.8.0 |
| 3276 | 2026-08-20T18:26:30.137Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3277 | 2026-08-20T18:26:30.283Z | Compiling tokio-dtrace v0.1.1 |
| 3278 | 2026-08-20T18:26:30.295Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3279 | 2026-08-20T18:26:30.351Z | Compiling salsa20 v0.11.0 |
| 3280 | 2026-08-20T18:26:30.452Z | Compiling slog-dtrace v0.3.0 |
| 3281 | 2026-08-20T18:26:30.469Z | Compiling minimal-lexical v0.2.1 |
| 3282 | 2026-08-20T18:26:30.512Z | Compiling xshell-macros v0.2.7 |
| 3283 | 2026-08-20T18:26:30.557Z | Compiling oxide-tokio-rt v0.1.4 |
| 3284 | 2026-08-20T18:26:30.577Z | Compiling scrypt v0.12.0 |
| 3285 | 2026-08-20T18:26:30.643Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3286 | 2026-08-20T18:26:30.660Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3287 | 2026-08-20T18:26:30.692Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3288 | 2026-08-20T18:26:30.721Z | Compiling nom v7.1.3 |
| 3289 | 2026-08-20T18:26:30.826Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3290 | 2026-08-20T18:26:30.885Z | Compiling newtype_derive v0.1.6 |
| 3291 | 2026-08-20T18:26:30.904Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3292 | 2026-08-20T18:26:30.947Z | Compiling hickory-resolver v0.24.4 |
| 3293 | 2026-08-20T18:26:30.951Z | Compiling xshell v0.2.7 |
| 3294 | 2026-08-20T18:26:31.116Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3295 | 2026-08-20T18:26:31.161Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3296 | 2026-08-20T18:26:31.251Z | Compiling phf_shared v0.12.1 |
| 3297 | 2026-08-20T18:26:31.295Z | Compiling typify v0.6.2 |
| 3298 | 2026-08-20T18:26:31.435Z | Compiling progenitor-impl v0.14.0 |
| 3299 | 2026-08-20T18:26:31.459Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3300 | 2026-08-20T18:26:31.494Z | Compiling rfc6979 v0.4.0 |
| 3301 | 2026-08-20T18:26:31.673Z | Compiling cbc v0.2.1 |
| 3302 | 2026-08-20T18:26:31.734Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3303 | 2026-08-20T18:26:31.759Z | Compiling csv-core v0.1.13 |
| 3304 | 2026-08-20T18:26:31.779Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3305 | 2026-08-20T18:26:31.868Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3306 | 2026-08-20T18:26:31.885Z | Compiling highway v1.3.0 |
| 3307 | 2026-08-20T18:26:31.971Z | Compiling chrono-tz v0.10.4 |
| 3308 | 2026-08-20T18:26:32.056Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3309 | 2026-08-20T18:26:32.092Z | Compiling qorb v0.4.1 |
| 3310 | 2026-08-20T18:26:32.137Z | Compiling unicode-xid v0.2.6 |
| 3311 | 2026-08-20T18:26:32.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3312 | 2026-08-20T18:26:32.203Z | Compiling proc-macro-error2 v2.0.1 |
| 3313 | 2026-08-20T18:26:32.229Z | Compiling csv v1.4.0 |
| 3314 | 2026-08-20T18:26:32.245Z | Compiling pkcs5 v0.8.1 |
| 3315 | 2026-08-20T18:26:32.290Z | Compiling const_format_proc_macros v0.2.34 |
| 3316 | 2026-08-20T18:26:32.304Z | Compiling ecdsa v0.16.9 |
| 3317 | 2026-08-20T18:26:32.569Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3318 | 2026-08-20T18:26:32.587Z | Compiling phf v0.12.1 |
| 3319 | 2026-08-20T18:26:32.765Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3320 | 2026-08-20T18:26:32.782Z | Compiling primeorder v0.13.6 |
| 3321 | 2026-08-20T18:26:32.798Z | Compiling hashbrown v0.14.5 |
| 3322 | 2026-08-20T18:26:32.815Z | Compiling salty v0.3.0 |
| 3323 | 2026-08-20T18:26:32.933Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3324 | 2026-08-20T18:26:33.074Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3325 | 2026-08-20T18:26:33.105Z | Compiling p384 v0.13.1 |
| 3326 | 2026-08-20T18:26:33.193Z | Compiling const_format v0.2.35 |
| 3327 | 2026-08-20T18:26:33.268Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3328 | 2026-08-20T18:26:33.272Z | Compiling pkcs8 v0.11.0 |
| 3329 | 2026-08-20T18:26:33.424Z | Compiling chumsky v0.9.3 |
| 3330 | 2026-08-20T18:26:33.534Z | Compiling knus-derive v3.4.0 |
| 3331 | 2026-08-20T18:26:33.676Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3332 | 2026-08-20T18:26:33.692Z | Compiling tabled_derive v0.7.0 |
| 3333 | 2026-08-20T18:26:33.711Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3334 | 2026-08-20T18:26:33.878Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3335 | 2026-08-20T18:26:34.102Z | Compiling bcs v0.1.6 |
| 3336 | 2026-08-20T18:26:34.151Z | Compiling ff v0.14.0 |
| 3337 | 2026-08-20T18:26:34.176Z | Compiling progenitor-macro v0.14.0 |
| 3338 | 2026-08-20T18:26:34.329Z | Compiling termtree v0.5.1 |
| 3339 | 2026-08-20T18:26:34.445Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-08-20T18:26:34.462Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3341 | 2026-08-20T18:26:34.506Z | Compiling steno v0.4.1 |
| 3342 | 2026-08-20T18:26:34.687Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3343 | 2026-08-20T18:26:34.748Z | Compiling tabled v0.15.0 |
| 3344 | 2026-08-20T18:26:34.834Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3345 | 2026-08-20T18:26:34.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3346 | 2026-08-20T18:26:34.881Z | Compiling tagptr v0.2.0 |
| 3347 | 2026-08-20T18:26:34.976Z | Compiling group v0.14.0 |
| 3348 | 2026-08-20T18:26:35.062Z | Compiling moka v0.12.13 |
| 3349 | 2026-08-20T18:26:35.079Z | Compiling knus v3.4.0 |
| 3350 | 2026-08-20T18:26:35.124Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3351 | 2026-08-20T18:26:35.151Z | Compiling signature v3.0.0 |
| 3352 | 2026-08-20T18:26:35.193Z | Compiling base16ct v1.0.0 |
| 3353 | 2026-08-20T18:26:35.374Z | Compiling sec1 v0.8.1 |
| 3354 | 2026-08-20T18:26:35.445Z | Compiling hkdf v0.13.0 |
| 3355 | 2026-08-20T18:26:35.520Z | Compiling libscf-sys v1.2.0 |
| 3356 | 2026-08-20T18:26:35.658Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3357 | 2026-08-20T18:26:35.678Z | Compiling elliptic-curve v0.14.1 |
| 3358 | 2026-08-20T18:26:35.699Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3359 | 2026-08-20T18:26:35.762Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3360 | 2026-08-20T18:26:35.866Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3361 | 2026-08-20T18:26:35.909Z | Compiling hickory-resolver v0.25.2 |
| 3362 | 2026-08-20T18:26:36.016Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3363 | 2026-08-20T18:26:36.074Z | Compiling corncobs v0.1.4 |
| 3364 | 2026-08-20T18:26:36.264Z | Compiling utf-8 v0.7.6 |
| 3365 | 2026-08-20T18:26:36.264Z | Compiling parking_lot_core v0.8.6 |
| 3366 | 2026-08-20T18:26:36.299Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3367 | 2026-08-20T18:26:36.497Z | Compiling tungstenite v0.21.0 |
| 3368 | 2026-08-20T18:26:36.607Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3369 | 2026-08-20T18:26:36.626Z | Compiling wnaf v0.14.0 |
| 3370 | 2026-08-20T18:26:36.710Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3371 | 2026-08-20T18:26:36.736Z | Compiling primefield v0.14.0 |
| 3372 | 2026-08-20T18:26:36.852Z | Compiling rfc6979 v0.6.0 |
| 3373 | 2026-08-20T18:26:36.871Z | Compiling papergrid v0.18.0 |
| 3374 | 2026-08-20T18:26:37.009Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3375 | 2026-08-20T18:26:37.024Z | Compiling git-stub v1.0.0 |
| 3376 | 2026-08-20T18:26:37.042Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3377 | 2026-08-20T18:26:37.095Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-08-20T18:26:37.172Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3379 | 2026-08-20T18:26:37.275Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3380 | 2026-08-20T18:26:37.317Z | Compiling git-stub-vcs v0.1.0 |
| 3381 | 2026-08-20T18:26:37.386Z | Compiling tokio-tungstenite v0.21.0 |
| 3382 | 2026-08-20T18:26:37.463Z | Compiling ecdsa v0.17.0 |
| 3383 | 2026-08-20T18:26:37.544Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3384 | 2026-08-20T18:26:37.707Z | Compiling primeorder v0.14.0 |
| 3385 | 2026-08-20T18:26:37.838Z | Compiling tabled v0.21.0 |
| 3386 | 2026-08-20T18:26:37.875Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3387 | 2026-08-20T18:26:37.905Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3388 | 2026-08-20T18:26:37.949Z | Compiling curve25519-dalek v5.0.0 |
| 3389 | 2026-08-20T18:26:37.969Z | Compiling unicase v2.9.0 |
| 3390 | 2026-08-20T18:26:38.038Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3391 | 2026-08-20T18:26:38.076Z | Compiling parking_lot v0.11.2 |
| 3392 | 2026-08-20T18:26:38.102Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3393 | 2026-08-20T18:26:38.140Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3394 | 2026-08-20T18:26:38.198Z | Compiling mime_guess v2.0.5 |
| 3395 | 2026-08-20T18:26:38.278Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3396 | 2026-08-20T18:26:38.302Z | Compiling ssh-encoding v0.3.0 |
| 3397 | 2026-08-20T18:26:38.464Z | Compiling progenitor-impl v0.13.0 |
| 3398 | 2026-08-20T18:26:38.492Z | Compiling prefix-trie v0.7.0 |
| 3399 | 2026-08-20T18:26:38.511Z | Compiling fxhash v0.2.1 |
| 3400 | 2026-08-20T18:26:38.610Z | Compiling keccak v0.2.0 |
| 3401 | 2026-08-20T18:26:38.628Z | Compiling crc8 v0.1.1 |
| 3402 | 2026-08-20T18:26:38.672Z | Compiling sled v0.34.7 |
| 3403 | 2026-08-20T18:26:38.814Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3404 | 2026-08-20T18:26:38.830Z | Compiling ed25519 v3.0.0 |
| 3405 | 2026-08-20T18:26:38.906Z | Compiling hickory-server v0.25.2 |
| 3406 | 2026-08-20T18:26:38.923Z | Compiling crypto-primes v0.7.2 |
| 3407 | 2026-08-20T18:26:39.393Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3408 | 2026-08-20T18:26:39.412Z | Compiling progenitor v0.14.0 |
| 3409 | 2026-08-20T18:26:39.415Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3410 | 2026-08-20T18:26:39.603Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3411 | 2026-08-20T18:26:39.844Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3412 | 2026-08-20T18:26:39.958Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3413 | 2026-08-20T18:26:39.977Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3414 | 2026-08-20T18:26:39.994Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3415 | 2026-08-20T18:26:40.200Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3416 | 2026-08-20T18:26:40.361Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3417 | 2026-08-20T18:26:40.521Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3418 | 2026-08-20T18:26:40.715Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3419 | 2026-08-20T18:26:40.736Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3420 | 2026-08-20T18:26:40.753Z | Compiling poly1305 v0.9.0 |
| 3421 | 2026-08-20T18:26:40.772Z | Compiling progenitor-client v0.13.0 |
| 3422 | 2026-08-20T18:26:40.813Z | Compiling blowfish v0.10.0 |
| 3423 | 2026-08-20T18:26:40.922Z | Compiling blake2 v0.11.0-rc.6 |
| 3424 | 2026-08-20T18:26:41.152Z | Compiling half v1.8.3 |
| 3425 | 2026-08-20T18:26:41.226Z | Compiling http-range v0.1.5 |
| 3426 | 2026-08-20T18:26:41.226Z | Compiling progenitor-macro v0.13.0 |
| 3427 | 2026-08-20T18:26:41.363Z | Compiling serde_cbor v0.11.2 |
| 3428 | 2026-08-20T18:26:41.421Z | Compiling argon2 v0.6.0-rc.8 |
| 3429 | 2026-08-20T18:26:41.444Z | Compiling ssh-cipher v0.3.0 |
| 3430 | 2026-08-20T18:26:41.568Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3431 | 2026-08-20T18:26:41.796Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3432 | 2026-08-20T18:26:42.042Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3433 | 2026-08-20T18:26:42.060Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3434 | 2026-08-20T18:26:42.372Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3435 | 2026-08-20T18:26:42.413Z | Compiling rsa v0.10.0-rc.18 |
| 3436 | 2026-08-20T18:26:42.455Z | Compiling ed25519-dalek v3.0.0 |
| 3437 | 2026-08-20T18:26:42.488Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3438 | 2026-08-20T18:26:42.958Z | Compiling illumos-nvpair v0.3.0 |
| 3439 | 2026-08-20T18:26:43.241Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3440 | 2026-08-20T18:26:43.411Z | Compiling sha3 v0.11.0 |
| 3441 | 2026-08-20T18:26:43.435Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3442 | 2026-08-20T18:26:43.479Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3443 | 2026-08-20T18:26:43.571Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3444 | 2026-08-20T18:26:43.691Z | Compiling p384 v0.14.0 |
| 3445 | 2026-08-20T18:26:43.878Z | Compiling p521 v0.14.0 |
| 3446 | 2026-08-20T18:26:43.899Z | Compiling p256 v0.14.0 |
| 3447 | 2026-08-20T18:26:44.012Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3448 | 2026-08-20T18:26:44.173Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3449 | 2026-08-20T18:26:44.295Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3450 | 2026-08-20T18:26:44.421Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3451 | 2026-08-20T18:26:44.842Z | Compiling scuffle v0.1.0 |
| 3452 | 2026-08-20T18:26:45.007Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3453 | 2026-08-20T18:26:45.045Z | Compiling yasna v0.5.2 |
| 3454 | 2026-08-20T18:26:45.228Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3455 | 2026-08-20T18:26:45.753Z | Compiling headers-core v0.3.0 |
| 3456 | 2026-08-20T18:26:45.777Z | Compiling kstat-rs v0.2.5 |
| 3457 | 2026-08-20T18:26:45.821Z | Compiling kem v0.3.0 |
| 3458 | 2026-08-20T18:26:45.884Z | Compiling module-lattice v0.2.3 |
| 3459 | 2026-08-20T18:26:45.909Z | Compiling nanorand v0.7.0 |
| 3460 | 2026-08-20T18:26:45.945Z | Compiling sponge-cursor v0.1.0 |
| 3461 | 2026-08-20T18:26:45.981Z | Compiling headers v0.4.1 |
| 3462 | 2026-08-20T18:26:46.061Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3463 | 2026-08-20T18:26:46.102Z | Compiling sha3 v0.12.0 |
| 3464 | 2026-08-20T18:26:46.120Z | Compiling ml-kem v0.3.2 |
| 3465 | 2026-08-20T18:26:46.143Z | Compiling flume v0.11.1 |
| 3466 | 2026-08-20T18:26:46.161Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3467 | 2026-08-20T18:26:46.237Z | Compiling rcgen v0.12.1 |
| 3468 | 2026-08-20T18:26:46.268Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3469 | 2026-08-20T18:26:46.287Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3470 | 2026-08-20T18:26:46.338Z | Compiling progenitor v0.13.0 |
| 3471 | 2026-08-20T18:26:46.357Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3472 | 2026-08-20T18:26:46.488Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3473 | 2026-08-20T18:26:46.546Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3474 | 2026-08-20T18:26:46.687Z | Compiling hyper-staticfile v0.10.1 |
| 3475 | 2026-08-20T18:26:46.705Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3476 | 2026-08-20T18:26:46.758Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3477 | 2026-08-20T18:26:47.006Z | Compiling ssh-key v0.7.0-rc.11 |
| 3478 | 2026-08-20T18:26:47.079Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3479 | 2026-08-20T18:26:47.134Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3480 | 2026-08-20T18:26:47.152Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3481 | 2026-08-20T18:26:47.155Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3482 | 2026-08-20T18:26:47.215Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3483 | 2026-08-20T18:26:47.233Z | Compiling russh-cryptovec v0.62.0 |
| 3484 | 2026-08-20T18:26:47.300Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3485 | 2026-08-20T18:26:47.326Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3486 | 2026-08-20T18:26:47.344Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3487 | 2026-08-20T18:26:47.472Z | Compiling port-file v0.1.0 |
| 3488 | 2026-08-20T18:26:47.490Z | Compiling num-bigint v0.4.6 |
| 3489 | 2026-08-20T18:26:47.519Z | Compiling generic-array v1.4.3 |
| 3490 | 2026-08-20T18:26:47.561Z | Compiling russh-util v0.52.0 |
| 3491 | 2026-08-20T18:26:47.634Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3492 | 2026-08-20T18:26:47.728Z | Compiling enum_dispatch v0.3.13 |
| 3493 | 2026-08-20T18:26:47.746Z | Compiling delegate v0.13.5 |
| 3494 | 2026-08-20T18:26:47.932Z | Compiling subprocess v0.2.15 |
| 3495 | 2026-08-20T18:26:48.013Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3496 | 2026-08-20T18:26:48.110Z | Compiling hex-literal v1.1.0 |
| 3497 | 2026-08-20T18:26:48.228Z | Compiling display-error-chain v0.2.2 |
| 3498 | 2026-08-20T18:26:48.245Z | Compiling md5 v0.8.0 |
| 3499 | 2026-08-20T18:26:48.423Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3500 | 2026-08-20T18:26:48.467Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3501 | 2026-08-20T18:26:48.538Z | Compiling colored v2.2.0 |
| 3502 | 2026-08-20T18:26:48.651Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3503 | 2026-08-20T18:26:48.696Z | Compiling socket2 v0.5.10 |
| 3504 | 2026-08-20T18:26:48.744Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3505 | 2026-08-20T18:26:48.748Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3506 | 2026-08-20T18:26:48.912Z | Compiling russh v0.62.4 |
| 3507 | 2026-08-20T18:26:48.915Z | Compiling internet-checksum v0.2.1 |
| 3508 | 2026-08-20T18:26:49.078Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3509 | 2026-08-20T18:26:51.548Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-08-20T18:26:52.288Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3511 | 2026-08-20T18:26:52.809Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3512 | 2026-08-20T18:26:54.179Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3513 | 2026-08-20T18:26:54.694Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3514 | 2026-08-20T18:27:03.676Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3515 | 2026-08-20T18:27:03.676Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3516 | 2026-08-20T18:27:03.676Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3517 | 2026-08-20T18:27:03.679Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3518 | 2026-08-20T18:27:03.679Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3519 | 2026-08-20T18:27:05.489Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3520 | 2026-08-20T18:27:05.507Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3521 | 2026-08-20T18:27:09.723Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3522 | 2026-08-20T18:27:50.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
| 3523 | 2026-08-20T18:27:50.671Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3524 | 2026-08-20T18:27:50.671Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3525 | 2026-08-20T18:27:50.895Z | |
| 3526 | 2026-08-20T18:27:50.895Z | real 1:29.680076823 |
| 3527 | 2026-08-20T18:27:50.895Z | user 8:38.914814287 |
| 3528 | 2026-08-20T18:27:50.895Z | sys 1:42.529263722 |
| 3529 | 2026-08-20T18:27:50.895Z | trap 0.243656639 |
| 3530 | 2026-08-20T18:27:50.895Z | tflt 0.330457436 |
| 3531 | 2026-08-20T18:27:50.898Z | dflt 1.833308892 |
| 3532 | 2026-08-20T18:27:50.898Z | kflt 0.000410000 |
| 3533 | 2026-08-20T18:27:50.899Z | lock 32:06.435017792 |
| 3534 | 2026-08-20T18:27:50.899Z | slp 19:44.852560591 |
| 3535 | 2026-08-20T18:27:50.899Z | lat 38.640021955 |
| 3536 | 2026-08-20T18:27:50.899Z | stop 3:00.942552622 |
| 3537 | 2026-08-20T18:27:50.899Z | + mkdir tests |
| 3538 | 2026-08-20T18:27:50.902Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3539 | 2026-08-20T18:27:50.902Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3540 | 2026-08-20T18:27:50.924Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e3b27565dc37fa1f tests/ |
| 3541 | 2026-08-20T18:27:50.946Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-594f2dec84179fc3 tests/ |
| 3542 | 2026-08-20T18:27:50.969Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-74c7ef97fc0c6cdd tests/ |
| 3543 | 2026-08-20T18:27:50.993Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f7200e6b6f596b24 tests/ |
| 3544 | 2026-08-20T18:27:51.306Z | + 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) |
| 3545 | 2026-08-20T18:27:51.309Z | + 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-594f2dec84179fc3 tests/commtest-74c7ef97fc0c6cdd tests/dhcp_server-e3b27565dc37fa1f tests/end_to_end_tests-f7200e6b6f596b24 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 |
| 3546 | 2026-08-20T18:29:20.870Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3547 | 2026-08-20T18:29:20.870Z | a .github/buildomat/ci-env.sh 1K |
| 3548 | 2026-08-20T18:29:20.870Z | a out/target/test 1K |
| 3549 | 2026-08-20T18:29:20.870Z | a out/npuzone/npuzone 27402K |
| 3550 | 2026-08-20T18:29:20.871Z | a package-manifest.toml 35K |
| 3551 | 2026-08-20T18:29:20.871Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3552 | 2026-08-20T18:29:20.871Z | a target/release/omicron-package 48274K |
| 3553 | 2026-08-20T18:29:20.871Z | a target/release/xtask 11727K |
| 3554 | 2026-08-20T18:29:20.871Z | a target/debug/bootstrap 438601K |
| 3555 | 2026-08-20T18:29:20.871Z | a tests/bootstrap-594f2dec84179fc3 34430K |
| 3556 | 2026-08-20T18:29:20.871Z | a tests/commtest-74c7ef97fc0c6cdd 34431K |
| 3557 | 2026-08-20T18:29:20.871Z | a tests/dhcp_server-e3b27565dc37fa1f 34431K |
| 3558 | 2026-08-20T18:29:20.871Z | a tests/end_to_end_tests-f7200e6b6f596b24 502127K |
| 3559 | 2026-08-20T18:29:20.871Z | a tools/opte_version 1K |
| 3560 | 2026-08-20T18:29:20.871Z | a tools/opte_version_override 2K |
| 3561 | 2026-08-20T18:29:20.871Z | a out/clickhouse.tar.gz 330155K |
| 3562 | 2026-08-20T18:29:20.871Z | a out/clickhouse_keeper.tar.gz 314178K |
| 3563 | 2026-08-20T18:29:20.871Z | a out/clickhouse_server.tar.gz 330152K |
| 3564 | 2026-08-20T18:29:20.871Z | a out/cockroachdb.tar.gz 169576K |
| 3565 | 2026-08-20T18:29:20.872Z | a out/crucible-pantry-zone.tar.gz 41339K |
| 3566 | 2026-08-20T18:29:20.873Z | a out/crucible-utils.tar 18900K |
| 3567 | 2026-08-20T18:29:20.873Z | a out/crucible-zone.tar.gz 56151K |
| 3568 | 2026-08-20T18:29:20.873Z | a out/external-dns.tar.gz 54214K |
| 3569 | 2026-08-20T18:29:20.873Z | a out/internal-dns.tar.gz 54213K |
| 3570 | 2026-08-20T18:29:20.873Z | a out/mg-ddm-gz.tar 100917K |
| 3571 | 2026-08-20T18:29:20.873Z | a out/nexus.tar.gz 359605K |
| 3572 | 2026-08-20T18:29:20.873Z | a out/ntp.tar.gz 34662K |
| 3573 | 2026-08-20T18:29:20.873Z | a out/omicron-gateway-softnpu.tar.gz 29990K |
| 3574 | 2026-08-20T18:29:20.873Z | a out/omicron-sled-agent.tar 247068K |
| 3575 | 2026-08-20T18:29:20.873Z | a out/overlay.tar.gz 4K |
| 3576 | 2026-08-20T18:29:20.873Z | a out/oximeter.tar.gz 72452K |
| 3577 | 2026-08-20T18:29:20.873Z | a out/oxlog.tar 4071K |
| 3578 | 2026-08-20T18:29:20.873Z | a out/probe.tar.gz 3037K |
| 3579 | 2026-08-20T18:29:20.873Z | a out/propolis-server.tar.gz 34642K |
| 3580 | 2026-08-20T18:29:20.873Z | a out/pumpkind-gz.tar 26647K |
| 3581 | 2026-08-20T18:29:20.873Z | a out/switch-softnpu.tar.gz 504421K |
| 3582 | 2026-08-20T18:29:20.879Z | |
| 3583 | 2026-08-20T18:29:20.879Z | real 1:29.560877639 |
| 3584 | 2026-08-20T18:29:20.879Z | user 1:26.578710276 |
| 3585 | 2026-08-20T18:29:20.879Z | sys 5.004073934 |
| 3586 | 2026-08-20T18:29:20.879Z | trap 0.006454762 |
| 3587 | 2026-08-20T18:29:20.879Z | tflt 0.000000000 |
| 3588 | 2026-08-20T18:29:20.879Z | dflt 0.000000000 |
| 3589 | 2026-08-20T18:29:20.879Z | kflt 0.000000000 |
| 3590 | 2026-08-20T18:29:20.879Z | lock 0.000000000 |
| 3591 | 2026-08-20T18:29:20.879Z | slp 1:26.440489086 |
| 3592 | 2026-08-20T18:29:20.879Z | lat 1.087445047 |
| 3593 | 2026-08-20T18:29:20.879Z | stop 0.000216390 |
| 3594 | 2026-08-20T18:29:20.879Z | process exited: duration 1327195 ms, exit code 0 |
| |
| 3595 | 2026-08-20T18:29:20.892Z | found 1 output files |
| 3596 | 2026-08-20T18:29:20.934Z | uploading: /work/package.tar.gz (2783162103 bytes) |
| 3597 | 2026-08-20T18:29:53.884Z | uploaded: /work/package.tar.gz |