|
|
|
| 1 | 2026-08-25T00:36:32.767Z | job assigned to worker 01M0V5GH93FXCWKRM1ZEW9Y51A [factory aws, i-079aa3e4220d4c388] (queued for 50 s) |
| |
| 2 | 2026-08-25T00:36:40.049Z | starting task 0: "setup" |
| 3 | 2026-08-25T00:36:40.062Z | ++ uname -s |
| 4 | 2026-08-25T00:36:40.063Z | + kern=SunOS |
| 5 | 2026-08-25T00:36:40.063Z | + build_user=build |
| 6 | 2026-08-25T00:36:40.063Z | + build_uid=12345 |
| 7 | 2026-08-25T00:36:40.075Z | + work_dir=/work |
| 8 | 2026-08-25T00:36:40.075Z | + input_dir=/input |
| 9 | 2026-08-25T00:36:40.075Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T00:36:40.075Z | + case "$kern" in |
| 11 | 2026-08-25T00:36:40.075Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T00:36:40.075Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T00:36:42.055Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T00:36:42.204Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T00:36:42.221Z | + home_fs=zfs |
| 16 | 2026-08-25T00:36:42.221Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T00:36:42.231Z | + mkdir -p /home/build |
| 18 | 2026-08-25T00:36:42.231Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T00:36:44.209Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T00:36:44.215Z | process exited: duration 4178 ms, exit code 0 |
| |
| 21 | 2026-08-25T00:36:44.224Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T00:36:44.231Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T00:36:44.232Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-25T00:36:44.232Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-25T00:36:44.232Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-25T00:36:44.232Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T00:36:44.232Z | * rust toolchain profile = "default" |
| 28 | 2026-08-25T00:36:44.237Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T00:36:44.237Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T00:36:44.334Z | info: downloading installer |
| 31 | 2026-08-25T00:36:45.757Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T00:36:45.757Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T00:36:45.757Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T00:36:45.757Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T00:36:45.769Z | info: profile set to default |
| 36 | 2026-08-25T00:36:45.769Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T00:36:45.776Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T00:36:45.906Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T00:36:45.914Z | info: downloading 6 components |
| 40 | 2026-08-25T00:37:00.994Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T00:37:00.994Z | |
| 42 | 2026-08-25T00:37:01.020Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T00:37:01.020Z | |
| 44 | 2026-08-25T00:37:01.020Z | |
| 45 | 2026-08-25T00:37:01.020Z | Rust is installed now. Great! |
| 46 | 2026-08-25T00:37:01.020Z | |
| 47 | 2026-08-25T00:37:01.020Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T00:37:01.020Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T00:37:01.020Z | |
| 50 | 2026-08-25T00:37:01.021Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T00:37:01.021Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T00:37:01.021Z | |
| 53 | 2026-08-25T00:37:01.022Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T00:37:01.025Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T00:37:01.025Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T00:37:01.025Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T00:37:01.025Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T00:37:01.025Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T00:37:01.025Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T00:37:01.025Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T00:37:01.025Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T00:37:01.125Z | + rustup --version |
| 63 | 2026-08-25T00:37:01.130Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T00:37:01.137Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T00:37:01.152Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T00:37:01.158Z | + cargo --version |
| 67 | 2026-08-25T00:37:01.166Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T00:37:01.171Z | + rustc --version |
| 69 | 2026-08-25T00:37:01.186Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T00:37:01.189Z | process exited: duration 16964 ms, exit code 0 |
| |
| 71 | 2026-08-25T00:37:01.198Z | starting task 2: "authentication" |
| 72 | 2026-08-25T00:37:01.209Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 73 | 2026-08-25T00:37:25.271Z | process exited: duration 24072 ms, exit code 0 |
| |
| 74 | 2026-08-25T00:37:25.279Z | starting task 3: "clone repository" |
| 75 | 2026-08-25T00:37:25.285Z | + mkdir -p /work/oxidecomputer/omicron |
| 76 | 2026-08-25T00:37:25.288Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 77 | 2026-08-25T00:37:25.321Z | Cloning into '/work/oxidecomputer/omicron'... |
| 78 | 2026-08-25T00:37:37.763Z | + cd /work/oxidecomputer/omicron |
| 79 | 2026-08-25T00:37:37.763Z | + git fetch origin 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d |
| 80 | 2026-08-25T00:37:38.134Z | From https://github.com/oxidecomputer/omicron |
| 81 | 2026-08-25T00:37:38.134Z | * branch 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d -> FETCH_HEAD |
| 82 | 2026-08-25T00:37:38.207Z | + [[ -n '' ]] |
| 83 | 2026-08-25T00:37:38.207Z | + git reset --hard 82b3aa3d91a4b4fc00a7ce2f818fc701355f864d |
| 84 | 2026-08-25T00:37:38.207Z | HEAD is now at 82b3aa3d9 [spr] initial version |
| 85 | 2026-08-25T00:37:38.321Z | process exited: duration 12874 ms, exit code 0 |
| |
| 86 | 2026-08-25T00:37:38.356Z | starting task 4: "build" |
| 87 | 2026-08-25T00:37:38.373Z | + source .github/buildomat/ci-env.sh |
| 88 | 2026-08-25T00:37:38.373Z | ++ export CARGO_TERM_COLOR=always |
| 89 | 2026-08-25T00:37:38.374Z | ++ CARGO_TERM_COLOR=always |
| 90 | 2026-08-25T00:37:38.374Z | +++ uname -s |
| 91 | 2026-08-25T00:37:38.374Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 92 | 2026-08-25T00:37:38.375Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 93 | 2026-08-25T00:37:38.378Z | + cargo --version |
| 94 | 2026-08-25T00:37:38.426Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 95 | 2026-08-25T00:37:38.427Z | + rustc --version |
| 96 | 2026-08-25T00:37:38.442Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-25T00:37:38.442Z | + WORK=/work |
| 98 | 2026-08-25T00:37:38.442Z | + pfexec mkdir -p /work |
| 99 | 2026-08-25T00:37:38.442Z | + pfexec chown build /work |
| 100 | 2026-08-25T00:37:38.442Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 101 | 2026-08-25T00:37:41.161Z | Startup: Refreshing catalog 'helios' ... Done |
| 102 | 2026-08-25T00:37:41.537Z | Startup: Caching catalogs ... Done |
| 103 | 2026-08-25T00:37:43.694Z | Planning: Solver setup ... Done (2.037s) |
| 104 | 2026-08-25T00:37:43.756Z | Planning: Running solver ... Done (0.062s) |
| 105 | 2026-08-25T00:37:43.810Z | Planning: Finding local manifests ... Done (0.003s) |
| 106 | 2026-08-25T00:37:43.822Z | Planning: Fetching manifests: 0/2 0% complete |
| 107 | 2026-08-25T00:37:43.839Z | Planning: Fetching manifests: 2/2 100% complete |
| 108 | 2026-08-25T00:37:43.854Z | Planning: Package planning ... Done (0.015s) |
| 109 | 2026-08-25T00:37:43.858Z | Planning: Merging actions ... Done (0.001s) |
| 110 | 2026-08-25T00:37:44.083Z | Planning: Checking for conflicting actions ... Done (0.227s) |
| 111 | 2026-08-25T00:37:44.087Z | Planning: Consolidating action changes ... Done (0.001s) |
| 112 | 2026-08-25T00:37:44.986Z | Planning: Evaluating mediators ... Done (0.901s) |
| 113 | 2026-08-25T00:37:44.989Z | Planning: Planning completed in 3.41 seconds |
| 114 | 2026-08-25T00:37:44.995Z | Packages to install: 2 |
| 115 | 2026-08-25T00:37:44.995Z | Estimated space available: 156.01 GB |
| 116 | 2026-08-25T00:37:44.995Z | Estimated space to be consumed: 80.56 MB |
| 117 | 2026-08-25T00:37:44.999Z | Create boot environment: No |
| 118 | 2026-08-25T00:37:44.999Z | Create backup boot environment: No |
| 119 | 2026-08-25T00:37:44.999Z | Rebuild boot archive: No |
| 120 | 2026-08-25T00:37:44.999Z | |
| 121 | 2026-08-25T00:37:44.999Z | Changed packages: |
| 122 | 2026-08-25T00:37:44.999Z | helios |
| 123 | 2026-08-25T00:37:44.999Z | developer/build-essential |
| 124 | 2026-08-25T00:37:44.999Z | None -> 11-3.0 |
| 125 | 2026-08-25T00:37:44.999Z | library/libxmlsec1 |
| 126 | 2026-08-25T00:37:44.999Z | None -> 1.2.35-3.0 |
| 127 | 2026-08-25T00:37:45.022Z | |
| 128 | 2026-08-25T00:37:45.022Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 129 | 2026-08-25T00:37:45.100Z | Download: Completed 1.28 MB in 0.08 seconds (16.5M/s) |
| 130 | 2026-08-25T00:37:45.161Z | Actions: 1/268 actions (Installing new actions) |
| 131 | 2026-08-25T00:37:45.200Z | Actions: Completed 268 actions in 0.04 seconds. |
| 132 | 2026-08-25T00:37:45.241Z | Finalize: Updating package state database ... Done (0.038s) |
| 133 | 2026-08-25T00:37:45.241Z | Finalize: Updating package cache ... Done (0.000s) |
| 134 | 2026-08-25T00:37:45.328Z | Finalize: Updating image state ... Done (0.089s) |
| 135 | 2026-08-25T00:37:47.996Z | Finalize: Creating fast lookup database ... Done (2.613s) |
| 136 | 2026-08-25T00:37:48.069Z | Finalize: Reading search index ... Done (0.013s) |
| 137 | 2026-08-25T00:37:48.073Z | Finalize: Updating search index ... Done (0.000s) |
| 138 | 2026-08-25T00:37:48.149Z | Finalize: Updating package cache ... Done (0.000s) |
| 139 | 2026-08-25T00:37:48.522Z | Planning: Evaluating mediator changes ... Done |
| 140 | 2026-08-25T00:37:48.621Z | Planning: Checking for conflicting actions ... Done |
| 141 | 2026-08-25T00:37:48.625Z | Planning: Consolidating action changes ... Done |
| 142 | 2026-08-25T00:37:48.777Z | Planning: Evaluating mediators ... Done |
| 143 | 2026-08-25T00:37:48.780Z | Planning: Planning completed in 0.26 seconds |
| 144 | 2026-08-25T00:37:48.803Z | Mediators to change: 2 |
| 145 | 2026-08-25T00:37:48.804Z | Create boot environment: No |
| 146 | 2026-08-25T00:37:48.804Z | Create backup boot environment: No |
| 147 | 2026-08-25T00:37:48.843Z | Finalize: Updating package state database ... Done |
| 148 | 2026-08-25T00:37:48.846Z | Finalize: Updating package cache ... Done |
| 149 | 2026-08-25T00:37:48.900Z | Finalize: Updating image state ... Done |
| 150 | 2026-08-25T00:37:50.831Z | Finalize: Creating fast lookup database ... Done |
| 151 | 2026-08-25T00:37:50.889Z | Finalize: Reading search index ... Done |
| 152 | 2026-08-25T00:37:50.894Z | Finalize: Updating search index ... Done |
| 153 | 2026-08-25T00:37:50.948Z | Finalize: Updating package cache ... Done |
| 154 | 2026-08-25T00:37:51.238Z | Planning: Evaluating mediator changes ... Done |
| 155 | 2026-08-25T00:37:51.342Z | Planning: Checking for conflicting actions ... Done |
| 156 | 2026-08-25T00:37:51.346Z | Planning: Consolidating action changes ... Done |
| 157 | 2026-08-25T00:37:51.500Z | Planning: Evaluating mediators ... Done |
| 158 | 2026-08-25T00:37:51.503Z | Planning: Planning completed in 0.26 seconds |
| 159 | 2026-08-25T00:37:51.523Z | Mediators to change: 1 |
| 160 | 2026-08-25T00:37:51.523Z | Create boot environment: No |
| 161 | 2026-08-25T00:37:51.523Z | Create backup boot environment: No |
| 162 | 2026-08-25T00:37:51.563Z | Finalize: Updating package state database ... Done |
| 163 | 2026-08-25T00:37:51.563Z | Finalize: Updating package cache ... Done |
| 164 | 2026-08-25T00:37:51.617Z | Finalize: Updating image state ... Done |
| 165 | 2026-08-25T00:37:53.563Z | Finalize: Creating fast lookup database ... Done |
| 166 | 2026-08-25T00:37:53.625Z | Finalize: Reading search index ... Done |
| 167 | 2026-08-25T00:37:53.629Z | Finalize: Updating search index ... Done |
| 168 | 2026-08-25T00:37:53.680Z | Finalize: Updating package cache ... Done |
| 169 | 2026-08-25T00:37:53.989Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 170 | 2026-08-25T00:37:53.989Z | apache system 2.4 system |
| 171 | 2026-08-25T00:37:53.989Z | clang system 15 system |
| 172 | 2026-08-25T00:37:53.989Z | csh system system illumos |
| 173 | 2026-08-25T00:37:53.989Z | ctags system system illumos |
| 174 | 2026-08-25T00:37:53.989Z | file vendor vendor darwinsys |
| 175 | 2026-08-25T00:37:53.989Z | file system system illumos |
| 176 | 2026-08-25T00:37:53.989Z | gcc vendor 14 vendor |
| 177 | 2026-08-25T00:37:53.989Z | gcc system 13 system |
| 178 | 2026-08-25T00:37:53.990Z | gcc system 10 system |
| 179 | 2026-08-25T00:37:53.990Z | go system 1.25 system |
| 180 | 2026-08-25T00:37:53.990Z | llvm system 15 system |
| 181 | 2026-08-25T00:37:53.990Z | mariadb system 11.4 system |
| 182 | 2026-08-25T00:37:53.990Z | mta vendor vendor dma |
| 183 | 2026-08-25T00:37:53.990Z | openjdk system 17 system |
| 184 | 2026-08-25T00:37:53.990Z | openjdk system 11 system |
| 185 | 2026-08-25T00:37:53.990Z | openssl vendor 3 vendor |
| 186 | 2026-08-25T00:37:53.990Z | perl system 5.40 system |
| 187 | 2026-08-25T00:37:53.990Z | postgresql system 18 system |
| 188 | 2026-08-25T00:37:53.990Z | postgresql system 17 system |
| 189 | 2026-08-25T00:37:53.991Z | python vendor 3 vendor |
| 190 | 2026-08-25T00:37:53.991Z | python system 2 system |
| 191 | 2026-08-25T00:37:53.991Z | python3 vendor 3.13 vendor |
| 192 | 2026-08-25T00:37:53.991Z | ruby system 3.4 system |
| 193 | 2026-08-25T00:37:53.991Z | ruby system 3.0 system |
| 194 | 2026-08-25T00:37:53.991Z | words vendor vendor american-english |
| 195 | 2026-08-25T00:37:53.991Z | words system system australian-english |
| 196 | 2026-08-25T00:37:53.991Z | words system system british-english |
| 197 | 2026-08-25T00:37:53.991Z | words system system canadian-english |
| 198 | 2026-08-25T00:37:53.991Z | words system system french |
| 199 | 2026-08-25T00:37:53.991Z | words system system italian |
| 200 | 2026-08-25T00:37:53.991Z | words system system ngerman |
| 201 | 2026-08-25T00:37:53.991Z | words system system ogerman |
| 202 | 2026-08-25T00:37:53.991Z | words system system spanish |
| 203 | 2026-08-25T00:37:54.242Z | PUBLISHER TYPE STATUS P LOCATION |
| 204 | 2026-08-25T00:37:54.242Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 205 | 2026-08-25T00:37:54.734Z | FMRI IFO |
| 206 | 2026-08-25T00:37:54.735Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 207 | 2026-08-25T00:37:54.735Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 208 | 2026-08-25T00:37:54.735Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 209 | 2026-08-25T00:37:54.735Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 210 | 2026-08-25T00:37:54.735Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 211 | 2026-08-25T00:37:54.735Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 212 | 2026-08-25T00:37:54.735Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 213 | 2026-08-25T00:37:54.735Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 214 | 2026-08-25T00:37:54.736Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 215 | 2026-08-25T00:37:55.081Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 216 | 2026-08-25T00:37:55.402Z | Updating crates.io index |
| 217 | 2026-08-25T00:37:55.406Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 218 | 2026-08-25T00:37:55.692Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 219 | 2026-08-25T00:37:56.061Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-08-25T00:37:57.053Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 221 | 2026-08-25T00:37:57.627Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 222 | 2026-08-25T00:37:59.680Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 223 | 2026-08-25T00:38:00.569Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-25T00:38:00.907Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 225 | 2026-08-25T00:38:01.295Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 226 | 2026-08-25T00:38:02.505Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 227 | 2026-08-25T00:38:02.782Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 228 | 2026-08-25T00:38:03.174Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 229 | 2026-08-25T00:38:03.463Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 230 | 2026-08-25T00:38:03.729Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 231 | 2026-08-25T00:38:03.974Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 232 | 2026-08-25T00:38:04.247Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 233 | 2026-08-25T00:38:04.558Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 234 | 2026-08-25T00:38:04.872Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 235 | 2026-08-25T00:38:05.357Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 236 | 2026-08-25T00:38:05.723Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 237 | 2026-08-25T00:38:06.025Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 238 | 2026-08-25T00:38:06.512Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 239 | 2026-08-25T00:38:06.799Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 240 | 2026-08-25T00:38:07.380Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 241 | 2026-08-25T00:38:07.691Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 242 | 2026-08-25T00:38:07.943Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 243 | 2026-08-25T00:38:08.384Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 244 | 2026-08-25T00:38:08.636Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 245 | 2026-08-25T00:38:09.029Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 246 | 2026-08-25T00:38:09.350Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 247 | 2026-08-25T00:38:09.647Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 248 | 2026-08-25T00:38:09.977Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 249 | 2026-08-25T00:38:10.316Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 250 | 2026-08-25T00:38:10.873Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 251 | 2026-08-25T00:38:11.156Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 252 | 2026-08-25T00:38:11.468Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 253 | 2026-08-25T00:38:11.781Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 254 | 2026-08-25T00:38:12.508Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 255 | 2026-08-25T00:38:12.894Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 256 | 2026-08-25T00:38:13.105Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 257 | 2026-08-25T00:38:13.426Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 258 | 2026-08-25T00:38:13.712Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 259 | 2026-08-25T00:38:14.016Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 260 | 2026-08-25T00:38:16.788Z | Downloading crates ... |
| 261 | 2026-08-25T00:38:16.846Z | Downloaded cfg-if v1.0.4 |
| 262 | 2026-08-25T00:38:16.864Z | Downloaded errno v0.3.14 |
| 263 | 2026-08-25T00:38:16.864Z | Downloaded memmap v0.7.0 |
| 264 | 2026-08-25T00:38:16.865Z | Downloaded dof v0.3.0 |
| 265 | 2026-08-25T00:38:16.865Z | Downloaded cargo-platform v0.3.2 |
| 266 | 2026-08-25T00:38:16.865Z | Downloaded block-buffer v0.10.4 |
| 267 | 2026-08-25T00:38:16.865Z | Downloaded zmij v1.0.21 |
| 268 | 2026-08-25T00:38:16.865Z | Downloaded byteorder v1.5.0 |
| 269 | 2026-08-25T00:38:16.865Z | Downloaded unicode-linebreak v0.1.5 |
| 270 | 2026-08-25T00:38:16.865Z | Downloaded usdt-macro v0.5.0 |
| 271 | 2026-08-25T00:38:16.865Z | Downloaded is_terminal_polyfill v1.70.2 |
| 272 | 2026-08-25T00:38:16.865Z | Downloaded itoa v1.0.17 |
| 273 | 2026-08-25T00:38:16.866Z | Downloaded macaddr v1.0.1 |
| 274 | 2026-08-25T00:38:16.878Z | Downloaded heck v0.4.1 |
| 275 | 2026-08-25T00:38:16.878Z | Downloaded heck v0.5.0 |
| 276 | 2026-08-25T00:38:16.878Z | Downloaded camino-tempfile v1.4.1 |
| 277 | 2026-08-25T00:38:16.878Z | Downloaded zerocopy v0.7.35 |
| 278 | 2026-08-25T00:38:16.878Z | Downloaded zerocopy-derive v0.7.35 |
| 279 | 2026-08-25T00:38:16.878Z | Downloaded anstream v1.0.0 |
| 280 | 2026-08-25T00:38:16.878Z | Downloaded anstyle-query v1.1.5 |
| 281 | 2026-08-25T00:38:16.889Z | Downloaded scroll v0.12.0 |
| 282 | 2026-08-25T00:38:16.889Z | Downloaded bytecount v0.6.9 |
| 283 | 2026-08-25T00:38:16.896Z | Downloaded cargo_metadata v0.23.1 |
| 284 | 2026-08-25T00:38:16.897Z | Downloaded pest_derive v2.8.6 |
| 285 | 2026-08-25T00:38:16.926Z | Downloaded log v0.4.33 |
| 286 | 2026-08-25T00:38:16.927Z | Downloaded anstyle v1.0.14 |
| 287 | 2026-08-25T00:38:16.927Z | Downloaded anstyle-parse v1.0.0 |
| 288 | 2026-08-25T00:38:16.927Z | Downloaded fnv v1.0.7 |
| 289 | 2026-08-25T00:38:16.927Z | Downloaded camino v1.2.5 |
| 290 | 2026-08-25T00:38:16.927Z | Downloaded digest v0.10.7 |
| 291 | 2026-08-25T00:38:16.942Z | Downloaded cargo_toml v0.21.0 |
| 292 | 2026-08-25T00:38:16.942Z | Downloaded autocfg v1.5.0 |
| 293 | 2026-08-25T00:38:16.942Z | Downloaded pest_generator v2.8.6 |
| 294 | 2026-08-25T00:38:16.942Z | Downloaded fastrand v2.3.0 |
| 295 | 2026-08-25T00:38:16.942Z | Downloaded generic-array v0.14.7 |
| 296 | 2026-08-25T00:38:16.942Z | Downloaded equivalent v1.0.2 |
| 297 | 2026-08-25T00:38:16.942Z | Downloaded toml_datetime v0.6.11 |
| 298 | 2026-08-25T00:38:16.942Z | Downloaded proc-macro-error-attr v1.0.4 |
| 299 | 2026-08-25T00:38:16.942Z | Downloaded swrite v0.1.0 |
| 300 | 2026-08-25T00:38:16.942Z | Downloaded clap_lex v1.0.0 |
| 301 | 2026-08-25T00:38:16.954Z | Downloaded crypto-common v0.1.7 |
| 302 | 2026-08-25T00:38:16.955Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-08-25T00:38:16.955Z | Downloaded cpufeatures v0.2.17 |
| 304 | 2026-08-25T00:38:16.955Z | Downloaded dtrace-parser v0.2.0 |
| 305 | 2026-08-25T00:38:16.955Z | Downloaded pretty-hex v0.4.1 |
| 306 | 2026-08-25T00:38:16.955Z | Downloaded version_check v0.9.5 |
| 307 | 2026-08-25T00:38:16.955Z | Downloaded usdt-attr-macro v0.5.0 |
| 308 | 2026-08-25T00:38:16.972Z | Downloaded smawk v0.3.2 |
| 309 | 2026-08-25T00:38:16.972Z | Downloaded plain v0.2.3 |
| 310 | 2026-08-25T00:38:16.972Z | Downloaded terminal_size v0.4.3 |
| 311 | 2026-08-25T00:38:16.992Z | Downloaded tabled_derive v0.7.0 |
| 312 | 2026-08-25T00:38:16.992Z | Downloaded usdt v0.5.0 |
| 313 | 2026-08-25T00:38:16.992Z | Downloaded thread-id v4.2.2 |
| 314 | 2026-08-25T00:38:16.992Z | Downloaded serde_spanned v0.6.9 |
| 315 | 2026-08-25T00:38:16.992Z | Downloaded toml_write v0.1.2 |
| 316 | 2026-08-25T00:38:16.992Z | Downloaded fs-err v3.3.0 |
| 317 | 2026-08-25T00:38:16.992Z | Downloaded anyhow v1.0.104 |
| 318 | 2026-08-25T00:38:16.993Z | Downloaded once_cell v1.21.3 |
| 319 | 2026-08-25T00:38:16.993Z | Downloaded utf8parse v0.2.2 |
| 320 | 2026-08-25T00:38:16.993Z | Downloaded bitflags v2.11.0 |
| 321 | 2026-08-25T00:38:17.013Z | Downloaded sha2 v0.10.9 |
| 322 | 2026-08-25T00:38:17.013Z | Downloaded toml_edit v0.22.27 |
| 323 | 2026-08-25T00:38:17.014Z | Downloaded quote v1.0.45 |
| 324 | 2026-08-25T00:38:17.014Z | Downloaded thiserror v2.0.18 |
| 325 | 2026-08-25T00:38:17.014Z | Downloaded papergrid v0.11.0 |
| 326 | 2026-08-25T00:38:17.014Z | Downloaded clap_derive v4.6.1 |
| 327 | 2026-08-25T00:38:17.014Z | Downloaded strsim v0.11.1 |
| 328 | 2026-08-25T00:38:17.014Z | Downloaded thiserror-impl v2.0.18 |
| 329 | 2026-08-25T00:38:17.014Z | Downloaded thiserror-impl v1.0.69 |
| 330 | 2026-08-25T00:38:17.014Z | Downloaded proc-macro-error v1.0.4 |
| 331 | 2026-08-25T00:38:17.025Z | Downloaded usdt-impl v0.5.0 |
| 332 | 2026-08-25T00:38:17.025Z | Downloaded thiserror v1.0.69 |
| 333 | 2026-08-25T00:38:17.026Z | Downloaded scroll_derive v0.12.1 |
| 334 | 2026-08-25T00:38:17.026Z | Downloaded serde_tokenstream v0.2.3 |
| 335 | 2026-08-25T00:38:17.026Z | Downloaded pest_meta v2.8.6 |
| 336 | 2026-08-25T00:38:17.026Z | Downloaded clap v4.6.1 |
| 337 | 2026-08-25T00:38:17.033Z | Downloaded semver v1.0.28 |
| 338 | 2026-08-25T00:38:17.033Z | Downloaded toml v0.8.23 |
| 339 | 2026-08-25T00:38:17.033Z | Downloaded tempfile v3.27.0 |
| 340 | 2026-08-25T00:38:17.033Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-08-25T00:38:17.058Z | Downloaded memchr v2.8.0 |
| 342 | 2026-08-25T00:38:17.066Z | Downloaded serde_derive v1.0.228 |
| 343 | 2026-08-25T00:38:17.066Z | Downloaded indexmap v2.14.0 |
| 344 | 2026-08-25T00:38:17.066Z | Downloaded textwrap v0.16.2 |
| 345 | 2026-08-25T00:38:17.066Z | Downloaded getrandom v0.4.3 |
| 346 | 2026-08-25T00:38:17.066Z | Downloaded proc-macro2 v1.0.106 |
| 347 | 2026-08-25T00:38:17.066Z | Downloaded serde_core v1.0.228 |
| 348 | 2026-08-25T00:38:17.076Z | Downloaded unicode-ident v1.0.24 |
| 349 | 2026-08-25T00:38:17.080Z | Downloaded serde v1.0.228 |
| 350 | 2026-08-25T00:38:17.104Z | Downloaded typenum v1.20.1 |
| 351 | 2026-08-25T00:38:17.108Z | Downloaded pest v2.8.6 |
| 352 | 2026-08-25T00:38:17.114Z | Downloaded hashbrown v0.17.0 |
| 353 | 2026-08-25T00:38:17.122Z | Downloaded clap_builder v4.6.0 |
| 354 | 2026-08-25T00:38:17.141Z | Downloaded serde_json v1.0.151 |
| 355 | 2026-08-25T00:38:17.151Z | Downloaded goblin v0.8.2 |
| 356 | 2026-08-25T00:38:17.157Z | Downloaded winnow v0.7.14 |
| 357 | 2026-08-25T00:38:17.166Z | Downloaded tabled v0.15.0 |
| 358 | 2026-08-25T00:38:17.191Z | Downloaded syn v1.0.109 |
| 359 | 2026-08-25T00:38:17.195Z | Downloaded unicode-width v0.1.14 |
| 360 | 2026-08-25T00:38:17.195Z | Downloaded unicode-width v0.2.0 |
| 361 | 2026-08-25T00:38:17.202Z | Downloaded syn v2.0.117 |
| 362 | 2026-08-25T00:38:17.206Z | Downloaded rustix v1.1.4 |
| 363 | 2026-08-25T00:38:17.238Z | Downloaded libc v0.2.185 |
| 364 | 2026-08-25T00:38:17.299Z | Compiling proc-macro2 v1.0.106 |
| 365 | 2026-08-25T00:38:17.299Z | Compiling quote v1.0.45 |
| 366 | 2026-08-25T00:38:17.305Z | Compiling unicode-ident v1.0.24 |
| 367 | 2026-08-25T00:38:17.305Z | Compiling serde_core v1.0.228 |
| 368 | 2026-08-25T00:38:17.305Z | Compiling libc v0.2.185 |
| 369 | 2026-08-25T00:38:17.305Z | Compiling version_check v0.9.5 |
| 370 | 2026-08-25T00:38:17.305Z | Compiling memchr v2.8.0 |
| 371 | 2026-08-25T00:38:17.306Z | Compiling serde v1.0.228 |
| 372 | 2026-08-25T00:38:17.306Z | Compiling zmij v1.0.21 |
| 373 | 2026-08-25T00:38:17.306Z | Compiling thiserror v1.0.69 |
| 374 | 2026-08-25T00:38:17.306Z | Compiling itoa v1.0.17 |
| 375 | 2026-08-25T00:38:17.306Z | Compiling ucd-trie v0.1.7 |
| 376 | 2026-08-25T00:38:17.480Z | Compiling rustix v1.1.4 |
| 377 | 2026-08-25T00:38:17.484Z | Compiling byteorder v1.5.0 |
| 378 | 2026-08-25T00:38:17.728Z | Compiling bitflags v2.11.0 |
| 379 | 2026-08-25T00:38:17.898Z | Compiling serde_json v1.0.151 |
| 380 | 2026-08-25T00:38:17.902Z | Compiling syn v1.0.109 |
| 381 | 2026-08-25T00:38:17.984Z | Compiling pest v2.8.6 |
| 382 | 2026-08-25T00:38:18.057Z | Compiling proc-macro-error-attr v1.0.4 |
| 383 | 2026-08-25T00:38:18.063Z | Compiling usdt-impl v0.5.0 |
| 384 | 2026-08-25T00:38:18.145Z | Compiling camino v1.2.5 |
| 385 | 2026-08-25T00:38:18.180Z | Compiling proc-macro-error v1.0.4 |
| 386 | 2026-08-25T00:38:18.185Z | Compiling log v0.4.33 |
| 387 | 2026-08-25T00:38:18.233Z | Compiling getrandom v0.4.3 |
| 388 | 2026-08-25T00:38:18.284Z | Compiling plain v0.2.3 |
| 389 | 2026-08-25T00:38:18.302Z | Compiling hashbrown v0.17.0 |
| 390 | 2026-08-25T00:38:18.319Z | Compiling utf8parse v0.2.2 |
| 391 | 2026-08-25T00:38:18.443Z | Compiling equivalent v1.0.2 |
| 392 | 2026-08-25T00:38:18.498Z | Compiling anstyle-parse v1.0.0 |
| 393 | 2026-08-25T00:38:18.502Z | Compiling cfg-if v1.0.4 |
| 394 | 2026-08-25T00:38:18.502Z | Compiling anstyle v1.0.14 |
| 395 | 2026-08-25T00:38:18.502Z | Compiling is_terminal_polyfill v1.70.2 |
| 396 | 2026-08-25T00:38:18.502Z | Compiling pretty-hex v0.4.1 |
| 397 | 2026-08-25T00:38:18.593Z | Compiling errno v0.3.14 |
| 398 | 2026-08-25T00:38:18.597Z | Compiling thread-id v4.2.2 |
| 399 | 2026-08-25T00:38:18.663Z | Compiling anstyle-query v1.1.5 |
| 400 | 2026-08-25T00:38:18.685Z | Compiling toml_write v0.1.2 |
| 401 | 2026-08-25T00:38:18.705Z | Compiling thiserror v2.0.18 |
| 402 | 2026-08-25T00:38:18.730Z | Compiling autocfg v1.5.0 |
| 403 | 2026-08-25T00:38:18.737Z | Compiling colorchoice v1.0.4 |
| 404 | 2026-08-25T00:38:18.767Z | Compiling winnow v0.7.14 |
| 405 | 2026-08-25T00:38:18.823Z | Compiling anstream v1.0.0 |
| 406 | 2026-08-25T00:38:18.829Z | Compiling strsim v0.11.1 |
| 407 | 2026-08-25T00:38:18.874Z | Compiling indexmap v2.14.0 |
| 408 | 2026-08-25T00:38:18.914Z | Compiling once_cell v1.21.3 |
| 409 | 2026-08-25T00:38:18.924Z | Compiling unicode-width v0.1.14 |
| 410 | 2026-08-25T00:38:18.964Z | Compiling fastrand v2.3.0 |
| 411 | 2026-08-25T00:38:19.055Z | Compiling syn v2.0.117 |
| 412 | 2026-08-25T00:38:19.113Z | Compiling pest_meta v2.8.6 |
| 413 | 2026-08-25T00:38:19.176Z | Compiling fs-err v3.3.0 |
| 414 | 2026-08-25T00:38:19.221Z | Compiling heck v0.4.1 |
| 415 | 2026-08-25T00:38:19.237Z | Compiling heck v0.5.0 |
| 416 | 2026-08-25T00:38:19.238Z | Compiling bytecount v0.6.9 |
| 417 | 2026-08-25T00:38:19.246Z | Compiling anyhow v1.0.104 |
| 418 | 2026-08-25T00:38:19.321Z | Compiling fnv v1.0.7 |
| 419 | 2026-08-25T00:38:19.386Z | Compiling clap_lex v1.0.0 |
| 420 | 2026-08-25T00:38:19.424Z | Compiling papergrid v0.11.0 |
| 421 | 2026-08-25T00:38:19.453Z | Compiling memmap v0.7.0 |
| 422 | 2026-08-25T00:38:19.474Z | Compiling unicode-linebreak v0.1.5 |
| 423 | 2026-08-25T00:38:19.490Z | Compiling unicode-width v0.2.0 |
| 424 | 2026-08-25T00:38:19.553Z | Compiling smawk v0.3.2 |
| 425 | 2026-08-25T00:38:19.572Z | Compiling swrite v0.1.0 |
| 426 | 2026-08-25T00:38:19.668Z | Compiling terminal_size v0.4.3 |
| 427 | 2026-08-25T00:38:19.668Z | Compiling tempfile v3.27.0 |
| 428 | 2026-08-25T00:38:19.776Z | Compiling clap_builder v4.6.0 |
| 429 | 2026-08-25T00:38:19.776Z | Compiling textwrap v0.16.2 |
| 430 | 2026-08-25T00:38:20.048Z | Compiling cargo-platform v0.3.2 |
| 431 | 2026-08-25T00:38:20.068Z | Compiling semver v1.0.28 |
| 432 | 2026-08-25T00:38:20.237Z | Compiling camino-tempfile v1.4.1 |
| 433 | 2026-08-25T00:38:20.576Z | Compiling tabled_derive v0.7.0 |
| 434 | 2026-08-25T00:38:21.238Z | Compiling pest_generator v2.8.6 |
| 435 | 2026-08-25T00:38:21.269Z | Compiling tabled v0.15.0 |
| 436 | 2026-08-25T00:38:21.729Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-08-25T00:38:21.729Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-08-25T00:38:21.734Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-08-25T00:38:21.734Z | Compiling scroll_derive v0.12.1 |
| 440 | 2026-08-25T00:38:21.734Z | Compiling thiserror-impl v2.0.18 |
| 441 | 2026-08-25T00:38:21.734Z | Compiling clap_derive v4.6.1 |
| 442 | 2026-08-25T00:38:21.822Z | Compiling pest_derive v2.8.6 |
| 443 | 2026-08-25T00:38:22.357Z | Compiling scroll v0.12.0 |
| 444 | 2026-08-25T00:38:22.410Z | Compiling zerocopy v0.7.35 |
| 445 | 2026-08-25T00:38:22.571Z | Compiling goblin v0.8.2 |
| 446 | 2026-08-25T00:38:22.832Z | Compiling dtrace-parser v0.2.0 |
| 447 | 2026-08-25T00:38:23.081Z | Compiling clap v4.6.1 |
| 448 | 2026-08-25T00:38:24.082Z | Compiling serde_spanned v0.6.9 |
| 449 | 2026-08-25T00:38:24.082Z | Compiling toml_datetime v0.6.11 |
| 450 | 2026-08-25T00:38:24.086Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 451 | 2026-08-25T00:38:24.086Z | Compiling cargo_metadata v0.23.1 |
| 452 | 2026-08-25T00:38:24.086Z | Compiling macaddr v1.0.1 |
| 453 | 2026-08-25T00:38:24.100Z | Compiling dof v0.3.0 |
| 454 | 2026-08-25T00:38:24.103Z | Compiling serde_tokenstream v0.2.3 |
| 455 | 2026-08-25T00:38:24.309Z | Compiling toml_edit v0.22.27 |
| 456 | 2026-08-25T00:38:24.867Z | Compiling usdt-macro v0.5.0 |
| 457 | 2026-08-25T00:38:24.871Z | Compiling usdt-attr-macro v0.5.0 |
| 458 | 2026-08-25T00:38:25.489Z | Compiling usdt v0.5.0 |
| 459 | 2026-08-25T00:38:25.609Z | Compiling toml v0.8.23 |
| 460 | 2026-08-25T00:38:25.924Z | Compiling cargo_toml v0.21.0 |
| 461 | 2026-08-25T00:38:27.198Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 462 | 2026-08-25T00:38:29.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.35s |
| 463 | 2026-08-25T00:38:29.476Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 464 | 2026-08-25T00:38:29.989Z | Downloading crates ... |
| 465 | 2026-08-25T00:38:30.040Z | Downloaded addr2line v0.25.1 |
| 466 | 2026-08-25T00:38:30.058Z | Downloaded backoff v0.4.0 |
| 467 | 2026-08-25T00:38:30.058Z | Downloaded backon v1.6.0 |
| 468 | 2026-08-25T00:38:30.058Z | Downloaded aead v0.5.2 |
| 469 | 2026-08-25T00:38:30.058Z | Downloaded aead v0.6.1 |
| 470 | 2026-08-25T00:38:30.059Z | Downloaded atty v0.2.14 |
| 471 | 2026-08-25T00:38:30.059Z | Downloaded ena v0.14.4 |
| 472 | 2026-08-25T00:38:30.059Z | Downloaded futures-macro v0.3.32 |
| 473 | 2026-08-25T00:38:30.059Z | Downloaded foreign-types-shared v0.1.1 |
| 474 | 2026-08-25T00:38:30.064Z | Downloaded aws-lc-rs v1.16.3 |
| 475 | 2026-08-25T00:38:30.069Z | Downloaded const-oid v0.10.2 |
| 476 | 2026-08-25T00:38:30.069Z | Downloaded globwalk v0.9.1 |
| 477 | 2026-08-25T00:38:30.069Z | Downloaded ascii-canvas v3.0.0 |
| 478 | 2026-08-25T00:38:30.078Z | Downloaded bindgen v0.71.1 |
| 479 | 2026-08-25T00:38:30.088Z | Downloaded enum-as-inner v0.6.1 |
| 480 | 2026-08-25T00:38:30.089Z | Downloaded float-ord v0.3.2 |
| 481 | 2026-08-25T00:38:30.089Z | Downloaded futures-task v0.3.32 |
| 482 | 2026-08-25T00:38:30.089Z | Downloaded foldhash v0.2.0 |
| 483 | 2026-08-25T00:38:30.089Z | Downloaded base16ct v0.2.0 |
| 484 | 2026-08-25T00:38:30.096Z | Downloaded env_filter v2.0.0 |
| 485 | 2026-08-25T00:38:30.096Z | Downloaded base16ct v1.0.0 |
| 486 | 2026-08-25T00:38:30.096Z | Downloaded endian-type v0.1.2 |
| 487 | 2026-08-25T00:38:30.096Z | Downloaded flagset v0.4.7 |
| 488 | 2026-08-25T00:38:30.096Z | Downloaded funty v2.0.0 |
| 489 | 2026-08-25T00:38:30.097Z | Downloaded fixedbitset v0.4.2 |
| 490 | 2026-08-25T00:38:30.097Z | Downloaded async-stream-impl v0.3.6 |
| 491 | 2026-08-25T00:38:30.097Z | Downloaded foreign-types-macros v0.2.3 |
| 492 | 2026-08-25T00:38:30.097Z | Downloaded fxhash v0.2.1 |
| 493 | 2026-08-25T00:38:30.097Z | Downloaded assert_matches v1.5.0 |
| 494 | 2026-08-25T00:38:30.101Z | Downloaded futures-io v0.3.32 |
| 495 | 2026-08-25T00:38:30.101Z | Downloaded num_threads v0.1.7 |
| 496 | 2026-08-25T00:38:30.101Z | Downloaded bb8 v0.8.6 |
| 497 | 2026-08-25T00:38:30.102Z | Downloaded argon2 v0.5.3 |
| 498 | 2026-08-25T00:38:30.102Z | Downloaded async-trait v0.1.89 |
| 499 | 2026-08-25T00:38:30.109Z | Downloaded embedded-io v0.4.0 |
| 500 | 2026-08-25T00:38:30.109Z | Downloaded futures-core v0.3.32 |
| 501 | 2026-08-25T00:38:30.109Z | Downloaded foldhash v0.1.5 |
| 502 | 2026-08-25T00:38:30.109Z | Downloaded futures-sink v0.3.32 |
| 503 | 2026-08-25T00:38:30.109Z | Downloaded bit-set v0.5.3 |
| 504 | 2026-08-25T00:38:30.118Z | Downloaded foreign-types v0.3.2 |
| 505 | 2026-08-25T00:38:30.118Z | Downloaded async-stream v0.3.6 |
| 506 | 2026-08-25T00:38:30.124Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 507 | 2026-08-25T00:38:30.124Z | Downloaded fixedbitset v0.5.7 |
| 508 | 2026-08-25T00:38:30.124Z | Downloaded compression-core v0.4.31 |
| 509 | 2026-08-25T00:38:30.124Z | Downloaded hex v0.4.3 |
| 510 | 2026-08-25T00:38:30.124Z | Downloaded httpdate v1.0.3 |
| 511 | 2026-08-25T00:38:30.124Z | Downloaded array-init v0.0.4 |
| 512 | 2026-08-25T00:38:30.124Z | Downloaded atomic-waker v1.1.2 |
| 513 | 2026-08-25T00:38:30.124Z | Downloaded atomicwrites v0.4.4 |
| 514 | 2026-08-25T00:38:30.129Z | Downloaded async-recursion v1.1.1 |
| 515 | 2026-08-25T00:38:30.129Z | Downloaded adler2 v2.0.1 |
| 516 | 2026-08-25T00:38:30.129Z | Downloaded anstyle-parse v0.2.7 |
| 517 | 2026-08-25T00:38:30.129Z | Downloaded bit-vec v0.6.3 |
| 518 | 2026-08-25T00:38:30.129Z | Downloaded headers-core v0.3.0 |
| 519 | 2026-08-25T00:38:30.137Z | Downloaded backtrace v0.3.76 |
| 520 | 2026-08-25T00:38:30.137Z | Downloaded form_urlencoded v1.2.2 |
| 521 | 2026-08-25T00:38:30.137Z | Downloaded fs_extra v1.3.0 |
| 522 | 2026-08-25T00:38:30.137Z | Downloaded backtrace-ext v0.2.1 |
| 523 | 2026-08-25T00:38:30.137Z | Downloaded cfg_aliases v0.1.1 |
| 524 | 2026-08-25T00:38:30.138Z | Downloaded bitfield-macros v0.19.4 |
| 525 | 2026-08-25T00:38:30.138Z | Downloaded ff v0.14.0 |
| 526 | 2026-08-25T00:38:30.143Z | Downloaded embedded-io v0.6.1 |
| 527 | 2026-08-25T00:38:30.143Z | Downloaded foreign-types-shared v0.3.1 |
| 528 | 2026-08-25T00:38:30.143Z | Downloaded gethostname v0.5.0 |
| 529 | 2026-08-25T00:38:30.143Z | Downloaded ghash v0.6.0 |
| 530 | 2026-08-25T00:38:30.143Z | Downloaded block-padding v0.4.2 |
| 531 | 2026-08-25T00:38:30.143Z | Downloaded castaway v0.2.4 |
| 532 | 2026-08-25T00:38:30.143Z | Downloaded nibble_vec v0.1.0 |
| 533 | 2026-08-25T00:38:30.143Z | Downloaded bit-set v0.8.0 |
| 534 | 2026-08-25T00:38:30.147Z | Downloaded bitfield-struct v0.6.2 |
| 535 | 2026-08-25T00:38:30.147Z | Downloaded float-cmp v0.10.0 |
| 536 | 2026-08-25T00:38:30.147Z | Downloaded foreign-types v0.5.0 |
| 537 | 2026-08-25T00:38:30.148Z | Downloaded http-range v0.1.5 |
| 538 | 2026-08-25T00:38:30.148Z | Downloaded git-stub v1.0.0 |
| 539 | 2026-08-25T00:38:30.148Z | Downloaded cobs v0.3.0 |
| 540 | 2026-08-25T00:38:30.148Z | Downloaded hubpack v0.1.2 |
| 541 | 2026-08-25T00:38:30.153Z | Downloaded fd-lock v4.0.4 |
| 542 | 2026-08-25T00:38:30.153Z | Downloaded hostname v0.3.1 |
| 543 | 2026-08-25T00:38:30.153Z | Downloaded http-body v1.0.1 |
| 544 | 2026-08-25T00:38:30.158Z | Downloaded block-buffer v0.12.1 |
| 545 | 2026-08-25T00:38:30.158Z | Downloaded openssl-macros v0.1.1 |
| 546 | 2026-08-25T00:38:30.158Z | Downloaded ciborium-io v0.2.2 |
| 547 | 2026-08-25T00:38:30.158Z | Downloaded nodrop v0.1.14 |
| 548 | 2026-08-25T00:38:30.158Z | Downloaded hex-literal v1.1.0 |
| 549 | 2026-08-25T00:38:30.162Z | Downloaded cfg_aliases v0.2.1 |
| 550 | 2026-08-25T00:38:30.167Z | Downloaded ciborium-ll v0.2.2 |
| 551 | 2026-08-25T00:38:30.167Z | Downloaded newline-converter v0.3.0 |
| 552 | 2026-08-25T00:38:30.167Z | Downloaded normalize-line-endings v0.3.0 |
| 553 | 2026-08-25T00:38:30.171Z | Downloaded enum_dispatch v0.3.13 |
| 554 | 2026-08-25T00:38:30.171Z | Downloaded erased-serde v0.3.31 |
| 555 | 2026-08-25T00:38:30.171Z | Downloaded arrayref v0.3.9 |
| 556 | 2026-08-25T00:38:30.176Z | Downloaded hubpack_derive v0.1.1 |
| 557 | 2026-08-25T00:38:30.176Z | Downloaded oxide-generation-macros v0.2.0 |
| 558 | 2026-08-25T00:38:30.180Z | Downloaded hash32 v0.2.1 |
| 559 | 2026-08-25T00:38:30.180Z | Downloaded hostname v0.4.2 |
| 560 | 2026-08-25T00:38:30.180Z | Downloaded home v0.5.12 |
| 561 | 2026-08-25T00:38:30.180Z | Downloaded byte-wrapper v0.1.0 |
| 562 | 2026-08-25T00:38:30.185Z | Downloaded bit-vec v0.8.0 |
| 563 | 2026-08-25T00:38:30.185Z | Downloaded hash32 v0.3.1 |
| 564 | 2026-08-25T00:38:30.185Z | Downloaded bcs v0.1.6 |
| 565 | 2026-08-25T00:38:30.190Z | Downloaded env_logger v0.11.11 |
| 566 | 2026-08-25T00:38:30.190Z | Downloaded find-msvc-tools v0.1.9 |
| 567 | 2026-08-25T00:38:30.190Z | Downloaded filetime v0.2.27 |
| 568 | 2026-08-25T00:38:30.204Z | Downloaded cipher v0.4.4 |
| 569 | 2026-08-25T00:38:30.204Z | Downloaded phf_shared v0.13.1 |
| 570 | 2026-08-25T00:38:30.204Z | Downloaded anstream v0.6.21 |
| 571 | 2026-08-25T00:38:30.204Z | Downloaded powerfmt v0.2.0 |
| 572 | 2026-08-25T00:38:30.215Z | Downloaded cipher v0.5.2 |
| 573 | 2026-08-25T00:38:30.215Z | Downloaded proc-macro-crate v1.3.1 |
| 574 | 2026-08-25T00:38:30.215Z | Downloaded aes-gcm v0.11.0 |
| 575 | 2026-08-25T00:38:30.215Z | Downloaded rand_chacha v0.3.1 |
| 576 | 2026-08-25T00:38:30.215Z | Downloaded progenitor-macro v0.14.0 |
| 577 | 2026-08-25T00:38:30.215Z | Downloaded fs-err v2.11.0 |
| 578 | 2026-08-25T00:38:30.215Z | Downloaded futures-channel v0.3.32 |
| 579 | 2026-08-25T00:38:30.215Z | Downloaded rand_xorshift v0.4.0 |
| 580 | 2026-08-25T00:38:30.215Z | Downloaded rfc6979 v0.4.0 |
| 581 | 2026-08-25T00:38:30.215Z | Downloaded ref-cast v1.0.25 |
| 582 | 2026-08-25T00:38:30.215Z | Downloaded rustc-hash v2.1.1 |
| 583 | 2026-08-25T00:38:30.223Z | Downloaded ff v0.13.1 |
| 584 | 2026-08-25T00:38:30.223Z | Downloaded futures-executor v0.3.32 |
| 585 | 2026-08-25T00:38:30.223Z | Downloaded group v0.13.0 |
| 586 | 2026-08-25T00:38:30.223Z | Downloaded base64ct v1.8.3 |
| 587 | 2026-08-25T00:38:30.223Z | Downloaded cexpr v0.6.0 |
| 588 | 2026-08-25T00:38:30.223Z | Downloaded chacha20 v0.9.1 |
| 589 | 2026-08-25T00:38:30.229Z | Downloaded fallible-iterator v0.2.0 |
| 590 | 2026-08-25T00:38:30.229Z | Downloaded cassowary v0.3.0 |
| 591 | 2026-08-25T00:38:30.229Z | Downloaded compression-codecs v0.4.37 |
| 592 | 2026-08-25T00:38:30.229Z | Downloaded http-body-util v0.1.3 |
| 593 | 2026-08-25T00:38:30.229Z | Downloaded group v0.14.0 |
| 594 | 2026-08-25T00:38:30.229Z | Downloaded blowfish v0.10.0 |
| 595 | 2026-08-25T00:38:30.236Z | Downloaded cbc v0.2.1 |
| 596 | 2026-08-25T00:38:30.236Z | Downloaded cmake v0.1.57 |
| 597 | 2026-08-25T00:38:30.236Z | Downloaded cmov v0.5.4 |
| 598 | 2026-08-25T00:38:30.236Z | Downloaded bitflags v1.3.2 |
| 599 | 2026-08-25T00:38:30.236Z | Downloaded generic-array v1.4.3 |
| 600 | 2026-08-25T00:38:30.241Z | Downloaded bitfield v0.19.4 |
| 601 | 2026-08-25T00:38:30.241Z | Downloaded num_enum v0.5.11 |
| 602 | 2026-08-25T00:38:30.244Z | Downloaded num-integer v0.1.46 |
| 603 | 2026-08-25T00:38:30.244Z | Downloaded signal-hook-mio v0.2.5 |
| 604 | 2026-08-25T00:38:30.245Z | Downloaded secrecy v0.10.3 |
| 605 | 2026-08-25T00:38:30.250Z | Downloaded sponge-cursor v0.1.0 |
| 606 | 2026-08-25T00:38:30.250Z | Downloaded stable_deref_trait v1.2.1 |
| 607 | 2026-08-25T00:38:30.258Z | Downloaded strip-ansi-escapes v0.2.1 |
| 608 | 2026-08-25T00:38:30.258Z | Downloaded subtle v2.6.1 |
| 609 | 2026-08-25T00:38:30.258Z | Downloaded highway v1.3.0 |
| 610 | 2026-08-25T00:38:30.258Z | Downloaded ahash v0.8.12 |
| 611 | 2026-08-25T00:38:30.258Z | Downloaded ciborium v0.2.2 |
| 612 | 2026-08-25T00:38:30.266Z | Downloaded clang-sys v1.8.1 |
| 613 | 2026-08-25T00:38:30.266Z | Downloaded git-stub-vcs v0.1.0 |
| 614 | 2026-08-25T00:38:30.266Z | Downloaded pbkdf2 v0.13.0 |
| 615 | 2026-08-25T00:38:30.266Z | Downloaded camino-tempfile-ext v0.3.3 |
| 616 | 2026-08-25T00:38:30.266Z | Downloaded pin-project-internal v1.1.11 |
| 617 | 2026-08-25T00:38:30.270Z | Downloaded pkg-config v0.3.32 |
| 618 | 2026-08-25T00:38:30.271Z | Downloaded ppv-lite86 v0.2.21 |
| 619 | 2026-08-25T00:38:30.271Z | Downloaded async-bb8-diesel v0.2.1 |
| 620 | 2026-08-25T00:38:30.271Z | Downloaded progenitor v0.13.0 |
| 621 | 2026-08-25T00:38:30.271Z | Downloaded supports-unicode v3.0.0 |
| 622 | 2026-08-25T00:38:30.271Z | Downloaded sync-ptr v0.1.4 |
| 623 | 2026-08-25T00:38:30.271Z | Downloaded argon2 v0.6.0-rc.8 |
| 624 | 2026-08-25T00:38:30.271Z | Downloaded buf-list v1.1.2 |
| 625 | 2026-08-25T00:38:30.271Z | Downloaded colored v3.1.1 |
| 626 | 2026-08-25T00:38:30.275Z | Downloaded testing_table v0.3.0 |
| 627 | 2026-08-25T00:38:30.275Z | Downloaded thread-id v5.1.0 |
| 628 | 2026-08-25T00:38:30.275Z | Downloaded tokio-macros v2.7.0 |
| 629 | 2026-08-25T00:38:30.275Z | Downloaded tokio-test v0.4.5 |
| 630 | 2026-08-25T00:38:30.275Z | Downloaded topological-sort v0.2.2 |
| 631 | 2026-08-25T00:38:30.275Z | Downloaded unarray v0.1.4 |
| 632 | 2026-08-25T00:38:30.275Z | Downloaded pem v3.0.6 |
| 633 | 2026-08-25T00:38:30.275Z | Downloaded phf v0.12.1 |
| 634 | 2026-08-25T00:38:30.276Z | Downloaded progenitor-extras v0.2.0 |
| 635 | 2026-08-25T00:38:30.279Z | Downloaded elliptic-curve v0.14.1 |
| 636 | 2026-08-25T00:38:30.288Z | Downloaded hmac v0.13.0 |
| 637 | 2026-08-25T00:38:30.292Z | Downloaded glob v0.3.3 |
| 638 | 2026-08-25T00:38:30.292Z | Downloaded globset v0.4.18 |
| 639 | 2026-08-25T00:38:30.292Z | Downloaded getrandom v0.2.17 |
| 640 | 2026-08-25T00:38:30.292Z | Downloaded httparse v1.10.1 |
| 641 | 2026-08-25T00:38:30.298Z | Downloaded arrayvec v0.7.6 |
| 642 | 2026-08-25T00:38:30.298Z | Downloaded bzip2 v0.4.4 |
| 643 | 2026-08-25T00:38:30.298Z | Downloaded colored v2.2.0 |
| 644 | 2026-08-25T00:38:30.298Z | Downloaded console v0.15.11 |
| 645 | 2026-08-25T00:38:30.303Z | Downloaded flume v0.11.1 |
| 646 | 2026-08-25T00:38:30.303Z | Downloaded const-oid v0.9.6 |
| 647 | 2026-08-25T00:38:30.303Z | Downloaded chacha20 v0.10.0 |
| 648 | 2026-08-25T00:38:30.313Z | Downloaded futures v0.3.32 |
| 649 | 2026-08-25T00:38:30.313Z | Downloaded console v0.16.2 |
| 650 | 2026-08-25T00:38:30.313Z | Downloaded schemars_derive v0.8.22 |
| 651 | 2026-08-25T00:38:30.322Z | Downloaded serde-hex v0.1.0 |
| 652 | 2026-08-25T00:38:30.322Z | Downloaded serde_bytes v0.11.19 |
| 653 | 2026-08-25T00:38:30.322Z | Downloaded want v0.3.1 |
| 654 | 2026-08-25T00:38:30.322Z | Downloaded slog-envlogger v2.2.0 |
| 655 | 2026-08-25T00:38:30.322Z | Downloaded yoke-derive v0.8.1 |
| 656 | 2026-08-25T00:38:30.322Z | Downloaded zeroize_derive v1.5.0 |
| 657 | 2026-08-25T00:38:30.323Z | Downloaded slog-json v2.6.1 |
| 658 | 2026-08-25T00:38:30.323Z | Downloaded allocator-api2 v0.2.21 |
| 659 | 2026-08-25T00:38:30.323Z | Downloaded bs58 v0.5.1 |
| 660 | 2026-08-25T00:38:30.329Z | Downloaded signal-hook-registry v1.4.8 |
| 661 | 2026-08-25T00:38:30.329Z | Downloaded serde_tokenstream v0.3.0 |
| 662 | 2026-08-25T00:38:30.329Z | Downloaded serdect v0.4.3 |
| 663 | 2026-08-25T00:38:30.329Z | Downloaded slog-dtrace v0.3.0 |
| 664 | 2026-08-25T00:38:30.329Z | Downloaded crunchy v0.2.4 |
| 665 | 2026-08-25T00:38:30.329Z | Downloaded convert_case v0.4.0 |
| 666 | 2026-08-25T00:38:30.329Z | Downloaded cstr-argument v0.1.2 |
| 667 | 2026-08-25T00:38:30.329Z | Downloaded zone_cfg_derive v0.3.1 |
| 668 | 2026-08-25T00:38:30.329Z | Downloaded debug-ignore v1.0.5 |
| 669 | 2026-08-25T00:38:30.329Z | Downloaded hmac v0.12.1 |
| 670 | 2026-08-25T00:38:30.331Z | Downloaded parking_lot v0.11.2 |
| 671 | 2026-08-25T00:38:30.336Z | Downloaded stacker v0.1.23 |
| 672 | 2026-08-25T00:38:30.336Z | Downloaded defmt-parser v1.0.0 |
| 673 | 2026-08-25T00:38:30.336Z | Downloaded spki v0.8.0 |
| 674 | 2026-08-25T00:38:30.336Z | Downloaded strum_macros v0.24.3 |
| 675 | 2026-08-25T00:38:30.336Z | Downloaded thread_local v1.1.9 |
| 676 | 2026-08-25T00:38:30.336Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 677 | 2026-08-25T00:38:30.336Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 678 | 2026-08-25T00:38:30.336Z | Downloaded postcard v1.1.3 |
| 679 | 2026-08-25T00:38:30.348Z | Downloaded dtrace-parser v0.3.0 |
| 680 | 2026-08-25T00:38:30.348Z | Downloaded hyper-tls v0.6.0 |
| 681 | 2026-08-25T00:38:30.348Z | Downloaded fatfs v0.3.6 |
| 682 | 2026-08-25T00:38:30.348Z | Downloaded getrandom v0.3.4 |
| 683 | 2026-08-25T00:38:30.348Z | Downloaded tokio-tungstenite v0.21.0 |
| 684 | 2026-08-25T00:38:30.354Z | Downloaded unicase v2.9.0 |
| 685 | 2026-08-25T00:38:30.354Z | Downloaded xshell v0.2.7 |
| 686 | 2026-08-25T00:38:30.354Z | Downloaded instability v0.3.11 |
| 687 | 2026-08-25T00:38:30.354Z | Downloaded half v1.8.3 |
| 688 | 2026-08-25T00:38:30.360Z | Downloaded omicron-zone-package v0.12.3 |
| 689 | 2026-08-25T00:38:30.360Z | Downloaded blake2 v0.10.6 |
| 690 | 2026-08-25T00:38:30.360Z | Downloaded usdt v0.6.0 |
| 691 | 2026-08-25T00:38:30.367Z | Downloaded bzip2 v0.6.1 |
| 692 | 2026-08-25T00:38:30.367Z | Downloaded cancel-safe-futures v0.1.5 |
| 693 | 2026-08-25T00:38:30.367Z | Downloaded ident_case v1.0.1 |
| 694 | 2026-08-25T00:38:30.367Z | Downloaded jiff-static v0.2.34 |
| 695 | 2026-08-25T00:38:30.367Z | Downloaded blake2 v0.11.0-rc.6 |
| 696 | 2026-08-25T00:38:30.429Z | Downloaded vergen-lib v0.1.6 |
| 697 | 2026-08-25T00:38:30.429Z | Downloaded vergen-lib v9.1.0 |
| 698 | 2026-08-25T00:38:30.429Z | Downloaded http v1.4.2 |
| 699 | 2026-08-25T00:38:30.429Z | Downloaded wyz v0.5.1 |
| 700 | 2026-08-25T00:38:30.434Z | Downloaded lalrpop-util v0.19.12 |
| 701 | 2026-08-25T00:38:30.436Z | Downloaded lazy_static v1.5.0 |
| 702 | 2026-08-25T00:38:30.436Z | Downloaded critical-section v1.2.0 |
| 703 | 2026-08-25T00:38:30.436Z | Downloaded lzss v0.8.2 |
| 704 | 2026-08-25T00:38:30.436Z | Downloaded num-iter v0.1.45 |
| 705 | 2026-08-25T00:38:30.436Z | Downloaded multimap v0.10.1 |
| 706 | 2026-08-25T00:38:30.436Z | Downloaded convert_case v0.10.0 |
| 707 | 2026-08-25T00:38:30.436Z | Downloaded memoffset v0.9.1 |
| 708 | 2026-08-25T00:38:30.436Z | Downloaded openssl-probe v0.1.6 |
| 709 | 2026-08-25T00:38:30.436Z | Downloaded bytes v1.11.1 |
| 710 | 2026-08-25T00:38:30.436Z | Downloaded compact_str v0.8.1 |
| 711 | 2026-08-25T00:38:30.436Z | Downloaded oxide-update-engine-types v0.1.2 |
| 712 | 2026-08-25T00:38:30.436Z | Downloaded half v2.7.1 |
| 713 | 2026-08-25T00:38:30.436Z | Downloaded pin-project v1.1.11 |
| 714 | 2026-08-25T00:38:30.436Z | Downloaded term v1.2.1 |
| 715 | 2026-08-25T00:38:30.436Z | Downloaded delegate v0.13.5 |
| 716 | 2026-08-25T00:38:30.436Z | Downloaded parking_lot v0.12.5 |
| 717 | 2026-08-25T00:38:30.436Z | Downloaded tui-tree-widget v0.23.1 |
| 718 | 2026-08-25T00:38:30.436Z | Downloaded derive-ex v0.1.8 |
| 719 | 2026-08-25T00:38:30.436Z | Downloaded rpassword v7.5.4 |
| 720 | 2026-08-25T00:38:30.436Z | Downloaded phf_shared v0.11.3 |
| 721 | 2026-08-25T00:38:30.436Z | Downloaded proc-macro-crate v3.4.0 |
| 722 | 2026-08-25T00:38:30.436Z | Downloaded psl-types v2.0.11 |
| 723 | 2026-08-25T00:38:30.436Z | Downloaded tokio-stream v0.1.18 |
| 724 | 2026-08-25T00:38:30.436Z | Downloaded tracing-attributes v0.1.31 |
| 725 | 2026-08-25T00:38:30.436Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 726 | 2026-08-25T00:38:30.436Z | Downloaded ref-cast-impl v1.0.25 |
| 727 | 2026-08-25T00:38:30.437Z | Downloaded heapless v0.7.17 |
| 728 | 2026-08-25T00:38:30.437Z | Downloaded russh-cryptovec v0.62.0 |
| 729 | 2026-08-25T00:38:30.437Z | Downloaded rustc_version v0.1.7 |
| 730 | 2026-08-25T00:38:30.437Z | Downloaded russh-util v0.52.0 |
| 731 | 2026-08-25T00:38:30.437Z | Downloaded signal-hook-tokio v0.3.1 |
| 732 | 2026-08-25T00:38:30.437Z | Downloaded signature v2.2.0 |
| 733 | 2026-08-25T00:38:30.437Z | Downloaded progenitor-macro v0.13.0 |
| 734 | 2026-08-25T00:38:30.437Z | Downloaded rand_pcg v0.10.2 |
| 735 | 2026-08-25T00:38:30.437Z | Downloaded scroll_derive v0.13.1 |
| 736 | 2026-08-25T00:38:30.437Z | Downloaded same-file v1.0.6 |
| 737 | 2026-08-25T00:38:30.437Z | Downloaded ipnetwork v0.21.1 |
| 738 | 2026-08-25T00:38:30.437Z | Downloaded schemars v0.8.22 |
| 739 | 2026-08-25T00:38:30.447Z | Downloaded flate2 v1.1.9 |
| 740 | 2026-08-25T00:38:30.455Z | Downloaded chumsky v0.9.3 |
| 741 | 2026-08-25T00:38:30.455Z | Downloaded p384 v0.14.0 |
| 742 | 2026-08-25T00:38:30.455Z | Downloaded lru-slab v0.1.2 |
| 743 | 2026-08-25T00:38:30.455Z | Downloaded sapling-renderdag v0.1.0 |
| 744 | 2026-08-25T00:38:30.455Z | Downloaded serde_plain v1.0.2 |
| 745 | 2026-08-25T00:38:30.455Z | Downloaded headers v0.4.1 |
| 746 | 2026-08-25T00:38:30.455Z | Downloaded supports-hyperlinks v3.2.0 |
| 747 | 2026-08-25T00:38:30.455Z | Downloaded oso v0.27.3 |
| 748 | 2026-08-25T00:38:30.459Z | Downloaded signal-hook v0.3.18 |
| 749 | 2026-08-25T00:38:30.459Z | Downloaded owo-colors v4.3.0 |
| 750 | 2026-08-25T00:38:30.459Z | Downloaded packed_struct v0.10.1 |
| 751 | 2026-08-25T00:38:30.459Z | Downloaded multer v3.1.0 |
| 752 | 2026-08-25T00:38:30.459Z | Downloaded num_enum_derive v0.7.6 |
| 753 | 2026-08-25T00:38:30.472Z | Downloaded tabwriter v1.4.1 |
| 754 | 2026-08-25T00:38:30.472Z | Downloaded tinyvec_macros v0.1.1 |
| 755 | 2026-08-25T00:38:30.472Z | Downloaded arc-swap v1.8.2 |
| 756 | 2026-08-25T00:38:30.472Z | Downloaded base64 v0.22.1 |
| 757 | 2026-08-25T00:38:30.477Z | Downloaded darling v0.20.11 |
| 758 | 2026-08-25T00:38:30.477Z | Downloaded time-core v0.1.8 |
| 759 | 2026-08-25T00:38:30.477Z | Downloaded socket2 v0.5.10 |
| 760 | 2026-08-25T00:38:30.477Z | Downloaded papergrid v0.18.0 |
| 761 | 2026-08-25T00:38:30.477Z | Downloaded tower-layer v0.3.3 |
| 762 | 2026-08-25T00:38:30.477Z | Downloaded darling v0.23.0 |
| 763 | 2026-08-25T00:38:30.477Z | Downloaded diesel-dtrace v0.5.0 |
| 764 | 2026-08-25T00:38:30.478Z | Downloaded ecdsa v0.17.0 |
| 765 | 2026-08-25T00:38:30.488Z | Downloaded async-compression v0.4.41 |
| 766 | 2026-08-25T00:38:30.488Z | Downloaded diff v0.1.13 |
| 767 | 2026-08-25T00:38:30.488Z | Downloaded tinyvec v1.10.0 |
| 768 | 2026-08-25T00:38:30.488Z | Downloaded phf v0.13.1 |
| 769 | 2026-08-25T00:38:30.488Z | Downloaded peg v0.8.5 |
| 770 | 2026-08-25T00:38:30.492Z | Downloaded trait-variant v0.1.2 |
| 771 | 2026-08-25T00:38:30.492Z | Downloaded universal-hash v0.6.1 |
| 772 | 2026-08-25T00:38:30.492Z | Downloaded prefix-trie v0.7.0 |
| 773 | 2026-08-25T00:38:30.492Z | Downloaded phc v0.6.1 |
| 774 | 2026-08-25T00:38:30.492Z | Downloaded progenitor-client v0.13.0 |
| 775 | 2026-08-25T00:38:30.492Z | Downloaded usdt-macro v0.6.0 |
| 776 | 2026-08-25T00:38:30.492Z | Downloaded void v1.0.2 |
| 777 | 2026-08-25T00:38:30.492Z | Downloaded unsafe-libyaml v0.2.11 |
| 778 | 2026-08-25T00:38:30.492Z | Downloaded rand_core v0.10.0 |
| 779 | 2026-08-25T00:38:30.497Z | Downloaded hickory-resolver v0.25.2 |
| 780 | 2026-08-25T00:38:30.497Z | Downloaded hybrid-array v0.4.13 |
| 781 | 2026-08-25T00:38:30.497Z | Downloaded rustc-demangle v0.1.27 |
| 782 | 2026-08-25T00:38:30.500Z | Downloaded zone v0.3.1 |
| 783 | 2026-08-25T00:38:30.505Z | Downloaded ingot-macros v0.2.0 |
| 784 | 2026-08-25T00:38:30.505Z | Downloaded ipnet v2.12.0 |
| 785 | 2026-08-25T00:38:30.505Z | Downloaded shlex v1.3.0 |
| 786 | 2026-08-25T00:38:30.509Z | Downloaded snafu-derive v0.8.9 |
| 787 | 2026-08-25T00:38:30.509Z | Downloaded ar_archive_writer v0.5.1 |
| 788 | 2026-08-25T00:38:30.509Z | Downloaded bumpalo v3.20.2 |
| 789 | 2026-08-25T00:38:30.509Z | Downloaded chacha20poly1305 v0.10.1 |
| 790 | 2026-08-25T00:38:30.515Z | Downloaded serde_with_macros v1.5.2 |
| 791 | 2026-08-25T00:38:30.515Z | Downloaded scrypt v0.12.0 |
| 792 | 2026-08-25T00:38:30.515Z | Downloaded gimli v0.32.3 |
| 793 | 2026-08-25T00:38:30.520Z | Downloaded cc v1.2.56 |
| 794 | 2026-08-25T00:38:30.520Z | Downloaded serde_path_to_error v0.1.20 |
| 795 | 2026-08-25T00:38:30.520Z | Downloaded cpubits v0.1.1 |
| 796 | 2026-08-25T00:38:30.520Z | Downloaded litrs v1.0.0 |
| 797 | 2026-08-25T00:38:30.534Z | Downloaded crc-any v2.5.0 |
| 798 | 2026-08-25T00:38:30.534Z | Downloaded crossbeam-utils v0.8.21 |
| 799 | 2026-08-25T00:38:30.534Z | Downloaded memmap2 v0.9.10 |
| 800 | 2026-08-25T00:38:30.535Z | Downloaded string_cache v0.8.9 |
| 801 | 2026-08-25T00:38:30.535Z | Downloaded slog-stdlog v4.1.1 |
| 802 | 2026-08-25T00:38:30.543Z | Downloaded slog v2.8.2 |
| 803 | 2026-08-25T00:38:30.543Z | Downloaded smf v0.2.3 |
| 804 | 2026-08-25T00:38:30.543Z | Downloaded sqlformat v0.3.5 |
| 805 | 2026-08-25T00:38:30.543Z | Downloaded difflib v0.4.0 |
| 806 | 2026-08-25T00:38:30.543Z | Downloaded stringprep v0.1.5 |
| 807 | 2026-08-25T00:38:30.543Z | Downloaded base64 v0.21.7 |
| 808 | 2026-08-25T00:38:30.543Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 809 | 2026-08-25T00:38:30.543Z | Downloaded darling v0.21.3 |
| 810 | 2026-08-25T00:38:30.543Z | Downloaded dirs-sys-next v0.1.2 |
| 811 | 2026-08-25T00:38:30.543Z | Downloaded num_enum_derive v0.5.11 |
| 812 | 2026-08-25T00:38:30.544Z | Downloaded oxide-update-engine-display v0.1.2 |
| 813 | 2026-08-25T00:38:30.545Z | Downloaded tokio-dtrace v0.1.1 |
| 814 | 2026-08-25T00:38:30.545Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 815 | 2026-08-25T00:38:30.545Z | Downloaded display-error-chain v0.2.2 |
| 816 | 2026-08-25T00:38:30.545Z | Downloaded dyn-clone v1.0.20 |
| 817 | 2026-08-25T00:38:30.545Z | Downloaded quinn v0.11.11 |
| 818 | 2026-08-25T00:38:30.550Z | Downloaded pem-rfc7468 v1.0.0 |
| 819 | 2026-08-25T00:38:30.556Z | Downloaded predicates v3.1.4 |
| 820 | 2026-08-25T00:38:30.556Z | Downloaded password-hash v0.5.0 |
| 821 | 2026-08-25T00:38:30.556Z | Downloaded tokio-tungstenite v0.23.1 |
| 822 | 2026-08-25T00:38:30.556Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 823 | 2026-08-25T00:38:30.556Z | Downloaded vergen-gitcl v1.0.8 |
| 824 | 2026-08-25T00:38:30.561Z | Downloaded usdt-impl v0.6.0 |
| 825 | 2026-08-25T00:38:30.561Z | Downloaded is-terminal v0.4.17 |
| 826 | 2026-08-25T00:38:30.561Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 827 | 2026-08-25T00:38:30.561Z | Downloaded illumos-nvpair v0.3.0 |
| 828 | 2026-08-25T00:38:30.561Z | Downloaded instant v0.1.13 |
| 829 | 2026-08-25T00:38:30.561Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 830 | 2026-08-25T00:38:30.561Z | Downloaded keccak v0.1.6 |
| 831 | 2026-08-25T00:38:30.561Z | Downloaded newtype-uuid-macros v0.1.0 |
| 832 | 2026-08-25T00:38:30.561Z | Downloaded writeable v0.6.2 |
| 833 | 2026-08-25T00:38:30.562Z | Downloaded zeroize v1.9.0 |
| 834 | 2026-08-25T00:38:30.565Z | Downloaded hickory-server v0.25.2 |
| 835 | 2026-08-25T00:38:30.565Z | Downloaded vsss-rs v3.3.4 |
| 836 | 2026-08-25T00:38:30.565Z | Downloaded poly1305 v0.9.0 |
| 837 | 2026-08-25T00:38:30.570Z | Downloaded expectorate v1.2.0 |
| 838 | 2026-08-25T00:38:30.570Z | Downloaded rayon-core v1.13.0 |
| 839 | 2026-08-25T00:38:30.574Z | Downloaded heapless v0.8.0 |
| 840 | 2026-08-25T00:38:30.574Z | Downloaded openssl-probe v0.2.1 |
| 841 | 2026-08-25T00:38:30.574Z | Downloaded linked-hash-map v0.5.6 |
| 842 | 2026-08-25T00:38:30.574Z | Downloaded potential_utf v0.1.4 |
| 843 | 2026-08-25T00:38:30.574Z | Downloaded icu_provider v2.1.1 |
| 844 | 2026-08-25T00:38:30.579Z | Downloaded libbz2-rs-sys v0.2.2 |
| 845 | 2026-08-25T00:38:30.579Z | Downloaded maybe-uninit v2.0.0 |
| 846 | 2026-08-25T00:38:30.579Z | Downloaded progenitor-client v0.14.0 |
| 847 | 2026-08-25T00:38:30.579Z | Downloaded newtype_derive v0.1.6 |
| 848 | 2026-08-25T00:38:30.579Z | Downloaded data-encoding v2.10.0 |
| 849 | 2026-08-25T00:38:30.579Z | Downloaded phf_shared v0.12.1 |
| 850 | 2026-08-25T00:38:30.582Z | Downloaded scuffle v0.1.0 |
| 851 | 2026-08-25T00:38:30.582Z | Downloaded ctr v0.10.1 |
| 852 | 2026-08-25T00:38:30.582Z | Downloaded hashbrown v0.12.3 |
| 853 | 2026-08-25T00:38:30.586Z | Downloaded zip v0.6.6 |
| 854 | 2026-08-25T00:38:30.590Z | Downloaded strum_macros v0.27.2 |
| 855 | 2026-08-25T00:38:30.594Z | Downloaded recursive v0.1.1 |
| 856 | 2026-08-25T00:38:30.594Z | Downloaded rfc6979 v0.6.0 |
| 857 | 2026-08-25T00:38:30.594Z | Downloaded hashbrown v0.13.2 |
| 858 | 2026-08-25T00:38:30.598Z | Downloaded scheduled-thread-pool v0.2.7 |
| 859 | 2026-08-25T00:38:30.602Z | Downloaded ecdsa v0.16.9 |
| 860 | 2026-08-25T00:38:30.602Z | Downloaded yasna v0.5.2 |
| 861 | 2026-08-25T00:38:30.610Z | Downloaded ingot v0.2.1 |
| 862 | 2026-08-25T00:38:30.610Z | Downloaded semver v0.1.20 |
| 863 | 2026-08-25T00:38:30.627Z | Downloaded hyper-staticfile v0.10.1 |
| 864 | 2026-08-25T00:38:30.627Z | Downloaded signature v3.0.0 |
| 865 | 2026-08-25T00:38:30.627Z | Downloaded knus-derive v3.4.0 |
| 866 | 2026-08-25T00:38:30.627Z | Downloaded sha1 v0.11.0 |
| 867 | 2026-08-25T00:38:30.628Z | Downloaded hickory-resolver v0.24.4 |
| 868 | 2026-08-25T00:38:30.628Z | Downloaded siphasher v1.0.2 |
| 869 | 2026-08-25T00:38:30.628Z | Downloaded ron v0.8.1 |
| 870 | 2026-08-25T00:38:30.635Z | Downloaded publicsuffix v2.3.0 |
| 871 | 2026-08-25T00:38:30.635Z | Downloaded libsw-core v0.3.2 |
| 872 | 2026-08-25T00:38:30.635Z | Downloaded miette-derive v7.6.0 |
| 873 | 2026-08-25T00:38:30.635Z | Downloaded crossbeam-epoch v0.9.18 |
| 874 | 2026-08-25T00:38:30.635Z | Downloaded usdt-attr-macro v0.6.0 |
| 875 | 2026-08-25T00:38:30.639Z | Downloaded untrusted v0.9.0 |
| 876 | 2026-08-25T00:38:30.639Z | Downloaded nanorand v0.7.0 |
| 877 | 2026-08-25T00:38:30.639Z | Downloaded crc32fast v1.5.0 |
| 878 | 2026-08-25T00:38:30.639Z | Downloaded oxide-tokio-rt v0.1.4 |
| 879 | 2026-08-25T00:38:30.653Z | Downloaded oxide-update-engine v0.1.2 |
| 880 | 2026-08-25T00:38:30.653Z | Downloaded num-rational v0.4.2 |
| 881 | 2026-08-25T00:38:30.653Z | Downloaded oxnet v0.1.6 |
| 882 | 2026-08-25T00:38:30.653Z | Downloaded poly1305 v0.8.0 |
| 883 | 2026-08-25T00:38:30.653Z | Downloaded primefield v0.14.0 |
| 884 | 2026-08-25T00:38:30.659Z | Downloaded tower-service v0.3.3 |
| 885 | 2026-08-25T00:38:30.659Z | Downloaded crypto-common v0.2.2 |
| 886 | 2026-08-25T00:38:30.659Z | Downloaded darling_macro v0.21.3 |
| 887 | 2026-08-25T00:38:30.659Z | Downloaded zerofrom v0.1.6 |
| 888 | 2026-08-25T00:38:30.659Z | Downloaded zerofrom-derive v0.1.6 |
| 889 | 2026-08-25T00:38:30.659Z | Downloaded paste v1.0.15 |
| 890 | 2026-08-25T00:38:30.660Z | Downloaded unicode-xid v0.2.6 |
| 891 | 2026-08-25T00:38:30.660Z | Downloaded darling_macro v0.23.0 |
| 892 | 2026-08-25T00:38:30.660Z | Downloaded wait-timeout v0.2.1 |
| 893 | 2026-08-25T00:38:30.660Z | Downloaded r2d2 v0.8.10 |
| 894 | 2026-08-25T00:38:30.660Z | Downloaded cpufeatures v0.3.0 |
| 895 | 2026-08-25T00:38:30.666Z | Downloaded derive_more v2.1.1 |
| 896 | 2026-08-25T00:38:30.676Z | Downloaded rand_chacha v0.9.0 |
| 897 | 2026-08-25T00:38:30.677Z | Downloaded test-strategy v0.4.5 |
| 898 | 2026-08-25T00:38:30.677Z | Downloaded rusty-fork v0.3.1 |
| 899 | 2026-08-25T00:38:30.677Z | Downloaded dsl_auto_type v0.2.0 |
| 900 | 2026-08-25T00:38:30.677Z | Downloaded twox-hash v2.1.2 |
| 901 | 2026-08-25T00:38:30.693Z | Downloaded litemap v0.8.1 |
| 902 | 2026-08-25T00:38:30.693Z | Downloaded lru v0.12.5 |
| 903 | 2026-08-25T00:38:30.693Z | Downloaded serde_derive_internals v0.29.1 |
| 904 | 2026-08-25T00:38:30.693Z | Downloaded prettyplease v0.2.37 |
| 905 | 2026-08-25T00:38:30.694Z | Downloaded unicode_categories v0.1.1 |
| 906 | 2026-08-25T00:38:30.694Z | Downloaded parse-display v0.10.0 |
| 907 | 2026-08-25T00:38:30.694Z | Downloaded hyper-rustls v0.27.7 |
| 908 | 2026-08-25T00:38:30.716Z | Downloaded libloading v0.8.9 |
| 909 | 2026-08-25T00:38:30.716Z | Downloaded slab v0.4.12 |
| 910 | 2026-08-25T00:38:30.716Z | Downloaded match_cfg v0.1.0 |
| 911 | 2026-08-25T00:38:30.716Z | Downloaded support-bundle-viewer v0.1.2 |
| 912 | 2026-08-25T00:38:30.716Z | Downloaded thiserror-no-std v2.0.2 |
| 913 | 2026-08-25T00:38:30.716Z | Downloaded tiny-keccak v2.0.2 |
| 914 | 2026-08-25T00:38:30.716Z | Downloaded num-derive v0.4.2 |
| 915 | 2026-08-25T00:38:30.716Z | Downloaded percent-encoding v2.3.2 |
| 916 | 2026-08-25T00:38:30.733Z | Downloaded tokio-native-tls v0.3.1 |
| 917 | 2026-08-25T00:38:30.733Z | Downloaded rustc_version v0.4.1 |
| 918 | 2026-08-25T00:38:30.733Z | Downloaded olpc-cjson v0.1.4 |
| 919 | 2026-08-25T00:38:30.733Z | Downloaded url v2.5.8 |
| 920 | 2026-08-25T00:38:30.733Z | Downloaded path-slash v0.1.5 |
| 921 | 2026-08-25T00:38:30.733Z | Downloaded darling_core v0.13.4 |
| 922 | 2026-08-25T00:38:30.733Z | Downloaded rustyline v14.0.0 |
| 923 | 2026-08-25T00:38:30.733Z | Downloaded icu_locale_core v2.1.1 |
| 924 | 2026-08-25T00:38:30.733Z | Downloaded derive-where v1.6.0 |
| 925 | 2026-08-25T00:38:30.733Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 926 | 2026-08-25T00:38:30.733Z | Downloaded yoke v0.8.1 |
| 927 | 2026-08-25T00:38:30.733Z | Downloaded pem-rfc7468 v0.7.0 |
| 928 | 2026-08-25T00:38:30.733Z | Downloaded corncobs v0.1.4 |
| 929 | 2026-08-25T00:38:30.742Z | Downloaded serde-big-array v0.5.1 |
| 930 | 2026-08-25T00:38:30.742Z | Downloaded rustls-pki-types v1.14.0 |
| 931 | 2026-08-25T00:38:30.742Z | Downloaded postgres-types v0.2.12 |
| 932 | 2026-08-25T00:38:30.743Z | Downloaded ingot-types v0.2.0 |
| 933 | 2026-08-25T00:38:30.743Z | Downloaded rand v0.10.1 |
| 934 | 2026-08-25T00:38:30.743Z | Downloaded num-bigint-dig v0.8.6 |
| 935 | 2026-08-25T00:38:30.744Z | Downloaded slog-bunyan v2.5.0 |
| 936 | 2026-08-25T00:38:30.744Z | Downloaded libsw v3.5.0 |
| 937 | 2026-08-25T00:38:30.744Z | Downloaded scroll v0.13.0 |
| 938 | 2026-08-25T00:38:30.744Z | Downloaded typed-path v0.9.3 |
| 939 | 2026-08-25T00:38:30.750Z | Downloaded typify v0.6.2 |
| 940 | 2026-08-25T00:38:30.750Z | Downloaded digest v0.11.3 |
| 941 | 2026-08-25T00:38:30.750Z | Downloaded tar v0.4.46 |
| 942 | 2026-08-25T00:38:30.750Z | Downloaded synstructure v0.13.2 |
| 943 | 2026-08-25T00:38:30.750Z | Downloaded mime_guess v2.0.5 |
| 944 | 2026-08-25T00:38:30.750Z | Downloaded strsim v0.10.0 |
| 945 | 2026-08-25T00:38:30.750Z | Downloaded tap v1.0.1 |
| 946 | 2026-08-25T00:38:30.761Z | Downloaded unit-prefix v0.5.2 |
| 947 | 2026-08-25T00:38:30.761Z | Downloaded nu-ansi-term v0.50.3 |
| 948 | 2026-08-25T00:38:30.761Z | Downloaded universal-hash v0.5.1 |
| 949 | 2026-08-25T00:38:30.761Z | Downloaded waitgroup v0.1.2 |
| 950 | 2026-08-25T00:38:30.761Z | Downloaded newtype-uuid v1.3.2 |
| 951 | 2026-08-25T00:38:30.770Z | Downloaded aes v0.9.1 |
| 952 | 2026-08-25T00:38:30.770Z | Downloaded polyval v0.7.1 |
| 953 | 2026-08-25T00:38:30.770Z | Downloaded port-file v0.1.0 |
| 954 | 2026-08-25T00:38:30.770Z | Downloaded postgres-protocol v0.6.10 |
| 955 | 2026-08-25T00:38:30.770Z | Downloaded strum v0.27.2 |
| 956 | 2026-08-25T00:38:30.770Z | Downloaded crucible-workspace-hack v0.1.0 |
| 957 | 2026-08-25T00:38:30.782Z | Downloaded smallvec v1.15.1 |
| 958 | 2026-08-25T00:38:30.782Z | Downloaded term v0.7.0 |
| 959 | 2026-08-25T00:38:30.782Z | Downloaded cookie_store v0.22.1 |
| 960 | 2026-08-25T00:38:30.782Z | Downloaded maplit v1.0.2 |
| 961 | 2026-08-25T00:38:30.809Z | Downloaded derive_builder v0.20.2 |
| 962 | 2026-08-25T00:38:30.809Z | Downloaded defmt v0.3.100 |
| 963 | 2026-08-25T00:38:30.809Z | Downloaded document-features v0.2.12 |
| 964 | 2026-08-25T00:38:30.809Z | Downloaded yansi v1.0.1 |
| 965 | 2026-08-25T00:38:30.823Z | Downloaded num-traits v0.2.19 |
| 966 | 2026-08-25T00:38:30.824Z | Downloaded rustversion v1.0.22 |
| 967 | 2026-08-25T00:38:30.824Z | Downloaded sec1 v0.7.3 |
| 968 | 2026-08-25T00:38:30.824Z | Downloaded ed25519-dalek v3.0.0 |
| 969 | 2026-08-25T00:38:30.824Z | Downloaded serde_urlencoded v0.7.1 |
| 970 | 2026-08-25T00:38:30.824Z | Downloaded jobserver v0.1.34 |
| 971 | 2026-08-25T00:38:30.824Z | Downloaded nonempty v0.12.0 |
| 972 | 2026-08-25T00:38:30.824Z | Downloaded idna_adapter v1.2.1 |
| 973 | 2026-08-25T00:38:30.825Z | Downloaded inout v0.2.2 |
| 974 | 2026-08-25T00:38:30.825Z | Downloaded des v0.9.0 |
| 975 | 2026-08-25T00:38:30.825Z | Downloaded simd-adler32 v0.3.8 |
| 976 | 2026-08-25T00:38:30.825Z | Downloaded zerocopy-derive v0.8.55 |
| 977 | 2026-08-25T00:38:30.825Z | Downloaded derive_more v0.99.20 |
| 978 | 2026-08-25T00:38:30.825Z | Downloaded quick-error v1.2.3 |
| 979 | 2026-08-25T00:38:30.825Z | Downloaded ssh-encoding v0.3.0 |
| 980 | 2026-08-25T00:38:30.841Z | Downloaded peg-runtime v0.8.5 |
| 981 | 2026-08-25T00:38:30.841Z | Downloaded opaque-debug v0.3.1 |
| 982 | 2026-08-25T00:38:30.841Z | Downloaded packed_struct_codegen v0.10.1 |
| 983 | 2026-08-25T00:38:30.841Z | Downloaded walkdir v2.5.0 |
| 984 | 2026-08-25T00:38:30.842Z | Downloaded socket2 v0.6.3 |
| 985 | 2026-08-25T00:38:30.843Z | Downloaded structmeta v0.3.0 |
| 986 | 2026-08-25T00:38:30.843Z | Downloaded strum_macros v0.26.4 |
| 987 | 2026-08-25T00:38:30.878Z | Downloaded aho-corasick v1.1.4 |
| 988 | 2026-08-25T00:38:30.878Z | Downloaded constant_time_eq v0.4.2 |
| 989 | 2026-08-25T00:38:30.878Z | Downloaded diesel_derives v2.3.7 |
| 990 | 2026-08-25T00:38:30.878Z | Downloaded sigpipe v0.1.3 |
| 991 | 2026-08-25T00:38:30.878Z | Downloaded hashbrown v0.14.5 |
| 992 | 2026-08-25T00:38:30.878Z | Downloaded hashbrown v0.15.5 |
| 993 | 2026-08-25T00:38:30.878Z | Downloaded darling_core v0.20.11 |
| 994 | 2026-08-25T00:38:30.885Z | Downloaded toml v0.7.8 |
| 995 | 2026-08-25T00:38:30.885Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 996 | 2026-08-25T00:38:30.885Z | Downloaded darling v0.13.4 |
| 997 | 2026-08-25T00:38:30.885Z | Downloaded der_derive v0.7.3 |
| 998 | 2026-08-25T00:38:30.885Z | Downloaded num-bigint v0.4.6 |
| 999 | 2026-08-25T00:38:30.885Z | Downloaded termtree v0.5.1 |
| 1000 | 2026-08-25T00:38:30.885Z | Downloaded crc8 v0.1.1 |
| 1001 | 2026-08-25T00:38:30.885Z | Downloaded crc-catalog v2.4.0 |
| 1002 | 2026-08-25T00:38:30.885Z | Downloaded supports-color v3.0.2 |
| 1003 | 2026-08-25T00:38:30.885Z | Downloaded sync_wrapper v1.0.2 |
| 1004 | 2026-08-25T00:38:30.886Z | Downloaded rand v0.9.2 |
| 1005 | 2026-08-25T00:38:30.886Z | Downloaded p521 v0.14.0 |
| 1006 | 2026-08-25T00:38:30.886Z | Downloaded vte v0.14.1 |
| 1007 | 2026-08-25T00:38:30.886Z | Downloaded linear-map v1.2.0 |
| 1008 | 2026-08-25T00:38:30.886Z | Downloaded typify-macro v0.6.2 |
| 1009 | 2026-08-25T00:38:30.886Z | Downloaded darling_macro v0.13.4 |
| 1010 | 2026-08-25T00:38:30.886Z | Downloaded darling_macro v0.20.11 |
| 1011 | 2026-08-25T00:38:30.886Z | Downloaded downcast-rs v2.0.2 |
| 1012 | 2026-08-25T00:38:30.886Z | Downloaded futures-util v0.3.32 |
| 1013 | 2026-08-25T00:38:30.886Z | Downloaded serde_with_macros v3.21.0 |
| 1014 | 2026-08-25T00:38:30.886Z | Downloaded h2 v0.4.15 |
| 1015 | 2026-08-25T00:38:30.887Z | Downloaded hkdf v0.12.4 |
| 1016 | 2026-08-25T00:38:30.887Z | Downloaded spin v0.9.8 |
| 1017 | 2026-08-25T00:38:30.887Z | Downloaded tls_codec_derive v0.4.2 |
| 1018 | 2026-08-25T00:38:30.891Z | Downloaded inout v0.1.4 |
| 1019 | 2026-08-25T00:38:30.891Z | Downloaded internet-checksum v0.2.1 |
| 1020 | 2026-08-25T00:38:30.891Z | Downloaded git2 v0.20.4 |
| 1021 | 2026-08-25T00:38:30.891Z | Downloaded miette v7.6.0 |
| 1022 | 2026-08-25T00:38:30.891Z | Downloaded primeorder v0.13.6 |
| 1023 | 2026-08-25T00:38:30.906Z | Downloaded oso-derive v0.27.3 |
| 1024 | 2026-08-25T00:38:30.906Z | Downloaded hkdf v0.13.0 |
| 1025 | 2026-08-25T00:38:30.906Z | Downloaded tungstenite v0.21.0 |
| 1026 | 2026-08-25T00:38:30.924Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1027 | 2026-08-25T00:38:30.924Z | Downloaded pkcs5 v0.8.1 |
| 1028 | 2026-08-25T00:38:30.924Z | Downloaded rustls-pemfile v2.2.0 |
| 1029 | 2026-08-25T00:38:30.924Z | Downloaded progenitor v0.14.0 |
| 1030 | 2026-08-25T00:38:30.925Z | Downloaded sec1 v0.8.1 |
| 1031 | 2026-08-25T00:38:30.925Z | Downloaded icu_normalizer v2.1.1 |
| 1032 | 2026-08-25T00:38:30.925Z | Downloaded ssh-cipher v0.3.0 |
| 1033 | 2026-08-25T00:38:30.925Z | Downloaded snafu v0.8.9 |
| 1034 | 2026-08-25T00:38:30.925Z | Downloaded scopeguard v1.2.0 |
| 1035 | 2026-08-25T00:38:30.925Z | Downloaded whoami v1.6.1 |
| 1036 | 2026-08-25T00:38:30.925Z | Downloaded qorb v0.4.1 |
| 1037 | 2026-08-25T00:38:30.925Z | Downloaded ed25519 v3.0.0 |
| 1038 | 2026-08-25T00:38:30.950Z | Downloaded shell-words v1.1.1 |
| 1039 | 2026-08-25T00:38:30.950Z | Downloaded strum v0.26.3 |
| 1040 | 2026-08-25T00:38:30.950Z | Downloaded take_mut v0.2.2 |
| 1041 | 2026-08-25T00:38:30.950Z | Downloaded iana-time-zone v0.1.65 |
| 1042 | 2026-08-25T00:38:30.950Z | Downloaded reedline v0.40.0 |
| 1043 | 2026-08-25T00:38:30.950Z | Downloaded icu_normalizer_data v2.1.1 |
| 1044 | 2026-08-25T00:38:30.956Z | Downloaded der v0.7.10 |
| 1045 | 2026-08-25T00:38:30.956Z | Downloaded zstd-safe v7.2.4 |
| 1046 | 2026-08-25T00:38:30.956Z | Downloaded crypto-bigint v0.5.5 |
| 1047 | 2026-08-25T00:38:30.956Z | Downloaded zerotrie v0.2.3 |
| 1048 | 2026-08-25T00:38:30.956Z | Downloaded try-lock v0.2.5 |
| 1049 | 2026-08-25T00:38:30.956Z | Downloaded untrusted v0.7.1 |
| 1050 | 2026-08-25T00:38:30.956Z | Downloaded wnaf v0.14.0 |
| 1051 | 2026-08-25T00:38:30.956Z | Downloaded hashbrown v0.16.1 |
| 1052 | 2026-08-25T00:38:30.956Z | Downloaded native-tls v0.2.18 |
| 1053 | 2026-08-25T00:38:30.956Z | Downloaded ed25519 v2.2.3 |
| 1054 | 2026-08-25T00:38:30.956Z | Downloaded num_enum v0.7.6 |
| 1055 | 2026-08-25T00:38:30.956Z | Downloaded defmt v1.0.1 |
| 1056 | 2026-08-25T00:38:30.956Z | Downloaded libefi-sys v0.1.0 |
| 1057 | 2026-08-25T00:38:30.957Z | Downloaded jiff-core v0.1.0 |
| 1058 | 2026-08-25T00:38:30.957Z | Downloaded parse-display-derive v0.10.0 |
| 1059 | 2026-08-25T00:38:30.957Z | Downloaded pkcs8 v0.11.0 |
| 1060 | 2026-08-25T00:38:30.982Z | Downloaded quinn-udp v0.5.14 |
| 1061 | 2026-08-25T00:38:30.982Z | Downloaded is_ci v1.2.0 |
| 1062 | 2026-08-25T00:38:30.982Z | Downloaded lru-cache v0.1.2 |
| 1063 | 2026-08-25T00:38:30.982Z | Downloaded serde_cbor v0.11.2 |
| 1064 | 2026-08-25T00:38:31.034Z | Downloaded precomputed-hash v0.1.1 |
| 1065 | 2026-08-25T00:38:31.034Z | Downloaded darling_core v0.21.3 |
| 1066 | 2026-08-25T00:38:31.034Z | Downloaded sha2 v0.11.0 |
| 1067 | 2026-08-25T00:38:31.034Z | Downloaded slog-term v2.9.2 |
| 1068 | 2026-08-25T00:38:31.034Z | Downloaded vergen-git2 v9.1.0 |
| 1069 | 2026-08-25T00:38:31.034Z | Downloaded drift v0.2.0 |
| 1070 | 2026-08-25T00:38:31.035Z | Downloaded num-conv v0.2.0 |
| 1071 | 2026-08-25T00:38:31.035Z | Downloaded password-hash v0.6.1 |
| 1072 | 2026-08-25T00:38:31.035Z | Downloaded rand_core v0.6.4 |
| 1073 | 2026-08-25T00:38:31.035Z | Downloaded primeorder v0.14.0 |
| 1074 | 2026-08-25T00:38:31.035Z | Downloaded radium v0.7.0 |
| 1075 | 2026-08-25T00:38:31.035Z | Downloaded rtoolbox v0.0.3 |
| 1076 | 2026-08-25T00:38:31.035Z | Downloaded dropshot-api-manager v0.8.0 |
| 1077 | 2026-08-25T00:38:31.050Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1078 | 2026-08-25T00:38:31.050Z | Downloaded indicatif v0.18.4 |
| 1079 | 2026-08-25T00:38:31.050Z | Downloaded progenitor-impl v0.13.0 |
| 1080 | 2026-08-25T00:38:31.050Z | Downloaded cookie v0.18.1 |
| 1081 | 2026-08-25T00:38:31.050Z | Downloaded slog-scope v4.4.1 |
| 1082 | 2026-08-25T00:38:31.052Z | Downloaded structmeta-derive v0.3.0 |
| 1083 | 2026-08-25T00:38:31.052Z | Downloaded tokio-rustls v0.26.4 |
| 1084 | 2026-08-25T00:38:31.052Z | Downloaded dirs-next v2.0.0 |
| 1085 | 2026-08-25T00:38:31.052Z | Downloaded time-macros v0.2.27 |
| 1086 | 2026-08-25T00:38:31.053Z | Downloaded utf-8 v0.7.6 |
| 1087 | 2026-08-25T00:38:31.053Z | Downloaded winnow v0.6.26 |
| 1088 | 2026-08-25T00:38:31.053Z | Downloaded crc v3.4.0 |
| 1089 | 2026-08-25T00:38:31.053Z | Downloaded salty v0.3.0 |
| 1090 | 2026-08-25T00:38:31.053Z | Downloaded zip v4.6.1 |
| 1091 | 2026-08-25T00:38:31.053Z | Downloaded icu_properties_data v2.1.2 |
| 1092 | 2026-08-25T00:38:31.053Z | Downloaded uzers v0.12.2 |
| 1093 | 2026-08-25T00:38:31.053Z | Downloaded zerovec-derive v0.11.2 |
| 1094 | 2026-08-25T00:38:31.053Z | Downloaded md5 v0.8.0 |
| 1095 | 2026-08-25T00:38:31.053Z | Downloaded module-lattice v0.2.3 |
| 1096 | 2026-08-25T00:38:31.053Z | Downloaded parse-size v1.1.0 |
| 1097 | 2026-08-25T00:38:31.053Z | Downloaded itertools v0.14.0 |
| 1098 | 2026-08-25T00:38:31.053Z | Downloaded defmt-macros v1.0.1 |
| 1099 | 2026-08-25T00:38:31.053Z | Downloaded mio v1.2.0 |
| 1100 | 2026-08-25T00:38:31.053Z | Downloaded digest-io v0.1.0 |
| 1101 | 2026-08-25T00:38:31.053Z | Downloaded predicates-core v1.0.10 |
| 1102 | 2026-08-25T00:38:31.053Z | Downloaded indoc v2.0.7 |
| 1103 | 2026-08-25T00:38:31.053Z | Downloaded daft v0.1.8 |
| 1104 | 2026-08-25T00:38:31.053Z | Downloaded sqlparser_derive v0.5.0 |
| 1105 | 2026-08-25T00:38:31.137Z | Downloaded lock_api v0.4.14 |
| 1106 | 2026-08-25T00:38:31.137Z | Downloaded rand v0.8.6 |
| 1107 | 2026-08-25T00:38:31.137Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1108 | 2026-08-25T00:38:31.137Z | Downloaded pkcs8 v0.10.2 |
| 1109 | 2026-08-25T00:38:31.137Z | Downloaded serde_repr v0.1.20 |
| 1110 | 2026-08-25T00:38:31.137Z | Downloaded derive_builder_macro v0.20.2 |
| 1111 | 2026-08-25T00:38:31.137Z | Downloaded dunce v1.0.5 |
| 1112 | 2026-08-25T00:38:31.137Z | Downloaded kstat-rs v0.2.5 |
| 1113 | 2026-08-25T00:38:31.137Z | Downloaded mime v0.3.17 |
| 1114 | 2026-08-25T00:38:31.137Z | Downloaded predicates-tree v1.0.13 |
| 1115 | 2026-08-25T00:38:31.137Z | Downloaded serde_spanned v1.1.1 |
| 1116 | 2026-08-25T00:38:31.145Z | Downloaded unicode-bidi v0.3.18 |
| 1117 | 2026-08-25T00:38:31.145Z | Downloaded termios v0.3.3 |
| 1118 | 2026-08-25T00:38:31.145Z | Downloaded indexmap v1.9.3 |
| 1119 | 2026-08-25T00:38:31.145Z | Downloaded rustls-webpki v0.103.13 |
| 1120 | 2026-08-25T00:38:31.145Z | Downloaded whoami v2.1.0 |
| 1121 | 2026-08-25T00:38:31.145Z | Downloaded icu_properties v2.1.2 |
| 1122 | 2026-08-25T00:38:31.145Z | Downloaded unicode-truncate v1.1.0 |
| 1123 | 2026-08-25T00:38:31.145Z | Downloaded knus v3.4.0 |
| 1124 | 2026-08-25T00:38:31.145Z | Downloaded miniz_oxide v0.8.9 |
| 1125 | 2026-08-25T00:38:31.145Z | Downloaded managed v0.8.0 |
| 1126 | 2026-08-25T00:38:31.145Z | Downloaded md-5 v0.10.6 |
| 1127 | 2026-08-25T00:38:31.145Z | Downloaded xshell-macros v0.2.7 |
| 1128 | 2026-08-25T00:38:31.145Z | Downloaded kem v0.3.0 |
| 1129 | 2026-08-25T00:38:31.145Z | Downloaded dof v0.4.0 |
| 1130 | 2026-08-25T00:38:31.145Z | Downloaded ed25519-dalek v2.2.0 |
| 1131 | 2026-08-25T00:38:31.145Z | Downloaded rand_seeder v0.4.0 |
| 1132 | 2026-08-25T00:38:31.145Z | Downloaded seq-macro v0.3.6 |
| 1133 | 2026-08-25T00:38:31.145Z | Downloaded tagptr v0.2.0 |
| 1134 | 2026-08-25T00:38:31.145Z | Downloaded rustls-native-certs v0.8.3 |
| 1135 | 2026-08-25T00:38:31.145Z | Downloaded ml-kem v0.3.2 |
| 1136 | 2026-08-25T00:38:31.145Z | Downloaded daft-derive v0.1.8 |
| 1137 | 2026-08-25T00:38:31.146Z | Downloaded new_debug_unreachable v1.0.6 |
| 1138 | 2026-08-25T00:38:31.146Z | Downloaded indoc v1.0.9 |
| 1139 | 2026-08-25T00:38:31.146Z | Downloaded indent_write v2.2.0 |
| 1140 | 2026-08-25T00:38:31.146Z | Downloaded num v0.4.3 |
| 1141 | 2026-08-25T00:38:31.146Z | Downloaded zerocopy v0.6.6 |
| 1142 | 2026-08-25T00:38:31.146Z | Downloaded smallvec v0.6.14 |
| 1143 | 2026-08-25T00:38:31.146Z | Downloaded serde_with v1.14.0 |
| 1144 | 2026-08-25T00:38:31.202Z | Downloaded minimal-lexical v0.2.1 |
| 1145 | 2026-08-25T00:38:31.202Z | Downloaded iddqd v0.4.2 |
| 1146 | 2026-08-25T00:38:31.217Z | Downloaded zopfli v0.8.3 |
| 1147 | 2026-08-25T00:38:31.217Z | Downloaded utf8_iter v1.0.4 |
| 1148 | 2026-08-25T00:38:31.217Z | Downloaded ryu v1.0.23 |
| 1149 | 2026-08-25T00:38:31.217Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1150 | 2026-08-25T00:38:31.217Z | Downloaded crossbeam-deque v0.8.6 |
| 1151 | 2026-08-25T00:38:31.217Z | Downloaded libscf-sys v1.2.0 |
| 1152 | 2026-08-25T00:38:31.217Z | Downloaded deranged v0.5.8 |
| 1153 | 2026-08-25T00:38:31.217Z | Downloaded derive_builder_core v0.20.2 |
| 1154 | 2026-08-25T00:38:31.217Z | Downloaded dropshot_endpoint v0.17.1 |
| 1155 | 2026-08-25T00:38:31.217Z | Downloaded const_format_proc_macros v0.2.34 |
| 1156 | 2026-08-25T00:38:31.217Z | Downloaded oxide-generation v0.1.3 |
| 1157 | 2026-08-25T00:38:31.218Z | Downloaded zstd v0.13.3 |
| 1158 | 2026-08-25T00:38:31.218Z | Downloaded either v1.15.0 |
| 1159 | 2026-08-25T00:38:31.218Z | Downloaded peg-macros v0.8.5 |
| 1160 | 2026-08-25T00:38:31.218Z | Downloaded pin-project-lite v0.2.17 |
| 1161 | 2026-08-25T00:38:31.218Z | Downloaded xattr v1.6.1 |
| 1162 | 2026-08-25T00:38:31.218Z | Downloaded sha1 v0.10.6 |
| 1163 | 2026-08-25T00:38:31.218Z | Downloaded derive_more-impl v2.1.1 |
| 1164 | 2026-08-25T00:38:31.218Z | Downloaded pretty_assertions v1.4.1 |
| 1165 | 2026-08-25T00:38:31.218Z | Downloaded psm v0.1.30 |
| 1166 | 2026-08-25T00:38:31.218Z | Downloaded num-complex v0.4.6 |
| 1167 | 2026-08-25T00:38:31.218Z | Downloaded hyper-util v0.1.20 |
| 1168 | 2026-08-25T00:38:31.218Z | Downloaded rsa v0.9.10 |
| 1169 | 2026-08-25T00:38:31.218Z | Downloaded secrecy v0.8.0 |
| 1170 | 2026-08-25T00:38:31.219Z | Downloaded tinystr v0.8.2 |
| 1171 | 2026-08-25T00:38:31.219Z | Downloaded slog-async v2.8.0 |
| 1172 | 2026-08-25T00:38:31.226Z | Downloaded proc-macro-error2 v2.0.1 |
| 1173 | 2026-08-25T00:38:31.226Z | Downloaded humantime v2.3.0 |
| 1174 | 2026-08-25T00:38:31.226Z | Downloaded keccak v0.2.0 |
| 1175 | 2026-08-25T00:38:31.226Z | Downloaded spki v0.7.3 |
| 1176 | 2026-08-25T00:38:31.226Z | Downloaded resolv-conf v0.7.6 |
| 1177 | 2026-08-25T00:38:31.226Z | Downloaded itertools v0.13.0 |
| 1178 | 2026-08-25T00:38:31.226Z | Downloaded p256 v0.14.0 |
| 1179 | 2026-08-25T00:38:31.226Z | Downloaded ctutils v0.4.2 |
| 1180 | 2026-08-25T00:38:31.226Z | Downloaded displaydoc v0.2.5 |
| 1181 | 2026-08-25T00:38:31.240Z | Downloaded similar v2.7.0 |
| 1182 | 2026-08-25T00:38:31.240Z | Downloaded samael v0.0.19 |
| 1183 | 2026-08-25T00:38:31.264Z | Downloaded rand_core v0.9.5 |
| 1184 | 2026-08-25T00:38:31.264Z | Downloaded tower v0.5.3 |
| 1185 | 2026-08-25T00:38:31.264Z | Downloaded progenitor-impl v0.14.0 |
| 1186 | 2026-08-25T00:38:31.264Z | Downloaded unicode-normalization v0.1.25 |
| 1187 | 2026-08-25T00:38:31.264Z | Downloaded tls_codec v0.4.2 |
| 1188 | 2026-08-25T00:38:31.264Z | Downloaded static_assertions v1.1.0 |
| 1189 | 2026-08-25T00:38:31.264Z | Downloaded pkcs1 v0.7.5 |
| 1190 | 2026-08-25T00:38:31.268Z | Downloaded crypto-primes v0.7.2 |
| 1191 | 2026-08-25T00:38:31.268Z | Downloaded schemars v1.2.1 |
| 1192 | 2026-08-25T00:38:31.268Z | Downloaded vergen v9.1.0 |
| 1193 | 2026-08-25T00:38:31.268Z | Downloaded blake3 v1.8.5 |
| 1194 | 2026-08-25T00:38:31.268Z | Downloaded parking_lot_core v0.8.6 |
| 1195 | 2026-08-25T00:38:31.268Z | Downloaded elliptic-curve v0.13.8 |
| 1196 | 2026-08-25T00:38:31.268Z | Downloaded csv-core v0.1.13 |
| 1197 | 2026-08-25T00:38:31.269Z | Downloaded quinn-proto v0.11.16 |
| 1198 | 2026-08-25T00:38:31.285Z | Downloaded bitvec v1.0.1 |
| 1199 | 2026-08-25T00:38:31.296Z | Downloaded unicode-properties v0.1.4 |
| 1200 | 2026-08-25T00:38:31.296Z | Downloaded goblin v0.10.5 |
| 1201 | 2026-08-25T00:38:31.296Z | Downloaded icu_collections v2.1.1 |
| 1202 | 2026-08-25T00:38:31.296Z | Downloaded subprocess v0.2.15 |
| 1203 | 2026-08-25T00:38:31.296Z | Downloaded uuid v1.23.4 |
| 1204 | 2026-08-25T00:38:31.296Z | Downloaded portable-atomic v1.13.1 |
| 1205 | 2026-08-25T00:38:31.337Z | Downloaded russh v0.62.4 |
| 1206 | 2026-08-25T00:38:31.338Z | Downloaded x509-cert v0.2.5 |
| 1207 | 2026-08-25T00:38:31.356Z | Downloaded rcgen v0.12.1 |
| 1208 | 2026-08-25T00:38:31.356Z | Downloaded toml_edit v0.19.15 |
| 1209 | 2026-08-25T00:38:31.356Z | Downloaded salsa20 v0.11.0 |
| 1210 | 2026-08-25T00:38:31.356Z | Downloaded openssl-sys v0.9.117 |
| 1211 | 2026-08-25T00:38:31.356Z | Downloaded parking_lot_core v0.9.12 |
| 1212 | 2026-08-25T00:38:31.356Z | Downloaded schemars v0.9.0 |
| 1213 | 2026-08-25T00:38:31.356Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1214 | 2026-08-25T00:38:31.356Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-08-25T00:38:31.356Z | Downloaded iri-string v0.7.10 |
| 1216 | 2026-08-25T00:38:31.365Z | Downloaded crossbeam-channel v0.5.15 |
| 1217 | 2026-08-25T00:38:31.365Z | Downloaded tungstenite v0.23.0 |
| 1218 | 2026-08-25T00:38:31.365Z | Downloaded ignore v0.4.25 |
| 1219 | 2026-08-25T00:38:31.365Z | Downloaded hyper v1.10.1 |
| 1220 | 2026-08-25T00:38:31.365Z | Downloaded serde_with v3.21.0 |
| 1221 | 2026-08-25T00:38:31.387Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1222 | 2026-08-25T00:38:31.387Z | Downloaded crossterm v0.29.0 |
| 1223 | 2026-08-25T00:38:31.387Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1224 | 2026-08-25T00:38:31.387Z | Downloaded proptest v1.11.0 |
| 1225 | 2026-08-25T00:38:31.400Z | Downloaded tracing-core v0.1.36 |
| 1226 | 2026-08-25T00:38:31.400Z | Downloaded itertools v0.15.0 |
| 1227 | 2026-08-25T00:38:31.400Z | Downloaded const_format v0.2.35 |
| 1228 | 2026-08-25T00:38:31.400Z | Downloaded vcpkg v0.2.15 |
| 1229 | 2026-08-25T00:38:31.412Z | Downloaded zerovec v0.11.5 |
| 1230 | 2026-08-25T00:38:31.416Z | Downloaded rsa v0.10.0-rc.18 |
| 1231 | 2026-08-25T00:38:31.423Z | Downloaded tower-http v0.6.8 |
| 1232 | 2026-08-25T00:38:31.427Z | Downloaded darling_core v0.23.0 |
| 1233 | 2026-08-25T00:38:31.427Z | Downloaded der v0.8.0 |
| 1234 | 2026-08-25T00:38:31.433Z | Downloaded regex v1.12.3 |
| 1235 | 2026-08-25T00:38:31.433Z | Downloaded reqwest v0.13.2 |
| 1236 | 2026-08-25T00:38:31.437Z | Downloaded winnow v0.5.40 |
| 1237 | 2026-08-25T00:38:31.442Z | Downloaded steno v0.4.1 |
| 1238 | 2026-08-25T00:38:31.446Z | Downloaded chrono v0.4.45 |
| 1239 | 2026-08-25T00:38:31.450Z | Downloaded lalrpop v0.19.12 |
| 1240 | 2026-08-25T00:38:31.458Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-08-25T00:38:31.466Z | Downloaded tough v0.22.0 |
| 1242 | 2026-08-25T00:38:31.466Z | Downloaded tokio-postgres v0.7.16 |
| 1243 | 2026-08-25T00:38:31.474Z | Downloaded libm v0.2.16 |
| 1244 | 2026-08-25T00:38:31.479Z | Downloaded rawzip v0.4.4 |
| 1245 | 2026-08-25T00:38:31.479Z | Downloaded itertools v0.10.5 |
| 1246 | 2026-08-25T00:38:31.479Z | Downloaded nom v7.1.3 |
| 1247 | 2026-08-25T00:38:31.491Z | Downloaded p384 v0.13.1 |
| 1248 | 2026-08-25T00:38:31.500Z | Downloaded zlib-rs v0.6.2 |
| 1249 | 2026-08-25T00:38:31.500Z | Downloaded nom v8.0.0 |
| 1250 | 2026-08-25T00:38:31.500Z | Downloaded quick-xml v0.37.5 |
| 1251 | 2026-08-25T00:38:31.501Z | Downloaded itertools v0.12.1 |
| 1252 | 2026-08-25T00:38:31.515Z | Downloaded syn v3.0.3 |
| 1253 | 2026-08-25T00:38:31.515Z | Downloaded crossterm v0.28.1 |
| 1254 | 2026-08-25T00:38:31.518Z | Downloaded libxml v0.3.3 |
| 1255 | 2026-08-25T00:38:31.518Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1256 | 2026-08-25T00:38:31.518Z | Downloaded nix v0.27.1 |
| 1257 | 2026-08-25T00:38:31.532Z | Downloaded time v0.3.47 |
| 1258 | 2026-08-25T00:38:31.539Z | Downloaded reqwest v0.12.28 |
| 1259 | 2026-08-25T00:38:31.540Z | Downloaded rayon v1.11.0 |
| 1260 | 2026-08-25T00:38:31.545Z | Downloaded regress v0.11.1 |
| 1261 | 2026-08-25T00:38:31.552Z | Downloaded idna v1.1.0 |
| 1262 | 2026-08-25T00:38:31.557Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-08-25T00:38:31.557Z | Downloaded winnow v1.0.3 |
| 1264 | 2026-08-25T00:38:31.567Z | Downloaded smoltcp v0.9.1 |
| 1265 | 2026-08-25T00:38:31.571Z | Downloaded hickory-proto v0.24.4 |
| 1266 | 2026-08-25T00:38:31.580Z | Downloaded tokio-util v0.7.18 |
| 1267 | 2026-08-25T00:38:31.588Z | Downloaded regex-syntax v0.6.29 |
| 1268 | 2026-08-25T00:38:31.595Z | Downloaded object v0.30.4 |
| 1269 | 2026-08-25T00:38:31.600Z | Downloaded hickory-proto v0.25.2 |
| 1270 | 2026-08-25T00:38:31.609Z | Downloaded nix v0.28.0 |
| 1271 | 2026-08-25T00:38:31.619Z | Downloaded openssl v0.10.80 |
| 1272 | 2026-08-25T00:38:31.625Z | Downloaded petname v2.0.2 |
| 1273 | 2026-08-25T00:38:31.625Z | Downloaded sha3 v0.12.0 |
| 1274 | 2026-08-25T00:38:31.625Z | Downloaded moka v0.12.13 |
| 1275 | 2026-08-25T00:38:31.630Z | Downloaded nix v0.31.2 |
| 1276 | 2026-08-25T00:38:31.637Z | Downloaded zerocopy v0.8.55 |
| 1277 | 2026-08-25T00:38:31.644Z | Downloaded tabled v0.21.0 |
| 1278 | 2026-08-25T00:38:31.656Z | Downloaded rustix v0.38.44 |
| 1279 | 2026-08-25T00:38:31.672Z | Downloaded typify-impl v0.6.2 |
| 1280 | 2026-08-25T00:38:31.679Z | Downloaded rustls v0.23.41 |
| 1281 | 2026-08-25T00:38:31.687Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-08-25T00:38:31.692Z | Downloaded polar-core v0.27.3 |
| 1283 | 2026-08-25T00:38:31.700Z | Downloaded crypto-bigint v0.7.5 |
| 1284 | 2026-08-25T00:38:31.707Z | Downloaded curve25519-dalek v4.1.3 |
| 1285 | 2026-08-25T00:38:31.713Z | Downloaded radix_trie v0.2.1 |
| 1286 | 2026-08-25T00:38:31.717Z | Downloaded dropshot v0.17.1 |
| 1287 | 2026-08-25T00:38:31.730Z | Downloaded regress v0.10.5 |
| 1288 | 2026-08-25T00:38:31.738Z | Downloaded smoltcp v0.11.0 |
| 1289 | 2026-08-25T00:38:31.743Z | Downloaded curve25519-dalek v5.0.0 |
| 1290 | 2026-08-25T00:38:31.748Z | Downloaded openapiv3 v2.2.0 |
| 1291 | 2026-08-25T00:38:31.758Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-08-25T00:38:31.763Z | Downloaded sha3 v0.11.0 |
| 1293 | 2026-08-25T00:38:31.768Z | Downloaded tracing v0.1.44 |
| 1294 | 2026-08-25T00:38:31.780Z | Downloaded object v0.37.3 |
| 1295 | 2026-08-25T00:38:31.788Z | Downloaded petgraph v0.6.5 |
| 1296 | 2026-08-25T00:38:31.795Z | Downloaded diesel v2.3.7 |
| 1297 | 2026-08-25T00:38:31.810Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-08-25T00:38:31.823Z | Downloaded csv v1.4.0 |
| 1299 | 2026-08-25T00:38:31.834Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1300 | 2026-08-25T00:38:31.844Z | Downloaded ratatui v0.29.0 |
| 1301 | 2026-08-25T00:38:31.851Z | Downloaded tokio v1.52.1 |
| 1302 | 2026-08-25T00:38:31.876Z | Downloaded sled v0.34.7 |
| 1303 | 2026-08-25T00:38:31.894Z | Downloaded zerocopy-derive v0.6.6 |
| 1304 | 2026-08-25T00:38:31.899Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-08-25T00:38:31.954Z | Downloaded jiff v0.2.34 |
| 1306 | 2026-08-25T00:38:31.962Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-08-25T00:38:31.962Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-08-25T00:38:31.967Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1309 | 2026-08-25T00:38:31.975Z | Downloaded sha3 v0.10.8 |
| 1310 | 2026-08-25T00:38:31.979Z | Downloaded petgraph v0.8.3 |
| 1311 | 2026-08-25T00:38:31.996Z | Downloaded libz-sys v1.1.24 |
| 1312 | 2026-08-25T00:38:32.060Z | Downloaded ring v0.17.14 |
| 1313 | 2026-08-25T00:38:32.556Z | Downloaded aws-lc-sys v0.40.0 |
| 1314 | 2026-08-25T00:38:32.825Z | Compiling serde_core v1.0.228 |
| 1315 | 2026-08-25T00:38:32.825Z | Compiling libc v0.2.185 |
| 1316 | 2026-08-25T00:38:32.825Z | Compiling serde v1.0.228 |
| 1317 | 2026-08-25T00:38:32.828Z | Compiling log v0.4.33 |
| 1318 | 2026-08-25T00:38:32.828Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-08-25T00:38:32.828Z | Compiling shlex v1.3.0 |
| 1320 | 2026-08-25T00:38:32.828Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-08-25T00:38:32.828Z | Compiling subtle v2.6.1 |
| 1322 | 2026-08-25T00:38:32.985Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-08-25T00:38:32.985Z | Compiling stable_deref_trait v1.2.1 |
| 1324 | 2026-08-25T00:38:32.998Z | Compiling zerocopy v0.8.55 |
| 1325 | 2026-08-25T00:38:33.006Z | Compiling typenum v1.20.1 |
| 1326 | 2026-08-25T00:38:33.007Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-08-25T00:38:33.036Z | Compiling serde_json v1.0.151 |
| 1328 | 2026-08-25T00:38:33.065Z | Compiling syn v2.0.117 |
| 1329 | 2026-08-25T00:38:33.079Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-08-25T00:38:33.158Z | Compiling lock_api v0.4.14 |
| 1331 | 2026-08-25T00:38:33.171Z | Compiling libm v0.2.16 |
| 1332 | 2026-08-25T00:38:33.183Z | Compiling num-traits v0.2.19 |
| 1333 | 2026-08-25T00:38:33.198Z | Compiling pkg-config v0.3.32 |
| 1334 | 2026-08-25T00:38:33.216Z | Compiling getrandom v0.4.3 |
| 1335 | 2026-08-25T00:38:33.229Z | Compiling generic-array v0.14.7 |
| 1336 | 2026-08-25T00:38:33.281Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-08-25T00:38:33.309Z | Compiling rand_core v0.10.0 |
| 1338 | 2026-08-25T00:38:33.325Z | Compiling const-oid v0.9.6 |
| 1339 | 2026-08-25T00:38:33.411Z | Compiling pin-project-lite v0.2.17 |
| 1340 | 2026-08-25T00:38:33.428Z | Compiling litemap v0.8.1 |
| 1341 | 2026-08-25T00:38:33.501Z | Compiling writeable v0.6.2 |
| 1342 | 2026-08-25T00:38:33.517Z | Compiling percent-encoding v2.3.2 |
| 1343 | 2026-08-25T00:38:33.545Z | Compiling icu_properties_data v2.1.2 |
| 1344 | 2026-08-25T00:38:33.593Z | Compiling icu_normalizer_data v2.1.1 |
| 1345 | 2026-08-25T00:38:33.620Z | Compiling futures-core v0.3.32 |
| 1346 | 2026-08-25T00:38:33.623Z | Compiling rustix v1.1.4 |
| 1347 | 2026-08-25T00:38:33.764Z | Compiling getrandom v0.3.4 |
| 1348 | 2026-08-25T00:38:33.777Z | Compiling utf8_iter v1.0.4 |
| 1349 | 2026-08-25T00:38:33.793Z | Compiling futures-sink v0.3.32 |
| 1350 | 2026-08-25T00:38:33.826Z | Compiling form_urlencoded v1.2.2 |
| 1351 | 2026-08-25T00:38:33.852Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-08-25T00:38:33.869Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-08-25T00:38:33.915Z | Compiling futures-channel v0.3.32 |
| 1354 | 2026-08-25T00:38:33.947Z | Compiling slab v0.4.12 |
| 1355 | 2026-08-25T00:38:33.998Z | Compiling errno v0.3.14 |
| 1356 | 2026-08-25T00:38:34.020Z | Compiling jobserver v0.1.34 |
| 1357 | 2026-08-25T00:38:34.023Z | Compiling getrandom v0.2.17 |
| 1358 | 2026-08-25T00:38:34.050Z | Compiling mio v1.2.0 |
| 1359 | 2026-08-25T00:38:34.089Z | Compiling socket2 v0.6.3 |
| 1360 | 2026-08-25T00:38:34.124Z | Compiling rustversion v1.0.22 |
| 1361 | 2026-08-25T00:38:34.143Z | Compiling signal-hook-registry v1.4.8 |
| 1362 | 2026-08-25T00:38:34.165Z | Compiling iana-time-zone v0.1.65 |
| 1363 | 2026-08-25T00:38:34.184Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-08-25T00:38:34.310Z | Compiling cc v1.2.56 |
| 1365 | 2026-08-25T00:38:34.336Z | Compiling once_cell v1.21.3 |
| 1366 | 2026-08-25T00:38:34.336Z | Compiling rand_core v0.6.4 |
| 1367 | 2026-08-25T00:38:34.383Z | Compiling parking_lot v0.12.5 |
| 1368 | 2026-08-25T00:38:34.399Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-08-25T00:38:34.414Z | Compiling flagset v0.4.7 |
| 1370 | 2026-08-25T00:38:34.460Z | Compiling pem-rfc7468 v0.7.0 |
| 1371 | 2026-08-25T00:38:34.506Z | Compiling fs_extra v1.3.0 |
| 1372 | 2026-08-25T00:38:34.554Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-08-25T00:38:34.572Z | Compiling dunce v1.0.5 |
| 1374 | 2026-08-25T00:38:34.588Z | Compiling base64 v0.22.1 |
| 1375 | 2026-08-25T00:38:34.614Z | Compiling vcpkg v0.2.15 |
| 1376 | 2026-08-25T00:38:34.639Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-08-25T00:38:34.681Z | Compiling syn v1.0.109 |
| 1378 | 2026-08-25T00:38:34.698Z | Compiling schemars v0.8.22 |
| 1379 | 2026-08-25T00:38:34.734Z | Compiling dyn-clone v1.0.20 |
| 1380 | 2026-08-25T00:38:34.786Z | Compiling tracing-core v0.1.36 |
| 1381 | 2026-08-25T00:38:34.809Z | Compiling cpufeatures v0.2.17 |
| 1382 | 2026-08-25T00:38:34.824Z | Compiling simd-adler32 v0.3.8 |
| 1383 | 2026-08-25T00:38:34.839Z | Compiling aws-lc-rs v1.16.3 |
| 1384 | 2026-08-25T00:38:34.888Z | Compiling spin v0.9.8 |
| 1385 | 2026-08-25T00:38:34.903Z | Compiling cmov v0.5.4 |
| 1386 | 2026-08-25T00:38:34.946Z | Compiling adler2 v2.0.1 |
| 1387 | 2026-08-25T00:38:34.959Z | Compiling crc32fast v1.5.0 |
| 1388 | 2026-08-25T00:38:34.974Z | Compiling tinyvec_macros v0.1.1 |
| 1389 | 2026-08-25T00:38:35.058Z | Compiling httparse v1.10.1 |
| 1390 | 2026-08-25T00:38:35.104Z | Compiling cmake v0.1.57 |
| 1391 | 2026-08-25T00:38:35.104Z | Compiling openssl-probe v0.2.1 |
| 1392 | 2026-08-25T00:38:35.129Z | Compiling ctutils v0.4.2 |
| 1393 | 2026-08-25T00:38:35.129Z | Compiling miniz_oxide v0.8.9 |
| 1394 | 2026-08-25T00:38:35.160Z | Compiling bitflags v2.11.0 |
| 1395 | 2026-08-25T00:38:35.215Z | Compiling semver v1.0.28 |
| 1396 | 2026-08-25T00:38:35.260Z | Compiling indexmap v2.14.0 |
| 1397 | 2026-08-25T00:38:35.301Z | Compiling uuid v1.23.4 |
| 1398 | 2026-08-25T00:38:35.413Z | Compiling tinyvec v1.10.0 |
| 1399 | 2026-08-25T00:38:35.420Z | Compiling aho-corasick v1.1.4 |
| 1400 | 2026-08-25T00:38:35.420Z | Compiling tower-service v0.3.3 |
| 1401 | 2026-08-25T00:38:35.455Z | Compiling rustc_version v0.4.1 |
| 1402 | 2026-08-25T00:38:35.526Z | Compiling untrusted v0.7.1 |
| 1403 | 2026-08-25T00:38:35.545Z | Compiling atomic-waker v1.1.2 |
| 1404 | 2026-08-25T00:38:35.563Z | Compiling radium v0.7.0 |
| 1405 | 2026-08-25T00:38:35.571Z | Compiling tower-layer v0.3.3 |
| 1406 | 2026-08-25T00:38:35.697Z | Compiling try-lock v0.2.5 |
| 1407 | 2026-08-25T00:38:35.785Z | Compiling want v0.3.1 |
| 1408 | 2026-08-25T00:38:35.832Z | Compiling wait-timeout v0.2.1 |
| 1409 | 2026-08-25T00:38:35.836Z | Compiling bit-vec v0.8.0 |
| 1410 | 2026-08-25T00:38:35.836Z | Compiling rustls v0.23.41 |
| 1411 | 2026-08-25T00:38:35.899Z | Compiling tap v1.0.1 |
| 1412 | 2026-08-25T00:38:35.980Z | Compiling synstructure v0.13.2 |
| 1413 | 2026-08-25T00:38:36.006Z | Compiling serde_derive_internals v0.29.1 |
| 1414 | 2026-08-25T00:38:36.022Z | Compiling aws-lc-sys v0.40.0 |
| 1415 | 2026-08-25T00:38:36.035Z | Compiling openssl-sys v0.9.117 |
| 1416 | 2026-08-25T00:38:36.081Z | Compiling pest_generator v2.8.6 |
| 1417 | 2026-08-25T00:38:36.081Z | Compiling darling_core v0.20.11 |
| 1418 | 2026-08-25T00:38:36.101Z | Compiling foreign-types-shared v0.1.1 |
| 1419 | 2026-08-25T00:38:36.105Z | Compiling maybe-uninit v2.0.0 |
| 1420 | 2026-08-25T00:38:36.117Z | Compiling openssl v0.10.80 |
| 1421 | 2026-08-25T00:38:36.134Z | Compiling httpdate v1.0.3 |
| 1422 | 2026-08-25T00:38:36.181Z | Compiling quick-error v1.2.3 |
| 1423 | 2026-08-25T00:38:36.308Z | Compiling untrusted v0.9.0 |
| 1424 | 2026-08-25T00:38:36.360Z | Compiling tempfile v3.27.0 |
| 1425 | 2026-08-25T00:38:36.401Z | Compiling terminal_size v0.4.3 |
| 1426 | 2026-08-25T00:38:36.409Z | Compiling regex-automata v0.4.14 |
| 1427 | 2026-08-25T00:38:36.449Z | Compiling foreign-types v0.3.2 |
| 1428 | 2026-08-25T00:38:36.465Z | Compiling bit-set v0.8.0 |
| 1429 | 2026-08-25T00:38:36.533Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1430 | 2026-08-25T00:38:36.558Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1431 | 2026-08-25T00:38:36.604Z | Compiling rusty-fork v0.3.1 |
| 1432 | 2026-08-25T00:38:36.641Z | Compiling wyz v0.5.1 |
| 1433 | 2026-08-25T00:38:36.765Z | Compiling unicode-normalization v0.1.25 |
| 1434 | 2026-08-25T00:38:36.798Z | Compiling num-integer v0.1.46 |
| 1435 | 2026-08-25T00:38:36.861Z | Compiling rand_xorshift v0.4.0 |
| 1436 | 2026-08-25T00:38:36.895Z | Compiling ahash v0.8.12 |
| 1437 | 2026-08-25T00:38:36.927Z | Compiling powerfmt v0.2.0 |
| 1438 | 2026-08-25T00:38:36.942Z | Compiling unarray v0.1.4 |
| 1439 | 2026-08-25T00:38:36.959Z | Compiling packed_struct v0.10.1 |
| 1440 | 2026-08-25T00:38:36.979Z | Compiling funty v2.0.0 |
| 1441 | 2026-08-25T00:38:37.000Z | Compiling paste v1.0.15 |
| 1442 | 2026-08-25T00:38:37.062Z | Compiling num-conv v0.2.0 |
| 1443 | 2026-08-25T00:38:37.070Z | Compiling native-tls v0.2.18 |
| 1444 | 2026-08-25T00:38:37.124Z | Compiling time-core v0.1.8 |
| 1445 | 2026-08-25T00:38:37.154Z | Compiling num-bigint-dig v0.8.6 |
| 1446 | 2026-08-25T00:38:37.201Z | Compiling deranged v0.5.8 |
| 1447 | 2026-08-25T00:38:37.217Z | Compiling num-iter v0.1.45 |
| 1448 | 2026-08-25T00:38:37.283Z | Compiling clap_builder v4.6.0 |
| 1449 | 2026-08-25T00:38:37.310Z | Compiling time-macros v0.2.27 |
| 1450 | 2026-08-25T00:38:37.356Z | Compiling bitvec v1.0.1 |
| 1451 | 2026-08-25T00:38:37.369Z | Compiling slog v2.8.2 |
| 1452 | 2026-08-25T00:38:37.417Z | Compiling lazy_static v1.5.0 |
| 1453 | 2026-08-25T00:38:37.435Z | Compiling sync_wrapper v1.0.2 |
| 1454 | 2026-08-25T00:38:37.453Z | Compiling syn v3.0.3 |
| 1455 | 2026-08-25T00:38:37.530Z | Compiling indexmap v1.9.3 |
| 1456 | 2026-08-25T00:38:37.565Z | Compiling crc-catalog v2.4.0 |
| 1457 | 2026-08-25T00:38:37.592Z | Compiling unicode-segmentation v1.12.0 |
| 1458 | 2026-08-25T00:38:37.606Z | Compiling siphasher v1.0.2 |
| 1459 | 2026-08-25T00:38:37.670Z | Compiling object v0.37.3 |
| 1460 | 2026-08-25T00:38:37.742Z | Compiling usdt-impl v0.6.0 |
| 1461 | 2026-08-25T00:38:37.780Z | Compiling serde_derive v1.0.228 |
| 1462 | 2026-08-25T00:38:37.815Z | Compiling zeroize_derive v1.5.0 |
| 1463 | 2026-08-25T00:38:37.962Z | Compiling zerofrom-derive v0.1.6 |
| 1464 | 2026-08-25T00:38:37.979Z | Compiling zerocopy-derive v0.8.55 |
| 1465 | 2026-08-25T00:38:38.010Z | Compiling yoke-derive v0.8.1 |
| 1466 | 2026-08-25T00:38:38.240Z | Compiling zerovec-derive v0.11.2 |
| 1467 | 2026-08-25T00:38:38.254Z | Compiling displaydoc v0.2.5 |
| 1468 | 2026-08-25T00:38:38.426Z | Compiling tokio-macros v2.7.0 |
| 1469 | 2026-08-25T00:38:38.474Z | Compiling futures-macro v0.3.32 |
| 1470 | 2026-08-25T00:38:38.498Z | Compiling der_derive v0.7.3 |
| 1471 | 2026-08-25T00:38:38.984Z | Compiling thiserror-impl v2.0.18 |
| 1472 | 2026-08-25T00:38:39.076Z | Compiling tracing-attributes v0.1.31 |
| 1473 | 2026-08-25T00:38:39.167Z | Compiling schemars_derive v0.8.22 |
| 1474 | 2026-08-25T00:38:39.229Z | Compiling scroll_derive v0.13.1 |
| 1475 | 2026-08-25T00:38:39.243Z | Compiling pest_derive v2.8.6 |
| 1476 | 2026-08-25T00:38:39.338Z | Compiling futures-util v0.3.32 |
| 1477 | 2026-08-25T00:38:39.397Z | Compiling darling_macro v0.20.11 |
| 1478 | 2026-08-25T00:38:39.443Z | Compiling zerofrom v0.1.6 |
| 1479 | 2026-08-25T00:38:39.536Z | Compiling openssl-macros v0.1.1 |
| 1480 | 2026-08-25T00:38:39.585Z | Compiling yoke v0.8.1 |
| 1481 | 2026-08-25T00:38:39.729Z | Compiling thiserror-impl v1.0.69 |
| 1482 | 2026-08-25T00:38:39.793Z | Compiling zerovec v0.11.5 |
| 1483 | 2026-08-25T00:38:39.922Z | Compiling zerotrie v0.2.3 |
| 1484 | 2026-08-25T00:38:40.077Z | Compiling scroll v0.13.0 |
| 1485 | 2026-08-25T00:38:40.255Z | Compiling darling v0.20.11 |
| 1486 | 2026-08-25T00:38:40.274Z | Compiling tinystr v0.8.2 |
| 1487 | 2026-08-25T00:38:40.350Z | Compiling potential_utf v0.1.4 |
| 1488 | 2026-08-25T00:38:40.366Z | Compiling thiserror v2.0.18 |
| 1489 | 2026-08-25T00:38:40.393Z | Compiling goblin v0.10.5 |
| 1490 | 2026-08-25T00:38:40.403Z | Compiling packed_struct_codegen v0.10.1 |
| 1491 | 2026-08-25T00:38:40.458Z | Compiling icu_locale_core v2.1.1 |
| 1492 | 2026-08-25T00:38:40.482Z | Compiling icu_collections v2.1.1 |
| 1493 | 2026-08-25T00:38:40.495Z | Compiling tracing v0.1.44 |
| 1494 | 2026-08-25T00:38:40.511Z | Compiling zerocopy-derive v0.6.6 |
| 1495 | 2026-08-25T00:38:40.535Z | Compiling bitfield-macros v0.19.4 |
| 1496 | 2026-08-25T00:38:40.689Z | Compiling clap_derive v4.6.1 |
| 1497 | 2026-08-25T00:38:40.795Z | Compiling crossbeam-utils v0.8.21 |
| 1498 | 2026-08-25T00:38:41.003Z | Compiling zlib-rs v0.6.2 |
| 1499 | 2026-08-25T00:38:41.025Z | Compiling num_threads v0.1.7 |
| 1500 | 2026-08-25T00:38:41.064Z | Compiling thiserror v1.0.69 |
| 1501 | 2026-08-25T00:38:41.116Z | Compiling icu_provider v2.1.1 |
| 1502 | 2026-08-25T00:38:41.140Z | Compiling nodrop v0.1.14 |
| 1503 | 2026-08-25T00:38:41.201Z | Compiling time v0.3.47 |
| 1504 | 2026-08-25T00:38:41.245Z | Compiling array-init v0.0.4 |
| 1505 | 2026-08-25T00:38:41.289Z | Compiling bitfield v0.19.4 |
| 1506 | 2026-08-25T00:38:41.376Z | Compiling zeroize v1.9.0 |
| 1507 | 2026-08-25T00:38:41.392Z | Compiling bytes v1.11.1 |
| 1508 | 2026-08-25T00:38:41.409Z | Compiling icu_properties v2.1.2 |
| 1509 | 2026-08-25T00:38:41.433Z | Compiling icu_normalizer v2.1.1 |
| 1510 | 2026-08-25T00:38:41.515Z | Compiling chrono v0.4.45 |
| 1511 | 2026-08-25T00:38:41.621Z | Compiling der v0.7.10 |
| 1512 | 2026-08-25T00:38:41.626Z | Compiling rustls-pki-types v1.14.0 |
| 1513 | 2026-08-25T00:38:41.738Z | Compiling hybrid-array v0.4.13 |
| 1514 | 2026-08-25T00:38:41.910Z | Compiling tokio v1.52.1 |
| 1515 | 2026-08-25T00:38:42.018Z | Compiling http v1.4.2 |
| 1516 | 2026-08-25T00:38:42.108Z | Compiling ipnet v2.12.0 |
| 1517 | 2026-08-25T00:38:42.185Z | Compiling crypto-common v0.1.7 |
| 1518 | 2026-08-25T00:38:42.350Z | Compiling idna_adapter v1.2.1 |
| 1519 | 2026-08-25T00:38:42.488Z | Compiling ppv-lite86 v0.2.21 |
| 1520 | 2026-08-25T00:38:42.508Z | Compiling block-buffer v0.10.4 |
| 1521 | 2026-08-25T00:38:42.523Z | Compiling idna v1.1.0 |
| 1522 | 2026-08-25T00:38:42.526Z | Compiling spki v0.7.3 |
| 1523 | 2026-08-25T00:38:42.616Z | Compiling hex v0.4.3 |
| 1524 | 2026-08-25T00:38:42.703Z | Compiling digest v0.10.7 |
| 1525 | 2026-08-25T00:38:42.722Z | Compiling pkcs8 v0.10.2 |
| 1526 | 2026-08-25T00:38:42.765Z | Compiling http-body v1.0.1 |
| 1527 | 2026-08-25T00:38:42.788Z | Compiling rand_chacha v0.9.0 |
| 1528 | 2026-08-25T00:38:42.820Z | Compiling url v2.5.8 |
| 1529 | 2026-08-25T00:38:42.834Z | Compiling rand_chacha v0.3.1 |
| 1530 | 2026-08-25T00:38:42.889Z | Compiling serde_spanned v0.6.9 |
| 1531 | 2026-08-25T00:38:42.919Z | Compiling toml_datetime v0.6.11 |
| 1532 | 2026-08-25T00:38:42.970Z | Compiling sha2 v0.10.9 |
| 1533 | 2026-08-25T00:38:42.978Z | Compiling signature v2.2.0 |
| 1534 | 2026-08-25T00:38:42.978Z | Compiling hmac v0.12.1 |
| 1535 | 2026-08-25T00:38:43.011Z | Compiling http-body-util v0.1.3 |
| 1536 | 2026-08-25T00:38:43.018Z | Compiling rand v0.9.2 |
| 1537 | 2026-08-25T00:38:43.070Z | Compiling rand v0.8.6 |
| 1538 | 2026-08-25T00:38:43.152Z | Compiling dof v0.4.0 |
| 1539 | 2026-08-25T00:38:43.167Z | Compiling pkcs1 v0.7.5 |
| 1540 | 2026-08-25T00:38:43.199Z | Compiling clap v4.6.1 |
| 1541 | 2026-08-25T00:38:43.511Z | Compiling zerocopy v0.6.6 |
| 1542 | 2026-08-25T00:38:43.601Z | Compiling proptest v1.11.0 |
| 1543 | 2026-08-25T00:38:43.622Z | Compiling erased-serde v0.3.31 |
| 1544 | 2026-08-25T00:38:43.639Z | Compiling daft-derive v0.1.8 |
| 1545 | 2026-08-25T00:38:43.838Z | Compiling dtrace-parser v0.3.0 |
| 1546 | 2026-08-25T00:38:43.882Z | Compiling derive_builder_core v0.20.2 |
| 1547 | 2026-08-25T00:38:43.933Z | Compiling flate2 v1.1.9 |
| 1548 | 2026-08-25T00:38:44.320Z | Compiling ipnetwork v0.21.1 |
| 1549 | 2026-08-25T00:38:44.348Z | Compiling scroll_derive v0.12.1 |
| 1550 | 2026-08-25T00:38:44.364Z | Compiling structmeta-derive v0.3.0 |
| 1551 | 2026-08-25T00:38:44.409Z | Compiling crc v3.4.0 |
| 1552 | 2026-08-25T00:38:44.430Z | Compiling smallvec v0.6.14 |
| 1553 | 2026-08-25T00:38:44.449Z | Compiling darling_core v0.23.0 |
| 1554 | 2026-08-25T00:38:44.586Z | Compiling oxnet v0.1.6 |
| 1555 | 2026-08-25T00:38:44.621Z | Compiling heapless v0.7.17 |
| 1556 | 2026-08-25T00:38:44.638Z | Compiling thread-id v5.1.0 |
| 1557 | 2026-08-25T00:38:44.656Z | Compiling env_filter v2.0.0 |
| 1558 | 2026-08-25T00:38:44.693Z | Compiling cookie v0.18.1 |
| 1559 | 2026-08-25T00:38:44.721Z | Compiling unicode-bidi v0.3.18 |
| 1560 | 2026-08-25T00:38:44.735Z | Compiling signal-hook v0.3.18 |
| 1561 | 2026-08-25T00:38:44.777Z | Compiling hashbrown v0.12.3 |
| 1562 | 2026-08-25T00:38:44.819Z | Compiling winnow v0.5.40 |
| 1563 | 2026-08-25T00:38:44.883Z | Compiling base64 v0.21.7 |
| 1564 | 2026-08-25T00:38:44.893Z | Compiling iri-string v0.7.10 |
| 1565 | 2026-08-25T00:38:44.949Z | Compiling gimli v0.32.3 |
| 1566 | 2026-08-25T00:38:44.987Z | Compiling zstd-safe v7.2.4 |
| 1567 | 2026-08-25T00:38:45.009Z | Compiling allocator-api2 v0.2.21 |
| 1568 | 2026-08-25T00:38:45.064Z | Compiling anyhow v1.0.104 |
| 1569 | 2026-08-25T00:38:45.089Z | Compiling ryu v1.0.23 |
| 1570 | 2026-08-25T00:38:45.180Z | Compiling unicode-properties v0.1.4 |
| 1571 | 2026-08-25T00:38:45.210Z | Compiling serde_urlencoded v0.7.1 |
| 1572 | 2026-08-25T00:38:45.296Z | Compiling ron v0.8.1 |
| 1573 | 2026-08-25T00:38:45.321Z | Compiling scroll v0.12.0 |
| 1574 | 2026-08-25T00:38:45.356Z | Compiling stringprep v0.1.5 |
| 1575 | 2026-08-25T00:38:45.488Z | Compiling structmeta v0.3.0 |
| 1576 | 2026-08-25T00:38:45.501Z | Compiling env_logger v0.11.11 |
| 1577 | 2026-08-25T00:38:45.518Z | Compiling derive_builder_macro v0.20.2 |
| 1578 | 2026-08-25T00:38:45.617Z | Compiling rsa v0.9.10 |
| 1579 | 2026-08-25T00:38:45.675Z | Compiling serde-hex v0.1.0 |
| 1580 | 2026-08-25T00:38:45.716Z | Compiling tokio-util v0.7.18 |
| 1581 | 2026-08-25T00:38:45.812Z | Compiling tower v0.5.3 |
| 1582 | 2026-08-25T00:38:45.861Z | Compiling tokio-native-tls v0.3.1 |
| 1583 | 2026-08-25T00:38:46.018Z | Compiling newtype-uuid v1.3.2 |
| 1584 | 2026-08-25T00:38:46.058Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1585 | 2026-08-25T00:38:46.240Z | Compiling tower-http v0.6.8 |
| 1586 | 2026-08-25T00:38:46.269Z | Compiling daft v0.1.8 |
| 1587 | 2026-08-25T00:38:46.269Z | Compiling toml_edit v0.19.15 |
| 1588 | 2026-08-25T00:38:46.305Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1589 | 2026-08-25T00:38:46.450Z | Compiling h2 v0.4.15 |
| 1590 | 2026-08-25T00:38:46.680Z | Compiling addr2line v0.25.1 |
| 1591 | 2026-08-25T00:38:46.724Z | Compiling bzip2 v0.4.4 |
| 1592 | 2026-08-25T00:38:46.740Z | Compiling hashbrown v0.13.2 |
| 1593 | 2026-08-25T00:38:46.787Z | Compiling md-5 v0.10.6 |
| 1594 | 2026-08-25T00:38:46.878Z | Compiling x509-cert v0.2.5 |
| 1595 | 2026-08-25T00:38:46.950Z | Compiling crypto-common v0.2.2 |
| 1596 | 2026-08-25T00:38:46.975Z | Compiling darling_macro v0.23.0 |
| 1597 | 2026-08-25T00:38:46.975Z | Compiling block-buffer v0.12.1 |
| 1598 | 2026-08-25T00:38:47.037Z | Compiling block-padding v0.4.2 |
| 1599 | 2026-08-25T00:38:47.219Z | Compiling rustls-native-certs v0.8.3 |
| 1600 | 2026-08-25T00:38:47.233Z | Compiling serde_tokenstream v0.2.3 |
| 1601 | 2026-08-25T00:38:47.444Z | Compiling camino v1.2.5 |
| 1602 | 2026-08-25T00:38:47.517Z | Compiling bstr v1.12.1 |
| 1603 | 2026-08-25T00:38:47.528Z | Compiling pin-project-internal v1.1.11 |
| 1604 | 2026-08-25T00:38:47.585Z | Compiling async-trait v0.1.89 |
| 1605 | 2026-08-25T00:38:47.706Z | Compiling zerocopy-derive v0.7.35 |
| 1606 | 2026-08-25T00:38:47.749Z | Compiling curve25519-dalek v4.1.3 |
| 1607 | 2026-08-25T00:38:47.841Z | Compiling vergen-lib v9.1.0 |
| 1608 | 2026-08-25T00:38:48.034Z | Compiling hash32 v0.2.1 |
| 1609 | 2026-08-25T00:38:48.104Z | Compiling memoffset v0.9.1 |
| 1610 | 2026-08-25T00:38:48.164Z | Compiling encoding_rs v0.8.35 |
| 1611 | 2026-08-25T00:38:48.252Z | Compiling owo-colors v4.3.0 |
| 1612 | 2026-08-25T00:38:48.311Z | Compiling ref-cast v1.0.25 |
| 1613 | 2026-08-25T00:38:48.505Z | Compiling mime v0.3.17 |
| 1614 | 2026-08-25T00:38:48.595Z | Compiling rustc-demangle v0.1.27 |
| 1615 | 2026-08-25T00:38:48.610Z | Compiling crc-any v2.5.0 |
| 1616 | 2026-08-25T00:38:48.641Z | Compiling psl-types v2.0.11 |
| 1617 | 2026-08-25T00:38:48.652Z | Compiling fallible-iterator v0.2.0 |
| 1618 | 2026-08-25T00:38:48.717Z | Compiling cfg_aliases v0.2.1 |
| 1619 | 2026-08-25T00:38:48.721Z | Compiling litrs v1.0.0 |
| 1620 | 2026-08-25T00:38:48.721Z | Compiling smoltcp v0.9.1 |
| 1621 | 2026-08-25T00:38:48.819Z | Compiling rustix v0.38.44 |
| 1622 | 2026-08-25T00:38:48.829Z | Compiling nix v0.31.2 |
| 1623 | 2026-08-25T00:38:48.862Z | Compiling publicsuffix v2.3.0 |
| 1624 | 2026-08-25T00:38:48.935Z | Compiling backtrace v0.3.76 |
| 1625 | 2026-08-25T00:38:49.014Z | Compiling pin-project v1.1.11 |
| 1626 | 2026-08-25T00:38:49.072Z | Compiling postgres-protocol v0.6.10 |
| 1627 | 2026-08-25T00:38:49.095Z | Compiling zerocopy v0.7.35 |
| 1628 | 2026-08-25T00:38:49.258Z | Compiling toml v0.7.8 |
| 1629 | 2026-08-25T00:38:49.277Z | Compiling darling v0.23.0 |
| 1630 | 2026-08-25T00:38:49.277Z | Compiling inout v0.2.2 |
| 1631 | 2026-08-25T00:38:49.299Z | Compiling object v0.30.4 |
| 1632 | 2026-08-25T00:38:49.333Z | Compiling document-features v0.2.12 |
| 1633 | 2026-08-25T00:38:49.333Z | Compiling zip v0.6.6 |
| 1634 | 2026-08-25T00:38:49.352Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1635 | 2026-08-25T00:38:49.491Z | Compiling derive_builder v0.20.2 |
| 1636 | 2026-08-25T00:38:49.568Z | Compiling derive-ex v0.1.8 |
| 1637 | 2026-08-25T00:38:49.621Z | Compiling hyper v1.10.1 |
| 1638 | 2026-08-25T00:38:49.689Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1639 | 2026-08-25T00:38:49.715Z | Compiling goblin v0.8.2 |
| 1640 | 2026-08-25T00:38:49.879Z | Compiling futures-executor v0.3.32 |
| 1641 | 2026-08-25T00:38:49.930Z | Compiling hubpack_derive v0.1.1 |
| 1642 | 2026-08-25T00:38:49.949Z | Compiling regex v1.12.3 |
| 1643 | 2026-08-25T00:38:50.052Z | Compiling convert_case v0.10.0 |
| 1644 | 2026-08-25T00:38:50.096Z | Compiling strum_macros v0.27.2 |
| 1645 | 2026-08-25T00:38:50.151Z | Compiling ref-cast-impl v1.0.25 |
| 1646 | 2026-08-25T00:38:50.160Z | Compiling snafu-derive v0.8.9 |
| 1647 | 2026-08-25T00:38:50.253Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1648 | 2026-08-25T00:38:50.372Z | Compiling phf_shared v0.13.1 |
| 1649 | 2026-08-25T00:38:50.385Z | Compiling vergen v9.1.0 |
| 1650 | 2026-08-25T00:38:50.405Z | Compiling cargo-platform v0.3.2 |
| 1651 | 2026-08-25T00:38:50.579Z | Compiling ff v0.13.1 |
| 1652 | 2026-08-25T00:38:50.641Z | Compiling fs-err v3.3.0 |
| 1653 | 2026-08-25T00:38:50.678Z | Compiling foldhash v0.2.0 |
| 1654 | 2026-08-25T00:38:50.704Z | Compiling is_ci v1.2.0 |
| 1655 | 2026-08-25T00:38:50.733Z | Compiling either v1.15.0 |
| 1656 | 2026-08-25T00:38:50.749Z | Compiling same-file v1.0.6 |
| 1657 | 2026-08-25T00:38:50.856Z | Compiling hyper-util v0.1.20 |
| 1658 | 2026-08-25T00:38:50.868Z | Compiling base16ct v0.2.0 |
| 1659 | 2026-08-25T00:38:50.922Z | Compiling path-slash v0.1.5 |
| 1660 | 2026-08-25T00:38:50.940Z | Compiling jiff-core v0.1.0 |
| 1661 | 2026-08-25T00:38:50.956Z | Compiling managed v0.8.0 |
| 1662 | 2026-08-25T00:38:50.970Z | Compiling bumpalo v3.20.2 |
| 1663 | 2026-08-25T00:38:51.030Z | Compiling bitflags v1.3.2 |
| 1664 | 2026-08-25T00:38:51.060Z | Compiling foldhash v0.1.5 |
| 1665 | 2026-08-25T00:38:51.075Z | Compiling libbz2-rs-sys v0.2.2 |
| 1666 | 2026-08-25T00:38:51.125Z | Compiling sec1 v0.7.3 |
| 1667 | 2026-08-25T00:38:51.194Z | Compiling hashbrown v0.15.5 |
| 1668 | 2026-08-25T00:38:51.248Z | Compiling zopfli v0.8.3 |
| 1669 | 2026-08-25T00:38:51.285Z | Compiling test-strategy v0.4.5 |
| 1670 | 2026-08-25T00:38:51.428Z | Compiling textwrap v0.16.2 |
| 1671 | 2026-08-25T00:38:51.771Z | Compiling jiff v0.2.34 |
| 1672 | 2026-08-25T00:38:51.781Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1673 | 2026-08-25T00:38:51.906Z | Compiling bzip2 v0.6.1 |
| 1674 | 2026-08-25T00:38:51.927Z | Compiling walkdir v2.5.0 |
| 1675 | 2026-08-25T00:38:52.023Z | Compiling dof v0.3.0 |
| 1676 | 2026-08-25T00:38:52.140Z | Compiling hashbrown v0.16.1 |
| 1677 | 2026-08-25T00:38:52.158Z | Compiling snafu v0.8.9 |
| 1678 | 2026-08-25T00:38:52.165Z | Compiling strum v0.27.2 |
| 1679 | 2026-08-25T00:38:52.218Z | Compiling supports-color v3.0.2 |
| 1680 | 2026-08-25T00:38:52.239Z | Compiling hyper-tls v0.6.0 |
| 1681 | 2026-08-25T00:38:52.338Z | Compiling group v0.13.0 |
| 1682 | 2026-08-25T00:38:52.378Z | Compiling cargo_metadata v0.23.1 |
| 1683 | 2026-08-25T00:38:52.405Z | Compiling reqwest v0.12.28 |
| 1684 | 2026-08-25T00:38:52.521Z | Compiling phf v0.13.1 |
| 1685 | 2026-08-25T00:38:52.539Z | Compiling hubpack v0.1.2 |
| 1686 | 2026-08-25T00:38:52.554Z | Compiling derive_more-impl v2.1.1 |
| 1687 | 2026-08-25T00:38:52.666Z | Compiling futures v0.3.32 |
| 1688 | 2026-08-25T00:38:52.701Z | Compiling signal-hook-mio v0.2.5 |
| 1689 | 2026-08-25T00:38:52.723Z | Compiling cookie_store v0.22.1 |
| 1690 | 2026-08-25T00:38:52.772Z | Compiling zstd v0.13.3 |
| 1691 | 2026-08-25T00:38:52.801Z | Compiling postgres-types v0.2.12 |
| 1692 | 2026-08-25T00:38:52.805Z | Compiling cipher v0.5.2 |
| 1693 | 2026-08-25T00:38:52.829Z | Compiling backtrace-ext v0.2.1 |
| 1694 | 2026-08-25T00:38:53.010Z | Compiling serde_with_macros v3.21.0 |
| 1695 | 2026-08-25T00:38:53.237Z | Compiling globset v0.4.18 |
| 1696 | 2026-08-25T00:38:53.251Z | Compiling usdt-attr-macro v0.6.0 |
| 1697 | 2026-08-25T00:38:53.266Z | Compiling usdt-macro v0.6.0 |
| 1698 | 2026-08-25T00:38:53.361Z | Compiling byte-wrapper v0.1.0 |
| 1699 | 2026-08-25T00:38:53.391Z | Compiling hkdf v0.12.4 |
| 1700 | 2026-08-25T00:38:53.584Z | Compiling ed25519 v2.2.3 |
| 1701 | 2026-08-25T00:38:53.791Z | Compiling crypto-bigint v0.5.5 |
| 1702 | 2026-08-25T00:38:53.799Z | Compiling serde-big-array v0.5.1 |
| 1703 | 2026-08-25T00:38:53.799Z | Compiling serde_plain v1.0.2 |
| 1704 | 2026-08-25T00:38:53.950Z | Compiling olpc-cjson v0.1.4 |
| 1705 | 2026-08-25T00:38:53.968Z | Compiling dtrace-parser v0.2.0 |
| 1706 | 2026-08-25T00:38:53.972Z | Compiling miette-derive v7.6.0 |
| 1707 | 2026-08-25T00:38:54.014Z | Compiling enum-as-inner v0.6.1 |
| 1708 | 2026-08-25T00:38:54.099Z | Compiling async-recursion v1.1.1 |
| 1709 | 2026-08-25T00:38:54.139Z | Compiling serde_repr v0.1.20 |
| 1710 | 2026-08-25T00:38:54.154Z | Compiling strum_macros v0.26.4 |
| 1711 | 2026-08-25T00:38:54.175Z | Compiling phf_shared v0.11.3 |
| 1712 | 2026-08-25T00:38:54.228Z | Compiling float-cmp v0.10.0 |
| 1713 | 2026-08-25T00:38:54.352Z | Compiling pem v3.0.6 |
| 1714 | 2026-08-25T00:38:54.383Z | Compiling thread-id v4.2.2 |
| 1715 | 2026-08-25T00:38:54.397Z | Compiling memmap2 v0.9.10 |
| 1716 | 2026-08-25T00:38:54.482Z | Compiling difflib v0.4.0 |
| 1717 | 2026-08-25T00:38:54.555Z | Compiling whoami v2.1.0 |
| 1718 | 2026-08-25T00:38:54.573Z | Compiling cpufeatures v0.3.0 |
| 1719 | 2026-08-25T00:38:54.638Z | Compiling precomputed-hash v0.1.1 |
| 1720 | 2026-08-25T00:38:54.662Z | Compiling winnow v1.0.3 |
| 1721 | 2026-08-25T00:38:54.709Z | Compiling fixedbitset v0.5.7 |
| 1722 | 2026-08-25T00:38:54.726Z | Compiling keccak v0.1.6 |
| 1723 | 2026-08-25T00:38:54.726Z | Compiling normalize-line-endings v0.3.0 |
| 1724 | 2026-08-25T00:38:54.756Z | Compiling new_debug_unreachable v1.0.6 |
| 1725 | 2026-08-25T00:38:54.774Z | Compiling supports-unicode v3.0.0 |
| 1726 | 2026-08-25T00:38:54.798Z | Compiling typed-path v0.9.3 |
| 1727 | 2026-08-25T00:38:54.839Z | Compiling static_assertions v1.1.0 |
| 1728 | 2026-08-25T00:38:54.854Z | Compiling fixedbitset v0.4.2 |
| 1729 | 2026-08-25T00:38:54.943Z | Compiling data-encoding v2.10.0 |
| 1730 | 2026-08-25T00:38:54.950Z | Compiling const-oid v0.10.2 |
| 1731 | 2026-08-25T00:38:54.962Z | Compiling supports-hyperlinks v3.2.0 |
| 1732 | 2026-08-25T00:38:55.045Z | Compiling predicates-core v1.0.10 |
| 1733 | 2026-08-25T00:38:55.068Z | Compiling petgraph v0.6.5 |
| 1734 | 2026-08-25T00:38:55.101Z | Compiling petgraph v0.8.3 |
| 1735 | 2026-08-25T00:38:55.143Z | Compiling digest v0.11.3 |
| 1736 | 2026-08-25T00:38:55.175Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1737 | 2026-08-25T00:38:55.188Z | Compiling miette v7.6.0 |
| 1738 | 2026-08-25T00:38:55.253Z | Compiling hickory-proto v0.25.2 |
| 1739 | 2026-08-25T00:38:55.385Z | Compiling predicates v3.1.4 |
| 1740 | 2026-08-25T00:38:55.400Z | Compiling sha3 v0.10.8 |
| 1741 | 2026-08-25T00:38:55.496Z | Compiling toml_edit v0.22.27 |
| 1742 | 2026-08-25T00:38:55.688Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1743 | 2026-08-25T00:38:55.784Z | Compiling string_cache v0.8.9 |
| 1744 | 2026-08-25T00:38:55.874Z | Compiling tokio-postgres v0.7.16 |
| 1745 | 2026-08-25T00:38:55.945Z | Compiling elliptic-curve v0.13.8 |
| 1746 | 2026-08-25T00:38:55.960Z | Compiling strum v0.26.3 |
| 1747 | 2026-08-25T00:38:56.031Z | Compiling chacha20 v0.10.0 |
| 1748 | 2026-08-25T00:38:56.051Z | Compiling usdt v0.6.0 |
| 1749 | 2026-08-25T00:38:56.067Z | Compiling usdt-impl v0.5.0 |
| 1750 | 2026-08-25T00:38:56.106Z | Compiling serde_with v3.21.0 |
| 1751 | 2026-08-25T00:38:56.209Z | Compiling zip v4.6.1 |
| 1752 | 2026-08-25T00:38:56.295Z | Compiling crossterm v0.28.1 |
| 1753 | 2026-08-25T00:38:56.335Z | Compiling ed25519-dalek v2.2.0 |
| 1754 | 2026-08-25T00:38:56.368Z | Compiling derive_more v2.1.1 |
| 1755 | 2026-08-25T00:38:56.383Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1756 | 2026-08-25T00:38:56.602Z | Compiling iddqd v0.4.2 |
| 1757 | 2026-08-25T00:38:56.839Z | Compiling itertools v0.15.0 |
| 1758 | 2026-08-25T00:38:56.878Z | Compiling itertools v0.13.0 |
| 1759 | 2026-08-25T00:38:57.066Z | Compiling similar v2.7.0 |
| 1760 | 2026-08-25T00:38:57.101Z | Compiling crossbeam-epoch v0.9.18 |
| 1761 | 2026-08-25T00:38:57.168Z | Compiling oxide-generation v0.1.3 |
| 1762 | 2026-08-25T00:38:57.461Z | Compiling tokio-stream v0.1.18 |
| 1763 | 2026-08-25T00:38:57.502Z | Compiling buf-list v1.1.2 |
| 1764 | 2026-08-25T00:38:57.592Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1765 | 2026-08-25T00:38:57.790Z | Compiling openapiv3 v2.2.0 |
| 1766 | 2026-08-25T00:38:57.905Z | Compiling heck v0.4.1 |
| 1767 | 2026-08-25T00:38:57.924Z | Compiling lalrpop-util v0.19.12 |
| 1768 | 2026-08-25T00:38:57.938Z | Compiling peg-runtime v0.8.5 |
| 1769 | 2026-08-25T00:38:57.938Z | Compiling thread_local v1.1.9 |
| 1770 | 2026-08-25T00:38:57.943Z | Compiling slog-async v2.8.0 |
| 1771 | 2026-08-25T00:38:57.943Z | Compiling crossbeam-channel v0.5.15 |
| 1772 | 2026-08-25T00:38:58.015Z | Compiling filetime v0.2.27 |
| 1773 | 2026-08-25T00:38:58.130Z | Compiling is-terminal v0.4.17 |
| 1774 | 2026-08-25T00:38:58.147Z | Compiling take_mut v0.2.2 |
| 1775 | 2026-08-25T00:38:58.163Z | Compiling term v1.2.1 |
| 1776 | 2026-08-25T00:38:58.168Z | Compiling xattr v1.6.1 |
| 1777 | 2026-08-25T00:38:58.192Z | Compiling camino-tempfile v1.4.1 |
| 1778 | 2026-08-25T00:38:58.320Z | Compiling tar v0.4.46 |
| 1779 | 2026-08-25T00:38:58.436Z | Compiling slog-term v2.9.2 |
| 1780 | 2026-08-25T00:39:15.597Z | Compiling rustls-webpki v0.103.13 |
| 1781 | 2026-08-25T00:39:18.285Z | Compiling tokio-rustls v0.26.4 |
| 1782 | 2026-08-25T00:39:18.285Z | Compiling rustls-platform-verifier v0.6.2 |
| 1783 | 2026-08-25T00:39:18.285Z | Compiling tough v0.22.0 |
| 1784 | 2026-08-25T00:39:18.478Z | Compiling hyper-rustls v0.27.7 |
| 1785 | 2026-08-25T00:39:18.667Z | Compiling reqwest v0.13.2 |
| 1786 | 2026-08-25T00:39:20.858Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1787 | 2026-08-25T00:39:21.076Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1788 | 2026-08-25T00:39:24.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.42s |
| 1789 | 2026-08-25T00:39:24.148Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1790 | 2026-08-25T00:39:24.214Z | Aug 25 00:39:23.437 INFO Starting download, target: Clickhouse |
| 1791 | 2026-08-25T00:39:24.215Z | Aug 25 00:39:23.437 INFO Starting download, target: Cockroach |
| 1792 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.437 INFO Starting download, target: MaghemiteMgd |
| 1793 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.437 INFO Starting download, target: Console |
| 1794 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.437 INFO Starting download, target: DendriteStub |
| 1795 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.437 INFO Starting download, target: MaghemiteDdmd |
| 1796 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.437 INFO Starting download, target: TransceiverControl |
| 1797 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1798 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1799 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1800 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1801 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1802 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1803 | 2026-08-25T00:39:24.231Z | Aug 25 00:39:23.438 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1804 | 2026-08-25T00:39:25.010Z | Aug 25 00:39:24.254 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1805 | 2026-08-25T00:39:25.228Z | Aug 25 00:39:24.470 INFO Download complete, target: TransceiverControl |
| 1806 | 2026-08-25T00:39:26.200Z | Aug 25 00:39:25.456 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1807 | 2026-08-25T00:39:26.457Z | Aug 25 00:39:25.710 INFO Download complete, target: Console |
| 1808 | 2026-08-25T00:39:27.494Z | Aug 25 00:39:26.584 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1809 | 2026-08-25T00:39:27.632Z | Aug 25 00:39:26.861 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1810 | 2026-08-25T00:39:27.809Z | Aug 25 00:39:27.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1811 | 2026-08-25T00:39:29.522Z | Aug 25 00:39:28.714 INFO Download complete, target: MaghemiteDdmd |
| 1812 | 2026-08-25T00:39:29.859Z | Aug 25 00:39:29.103 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1813 | 2026-08-25T00:39:30.263Z | Aug 25 00:39:29.511 INFO Download complete, target: DendriteStub |
| 1814 | 2026-08-25T00:39:32.387Z | Aug 25 00:39:31.609 INFO Download complete, target: MaghemiteMgd |
| 1815 | 2026-08-25T00:39:33.573Z | Aug 25 00:39:32.828 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1816 | 2026-08-25T00:39:33.573Z | Aug 25 00:39:32.828 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1817 | 2026-08-25T00:39:34.191Z | Aug 25 00:39:33.381 INFO Checking that binary works, target: Clickhouse |
| 1818 | 2026-08-25T00:39:34.230Z | Aug 25 00:39:33.477 INFO Download complete, target: Clickhouse |
| 1819 | 2026-08-25T00:39:38.064Z | Aug 25 00:39:37.335 INFO Checking that binary works, target: Cockroach |
| 1820 | 2026-08-25T00:39:38.380Z | Aug 25 00:39:37.458 INFO Download complete, target: Cockroach |
| 1821 | 2026-08-25T00:39:38.394Z | All prerequisites installed successfully |
| 1822 | 2026-08-25T00:39:38.394Z | |
| 1823 | 2026-08-25T00:39:38.394Z | real 1:59.790653189 |
| 1824 | 2026-08-25T00:39:38.394Z | user 7:23.642620362 |
| 1825 | 2026-08-25T00:39:38.394Z | sys 1:45.323553783 |
| 1826 | 2026-08-25T00:39:38.394Z | trap 0.306068465 |
| 1827 | 2026-08-25T00:39:38.394Z | tflt 1.010271547 |
| 1828 | 2026-08-25T00:39:38.394Z | dflt 1.918477157 |
| 1829 | 2026-08-25T00:39:38.394Z | kflt 0.026382826 |
| 1830 | 2026-08-25T00:39:38.394Z | lock 30:41.562604293 |
| 1831 | 2026-08-25T00:39:38.394Z | slp 20:21.618028050 |
| 1832 | 2026-08-25T00:39:38.395Z | lat 30.338351038 |
| 1833 | 2026-08-25T00:39:38.395Z | stop 3:38.303207469 |
| 1834 | 2026-08-25T00:39:38.395Z | + ptime -m cargo xtask download softnpu |
| 1835 | 2026-08-25T00:39:38.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1836 | 2026-08-25T00:39:38.679Z | Running `target/debug/xtask download softnpu` |
| 1837 | 2026-08-25T00:39:39.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1838 | 2026-08-25T00:39:39.560Z | Running `target/debug/xtask-downloader softnpu` |
| 1839 | 2026-08-25T00:39:39.607Z | Aug 25 00:39:38.834 INFO Starting download, target: Softnpu |
| 1840 | 2026-08-25T00:39:39.607Z | Aug 25 00:39:38.835 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1841 | 2026-08-25T00:39:42.788Z | Aug 25 00:39:42.044 INFO Download complete, target: Softnpu |
| 1842 | 2026-08-25T00:39:42.804Z | |
| 1843 | 2026-08-25T00:39:42.804Z | real 4.578159262 |
| 1844 | 2026-08-25T00:39:42.804Z | user 1.363649135 |
| 1845 | 2026-08-25T00:39:42.804Z | sys 0.647828461 |
| 1846 | 2026-08-25T00:39:42.804Z | trap 0.001029050 |
| 1847 | 2026-08-25T00:39:42.804Z | tflt 0.000126990 |
| 1848 | 2026-08-25T00:39:42.804Z | dflt 0.000360930 |
| 1849 | 2026-08-25T00:39:42.804Z | kflt 0.000000000 |
| 1850 | 2026-08-25T00:39:42.805Z | lock 1:02.603987423 |
| 1851 | 2026-08-25T00:39:42.805Z | slp 3.016610625 |
| 1852 | 2026-08-25T00:39:42.805Z | lat 0.143357877 |
| 1853 | 2026-08-25T00:39:42.806Z | stop 0.000214730 |
| 1854 | 2026-08-25T00:39:42.806Z | + export CARGO_INCREMENTAL=0 |
| 1855 | 2026-08-25T00:39:42.806Z | + CARGO_INCREMENTAL=0 |
| 1856 | 2026-08-25T00:39:42.806Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1857 | 2026-08-25T00:39:43.707Z | Compiling proc-macro2 v1.0.106 |
| 1858 | 2026-08-25T00:39:43.711Z | Compiling quote v1.0.45 |
| 1859 | 2026-08-25T00:39:43.711Z | Compiling unicode-ident v1.0.24 |
| 1860 | 2026-08-25T00:39:43.711Z | Compiling serde_core v1.0.228 |
| 1861 | 2026-08-25T00:39:43.712Z | Compiling libc v0.2.185 |
| 1862 | 2026-08-25T00:39:43.726Z | Compiling serde v1.0.228 |
| 1863 | 2026-08-25T00:39:43.726Z | Compiling cfg-if v1.0.4 |
| 1864 | 2026-08-25T00:39:43.730Z | Compiling version_check v0.9.5 |
| 1865 | 2026-08-25T00:39:43.730Z | Compiling autocfg v1.5.0 |
| 1866 | 2026-08-25T00:39:43.730Z | Compiling find-msvc-tools v0.1.9 |
| 1867 | 2026-08-25T00:39:43.731Z | Compiling memchr v2.8.0 |
| 1868 | 2026-08-25T00:39:43.855Z | Compiling shlex v1.3.0 |
| 1869 | 2026-08-25T00:39:43.860Z | Compiling zmij v1.0.21 |
| 1870 | 2026-08-25T00:39:43.860Z | Compiling serde_json v1.0.151 |
| 1871 | 2026-08-25T00:39:44.057Z | Compiling portable-atomic v1.13.1 |
| 1872 | 2026-08-25T00:39:44.100Z | Compiling zerocopy v0.8.55 |
| 1873 | 2026-08-25T00:39:44.145Z | Compiling libm v0.2.16 |
| 1874 | 2026-08-25T00:39:44.158Z | Compiling getrandom v0.4.3 |
| 1875 | 2026-08-25T00:39:44.186Z | Compiling icu_normalizer_data v2.1.1 |
| 1876 | 2026-08-25T00:39:44.300Z | Compiling icu_properties_data v2.1.2 |
| 1877 | 2026-08-25T00:39:44.334Z | Compiling num-traits v0.2.19 |
| 1878 | 2026-08-25T00:39:44.346Z | Compiling generic-array v0.14.7 |
| 1879 | 2026-08-25T00:39:44.423Z | Compiling smallvec v1.15.1 |
| 1880 | 2026-08-25T00:39:44.605Z | Compiling parking_lot_core v0.9.12 |
| 1881 | 2026-08-25T00:39:44.624Z | Compiling itoa v1.0.17 |
| 1882 | 2026-08-25T00:39:44.625Z | Compiling log v0.4.33 |
| 1883 | 2026-08-25T00:39:44.625Z | Compiling pkg-config v0.3.32 |
| 1884 | 2026-08-25T00:39:44.625Z | Compiling subtle v2.6.1 |
| 1885 | 2026-08-25T00:39:44.625Z | Compiling stable_deref_trait v1.2.1 |
| 1886 | 2026-08-25T00:39:44.702Z | Compiling rustix v1.1.4 |
| 1887 | 2026-08-25T00:39:44.723Z | Compiling jobserver v0.1.34 |
| 1888 | 2026-08-25T00:39:44.737Z | Compiling typenum v1.20.1 |
| 1889 | 2026-08-25T00:39:44.737Z | Compiling errno v0.3.14 |
| 1890 | 2026-08-25T00:39:44.760Z | Compiling getrandom v0.3.4 |
| 1891 | 2026-08-25T00:39:44.862Z | Compiling scopeguard v1.2.0 |
| 1892 | 2026-08-25T00:39:44.912Z | Compiling thiserror v2.0.18 |
| 1893 | 2026-08-25T00:39:44.952Z | Compiling cc v1.2.56 |
| 1894 | 2026-08-25T00:39:44.980Z | Compiling lock_api v0.4.14 |
| 1895 | 2026-08-25T00:39:45.064Z | Compiling rand_core v0.10.0 |
| 1896 | 2026-08-25T00:39:45.204Z | Compiling getrandom v0.2.17 |
| 1897 | 2026-08-25T00:39:45.235Z | Compiling syn v2.0.117 |
| 1898 | 2026-08-25T00:39:45.235Z | Compiling schemars v0.8.22 |
| 1899 | 2026-08-25T00:39:45.256Z | Compiling equivalent v1.0.2 |
| 1900 | 2026-08-25T00:39:45.256Z | Compiling critical-section v1.2.0 |
| 1901 | 2026-08-25T00:39:45.273Z | Compiling heck v0.5.0 |
| 1902 | 2026-08-25T00:39:45.299Z | Compiling rand_core v0.6.4 |
| 1903 | 2026-08-25T00:39:45.371Z | Compiling litemap v0.8.1 |
| 1904 | 2026-08-25T00:39:45.420Z | Compiling syn v1.0.109 |
| 1905 | 2026-08-25T00:39:45.452Z | Compiling pin-project-lite v0.2.17 |
| 1906 | 2026-08-25T00:39:45.505Z | Compiling percent-encoding v2.3.2 |
| 1907 | 2026-08-25T00:39:45.545Z | Compiling writeable v0.6.2 |
| 1908 | 2026-08-25T00:39:45.644Z | Compiling rustversion v1.0.22 |
| 1909 | 2026-08-25T00:39:45.703Z | Compiling hashbrown v0.17.0 |
| 1910 | 2026-08-25T00:39:45.714Z | Compiling once_cell v1.21.3 |
| 1911 | 2026-08-25T00:39:45.788Z | Compiling cmake v0.1.57 |
| 1912 | 2026-08-25T00:39:45.822Z | Compiling dunce v1.0.5 |
| 1913 | 2026-08-25T00:39:45.882Z | Compiling fs_extra v1.3.0 |
| 1914 | 2026-08-25T00:39:45.970Z | Compiling byteorder v1.5.0 |
| 1915 | 2026-08-25T00:39:45.982Z | Compiling utf8_iter v1.0.4 |
| 1916 | 2026-08-25T00:39:45.982Z | Compiling strsim v0.11.1 |
| 1917 | 2026-08-25T00:39:46.240Z | Compiling semver v1.0.28 |
| 1918 | 2026-08-25T00:39:46.266Z | Compiling bitflags v2.11.0 |
| 1919 | 2026-08-25T00:39:46.267Z | Compiling indexmap v2.14.0 |
| 1920 | 2026-08-25T00:39:46.267Z | Compiling form_urlencoded v1.2.2 |
| 1921 | 2026-08-25T00:39:46.325Z | Compiling aws-lc-sys v0.40.0 |
| 1922 | 2026-08-25T00:39:46.405Z | Compiling signal-hook-registry v1.4.8 |
| 1923 | 2026-08-25T00:39:46.439Z | Compiling thiserror v1.0.69 |
| 1924 | 2026-08-25T00:39:46.528Z | Compiling parking_lot v0.12.5 |
| 1925 | 2026-08-25T00:39:46.548Z | Compiling socket2 v0.6.3 |
| 1926 | 2026-08-25T00:39:46.548Z | Compiling mio v1.2.0 |
| 1927 | 2026-08-25T00:39:46.790Z | Compiling const-oid v0.9.6 |
| 1928 | 2026-08-25T00:39:46.846Z | Compiling futures-core v0.3.32 |
| 1929 | 2026-08-25T00:39:46.896Z | Compiling aws-lc-rs v1.16.3 |
| 1930 | 2026-08-25T00:39:47.005Z | Compiling fnv v1.0.7 |
| 1931 | 2026-08-25T00:39:47.217Z | Compiling httparse v1.10.1 |
| 1932 | 2026-08-25T00:39:47.244Z | Compiling regex-syntax v0.8.10 |
| 1933 | 2026-08-25T00:39:47.260Z | Compiling crc32fast v1.5.0 |
| 1934 | 2026-08-25T00:39:47.280Z | Compiling iana-time-zone v0.1.65 |
| 1935 | 2026-08-25T00:39:47.327Z | Compiling ucd-trie v0.1.7 |
| 1936 | 2026-08-25T00:39:47.416Z | Compiling vcpkg v0.2.15 |
| 1937 | 2026-08-25T00:39:47.445Z | Compiling ident_case v1.0.1 |
| 1938 | 2026-08-25T00:39:47.510Z | Compiling pest v2.8.6 |
| 1939 | 2026-08-25T00:39:47.576Z | Compiling uuid v1.23.4 |
| 1940 | 2026-08-25T00:39:47.646Z | Compiling rustc_version v0.4.1 |
| 1941 | 2026-08-25T00:39:47.823Z | Compiling futures-sink v0.3.32 |
| 1942 | 2026-08-25T00:39:47.866Z | Compiling rustls v0.23.41 |
| 1943 | 2026-08-25T00:39:47.929Z | Compiling synstructure v0.13.2 |
| 1944 | 2026-08-25T00:39:47.955Z | Compiling serde_derive_internals v0.29.1 |
| 1945 | 2026-08-25T00:39:47.974Z | Compiling openssl-sys v0.9.117 |
| 1946 | 2026-08-25T00:39:48.084Z | Compiling futures-channel v0.3.32 |
| 1947 | 2026-08-25T00:39:48.314Z | Compiling aho-corasick v1.1.4 |
| 1948 | 2026-08-25T00:39:48.344Z | Compiling futures-io v0.3.32 |
| 1949 | 2026-08-25T00:39:48.367Z | Compiling dyn-clone v1.0.20 |
| 1950 | 2026-08-25T00:39:48.390Z | Compiling futures-task v0.3.32 |
| 1951 | 2026-08-25T00:39:48.442Z | Compiling slab v0.4.12 |
| 1952 | 2026-08-25T00:39:48.548Z | Compiling pest_meta v2.8.6 |
| 1953 | 2026-08-25T00:39:48.567Z | Compiling radium v0.7.0 |
| 1954 | 2026-08-25T00:39:48.645Z | Compiling time-core v0.1.8 |
| 1955 | 2026-08-25T00:39:48.645Z | Compiling num-conv v0.2.0 |
| 1956 | 2026-08-25T00:39:48.673Z | Compiling plain v0.2.3 |
| 1957 | 2026-08-25T00:39:48.746Z | Compiling crossbeam-utils v0.8.21 |
| 1958 | 2026-08-25T00:39:48.880Z | Compiling openssl v0.10.80 |
| 1959 | 2026-08-25T00:39:48.891Z | Compiling time-macros v0.2.27 |
| 1960 | 2026-08-25T00:39:48.891Z | Compiling base64 v0.22.1 |
| 1961 | 2026-08-25T00:39:48.891Z | Compiling maybe-uninit v2.0.0 |
| 1962 | 2026-08-25T00:39:48.906Z | Compiling base64ct v1.8.3 |
| 1963 | 2026-08-25T00:39:48.966Z | Compiling pretty-hex v0.4.1 |
| 1964 | 2026-08-25T00:39:49.040Z | Compiling rand_core v0.9.5 |
| 1965 | 2026-08-25T00:39:49.125Z | Compiling pest_generator v2.8.6 |
| 1966 | 2026-08-25T00:39:49.150Z | Compiling regex-automata v0.4.14 |
| 1967 | 2026-08-25T00:39:49.168Z | Compiling pem-rfc7468 v0.7.0 |
| 1968 | 2026-08-25T00:39:49.260Z | Compiling serde_derive v1.0.228 |
| 1969 | 2026-08-25T00:39:49.269Z | Compiling zeroize_derive v1.5.0 |
| 1970 | 2026-08-25T00:39:49.269Z | Compiling zerofrom-derive v0.1.6 |
| 1971 | 2026-08-25T00:39:49.269Z | Compiling yoke-derive v0.8.1 |
| 1972 | 2026-08-25T00:39:49.269Z | Compiling zerocopy-derive v0.8.55 |
| 1973 | 2026-08-25T00:39:49.275Z | Compiling zerovec-derive v0.11.2 |
| 1974 | 2026-08-25T00:39:49.286Z | Compiling displaydoc v0.2.5 |
| 1975 | 2026-08-25T00:39:49.371Z | Compiling tokio-macros v2.7.0 |
| 1976 | 2026-08-25T00:39:49.459Z | Compiling futures-macro v0.3.32 |
| 1977 | 2026-08-25T00:39:49.482Z | Compiling thiserror-impl v2.0.18 |
| 1978 | 2026-08-25T00:39:49.671Z | Compiling schemars_derive v0.8.22 |
| 1979 | 2026-08-25T00:39:49.756Z | Compiling der_derive v0.7.3 |
| 1980 | 2026-08-25T00:39:49.790Z | Compiling tracing-attributes v0.1.31 |
| 1981 | 2026-08-25T00:39:49.803Z | Compiling thiserror-impl v1.0.69 |
| 1982 | 2026-08-25T00:39:49.823Z | Compiling pest_derive v2.8.6 |
| 1983 | 2026-08-25T00:39:50.021Z | Compiling scroll_derive v0.12.1 |
| 1984 | 2026-08-25T00:39:50.103Z | Compiling scroll_derive v0.13.1 |
| 1985 | 2026-08-25T00:39:50.258Z | Compiling slog v2.8.2 |
| 1986 | 2026-08-25T00:39:50.290Z | Compiling futures-util v0.3.32 |
| 1987 | 2026-08-25T00:39:50.358Z | Compiling zerofrom v0.1.6 |
| 1988 | 2026-08-25T00:39:50.410Z | Compiling flagset v0.4.7 |
| 1989 | 2026-08-25T00:39:50.488Z | Compiling openssl-macros v0.1.1 |
| 1990 | 2026-08-25T00:39:50.512Z | Compiling yoke v0.8.1 |
| 1991 | 2026-08-25T00:39:50.569Z | Compiling darling_core v0.23.0 |
| 1992 | 2026-08-25T00:39:50.795Z | Compiling zerovec v0.11.5 |
| 1993 | 2026-08-25T00:39:50.810Z | Compiling zerotrie v0.2.3 |
| 1994 | 2026-08-25T00:39:50.922Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1995 | 2026-08-25T00:39:50.966Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1996 | 2026-08-25T00:39:51.027Z | Compiling ahash v0.8.12 |
| 1997 | 2026-08-25T00:39:51.042Z | Compiling num-bigint-dig v0.8.6 |
| 1998 | 2026-08-25T00:39:51.094Z | Compiling packed_struct v0.10.1 |
| 1999 | 2026-08-25T00:39:51.260Z | Compiling tinystr v0.8.2 |
| 2000 | 2026-08-25T00:39:51.264Z | Compiling potential_utf v0.1.4 |
| 2001 | 2026-08-25T00:39:51.328Z | Compiling paste v1.0.15 |
| 2002 | 2026-08-25T00:39:51.360Z | Compiling native-tls v0.2.18 |
| 2003 | 2026-08-25T00:39:51.374Z | Compiling anyhow v1.0.104 |
| 2004 | 2026-08-25T00:39:51.378Z | Compiling zerocopy-derive v0.7.35 |
| 2005 | 2026-08-25T00:39:51.460Z | Compiling icu_collections v2.1.1 |
| 2006 | 2026-08-25T00:39:51.492Z | Compiling icu_locale_core v2.1.1 |
| 2007 | 2026-08-25T00:39:51.592Z | Compiling regex v1.12.3 |
| 2008 | 2026-08-25T00:39:52.019Z | Compiling tracing-core v0.1.36 |
| 2009 | 2026-08-25T00:39:52.180Z | Compiling icu_provider v2.1.1 |
| 2010 | 2026-08-25T00:39:52.194Z | Compiling cookie v0.18.1 |
| 2011 | 2026-08-25T00:39:52.351Z | Compiling zeroize v1.9.0 |
| 2012 | 2026-08-25T00:39:52.427Z | Compiling bytes v1.11.1 |
| 2013 | 2026-08-25T00:39:52.510Z | Compiling icu_normalizer v2.1.1 |
| 2014 | 2026-08-25T00:39:52.631Z | Compiling icu_properties v2.1.2 |
| 2015 | 2026-08-25T00:39:52.669Z | Compiling chrono v0.4.45 |
| 2016 | 2026-08-25T00:39:52.948Z | Compiling serde_tokenstream v0.2.3 |
| 2017 | 2026-08-25T00:39:53.022Z | Compiling tokio v1.52.1 |
| 2018 | 2026-08-25T00:39:53.082Z | Compiling crypto-common v0.1.7 |
| 2019 | 2026-08-25T00:39:53.140Z | Compiling block-buffer v0.10.4 |
| 2020 | 2026-08-25T00:39:53.305Z | Compiling digest v0.10.7 |
| 2021 | 2026-08-25T00:39:53.317Z | Compiling der v0.7.10 |
| 2022 | 2026-08-25T00:39:53.339Z | Compiling http v1.4.2 |
| 2023 | 2026-08-25T00:39:53.542Z | Compiling idna_adapter v1.2.1 |
| 2024 | 2026-08-25T00:39:53.695Z | Compiling idna v1.1.0 |
| 2025 | 2026-08-25T00:39:53.727Z | Compiling ppv-lite86 v0.2.21 |
| 2026 | 2026-08-25T00:39:53.869Z | Compiling darling_macro v0.23.0 |
| 2027 | 2026-08-25T00:39:53.945Z | Compiling camino v1.2.5 |
| 2028 | 2026-08-25T00:39:54.073Z | Compiling url v2.5.8 |
| 2029 | 2026-08-25T00:39:54.152Z | Compiling spki v0.7.3 |
| 2030 | 2026-08-25T00:39:54.257Z | Compiling rand_chacha v0.9.0 |
| 2031 | 2026-08-25T00:39:54.378Z | Compiling cpufeatures v0.2.17 |
| 2032 | 2026-08-25T00:39:54.393Z | Compiling darling v0.23.0 |
| 2033 | 2026-08-25T00:39:54.424Z | Compiling tracing v0.1.44 |
| 2034 | 2026-08-25T00:39:54.464Z | Compiling rand v0.9.2 |
| 2035 | 2026-08-25T00:39:54.490Z | Compiling serde_spanned v0.6.9 |
| 2036 | 2026-08-25T00:39:54.510Z | Compiling toml_datetime v0.6.11 |
| 2037 | 2026-08-25T00:39:54.654Z | Compiling packed_struct_codegen v0.10.1 |
| 2038 | 2026-08-25T00:39:54.658Z | Compiling bitfield-macros v0.19.4 |
| 2039 | 2026-08-25T00:39:54.770Z | Compiling zerocopy-derive v0.6.6 |
| 2040 | 2026-08-25T00:39:54.836Z | Compiling clap_derive v4.6.1 |
| 2041 | 2026-08-25T00:39:55.077Z | Compiling syn v3.0.3 |
| 2042 | 2026-08-25T00:39:55.197Z | Compiling indexmap v1.9.3 |
| 2043 | 2026-08-25T00:39:55.363Z | Compiling object v0.37.3 |
| 2044 | 2026-08-25T00:39:55.421Z | Compiling simd-adler32 v0.3.8 |
| 2045 | 2026-08-25T00:39:55.467Z | Compiling fastrand v2.3.0 |
| 2046 | 2026-08-25T00:39:55.676Z | Compiling http-body v1.0.1 |
| 2047 | 2026-08-25T00:39:55.694Z | Compiling pkcs8 v0.10.2 |
| 2048 | 2026-08-25T00:39:55.789Z | Compiling rustls-pki-types v1.14.0 |
| 2049 | 2026-08-25T00:39:56.012Z | Compiling spin v0.9.8 |
| 2050 | 2026-08-25T00:39:56.081Z | Compiling usdt-impl v0.5.0 |
| 2051 | 2026-08-25T00:39:56.136Z | Compiling cmov v0.5.4 |
| 2052 | 2026-08-25T00:39:56.315Z | Compiling anstyle v1.0.14 |
| 2053 | 2026-08-25T00:39:56.507Z | Compiling tinyvec_macros v0.1.1 |
| 2054 | 2026-08-25T00:39:56.526Z | Compiling openssl-probe v0.2.1 |
| 2055 | 2026-08-25T00:39:56.548Z | Compiling either v1.15.0 |
| 2056 | 2026-08-25T00:39:56.562Z | Compiling usdt-impl v0.6.0 |
| 2057 | 2026-08-25T00:39:56.581Z | Compiling adler2 v2.0.1 |
| 2058 | 2026-08-25T00:39:56.620Z | Compiling winnow v0.5.40 |
| 2059 | 2026-08-25T00:39:56.672Z | Compiling ref-cast v1.0.25 |
| 2060 | 2026-08-25T00:39:56.708Z | Compiling utf8parse v0.2.2 |
| 2061 | 2026-08-25T00:39:56.753Z | Compiling miniz_oxide v0.8.9 |
| 2062 | 2026-08-25T00:39:56.779Z | Compiling tinyvec v1.10.0 |
| 2063 | 2026-08-25T00:39:56.801Z | Compiling anstyle-parse v1.0.0 |
| 2064 | 2026-08-25T00:39:56.832Z | Compiling tempfile v3.27.0 |
| 2065 | 2026-08-25T00:39:56.848Z | Compiling ctutils v0.4.2 |
| 2066 | 2026-08-25T00:39:56.968Z | Compiling sha2 v0.10.9 |
| 2067 | 2026-08-25T00:39:57.003Z | Compiling tokio-util v0.7.18 |
| 2068 | 2026-08-25T00:39:57.178Z | Compiling scroll v0.13.0 |
| 2069 | 2026-08-25T00:39:57.188Z | Compiling scroll v0.12.0 |
| 2070 | 2026-08-25T00:39:57.190Z | Compiling async-trait v0.1.89 |
| 2071 | 2026-08-25T00:39:57.291Z | Compiling terminal_size v0.4.3 |
| 2072 | 2026-08-25T00:39:57.305Z | Compiling heapless v0.7.17 |
| 2073 | 2026-08-25T00:39:57.468Z | Compiling untrusted v0.7.1 |
| 2074 | 2026-08-25T00:39:57.484Z | Compiling winnow v1.0.3 |
| 2075 | 2026-08-25T00:39:57.502Z | Compiling is_terminal_polyfill v1.70.2 |
| 2076 | 2026-08-25T00:39:57.567Z | Compiling unicode-segmentation v1.12.0 |
| 2077 | 2026-08-25T00:39:57.625Z | Compiling colorchoice v1.0.4 |
| 2078 | 2026-08-25T00:39:57.641Z | Compiling anstyle-query v1.1.5 |
| 2079 | 2026-08-25T00:39:57.759Z | Compiling tower-layer v0.3.3 |
| 2080 | 2026-08-25T00:39:57.772Z | Compiling rustix v0.38.44 |
| 2081 | 2026-08-25T00:39:57.943Z | Compiling toml_edit v0.19.15 |
| 2082 | 2026-08-25T00:39:57.989Z | Compiling try-lock v0.2.5 |
| 2083 | 2026-08-25T00:39:58.004Z | Compiling atomic-waker v1.1.2 |
| 2084 | 2026-08-25T00:39:58.075Z | Compiling winnow v0.7.14 |
| 2085 | 2026-08-25T00:39:58.128Z | Compiling zstd-safe v7.2.4 |
| 2086 | 2026-08-25T00:39:58.150Z | Compiling signal-hook v0.3.18 |
| 2087 | 2026-08-25T00:39:58.165Z | Compiling daft-derive v0.1.8 |
| 2088 | 2026-08-25T00:39:58.253Z | Compiling litrs v1.0.0 |
| 2089 | 2026-08-25T00:39:58.304Z | Compiling tower-service v0.3.3 |
| 2090 | 2026-08-25T00:39:58.378Z | Compiling h2 v0.4.15 |
| 2091 | 2026-08-25T00:39:58.391Z | Compiling want v0.3.1 |
| 2092 | 2026-08-25T00:39:58.423Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2093 | 2026-08-25T00:39:58.552Z | Compiling anstream v1.0.0 |
| 2094 | 2026-08-25T00:39:58.725Z | Compiling document-features v0.2.12 |
| 2095 | 2026-08-25T00:39:58.944Z | Compiling goblin v0.8.2 |
| 2096 | 2026-08-25T00:39:58.994Z | Compiling goblin v0.10.5 |
| 2097 | 2026-08-25T00:39:59.069Z | Compiling hybrid-array v0.4.13 |
| 2098 | 2026-08-25T00:39:59.259Z | Compiling itertools v0.15.0 |
| 2099 | 2026-08-25T00:39:59.559Z | Compiling ipnet v2.12.0 |
| 2100 | 2026-08-25T00:39:59.573Z | Compiling zerocopy v0.7.35 |
| 2101 | 2026-08-25T00:39:59.734Z | Compiling ref-cast-impl v1.0.25 |
| 2102 | 2026-08-25T00:39:59.885Z | Compiling structmeta-derive v0.3.0 |
| 2103 | 2026-08-25T00:39:59.960Z | Compiling curve25519-dalek v4.1.3 |
| 2104 | 2026-08-25T00:39:59.979Z | Compiling darling_core v0.20.11 |
| 2105 | 2026-08-25T00:40:00.101Z | Compiling wait-timeout v0.2.1 |
| 2106 | 2026-08-25T00:40:00.154Z | Compiling memoffset v0.9.1 |
| 2107 | 2026-08-25T00:40:00.227Z | Compiling foreign-types-shared v0.1.1 |
| 2108 | 2026-08-25T00:40:00.308Z | Compiling bit-vec v0.8.0 |
| 2109 | 2026-08-25T00:40:00.384Z | Compiling untrusted v0.9.0 |
| 2110 | 2026-08-25T00:40:00.481Z | Compiling quick-error v1.2.3 |
| 2111 | 2026-08-25T00:40:00.495Z | Compiling httpdate v1.0.3 |
| 2112 | 2026-08-25T00:40:00.528Z | Compiling tap v1.0.1 |
| 2113 | 2026-08-25T00:40:00.557Z | Compiling powerfmt v0.2.0 |
| 2114 | 2026-08-25T00:40:00.597Z | Compiling rusty-fork v0.3.1 |
| 2115 | 2026-08-25T00:40:00.618Z | Compiling bit-set v0.8.0 |
| 2116 | 2026-08-25T00:40:00.632Z | Compiling wyz v0.5.1 |
| 2117 | 2026-08-25T00:40:00.672Z | Compiling foreign-types v0.3.2 |
| 2118 | 2026-08-25T00:40:00.729Z | Compiling deranged v0.5.8 |
| 2119 | 2026-08-25T00:40:00.876Z | Compiling unicode-normalization v0.1.25 |
| 2120 | 2026-08-25T00:40:00.897Z | Compiling structmeta v0.3.0 |
| 2121 | 2026-08-25T00:40:01.060Z | Compiling ipnetwork v0.21.1 |
| 2122 | 2026-08-25T00:40:01.080Z | Compiling dtrace-parser v0.2.0 |
| 2123 | 2026-08-25T00:40:01.125Z | Compiling rand_chacha v0.3.1 |
| 2124 | 2026-08-25T00:40:01.366Z | Compiling dof v0.3.0 |
| 2125 | 2026-08-25T00:40:01.456Z | Compiling signature v2.2.0 |
| 2126 | 2026-08-25T00:40:01.572Z | Compiling hyper v1.10.1 |
| 2127 | 2026-08-25T00:40:01.627Z | Compiling hex v0.4.3 |
| 2128 | 2026-08-25T00:40:01.680Z | Compiling dtrace-parser v0.3.0 |
| 2129 | 2026-08-25T00:40:01.872Z | Compiling dof v0.4.0 |
| 2130 | 2026-08-25T00:40:01.910Z | Compiling rand_xorshift v0.4.0 |
| 2131 | 2026-08-25T00:40:01.957Z | Compiling darling_macro v0.20.11 |
| 2132 | 2026-08-25T00:40:01.974Z | Compiling pin-project-internal v1.1.11 |
| 2133 | 2026-08-25T00:40:02.095Z | Compiling num-integer v0.1.46 |
| 2134 | 2026-08-25T00:40:02.142Z | Compiling thread-id v5.1.0 |
| 2135 | 2026-08-25T00:40:02.241Z | Compiling thread-id v4.2.2 |
| 2136 | 2026-08-25T00:40:02.257Z | Compiling num_threads v0.1.7 |
| 2137 | 2026-08-25T00:40:02.341Z | Compiling unarray v0.1.4 |
| 2138 | 2026-08-25T00:40:02.369Z | Compiling funty v2.0.0 |
| 2139 | 2026-08-25T00:40:02.382Z | Compiling smoltcp v0.9.1 |
| 2140 | 2026-08-25T00:40:02.428Z | Compiling owo-colors v4.3.0 |
| 2141 | 2026-08-25T00:40:02.478Z | Compiling clap_lex v1.0.0 |
| 2142 | 2026-08-25T00:40:02.606Z | Compiling cfg_aliases v0.2.1 |
| 2143 | 2026-08-25T00:40:02.697Z | Compiling nix v0.31.2 |
| 2144 | 2026-08-25T00:40:02.711Z | Compiling bitvec v1.0.1 |
| 2145 | 2026-08-25T00:40:02.716Z | Compiling clap_builder v4.6.0 |
| 2146 | 2026-08-25T00:40:02.716Z | Compiling hyper-util v0.1.20 |
| 2147 | 2026-08-25T00:40:02.799Z | Compiling time v0.3.47 |
| 2148 | 2026-08-25T00:40:02.821Z | Compiling darling v0.20.11 |
| 2149 | 2026-08-25T00:40:02.894Z | Compiling proptest v1.11.0 |
| 2150 | 2026-08-25T00:40:02.912Z | Compiling num-iter v0.1.45 |
| 2151 | 2026-08-25T00:40:03.058Z | Compiling rand v0.8.6 |
| 2152 | 2026-08-25T00:40:03.288Z | Compiling lazy_static v1.5.0 |
| 2153 | 2026-08-25T00:40:03.418Z | Compiling hmac v0.12.1 |
| 2154 | 2026-08-25T00:40:03.659Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2155 | 2026-08-25T00:40:03.680Z | Compiling sync_wrapper v1.0.2 |
| 2156 | 2026-08-25T00:40:03.818Z | Compiling crc-catalog v2.4.0 |
| 2157 | 2026-08-25T00:40:04.079Z | Compiling zlib-rs v0.6.2 |
| 2158 | 2026-08-25T00:40:04.189Z | Compiling siphasher v1.0.2 |
| 2159 | 2026-08-25T00:40:04.249Z | Compiling nodrop v0.1.14 |
| 2160 | 2026-08-25T00:40:04.357Z | Compiling array-init v0.0.4 |
| 2161 | 2026-08-25T00:40:04.378Z | Compiling clap v4.6.1 |
| 2162 | 2026-08-25T00:40:04.468Z | Compiling crc v3.4.0 |
| 2163 | 2026-08-25T00:40:04.713Z | Compiling tower v0.5.3 |
| 2164 | 2026-08-25T00:40:05.045Z | Compiling newtype-uuid v1.3.2 |
| 2165 | 2026-08-25T00:40:05.547Z | Compiling oxnet v0.1.6 |
| 2166 | 2026-08-25T00:40:05.563Z | Compiling smallvec v0.6.14 |
| 2167 | 2026-08-25T00:40:05.623Z | Compiling derive_builder_core v0.20.2 |
| 2168 | 2026-08-25T00:40:05.645Z | Compiling pkcs1 v0.7.5 |
| 2169 | 2026-08-25T00:40:05.715Z | Compiling http-body-util v0.1.3 |
| 2170 | 2026-08-25T00:40:05.825Z | Compiling zerocopy v0.6.6 |
| 2171 | 2026-08-25T00:40:05.838Z | Compiling bitfield v0.19.4 |
| 2172 | 2026-08-25T00:40:05.975Z | Compiling erased-serde v0.3.31 |
| 2173 | 2026-08-25T00:40:06.015Z | Compiling hubpack_derive v0.1.1 |
| 2174 | 2026-08-25T00:40:06.033Z | Compiling snafu-derive v0.8.9 |
| 2175 | 2026-08-25T00:40:06.108Z | Compiling strum_macros v0.27.2 |
| 2176 | 2026-08-25T00:40:06.135Z | Compiling flate2 v1.1.9 |
| 2177 | 2026-08-25T00:40:06.385Z | Compiling strum_macros v0.26.4 |
| 2178 | 2026-08-25T00:40:06.389Z | Compiling env_filter v2.0.0 |
| 2179 | 2026-08-25T00:40:06.432Z | Compiling fs-err v3.3.0 |
| 2180 | 2026-08-25T00:40:06.492Z | Compiling allocator-api2 v0.2.21 |
| 2181 | 2026-08-25T00:40:06.531Z | Compiling gimli v0.32.3 |
| 2182 | 2026-08-25T00:40:06.545Z | Compiling unicode-bidi v0.3.18 |
| 2183 | 2026-08-25T00:40:06.584Z | Compiling unicode-properties v0.1.4 |
| 2184 | 2026-08-25T00:40:06.736Z | Compiling iri-string v0.7.10 |
| 2185 | 2026-08-25T00:40:06.835Z | Compiling hashbrown v0.12.3 |
| 2186 | 2026-08-25T00:40:06.937Z | Compiling ryu v1.0.23 |
| 2187 | 2026-08-25T00:40:07.095Z | Compiling base64 v0.21.7 |
| 2188 | 2026-08-25T00:40:07.117Z | Compiling serde_urlencoded v0.7.1 |
| 2189 | 2026-08-25T00:40:07.329Z | Compiling ron v0.8.1 |
| 2190 | 2026-08-25T00:40:07.408Z | Compiling stringprep v0.1.5 |
| 2191 | 2026-08-25T00:40:07.792Z | Compiling env_logger v0.11.11 |
| 2192 | 2026-08-25T00:40:07.861Z | Compiling tower-http v0.6.8 |
| 2193 | 2026-08-25T00:40:07.954Z | Compiling derive_builder_macro v0.20.2 |
| 2194 | 2026-08-25T00:40:08.123Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2195 | 2026-08-25T00:40:08.155Z | Compiling rsa v0.9.10 |
| 2196 | 2026-08-25T00:40:08.240Z | Compiling addr2line v0.25.1 |
| 2197 | 2026-08-25T00:40:08.292Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2198 | 2026-08-25T00:40:08.424Z | Compiling daft v0.1.8 |
| 2199 | 2026-08-25T00:40:08.462Z | Compiling serde-hex v0.1.0 |
| 2200 | 2026-08-25T00:40:08.576Z | Compiling hashbrown v0.13.2 |
| 2201 | 2026-08-25T00:40:08.668Z | Compiling tokio-native-tls v0.3.1 |
| 2202 | 2026-08-25T00:40:08.720Z | Compiling bzip2 v0.4.4 |
| 2203 | 2026-08-25T00:40:08.744Z | Compiling usdt-macro v0.6.0 |
| 2204 | 2026-08-25T00:40:08.760Z | Compiling usdt-attr-macro v0.6.0 |
| 2205 | 2026-08-25T00:40:08.779Z | Compiling derive-ex v0.1.8 |
| 2206 | 2026-08-25T00:40:08.795Z | Compiling block-buffer v0.12.1 |
| 2207 | 2026-08-25T00:40:08.858Z | Compiling block-padding v0.4.2 |
| 2208 | 2026-08-25T00:40:08.879Z | Compiling crypto-common v0.2.2 |
| 2209 | 2026-08-25T00:40:09.049Z | Compiling convert_case v0.10.0 |
| 2210 | 2026-08-25T00:40:09.198Z | Compiling rustls-native-certs v0.8.3 |
| 2211 | 2026-08-25T00:40:09.323Z | Compiling x509-cert v0.2.5 |
| 2212 | 2026-08-25T00:40:09.499Z | Compiling md-5 v0.10.6 |
| 2213 | 2026-08-25T00:40:09.669Z | Compiling bstr v1.12.1 |
| 2214 | 2026-08-25T00:40:09.808Z | Compiling vergen-lib v9.1.0 |
| 2215 | 2026-08-25T00:40:09.838Z | Compiling hash32 v0.2.1 |
| 2216 | 2026-08-25T00:40:10.047Z | Compiling encoding_rs v0.8.35 |
| 2217 | 2026-08-25T00:40:10.111Z | Compiling cpufeatures v0.3.0 |
| 2218 | 2026-08-25T00:40:10.207Z | Compiling rustc-demangle v0.1.27 |
| 2219 | 2026-08-25T00:40:10.273Z | Compiling unicode-width v0.2.0 |
| 2220 | 2026-08-25T00:40:10.307Z | Compiling mime v0.3.17 |
| 2221 | 2026-08-25T00:40:10.343Z | Compiling psl-types v2.0.11 |
| 2222 | 2026-08-25T00:40:10.386Z | Compiling crc-any v2.5.0 |
| 2223 | 2026-08-25T00:40:10.585Z | Compiling fallible-iterator v0.2.0 |
| 2224 | 2026-08-25T00:40:10.689Z | Compiling publicsuffix v2.3.0 |
| 2225 | 2026-08-25T00:40:10.823Z | Compiling test-strategy v0.4.5 |
| 2226 | 2026-08-25T00:40:10.875Z | Compiling postgres-protocol v0.6.10 |
| 2227 | 2026-08-25T00:40:10.891Z | Compiling backtrace v0.3.76 |
| 2228 | 2026-08-25T00:40:11.419Z | Compiling derive_more-impl v2.1.1 |
| 2229 | 2026-08-25T00:40:11.468Z | Compiling object v0.30.4 |
| 2230 | 2026-08-25T00:40:11.575Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2231 | 2026-08-25T00:40:11.707Z | Compiling inout v0.2.2 |
| 2232 | 2026-08-25T00:40:11.728Z | Compiling zip v0.6.6 |
| 2233 | 2026-08-25T00:40:11.763Z | Compiling hyper-tls v0.6.0 |
| 2234 | 2026-08-25T00:40:11.778Z | Compiling derive_builder v0.20.2 |
| 2235 | 2026-08-25T00:40:11.828Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2236 | 2026-08-25T00:40:11.932Z | Compiling phf_shared v0.13.1 |
| 2237 | 2026-08-25T00:40:11.971Z | Compiling pin-project v1.1.11 |
| 2238 | 2026-08-25T00:40:12.120Z | Compiling toml v0.7.8 |
| 2239 | 2026-08-25T00:40:12.208Z | Compiling heck v0.4.1 |
| 2240 | 2026-08-25T00:40:12.275Z | Compiling serde_with_macros v3.21.0 |
| 2241 | 2026-08-25T00:40:12.290Z | Compiling futures-executor v0.3.32 |
| 2242 | 2026-08-25T00:40:12.562Z | Compiling enum-as-inner v0.6.1 |
| 2243 | 2026-08-25T00:40:12.645Z | Compiling miette-derive v7.6.0 |
| 2244 | 2026-08-25T00:40:12.673Z | Compiling async-recursion v1.1.1 |
| 2245 | 2026-08-25T00:40:12.752Z | Compiling serde_repr v0.1.20 |
| 2246 | 2026-08-25T00:40:12.882Z | Compiling ff v0.13.1 |
| 2247 | 2026-08-25T00:40:12.914Z | Compiling vergen v9.1.0 |
| 2248 | 2026-08-25T00:40:12.975Z | Compiling cargo-platform v0.3.2 |
| 2249 | 2026-08-25T00:40:13.043Z | Compiling foldhash v0.1.5 |
| 2250 | 2026-08-25T00:40:13.071Z | Compiling bitflags v1.3.2 |
| 2251 | 2026-08-25T00:40:13.127Z | Compiling smawk v0.3.2 |
| 2252 | 2026-08-25T00:40:13.162Z | Compiling managed v0.8.0 |
| 2253 | 2026-08-25T00:40:13.233Z | Compiling path-slash v0.1.5 |
| 2254 | 2026-08-25T00:40:13.253Z | Compiling jiff-core v0.1.0 |
| 2255 | 2026-08-25T00:40:13.289Z | Compiling is_ci v1.2.0 |
| 2256 | 2026-08-25T00:40:13.321Z | Compiling same-file v1.0.6 |
| 2257 | 2026-08-25T00:40:13.377Z | Compiling bumpalo v3.20.2 |
| 2258 | 2026-08-25T00:40:13.438Z | Compiling libbz2-rs-sys v0.2.2 |
| 2259 | 2026-08-25T00:40:13.580Z | Compiling unicode-linebreak v0.1.5 |
| 2260 | 2026-08-25T00:40:13.638Z | Compiling foldhash v0.2.0 |
| 2261 | 2026-08-25T00:40:13.680Z | Compiling base16ct v0.2.0 |
| 2262 | 2026-08-25T00:40:13.788Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2263 | 2026-08-25T00:40:13.849Z | Compiling sec1 v0.7.3 |
| 2264 | 2026-08-25T00:40:13.882Z | Compiling bzip2 v0.6.1 |
| 2265 | 2026-08-25T00:40:13.887Z | Compiling hashbrown v0.16.1 |
| 2266 | 2026-08-25T00:40:13.922Z | Compiling textwrap v0.16.2 |
| 2267 | 2026-08-25T00:40:14.036Z | Compiling jiff v0.2.34 |
| 2268 | 2026-08-25T00:40:14.155Z | Compiling zopfli v0.8.3 |
| 2269 | 2026-08-25T00:40:14.219Z | Compiling walkdir v2.5.0 |
| 2270 | 2026-08-25T00:40:14.237Z | Compiling supports-color v3.0.2 |
| 2271 | 2026-08-25T00:40:14.328Z | Compiling hashbrown v0.15.5 |
| 2272 | 2026-08-25T00:40:14.422Z | Compiling cargo_metadata v0.23.1 |
| 2273 | 2026-08-25T00:40:14.460Z | Compiling group v0.13.0 |
| 2274 | 2026-08-25T00:40:14.763Z | Compiling futures v0.3.32 |
| 2275 | 2026-08-25T00:40:15.016Z | Compiling phf v0.13.1 |
| 2276 | 2026-08-25T00:40:15.161Z | Compiling snafu v0.8.9 |
| 2277 | 2026-08-25T00:40:15.203Z | Compiling reqwest v0.12.28 |
| 2278 | 2026-08-25T00:40:15.409Z | Compiling cipher v0.5.2 |
| 2279 | 2026-08-25T00:40:15.517Z | Compiling signal-hook-mio v0.2.5 |
| 2280 | 2026-08-25T00:40:15.549Z | Compiling cookie_store v0.22.1 |
| 2281 | 2026-08-25T00:40:15.744Z | Compiling backtrace-ext v0.2.1 |
| 2282 | 2026-08-25T00:40:15.757Z | Compiling postgres-types v0.2.12 |
| 2283 | 2026-08-25T00:40:15.757Z | Compiling zstd v0.13.3 |
| 2284 | 2026-08-25T00:40:15.764Z | Compiling globset v0.4.18 |
| 2285 | 2026-08-25T00:40:15.907Z | Compiling strum v0.27.2 |
| 2286 | 2026-08-25T00:40:15.974Z | Compiling hubpack v0.1.2 |
| 2287 | 2026-08-25T00:40:16.055Z | Compiling phf_shared v0.11.3 |
| 2288 | 2026-08-25T00:40:16.068Z | Compiling hkdf v0.12.4 |
| 2289 | 2026-08-25T00:40:16.071Z | Compiling crossbeam-epoch v0.9.18 |
| 2290 | 2026-08-25T00:40:16.185Z | Compiling byte-wrapper v0.1.0 |
| 2291 | 2026-08-25T00:40:16.205Z | Compiling ed25519 v2.2.3 |
| 2292 | 2026-08-25T00:40:16.221Z | Compiling olpc-cjson v0.1.4 |
| 2293 | 2026-08-25T00:40:16.454Z | Compiling crypto-bigint v0.5.5 |
| 2294 | 2026-08-25T00:40:16.472Z | Compiling serde-big-array v0.5.1 |
| 2295 | 2026-08-25T00:40:16.500Z | Compiling serde_plain v1.0.2 |
| 2296 | 2026-08-25T00:40:16.515Z | Compiling pem v3.0.6 |
| 2297 | 2026-08-25T00:40:16.579Z | Compiling float-cmp v0.10.0 |
| 2298 | 2026-08-25T00:40:16.626Z | Compiling memmap2 v0.9.10 |
| 2299 | 2026-08-25T00:40:16.645Z | Compiling const-oid v0.10.2 |
| 2300 | 2026-08-25T00:40:16.702Z | Compiling keccak v0.1.6 |
| 2301 | 2026-08-25T00:40:16.743Z | Compiling predicates-core v1.0.10 |
| 2302 | 2026-08-25T00:40:16.820Z | Compiling static_assertions v1.1.0 |
| 2303 | 2026-08-25T00:40:16.849Z | Compiling toml_write v0.1.2 |
| 2304 | 2026-08-25T00:40:16.908Z | Compiling difflib v0.4.0 |
| 2305 | 2026-08-25T00:40:16.921Z | Compiling new_debug_unreachable v1.0.6 |
| 2306 | 2026-08-25T00:40:16.938Z | Compiling precomputed-hash v0.1.1 |
| 2307 | 2026-08-25T00:40:17.008Z | Compiling normalize-line-endings v0.3.0 |
| 2308 | 2026-08-25T00:40:17.023Z | Compiling supports-hyperlinks v3.2.0 |
| 2309 | 2026-08-25T00:40:17.039Z | Compiling fixedbitset v0.4.2 |
| 2310 | 2026-08-25T00:40:17.072Z | Compiling fixedbitset v0.5.7 |
| 2311 | 2026-08-25T00:40:17.124Z | Compiling supports-unicode v3.0.0 |
| 2312 | 2026-08-25T00:40:17.249Z | Compiling typed-path v0.9.3 |
| 2313 | 2026-08-25T00:40:17.265Z | Compiling unicode-width v0.1.14 |
| 2314 | 2026-08-25T00:40:17.285Z | Compiling whoami v2.1.0 |
| 2315 | 2026-08-25T00:40:17.288Z | Compiling data-encoding v2.10.0 |
| 2316 | 2026-08-25T00:40:17.365Z | Compiling elliptic-curve v0.13.8 |
| 2317 | 2026-08-25T00:40:17.379Z | Compiling petgraph v0.8.3 |
| 2318 | 2026-08-25T00:40:17.424Z | Compiling chacha20 v0.10.0 |
| 2319 | 2026-08-25T00:40:17.549Z | Compiling tokio-postgres v0.7.16 |
| 2320 | 2026-08-25T00:40:17.566Z | Compiling miette v7.6.0 |
| 2321 | 2026-08-25T00:40:17.630Z | Compiling hickory-proto v0.25.2 |
| 2322 | 2026-08-25T00:40:17.751Z | Compiling petgraph v0.6.5 |
| 2323 | 2026-08-25T00:40:17.850Z | Compiling predicates v3.1.4 |
| 2324 | 2026-08-25T00:40:18.079Z | Compiling string_cache v0.8.9 |
| 2325 | 2026-08-25T00:40:18.221Z | Compiling toml_edit v0.22.27 |
| 2326 | 2026-08-25T00:40:18.390Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2327 | 2026-08-25T00:40:18.536Z | Compiling sha3 v0.10.8 |
| 2328 | 2026-08-25T00:40:18.572Z | Compiling digest v0.11.3 |
| 2329 | 2026-08-25T00:40:18.584Z | Compiling usdt v0.6.0 |
| 2330 | 2026-08-25T00:40:19.297Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2331 | 2026-08-25T00:40:19.666Z | Compiling ed25519-dalek v2.2.0 |
| 2332 | 2026-08-25T00:40:19.843Z | Compiling zip v4.6.1 |
| 2333 | 2026-08-25T00:40:20.276Z | Compiling crossterm v0.28.1 |
| 2334 | 2026-08-25T00:40:20.616Z | Compiling iddqd v0.4.2 |
| 2335 | 2026-08-25T00:40:20.783Z | Compiling oxide-generation v0.1.3 |
| 2336 | 2026-08-25T00:40:20.823Z | Compiling serde_with v3.21.0 |
| 2337 | 2026-08-25T00:40:20.904Z | Compiling derive_more v2.1.1 |
| 2338 | 2026-08-25T00:40:21.028Z | Compiling similar v2.7.0 |
| 2339 | 2026-08-25T00:40:21.115Z | Compiling strum v0.26.3 |
| 2340 | 2026-08-25T00:40:21.278Z | Compiling tokio-stream v0.1.18 |
| 2341 | 2026-08-25T00:40:21.389Z | Compiling buf-list v1.1.2 |
| 2342 | 2026-08-25T00:40:21.503Z | Compiling itertools v0.13.0 |
| 2343 | 2026-08-25T00:40:21.541Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2344 | 2026-08-25T00:40:21.648Z | Compiling openapiv3 v2.2.0 |
| 2345 | 2026-08-25T00:40:22.451Z | Compiling peg-runtime v0.8.5 |
| 2346 | 2026-08-25T00:40:22.570Z | Compiling lalrpop-util v0.19.12 |
| 2347 | 2026-08-25T00:40:37.340Z | Compiling rustls-webpki v0.103.13 |
| 2348 | 2026-08-25T00:40:40.614Z | Compiling tokio-rustls v0.26.4 |
| 2349 | 2026-08-25T00:40:40.630Z | Compiling rustls-platform-verifier v0.6.2 |
| 2350 | 2026-08-25T00:40:40.687Z | Compiling tough v0.22.0 |
| 2351 | 2026-08-25T00:40:40.859Z | Compiling hyper-rustls v0.27.7 |
| 2352 | 2026-08-25T00:40:41.189Z | Compiling reqwest v0.13.2 |
| 2353 | 2026-08-25T00:40:44.080Z | Compiling macaddr v1.0.1 |
| 2354 | 2026-08-25T00:40:44.142Z | Compiling crucible-workspace-hack v0.1.0 |
| 2355 | 2026-08-25T00:40:44.227Z | Compiling rayon-core v1.13.0 |
| 2356 | 2026-08-25T00:40:44.248Z | Compiling secrecy v0.10.3 |
| 2357 | 2026-08-25T00:40:44.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2358 | 2026-08-25T00:40:44.378Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2359 | 2026-08-25T00:40:44.438Z | Compiling heapless v0.8.0 |
| 2360 | 2026-08-25T00:40:44.487Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2361 | 2026-08-25T00:40:44.510Z | Compiling crossbeam-deque v0.8.6 |
| 2362 | 2026-08-25T00:40:44.545Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2363 | 2026-08-25T00:40:44.626Z | Compiling ingot-macros v0.2.0 |
| 2364 | 2026-08-25T00:40:44.663Z | Compiling inout v0.1.4 |
| 2365 | 2026-08-25T00:40:44.680Z | Compiling hash32 v0.3.1 |
| 2366 | 2026-08-25T00:40:44.710Z | Compiling multer v3.1.0 |
| 2367 | 2026-08-25T00:40:44.757Z | Compiling thread_local v1.1.9 |
| 2368 | 2026-08-25T00:40:44.776Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2369 | 2026-08-25T00:40:44.791Z | Compiling compression-core v0.4.31 |
| 2370 | 2026-08-25T00:40:44.865Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2371 | 2026-08-25T00:40:44.934Z | Compiling smoltcp v0.11.0 |
| 2372 | 2026-08-25T00:40:44.952Z | Compiling match_cfg v0.1.0 |
| 2373 | 2026-08-25T00:40:44.968Z | Compiling slog-async v2.8.0 |
| 2374 | 2026-08-25T00:40:45.044Z | Compiling hostname v0.3.1 |
| 2375 | 2026-08-25T00:40:45.061Z | Compiling compression-codecs v0.4.37 |
| 2376 | 2026-08-25T00:40:45.112Z | Compiling cipher v0.4.4 |
| 2377 | 2026-08-25T00:40:45.152Z | Compiling proc-macro-crate v3.4.0 |
| 2378 | 2026-08-25T00:40:45.285Z | Compiling atomicwrites v0.4.4 |
| 2379 | 2026-08-25T00:40:45.315Z | Compiling slog-json v2.6.1 |
| 2380 | 2026-08-25T00:40:45.340Z | Compiling crossbeam-channel v0.5.15 |
| 2381 | 2026-08-25T00:40:45.389Z | Compiling half v2.7.1 |
| 2382 | 2026-08-25T00:40:45.437Z | Compiling newtype-uuid-macros v0.1.0 |
| 2383 | 2026-08-25T00:40:45.501Z | Compiling universal-hash v0.5.1 |
| 2384 | 2026-08-25T00:40:45.521Z | Compiling cobs v0.3.0 |
| 2385 | 2026-08-25T00:40:45.593Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2386 | 2026-08-25T00:40:45.610Z | Compiling async-stream-impl v0.3.6 |
| 2387 | 2026-08-25T00:40:45.612Z | Compiling serde_spanned v1.1.1 |
| 2388 | 2026-08-25T00:40:45.670Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2389 | 2026-08-25T00:40:45.771Z | Compiling is-terminal v0.4.17 |
| 2390 | 2026-08-25T00:40:45.801Z | Compiling dropshot v0.17.1 |
| 2391 | 2026-08-25T00:40:45.827Z | Compiling proc-macro-error-attr v1.0.4 |
| 2392 | 2026-08-25T00:40:45.899Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2393 | 2026-08-25T00:40:46.026Z | Compiling term v1.2.1 |
| 2394 | 2026-08-25T00:40:46.049Z | Compiling take_mut v0.2.2 |
| 2395 | 2026-08-25T00:40:46.052Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2396 | 2026-08-25T00:40:46.112Z | Compiling opaque-debug v0.3.1 |
| 2397 | 2026-08-25T00:40:46.127Z | Compiling convert_case v0.4.0 |
| 2398 | 2026-08-25T00:40:46.174Z | Compiling ciborium-io v0.2.2 |
| 2399 | 2026-08-25T00:40:46.190Z | Compiling poly1305 v0.8.0 |
| 2400 | 2026-08-25T00:40:46.205Z | Compiling async-stream v0.3.6 |
| 2401 | 2026-08-25T00:40:46.218Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2402 | 2026-08-25T00:40:46.305Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2403 | 2026-08-25T00:40:46.379Z | Compiling slog-term v2.9.2 |
| 2404 | 2026-08-25T00:40:46.413Z | Compiling ciborium-ll v0.2.2 |
| 2405 | 2026-08-25T00:40:46.454Z | Compiling derive_more v0.99.20 |
| 2406 | 2026-08-25T00:40:46.618Z | Compiling postcard v1.1.3 |
| 2407 | 2026-08-25T00:40:46.635Z | Compiling thiserror-no-std v2.0.2 |
| 2408 | 2026-08-25T00:40:46.701Z | Compiling num_enum_derive v0.7.6 |
| 2409 | 2026-08-25T00:40:46.750Z | Compiling slog-bunyan v2.5.0 |
| 2410 | 2026-08-25T00:40:46.842Z | Compiling chacha20 v0.9.1 |
| 2411 | 2026-08-25T00:40:46.954Z | Compiling async-compression v0.4.41 |
| 2412 | 2026-08-25T00:40:47.021Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2413 | 2026-08-25T00:40:47.136Z | Compiling sha1 v0.11.0 |
| 2414 | 2026-08-25T00:40:47.306Z | Compiling ingot-types v0.2.0 |
| 2415 | 2026-08-25T00:40:47.438Z | Compiling parse-display-derive v0.10.0 |
| 2416 | 2026-08-25T00:40:47.610Z | Compiling proc-macro-crate v1.3.1 |
| 2417 | 2026-08-25T00:40:47.633Z | Compiling waitgroup v0.1.2 |
| 2418 | 2026-08-25T00:40:47.649Z | Compiling rustls-pemfile v2.2.0 |
| 2419 | 2026-08-25T00:40:47.652Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2420 | 2026-08-25T00:40:47.803Z | Compiling ingot v0.2.1 |
| 2421 | 2026-08-25T00:40:47.818Z | Compiling backon v1.6.0 |
| 2422 | 2026-08-25T00:40:47.835Z | Compiling blake2 v0.10.6 |
| 2423 | 2026-08-25T00:40:47.952Z | Compiling dropshot_endpoint v0.17.1 |
| 2424 | 2026-08-25T00:40:47.967Z | Compiling aead v0.5.2 |
| 2425 | 2026-08-25T00:40:48.134Z | Compiling password-hash v0.5.0 |
| 2426 | 2026-08-25T00:40:48.143Z | Compiling foreign-types-macros v0.2.3 |
| 2427 | 2026-08-25T00:40:48.195Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2428 | 2026-08-25T00:40:48.360Z | Compiling serde_path_to_error v0.1.20 |
| 2429 | 2026-08-25T00:40:48.485Z | Compiling hostname v0.4.2 |
| 2430 | 2026-08-25T00:40:48.610Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2431 | 2026-08-25T00:40:48.627Z | Compiling proc-macro-error v1.0.4 |
| 2432 | 2026-08-25T00:40:48.669Z | Compiling instant v0.1.13 |
| 2433 | 2026-08-25T00:40:48.717Z | Compiling debug-ignore v1.0.5 |
| 2434 | 2026-08-25T00:40:48.733Z | Compiling foreign-types-shared v0.3.1 |
| 2435 | 2026-08-25T00:40:48.809Z | Compiling backoff v0.4.0 |
| 2436 | 2026-08-25T00:40:48.825Z | Compiling foreign-types v0.5.0 |
| 2437 | 2026-08-25T00:40:48.858Z | Compiling argon2 v0.5.3 |
| 2438 | 2026-08-25T00:40:48.858Z | Compiling chacha20poly1305 v0.10.1 |
| 2439 | 2026-08-25T00:40:48.901Z | Compiling num_enum_derive v0.5.11 |
| 2440 | 2026-08-25T00:40:48.918Z | Compiling parse-display v0.10.0 |
| 2441 | 2026-08-25T00:40:48.932Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2442 | 2026-08-25T00:40:48.995Z | Compiling num_enum v0.7.6 |
| 2443 | 2026-08-25T00:40:49.051Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2444 | 2026-08-25T00:40:49.070Z | Compiling vsss-rs v3.3.4 |
| 2445 | 2026-08-25T00:40:49.073Z | Compiling ciborium v0.2.2 |
| 2446 | 2026-08-25T00:40:49.425Z | Compiling regress v0.10.5 |
| 2447 | 2026-08-25T00:40:49.483Z | Compiling itertools v0.14.0 |
| 2448 | 2026-08-25T00:40:49.499Z | Compiling tabwriter v1.4.1 |
| 2449 | 2026-08-25T00:40:49.526Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2450 | 2026-08-25T00:40:49.722Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2451 | 2026-08-25T00:40:49.835Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2452 | 2026-08-25T00:40:49.850Z | Compiling cstr-argument v0.1.2 |
| 2453 | 2026-08-25T00:40:49.928Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2454 | 2026-08-25T00:40:49.984Z | Compiling humantime v2.3.0 |
| 2455 | 2026-08-25T00:40:49.998Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2456 | 2026-08-25T00:40:50.042Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2457 | 2026-08-25T00:40:50.072Z | Compiling num_enum v0.5.11 |
| 2458 | 2026-08-25T00:40:50.153Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2459 | 2026-08-25T00:40:50.172Z | Compiling rayon v1.11.0 |
| 2460 | 2026-08-25T00:40:50.218Z | Compiling rand v0.10.1 |
| 2461 | 2026-08-25T00:40:50.346Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2462 | 2026-08-25T00:40:50.409Z | Compiling libefi-sys v0.1.0 |
| 2463 | 2026-08-25T00:40:50.421Z | Compiling colored v3.1.1 |
| 2464 | 2026-08-25T00:40:50.421Z | Compiling indent_write v2.2.0 |
| 2465 | 2026-08-25T00:40:50.454Z | Compiling zone_cfg_derive v0.3.1 |
| 2466 | 2026-08-25T00:40:50.458Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2467 | 2026-08-25T00:40:50.609Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2468 | 2026-08-25T00:40:50.651Z | Compiling camino-tempfile v1.4.1 |
| 2469 | 2026-08-25T00:40:50.654Z | Compiling itertools v0.12.1 |
| 2470 | 2026-08-25T00:40:50.685Z | Compiling usdt-attr-macro v0.5.0 |
| 2471 | 2026-08-25T00:40:50.712Z | Compiling usdt-macro v0.5.0 |
| 2472 | 2026-08-25T00:40:51.037Z | Compiling num-derive v0.4.2 |
| 2473 | 2026-08-25T00:40:51.052Z | Compiling bitfield-struct v0.6.2 |
| 2474 | 2026-08-25T00:40:51.072Z | Compiling blake3 v1.8.5 |
| 2475 | 2026-08-25T00:40:51.088Z | Compiling sigpipe v0.1.3 |
| 2476 | 2026-08-25T00:40:51.106Z | Compiling memmap v0.7.0 |
| 2477 | 2026-08-25T00:40:51.211Z | Compiling swrite v0.1.0 |
| 2478 | 2026-08-25T00:40:51.303Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2479 | 2026-08-25T00:40:51.341Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2480 | 2026-08-25T00:40:51.365Z | Compiling glob v0.3.3 |
| 2481 | 2026-08-25T00:40:51.432Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2482 | 2026-08-25T00:40:51.473Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2483 | 2026-08-25T00:40:51.493Z | Compiling usdt v0.5.0 |
| 2484 | 2026-08-25T00:40:51.669Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2485 | 2026-08-25T00:40:51.710Z | Compiling smf v0.2.3 |
| 2486 | 2026-08-25T00:40:51.794Z | Compiling filetime v0.2.27 |
| 2487 | 2026-08-25T00:40:51.896Z | Compiling arrayref v0.3.9 |
| 2488 | 2026-08-25T00:40:51.925Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2489 | 2026-08-25T00:40:51.957Z | Compiling arrayvec v0.7.6 |
| 2490 | 2026-08-25T00:40:51.990Z | Compiling whoami v1.6.1 |
| 2491 | 2026-08-25T00:40:52.004Z | Compiling xattr v1.6.1 |
| 2492 | 2026-08-25T00:40:52.020Z | Compiling zone v0.3.1 |
| 2493 | 2026-08-25T00:40:52.035Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2494 | 2026-08-25T00:40:52.198Z | Compiling constant_time_eq v0.4.2 |
| 2495 | 2026-08-25T00:40:52.212Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2496 | 2026-08-25T00:40:52.212Z | Compiling tar v0.4.46 |
| 2497 | 2026-08-25T00:40:52.225Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2498 | 2026-08-25T00:40:52.235Z | Compiling tokio-dtrace v0.1.1 |
| 2499 | 2026-08-25T00:40:52.336Z | Compiling gethostname v0.5.0 |
| 2500 | 2026-08-25T00:40:52.375Z | Compiling console v0.16.2 |
| 2501 | 2026-08-25T00:40:52.485Z | Compiling topological-sort v0.2.2 |
| 2502 | 2026-08-25T00:40:52.498Z | Compiling unit-prefix v0.5.2 |
| 2503 | 2026-08-25T00:40:52.583Z | Compiling oxide-tokio-rt v0.1.4 |
| 2504 | 2026-08-25T00:40:52.598Z | Compiling toml v0.8.23 |
| 2505 | 2026-08-25T00:40:52.668Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2506 | 2026-08-25T00:40:52.824Z | Compiling indicatif v0.18.4 |
| 2507 | 2026-08-25T00:40:52.859Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2508 | 2026-08-25T00:40:53.002Z | Compiling shell-words v1.1.1 |
| 2509 | 2026-08-25T00:41:02.132Z | Compiling progenitor-client v0.14.0 |
| 2510 | 2026-08-25T00:41:02.132Z | Compiling omicron-zone-package v0.12.3 |
| 2511 | 2026-08-25T00:41:02.367Z | Compiling progenitor-extras v0.2.0 |
| 2512 | 2026-08-25T00:41:02.657Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2513 | 2026-08-25T00:41:02.685Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2514 | 2026-08-25T00:41:02.787Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2515 | 2026-08-25T00:41:02.806Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2516 | 2026-08-25T00:41:02.834Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2517 | 2026-08-25T00:41:02.903Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2518 | 2026-08-25T00:41:02.989Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2519 | 2026-08-25T00:41:03.112Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2520 | 2026-08-25T00:41:04.025Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2521 | 2026-08-25T00:41:07.491Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2522 | 2026-08-25T00:41:16.524Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2523 | 2026-08-25T00:41:19.790Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-08-25T00:41:20.861Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2525 | 2026-08-25T00:41:31.297Z | Finished `release` profile [optimized] target(s) in 1m 48s |
| 2526 | 2026-08-25T00:41:31.444Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2527 | 2026-08-25T00:41:31.505Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2528 | 2026-08-25T00:41:31.508Z | Created new build target 'test' and set it as active |
| 2529 | 2026-08-25T00:41:31.508Z | |
| 2530 | 2026-08-25T00:41:31.508Z | real 1:48.730377358 |
| 2531 | 2026-08-25T00:41:31.508Z | user 17:54.565454405 |
| 2532 | 2026-08-25T00:41:31.508Z | sys 2:47.643557627 |
| 2533 | 2026-08-25T00:41:31.508Z | trap 0.507849270 |
| 2534 | 2026-08-25T00:41:31.508Z | tflt 2.583665731 |
| 2535 | 2026-08-25T00:41:31.509Z | dflt 4.809362250 |
| 2536 | 2026-08-25T00:41:31.509Z | kflt 0.001245981 |
| 2537 | 2026-08-25T00:41:31.509Z | lock 58:48.811563950 |
| 2538 | 2026-08-25T00:41:31.509Z | slp 46:12.572764108 |
| 2539 | 2026-08-25T00:41:31.509Z | lat 48.006527828 |
| 2540 | 2026-08-25T00:41:31.509Z | stop 5:48.000399078 |
| 2541 | 2026-08-25T00:41:31.512Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2542 | 2026-08-25T00:41:32.398Z | Finished `release` profile [optimized] target(s) in 0.87s |
| 2543 | 2026-08-25T00:41:32.468Z | Running `target/release/omicron-package -t test package` |
| 2544 | 2026-08-25T00:41:32.522Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2545 | 2026-08-25T00:41:33.997Z | Compiling heck v0.5.0 |
| 2546 | 2026-08-25T00:41:33.997Z | Compiling regress v0.11.1 |
| 2547 | 2026-08-25T00:41:34.199Z | Compiling unsafe-libyaml v0.2.11 |
| 2548 | 2026-08-25T00:41:34.260Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2549 | 2026-08-25T00:41:34.292Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2550 | 2026-08-25T00:41:34.293Z | Compiling derive-where v1.6.0 |
| 2551 | 2026-08-25T00:41:34.296Z | Compiling bytecount v0.6.9 |
| 2552 | 2026-08-25T00:41:34.337Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2553 | 2026-08-25T00:41:34.358Z | Compiling atomicwrites v0.4.4 |
| 2554 | 2026-08-25T00:41:34.361Z | Compiling is-terminal v0.4.17 |
| 2555 | 2026-08-25T00:41:34.361Z | Compiling prettyplease v0.2.37 |
| 2556 | 2026-08-25T00:41:34.362Z | Compiling newline-converter v0.3.0 |
| 2557 | 2026-08-25T00:41:34.441Z | Compiling console v0.15.11 |
| 2558 | 2026-08-25T00:41:34.462Z | Compiling slog-dtrace v0.3.0 |
| 2559 | 2026-08-25T00:41:34.564Z | Compiling cancel-safe-futures v0.1.5 |
| 2560 | 2026-08-25T00:41:34.564Z | Compiling resolv-conf v0.7.6 |
| 2561 | 2026-08-25T00:41:34.564Z | Compiling num-rational v0.4.2 |
| 2562 | 2026-08-25T00:41:34.576Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2563 | 2026-08-25T00:41:34.576Z | Compiling num-complex v0.4.6 |
| 2564 | 2026-08-25T00:41:34.634Z | Compiling thread_local v1.1.9 |
| 2565 | 2026-08-25T00:41:34.663Z | Compiling match_cfg v0.1.0 |
| 2566 | 2026-08-25T00:41:34.747Z | Compiling serde_yaml v0.9.34+deprecated |
| 2567 | 2026-08-25T00:41:34.795Z | Compiling compression-core v0.4.31 |
| 2568 | 2026-08-25T00:41:34.898Z | Compiling expectorate v1.2.0 |
| 2569 | 2026-08-25T00:41:34.978Z | Compiling num v0.4.3 |
| 2570 | 2026-08-25T00:41:35.052Z | Compiling compression-codecs v0.4.37 |
| 2571 | 2026-08-25T00:41:35.073Z | Compiling hostname v0.3.1 |
| 2572 | 2026-08-25T00:41:35.096Z | Compiling multer v3.1.0 |
| 2573 | 2026-08-25T00:41:35.133Z | Compiling slog-async v2.8.0 |
| 2574 | 2026-08-25T00:41:35.156Z | Compiling crossbeam-channel v0.5.15 |
| 2575 | 2026-08-25T00:41:35.174Z | Compiling slog-json v2.6.1 |
| 2576 | 2026-08-25T00:41:35.201Z | Compiling serde_spanned v1.1.1 |
| 2577 | 2026-08-25T00:41:35.239Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2578 | 2026-08-25T00:41:35.321Z | Compiling linear-map v1.2.0 |
| 2579 | 2026-08-25T00:41:35.343Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2580 | 2026-08-25T00:41:35.386Z | Compiling take_mut v0.2.2 |
| 2581 | 2026-08-25T00:41:35.419Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2582 | 2026-08-25T00:41:35.511Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2583 | 2026-08-25T00:41:35.534Z | Compiling linked-hash-map v0.5.6 |
| 2584 | 2026-08-25T00:41:35.556Z | Compiling term v1.2.1 |
| 2585 | 2026-08-25T00:41:35.559Z | Compiling float-ord v0.3.2 |
| 2586 | 2026-08-25T00:41:35.599Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2587 | 2026-08-25T00:41:35.603Z | Compiling oxide-update-engine-types v0.1.2 |
| 2588 | 2026-08-25T00:41:35.603Z | Compiling slog-bunyan v2.5.0 |
| 2589 | 2026-08-25T00:41:35.684Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2590 | 2026-08-25T00:41:35.707Z | Compiling async-compression v0.4.41 |
| 2591 | 2026-08-25T00:41:35.768Z | Compiling typify-impl v0.6.2 |
| 2592 | 2026-08-25T00:41:35.791Z | Compiling lru-cache v0.1.2 |
| 2593 | 2026-08-25T00:41:35.966Z | Compiling slog-term v2.9.2 |
| 2594 | 2026-08-25T00:41:36.057Z | Compiling dropshot v0.17.1 |
| 2595 | 2026-08-25T00:41:36.077Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2596 | 2026-08-25T00:41:36.099Z | Compiling async-stream v0.3.6 |
| 2597 | 2026-08-25T00:41:36.127Z | Compiling sha1 v0.11.0 |
| 2598 | 2026-08-25T00:41:36.210Z | Compiling progenitor-client v0.14.0 |
| 2599 | 2026-08-25T00:41:36.244Z | Compiling waitgroup v0.1.2 |
| 2600 | 2026-08-25T00:41:36.247Z | Compiling rustls-pemfile v2.2.0 |
| 2601 | 2026-08-25T00:41:36.296Z | Compiling backon v1.6.0 |
| 2602 | 2026-08-25T00:41:36.414Z | Compiling hostname v0.4.2 |
| 2603 | 2026-08-25T00:41:36.436Z | Compiling serde_path_to_error v0.1.20 |
| 2604 | 2026-08-25T00:41:36.473Z | Compiling instant v0.1.13 |
| 2605 | 2026-08-25T00:41:36.496Z | Compiling minimal-lexical v0.2.1 |
| 2606 | 2026-08-25T00:41:36.499Z | Compiling debug-ignore v1.0.5 |
| 2607 | 2026-08-25T00:41:36.543Z | Compiling progenitor-extras v0.2.0 |
| 2608 | 2026-08-25T00:41:36.579Z | Compiling backoff v0.4.0 |
| 2609 | 2026-08-25T00:41:36.608Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2610 | 2026-08-25T00:41:36.655Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2611 | 2026-08-25T00:41:36.734Z | Compiling nom v7.1.3 |
| 2612 | 2026-08-25T00:41:36.806Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2613 | 2026-08-25T00:41:36.828Z | Compiling parse-display v0.10.0 |
| 2614 | 2026-08-25T00:41:36.854Z | Compiling oxide-update-engine v0.1.2 |
| 2615 | 2026-08-25T00:41:36.858Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2616 | 2026-08-25T00:41:36.900Z | Compiling hickory-proto v0.24.4 |
| 2617 | 2026-08-25T00:41:37.463Z | Compiling regress v0.10.5 |
| 2618 | 2026-08-25T00:41:37.545Z | Compiling itertools v0.14.0 |
| 2619 | 2026-08-25T00:41:38.063Z | Compiling macaddr v1.0.1 |
| 2620 | 2026-08-25T00:41:38.086Z | Compiling unicode-xid v0.2.6 |
| 2621 | 2026-08-25T00:41:38.191Z | Compiling humantime v2.3.0 |
| 2622 | 2026-08-25T00:41:38.309Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2623 | 2026-08-25T00:41:38.484Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2624 | 2026-08-25T00:41:38.503Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2625 | 2026-08-25T00:41:38.613Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2626 | 2026-08-25T00:41:38.768Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2627 | 2026-08-25T00:41:38.869Z | Compiling toml v0.8.23 |
| 2628 | 2026-08-25T00:41:39.020Z | Compiling papergrid v0.11.0 |
| 2629 | 2026-08-25T00:41:39.046Z | Compiling tabled_derive v0.7.0 |
| 2630 | 2026-08-25T00:41:39.193Z | Compiling typify-macro v0.6.2 |
| 2631 | 2026-08-25T00:41:39.450Z | Compiling hickory-resolver v0.24.4 |
| 2632 | 2026-08-25T00:41:39.509Z | Compiling termtree v0.5.1 |
| 2633 | 2026-08-25T00:41:39.523Z | Compiling crossterm v0.29.0 |
| 2634 | 2026-08-25T00:41:39.708Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2635 | 2026-08-25T00:41:39.950Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2636 | 2026-08-25T00:41:40.170Z | Compiling tabled v0.15.0 |
| 2637 | 2026-08-25T00:41:40.696Z | Compiling qorb v0.4.1 |
| 2638 | 2026-08-25T00:41:40.741Z | Compiling typify v0.6.2 |
| 2639 | 2026-08-25T00:41:41.049Z | Compiling progenitor-impl v0.14.0 |
| 2640 | 2026-08-25T00:41:41.667Z | Compiling phf_shared v0.12.1 |
| 2641 | 2026-08-25T00:41:42.331Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2642 | 2026-08-25T00:41:42.384Z | Compiling csv-core v0.1.13 |
| 2643 | 2026-08-25T00:41:42.482Z | Compiling vte v0.14.1 |
| 2644 | 2026-08-25T00:41:42.757Z | Compiling highway v1.3.0 |
| 2645 | 2026-08-25T00:41:42.832Z | Compiling chrono-tz v0.10.4 |
| 2646 | 2026-08-25T00:41:43.191Z | Compiling progenitor-macro v0.14.0 |
| 2647 | 2026-08-25T00:41:43.496Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2648 | 2026-08-25T00:41:44.006Z | Compiling strip-ansi-escapes v0.2.1 |
| 2649 | 2026-08-25T00:41:44.304Z | Compiling csv v1.4.0 |
| 2650 | 2026-08-25T00:41:44.603Z | Compiling phf v0.12.1 |
| 2651 | 2026-08-25T00:41:44.796Z | Compiling const_format_proc_macros v0.2.34 |
| 2652 | 2026-08-25T00:41:44.847Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2653 | 2026-08-25T00:41:45.185Z | Compiling fd-lock v4.0.4 |
| 2654 | 2026-08-25T00:41:45.214Z | Compiling peg-macros v0.8.5 |
| 2655 | 2026-08-25T00:41:45.326Z | Compiling nu-ansi-term v0.50.3 |
| 2656 | 2026-08-25T00:41:45.612Z | Compiling const_format v0.2.35 |
| 2657 | 2026-08-25T00:41:45.729Z | Compiling reedline v0.40.0 |
| 2658 | 2026-08-25T00:41:45.867Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2659 | 2026-08-25T00:41:46.110Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2660 | 2026-08-25T00:41:46.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2661 | 2026-08-25T00:41:46.465Z | Compiling peg v0.8.5 |
| 2662 | 2026-08-25T00:41:46.577Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2663 | 2026-08-25T00:41:47.308Z | Compiling progenitor v0.14.0 |
| 2664 | 2026-08-25T00:41:47.366Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2665 | 2026-08-25T00:41:47.503Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2666 | 2026-08-25T00:41:47.701Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2667 | 2026-08-25T00:41:47.725Z | Compiling bcs v0.1.6 |
| 2668 | 2026-08-25T00:41:48.169Z | Compiling nom v8.0.0 |
| 2669 | 2026-08-25T00:41:48.193Z | Compiling semver v0.1.20 |
| 2670 | 2026-08-25T00:41:48.480Z | Compiling rustc_version v0.1.7 |
| 2671 | 2026-08-25T00:41:48.717Z | Compiling newtype_derive v0.1.6 |
| 2672 | 2026-08-25T00:41:49.003Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2673 | 2026-08-25T00:41:49.108Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2674 | 2026-08-25T00:41:49.251Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2675 | 2026-08-25T00:41:49.348Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2676 | 2026-08-25T00:41:49.367Z | Compiling serde_tokenstream v0.3.0 |
| 2677 | 2026-08-25T00:41:49.545Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2678 | 2026-08-25T00:41:49.693Z | Compiling oxide-generation-macros v0.2.0 |
| 2679 | 2026-08-25T00:41:50.005Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2680 | 2026-08-25T00:41:50.155Z | Compiling steno v0.4.1 |
| 2681 | 2026-08-25T00:41:50.365Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2682 | 2026-08-25T00:41:50.434Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2683 | 2026-08-25T00:41:50.488Z | Compiling dropshot-api-manager-types v0.8.0 |
| 2684 | 2026-08-25T00:41:50.663Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2685 | 2026-08-25T00:41:50.926Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2686 | 2026-08-25T00:41:50.976Z | Compiling sha1 v0.10.6 |
| 2687 | 2026-08-25T00:41:51.080Z | Compiling utf-8 v0.7.6 |
| 2688 | 2026-08-25T00:41:51.319Z | Compiling tagptr v0.2.0 |
| 2689 | 2026-08-25T00:41:51.446Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2690 | 2026-08-25T00:41:51.515Z | Compiling moka v0.12.13 |
| 2691 | 2026-08-25T00:41:51.626Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2692 | 2026-08-25T00:41:51.886Z | Compiling tungstenite v0.21.0 |
| 2693 | 2026-08-25T00:41:52.245Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2694 | 2026-08-25T00:41:52.826Z | Compiling hickory-resolver v0.25.2 |
| 2695 | 2026-08-25T00:41:53.427Z | Compiling tokio-tungstenite v0.21.0 |
| 2696 | 2026-08-25T00:41:53.808Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2697 | 2026-08-25T00:41:53.937Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2698 | 2026-08-25T00:41:54.890Z | Compiling darling_core v0.21.3 |
| 2699 | 2026-08-25T00:41:56.126Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2700 | 2026-08-25T00:41:56.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2701 | 2026-08-25T00:41:57.103Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2702 | 2026-08-25T00:41:57.242Z | Compiling darling_macro v0.21.3 |
| 2703 | 2026-08-25T00:41:57.649Z | Compiling display-error-chain v0.2.2 |
| 2704 | 2026-08-25T00:41:57.786Z | Compiling darling v0.21.3 |
| 2705 | 2026-08-25T00:41:57.848Z | Compiling libscf-sys v1.2.0 |
| 2706 | 2026-08-25T00:41:57.902Z | Compiling vergen-lib v0.1.6 |
| 2707 | 2026-08-25T00:41:58.028Z | Compiling diesel_derives v2.3.7 |
| 2708 | 2026-08-25T00:41:58.152Z | Compiling dsl_auto_type v0.2.0 |
| 2709 | 2026-08-25T00:41:58.431Z | Compiling scheduled-thread-pool v0.2.7 |
| 2710 | 2026-08-25T00:41:58.524Z | Compiling vergen-gitcl v1.0.8 |
| 2711 | 2026-08-25T00:41:58.553Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2712 | 2026-08-25T00:41:58.612Z | Compiling dirs-sys-next v0.1.2 |
| 2713 | 2026-08-25T00:41:58.682Z | Compiling glob v0.3.3 |
| 2714 | 2026-08-25T00:41:58.742Z | Compiling crunchy v0.2.4 |
| 2715 | 2026-08-25T00:41:58.766Z | Compiling maplit v1.0.2 |
| 2716 | 2026-08-25T00:41:58.890Z | Compiling dirs-next v2.0.0 |
| 2717 | 2026-08-25T00:41:59.026Z | Compiling clang-sys v1.8.1 |
| 2718 | 2026-08-25T00:41:59.076Z | Compiling r2d2 v0.8.10 |
| 2719 | 2026-08-25T00:41:59.118Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2720 | 2026-08-25T00:41:59.429Z | Compiling papergrid v0.18.0 |
| 2721 | 2026-08-25T00:41:59.437Z | Compiling downcast-rs v2.0.2 |
| 2722 | 2026-08-25T00:41:59.437Z | Compiling xshell-macros v0.2.7 |
| 2723 | 2026-08-25T00:41:59.463Z | Compiling tiny-keccak v2.0.2 |
| 2724 | 2026-08-25T00:41:59.696Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2725 | 2026-08-25T00:41:59.707Z | Compiling term v0.7.0 |
| 2726 | 2026-08-25T00:41:59.806Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2727 | 2026-08-25T00:41:59.837Z | Compiling xshell v0.2.7 |
| 2728 | 2026-08-25T00:41:59.876Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2729 | 2026-08-25T00:42:00.083Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2730 | 2026-08-25T00:42:00.213Z | Compiling bit-vec v0.6.3 |
| 2731 | 2026-08-25T00:42:00.357Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2732 | 2026-08-25T00:42:00.375Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2733 | 2026-08-25T00:42:00.444Z | Compiling bit-set v0.5.3 |
| 2734 | 2026-08-25T00:42:00.468Z | Compiling ascii-canvas v3.0.0 |
| 2735 | 2026-08-25T00:42:00.631Z | Compiling tabled v0.21.0 |
| 2736 | 2026-08-25T00:42:00.889Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2737 | 2026-08-25T00:42:00.970Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2738 | 2026-08-25T00:42:01.110Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2739 | 2026-08-25T00:42:01.312Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2740 | 2026-08-25T00:42:01.427Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2741 | 2026-08-25T00:42:01.597Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2742 | 2026-08-25T00:42:01.705Z | Compiling itertools v0.10.5 |
| 2743 | 2026-08-25T00:42:01.773Z | Compiling ena v0.14.4 |
| 2744 | 2026-08-25T00:42:02.040Z | Compiling libloading v0.8.9 |
| 2745 | 2026-08-25T00:42:02.107Z | Compiling diff v0.1.13 |
| 2746 | 2026-08-25T00:42:02.181Z | Compiling bindgen v0.71.1 |
| 2747 | 2026-08-25T00:42:02.275Z | Compiling regex-syntax v0.6.29 |
| 2748 | 2026-08-25T00:42:02.360Z | Compiling unicase v2.9.0 |
| 2749 | 2026-08-25T00:42:02.801Z | Compiling cexpr v0.6.0 |
| 2750 | 2026-08-25T00:42:02.828Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2751 | 2026-08-25T00:42:03.057Z | Compiling crc8 v0.1.1 |
| 2752 | 2026-08-25T00:42:03.204Z | Compiling rustc-hash v2.1.1 |
| 2753 | 2026-08-25T00:42:03.474Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2754 | 2026-08-25T00:42:03.493Z | Compiling diesel v2.3.7 |
| 2755 | 2026-08-25T00:42:03.634Z | Compiling lalrpop v0.19.12 |
| 2756 | 2026-08-25T00:42:03.954Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2757 | 2026-08-25T00:42:04.453Z | Compiling headers-core v0.3.0 |
| 2758 | 2026-08-25T00:42:04.593Z | Compiling libxml v0.3.3 |
| 2759 | 2026-08-25T00:42:04.615Z | Compiling headers v0.4.1 |
| 2760 | 2026-08-25T00:42:04.904Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2761 | 2026-08-25T00:42:05.049Z | Compiling strum_macros v0.24.3 |
| 2762 | 2026-08-25T00:42:05.058Z | Compiling indoc v1.0.9 |
| 2763 | 2026-08-25T00:42:05.188Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2764 | 2026-08-25T00:42:05.407Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2765 | 2026-08-25T00:42:05.471Z | Compiling derive_builder v0.20.2 |
| 2766 | 2026-08-25T00:42:05.535Z | Compiling oso-derive v0.27.3 |
| 2767 | 2026-08-25T00:42:05.642Z | Compiling quick-xml v0.37.5 |
| 2768 | 2026-08-25T00:42:06.067Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2769 | 2026-08-25T00:42:06.088Z | Compiling openssl-probe v0.1.6 |
| 2770 | 2026-08-25T00:42:06.267Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2771 | 2026-08-25T00:42:06.323Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2772 | 2026-08-25T00:42:06.389Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2773 | 2026-08-25T00:42:06.960Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2774 | 2026-08-25T00:42:06.988Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2775 | 2026-08-25T00:42:07.204Z | Compiling bb8 v0.8.6 |
| 2776 | 2026-08-25T00:42:07.257Z | Compiling trait-variant v0.1.2 |
| 2777 | 2026-08-25T00:42:07.338Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2778 | 2026-08-25T00:42:07.608Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2779 | 2026-08-25T00:42:07.632Z | Compiling half v1.8.3 |
| 2780 | 2026-08-25T00:42:07.770Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2781 | 2026-08-25T00:42:07.874Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2782 | 2026-08-25T00:42:07.930Z | Compiling proc-macro-error2 v2.0.1 |
| 2783 | 2026-08-25T00:42:08.115Z | Compiling serde_cbor v0.11.2 |
| 2784 | 2026-08-25T00:42:08.236Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2785 | 2026-08-25T00:42:08.318Z | Compiling hashbrown v0.14.5 |
| 2786 | 2026-08-25T00:42:08.477Z | Compiling rfc6979 v0.4.0 |
| 2787 | 2026-08-25T00:42:08.536Z | Compiling salty v0.3.0 |
| 2788 | 2026-08-25T00:42:08.688Z | Compiling ecdsa v0.16.9 |
| 2789 | 2026-08-25T00:42:08.793Z | Compiling samael v0.0.19 |
| 2790 | 2026-08-25T00:42:08.881Z | Compiling chumsky v0.9.3 |
| 2791 | 2026-08-25T00:42:09.443Z | Compiling knus-derive v3.4.0 |
| 2792 | 2026-08-25T00:42:09.484Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2793 | 2026-08-25T00:42:09.484Z | Compiling progenitor-impl v0.13.0 |
| 2794 | 2026-08-25T00:42:09.485Z | Compiling primeorder v0.13.6 |
| 2795 | 2026-08-25T00:42:09.770Z | Compiling nonempty v0.12.0 |
| 2796 | 2026-08-25T00:42:09.949Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2797 | 2026-08-25T00:42:10.143Z | Compiling p384 v0.13.1 |
| 2798 | 2026-08-25T00:42:10.270Z | Compiling knus v3.4.0 |
| 2799 | 2026-08-25T00:42:11.132Z | Compiling polar-core v0.27.3 |
| 2800 | 2026-08-25T00:42:11.194Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2801 | 2026-08-25T00:42:11.361Z | Compiling progenitor-macro v0.13.0 |
| 2802 | 2026-08-25T00:42:11.668Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2803 | 2026-08-25T00:42:12.368Z | Compiling progenitor-client v0.13.0 |
| 2804 | 2026-08-25T00:42:12.680Z | Compiling fxhash v0.2.1 |
| 2805 | 2026-08-25T00:42:12.850Z | Compiling libz-sys v1.1.24 |
| 2806 | 2026-08-25T00:42:12.879Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2807 | 2026-08-25T00:42:13.056Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2808 | 2026-08-25T00:42:13.352Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2809 | 2026-08-25T00:42:13.607Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2810 | 2026-08-25T00:42:13.786Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2811 | 2026-08-25T00:42:14.584Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2812 | 2026-08-25T00:42:14.851Z | Compiling kstat-rs v0.2.5 |
| 2813 | 2026-08-25T00:42:15.021Z | Compiling mime_guess v2.0.5 |
| 2814 | 2026-08-25T00:42:15.490Z | Compiling progenitor v0.13.0 |
| 2815 | 2026-08-25T00:42:15.546Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2816 | 2026-08-25T00:42:16.787Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 2817 | 2026-08-25T00:42:16.856Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2818 | 2026-08-25T00:42:21.256Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2819 | 2026-08-25T00:42:21.398Z | Compiling nanorand v0.7.0 |
| 2820 | 2026-08-25T00:42:21.399Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2821 | 2026-08-25T00:42:21.399Z | Compiling parking_lot_core v0.8.6 |
| 2822 | 2026-08-25T00:42:21.399Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2823 | 2026-08-25T00:42:21.399Z | Compiling flume v0.11.1 |
| 2824 | 2026-08-25T00:42:21.399Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2825 | 2026-08-25T00:42:21.399Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2826 | 2026-08-25T00:42:21.399Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2827 | 2026-08-25T00:42:21.399Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2828 | 2026-08-25T00:42:21.399Z | Compiling git-stub v1.0.0 |
| 2829 | 2026-08-25T00:42:21.399Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 2830 | 2026-08-25T00:42:21.400Z | Compiling strsim v0.10.0 |
| 2831 | 2026-08-25T00:42:21.423Z | Compiling oso v0.27.3 |
| 2832 | 2026-08-25T00:42:21.423Z | Compiling instability v0.3.11 |
| 2833 | 2026-08-25T00:42:21.423Z | Compiling http-range v0.1.5 |
| 2834 | 2026-08-25T00:42:21.423Z | Compiling corncobs v0.1.4 |
| 2835 | 2026-08-25T00:42:21.423Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2836 | 2026-08-25T00:42:21.423Z | Compiling async-bb8-diesel v0.2.1 |
| 2837 | 2026-08-25T00:42:21.423Z | Compiling diesel-dtrace v0.5.0 |
| 2838 | 2026-08-25T00:42:21.561Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2839 | 2026-08-25T00:42:21.682Z | Compiling darling_core v0.13.4 |
| 2840 | 2026-08-25T00:42:23.331Z | Compiling git-stub-vcs v0.1.0 |
| 2841 | 2026-08-25T00:42:24.247Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2842 | 2026-08-25T00:42:25.021Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2843 | 2026-08-25T00:42:25.109Z | Compiling ignore v0.4.25 |
| 2844 | 2026-08-25T00:42:26.114Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2845 | 2026-08-25T00:42:26.239Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2846 | 2026-08-25T00:42:26.377Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2847 | 2026-08-25T00:42:26.503Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2848 | 2026-08-25T00:42:26.685Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2849 | 2026-08-25T00:42:27.129Z | Compiling anstyle-parse v0.2.7 |
| 2850 | 2026-08-25T00:42:27.392Z | Compiling secrecy v0.8.0 |
| 2851 | 2026-08-25T00:42:27.568Z | Compiling castaway v0.2.4 |
| 2852 | 2026-08-25T00:42:27.597Z | Compiling vergen-git2 v9.1.0 |
| 2853 | 2026-08-25T00:42:27.728Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2854 | 2026-08-25T00:42:27.823Z | Compiling indoc v2.0.7 |
| 2855 | 2026-08-25T00:42:28.062Z | Compiling compact_str v0.8.1 |
| 2856 | 2026-08-25T00:42:28.974Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2857 | 2026-08-25T00:42:29.157Z | Compiling anstream v0.6.21 |
| 2858 | 2026-08-25T00:42:29.478Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 2859 | 2026-08-25T00:42:29.677Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2860 | 2026-08-25T00:42:29.988Z | Compiling globwalk v0.9.1 |
| 2861 | 2026-08-25T00:42:30.638Z | Compiling parking_lot v0.11.2 |
| 2862 | 2026-08-25T00:42:30.889Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2863 | 2026-08-25T00:42:30.913Z | Compiling hyper-staticfile v0.10.1 |
| 2864 | 2026-08-25T00:42:31.543Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2865 | 2026-08-25T00:42:31.570Z | Compiling darling_macro v0.13.4 |
| 2866 | 2026-08-25T00:42:31.773Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2867 | 2026-08-25T00:42:32.036Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2868 | 2026-08-25T00:42:32.065Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2869 | 2026-08-25T00:42:32.099Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2870 | 2026-08-25T00:42:32.687Z | Compiling predicates-tree v1.0.13 |
| 2871 | 2026-08-25T00:42:33.092Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2872 | 2026-08-25T00:42:33.117Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2873 | 2026-08-25T00:42:33.307Z | Compiling unicode-truncate v1.1.0 |
| 2874 | 2026-08-25T00:42:33.333Z | Compiling lru v0.12.5 |
| 2875 | 2026-08-25T00:42:33.515Z | Compiling digest-io v0.1.0 |
| 2876 | 2026-08-25T00:42:33.557Z | Compiling sha2 v0.11.0 |
| 2877 | 2026-08-25T00:42:33.652Z | Compiling prefix-trie v0.7.0 |
| 2878 | 2026-08-25T00:42:33.659Z | Compiling rand_seeder v0.4.0 |
| 2879 | 2026-08-25T00:42:33.699Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2880 | 2026-08-25T00:42:33.850Z | Compiling cassowary v0.3.0 |
| 2881 | 2026-08-25T00:42:33.927Z | Compiling rawzip v0.4.4 |
| 2882 | 2026-08-25T00:42:33.976Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2883 | 2026-08-25T00:42:34.148Z | Compiling ratatui v0.29.0 |
| 2884 | 2026-08-25T00:42:34.213Z | Compiling hickory-server v0.25.2 |
| 2885 | 2026-08-25T00:42:34.608Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2886 | 2026-08-25T00:42:34.668Z | Compiling camino-tempfile-ext v0.3.3 |
| 2887 | 2026-08-25T00:42:35.004Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2888 | 2026-08-25T00:42:35.141Z | Compiling darling v0.13.4 |
| 2889 | 2026-08-25T00:42:35.210Z | Compiling sled v0.34.7 |
| 2890 | 2026-08-25T00:42:35.283Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2891 | 2026-08-25T00:42:35.538Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2892 | 2026-08-25T00:42:37.656Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2893 | 2026-08-25T00:42:37.972Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2894 | 2026-08-25T00:42:38.191Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2895 | 2026-08-25T00:42:39.230Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2896 | 2026-08-25T00:42:40.725Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2897 | 2026-08-25T00:42:41.285Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2898 | 2026-08-25T00:42:42.485Z | Compiling serde_with_macros v1.5.2 |
| 2899 | 2026-08-25T00:42:42.554Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2900 | 2026-08-25T00:42:42.711Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2901 | 2026-08-25T00:42:42.840Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2902 | 2026-08-25T00:42:43.036Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2903 | 2026-08-25T00:42:43.262Z | Compiling git2 v0.20.4 |
| 2904 | 2026-08-25T00:42:43.304Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2905 | 2026-08-25T00:42:43.327Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2906 | 2026-08-25T00:42:43.524Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2907 | 2026-08-25T00:42:43.547Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2908 | 2026-08-25T00:42:43.743Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2909 | 2026-08-25T00:42:43.768Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2910 | 2026-08-25T00:42:43.973Z | Compiling arc-swap v1.8.2 |
| 2911 | 2026-08-25T00:42:44.074Z | Compiling void v1.0.2 |
| 2912 | 2026-08-25T00:42:44.217Z | Compiling lzss v0.8.2 |
| 2913 | 2026-08-25T00:42:44.374Z | Compiling slog-scope v4.4.1 |
| 2914 | 2026-08-25T00:42:44.620Z | Compiling serde_with v1.14.0 |
| 2915 | 2026-08-25T00:42:44.712Z | Compiling illumos-nvpair v0.3.0 |
| 2916 | 2026-08-25T00:42:44.779Z | Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2917 | 2026-08-25T00:42:45.255Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2918 | 2026-08-25T00:42:45.930Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2919 | 2026-08-25T00:42:45.967Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2920 | 2026-08-25T00:42:46.312Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2921 | 2026-08-25T00:42:46.379Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2922 | 2026-08-25T00:42:46.489Z | Compiling scuffle v0.1.0 |
| 2923 | 2026-08-25T00:42:46.691Z | Compiling tungstenite v0.23.0 |
| 2924 | 2026-08-25T00:42:47.181Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2925 | 2026-08-25T00:42:48.569Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2926 | 2026-08-25T00:42:49.242Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2927 | 2026-08-25T00:42:49.274Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2928 | 2026-08-25T00:42:49.274Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2929 | 2026-08-25T00:42:49.274Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2930 | 2026-08-25T00:42:49.427Z | Compiling nix v0.27.1 |
| 2931 | 2026-08-25T00:42:49.494Z | Compiling twox-hash v2.1.2 |
| 2932 | 2026-08-25T00:42:50.012Z | Compiling libsw-core v0.3.2 |
| 2933 | 2026-08-25T00:42:50.148Z | Compiling atty v0.2.14 |
| 2934 | 2026-08-25T00:42:50.241Z | Compiling serde_bytes v0.11.19 |
| 2935 | 2026-08-25T00:42:50.296Z | Compiling libsw v3.5.0 |
| 2936 | 2026-08-25T00:42:50.523Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2937 | 2026-08-25T00:42:50.566Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2938 | 2026-08-25T00:42:50.633Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2939 | 2026-08-25T00:42:50.653Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2940 | 2026-08-25T00:42:51.008Z | Compiling tokio-tungstenite v0.23.1 |
| 2941 | 2026-08-25T00:42:51.429Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2942 | 2026-08-25T00:42:52.334Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2943 | 2026-08-25T00:42:52.356Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2944 | 2026-08-25T00:42:52.783Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2945 | 2026-08-25T00:42:54.106Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2946 | 2026-08-25T00:42:54.772Z | Compiling slog-stdlog v4.1.1 |
| 2947 | 2026-08-25T00:42:54.808Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2948 | 2026-08-25T00:42:55.164Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2949 | 2026-08-25T00:42:55.462Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2950 | 2026-08-25T00:42:55.908Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2951 | 2026-08-25T00:42:57.145Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2952 | 2026-08-25T00:42:57.506Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2953 | 2026-08-25T00:42:57.515Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2954 | 2026-08-25T00:43:02.794Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2955 | 2026-08-25T00:43:03.200Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2956 | 2026-08-25T00:43:03.245Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2957 | 2026-08-25T00:43:03.245Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2958 | 2026-08-25T00:43:03.246Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2959 | 2026-08-25T00:43:03.598Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2960 | 2026-08-25T00:43:04.230Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2961 | 2026-08-25T00:43:04.400Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2962 | 2026-08-25T00:43:06.822Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2963 | 2026-08-25T00:43:06.844Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2964 | 2026-08-25T00:43:07.045Z | Compiling fatfs v0.3.6 |
| 2965 | 2026-08-25T00:43:07.667Z | Compiling signal-hook-tokio v0.3.1 |
| 2966 | 2026-08-25T00:43:07.704Z | Compiling yasna v0.5.2 |
| 2967 | 2026-08-25T00:43:07.870Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2968 | 2026-08-25T00:43:08.308Z | Compiling seq-macro v0.3.6 |
| 2969 | 2026-08-25T00:43:08.656Z | Compiling assert_matches v1.5.0 |
| 2970 | 2026-08-25T00:43:08.774Z | Compiling rcgen v0.12.1 |
| 2971 | 2026-08-25T00:43:08.798Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2972 | 2026-08-25T00:43:09.102Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2973 | 2026-08-25T00:43:10.185Z | Compiling slog-envlogger v2.2.0 |
| 2974 | 2026-08-25T00:43:10.289Z | Compiling oxide-update-engine-display v0.1.2 |
| 2975 | 2026-08-25T00:43:11.200Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2976 | 2026-08-25T00:43:11.281Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2977 | 2026-08-25T00:43:11.627Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2978 | 2026-08-25T00:43:11.856Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2979 | 2026-08-25T00:43:12.080Z | Compiling port-file v0.1.0 |
| 2980 | 2026-08-25T00:43:12.400Z | Compiling subprocess v0.2.15 |
| 2981 | 2026-08-25T00:43:13.111Z | Compiling rtoolbox v0.0.3 |
| 2982 | 2026-08-25T00:43:13.187Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2983 | 2026-08-25T00:43:13.383Z | Compiling rpassword v7.5.4 |
| 2984 | 2026-08-25T00:43:14.076Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2985 | 2026-08-25T00:43:14.541Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2986 | 2026-08-25T00:43:14.680Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2987 | 2026-08-25T00:43:15.067Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2988 | 2026-08-25T00:43:16.245Z | Compiling tui-tree-widget v0.23.1 |
| 2989 | 2026-08-25T00:43:16.536Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2990 | 2026-08-25T00:43:16.942Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2991 | 2026-08-25T00:43:18.475Z | Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2992 | 2026-08-25T00:43:19.402Z | Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 2993 | 2026-08-25T00:43:19.851Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2994 | 2026-08-25T00:43:20.074Z | Compiling uzers v0.12.2 |
| 2995 | 2026-08-25T00:43:21.190Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2996 | 2026-08-25T00:43:21.474Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-08-25T00:43:21.534Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2998 | 2026-08-25T00:43:22.543Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2999 | 2026-08-25T00:43:23.341Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3000 | 2026-08-25T00:43:23.386Z | Compiling support-bundle-viewer v0.1.2 |
| 3001 | 2026-08-25T00:43:25.257Z | Compiling multimap v0.10.1 |
| 3002 | 2026-08-25T00:43:33.103Z | Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3003 | 2026-08-25T00:43:35.250Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3004 | 2026-08-25T00:43:41.709Z | Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3005 | 2026-08-25T00:43:43.660Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3006 | 2026-08-25T00:43:46.833Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3007 | 2026-08-25T00:51:08.451Z | Finished `release` profile [optimized] target(s) in 9m 35s |
| 3008 | 2026-08-25T00:51:08.458Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3009 | 2026-08-25T00:51:08.458Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3010 | 2026-08-25T00:52:01.841Z | |
| 3011 | 2026-08-25T00:52:01.841Z | real 10:30.304825364 |
| 3012 | 2026-08-25T00:52:01.845Z | user 1:22:11.180337769 |
| 3013 | 2026-08-25T00:52:01.845Z | sys 3:37.506149748 |
| 3014 | 2026-08-25T00:52:01.845Z | trap 1.812877894 |
| 3015 | 2026-08-25T00:52:01.845Z | tflt 1.926408112 |
| 3016 | 2026-08-25T00:52:01.845Z | dflt 19.198667376 |
| 3017 | 2026-08-25T00:52:01.845Z | kflt 0.005722518 |
| 3018 | 2026-08-25T00:52:01.845Z | lock 7:52:04.149573175 |
| 3019 | 2026-08-25T00:52:01.845Z | slp 2:20:01.336717818 |
| 3020 | 2026-08-25T00:52:01.845Z | lat 2:36.666637431 |
| 3021 | 2026-08-25T00:52:01.845Z | stop 5:39.176687820 |
| 3022 | 2026-08-25T00:52:01.845Z | + mapfile -t packages |
| 3023 | 2026-08-25T00:52:01.845Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 3024 | 2026-08-25T00:52:02.800Z | Finished `release` profile [optimized] target(s) in 0.94s |
| 3025 | 2026-08-25T00:52:02.877Z | Running `target/release/omicron-package -t test list-outputs` |
| 3026 | 2026-08-25T00:52:02.936Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3027 | 2026-08-25T00:52:02.939Z | + ptime -m cargo build --locked --release -p xtask |
| 3028 | 2026-08-25T00:52:03.418Z | Compiling libc v0.2.185 |
| 3029 | 2026-08-25T00:52:03.418Z | Compiling serde_core v1.0.228 |
| 3030 | 2026-08-25T00:52:03.418Z | Compiling serde v1.0.228 |
| 3031 | 2026-08-25T00:52:03.422Z | Compiling rustix v1.1.4 |
| 3032 | 2026-08-25T00:52:03.422Z | Compiling bitflags v2.11.0 |
| 3033 | 2026-08-25T00:52:03.422Z | Compiling serde_json v1.0.151 |
| 3034 | 2026-08-25T00:52:03.578Z | Compiling syn v2.0.117 |
| 3035 | 2026-08-25T00:52:03.581Z | Compiling usdt-impl v0.5.0 |
| 3036 | 2026-08-25T00:52:03.600Z | Compiling syn v1.0.109 |
| 3037 | 2026-08-25T00:52:03.612Z | Compiling log v0.4.33 |
| 3038 | 2026-08-25T00:52:03.625Z | Compiling getrandom v0.4.3 |
| 3039 | 2026-08-25T00:52:03.637Z | Compiling indexmap v2.14.0 |
| 3040 | 2026-08-25T00:52:03.652Z | Compiling fs-err v3.3.0 |
| 3041 | 2026-08-25T00:52:03.837Z | Compiling once_cell v1.21.3 |
| 3042 | 2026-08-25T00:52:03.862Z | Compiling anyhow v1.0.104 |
| 3043 | 2026-08-25T00:52:03.951Z | Compiling heck v0.4.1 |
| 3044 | 2026-08-25T00:52:04.264Z | Compiling errno v0.3.14 |
| 3045 | 2026-08-25T00:52:04.265Z | Compiling thread-id v4.2.2 |
| 3046 | 2026-08-25T00:52:04.268Z | Compiling memmap v0.7.0 |
| 3047 | 2026-08-25T00:52:05.023Z | Compiling proc-macro-error v1.0.4 |
| 3048 | 2026-08-25T00:52:05.239Z | Compiling terminal_size v0.4.3 |
| 3049 | 2026-08-25T00:52:05.239Z | Compiling tempfile v3.27.0 |
| 3050 | 2026-08-25T00:52:05.285Z | Compiling tabled_derive v0.7.0 |
| 3051 | 2026-08-25T00:52:05.335Z | Compiling clap_builder v4.6.0 |
| 3052 | 2026-08-25T00:52:05.335Z | Compiling textwrap v0.16.2 |
| 3053 | 2026-08-25T00:52:05.590Z | Compiling camino v1.2.5 |
| 3054 | 2026-08-25T00:52:05.590Z | Compiling semver v1.0.28 |
| 3055 | 2026-08-25T00:52:05.594Z | Compiling cargo-platform v0.3.2 |
| 3056 | 2026-08-25T00:52:05.758Z | Compiling pest_generator v2.8.6 |
| 3057 | 2026-08-25T00:52:05.966Z | Compiling camino-tempfile v1.4.1 |
| 3058 | 2026-08-25T00:52:06.058Z | Compiling tabled v0.15.0 |
| 3059 | 2026-08-25T00:52:06.245Z | Compiling serde_derive v1.0.228 |
| 3060 | 2026-08-25T00:52:06.245Z | Compiling thiserror-impl v1.0.69 |
| 3061 | 2026-08-25T00:52:06.245Z | Compiling zerocopy-derive v0.7.35 |
| 3062 | 2026-08-25T00:52:06.251Z | Compiling scroll_derive v0.12.1 |
| 3063 | 2026-08-25T00:52:06.252Z | Compiling thiserror-impl v2.0.18 |
| 3064 | 2026-08-25T00:52:06.252Z | Compiling clap_derive v4.6.1 |
| 3065 | 2026-08-25T00:52:06.311Z | Compiling pest_derive v2.8.6 |
| 3066 | 2026-08-25T00:52:06.923Z | Compiling scroll v0.12.0 |
| 3067 | 2026-08-25T00:52:07.065Z | Compiling zerocopy v0.7.35 |
| 3068 | 2026-08-25T00:52:07.202Z | Compiling goblin v0.8.2 |
| 3069 | 2026-08-25T00:52:07.325Z | Compiling thiserror v1.0.69 |
| 3070 | 2026-08-25T00:52:07.426Z | Compiling dtrace-parser v0.2.0 |
| 3071 | 2026-08-25T00:52:07.646Z | Compiling thiserror v2.0.18 |
| 3072 | 2026-08-25T00:52:07.685Z | Compiling clap v4.6.1 |
| 3073 | 2026-08-25T00:52:09.436Z | Compiling dof v0.3.0 |
| 3074 | 2026-08-25T00:52:09.465Z | Compiling serde_tokenstream v0.2.3 |
| 3075 | 2026-08-25T00:52:09.597Z | Compiling serde_spanned v0.6.9 |
| 3076 | 2026-08-25T00:52:09.644Z | Compiling toml_datetime v0.6.11 |
| 3077 | 2026-08-25T00:52:09.659Z | Compiling cargo_metadata v0.23.1 |
| 3078 | 2026-08-25T00:52:09.730Z | Compiling macaddr v1.0.1 |
| 3079 | 2026-08-25T00:52:09.733Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3080 | 2026-08-25T00:52:09.856Z | Compiling toml_edit v0.22.27 |
| 3081 | 2026-08-25T00:52:10.134Z | Compiling usdt-macro v0.5.0 |
| 3082 | 2026-08-25T00:52:10.147Z | Compiling usdt-attr-macro v0.5.0 |
| 3083 | 2026-08-25T00:52:10.798Z | Compiling usdt v0.5.0 |
| 3084 | 2026-08-25T00:52:11.357Z | Compiling toml v0.8.23 |
| 3085 | 2026-08-25T00:52:11.788Z | Compiling cargo_toml v0.21.0 |
| 3086 | 2026-08-25T00:52:16.193Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3087 | 2026-08-25T00:52:19.432Z | Finished `release` profile [optimized] target(s) in 16.48s |
| 3088 | 2026-08-25T00:52:19.538Z | |
| 3089 | 2026-08-25T00:52:19.538Z | real 16.564410418 |
| 3090 | 2026-08-25T00:52:19.538Z | user 2:05.277264356 |
| 3091 | 2026-08-25T00:52:19.538Z | sys 13.407432192 |
| 3092 | 2026-08-25T00:52:19.538Z | trap 0.058983732 |
| 3093 | 2026-08-25T00:52:19.538Z | tflt 0.443121532 |
| 3094 | 2026-08-25T00:52:19.541Z | dflt 1.478732902 |
| 3095 | 2026-08-25T00:52:19.542Z | kflt 0.000038330 |
| 3096 | 2026-08-25T00:52:19.542Z | lock 4:41.897644921 |
| 3097 | 2026-08-25T00:52:19.542Z | slp 2:39.388691262 |
| 3098 | 2026-08-25T00:52:19.542Z | lat 4.036839537 |
| 3099 | 2026-08-25T00:52:19.542Z | stop 16.146945316 |
| 3100 | 2026-08-25T00:52:19.542Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3101 | 2026-08-25T00:52:19.542Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3102 | 2026-08-25T00:52:19.543Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3103 | 2026-08-25T00:52:19.543Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3104 | 2026-08-25T00:52:19.543Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3105 | 2026-08-25T00:52:20.497Z | Compiling match_cfg v0.1.0 |
| 3106 | 2026-08-25T00:52:20.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3107 | 2026-08-25T00:52:20.501Z | Compiling progenitor-client v0.14.0 |
| 3108 | 2026-08-25T00:52:20.501Z | Compiling slog-json v2.6.1 |
| 3109 | 2026-08-25T00:52:20.501Z | Compiling newtype-uuid-macros v0.1.0 |
| 3110 | 2026-08-25T00:52:20.501Z | Compiling sha1 v0.11.0 |
| 3111 | 2026-08-25T00:52:20.501Z | Compiling multer v3.1.0 |
| 3112 | 2026-08-25T00:52:20.502Z | Compiling compression-core v0.4.31 |
| 3113 | 2026-08-25T00:52:20.502Z | Compiling debug-ignore v1.0.5 |
| 3114 | 2026-08-25T00:52:20.502Z | Compiling async-stream-impl v0.3.6 |
| 3115 | 2026-08-25T00:52:20.649Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3116 | 2026-08-25T00:52:20.653Z | Compiling serde_spanned v1.1.1 |
| 3117 | 2026-08-25T00:52:20.653Z | Compiling dropshot v0.17.1 |
| 3118 | 2026-08-25T00:52:20.653Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3119 | 2026-08-25T00:52:20.705Z | Compiling waitgroup v0.1.2 |
| 3120 | 2026-08-25T00:52:20.717Z | Compiling rustls-pemfile v2.2.0 |
| 3121 | 2026-08-25T00:52:20.865Z | Compiling compression-codecs v0.4.37 |
| 3122 | 2026-08-25T00:52:20.880Z | Compiling dropshot_endpoint v0.17.1 |
| 3123 | 2026-08-25T00:52:20.948Z | Compiling hostname v0.4.2 |
| 3124 | 2026-08-25T00:52:20.982Z | Compiling serde_path_to_error v0.1.20 |
| 3125 | 2026-08-25T00:52:21.015Z | Compiling hostname v0.3.1 |
| 3126 | 2026-08-25T00:52:21.020Z | Compiling toml v1.1.2+spec-1.1.0 |
| 3127 | 2026-08-25T00:52:21.020Z | Compiling atomicwrites v0.4.4 |
| 3128 | 2026-08-25T00:52:21.050Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3129 | 2026-08-25T00:52:21.089Z | Compiling async-compression v0.4.41 |
| 3130 | 2026-08-25T00:52:21.107Z | Compiling macaddr v1.0.1 |
| 3131 | 2026-08-25T00:52:21.107Z | Compiling instant v0.1.13 |
| 3132 | 2026-08-25T00:52:21.193Z | Compiling slog-bunyan v2.5.0 |
| 3133 | 2026-08-25T00:52:21.203Z | Compiling regress v0.10.5 |
| 3134 | 2026-08-25T00:52:21.244Z | Compiling parse-display-derive v0.10.0 |
| 3135 | 2026-08-25T00:52:21.249Z | Compiling backon v1.6.0 |
| 3136 | 2026-08-25T00:52:21.263Z | Compiling backoff v0.4.0 |
| 3137 | 2026-08-25T00:52:21.300Z | Compiling itertools v0.14.0 |
| 3138 | 2026-08-25T00:52:21.327Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3139 | 2026-08-25T00:52:21.360Z | Compiling humantime v2.3.0 |
| 3140 | 2026-08-25T00:52:21.378Z | Compiling half v2.7.1 |
| 3141 | 2026-08-25T00:52:21.406Z | Compiling ciborium-io v0.2.2 |
| 3142 | 2026-08-25T00:52:21.441Z | Compiling progenitor-extras v0.2.0 |
| 3143 | 2026-08-25T00:52:21.491Z | Compiling crucible-workspace-hack v0.1.0 |
| 3144 | 2026-08-25T00:52:21.508Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3145 | 2026-08-25T00:52:21.524Z | Compiling convert_case v0.4.0 |
| 3146 | 2026-08-25T00:52:21.582Z | Compiling regress v0.11.1 |
| 3147 | 2026-08-25T00:52:21.588Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3148 | 2026-08-25T00:52:21.588Z | Compiling secrecy v0.10.3 |
| 3149 | 2026-08-25T00:52:21.591Z | Compiling async-stream v0.3.6 |
| 3150 | 2026-08-25T00:52:21.654Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3151 | 2026-08-25T00:52:21.670Z | Compiling ciborium-ll v0.2.2 |
| 3152 | 2026-08-25T00:52:21.710Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3153 | 2026-08-25T00:52:21.729Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3154 | 2026-08-25T00:52:21.765Z | Compiling inout v0.1.4 |
| 3155 | 2026-08-25T00:52:21.783Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3156 | 2026-08-25T00:52:21.802Z | Compiling universal-hash v0.5.1 |
| 3157 | 2026-08-25T00:52:21.844Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3158 | 2026-08-25T00:52:21.910Z | Compiling derive_more v0.99.20 |
| 3159 | 2026-08-25T00:52:21.910Z | Compiling ciborium v0.2.2 |
| 3160 | 2026-08-25T00:52:21.944Z | Compiling cipher v0.4.4 |
| 3161 | 2026-08-25T00:52:21.960Z | Compiling opaque-debug v0.3.1 |
| 3162 | 2026-08-25T00:52:21.976Z | Compiling unsafe-libyaml v0.2.11 |
| 3163 | 2026-08-25T00:52:22.044Z | Compiling poly1305 v0.8.0 |
| 3164 | 2026-08-25T00:52:22.077Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3165 | 2026-08-25T00:52:22.095Z | Compiling blake2 v0.10.6 |
| 3166 | 2026-08-25T00:52:22.223Z | Compiling chacha20 v0.9.1 |
| 3167 | 2026-08-25T00:52:22.248Z | Compiling aead v0.5.2 |
| 3168 | 2026-08-25T00:52:22.323Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3169 | 2026-08-25T00:52:22.489Z | Compiling password-hash v0.5.0 |
| 3170 | 2026-08-25T00:52:22.513Z | Compiling serde_yaml v0.9.34+deprecated |
| 3171 | 2026-08-25T00:52:22.532Z | Compiling indent_write v2.2.0 |
| 3172 | 2026-08-25T00:52:22.550Z | Compiling chacha20poly1305 v0.10.1 |
| 3173 | 2026-08-25T00:52:22.599Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3174 | 2026-08-25T00:52:22.677Z | Compiling num-derive v0.4.2 |
| 3175 | 2026-08-25T00:52:22.706Z | Compiling heapless v0.8.0 |
| 3176 | 2026-08-25T00:52:22.746Z | Compiling argon2 v0.5.3 |
| 3177 | 2026-08-25T00:52:22.752Z | Compiling ingot-macros v0.2.0 |
| 3178 | 2026-08-25T00:52:22.795Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3179 | 2026-08-25T00:52:22.865Z | Compiling tabwriter v1.4.1 |
| 3180 | 2026-08-25T00:52:22.926Z | Compiling hash32 v0.3.1 |
| 3181 | 2026-08-25T00:52:23.009Z | Compiling parse-display v0.10.0 |
| 3182 | 2026-08-25T00:52:23.029Z | Compiling thiserror-no-std v2.0.2 |
| 3183 | 2026-08-25T00:52:23.108Z | Compiling typify-impl v0.6.2 |
| 3184 | 2026-08-25T00:52:23.126Z | Compiling vsss-rs v3.3.4 |
| 3185 | 2026-08-25T00:52:23.145Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3186 | 2026-08-25T00:52:23.249Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3187 | 2026-08-25T00:52:23.353Z | Compiling smoltcp v0.11.0 |
| 3188 | 2026-08-25T00:52:23.433Z | Compiling proc-macro-crate v3.4.0 |
| 3189 | 2026-08-25T00:52:23.646Z | Compiling cobs v0.3.0 |
| 3190 | 2026-08-25T00:52:23.759Z | Compiling colored v3.1.1 |
| 3191 | 2026-08-25T00:52:23.873Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3192 | 2026-08-25T00:52:23.876Z | Compiling postcard v1.1.3 |
| 3193 | 2026-08-25T00:52:24.008Z | Compiling proc-macro-error v1.0.4 |
| 3194 | 2026-08-25T00:52:24.044Z | Compiling rand v0.10.1 |
| 3195 | 2026-08-25T00:52:24.047Z | Compiling num_enum_derive v0.7.6 |
| 3196 | 2026-08-25T00:52:24.107Z | Compiling proc-macro-crate v1.3.1 |
| 3197 | 2026-08-25T00:52:24.162Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3198 | 2026-08-25T00:52:24.254Z | Compiling foreign-types-macros v0.2.3 |
| 3199 | 2026-08-25T00:52:24.273Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3200 | 2026-08-25T00:52:24.383Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3201 | 2026-08-25T00:52:24.417Z | Compiling rayon-core v1.13.0 |
| 3202 | 2026-08-25T00:52:24.487Z | Compiling foreign-types-shared v0.3.1 |
| 3203 | 2026-08-25T00:52:24.573Z | Compiling num_enum_derive v0.5.11 |
| 3204 | 2026-08-25T00:52:24.611Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3205 | 2026-08-25T00:52:24.648Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3206 | 2026-08-25T00:52:24.674Z | Compiling crossbeam-deque v0.8.6 |
| 3207 | 2026-08-25T00:52:24.711Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3208 | 2026-08-25T00:52:24.774Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3209 | 2026-08-25T00:52:24.878Z | Compiling cstr-argument v0.1.2 |
| 3210 | 2026-08-25T00:52:25.010Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 3211 | 2026-08-25T00:52:25.016Z | Compiling foreign-types v0.5.0 |
| 3212 | 2026-08-25T00:52:25.016Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3213 | 2026-08-25T00:52:25.016Z | Compiling zone_cfg_derive v0.3.1 |
| 3214 | 2026-08-25T00:52:25.016Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3215 | 2026-08-25T00:52:25.063Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3216 | 2026-08-25T00:52:25.170Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3217 | 2026-08-25T00:52:25.193Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3218 | 2026-08-25T00:52:25.211Z | Compiling num_enum v0.7.6 |
| 3219 | 2026-08-25T00:52:25.247Z | Compiling itertools v0.12.1 |
| 3220 | 2026-08-25T00:52:25.285Z | Compiling rayon v1.11.0 |
| 3221 | 2026-08-25T00:52:25.318Z | Compiling sigpipe v0.1.3 |
| 3222 | 2026-08-25T00:52:25.335Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 3223 | 2026-08-25T00:52:25.357Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3224 | 2026-08-25T00:52:25.392Z | Compiling glob v0.3.3 |
| 3225 | 2026-08-25T00:52:25.421Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3226 | 2026-08-25T00:52:25.438Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3227 | 2026-08-25T00:52:25.581Z | Compiling smf v0.2.3 |
| 3228 | 2026-08-25T00:52:25.625Z | Compiling cpubits v0.1.1 |
| 3229 | 2026-08-25T00:52:25.686Z | Compiling whoami v1.6.1 |
| 3230 | 2026-08-25T00:52:25.704Z | Compiling num_enum v0.5.11 |
| 3231 | 2026-08-25T00:52:25.708Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3232 | 2026-08-25T00:52:25.736Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3233 | 2026-08-25T00:52:25.760Z | Compiling gethostname v0.5.0 |
| 3234 | 2026-08-25T00:52:25.779Z | Compiling ingot-types v0.2.0 |
| 3235 | 2026-08-25T00:52:25.806Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3236 | 2026-08-25T00:52:25.837Z | Compiling derive-where v1.6.0 |
| 3237 | 2026-08-25T00:52:25.841Z | Compiling usdt-attr-macro v0.5.0 |
| 3238 | 2026-08-25T00:52:25.856Z | Compiling usdt-macro v0.5.0 |
| 3239 | 2026-08-25T00:52:25.894Z | Compiling num-rational v0.4.2 |
| 3240 | 2026-08-25T00:52:25.911Z | Compiling num-complex v0.4.6 |
| 3241 | 2026-08-25T00:52:25.990Z | Compiling memmap v0.7.0 |
| 3242 | 2026-08-25T00:52:26.146Z | Compiling toml v0.8.23 |
| 3243 | 2026-08-25T00:52:26.201Z | Compiling ingot v0.2.1 |
| 3244 | 2026-08-25T00:52:26.227Z | Compiling pem-rfc7468 v1.0.0 |
| 3245 | 2026-08-25T00:52:26.339Z | Compiling num v0.4.3 |
| 3246 | 2026-08-25T00:52:26.411Z | Compiling zone v0.3.1 |
| 3247 | 2026-08-25T00:52:26.437Z | Compiling float-ord v0.3.2 |
| 3248 | 2026-08-25T00:52:26.507Z | Compiling cancel-safe-futures v0.1.5 |
| 3249 | 2026-08-25T00:52:26.525Z | Compiling resolv-conf v0.7.6 |
| 3250 | 2026-08-25T00:52:26.552Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3251 | 2026-08-25T00:52:26.587Z | Compiling hmac v0.13.0 |
| 3252 | 2026-08-25T00:52:26.682Z | Compiling universal-hash v0.6.1 |
| 3253 | 2026-08-25T00:52:26.727Z | Compiling usdt v0.5.0 |
| 3254 | 2026-08-25T00:52:26.794Z | Compiling sha1 v0.10.6 |
| 3255 | 2026-08-25T00:52:26.810Z | Compiling prettyplease v0.2.37 |
| 3256 | 2026-08-25T00:52:26.844Z | Compiling libefi-sys v0.1.0 |
| 3257 | 2026-08-25T00:52:26.887Z | Compiling linear-map v1.2.0 |
| 3258 | 2026-08-25T00:52:27.022Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3259 | 2026-08-25T00:52:27.070Z | Compiling polyval v0.7.1 |
| 3260 | 2026-08-25T00:52:27.129Z | Compiling der v0.8.0 |
| 3261 | 2026-08-25T00:52:27.133Z | Compiling hickory-proto v0.24.4 |
| 3262 | 2026-08-25T00:52:27.133Z | Compiling newline-converter v0.3.0 |
| 3263 | 2026-08-25T00:52:27.133Z | Compiling console v0.15.11 |
| 3264 | 2026-08-25T00:52:27.146Z | Compiling bitfield-struct v0.6.2 |
| 3265 | 2026-08-25T00:52:27.160Z | Compiling linked-hash-map v0.5.6 |
| 3266 | 2026-08-25T00:52:27.213Z | Compiling oxide-update-engine-types v0.1.2 |
| 3267 | 2026-08-25T00:52:27.302Z | Compiling ghash v0.6.0 |
| 3268 | 2026-08-25T00:52:27.356Z | Compiling lru-cache v0.1.2 |
| 3269 | 2026-08-25T00:52:27.426Z | Compiling pbkdf2 v0.13.0 |
| 3270 | 2026-08-25T00:52:27.466Z | Compiling crypto-bigint v0.7.5 |
| 3271 | 2026-08-25T00:52:27.509Z | Compiling expectorate v1.2.0 |
| 3272 | 2026-08-25T00:52:27.575Z | Compiling aes v0.9.1 |
| 3273 | 2026-08-25T00:52:27.644Z | Compiling ctr v0.10.1 |
| 3274 | 2026-08-25T00:52:27.696Z | Compiling aead v0.6.1 |
| 3275 | 2026-08-25T00:52:27.756Z | Compiling sha2 v0.11.0 |
| 3276 | 2026-08-25T00:52:27.771Z | Compiling typify-macro v0.6.2 |
| 3277 | 2026-08-25T00:52:27.888Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3278 | 2026-08-25T00:52:27.891Z | Compiling nom v8.0.0 |
| 3279 | 2026-08-25T00:52:27.922Z | Compiling semver v0.1.20 |
| 3280 | 2026-08-25T00:52:28.138Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3281 | 2026-08-25T00:52:28.214Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3282 | 2026-08-25T00:52:28.244Z | Compiling oxide-update-engine v0.1.2 |
| 3283 | 2026-08-25T00:52:28.317Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3284 | 2026-08-25T00:52:28.378Z | Compiling rustc_version v0.1.7 |
| 3285 | 2026-08-25T00:52:28.396Z | Compiling spki v0.8.0 |
| 3286 | 2026-08-25T00:52:28.459Z | Compiling aes-gcm v0.11.0 |
| 3287 | 2026-08-25T00:52:28.629Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3288 | 2026-08-25T00:52:28.665Z | Compiling tokio-dtrace v0.1.1 |
| 3289 | 2026-08-25T00:52:28.683Z | Compiling dropshot-api-manager-types v0.8.0 |
| 3290 | 2026-08-25T00:52:28.699Z | Compiling salsa20 v0.11.0 |
| 3291 | 2026-08-25T00:52:28.748Z | Compiling slog-dtrace v0.3.0 |
| 3292 | 2026-08-25T00:52:28.782Z | Compiling minimal-lexical v0.2.1 |
| 3293 | 2026-08-25T00:52:28.839Z | Compiling xshell-macros v0.2.7 |
| 3294 | 2026-08-25T00:52:28.869Z | Compiling scrypt v0.12.0 |
| 3295 | 2026-08-25T00:52:28.888Z | Compiling oxide-tokio-rt v0.1.4 |
| 3296 | 2026-08-25T00:52:28.953Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3297 | 2026-08-25T00:52:28.977Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3298 | 2026-08-25T00:52:28.994Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3299 | 2026-08-25T00:52:29.033Z | Compiling nom v7.1.3 |
| 3300 | 2026-08-25T00:52:29.231Z | Compiling newtype_derive v0.1.6 |
| 3301 | 2026-08-25T00:52:29.263Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3302 | 2026-08-25T00:52:29.281Z | Compiling xshell v0.2.7 |
| 3303 | 2026-08-25T00:52:29.338Z | Compiling hickory-resolver v0.24.4 |
| 3304 | 2026-08-25T00:52:29.474Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3305 | 2026-08-25T00:52:29.538Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3306 | 2026-08-25T00:52:29.611Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3307 | 2026-08-25T00:52:29.632Z | Compiling phf_shared v0.12.1 |
| 3308 | 2026-08-25T00:52:29.650Z | Compiling typify v0.6.2 |
| 3309 | 2026-08-25T00:52:29.788Z | Compiling progenitor-impl v0.14.0 |
| 3310 | 2026-08-25T00:52:29.845Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3311 | 2026-08-25T00:52:29.860Z | Compiling rfc6979 v0.4.0 |
| 3312 | 2026-08-25T00:52:30.019Z | Compiling cbc v0.2.1 |
| 3313 | 2026-08-25T00:52:30.038Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3314 | 2026-08-25T00:52:30.184Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3315 | 2026-08-25T00:52:30.203Z | Compiling csv-core v0.1.13 |
| 3316 | 2026-08-25T00:52:30.221Z | Compiling unicode-xid v0.2.6 |
| 3317 | 2026-08-25T00:52:30.316Z | Compiling highway v1.3.0 |
| 3318 | 2026-08-25T00:52:30.379Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3319 | 2026-08-25T00:52:30.451Z | Compiling qorb v0.4.1 |
| 3320 | 2026-08-25T00:52:30.469Z | Compiling chrono-tz v0.10.4 |
| 3321 | 2026-08-25T00:52:30.489Z | Compiling csv v1.4.0 |
| 3322 | 2026-08-25T00:52:30.493Z | Compiling proc-macro-error2 v2.0.1 |
| 3323 | 2026-08-25T00:52:30.493Z | Compiling const_format_proc_macros v0.2.34 |
| 3324 | 2026-08-25T00:52:30.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3325 | 2026-08-25T00:52:30.684Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 3326 | 2026-08-25T00:52:30.747Z | Compiling pkcs5 v0.8.1 |
| 3327 | 2026-08-25T00:52:30.893Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3328 | 2026-08-25T00:52:30.911Z | Compiling ecdsa v0.16.9 |
| 3329 | 2026-08-25T00:52:30.947Z | Compiling phf v0.12.1 |
| 3330 | 2026-08-25T00:52:31.122Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3331 | 2026-08-25T00:52:31.140Z | Compiling primeorder v0.13.6 |
| 3332 | 2026-08-25T00:52:31.250Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3333 | 2026-08-25T00:52:31.309Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3334 | 2026-08-25T00:52:31.348Z | Compiling serde_tokenstream v0.3.0 |
| 3335 | 2026-08-25T00:52:31.387Z | Compiling hashbrown v0.14.5 |
| 3336 | 2026-08-25T00:52:31.435Z | Compiling salty v0.3.0 |
| 3337 | 2026-08-25T00:52:31.452Z | Compiling p384 v0.13.1 |
| 3338 | 2026-08-25T00:52:31.623Z | Compiling const_format v0.2.35 |
| 3339 | 2026-08-25T00:52:31.706Z | Compiling oxide-generation-macros v0.2.0 |
| 3340 | 2026-08-25T00:52:31.790Z | Compiling pkcs8 v0.11.0 |
| 3341 | 2026-08-25T00:52:31.969Z | Compiling chumsky v0.9.3 |
| 3342 | 2026-08-25T00:52:32.009Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3343 | 2026-08-25T00:52:32.027Z | Compiling knus-derive v3.4.0 |
| 3344 | 2026-08-25T00:52:32.045Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3345 | 2026-08-25T00:52:32.196Z | Compiling tabled_derive v0.7.0 |
| 3346 | 2026-08-25T00:52:32.493Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3347 | 2026-08-25T00:52:32.496Z | Compiling progenitor-macro v0.14.0 |
| 3348 | 2026-08-25T00:52:32.585Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3349 | 2026-08-25T00:52:32.667Z | Compiling bcs v0.1.6 |
| 3350 | 2026-08-25T00:52:32.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3351 | 2026-08-25T00:52:32.855Z | Compiling ff v0.14.0 |
| 3352 | 2026-08-25T00:52:33.009Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3353 | 2026-08-25T00:52:33.030Z | Compiling termtree v0.5.1 |
| 3354 | 2026-08-25T00:52:33.079Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3355 | 2026-08-25T00:52:33.213Z | Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3356 | 2026-08-25T00:52:33.231Z | Compiling tabled v0.15.0 |
| 3357 | 2026-08-25T00:52:33.250Z | Compiling steno v0.4.1 |
| 3358 | 2026-08-25T00:52:33.303Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3359 | 2026-08-25T00:52:33.327Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3360 | 2026-08-25T00:52:33.469Z | Compiling tagptr v0.2.0 |
| 3361 | 2026-08-25T00:52:33.514Z | Compiling group v0.14.0 |
| 3362 | 2026-08-25T00:52:33.540Z | Compiling knus v3.4.0 |
| 3363 | 2026-08-25T00:52:33.587Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3364 | 2026-08-25T00:52:33.680Z | Compiling moka v0.12.13 |
| 3365 | 2026-08-25T00:52:33.736Z | Compiling signature v3.0.0 |
| 3366 | 2026-08-25T00:52:33.757Z | Compiling base16ct v1.0.0 |
| 3367 | 2026-08-25T00:52:33.962Z | Compiling sec1 v0.8.1 |
| 3368 | 2026-08-25T00:52:33.966Z | Compiling hkdf v0.13.0 |
| 3369 | 2026-08-25T00:52:33.980Z | Compiling libscf-sys v1.2.0 |
| 3370 | 2026-08-25T00:52:34.017Z | Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3371 | 2026-08-25T00:52:34.171Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3372 | 2026-08-25T00:52:34.187Z | Compiling elliptic-curve v0.14.1 |
| 3373 | 2026-08-25T00:52:34.302Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3374 | 2026-08-25T00:52:34.343Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3375 | 2026-08-25T00:52:34.416Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3376 | 2026-08-25T00:52:34.502Z | Compiling hickory-resolver v0.25.2 |
| 3377 | 2026-08-25T00:52:34.533Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3378 | 2026-08-25T00:52:34.653Z | Compiling utf-8 v0.7.6 |
| 3379 | 2026-08-25T00:52:34.775Z | Compiling parking_lot_core v0.8.6 |
| 3380 | 2026-08-25T00:52:34.864Z | Compiling corncobs v0.1.4 |
| 3381 | 2026-08-25T00:52:34.882Z | Compiling tungstenite v0.21.0 |
| 3382 | 2026-08-25T00:52:35.079Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3383 | 2026-08-25T00:52:35.119Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3384 | 2026-08-25T00:52:35.184Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3385 | 2026-08-25T00:52:35.209Z | Compiling wnaf v0.14.0 |
| 3386 | 2026-08-25T00:52:35.226Z | Compiling primefield v0.14.0 |
| 3387 | 2026-08-25T00:52:35.438Z | Compiling rfc6979 v0.6.0 |
| 3388 | 2026-08-25T00:52:35.496Z | Compiling papergrid v0.18.0 |
| 3389 | 2026-08-25T00:52:35.562Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3390 | 2026-08-25T00:52:35.579Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3391 | 2026-08-25T00:52:35.618Z | Compiling git-stub v1.0.0 |
| 3392 | 2026-08-25T00:52:35.683Z | Compiling secrecy v0.8.0 |
| 3393 | 2026-08-25T00:52:35.770Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3394 | 2026-08-25T00:52:35.855Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3395 | 2026-08-25T00:52:35.881Z | Compiling git-stub-vcs v0.1.0 |
| 3396 | 2026-08-25T00:52:35.905Z | Compiling ecdsa v0.17.0 |
| 3397 | 2026-08-25T00:52:36.054Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3398 | 2026-08-25T00:52:36.094Z | Compiling tokio-tungstenite v0.21.0 |
| 3399 | 2026-08-25T00:52:36.265Z | Compiling primeorder v0.14.0 |
| 3400 | 2026-08-25T00:52:36.409Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3401 | 2026-08-25T00:52:36.458Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3402 | 2026-08-25T00:52:36.492Z | Compiling tabled v0.21.0 |
| 3403 | 2026-08-25T00:52:36.510Z | Compiling curve25519-dalek v5.0.0 |
| 3404 | 2026-08-25T00:52:36.528Z | Compiling unicase v2.9.0 |
| 3405 | 2026-08-25T00:52:36.566Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3406 | 2026-08-25T00:52:36.614Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3407 | 2026-08-25T00:52:36.654Z | Compiling parking_lot v0.11.2 |
| 3408 | 2026-08-25T00:52:36.692Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3409 | 2026-08-25T00:52:36.710Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3410 | 2026-08-25T00:52:36.771Z | Compiling mime_guess v2.0.5 |
| 3411 | 2026-08-25T00:52:36.816Z | Compiling ssh-encoding v0.3.0 |
| 3412 | 2026-08-25T00:52:36.979Z | Compiling progenitor-impl v0.13.0 |
| 3413 | 2026-08-25T00:52:37.022Z | Compiling prefix-trie v0.7.0 |
| 3414 | 2026-08-25T00:52:37.070Z | Compiling fxhash v0.2.1 |
| 3415 | 2026-08-25T00:52:37.180Z | Compiling keccak v0.2.0 |
| 3416 | 2026-08-25T00:52:37.196Z | Compiling crc8 v0.1.1 |
| 3417 | 2026-08-25T00:52:37.260Z | Compiling sled v0.34.7 |
| 3418 | 2026-08-25T00:52:37.392Z | Compiling hickory-server v0.25.2 |
| 3419 | 2026-08-25T00:52:37.407Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3420 | 2026-08-25T00:52:37.444Z | Compiling ed25519 v3.0.0 |
| 3421 | 2026-08-25T00:52:37.505Z | Compiling crypto-primes v0.7.2 |
| 3422 | 2026-08-25T00:52:37.705Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3423 | 2026-08-25T00:52:37.790Z | Compiling progenitor v0.14.0 |
| 3424 | 2026-08-25T00:52:37.891Z | Compiling pkcs1 v0.8.0-rc.4 |
| 3425 | 2026-08-25T00:52:37.909Z | Compiling poly1305 v0.9.0 |
| 3426 | 2026-08-25T00:52:37.976Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3427 | 2026-08-25T00:52:38.294Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3428 | 2026-08-25T00:52:38.523Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3429 | 2026-08-25T00:52:38.628Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3430 | 2026-08-25T00:52:38.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3431 | 2026-08-25T00:52:38.738Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3432 | 2026-08-25T00:52:39.072Z | Compiling progenitor-client v0.13.0 |
| 3433 | 2026-08-25T00:52:39.111Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3434 | 2026-08-25T00:52:39.187Z | Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3435 | 2026-08-25T00:52:39.317Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3436 | 2026-08-25T00:52:39.381Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3437 | 2026-08-25T00:52:39.436Z | Compiling blowfish v0.10.0 |
| 3438 | 2026-08-25T00:52:39.452Z | Compiling blake2 v0.11.0-rc.6 |
| 3439 | 2026-08-25T00:52:39.565Z | Compiling half v1.8.3 |
| 3440 | 2026-08-25T00:52:39.718Z | Compiling http-range v0.1.5 |
| 3441 | 2026-08-25T00:52:39.768Z | Compiling progenitor-macro v0.13.0 |
| 3442 | 2026-08-25T00:52:39.789Z | Compiling serde_cbor v0.11.2 |
| 3443 | 2026-08-25T00:52:39.863Z | Compiling argon2 v0.6.0-rc.8 |
| 3444 | 2026-08-25T00:52:39.944Z | Compiling bcrypt-pbkdf v0.11.0 |
| 3445 | 2026-08-25T00:52:39.981Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3446 | 2026-08-25T00:52:40.347Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3447 | 2026-08-25T00:52:40.415Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3448 | 2026-08-25T00:52:40.820Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3449 | 2026-08-25T00:52:40.934Z | Compiling rsa v0.10.0-rc.18 |
| 3450 | 2026-08-25T00:52:40.988Z | Compiling ed25519-dalek v3.0.0 |
| 3451 | 2026-08-25T00:52:41.096Z | Compiling ssh-cipher v0.3.0 |
| 3452 | 2026-08-25T00:52:41.155Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3453 | 2026-08-25T00:52:41.627Z | Compiling illumos-nvpair v0.3.0 |
| 3454 | 2026-08-25T00:52:41.903Z | Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3455 | 2026-08-25T00:52:42.043Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3456 | 2026-08-25T00:52:42.085Z | Compiling sha3 v0.11.0 |
| 3457 | 2026-08-25T00:52:42.202Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3458 | 2026-08-25T00:52:42.220Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3459 | 2026-08-25T00:52:42.381Z | Compiling p521 v0.14.0 |
| 3460 | 2026-08-25T00:52:42.433Z | Compiling p384 v0.14.0 |
| 3461 | 2026-08-25T00:52:42.575Z | Compiling p256 v0.14.0 |
| 3462 | 2026-08-25T00:52:42.695Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3463 | 2026-08-25T00:52:42.821Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3464 | 2026-08-25T00:52:42.843Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3465 | 2026-08-25T00:52:42.997Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3466 | 2026-08-25T00:52:43.584Z | Compiling scuffle v0.1.0 |
| 3467 | 2026-08-25T00:52:43.608Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3468 | 2026-08-25T00:52:43.733Z | Compiling yasna v0.5.2 |
| 3469 | 2026-08-25T00:52:43.893Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3470 | 2026-08-25T00:52:44.131Z | Compiling kstat-rs v0.2.5 |
| 3471 | 2026-08-25T00:52:44.430Z | Compiling headers-core v0.3.0 |
| 3472 | 2026-08-25T00:52:44.447Z | Compiling kem v0.3.0 |
| 3473 | 2026-08-25T00:52:44.467Z | Compiling module-lattice v0.2.3 |
| 3474 | 2026-08-25T00:52:44.485Z | Compiling nanorand v0.7.0 |
| 3475 | 2026-08-25T00:52:44.562Z | Compiling sponge-cursor v0.1.0 |
| 3476 | 2026-08-25T00:52:44.583Z | Compiling headers v0.4.1 |
| 3477 | 2026-08-25T00:52:44.606Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3478 | 2026-08-25T00:52:44.629Z | Compiling rcgen v0.12.1 |
| 3479 | 2026-08-25T00:52:44.735Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3480 | 2026-08-25T00:52:44.757Z | Compiling flume v0.11.1 |
| 3481 | 2026-08-25T00:52:44.803Z | Compiling ml-kem v0.3.2 |
| 3482 | 2026-08-25T00:52:44.822Z | Compiling sha3 v0.12.0 |
| 3483 | 2026-08-25T00:52:44.841Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3484 | 2026-08-25T00:52:44.931Z | Compiling progenitor v0.13.0 |
| 3485 | 2026-08-25T00:52:44.951Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3486 | 2026-08-25T00:52:44.954Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3487 | 2026-08-25T00:52:45.092Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3488 | 2026-08-25T00:52:45.140Z | Compiling hyper-staticfile v0.10.1 |
| 3489 | 2026-08-25T00:52:45.286Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3490 | 2026-08-25T00:52:45.371Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3491 | 2026-08-25T00:52:45.408Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3492 | 2026-08-25T00:52:45.525Z | Compiling ssh-key v0.7.0-rc.11 |
| 3493 | 2026-08-25T00:52:45.665Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3494 | 2026-08-25T00:52:45.687Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3495 | 2026-08-25T00:52:45.730Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3496 | 2026-08-25T00:52:45.748Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3497 | 2026-08-25T00:52:45.768Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 3498 | 2026-08-25T00:52:45.798Z | Compiling russh-cryptovec v0.62.0 |
| 3499 | 2026-08-25T00:52:45.870Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3500 | 2026-08-25T00:52:45.948Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3501 | 2026-08-25T00:52:46.042Z | Compiling internal-russh-num-bigint v0.5.0 |
| 3502 | 2026-08-25T00:52:46.060Z | Compiling port-file v0.1.0 |
| 3503 | 2026-08-25T00:52:46.076Z | Compiling num-bigint v0.4.6 |
| 3504 | 2026-08-25T00:52:46.097Z | Compiling generic-array v1.4.3 |
| 3505 | 2026-08-25T00:52:46.115Z | Compiling russh-util v0.52.0 |
| 3506 | 2026-08-25T00:52:46.220Z | Compiling enum_dispatch v0.3.13 |
| 3507 | 2026-08-25T00:52:46.296Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3508 | 2026-08-25T00:52:46.326Z | Compiling delegate v0.13.5 |
| 3509 | 2026-08-25T00:52:46.519Z | Compiling subprocess v0.2.15 |
| 3510 | 2026-08-25T00:52:46.608Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3511 | 2026-08-25T00:52:46.756Z | Compiling display-error-chain v0.2.2 |
| 3512 | 2026-08-25T00:52:46.850Z | Compiling md5 v0.8.0 |
| 3513 | 2026-08-25T00:52:46.921Z | Compiling hex-literal v1.1.0 |
| 3514 | 2026-08-25T00:52:47.057Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3515 | 2026-08-25T00:52:47.096Z | Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3516 | 2026-08-25T00:52:47.138Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3517 | 2026-08-25T00:52:47.226Z | Compiling colored v2.2.0 |
| 3518 | 2026-08-25T00:52:47.286Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3519 | 2026-08-25T00:52:47.320Z | Compiling russh v0.62.4 |
| 3520 | 2026-08-25T00:52:47.371Z | Compiling socket2 v0.5.10 |
| 3521 | 2026-08-25T00:52:47.558Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3522 | 2026-08-25T00:52:47.624Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3523 | 2026-08-25T00:52:47.820Z | Compiling internet-checksum v0.2.1 |
| 3524 | 2026-08-25T00:52:50.461Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3525 | 2026-08-25T00:52:51.201Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3526 | 2026-08-25T00:52:51.719Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3527 | 2026-08-25T00:52:53.057Z | Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3528 | 2026-08-25T00:52:53.384Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3529 | 2026-08-25T00:53:02.387Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3530 | 2026-08-25T00:53:02.387Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3531 | 2026-08-25T00:53:02.391Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3532 | 2026-08-25T00:53:02.391Z | Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3533 | 2026-08-25T00:53:02.391Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3534 | 2026-08-25T00:53:04.240Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3535 | 2026-08-25T00:53:04.318Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3536 | 2026-08-25T00:53:08.584Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3537 | 2026-08-25T00:53:49.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 3538 | 2026-08-25T00:53:49.813Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3539 | 2026-08-25T00:53:49.813Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3540 | 2026-08-25T00:53:50.035Z | |
| 3541 | 2026-08-25T00:53:50.035Z | real 1:30.431310086 |
| 3542 | 2026-08-25T00:53:50.035Z | user 8:42.215257663 |
| 3543 | 2026-08-25T00:53:50.035Z | sys 1:43.489803547 |
| 3544 | 2026-08-25T00:53:50.035Z | trap 0.253397457 |
| 3545 | 2026-08-25T00:53:50.035Z | tflt 0.256157123 |
| 3546 | 2026-08-25T00:53:50.038Z | dflt 1.615883155 |
| 3547 | 2026-08-25T00:53:50.038Z | kflt 0.000488390 |
| 3548 | 2026-08-25T00:53:50.038Z | lock 32:23.659386328 |
| 3549 | 2026-08-25T00:53:50.038Z | slp 19:50.915745371 |
| 3550 | 2026-08-25T00:53:50.038Z | lat 41.295281569 |
| 3551 | 2026-08-25T00:53:50.038Z | stop 3:08.225895615 |
| 3552 | 2026-08-25T00:53:50.038Z | + mkdir tests |
| 3553 | 2026-08-25T00:53:50.045Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3554 | 2026-08-25T00:53:50.048Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3555 | 2026-08-25T00:53:50.062Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0a5a7f047457460c tests/ |
| 3556 | 2026-08-25T00:53:50.085Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3e826e1b27ba42c8 tests/ |
| 3557 | 2026-08-25T00:53:50.107Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-6667c010d45366e2 tests/ |
| 3558 | 2026-08-25T00:53:50.129Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-ae57eda10bad2cdc tests/ |
| 3559 | 2026-08-25T00:53:50.517Z | + 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) |
| 3560 | 2026-08-25T00:53:50.520Z | + 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-3e826e1b27ba42c8 tests/commtest-6667c010d45366e2 tests/dhcp_server-0a5a7f047457460c tests/end_to_end_tests-ae57eda10bad2cdc 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 |
| 3561 | 2026-08-25T00:55:20.251Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3562 | 2026-08-25T00:55:20.251Z | a .github/buildomat/ci-env.sh 1K |
| 3563 | 2026-08-25T00:55:20.251Z | a out/target/test 1K |
| 3564 | 2026-08-25T00:55:20.252Z | a out/npuzone/npuzone 27402K |
| 3565 | 2026-08-25T00:55:20.252Z | a package-manifest.toml 35K |
| 3566 | 2026-08-25T00:55:20.252Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3567 | 2026-08-25T00:55:20.252Z | a target/release/omicron-package 49412K |
| 3568 | 2026-08-25T00:55:20.252Z | a target/release/xtask 11727K |
| 3569 | 2026-08-25T00:55:20.252Z | a target/debug/bootstrap 438809K |
| 3570 | 2026-08-25T00:55:20.252Z | a tests/bootstrap-3e826e1b27ba42c8 34430K |
| 3571 | 2026-08-25T00:55:20.252Z | a tests/commtest-6667c010d45366e2 34431K |
| 3572 | 2026-08-25T00:55:20.252Z | a tests/dhcp_server-0a5a7f047457460c 34431K |
| 3573 | 2026-08-25T00:55:20.252Z | a tests/end_to_end_tests-ae57eda10bad2cdc 502341K |
| 3574 | 2026-08-25T00:55:20.252Z | a tools/opte_version 1K |
| 3575 | 2026-08-25T00:55:20.252Z | a tools/opte_version_override 2K |
| 3576 | 2026-08-25T00:55:20.252Z | a out/clickhouse.tar.gz 330872K |
| 3577 | 2026-08-25T00:55:20.252Z | a out/clickhouse_keeper.tar.gz 314876K |
| 3578 | 2026-08-25T00:55:20.252Z | a out/clickhouse_server.tar.gz 330870K |
| 3579 | 2026-08-25T00:55:20.252Z | a out/cockroachdb.tar.gz 170174K |
| 3580 | 2026-08-25T00:55:20.252Z | a out/crucible-pantry-zone.tar.gz 41878K |
| 3581 | 2026-08-25T00:55:20.252Z | a out/crucible-utils.tar 18900K |
| 3582 | 2026-08-25T00:55:20.252Z | a out/crucible-zone.tar.gz 56690K |
| 3583 | 2026-08-25T00:55:20.252Z | a out/external-dns.tar.gz 47997K |
| 3584 | 2026-08-25T00:55:20.252Z | a out/internal-dns.tar.gz 47996K |
| 3585 | 2026-08-25T00:55:20.252Z | a out/mg-ddm-gz.tar 100917K |
| 3586 | 2026-08-25T00:55:20.252Z | a out/nexus.tar.gz 359520K |
| 3587 | 2026-08-25T00:55:20.252Z | a out/ntp.tar.gz 35223K |
| 3588 | 2026-08-25T00:55:20.255Z | a out/omicron-gateway-softnpu.tar.gz 28987K |
| 3589 | 2026-08-25T00:55:20.256Z | a out/omicron-sled-agent.tar 242304K |
| 3590 | 2026-08-25T00:55:20.256Z | a out/overlay.tar.gz 4K |
| 3591 | 2026-08-25T00:55:20.256Z | a out/oximeter.tar.gz 72020K |
| 3592 | 2026-08-25T00:55:20.256Z | a out/oxlog.tar 4070K |
| 3593 | 2026-08-25T00:55:20.256Z | a out/probe.tar.gz 3037K |
| 3594 | 2026-08-25T00:55:20.256Z | a out/propolis-server.tar.gz 34642K |
| 3595 | 2026-08-25T00:55:20.256Z | a out/pumpkind-gz.tar 26647K |
| 3596 | 2026-08-25T00:55:20.256Z | a out/switch-softnpu.tar.gz 502235K |
| 3597 | 2026-08-25T00:55:20.259Z | |
| 3598 | 2026-08-25T00:55:20.260Z | real 1:29.732469417 |
| 3599 | 2026-08-25T00:55:20.260Z | user 1:26.691552944 |
| 3600 | 2026-08-25T00:55:20.260Z | sys 5.015597050 |
| 3601 | 2026-08-25T00:55:20.260Z | trap 0.007730204 |
| 3602 | 2026-08-25T00:55:20.260Z | tflt 0.000000000 |
| 3603 | 2026-08-25T00:55:20.260Z | dflt 0.000000000 |
| 3604 | 2026-08-25T00:55:20.260Z | kflt 0.000000000 |
| 3605 | 2026-08-25T00:55:20.260Z | lock 0.000000000 |
| 3606 | 2026-08-25T00:55:20.260Z | slp 1:26.556017435 |
| 3607 | 2026-08-25T00:55:20.260Z | lat 1.189560959 |
| 3608 | 2026-08-25T00:55:20.262Z | stop 0.000178110 |
| 3609 | 2026-08-25T00:55:20.262Z | process exited: duration 1061911 ms, exit code 0 |
| |
| 3610 | 2026-08-25T00:55:20.277Z | found 1 output files |
| 3611 | 2026-08-25T00:55:20.277Z | uploading: /work/package.tar.gz (2770738916 bytes) |
| 3612 | 2026-08-25T00:55:53.182Z | uploaded: /work/package.tar.gz |