|
|
|
| 1 | 2026-07-21T19:09:11.246Z | job assigned to worker 01KY318J1T4N20M833V94ECR0T [factory aws, i-0caf0b3366ecb28f7] (queued for 55 s) |
| |
| 2 | 2026-07-21T19:09:18.255Z | starting task 0: "setup" |
| 3 | 2026-07-21T19:09:18.258Z | ++ uname -s |
| 4 | 2026-07-21T19:09:18.262Z | + kern=SunOS |
| 5 | 2026-07-21T19:09:18.262Z | + build_user=build |
| 6 | 2026-07-21T19:09:18.262Z | + build_uid=12345 |
| 7 | 2026-07-21T19:09:18.262Z | + work_dir=/work |
| 8 | 2026-07-21T19:09:18.262Z | + input_dir=/input |
| 9 | 2026-07-21T19:09:18.262Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-21T19:09:18.262Z | + case "$kern" in |
| 11 | 2026-07-21T19:09:18.262Z | + groupadd -g 12345 build |
| 12 | 2026-07-21T19:09:18.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-21T19:09:20.271Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-21T19:09:20.347Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-21T19:09:20.353Z | + home_fs=zfs |
| 16 | 2026-07-21T19:09:20.353Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-21T19:09:20.353Z | + mkdir -p /home/build |
| 18 | 2026-07-21T19:09:20.354Z | + chown build:build /home/build /work |
| 19 | 2026-07-21T19:09:21.353Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-21T19:09:21.358Z | process exited: duration 3107 ms, exit code 0 |
| |
| 21 | 2026-07-21T19:09:21.364Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-21T19:09:21.370Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-21T19:09:21.370Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-21T19:09:21.370Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-21T19:09:21.370Z | * rust toolchain profile = "default" |
| 26 | 2026-07-21T19:09:21.370Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-21T19:09:21.373Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-21T19:09:21.373Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-21T19:09:21.373Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-21T19:09:21.481Z | info: downloading installer |
| 31 | 2026-07-21T19:09:22.949Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-21T19:09:22.949Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-21T19:09:22.949Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-21T19:09:22.949Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-21T19:09:22.962Z | info: profile set to default |
| 36 | 2026-07-21T19:09:22.962Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-21T19:09:22.965Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-21T19:09:23.121Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-21T19:09:23.138Z | info: downloading 6 components |
| 40 | 2026-07-21T19:09:37.421Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-21T19:09:37.421Z | |
| 42 | 2026-07-21T19:09:37.452Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-21T19:09:37.452Z | |
| 44 | 2026-07-21T19:09:37.452Z | |
| 45 | 2026-07-21T19:09:37.452Z | Rust is installed now. Great! |
| 46 | 2026-07-21T19:09:37.452Z | |
| 47 | 2026-07-21T19:09:37.452Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-21T19:09:37.452Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-21T19:09:37.452Z | |
| 50 | 2026-07-21T19:09:37.452Z | To configure your current shell, you need to source |
| 51 | 2026-07-21T19:09:37.452Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-21T19:09:37.452Z | |
| 53 | 2026-07-21T19:09:37.452Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-21T19:09:37.455Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-21T19:09:37.455Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-21T19:09:37.455Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-21T19:09:37.455Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-21T19:09:37.455Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-21T19:09:37.455Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-21T19:09:37.455Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-21T19:09:37.455Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-21T19:09:37.555Z | + rustup --version |
| 63 | 2026-07-21T19:09:37.561Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-21T19:09:37.564Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-21T19:09:37.583Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-21T19:09:37.585Z | + cargo --version |
| 67 | 2026-07-21T19:09:37.594Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-21T19:09:37.596Z | + rustc --version |
| 69 | 2026-07-21T19:09:37.617Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-21T19:09:37.620Z | process exited: duration 16255 ms, exit code 0 |
| |
| 71 | 2026-07-21T19:09:37.625Z | starting task 2: "authentication" |
| 72 | 2026-07-21T19:09:37.642Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-21T19:09:37.649Z | starting task 3: "clone repository" |
| 74 | 2026-07-21T19:09:37.653Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-21T19:09:37.656Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-21T19:09:37.702Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-21T19:09:46.344Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-21T19:09:46.344Z | + git fetch origin 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 79 | 2026-07-21T19:09:46.624Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-21T19:09:46.624Z | * branch 41f7fe0e387486f78610e0f4a0ba43e837c136af -> FETCH_HEAD |
| 81 | 2026-07-21T19:09:46.637Z | + [[ -n sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]] |
| 82 | 2026-07-21T19:09:46.640Z | ++ git branch --show-current |
| 83 | 2026-07-21T19:09:46.640Z | + current=main |
| 84 | 2026-07-21T19:09:46.640Z | + [[ main != sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy ]] |
| 85 | 2026-07-21T19:09:46.640Z | + git branch -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 86 | 2026-07-21T19:09:46.644Z | + git checkout -f sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy |
| 87 | 2026-07-21T19:09:46.899Z | Switched to branch 'sunshowers/spr/14n-update-engine-adopt-the-oxide-update-engine-crates-delete-the-vendored-copy' |
| 88 | 2026-07-21T19:09:46.902Z | + git reset --hard 41f7fe0e387486f78610e0f4a0ba43e837c136af |
| 89 | 2026-07-21T19:09:46.923Z | HEAD is now at 41f7fe0e3 rebase |
| 90 | 2026-07-21T19:09:46.926Z | process exited: duration 9275 ms, exit code 0 |
| |
| 91 | 2026-07-21T19:09:46.931Z | starting task 4: "build" |
| 92 | 2026-07-21T19:09:46.937Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-07-21T19:09:46.937Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-07-21T19:09:46.937Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-07-21T19:09:46.940Z | +++ uname -s |
| 96 | 2026-07-21T19:09:46.940Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-07-21T19:09:46.940Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-07-21T19:09:46.943Z | + cargo --version |
| 99 | 2026-07-21T19:09:46.952Z | cargo 1.96.1 (356927216 2026-06-26) |
| 100 | 2026-07-21T19:09:46.954Z | + rustc --version |
| 101 | 2026-07-21T19:09:46.975Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 102 | 2026-07-21T19:09:46.982Z | + WORK=/work |
| 103 | 2026-07-21T19:09:46.982Z | + pfexec mkdir -p /work |
| 104 | 2026-07-21T19:09:46.985Z | + pfexec chown build /work |
| 105 | 2026-07-21T19:09:46.985Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 106 | 2026-07-21T19:09:48.753Z | Startup: Refreshing catalog 'helios' ... Done |
| 107 | 2026-07-21T19:09:48.940Z | Startup: Caching catalogs ... Done |
| 108 | 2026-07-21T19:09:49.864Z | Planning: Solver setup ... Done (0.846s) |
| 109 | 2026-07-21T19:09:49.901Z | Planning: Running solver ... Done (0.039s) |
| 110 | 2026-07-21T19:09:49.924Z | Planning: Finding local manifests ... Done (0.003s) |
| 111 | 2026-07-21T19:09:49.933Z | Planning: Fetching manifests: 0/2 0% complete |
| 112 | 2026-07-21T19:09:49.953Z | Planning: Fetching manifests: 2/2 100% complete |
| 113 | 2026-07-21T19:09:49.970Z | Planning: Package planning ... Done (0.013s) |
| 114 | 2026-07-21T19:09:49.975Z | Planning: Merging actions ... Done (0.001s) |
| 115 | 2026-07-21T19:09:50.181Z | Planning: Checking for conflicting actions ... Done (0.211s) |
| 116 | 2026-07-21T19:09:50.186Z | Planning: Consolidating action changes ... Done (0.001s) |
| 117 | 2026-07-21T19:09:51.061Z | Planning: Evaluating mediators ... Done (0.882s) |
| 118 | 2026-07-21T19:09:51.066Z | Planning: Planning completed in 2.09 seconds |
| 119 | 2026-07-21T19:09:51.072Z | Packages to install: 2 |
| 120 | 2026-07-21T19:09:51.072Z | Estimated space available: 156.06 GB |
| 121 | 2026-07-21T19:09:51.072Z | Estimated space to be consumed: 46.64 MB |
| 122 | 2026-07-21T19:09:51.072Z | Create boot environment: No |
| 123 | 2026-07-21T19:09:51.072Z | Create backup boot environment: No |
| 124 | 2026-07-21T19:09:51.075Z | Rebuild boot archive: No |
| 125 | 2026-07-21T19:09:51.075Z | |
| 126 | 2026-07-21T19:09:51.075Z | Changed packages: |
| 127 | 2026-07-21T19:09:51.075Z | helios |
| 128 | 2026-07-21T19:09:51.075Z | developer/build-essential |
| 129 | 2026-07-21T19:09:51.075Z | None -> 11-3.0 |
| 130 | 2026-07-21T19:09:51.075Z | library/libxmlsec1 |
| 131 | 2026-07-21T19:09:51.075Z | None -> 1.2.35-3.0 |
| 132 | 2026-07-21T19:09:51.097Z | |
| 133 | 2026-07-21T19:09:51.097Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 134 | 2026-07-21T19:09:51.166Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 135 | 2026-07-21T19:09:51.255Z | Actions: 1/268 actions (Installing new actions) |
| 136 | 2026-07-21T19:09:51.294Z | Actions: Completed 268 actions in 0.04 seconds. |
| 137 | 2026-07-21T19:09:51.313Z | Finalize: Updating package state database ... Done (0.019s) |
| 138 | 2026-07-21T19:09:51.314Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-07-21T19:09:51.360Z | Finalize: Updating image state ... Done (0.047s) |
| 140 | 2026-07-21T19:09:54.008Z | Finalize: Creating fast lookup database ... Done (2.610s) |
| 141 | 2026-07-21T19:09:54.079Z | Finalize: Reading search index ... Done (0.013s) |
| 142 | 2026-07-21T19:09:54.082Z | Finalize: Updating search index ... Done (0.000s) |
| 143 | 2026-07-21T19:09:54.249Z | Finalize: Updating package cache ... Done (0.000s) |
| 144 | 2026-07-21T19:09:54.582Z | Planning: Evaluating mediator changes ... Done |
| 145 | 2026-07-21T19:09:54.686Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-07-21T19:09:54.689Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-07-21T19:09:54.855Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-07-21T19:09:54.857Z | Planning: Planning completed in 0.26 seconds |
| 149 | 2026-07-21T19:09:54.868Z | Mediators to change: 2 |
| 150 | 2026-07-21T19:09:54.868Z | Create boot environment: No |
| 151 | 2026-07-21T19:09:54.868Z | Create backup boot environment: No |
| 152 | 2026-07-21T19:09:54.930Z | Finalize: Updating package state database ... Done |
| 153 | 2026-07-21T19:09:54.930Z | Finalize: Updating package cache ... Done |
| 154 | 2026-07-21T19:09:54.955Z | Finalize: Updating image state ... Done |
| 155 | 2026-07-21T19:09:56.857Z | Finalize: Creating fast lookup database ... Done |
| 156 | 2026-07-21T19:09:56.918Z | Finalize: Reading search index ... Done |
| 157 | 2026-07-21T19:09:56.921Z | Finalize: Updating search index ... Done |
| 158 | 2026-07-21T19:09:57.013Z | Finalize: Updating package cache ... Done |
| 159 | 2026-07-21T19:09:57.298Z | Planning: Evaluating mediator changes ... Done |
| 160 | 2026-07-21T19:09:57.400Z | Planning: Checking for conflicting actions ... Done |
| 161 | 2026-07-21T19:09:57.404Z | Planning: Consolidating action changes ... Done |
| 162 | 2026-07-21T19:09:57.558Z | Planning: Evaluating mediators ... Done |
| 163 | 2026-07-21T19:09:57.561Z | Planning: Planning completed in 0.26 seconds |
| 164 | 2026-07-21T19:09:57.582Z | Mediators to change: 1 |
| 165 | 2026-07-21T19:09:57.582Z | Create boot environment: No |
| 166 | 2026-07-21T19:09:57.582Z | Create backup boot environment: No |
| 167 | 2026-07-21T19:09:57.628Z | Finalize: Updating package state database ... Done |
| 168 | 2026-07-21T19:09:57.628Z | Finalize: Updating package cache ... Done |
| 169 | 2026-07-21T19:09:57.655Z | Finalize: Updating image state ... Done |
| 170 | 2026-07-21T19:09:59.598Z | Finalize: Creating fast lookup database ... Done |
| 171 | 2026-07-21T19:09:59.657Z | Finalize: Reading search index ... Done |
| 172 | 2026-07-21T19:09:59.660Z | Finalize: Updating search index ... Done |
| 173 | 2026-07-21T19:09:59.737Z | Finalize: Updating package cache ... Done |
| 174 | 2026-07-21T19:10:00.048Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 175 | 2026-07-21T19:10:00.048Z | apache system 2.4 system |
| 176 | 2026-07-21T19:10:00.048Z | clang system 15 system |
| 177 | 2026-07-21T19:10:00.048Z | csh system system illumos |
| 178 | 2026-07-21T19:10:00.048Z | ctags system system illumos |
| 179 | 2026-07-21T19:10:00.048Z | file vendor vendor darwinsys |
| 180 | 2026-07-21T19:10:00.048Z | file system system illumos |
| 181 | 2026-07-21T19:10:00.048Z | gcc vendor 14 vendor |
| 182 | 2026-07-21T19:10:00.048Z | gcc system 13 system |
| 183 | 2026-07-21T19:10:00.048Z | gcc system 10 system |
| 184 | 2026-07-21T19:10:00.048Z | go system 1.25 system |
| 185 | 2026-07-21T19:10:00.048Z | llvm system 15 system |
| 186 | 2026-07-21T19:10:00.048Z | mariadb system 11.4 system |
| 187 | 2026-07-21T19:10:00.048Z | mta vendor vendor dma |
| 188 | 2026-07-21T19:10:00.048Z | openjdk system 17 system |
| 189 | 2026-07-21T19:10:00.048Z | openjdk system 11 system |
| 190 | 2026-07-21T19:10:00.048Z | openssl vendor 3 vendor |
| 191 | 2026-07-21T19:10:00.048Z | perl system 5.40 system |
| 192 | 2026-07-21T19:10:00.049Z | postgresql system 18 system |
| 193 | 2026-07-21T19:10:00.049Z | postgresql system 17 system |
| 194 | 2026-07-21T19:10:00.049Z | python vendor 3 vendor |
| 195 | 2026-07-21T19:10:00.049Z | python system 2 system |
| 196 | 2026-07-21T19:10:00.050Z | python3 vendor 3.13 vendor |
| 197 | 2026-07-21T19:10:00.050Z | ruby system 3.4 system |
| 198 | 2026-07-21T19:10:00.050Z | ruby system 3.0 system |
| 199 | 2026-07-21T19:10:00.050Z | words vendor vendor american-english |
| 200 | 2026-07-21T19:10:00.050Z | words system system australian-english |
| 201 | 2026-07-21T19:10:00.050Z | words system system british-english |
| 202 | 2026-07-21T19:10:00.050Z | words system system canadian-english |
| 203 | 2026-07-21T19:10:00.050Z | words system system french |
| 204 | 2026-07-21T19:10:00.050Z | words system system italian |
| 205 | 2026-07-21T19:10:00.050Z | words system system ngerman |
| 206 | 2026-07-21T19:10:00.050Z | words system system ogerman |
| 207 | 2026-07-21T19:10:00.050Z | words system system spanish |
| 208 | 2026-07-21T19:10:00.310Z | PUBLISHER TYPE STATUS P LOCATION |
| 209 | 2026-07-21T19:10:00.310Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 210 | 2026-07-21T19:10:00.678Z | FMRI IFO |
| 211 | 2026-07-21T19:10:00.678Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 212 | 2026-07-21T19:10:00.678Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 213 | 2026-07-21T19:10:00.678Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 214 | 2026-07-21T19:10:00.678Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 215 | 2026-07-21T19:10:00.678Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 216 | 2026-07-21T19:10:00.678Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 217 | 2026-07-21T19:10:00.678Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 218 | 2026-07-21T19:10:00.678Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 219 | 2026-07-21T19:10:00.678Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 220 | 2026-07-21T19:10:00.969Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 221 | 2026-07-21T19:10:01.442Z | Updating crates.io index |
| 222 | 2026-07-21T19:10:01.447Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 223 | 2026-07-21T19:10:01.670Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 224 | 2026-07-21T19:10:01.960Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 225 | 2026-07-21T19:10:02.860Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 226 | 2026-07-21T19:10:03.383Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 227 | 2026-07-21T19:10:05.273Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 228 | 2026-07-21T19:10:06.043Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 229 | 2026-07-21T19:10:06.306Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 230 | 2026-07-21T19:10:06.601Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 231 | 2026-07-21T19:10:07.945Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-07-21T19:10:08.242Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 233 | 2026-07-21T19:10:08.534Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 234 | 2026-07-21T19:10:08.789Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-07-21T19:10:09.215Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 236 | 2026-07-21T19:10:09.856Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 237 | 2026-07-21T19:10:10.239Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 238 | 2026-07-21T19:10:10.478Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 239 | 2026-07-21T19:10:10.702Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 240 | 2026-07-21T19:10:10.955Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 241 | 2026-07-21T19:10:11.176Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 242 | 2026-07-21T19:10:11.414Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 243 | 2026-07-21T19:10:11.646Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 244 | 2026-07-21T19:10:11.980Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 245 | 2026-07-21T19:10:12.354Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 246 | 2026-07-21T19:10:12.762Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 247 | 2026-07-21T19:10:13.370Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 248 | 2026-07-21T19:10:13.779Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 249 | 2026-07-21T19:10:14.168Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 250 | 2026-07-21T19:10:14.445Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 251 | 2026-07-21T19:10:14.706Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 252 | 2026-07-21T19:10:14.961Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 253 | 2026-07-21T19:10:15.235Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-21T19:10:15.587Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 255 | 2026-07-21T19:10:15.909Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 256 | 2026-07-21T19:10:16.200Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-07-21T19:10:16.457Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 258 | 2026-07-21T19:10:16.797Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 259 | 2026-07-21T19:10:17.047Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 260 | 2026-07-21T19:10:17.277Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 261 | 2026-07-21T19:10:17.545Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 262 | 2026-07-21T19:10:17.794Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 263 | 2026-07-21T19:10:20.582Z | Downloading crates ... |
| 264 | 2026-07-21T19:10:20.628Z | Downloaded block-buffer v0.10.4 |
| 265 | 2026-07-21T19:10:20.640Z | Downloaded crypto-common v0.1.7 |
| 266 | 2026-07-21T19:10:20.648Z | Downloaded anstyle-parse v1.0.0 |
| 267 | 2026-07-21T19:10:20.648Z | Downloaded anstream v1.0.0 |
| 268 | 2026-07-21T19:10:20.651Z | Downloaded zerocopy-derive v0.7.35 |
| 269 | 2026-07-21T19:10:20.651Z | Downloaded zmij v1.0.21 |
| 270 | 2026-07-21T19:10:20.651Z | Downloaded usdt-macro v0.5.0 |
| 271 | 2026-07-21T19:10:20.654Z | Downloaded itoa v1.0.17 |
| 272 | 2026-07-21T19:10:20.654Z | Downloaded usdt v0.5.0 |
| 273 | 2026-07-21T19:10:20.654Z | Downloaded plain v0.2.3 |
| 274 | 2026-07-21T19:10:20.654Z | Downloaded dof v0.3.0 |
| 275 | 2026-07-21T19:10:20.657Z | Downloaded heck v0.4.1 |
| 276 | 2026-07-21T19:10:20.660Z | Downloaded zerocopy v0.7.35 |
| 277 | 2026-07-21T19:10:20.666Z | Downloaded memmap v0.7.0 |
| 278 | 2026-07-21T19:10:20.669Z | Downloaded equivalent v1.0.2 |
| 279 | 2026-07-21T19:10:20.669Z | Downloaded colorchoice v1.0.4 |
| 280 | 2026-07-21T19:10:20.669Z | Downloaded autocfg v1.5.0 |
| 281 | 2026-07-21T19:10:20.672Z | Downloaded errno v0.3.14 |
| 282 | 2026-07-21T19:10:20.672Z | Downloaded cfg-if v1.0.4 |
| 283 | 2026-07-21T19:10:20.675Z | Downloaded anstyle-query v1.1.5 |
| 284 | 2026-07-21T19:10:20.675Z | Downloaded fastrand v2.3.0 |
| 285 | 2026-07-21T19:10:20.679Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-07-21T19:10:20.679Z | Downloaded heck v0.5.0 |
| 287 | 2026-07-21T19:10:20.682Z | Downloaded anstyle v1.0.14 |
| 288 | 2026-07-21T19:10:20.682Z | Downloaded byteorder v1.5.0 |
| 289 | 2026-07-21T19:10:20.690Z | Downloaded bytecount v0.6.9 |
| 290 | 2026-07-21T19:10:20.695Z | Downloaded bitflags v2.11.0 |
| 291 | 2026-07-21T19:10:20.696Z | Downloaded thread-id v4.2.2 |
| 292 | 2026-07-21T19:10:20.698Z | Downloaded dtrace-parser v0.2.0 |
| 293 | 2026-07-21T19:10:20.698Z | Downloaded cargo-platform v0.3.2 |
| 294 | 2026-07-21T19:10:20.698Z | Downloaded fnv v1.0.7 |
| 295 | 2026-07-21T19:10:20.702Z | Downloaded tabled_derive v0.7.0 |
| 296 | 2026-07-21T19:10:20.702Z | Downloaded strsim v0.11.1 |
| 297 | 2026-07-21T19:10:20.702Z | Downloaded scroll_derive v0.12.1 |
| 298 | 2026-07-21T19:10:20.702Z | Downloaded version_check v0.9.5 |
| 299 | 2026-07-21T19:10:20.705Z | Downloaded pretty-hex v0.4.1 |
| 300 | 2026-07-21T19:10:20.705Z | Downloaded usdt-attr-macro v0.5.0 |
| 301 | 2026-07-21T19:10:20.705Z | Downloaded clap_lex v1.0.0 |
| 302 | 2026-07-21T19:10:20.708Z | Downloaded toml_write v0.1.2 |
| 303 | 2026-07-21T19:10:20.716Z | Downloaded camino-tempfile v1.4.1 |
| 304 | 2026-07-21T19:10:20.723Z | Downloaded macaddr v1.0.1 |
| 305 | 2026-07-21T19:10:20.729Z | Downloaded toml_datetime v0.6.11 |
| 306 | 2026-07-21T19:10:20.732Z | Downloaded smawk v0.3.2 |
| 307 | 2026-07-21T19:10:20.736Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2026-07-21T19:10:20.736Z | Downloaded is_terminal_polyfill v1.70.2 |
| 309 | 2026-07-21T19:10:20.736Z | Downloaded terminal_size v0.4.3 |
| 310 | 2026-07-21T19:10:20.740Z | Downloaded serde_spanned v0.6.9 |
| 311 | 2026-07-21T19:10:20.740Z | Downloaded swrite v0.1.0 |
| 312 | 2026-07-21T19:10:20.743Z | Downloaded utf8parse v0.2.2 |
| 313 | 2026-07-21T19:10:20.743Z | Downloaded unicode-linebreak v0.1.5 |
| 314 | 2026-07-21T19:10:20.749Z | Downloaded fs-err v3.3.0 |
| 315 | 2026-07-21T19:10:20.752Z | Downloaded cargo_metadata v0.23.1 |
| 316 | 2026-07-21T19:10:20.755Z | Downloaded camino v1.2.2 |
| 317 | 2026-07-21T19:10:20.756Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2026-07-21T19:10:20.763Z | Downloaded generic-array v0.14.7 |
| 319 | 2026-07-21T19:10:20.770Z | Downloaded once_cell v1.21.3 |
| 320 | 2026-07-21T19:10:20.774Z | Downloaded pest_generator v2.8.6 |
| 321 | 2026-07-21T19:10:20.774Z | Downloaded thiserror-impl v1.0.69 |
| 322 | 2026-07-21T19:10:20.774Z | Downloaded digest v0.10.7 |
| 323 | 2026-07-21T19:10:20.774Z | Downloaded serde_tokenstream v0.2.3 |
| 324 | 2026-07-21T19:10:20.780Z | Downloaded proc-macro-error v1.0.4 |
| 325 | 2026-07-21T19:10:20.780Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-07-21T19:10:20.783Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-07-21T19:10:20.783Z | Downloaded sha2 v0.10.9 |
| 328 | 2026-07-21T19:10:20.788Z | Downloaded quote v1.0.45 |
| 329 | 2026-07-21T19:10:20.793Z | Downloaded clap_derive v4.6.1 |
| 330 | 2026-07-21T19:10:20.798Z | Downloaded thiserror-impl v2.0.18 |
| 331 | 2026-07-21T19:10:20.805Z | Downloaded papergrid v0.11.0 |
| 332 | 2026-07-21T19:10:20.808Z | Downloaded pest_derive v2.8.6 |
| 333 | 2026-07-21T19:10:20.808Z | Downloaded cargo_toml v0.21.0 |
| 334 | 2026-07-21T19:10:20.811Z | Downloaded semver v1.0.28 |
| 335 | 2026-07-21T19:10:20.821Z | Downloaded scroll v0.12.0 |
| 336 | 2026-07-21T19:10:20.825Z | Downloaded log v0.4.29 |
| 337 | 2026-07-21T19:10:20.827Z | Downloaded anyhow v1.0.102 |
| 338 | 2026-07-21T19:10:20.831Z | Downloaded proc-macro2 v1.0.106 |
| 339 | 2026-07-21T19:10:20.833Z | Downloaded tempfile v3.25.0 |
| 340 | 2026-07-21T19:10:20.837Z | Downloaded unicode-ident v1.0.24 |
| 341 | 2026-07-21T19:10:20.837Z | Downloaded pest_meta v2.8.6 |
| 342 | 2026-07-21T19:10:20.840Z | Downloaded ucd-trie v0.1.7 |
| 343 | 2026-07-21T19:10:20.840Z | Downloaded toml v0.8.23 |
| 344 | 2026-07-21T19:10:20.840Z | Downloaded clap v4.6.1 |
| 345 | 2026-07-21T19:10:20.844Z | Downloaded serde_derive v1.0.228 |
| 346 | 2026-07-21T19:10:20.847Z | Downloaded getrandom v0.4.1 |
| 347 | 2026-07-21T19:10:20.851Z | Downloaded textwrap v0.16.2 |
| 348 | 2026-07-21T19:10:20.861Z | Downloaded toml_edit v0.22.27 |
| 349 | 2026-07-21T19:10:20.865Z | Downloaded serde_core v1.0.228 |
| 350 | 2026-07-21T19:10:20.869Z | Downloaded clap_builder v4.6.0 |
| 351 | 2026-07-21T19:10:20.873Z | Downloaded memchr v2.8.0 |
| 352 | 2026-07-21T19:10:20.873Z | Downloaded indexmap v2.14.0 |
| 353 | 2026-07-21T19:10:20.899Z | Downloaded serde v1.0.228 |
| 354 | 2026-07-21T19:10:20.899Z | Downloaded typenum v1.20.1 |
| 355 | 2026-07-21T19:10:20.908Z | Downloaded pest v2.8.6 |
| 356 | 2026-07-21T19:10:20.914Z | Downloaded hashbrown v0.17.0 |
| 357 | 2026-07-21T19:10:20.923Z | Downloaded goblin v0.8.2 |
| 358 | 2026-07-21T19:10:20.930Z | Downloaded serde_json v1.0.150 |
| 359 | 2026-07-21T19:10:20.934Z | Downloaded winnow v0.7.14 |
| 360 | 2026-07-21T19:10:20.958Z | Downloaded tabled v0.15.0 |
| 361 | 2026-07-21T19:10:20.965Z | Downloaded syn v1.0.109 |
| 362 | 2026-07-21T19:10:20.973Z | Downloaded unicode-width v0.2.0 |
| 363 | 2026-07-21T19:10:20.978Z | Downloaded unicode-width v0.1.14 |
| 364 | 2026-07-21T19:10:20.981Z | Downloaded syn v2.0.117 |
| 365 | 2026-07-21T19:10:20.990Z | Downloaded rustix v1.1.3 |
| 366 | 2026-07-21T19:10:21.016Z | Downloaded libc v0.2.185 |
| 367 | 2026-07-21T19:10:21.079Z | Compiling proc-macro2 v1.0.106 |
| 368 | 2026-07-21T19:10:21.079Z | Compiling quote v1.0.45 |
| 369 | 2026-07-21T19:10:21.079Z | Compiling unicode-ident v1.0.24 |
| 370 | 2026-07-21T19:10:21.082Z | Compiling serde_core v1.0.228 |
| 371 | 2026-07-21T19:10:21.082Z | Compiling libc v0.2.185 |
| 372 | 2026-07-21T19:10:21.082Z | Compiling version_check v0.9.5 |
| 373 | 2026-07-21T19:10:21.082Z | Compiling memchr v2.8.0 |
| 374 | 2026-07-21T19:10:21.082Z | Compiling serde v1.0.228 |
| 375 | 2026-07-21T19:10:21.082Z | Compiling zmij v1.0.21 |
| 376 | 2026-07-21T19:10:21.082Z | Compiling ucd-trie v0.1.7 |
| 377 | 2026-07-21T19:10:21.082Z | Compiling thiserror v1.0.69 |
| 378 | 2026-07-21T19:10:21.082Z | Compiling itoa v1.0.17 |
| 379 | 2026-07-21T19:10:21.082Z | Compiling rustix v1.1.3 |
| 380 | 2026-07-21T19:10:21.082Z | Compiling byteorder v1.5.0 |
| 381 | 2026-07-21T19:10:21.439Z | Compiling serde_json v1.0.150 |
| 382 | 2026-07-21T19:10:21.568Z | Compiling bitflags v2.11.0 |
| 383 | 2026-07-21T19:10:21.625Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-07-21T19:10:21.747Z | Compiling pest v2.8.6 |
| 385 | 2026-07-21T19:10:21.864Z | Compiling proc-macro-error-attr v1.0.4 |
| 386 | 2026-07-21T19:10:21.896Z | Compiling camino v1.2.2 |
| 387 | 2026-07-21T19:10:21.913Z | Compiling syn v1.0.109 |
| 388 | 2026-07-21T19:10:21.916Z | Compiling proc-macro-error v1.0.4 |
| 389 | 2026-07-21T19:10:21.968Z | Compiling utf8parse v0.2.2 |
| 390 | 2026-07-21T19:10:22.054Z | Compiling equivalent v1.0.2 |
| 391 | 2026-07-21T19:10:22.171Z | Compiling log v0.4.29 |
| 392 | 2026-07-21T19:10:22.187Z | Compiling hashbrown v0.17.0 |
| 393 | 2026-07-21T19:10:22.190Z | Compiling getrandom v0.4.1 |
| 394 | 2026-07-21T19:10:22.190Z | Compiling plain v0.2.3 |
| 395 | 2026-07-21T19:10:22.207Z | Compiling anstyle-parse v1.0.0 |
| 396 | 2026-07-21T19:10:22.367Z | Compiling errno v0.3.14 |
| 397 | 2026-07-21T19:10:22.404Z | Compiling thread-id v4.2.2 |
| 398 | 2026-07-21T19:10:22.441Z | Compiling colorchoice v1.0.4 |
| 399 | 2026-07-21T19:10:22.475Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-07-21T19:10:22.475Z | Compiling cfg-if v1.0.4 |
| 401 | 2026-07-21T19:10:22.529Z | Compiling pretty-hex v0.4.1 |
| 402 | 2026-07-21T19:10:22.532Z | Compiling thiserror v2.0.18 |
| 403 | 2026-07-21T19:10:22.565Z | Compiling is_terminal_polyfill v1.70.2 |
| 404 | 2026-07-21T19:10:22.583Z | Compiling anstyle v1.0.14 |
| 405 | 2026-07-21T19:10:22.586Z | Compiling autocfg v1.5.0 |
| 406 | 2026-07-21T19:10:22.635Z | Compiling toml_write v0.1.2 |
| 407 | 2026-07-21T19:10:22.643Z | Compiling winnow v0.7.14 |
| 408 | 2026-07-21T19:10:22.643Z | Compiling heck v0.5.0 |
| 409 | 2026-07-21T19:10:22.738Z | Compiling indexmap v2.14.0 |
| 410 | 2026-07-21T19:10:22.784Z | Compiling strsim v0.11.1 |
| 411 | 2026-07-21T19:10:22.827Z | Compiling pest_meta v2.8.6 |
| 412 | 2026-07-21T19:10:22.854Z | Compiling anstream v1.0.0 |
| 413 | 2026-07-21T19:10:22.872Z | Compiling fastrand v2.3.0 |
| 414 | 2026-07-21T19:10:22.927Z | Compiling syn v2.0.117 |
| 415 | 2026-07-21T19:10:22.980Z | Compiling unicode-width v0.1.14 |
| 416 | 2026-07-21T19:10:23.044Z | Compiling fs-err v3.3.0 |
| 417 | 2026-07-21T19:10:23.048Z | Compiling clap_lex v1.0.0 |
| 418 | 2026-07-21T19:10:23.145Z | Compiling anyhow v1.0.102 |
| 419 | 2026-07-21T19:10:23.164Z | Compiling fnv v1.0.7 |
| 420 | 2026-07-21T19:10:23.182Z | Compiling bytecount v0.6.9 |
| 421 | 2026-07-21T19:10:23.186Z | Compiling once_cell v1.21.3 |
| 422 | 2026-07-21T19:10:23.279Z | Compiling heck v0.4.1 |
| 423 | 2026-07-21T19:10:23.308Z | Compiling memmap v0.7.0 |
| 424 | 2026-07-21T19:10:23.325Z | Compiling papergrid v0.11.0 |
| 425 | 2026-07-21T19:10:23.343Z | Compiling unicode-linebreak v0.1.5 |
| 426 | 2026-07-21T19:10:23.375Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-07-21T19:10:23.412Z | Compiling tempfile v3.25.0 |
| 428 | 2026-07-21T19:10:23.432Z | Compiling unicode-width v0.2.0 |
| 429 | 2026-07-21T19:10:23.459Z | Compiling smawk v0.3.2 |
| 430 | 2026-07-21T19:10:23.515Z | Compiling clap_builder v4.6.0 |
| 431 | 2026-07-21T19:10:23.535Z | Compiling swrite v0.1.0 |
| 432 | 2026-07-21T19:10:23.680Z | Compiling semver v1.0.28 |
| 433 | 2026-07-21T19:10:23.712Z | Compiling cargo-platform v0.3.2 |
| 434 | 2026-07-21T19:10:23.734Z | Compiling textwrap v0.16.2 |
| 435 | 2026-07-21T19:10:23.925Z | Compiling camino-tempfile v1.4.1 |
| 436 | 2026-07-21T19:10:24.350Z | Compiling tabled_derive v0.7.0 |
| 437 | 2026-07-21T19:10:25.042Z | Compiling tabled v0.15.0 |
| 438 | 2026-07-21T19:10:25.133Z | Compiling pest_generator v2.8.6 |
| 439 | 2026-07-21T19:10:25.654Z | Compiling serde_derive v1.0.228 |
| 440 | 2026-07-21T19:10:25.654Z | Compiling thiserror-impl v1.0.69 |
| 441 | 2026-07-21T19:10:25.742Z | Compiling zerocopy-derive v0.7.35 |
| 442 | 2026-07-21T19:10:25.742Z | Compiling scroll_derive v0.12.1 |
| 443 | 2026-07-21T19:10:25.742Z | Compiling thiserror-impl v2.0.18 |
| 444 | 2026-07-21T19:10:25.742Z | Compiling clap_derive v4.6.1 |
| 445 | 2026-07-21T19:10:25.742Z | Compiling pest_derive v2.8.6 |
| 446 | 2026-07-21T19:10:26.203Z | Compiling scroll v0.12.0 |
| 447 | 2026-07-21T19:10:26.283Z | Compiling zerocopy v0.7.35 |
| 448 | 2026-07-21T19:10:26.416Z | Compiling goblin v0.8.2 |
| 449 | 2026-07-21T19:10:26.605Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-07-21T19:10:26.896Z | Compiling clap v4.6.1 |
| 451 | 2026-07-21T19:10:27.969Z | Compiling serde_spanned v0.6.9 |
| 452 | 2026-07-21T19:10:27.969Z | Compiling toml_datetime v0.6.11 |
| 453 | 2026-07-21T19:10:27.972Z | Compiling cargo_metadata v0.23.1 |
| 454 | 2026-07-21T19:10:27.972Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 455 | 2026-07-21T19:10:27.972Z | Compiling macaddr v1.0.1 |
| 456 | 2026-07-21T19:10:27.982Z | Compiling dof v0.3.0 |
| 457 | 2026-07-21T19:10:27.986Z | Compiling serde_tokenstream v0.2.3 |
| 458 | 2026-07-21T19:10:28.236Z | Compiling toml_edit v0.22.27 |
| 459 | 2026-07-21T19:10:28.745Z | Compiling usdt-attr-macro v0.5.0 |
| 460 | 2026-07-21T19:10:28.745Z | Compiling usdt-macro v0.5.0 |
| 461 | 2026-07-21T19:10:29.306Z | Compiling usdt v0.5.0 |
| 462 | 2026-07-21T19:10:29.431Z | Compiling toml v0.8.23 |
| 463 | 2026-07-21T19:10:29.749Z | Compiling cargo_toml v0.21.0 |
| 464 | 2026-07-21T19:10:31.050Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 465 | 2026-07-21T19:10:33.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.21s |
| 466 | 2026-07-21T19:10:33.271Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 467 | 2026-07-21T19:10:33.765Z | Downloading crates ... |
| 468 | 2026-07-21T19:10:33.863Z | Downloaded adler2 v2.0.1 |
| 469 | 2026-07-21T19:10:33.867Z | Downloaded base16ct v0.2.0 |
| 470 | 2026-07-21T19:10:33.870Z | Downloaded aho-corasick v1.1.4 |
| 471 | 2026-07-21T19:10:33.874Z | Downloaded base16ct v1.0.0 |
| 472 | 2026-07-21T19:10:33.898Z | Downloaded backon v1.6.0 |
| 473 | 2026-07-21T19:10:33.898Z | Downloaded anstream v0.6.21 |
| 474 | 2026-07-21T19:10:33.903Z | Downloaded cookie v0.18.1 |
| 475 | 2026-07-21T19:10:33.903Z | Downloaded ahash v0.8.12 |
| 476 | 2026-07-21T19:10:33.903Z | Downloaded darling_core v0.23.0 |
| 477 | 2026-07-21T19:10:33.903Z | Downloaded derive_builder_core v0.20.2 |
| 478 | 2026-07-21T19:10:33.903Z | Downloaded aead v0.5.2 |
| 479 | 2026-07-21T19:10:33.903Z | Downloaded base64 v0.21.7 |
| 480 | 2026-07-21T19:10:33.903Z | Downloaded assert_matches v1.5.0 |
| 481 | 2026-07-21T19:10:33.903Z | Downloaded crossbeam-channel v0.5.15 |
| 482 | 2026-07-21T19:10:33.903Z | Downloaded dyn-clone v1.0.20 |
| 483 | 2026-07-21T19:10:33.903Z | Downloaded darling v0.23.0 |
| 484 | 2026-07-21T19:10:33.903Z | Downloaded data-encoding v2.10.0 |
| 485 | 2026-07-21T19:10:33.903Z | Downloaded base64ct v1.8.3 |
| 486 | 2026-07-21T19:10:33.903Z | Downloaded ctutils v0.4.2 |
| 487 | 2026-07-21T19:10:33.911Z | Downloaded darling_macro v0.21.3 |
| 488 | 2026-07-21T19:10:33.911Z | Downloaded array-init v0.0.4 |
| 489 | 2026-07-21T19:10:33.912Z | Downloaded argon2 v0.5.3 |
| 490 | 2026-07-21T19:10:33.912Z | Downloaded ascii-canvas v3.0.0 |
| 491 | 2026-07-21T19:10:33.912Z | Downloaded bitfield-struct v0.6.2 |
| 492 | 2026-07-21T19:10:33.912Z | Downloaded bit-set v0.8.0 |
| 493 | 2026-07-21T19:10:33.915Z | Downloaded crossterm v0.29.0 |
| 494 | 2026-07-21T19:10:33.916Z | Downloaded atomic-waker v1.1.2 |
| 495 | 2026-07-21T19:10:33.916Z | Downloaded derive_builder v0.20.2 |
| 496 | 2026-07-21T19:10:33.920Z | Downloaded crossbeam-deque v0.8.6 |
| 497 | 2026-07-21T19:10:33.920Z | Downloaded cookie_store v0.22.1 |
| 498 | 2026-07-21T19:10:33.920Z | Downloaded cmov v0.5.4 |
| 499 | 2026-07-21T19:10:33.941Z | Downloaded crossbeam-epoch v0.9.18 |
| 500 | 2026-07-21T19:10:33.941Z | Downloaded ciborium-ll v0.2.2 |
| 501 | 2026-07-21T19:10:33.941Z | Downloaded crc-any v2.5.0 |
| 502 | 2026-07-21T19:10:33.941Z | Downloaded bcs v0.1.6 |
| 503 | 2026-07-21T19:10:33.948Z | Downloaded either v1.15.0 |
| 504 | 2026-07-21T19:10:33.948Z | Downloaded darling v0.21.3 |
| 505 | 2026-07-21T19:10:33.948Z | Downloaded darling_core v0.13.4 |
| 506 | 2026-07-21T19:10:33.948Z | Downloaded darling_macro v0.13.4 |
| 507 | 2026-07-21T19:10:33.948Z | Downloaded cfg_aliases v0.1.1 |
| 508 | 2026-07-21T19:10:33.949Z | Downloaded bitflags v1.3.2 |
| 509 | 2026-07-21T19:10:33.949Z | Downloaded async-stream-impl v0.3.6 |
| 510 | 2026-07-21T19:10:33.950Z | Downloaded defmt v0.3.100 |
| 511 | 2026-07-21T19:10:33.950Z | Downloaded anstyle-parse v0.2.7 |
| 512 | 2026-07-21T19:10:33.950Z | Downloaded backoff v0.4.0 |
| 513 | 2026-07-21T19:10:33.950Z | Downloaded crucible-workspace-hack v0.1.0 |
| 514 | 2026-07-21T19:10:33.950Z | Downloaded block-padding v0.4.2 |
| 515 | 2026-07-21T19:10:33.950Z | Downloaded bitfield-macros v0.19.4 |
| 516 | 2026-07-21T19:10:33.950Z | Downloaded crunchy v0.2.4 |
| 517 | 2026-07-21T19:10:33.950Z | Downloaded dtrace-parser v0.3.0 |
| 518 | 2026-07-21T19:10:33.950Z | Downloaded debug-ignore v1.0.5 |
| 519 | 2026-07-21T19:10:33.950Z | Downloaded darling_macro v0.23.0 |
| 520 | 2026-07-21T19:10:33.950Z | Downloaded cobs v0.3.0 |
| 521 | 2026-07-21T19:10:33.950Z | Downloaded bit-set v0.5.3 |
| 522 | 2026-07-21T19:10:33.956Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 523 | 2026-07-21T19:10:33.956Z | Downloaded convert_case v0.10.0 |
| 524 | 2026-07-21T19:10:33.956Z | Downloaded atty v0.2.14 |
| 525 | 2026-07-21T19:10:33.956Z | Downloaded fd-lock v4.0.4 |
| 526 | 2026-07-21T19:10:33.957Z | Downloaded display-error-chain v0.2.2 |
| 527 | 2026-07-21T19:10:33.957Z | Downloaded compression-core v0.4.31 |
| 528 | 2026-07-21T19:10:33.957Z | Downloaded crc-catalog v2.4.0 |
| 529 | 2026-07-21T19:10:33.962Z | Downloaded crc v3.4.0 |
| 530 | 2026-07-21T19:10:33.962Z | Downloaded embedded-io v0.4.0 |
| 531 | 2026-07-21T19:10:33.962Z | Downloaded dsl_auto_type v0.2.0 |
| 532 | 2026-07-21T19:10:33.962Z | Downloaded derive_builder_macro v0.20.2 |
| 533 | 2026-07-21T19:10:33.962Z | Downloaded cpufeatures v0.3.0 |
| 534 | 2026-07-21T19:10:33.962Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 535 | 2026-07-21T19:10:33.969Z | Downloaded castaway v0.2.4 |
| 536 | 2026-07-21T19:10:33.969Z | Downloaded block-buffer v0.12.1 |
| 537 | 2026-07-21T19:10:33.969Z | Downloaded bitfield v0.19.4 |
| 538 | 2026-07-21T19:10:33.970Z | Downloaded arrayvec v0.7.6 |
| 539 | 2026-07-21T19:10:33.980Z | Downloaded delegate v0.13.5 |
| 540 | 2026-07-21T19:10:33.980Z | Downloaded blake2 v0.10.6 |
| 541 | 2026-07-21T19:10:33.980Z | Downloaded cfg_aliases v0.2.1 |
| 542 | 2026-07-21T19:10:33.981Z | Downloaded ctr v0.10.1 |
| 543 | 2026-07-21T19:10:33.981Z | Downloaded daft-derive v0.1.7 |
| 544 | 2026-07-21T19:10:33.981Z | Downloaded difflib v0.4.0 |
| 545 | 2026-07-21T19:10:33.981Z | Downloaded async-recursion v1.1.1 |
| 546 | 2026-07-21T19:10:33.984Z | Downloaded cstr-argument v0.1.2 |
| 547 | 2026-07-21T19:10:33.985Z | Downloaded critical-section v1.2.0 |
| 548 | 2026-07-21T19:10:33.985Z | Downloaded embedded-io v0.6.1 |
| 549 | 2026-07-21T19:10:33.985Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 550 | 2026-07-21T19:10:33.985Z | Downloaded dunce v1.0.5 |
| 551 | 2026-07-21T19:10:33.985Z | Downloaded env_filter v1.0.0 |
| 552 | 2026-07-21T19:10:33.985Z | Downloaded async-stream v0.3.6 |
| 553 | 2026-07-21T19:10:33.985Z | Downloaded endian-type v0.1.2 |
| 554 | 2026-07-21T19:10:33.985Z | Downloaded arrayref v0.3.9 |
| 555 | 2026-07-21T19:10:33.985Z | Downloaded aead v0.6.1 |
| 556 | 2026-07-21T19:10:33.990Z | Downloaded camino-tempfile-ext v0.3.3 |
| 557 | 2026-07-21T19:10:33.991Z | Downloaded enum-as-inner v0.6.1 |
| 558 | 2026-07-21T19:10:33.991Z | Downloaded dirs-next v2.0.0 |
| 559 | 2026-07-21T19:10:33.994Z | Downloaded blowfish v0.10.0 |
| 560 | 2026-07-21T19:10:33.994Z | Downloaded float-cmp v0.10.0 |
| 561 | 2026-07-21T19:10:33.994Z | Downloaded crc8 v0.1.1 |
| 562 | 2026-07-21T19:10:33.994Z | Downloaded ar_archive_writer v0.5.1 |
| 563 | 2026-07-21T19:10:33.994Z | Downloaded flagset v0.4.7 |
| 564 | 2026-07-21T19:10:33.998Z | Downloaded cpubits v0.1.1 |
| 565 | 2026-07-21T19:10:33.998Z | Downloaded dof v0.4.0 |
| 566 | 2026-07-21T19:10:33.998Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 567 | 2026-07-21T19:10:33.998Z | Downloaded foreign-types-macros v0.2.3 |
| 568 | 2026-07-21T19:10:34.002Z | Downloaded foreign-types v0.3.2 |
| 569 | 2026-07-21T19:10:34.002Z | Downloaded digest-io v0.1.0 |
| 570 | 2026-07-21T19:10:34.002Z | Downloaded defmt-parser v1.0.0 |
| 571 | 2026-07-21T19:10:34.002Z | Downloaded cipher v0.4.4 |
| 572 | 2026-07-21T19:10:34.006Z | Downloaded darling_macro v0.20.11 |
| 573 | 2026-07-21T19:10:34.006Z | Downloaded constant_time_eq v0.4.2 |
| 574 | 2026-07-21T19:10:34.006Z | Downloaded byte-wrapper v0.1.0 |
| 575 | 2026-07-21T19:10:34.006Z | Downloaded float-ord v0.3.2 |
| 576 | 2026-07-21T19:10:34.006Z | Downloaded buf-list v1.1.2 |
| 577 | 2026-07-21T19:10:34.010Z | Downloaded foreign-types v0.5.0 |
| 578 | 2026-07-21T19:10:34.010Z | Downloaded document-features v0.2.12 |
| 579 | 2026-07-21T19:10:34.010Z | Downloaded darling v0.13.4 |
| 580 | 2026-07-21T19:10:34.013Z | Downloaded bit-vec v0.6.3 |
| 581 | 2026-07-21T19:10:34.013Z | Downloaded cipher v0.5.2 |
| 582 | 2026-07-21T19:10:34.019Z | Downloaded downcast-rs v2.0.2 |
| 583 | 2026-07-21T19:10:34.019Z | Downloaded const_format_proc_macros v0.2.34 |
| 584 | 2026-07-21T19:10:34.019Z | Downloaded chacha20 v0.9.1 |
| 585 | 2026-07-21T19:10:34.023Z | Downloaded defmt v1.0.1 |
| 586 | 2026-07-21T19:10:34.023Z | Downloaded form_urlencoded v1.2.2 |
| 587 | 2026-07-21T19:10:34.023Z | Downloaded foreign-types-shared v0.1.1 |
| 588 | 2026-07-21T19:10:34.023Z | Downloaded digest v0.11.3 |
| 589 | 2026-07-21T19:10:34.027Z | Downloaded funty v2.0.0 |
| 590 | 2026-07-21T19:10:34.027Z | Downloaded diesel-dtrace v0.5.0 |
| 591 | 2026-07-21T19:10:34.027Z | Downloaded futures-core v0.3.32 |
| 592 | 2026-07-21T19:10:34.027Z | Downloaded foreign-types-shared v0.3.1 |
| 593 | 2026-07-21T19:10:34.032Z | Downloaded futures-sink v0.3.32 |
| 594 | 2026-07-21T19:10:34.032Z | Downloaded futures-macro v0.3.32 |
| 595 | 2026-07-21T19:10:34.032Z | Downloaded futures-io v0.3.32 |
| 596 | 2026-07-21T19:10:34.032Z | Downloaded cexpr v0.6.0 |
| 597 | 2026-07-21T19:10:34.032Z | Downloaded crc32fast v1.5.0 |
| 598 | 2026-07-21T19:10:34.037Z | Downloaded ghash v0.6.0 |
| 599 | 2026-07-21T19:10:34.037Z | Downloaded ena v0.14.4 |
| 600 | 2026-07-21T19:10:34.037Z | Downloaded gethostname v0.5.0 |
| 601 | 2026-07-21T19:10:34.037Z | Downloaded fxhash v0.2.1 |
| 602 | 2026-07-21T19:10:34.037Z | Downloaded ciborium-io v0.2.2 |
| 603 | 2026-07-21T19:10:34.037Z | Downloaded colored v3.1.1 |
| 604 | 2026-07-21T19:10:34.041Z | Downloaded git-stub v1.0.0 |
| 605 | 2026-07-21T19:10:34.041Z | Downloaded cassowary v0.3.0 |
| 606 | 2026-07-21T19:10:34.041Z | Downloaded headers-core v0.3.0 |
| 607 | 2026-07-21T19:10:34.041Z | Downloaded hash32 v0.3.1 |
| 608 | 2026-07-21T19:10:34.045Z | Downloaded bit-vec v0.8.0 |
| 609 | 2026-07-21T19:10:34.045Z | Downloaded hex v0.4.3 |
| 610 | 2026-07-21T19:10:34.045Z | Downloaded hex-literal v1.1.0 |
| 611 | 2026-07-21T19:10:34.045Z | Downloaded ed25519 v3.0.0 |
| 612 | 2026-07-21T19:10:34.049Z | Downloaded hash32 v0.2.1 |
| 613 | 2026-07-21T19:10:34.049Z | Downloaded console v0.15.11 |
| 614 | 2026-07-21T19:10:34.049Z | Downloaded clang-sys v1.8.1 |
| 615 | 2026-07-21T19:10:34.053Z | Downloaded enum_dispatch v0.3.13 |
| 616 | 2026-07-21T19:10:34.053Z | Downloaded fallible-iterator v0.2.0 |
| 617 | 2026-07-21T19:10:34.057Z | Downloaded filetime v0.2.27 |
| 618 | 2026-07-21T19:10:34.057Z | Downloaded ecdsa v0.16.9 |
| 619 | 2026-07-21T19:10:34.057Z | Downloaded erased-serde v0.3.31 |
| 620 | 2026-07-21T19:10:34.060Z | Downloaded fixedbitset v0.5.7 |
| 621 | 2026-07-21T19:10:34.060Z | Downloaded ff v0.13.1 |
| 622 | 2026-07-21T19:10:34.060Z | Downloaded fixedbitset v0.4.2 |
| 623 | 2026-07-21T19:10:34.063Z | Downloaded find-msvc-tools v0.1.9 |
| 624 | 2026-07-21T19:10:34.063Z | Downloaded blake2 v0.11.0-rc.6 |
| 625 | 2026-07-21T19:10:34.067Z | Downloaded argon2 v0.6.0-rc.8 |
| 626 | 2026-07-21T19:10:34.067Z | Downloaded ff v0.14.0 |
| 627 | 2026-07-21T19:10:34.067Z | Downloaded ed25519 v2.2.3 |
| 628 | 2026-07-21T19:10:34.074Z | Downloaded der_derive v0.7.3 |
| 629 | 2026-07-21T19:10:34.074Z | Downloaded defmt-macros v1.0.1 |
| 630 | 2026-07-21T19:10:34.078Z | Downloaded console v0.16.2 |
| 631 | 2026-07-21T19:10:34.078Z | Downloaded bzip2 v0.4.4 |
| 632 | 2026-07-21T19:10:34.078Z | Downloaded derive-ex v0.1.8 |
| 633 | 2026-07-21T19:10:34.078Z | Downloaded home v0.5.12 |
| 634 | 2026-07-21T19:10:34.078Z | Downloaded cbc v0.2.1 |
| 635 | 2026-07-21T19:10:34.078Z | Downloaded displaydoc v0.2.5 |
| 636 | 2026-07-21T19:10:34.081Z | Downloaded foldhash v0.1.5 |
| 637 | 2026-07-21T19:10:34.081Z | Downloaded dirs-sys-next v0.1.2 |
| 638 | 2026-07-21T19:10:34.081Z | Downloaded csv-core v0.1.13 |
| 639 | 2026-07-21T19:10:34.081Z | Downloaded bzip2 v0.6.1 |
| 640 | 2026-07-21T19:10:34.085Z | Downloaded async-trait v0.1.89 |
| 641 | 2026-07-21T19:10:34.085Z | Downloaded fs_extra v1.3.0 |
| 642 | 2026-07-21T19:10:34.096Z | Downloaded deranged v0.5.8 |
| 643 | 2026-07-21T19:10:34.096Z | Downloaded http-range v0.1.5 |
| 644 | 2026-07-21T19:10:34.096Z | Downloaded dropshot_endpoint v0.17.1 |
| 645 | 2026-07-21T19:10:34.104Z | Downloaded http-body v1.0.1 |
| 646 | 2026-07-21T19:10:34.104Z | Downloaded hostname v0.4.2 |
| 647 | 2026-07-21T19:10:34.104Z | Downloaded futures-task v0.3.32 |
| 648 | 2026-07-21T19:10:34.104Z | Downloaded futures-executor v0.3.32 |
| 649 | 2026-07-21T19:10:34.104Z | Downloaded globwalk v0.9.1 |
| 650 | 2026-07-21T19:10:34.105Z | Downloaded corncobs v0.1.4 |
| 651 | 2026-07-21T19:10:34.105Z | Downloaded hostname v0.3.1 |
| 652 | 2026-07-21T19:10:34.105Z | Downloaded fs-err v2.11.0 |
| 653 | 2026-07-21T19:10:34.105Z | Downloaded httpdate v1.0.3 |
| 654 | 2026-07-21T19:10:34.105Z | Downloaded hubpack_derive v0.1.1 |
| 655 | 2026-07-21T19:10:34.113Z | Downloaded hubpack v0.1.2 |
| 656 | 2026-07-21T19:10:34.113Z | Downloaded hyper-tls v0.6.0 |
| 657 | 2026-07-21T19:10:34.113Z | Downloaded group v0.14.0 |
| 658 | 2026-07-21T19:10:34.113Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 659 | 2026-07-21T19:10:34.113Z | Downloaded group v0.13.0 |
| 660 | 2026-07-21T19:10:34.113Z | Downloaded indent_write v2.2.0 |
| 661 | 2026-07-21T19:10:34.113Z | Downloaded globset v0.4.18 |
| 662 | 2026-07-21T19:10:34.113Z | Downloaded illumos-nvpair v0.3.0 |
| 663 | 2026-07-21T19:10:34.113Z | Downloaded glob v0.3.3 |
| 664 | 2026-07-21T19:10:34.121Z | Downloaded git-stub-vcs v0.1.0 |
| 665 | 2026-07-21T19:10:34.121Z | Downloaded instability v0.3.11 |
| 666 | 2026-07-21T19:10:34.121Z | Downloaded inout v0.2.2 |
| 667 | 2026-07-21T19:10:34.121Z | Downloaded colored v2.2.0 |
| 668 | 2026-07-21T19:10:34.121Z | Downloaded const-oid v0.9.6 |
| 669 | 2026-07-21T19:10:34.121Z | Downloaded chacha20 v0.10.0 |
| 670 | 2026-07-21T19:10:34.121Z | Downloaded idna_adapter v1.2.1 |
| 671 | 2026-07-21T19:10:34.126Z | Downloaded ident_case v1.0.1 |
| 672 | 2026-07-21T19:10:34.126Z | Downloaded diff v0.1.13 |
| 673 | 2026-07-21T19:10:34.126Z | Downloaded cmake v0.1.57 |
| 674 | 2026-07-21T19:10:34.126Z | Downloaded bs58 v0.5.1 |
| 675 | 2026-07-21T19:10:34.126Z | Downloaded indoc v1.0.9 |
| 676 | 2026-07-21T19:10:34.126Z | Downloaded ecdsa v0.17.0-rc.18 |
| 677 | 2026-07-21T19:10:34.129Z | Downloaded des v0.9.0 |
| 678 | 2026-07-21T19:10:34.130Z | Downloaded darling v0.20.11 |
| 679 | 2026-07-21T19:10:34.130Z | Downloaded instant v0.1.13 |
| 680 | 2026-07-21T19:10:34.133Z | Downloaded foldhash v0.2.0 |
| 681 | 2026-07-21T19:10:34.133Z | Downloaded daft v0.1.7 |
| 682 | 2026-07-21T19:10:34.133Z | Downloaded const-oid v0.10.2 |
| 683 | 2026-07-21T19:10:34.137Z | Downloaded allocator-api2 v0.2.21 |
| 684 | 2026-07-21T19:10:34.137Z | Downloaded futures-channel v0.3.32 |
| 685 | 2026-07-21T19:10:34.140Z | Downloaded env_logger v0.11.9 |
| 686 | 2026-07-21T19:10:34.140Z | Downloaded drift v0.2.0 |
| 687 | 2026-07-21T19:10:34.144Z | Downloaded is-terminal v0.4.17 |
| 688 | 2026-07-21T19:10:34.147Z | Downloaded keccak v0.1.6 |
| 689 | 2026-07-21T19:10:34.147Z | Downloaded is_ci v1.2.0 |
| 690 | 2026-07-21T19:10:34.147Z | Downloaded kem v0.3.0 |
| 691 | 2026-07-21T19:10:34.151Z | Downloaded cancel-safe-futures v0.1.5 |
| 692 | 2026-07-21T19:10:34.151Z | Downloaded lalrpop-util v0.19.12 |
| 693 | 2026-07-21T19:10:34.154Z | Downloaded internet-checksum v0.2.1 |
| 694 | 2026-07-21T19:10:34.154Z | Downloaded lru-cache v0.1.2 |
| 695 | 2026-07-21T19:10:34.154Z | Downloaded libscf-sys v1.1.0 |
| 696 | 2026-07-21T19:10:34.154Z | Downloaded highway v1.3.0 |
| 697 | 2026-07-21T19:10:34.157Z | Downloaded derive_more v0.99.20 |
| 698 | 2026-07-21T19:10:34.164Z | Downloaded humantime v2.3.0 |
| 699 | 2026-07-21T19:10:34.164Z | Downloaded compression-codecs v0.4.37 |
| 700 | 2026-07-21T19:10:34.167Z | Downloaded async-bb8-diesel v0.2.1 |
| 701 | 2026-07-21T19:10:34.167Z | Downloaded hyper-staticfile v0.10.1 |
| 702 | 2026-07-21T19:10:34.167Z | Downloaded crypto-common v0.2.2 |
| 703 | 2026-07-21T19:10:34.168Z | Downloaded bb8 v0.8.6 |
| 704 | 2026-07-21T19:10:34.168Z | Downloaded kstat-rs v0.2.4 |
| 705 | 2026-07-21T19:10:34.168Z | Downloaded atomicwrites v0.4.4 |
| 706 | 2026-07-21T19:10:34.168Z | Downloaded convert_case v0.4.0 |
| 707 | 2026-07-21T19:10:34.171Z | Downloaded lru-slab v0.1.2 |
| 708 | 2026-07-21T19:10:34.171Z | Downloaded half v1.8.3 |
| 709 | 2026-07-21T19:10:34.171Z | Downloaded managed v0.8.0 |
| 710 | 2026-07-21T19:10:34.175Z | Downloaded lru v0.12.5 |
| 711 | 2026-07-21T19:10:34.175Z | Downloaded match_cfg v0.1.0 |
| 712 | 2026-07-21T19:10:34.186Z | Downloaded indoc v2.0.7 |
| 713 | 2026-07-21T19:10:34.186Z | Downloaded linked-hash-map v0.5.6 |
| 714 | 2026-07-21T19:10:34.189Z | Downloaded maplit v1.0.2 |
| 715 | 2026-07-21T19:10:34.189Z | Downloaded elliptic-curve v0.13.8 |
| 716 | 2026-07-21T19:10:34.189Z | Downloaded md5 v0.8.0 |
| 717 | 2026-07-21T19:10:34.189Z | Downloaded md-5 v0.10.6 |
| 718 | 2026-07-21T19:10:34.189Z | Downloaded chacha20poly1305 v0.10.1 |
| 719 | 2026-07-21T19:10:34.189Z | Downloaded ciborium v0.2.2 |
| 720 | 2026-07-21T19:10:34.192Z | Downloaded derive-where v1.6.0 |
| 721 | 2026-07-21T19:10:34.195Z | Downloaded memoffset v0.9.1 |
| 722 | 2026-07-21T19:10:34.195Z | Downloaded ingot v0.1.1 |
| 723 | 2026-07-21T19:10:34.195Z | Downloaded multimap v0.10.1 |
| 724 | 2026-07-21T19:10:34.198Z | Downloaded inout v0.1.4 |
| 725 | 2026-07-21T19:10:34.198Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 726 | 2026-07-21T19:10:34.202Z | Downloaded newline-converter v0.3.0 |
| 727 | 2026-07-21T19:10:34.202Z | Downloaded nibble_vec v0.1.0 |
| 728 | 2026-07-21T19:10:34.202Z | Downloaded newtype_derive v0.1.6 |
| 729 | 2026-07-21T19:10:34.202Z | Downloaded newtype-uuid-macros v0.1.0 |
| 730 | 2026-07-21T19:10:34.205Z | Downloaded mime v0.3.17 |
| 731 | 2026-07-21T19:10:34.205Z | Downloaded new_debug_unreachable v1.0.6 |
| 732 | 2026-07-21T19:10:34.205Z | Downloaded crossbeam-utils v0.8.21 |
| 733 | 2026-07-21T19:10:34.209Z | Downloaded ingot-types v0.1.2 |
| 734 | 2026-07-21T19:10:34.209Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 735 | 2026-07-21T19:10:34.212Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-07-21T19:10:34.216Z | Downloaded hmac v0.12.1 |
| 737 | 2026-07-21T19:10:34.216Z | Downloaded num v0.4.3 |
| 738 | 2026-07-21T19:10:34.216Z | Downloaded ipnet v2.11.0 |
| 739 | 2026-07-21T19:10:34.219Z | Downloaded num-conv v0.2.0 |
| 740 | 2026-07-21T19:10:34.219Z | Downloaded ipnetwork v0.21.1 |
| 741 | 2026-07-21T19:10:34.224Z | Downloaded async-compression v0.4.41 |
| 742 | 2026-07-21T19:10:34.228Z | Downloaded linear-map v1.2.0 |
| 743 | 2026-07-21T19:10:34.229Z | Downloaded libsw v3.5.0 |
| 744 | 2026-07-21T19:10:34.229Z | Downloaded futures v0.3.32 |
| 745 | 2026-07-21T19:10:34.232Z | Downloaded nonempty v0.12.0 |
| 746 | 2026-07-21T19:10:34.232Z | Downloaded libefi-sys v0.1.0 |
| 747 | 2026-07-21T19:10:34.232Z | Downloaded lazy_static v1.5.0 |
| 748 | 2026-07-21T19:10:34.232Z | Downloaded normalize-line-endings v0.3.0 |
| 749 | 2026-07-21T19:10:34.232Z | Downloaded lzss v0.8.2 |
| 750 | 2026-07-21T19:10:34.235Z | Downloaded libloading v0.8.9 |
| 751 | 2026-07-21T19:10:34.235Z | Downloaded num-iter v0.1.45 |
| 752 | 2026-07-21T19:10:34.239Z | Downloaded num-derive v0.4.2 |
| 753 | 2026-07-21T19:10:34.239Z | Downloaded num_enum_derive v0.5.11 |
| 754 | 2026-07-21T19:10:34.239Z | Downloaded num-derive v0.3.3 |
| 755 | 2026-07-21T19:10:34.242Z | Downloaded olpc-cjson v0.1.4 |
| 756 | 2026-07-21T19:10:34.242Z | Downloaded openssl-macros v0.1.1 |
| 757 | 2026-07-21T19:10:34.242Z | Downloaded num_threads v0.1.7 |
| 758 | 2026-07-21T19:10:34.242Z | Downloaded opaque-debug v0.3.1 |
| 759 | 2026-07-21T19:10:34.242Z | Downloaded httparse v1.10.1 |
| 760 | 2026-07-21T19:10:34.245Z | Downloaded hyper-rustls v0.27.7 |
| 761 | 2026-07-21T19:10:34.247Z | Downloaded half v2.7.1 |
| 762 | 2026-07-21T19:10:34.247Z | Downloaded generic-array v1.4.3 |
| 763 | 2026-07-21T19:10:34.250Z | Downloaded iana-time-zone v0.1.65 |
| 764 | 2026-07-21T19:10:34.255Z | Downloaded maybe-uninit v2.0.0 |
| 765 | 2026-07-21T19:10:34.255Z | Downloaded darling_core v0.21.3 |
| 766 | 2026-07-21T19:10:34.258Z | Downloaded libsw-core v0.3.2 |
| 767 | 2026-07-21T19:10:34.258Z | Downloaded openssl-probe v0.1.6 |
| 768 | 2026-07-21T19:10:34.262Z | Downloaded flume v0.11.1 |
| 769 | 2026-07-21T19:10:34.267Z | Downloaded nanorand v0.7.0 |
| 770 | 2026-07-21T19:10:34.267Z | Downloaded oso-derive v0.27.3 |
| 771 | 2026-07-21T19:10:34.267Z | Downloaded module-lattice v0.2.3 |
| 772 | 2026-07-21T19:10:34.267Z | Downloaded fatfs v0.3.6 |
| 773 | 2026-07-21T19:10:34.267Z | Downloaded arc-swap v1.8.2 |
| 774 | 2026-07-21T19:10:34.271Z | Downloaded ingot-macros v0.1.1 |
| 775 | 2026-07-21T19:10:34.271Z | Downloaded mime_guess v2.0.5 |
| 776 | 2026-07-21T19:10:34.271Z | Downloaded bytes v1.11.1 |
| 777 | 2026-07-21T19:10:34.274Z | Downloaded openssl-probe v0.2.1 |
| 778 | 2026-07-21T19:10:34.277Z | Downloaded jobserver v0.1.34 |
| 779 | 2026-07-21T19:10:34.277Z | Downloaded nu-ansi-term v0.50.3 |
| 780 | 2026-07-21T19:10:34.280Z | Downloaded derive_more v2.1.1 |
| 781 | 2026-07-21T19:10:34.285Z | Downloaded packed_struct_codegen v0.10.1 |
| 782 | 2026-07-21T19:10:34.290Z | Downloaded bumpalo v3.20.2 |
| 783 | 2026-07-21T19:10:34.290Z | Downloaded native-tls v0.2.18 |
| 784 | 2026-07-21T19:10:34.290Z | Downloaded parse-size v1.1.0 |
| 785 | 2026-07-21T19:10:34.294Z | Downloaded lock_api v0.4.14 |
| 786 | 2026-07-21T19:10:34.294Z | Downloaded keccak v0.2.0 |
| 787 | 2026-07-21T19:10:34.295Z | Downloaded http-body-util v0.1.3 |
| 788 | 2026-07-21T19:10:34.295Z | Downloaded newtype-uuid v1.3.2 |
| 789 | 2026-07-21T19:10:34.301Z | Downloaded const_format v0.2.35 |
| 790 | 2026-07-21T19:10:34.301Z | Downloaded compact_str v0.8.1 |
| 791 | 2026-07-21T19:10:34.304Z | Downloaded getrandom v0.3.4 |
| 792 | 2026-07-21T19:10:34.304Z | Downloaded num-integer v0.1.46 |
| 793 | 2026-07-21T19:10:34.304Z | Downloaded parse-display v0.10.0 |
| 794 | 2026-07-21T19:10:34.304Z | Downloaded path-slash v0.1.5 |
| 795 | 2026-07-21T19:10:34.304Z | Downloaded num-complex v0.4.6 |
| 796 | 2026-07-21T19:10:34.307Z | Downloaded peg-runtime v0.8.5 |
| 797 | 2026-07-21T19:10:34.307Z | Downloaded litrs v1.0.0 |
| 798 | 2026-07-21T19:10:34.310Z | Downloaded num-rational v0.4.2 |
| 799 | 2026-07-21T19:10:34.310Z | Downloaded percent-encoding v2.3.2 |
| 800 | 2026-07-21T19:10:34.310Z | Downloaded headers v0.4.1 |
| 801 | 2026-07-21T19:10:34.314Z | Downloaded cc v1.2.56 |
| 802 | 2026-07-21T19:10:34.318Z | Downloaded heapless v0.7.17 |
| 803 | 2026-07-21T19:10:34.318Z | Downloaded icu_provider v2.1.1 |
| 804 | 2026-07-21T19:10:34.324Z | Downloaded hybrid-array v0.4.13 |
| 805 | 2026-07-21T19:10:34.324Z | Downloaded crypto-bigint v0.5.5 |
| 806 | 2026-07-21T19:10:34.328Z | Downloaded num_enum v0.7.6 |
| 807 | 2026-07-21T19:10:34.332Z | Downloaded multer v3.1.0 |
| 808 | 2026-07-21T19:10:34.332Z | Downloaded flate2 v1.1.9 |
| 809 | 2026-07-21T19:10:34.336Z | Downloaded indexmap v1.9.3 |
| 810 | 2026-07-21T19:10:34.347Z | Downloaded predicates-core v1.0.10 |
| 811 | 2026-07-21T19:10:34.352Z | Downloaded precomputed-hash v0.1.1 |
| 812 | 2026-07-21T19:10:34.352Z | Downloaded potential_utf v0.1.4 |
| 813 | 2026-07-21T19:10:34.352Z | Downloaded phf_shared v0.13.1 |
| 814 | 2026-07-21T19:10:34.352Z | Downloaded oxide-tokio-rt v0.1.4 |
| 815 | 2026-07-21T19:10:34.356Z | Downloaded oxide-update-engine v0.1.2 |
| 816 | 2026-07-21T19:10:34.356Z | Downloaded phf_shared v0.11.3 |
| 817 | 2026-07-21T19:10:34.356Z | Downloaded oxnet v0.1.6 |
| 818 | 2026-07-21T19:10:34.356Z | Downloaded base64 v0.22.1 |
| 819 | 2026-07-21T19:10:34.359Z | Downloaded oxide-update-engine-display v0.1.2 |
| 820 | 2026-07-21T19:10:34.359Z | Downloaded powerfmt v0.2.0 |
| 821 | 2026-07-21T19:10:34.363Z | Downloaded owo-colors v4.3.0 |
| 822 | 2026-07-21T19:10:34.363Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 823 | 2026-07-21T19:10:34.363Z | Downloaded derive_more-impl v2.1.1 |
| 824 | 2026-07-21T19:10:34.371Z | Downloaded litemap v0.8.1 |
| 825 | 2026-07-21T19:10:34.376Z | Downloaded parse-display-derive v0.10.0 |
| 826 | 2026-07-21T19:10:34.376Z | Downloaded packed_struct v0.10.1 |
| 827 | 2026-07-21T19:10:34.376Z | Downloaded icu_locale_core v2.1.1 |
| 828 | 2026-07-21T19:10:34.376Z | Downloaded peg-macros v0.8.5 |
| 829 | 2026-07-21T19:10:34.387Z | Downloaded predicates-tree v1.0.13 |
| 830 | 2026-07-21T19:10:34.387Z | Downloaded pem-rfc7468 v0.7.0 |
| 831 | 2026-07-21T19:10:34.387Z | Downloaded pem v3.0.6 |
| 832 | 2026-07-21T19:10:34.387Z | Downloaded pbkdf2 v0.13.0 |
| 833 | 2026-07-21T19:10:34.387Z | Downloaded paste v1.0.15 |
| 834 | 2026-07-21T19:10:34.390Z | Downloaded progenitor-macro v0.14.0 |
| 835 | 2026-07-21T19:10:34.390Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 836 | 2026-07-21T19:10:34.390Z | Downloaded proc-macro-crate v3.4.0 |
| 837 | 2026-07-21T19:10:34.390Z | Downloaded proc-macro-crate v1.3.1 |
| 838 | 2026-07-21T19:10:34.390Z | Downloaded num_enum_derive v0.7.6 |
| 839 | 2026-07-21T19:10:34.390Z | Downloaded password-hash v0.5.0 |
| 840 | 2026-07-21T19:10:34.390Z | Downloaded parking_lot_core v0.8.6 |
| 841 | 2026-07-21T19:10:34.390Z | Downloaded icu_normalizer v2.1.1 |
| 842 | 2026-07-21T19:10:34.395Z | Downloaded der v0.7.10 |
| 843 | 2026-07-21T19:10:34.395Z | Downloaded progenitor-client v0.14.0 |
| 844 | 2026-07-21T19:10:34.395Z | Downloaded phf v0.13.1 |
| 845 | 2026-07-21T19:10:34.399Z | Downloaded expectorate v1.2.0 |
| 846 | 2026-07-21T19:10:34.399Z | Downloaded darling_core v0.20.11 |
| 847 | 2026-07-21T19:10:34.404Z | Downloaded indicatif v0.18.4 |
| 848 | 2026-07-21T19:10:34.408Z | Downloaded quick-error v1.2.3 |
| 849 | 2026-07-21T19:10:34.408Z | Downloaded der v0.8.0 |
| 850 | 2026-07-21T19:10:34.408Z | Downloaded pkg-config v0.3.32 |
| 851 | 2026-07-21T19:10:34.411Z | Downloaded pkcs8 v0.10.2 |
| 852 | 2026-07-21T19:10:34.412Z | Downloaded pin-project-internal v1.1.11 |
| 853 | 2026-07-21T19:10:34.415Z | Downloaded psl-types v2.0.11 |
| 854 | 2026-07-21T19:10:34.415Z | Downloaded phf_shared v0.12.1 |
| 855 | 2026-07-21T19:10:34.415Z | Downloaded poly1305 v0.8.0 |
| 856 | 2026-07-21T19:10:34.419Z | Downloaded ppv-lite86 v0.2.21 |
| 857 | 2026-07-21T19:10:34.419Z | Downloaded postgres-protocol v0.6.10 |
| 858 | 2026-07-21T19:10:34.419Z | Downloaded port-file v0.1.0 |
| 859 | 2026-07-21T19:10:34.423Z | Downloaded ml-kem v0.3.2 |
| 860 | 2026-07-21T19:10:34.423Z | Downloaded hickory-resolver v0.25.2 |
| 861 | 2026-07-21T19:10:34.427Z | Downloaded phc v0.6.1 |
| 862 | 2026-07-21T19:10:34.427Z | Downloaded ed25519-dalek v2.2.0 |
| 863 | 2026-07-21T19:10:34.431Z | Downloaded peg v0.8.5 |
| 864 | 2026-07-21T19:10:34.431Z | Downloaded rand_chacha v0.3.1 |
| 865 | 2026-07-21T19:10:34.434Z | Downloaded parking_lot v0.12.5 |
| 866 | 2026-07-21T19:10:34.434Z | Downloaded parking_lot v0.11.2 |
| 867 | 2026-07-21T19:10:34.437Z | Downloaded memmap2 v0.9.10 |
| 868 | 2026-07-21T19:10:34.437Z | Downloaded progenitor v0.13.0 |
| 869 | 2026-07-21T19:10:34.437Z | Downloaded primeorder v0.14.0-rc.10 |
| 870 | 2026-07-21T19:10:34.441Z | Downloaded primefield v0.14.0 |
| 871 | 2026-07-21T19:10:34.442Z | Downloaded parking_lot_core v0.9.12 |
| 872 | 2026-07-21T19:10:34.442Z | Downloaded radium v0.7.0 |
| 873 | 2026-07-21T19:10:34.508Z | Downloaded primeorder v0.13.6 |
| 874 | 2026-07-21T19:10:34.509Z | Downloaded progenitor v0.14.0 |
| 875 | 2026-07-21T19:10:34.509Z | Downloaded ref-cast-impl v1.0.25 |
| 876 | 2026-07-21T19:10:34.517Z | Downloaded ref-cast v1.0.25 |
| 877 | 2026-07-21T19:10:34.518Z | Downloaded icu_collections v2.1.1 |
| 878 | 2026-07-21T19:10:34.518Z | Downloaded progenitor-client v0.13.0 |
| 879 | 2026-07-21T19:10:34.518Z | Downloaded oso v0.27.3 |
| 880 | 2026-07-21T19:10:34.518Z | Downloaded omicron-zone-package v0.12.3 |
| 881 | 2026-07-21T19:10:34.518Z | Downloaded rand_xorshift v0.4.0 |
| 882 | 2026-07-21T19:10:34.518Z | Downloaded psm v0.1.30 |
| 883 | 2026-07-21T19:10:34.518Z | Downloaded hashbrown v0.12.3 |
| 884 | 2026-07-21T19:10:34.518Z | Downloaded progenitor-extras v0.2.0 |
| 885 | 2026-07-21T19:10:34.518Z | Downloaded phf v0.12.1 |
| 886 | 2026-07-21T19:10:34.518Z | Downloaded rfc6979 v0.4.0 |
| 887 | 2026-07-21T19:10:34.518Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 888 | 2026-07-21T19:10:34.518Z | Downloaded recursive v0.1.1 |
| 889 | 2026-07-21T19:10:34.519Z | Downloaded progenitor-macro v0.13.0 |
| 890 | 2026-07-21T19:10:34.519Z | Downloaded pkcs8 v0.11.0 |
| 891 | 2026-07-21T19:10:34.519Z | Downloaded predicates v3.1.4 |
| 892 | 2026-07-21T19:10:34.519Z | Downloaded russh-util v0.52.0 |
| 893 | 2026-07-21T19:10:34.519Z | Downloaded rustc_version v0.1.7 |
| 894 | 2026-07-21T19:10:34.519Z | Downloaded rustc-hash v2.1.1 |
| 895 | 2026-07-21T19:10:34.519Z | Downloaded rustc_version v0.4.1 |
| 896 | 2026-07-21T19:10:34.519Z | Downloaded rtoolbox v0.0.3 |
| 897 | 2026-07-21T19:10:34.519Z | Downloaded russh-cryptovec v0.61.0 |
| 898 | 2026-07-21T19:10:34.519Z | Downloaded rfc6979 v0.5.0 |
| 899 | 2026-07-21T19:10:34.519Z | Downloaded oxide-update-engine-types v0.1.2 |
| 900 | 2026-07-21T19:10:34.519Z | Downloaded hickory-resolver v0.24.4 |
| 901 | 2026-07-21T19:10:34.520Z | Downloaded postgres-types v0.2.12 |
| 902 | 2026-07-21T19:10:34.544Z | Downloaded postcard v1.1.3 |
| 903 | 2026-07-21T19:10:34.544Z | Downloaded poly1305 v0.9.0 |
| 904 | 2026-07-21T19:10:34.544Z | Downloaded polyval v0.7.1 |
| 905 | 2026-07-21T19:10:34.544Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 906 | 2026-07-21T19:10:34.544Z | Downloaded pkcs1 v0.7.5 |
| 907 | 2026-07-21T19:10:34.544Z | Downloaded pin-project-lite v0.2.17 |
| 908 | 2026-07-21T19:10:34.545Z | Downloaded num-traits v0.2.19 |
| 909 | 2026-07-21T19:10:34.545Z | Downloaded jiff-static v0.2.21 |
| 910 | 2026-07-21T19:10:34.545Z | Downloaded scheduled-thread-pool v0.2.7 |
| 911 | 2026-07-21T19:10:34.545Z | Downloaded scopeguard v1.2.0 |
| 912 | 2026-07-21T19:10:34.545Z | Downloaded sapling-renderdag v0.1.0 |
| 913 | 2026-07-21T19:10:34.545Z | Downloaded diesel_derives v2.3.7 |
| 914 | 2026-07-21T19:10:34.545Z | Downloaded proc-macro-error2 v2.0.1 |
| 915 | 2026-07-21T19:10:34.545Z | Downloaded pem-rfc7468 v1.0.0 |
| 916 | 2026-07-21T19:10:34.545Z | Downloaded aes-gcm v0.11.0 |
| 917 | 2026-07-21T19:10:34.545Z | Downloaded rand_seeder v0.4.0 |
| 918 | 2026-07-21T19:10:34.545Z | Downloaded same-file v1.0.6 |
| 919 | 2026-07-21T19:10:34.545Z | Downloaded rand_core v0.10.0 |
| 920 | 2026-07-21T19:10:34.545Z | Downloaded openssl-sys v0.9.115 |
| 921 | 2026-07-21T19:10:34.563Z | Downloaded secrecy v0.8.0 |
| 922 | 2026-07-21T19:10:34.563Z | Downloaded scroll_derive v0.13.1 |
| 923 | 2026-07-21T19:10:34.563Z | Downloaded hashbrown v0.13.2 |
| 924 | 2026-07-21T19:10:34.563Z | Downloaded pin-project v1.1.11 |
| 925 | 2026-07-21T19:10:34.563Z | Downloaded serde_spanned v1.1.1 |
| 926 | 2026-07-21T19:10:34.563Z | Downloaded sha1 v0.10.6 |
| 927 | 2026-07-21T19:10:34.563Z | Downloaded sha1 v0.11.0 |
| 928 | 2026-07-21T19:10:34.563Z | Downloaded serde_urlencoded v0.7.1 |
| 929 | 2026-07-21T19:10:34.563Z | Downloaded serde_repr v0.1.20 |
| 930 | 2026-07-21T19:10:34.584Z | Downloaded minimal-lexical v0.2.1 |
| 931 | 2026-07-21T19:10:34.584Z | Downloaded p256 v0.14.0-rc.10 |
| 932 | 2026-07-21T19:10:34.584Z | Downloaded serde-big-array v0.5.1 |
| 933 | 2026-07-21T19:10:34.585Z | Downloaded seq-macro v0.3.6 |
| 934 | 2026-07-21T19:10:34.585Z | Downloaded secrecy v0.10.3 |
| 935 | 2026-07-21T19:10:34.585Z | Downloaded rusty-fork v0.3.1 |
| 936 | 2026-07-21T19:10:34.585Z | Downloaded rustls-pemfile v2.2.0 |
| 937 | 2026-07-21T19:10:34.585Z | Downloaded rustls-native-certs v0.8.3 |
| 938 | 2026-07-21T19:10:34.585Z | Downloaded rand_core v0.9.5 |
| 939 | 2026-07-21T19:10:34.585Z | Downloaded shell-words v1.1.1 |
| 940 | 2026-07-21T19:10:34.585Z | Downloaded serde_plain v1.0.2 |
| 941 | 2026-07-21T19:10:34.608Z | Downloaded rustversion v1.0.22 |
| 942 | 2026-07-21T19:10:34.609Z | Downloaded rand_core v0.6.4 |
| 943 | 2026-07-21T19:10:34.609Z | Downloaded progenitor-impl v0.13.0 |
| 944 | 2026-07-21T19:10:34.609Z | Downloaded rand_chacha v0.9.0 |
| 945 | 2026-07-21T19:10:34.609Z | Downloaded progenitor-impl v0.14.0 |
| 946 | 2026-07-21T19:10:34.609Z | Downloaded signature v3.0.0 |
| 947 | 2026-07-21T19:10:34.609Z | Downloaded signal-hook-mio v0.2.5 |
| 948 | 2026-07-21T19:10:34.609Z | Downloaded hyper-util v0.1.20 |
| 949 | 2026-07-21T19:10:34.609Z | Downloaded siphasher v1.0.2 |
| 950 | 2026-07-21T19:10:34.609Z | Downloaded slog-envlogger v2.2.0 |
| 951 | 2026-07-21T19:10:34.609Z | Downloaded dropshot-api-manager v0.7.2 |
| 952 | 2026-07-21T19:10:34.609Z | Downloaded scroll v0.13.0 |
| 953 | 2026-07-21T19:10:34.622Z | Downloaded aes v0.9.1 |
| 954 | 2026-07-21T19:10:34.622Z | Downloaded signature v2.2.0 |
| 955 | 2026-07-21T19:10:34.622Z | Downloaded crossterm v0.28.1 |
| 956 | 2026-07-21T19:10:34.622Z | Downloaded slog-bunyan v2.5.0 |
| 957 | 2026-07-21T19:10:34.622Z | Downloaded serde_bytes v0.11.19 |
| 958 | 2026-07-21T19:10:34.622Z | Downloaded semver v0.1.20 |
| 959 | 2026-07-21T19:10:34.622Z | Downloaded sec1 v0.8.1 |
| 960 | 2026-07-21T19:10:34.622Z | Downloaded sec1 v0.7.3 |
| 961 | 2026-07-21T19:10:34.622Z | Downloaded scrypt v0.12.0 |
| 962 | 2026-07-21T19:10:34.622Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 963 | 2026-07-21T19:10:34.623Z | Downloaded serde_derive_internals v0.29.1 |
| 964 | 2026-07-21T19:10:34.623Z | Downloaded rustls-pki-types v1.14.0 |
| 965 | 2026-07-21T19:10:34.623Z | Downloaded schemars_derive v0.8.22 |
| 966 | 2026-07-21T19:10:34.623Z | Downloaded signal-hook-tokio v0.3.1 |
| 967 | 2026-07-21T19:10:34.623Z | Downloaded serde_path_to_error v0.1.20 |
| 968 | 2026-07-21T19:10:34.623Z | Downloaded serde-hex v0.1.0 |
| 969 | 2026-07-21T19:10:34.623Z | Downloaded rpassword v7.5.4 |
| 970 | 2026-07-21T19:10:34.641Z | Downloaded http v1.4.2 |
| 971 | 2026-07-21T19:10:34.641Z | Downloaded serdect v0.4.3 |
| 972 | 2026-07-21T19:10:34.641Z | Downloaded itertools v0.10.5 |
| 973 | 2026-07-21T19:10:34.641Z | Downloaded prettyplease v0.2.37 |
| 974 | 2026-07-21T19:10:34.641Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-07-21T19:10:34.641Z | Downloaded salsa20 v0.11.0 |
| 976 | 2026-07-21T19:10:34.641Z | Downloaded pretty_assertions v1.4.1 |
| 977 | 2026-07-21T19:10:34.641Z | Downloaded r2d2 v0.8.10 |
| 978 | 2026-07-21T19:10:34.641Z | Downloaded slog-async v2.8.0 |
| 979 | 2026-07-21T19:10:34.641Z | Downloaded slab v0.4.12 |
| 980 | 2026-07-21T19:10:34.669Z | Downloaded serde_with_macros v1.5.2 |
| 981 | 2026-07-21T19:10:34.669Z | Downloaded prefix-trie v0.7.0 |
| 982 | 2026-07-21T19:10:34.669Z | Downloaded papergrid v0.17.0 |
| 983 | 2026-07-21T19:10:34.688Z | Downloaded resolv-conf v0.7.6 |
| 984 | 2026-07-21T19:10:34.688Z | Downloaded stable_deref_trait v1.2.1 |
| 985 | 2026-07-21T19:10:34.688Z | Downloaded slog-json v2.6.1 |
| 986 | 2026-07-21T19:10:34.688Z | Downloaded quinn-udp v0.5.14 |
| 987 | 2026-07-21T19:10:34.688Z | Downloaded pkcs5 v0.8.1 |
| 988 | 2026-07-21T19:10:34.689Z | Downloaded structmeta v0.3.0 |
| 989 | 2026-07-21T19:10:34.689Z | Downloaded strip-ansi-escapes v0.2.1 |
| 990 | 2026-07-21T19:10:34.689Z | Downloaded signal-hook-registry v1.4.8 |
| 991 | 2026-07-21T19:10:34.689Z | Downloaded simd-adler32 v0.3.8 |
| 992 | 2026-07-21T19:10:34.689Z | Downloaded smallvec v0.6.14 |
| 993 | 2026-07-21T19:10:34.689Z | Downloaded shlex v1.3.0 |
| 994 | 2026-07-21T19:10:34.689Z | Downloaded structmeta-derive v0.3.0 |
| 995 | 2026-07-21T19:10:34.689Z | Downloaded strsim v0.10.0 |
| 996 | 2026-07-21T19:10:34.689Z | Downloaded sqlparser_derive v0.5.0 |
| 997 | 2026-07-21T19:10:34.689Z | Downloaded miniz_oxide v0.8.9 |
| 998 | 2026-07-21T19:10:34.689Z | Downloaded libbz2-rs-sys v0.2.2 |
| 999 | 2026-07-21T19:10:34.689Z | Downloaded ignore v0.4.25 |
| 1000 | 2026-07-21T19:10:34.689Z | Downloaded strum v0.26.3 |
| 1001 | 2026-07-21T19:10:34.690Z | Downloaded icu_properties v2.1.2 |
| 1002 | 2026-07-21T19:10:34.690Z | Downloaded icu_normalizer_data v2.1.1 |
| 1003 | 2026-07-21T19:10:34.690Z | Downloaded heapless v0.8.0 |
| 1004 | 2026-07-21T19:10:34.700Z | Downloaded take_mut v0.2.2 |
| 1005 | 2026-07-21T19:10:34.700Z | Downloaded mio v1.2.0 |
| 1006 | 2026-07-21T19:10:34.700Z | Downloaded slog-stdlog v4.1.1 |
| 1007 | 2026-07-21T19:10:34.700Z | Downloaded subtle v2.6.1 |
| 1008 | 2026-07-21T19:10:34.700Z | Downloaded slog-term v2.9.2 |
| 1009 | 2026-07-21T19:10:34.700Z | Downloaded tabwriter v1.4.1 |
| 1010 | 2026-07-21T19:10:34.700Z | Downloaded hickory-server v0.25.2 |
| 1011 | 2026-07-21T19:10:34.700Z | Downloaded spki v0.7.3 |
| 1012 | 2026-07-21T19:10:34.700Z | Downloaded snafu-derive v0.8.9 |
| 1013 | 2026-07-21T19:10:34.711Z | Downloaded ron v0.8.1 |
| 1014 | 2026-07-21T19:10:34.712Z | Downloaded testing_table v0.3.0 |
| 1015 | 2026-07-21T19:10:34.712Z | Downloaded time-core v0.1.8 |
| 1016 | 2026-07-21T19:10:34.712Z | Downloaded thread-id v5.1.0 |
| 1017 | 2026-07-21T19:10:34.712Z | Downloaded serde_with_macros v3.21.0 |
| 1018 | 2026-07-21T19:10:34.733Z | Downloaded termtree v0.5.1 |
| 1019 | 2026-07-21T19:10:34.733Z | Downloaded p384 v0.14.0-rc.10 |
| 1020 | 2026-07-21T19:10:34.733Z | Downloaded rcgen v0.12.1 |
| 1021 | 2026-07-21T19:10:34.733Z | Downloaded rayon-core v1.13.0 |
| 1022 | 2026-07-21T19:10:34.733Z | Downloaded ryu v1.0.23 |
| 1023 | 2026-07-21T19:10:34.733Z | Downloaded tinyvec_macros v0.1.1 |
| 1024 | 2026-07-21T19:10:34.733Z | Downloaded string_cache v0.8.9 |
| 1025 | 2026-07-21T19:10:34.733Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1026 | 2026-07-21T19:10:34.733Z | Downloaded static_assertions v1.1.0 |
| 1027 | 2026-07-21T19:10:34.733Z | Downloaded stacker v0.1.23 |
| 1028 | 2026-07-21T19:10:34.733Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1029 | 2026-07-21T19:10:34.734Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1030 | 2026-07-21T19:10:34.734Z | Downloaded sqlformat v0.3.5 |
| 1031 | 2026-07-21T19:10:34.734Z | Downloaded num-bigint v0.4.6 |
| 1032 | 2026-07-21T19:10:34.734Z | Downloaded tagptr v0.2.0 |
| 1033 | 2026-07-21T19:10:34.734Z | Downloaded idna v1.1.0 |
| 1034 | 2026-07-21T19:10:34.754Z | Downloaded spki v0.8.0 |
| 1035 | 2026-07-21T19:10:34.755Z | Downloaded publicsuffix v2.3.0 |
| 1036 | 2026-07-21T19:10:34.755Z | Downloaded strum v0.27.2 |
| 1037 | 2026-07-21T19:10:34.755Z | Downloaded tap v1.0.1 |
| 1038 | 2026-07-21T19:10:34.755Z | Downloaded synstructure v0.13.2 |
| 1039 | 2026-07-21T19:10:34.755Z | Downloaded schemars v0.8.22 |
| 1040 | 2026-07-21T19:10:34.764Z | Downloaded tokio-test v0.4.5 |
| 1041 | 2026-07-21T19:10:34.764Z | Downloaded sha2 v0.11.0 |
| 1042 | 2026-07-21T19:10:34.764Z | Downloaded itertools v0.12.1 |
| 1043 | 2026-07-21T19:10:34.764Z | Downloaded support-bundle-viewer v0.1.2 |
| 1044 | 2026-07-21T19:10:34.764Z | Downloaded nom v7.1.3 |
| 1045 | 2026-07-21T19:10:34.764Z | Downloaded strum_macros v0.27.2 |
| 1046 | 2026-07-21T19:10:34.765Z | Downloaded strum_macros v0.26.4 |
| 1047 | 2026-07-21T19:10:34.775Z | Downloaded strum_macros v0.24.3 |
| 1048 | 2026-07-21T19:10:34.775Z | Downloaded signal-hook v0.3.18 |
| 1049 | 2026-07-21T19:10:34.775Z | Downloaded iri-string v0.7.10 |
| 1050 | 2026-07-21T19:10:34.775Z | Downloaded tower-service v0.3.3 |
| 1051 | 2026-07-21T19:10:34.776Z | Downloaded tower-layer v0.3.3 |
| 1052 | 2026-07-21T19:10:34.776Z | Downloaded termios v0.3.3 |
| 1053 | 2026-07-21T19:10:34.781Z | Downloaded stringprep v0.1.5 |
| 1054 | 2026-07-21T19:10:34.781Z | Downloaded smf v0.2.3 |
| 1055 | 2026-07-21T19:10:34.781Z | Downloaded tokio-macros v2.7.0 |
| 1056 | 2026-07-21T19:10:34.781Z | Downloaded thread_local v1.1.9 |
| 1057 | 2026-07-21T19:10:34.781Z | Downloaded thiserror-no-std v2.0.2 |
| 1058 | 2026-07-21T19:10:34.782Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1059 | 2026-07-21T19:10:34.782Z | Downloaded quinn v0.11.9 |
| 1060 | 2026-07-21T19:10:34.787Z | Downloaded tokio-dtrace v0.1.1 |
| 1061 | 2026-07-21T19:10:34.787Z | Downloaded time-macros v0.2.27 |
| 1062 | 2026-07-21T19:10:34.787Z | Downloaded tinystr v0.8.2 |
| 1063 | 2026-07-21T19:10:34.787Z | Downloaded rand v0.8.6 |
| 1064 | 2026-07-21T19:10:34.790Z | Downloaded tiny-keccak v2.0.2 |
| 1065 | 2026-07-21T19:10:34.790Z | Downloaded topological-sort v0.2.2 |
| 1066 | 2026-07-21T19:10:34.790Z | Downloaded libxml v0.3.3 |
| 1067 | 2026-07-21T19:10:34.793Z | Downloaded spin v0.9.8 |
| 1068 | 2026-07-21T19:10:34.793Z | Downloaded hashbrown v0.16.1 |
| 1069 | 2026-07-21T19:10:34.798Z | Downloaded tokio-native-tls v0.3.1 |
| 1070 | 2026-07-21T19:10:34.806Z | Downloaded tokio-tungstenite v0.21.0 |
| 1071 | 2026-07-21T19:10:34.806Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-07-21T19:10:34.809Z | Downloaded unarray v0.1.4 |
| 1073 | 2026-07-21T19:10:34.810Z | Downloaded unicode-xid v0.2.6 |
| 1074 | 2026-07-21T19:10:34.810Z | Downloaded serde_cbor v0.11.2 |
| 1075 | 2026-07-21T19:10:34.810Z | Downloaded try-lock v0.2.5 |
| 1076 | 2026-07-21T19:10:34.810Z | Downloaded trait-variant v0.1.2 |
| 1077 | 2026-07-21T19:10:34.810Z | Downloaded schemars v0.9.0 |
| 1078 | 2026-07-21T19:10:34.815Z | Downloaded untrusted v0.7.1 |
| 1079 | 2026-07-21T19:10:34.818Z | Downloaded utf-8 v0.7.6 |
| 1080 | 2026-07-21T19:10:34.818Z | Downloaded socket2 v0.5.10 |
| 1081 | 2026-07-21T19:10:34.821Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1082 | 2026-07-21T19:10:34.821Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1083 | 2026-07-21T19:10:34.821Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1084 | 2026-07-21T19:10:34.827Z | Downloaded tls_codec v0.4.2 |
| 1085 | 2026-07-21T19:10:34.827Z | Downloaded term v1.2.1 |
| 1086 | 2026-07-21T19:10:34.830Z | Downloaded itertools v0.14.0 |
| 1087 | 2026-07-21T19:10:34.831Z | Downloaded usdt-macro v0.6.0 |
| 1088 | 2026-07-21T19:10:34.831Z | Downloaded tls_codec_derive v0.4.2 |
| 1089 | 2026-07-21T19:10:34.834Z | Downloaded hkdf v0.13.0 |
| 1090 | 2026-07-21T19:10:34.834Z | Downloaded usdt-attr-macro v0.6.0 |
| 1091 | 2026-07-21T19:10:34.834Z | Downloaded futures-util v0.3.32 |
| 1092 | 2026-07-21T19:10:34.840Z | Downloaded tokio-tungstenite v0.23.1 |
| 1093 | 2026-07-21T19:10:34.844Z | Downloaded smallvec v1.15.1 |
| 1094 | 2026-07-21T19:10:34.844Z | Downloaded universal-hash v0.6.1 |
| 1095 | 2026-07-21T19:10:34.844Z | Downloaded universal-hash v0.5.1 |
| 1096 | 2026-07-21T19:10:34.847Z | Downloaded utf8_iter v1.0.4 |
| 1097 | 2026-07-21T19:10:34.847Z | Downloaded untrusted v0.9.0 |
| 1098 | 2026-07-21T19:10:34.848Z | Downloaded slog v2.8.2 |
| 1099 | 2026-07-21T19:10:34.851Z | Downloaded itertools v0.13.0 |
| 1100 | 2026-07-21T19:10:34.855Z | Downloaded rand v0.9.2 |
| 1101 | 2026-07-21T19:10:34.860Z | Downloaded want v0.3.1 |
| 1102 | 2026-07-21T19:10:34.860Z | Downloaded waitgroup v0.1.2 |
| 1103 | 2026-07-21T19:10:34.860Z | Downloaded void v1.0.2 |
| 1104 | 2026-07-21T19:10:34.860Z | Downloaded rustls-webpki v0.103.13 |
| 1105 | 2026-07-21T19:10:34.863Z | Downloaded rsa v0.9.10 |
| 1106 | 2026-07-21T19:10:34.863Z | Downloaded usdt v0.6.0 |
| 1107 | 2026-07-21T19:10:34.867Z | Downloaded unit-prefix v0.5.2 |
| 1108 | 2026-07-21T19:10:34.867Z | Downloaded unicode-truncate v1.1.0 |
| 1109 | 2026-07-21T19:10:34.867Z | Downloaded p521 v0.14.0-rc.10 |
| 1110 | 2026-07-21T19:10:34.871Z | Downloaded wait-timeout v0.2.1 |
| 1111 | 2026-07-21T19:10:34.871Z | Downloaded hyper v1.10.1 |
| 1112 | 2026-07-21T19:10:34.877Z | Downloaded samael v0.0.19 |
| 1113 | 2026-07-21T19:10:34.880Z | Downloaded schemars v1.2.1 |
| 1114 | 2026-07-21T19:10:34.886Z | Downloaded xattr v1.6.1 |
| 1115 | 2026-07-21T19:10:34.893Z | Downloaded tui-tree-widget v0.23.1 |
| 1116 | 2026-07-21T19:10:34.893Z | Downloaded term v0.7.0 |
| 1117 | 2026-07-21T19:10:34.893Z | Downloaded nom v8.0.0 |
| 1118 | 2026-07-21T19:10:34.899Z | Downloaded subprocess v0.2.15 |
| 1119 | 2026-07-21T19:10:34.899Z | Downloaded num-bigint-dig v0.8.6 |
| 1120 | 2026-07-21T19:10:34.903Z | Downloaded usdt-impl v0.6.0 |
| 1121 | 2026-07-21T19:10:34.903Z | Downloaded xshell-macros v0.2.7 |
| 1122 | 2026-07-21T19:10:34.903Z | Downloaded uzers v0.12.2 |
| 1123 | 2026-07-21T19:10:34.903Z | Downloaded zeroize_derive v1.4.3 |
| 1124 | 2026-07-21T19:10:34.903Z | Downloaded libm v0.2.16 |
| 1125 | 2026-07-21T19:10:34.907Z | Downloaded rand v0.10.1 |
| 1126 | 2026-07-21T19:10:34.914Z | Downloaded snafu v0.8.9 |
| 1127 | 2026-07-21T19:10:34.918Z | Downloaded yoke-derive v0.8.1 |
| 1128 | 2026-07-21T19:10:34.918Z | Downloaded zerofrom v0.1.6 |
| 1129 | 2026-07-21T19:10:34.918Z | Downloaded tokio-rustls v0.26.4 |
| 1130 | 2026-07-21T19:10:34.918Z | Downloaded vsss-rs v3.3.4 |
| 1131 | 2026-07-21T19:10:34.918Z | Downloaded vergen-lib v9.1.0 |
| 1132 | 2026-07-21T19:10:34.923Z | Downloaded vergen-lib v0.1.6 |
| 1133 | 2026-07-21T19:10:34.923Z | Downloaded tinyvec v1.10.0 |
| 1134 | 2026-07-21T19:10:34.923Z | Downloaded icu_properties_data v2.1.2 |
| 1135 | 2026-07-21T19:10:34.929Z | Downloaded walkdir v2.5.0 |
| 1136 | 2026-07-21T19:10:34.934Z | Downloaded iddqd v0.4.2 |
| 1137 | 2026-07-21T19:10:34.934Z | Downloaded zone_cfg_derive v0.3.1 |
| 1138 | 2026-07-21T19:10:34.936Z | Downloaded zone v0.3.1 |
| 1139 | 2026-07-21T19:10:34.937Z | Downloaded vergen-git2 v9.1.0 |
| 1140 | 2026-07-21T19:10:34.937Z | Downloaded whoami v1.6.1 |
| 1141 | 2026-07-21T19:10:34.937Z | Downloaded toml v0.7.8 |
| 1142 | 2026-07-21T19:10:34.940Z | Downloaded aws-lc-rs v1.16.3 |
| 1143 | 2026-07-21T19:10:34.943Z | Downloaded tracing-attributes v0.1.31 |
| 1144 | 2026-07-21T19:10:34.946Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1145 | 2026-07-21T19:10:34.946Z | Downloaded writeable v0.6.2 |
| 1146 | 2026-07-21T19:10:34.949Z | Downloaded xshell v0.2.7 |
| 1147 | 2026-07-21T19:10:34.949Z | Downloaded wyz v0.5.1 |
| 1148 | 2026-07-21T19:10:34.949Z | Downloaded test-strategy v0.4.5 |
| 1149 | 2026-07-21T19:10:34.952Z | Downloaded socket2 v0.6.3 |
| 1150 | 2026-07-21T19:10:34.952Z | Downloaded blake3 v1.8.5 |
| 1151 | 2026-07-21T19:10:34.957Z | Downloaded yoke v0.8.1 |
| 1152 | 2026-07-21T19:10:34.961Z | Downloaded unicase v2.9.0 |
| 1153 | 2026-07-21T19:10:34.961Z | Downloaded twox-hash v2.1.2 |
| 1154 | 2026-07-21T19:10:34.964Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1155 | 2026-07-21T19:10:34.964Z | Downloaded vergen-gitcl v1.0.8 |
| 1156 | 2026-07-21T19:10:34.964Z | Downloaded tar v0.4.46 |
| 1157 | 2026-07-21T19:10:34.967Z | Downloaded unicode-properties v0.1.4 |
| 1158 | 2026-07-21T19:10:34.967Z | Downloaded hkdf v0.12.4 |
| 1159 | 2026-07-21T19:10:34.970Z | Downloaded rsa v0.10.0-rc.18 |
| 1160 | 2026-07-21T19:10:34.973Z | Downloaded serde_with v1.14.0 |
| 1161 | 2026-07-21T19:10:34.976Z | Downloaded crypto-primes v0.7.2 |
| 1162 | 2026-07-21T19:10:34.979Z | Downloaded zerovec-derive v0.11.2 |
| 1163 | 2026-07-21T19:10:34.982Z | Downloaded zeroize v1.8.2 |
| 1164 | 2026-07-21T19:10:34.982Z | Downloaded zerofrom-derive v0.1.6 |
| 1165 | 2026-07-21T19:10:34.982Z | Downloaded tokio-stream v0.1.18 |
| 1166 | 2026-07-21T19:10:34.985Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-07-21T19:10:34.985Z | Downloaded vergen v9.1.0 |
| 1168 | 2026-07-21T19:10:34.989Z | Downloaded h2 v0.4.15 |
| 1169 | 2026-07-21T19:10:34.992Z | Downloaded typify v0.6.2 |
| 1170 | 2026-07-21T19:10:34.995Z | Downloaded chrono v0.4.45 |
| 1171 | 2026-07-21T19:10:34.999Z | Downloaded typify-macro v0.6.2 |
| 1172 | 2026-07-21T19:10:34.999Z | Downloaded similar v2.7.0 |
| 1173 | 2026-07-21T19:10:35.002Z | Downloaded whoami v2.1.0 |
| 1174 | 2026-07-21T19:10:35.002Z | Downloaded tungstenite v0.23.0 |
| 1175 | 2026-07-21T19:10:35.005Z | Downloaded unicode-bidi v0.3.18 |
| 1176 | 2026-07-21T19:10:35.005Z | Downloaded yasna v0.5.2 |
| 1177 | 2026-07-21T19:10:35.008Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1178 | 2026-07-21T19:10:35.009Z | Downloaded unsafe-libyaml v0.2.11 |
| 1179 | 2026-07-21T19:10:35.011Z | Downloaded tabled_derive v0.11.0 |
| 1180 | 2026-07-21T19:10:35.011Z | Downloaded zerocopy v0.6.6 |
| 1181 | 2026-07-21T19:10:35.014Z | Downloaded slog-scope v4.4.1 |
| 1182 | 2026-07-21T19:10:35.014Z | Downloaded slog-dtrace v0.3.0 |
| 1183 | 2026-07-21T19:10:35.015Z | Downloaded hashbrown v0.15.5 |
| 1184 | 2026-07-21T19:10:35.017Z | Downloaded vte v0.14.1 |
| 1185 | 2026-07-21T19:10:35.020Z | Downloaded git2 v0.20.4 |
| 1186 | 2026-07-21T19:10:35.023Z | Downloaded tracing-core v0.1.36 |
| 1187 | 2026-07-21T19:10:35.026Z | Downloaded uuid v1.23.4 |
| 1188 | 2026-07-21T19:10:35.026Z | Downloaded sync_wrapper v1.0.2 |
| 1189 | 2026-07-21T19:10:35.029Z | Downloaded sync-ptr v0.1.4 |
| 1190 | 2026-07-21T19:10:35.029Z | Downloaded supports-color v3.0.2 |
| 1191 | 2026-07-21T19:10:35.029Z | Downloaded num_enum v0.5.11 |
| 1192 | 2026-07-21T19:10:35.032Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1193 | 2026-07-21T19:10:35.035Z | Downloaded password-hash v0.6.1 |
| 1194 | 2026-07-21T19:10:35.035Z | Downloaded hmac v0.13.0 |
| 1195 | 2026-07-21T19:10:35.035Z | Downloaded getrandom v0.2.17 |
| 1196 | 2026-07-21T19:10:35.040Z | Downloaded bitvec v1.0.1 |
| 1197 | 2026-07-21T19:10:35.048Z | Downloaded zstd-safe v7.2.4 |
| 1198 | 2026-07-21T19:10:35.052Z | Downloaded steno v0.4.1 |
| 1199 | 2026-07-21T19:10:35.053Z | Downloaded bindgen v0.71.1 |
| 1200 | 2026-07-21T19:10:35.057Z | Downloaded tungstenite v0.21.0 |
| 1201 | 2026-07-21T19:10:35.060Z | Downloaded reedline v0.40.0 |
| 1202 | 2026-07-21T19:10:35.070Z | Downloaded tokio-postgres v0.7.16 |
| 1203 | 2026-07-21T19:10:35.072Z | Downloaded zopfli v0.8.3 |
| 1204 | 2026-07-21T19:10:35.072Z | Downloaded unicode_categories v0.1.1 |
| 1205 | 2026-07-21T19:10:35.081Z | Downloaded toml_edit v0.19.15 |
| 1206 | 2026-07-21T19:10:35.090Z | Downloaded url v2.5.8 |
| 1207 | 2026-07-21T19:10:35.093Z | Downloaded rayon v1.11.0 |
| 1208 | 2026-07-21T19:10:35.097Z | Downloaded rustyline v14.0.0 |
| 1209 | 2026-07-21T19:10:35.101Z | Downloaded zip v0.6.6 |
| 1210 | 2026-07-21T19:10:35.104Z | Downloaded zerotrie v0.2.3 |
| 1211 | 2026-07-21T19:10:35.107Z | Downloaded regex v1.12.3 |
| 1212 | 2026-07-21T19:10:35.111Z | Downloaded rawzip v0.4.4 |
| 1213 | 2026-07-21T19:10:35.114Z | Downloaded yansi v1.0.1 |
| 1214 | 2026-07-21T19:10:35.118Z | Downloaded portable-atomic v1.13.1 |
| 1215 | 2026-07-21T19:10:35.125Z | Downloaded salty v0.3.0 |
| 1216 | 2026-07-21T19:10:35.129Z | Downloaded tower v0.5.3 |
| 1217 | 2026-07-21T19:10:35.139Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1218 | 2026-07-21T19:10:35.141Z | Downloaded proptest v1.10.0 |
| 1219 | 2026-07-21T19:10:35.141Z | Downloaded goblin v0.10.5 |
| 1220 | 2026-07-21T19:10:35.146Z | Downloaded x509-cert v0.2.5 |
| 1221 | 2026-07-21T19:10:35.149Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-07-21T19:10:35.151Z | Downloaded reqwest v0.12.28 |
| 1223 | 2026-07-21T19:10:35.158Z | Downloaded crypto-bigint v0.7.5 |
| 1224 | 2026-07-21T19:10:35.171Z | Downloaded zerocopy-derive v0.8.40 |
| 1225 | 2026-07-21T19:10:35.178Z | Downloaded unicode-normalization v0.1.25 |
| 1226 | 2026-07-21T19:10:35.178Z | Downloaded tokio-util v0.7.18 |
| 1227 | 2026-07-21T19:10:35.181Z | Downloaded tower-http v0.6.8 |
| 1228 | 2026-07-21T19:10:35.184Z | Downloaded reqwest v0.13.2 |
| 1229 | 2026-07-21T19:10:35.187Z | Downloaded nix v0.27.1 |
| 1230 | 2026-07-21T19:10:35.193Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-07-21T19:10:35.196Z | Downloaded unicode-segmentation v1.12.0 |
| 1232 | 2026-07-21T19:10:35.200Z | Downloaded moka v0.12.13 |
| 1233 | 2026-07-21T19:10:35.204Z | Downloaded zip v4.6.1 |
| 1234 | 2026-07-21T19:10:35.207Z | Downloaded quick-xml v0.37.5 |
| 1235 | 2026-07-21T19:10:35.210Z | Downloaded lalrpop v0.19.12 |
| 1236 | 2026-07-21T19:10:35.213Z | Downloaded curve25519-dalek v4.1.3 |
| 1237 | 2026-07-21T19:10:35.223Z | Downloaded radix_trie v0.2.1 |
| 1238 | 2026-07-21T19:10:35.228Z | Downloaded bstr v1.12.1 |
| 1239 | 2026-07-21T19:10:35.234Z | Downloaded petname v2.0.2 |
| 1240 | 2026-07-21T19:10:35.238Z | Downloaded tough v0.22.0 |
| 1241 | 2026-07-21T19:10:35.241Z | Downloaded object v0.30.4 |
| 1242 | 2026-07-21T19:10:35.247Z | Downloaded polar-core v0.27.3 |
| 1243 | 2026-07-21T19:10:35.250Z | Downloaded nix v0.28.0 |
| 1244 | 2026-07-21T19:10:35.258Z | Downloaded zerovec v0.11.5 |
| 1245 | 2026-07-21T19:10:35.264Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-07-21T19:10:35.273Z | Downloaded winnow v0.6.26 |
| 1247 | 2026-07-21T19:10:35.280Z | Downloaded time v0.3.47 |
| 1248 | 2026-07-21T19:10:35.288Z | Downloaded serde_with v3.21.0 |
| 1249 | 2026-07-21T19:10:35.295Z | Downloaded winnow v1.0.3 |
| 1250 | 2026-07-21T19:10:35.312Z | Downloaded vcpkg v0.2.15 |
| 1251 | 2026-07-21T19:10:35.323Z | Downloaded russh v0.61.2 |
| 1252 | 2026-07-21T19:10:35.333Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 1253 | 2026-07-21T19:10:35.338Z | Downloaded hickory-proto v0.24.4 |
| 1254 | 2026-07-21T19:10:35.363Z | Downloaded smoltcp v0.11.0 |
| 1255 | 2026-07-21T19:10:35.367Z | Downloaded openssl v0.10.79 |
| 1256 | 2026-07-21T19:10:35.367Z | Downloaded quinn-proto v0.11.13 |
| 1257 | 2026-07-21T19:10:35.367Z | Downloaded regress v0.11.1 |
| 1258 | 2026-07-21T19:10:35.367Z | Downloaded winnow v0.5.40 |
| 1259 | 2026-07-21T19:10:35.373Z | Downloaded regex-syntax v0.8.10 |
| 1260 | 2026-07-21T19:10:35.382Z | Downloaded dropshot v0.17.1 |
| 1261 | 2026-07-21T19:10:35.390Z | Downloaded regex-syntax v0.6.29 |
| 1262 | 2026-07-21T19:10:35.398Z | Downloaded nix v0.31.2 |
| 1263 | 2026-07-21T19:10:35.404Z | Downloaded smoltcp v0.9.1 |
| 1264 | 2026-07-21T19:10:35.409Z | Downloaded object v0.37.3 |
| 1265 | 2026-07-21T19:10:35.417Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-07-21T19:10:35.428Z | Downloaded hickory-proto v0.25.2 |
| 1267 | 2026-07-21T19:10:35.433Z | Downloaded diesel v2.3.7 |
| 1268 | 2026-07-21T19:10:35.445Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-07-21T19:10:35.454Z | Downloaded fiat-crypto v0.3.0 |
| 1270 | 2026-07-21T19:10:35.468Z | Downloaded regress v0.10.5 |
| 1271 | 2026-07-21T19:10:35.473Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-07-21T19:10:35.473Z | Downloaded typify-impl v0.6.2 |
| 1273 | 2026-07-21T19:10:35.480Z | Downloaded tracing v0.1.44 |
| 1274 | 2026-07-21T19:10:35.518Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-07-21T19:10:35.522Z | Downloaded rustls v0.23.41 |
| 1276 | 2026-07-21T19:10:35.522Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1277 | 2026-07-21T19:10:35.532Z | Downloaded chrono-tz v0.10.4 |
| 1278 | 2026-07-21T19:10:35.569Z | Downloaded sqlparser v0.61.0 |
| 1279 | 2026-07-21T19:10:35.586Z | Downloaded jiff v0.2.21 |
| 1280 | 2026-07-21T19:10:35.586Z | Downloaded sled v0.34.7 |
| 1281 | 2026-07-21T19:10:35.599Z | Downloaded ratatui v0.29.0 |
| 1282 | 2026-07-21T19:10:35.599Z | Downloaded libz-sys v1.1.24 |
| 1283 | 2026-07-21T19:10:35.621Z | Downloaded sha3 v0.11.0 |
| 1284 | 2026-07-21T19:10:35.630Z | Downloaded zerocopy-derive v0.6.6 |
| 1285 | 2026-07-21T19:10:35.645Z | Downloaded regex-automata v0.4.14 |
| 1286 | 2026-07-21T19:10:35.663Z | Downloaded petgraph v0.8.3 |
| 1287 | 2026-07-21T19:10:35.682Z | Downloaded petgraph v0.6.5 |
| 1288 | 2026-07-21T19:10:35.700Z | Downloaded csv v1.4.0 |
| 1289 | 2026-07-21T19:10:35.714Z | Downloaded sha3 v0.10.8 |
| 1290 | 2026-07-21T19:10:35.719Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1291 | 2026-07-21T19:10:35.729Z | Downloaded encoding_rs v0.8.35 |
| 1292 | 2026-07-21T19:10:35.739Z | Downloaded tokio v1.52.1 |
| 1293 | 2026-07-21T19:10:35.768Z | Downloaded ring v0.17.14 |
| 1294 | 2026-07-21T19:10:35.823Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1295 | 2026-07-21T19:10:36.293Z | Downloaded aws-lc-sys v0.40.0 |
| 1296 | 2026-07-21T19:10:36.550Z | Compiling libc v0.2.185 |
| 1297 | 2026-07-21T19:10:36.550Z | Compiling serde_core v1.0.228 |
| 1298 | 2026-07-21T19:10:36.550Z | Compiling serde v1.0.228 |
| 1299 | 2026-07-21T19:10:36.560Z | Compiling log v0.4.29 |
| 1300 | 2026-07-21T19:10:36.560Z | Compiling smallvec v1.15.1 |
| 1301 | 2026-07-21T19:10:36.560Z | Compiling shlex v1.3.0 |
| 1302 | 2026-07-21T19:10:36.560Z | Compiling find-msvc-tools v0.1.9 |
| 1303 | 2026-07-21T19:10:36.560Z | Compiling subtle v2.6.1 |
| 1304 | 2026-07-21T19:10:36.560Z | Compiling scopeguard v1.2.0 |
| 1305 | 2026-07-21T19:10:36.764Z | Compiling stable_deref_trait v1.2.1 |
| 1306 | 2026-07-21T19:10:36.776Z | Compiling typenum v1.20.1 |
| 1307 | 2026-07-21T19:10:36.776Z | Compiling serde_json v1.0.150 |
| 1308 | 2026-07-21T19:10:36.806Z | Compiling zerocopy v0.8.40 |
| 1309 | 2026-07-21T19:10:36.816Z | Compiling portable-atomic v1.13.1 |
| 1310 | 2026-07-21T19:10:36.822Z | Compiling syn v2.0.117 |
| 1311 | 2026-07-21T19:10:36.843Z | Compiling parking_lot_core v0.9.12 |
| 1312 | 2026-07-21T19:10:36.854Z | Compiling lock_api v0.4.14 |
| 1313 | 2026-07-21T19:10:36.873Z | Compiling pin-project-lite v0.2.17 |
| 1314 | 2026-07-21T19:10:36.879Z | Compiling critical-section v1.2.0 |
| 1315 | 2026-07-21T19:10:36.928Z | Compiling pkg-config v0.3.32 |
| 1316 | 2026-07-21T19:10:36.949Z | Compiling libm v0.2.16 |
| 1317 | 2026-07-21T19:10:36.949Z | Compiling getrandom v0.4.1 |
| 1318 | 2026-07-21T19:10:36.970Z | Compiling num-traits v0.2.19 |
| 1319 | 2026-07-21T19:10:37.002Z | Compiling rand_core v0.10.0 |
| 1320 | 2026-07-21T19:10:37.046Z | Compiling futures-core v0.3.32 |
| 1321 | 2026-07-21T19:10:37.075Z | Compiling generic-array v0.14.7 |
| 1322 | 2026-07-21T19:10:37.075Z | Compiling litemap v0.8.1 |
| 1323 | 2026-07-21T19:10:37.103Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-07-21T19:10:37.174Z | Compiling percent-encoding v2.3.2 |
| 1325 | 2026-07-21T19:10:37.186Z | Compiling writeable v0.6.2 |
| 1326 | 2026-07-21T19:10:37.241Z | Compiling icu_properties_data v2.1.2 |
| 1327 | 2026-07-21T19:10:37.320Z | Compiling icu_normalizer_data v2.1.1 |
| 1328 | 2026-07-21T19:10:37.327Z | Compiling futures-sink v0.3.32 |
| 1329 | 2026-07-21T19:10:37.415Z | Compiling slab v0.4.12 |
| 1330 | 2026-07-21T19:10:37.423Z | Compiling futures-task v0.3.32 |
| 1331 | 2026-07-21T19:10:37.423Z | Compiling futures-channel v0.3.32 |
| 1332 | 2026-07-21T19:10:37.431Z | Compiling futures-io v0.3.32 |
| 1333 | 2026-07-21T19:10:37.432Z | Compiling utf8_iter v1.0.4 |
| 1334 | 2026-07-21T19:10:37.472Z | Compiling form_urlencoded v1.2.2 |
| 1335 | 2026-07-21T19:10:37.499Z | Compiling rustversion v1.0.22 |
| 1336 | 2026-07-21T19:10:37.587Z | Compiling getrandom v0.3.4 |
| 1337 | 2026-07-21T19:10:37.600Z | Compiling iana-time-zone v0.1.65 |
| 1338 | 2026-07-21T19:10:37.617Z | Compiling rustix v1.1.3 |
| 1339 | 2026-07-21T19:10:37.621Z | Compiling fs_extra v1.3.0 |
| 1340 | 2026-07-21T19:10:37.645Z | Compiling jobserver v0.1.34 |
| 1341 | 2026-07-21T19:10:37.659Z | Compiling errno v0.3.14 |
| 1342 | 2026-07-21T19:10:37.663Z | Compiling getrandom v0.2.17 |
| 1343 | 2026-07-21T19:10:37.699Z | Compiling mio v1.2.0 |
| 1344 | 2026-07-21T19:10:37.819Z | Compiling rand_core v0.6.4 |
| 1345 | 2026-07-21T19:10:37.828Z | Compiling signal-hook-registry v1.4.8 |
| 1346 | 2026-07-21T19:10:37.852Z | Compiling cc v1.2.56 |
| 1347 | 2026-07-21T19:10:37.891Z | Compiling once_cell v1.21.3 |
| 1348 | 2026-07-21T19:10:37.907Z | Compiling parking_lot v0.12.5 |
| 1349 | 2026-07-21T19:10:37.921Z | Compiling socket2 v0.6.3 |
| 1350 | 2026-07-21T19:10:37.965Z | Compiling ident_case v1.0.1 |
| 1351 | 2026-07-21T19:10:37.981Z | Compiling dunce v1.0.5 |
| 1352 | 2026-07-21T19:10:38.034Z | Compiling regex-syntax v0.8.10 |
| 1353 | 2026-07-21T19:10:38.106Z | Compiling base64ct v1.8.3 |
| 1354 | 2026-07-21T19:10:38.121Z | Compiling vcpkg v0.2.15 |
| 1355 | 2026-07-21T19:10:38.132Z | Compiling base64 v0.22.1 |
| 1356 | 2026-07-21T19:10:38.140Z | Compiling tracing-core v0.1.36 |
| 1357 | 2026-07-21T19:10:38.173Z | Compiling flagset v0.4.7 |
| 1358 | 2026-07-21T19:10:38.240Z | Compiling aws-lc-rs v1.16.3 |
| 1359 | 2026-07-21T19:10:38.307Z | Compiling httparse v1.10.1 |
| 1360 | 2026-07-21T19:10:38.320Z | Compiling cmov v0.5.4 |
| 1361 | 2026-07-21T19:10:38.335Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-07-21T19:10:38.410Z | Compiling openssl-probe v0.2.1 |
| 1363 | 2026-07-21T19:10:38.423Z | Compiling schemars v0.8.22 |
| 1364 | 2026-07-21T19:10:38.463Z | Compiling dyn-clone v1.0.20 |
| 1365 | 2026-07-21T19:10:38.541Z | Compiling rand_core v0.9.5 |
| 1366 | 2026-07-21T19:10:38.561Z | Compiling tinyvec_macros v0.1.1 |
| 1367 | 2026-07-21T19:10:38.579Z | Compiling ctutils v0.4.2 |
| 1368 | 2026-07-21T19:10:38.606Z | Compiling cmake v0.1.57 |
| 1369 | 2026-07-21T19:10:38.633Z | Compiling aho-corasick v1.1.4 |
| 1370 | 2026-07-21T19:10:38.637Z | Compiling untrusted v0.7.1 |
| 1371 | 2026-07-21T19:10:38.646Z | Compiling tinyvec v1.10.0 |
| 1372 | 2026-07-21T19:10:38.679Z | Compiling tower-service v0.3.3 |
| 1373 | 2026-07-21T19:10:38.717Z | Compiling atomic-waker v1.1.2 |
| 1374 | 2026-07-21T19:10:38.733Z | Compiling tower-layer v0.3.3 |
| 1375 | 2026-07-21T19:10:38.744Z | Compiling try-lock v0.2.5 |
| 1376 | 2026-07-21T19:10:38.777Z | Compiling rustls v0.23.41 |
| 1377 | 2026-07-21T19:10:38.791Z | Compiling openssl v0.10.79 |
| 1378 | 2026-07-21T19:10:38.840Z | Compiling bitflags v2.11.0 |
| 1379 | 2026-07-21T19:10:38.858Z | Compiling semver v1.0.28 |
| 1380 | 2026-07-21T19:10:38.871Z | Compiling indexmap v2.14.0 |
| 1381 | 2026-07-21T19:10:38.875Z | Compiling uuid v1.23.4 |
| 1382 | 2026-07-21T19:10:38.905Z | Compiling want v0.3.1 |
| 1383 | 2026-07-21T19:10:38.986Z | Compiling cpufeatures v0.2.17 |
| 1384 | 2026-07-21T19:10:39.030Z | Compiling untrusted v0.9.0 |
| 1385 | 2026-07-21T19:10:39.043Z | Compiling httpdate v1.0.3 |
| 1386 | 2026-07-21T19:10:39.072Z | Compiling foreign-types-shared v0.1.1 |
| 1387 | 2026-07-21T19:10:39.086Z | Compiling rustc_version v0.4.1 |
| 1388 | 2026-07-21T19:10:39.092Z | Compiling unicode-normalization v0.1.25 |
| 1389 | 2026-07-21T19:10:39.114Z | Compiling spin v0.9.8 |
| 1390 | 2026-07-21T19:10:39.129Z | Compiling crc32fast v1.5.0 |
| 1391 | 2026-07-21T19:10:39.168Z | Compiling foreign-types v0.3.2 |
| 1392 | 2026-07-21T19:10:39.188Z | Compiling num-conv v0.2.0 |
| 1393 | 2026-07-21T19:10:39.200Z | Compiling time-core v0.1.8 |
| 1394 | 2026-07-21T19:10:39.240Z | Compiling native-tls v0.2.18 |
| 1395 | 2026-07-21T19:10:39.311Z | Compiling powerfmt v0.2.0 |
| 1396 | 2026-07-21T19:10:39.319Z | Compiling wait-timeout v0.2.1 |
| 1397 | 2026-07-21T19:10:39.329Z | Compiling sync_wrapper v1.0.2 |
| 1398 | 2026-07-21T19:10:39.355Z | Compiling time-macros v0.2.27 |
| 1399 | 2026-07-21T19:10:39.431Z | Compiling deranged v0.5.8 |
| 1400 | 2026-07-21T19:10:39.459Z | Compiling crossbeam-utils v0.8.21 |
| 1401 | 2026-07-21T19:10:39.464Z | Compiling aws-lc-sys v0.40.0 |
| 1402 | 2026-07-21T19:10:39.495Z | Compiling openssl-sys v0.9.115 |
| 1403 | 2026-07-21T19:10:39.495Z | Compiling regex-automata v0.4.14 |
| 1404 | 2026-07-21T19:10:39.514Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1405 | 2026-07-21T19:10:39.539Z | Compiling usdt-impl v0.6.0 |
| 1406 | 2026-07-21T19:10:39.561Z | Compiling syn v1.0.109 |
| 1407 | 2026-07-21T19:10:39.601Z | Compiling synstructure v0.13.2 |
| 1408 | 2026-07-21T19:10:39.623Z | Compiling serde_derive_internals v0.29.1 |
| 1409 | 2026-07-21T19:10:39.831Z | Compiling pest_generator v2.8.6 |
| 1410 | 2026-07-21T19:10:39.871Z | Compiling darling_core v0.20.11 |
| 1411 | 2026-07-21T19:10:39.990Z | Compiling tempfile v3.25.0 |
| 1412 | 2026-07-21T19:10:40.050Z | Compiling siphasher v1.0.2 |
| 1413 | 2026-07-21T19:10:40.295Z | Compiling num_threads v0.1.7 |
| 1414 | 2026-07-21T19:10:40.308Z | Compiling simd-adler32 v0.3.8 |
| 1415 | 2026-07-21T19:10:40.312Z | Compiling bit-vec v0.8.0 |
| 1416 | 2026-07-21T19:10:40.403Z | Compiling quick-error v1.2.3 |
| 1417 | 2026-07-21T19:10:40.494Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-07-21T19:10:40.514Z | Compiling darling_core v0.23.0 |
| 1419 | 2026-07-21T19:10:40.527Z | Compiling bit-set v0.8.0 |
| 1420 | 2026-07-21T19:10:40.575Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1421 | 2026-07-21T19:10:40.581Z | Compiling heapless v0.7.17 |
| 1422 | 2026-07-21T19:10:40.602Z | Compiling rand_xorshift v0.4.0 |
| 1423 | 2026-07-21T19:10:40.606Z | Compiling slog v2.8.2 |
| 1424 | 2026-07-21T19:10:40.637Z | Compiling time v0.3.47 |
| 1425 | 2026-07-21T19:10:40.687Z | Compiling thread-id v5.1.0 |
| 1426 | 2026-07-21T19:10:40.718Z | Compiling cookie v0.18.1 |
| 1427 | 2026-07-21T19:10:40.738Z | Compiling paste v1.0.15 |
| 1428 | 2026-07-21T19:10:40.773Z | Compiling adler2 v2.0.1 |
| 1429 | 2026-07-21T19:10:40.789Z | Compiling anyhow v1.0.102 |
| 1430 | 2026-07-21T19:10:40.817Z | Compiling unarray v0.1.4 |
| 1431 | 2026-07-21T19:10:40.862Z | Compiling ryu v1.0.23 |
| 1432 | 2026-07-21T19:10:40.874Z | Compiling signal-hook v0.3.18 |
| 1433 | 2026-07-21T19:10:40.905Z | Compiling allocator-api2 v0.2.21 |
| 1434 | 2026-07-21T19:10:40.920Z | Compiling unicode-bidi v0.3.18 |
| 1435 | 2026-07-21T19:10:40.942Z | Compiling iri-string v0.7.10 |
| 1436 | 2026-07-21T19:10:41.017Z | Compiling zstd-safe v7.2.4 |
| 1437 | 2026-07-21T19:10:41.043Z | Compiling unicode-properties v0.1.4 |
| 1438 | 2026-07-21T19:10:41.161Z | Compiling miniz_oxide v0.8.9 |
| 1439 | 2026-07-21T19:10:41.191Z | Compiling camino v1.2.2 |
| 1440 | 2026-07-21T19:10:41.246Z | Compiling curve25519-dalek v4.1.3 |
| 1441 | 2026-07-21T19:10:41.377Z | Compiling stringprep v0.1.5 |
| 1442 | 2026-07-21T19:10:41.438Z | Compiling serde_derive v1.0.228 |
| 1443 | 2026-07-21T19:10:41.485Z | Compiling zeroize_derive v1.4.3 |
| 1444 | 2026-07-21T19:10:41.604Z | Compiling zerofrom-derive v0.1.6 |
| 1445 | 2026-07-21T19:10:41.620Z | Compiling yoke-derive v0.8.1 |
| 1446 | 2026-07-21T19:10:41.699Z | Compiling zerovec-derive v0.11.2 |
| 1447 | 2026-07-21T19:10:41.801Z | Compiling zerocopy-derive v0.8.40 |
| 1448 | 2026-07-21T19:10:41.850Z | Compiling displaydoc v0.2.5 |
| 1449 | 2026-07-21T19:10:41.867Z | Compiling tokio-macros v2.7.0 |
| 1450 | 2026-07-21T19:10:42.189Z | Compiling zeroize v1.8.2 |
| 1451 | 2026-07-21T19:10:42.304Z | Compiling futures-macro v0.3.32 |
| 1452 | 2026-07-21T19:10:42.311Z | Compiling thiserror-impl v2.0.18 |
| 1453 | 2026-07-21T19:10:42.514Z | Compiling der_derive v0.7.3 |
| 1454 | 2026-07-21T19:10:42.654Z | Compiling tracing-attributes v0.1.31 |
| 1455 | 2026-07-21T19:10:42.660Z | Compiling rustls-pki-types v1.14.0 |
| 1456 | 2026-07-21T19:10:42.851Z | Compiling schemars_derive v0.8.22 |
| 1457 | 2026-07-21T19:10:42.899Z | Compiling hybrid-array v0.4.13 |
| 1458 | 2026-07-21T19:10:43.006Z | Compiling block-buffer v0.10.4 |
| 1459 | 2026-07-21T19:10:43.065Z | Compiling zerofrom v0.1.6 |
| 1460 | 2026-07-21T19:10:43.132Z | Compiling crypto-common v0.1.7 |
| 1461 | 2026-07-21T19:10:43.147Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-07-21T19:10:43.194Z | Compiling yoke v0.8.1 |
| 1463 | 2026-07-21T19:10:43.208Z | Compiling futures-util v0.3.32 |
| 1464 | 2026-07-21T19:10:43.215Z | Compiling scroll_derive v0.13.1 |
| 1465 | 2026-07-21T19:10:43.307Z | Compiling digest v0.10.7 |
| 1466 | 2026-07-21T19:10:43.355Z | Compiling zerovec v0.11.5 |
| 1467 | 2026-07-21T19:10:43.537Z | Compiling zerotrie v0.2.3 |
| 1468 | 2026-07-21T19:10:43.564Z | Compiling der v0.7.10 |
| 1469 | 2026-07-21T19:10:43.642Z | Compiling darling_macro v0.20.11 |
| 1470 | 2026-07-21T19:10:43.720Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2026-07-21T19:10:43.747Z | Compiling thiserror v2.0.18 |
| 1472 | 2026-07-21T19:10:43.870Z | Compiling tinystr v0.8.2 |
| 1473 | 2026-07-21T19:10:43.895Z | Compiling potential_utf v0.1.4 |
| 1474 | 2026-07-21T19:10:43.900Z | Compiling hmac v0.12.1 |
| 1475 | 2026-07-21T19:10:43.912Z | Compiling sha2 v0.10.9 |
| 1476 | 2026-07-21T19:10:44.060Z | Compiling icu_locale_core v2.1.1 |
| 1477 | 2026-07-21T19:10:44.095Z | Compiling icu_collections v2.1.1 |
| 1478 | 2026-07-21T19:10:44.102Z | Compiling tracing v0.1.44 |
| 1479 | 2026-07-21T19:10:44.118Z | Compiling dtrace-parser v0.3.0 |
| 1480 | 2026-07-21T19:10:44.147Z | Compiling scroll v0.13.0 |
| 1481 | 2026-07-21T19:10:44.208Z | Compiling darling v0.20.11 |
| 1482 | 2026-07-21T19:10:44.227Z | Compiling scroll_derive v0.12.1 |
| 1483 | 2026-07-21T19:10:44.302Z | Compiling derive_builder_core v0.20.2 |
| 1484 | 2026-07-21T19:10:44.396Z | Compiling goblin v0.10.5 |
| 1485 | 2026-07-21T19:10:44.429Z | Compiling spki v0.7.3 |
| 1486 | 2026-07-21T19:10:44.579Z | Compiling thiserror-impl v1.0.69 |
| 1487 | 2026-07-21T19:10:44.661Z | Compiling pkcs8 v0.10.2 |
| 1488 | 2026-07-21T19:10:44.877Z | Compiling icu_provider v2.1.1 |
| 1489 | 2026-07-21T19:10:44.904Z | Compiling block-padding v0.4.2 |
| 1490 | 2026-07-21T19:10:44.960Z | Compiling crypto-common v0.2.2 |
| 1491 | 2026-07-21T19:10:44.985Z | Compiling bytes v1.11.1 |
| 1492 | 2026-07-21T19:10:45.030Z | Compiling chrono v0.4.45 |
| 1493 | 2026-07-21T19:10:45.057Z | Compiling ipnet v2.11.0 |
| 1494 | 2026-07-21T19:10:45.094Z | Compiling scroll v0.12.0 |
| 1495 | 2026-07-21T19:10:45.124Z | Compiling icu_properties v2.1.2 |
| 1496 | 2026-07-21T19:10:45.193Z | Compiling icu_normalizer v2.1.1 |
| 1497 | 2026-07-21T19:10:45.266Z | Compiling derive_builder_macro v0.20.2 |
| 1498 | 2026-07-21T19:10:45.369Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-07-21T19:10:45.402Z | Compiling erased-serde v0.3.31 |
| 1500 | 2026-07-21T19:10:45.580Z | Compiling tokio v1.52.1 |
| 1501 | 2026-07-21T19:10:45.615Z | Compiling http v1.4.2 |
| 1502 | 2026-07-21T19:10:45.635Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2026-07-21T19:10:45.651Z | Compiling hex v0.4.3 |
| 1504 | 2026-07-21T19:10:45.744Z | Compiling serde_urlencoded v0.7.1 |
| 1505 | 2026-07-21T19:10:45.789Z | Compiling serde_tokenstream v0.2.3 |
| 1506 | 2026-07-21T19:10:45.808Z | Compiling block-buffer v0.12.1 |
| 1507 | 2026-07-21T19:10:45.923Z | Compiling md-5 v0.10.6 |
| 1508 | 2026-07-21T19:10:45.939Z | Compiling signature v2.2.0 |
| 1509 | 2026-07-21T19:10:45.963Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-07-21T19:10:46.007Z | Compiling idna_adapter v1.2.1 |
| 1511 | 2026-07-21T19:10:46.029Z | Compiling darling_macro v0.23.0 |
| 1512 | 2026-07-21T19:10:46.084Z | Compiling rustls-native-certs v0.8.3 |
| 1513 | 2026-07-21T19:10:46.100Z | Compiling bstr v1.12.1 |
| 1514 | 2026-07-21T19:10:46.116Z | Compiling idna v1.1.0 |
| 1515 | 2026-07-21T19:10:46.131Z | Compiling zerocopy-derive v0.7.35 |
| 1516 | 2026-07-21T19:10:46.164Z | Compiling async-trait v0.1.89 |
| 1517 | 2026-07-21T19:10:46.264Z | Compiling pin-project-internal v1.1.11 |
| 1518 | 2026-07-21T19:10:46.380Z | Compiling ppv-lite86 v0.2.21 |
| 1519 | 2026-07-21T19:10:46.456Z | Compiling url v2.5.8 |
| 1520 | 2026-07-21T19:10:46.521Z | Compiling http-body v1.0.1 |
| 1521 | 2026-07-21T19:10:46.570Z | Compiling vergen-lib v9.1.0 |
| 1522 | 2026-07-21T19:10:46.682Z | Compiling rand_chacha v0.9.0 |
| 1523 | 2026-07-21T19:10:46.728Z | Compiling http-body-util v0.1.3 |
| 1524 | 2026-07-21T19:10:46.732Z | Compiling rand_chacha v0.3.1 |
| 1525 | 2026-07-21T19:10:46.792Z | Compiling num-integer v0.1.46 |
| 1526 | 2026-07-21T19:10:46.809Z | Compiling hash32 v0.2.1 |
| 1527 | 2026-07-21T19:10:46.809Z | Compiling memoffset v0.9.1 |
| 1528 | 2026-07-21T19:10:46.883Z | Compiling encoding_rs v0.8.35 |
| 1529 | 2026-07-21T19:10:46.989Z | Compiling rand v0.9.2 |
| 1530 | 2026-07-21T19:10:47.035Z | Compiling litrs v1.0.0 |
| 1531 | 2026-07-21T19:10:47.055Z | Compiling mime v0.3.17 |
| 1532 | 2026-07-21T19:10:47.136Z | Compiling fallible-iterator v0.2.0 |
| 1533 | 2026-07-21T19:10:47.244Z | Compiling dof v0.4.0 |
| 1534 | 2026-07-21T19:10:47.257Z | Compiling num-bigint-dig v0.8.6 |
| 1535 | 2026-07-21T19:10:47.346Z | Compiling psl-types v2.0.11 |
| 1536 | 2026-07-21T19:10:47.400Z | Compiling zlib-rs v0.6.2 |
| 1537 | 2026-07-21T19:10:47.435Z | Compiling ref-cast v1.0.25 |
| 1538 | 2026-07-21T19:10:47.435Z | Compiling smoltcp v0.9.1 |
| 1539 | 2026-07-21T19:10:47.474Z | Compiling cfg_aliases v0.2.1 |
| 1540 | 2026-07-21T19:10:47.506Z | Compiling rustix v0.38.44 |
| 1541 | 2026-07-21T19:10:47.528Z | Compiling pin-project v1.1.11 |
| 1542 | 2026-07-21T19:10:47.539Z | Compiling nix v0.31.2 |
| 1543 | 2026-07-21T19:10:47.583Z | Compiling document-features v0.2.12 |
| 1544 | 2026-07-21T19:10:47.609Z | Compiling proptest v1.10.0 |
| 1545 | 2026-07-21T19:10:47.629Z | Compiling postgres-protocol v0.6.10 |
| 1546 | 2026-07-21T19:10:47.808Z | Compiling ipnetwork v0.21.1 |
| 1547 | 2026-07-21T19:10:47.847Z | Compiling publicsuffix v2.3.0 |
| 1548 | 2026-07-21T19:10:47.887Z | Compiling zerocopy v0.7.35 |
| 1549 | 2026-07-21T19:10:47.996Z | Compiling num-iter v0.1.45 |
| 1550 | 2026-07-21T19:10:48.023Z | Compiling rand v0.8.6 |
| 1551 | 2026-07-21T19:10:48.038Z | Compiling oxnet v0.1.6 |
| 1552 | 2026-07-21T19:10:48.178Z | Compiling darling v0.23.0 |
| 1553 | 2026-07-21T19:10:48.220Z | Compiling derive_builder v0.20.2 |
| 1554 | 2026-07-21T19:10:48.270Z | Compiling futures-executor v0.3.32 |
| 1555 | 2026-07-21T19:10:48.324Z | Compiling goblin v0.8.2 |
| 1556 | 2026-07-21T19:10:48.351Z | Compiling hubpack_derive v0.1.1 |
| 1557 | 2026-07-21T19:10:48.430Z | Compiling inout v0.2.2 |
| 1558 | 2026-07-21T19:10:48.446Z | Compiling regex v1.12.3 |
| 1559 | 2026-07-21T19:10:48.546Z | Compiling strum_macros v0.27.2 |
| 1560 | 2026-07-21T19:10:48.596Z | Compiling snafu-derive v0.8.9 |
| 1561 | 2026-07-21T19:10:48.609Z | Compiling daft-derive v0.1.7 |
| 1562 | 2026-07-21T19:10:48.622Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1563 | 2026-07-21T19:10:48.636Z | Compiling ref-cast-impl v1.0.25 |
| 1564 | 2026-07-21T19:10:48.871Z | Compiling phf_shared v0.13.1 |
| 1565 | 2026-07-21T19:10:48.886Z | Compiling terminal_size v0.4.3 |
| 1566 | 2026-07-21T19:10:49.005Z | Compiling lazy_static v1.5.0 |
| 1567 | 2026-07-21T19:10:49.020Z | Compiling anstyle-parse v0.2.7 |
| 1568 | 2026-07-21T19:10:49.044Z | Compiling cargo-platform v0.3.2 |
| 1569 | 2026-07-21T19:10:49.125Z | Compiling vergen v9.1.0 |
| 1570 | 2026-07-21T19:10:49.135Z | Compiling ff v0.13.1 |
| 1571 | 2026-07-21T19:10:49.154Z | Compiling fs-err v3.3.0 |
| 1572 | 2026-07-21T19:10:49.219Z | Compiling ahash v0.8.12 |
| 1573 | 2026-07-21T19:10:49.239Z | Compiling winnow v0.5.40 |
| 1574 | 2026-07-21T19:10:49.303Z | Compiling libbz2-rs-sys v0.2.2 |
| 1575 | 2026-07-21T19:10:49.317Z | Compiling managed v0.8.0 |
| 1576 | 2026-07-21T19:10:49.329Z | Compiling object v0.37.3 |
| 1577 | 2026-07-21T19:10:49.343Z | Compiling base16ct v0.2.0 |
| 1578 | 2026-07-21T19:10:49.356Z | Compiling tokio-util v0.7.18 |
| 1579 | 2026-07-21T19:10:49.379Z | Compiling tower v0.5.3 |
| 1580 | 2026-07-21T19:10:49.384Z | Compiling tokio-native-tls v0.3.1 |
| 1581 | 2026-07-21T19:10:49.512Z | Compiling unicode-segmentation v1.12.0 |
| 1582 | 2026-07-21T19:10:49.534Z | Compiling foldhash v0.1.5 |
| 1583 | 2026-07-21T19:10:49.596Z | Compiling bumpalo v3.20.2 |
| 1584 | 2026-07-21T19:10:49.611Z | Compiling foldhash v0.2.0 |
| 1585 | 2026-07-21T19:10:49.632Z | Compiling same-file v1.0.6 |
| 1586 | 2026-07-21T19:10:49.735Z | Compiling bitflags v1.3.2 |
| 1587 | 2026-07-21T19:10:49.821Z | Compiling tower-http v0.6.8 |
| 1588 | 2026-07-21T19:10:49.859Z | Compiling zopfli v0.8.3 |
| 1589 | 2026-07-21T19:10:49.871Z | Compiling walkdir v2.5.0 |
| 1590 | 2026-07-21T19:10:49.905Z | Compiling bzip2 v0.6.1 |
| 1591 | 2026-07-21T19:10:49.929Z | Compiling hashbrown v0.16.1 |
| 1592 | 2026-07-21T19:10:50.045Z | Compiling newtype-uuid v1.3.2 |
| 1593 | 2026-07-21T19:10:50.137Z | Compiling h2 v0.4.15 |
| 1594 | 2026-07-21T19:10:50.186Z | Compiling hashbrown v0.15.5 |
| 1595 | 2026-07-21T19:10:50.237Z | Compiling daft v0.1.7 |
| 1596 | 2026-07-21T19:10:50.384Z | Compiling flate2 v1.1.9 |
| 1597 | 2026-07-21T19:10:50.561Z | Compiling clap_builder v4.6.0 |
| 1598 | 2026-07-21T19:10:50.597Z | Compiling toml_edit v0.19.15 |
| 1599 | 2026-07-21T19:10:50.604Z | Compiling sec1 v0.7.3 |
| 1600 | 2026-07-21T19:10:50.632Z | Compiling snafu v0.8.9 |
| 1601 | 2026-07-21T19:10:50.639Z | Compiling dof v0.3.0 |
| 1602 | 2026-07-21T19:10:50.639Z | Compiling strum v0.27.2 |
| 1603 | 2026-07-21T19:10:50.759Z | Compiling group v0.13.0 |
| 1604 | 2026-07-21T19:10:50.803Z | Compiling cargo_metadata v0.23.1 |
| 1605 | 2026-07-21T19:10:50.814Z | Compiling anstream v0.6.21 |
| 1606 | 2026-07-21T19:10:50.896Z | Compiling phf v0.13.1 |
| 1607 | 2026-07-21T19:10:50.907Z | Compiling signal-hook-mio v0.2.5 |
| 1608 | 2026-07-21T19:10:51.000Z | Compiling hubpack v0.1.2 |
| 1609 | 2026-07-21T19:10:51.038Z | Compiling usdt-macro v0.6.0 |
| 1610 | 2026-07-21T19:10:51.069Z | Compiling usdt-attr-macro v0.6.0 |
| 1611 | 2026-07-21T19:10:51.134Z | Compiling cookie_store v0.22.1 |
| 1612 | 2026-07-21T19:10:51.230Z | Compiling cipher v0.5.2 |
| 1613 | 2026-07-21T19:10:51.336Z | Compiling bzip2 v0.4.4 |
| 1614 | 2026-07-21T19:10:51.376Z | Compiling futures v0.3.32 |
| 1615 | 2026-07-21T19:10:51.392Z | Compiling serde_with_macros v3.21.0 |
| 1616 | 2026-07-21T19:10:51.547Z | Compiling postgres-types v0.2.12 |
| 1617 | 2026-07-21T19:10:51.572Z | Compiling zstd v0.13.3 |
| 1618 | 2026-07-21T19:10:51.871Z | Compiling globset v0.4.18 |
| 1619 | 2026-07-21T19:10:51.896Z | Compiling ed25519 v2.2.3 |
| 1620 | 2026-07-21T19:10:51.896Z | Compiling dtrace-parser v0.2.0 |
| 1621 | 2026-07-21T19:10:51.921Z | Compiling serde_plain v1.0.2 |
| 1622 | 2026-07-21T19:10:51.959Z | Compiling olpc-cjson v0.1.4 |
| 1623 | 2026-07-21T19:10:52.118Z | Compiling serde-big-array v0.5.1 |
| 1624 | 2026-07-21T19:10:52.133Z | Compiling pkcs1 v0.7.5 |
| 1625 | 2026-07-21T19:10:52.138Z | Compiling hkdf v0.12.4 |
| 1626 | 2026-07-21T19:10:52.193Z | Compiling crypto-bigint v0.5.5 |
| 1627 | 2026-07-21T19:10:52.280Z | Compiling serde_repr v0.1.20 |
| 1628 | 2026-07-21T19:10:52.311Z | Compiling enum-as-inner v0.6.1 |
| 1629 | 2026-07-21T19:10:52.554Z | Compiling strum_macros v0.26.4 |
| 1630 | 2026-07-21T19:10:52.574Z | Compiling clap_derive v4.6.1 |
| 1631 | 2026-07-21T19:10:52.580Z | Compiling async-recursion v1.1.1 |
| 1632 | 2026-07-21T19:10:52.627Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-07-21T19:10:52.704Z | Compiling float-cmp v0.10.0 |
| 1634 | 2026-07-21T19:10:52.772Z | Compiling pem v3.0.6 |
| 1635 | 2026-07-21T19:10:52.828Z | Compiling thread-id v4.2.2 |
| 1636 | 2026-07-21T19:10:52.852Z | Compiling memmap2 v0.9.10 |
| 1637 | 2026-07-21T19:10:52.873Z | Compiling env_filter v1.0.0 |
| 1638 | 2026-07-21T19:10:52.873Z | Compiling difflib v0.4.0 |
| 1639 | 2026-07-21T19:10:52.919Z | Compiling jiff v0.2.21 |
| 1640 | 2026-07-21T19:10:53.091Z | Compiling predicates-core v1.0.10 |
| 1641 | 2026-07-21T19:10:53.124Z | Compiling fixedbitset v0.5.7 |
| 1642 | 2026-07-21T19:10:53.197Z | Compiling fixedbitset v0.4.2 |
| 1643 | 2026-07-21T19:10:53.260Z | Compiling cpufeatures v0.3.0 |
| 1644 | 2026-07-21T19:10:53.288Z | Compiling either v1.15.0 |
| 1645 | 2026-07-21T19:10:53.303Z | Compiling hyper v1.10.1 |
| 1646 | 2026-07-21T19:10:53.343Z | Compiling whoami v2.1.0 |
| 1647 | 2026-07-21T19:10:53.433Z | Compiling normalize-line-endings v0.3.0 |
| 1648 | 2026-07-21T19:10:53.450Z | Compiling typed-path v0.9.3 |
| 1649 | 2026-07-21T19:10:53.450Z | Compiling precomputed-hash v0.1.1 |
| 1650 | 2026-07-21T19:10:53.509Z | Compiling static_assertions v1.1.0 |
| 1651 | 2026-07-21T19:10:53.556Z | Compiling winnow v1.0.3 |
| 1652 | 2026-07-21T19:10:53.570Z | Compiling keccak v0.1.6 |
| 1653 | 2026-07-21T19:10:53.587Z | Compiling const-oid v0.10.2 |
| 1654 | 2026-07-21T19:10:53.598Z | Compiling data-encoding v2.10.0 |
| 1655 | 2026-07-21T19:10:53.774Z | Compiling new_debug_unreachable v1.0.6 |
| 1656 | 2026-07-21T19:10:53.812Z | Compiling digest v0.11.3 |
| 1657 | 2026-07-21T19:10:53.816Z | Compiling string_cache v0.8.9 |
| 1658 | 2026-07-21T19:10:53.819Z | Compiling sha3 v0.10.8 |
| 1659 | 2026-07-21T19:10:53.918Z | Compiling hickory-proto v0.25.2 |
| 1660 | 2026-07-21T19:10:54.012Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1661 | 2026-07-21T19:10:54.041Z | Compiling toml_edit v0.22.27 |
| 1662 | 2026-07-21T19:10:54.291Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1663 | 2026-07-21T19:10:54.310Z | Compiling tokio-postgres v0.7.16 |
| 1664 | 2026-07-21T19:10:54.325Z | Compiling predicates v3.1.4 |
| 1665 | 2026-07-21T19:10:54.342Z | Compiling itertools v0.13.0 |
| 1666 | 2026-07-21T19:10:54.366Z | Compiling strum v0.26.3 |
| 1667 | 2026-07-21T19:10:54.387Z | Compiling petgraph v0.6.5 |
| 1668 | 2026-07-21T19:10:54.432Z | Compiling hyper-util v0.1.20 |
| 1669 | 2026-07-21T19:10:54.516Z | Compiling clap v4.6.1 |
| 1670 | 2026-07-21T19:10:54.598Z | Compiling petgraph v0.8.3 |
| 1671 | 2026-07-21T19:10:54.652Z | Compiling chacha20 v0.10.0 |
| 1672 | 2026-07-21T19:10:54.686Z | Compiling elliptic-curve v0.13.8 |
| 1673 | 2026-07-21T19:10:54.976Z | Compiling env_logger v0.11.9 |
| 1674 | 2026-07-21T19:10:55.042Z | Compiling usdt v0.6.0 |
| 1675 | 2026-07-21T19:10:55.061Z | Compiling usdt-impl v0.5.0 |
| 1676 | 2026-07-21T19:10:55.123Z | Compiling serde_with v3.21.0 |
| 1677 | 2026-07-21T19:10:55.326Z | Compiling crossterm v0.28.1 |
| 1678 | 2026-07-21T19:10:55.362Z | Compiling rsa v0.9.10 |
| 1679 | 2026-07-21T19:10:55.765Z | Compiling zip v4.6.1 |
| 1680 | 2026-07-21T19:10:55.791Z | Compiling ed25519-dalek v2.2.0 |
| 1681 | 2026-07-21T19:10:55.939Z | Compiling hyper-tls v0.6.0 |
| 1682 | 2026-07-21T19:10:56.201Z | Compiling reqwest v0.12.28 |
| 1683 | 2026-07-21T19:10:56.248Z | Compiling toml v0.7.8 |
| 1684 | 2026-07-21T19:10:56.649Z | Compiling zip v0.6.6 |
| 1685 | 2026-07-21T19:10:56.649Z | Compiling iddqd v0.4.2 |
| 1686 | 2026-07-21T19:10:56.880Z | Compiling tokio-stream v0.1.18 |
| 1687 | 2026-07-21T19:10:56.952Z | Compiling heck v0.4.1 |
| 1688 | 2026-07-21T19:10:56.961Z | Compiling similar v2.7.0 |
| 1689 | 2026-07-21T19:10:56.984Z | Compiling buf-list v1.1.2 |
| 1690 | 2026-07-21T19:10:57.117Z | Compiling byte-wrapper v0.1.0 |
| 1691 | 2026-07-21T19:10:57.173Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1692 | 2026-07-21T19:10:57.188Z | Compiling openapiv3 v2.2.0 |
| 1693 | 2026-07-21T19:10:57.207Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-07-21T19:10:57.250Z | Compiling crossbeam-epoch v0.9.18 |
| 1695 | 2026-07-21T19:10:57.279Z | Compiling peg-runtime v0.8.5 |
| 1696 | 2026-07-21T19:10:57.352Z | Compiling lalrpop-util v0.19.12 |
| 1697 | 2026-07-21T19:10:57.465Z | Compiling thread_local v1.1.9 |
| 1698 | 2026-07-21T19:10:57.485Z | Compiling slog-async v2.8.0 |
| 1699 | 2026-07-21T19:10:57.588Z | Compiling crossbeam-channel v0.5.15 |
| 1700 | 2026-07-21T19:10:57.592Z | Compiling filetime v0.2.27 |
| 1701 | 2026-07-21T19:10:57.609Z | Compiling is-terminal v0.4.17 |
| 1702 | 2026-07-21T19:10:57.712Z | Compiling take_mut v0.2.2 |
| 1703 | 2026-07-21T19:10:57.731Z | Compiling term v1.2.1 |
| 1704 | 2026-07-21T19:10:57.931Z | Compiling xattr v1.6.1 |
| 1705 | 2026-07-21T19:10:57.967Z | Compiling camino-tempfile v1.4.1 |
| 1706 | 2026-07-21T19:10:57.975Z | Compiling tar v0.4.46 |
| 1707 | 2026-07-21T19:10:58.059Z | Compiling slog-term v2.9.2 |
| 1708 | 2026-07-21T19:11:15.849Z | Compiling rustls-webpki v0.103.13 |
| 1709 | 2026-07-21T19:11:22.669Z | Compiling tokio-rustls v0.26.4 |
| 1710 | 2026-07-21T19:11:22.670Z | Compiling rustls-platform-verifier v0.6.2 |
| 1711 | 2026-07-21T19:11:22.670Z | Compiling tough v0.22.0 |
| 1712 | 2026-07-21T19:11:22.670Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-07-21T19:11:22.670Z | Compiling reqwest v0.13.2 |
| 1714 | 2026-07-21T19:11:22.670Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1715 | 2026-07-21T19:11:22.670Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1716 | 2026-07-21T19:11:24.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.71s |
| 1717 | 2026-07-21T19:11:24.218Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1718 | 2026-07-21T19:11:24.253Z | Jul 21 19:11:23.884 INFO Starting download, target: Console |
| 1719 | 2026-07-21T19:11:24.254Z | Jul 21 19:11:23.884 INFO Starting download, target: DendriteStub |
| 1720 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Starting download, target: Clickhouse |
| 1721 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Starting download, target: Cockroach |
| 1722 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Starting download, target: MaghemiteMgd |
| 1723 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Starting download, target: MaghemiteDdmd |
| 1724 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Starting download, target: TransceiverControl |
| 1725 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1726 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-07-21T19:11:24.267Z | Jul 21 19:11:23.884 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1728 | 2026-07-21T19:11:24.268Z | Jul 21 19:11:23.885 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1729 | 2026-07-21T19:11:24.268Z | Jul 21 19:11:23.885 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-07-21T19:11:24.268Z | Jul 21 19:11:23.885 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-07-21T19:11:24.268Z | Jul 21 19:11:23.885 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-07-21T19:11:25.003Z | Jul 21 19:11:24.616 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-07-21T19:11:25.185Z | Jul 21 19:11:24.823 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-07-21T19:11:26.100Z | Jul 21 19:11:25.690 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-07-21T19:11:26.336Z | Jul 21 19:11:25.950 INFO Download complete, target: Console |
| 1736 | 2026-07-21T19:11:26.532Z | Jul 21 19:11:26.169 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-07-21T19:11:26.709Z | Jul 21 19:11:26.344 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1738 | 2026-07-21T19:11:27.544Z | Jul 21 19:11:27.156 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1739 | 2026-07-21T19:11:27.657Z | Jul 21 19:11:27.293 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1740 | 2026-07-21T19:11:28.129Z | Jul 21 19:11:27.777 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1741 | 2026-07-21T19:11:28.129Z | Jul 21 19:11:27.777 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1742 | 2026-07-21T19:11:28.997Z | Jul 21 19:11:28.645 INFO Download complete, target: DendriteStub |
| 1743 | 2026-07-21T19:11:29.628Z | Jul 21 19:11:29.273 INFO Download complete, target: MaghemiteDdmd |
| 1744 | 2026-07-21T19:11:30.349Z | Jul 21 19:11:29.996 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-07-21T19:11:32.843Z | Jul 21 19:11:32.490 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-07-21T19:11:32.970Z | Jul 21 19:11:32.617 INFO Download complete, target: Cockroach |
| 1747 | 2026-07-21T19:11:33.651Z | Jul 21 19:11:33.297 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-07-21T19:11:33.736Z | Jul 21 19:11:33.382 INFO Download complete, target: Clickhouse |
| 1749 | 2026-07-21T19:11:33.741Z | All prerequisites installed successfully |
| 1750 | 2026-07-21T19:11:33.744Z | |
| 1751 | 2026-07-21T19:11:33.744Z | real 1:46.753380065 |
| 1752 | 2026-07-21T19:11:33.744Z | user 6:36.422856185 |
| 1753 | 2026-07-21T19:11:33.744Z | sys 1:38.477490368 |
| 1754 | 2026-07-21T19:11:33.744Z | trap 0.264918078 |
| 1755 | 2026-07-21T19:11:33.744Z | tflt 0.775598942 |
| 1756 | 2026-07-21T19:11:33.744Z | dflt 1.695711345 |
| 1757 | 2026-07-21T19:11:33.744Z | kflt 0.030232870 |
| 1758 | 2026-07-21T19:11:33.744Z | lock 23:03.708097030 |
| 1759 | 2026-07-21T19:11:33.744Z | slp 18:13.113935428 |
| 1760 | 2026-07-21T19:11:33.744Z | lat 22.901082613 |
| 1761 | 2026-07-21T19:11:33.744Z | stop 2:38.897210327 |
| 1762 | 2026-07-21T19:11:33.744Z | + ptime -m cargo xtask download softnpu |
| 1763 | 2026-07-21T19:11:34.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1764 | 2026-07-21T19:11:34.197Z | Running `target/debug/xtask download softnpu` |
| 1765 | 2026-07-21T19:11:34.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1766 | 2026-07-21T19:11:34.976Z | Running `target/debug/xtask-downloader softnpu` |
| 1767 | 2026-07-21T19:11:35.016Z | Jul 21 19:11:34.663 INFO Starting download, target: Softnpu |
| 1768 | 2026-07-21T19:11:35.019Z | Jul 21 19:11:34.663 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1769 | 2026-07-21T19:11:58.330Z | Jul 21 19:11:57.958 INFO Download complete, target: Softnpu |
| 1770 | 2026-07-21T19:11:58.362Z | |
| 1771 | 2026-07-21T19:11:58.362Z | real 24.566737891 |
| 1772 | 2026-07-21T19:11:58.362Z | user 1.255739287 |
| 1773 | 2026-07-21T19:11:58.362Z | sys 0.586549920 |
| 1774 | 2026-07-21T19:11:58.362Z | trap 0.000485290 |
| 1775 | 2026-07-21T19:11:58.362Z | tflt 0.000145740 |
| 1776 | 2026-07-21T19:11:58.362Z | dflt 0.000115410 |
| 1777 | 2026-07-21T19:11:58.362Z | kflt 0.000000000 |
| 1778 | 2026-07-21T19:11:58.362Z | lock 6:48.723084237 |
| 1779 | 2026-07-21T19:11:58.362Z | slp 23.146918275 |
| 1780 | 2026-07-21T19:11:58.363Z | lat 0.093040941 |
| 1781 | 2026-07-21T19:11:58.363Z | stop 0.000202250 |
| 1782 | 2026-07-21T19:11:58.363Z | + export CARGO_INCREMENTAL=0 |
| 1783 | 2026-07-21T19:11:58.363Z | + CARGO_INCREMENTAL=0 |
| 1784 | 2026-07-21T19:11:58.363Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1785 | 2026-07-21T19:11:59.182Z | Compiling proc-macro2 v1.0.106 |
| 1786 | 2026-07-21T19:11:59.182Z | Compiling quote v1.0.45 |
| 1787 | 2026-07-21T19:11:59.182Z | Compiling unicode-ident v1.0.24 |
| 1788 | 2026-07-21T19:11:59.210Z | Compiling libc v0.2.185 |
| 1789 | 2026-07-21T19:11:59.210Z | Compiling serde_core v1.0.228 |
| 1790 | 2026-07-21T19:11:59.210Z | Compiling serde v1.0.228 |
| 1791 | 2026-07-21T19:11:59.210Z | Compiling cfg-if v1.0.4 |
| 1792 | 2026-07-21T19:11:59.210Z | Compiling version_check v0.9.5 |
| 1793 | 2026-07-21T19:11:59.210Z | Compiling shlex v1.3.0 |
| 1794 | 2026-07-21T19:11:59.211Z | Compiling find-msvc-tools v0.1.9 |
| 1795 | 2026-07-21T19:11:59.219Z | Compiling memchr v2.8.0 |
| 1796 | 2026-07-21T19:11:59.219Z | Compiling zmij v1.0.21 |
| 1797 | 2026-07-21T19:11:59.345Z | Compiling serde_json v1.0.150 |
| 1798 | 2026-07-21T19:11:59.365Z | Compiling autocfg v1.5.0 |
| 1799 | 2026-07-21T19:11:59.488Z | Compiling portable-atomic v1.13.1 |
| 1800 | 2026-07-21T19:11:59.549Z | Compiling zerocopy v0.8.40 |
| 1801 | 2026-07-21T19:11:59.585Z | Compiling getrandom v0.4.1 |
| 1802 | 2026-07-21T19:11:59.704Z | Compiling libm v0.2.16 |
| 1803 | 2026-07-21T19:11:59.741Z | Compiling parking_lot_core v0.9.12 |
| 1804 | 2026-07-21T19:11:59.758Z | Compiling num-traits v0.2.19 |
| 1805 | 2026-07-21T19:11:59.800Z | Compiling icu_properties_data v2.1.2 |
| 1806 | 2026-07-21T19:11:59.844Z | Compiling icu_normalizer_data v2.1.1 |
| 1807 | 2026-07-21T19:11:59.851Z | Compiling smallvec v1.15.1 |
| 1808 | 2026-07-21T19:11:59.885Z | Compiling generic-array v0.14.7 |
| 1809 | 2026-07-21T19:11:59.968Z | Compiling itoa v1.0.17 |
| 1810 | 2026-07-21T19:12:00.002Z | Compiling log v0.4.29 |
| 1811 | 2026-07-21T19:12:00.067Z | Compiling subtle v2.6.1 |
| 1812 | 2026-07-21T19:12:00.115Z | Compiling pkg-config v0.3.32 |
| 1813 | 2026-07-21T19:12:00.115Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-07-21T19:12:00.150Z | Compiling typenum v1.20.1 |
| 1815 | 2026-07-21T19:12:00.200Z | Compiling scopeguard v1.2.0 |
| 1816 | 2026-07-21T19:12:00.254Z | Compiling rand_core v0.10.0 |
| 1817 | 2026-07-21T19:12:00.292Z | Compiling lock_api v0.4.14 |
| 1818 | 2026-07-21T19:12:00.330Z | Compiling thiserror v2.0.18 |
| 1819 | 2026-07-21T19:12:00.364Z | Compiling getrandom v0.3.4 |
| 1820 | 2026-07-21T19:12:00.384Z | Compiling pin-project-lite v0.2.17 |
| 1821 | 2026-07-21T19:12:00.440Z | Compiling jobserver v0.1.34 |
| 1822 | 2026-07-21T19:12:00.478Z | Compiling errno v0.3.14 |
| 1823 | 2026-07-21T19:12:00.558Z | Compiling percent-encoding v2.3.2 |
| 1824 | 2026-07-21T19:12:00.584Z | Compiling writeable v0.6.2 |
| 1825 | 2026-07-21T19:12:00.587Z | Compiling litemap v0.8.1 |
| 1826 | 2026-07-21T19:12:00.587Z | Compiling fnv v1.0.7 |
| 1827 | 2026-07-21T19:12:00.630Z | Compiling equivalent v1.0.2 |
| 1828 | 2026-07-21T19:12:00.657Z | Compiling syn v2.0.117 |
| 1829 | 2026-07-21T19:12:00.677Z | Compiling cc v1.2.56 |
| 1830 | 2026-07-21T19:12:00.688Z | Compiling getrandom v0.2.17 |
| 1831 | 2026-07-21T19:12:00.738Z | Compiling schemars v0.8.22 |
| 1832 | 2026-07-21T19:12:00.765Z | Compiling rustversion v1.0.22 |
| 1833 | 2026-07-21T19:12:00.826Z | Compiling rand_core v0.6.4 |
| 1834 | 2026-07-21T19:12:00.894Z | Compiling dunce v1.0.5 |
| 1835 | 2026-07-21T19:12:00.898Z | Compiling fs_extra v1.3.0 |
| 1836 | 2026-07-21T19:12:00.925Z | Compiling critical-section v1.2.0 |
| 1837 | 2026-07-21T19:12:00.925Z | Compiling rustix v1.1.3 |
| 1838 | 2026-07-21T19:12:01.024Z | Compiling hashbrown v0.17.0 |
| 1839 | 2026-07-21T19:12:01.118Z | Compiling signal-hook-registry v1.4.8 |
| 1840 | 2026-07-21T19:12:01.202Z | Compiling strsim v0.11.1 |
| 1841 | 2026-07-21T19:12:01.230Z | Compiling heck v0.5.0 |
| 1842 | 2026-07-21T19:12:01.233Z | Compiling utf8_iter v1.0.4 |
| 1843 | 2026-07-21T19:12:01.317Z | Compiling once_cell v1.21.3 |
| 1844 | 2026-07-21T19:12:01.445Z | Compiling cmake v0.1.57 |
| 1845 | 2026-07-21T19:12:01.544Z | Compiling semver v1.0.28 |
| 1846 | 2026-07-21T19:12:01.625Z | Compiling bitflags v2.11.0 |
| 1847 | 2026-07-21T19:12:01.629Z | Compiling indexmap v2.14.0 |
| 1848 | 2026-07-21T19:12:01.654Z | Compiling parking_lot v0.12.5 |
| 1849 | 2026-07-21T19:12:01.654Z | Compiling form_urlencoded v1.2.2 |
| 1850 | 2026-07-21T19:12:01.805Z | Compiling mio v1.2.0 |
| 1851 | 2026-07-21T19:12:01.805Z | Compiling socket2 v0.6.3 |
| 1852 | 2026-07-21T19:12:01.841Z | Compiling aws-lc-rs v1.16.3 |
| 1853 | 2026-07-21T19:12:01.905Z | Compiling ident_case v1.0.1 |
| 1854 | 2026-07-21T19:12:01.949Z | Compiling futures-core v0.3.32 |
| 1855 | 2026-07-21T19:12:02.027Z | Compiling aws-lc-sys v0.40.0 |
| 1856 | 2026-07-21T19:12:02.030Z | Compiling httparse v1.10.1 |
| 1857 | 2026-07-21T19:12:02.170Z | Compiling thiserror v1.0.69 |
| 1858 | 2026-07-21T19:12:02.316Z | Compiling ucd-trie v0.1.7 |
| 1859 | 2026-07-21T19:12:02.333Z | Compiling byteorder v1.5.0 |
| 1860 | 2026-07-21T19:12:02.456Z | Compiling vcpkg v0.2.15 |
| 1861 | 2026-07-21T19:12:02.492Z | Compiling pest v2.8.6 |
| 1862 | 2026-07-21T19:12:02.505Z | Compiling regex-syntax v0.8.10 |
| 1863 | 2026-07-21T19:12:02.535Z | Compiling syn v1.0.109 |
| 1864 | 2026-07-21T19:12:02.606Z | Compiling const-oid v0.9.6 |
| 1865 | 2026-07-21T19:12:02.621Z | Compiling iana-time-zone v0.1.65 |
| 1866 | 2026-07-21T19:12:02.794Z | Compiling uuid v1.23.4 |
| 1867 | 2026-07-21T19:12:02.924Z | Compiling rustc_version v0.4.1 |
| 1868 | 2026-07-21T19:12:02.982Z | Compiling rustls v0.23.41 |
| 1869 | 2026-07-21T19:12:03.026Z | Compiling futures-sink v0.3.32 |
| 1870 | 2026-07-21T19:12:03.041Z | Compiling openssl-sys v0.9.115 |
| 1871 | 2026-07-21T19:12:03.147Z | Compiling futures-channel v0.3.32 |
| 1872 | 2026-07-21T19:12:03.193Z | Compiling aho-corasick v1.1.4 |
| 1873 | 2026-07-21T19:12:03.241Z | Compiling slab v0.4.12 |
| 1874 | 2026-07-21T19:12:03.258Z | Compiling futures-io v0.3.32 |
| 1875 | 2026-07-21T19:12:03.392Z | Compiling futures-task v0.3.32 |
| 1876 | 2026-07-21T19:12:03.469Z | Compiling synstructure v0.13.2 |
| 1877 | 2026-07-21T19:12:03.485Z | Compiling serde_derive_internals v0.29.1 |
| 1878 | 2026-07-21T19:12:03.582Z | Compiling pest_meta v2.8.6 |
| 1879 | 2026-07-21T19:12:03.627Z | Compiling plain v0.2.3 |
| 1880 | 2026-07-21T19:12:03.656Z | Compiling time-core v0.1.8 |
| 1881 | 2026-07-21T19:12:03.671Z | Compiling dyn-clone v1.0.20 |
| 1882 | 2026-07-21T19:12:03.767Z | Compiling crc32fast v1.5.0 |
| 1883 | 2026-07-21T19:12:03.780Z | Compiling num-conv v0.2.0 |
| 1884 | 2026-07-21T19:12:03.852Z | Compiling crossbeam-utils v0.8.21 |
| 1885 | 2026-07-21T19:12:03.867Z | Compiling base64 v0.22.1 |
| 1886 | 2026-07-21T19:12:03.920Z | Compiling time-macros v0.2.27 |
| 1887 | 2026-07-21T19:12:04.009Z | Compiling pretty-hex v0.4.1 |
| 1888 | 2026-07-21T19:12:04.025Z | Compiling openssl v0.10.79 |
| 1889 | 2026-07-21T19:12:04.057Z | Compiling regex-automata v0.4.14 |
| 1890 | 2026-07-21T19:12:04.119Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1891 | 2026-07-21T19:12:04.250Z | Compiling pest_generator v2.8.6 |
| 1892 | 2026-07-21T19:12:04.268Z | Compiling native-tls v0.2.18 |
| 1893 | 2026-07-21T19:12:04.293Z | Compiling anyhow v1.0.102 |
| 1894 | 2026-07-21T19:12:04.297Z | Compiling rand_core v0.9.5 |
| 1895 | 2026-07-21T19:12:04.517Z | Compiling slog v2.8.2 |
| 1896 | 2026-07-21T19:12:04.534Z | Compiling tracing-core v0.1.36 |
| 1897 | 2026-07-21T19:12:04.654Z | Compiling cookie v0.18.1 |
| 1898 | 2026-07-21T19:12:04.672Z | Compiling camino v1.2.2 |
| 1899 | 2026-07-21T19:12:04.698Z | Compiling serde_derive v1.0.228 |
| 1900 | 2026-07-21T19:12:04.760Z | Compiling zeroize_derive v1.4.3 |
| 1901 | 2026-07-21T19:12:04.789Z | Compiling zerofrom-derive v0.1.6 |
| 1902 | 2026-07-21T19:12:04.835Z | Compiling yoke-derive v0.8.1 |
| 1903 | 2026-07-21T19:12:04.849Z | Compiling zerovec-derive v0.11.2 |
| 1904 | 2026-07-21T19:12:04.870Z | Compiling displaydoc v0.2.5 |
| 1905 | 2026-07-21T19:12:04.893Z | Compiling zerocopy-derive v0.8.40 |
| 1906 | 2026-07-21T19:12:04.918Z | Compiling tokio-macros v2.7.0 |
| 1907 | 2026-07-21T19:12:04.926Z | Compiling futures-macro v0.3.32 |
| 1908 | 2026-07-21T19:12:05.001Z | Compiling thiserror-impl v2.0.18 |
| 1909 | 2026-07-21T19:12:05.207Z | Compiling schemars_derive v0.8.22 |
| 1910 | 2026-07-21T19:12:05.384Z | Compiling zeroize v1.8.2 |
| 1911 | 2026-07-21T19:12:05.594Z | Compiling tracing-attributes v0.1.31 |
| 1912 | 2026-07-21T19:12:05.651Z | Compiling der_derive v0.7.3 |
| 1913 | 2026-07-21T19:12:05.712Z | Compiling thiserror-impl v1.0.69 |
| 1914 | 2026-07-21T19:12:05.806Z | Compiling pest_derive v2.8.6 |
| 1915 | 2026-07-21T19:12:05.911Z | Compiling zerofrom v0.1.6 |
| 1916 | 2026-07-21T19:12:06.060Z | Compiling yoke v0.8.1 |
| 1917 | 2026-07-21T19:12:06.197Z | Compiling crypto-common v0.1.7 |
| 1918 | 2026-07-21T19:12:06.200Z | Compiling futures-util v0.3.32 |
| 1919 | 2026-07-21T19:12:06.238Z | Compiling zerovec v0.11.5 |
| 1920 | 2026-07-21T19:12:06.296Z | Compiling zerotrie v0.2.3 |
| 1921 | 2026-07-21T19:12:06.554Z | Compiling block-buffer v0.10.4 |
| 1922 | 2026-07-21T19:12:06.682Z | Compiling digest v0.10.7 |
| 1923 | 2026-07-21T19:12:06.744Z | Compiling scroll_derive v0.12.1 |
| 1924 | 2026-07-21T19:12:06.783Z | Compiling scroll_derive v0.13.1 |
| 1925 | 2026-07-21T19:12:06.798Z | Compiling openssl-macros v0.1.1 |
| 1926 | 2026-07-21T19:12:06.852Z | Compiling tinystr v0.8.2 |
| 1927 | 2026-07-21T19:12:06.882Z | Compiling potential_utf v0.1.4 |
| 1928 | 2026-07-21T19:12:07.090Z | Compiling icu_locale_core v2.1.1 |
| 1929 | 2026-07-21T19:12:07.105Z | Compiling icu_collections v2.1.1 |
| 1930 | 2026-07-21T19:12:07.197Z | Compiling regex v1.12.3 |
| 1931 | 2026-07-21T19:12:07.433Z | Compiling zerocopy-derive v0.7.35 |
| 1932 | 2026-07-21T19:12:07.580Z | Compiling base64ct v1.8.3 |
| 1933 | 2026-07-21T19:12:07.595Z | Compiling tracing v0.1.44 |
| 1934 | 2026-07-21T19:12:07.832Z | Compiling bytes v1.11.1 |
| 1935 | 2026-07-21T19:12:07.888Z | Compiling icu_provider v2.1.1 |
| 1936 | 2026-07-21T19:12:07.900Z | Compiling chrono v0.4.45 |
| 1937 | 2026-07-21T19:12:07.962Z | Compiling serde_tokenstream v0.2.3 |
| 1938 | 2026-07-21T19:12:08.246Z | Compiling icu_normalizer v2.1.1 |
| 1939 | 2026-07-21T19:12:08.260Z | Compiling icu_properties v2.1.2 |
| 1940 | 2026-07-21T19:12:08.458Z | Compiling tokio v1.52.1 |
| 1941 | 2026-07-21T19:12:08.739Z | Compiling http v1.4.2 |
| 1942 | 2026-07-21T19:12:08.809Z | Compiling pem-rfc7468 v0.7.0 |
| 1943 | 2026-07-21T19:12:09.319Z | Compiling idna_adapter v1.2.1 |
| 1944 | 2026-07-21T19:12:09.359Z | Compiling ppv-lite86 v0.2.21 |
| 1945 | 2026-07-21T19:12:09.454Z | Compiling idna v1.1.0 |
| 1946 | 2026-07-21T19:12:09.504Z | Compiling flagset v0.4.7 |
| 1947 | 2026-07-21T19:12:09.589Z | Compiling http-body v1.0.1 |
| 1948 | 2026-07-21T19:12:09.612Z | Compiling rustls-pki-types v1.14.0 |
| 1949 | 2026-07-21T19:12:09.648Z | Compiling rand_chacha v0.9.0 |
| 1950 | 2026-07-21T19:12:09.691Z | Compiling der v0.7.10 |
| 1951 | 2026-07-21T19:12:09.759Z | Compiling url v2.5.8 |
| 1952 | 2026-07-21T19:12:10.078Z | Compiling usdt-impl v0.5.0 |
| 1953 | 2026-07-21T19:12:10.223Z | Compiling tinyvec_macros v0.1.1 |
| 1954 | 2026-07-21T19:12:10.243Z | Compiling cmov v0.5.4 |
| 1955 | 2026-07-21T19:12:10.267Z | Compiling usdt-impl v0.6.0 |
| 1956 | 2026-07-21T19:12:10.326Z | Compiling openssl-probe v0.2.1 |
| 1957 | 2026-07-21T19:12:10.497Z | Compiling either v1.15.0 |
| 1958 | 2026-07-21T19:12:10.512Z | Compiling paste v1.0.15 |
| 1959 | 2026-07-21T19:12:10.652Z | Compiling fastrand v2.3.0 |
| 1960 | 2026-07-21T19:12:10.676Z | Compiling ref-cast v1.0.25 |
| 1961 | 2026-07-21T19:12:10.727Z | Compiling spki v0.7.3 |
| 1962 | 2026-07-21T19:12:10.829Z | Compiling ctutils v0.4.2 |
| 1963 | 2026-07-21T19:12:10.884Z | Compiling tinyvec v1.10.0 |
| 1964 | 2026-07-21T19:12:10.988Z | Compiling rand v0.9.2 |
| 1965 | 2026-07-21T19:12:11.082Z | Compiling toml_datetime v0.6.11 |
| 1966 | 2026-07-21T19:12:11.097Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-07-21T19:12:11.141Z | Compiling scroll v0.13.0 |
| 1968 | 2026-07-21T19:12:11.189Z | Compiling scroll v0.12.0 |
| 1969 | 2026-07-21T19:12:11.250Z | Compiling async-trait v0.1.89 |
| 1970 | 2026-07-21T19:12:11.266Z | Compiling heapless v0.7.17 |
| 1971 | 2026-07-21T19:12:11.396Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1972 | 2026-07-21T19:12:11.424Z | Compiling zstd-safe v7.2.4 |
| 1973 | 2026-07-21T19:12:11.483Z | Compiling tower-layer v0.3.3 |
| 1974 | 2026-07-21T19:12:11.488Z | Compiling atomic-waker v1.1.2 |
| 1975 | 2026-07-21T19:12:11.512Z | Compiling cpufeatures v0.2.17 |
| 1976 | 2026-07-21T19:12:11.540Z | Compiling litrs v1.0.0 |
| 1977 | 2026-07-21T19:12:11.557Z | Compiling rustix v0.38.44 |
| 1978 | 2026-07-21T19:12:11.588Z | Compiling untrusted v0.7.1 |
| 1979 | 2026-07-21T19:12:11.603Z | Compiling winnow v0.7.14 |
| 1980 | 2026-07-21T19:12:11.641Z | Compiling signal-hook v0.3.18 |
| 1981 | 2026-07-21T19:12:11.705Z | Compiling tower-service v0.3.3 |
| 1982 | 2026-07-21T19:12:11.732Z | Compiling try-lock v0.2.5 |
| 1983 | 2026-07-21T19:12:11.746Z | Compiling winnow v1.0.3 |
| 1984 | 2026-07-21T19:12:11.818Z | Compiling goblin v0.8.2 |
| 1985 | 2026-07-21T19:12:11.859Z | Compiling want v0.3.1 |
| 1986 | 2026-07-21T19:12:12.021Z | Compiling document-features v0.2.12 |
| 1987 | 2026-07-21T19:12:12.045Z | Compiling goblin v0.10.5 |
| 1988 | 2026-07-21T19:12:12.120Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1989 | 2026-07-21T19:12:12.158Z | Compiling hybrid-array v0.4.13 |
| 1990 | 2026-07-21T19:12:12.421Z | Compiling tokio-util v0.7.18 |
| 1991 | 2026-07-21T19:12:12.592Z | Compiling zerocopy v0.7.35 |
| 1992 | 2026-07-21T19:12:12.816Z | Compiling ipnet v2.11.0 |
| 1993 | 2026-07-21T19:12:12.999Z | Compiling ref-cast-impl v1.0.25 |
| 1994 | 2026-07-21T19:12:13.019Z | Compiling darling_core v0.20.11 |
| 1995 | 2026-07-21T19:12:13.035Z | Compiling curve25519-dalek v4.1.3 |
| 1996 | 2026-07-21T19:12:13.110Z | Compiling memoffset v0.9.1 |
| 1997 | 2026-07-21T19:12:13.177Z | Compiling h2 v0.4.15 |
| 1998 | 2026-07-21T19:12:13.318Z | Compiling untrusted v0.9.0 |
| 1999 | 2026-07-21T19:12:13.349Z | Compiling utf8parse v0.2.2 |
| 2000 | 2026-07-21T19:12:13.525Z | Compiling httpdate v1.0.3 |
| 2001 | 2026-07-21T19:12:13.707Z | Compiling powerfmt v0.2.0 |
| 2002 | 2026-07-21T19:12:13.726Z | Compiling winnow v0.5.40 |
| 2003 | 2026-07-21T19:12:13.730Z | Compiling foreign-types-shared v0.1.1 |
| 2004 | 2026-07-21T19:12:13.759Z | Compiling tempfile v3.25.0 |
| 2005 | 2026-07-21T19:12:13.849Z | Compiling foreign-types v0.3.2 |
| 2006 | 2026-07-21T19:12:13.900Z | Compiling deranged v0.5.8 |
| 2007 | 2026-07-21T19:12:13.986Z | Compiling unicode-normalization v0.1.25 |
| 2008 | 2026-07-21T19:12:14.123Z | Compiling dof v0.3.0 |
| 2009 | 2026-07-21T19:12:14.457Z | Compiling dtrace-parser v0.2.0 |
| 2010 | 2026-07-21T19:12:14.547Z | Compiling pkcs8 v0.10.2 |
| 2011 | 2026-07-21T19:12:14.815Z | Compiling dof v0.4.0 |
| 2012 | 2026-07-21T19:12:14.964Z | Compiling darling_macro v0.20.11 |
| 2013 | 2026-07-21T19:12:15.022Z | Compiling toml_edit v0.19.15 |
| 2014 | 2026-07-21T19:12:15.056Z | Compiling dtrace-parser v0.3.0 |
| 2015 | 2026-07-21T19:12:15.157Z | Compiling pin-project-internal v1.1.11 |
| 2016 | 2026-07-21T19:12:15.379Z | Compiling daft-derive v0.1.7 |
| 2017 | 2026-07-21T19:12:15.464Z | Compiling spin v0.9.8 |
| 2018 | 2026-07-21T19:12:15.480Z | Compiling thread-id v4.2.2 |
| 2019 | 2026-07-21T19:12:15.494Z | Compiling thread-id v5.1.0 |
| 2020 | 2026-07-21T19:12:15.579Z | Compiling cfg_aliases v0.2.1 |
| 2021 | 2026-07-21T19:12:15.672Z | Compiling num-bigint-dig v0.8.6 |
| 2022 | 2026-07-21T19:12:15.819Z | Compiling smoltcp v0.9.1 |
| 2023 | 2026-07-21T19:12:15.909Z | Compiling anstyle v1.0.14 |
| 2024 | 2026-07-21T19:12:15.968Z | Compiling num_threads v0.1.7 |
| 2025 | 2026-07-21T19:12:16.012Z | Compiling nix v0.31.2 |
| 2026 | 2026-07-21T19:12:16.081Z | Compiling time v0.3.47 |
| 2027 | 2026-07-21T19:12:16.147Z | Compiling darling v0.20.11 |
| 2028 | 2026-07-21T19:12:16.264Z | Compiling sha2 v0.10.9 |
| 2029 | 2026-07-21T19:12:16.405Z | Compiling hyper v1.10.1 |
| 2030 | 2026-07-21T19:12:16.583Z | Compiling ipnetwork v0.21.1 |
| 2031 | 2026-07-21T19:12:16.679Z | Compiling hmac v0.12.1 |
| 2032 | 2026-07-21T19:12:16.697Z | Compiling strum_macros v0.26.4 |
| 2033 | 2026-07-21T19:12:16.838Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2034 | 2026-07-21T19:12:17.080Z | Compiling darling_core v0.23.0 |
| 2035 | 2026-07-21T19:12:17.096Z | Compiling sync_wrapper v1.0.2 |
| 2036 | 2026-07-21T19:12:17.225Z | Compiling wait-timeout v0.2.1 |
| 2037 | 2026-07-21T19:12:17.507Z | Compiling simd-adler32 v0.3.8 |
| 2038 | 2026-07-21T19:12:17.691Z | Compiling hyper-util v0.1.20 |
| 2039 | 2026-07-21T19:12:17.706Z | Compiling anstyle-query v1.1.5 |
| 2040 | 2026-07-21T19:12:17.766Z | Compiling colorchoice v1.0.4 |
| 2041 | 2026-07-21T19:12:17.899Z | Compiling bit-vec v0.8.0 |
| 2042 | 2026-07-21T19:12:17.926Z | Compiling is_terminal_polyfill v1.70.2 |
| 2043 | 2026-07-21T19:12:18.034Z | Compiling quick-error v1.2.3 |
| 2044 | 2026-07-21T19:12:18.149Z | Compiling siphasher v1.0.2 |
| 2045 | 2026-07-21T19:12:18.166Z | Compiling rusty-fork v0.3.1 |
| 2046 | 2026-07-21T19:12:18.200Z | Compiling bit-set v0.8.0 |
| 2047 | 2026-07-21T19:12:18.419Z | Compiling tower v0.5.3 |
| 2048 | 2026-07-21T19:12:18.962Z | Compiling derive_builder_core v0.20.2 |
| 2049 | 2026-07-21T19:12:18.979Z | Compiling http-body-util v0.1.3 |
| 2050 | 2026-07-21T19:12:19.005Z | Compiling hubpack_derive v0.1.1 |
| 2051 | 2026-07-21T19:12:19.207Z | Compiling strum_macros v0.27.2 |
| 2052 | 2026-07-21T19:12:19.213Z | Compiling darling_macro v0.23.0 |
| 2053 | 2026-07-21T19:12:19.240Z | Compiling snafu-derive v0.8.9 |
| 2054 | 2026-07-21T19:12:19.380Z | Compiling rand_xorshift v0.4.0 |
| 2055 | 2026-07-21T19:12:19.492Z | Compiling fs-err v3.3.0 |
| 2056 | 2026-07-21T19:12:19.508Z | Compiling ahash v0.8.12 |
| 2057 | 2026-07-21T19:12:19.729Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-07-21T19:12:19.744Z | Compiling unicode-properties v0.1.4 |
| 2059 | 2026-07-21T19:12:19.778Z | Compiling object v0.37.3 |
| 2060 | 2026-07-21T19:12:19.874Z | Compiling iri-string v0.7.10 |
| 2061 | 2026-07-21T19:12:19.890Z | Compiling unarray v0.1.4 |
| 2062 | 2026-07-21T19:12:19.954Z | Compiling unicode-bidi v0.3.18 |
| 2063 | 2026-07-21T19:12:19.970Z | Compiling allocator-api2 v0.2.21 |
| 2064 | 2026-07-21T19:12:20.070Z | Compiling unicode-segmentation v1.12.0 |
| 2065 | 2026-07-21T19:12:20.097Z | Compiling ryu v1.0.23 |
| 2066 | 2026-07-21T19:12:20.288Z | Compiling stringprep v0.1.5 |
| 2067 | 2026-07-21T19:12:20.321Z | Compiling serde_urlencoded v0.7.1 |
| 2068 | 2026-07-21T19:12:20.377Z | Compiling proptest v1.10.0 |
| 2069 | 2026-07-21T19:12:20.462Z | Compiling miniz_oxide v0.8.9 |
| 2070 | 2026-07-21T19:12:20.592Z | Compiling derive_builder_macro v0.20.2 |
| 2071 | 2026-07-21T19:12:20.639Z | Compiling darling v0.23.0 |
| 2072 | 2026-07-21T19:12:20.736Z | Compiling tokio-native-tls v0.3.1 |
| 2073 | 2026-07-21T19:12:20.925Z | Compiling usdt-attr-macro v0.6.0 |
| 2074 | 2026-07-21T19:12:20.940Z | Compiling usdt-macro v0.6.0 |
| 2075 | 2026-07-21T19:12:20.982Z | Compiling anstyle-parse v1.0.0 |
| 2076 | 2026-07-21T19:12:21.003Z | Compiling crypto-common v0.2.2 |
| 2077 | 2026-07-21T19:12:21.025Z | Compiling tower-http v0.6.8 |
| 2078 | 2026-07-21T19:12:21.100Z | Compiling block-buffer v0.12.1 |
| 2079 | 2026-07-21T19:12:21.265Z | Compiling block-padding v0.4.2 |
| 2080 | 2026-07-21T19:12:21.540Z | Compiling rustls-native-certs v0.8.3 |
| 2081 | 2026-07-21T19:12:21.697Z | Compiling rand_chacha v0.3.1 |
| 2082 | 2026-07-21T19:12:21.729Z | Compiling erased-serde v0.3.31 |
| 2083 | 2026-07-21T19:12:21.762Z | Compiling hex v0.4.3 |
| 2084 | 2026-07-21T19:12:21.777Z | Compiling md-5 v0.10.6 |
| 2085 | 2026-07-21T19:12:21.802Z | Compiling signature v2.2.0 |
| 2086 | 2026-07-21T19:12:21.820Z | Compiling bstr v1.12.1 |
| 2087 | 2026-07-21T19:12:21.975Z | Compiling num-integer v0.1.46 |
| 2088 | 2026-07-21T19:12:22.005Z | Compiling hash32 v0.2.1 |
| 2089 | 2026-07-21T19:12:22.044Z | Compiling vergen-lib v9.1.0 |
| 2090 | 2026-07-21T19:12:22.201Z | Compiling encoding_rs v0.8.35 |
| 2091 | 2026-07-21T19:12:22.215Z | Compiling cpufeatures v0.3.0 |
| 2092 | 2026-07-21T19:12:22.258Z | Compiling mime v0.3.17 |
| 2093 | 2026-07-21T19:12:22.262Z | Compiling zlib-rs v0.6.2 |
| 2094 | 2026-07-21T19:12:22.281Z | Compiling fallible-iterator v0.2.0 |
| 2095 | 2026-07-21T19:12:22.357Z | Compiling psl-types v2.0.11 |
| 2096 | 2026-07-21T19:12:22.497Z | Compiling publicsuffix v2.3.0 |
| 2097 | 2026-07-21T19:12:22.526Z | Compiling newtype-uuid v1.3.2 |
| 2098 | 2026-07-21T19:12:22.592Z | Compiling postgres-protocol v0.6.10 |
| 2099 | 2026-07-21T19:12:22.626Z | Compiling num-iter v0.1.45 |
| 2100 | 2026-07-21T19:12:22.944Z | Compiling rand v0.8.6 |
| 2101 | 2026-07-21T19:12:23.096Z | Compiling oxnet v0.1.6 |
| 2102 | 2026-07-21T19:12:23.266Z | Compiling inout v0.2.2 |
| 2103 | 2026-07-21T19:12:23.284Z | Compiling anstream v1.0.0 |
| 2104 | 2026-07-21T19:12:23.329Z | Compiling derive_builder v0.20.2 |
| 2105 | 2026-07-21T19:12:23.357Z | Compiling hyper-tls v0.6.0 |
| 2106 | 2026-07-21T19:12:23.473Z | Compiling serde_with_macros v3.21.0 |
| 2107 | 2026-07-21T19:12:23.511Z | Compiling heck v0.4.1 |
| 2108 | 2026-07-21T19:12:23.560Z | Compiling phf_shared v0.13.1 |
| 2109 | 2026-07-21T19:12:23.579Z | Compiling pin-project v1.1.11 |
| 2110 | 2026-07-21T19:12:23.631Z | Compiling lazy_static v1.5.0 |
| 2111 | 2026-07-21T19:12:23.645Z | Compiling anstyle-parse v0.2.7 |
| 2112 | 2026-07-21T19:12:23.808Z | Compiling terminal_size v0.4.3 |
| 2113 | 2026-07-21T19:12:23.828Z | Compiling futures-executor v0.3.32 |
| 2114 | 2026-07-21T19:12:23.836Z | Compiling async-recursion v1.1.1 |
| 2115 | 2026-07-21T19:12:23.868Z | Compiling clap_derive v4.6.1 |
| 2116 | 2026-07-21T19:12:23.878Z | Compiling enum-as-inner v0.6.1 |
| 2117 | 2026-07-21T19:12:23.952Z | Compiling serde_repr v0.1.20 |
| 2118 | 2026-07-21T19:12:24.091Z | Compiling ff v0.13.1 |
| 2119 | 2026-07-21T19:12:24.173Z | Compiling vergen v9.1.0 |
| 2120 | 2026-07-21T19:12:24.200Z | Compiling cargo-platform v0.3.2 |
| 2121 | 2026-07-21T19:12:24.338Z | Compiling flate2 v1.1.9 |
| 2122 | 2026-07-21T19:12:24.475Z | Compiling foldhash v0.1.5 |
| 2123 | 2026-07-21T19:12:24.491Z | Compiling bitflags v1.3.2 |
| 2124 | 2026-07-21T19:12:24.539Z | Compiling same-file v1.0.6 |
| 2125 | 2026-07-21T19:12:24.564Z | Compiling libbz2-rs-sys v0.2.2 |
| 2126 | 2026-07-21T19:12:24.579Z | Compiling foldhash v0.2.0 |
| 2127 | 2026-07-21T19:12:24.592Z | Compiling clap_lex v1.0.0 |
| 2128 | 2026-07-21T19:12:24.723Z | Compiling managed v0.8.0 |
| 2129 | 2026-07-21T19:12:24.739Z | Compiling bumpalo v3.20.2 |
| 2130 | 2026-07-21T19:12:24.757Z | Compiling base16ct v0.2.0 |
| 2131 | 2026-07-21T19:12:24.937Z | Compiling zopfli v0.8.3 |
| 2132 | 2026-07-21T19:12:24.969Z | Compiling bzip2 v0.6.1 |
| 2133 | 2026-07-21T19:12:24.994Z | Compiling sec1 v0.7.3 |
| 2134 | 2026-07-21T19:12:25.113Z | Compiling clap_builder v4.6.0 |
| 2135 | 2026-07-21T19:12:25.133Z | Compiling hashbrown v0.16.1 |
| 2136 | 2026-07-21T19:12:25.180Z | Compiling walkdir v2.5.0 |
| 2137 | 2026-07-21T19:12:25.294Z | Compiling hashbrown v0.15.5 |
| 2138 | 2026-07-21T19:12:25.499Z | Compiling cargo_metadata v0.23.1 |
| 2139 | 2026-07-21T19:12:25.536Z | Compiling group v0.13.0 |
| 2140 | 2026-07-21T19:12:25.733Z | Compiling futures v0.3.32 |
| 2141 | 2026-07-21T19:12:26.112Z | Compiling anstream v0.6.21 |
| 2142 | 2026-07-21T19:12:26.187Z | Compiling phf v0.13.1 |
| 2143 | 2026-07-21T19:12:26.380Z | Compiling zstd v0.13.3 |
| 2144 | 2026-07-21T19:12:26.417Z | Compiling snafu v0.8.9 |
| 2145 | 2026-07-21T19:12:26.681Z | Compiling reqwest v0.12.28 |
| 2146 | 2026-07-21T19:12:26.751Z | Compiling signal-hook-mio v0.2.5 |
| 2147 | 2026-07-21T19:12:26.827Z | Compiling cipher v0.5.2 |
| 2148 | 2026-07-21T19:12:26.852Z | Compiling daft v0.1.7 |
| 2149 | 2026-07-21T19:12:26.896Z | Compiling cookie_store v0.22.1 |
| 2150 | 2026-07-21T19:12:27.113Z | Compiling postgres-types v0.2.12 |
| 2151 | 2026-07-21T19:12:27.118Z | Compiling bzip2 v0.4.4 |
| 2152 | 2026-07-21T19:12:27.118Z | Compiling globset v0.4.18 |
| 2153 | 2026-07-21T19:12:27.160Z | Compiling ed25519 v2.2.3 |
| 2154 | 2026-07-21T19:12:27.175Z | Compiling strum v0.27.2 |
| 2155 | 2026-07-21T19:12:27.404Z | Compiling hubpack v0.1.2 |
| 2156 | 2026-07-21T19:12:27.422Z | Compiling phf_shared v0.11.3 |
| 2157 | 2026-07-21T19:12:27.467Z | Compiling hkdf v0.12.4 |
| 2158 | 2026-07-21T19:12:27.493Z | Compiling crossbeam-epoch v0.9.18 |
| 2159 | 2026-07-21T19:12:27.529Z | Compiling pkcs1 v0.7.5 |
| 2160 | 2026-07-21T19:12:27.668Z | Compiling olpc-cjson v0.1.4 |
| 2161 | 2026-07-21T19:12:27.814Z | Compiling serde-big-array v0.5.1 |
| 2162 | 2026-07-21T19:12:27.852Z | Compiling serde_plain v1.0.2 |
| 2163 | 2026-07-21T19:12:27.870Z | Compiling pem v3.0.6 |
| 2164 | 2026-07-21T19:12:27.983Z | Compiling crypto-bigint v0.5.5 |
| 2165 | 2026-07-21T19:12:28.100Z | Compiling float-cmp v0.10.0 |
| 2166 | 2026-07-21T19:12:28.116Z | Compiling memmap2 v0.9.10 |
| 2167 | 2026-07-21T19:12:28.133Z | Compiling env_filter v1.0.0 |
| 2168 | 2026-07-21T19:12:28.317Z | Compiling keccak v0.1.6 |
| 2169 | 2026-07-21T19:12:28.333Z | Compiling data-encoding v2.10.0 |
| 2170 | 2026-07-21T19:12:28.347Z | Compiling static_assertions v1.1.0 |
| 2171 | 2026-07-21T19:12:28.409Z | Compiling typed-path v0.9.3 |
| 2172 | 2026-07-21T19:12:28.412Z | Compiling normalize-line-endings v0.3.0 |
| 2173 | 2026-07-21T19:12:28.439Z | Compiling jiff v0.2.21 |
| 2174 | 2026-07-21T19:12:28.443Z | Compiling toml_write v0.1.2 |
| 2175 | 2026-07-21T19:12:28.528Z | Compiling predicates-core v1.0.10 |
| 2176 | 2026-07-21T19:12:28.675Z | Compiling new_debug_unreachable v1.0.6 |
| 2177 | 2026-07-21T19:12:28.695Z | Compiling fixedbitset v0.5.7 |
| 2178 | 2026-07-21T19:12:28.718Z | Compiling fixedbitset v0.4.2 |
| 2179 | 2026-07-21T19:12:28.744Z | Compiling whoami v2.1.0 |
| 2180 | 2026-07-21T19:12:28.761Z | Compiling const-oid v0.10.2 |
| 2181 | 2026-07-21T19:12:28.764Z | Compiling precomputed-hash v0.1.1 |
| 2182 | 2026-07-21T19:12:28.877Z | Compiling difflib v0.4.0 |
| 2183 | 2026-07-21T19:12:28.892Z | Compiling petgraph v0.6.5 |
| 2184 | 2026-07-21T19:12:28.939Z | Compiling digest v0.11.3 |
| 2185 | 2026-07-21T19:12:28.948Z | Compiling petgraph v0.8.3 |
| 2186 | 2026-07-21T19:12:28.980Z | Compiling tokio-postgres v0.7.16 |
| 2187 | 2026-07-21T19:12:28.992Z | Compiling elliptic-curve v0.13.8 |
| 2188 | 2026-07-21T19:12:29.055Z | Compiling string_cache v0.8.9 |
| 2189 | 2026-07-21T19:12:29.140Z | Compiling predicates v3.1.4 |
| 2190 | 2026-07-21T19:12:29.155Z | Compiling hickory-proto v0.25.2 |
| 2191 | 2026-07-21T19:12:29.286Z | Compiling toml_edit v0.22.27 |
| 2192 | 2026-07-21T19:12:29.324Z | Compiling sha3 v0.10.8 |
| 2193 | 2026-07-21T19:12:29.341Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2194 | 2026-07-21T19:12:29.563Z | Compiling env_logger v0.11.9 |
| 2195 | 2026-07-21T19:12:29.615Z | Compiling chacha20 v0.10.0 |
| 2196 | 2026-07-21T19:12:29.672Z | Compiling usdt v0.6.0 |
| 2197 | 2026-07-21T19:12:30.296Z | Compiling rsa v0.9.10 |
| 2198 | 2026-07-21T19:12:31.064Z | Compiling zip v4.6.1 |
| 2199 | 2026-07-21T19:12:31.323Z | Compiling ed25519-dalek v2.2.0 |
| 2200 | 2026-07-21T19:12:31.363Z | Compiling zip v0.6.6 |
| 2201 | 2026-07-21T19:12:31.674Z | Compiling iddqd v0.4.2 |
| 2202 | 2026-07-21T19:12:31.914Z | Compiling crossterm v0.28.1 |
| 2203 | 2026-07-21T19:12:31.981Z | Compiling clap v4.6.1 |
| 2204 | 2026-07-21T19:12:32.083Z | Compiling serde_with v3.21.0 |
| 2205 | 2026-07-21T19:12:32.204Z | Compiling similar v2.7.0 |
| 2206 | 2026-07-21T19:12:32.210Z | Compiling byte-wrapper v0.1.0 |
| 2207 | 2026-07-21T19:12:32.247Z | Compiling strum v0.26.3 |
| 2208 | 2026-07-21T19:12:32.397Z | Compiling toml v0.7.8 |
| 2209 | 2026-07-21T19:12:32.412Z | Compiling tokio-stream v0.1.18 |
| 2210 | 2026-07-21T19:12:32.538Z | Compiling buf-list v1.1.2 |
| 2211 | 2026-07-21T19:12:32.866Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-07-21T19:12:32.886Z | Compiling itertools v0.13.0 |
| 2213 | 2026-07-21T19:12:32.931Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2214 | 2026-07-21T19:12:33.422Z | Compiling openapiv3 v2.2.0 |
| 2215 | 2026-07-21T19:12:33.833Z | Compiling lalrpop-util v0.19.12 |
| 2216 | 2026-07-21T19:12:33.898Z | Compiling peg-runtime v0.8.5 |
| 2217 | 2026-07-21T19:12:51.323Z | Compiling rustls-webpki v0.103.13 |
| 2218 | 2026-07-21T19:12:51.377Z | Compiling macaddr v1.0.1 |
| 2219 | 2026-07-21T19:12:51.494Z | Compiling structmeta-derive v0.3.0 |
| 2220 | 2026-07-21T19:12:51.511Z | Compiling darling_core v0.21.3 |
| 2221 | 2026-07-21T19:12:51.563Z | Compiling rayon-core v1.13.0 |
| 2222 | 2026-07-21T19:12:51.577Z | Compiling crucible-workspace-hack v0.1.0 |
| 2223 | 2026-07-21T19:12:51.644Z | Compiling itertools v0.14.0 |
| 2224 | 2026-07-21T19:12:51.806Z | Compiling secrecy v0.10.3 |
| 2225 | 2026-07-21T19:12:51.838Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2226 | 2026-07-21T19:12:51.853Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2227 | 2026-07-21T19:12:51.874Z | Compiling heapless v0.8.0 |
| 2228 | 2026-07-21T19:12:51.979Z | Compiling crossbeam-deque v0.8.6 |
| 2229 | 2026-07-21T19:12:52.016Z | Compiling inout v0.1.4 |
| 2230 | 2026-07-21T19:12:52.109Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2231 | 2026-07-21T19:12:52.206Z | Compiling hash32 v0.3.1 |
| 2232 | 2026-07-21T19:12:52.224Z | Compiling multer v3.1.0 |
| 2233 | 2026-07-21T19:12:52.284Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2234 | 2026-07-21T19:12:54.010Z | Compiling thread_local v1.1.9 |
| 2235 | 2026-07-21T19:12:54.082Z | Compiling compression-core v0.4.31 |
| 2236 | 2026-07-21T19:12:54.082Z | Compiling match_cfg v0.1.0 |
| 2237 | 2026-07-21T19:12:54.082Z | Compiling unicode-width v0.2.0 |
| 2238 | 2026-07-21T19:12:54.082Z | Compiling structmeta v0.3.0 |
| 2239 | 2026-07-21T19:12:54.083Z | Compiling slog-async v2.8.0 |
| 2240 | 2026-07-21T19:12:54.083Z | Compiling smoltcp v0.11.0 |
| 2241 | 2026-07-21T19:12:54.083Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2242 | 2026-07-21T19:12:54.083Z | Compiling derive-ex v0.1.8 |
| 2243 | 2026-07-21T19:12:54.083Z | Compiling proc-macro-crate v3.4.0 |
| 2244 | 2026-07-21T19:12:54.083Z | Compiling compression-codecs v0.4.37 |
| 2245 | 2026-07-21T19:12:54.083Z | Compiling hostname v0.3.1 |
| 2246 | 2026-07-21T19:12:54.083Z | Compiling cipher v0.4.4 |
| 2247 | 2026-07-21T19:12:54.083Z | Compiling atomicwrites v0.4.4 |
| 2248 | 2026-07-21T19:12:54.083Z | Compiling slog-json v2.6.1 |
| 2249 | 2026-07-21T19:12:54.083Z | Compiling crossbeam-channel v0.5.15 |
| 2250 | 2026-07-21T19:12:54.083Z | Compiling half v2.7.1 |
| 2251 | 2026-07-21T19:12:54.083Z | Compiling newtype-uuid-macros v0.1.0 |
| 2252 | 2026-07-21T19:12:54.126Z | Compiling cobs v0.3.0 |
| 2253 | 2026-07-21T19:12:54.126Z | Compiling tokio-rustls v0.26.4 |
| 2254 | 2026-07-21T19:12:54.126Z | Compiling rustls-platform-verifier v0.6.2 |
| 2255 | 2026-07-21T19:12:54.126Z | Compiling hyper-rustls v0.27.7 |
| 2256 | 2026-07-21T19:12:54.126Z | Compiling tough v0.22.0 |
| 2257 | 2026-07-21T19:12:54.126Z | Compiling darling_macro v0.21.3 |
| 2258 | 2026-07-21T19:12:54.126Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2259 | 2026-07-21T19:12:54.126Z | Compiling universal-hash v0.5.1 |
| 2260 | 2026-07-21T19:12:54.127Z | Compiling reqwest v0.13.2 |
| 2261 | 2026-07-21T19:12:54.127Z | Compiling async-stream-impl v0.3.6 |
| 2262 | 2026-07-21T19:12:54.127Z | Compiling serde_spanned v1.1.1 |
| 2263 | 2026-07-21T19:12:54.127Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-21T19:12:54.127Z | Compiling is-terminal v0.4.17 |
| 2265 | 2026-07-21T19:12:54.141Z | Compiling darling v0.21.3 |
| 2266 | 2026-07-21T19:12:54.193Z | Compiling proc-macro-error-attr v1.0.4 |
| 2267 | 2026-07-21T19:12:54.223Z | Compiling dropshot v0.17.1 |
| 2268 | 2026-07-21T19:12:54.244Z | Compiling ingot-macros v0.1.1 |
| 2269 | 2026-07-21T19:12:54.416Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2270 | 2026-07-21T19:12:54.431Z | Compiling ciborium-io v0.2.2 |
| 2271 | 2026-07-21T19:12:54.468Z | Compiling term v1.2.1 |
| 2272 | 2026-07-21T19:12:54.484Z | Compiling opaque-debug v0.3.1 |
| 2273 | 2026-07-21T19:12:54.496Z | Compiling convert_case v0.4.0 |
| 2274 | 2026-07-21T19:12:54.553Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2275 | 2026-07-21T19:12:54.573Z | Compiling take_mut v0.2.2 |
| 2276 | 2026-07-21T19:12:54.667Z | Compiling thiserror-no-std v2.0.2 |
| 2277 | 2026-07-21T19:12:54.712Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2278 | 2026-07-21T19:12:54.783Z | Compiling slog-term v2.9.2 |
| 2279 | 2026-07-21T19:12:54.821Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-07-21T19:12:54.836Z | Compiling poly1305 v0.8.0 |
| 2281 | 2026-07-21T19:12:54.893Z | Compiling ciborium-ll v0.2.2 |
| 2282 | 2026-07-21T19:12:55.180Z | Compiling async-stream v0.3.6 |
| 2283 | 2026-07-21T19:12:55.327Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-07-21T19:12:55.346Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2285 | 2026-07-21T19:12:55.405Z | Compiling postcard v1.1.3 |
| 2286 | 2026-07-21T19:12:55.794Z | Compiling slog-bunyan v2.5.0 |
| 2287 | 2026-07-21T19:12:55.936Z | Compiling num_enum_derive v0.7.6 |
| 2288 | 2026-07-21T19:12:55.993Z | Compiling chacha20 v0.9.1 |
| 2289 | 2026-07-21T19:12:56.078Z | Compiling async-compression v0.4.41 |
| 2290 | 2026-07-21T19:12:56.279Z | Compiling parse-display-derive v0.10.0 |
| 2291 | 2026-07-21T19:12:56.561Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2292 | 2026-07-21T19:12:56.659Z | Compiling sha1 v0.11.0 |
| 2293 | 2026-07-21T19:12:56.902Z | Compiling ingot-types v0.1.2 |
| 2294 | 2026-07-21T19:12:56.961Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2295 | 2026-07-21T19:12:57.046Z | Compiling proc-macro-crate v1.3.1 |
| 2296 | 2026-07-21T19:12:57.112Z | Compiling waitgroup v0.1.2 |
| 2297 | 2026-07-21T19:12:57.144Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2298 | 2026-07-21T19:12:57.178Z | Compiling backon v1.6.0 |
| 2299 | 2026-07-21T19:12:57.203Z | Compiling password-hash v0.5.0 |
| 2300 | 2026-07-21T19:12:57.219Z | Compiling rustls-pemfile v2.2.0 |
| 2301 | 2026-07-21T19:12:57.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2302 | 2026-07-21T19:12:57.295Z | Compiling dropshot_endpoint v0.17.1 |
| 2303 | 2026-07-21T19:12:57.411Z | Compiling ingot v0.1.1 |
| 2304 | 2026-07-21T19:12:57.427Z | Compiling blake2 v0.10.6 |
| 2305 | 2026-07-21T19:12:57.465Z | Compiling aead v0.5.2 |
| 2306 | 2026-07-21T19:12:57.537Z | Compiling foreign-types-macros v0.2.3 |
| 2307 | 2026-07-21T19:12:57.540Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2308 | 2026-07-21T19:12:57.552Z | Compiling serde_path_to_error v0.1.20 |
| 2309 | 2026-07-21T19:12:57.613Z | Compiling hostname v0.4.2 |
| 2310 | 2026-07-21T19:12:57.683Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2311 | 2026-07-21T19:12:57.807Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-07-21T19:12:57.824Z | Compiling instant v0.1.13 |
| 2313 | 2026-07-21T19:12:57.955Z | Compiling debug-ignore v1.0.5 |
| 2314 | 2026-07-21T19:12:57.971Z | Compiling foreign-types-shared v0.3.1 |
| 2315 | 2026-07-21T19:12:58.007Z | Compiling backoff v0.4.0 |
| 2316 | 2026-07-21T19:12:58.033Z | Compiling parse-display v0.10.0 |
| 2317 | 2026-07-21T19:12:58.047Z | Compiling argon2 v0.5.3 |
| 2318 | 2026-07-21T19:12:58.085Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2319 | 2026-07-21T19:12:58.103Z | Compiling chacha20poly1305 v0.10.1 |
| 2320 | 2026-07-21T19:12:58.164Z | Compiling foreign-types v0.5.0 |
| 2321 | 2026-07-21T19:12:58.192Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2322 | 2026-07-21T19:12:58.195Z | Compiling num_enum_derive v0.5.11 |
| 2323 | 2026-07-21T19:12:58.256Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2324 | 2026-07-21T19:12:58.272Z | Compiling num_enum v0.7.6 |
| 2325 | 2026-07-21T19:12:58.301Z | Compiling ciborium v0.2.2 |
| 2326 | 2026-07-21T19:12:58.529Z | Compiling vsss-rs v3.3.4 |
| 2327 | 2026-07-21T19:12:58.696Z | Compiling tabwriter v1.4.1 |
| 2328 | 2026-07-21T19:12:58.709Z | Compiling regress v0.10.5 |
| 2329 | 2026-07-21T19:12:58.789Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2330 | 2026-07-21T19:12:58.883Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2331 | 2026-07-21T19:12:58.900Z | Compiling cstr-argument v0.1.2 |
| 2332 | 2026-07-21T19:12:58.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2333 | 2026-07-21T19:12:58.930Z | Compiling humantime v2.3.0 |
| 2334 | 2026-07-21T19:12:59.085Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2335 | 2026-07-21T19:12:59.099Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2336 | 2026-07-21T19:12:59.174Z | Compiling rayon v1.11.0 |
| 2337 | 2026-07-21T19:12:59.188Z | Compiling rand v0.10.1 |
| 2338 | 2026-07-21T19:12:59.202Z | Compiling num_enum v0.5.11 |
| 2339 | 2026-07-21T19:12:59.268Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2340 | 2026-07-21T19:12:59.348Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2341 | 2026-07-21T19:12:59.368Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2342 | 2026-07-21T19:12:59.378Z | Compiling indent_write v2.2.0 |
| 2343 | 2026-07-21T19:12:59.398Z | Compiling colored v3.1.1 |
| 2344 | 2026-07-21T19:12:59.398Z | Compiling libefi-sys v0.1.0 |
| 2345 | 2026-07-21T19:12:59.428Z | Compiling zone_cfg_derive v0.3.1 |
| 2346 | 2026-07-21T19:12:59.521Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2347 | 2026-07-21T19:12:59.552Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2348 | 2026-07-21T19:12:59.686Z | Compiling camino-tempfile v1.4.1 |
| 2349 | 2026-07-21T19:12:59.688Z | Compiling itertools v0.12.1 |
| 2350 | 2026-07-21T19:12:59.752Z | Compiling usdt-attr-macro v0.5.0 |
| 2351 | 2026-07-21T19:12:59.837Z | Compiling usdt-macro v0.5.0 |
| 2352 | 2026-07-21T19:13:00.034Z | Compiling bitfield-struct v0.6.2 |
| 2353 | 2026-07-21T19:13:00.067Z | Compiling num-derive v0.4.2 |
| 2354 | 2026-07-21T19:13:00.083Z | Compiling blake3 v1.8.5 |
| 2355 | 2026-07-21T19:13:00.083Z | Compiling memmap v0.7.0 |
| 2356 | 2026-07-21T19:13:00.116Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2357 | 2026-07-21T19:13:00.131Z | Compiling sigpipe v0.1.3 |
| 2358 | 2026-07-21T19:13:00.237Z | Compiling swrite v0.1.0 |
| 2359 | 2026-07-21T19:13:00.258Z | Compiling glob v0.3.3 |
| 2360 | 2026-07-21T19:13:00.259Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2361 | 2026-07-21T19:13:00.540Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2362 | 2026-07-21T19:13:00.580Z | Compiling usdt v0.5.0 |
| 2363 | 2026-07-21T19:13:00.683Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2364 | 2026-07-21T19:13:00.763Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2365 | 2026-07-21T19:13:00.841Z | Compiling smf v0.2.3 |
| 2366 | 2026-07-21T19:13:00.927Z | Compiling filetime v0.2.27 |
| 2367 | 2026-07-21T19:13:00.993Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2368 | 2026-07-21T19:13:01.008Z | Compiling zone v0.3.1 |
| 2369 | 2026-07-21T19:13:01.024Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2370 | 2026-07-21T19:13:01.056Z | Compiling arrayvec v0.7.6 |
| 2371 | 2026-07-21T19:13:01.123Z | Compiling constant_time_eq v0.4.2 |
| 2372 | 2026-07-21T19:13:01.170Z | Compiling xattr v1.6.1 |
| 2373 | 2026-07-21T19:13:01.186Z | Compiling whoami v1.6.1 |
| 2374 | 2026-07-21T19:13:01.189Z | Compiling arrayref v0.3.9 |
| 2375 | 2026-07-21T19:13:01.218Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2376 | 2026-07-21T19:13:01.235Z | Compiling tokio-dtrace v0.1.1 |
| 2377 | 2026-07-21T19:13:01.311Z | Compiling tar v0.4.46 |
| 2378 | 2026-07-21T19:13:01.336Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2379 | 2026-07-21T19:13:01.384Z | Compiling console v0.16.2 |
| 2380 | 2026-07-21T19:13:01.399Z | Compiling gethostname v0.5.0 |
| 2381 | 2026-07-21T19:13:01.611Z | Compiling topological-sort v0.2.2 |
| 2382 | 2026-07-21T19:13:01.626Z | Compiling unit-prefix v0.5.2 |
| 2383 | 2026-07-21T19:13:01.700Z | Compiling oxide-tokio-rt v0.1.4 |
| 2384 | 2026-07-21T19:13:01.785Z | Compiling toml v0.8.23 |
| 2385 | 2026-07-21T19:13:01.817Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2386 | 2026-07-21T19:13:01.955Z | Compiling indicatif v0.18.4 |
| 2387 | 2026-07-21T19:13:02.033Z | Compiling shell-words v1.1.1 |
| 2388 | 2026-07-21T19:13:02.148Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2389 | 2026-07-21T19:13:11.372Z | Compiling progenitor-client v0.14.0 |
| 2390 | 2026-07-21T19:13:11.372Z | Compiling omicron-zone-package v0.12.3 |
| 2391 | 2026-07-21T19:13:11.611Z | Compiling progenitor-extras v0.2.0 |
| 2392 | 2026-07-21T19:13:11.940Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2393 | 2026-07-21T19:13:11.958Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2394 | 2026-07-21T19:13:11.981Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2395 | 2026-07-21T19:13:12.032Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2396 | 2026-07-21T19:13:12.084Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2397 | 2026-07-21T19:13:12.116Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2398 | 2026-07-21T19:13:12.253Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2399 | 2026-07-21T19:13:12.365Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2400 | 2026-07-21T19:13:12.789Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2401 | 2026-07-21T19:13:16.736Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2402 | 2026-07-21T19:13:24.735Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2403 | 2026-07-21T19:13:27.895Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-07-21T19:13:28.931Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-07-21T19:13:38.288Z | Finished `release` profile [optimized] target(s) in 1m 39s |
| 2406 | 2026-07-21T19:13:38.432Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-07-21T19:13:38.493Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-07-21T19:13:38.496Z | Created new build target 'test' and set it as active |
| 2409 | 2026-07-21T19:13:38.496Z | |
| 2410 | 2026-07-21T19:13:38.496Z | real 1:40.176112331 |
| 2411 | 2026-07-21T19:13:38.496Z | user 16:26.110436428 |
| 2412 | 2026-07-21T19:13:38.496Z | sys 2:37.736283185 |
| 2413 | 2026-07-21T19:13:38.496Z | trap 0.470341115 |
| 2414 | 2026-07-21T19:13:38.496Z | tflt 2.267734302 |
| 2415 | 2026-07-21T19:13:38.496Z | dflt 4.173556638 |
| 2416 | 2026-07-21T19:13:38.496Z | kflt 0.000577620 |
| 2417 | 2026-07-21T19:13:38.496Z | lock 51:51.719263016 |
| 2418 | 2026-07-21T19:13:38.496Z | slp 42:34.068641821 |
| 2419 | 2026-07-21T19:13:38.496Z | lat 39.881037251 |
| 2420 | 2026-07-21T19:13:38.497Z | stop 5:05.240693145 |
| 2421 | 2026-07-21T19:13:38.497Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-07-21T19:13:39.339Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 2423 | 2026-07-21T19:13:39.407Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-07-21T19:13:39.461Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-07-21T19:13:40.838Z | Compiling heck v0.5.0 |
| 2426 | 2026-07-21T19:13:40.838Z | Compiling regress v0.11.1 |
| 2427 | 2026-07-21T19:13:41.038Z | Compiling unsafe-libyaml v0.2.11 |
| 2428 | 2026-07-21T19:13:41.098Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2429 | 2026-07-21T19:13:41.123Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2430 | 2026-07-21T19:13:41.126Z | Compiling derive-where v1.6.0 |
| 2431 | 2026-07-21T19:13:41.166Z | Compiling bytecount v0.6.9 |
| 2432 | 2026-07-21T19:13:41.170Z | Compiling atomicwrites v0.4.4 |
| 2433 | 2026-07-21T19:13:41.170Z | Compiling is-terminal v0.4.17 |
| 2434 | 2026-07-21T19:13:41.187Z | Compiling prettyplease v0.2.37 |
| 2435 | 2026-07-21T19:13:41.248Z | Compiling console v0.15.11 |
| 2436 | 2026-07-21T19:13:41.252Z | Compiling newline-converter v0.3.0 |
| 2437 | 2026-07-21T19:13:41.252Z | Compiling slog-dtrace v0.3.0 |
| 2438 | 2026-07-21T19:13:41.312Z | Compiling resolv-conf v0.7.6 |
| 2439 | 2026-07-21T19:13:41.316Z | Compiling num-rational v0.4.2 |
| 2440 | 2026-07-21T19:13:41.357Z | Compiling num-complex v0.4.6 |
| 2441 | 2026-07-21T19:13:41.378Z | Compiling thread_local v1.1.9 |
| 2442 | 2026-07-21T19:13:41.380Z | Compiling unicode-width v0.1.14 |
| 2443 | 2026-07-21T19:13:41.420Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2444 | 2026-07-21T19:13:41.451Z | Compiling match_cfg v0.1.0 |
| 2445 | 2026-07-21T19:13:41.505Z | Compiling cancel-safe-futures v0.1.5 |
| 2446 | 2026-07-21T19:13:41.551Z | Compiling compression-core v0.4.31 |
| 2447 | 2026-07-21T19:13:41.597Z | Compiling serde_yaml v0.9.34+deprecated |
| 2448 | 2026-07-21T19:13:41.652Z | Compiling expectorate v1.2.0 |
| 2449 | 2026-07-21T19:13:41.735Z | Compiling compression-codecs v0.4.37 |
| 2450 | 2026-07-21T19:13:41.756Z | Compiling hostname v0.3.1 |
| 2451 | 2026-07-21T19:13:41.776Z | Compiling num v0.4.3 |
| 2452 | 2026-07-21T19:13:41.836Z | Compiling slog-async v2.8.0 |
| 2453 | 2026-07-21T19:13:41.857Z | Compiling multer v3.1.0 |
| 2454 | 2026-07-21T19:13:41.878Z | Compiling crossbeam-channel v0.5.15 |
| 2455 | 2026-07-21T19:13:41.902Z | Compiling slog-json v2.6.1 |
| 2456 | 2026-07-21T19:13:41.904Z | Compiling serde_spanned v1.1.1 |
| 2457 | 2026-07-21T19:13:41.943Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2458 | 2026-07-21T19:13:41.963Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2459 | 2026-07-21T19:13:41.985Z | Compiling term v1.2.1 |
| 2460 | 2026-07-21T19:13:42.007Z | Compiling take_mut v0.2.2 |
| 2461 | 2026-07-21T19:13:42.101Z | Compiling float-ord v0.3.2 |
| 2462 | 2026-07-21T19:13:42.133Z | Compiling linked-hash-map v0.5.6 |
| 2463 | 2026-07-21T19:13:42.162Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2464 | 2026-07-21T19:13:42.206Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2465 | 2026-07-21T19:13:42.244Z | Compiling slog-bunyan v2.5.0 |
| 2466 | 2026-07-21T19:13:42.247Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2467 | 2026-07-21T19:13:42.337Z | Compiling lru-cache v0.1.2 |
| 2468 | 2026-07-21T19:13:42.359Z | Compiling slog-term v2.9.2 |
| 2469 | 2026-07-21T19:13:42.387Z | Compiling oxide-update-engine-types v0.1.2 |
| 2470 | 2026-07-21T19:13:42.433Z | Compiling async-compression v0.4.41 |
| 2471 | 2026-07-21T19:13:42.502Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2472 | 2026-07-21T19:13:42.550Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2473 | 2026-07-21T19:13:42.710Z | Compiling typify-impl v0.6.2 |
| 2474 | 2026-07-21T19:13:42.832Z | Compiling dropshot v0.17.1 |
| 2475 | 2026-07-21T19:13:42.855Z | Compiling async-stream v0.3.6 |
| 2476 | 2026-07-21T19:13:42.877Z | Compiling sha1 v0.11.0 |
| 2477 | 2026-07-21T19:13:42.881Z | Compiling progenitor-client v0.14.0 |
| 2478 | 2026-07-21T19:13:42.921Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2479 | 2026-07-21T19:13:42.923Z | Compiling waitgroup v0.1.2 |
| 2480 | 2026-07-21T19:13:43.056Z | Compiling rustls-pemfile v2.2.0 |
| 2481 | 2026-07-21T19:13:43.099Z | Compiling backon v1.6.0 |
| 2482 | 2026-07-21T19:13:43.123Z | Compiling serde_path_to_error v0.1.20 |
| 2483 | 2026-07-21T19:13:43.179Z | Compiling hostname v0.4.2 |
| 2484 | 2026-07-21T19:13:43.182Z | Compiling instant v0.1.13 |
| 2485 | 2026-07-21T19:13:43.222Z | Compiling minimal-lexical v0.2.1 |
| 2486 | 2026-07-21T19:13:43.270Z | Compiling debug-ignore v1.0.5 |
| 2487 | 2026-07-21T19:13:43.306Z | Compiling linear-map v1.2.0 |
| 2488 | 2026-07-21T19:13:43.335Z | Compiling backoff v0.4.0 |
| 2489 | 2026-07-21T19:13:43.362Z | Compiling progenitor-extras v0.2.0 |
| 2490 | 2026-07-21T19:13:43.362Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2491 | 2026-07-21T19:13:43.406Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2492 | 2026-07-21T19:13:43.518Z | Compiling nom v7.1.3 |
| 2493 | 2026-07-21T19:13:43.540Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2494 | 2026-07-21T19:13:43.559Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2495 | 2026-07-21T19:13:43.584Z | Compiling parse-display v0.10.0 |
| 2496 | 2026-07-21T19:13:43.657Z | Compiling oxide-update-engine v0.1.2 |
| 2497 | 2026-07-21T19:13:43.692Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2498 | 2026-07-21T19:13:43.872Z | Compiling hickory-proto v0.24.4 |
| 2499 | 2026-07-21T19:13:44.256Z | Compiling regress v0.10.5 |
| 2500 | 2026-07-21T19:13:44.476Z | Compiling macaddr v1.0.1 |
| 2501 | 2026-07-21T19:13:44.732Z | Compiling unicode-xid v0.2.6 |
| 2502 | 2026-07-21T19:13:44.760Z | Compiling humantime v2.3.0 |
| 2503 | 2026-07-21T19:13:45.062Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2504 | 2026-07-21T19:13:45.067Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2505 | 2026-07-21T19:13:45.067Z | Compiling convert_case v0.10.0 |
| 2506 | 2026-07-21T19:13:45.165Z | Compiling owo-colors v4.3.0 |
| 2507 | 2026-07-21T19:13:45.308Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2508 | 2026-07-21T19:13:45.361Z | Compiling derive_more-impl v2.1.1 |
| 2509 | 2026-07-21T19:13:45.504Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2510 | 2026-07-21T19:13:45.553Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2511 | 2026-07-21T19:13:45.626Z | Compiling toml v0.8.23 |
| 2512 | 2026-07-21T19:13:46.152Z | Compiling typify-macro v0.6.2 |
| 2513 | 2026-07-21T19:13:46.173Z | Compiling derive_more v2.1.1 |
| 2514 | 2026-07-21T19:13:46.217Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2515 | 2026-07-21T19:13:46.269Z | Compiling papergrid v0.11.0 |
| 2516 | 2026-07-21T19:13:46.292Z | Compiling tabled_derive v0.7.0 |
| 2517 | 2026-07-21T19:13:46.311Z | Compiling termtree v0.5.1 |
| 2518 | 2026-07-21T19:13:46.380Z | Compiling hickory-resolver v0.24.4 |
| 2519 | 2026-07-21T19:13:46.528Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2520 | 2026-07-21T19:13:46.795Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-07-21T19:13:47.256Z | Compiling tabled v0.15.0 |
| 2522 | 2026-07-21T19:13:47.526Z | Compiling crossterm v0.29.0 |
| 2523 | 2026-07-21T19:13:47.733Z | Compiling typify v0.6.2 |
| 2524 | 2026-07-21T19:13:48.013Z | Compiling progenitor-impl v0.14.0 |
| 2525 | 2026-07-21T19:13:48.278Z | Compiling qorb v0.4.1 |
| 2526 | 2026-07-21T19:13:48.644Z | Compiling phf_shared v0.12.1 |
| 2527 | 2026-07-21T19:13:48.902Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2528 | 2026-07-21T19:13:49.436Z | Compiling vte v0.14.1 |
| 2529 | 2026-07-21T19:13:49.694Z | Compiling csv-core v0.1.13 |
| 2530 | 2026-07-21T19:13:50.130Z | Compiling progenitor-macro v0.14.0 |
| 2531 | 2026-07-21T19:13:50.151Z | Compiling highway v1.3.0 |
| 2532 | 2026-07-21T19:13:50.878Z | Compiling chrono-tz v0.10.4 |
| 2533 | 2026-07-21T19:13:51.137Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2534 | 2026-07-21T19:13:51.388Z | Compiling csv v1.4.0 |
| 2535 | 2026-07-21T19:13:51.413Z | Compiling strip-ansi-escapes v0.2.1 |
| 2536 | 2026-07-21T19:13:51.511Z | Compiling phf v0.12.1 |
| 2537 | 2026-07-21T19:13:51.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2538 | 2026-07-21T19:13:51.716Z | Compiling const_format_proc_macros v0.2.34 |
| 2539 | 2026-07-21T19:13:52.007Z | Compiling fd-lock v4.0.4 |
| 2540 | 2026-07-21T19:13:52.009Z | Compiling peg-macros v0.8.5 |
| 2541 | 2026-07-21T19:13:52.123Z | Compiling nu-ansi-term v0.50.3 |
| 2542 | 2026-07-21T19:13:52.185Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2543 | 2026-07-21T19:13:52.445Z | Compiling reedline v0.40.0 |
| 2544 | 2026-07-21T19:13:52.508Z | Compiling const_format v0.2.35 |
| 2545 | 2026-07-21T19:13:53.043Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2546 | 2026-07-21T19:13:53.308Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2547 | 2026-07-21T19:13:53.885Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2548 | 2026-07-21T19:13:54.158Z | Compiling progenitor v0.14.0 |
| 2549 | 2026-07-21T19:13:54.281Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2550 | 2026-07-21T19:13:54.348Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2551 | 2026-07-21T19:13:54.403Z | Compiling peg v0.8.5 |
| 2552 | 2026-07-21T19:13:54.506Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2553 | 2026-07-21T19:13:54.527Z | Compiling bcs v0.1.6 |
| 2554 | 2026-07-21T19:13:54.963Z | Compiling nom v8.0.0 |
| 2555 | 2026-07-21T19:13:55.223Z | Compiling semver v0.1.20 |
| 2556 | 2026-07-21T19:13:55.531Z | Compiling rustc_version v0.1.7 |
| 2557 | 2026-07-21T19:13:55.766Z | Compiling newtype_derive v0.1.6 |
| 2558 | 2026-07-21T19:13:56.005Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2559 | 2026-07-21T19:13:56.263Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2560 | 2026-07-21T19:13:56.356Z | Compiling unicode-linebreak v0.1.5 |
| 2561 | 2026-07-21T19:13:56.716Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2562 | 2026-07-21T19:13:56.823Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2563 | 2026-07-21T19:13:56.883Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2564 | 2026-07-21T19:13:56.906Z | Compiling smawk v0.3.2 |
| 2565 | 2026-07-21T19:13:57.109Z | Compiling textwrap v0.16.2 |
| 2566 | 2026-07-21T19:13:57.174Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2567 | 2026-07-21T19:13:57.287Z | Compiling steno v0.4.1 |
| 2568 | 2026-07-21T19:13:57.311Z | Compiling base64 v0.21.7 |
| 2569 | 2026-07-21T19:13:57.832Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2570 | 2026-07-21T19:13:57.909Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2571 | 2026-07-21T19:13:58.170Z | Compiling sha1 v0.10.6 |
| 2572 | 2026-07-21T19:13:58.527Z | Compiling utf-8 v0.7.6 |
| 2573 | 2026-07-21T19:13:58.611Z | Compiling tagptr v0.2.0 |
| 2574 | 2026-07-21T19:13:58.717Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2575 | 2026-07-21T19:13:58.763Z | Compiling moka v0.12.13 |
| 2576 | 2026-07-21T19:13:58.804Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2577 | 2026-07-21T19:13:58.874Z | Compiling tungstenite v0.21.0 |
| 2578 | 2026-07-21T19:13:58.981Z | Compiling display-error-chain v0.2.2 |
| 2579 | 2026-07-21T19:13:59.156Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-07-21T19:13:59.187Z | Compiling radium v0.7.0 |
| 2581 | 2026-07-21T19:13:59.294Z | Compiling tap v1.0.1 |
| 2582 | 2026-07-21T19:13:59.439Z | Compiling maybe-uninit v2.0.0 |
| 2583 | 2026-07-21T19:13:59.490Z | Compiling tokio-tungstenite v0.21.0 |
| 2584 | 2026-07-21T19:13:59.875Z | Compiling hickory-resolver v0.25.2 |
| 2585 | 2026-07-21T19:13:59.992Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2586 | 2026-07-21T19:14:00.061Z | Compiling wyz v0.5.1 |
| 2587 | 2026-07-21T19:14:00.111Z | Compiling vergen-lib v0.1.6 |
| 2588 | 2026-07-21T19:14:00.326Z | Compiling zerocopy-derive v0.6.6 |
| 2589 | 2026-07-21T19:14:00.371Z | Compiling funty v2.0.0 |
| 2590 | 2026-07-21T19:14:01.007Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2591 | 2026-07-21T19:14:01.129Z | Compiling crc-catalog v2.4.0 |
| 2592 | 2026-07-21T19:14:01.256Z | Compiling diesel_derives v2.3.7 |
| 2593 | 2026-07-21T19:14:01.352Z | Compiling packed_struct v0.10.1 |
| 2594 | 2026-07-21T19:14:01.542Z | Compiling crc v3.4.0 |
| 2595 | 2026-07-21T19:14:01.713Z | Compiling zerocopy v0.6.6 |
| 2596 | 2026-07-21T19:14:01.774Z | Compiling bitvec v1.0.1 |
| 2597 | 2026-07-21T19:14:02.126Z | Compiling dsl_auto_type v0.2.0 |
| 2598 | 2026-07-21T19:14:02.270Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2599 | 2026-07-21T19:14:02.345Z | Compiling scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-21T19:14:02.674Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-07-21T19:14:02.710Z | Compiling vergen-gitcl v1.0.8 |
| 2602 | 2026-07-21T19:14:02.949Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2603 | 2026-07-21T19:14:02.972Z | Compiling bitfield-macros v0.19.4 |
| 2604 | 2026-07-21T19:14:03.173Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2605 | 2026-07-21T19:14:03.303Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2606 | 2026-07-21T19:14:03.670Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2607 | 2026-07-21T19:14:03.692Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-07-21T19:14:03.758Z | Compiling indexmap v1.9.3 |
| 2609 | 2026-07-21T19:14:03.758Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-07-21T19:14:03.809Z | Compiling maplit v1.0.2 |
| 2611 | 2026-07-21T19:14:03.927Z | Compiling glob v0.3.3 |
| 2612 | 2026-07-21T19:14:03.976Z | Compiling nodrop v0.1.14 |
| 2613 | 2026-07-21T19:14:04.033Z | Compiling dirs-next v2.0.0 |
| 2614 | 2026-07-21T19:14:04.103Z | Compiling array-init v0.0.4 |
| 2615 | 2026-07-21T19:14:04.124Z | Compiling bitfield v0.19.4 |
| 2616 | 2026-07-21T19:14:04.289Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-07-21T19:14:04.454Z | Compiling proc-macro-error2 v2.0.1 |
| 2618 | 2026-07-21T19:14:04.725Z | Compiling r2d2 v0.8.10 |
| 2619 | 2026-07-21T19:14:04.766Z | Compiling smallvec v0.6.14 |
| 2620 | 2026-07-21T19:14:05.022Z | Compiling num-derive v0.3.3 |
| 2621 | 2026-07-21T19:14:05.046Z | Compiling downcast-rs v2.0.2 |
| 2622 | 2026-07-21T19:14:05.175Z | Compiling hashbrown v0.12.3 |
| 2623 | 2026-07-21T19:14:05.276Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-07-21T19:14:05.536Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2625 | 2026-07-21T19:14:05.806Z | Compiling serde-hex v0.1.0 |
| 2626 | 2026-07-21T19:14:05.859Z | Compiling tabled_derive v0.11.0 |
| 2627 | 2026-07-21T19:14:05.937Z | Compiling libscf-sys v1.1.0 |
| 2628 | 2026-07-21T19:14:05.964Z | Compiling term v0.7.0 |
| 2629 | 2026-07-21T19:14:06.089Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2630 | 2026-07-21T19:14:06.111Z | Compiling ron v0.8.1 |
| 2631 | 2026-07-21T19:14:06.257Z | Compiling papergrid v0.17.0 |
| 2632 | 2026-07-21T19:14:06.305Z | Compiling testing_table v0.3.0 |
| 2633 | 2026-07-21T19:14:06.330Z | Compiling hashbrown v0.13.2 |
| 2634 | 2026-07-21T19:14:06.465Z | Compiling crc-any v2.5.0 |
| 2635 | 2026-07-21T19:14:06.746Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-07-21T19:14:06.905Z | Compiling object v0.30.4 |
| 2637 | 2026-07-21T19:14:06.943Z | Compiling bit-set v0.5.3 |
| 2638 | 2026-07-21T19:14:06.978Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2639 | 2026-07-21T19:14:06.999Z | Compiling ascii-canvas v3.0.0 |
| 2640 | 2026-07-21T19:14:07.134Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2641 | 2026-07-21T19:14:07.261Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2642 | 2026-07-21T19:14:07.648Z | Compiling tabled v0.20.0 |
| 2643 | 2026-07-21T19:14:07.996Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2644 | 2026-07-21T19:14:08.234Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2645 | 2026-07-21T19:14:08.505Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2646 | 2026-07-21T19:14:08.552Z | Compiling progenitor-impl v0.13.0 |
| 2647 | 2026-07-21T19:14:08.712Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2648 | 2026-07-21T19:14:08.832Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2649 | 2026-07-21T19:14:08.959Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2650 | 2026-07-21T19:14:09.139Z | Compiling itertools v0.10.5 |
| 2651 | 2026-07-21T19:14:09.161Z | Compiling ena v0.14.4 |
| 2652 | 2026-07-21T19:14:09.184Z | Compiling diesel v2.3.7 |
| 2653 | 2026-07-21T19:14:09.407Z | Compiling libloading v0.8.9 |
| 2654 | 2026-07-21T19:14:09.532Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2655 | 2026-07-21T19:14:09.649Z | Compiling regex-syntax v0.6.29 |
| 2656 | 2026-07-21T19:14:09.776Z | Compiling bindgen v0.71.1 |
| 2657 | 2026-07-21T19:14:10.069Z | Compiling diff v0.1.13 |
| 2658 | 2026-07-21T19:14:10.218Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2659 | 2026-07-21T19:14:10.287Z | Compiling unicase v2.9.0 |
| 2660 | 2026-07-21T19:14:10.326Z | Compiling path-slash v0.1.5 |
| 2661 | 2026-07-21T19:14:10.515Z | Compiling xshell-macros v0.2.7 |
| 2662 | 2026-07-21T19:14:10.694Z | Compiling progenitor-macro v0.13.0 |
| 2663 | 2026-07-21T19:14:10.697Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2664 | 2026-07-21T19:14:10.926Z | Compiling xshell v0.2.7 |
| 2665 | 2026-07-21T19:14:11.527Z | Compiling lalrpop v0.19.12 |
| 2666 | 2026-07-21T19:14:12.109Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2667 | 2026-07-21T19:14:12.768Z | Compiling cexpr v0.6.0 |
| 2668 | 2026-07-21T19:14:13.399Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2669 | 2026-07-21T19:14:13.634Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2670 | 2026-07-21T19:14:14.127Z | Compiling progenitor-client v0.13.0 |
| 2671 | 2026-07-21T19:14:14.660Z | Compiling rustc-hash v2.1.1 |
| 2672 | 2026-07-21T19:14:14.773Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2673 | 2026-07-21T19:14:14.799Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-07-21T19:14:15.278Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2675 | 2026-07-21T19:14:15.502Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2676 | 2026-07-21T19:14:16.008Z | Compiling headers-core v0.3.0 |
| 2677 | 2026-07-21T19:14:16.033Z | Compiling libxml v0.3.3 |
| 2678 | 2026-07-21T19:14:16.036Z | Compiling crc8 v0.1.1 |
| 2679 | 2026-07-21T19:14:16.168Z | Compiling headers v0.4.1 |
| 2680 | 2026-07-21T19:14:16.189Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2681 | 2026-07-21T19:14:16.236Z | Compiling strum_macros v0.24.3 |
| 2682 | 2026-07-21T19:14:16.285Z | Compiling indoc v1.0.9 |
| 2683 | 2026-07-21T19:14:16.496Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2684 | 2026-07-21T19:14:16.499Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2685 | 2026-07-21T19:14:16.741Z | Compiling derive_builder v0.20.2 |
| 2686 | 2026-07-21T19:14:16.789Z | Compiling oso-derive v0.27.3 |
| 2687 | 2026-07-21T19:14:16.917Z | Compiling quick-xml v0.37.5 |
| 2688 | 2026-07-21T19:14:17.322Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2689 | 2026-07-21T19:14:17.522Z | Compiling openssl-probe v0.1.6 |
| 2690 | 2026-07-21T19:14:17.575Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2691 | 2026-07-21T19:14:17.818Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2692 | 2026-07-21T19:14:17.841Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2693 | 2026-07-21T19:14:18.080Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2694 | 2026-07-21T19:14:18.237Z | Compiling bb8 v0.8.6 |
| 2695 | 2026-07-21T19:14:18.301Z | Compiling trait-variant v0.1.2 |
| 2696 | 2026-07-21T19:14:18.575Z | Compiling half v1.8.3 |
| 2697 | 2026-07-21T19:14:18.640Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2698 | 2026-07-21T19:14:18.868Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2699 | 2026-07-21T19:14:18.904Z | Compiling polar-core v0.27.3 |
| 2700 | 2026-07-21T19:14:19.036Z | Compiling serde_cbor v0.11.2 |
| 2701 | 2026-07-21T19:14:19.415Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2702 | 2026-07-21T19:14:19.455Z | Compiling samael v0.0.19 |
| 2703 | 2026-07-21T19:14:19.637Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-07-21T19:14:19.904Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2705 | 2026-07-21T19:14:19.981Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2706 | 2026-07-21T19:14:20.003Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2707 | 2026-07-21T19:14:20.067Z | Compiling nonempty v0.12.0 |
| 2708 | 2026-07-21T19:14:20.255Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2709 | 2026-07-21T19:14:20.324Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2710 | 2026-07-21T19:14:20.358Z | Compiling fxhash v0.2.1 |
| 2711 | 2026-07-21T19:14:20.542Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-07-21T19:14:20.632Z | Compiling salty v0.3.0 |
| 2713 | 2026-07-21T19:14:21.066Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2714 | 2026-07-21T19:14:21.262Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2715 | 2026-07-21T19:14:21.727Z | Compiling kstat-rs v0.2.4 |
| 2716 | 2026-07-21T19:14:22.122Z | Compiling arc-swap v1.8.2 |
| 2717 | 2026-07-21T19:14:22.214Z | Compiling fs-err v2.11.0 |
| 2718 | 2026-07-21T19:14:22.652Z | Compiling slog-scope v4.4.1 |
| 2719 | 2026-07-21T19:14:22.692Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2026-07-21T19:14:22.727Z | Compiling mime_guess v2.0.5 |
| 2721 | 2026-07-21T19:14:22.792Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2722 | 2026-07-21T19:14:23.280Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2723 | 2026-07-21T19:14:23.367Z | Compiling rfc6979 v0.4.0 |
| 2724 | 2026-07-21T19:14:23.549Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2725 | 2026-07-21T19:14:23.891Z | Compiling nanorand v0.7.0 |
| 2726 | 2026-07-21T19:14:24.209Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2727 | 2026-07-21T19:14:24.265Z | Compiling parking_lot_core v0.8.6 |
| 2728 | 2026-07-21T19:14:24.389Z | Compiling flume v0.11.1 |
| 2729 | 2026-07-21T19:14:24.593Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2730 | 2026-07-21T19:14:24.791Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2731 | 2026-07-21T19:14:24.902Z | Compiling ecdsa v0.16.9 |
| 2732 | 2026-07-21T19:14:25.584Z | Compiling slog-stdlog v4.1.1 |
| 2733 | 2026-07-21T19:14:26.217Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2734 | 2026-07-21T19:14:26.487Z | Compiling diesel-dtrace v0.5.0 |
| 2735 | 2026-07-21T19:14:26.529Z | Compiling async-bb8-diesel v0.2.1 |
| 2736 | 2026-07-21T19:14:26.824Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2737 | 2026-07-21T19:14:27.015Z | Compiling primeorder v0.13.6 |
| 2738 | 2026-07-21T19:14:27.332Z | Compiling git-stub v1.0.0 |
| 2739 | 2026-07-21T19:14:27.527Z | Compiling atty v0.2.14 |
| 2740 | 2026-07-21T19:14:27.605Z | Compiling parse-size v1.1.0 |
| 2741 | 2026-07-21T19:14:27.689Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2742 | 2026-07-21T19:14:27.867Z | Compiling oso v0.27.3 |
| 2743 | 2026-07-21T19:14:27.938Z | Compiling strsim v0.10.0 |
| 2744 | 2026-07-21T19:14:28.091Z | Compiling instability v0.3.11 |
| 2745 | 2026-07-21T19:14:28.259Z | Compiling http-range v0.1.5 |
| 2746 | 2026-07-21T19:14:28.360Z | Compiling darling_core v0.13.4 |
| 2747 | 2026-07-21T19:14:28.620Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2748 | 2026-07-21T19:14:29.930Z | Compiling git-stub-vcs v0.1.0 |
| 2749 | 2026-07-21T19:14:30.017Z | Compiling p384 v0.13.1 |
| 2750 | 2026-07-21T19:14:30.293Z | Compiling slog-envlogger v2.2.0 |
| 2751 | 2026-07-21T19:14:32.172Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2752 | 2026-07-21T19:14:32.332Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2753 | 2026-07-21T19:14:32.427Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2754 | 2026-07-21T19:14:32.633Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2755 | 2026-07-21T19:14:33.800Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2756 | 2026-07-21T19:14:34.137Z | Compiling ignore v0.4.25 |
| 2757 | 2026-07-21T19:14:34.376Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-07-21T19:14:34.798Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2759 | 2026-07-21T19:14:34.927Z | Compiling vergen-git2 v9.1.0 |
| 2760 | 2026-07-21T19:14:35.194Z | Compiling castaway v0.2.4 |
| 2761 | 2026-07-21T19:14:35.364Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2762 | 2026-07-21T19:14:35.618Z | Compiling indoc v2.0.7 |
| 2763 | 2026-07-21T19:14:35.868Z | Compiling compact_str v0.8.1 |
| 2764 | 2026-07-21T19:14:36.771Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2765 | 2026-07-21T19:14:36.852Z | Compiling globwalk v0.9.1 |
| 2766 | 2026-07-21T19:14:36.997Z | Compiling parking_lot v0.11.2 |
| 2767 | 2026-07-21T19:14:37.258Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2768 | 2026-07-21T19:14:37.524Z | Compiling hyper-staticfile v0.10.1 |
| 2769 | 2026-07-21T19:14:37.715Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2770 | 2026-07-21T19:14:37.918Z | Compiling darling_macro v0.13.4 |
| 2771 | 2026-07-21T19:14:38.192Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2772 | 2026-07-21T19:14:38.251Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2773 | 2026-07-21T19:14:38.439Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2774 | 2026-07-21T19:14:38.700Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2775 | 2026-07-21T19:14:38.802Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2776 | 2026-07-21T19:14:38.845Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-21T19:14:39.077Z | Compiling predicates-tree v1.0.13 |
| 2778 | 2026-07-21T19:14:39.224Z | Compiling unicode-truncate v1.1.0 |
| 2779 | 2026-07-21T19:14:39.456Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2026-07-21T19:14:39.528Z | Compiling lru v0.12.5 |
| 2781 | 2026-07-21T19:14:39.687Z | Compiling rand_seeder v0.4.0 |
| 2782 | 2026-07-21T19:14:39.763Z | Compiling prefix-trie v0.7.0 |
| 2783 | 2026-07-21T19:14:39.957Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2784 | 2026-07-21T19:14:40.152Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2785 | 2026-07-21T19:14:40.259Z | Compiling corncobs v0.1.4 |
| 2786 | 2026-07-21T19:14:40.418Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2787 | 2026-07-21T19:14:40.439Z | Compiling cassowary v0.3.0 |
| 2788 | 2026-07-21T19:14:40.538Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-07-21T19:14:40.718Z | Compiling hickory-server v0.25.2 |
| 2790 | 2026-07-21T19:14:40.721Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2791 | 2026-07-21T19:14:40.936Z | Compiling ratatui v0.29.0 |
| 2792 | 2026-07-21T19:14:40.993Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2793 | 2026-07-21T19:14:41.025Z | Compiling camino-tempfile-ext v0.3.3 |
| 2794 | 2026-07-21T19:14:41.250Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2795 | 2026-07-21T19:14:41.271Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2796 | 2026-07-21T19:14:41.644Z | Compiling darling v0.13.4 |
| 2797 | 2026-07-21T19:14:41.842Z | Compiling sled v0.34.7 |
| 2798 | 2026-07-21T19:14:42.046Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2799 | 2026-07-21T19:14:42.454Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-07-21T19:14:43.056Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2801 | 2026-07-21T19:14:44.338Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2802 | 2026-07-21T19:14:44.697Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2803 | 2026-07-21T19:14:44.931Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2804 | 2026-07-21T19:14:45.093Z | Compiling secrecy v0.8.0 |
| 2805 | 2026-07-21T19:14:45.177Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-07-21T19:14:45.612Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2807 | 2026-07-21T19:14:45.768Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2808 | 2026-07-21T19:14:46.014Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2809 | 2026-07-21T19:14:46.493Z | Compiling serde_with_macros v1.5.2 |
| 2810 | 2026-07-21T19:14:47.431Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2811 | 2026-07-21T19:14:47.851Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2812 | 2026-07-21T19:14:48.214Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2813 | 2026-07-21T19:14:48.512Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2814 | 2026-07-21T19:14:48.757Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2815 | 2026-07-21T19:14:49.002Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2816 | 2026-07-21T19:14:49.238Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2817 | 2026-07-21T19:14:49.267Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2818 | 2026-07-21T19:14:49.499Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2819 | 2026-07-21T19:14:49.521Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2820 | 2026-07-21T19:14:49.748Z | Compiling git2 v0.20.4 |
| 2821 | 2026-07-21T19:14:49.774Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2822 | 2026-07-21T19:14:49.796Z | Compiling void v1.0.2 |
| 2823 | 2026-07-21T19:14:49.946Z | Compiling lzss v0.8.2 |
| 2824 | 2026-07-21T19:14:50.374Z | Compiling illumos-nvpair v0.3.0 |
| 2825 | 2026-07-21T19:14:50.582Z | Compiling serde_with v1.14.0 |
| 2826 | 2026-07-21T19:14:50.871Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2827 | 2026-07-21T19:14:51.352Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2828 | 2026-07-21T19:14:51.730Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2829 | 2026-07-21T19:14:51.758Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2830 | 2026-07-21T19:14:52.858Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2831 | 2026-07-21T19:14:53.311Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2832 | 2026-07-21T19:14:53.468Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2833 | 2026-07-21T19:14:53.676Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2834 | 2026-07-21T19:14:54.372Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2835 | 2026-07-21T19:14:54.619Z | Compiling tungstenite v0.23.0 |
| 2836 | 2026-07-21T19:14:54.802Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2837 | 2026-07-21T19:14:55.555Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2838 | 2026-07-21T19:14:56.511Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2839 | 2026-07-21T19:14:56.761Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2026-07-21T19:14:56.901Z | Compiling nix v0.27.1 |
| 2841 | 2026-07-21T19:14:56.977Z | Compiling twox-hash v2.1.2 |
| 2842 | 2026-07-21T19:14:57.006Z | Compiling libsw-core v0.3.2 |
| 2843 | 2026-07-21T19:14:57.232Z | Compiling serde_bytes v0.11.19 |
| 2844 | 2026-07-21T19:14:57.492Z | Compiling libsw v3.5.0 |
| 2845 | 2026-07-21T19:14:57.542Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2846 | 2026-07-21T19:14:57.760Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2847 | 2026-07-21T19:14:57.781Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2848 | 2026-07-21T19:14:58.047Z | Compiling tokio-tungstenite v0.23.1 |
| 2849 | 2026-07-21T19:14:58.075Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2850 | 2026-07-21T19:14:58.287Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2851 | 2026-07-21T19:14:58.448Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2852 | 2026-07-21T19:14:59.820Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2853 | 2026-07-21T19:15:00.470Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2854 | 2026-07-21T19:15:01.879Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2855 | 2026-07-21T19:15:02.321Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2856 | 2026-07-21T19:15:02.463Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2857 | 2026-07-21T19:15:02.656Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2858 | 2026-07-21T19:15:03.034Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2859 | 2026-07-21T19:15:03.279Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2860 | 2026-07-21T19:15:03.376Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2861 | 2026-07-21T19:15:03.493Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2862 | 2026-07-21T19:15:03.867Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2863 | 2026-07-21T19:15:04.398Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2864 | 2026-07-21T19:15:05.071Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2865 | 2026-07-21T19:15:06.624Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2866 | 2026-07-21T19:15:07.088Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2867 | 2026-07-21T19:15:08.290Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2868 | 2026-07-21T19:15:09.240Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2869 | 2026-07-21T19:15:09.346Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2870 | 2026-07-21T19:15:09.468Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2871 | 2026-07-21T19:15:09.531Z | Compiling signal-hook-tokio v0.3.1 |
| 2872 | 2026-07-21T19:15:09.567Z | Compiling fatfs v0.3.6 |
| 2873 | 2026-07-21T19:15:09.720Z | Compiling yasna v0.5.2 |
| 2874 | 2026-07-21T19:15:10.198Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2875 | 2026-07-21T19:15:10.413Z | Compiling seq-macro v0.3.6 |
| 2876 | 2026-07-21T19:15:10.658Z | Compiling assert_matches v1.5.0 |
| 2877 | 2026-07-21T19:15:10.758Z | Compiling is_ci v1.2.0 |
| 2878 | 2026-07-21T19:15:10.809Z | Compiling rcgen v0.12.1 |
| 2879 | 2026-07-21T19:15:10.967Z | Compiling supports-color v3.0.2 |
| 2880 | 2026-07-21T19:15:10.988Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2881 | 2026-07-21T19:15:11.292Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2882 | 2026-07-21T19:15:12.618Z | Compiling oxide-update-engine-display v0.1.2 |
| 2883 | 2026-07-21T19:15:13.646Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2884 | 2026-07-21T19:15:13.707Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2885 | 2026-07-21T19:15:13.962Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2886 | 2026-07-21T19:15:14.071Z | Compiling port-file v0.1.0 |
| 2887 | 2026-07-21T19:15:14.226Z | Compiling rtoolbox v0.0.3 |
| 2888 | 2026-07-21T19:15:14.414Z | Compiling subprocess v0.2.15 |
| 2889 | 2026-07-21T19:15:14.513Z | Compiling rpassword v7.5.4 |
| 2890 | 2026-07-21T19:15:15.192Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2891 | 2026-07-21T19:15:15.455Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2892 | 2026-07-21T19:15:16.723Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2893 | 2026-07-21T19:15:16.860Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2894 | 2026-07-21T19:15:17.405Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2895 | 2026-07-21T19:15:18.327Z | Compiling tui-tree-widget v0.23.1 |
| 2896 | 2026-07-21T19:15:18.647Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2897 | 2026-07-21T19:15:19.380Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2898 | 2026-07-21T19:15:19.880Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2899 | 2026-07-21T19:15:20.130Z | Compiling uzers v0.12.2 |
| 2900 | 2026-07-21T19:15:20.505Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2901 | 2026-07-21T19:15:20.643Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2902 | 2026-07-21T19:15:21.659Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2903 | 2026-07-21T19:15:24.067Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2904 | 2026-07-21T19:15:24.128Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2905 | 2026-07-21T19:15:26.294Z | Compiling support-bundle-viewer v0.1.2 |
| 2906 | 2026-07-21T19:15:26.640Z | Compiling multimap v0.10.1 |
| 2907 | 2026-07-21T19:15:40.813Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2908 | 2026-07-21T19:15:45.296Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2909 | 2026-07-21T19:15:48.437Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2910 | 2026-07-21T19:15:48.883Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2911 | 2026-07-21T19:15:49.319Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2912 | 2026-07-21T19:23:16.513Z | Finished `release` profile [optimized] target(s) in 9m 36s |
| 2913 | 2026-07-21T19:24:05.508Z | |
| 2914 | 2026-07-21T19:24:05.508Z | real 10:26.983714848 |
| 2915 | 2026-07-21T19:24:05.508Z | user 1:19:43.256975620 |
| 2916 | 2026-07-21T19:24:05.508Z | sys 3:31.453004163 |
| 2917 | 2026-07-21T19:24:05.515Z | trap 1.781287850 |
| 2918 | 2026-07-21T19:24:05.515Z | tflt 2.135704740 |
| 2919 | 2026-07-21T19:24:05.515Z | dflt 16.958047025 |
| 2920 | 2026-07-21T19:24:05.515Z | kflt 0.006599284 |
| 2921 | 2026-07-21T19:24:05.515Z | lock 7:28:41.739487437 |
| 2922 | 2026-07-21T19:24:05.515Z | slp 2:15:32.369507985 |
| 2923 | 2026-07-21T19:24:05.515Z | lat 2:24.490637633 |
| 2924 | 2026-07-21T19:24:05.515Z | stop 5:14.445204104 |
| 2925 | 2026-07-21T19:24:05.515Z | + mapfile -t packages |
| 2926 | 2026-07-21T19:24:05.515Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2927 | 2026-07-21T19:24:06.393Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2928 | 2026-07-21T19:24:06.462Z | Running `target/release/omicron-package -t test list-outputs` |
| 2929 | 2026-07-21T19:24:06.519Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2930 | 2026-07-21T19:24:06.523Z | + ptime -m cargo build --locked --release -p xtask |
| 2931 | 2026-07-21T19:24:06.984Z | Compiling libc v0.2.185 |
| 2932 | 2026-07-21T19:24:06.984Z | Compiling serde_core v1.0.228 |
| 2933 | 2026-07-21T19:24:06.991Z | Compiling serde v1.0.228 |
| 2934 | 2026-07-21T19:24:06.991Z | Compiling rustix v1.1.3 |
| 2935 | 2026-07-21T19:24:06.991Z | Compiling serde_json v1.0.150 |
| 2936 | 2026-07-21T19:24:06.992Z | Compiling bitflags v2.11.0 |
| 2937 | 2026-07-21T19:24:07.103Z | Compiling usdt-impl v0.5.0 |
| 2938 | 2026-07-21T19:24:07.116Z | Compiling syn v2.0.117 |
| 2939 | 2026-07-21T19:24:07.135Z | Compiling syn v1.0.109 |
| 2940 | 2026-07-21T19:24:07.166Z | Compiling getrandom v0.4.1 |
| 2941 | 2026-07-21T19:24:07.171Z | Compiling log v0.4.29 |
| 2942 | 2026-07-21T19:24:07.189Z | Compiling indexmap v2.14.0 |
| 2943 | 2026-07-21T19:24:07.206Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-07-21T19:24:07.471Z | Compiling heck v0.4.1 |
| 2945 | 2026-07-21T19:24:07.485Z | Compiling anyhow v1.0.102 |
| 2946 | 2026-07-21T19:24:07.486Z | Compiling once_cell v1.21.3 |
| 2947 | 2026-07-21T19:24:07.879Z | Compiling thread-id v4.2.2 |
| 2948 | 2026-07-21T19:24:07.916Z | Compiling errno v0.3.14 |
| 2949 | 2026-07-21T19:24:07.930Z | Compiling memmap v0.7.0 |
| 2950 | 2026-07-21T19:24:08.637Z | Compiling proc-macro-error v1.0.4 |
| 2951 | 2026-07-21T19:24:08.925Z | Compiling terminal_size v0.4.3 |
| 2952 | 2026-07-21T19:24:08.925Z | Compiling tempfile v3.25.0 |
| 2953 | 2026-07-21T19:24:08.931Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-07-21T19:24:08.975Z | Compiling clap_builder v4.6.0 |
| 2955 | 2026-07-21T19:24:08.975Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-07-21T19:24:09.243Z | Compiling camino v1.2.2 |
| 2957 | 2026-07-21T19:24:09.259Z | Compiling cargo-platform v0.3.2 |
| 2958 | 2026-07-21T19:24:09.282Z | Compiling pest_generator v2.8.6 |
| 2959 | 2026-07-21T19:24:09.313Z | Compiling semver v1.0.28 |
| 2960 | 2026-07-21T19:24:09.582Z | Compiling camino-tempfile v1.4.1 |
| 2961 | 2026-07-21T19:24:09.606Z | Compiling tabled v0.15.0 |
| 2962 | 2026-07-21T19:24:09.925Z | Compiling serde_derive v1.0.228 |
| 2963 | 2026-07-21T19:24:09.925Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-07-21T19:24:09.949Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-07-21T19:24:09.949Z | Compiling pest_derive v2.8.6 |
| 2966 | 2026-07-21T19:24:09.949Z | Compiling scroll_derive v0.12.1 |
| 2967 | 2026-07-21T19:24:09.968Z | Compiling thiserror-impl v2.0.18 |
| 2968 | 2026-07-21T19:24:09.968Z | Compiling clap_derive v4.6.1 |
| 2969 | 2026-07-21T19:24:10.588Z | Compiling scroll v0.12.0 |
| 2970 | 2026-07-21T19:24:10.794Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-07-21T19:24:10.833Z | Compiling goblin v0.8.2 |
| 2972 | 2026-07-21T19:24:11.018Z | Compiling thiserror v1.0.69 |
| 2973 | 2026-07-21T19:24:11.244Z | Compiling dtrace-parser v0.2.0 |
| 2974 | 2026-07-21T19:24:11.374Z | Compiling thiserror v2.0.18 |
| 2975 | 2026-07-21T19:24:11.401Z | Compiling clap v4.6.1 |
| 2976 | 2026-07-21T19:24:13.171Z | Compiling dof v0.3.0 |
| 2977 | 2026-07-21T19:24:13.180Z | Compiling serde_tokenstream v0.2.3 |
| 2978 | 2026-07-21T19:24:13.201Z | Compiling serde_spanned v0.6.9 |
| 2979 | 2026-07-21T19:24:13.209Z | Compiling toml_datetime v0.6.11 |
| 2980 | 2026-07-21T19:24:13.238Z | Compiling cargo_metadata v0.23.1 |
| 2981 | 2026-07-21T19:24:13.247Z | Compiling macaddr v1.0.1 |
| 2982 | 2026-07-21T19:24:13.247Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2983 | 2026-07-21T19:24:13.399Z | Compiling toml_edit v0.22.27 |
| 2984 | 2026-07-21T19:24:13.841Z | Compiling usdt-macro v0.5.0 |
| 2985 | 2026-07-21T19:24:13.851Z | Compiling usdt-attr-macro v0.5.0 |
| 2986 | 2026-07-21T19:24:18.585Z | Compiling usdt v0.5.0 |
| 2987 | 2026-07-21T19:24:18.684Z | Compiling toml v0.8.23 |
| 2988 | 2026-07-21T19:24:18.684Z | Compiling cargo_toml v0.21.0 |
| 2989 | 2026-07-21T19:24:19.745Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2990 | 2026-07-21T19:24:22.958Z | Finished `release` profile [optimized] target(s) in 16.42s |
| 2991 | 2026-07-21T19:24:23.098Z | |
| 2992 | 2026-07-21T19:24:23.098Z | real 16.539797203 |
| 2993 | 2026-07-21T19:24:23.098Z | user 2:04.540370723 |
| 2994 | 2026-07-21T19:24:23.101Z | sys 14.032835510 |
| 2995 | 2026-07-21T19:24:23.101Z | trap 0.064086808 |
| 2996 | 2026-07-21T19:24:23.101Z | tflt 0.495721068 |
| 2997 | 2026-07-21T19:24:23.101Z | dflt 1.732555236 |
| 2998 | 2026-07-21T19:24:23.101Z | kflt 0.000109610 |
| 2999 | 2026-07-21T19:24:23.101Z | lock 4:27.736697461 |
| 3000 | 2026-07-21T19:24:23.101Z | slp 2:42.886697025 |
| 3001 | 2026-07-21T19:24:23.101Z | lat 3.671233458 |
| 3002 | 2026-07-21T19:24:23.101Z | stop 14.339912023 |
| 3003 | 2026-07-21T19:24:23.101Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3004 | 2026-07-21T19:24:23.101Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3005 | 2026-07-21T19:24:23.101Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3006 | 2026-07-21T19:24:23.101Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3007 | 2026-07-21T19:24:23.101Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3008 | 2026-07-21T19:24:24.004Z | Compiling progenitor-client v0.14.0 |
| 3009 | 2026-07-21T19:24:24.004Z | Compiling newtype-uuid-macros v0.1.0 |
| 3010 | 2026-07-21T19:24:24.007Z | Compiling match_cfg v0.1.0 |
| 3011 | 2026-07-21T19:24:24.008Z | Compiling slog-json v2.6.1 |
| 3012 | 2026-07-21T19:24:24.008Z | Compiling structmeta-derive v0.3.0 |
| 3013 | 2026-07-21T19:24:24.009Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3014 | 2026-07-21T19:24:24.009Z | Compiling sha1 v0.11.0 |
| 3015 | 2026-07-21T19:24:24.154Z | Compiling multer v3.1.0 |
| 3016 | 2026-07-21T19:24:24.158Z | Compiling compression-core v0.4.31 |
| 3017 | 2026-07-21T19:24:24.158Z | Compiling debug-ignore v1.0.5 |
| 3018 | 2026-07-21T19:24:24.158Z | Compiling itertools v0.14.0 |
| 3019 | 2026-07-21T19:24:24.158Z | Compiling async-stream-impl v0.3.6 |
| 3020 | 2026-07-21T19:24:24.171Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3021 | 2026-07-21T19:24:24.174Z | Compiling serde_spanned v1.1.1 |
| 3022 | 2026-07-21T19:24:24.198Z | Compiling dropshot v0.17.1 |
| 3023 | 2026-07-21T19:24:24.207Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3024 | 2026-07-21T19:24:24.313Z | Compiling waitgroup v0.1.2 |
| 3025 | 2026-07-21T19:24:24.411Z | Compiling hostname v0.3.1 |
| 3026 | 2026-07-21T19:24:24.431Z | Compiling compression-codecs v0.4.37 |
| 3027 | 2026-07-21T19:24:24.434Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3028 | 2026-07-21T19:24:24.454Z | Compiling rustls-pemfile v2.2.0 |
| 3029 | 2026-07-21T19:24:24.458Z | Compiling dropshot_endpoint v0.17.1 |
| 3030 | 2026-07-21T19:24:24.512Z | Compiling serde_path_to_error v0.1.20 |
| 3031 | 2026-07-21T19:24:24.527Z | Compiling slog-bunyan v2.5.0 |
| 3032 | 2026-07-21T19:24:24.577Z | Compiling hostname v0.4.2 |
| 3033 | 2026-07-21T19:24:24.580Z | Compiling atomicwrites v0.4.4 |
| 3034 | 2026-07-21T19:24:24.592Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3035 | 2026-07-21T19:24:24.689Z | Compiling macaddr v1.0.1 |
| 3036 | 2026-07-21T19:24:24.734Z | Compiling async-compression v0.4.41 |
| 3037 | 2026-07-21T19:24:24.755Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3038 | 2026-07-21T19:24:24.780Z | Compiling instant v0.1.13 |
| 3039 | 2026-07-21T19:24:24.804Z | Compiling async-stream v0.3.6 |
| 3040 | 2026-07-21T19:24:24.821Z | Compiling regress v0.10.5 |
| 3041 | 2026-07-21T19:24:24.824Z | Compiling backon v1.6.0 |
| 3042 | 2026-07-21T19:24:24.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3043 | 2026-07-21T19:24:24.859Z | Compiling humantime v2.3.0 |
| 3044 | 2026-07-21T19:24:24.906Z | Compiling backoff v0.4.0 |
| 3045 | 2026-07-21T19:24:24.928Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3046 | 2026-07-21T19:24:24.946Z | Compiling half v2.7.1 |
| 3047 | 2026-07-21T19:24:24.947Z | Compiling ciborium-io v0.2.2 |
| 3048 | 2026-07-21T19:24:24.996Z | Compiling crucible-workspace-hack v0.1.0 |
| 3049 | 2026-07-21T19:24:25.058Z | Compiling progenitor-extras v0.2.0 |
| 3050 | 2026-07-21T19:24:25.058Z | Compiling regress v0.11.1 |
| 3051 | 2026-07-21T19:24:25.090Z | Compiling convert_case v0.4.0 |
| 3052 | 2026-07-21T19:24:25.136Z | Compiling secrecy v0.10.3 |
| 3053 | 2026-07-21T19:24:25.139Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3054 | 2026-07-21T19:24:25.183Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3055 | 2026-07-21T19:24:25.215Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3056 | 2026-07-21T19:24:25.255Z | Compiling ciborium-ll v0.2.2 |
| 3057 | 2026-07-21T19:24:25.314Z | Compiling inout v0.1.4 |
| 3058 | 2026-07-21T19:24:25.332Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3059 | 2026-07-21T19:24:25.351Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3060 | 2026-07-21T19:24:25.368Z | Compiling unsafe-libyaml v0.2.11 |
| 3061 | 2026-07-21T19:24:25.372Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3062 | 2026-07-21T19:24:25.432Z | Compiling structmeta v0.3.0 |
| 3063 | 2026-07-21T19:24:25.476Z | Compiling derive_more v0.99.20 |
| 3064 | 2026-07-21T19:24:25.495Z | Compiling ciborium v0.2.2 |
| 3065 | 2026-07-21T19:24:25.498Z | Compiling cipher v0.4.4 |
| 3066 | 2026-07-21T19:24:25.533Z | Compiling universal-hash v0.5.1 |
| 3067 | 2026-07-21T19:24:25.533Z | Compiling opaque-debug v0.3.1 |
| 3068 | 2026-07-21T19:24:25.568Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3069 | 2026-07-21T19:24:25.598Z | Compiling blake2 v0.10.6 |
| 3070 | 2026-07-21T19:24:25.616Z | Compiling aead v0.5.2 |
| 3071 | 2026-07-21T19:24:25.643Z | Compiling password-hash v0.5.0 |
| 3072 | 2026-07-21T19:24:25.678Z | Compiling derive-ex v0.1.8 |
| 3073 | 2026-07-21T19:24:25.695Z | Compiling parse-display-derive v0.10.0 |
| 3074 | 2026-07-21T19:24:25.788Z | Compiling chacha20 v0.9.1 |
| 3075 | 2026-07-21T19:24:25.842Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3076 | 2026-07-21T19:24:25.901Z | Compiling poly1305 v0.8.0 |
| 3077 | 2026-07-21T19:24:26.056Z | Compiling serde_yaml v0.9.34+deprecated |
| 3078 | 2026-07-21T19:24:26.075Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3079 | 2026-07-21T19:24:26.093Z | Compiling indent_write v2.2.0 |
| 3080 | 2026-07-21T19:24:26.096Z | Compiling argon2 v0.5.3 |
| 3081 | 2026-07-21T19:24:26.146Z | Compiling darling_core v0.21.3 |
| 3082 | 2026-07-21T19:24:26.179Z | Compiling chacha20poly1305 v0.10.1 |
| 3083 | 2026-07-21T19:24:26.262Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3084 | 2026-07-21T19:24:26.350Z | Compiling heapless v0.8.0 |
| 3085 | 2026-07-21T19:24:26.366Z | Compiling tabwriter v1.4.1 |
| 3086 | 2026-07-21T19:24:26.615Z | Compiling thiserror-no-std v2.0.2 |
| 3087 | 2026-07-21T19:24:26.639Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3088 | 2026-07-21T19:24:26.659Z | Compiling typify-impl v0.6.2 |
| 3089 | 2026-07-21T19:24:26.727Z | Compiling vsss-rs v3.3.4 |
| 3090 | 2026-07-21T19:24:26.881Z | Compiling proc-macro-crate v3.4.0 |
| 3091 | 2026-07-21T19:24:26.920Z | Compiling hash32 v0.3.1 |
| 3092 | 2026-07-21T19:24:27.129Z | Compiling smoltcp v0.11.0 |
| 3093 | 2026-07-21T19:24:27.306Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3094 | 2026-07-21T19:24:27.456Z | Compiling test-strategy v0.4.5 |
| 3095 | 2026-07-21T19:24:27.494Z | Compiling num_enum_derive v0.7.6 |
| 3096 | 2026-07-21T19:24:27.509Z | Compiling parse-display v0.10.0 |
| 3097 | 2026-07-21T19:24:27.560Z | Compiling cobs v0.3.0 |
| 3098 | 2026-07-21T19:24:27.578Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3099 | 2026-07-21T19:24:27.617Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3100 | 2026-07-21T19:24:27.704Z | Compiling colored v3.1.1 |
| 3101 | 2026-07-21T19:24:27.815Z | Compiling postcard v1.1.3 |
| 3102 | 2026-07-21T19:24:27.876Z | Compiling proc-macro-error v1.0.4 |
| 3103 | 2026-07-21T19:24:27.898Z | Compiling proc-macro-crate v1.3.1 |
| 3104 | 2026-07-21T19:24:28.025Z | Compiling rand v0.10.1 |
| 3105 | 2026-07-21T19:24:28.043Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3106 | 2026-07-21T19:24:28.101Z | Compiling foreign-types-macros v0.2.3 |
| 3107 | 2026-07-21T19:24:28.123Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3108 | 2026-07-21T19:24:28.310Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3109 | 2026-07-21T19:24:28.344Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3110 | 2026-07-21T19:24:28.362Z | Compiling rayon-core v1.13.0 |
| 3111 | 2026-07-21T19:24:28.381Z | Compiling foreign-types-shared v0.3.1 |
| 3112 | 2026-07-21T19:24:28.400Z | Compiling num_enum_derive v0.5.11 |
| 3113 | 2026-07-21T19:24:28.485Z | Compiling crossbeam-deque v0.8.6 |
| 3114 | 2026-07-21T19:24:28.521Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3115 | 2026-07-21T19:24:28.540Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3116 | 2026-07-21T19:24:28.574Z | Compiling cstr-argument v0.1.2 |
| 3117 | 2026-07-21T19:24:28.620Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3118 | 2026-07-21T19:24:28.633Z | Compiling num_enum v0.7.6 |
| 3119 | 2026-07-21T19:24:28.743Z | Compiling darling_macro v0.21.3 |
| 3120 | 2026-07-21T19:24:28.761Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3121 | 2026-07-21T19:24:28.779Z | Compiling foreign-types v0.5.0 |
| 3122 | 2026-07-21T19:24:28.796Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3123 | 2026-07-21T19:24:28.874Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3124 | 2026-07-21T19:24:28.890Z | Compiling zone_cfg_derive v0.3.1 |
| 3125 | 2026-07-21T19:24:28.999Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3126 | 2026-07-21T19:24:29.015Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3127 | 2026-07-21T19:24:29.033Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3128 | 2026-07-21T19:24:29.049Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3129 | 2026-07-21T19:24:29.053Z | Compiling itertools v0.12.1 |
| 3130 | 2026-07-21T19:24:29.155Z | Compiling rayon v1.11.0 |
| 3131 | 2026-07-21T19:24:29.190Z | Compiling num-derive v0.4.2 |
| 3132 | 2026-07-21T19:24:29.211Z | Compiling sigpipe v0.1.3 |
| 3133 | 2026-07-21T19:24:29.241Z | Compiling glob v0.3.3 |
| 3134 | 2026-07-21T19:24:29.261Z | Compiling cpubits v0.1.1 |
| 3135 | 2026-07-21T19:24:29.309Z | Compiling darling v0.21.3 |
| 3136 | 2026-07-21T19:24:29.328Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3137 | 2026-07-21T19:24:29.356Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3138 | 2026-07-21T19:24:29.387Z | Compiling smf v0.2.3 |
| 3139 | 2026-07-21T19:24:29.419Z | Compiling ingot-macros v0.1.1 |
| 3140 | 2026-07-21T19:24:29.493Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3141 | 2026-07-21T19:24:29.568Z | Compiling num_enum v0.5.11 |
| 3142 | 2026-07-21T19:24:29.624Z | Compiling whoami v1.6.1 |
| 3143 | 2026-07-21T19:24:29.642Z | Compiling usdt-attr-macro v0.5.0 |
| 3144 | 2026-07-21T19:24:29.661Z | Compiling usdt-macro v0.5.0 |
| 3145 | 2026-07-21T19:24:29.666Z | Compiling gethostname v0.5.0 |
| 3146 | 2026-07-21T19:24:29.710Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3147 | 2026-07-21T19:24:29.715Z | Compiling num-rational v0.4.2 |
| 3148 | 2026-07-21T19:24:29.827Z | Compiling pem-rfc7468 v1.0.0 |
| 3149 | 2026-07-21T19:24:29.947Z | Compiling num-complex v0.4.6 |
| 3150 | 2026-07-21T19:24:30.027Z | Compiling derive-where v1.6.0 |
| 3151 | 2026-07-21T19:24:30.155Z | Compiling memmap v0.7.0 |
| 3152 | 2026-07-21T19:24:30.172Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3153 | 2026-07-21T19:24:30.210Z | Compiling zone v0.3.1 |
| 3154 | 2026-07-21T19:24:30.334Z | Compiling num v0.4.3 |
| 3155 | 2026-07-21T19:24:30.341Z | Compiling float-ord v0.3.2 |
| 3156 | 2026-07-21T19:24:30.367Z | Compiling toml v0.8.23 |
| 3157 | 2026-07-21T19:24:30.387Z | Compiling hmac v0.13.0 |
| 3158 | 2026-07-21T19:24:30.429Z | Compiling universal-hash v0.6.1 |
| 3159 | 2026-07-21T19:24:30.475Z | Compiling resolv-conf v0.7.6 |
| 3160 | 2026-07-21T19:24:30.499Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3161 | 2026-07-21T19:24:30.512Z | Compiling usdt v0.5.0 |
| 3162 | 2026-07-21T19:24:30.581Z | Compiling cancel-safe-futures v0.1.5 |
| 3163 | 2026-07-21T19:24:30.599Z | Compiling polyval v0.7.1 |
| 3164 | 2026-07-21T19:24:30.599Z | Compiling der v0.8.0 |
| 3165 | 2026-07-21T19:24:30.650Z | Compiling prettyplease v0.2.37 |
| 3166 | 2026-07-21T19:24:30.728Z | Compiling pbkdf2 v0.13.0 |
| 3167 | 2026-07-21T19:24:30.805Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3168 | 2026-07-21T19:24:30.856Z | Compiling ghash v0.6.0 |
| 3169 | 2026-07-21T19:24:30.876Z | Compiling aes v0.9.1 |
| 3170 | 2026-07-21T19:24:30.892Z | Compiling console v0.15.11 |
| 3171 | 2026-07-21T19:24:30.944Z | Compiling newline-converter v0.3.0 |
| 3172 | 2026-07-21T19:24:30.961Z | Compiling hickory-proto v0.24.4 |
| 3173 | 2026-07-21T19:24:30.976Z | Compiling ctr v0.10.1 |
| 3174 | 2026-07-21T19:24:31.013Z | Compiling aead v0.6.1 |
| 3175 | 2026-07-21T19:24:31.032Z | Compiling sha2 v0.11.0 |
| 3176 | 2026-07-21T19:24:31.084Z | Compiling linear-map v1.2.0 |
| 3177 | 2026-07-21T19:24:31.213Z | Compiling linked-hash-map v0.5.6 |
| 3178 | 2026-07-21T19:24:31.217Z | Compiling libefi-sys v0.1.0 |
| 3179 | 2026-07-21T19:24:31.251Z | Compiling typify-macro v0.6.2 |
| 3180 | 2026-07-21T19:24:31.258Z | Compiling expectorate v1.2.0 |
| 3181 | 2026-07-21T19:24:31.301Z | Compiling aes-gcm v0.11.0 |
| 3182 | 2026-07-21T19:24:31.411Z | Compiling lru-cache v0.1.2 |
| 3183 | 2026-07-21T19:24:31.429Z | Compiling oxide-update-engine-types v0.1.2 |
| 3184 | 2026-07-21T19:24:31.461Z | Compiling crypto-bigint v0.7.5 |
| 3185 | 2026-07-21T19:24:31.508Z | Compiling spki v0.8.0 |
| 3186 | 2026-07-21T19:24:31.529Z | Compiling cbc v0.2.1 |
| 3187 | 2026-07-21T19:24:31.546Z | Compiling salsa20 v0.11.0 |
| 3188 | 2026-07-21T19:24:31.567Z | Compiling bitfield-struct v0.6.2 |
| 3189 | 2026-07-21T19:24:31.712Z | Compiling nom v8.0.0 |
| 3190 | 2026-07-21T19:24:31.730Z | Compiling semver v0.1.20 |
| 3191 | 2026-07-21T19:24:31.878Z | Compiling scrypt v0.12.0 |
| 3192 | 2026-07-21T19:24:31.977Z | Compiling rustc_version v0.1.7 |
| 3193 | 2026-07-21T19:24:31.996Z | Compiling tokio-dtrace v0.1.1 |
| 3194 | 2026-07-21T19:24:32.024Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3195 | 2026-07-21T19:24:32.096Z | Compiling slog-dtrace v0.3.0 |
| 3196 | 2026-07-21T19:24:32.243Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3197 | 2026-07-21T19:24:32.284Z | Compiling minimal-lexical v0.2.1 |
| 3198 | 2026-07-21T19:24:32.299Z | Compiling newtype_derive v0.1.6 |
| 3199 | 2026-07-21T19:24:32.355Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3200 | 2026-07-21T19:24:32.369Z | Compiling oxide-tokio-rt v0.1.4 |
| 3201 | 2026-07-21T19:24:32.398Z | Compiling ingot-types v0.1.2 |
| 3202 | 2026-07-21T19:24:32.409Z | Compiling pkcs5 v0.8.1 |
| 3203 | 2026-07-21T19:24:32.438Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3204 | 2026-07-21T19:24:32.542Z | Compiling oxide-update-engine v0.1.2 |
| 3205 | 2026-07-21T19:24:32.568Z | Compiling nom v7.1.3 |
| 3206 | 2026-07-21T19:24:32.662Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3207 | 2026-07-21T19:24:32.679Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3208 | 2026-07-21T19:24:32.696Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3209 | 2026-07-21T19:24:32.703Z | Compiling phf_shared v0.12.1 |
| 3210 | 2026-07-21T19:24:32.747Z | Compiling csv-core v0.1.13 |
| 3211 | 2026-07-21T19:24:32.845Z | Compiling ingot v0.1.1 |
| 3212 | 2026-07-21T19:24:32.900Z | Compiling highway v1.3.0 |
| 3213 | 2026-07-21T19:24:32.939Z | Compiling xshell-macros v0.2.7 |
| 3214 | 2026-07-21T19:24:32.977Z | Compiling chrono-tz v0.10.4 |
| 3215 | 2026-07-21T19:24:33.033Z | Compiling unicode-xid v0.2.6 |
| 3216 | 2026-07-21T19:24:33.074Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3217 | 2026-07-21T19:24:33.096Z | Compiling hickory-resolver v0.24.4 |
| 3218 | 2026-07-21T19:24:33.146Z | Compiling typify v0.6.2 |
| 3219 | 2026-07-21T19:24:33.170Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3220 | 2026-07-21T19:24:33.191Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3221 | 2026-07-21T19:24:33.208Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3222 | 2026-07-21T19:24:33.275Z | Compiling progenitor-impl v0.14.0 |
| 3223 | 2026-07-21T19:24:33.321Z | Compiling const_format_proc_macros v0.2.34 |
| 3224 | 2026-07-21T19:24:33.343Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3225 | 2026-07-21T19:24:33.389Z | Compiling xshell v0.2.7 |
| 3226 | 2026-07-21T19:24:33.934Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3227 | 2026-07-21T19:24:33.968Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3228 | 2026-07-21T19:24:34.151Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3229 | 2026-07-21T19:24:34.166Z | Compiling qorb v0.4.1 |
| 3230 | 2026-07-21T19:24:34.237Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3231 | 2026-07-21T19:24:34.258Z | Compiling csv v1.4.0 |
| 3232 | 2026-07-21T19:24:34.523Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3233 | 2026-07-21T19:24:34.706Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3234 | 2026-07-21T19:24:34.750Z | Compiling phf v0.12.1 |
| 3235 | 2026-07-21T19:24:34.805Z | Compiling pkcs8 v0.11.0 |
| 3236 | 2026-07-21T19:24:34.898Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3237 | 2026-07-21T19:24:34.933Z | Compiling owo-colors v4.3.0 |
| 3238 | 2026-07-21T19:24:35.056Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3239 | 2026-07-21T19:24:35.215Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3240 | 2026-07-21T19:24:35.231Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3241 | 2026-07-21T19:24:35.309Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3242 | 2026-07-21T19:24:35.357Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3243 | 2026-07-21T19:24:35.457Z | Compiling const_format v0.2.35 |
| 3244 | 2026-07-21T19:24:35.478Z | Compiling tabled_derive v0.7.0 |
| 3245 | 2026-07-21T19:24:35.522Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3246 | 2026-07-21T19:24:35.895Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3247 | 2026-07-21T19:24:35.993Z | Compiling progenitor-macro v0.14.0 |
| 3248 | 2026-07-21T19:24:36.011Z | Compiling bcs v0.1.6 |
| 3249 | 2026-07-21T19:24:36.077Z | Compiling ff v0.14.0 |
| 3250 | 2026-07-21T19:24:36.101Z | Compiling salty v0.3.0 |
| 3251 | 2026-07-21T19:24:36.241Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3252 | 2026-07-21T19:24:36.249Z | Compiling tagptr v0.2.0 |
| 3253 | 2026-07-21T19:24:36.324Z | Compiling termtree v0.5.1 |
| 3254 | 2026-07-21T19:24:36.333Z | Compiling textwrap v0.16.2 |
| 3255 | 2026-07-21T19:24:36.423Z | Compiling moka v0.12.13 |
| 3256 | 2026-07-21T19:24:36.450Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3257 | 2026-07-21T19:24:36.533Z | Compiling tabled v0.15.0 |
| 3258 | 2026-07-21T19:24:36.695Z | Compiling steno v0.4.1 |
| 3259 | 2026-07-21T19:24:36.737Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3260 | 2026-07-21T19:24:36.755Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3261 | 2026-07-21T19:24:36.810Z | Compiling sha1 v0.10.6 |
| 3262 | 2026-07-21T19:24:36.827Z | Compiling signature v3.0.0 |
| 3263 | 2026-07-21T19:24:36.920Z | Compiling radium v0.7.0 |
| 3264 | 2026-07-21T19:24:37.085Z | Compiling base16ct v1.0.0 |
| 3265 | 2026-07-21T19:24:37.103Z | Compiling base64 v0.21.7 |
| 3266 | 2026-07-21T19:24:37.275Z | Compiling sec1 v0.8.1 |
| 3267 | 2026-07-21T19:24:37.297Z | Compiling hickory-resolver v0.25.2 |
| 3268 | 2026-07-21T19:24:37.328Z | Compiling group v0.14.0 |
| 3269 | 2026-07-21T19:24:37.346Z | Compiling hkdf v0.13.0 |
| 3270 | 2026-07-21T19:24:37.463Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 3271 | 2026-07-21T19:24:37.544Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3272 | 2026-07-21T19:24:37.562Z | Compiling rfc6979 v0.4.0 |
| 3273 | 2026-07-21T19:24:37.567Z | Compiling maybe-uninit v2.0.0 |
| 3274 | 2026-07-21T19:24:37.619Z | Compiling tap v1.0.1 |
| 3275 | 2026-07-21T19:24:37.642Z | Compiling elliptic-curve v0.14.0-rc.33 |
| 3276 | 2026-07-21T19:24:37.739Z | Compiling ecdsa v0.16.9 |
| 3277 | 2026-07-21T19:24:37.780Z | Compiling wyz v0.5.1 |
| 3278 | 2026-07-21T19:24:38.009Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3279 | 2026-07-21T19:24:38.178Z | Compiling primeorder v0.13.6 |
| 3280 | 2026-07-21T19:24:38.233Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3281 | 2026-07-21T19:24:38.372Z | Compiling utf-8 v0.7.6 |
| 3282 | 2026-07-21T19:24:38.398Z | Compiling funty v2.0.0 |
| 3283 | 2026-07-21T19:24:38.461Z | Compiling parking_lot_core v0.8.6 |
| 3284 | 2026-07-21T19:24:38.491Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3285 | 2026-07-21T19:24:38.583Z | Compiling packed_struct v0.10.1 |
| 3286 | 2026-07-21T19:24:38.695Z | Compiling proc-macro-error2 v2.0.1 |
| 3287 | 2026-07-21T19:24:38.755Z | Compiling bitvec v1.0.1 |
| 3288 | 2026-07-21T19:24:38.805Z | Compiling tungstenite v0.21.0 |
| 3289 | 2026-07-21T19:24:38.927Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3290 | 2026-07-21T19:24:38.963Z | Compiling p384 v0.13.1 |
| 3291 | 2026-07-21T19:24:39.046Z | Compiling rfc6979 v0.5.0 |
| 3292 | 2026-07-21T19:24:39.062Z | Compiling git-stub v1.0.0 |
| 3293 | 2026-07-21T19:24:39.099Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3294 | 2026-07-21T19:24:39.231Z | Compiling packed_struct_codegen v0.10.1 |
| 3295 | 2026-07-21T19:24:39.254Z | Compiling num-derive v0.3.3 |
| 3296 | 2026-07-21T19:24:39.273Z | Compiling bitfield-macros v0.19.4 |
| 3297 | 2026-07-21T19:24:39.363Z | Compiling zerocopy-derive v0.6.6 |
| 3298 | 2026-07-21T19:24:39.398Z | Compiling indexmap v1.9.3 |
| 3299 | 2026-07-21T19:24:39.556Z | Compiling nodrop v0.1.14 |
| 3300 | 2026-07-21T19:24:39.638Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3301 | 2026-07-21T19:24:39.685Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3302 | 2026-07-21T19:24:39.710Z | Compiling crc-catalog v2.4.0 |
| 3303 | 2026-07-21T19:24:39.750Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3304 | 2026-07-21T19:24:39.781Z | Compiling array-init v0.0.4 |
| 3305 | 2026-07-21T19:24:39.835Z | Compiling crc v3.4.0 |
| 3306 | 2026-07-21T19:24:39.927Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3307 | 2026-07-21T19:24:39.940Z | Compiling tokio-tungstenite v0.21.0 |
| 3308 | 2026-07-21T19:24:39.961Z | Compiling git-stub-vcs v0.1.0 |
| 3309 | 2026-07-21T19:24:40.056Z | Compiling ecdsa v0.17.0-rc.18 |
| 3310 | 2026-07-21T19:24:40.083Z | Compiling bitfield v0.19.4 |
| 3311 | 2026-07-21T19:24:40.166Z | Compiling smallvec v0.6.14 |
| 3312 | 2026-07-21T19:24:40.241Z | Compiling libscf-sys v1.1.0 |
| 3313 | 2026-07-21T19:24:40.269Z | Compiling tabled_derive v0.11.0 |
| 3314 | 2026-07-21T19:24:40.295Z | Compiling zerocopy v0.6.6 |
| 3315 | 2026-07-21T19:24:40.358Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3316 | 2026-07-21T19:24:40.412Z | Compiling primeorder v0.14.0-rc.10 |
| 3317 | 2026-07-21T19:24:40.412Z | Compiling primefield v0.14.0 |
| 3318 | 2026-07-21T19:24:40.416Z | Compiling progenitor-impl v0.13.0 |
| 3319 | 2026-07-21T19:24:40.525Z | Compiling papergrid v0.17.0 |
| 3320 | 2026-07-21T19:24:40.575Z | Compiling testing_table v0.3.0 |
| 3321 | 2026-07-21T19:24:40.649Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3322 | 2026-07-21T19:24:40.667Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3323 | 2026-07-21T19:24:40.706Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 3324 | 2026-07-21T19:24:40.761Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3325 | 2026-07-21T19:24:40.761Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3326 | 2026-07-21T19:24:40.841Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3327 | 2026-07-21T19:24:40.859Z | Compiling corncobs v0.1.4 |
| 3328 | 2026-07-21T19:24:40.921Z | Compiling unicase v2.9.0 |
| 3329 | 2026-07-21T19:24:41.018Z | Compiling hashbrown v0.12.3 |
| 3330 | 2026-07-21T19:24:41.035Z | Compiling progenitor v0.14.0 |
| 3331 | 2026-07-21T19:24:41.059Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3332 | 2026-07-21T19:24:41.144Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3333 | 2026-07-21T19:24:41.159Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3334 | 2026-07-21T19:24:41.174Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3335 | 2026-07-21T19:24:41.201Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3336 | 2026-07-21T19:24:41.217Z | Compiling mime_guess v2.0.5 |
| 3337 | 2026-07-21T19:24:41.311Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 3338 | 2026-07-21T19:24:41.387Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3339 | 2026-07-21T19:24:41.502Z | Compiling tabled v0.20.0 |
| 3340 | 2026-07-21T19:24:41.518Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3341 | 2026-07-21T19:24:41.555Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3342 | 2026-07-21T19:24:41.678Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3343 | 2026-07-21T19:24:41.719Z | Compiling parking_lot v0.11.2 |
| 3344 | 2026-07-21T19:24:41.736Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3345 | 2026-07-21T19:24:41.819Z | Compiling serde-hex v0.1.0 |
| 3346 | 2026-07-21T19:24:41.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3347 | 2026-07-21T19:24:41.983Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3348 | 2026-07-21T19:24:42.134Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3349 | 2026-07-21T19:24:42.154Z | Compiling ron v0.8.1 |
| 3350 | 2026-07-21T19:24:42.255Z | Compiling ssh-encoding v0.3.0-rc.9 |
| 3351 | 2026-07-21T19:24:42.313Z | Compiling hashbrown v0.13.2 |
| 3352 | 2026-07-21T19:24:42.489Z | Compiling progenitor-client v0.13.0 |
| 3353 | 2026-07-21T19:24:42.527Z | Compiling prefix-trie v0.7.0 |
| 3354 | 2026-07-21T19:24:42.622Z | Compiling fxhash v0.2.1 |
| 3355 | 2026-07-21T19:24:42.791Z | Compiling secrecy v0.8.0 |
| 3356 | 2026-07-21T19:24:42.829Z | Compiling crc-any v2.5.0 |
| 3357 | 2026-07-21T19:24:42.833Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3358 | 2026-07-21T19:24:42.970Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3359 | 2026-07-21T19:24:43.092Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3360 | 2026-07-21T19:24:43.172Z | Compiling hickory-server v0.25.2 |
| 3361 | 2026-07-21T19:24:43.176Z | Compiling progenitor-macro v0.13.0 |
| 3362 | 2026-07-21T19:24:43.664Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3363 | 2026-07-21T19:24:43.882Z | Compiling object v0.30.4 |
| 3364 | 2026-07-21T19:24:43.890Z | Compiling sled v0.34.7 |
| 3365 | 2026-07-21T19:24:44.016Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3366 | 2026-07-21T19:24:44.040Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3367 | 2026-07-21T19:24:44.279Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3368 | 2026-07-21T19:24:44.318Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3369 | 2026-07-21T19:24:44.349Z | Compiling ed25519 v3.0.0 |
| 3370 | 2026-07-21T19:24:44.570Z | Compiling crypto-primes v0.7.2 |
| 3371 | 2026-07-21T19:24:44.860Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3372 | 2026-07-21T19:24:45.080Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3373 | 2026-07-21T19:24:45.337Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3374 | 2026-07-21T19:24:45.380Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3375 | 2026-07-21T19:24:45.505Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3376 | 2026-07-21T19:24:45.556Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3377 | 2026-07-21T19:24:45.623Z | Compiling poly1305 v0.9.0 |
| 3378 | 2026-07-21T19:24:45.968Z | Compiling blowfish v0.10.0 |
| 3379 | 2026-07-21T19:24:46.031Z | Compiling blake2 v0.11.0-rc.6 |
| 3380 | 2026-07-21T19:24:46.093Z | Compiling keccak v0.2.0 |
| 3381 | 2026-07-21T19:24:46.245Z | Compiling fiat-crypto v0.3.0 |
| 3382 | 2026-07-21T19:24:46.264Z | Compiling http-range v0.1.5 |
| 3383 | 2026-07-21T19:24:46.284Z | Compiling half v1.8.3 |
| 3384 | 2026-07-21T19:24:46.305Z | Compiling path-slash v0.1.5 |
| 3385 | 2026-07-21T19:24:46.380Z | Compiling crc8 v0.1.1 |
| 3386 | 2026-07-21T19:24:46.431Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3387 | 2026-07-21T19:24:46.468Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3388 | 2026-07-21T19:24:46.486Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3389 | 2026-07-21T19:24:46.503Z | Compiling serde_cbor v0.11.2 |
| 3390 | 2026-07-21T19:24:46.580Z | Compiling argon2 v0.6.0-rc.8 |
| 3391 | 2026-07-21T19:24:46.649Z | Compiling sha3 v0.11.0 |
| 3392 | 2026-07-21T19:24:46.717Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3393 | 2026-07-21T19:24:46.830Z | Compiling ssh-cipher v0.3.0-rc.9 |
| 3394 | 2026-07-21T19:24:47.059Z | Compiling rsa v0.10.0-rc.18 |
| 3395 | 2026-07-21T19:24:47.142Z | Compiling ed25519-dalek v3.0.0-rc.0 |
| 3396 | 2026-07-21T19:24:47.161Z | Compiling illumos-nvpair v0.3.0 |
| 3397 | 2026-07-21T19:24:47.445Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3398 | 2026-07-21T19:24:47.528Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3399 | 2026-07-21T19:24:47.543Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3400 | 2026-07-21T19:24:47.688Z | Compiling p521 v0.14.0-rc.10 |
| 3401 | 2026-07-21T19:24:47.712Z | Compiling p256 v0.14.0-rc.10 |
| 3402 | 2026-07-21T19:24:47.749Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3403 | 2026-07-21T19:24:47.783Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3404 | 2026-07-21T19:24:47.839Z | Compiling yasna v0.5.2 |
| 3405 | 2026-07-21T19:24:47.892Z | Compiling kstat-rs v0.2.4 |
| 3406 | 2026-07-21T19:24:47.986Z | Compiling headers-core v0.3.0 |
| 3407 | 2026-07-21T19:24:48.133Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3408 | 2026-07-21T19:24:48.192Z | Compiling progenitor v0.13.0 |
| 3409 | 2026-07-21T19:24:48.217Z | Compiling kem v0.3.0 |
| 3410 | 2026-07-21T19:24:48.306Z | Compiling module-lattice v0.2.3 |
| 3411 | 2026-07-21T19:24:48.380Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3412 | 2026-07-21T19:24:48.417Z | Compiling nanorand v0.7.0 |
| 3413 | 2026-07-21T19:24:48.454Z | Compiling atty v0.2.14 |
| 3414 | 2026-07-21T19:24:48.527Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3415 | 2026-07-21T19:24:48.559Z | Compiling ml-kem v0.3.2 |
| 3416 | 2026-07-21T19:24:48.582Z | Compiling rcgen v0.12.1 |
| 3417 | 2026-07-21T19:24:48.593Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 3418 | 2026-07-21T19:24:48.600Z | Compiling flume v0.11.1 |
| 3419 | 2026-07-21T19:24:48.702Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3420 | 2026-07-21T19:24:48.866Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3421 | 2026-07-21T19:24:48.935Z | Compiling headers v0.4.1 |
| 3422 | 2026-07-21T19:24:48.965Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3423 | 2026-07-21T19:24:49.460Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3424 | 2026-07-21T19:24:49.540Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-07-21T19:24:49.557Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-07-21T19:24:49.719Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3427 | 2026-07-21T19:24:49.739Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 3428 | 2026-07-21T19:24:49.794Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3429 | 2026-07-21T19:24:49.953Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3430 | 2026-07-21T19:24:50.023Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3431 | 2026-07-21T19:24:50.088Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3432 | 2026-07-21T19:24:50.473Z | Compiling russh-cryptovec v0.61.0 |
| 3433 | 2026-07-21T19:24:50.490Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 3434 | 2026-07-21T19:24:50.714Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-07-21T19:24:50.734Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3436 | 2026-07-21T19:24:50.828Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3437 | 2026-07-21T19:24:50.972Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3438 | 2026-07-21T19:24:51.015Z | Compiling port-file v0.1.0 |
| 3439 | 2026-07-21T19:24:51.152Z | Compiling num-bigint v0.4.6 |
| 3440 | 2026-07-21T19:24:51.194Z | Compiling generic-array v1.4.3 |
| 3441 | 2026-07-21T19:24:51.232Z | Compiling russh-util v0.52.0 |
| 3442 | 2026-07-21T19:24:51.283Z | Compiling enum_dispatch v0.3.13 |
| 3443 | 2026-07-21T19:24:51.300Z | Compiling delegate v0.13.5 |
| 3444 | 2026-07-21T19:24:51.407Z | Compiling p384 v0.14.0-rc.10 |
| 3445 | 2026-07-21T19:24:51.578Z | Compiling subprocess v0.2.15 |
| 3446 | 2026-07-21T19:24:51.735Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3447 | 2026-07-21T19:24:51.845Z | Compiling md5 v0.8.0 |
| 3448 | 2026-07-21T19:24:51.866Z | Compiling hex-literal v1.1.0 |
| 3449 | 2026-07-21T19:24:51.908Z | Compiling display-error-chain v0.2.2 |
| 3450 | 2026-07-21T19:24:52.047Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3451 | 2026-07-21T19:24:52.076Z | Compiling colored v2.2.0 |
| 3452 | 2026-07-21T19:24:52.158Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3453 | 2026-07-21T19:24:52.252Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3454 | 2026-07-21T19:24:52.361Z | Compiling socket2 v0.5.10 |
| 3455 | 2026-07-21T19:24:52.382Z | Compiling internet-checksum v0.2.1 |
| 3456 | 2026-07-21T19:24:52.741Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3457 | 2026-07-21T19:24:53.473Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3458 | 2026-07-21T19:24:53.604Z | Compiling ssh-key v0.7.0-rc.10 |
| 3459 | 2026-07-21T19:24:53.965Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3460 | 2026-07-21T19:24:54.841Z | Compiling russh v0.61.2 |
| 3461 | 2026-07-21T19:24:56.068Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3462 | 2026-07-21T19:24:56.221Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3463 | 2026-07-21T19:25:06.441Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3464 | 2026-07-21T19:25:06.441Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3465 | 2026-07-21T19:25:06.441Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3466 | 2026-07-21T19:25:06.441Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3467 | 2026-07-21T19:25:06.481Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3468 | 2026-07-21T19:25:06.521Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3469 | 2026-07-21T19:25:10.380Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3470 | 2026-07-21T19:25:49.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3471 | 2026-07-21T19:25:49.838Z | |
| 3472 | 2026-07-21T19:25:49.838Z | real 1:26.676507898 |
| 3473 | 2026-07-21T19:25:49.838Z | user 8:41.223253269 |
| 3474 | 2026-07-21T19:25:49.838Z | sys 1:43.279025020 |
| 3475 | 2026-07-21T19:25:49.838Z | trap 0.280782381 |
| 3476 | 2026-07-21T19:25:49.838Z | tflt 0.342436891 |
| 3477 | 2026-07-21T19:25:49.838Z | dflt 1.531420323 |
| 3478 | 2026-07-21T19:25:49.842Z | kflt 0.000210070 |
| 3479 | 2026-07-21T19:25:49.842Z | lock 30:56.982764432 |
| 3480 | 2026-07-21T19:25:49.842Z | slp 20:04.768092994 |
| 3481 | 2026-07-21T19:25:49.842Z | lat 42.006634660 |
| 3482 | 2026-07-21T19:25:49.842Z | stop 2:56.329582814 |
| 3483 | 2026-07-21T19:25:49.842Z | + mkdir tests |
| 3484 | 2026-07-21T19:25:49.845Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3485 | 2026-07-21T19:25:49.845Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3486 | 2026-07-21T19:25:49.869Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e4c9c7ae0bb0dfef tests/ |
| 3487 | 2026-07-21T19:25:49.899Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ea78505dc2dc167f tests/ |
| 3488 | 2026-07-21T19:25:49.928Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-33515beb2d6ed64a tests/ |
| 3489 | 2026-07-21T19:25:49.957Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fe05326eebb245d2 tests/ |
| 3490 | 2026-07-21T19:25:50.282Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/* tools/opte_version tools/opte_version_override) |
| 3491 | 2026-07-21T19:25:50.285Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ea78505dc2dc167f tests/commtest-33515beb2d6ed64a tests/dhcp_server-e4c9c7ae0bb0dfef tests/end_to_end_tests-fe05326eebb245d2 tools/opte_version tools/opte_version_override out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-utils.tar out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 3492 | 2026-07-21T19:27:11.162Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3493 | 2026-07-21T19:27:11.162Z | a .github/buildomat/ci-env.sh 1K |
| 3494 | 2026-07-21T19:27:11.162Z | a out/target/test 1K |
| 3495 | 2026-07-21T19:27:11.162Z | a out/npuzone/npuzone 27402K |
| 3496 | 2026-07-21T19:27:11.162Z | a package-manifest.toml 35K |
| 3497 | 2026-07-21T19:27:11.162Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3498 | 2026-07-21T19:27:11.162Z | a target/release/omicron-package 40729K |
| 3499 | 2026-07-21T19:27:11.162Z | a target/release/xtask 10468K |
| 3500 | 2026-07-21T19:27:11.162Z | a target/debug/bootstrap 349671K |
| 3501 | 2026-07-21T19:27:11.162Z | a tests/bootstrap-ea78505dc2dc167f 31974K |
| 3502 | 2026-07-21T19:27:11.162Z | a tests/commtest-33515beb2d6ed64a 32169K |
| 3503 | 2026-07-21T19:27:11.162Z | a tests/dhcp_server-e4c9c7ae0bb0dfef 31974K |
| 3504 | 2026-07-21T19:27:11.162Z | a tests/end_to_end_tests-fe05326eebb245d2 399544K |
| 3505 | 2026-07-21T19:27:11.162Z | a tools/opte_version 1K |
| 3506 | 2026-07-21T19:27:11.162Z | a tools/opte_version_override 2K |
| 3507 | 2026-07-21T19:27:11.162Z | a out/clickhouse.tar.gz 310737K |
| 3508 | 2026-07-21T19:27:11.162Z | a out/clickhouse_keeper.tar.gz 297204K |
| 3509 | 2026-07-21T19:27:11.162Z | a out/clickhouse_server.tar.gz 310735K |
| 3510 | 2026-07-21T19:27:11.162Z | a out/cockroachdb.tar.gz 161742K |
| 3511 | 2026-07-21T19:27:11.163Z | a out/crucible-pantry-zone.tar.gz 39110K |
| 3512 | 2026-07-21T19:27:11.163Z | a out/crucible-utils.tar 18900K |
| 3513 | 2026-07-21T19:27:11.163Z | a out/crucible-zone.tar.gz 53805K |
| 3514 | 2026-07-21T19:27:11.163Z | a out/external-dns.tar.gz 46165K |
| 3515 | 2026-07-21T19:27:11.163Z | a out/internal-dns.tar.gz 46165K |
| 3516 | 2026-07-21T19:27:11.163Z | a out/mg-ddm-gz.tar 102717K |
| 3517 | 2026-07-21T19:27:11.163Z | a out/nexus.tar.gz 273566K |
| 3518 | 2026-07-21T19:27:11.163Z | a out/ntp.tar.gz 29912K |
| 3519 | 2026-07-21T19:27:11.163Z | a out/omicron-gateway-softnpu.tar.gz 27712K |
| 3520 | 2026-07-21T19:27:11.163Z | a out/omicron-sled-agent.tar 191470K |
| 3521 | 2026-07-21T19:27:11.163Z | a out/overlay.tar.gz 4K |
| 3522 | 2026-07-21T19:27:11.163Z | a out/oximeter.tar.gz 59925K |
| 3523 | 2026-07-21T19:27:11.163Z | a out/oxlog.tar 3808K |
| 3524 | 2026-07-21T19:27:11.163Z | a out/probe.tar.gz 3037K |
| 3525 | 2026-07-21T19:27:11.163Z | a out/propolis-server.tar.gz 34372K |
| 3526 | 2026-07-21T19:27:11.163Z | a out/pumpkind-gz.tar 26647K |
| 3527 | 2026-07-21T19:27:11.163Z | a out/switch-softnpu.tar.gz 450157K |
| 3528 | 2026-07-21T19:27:11.163Z | |
| 3529 | 2026-07-21T19:27:11.163Z | real 1:19.677101332 |
| 3530 | 2026-07-21T19:27:11.163Z | user 1:17.071738121 |
| 3531 | 2026-07-21T19:27:11.163Z | sys 4.387596867 |
| 3532 | 2026-07-21T19:27:11.163Z | trap 0.005696966 |
| 3533 | 2026-07-21T19:27:11.163Z | tflt 0.000000000 |
| 3534 | 2026-07-21T19:27:11.163Z | dflt 0.000000000 |
| 3535 | 2026-07-21T19:27:11.163Z | kflt 0.000000000 |
| 3536 | 2026-07-21T19:27:11.163Z | lock 0.000000000 |
| 3537 | 2026-07-21T19:27:11.163Z | slp 1:16.935643395 |
| 3538 | 2026-07-21T19:27:11.163Z | lat 0.947519711 |
| 3539 | 2026-07-21T19:27:11.163Z | stop 0.000529850 |
| 3540 | 2026-07-21T19:27:11.163Z | process exited: duration 1043024 ms, exit code 0 |
| |
| 3541 | 2026-07-21T19:27:11.191Z | found 1 output files |
| 3542 | 2026-07-21T19:27:11.191Z | uploading: /work/package.tar.gz (2483781039 bytes) |
| 3543 | 2026-07-21T19:27:40.446Z | uploaded: /work/package.tar.gz |